/* Global */
@font-face {
    font-family: 'Alice';
    src: url('../fonts/Alice-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2';
    src: url('../fonts/Exo20-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/materialicon.woff2') format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

body{
    font-family: 'Alice', sans-serif;
    font-size: 16px;
    font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Merriweather', serif;
}

.text-center{
    text-align: center;
}

/* end Global */

/* Archive & Category */
.archive-description{
    text-align: center;
    max-width: 645px;
    margin: 0 auto 40px;
}
.post-block-4-title{
    margin-bottom: 10px;
}
.archive .post-block-4-titles,
.category .post-block-4-titles{
    margin: 10px 10px 20px 10px;
}
/*end  Archive & Category */

/* Search */
.search-page-header{
    margin: 20px 0 30px 0;
    box-shadow: 0 0 3px #ccc;
}
.search-page-header form{
    display: flex;
}
.header-row-2 form input[type='text'],
.search-page-header form input[type='text']{
    min-height: 58px;
    line-height: 1;
    padding: 0 25px;
    width: auto;
    flex: 1;
    font-size: 18px;
}
.header-row-2 form button[type='submit'],
.search-page-header form button[type='submit']{
    width: 60px;
    height: 58px;
    padding: 0;
    border-color: #e7e7e7;
    transition: all ease-in-out 0.2s;
}
.header-row-2 form button[type='submit']:hover,
.search-page-header form button[type='submit']:hover{
    transition: all ease-in-out 0.2s;
    color: #424242;
    background-color: #e7e7e7;
}
/* end Search */

/* Post row */
.post-row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.post-row-col{
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.post-box{
    margin-bottom: 20px;
    height: calc(100% - 20px);
    /*background-color: #fbfaf8;*/
    background-color: transparent;
    display: flex;
    flex-direction: column;
}
.main-post-v3,
.main-post-v2{
    background-color: transparent!important;
}
.post-box-hot{
    text-align: center;
}
.post-box-hot .post-box-category{
    margin-bottom: 5px;
}
.post-box-hot .post-box-content{
    align-items: center;
}
.post-box-img{}
.post-box-img a{
    display: block;
    position: relative;
    padding-top: 60%;
    background-color: #e7e7e7;
    overflow: hidden;
    transition: all ease-in-out 0.2s;
}
.post-box:hover .post-box-img a{
    transition: all ease-in-out 0.2s;
    opacity: 0.8;
}
.post-box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.post-box-img .post-box-img-video img{
    transform: initial;
}
.post-box-content{
    padding: 20px;
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.post-box-title{
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 1.5;
    font-size: 16px;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    flex: 1;
}
.post-box-title a{
    color: #1c1e1c;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}
.post-box-title a:hover{
    transition: all ease-in-out 0.2s;
    color: #c8c8e4;
}
.post-box-exerpt{
    font-size: 14px;
    line-height: 1.5;
    /*flex: 1;*/
}
.post-box-category{
    position: relative;
    display: inline-block;
    padding-left: 10px;
    color: #1c1e1c;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    transition: all ease-in-out 0.2s;
}
.post-box-category:hover{
    transition: all ease-in-out 0.2s;
    color: #c8c8e4;
}
.post-box-category:before{
    content: ' ';
    display: inline-block;
    position: absolute;
    margin-left: -.6em;
    width: .5em;
    height: .5em;
    border-top: 2px solid #c8c8e4;
    border-right: 2px solid #c8c8e4;
    transform: rotate(45deg) translate(0, -50%);
    margin-right: 10px;
    left: 0;
    top: 50%;
}
/* end Post row */

/* Subscribe block */
.single-post-form-text{
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Merriweather', serif;
}
.single-post-form .wpcf7-submit,
.single-post-form .your-email input{
    border-radius: 0;
    box-shadow: none;
}
.single-post-form .your-email input{
    padding: 0 15px;
    min-height: 43px;
}
.single-post-form-subtitle{
    margin-bottom: 13px;
    font-size: 14px;
}
.single-post-form .wpcf7-submit{
    color: #424242;
    transition: all ease-in-out 0.2s;
}
.single-post-form .wpcf7-submit:hover{
    transition: all ease-in-out 0.2s;
    background-color: #ddbd42;
}
.wpcf7 form .wpcf7-response-output{
    border: none;
    padding: 0;
}
.wpcf7 form.sent .wpcf7-response-output{
    padding: 10px 0 0 0;
    color: #fff;
    font-size: 12px;
    margin: 0;
}
/* end Subscribe block */

/* Single post */
.gallery .gallery-icon{
    height: 100%;
}
.gallery .gallery-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-post-tags{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.single-post-tags li{
    padding: 0!important;
}
.single-post-tags li:before{
    display: none;
}
.single-post-tags li:not(:last-child){
    margin: 0 10px 5px 0;
}
.single-post-tags li a{
    background-color: rgb(236 236 236);;
    text-decoration: none!important;
    border: none!important;
    padding: 1px 10px;
    font-size: 14px;
    display: inline-block;
    transition: all ease-in-out 0.2s;
}
.single-post-tags li a:hover{
    transition: all ease-in-out 0.2s;
    background-color: #c8c8e4;
    color: #424242;
}
/* end Single post */

/* Site breabcrumbs */
.site-breabcrumbs{
    margin-bottom: 20px;
    font-size: 14px;
}
.site-breabcrumbs a{
    text-decoration: none;
    color: #3f3f3f;
}
.site-breabcrumbs a:hover{
    text-decoration: underline;
}
.site-breabcrumbs .kb_title{
    opacity: 0.5;
}
/* end Site breabcrumbs */

/* Header */
.header-actions{
    display: flex;
    align-items: center;
}
.header-actions-item:not(:last-child){
    margin-right: 0px;
}
.header-actions-item{}
.header-actions .lang-switcher li a{
    text-transform: uppercase;
    font-size: 14px;
}
.header-actions .lang-switcher li.current-lang a,
.header-actions .top-menu li a:hover,
.header-actions .lang-switcher li a:hover{
    color: #424242;
}
.header-actions .lang-switcher li.current-lang a{
    font-weight: bold;
}
.main-menu{
    flex: 1;
}
.header-actions .header-search-toggle{
    color: #424242;
    transform: scale(0.7);
    position: relative;
    display: inline-block;
}
.header-row-2{
    position: relative;
}
.site-header .header-search-form.active{
    width: 100%;
    height: 100%;
    top: -15px;
    left: 0;
	min-height: 60px;
    border: 1px solid #e7e7e7;
    padding: 0;
}
.site-header .header-search-form input{
	min-height: 58px;
	padding: 0 20px;
	width: calc(100% - 58px);
}
.site-header .header-search-form button{
	min-height: 58px;
	width: 58px;
	border-left-color: #e7e7e7;
	transition: all ease-in-out 0.2s;
}
.site-header .header-search-form button:hover{
	transition: all ease-in-out 0.2s;
	background-color: #e7e7e7;
}
.site-header{
    padding-top: 20px;
}
/* end Header */

/* Footer */
.site-footer-small-nav {
    margin-top: 10px;
}
.site-footer-small-nav ul{
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.site-footer-small-nav li{
    margin: 0 5px;
    padding: 0;
}
.site-footer-small-nav li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.site-footer-small-nav li a:hover{
    text-decoration: underline;
}
/* end Footer */

/* Related posts */
.post-row .post-block-3{
    max-width: 100%;
    width: 100%;
}
/* end Related posts */

/* Home page */
.main-block-1, .main-page .single-post-form, .main-block-4, .main-block-5{
    margin-bottom: 10px;
}
.main-page .single-post-form{
    margin-bottom: 30px;
}
.main-page .category-title{
    font-size: 36px;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
}
.main-post-v3-title{
    margin-bottom: 20px;
    display: block;
}
.main-post-v2-subtitle,
.main-post-v3-subtitle{
    font-family: 'Merriweather', serif;
    font-size: 16px;
}
/* end Home page */


.single-posts-more-post .single-post-conteiner{
    max-width: 700px;
    margin: 0 auto;
}
.single-posts-more-post .single-post-conteiner .post-thumbnail{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.single-posts-more-post .single-post-conteiner .post-thumbnail img{
    width: 100%;
}
.single-posts-more-post .entry-title{
    max-width: 900px;
    margin: 0 auto;

}
.primary.entry-content{
    margin: 0;
    max-width: 100%;
}




.post-box-title{
    font-family: 'Exo 2', sans-serif;
}
.post-box-exerpt{
    font-family: 'Merriweather', serif;
    font-size: 13px;
}

.archive-title{
    font-size: 32px;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
}

.archive-parent-cats{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 0 45px 0;
    padding: 0;
}
.archive-parent-cats li {
    margin: 0 10px;
}
.archive-parent-cats li a{
    text-decoration: none;
    color: #1c1e1c;
    border-bottom: 2px solid transparent;
    transition: all ease-in-out 0.2s;
}
.archive-parent-cats li.current a,
.archive-parent-cats li a:hover{
    transition: all ease-in-out 0.2s;
    border-color: #c8c8e4;
}


.single-post-conteiner .flex{
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.single-post-conteiner .flex .primary.entry-content{
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    flex: 1;
}
.single-post-conteiner .flex .secondary.widget-area{
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.widget.widget-trending{
    position: sticky;
    top: 70px;
}
.single-post-conteiner .flex .trending-item.flex{
    margin-left: 0;
    margin-right: 0;
}

.gallery-caption, figure.wp-caption figcaption.wp-caption-text{
    font-size: 15px;
    padding: 15px;
    box-sizing: border-box;
}


/* Main hot posts */
.main-hot-posts{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.main-hot-posts-left,
.main-hot-posts-right{
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.main-hot-posts-left{
    width: 40%;
}
.main-hot-posts-right{
    width: 60%;
}

.main-hot-posts-item{
    margin-bottom: 30px;
}
.main-hot-posts-item-img{
    margin-bottom: 20px;
}
.main-hot-posts-item-img a{
    width: 100%;
    display: block;
}
.main-hot-posts-item-img a img{
    width: 100%;
}
.main-hot-posts-item-text{}
.main-hot-posts-item-title{}
.main-hot-posts-item-description{
    margin-bottom: 20px;
}
.main-hot-posts-item-author{
    font-weight: bold;
    font-size: 14px;
    color: #1c1e1c;
    text-transform: uppercase;
}
.main-hot-posts-item.item-row{
    display: flex;
    flex-direction: row-reverse;
}
.main-hot-posts-item.item-row .main-hot-posts-item-img{
    max-width: 150px;
    width: 100%;
    margin-left: 30px;
}
.main-hot-posts-item.item-row .main-hot-posts-item-img a{
    height: 150px;
    overflow: hidden;
}
.main-hot-posts-item.item-row .main-hot-posts-item-img a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-hot-posts-item.item-row .main-hot-posts-item-text{
    flex: 1;
}

.main-hot-posts-item.item-row .main-hot-posts-item-title{
    font-size: 18px;
    margin-bottom: 10px;
}

.main-hot-posts-more-title{
    margin-bottom: 5px;
    color: #1c1e1c;
    font-family: 'Merriweather', serif;
    font-size: 14px;
}
.main-hot-posts-more-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.main-hot-posts-more-list li{}
.main-hot-posts-more-list li a{
    color: #3f3f3f;
    position: relative;
    padding-left: 20px;
}
.main-hot-posts-more-list li a:hover{
    text-decoration: none;
    color: #c8c8e4;
}
.main-hot-posts-more-list li a:before{
    content: ' ';
    display: inline-block;
    position: absolute;
    width: .5em;
    height: .5em;
    border-top: 2px solid #c8c8e4;
    border-right: 2px solid #c8c8e4;
    transform: rotate(45deg) translate(0, -50%);
    margin-right: 10px;
    left: -6px;
    top: 50%;
}

/* end Main hot posts */


/* Post box has lead */
.post-box-hot-has-lead .post-box-title a{
	font-size: 18px;
}
/* end Post box has lead */

/* Slider */
.slick-dots{
	bottom: 10px;
}
/* end Slider */


.site-info-image a{
	transition: all ease-in-out 0.2s;
}
.site-info-image a:hover{
	transition: all ease-in-out 0.2s;
	opacity: 0.8;
}
.single .site-info-image{
	/* margin-bottom: 20px; */
}



.copywright-text,
.entry-title,
.entry-cat a,
.entry-meta > *,
.post-box-category{
	font-family: 'Exo 2', sans-serif;
}
.main-post-v2-title,
.trending-title,
.entry-content p, .entry-content ul, .entry-content ol{
	font-family: 'Alice', serif;
}

.main-hot-posts-item.item-row .main-hot-posts-item-title{
	max-width: 300px;
}


.site-container{
	padding-left: 10vw;
	padding-right: 10vw;
	max-width: 100%;
}
.site-info-image img{
	width: 100%;
}
.site-header{
	position: sticky;
    top: -20px;
	z-index: 999;
}


/* New header & elements */

.header-actions .header-search-toggle{
	transform: none;
}
.header-row-2{
	background-color: transparent;
	padding: 0;
}
.main-menu li a{
	transition: all ease-in-out 0.2s;
	text-transform: uppercase;
}
.main-menu li a:hover{
	transition: all ease-in-out 0.2s;
	color: #d6c657;
}
.header-actions-item{
	line-height: 1;
}
.header-actions-item:not(:last-child){
	margin-right: 10px;
}
.header-actions-item a{
	transition: all ease-in-out 0.2s;
	color: #3f3f3f;
	font-size: 18px;
	line-height: 0!important;
	display: inline-block!important;
}
.header-actions-item a:hover{
	transition: all ease-in-out 0.2s;
	color: #d6c657;
}
.header-actions{
	position: relative;
	top: 3px;
}
#masthead{
	margin: 0;
	padding-bottom: 20px;
}
.header-row-2 .header-search-form.active{
	min-height: 60px;
	top: -15px;
}

.after-header-panel{
	padding-top: 20px;
	padding-bottom: 5px;
}
.after-header-panel-items{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.after-header-panel .lang-switcher{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.after-header-panel .lang-switcher li{}
.after-header-panel .lang-switcher li:not(:last-child){
	margin-right: 10px;
}
.after-header-panel .lang-switcher li a{
	transition: all ease-in-out 0.2s;
}
.after-header-panel .lang-switcher li a:hover{
	transition: all ease-in-out 0.2s;
}
.after-header-panel .lang-switcher li.current-lang a{
	color: #d6c657!important;
}
.after-header-panel .after-header-panel-socials{
	display: flex;
	align-items: center;
	position: relative;
	left: -8px;
}
.after-header-panel .after-header-panel-socials a{
	margin-right: 5px;
	font-size: 14px;
	color: #3f3f3f;
	transition: all ease-in-out 0.2s;
}
.after-header-panel .after-header-panel-socials a i{
	transform: scale(0.8);
}
.after-header-panel .after-header-panel-socials a:hover{
	transition: all ease-in-out 0.2s;
	color: #d6c657;
}

.post-box-hot-has-lead{
	text-align: left;
}
.post-box-hot-has-lead .post-box-content{
	align-items: flex-start;
	padding: 20px 0;
}
.post-box-hot-has-lead .post-box-title{
	max-width: 350px;
}
.post-box-hot-has-lead .post-box-title a{
	font-size: 22px;
	display: inline-block;
}



.post-box-category{
	padding-left: 0;
}
.post-box-category:before{
	display: none;
}
.post-box-category,
.post-block-3-category{
	display: inline-flex;
	align-items: center;
}
.post-box-category i,
.post-block-3-category i{
	margin-right: 5px;
}
.post-box-category,
.post-block-3-category a{
	transition: all ease-in-out 0.2s;
}
.post-box-category:hover,
.post-block-3-category a:hover{
	transition: all ease-in-out 0.2s;
	color: #d6c657!important;
}

.post-block-3-img-container{
	height: auto;
	padding-top: 60%;
}


.post-box-hot-has-lead .post-box-title{
	margin: 0;
}

.single-post-form{
	background-image: linear-gradient(to right, #d2c35b, #57a1ae);
}
.single-post-form .your-email input{
	background-color: #c7e6e8;
	color: #588c97;
}
.single-post-form .wpcf7-submit{
	background-color: #588c97;
	color: #fff;
}
.main-page .single-post-form-left{
	width: 100%;
	max-width: 40%;
}
.main-page .single-post-form-right{
	max-width: calc(60% - 40px);
	width: 100%;
	color: #fff;
}
.main-page .single-post-form-right p{
	font-size: 18px;
	max-width: 500px;
	margin: 0;
	line-height: 1.3;
}
.main-page .single-post-form-left{
	padding: 5px!important;
}


.site-header-burger{
	display: none;
	line-height: 1;
}
.site-header-burger span.material-icons{
	font-size: 35px;
}
.site-header-items{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: relative;
}

.site-header{
	background-color: #fff;
	top: 0px;
}


/* end New header & elements */


.main-post-v2 a,
.single-share-buttons a{
	background-color: #598d95;
	color: #fff;
	transition: all ease-in-out 0.2s;
}
.main-post-v2 a:hover,
.single-share-buttons a:hover{
	transition: all ease-in-out 0.2s;
	background-color: #ddbd42;
}

.entry-content a{
	border-bottom-color: #598d95;
}
.entry-content a:hover{
	color: #598d95;
	border-bottom-color: #598d95;
}


.admin-bar .post-box-img-video{
	display: block;
    position: relative;
    padding-top: 60%;
    background-color: #e7e7e7;
    overflow: hidden;
}
.post-box-img-video iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-post-conteiner .post-box-img-video{
	margin-bottom: 70px;
}


.archive-page{
	padding-top: 10px;
	padding-bottom: 100px;
}
.archive-page-title{
	margin-bottom: 40px;
}

.pagination{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pagination .page-numbers{
	color: initial;
	text-decoration: none;
	padding: 10px;
	font-size: 18px;
	display: inline-block;
}
.pagination .page-numbers.current{
	font-weight: bold;
}

.archive-page .post-box-exerpt{
	margin-bottom: 0;
}

.post-box-exerpt{
	font-size: 15px;
}


@media screen and (max-width: 1400px){
	.post-box-hot-has-lead .post-box-title a{
		font-size: 18px;
		max-width: 260px;
		margin: 0;
	}
}
@media screen and (min-width: 991px){
    .col-lg-25{
        width: 25%;
    }
    .col-lg-33{
        width: 33.3333%;
    }
    .col-lg-50{
        width: 50%;
    }
    .col-lg-100{
        width: 100%;
    }
    .main-page .single-post-form-left{
        padding: 20px;
    }
	.main-post-v2-left-image{
		padding-top: 60%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .col-md-25{
        width: 25%;
    }
    .col-md-33{
        width: 33.3333%;
    }
    .col-md-50{
        width: 50%;
    }
    .col-md-100{
        width: 100%;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px){
    .col-tb-25{
        width: 25%;
    }
    .col-tb-33{
        width: 33.3333%;
    }
    .col-tb-50{
        width: 50%;
    }
    .col-tb-100{
        width: 100%;
    }
}
@media screen and (min-width: 0px) and (max-width: 576px){
    .col-sm-25{
        width: 25%;
    }
    .col-sm-33{
        width: 33.3333%;
    }
    .col-sm-50{
        width: 50%;
    }
    .col-sm-100{
        width: 100%;
    }
}
@media screen and (max-width: 991px){
    .main-menu li a{
        font-size: 14px;
    }
    .secondary{
        max-width: 100% !important;
        width: 100% !important;
    }
	.single-post-form{
		flex-direction: column;
		align-items: flex-start;
	}
	.single-post-form-left,
	.single-post-form-right{
		max-width: 100%!important;
		width: 100%!important;
	}
	.single-post-form-right{
		margin-bottom: 15px!important;
	}
	.main-page .single-post-form-left{
		padding: 0!important;
	}
}
@media screen and (max-width: 768px){
    .main-page .single-post-form-right{
        display: none;
    }
    body{
        padding-top: 75px;
    }
    .site-header{
        padding-top: 0;
    }
    .header-row-2{
        flex-direction: column;
    }
    #masthead ul li{
        text-align: center;
    }
    #primary{
        margin-top: 0;
    }
    .main-hot-posts-left,
    .main-hot-posts-right{
        width: 100%;
    }
	.site-container{
		padding-left: 2.5vw;
		padding-right: 2.5vw;
		max-width: 100%;
	}
	.main-page .single-post-form-right{
		display: block!important;
	}
	#masthead > .site-container{
		background-color: transparent;
	}
	.site-header-burger{
		display: block;
		color: #3f3f3f;
	}
	.header-actions-item .material-icons{
		font-size: 35px;
	}
	#masthead{
		padding-bottom: 0;
		padding: 5px 0;
		background-color: #fff;
	}
	body{
		padding-top: 60px;
	}
	.site-header-row-container{
		background-color: #f9f9f9;
	}
	.after-header-panel .lang-switcher{
		width: inherit;
	}
	.site-header .header-search-form {
		min-height: 45px!important;
		top: 0!important;
	}
	.site-header .header-search-form input,
	.site-header .header-search-form button{
		min-height: 43px;
	}
	.site-header .header-search-form input{
		width: calc(100% - 43px);
		font-size: 16px;
	}
	.site-header .header-search-form button{
		width: 43px;
		padding: 0;
	}
	#masthead > .site-container{
		padding: 5px 10px;
	}
}
@media screen and (max-width: 576px){
    .search-page-header form input[type='text']{
        font-size: 16px;
    }
    .main-page .category-title{
        font-size: 26px;
    }
    .archive-title{
        font-size: 26px;
    }
    .main-hot-posts-item.item-row{
        flex-direction: column;
    }
    .main-hot-posts-item.item-row .main-hot-posts-item-img{
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }
    .main-hot-posts-item.item-row .main-hot-posts-item-img a{
        height: auto;
    }
	.single-post-conteiner .post-box-img-video{
		margin-bottom: 30px;
	}
	.pagination .page-numbers{
		padding: 5px;
	}
	.main-page .category-title{
		font-size: 32px;
	}
}
@media screen and (max-width: 400px){
    .single-post-form-left{
        text-align: center;
    }
    .single-post-form-text{
        font-size: 16px;
    }
    .single-post-form .your-email input{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 350px){}