/*
Theme Name: Joe Tech
Theme URI:
Description: 
Author: 
Author URI: 
Version: 1.00
*/


@font-face {
    font-family: 'geomanistmedium';
    font-display: swap;
    src: url('fonts/Geomanist-Medium-Webfont/geomanist-medium-webfont.eot');
    src: url('fonts/Geomanist-Medium-Webfont/geomanist-medium-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/Geomanist-Medium-Webfont/geomanist-medium-webfont.woff') format('woff2'),
         url('fonts/Geomanist-Medium-Webfont/geomanist-medium-webfont.woff') format('woff'),
         url('fonts/Geomanist-Medium-Webfont/geomanist-medium-webfont.ttf') format('truetype'),
         url('fonts/Geomanist-Medium-Webfont/geomanist-medium-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'geomanistregular';
    font-display: swap;
    src: url('fonts/Geomanist-Regular-Webfont/geomanist-regular-webfont.eot');
    src: url('fonts/Geomanist-Regular-Webfont/geomanist-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/Geomanist-Regular-Webfont/geomanist-regular-webfont.woff') format('woff2'),
         url('fonts/Geomanist-Regular-Webfont/geomanist-regular-webfont.woff') format('woff'),
         url('fonts/Geomanist-Regular-Webfont/geomanist-regular-webfont.ttf') format('truetype'),
         url('fonts/Geomanist-Regular-Webfont/geomanist-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
	--main_color: #2fc051;
	--hover_color: #1ca43c;
	--text_color: #000;
	--text_font: 'Inter';
	--titles_font: 'geomanistmedium';
    --purple: #21282e;
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	font-size: 15px;
	font-weight: 400;
	font-family: var(--text_font);
	background: #fff;
	color: var(--text_color);
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
body.no_scroll {
	overflow: hidden;
}
body.blog,
body.category,
body.author,
body.search-results{
    background: #e0e7ec;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin: 0;
	font-family: var(--titles_font);
	font-weight: 400;
}
a {
	text-decoration: none;
	color: inherit;
}
img, svg {
	display: block;
	max-width: 100%;
}
.main_wrapper {
    width: 100%;
    max-width: 1400px;
	margin: 0 auto;
}
.post_content a.broken_link {
    text-decoration: none;
}
.post_content a.broken_link:hover{
    text-decoration: underline;
} 
/*contact form 7 standart styles*/
form.wpcf7-form {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.wpcf7 input {
	display: block;
	width: 100%;
    height: 50px;
    border: 0;
    padding: 10px 20px 13px;
    font-size: 20px;
    font-family: inherit;
    outline: none;
    background: #f1f1f1;
    color: #000;
}
.wpcf7 textarea {
	width: 100%;
	height: 200px;
    border: 0;
    padding: 10px 20px 13px;
    font-size: 20px;
    font-family: inherit;
    outline: none;
    background: #f1f1f1;
    color: #000;
    resize: none;
}
.wpcf7-form-control-wrap {
	display: block;
	margin-top: 10px;
}
.wpcf7 input[type="submit"] {
	width: auto;
	min-width: 200px;
	margin: 0 auto;
	padding: 12px 25px;
	background: var(--main_color);
	color: #fff;
	cursor: pointer;
	transition: .4s;
	font-size: 19px;
	/*font-family: var(--titles_font);*/
    font-weight: 700;
    text-transform: uppercase;
}
.wpcf7 input[type="submit"]:hover {
	background: var(--hover_color);
	color: #fff;
}
span.wpcf7-not-valid-tip {
	font-size: 16px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	font-size: 20px;
}
/*end contact form 7 standart styles*/

/*header*/
header {
	position: relative;
	background: #fff;
	z-index: 999;
    border-top: 7px solid #2FC051;
}
header .main_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 22px 0;
}
header .site_logo {
	display: block;
	margin: 0;
	width: 27%;
    position: relative;
}

header .site_logo svg{
    animation-iteration-count: 1;
    animation-duration: 1s;    
}
header .header_right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
    padding: 29px 0;
}
header .dropmenu_btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	margin-left: 10px;
	background: var(--main_color);
	cursor: pointer;
	transition: .4s;
	overflow: hidden;
}
header .dropmenu_btn:hover{
    background: #000;
}
header .dropmenu_btn .ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
header .dropmenu_btn .hamRotate.active {
	transform: rotate(45deg);
}
header .dropmenu_btn:hover .line{
    stroke:#fff;
}
header .dropmenu_btn .line {
	fill:none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms, stroke .4s;
	stroke: #fff;
	stroke-width:5.5;
	stroke-linecap:round;
}
header .dropmenu_btn .ham1 .top {
	stroke-dasharray: 40 139;
}
header .dropmenu_btn .ham1 .bottom {
	stroke-dasharray: 40 180;
}
header .dropmenu_btn .ham1.active .top {
	stroke-dashoffset: -98px;
}
header .dropmenu_btn .ham1.active .bottom {
	stroke-dashoffset: -138px;
}
header #searchform {
	position: relative;
	width: 100%;
	width: 350px;
}
header #searchform input[type="text"] {
	width: 100%;
	height: 50px;
	border: 0;
	padding: 13px 20px 13px 12px;
	font-size: 20px;
	font-family: var(--titles_font);
	outline: none;
	background: #f1f1f1;
	color: #000000;
    z-index: 2;
}
header #searchform input[type="text"]::-webkit-input-placeholder {
	color: #000000;
	font-family: inherit;
}
header #searchform input[type="text"]::-moz-placeholder {
	color: #000000;
	font-family: inherit;
	opacity: 1;
}
header #searchform input[type="text"]:focus::-webkit-input-placeholder {
	color: transparent;
}
header #searchform input[type="text"]:focus::-moz-placeholder {
	color: transparent;
}
header #searchform .submit_area {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
    z-index: 2;
}
header #searchform svg {
	width: 27px;
	height: 27px;
}
header #searchform .submit_area input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	background: none;
	border: 0;
}
header .categories_wrapper {
	position: absolute;
	top: 100%;
	right: 0;
	width: 0;
	height: 100vh;
	overflow: auto;
	transition: .05s;
	transition-delay: .4s;
}
header .categories_wrapper.opened {
	width: 320px;
	transition-delay: 0s;
}
header .categories_wrapper .lists_wrap {
	width: 320px;
	height: 100%;
	overflow: auto;
	background: #fff;
	padding-top: 20px;
	transform: translateX(100%);
	transition: .4s;
}
header .categories_wrapper.opened .lists_wrap {
	transform: translateX(0%);
}
header .categories_wrapper ul {
	position: relative;
	width: 100%;
}
header .categories_wrapper li {
	display: block;
}
header .categories_wrapper a {
	display: block;
	padding: 10px 30px;
	font-size: 21px;
	/*font-family: var(--titles_font);*/
	font-weight: 700;
}
header .categories_wrapper a:hover {
	color: var(--main_color);
}
header .header_menu {
	margin-right: 30px;
}
header .header_menu ul {
	list-style-type: none;
	display: flex;
}
header .header_menu li:not(:last-child) {
	margin-right: 25px;
}
header .header_menu a {
	position: relative;
	display: inline-block;
	font-size: 21px;
	font-family: var(--titles_font);
    text-decoration: none!important;
}
header .header_menu a::before {
	content: '';
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
	width: 100%;
	height: 5px;
	background: var(--main_color);
	transform: scaleX(0);
	transition: .4s;
}
header .header_menu a:hover::before {
	transform: scaleX(1);
}
header .categories_wrapper .mob_head {
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
	font-size: 26px;
}
header .categories_wrapper .lists_wrap > ul + .mob_head {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #000;
}
/*end header*/

