/*
Theme Name: Design
Theme URI: 
Author: Design
Author URI: http://anything
Description: Wordpress Theme
Version: 1.0
*/

img {
    border: 0; 
}
body { 
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-size: 1em; 
    background:#fff; 
    color: #333;
    margin:0;
    padding:0;
}
/* typography and links */
a { 
    color: #333;
    text-decoration: none;
}
a:focus {
    background-color: #FF9800;
    border-color: #FF9800;
    box-shadow: 0 0px #ff9800, 0 4px #0b0c0c;
    color: #0b0c0c;
    outline: 3px solid transparent;
    text-decoration: none;
}
p  { 
    color: #333;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    display: block;
    list-style: none;
    overflow: hidden;
}
/* headings */
h1, h2, h3, h4, h5 {
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 1.2em;
}

/* main header */

.header {
    background-color: #DAA520;
    width: 100%;
    overflow: hidden;
    z-index: 3;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #DAA520;
}

.header li a {
    color: #000;
    display: block;
    padding: 20px;
    border-bottom: 1px solid #bb8e1d;
    text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
    background-color: #bb8e1d;
}

.header .logo {
    display: block;
    float: left;
    color: #000;
    font-family: 'Volkhov', serif;
    font-size: 2em;
    padding: 10px 20px 10px 0;
    text-decoration: none;
}

.header-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2em;
    overflow: hidden;
}

/* menu */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #000;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .menu {
    max-height: 380px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

@media (min-width: 980px) {
    .header li {
        float: left;
    }
    .header li a {      
        border-right: 1px solid #bb8e1d;
        border-bottom: none;
    }
    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .header .menu-icon {
        display: none;
    }
}

/* end of main header */

.col-items {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.wrap {
    max-width: 1024px;
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
}

.page-wrap {
    margin: 3% auto;
}

.article-container {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 1em;
    margin-bottom: 1em; 
    width: 100%;
}

.thumbnail-container {
    display: inline-block;
    overflow: hidden;
    width: 40%;
}

.thumbnail-container img {
    width: 100%;
    height: auto;
}

.entry-text-container {
    display: inline-block;
    margin-left: 4%;
    vertical-align: top;
    width: 54%;
}

.entry-text-container h2 {
    margin: 1.3% 0;
}

.entry-text-container p {
    display: none;
}

.entry-text-container p,
.meta-time a,
.meta-other a {
    color: #999;
    font-size: 1em;
    margin: 0;
}

/* top article */

.article-container:first-child .thumbnail-container,
.article-container:first-child .entry-text-container {
    margin: 0;
    width: 100%;
}

.article-container:first-child .entry-text-container h2 {
    font-size: 1.6em;
}

.article-container:first-child .entry-text-container p {
    display: block;
}

/* meta tags */

.meta-tag a {
    background: #f89406;
    color: #fff;
    display: none;
}

/* article page */

#article-blog .wp-post-image,
#article-blog br {
    display: none;
}

.article-body {
    max-width: 700px;
}

.article-body img {
    height: auto;
    width: 100%;
}

.article-side {
    display: none;
    float: right;
    margin-top: 5em;
    width: 17.5em;
}

.prev-nav,
.next-nav {
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-size: 2em;
    display: inline-block;    
    padding: 0.2em 2em;
    background: #4c4846;
    color: white;
}

@media screen and (min-width: 768px) {
    .article-container .entry-text-container h2 {
        font-size: 1.6em;
    }
    .article-container:first-child .entry-text-container h2 {
        font-size: 2em;
    }
    .entry-text-container p {
        display: block;
    }
    #article-blog {
        margin-top: 0;
    }
    .article-body h1 {
        font-size: 1.8em;
        margin: 0.5em 0;
    }
}

@media screen and (min-width: 1024px) {
    .wrap {
        width: 100%;
    }
    .article-container:first-child .thumbnail-container {
        width: 70%;
    } 
    .article-container:first-child .entry-text-container {
        float: right;
        width: 28%;
    }
    .article-container .entry-text-container h2 {
        font-size: 2em;
    }
    .article-container:first-child .entry-text-container h2 {
        font-size: 2.4em;
    }
    .entry-text-container p {
        font-size: 1.2em;
    }
    .article-body {
        float: left;
    }
    .article-side {
        display: inline-block;
    }
}

/* more posts */

#more-content-block {
    float: left;
    margin-top: 50px;
}

#more-content-block .more-content-intro-header {
    border-bottom: 1px solid #d6d6d6;
    display: block;
    font-size: 2em;
    padding-bottom: 20px;
}

#more-content-block .more-link {
    display: none;
}

