/*
Theme Name: furnitures
Author: Maja Kochanowska
Author URI: https://github.com/majakochanowska
Version: 1.0
 */

html, 
h1, 
h2, 
h3, 
h4, 
body {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

a {
    text-decoration: none;
}

h2, 
h3 {
    font-family: "Pontano Sans", sans-serif;
}

h3, 
h4 {
    margin: 10px 0;
}

.container {
    max-width: 100%;
    margin: 0;
}

.site-header {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 15px 30px;
}

.logo {
    display: block;
    max-width: 90%;
}

#menu-glowne {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu-glowne > li {
    float: left;
}

#menu-glowne > li > a, 
.btn-next, 
.btn-prev, 
.btn-more {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding: 10px 30px;
    border-radius: 5px;
    font-family: "Pontano Sans", sans-serif;
    font-size: 1.1em;
    color: #292929;
    background-color: #f0f0f0;
}

.btn-next, 
.btn-prev, 
.btn-more {
    display: inline-block;
    margin: 20px 0;
}

.btn-next::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f35a";
    margin-left: 10px;
}

.btn-prev::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f359";
    margin-right: 10px;
}

.wp-block-button__link:link, 
.wp-block-button__link:visited {
    color: #292929
}

#menu-glowne .current_page_item > a, 
#menu-glowne > li > a:hover, 
.btn-next:hover, 
.btn-prev:hover, 
.btn-more:hover {
    color: #fff;
    background-color: #e05f03;
    transition-duration: 0.6s;
}

.navigation-menu {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}

#show-nav {
    display: none;
}

.mobile-menu {
    display: none;
}

#site-title {
    font-family: "Syncopate", Helvetica, sans-serif;
    font-size: 2.1em;
    line-height: 1.2em;
    margin: 10px 0;
    font-weight: 500;
    text-shadow: rgba(0, 0, 0, 0.0980392) 0px 3px 5px, rgba(255, 255, 255, 0.298039) 0px -5px 35px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

#site-title > a {
    color: #e05f03;
}

#site-description {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 25px;
    font-family: "Abel", Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    color: #969696;
    background-color: transparent;
    line-height: 1.5em;
    text-transform: none;
    letter-spacing: 3px;
    text-shadow: none;
}

.post {
    margin: 20px 30px 0 30px;
}

.wp-block-separator {
    border: 1px dashed #d6d6d6;
    margin-bottom: 25px;
	margin-top: 25px;
    max-width: 70%;
}

.site-footer {
    padding: 1px 30px;
    margin-top: 10px;
    font-size: 0.8em;
    background-color: #f0f0f0;
    border-top: 1px dashed #e05f03;
}

@media all and (max-width: 1024px) {

    #show-nav {
        display: block;
        position: absolute;
        right: 0px;
        top: 0;
        padding: 10px;
        margin: 10px;
        font-size: 2em;
        background-color: #e05f03;
        color: #fff;
        border: none;
    }

    .mobile-menu {
        display: none;
        position: relative;
        width: 100%;
    }

    .navigation-menu {
        display: none;
    }

    #menu-glowne-1 {
        list-style-type: none;
        font-family: "Pontano Sans", sans-serif;
        font-size: 1.1em;
        padding: 8px;
        text-align: center;
    }
    
    #menu-glowne-1 > li {
        padding: 8px 0;
        margin: 5px 0;
        background-color: #f0f0f0;
        border-radius: 5px;
    }
    
    #menu-glowne-1 > li > a {
        display: inline-block;
        width: 100%;
        color: #292929;
    }
    
    #menu-glowne-1 .current_page_item, 
    #menu-glowne-1 > li:hover {
        background-color: #e05f03;
    }
    
    #menu-glowne-1 .current_page_item > a, 
    #menu-glowne-1 > li > a:hover {
        color: #fff;
    }
}

@media all and (max-width: 640px) {
    .site-header {
        margin: 15px;
    }

    #site-title {
        font-size: 1.7em;
        letter-spacing: 3px;
    }

    #show-nav {
        margin: 10px 0;
    }
}

.contact-email {
	b {
		display: none;
	}
}