/*blog page*/
.blog_content {
	margin: 0 0 70px;
	overflow: hidden;
}

/*page_banner*/
.page_banner {
	position: relative;
	background: var(--purple);
	padding: 60px 0;
}
.page_banner .main_wrapper.custom {
	display: flex;
	align-items: center;
}
.page_banner .main_wrapper .post_slider .cont{
    display: flex;
}
.page_banner .main_wrapper .post_slider .imagePart{
    overflow: hidden;
}
.page_banner .main_wrapper .post_slider .imagePart img{
    transition: 0.3s;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.page_banner .main_wrapper .post_slider .imagePart:hover img{
    transform: scale(1.15);
}
.page_banner .main_wrapper .post_slider .cont > div{
    width: 50%;
}
.page_banner .main_wrapper .post_slider .cont .imagePart a{
    display: block;
    height: 100%;
}
.page_banner .main_wrapper .post_slider .item article{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: #fff;
}
.page_banner .main_wrapper .post_slider .item article p{
    font-size: 18px;
}
.page_banner article {
	width: 40%;
	padding: 0 64px 0 0;
}
.page_banner article.some_page {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	text-transform: capitalize;
}
.page_banner article h1 {
	font-size: 43px;
	line-height: 1.25;
	color: #fff;
}
.page_banner article a:hover h1{
    text-decoration: underline;
}
.page_banner .centered {
	text-transform: capitalize;
	text-align: center;
	padding: 0;
	width: 100%;
}
.page_banner article p {
	font-size: 19px;
	margin: 20px 0;
    line-height: 1.5;
}
.page_banner article:not(.slider) a,
.page_banner article a.button{
	display: inline-block;
	font-size: 17px;
	padding: 14px 20px;
	color: #fff;
	background: var(--main_color);
	transition: .4s;
    text-transform: uppercase;
    font-family: var(--titles_font);
    font-weight: 500;
}
.page_banner article a.button{
    margin-right: auto;
}
.page_banner article a:not(.post_cat):not([rel="author"]):hover {
	background: var(--hover_color);
}
.page_banner .img_box {
	width: 60%;
}
.page_banner .img_box img {
	width: 100%;
	object-fit: cover;
}
/*end page_banner*/

/*title_wrapper*/
.blog_content .title_wrapper {
	background: var(--purple);
	text-align: center;
	padding: 35px 30px;
}
.title_wrapper article {
	max-width: 900px;
	margin: 0 auto;
}
.blog_content .top_title a {
    color: var(--main_color);
    display: inline-block;
    margin-top: 10px;
    font-size: 27px;
    text-decoration: underline;
    font-weight: 500;
}
.blog_content .top_title a:hover{
    color: #fff;    
}
.category_page .title_wrapper h1:first-letter,
.tag_page .title_wrapper h1:first-letter {
	text-transform: capitalize;
}
.blog_content.category_page .title_wrapper,
.blog_content.searchpage .title_wrapper{
    padding: 60px 30px 65px;
}
/*end title_wrapper*/

.blog_content > .main_wrapper {
	padding-top: 55px;
	overflow: hidden;
}
.blog_content > .main_wrapper .content {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -29px;
}
.blog_content .content_cats {
	list-style: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 22px;
	margin-bottom: 37px;
}
.blog_content .content_cats.hidden_cats {
	display: none;
}
.blog_content .content_cats li {
	margin: 0 4px;
	white-space: nowrap;
}
.blog_content .content_cats li.active {
	pointer-events: none;
}
.blog_content .content_cats li a{
    display: block;
   	padding: 8px 12px;
    border-radius: 3px;
    color: #455862;
    text-align: center;
    font-size: 16px;
}
.blog_content .content_cats li.active a,
.blog_content .content_cats li a:hover{
    background: #f0f2f3;
    color: #000;
    font-weight: 700;
}

/*single_post*/
.single_post {
	flex: 33.333% 0 0;
	padding: 0 29px;
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
    transition: 0.4s;
}
.single_post:hover{
    transform: translateY(-20px);
}
.single_post .img_box {
	position: relative;
	width: 100%;
    overflow: hidden;
    flex-shrink: 0;
}
.single_post .img_box img {
	width: 100%;
	object-fit: cover;
	transition: transform .4s;
}
.single_post:hover .img_box img {
	transform: scale(1.12);
}
.post_bottom .related_item h4,
.single_post .info_box h2 {
	width: 100%;
    margin-bottom: 12px;
    line-height: 1.2;
}
.single_post .info_box h2 a,
.post_bottom .related_item h4 a{
	font-size: 27px;
	line-height: 1.3;
	text-transform: capitalize;
    display: block;
}
.post_bottom .related_item h4 a{
	font-size: 22px;
}
.single_post .info_box h2 a:hover,
.post_bottom .related_item h4 a:hover{
    text-decoration: underline;
    color: #fff;
}
.single_post .info_box {
	position: relative;
	padding: 30px;
	margin-bottom: 15px;
	background: var(--purple);
	border-radius: 0 0 20px 20px;
	color: #fff;
	flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.single_post .info_box::before {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 60px;
	background: var(--main_color);
	border-radius: 0 0 20px 20px;
	z-index: -1;
}
.single_post .info_box h2 {
 	color: #fff;
}
.single_post .info_box h5 {
	display: flex;
	align-items: center;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--titles_font);
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.single_post .info_box h5 a{
    margin-left: 5px;
}
.single_post .info_box h5::before {
	content: '';
	width: 30px;
	height: 7px;
	background: var(--main_color);
	margin-right: 10px;
}
.single_post .info_box h5 a:hover {
	text-decoration: underline;
    color: #fff;
}
.single_post .info_line {
	display: flex;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: -0.72px;
    color: var(--purple);
}
.single_post .text_wrap {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
    font-size: 15px;
}
.single_post .read_more {
	line-height: 1.4;
	text-transform: uppercase;
	font-size: 17px;
    font-weight: 500;
	color: #000;
}
.single_post .read_more:hover {
	color: #000;
    text-decoration: underline;
}
.single_post .cats {
	display: flex;
	flex-wrap: wrap;
    margin-top: auto;
    padding-top: 8px;
}
.single_post .cats span {
	display: inline-block;
	margin-top: 7px;
}
.single_post .cats span:not(:last-child) {
	margin-right: 8px;
}
.single_post .cats a {
	display: inline-block;
	padding: 4px 10px 3px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	border: 2px solid #fff;
	border-radius: 25px;
    font-family: var(--titles_font);
    font-weight: 500;
    opacity: 0.8;
}
.single_post .cats a:hover {
    opacity: 1;       
}
/*end single_post*/

.blog_content .pagination {
	width: 100%;
	text-align: center;
    font: 19px var(--titles_font);
}
.pagination span.current{
    border: 5px solid var(--main_color);
    display: inline-block;
    padding: 10px;
    background: var(--main_color);
    min-width: 51px;
    color: #fff;
}
.pagination span.dots{
    font-size: 40px;
    display: inline-block;
    margin: 0 5px;
    position: relative;
    top: 15px;
}
.pagination a {
	display: inline-block;
	padding: 10px;
	color: #fff;
	background: var(--purple);
	transition: .4s;
    text-transform: uppercase;
    min-width: 51px;
    text-decoration: none!important;
    border: 2px solid var(--purple);
}
.pagination a:hover {
	background: var(--hover_color);
    border-color: var(--hover_color);
}
.pagination a.next,
.pagination a.prev{
    min-width: 140px;
}
/*end blog page*/

/*single post*/
.post_wrapper {
	position: relative;
}
.post_wrapper .title_wrapper {
	background: var(--purple);
	text-align: center;
	padding: 60px 30px 65px;
}
.single-post .post_wrapper .title_wrapper{
    padding: 30px 30px;
}
.post_wrapper .title_wrapper h1,
.blog_content.category_page h1,
.blog_content.tag_page h1,
.blog_content.searchpage h1 {
	font-size: 47px;
	letter-spacing: -0.65px;
	margin-bottom: 0;
	line-height: 1.2;
	color: #fff;
}
.post_wrapper .title_wrapper h1 {
    font-size: 48px;
    /*margin-bottom: 14px;*/
}
.post_wrapper .title_wrapper p {
	font-size: 22px;
	margin-top: 14px;
	margin-bottom: 12px;
	color: #fff;
}
.post_wrapper .info_line,
.page_banner .post_slider article .info_line {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    font-family: var(--titles_font);
    font-weight: 500;
    margin-top: 14px;
    margin-bottom: 14px;
    text-transform: uppercase;
    color: #fff;
}
.info_line .date a:hover{
    color: #fff!important;
}
.page_banner .post_slider article .info_line {
    justify-content: flex-start;
    margin: 20px 0 -4px;
    font-size: 17px;
}
.page_banner .post_slider article .info_line::before {
	content: '';
	width: 30px;
	height: 7px;
	background: var(--main_color);
	margin-right: 10px;
}
.info_line span {
    margin: 0 6px;
}
.info_line a.post_cat:not(:last-child) {
	display: inline-block;
	margin-right: 6px;
}
.info_line a.post_cat span {
	margin: 0;
}
.info_line a.post_cat:last-child span {
	display: none;
}
.info_line a:hover {
	text-decoration: underline;
}
.post_wrapper .author {
	color: #000;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 14px;
}
.post_wrapper .author:hover{
    text-decoration: underline;
}
.post_wrapper .cats {
	display: flex;
	justify-content: center;
}
.post_wrapper .cats a {
	display: inline-block;
    padding: 4px 10px 3px;
    margin-right: 8px;
    color: #445863;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #445863;
    border-radius: 25px;
    /*font-family: var(--titles_font);*/
    font-weight: 700;
}
.post_wrapper .cats a:hover {
	border-color: #000;
    color: #000;
}
.post_content {
	position: relative;
	padding: 30px 30px 0;
	display: flex;
	align-items: flex-start;
}
.post_content.page {
	display: block;
}
.post_content .content_wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.post_content.sidebar_layout .main_wrapper{
    display: flex;
    flex-wrap: wrap;
}
.post_content.sidebar_layout .article_content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
}
.post_content .post_sidebar {
	position: relative;
	width: 380px;
	/*overflow: hidden;*/
    padding: 0 15px;
    flex-shrink: 0;
}
.post_content .post_sidebar ul{
    margin: 0;
}
.post_content .post_sidebar > div{
    margin-bottom: 30px;
}
.post_content .post_sidebar h4{
    padding-left: 13px;
}
.post_content .post_sidebar ul li:before{
    display: none;
}
.post_content .post_sidebar h3{
    background: #f0f2f3;
    padding: 7px 10px 5px;
    font-size: 21px;
}
.post_content .post_sidebar .recent {
	margin-top: 30px;
}
.post_content .post_sidebar .recent span.img_box{
    margin-left: 0;
}
.post_content .post_sidebar a{
	display: flex;
	align-items: center;
	color: #000;
	font-size: 20px;
    transition: 0s;
	/*font-family: var(--titles_font);*/
}
.post_content .post_sidebar a:hover h4{
    color: var(--main_color);
}
.post_content .post_sidebar ul {
    list-style: none;
}
.post_content .post_sidebar ul li {
    position: relative;
    border-top: 3px solid #eaeaea;
    padding: 10px 0px;
    margin-bottom: 0!important;
}
.post_content .post_sidebar ul li h4 {
	position: relative;
	margin: 0;
    text-transform: none;
    line-height: 1.25!important;
    font-weight: 400 !important;
}
.post_content .post_sidebar ul li span.post_num {
	position: absolute;
	top: calc(50% - 15px);
	left: 0;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 22px;
    background: var(--main_color);
    line-height: 1.4;
    z-index: 2;
}
.post_content .post_sidebar .popular ul li span.img_box{
    height: 92px;
    width: 92px;
    position: relative;
}
.post_content .post_sidebar ul li span.img_box {
	display: block;
	flex-shrink: 0;
	margin: 0;
	width: 92px;
	height: 92px;
	overflow: hidden;
}
.post_content .post_sidebar ul li img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	display: block;
	margin: 0;
	transition: transform .4s;
}
.post_content .post_sidebar ul li:hover img {
	transform: scale(1.1);
}
.post_content.sidebar_layout .post_article{
	position: relative;
    width: calc(100% - 410px);
    margin-right: 30px;
}
.post_content.sidebar_layout .article_content p{
    max-width: 100%!important;
}
.post_content .article_content iframe {
	width: 100%;
	height: auto;
	min-height: 550px;
}
.post_content.sidebar_layout .article_content iframe {
	min-height: 450px;
}
.google-auto-placed.ap_container{
    margin-bottom: 30px;
}
.google-auto-placed.ap_container iframe{
    min-height: 0!important;
}
.post_content .article_content {
	position: relative;
	margin: 0 auto;
}
.post_content:not(.sidebar_layout) .post_content_list + .article_content {
	max-width: 1100px;
	margin: 30px auto 0;
}
.post_content .post_content_list {
	align-self: flex-start;
	max-width: 320px;
	margin: 38px 50px 0 0;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    max-height: calc(100vh - 15px);
    overflow: auto;
}
.post_content.sidebar_layout .post_content_list {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    max-height: 100vh;
    overflow: auto;
	margin: 0;
}
.post_content .post_content_list h3 {
	text-transform: capitalize;
    background: #f0f2f3;
    padding: 7px 10px 5px;
}
.post_content .post_content_list li::before {
	display: none;
}
.post_content .post_content_list li a {
	display: inline-flex;
}
.post_content .post_content_list span.number {
	display: inline-flex;
	margin-right: 3px;
	/*justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background: var(--main_color);
	color: #fff;
	text-align: center;
	border-radius: 50%;
	flex-shrink: 0;*/
}
.post_content .post_content_list a {
	font-size: 20px;
	font-family: var(--titles_font);
	font-weight: 400 !important;
	color: var(--text_color);
}
.post_content .post_thumb {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	z-index: 1;
}
.post_content .post_thumb + .line {
	width: 100%;
}
.post_content .post_thumb img {
	width: 100%;
}
.post_content .main_wrapper {
    max-width: 1200px;
	margin: 0px auto;
    font-size: 19px;
    color: #111111;
}
.post_content:not(.sidebar_layout) .main_wrapper{
    max-width: 1100px;
}
.post_content .main_wrapper #wtr-content{
    margin: 0 auto;
    width: 100%;
}
.post_content .main_wrapper #wtr-content > *:not(.noBox){
    max-width: 790px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.7;
}
.post_content.page .main_wrapper #wtr-content>*:not(.noBox) {
	max-width: 900px;
}
.post_content .main_wrapper p.noBox{
    max-width: 100%;
    width: 1200px;
    margin-left: auto;
    margin-right: auto; 
    text-align: center;
    font-style: italic; 
}
.post_content .main_wrapper p.noBox img{
	height: auto !important;
    display: inline-block;
    margin-bottom: 0;
}
.post_content .main_wrapper img{
    height: auto!important;
}
.post_content p,
.post_content img {
	margin-bottom: 30px;
	line-height: 1.5;
}
.post_content .adsblock{
    text-align: center;
    padding: 30px 30px 27px;
    background: #F0F2F3;
}
.post_content .adsblock.last {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	margin-bottom: 0;
}
.post_content .adsblock a{
    display: inline-block;
}
.post_content .adsblock img{
    margin: 0;
}
.post_content a{
	color: var(--main_color);
    font-weight: 700!important;
}
.post_content a *{
    font-weight: inherit !important;
}
.post_content a:hover{
    text-decoration: underline;
	color: var(--main_color);
}
.post_content h2 span.number {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-self: flex-start;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 29px;
	border-radius: 50%;
	margin-top: 5px;
	margin-right: 10px;
	background: var(--main_color);
    line-height: 1.6;
    flex-shrink: 0;
}
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5 {
	margin-bottom: 20px;
	line-height: 1.2 !important;
	text-transform: uppercase;
}
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h2 *,
.post_content h3 *{
    font-weight: inherit !important;
}
.post_content h2 {
	display: flex;
	align-items: center;
	font-size: 36px;
	text-transform: none;
    padding-top: 15px;
}
.post_content h2 a {
	text-decoration: underline;
}
.post_content h2.numbered a{
    color: #000;
}
.post_content h2.numbered a:hover{
    color: var(--main_color);
}
.post_content h3 {
	font-size: 24px;
}
.post_content ul,
.post_content ol {
	list-style-position: inside;
	margin-bottom: 30px;
}
.post_content.sidebar_layout .socials_wrapper img{
    max-width: 30px;
}
.post_content ul:not(.socials_wrapper) li {
	position: relative;
	padding-left: 10px;
	list-style: none;
}
.post_content ul:not(.socials_wrapper) li:not(:last-child){
    margin-bottom: 17px;    
}
.post_content ul:not(.socials_wrapper) li::before {
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #111;
	border-radius: 50%;
}