#article-blog #more-content-block .wp-post-image {
    display: block;
}

/* cookie banner */

.cookie-banner {
    -moz-transition: 1s, ease-in-out;
    -ms-transition: 1s, ease-in-out;
    -o-transition: 1s, ease-in-out;
    -webkit-transition: 1s, ease-in-out;
    background-color: rgba(20, 20, 20, .8);
    bottom: 0;
    color: #ffffff;
    display: none;
    font-size: 13px;
    left: 0;
    padding: .3125em;
    position: fixed;
    right: 0;
    text-align: center;
    transition: 1s, ease-in-out;
    z-index: 1;
}

.cookie-banner p,
.cookie-banner button {
    display: inline-block;
    margin: .5em;
}

.cookie-banner a {
    color: #ffffff;
    text-decoration: underline;
}

.cookie-banner .accept-cookie-banner {
    background: #ffffff;
    border-radius: 3px;
    border: 2px solid #ffffff;
    cursor: pointer;
    font-size: 1em;
    min-width: 5.625em;
    padding: .4375em .75em;
    text-transform: uppercase;
}

.page-wrap {
    margin: 0 auto;
    padding: 2em;
    max-width: 1200px;
}

a.more-link {
    display: block;
    margin-top: 1em;
    color: #3f51b5;
    font-weight: bold;
}

@media (min-width: 800px) {
    .article-section {
        display: flex;
    }
}

@media (min-width: 800px) {
    .article-item-wrap {
        margin-right: 1%;
        width: 33%;
    }    
}

.article-item-wrap:last-child {
    margin-right: 0;
}

.article-img-wrap {
    width: 100%;
    overflow: hidden;
    max-height: 250px;
    position: relative;
    border-radius: 5px;
}

.article-img-wrap img {
    max-width: 100%;
    height: auto;
}

span.label.label-one {
    display: none !important;
}

.category-row .article-img-wrap {
    border-radius: 0;
}

.article-section {
    border-bottom: 1px solid #dadbe2;
    margin-bottom: 2em;
    padding-bottom: 2em;
}

.most-recent-section h3 {
    font-size: 1.6em;   
    margin: 20px 0;
}

.category-recent-section .article-item-wrap {
    display: flex;
}

section.article-section.category-recent-section:last-child {
    border-bottom: none;
}

.category-row {
    flex-direction: column;
    display: flex;    
    width: 100%;
}

@media (min-width: 800px) {
    .category-row {
        width: 33%;
        margin-right: 1%;
    }
}

.category-row:last-child {
    margin-right: 0;
}

.category-row .article-item-wrap {
    width: 100%;    
    min-height: 120px;
}

.category-row .article-img-wrap {
    margin-right: 1em;    
    max-width: 9em;
}

.category-row h3 {
    margin: 0;
}

/* article page */

@media (min-width: 1024px) {
    .article-single-content {
        width: 65%;
    }
}

section.article-single-page {
    display: flex;
}

.article-single-content h1 {
    font-size: 2em;
    margin-top: 0;
}

span.label.label-one {
    background: #FFC107;
    padding: .5em;
    border-radius: .5em;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

span.time-stamp {
    display: inline-block;
}

.article-single-content img {
    width: 100%;
    height: auto;
}

.media-wrap {display: flex;}

a.wrap-prev, a.wrap-next {
    display: block;
    vertical-align: middle;
    padding: 0px;
    background: #dadbe2;
    font-size: 60px;
    text-decoration: none;
    color: #636363;
    padding-top: 170px;
}

ul.post-categories {
    margin: 0;
    padding: 0;
}

ul.post-categories li {
    margin: 0;
    padding: 0;
}

ul.post-categories li a:hover {
    text-decoration: underline;
}

.item-prev,
.item-next {
    position: relative;
    width: 30px;
    margin: 0;
    text-decoration: none;
    padding: 0;    
}

.item-prev span,
.item-next span {
    position: absolute;
    width: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 20px;
    text-align: center;
}

/* category page */

.site-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2em;
}

.category-wrap {
    margin-bottom: 2em;
    align-items: center;
}

@media (min-width: 768px) { 
    .category-wrap {
        display: flex;
    }
}

.category-img-wrap {
    overflow: hidden;
    margin-right: 2em;
}

@media (min-width: 768px) { 
    .category-img-wrap {
        max-width: 500px;
    }
}

.category-img-wrap img {
    width: 100%;
    height: auto;
}

.category-text-wrap h3 {
    font-size: 2em;
}

/* footer */
footer.footer {
    background: #e2eaf1;
    border-top: 2px solid #c5c3c3;
}

footer.footer a {
    font-weight: bold;
}