.post_content.sidebar_layout .article_content .socials_wrapper {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
    margin: 0 auto;
}
.post_content .article_content .socials_wrapper{
    text-align: center;
}
.post_content .article_content .socials_wrapper li {
	display: inline-block;
	margin: 0 10px;
}
.post_content.sidebar_layout .article_content .socials_wrapper li {
	margin-right: 30px;
}
.post_content .article_content .socials_wrapper a {
	display: inline-block;
}
.post_content .article_content .socials_wrapper li img {
	height: 30px !important;
	width: auto;
	margin: 0 auto;
	transition: transform .6s;
}
.post_content .article_content .socials_wrapper li:hover img {
	transform: rotateY(360deg) scale(1.2);
}
.post_bottom {
	padding: 50px 0;
	overflow: hidden;
	background: #e0e7ec;
    margin-top: 100px;
}
.post_bottom .main_wrapper {
	display: flex;
	flex-wrap: wrap;
    max-width: 1430px;
    margin-bottom: -30px;
}
.post_bottom .related_item {
	position: relative;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	transition: .4s;
}
.post_bottom .related_item:hover {
	transform: translateY(-15px);
}
.post_bottom .related_item::before {
	content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 60px;
    background: var(--main_color);
    border-radius: 0 0 20px 20px;
}
.post_bottom .related_item .img_box {
	overflow: hidden;
	flex-shrink: 0;
}
.post_bottom .related_item .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s;
}
.post_bottom .related_item .img_box:hover img {
	transform: scale(1.15);
}
.post_bottom .related_item h4 {
	position: relative;
	padding: 20px;
	margin-bottom: 15px;
	color: #fff;
	background: var(--purple);
    border-radius: 0 0 20px 20px;
    flex-grow: 1;
}
.saboxplugin-wrap{
	border: 0;
    max-width: 790px; 
    width: 100%;
    order: 1;
    background: #191d20;
}
.post_content.sidebar_layout .saboxplugin-wrap{
    max-width: 750px;     
}
.post_content:not(.sidebar_layout) .saboxplugin-wrap {
	margin: 0 auto;
}

.wpadc-wrapper-class.wpadc-selected-after-content {
	font-size: 15px;
}
.saboxplugin-wrap .saboxplugin-authorname,
.saboxplugin-authorname span{
    text-transform: uppercase!important;
    font-family: var(--titles_font);
}
.saboxplugin-wrap .saboxplugin-authorname a {
	color: #fff;
}
.saboxplugin-authorname span::before{
    content: 'BY ';
}
.saboxplugin-wrap div.saboxplugin-gravatar {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding: 0;
	margin: 20px;
	overflow: hidden;
}
.saboxplugin-wrap div.saboxplugin-gravatar img {
	width: 100%;
	height: 100% !important;
	max-width: 100%;
	object-fit: cover;
}
.saboxplugin-authorname span {
	font-size: 22px;
	/*font-family: var(--titles_font);*/
	font-weight: 500 !important;
}
.saboxplugin-wrap div.saboxplugin-desc div * {
	font-style: normal;
	font-size: 16px !important;
	line-height: 1.4 !important;
	color: #fff;
}
div.sab-edit-settings a, a.sab-profile-edit {
	color: #fff !important;
}
/*end single post*/

/*about page authors*/
.authors_wrapper {
	margin-top: 50px;
}
.authors_wrapper h2 {
	text-align: center;
	justify-content: center;
	margin: 0 0 30px;
}
.authors_boxes {
	max-width: 750px;
	margin: 0 auto;
}
.authors_boxes .single_wrapper {
	margin-bottom: 50px;
	padding: 20px;
	background: #191d20;
	color: #fff;
	display: flex;
	font-size: 16px;
}
/*.authors_boxes .single_wrapper:last-child {
	margin-bottom: 0;
}*/
.authors_boxes .single_wrapper .img_box {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
	flex-shrink: 0;
}
.authors_boxes .single_wrapper .img_box img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.authors_boxes .single_wrapper h4 {
	margin: 0 0 5px;
}
.authors_boxes .single_wrapper h4 a {
	font-size: 22px;
	color: #fff;
	font-weight: 500 !important;
}
.authors_boxes .author_socials {
	display: flex;
	justify-content: flex-end;
}
.authors_boxes .author_socials a {
	display: inline-block;
	margin-left: 15px;
}
.authors_boxes .author_socials path {
	transition: .4s;
}
.authors_boxes .author_socials a:hover path {
	fill: var(--main_color);
}
/*end about page authors*/

/*footer*/
footer {
	position: relative;
	background: #191d20;
	padding: 2.95% 0 0;
}
footer .main_wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer h4.box_title {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
    position: relative;
}
footer .about_box {
	flex: 26% 0 0;
	color: #6b6b6b;
	line-height: 1.5;
}
footer .about_box_text a.more{
    text-decoration: underline;
}
footer .about_box_text a.more:hover{
    color: #fff;
}
footer .footer_posts a {
	line-height: 1.5;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.85);
}
footer .about_box_text{
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
}
footer .footer_cats a,
footer .nav_box a{
	line-height: 1.7;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.85);    
}
footer .nav_box a:hover,
footer .footer_cats a:hover,
footer .footer_posts a:hover {
	text-decoration: underline;
    color: #fff;
}
footer .footer_posts a {
	text-decoration: underline;
}
footer .nav_box {
	flex: 10% 0 0;
}
footer .footer_cats {
	flex: 20% 0 0;
}
footer .footer_posts {
	flex: 24% 0 0;
}
footer .footer_cats ul{
    column-count: 2;
    column-gap: 25px;
}
footer .nav_box ul,
footer .footer_cats ul,
footer .footer_posts ul {
	list-style: none;
}
footer .search_box {
	flex: 26% 0 0;
}
footer .search_box form {
	position: relative;
}
footer .search_box input[type="text"] {
	width: 100%;
	height: 60px;
	background: #2c3238;
	font-size: inherit;
	font-family: inherit;
	padding: 18px 20px 13px;
	border: 0;
	outline: none;
	color: #fff;
    border-radius: 5px;
}
footer .search_box input[type="text"]::-webkit-input-placeholder {
	color: rgba(255,255,255,.66);
}
footer .search_box input[type="text"]::-moz-placeholder {
	color: rgba(255,255,255,.66);
	opacity: 1;
}
footer .search_box .submit_area {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
footer .search_box .submit_area input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: none;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}
footer .search_box svg {
	width: 40px;
	height: 40px;
}
footer .search_box path {
	fill: rgba(255,255,255,.66);
	transition: .4s;
}
footer .search_box .submit_area:hover path {
	fill: #fff;
}
footer .slug {
	width: 100%;
	margin-top: 40px;
	text-align: center;
	color: #6b6b6b;
	line-height: 1.5;
    font-size: 17px;
}
footer .slug a {
	display: inline-block;
	margin-right: 10px;
	text-transform: lowercase;
}
footer .slug a:hover {
	color: #000;
	text-decoration: underline;
}
footer .copy {
	width: 100%;
	text-align: center;
	color: rgba(255, 255, 255, 0.85);
	padding: 30px 0 40px;
	border-top: 1px solid #555555;
    font-size: 16px;
}
/*end footer*/

/*crossbrowser css*/
body.mozOs .single_post .cats span{
    padding-top: 0;
}
/*end crossbrowser css*/

/*General slick slider full-width version*//*General slick slider full-width version*/
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0!important;
}
.slick-slide, .slick-slide *{ outline: none !important; }
.slick-current{
    position: relative;
    z-index: 2;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    min-height: 1px;
    position: relative;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
    max-width: none;
    width: 100%;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-slide {
    margin: 0px;
}
.slick-prev,
.slick-next {
    width: 64px;
    height: 130px;
    display: block;
    border: none!important;
    background: none;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 10;
}
.slick-arrow img{
    opacity: 0.45;
    transition: all 0.4s;
}
.slick-arrow:hover img{
    opacity: 1;
}
.slick-next{
    right: 10px;
}
.slick-prev{
    left: 10px;
}
.slick-dots{
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.slick-dots li{
    display: inline-block;
    width: 10px!important;
    height: 10px!important;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
}
.slick-dots li:hover, .slick-dots li.slick-active{
    background: var(--main_color);
}
.slick-dots li button{
    height: 100%;
    width: 100%;
    display: block!important;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0!important;
    box-shadow: none;
    border-radius: 0;
    background: none;
    border: none!important;
}
.slick-dots li:not(:last-child){
    margin-right: 5px;
}
/*End General slick slider*//*End General slick slider*/

@keyframes blink-logo {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }        
    100% {
        opacity: 0;
    }
}
@keyframes blink-svg {
    0% {
        opacity: 1;
    }
    1% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }        
    100% {
        opacity: 1;
    }
}
/*Responsive*//*Responsive*//*Responsive*/
@media(min-width: 2340px) {
	.single_post {
		flex: 25% 0 0;
	}    
}

@media(min-width: 1200px) {
	.post_content.sidebar_layout .main_wrapper #wtr-content > *:not(.noBox){
	    margin-left: 0;
	}
}

@media(min-width: 1100px) {
	header .categories_wrapper .mob_head,
	header .categories_wrapper .menu-header-menu-container {
		display: none;
	}
}

@media(min-width: 481px) {
	.saboxplugin-wrap .saboxplugin-desc{
	    padding-left: 120px;
	}
}

@media(max-width: 1550px) {
	.single_post {
		flex: 50% 0 0;
	}
}

@media(max-width: 1450px) {
	header .header_menu,
	header .header_menu li:not(:last-child) {
		margin-right: 10px;
	}
	header .header_menu a {
		font-size: 18px;
	}
	.main_wrapper {
		padding: 0 25px;
	}
	.post_bottom .main_wrapper {
		padding: 0 10px;
	}
    header .main_wrapper{
        padding: 22px 25px;
    }
    .post_content .post_content_list + .article_content {
    	margin: 0 0 0 auto;
    }
    .post_content .article_content .socials_wrapper {
    	left: 0;
    }
    .post_content .post_thumb {
    	padding: 0;
    }
    .post_bottom .related_item{
        width: 33.333%;
    }
}

@media(max-width: 1300px) {
	.post_content .article_content .socials_wrapper {
    	left: -30px;
    }
}

@media(max-width: 1199px) {
	.main_wrapper {
		min-width: 1px;
	}
	.post_content .main_wrapper {
		padding: 0;
	}
	header .header_menu {
		display: none;
	}
	header .site_logo {
		width: 40%;
	}
	header #searchform {
		width: 250px;
	}
	.blog_content {
		margin-bottom: 60px;
	}
	.blog_content .title_wrapper h1 {
		font-size: 36px;
	}
	.blog_content .title_wrapper h1 br {
		display: none;
	}
	.post_content h1 {
		font-size: 42px;
	}
	.post_content .post_thumb .socials_wrapper {
		left: 0;
	}
	.post_content {
		margin-bottom: 30px;
	}
	.post_bottom {
		padding: 0;
	}
	.post_bottom .main_wrapper {
		flex-wrap: wrap;
		padding: 0 0 50px;
		margin-bottom: -50px;
	}
	.post_bottom .related_item h5 {
		padding-left: 15px;
	}
	.post_bottom .related_item {
		width: 50%;
		margin-bottom: 50px;
	}
	.post_bottom .related_item .img_box {
		height: 220px;
	}
	.post_content .main_wrapper #wtr-content {
		width: 100%;
	}
	.post_content .post_sidebar {
		flex-basis: 70%;
		margin: 30px auto 0;
		order: 2;
        display: none;
	}
	footer .main_wrapper {
		padding: 0 15px;
	}
    .post_content.sidebar_layout .saboxplugin-wrap{
        margin: 0 auto;
    }
    .post_content.sidebar_layout .main_wrapper #wtr-content{
        width: 100%;
    }
    .page_banner .main_wrapper .post_slider .cont > div{
        width: 100%;
    }
    .page_banner .main_wrapper .post_slider .cont{
        flex-direction: column;
    }
    .page_banner .main_wrapper .post_slider .item article{
        text-align: center;
        padding-bottom: 30px;
    }
    .page_banner .post_slider article .info_line{
        justify-content: center;
        padding: 0;
    }
    .page_banner article a.button{
        margin-left: auto;
    }
    .slick-slide img{
        max-width: 700px;
        margin: 0 auto;
    }
    .page_banner .main_wrapper .post_slider .item article{
        padding-right: 0;
    }
    .post_content.sidebar_layout .post_article{
        width: 100%;
        margin-right: 0;
    }
    .post_content .post_content_list + .article_content {
    	width: 100% !important;
    	margin-top: 0 !important;
    }
    .post_content .article_content .socials_wrapper {
    	left: 0;
    }
    .post_content .post_content_list {
    	margin: 50px auto;
        max-height: none;
        position: static;
        text-align: center;
    }
    .post_content.sidebar_layout .post_content_list {
    	top: 0;
    	margin: 50px auto;
    	text-align: center;
        min-width: 300px;
    }
}

@media(max-width: 991px) {
	.main_wrapper {
		padding: 0 15px;
	}
    header .main_wrapper{
	    padding: 0 25px;
	}
	header #searchform {
		min-width: 1px;
		width: 45px;
		height: 45px;
		font-size: 50px;
	    text-align: center;
	    line-height: 1;
	}
	header #searchform input[type="text"] {
		position: absolute;
		top: 0;
		right: 0px;
		width: 320px;
		height: 45px;
		font-size: 20px;
		transform-origin: right;
		transform: scaleY(0);
		pointer-events: none;
		transition: transform .4s;
	}
	header #searchform.opened input[type="text"] {
		transform: scaleY(1) translateY(75px);
		pointer-events: auto;
	}
	header #searchform svg {
		width: 30px;
		height: 30px;
	}
	header #searchform .submit_area {
		transition: transform .4s;
	}
	header #searchform.opened .submit_area {
		transform: translateY(75px);
	}
	header #searchform .submit_area input {
		pointer-events: none;
	}
	header #searchform.opened .submit_area input {
		pointer-events: auto;
	}
	.page_banner article {
		width: 100%;
		margin-top: -20px;
	}
	.page_banner article h1 {
		font-size: 42px;
	}
	.page_banner .img_box {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.blog_content > .main_wrapper .content {
		margin: 0;
	}
	.post_content .post_content_list li {
		padding: 0 !important;
	}
	.post_content .article_content .socials_wrapper {
		top: 0;
		left: 0;
		position: relative;
		display: flex;
		justify-content: center;
		margin-bottom: 15px !important;
	}
	.post_content .article_content .socials_wrapper li {
		margin-bottom: 0;
		margin-right: 20px;
	}
	.post_content .article_content .socials_wrapper li:last-child {
		margin-right: 0;
	}
	.post_content .article_content iframe {
		min-height: 350px;
	}
	footer {
		padding: 40px 0 0;
	}
	footer .main_wrapper {
		justify-content: center;
	}
	footer h4.box_title {
		margin-bottom: 20px;
	}
	footer .nav_box,
	footer .footer_cats {
		flex-basis: 100%;
		text-align: center;
		margin-top: 40px;
	}
	footer .footer_posts {
		flex: 100% 0 0;
		text-align: center;
		order: -1;
	}
	footer .search_box {
		flex: 70% 0 0;
		text-align: center;
		margin-top: 40px;
	}
	footer .about_box {
		flex: 100% 0 0;
		order: 1;
		text-align: center;
		margin-top: 40px;
	}
	footer .about_box_text, 
	footer .nav_box a, 
	footer .footer_cats a,
	footer .footer_posts a {
		font-size: 18px;
	}
	footer .slug,
	footer .copy {
		order: 2;
		padding: 20px;
	}
    header #searchform.opened input{
        background: #000!important;
        color: #fff!important;
    }
    header #searchform input[type="text"]::-moz-placeholder{
        color: #fff;
        opacity: 1!important;
    }
    header #searchform input[type="text"]::-webkit-input-placeholder{
        color: #fff;
    }
    header #searchform.opened .submit_area path{
        fill: #fff!important;
    }
    .post_content.sidebar_layout{
        flex-direction: column;
    }
    .post_content.sidebar_layout .post_content_list{
        position: static;
    }    
}

@media(max-width: 850px) {
	.single_post {
    	flex-basis: 100%;
    }
}

@media(max-width: 767px) {
	header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
	.page_banner .img_box{
	    display: none;
	}
	.page_banner{
	    height: auto;
	    padding: 40px 0;
        display: none;
	}
	.page_banner article{
	    margin: 0;
	}
    body{
        font-size: 16px;
    }
    footer .nav_box h4.box_title{
        display: none;
    }
    .post_wrapper .info_line:before {
    	display: none;
    }
}

@media(max-width: 600px) {
	body {
		font-size: 16px;
	}
	header #searchform {
		margin-left: -45px;
	}
	header #searchform.opened .submit_area {
		transform: translate(-5px, 75px);
	}
	header .dropmenu_btn {
		height: 40px;
		width: 40px;
		background: none;
        margin-left: 0;
	}
	header .dropmenu_btn:hover {
		background: none;
	}
	header .dropmenu_btn .line {
		stroke: #000 !important;
	}
	header .categories_wrapper a {
		font-size: 20px;
	}
	header .categories_wrapper .lists_wrap,
	header .categories_wrapper.opened {
		width: 100%;
	}
	.blog_content .title_wrapper h1{
		font-size: 30px;
	}
	.page_banner article {
		position: relative;
		padding: 0;
		z-index: 1;
	}
	.page_banner article h1 {
		font-size: 30px;
	}
	.page_banner article p,
	.page_banner article a {
		font-size: 18px;
	}
	.page_banner article p {
		margin: 15px 0 10px;
	}
	.page_banner .img_box {
		width: 75%;
	}
	.blog_content .content_cats {
		display: none;
	}
	.single_post {
		padding: 0;
	}
	.single_post .info_line {
		font-size: 16px;
	}
	.single_post .text_wrap {
		margin-bottom: 10px;
	}
	.pagination a,
    .pagination span.current{
		padding: 5px 10px;
		font-size: 14px;
        min-width: 35px;
	}
    .pagination span.current{
        border-width: 3px;
    }
    .pagination span.dots {
        font-size: 30px;
        top: 11px;
    }    
    .pagination a.next, .pagination a.prev {
        min-width: 80px;
    }
	.post_content,
	.post_content .main_wrapper {
		padding: 0;
	}
	.post_content {
		padding: 0 15px;
	}
	.post_content .main_wrapper {
		font-size: 16px;
	}
	.wpadc-wrapper-class.wpadc-selected-after-content {
		font-size: 13px;
        color: #b5b5b5;
	}
	.post_content h1 {
		font-size: 36px;
	}
	.post_content h1 span.number {
		width: 35px;
		height: 35px;
		font-size: 30px;
	}
	.post_content .post_sidebar {
		flex-basis: 100%;
	}
	.post_wrapper .title_wrapper {
		padding: 30px 10px;
	}
	.post_wrapper .title_wrapper p {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.post_wrapper .title_wrapper h1,
    .blog_content.category_page h1,
    .blog_content.tag_page h1,
    .blog_content.searchpage h1{
		font-size: 32px;
	}
	.post_content h2 {
		font-size: 30px;
		line-height: 1.2 !important;
		margin-bottom: 5px;
	}
	.post_wrapper .info_line,
	.post_wrapper .author {
		font-size: 15px;
	}
	.post_content .post_thumb {
		margin: 0 -15px 20px;
        width: calc(100% + 30px);
	}
	.post_content .post_thumb img {
		margin-bottom: 20px;
	}
	.post_content .post_thumb .socials_wrapper li img {
		height: 20px !important;
	}
	.post_content .article_content iframe,
	.post_content.sidebar_layout .article_content iframe {
		min-height: 250px;
	}
	.post_content .post_content_list {
		max-width: 100%;
		width: 100%;
		margin: 0 0 30px;
	}
	.post_content.sidebar_layout .post_content_list {
		max-width: 100%;
		width: 100%;
		min-width: 1px;
		margin: 30px 0;
	}
	.post_content_list a {
		font-size: 16px;
	}
	.saboxplugin-wrap div.saboxplugin-gravatar {
		margin: 20px auto;
	}
	.saboxplugin-wrap div.saboxplugin-authorname {
		margin: 0;
	}
	.sab-edit-settings {
		bottom: auto;
		top: 20px;
	}
	.post_bottom .main_wrapper {
		margin: 0;
        padding: 15px 15px 50px;
	}
	.post_bottom .related_item {
		width: 100%;
		padding: 0;
		margin: 0 auto 30px;
	}
	.post_bottom .related_item::before {
		left: 0;
		right: 0;
	}
	.post_bottom .related_item .img_box {
		height: 180px;
	}
    .blog_content.category_page .title_wrapper, 
    .blog_content.tag_page .title_wrapper,
    .blog_content.searchpage .title_wrapper{
        padding: 30px 10px;
    }
	footer .search_box {
		flex: 100% 0 0;
	}
	footer .footer_posts,
	footer .footer_cats,
	footer .about_box,
	footer .slug {
		display: none;
	}
	footer .nav_box {
		margin: 0 0 40px;
	}
    header .categories_wrapper .lists_wrap{
        transform: translateX(-100%);
    }
    header .header_right{
        padding: 20px 0;
    }
    .blog_content > .main_wrapper {
        padding-top: 15px;
    }
}

@media(max-width: 450px) {
	header .header_right{
	    padding: 10px 0;
	}
	header .site_logo svg{
	    height: 70px!important;
	}
	header .main_wrapper {
	    padding: 0 10px;
	}
	header .site_logo {
	    width: 240px;
	}
	header #searchform .submit_area{
	    width: 30px;
	}
}

@media(max-width: 350px) {
	header #searchform {
		width: 40px;
		margin-left: -40px;
	}
	header #searchform input[type="text"] {
		width: 290px;
	}
}