/*!
Theme Name: homesthetics
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: homesthetics
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

homesthetics is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}
body, html {
    overflow-x: hidden;
}
body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

body,button,input,optgroup,select,textarea {
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

h1,h2,h3,h4,h5,h6 {
    clear: both
}

p {
    margin-bottom: 1.5em
}

cite,dfn,em,i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch",Courier,monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,kbd,tt,var {
    font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
    font-size: 15px;
    font-size: .9375rem
}

abbr,acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins,mark {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box
}

*,:after,:before {
    box-sizing: inherit
}

body {
    background: #fff
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ol,ul {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ol,li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

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

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

button,input[type=button],input[type=reset],input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0,0,0,.8);
    font-size: 12px;
    font-size: .75rem;
    line-height: 1;
    padding: .6em 1em .4em
}

button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover {
    border-color: #ccc #bbb #aaa
}

button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus {
    border-color: #aaa #bbb #bbb
}

input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px
}

input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus {
    color: #111
}

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%
}

a {
    color: #4169e1
}

a:visited {
    color: purple
}

a:active,a:focus,a:hover {
    color: #191970
}

a:focus {
    outline: thin dotted
}

a:active,a:hover {
    outline: 0
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul ul li.focus>ul,.main-navigation ul ul li:hover>ul {
    left: 100%
}

.main-navigation ul ul a {
    width: 200px
}

.main-navigation ul li.focus>ul,.main-navigation ul li:hover>ul {
    left: 0px;
	background-color: #fff;
	text-align: left;
}

.main-navigation li {
    float: left;
    position: relative
}

.main-navigation a {
    display: block;
    text-decoration: none
}

.main-navigation.toggled ul,.menu-toggle {
    display: block
}

@media screen and (min-width: 1024px) {
    .menu-toggle {
        display:none
    }

    .main-navigation ul {
        display: block
    }
}

.site-main .comment-navigation,.site-main .post-navigation,.site-main .posts-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-previous,.post-navigation .nav-previous,.posts-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next,.post-navigation .nav-next,.posts-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto!important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clear:after,.clear:before,.comment-content:after,.comment-content:before,.entry-content:after,.entry-content:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,.comment-content:after,.entry-content:after,.site-content:after,.site-footer:after,.site-header:after {
    clear: both
}

.widget {
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

.sticky {
    display: block
}

.hentry {
    margin: 0 0 1.5em
}

.updated:not(.published) {
    display: none
}

.entry-content,.entry-summary,.page-content {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,iframe,object {
    max-width: 100%
}

.custom-logo-link {
    display: inline-block;
	text-align: center;
}

.custom-logo-link img {
    max-width: 94%;
	width: 630px;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%!important;
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
	margin: 0;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.padding-tb-big {
    padding-top: 100px;
    padding-bottom: 100px
}

.padding-tb-med {
    padding-top: 50px;
    padding-bottom: 50px
}

.padding-tb-small {
    padding-top: 20px;
    padding-bottom: 20px
}

.padding-tb-tin {
    padding-top: 10px;
    padding-bottom: 10px
}

.padding-t-big {
    padding-top: 100px
}

.padding-t-med {
    padding-top: 50px
}

.padding-t-small {
    padding-top: 20px
}

.padding-t-tin {
    padding-top: 10px
}

.padding-t-xs {
    padding-top: 4px
}

.padding-b-big {
    padding-bottom: 100px
}

.padding-b-med {
    padding-bottom: 50px
}

.padding-b-small {
    padding-bottom: 20px
}

.padding-b-tin {
    padding-bottom: 10px
}

.padding-tb-none,.padding-tb-none .vc_col-sm-12 {
    padding-left: 0!important;
    padding-right: 0!important
}

.padding-r-none {
    padding-right: 0
}

.margin-b-none {
    margin-bottom: 0
}

.full-width .site-content .entry-content,.full-width .vc_col-sm-12 {
    padding-left: 0!important;
    padding-right: 0!important
}

.padding-side-big {
    padding-left: 20%;
    padding-right: 20%
}

.padding-side-med {
    padding-left: 10%;
    padding-right: 10%
}

.padding-side-small {
    padding-left: 5%;
    padding-right: 5%
}

.padding-side-tin {
    padding-left: 2%;
    padding-right: 2%
}

.padding-t-responsive {
    padding-top: 110px
}

@media only screen and (max-width: 994px) {
    .padding-t-responsive {
        padding-top:200px
    }
}

@media only screen and (max-width: 768px) {
    .padding-tb-big {
        padding-top:30px;
        padding-bottom: 30px
    }

    .padding-tb-med {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .padding-tb-small {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .padding-t-big {
        padding-top: 30px
    }

    .padding-t-med {
        padding-top: 20px
    }

    .padding-t-small {
        padding-top: 10px
    }

    .padding-b-big {
        padding-bottom: 30px
    }

    .padding-b-med {
        padding-bottom: 20px
    }

    .padding-b-small {
        padding-bottom: 10px
    }

    .padding-t-responsive {
        padding-top: 220px
    }

    .padding-side-big {
        padding-left: 0;
        padding-right: 0
    }

    .padding-side-med {
        padding-left: 0;
        padding-right: 0
    }

    .padding-side-small {
        padding-left: 1%;
        padding-right: 1%
    }

    .padding-side-tin {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width: 1199px) {
    .container {
        width:100%
    }
}

/*
@font-face {
    font-family: Memphis;
    src: url(./fonts/36CBD6_0_0.eot);
    src: url(./fonts/36CBD6_0_0.eot?#iefix) format('embedded-opentype'),url(./fonts/36CBD6_0_0.woff2) format('woff2'),url(./fonts/36CBD6_0_0.woff) format('woff'),url(./fonts/36CBD6_0_0.ttf) format('truetype');
	display: swap;
	unicode-range: U+000-5FF; 
}

@font-face {
    font-family: AbadiMTPro;
    src: url(./fonts/abadi/36CBE4_0_0.eot);
    src: url(./fonts/abadi/36CBE4_0_0.eot?#iefix) format('embedded-opentype'),url(./fonts/abadi/36CBE4_0_0.woff2) format('woff2'),url(./fonts/abadi/36CBE4_0_0.woff) format('woff'),url(./fonts/abadi/36CBE4_0_0.ttf) format('truetype');
	display: swap;
	unicode-range: U+000-5FF; 
}

@font-face {
    font-family: AbadiBold;
    font-style: normal;
    font-weight: 400;
    src: local('Abadi MT Std Bold'),url(./fonts/abadi-bold/ufonts.com_abadimtstd-bold-opentype.woff) format('woff');
	display: swap;
	unicode-range: U+000-5FF; 
}

@font-face {
    font-family: Abadi;
    src: url(./fonts/abadi-cl/4929ec17-f3cf-45d2-8dbf-b5b5c8e2f175.e6e9e21.woff) format("woff");
    font-weight: 700;
	display: swap;
	unicode-range: U+000-5FF; 
}

@font-face {
    font-family: GothamBook;
    src: url(./fonts/GothamBook.eot);
    src: url(./fonts/GothamBook.eot?#iefix) format('embedded-opentype'),url(./fonts/GothamBook.woff) format('woff'),url(./fonts/GothamBook.ttf) format('truetype');
	display: swap;
	unicode-range: U+000-5FF; 
}
*/

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.padding-0 {
    padding-left: 0;
    padding-right: 0
}

body {
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
aside, div {
	font-size: 20px;
}

a,a:hover,a:visited {
    color: #000;
    text-decoration: none
}

button:focus,input:focus,select:focus,textarea:focus {
    outline: 0
}
p {
    font-size: 20px;
    margin: 0 0 1.5em 0;
    line-height: 25px;
}

textarea {
    font-size: 14px
}

.main-banner {
	display: flex;
    padding: 20px 15px;
    height: 152px;
    justify-content: center;
    align-items: center;
}

.main-banner h1 {
    color: #fff;
    font-size: 85px;
    margin: 0
}
.logo-and-tagline-holder {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.logo-and-tagline-holder .tagline {
	margin-bottom: 0px;
	margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
    .main-banner {
        padding: 15px 70px;
		height: 114px;
		position: relative;
    }
	.custom-logo-link img {
		max-width: 94%;
		width: 400px;
	}
	.main-banner.sticky .logo-and-tagline-holder .tagline {
		display: none;
	}
	.main-banner.sticky {
		height: 76px;
	}
}
@media only screen and (max-width: 768px) {
	.custom-logo-link img {
		max-width: 94%;
		width: 400px;
	}
	.logo-and-tagline-holder .tagline {
		margin-bottom: 0px;
		margin-top: 12px;
		font-size: 15px;
	}
}

@media only screen and (max-width: 475px) {
	.custom-logo-link img {
		max-width: 94%;
		width: 230px;
	}
	.logo-and-tagline-holder .tagline {
		font-size: 13px;
		margin-top: 10px;
	}
	.main-banner {
		height: 90px;
	}
	.main-banner.sticky {
		height: 62px;
	}
}
@media only screen and (max-width: 350px) {
	.logo-and-tagline-holder .tagline {
		font-size: 12px;
	}
}

.header-bg {
    background-color: #fbfbfb;
    max-width: 100vw;
}
@media only screen and (max-width: 1023px) {
	.header-bg {
		overflow-x: hidden;
		height: 80px;
		display: none;
	}
}

.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
	background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.site-header {
    padding-bottom: 0
}
.top-bar-holder {
	padding-top: 24px;
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
	display: flex;
    justify-content: center;
	width: 100%;
}
@media only screen and (max-width: 1023px) {
	.top-bar-holder {
		padding-left: 15px;
	}
}
.site-branding-mobile {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 20%;
}
@media only screen and (min-width: 1024px) {
	.main-banner .site-branding-mobile {
		display: none;
	}
	.main-banner .search-wrapper {
		display: none;
	}
}

.main-navigation {
    clear: none;
    width: auto;
    float: left
}

.main-navigation li {
    padding: 0 3px
}

.main-navigation li a {
    padding: 5px 20px;
    padding-bottom: 20px;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    display: block;
    position: relative;
    letter-spacing: 3.2px;
}

.main-navigation .menu-small-top-menu-container > ul > li a:before {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    max-width: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
    content: '';
    border-bottom: 3px solid #1ea48f
}

.main-navigation li a:hover {
    color: #1ea48f
}

.main-navigation .menu-small-top-menu-container > ul > li > a:hover:before {
    width: 100%;
    max-width: 500px!important;
    -webkit-transition: all .6s;
    transition: all .6s
}

.search-wrapper {
    padding-top: 0px;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    width: auto;
    float: right;
    letter-spacing: 3.2px!important;
    color: #000!important;
    position: absolute;
    right: 30px;
    text-align: center;
    width: 32px;
    height: 30px;
    font-size: 28px;
    line-height: 1em;

}

.search-icon {
    cursor: pointer;
    opacity: 1;
    max-width: 21px
}

.follow-box {
    float: right;
    padding-top: 2px;
    margin-left: 10px;
    position: relative;
    cursor: pointer
}

.social-list {
    position: absolute;
    background-color: #fbfbfb;
    right: 100%;
    top: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 300px;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .6s;
    transition: all .6s
}

.social-list-expanded {
    max-width: 500px;
    max-height: 200px;
    padding-right: 14px;
    -webkit-transition: all .6s;
    transition: all .6s
}

.social-list li {
    float: right;
    margin: 0 10px;
    font-size: 16px;
    max-width: 0;
    max-height: 0;
    opacity: 0;
    -webkit-transition: all .6s;
    transition: all .6s
}

.social-list-expanded li {
    width: auto;
    height: auto;
    max-height: 20px;
    max-width: 20px;
    opacity: 1;
    -webkit-transition: all .6s;
    transition: all .6s;
    line-height: 16px
}

.social-list li a {
    color: #000
}

.social-list li a:hover {
    color: #1ea48f
}

.social-list li a img {
    height: 16px;
    width: 16px
}

.subscribe-box {
    float: right;
    margin-right: 10px;
    padding-top: 2px
}

.subscribe-box:hover {
    cursor: pointer
}

.shadow-line {
	background-image: url(../shadow.html);
    height: 20px;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-position: top
}

.search-area {
    position: fixed;
    background-color: #fbfbfb;
    right: -2000px;
    top: 16px;
    max-width: 0;
    z-index: 9;
    -webkit-transition: all .6s;
    transition: all .6s;
	width: 0px;
}

.search-area-expanded {
    max-width: 100%!important;
    width: 100%!important;
    -webkit-transition: all .6s;
    transition: all .6s;
    right: 0!important;
    position: fixed!important;
    top: 0!important;
    bottom: 0!important;
    z-index: 99999999!important;
    background-color: rgba(0,0,0,.9)!important;
}

.search-area-rel-holder {
    position: relative;
    height: 100%;
    display: table;
    width: 100%
}

.search-area-rel-holder {
    position: absolute;
    top: 30%;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px
}

.search-area-rel-holder .search-form {
    position: relative
}

.search-submit[value=Search] {
    color: transparent;
    background: 0 0;
    background-size: cover;
    width: 30px;
    height: 30px;
    border: none;
    box-shadow: none;
    position: absolute;
    top: 14px;
    right: 14px
}

.search-area .x-icon {
    position: absolute;
    right: 55px;
    top: 10px;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    font-size: 40px;
    color: #fff
}

.search-field {
    border: none!important
}

.search-area-inner label {
    width: 100%;
    border-bottom: 1px solid #fff
}

.search-area-inner .search-field {
    width: 100%;
    background: 0 0;
    font-size: 44px;
    font-weight: 300;
    padding: 0;
    line-height: 1em;
    color: #fff!important
}

.search-area-inner .search-field::-webkit-input-placeholder {
    font-size: 44px;
    font-weight: 300;
    color: #fff!important;
}

.search-area-inner .search-field::-moz-placeholder {
    font-size: 44px;
    font-weight: 300;
    color: #fff!important;
}

.search-area-inner .search-field:-ms-input-placeholder {
    font-size: 44px;
    font-weight: 300;
    color: #fff!important;
}

.search-area-inner .search-field:-moz-placeholder {
    font-size: 44px;
    font-weight: 300;
    color: #fff!important;
}

@media only screen and (max-width: 767px) {
    .main-banner h1 {
        font-size:60px;
        margin: 0
    }

    .search-area-rel-holder {
        position: absolute;
        top: 120px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .search-area-inner .search-field,.search-area-inner .search-field::-webkit-input-placeholder {
        font-size: 22px
    }

    .search-area-inner .search-field::-moz-placeholder {
        font-size: 22px
    }

    .search-area-inner .search-field:-ms-input-placeholder {
        font-size: 22px
    }

    .search-area-inner .search-field:-moz-placeholder {
        font-size: 22px
    }

    .search-area .x-icon {
        right: 15px;
        font-size: 25px
    }
}

.flyin-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -120%;
    width: 310px;
    -webkit-transition: left .6s;
    transition: left .6s;
    background-color: #fff;
    border-right: 3px solid #e4e4e4;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: scroll;
}

.flyin-menu-in {
    left: 0;
    -webkit-transition: left .6s;
    transition: left .6s;
}

.flyin-menu ul {
    list-style: none;
    padding: 25px;
    padding-top: 36px;
    margin: 0;
    float: left;
    width: 100%
}

.flyin-menu ul li {
    float: left;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px
}

.flyin-menu ul li a {
    color: #000;
    padding: 9px 0;
    display: block;
    border-bottom: 1px solid #eaeaea;
    letter-spacing: 3.2px;
    font-size: 16px
}

.flyin-menu ul li:last-child a {
    border-bottom: none
}

.flyin-menu ul li a:hover {
    color: #1ea48f
}
.flyin-menu-activator {
	display: block;
}
.fa-menu-bars {
	font-size: 28px;
	cursor: pointer;
}
@media only screen and (max-width: 475px) {
	.fa-menu-bars {
		font-size: 23px;
	}
}
.flyin-menu-activator img {
    cursor: pointer;
    max-width: 25px
}

.turn-off-flyin {
    float: right;
    cursor: pointer;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
    padding-right: 20px
}
.site-branding-desktop {
	display: none;
}

@media only screen and (min-width: 1024px) { 
	.site-branding-desktop {
		display: block;
		position: absolute;
		left: 30px;
	}
}
@media only screen and (max-width: 1140px) {

    .menu-small-top-menu-container {
        text-align: right
    }

    .main-navigation ul {
        display: inline-block
    }

    .main-navigation li a {
        padding-bottom: 15px
    }

    .main-coloumn {
        width: 100%
    }
}

@media only screen and (max-width: 1023px) {
	.site-header {
		display: flex;
	}
	.site-header .site-branding-mobile {
		width: auto;
	}
}

@media only screen and (max-width: 1023px) {
    .menu-toggle {
        float:right;
        border: none;
        background: 0 0;
        font-size: 40px;
        padding: 0
    }
    .nav-menu {
        width: 100%;
        display: block!important;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .6s;
        transition: max-height .6s;
        position: absolute;
        background-color: #fff;
        z-index: 9;
        left: 0;
        top: 100%;
        padding-left: 26px!important;
        padding-right: 26px!important
    }
    .main-navigation {
        display: none
    }
    .main-navigation.toggled .nav-menu {
        max-height: 2000px;
        -webkit-transition: max-height .6s;
        transition: max-height .6s
    }
    .main-navigation li {
        width: 100%
    }
    .main-navigation li:first-child {
        margin-top: 20px
    }
    .main-navigation li:last-child {
        margin-bottom: 10px
    }
    .main-navigation li a {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #dadada
    }
    .main-navigation li:last-child a {
        border-bottom: none
    }
    .menu-bars {
        width: 40px
    }
    .search-wrapper {
		padding-bottom: 0;
		margin-bottom: 0;
		position: absolute;
		right: 5px;
		top: 26px;
		width: 58px;
		height: 35px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
    .sidebar-holder {
        display: none
    }
}

@media only screen and (max-width: 1023px) {
    .site-branding-mobile {
        width: auto;
		position: absolute;
		left: 10px;
		padding: 0px 10px;
		top: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .flyin-menu ul {
        padding-top:8px
    }

    .site-header {
        position: relative;
    }


    .sticky .site-branding {
        z-index: 9999;
        max-width: 216px
    }

    .sticky .site-branding .custom-logo-link img {
        width: 120px
    }

    .sticky .site-header {
        position: relative;
        padding-top: 0
    }

    .sticky .top-bar-holder {
        max-width: 66px;
        right: 0;
		padding: 0px;
		top: 0px;
    }

    .sticky .follow-box,.sticky .subscribe-box {
        display: none
    }
}

@media only screen and (max-width: 480px) {
    .main-banner h1 {
        font-size:32px;
        margin: 0
    }

    .flyin-menu {
        width: 290px
    }
}
@media only screen and (max-width: 475px) {
	.site-branding-mobile {
		top: 18px;
	}
	.main-banner.sticky .site-branding-mobile {
		top: 20px;
	}
	.search-wrapper {
		height: 30px;
		font-size: 20px;
		top: 16px;
		right: 4px;
	}
	.main-banner.sticky .search-wrapper {
		height: 60px;
		top: 2px;
	}
}

.header-post-wrapper {
    padding: 30px 15px
}

.header-post-wrapper .row-small-margins {
    margin-left: -1px;
    margin-right: -1px
}

.bg-thumb-holder-anchor {
    display: block;
    background-color: #1f9f8b;
    overflow: hidden
}

.bg-thumb-holder {
    height: 112px;
    background-position: center center;
    background-size: 100% auto;
    -webkit-transition: all .2s;
    transition: all .2s
}

.bg-thumb-holder-anchor:hover .bg-thumb-holder {
    background-size: 110% auto;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: .5
}

.one-header-post {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px
}

.one-header-post h3 {
    font-size: 14px;
    padding-left: 40px;
    padding-right: 8px;
    line-height: 18.2px;
    margin-top: 8px;
    position: relative;
}

.header-post-num {
    position: absolute;
    left: 0;
    top: 2px;
    width: 30px;
    height: 30px;
    background-color: #1ea48f;
    color: #fff;
    text-align: center;
    display: block;
    padding-top: 5px;
    border-radius: 50%;
    font-size: 21px
}

.header-post-wrapper .one-header-post:first-child .header-post-num:after {
    content: '1'
}

.header-post-wrapper .one-header-post:nth-child(2) .header-post-num:after {
    content: '2'
}

.header-post-wrapper .one-header-post:nth-child(3) .header-post-num:after {
    content: '3'
}

.header-post-wrapper .one-header-post:nth-child(4) .header-post-num:after {
    content: '4'
}

.header-post-wrapper .one-header-post:last-child .header-post-num:after {
    content: '5'
}

.main-post-wrapper {
    margin-bottom: 100px
}

.main-post-holder {
    position: relative
}

.main-post-thumb-holder {
    overflow: hidden;
    background-color: #1ea48f;
    display: block;
    -webkit-transition: all .6s;
    transition: all .6s
}

.main-post-thumb-holder img {
    -webkit-transition: all .6s;
    transition: all .6s
}

.main-post-thumb-holder:hover img {
    opacity: .5;
    transform: scale(1.1);
    -webkit-transition: all .6s;
    transition: all .6s
}

.main-post-holder .caption {
    position: absolute;
    bottom: -40px;
    left: 5%;
    width: 90%;
    padding: 30px 0;
    text-align: center;
    background-color: #00c2a4
}

.main-post-holder .caption h2 {
    font-size: 36px;
    padding-left: 10%;
    padding-right: 10%;
    letter-spacing: .32px;
    line-height: 50px;
    margin: 0
}

.main-post-holder .caption h2 a {
    color: #fff;
    text-decoration: none
}

.main-post-holder .wp-post-image {
    width: 100%
}

.post-info-wrapper .meta-data {
    text-transform: uppercase;
    color: #1c4589;
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: .02rem
}

.post-info-wrapper p {
    font-weight: 400;
    line-height: 1.6em;
    color: #343434
}

.post-thumb-holder {
    overflow: hidden;
    background-color: #1ea48f;
    display: block;
    -webkit-transition: all .6s;
    transition: all .6s
}
.post-thumb-holder img {
    -webkit-transition: all .6s;
    transition: all .6s
}
.post-thumb-holder:hover img {
    opacity: .5;
    transform: scale(1.1);
    -webkit-transition: all .6s;
    transition: all .6s
}
.main-post-holder .caption .at-above-post-homepage {
    display: none
}
.top-advert-wrapper {
    background-color: #f3f3f3;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 260px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.top-advert-wrapper .widget-content {
	padding: 0px;
}
@media only screen and (max-width: 767px) {
    .top-advert-wrapper {
       display: none;
	   height: 0px;
	   padding: 0px;
    }
}
.homepage-title {
    font-size: 35px;
    margin-top: 60px;
    color: #000
}
.before-last-post .addthis_tool {
    display: none
}
.regular-title {
    margin-top: 0;
    color: #000;
    font-size: 26px;
    line-height: 1.2em
}
.regular-title a,.regular-title a:visited {
    color: #000!important
}
.post-footer {
    background-color: #f8f9f9;
    padding: 10px 40px;
    float: left;
    width: 100%
}
.post-footer .left {
    float: left;
    text-transform: uppercase
}
.post-footer .right .socials-footer {
    margin: 0;
    padding: 0;
    list-style: none
}
.post-footer .right .socials-footer li {
    float: left;
    margin-left: 15px
}
.post-footer .right .socials-footer li a .fa {
    font-size: 14px
}
.post-footer .right .socials-footer li a:hover {
    color: #000
}
.popular-posts-wrapper {
    margin-top: 20px
}
.one-popular-post {
    margin-bottom: 10px
}
.one-popular-post .post-link .img-wrapper img {
	-webkit-transition: all .6s;
    transition: all .6s
}
.one-popular-post .post-link .img-wrapper {
	overflow: hidden;
	background-color: #1f9f8b;
}
.one-popular-post .post-link:hover .img-wrapper img {
	opacity: .5;
    transform: scale(1.1);
    -webkit-transition: all .6s;
    transition: all .6s
}
.one-popular-post .popular-title {
    font-size: 18px;
    color: #3e3e3e;
    line-height: 1.4em;
    font-weight: 400;
    max-height: 50px;
    height: 50px;
    overflow: hidden;
	margin-top: 8px;
}

.one-popular-post .popular-title a {
    color: #000
}
.one-popular-post .popular-title a:hover {
    color: #000
}
.one-popular-post .img-wrapper img {
    width: 100%
}
.one-popular-post .meta-data {
    text-transform: uppercase;
    color: #8a8a8a;
    font-weight: 700;
    font-size: 10px;
    margin: 10px 0
}
.one-popular-post .post-footer {
    padding: 10px;
    background-color: #fd565b;
    color: #fff;
    display: none
}
.one-popular-post .post-footer .left {
    text-transform: uppercase
}
.one-popular-post .post-footer a {
    color: #fff
}
.one-popular-post .post-footer a:hover {
    color: #fff
}
.one-reg-post .post-info-wrapper {
    margin-top: 20px
}
.post-info-wrapper a,.post-info-wrapper a:visited {
    color: #000!important
}
.post-info-wrapper .addthis_tool {
    display: none
}
.pagination-wrapper {
    display: block;
    float: left;
    width: 100%
}
.pagination-wrapper .page-numbers {
    font-size: 14px;
    margin: 5px;
    font-weight: 700;
    color: #000
}
.pagination-wrapper .prev {
    width: 27px;
    text-align: center;
    background-color: #00c2a4;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    height: 28px;
    margin-bottom: -7px;
    background-image: url(../png/001-left-chevron-left.png);
    background-size: 13px 13px;
    background-position: center center;
    background-repeat: no-repeat
}
.pagination-wrapper .next {
    width: 27px;
    text-align: center;
    background-color: #00c2a4;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    height: 28px;
    margin-bottom: -7px;
    background-image: url(../png/001-right-chevron-right.png);
    background-size: 13px 13px;
    background-position: center center;
    background-repeat: no-repeat
}
.pagination-wrapper .page-numbers.current {
    color: #00c2a4
}
.pagination-wrapper .next.page-numbers, .pagination-wrapper .prev.page-numbers {
	text-indent: -1000em;
}
.main-coloumn {
    width: calc(100% - 370px);
	min-height: calc(100vh - 264px);
}
.col-sm-12.main-coloumn {
    width: 100%;
}
.sidebar-holder {
    width: 370px;
    padding-right: 35px;
    padding-left: 35px;
}
.sidebar-holder > .widget-area  {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.sidebar-holder .adsbygoogle,.sidebar-holder iframe,.sidebar-holder ins {
    width: 100%!important
}
.inner-post-content-and-sidebar {
	display: flex;
}
@media only screen and (max-width: 1200px) {
    .one-popular-post {
        width:50%;
        float: left
    }
}
@media only screen and (max-width: 1023px) {
    .main-coloumn {
        width:100%
    }
	.inner-post-content-and-sidebar .post-thumbnail {
		margin-bottom: 15px;
		min-height: 255px;
	}
}
@media only screen and (max-width: 767px) {
    .one-header-post {
        width:50%;
        margin-bottom: 50px
    }
    .one-header-post:nth-child(5) {
        display: none
    }
    .one-header-post h3 {
        margin-top: 8px;
        margin-bottom: 26px;
        min-height: 48px
    }
    .one-popular-post {
        width: 100%;
        float: left
    }
    .one-popular-post .popular-title {
        min-height: inherit;
        max-height: inherit;
        height: auto
    }
    .popular-posts-wrapper h2 span {
        width: 100%
    }
    .post-footer {
        padding: 10px
    }
    .one-reg-post .post-info-wrapper {
        margin-top: 0
    }
    .main-post-holder .caption {
        position: relative;
        bottom: 3px;
        left: 0;
        width: 100%;
        padding: 20px 0;
        text-align: center;
        background-color: #00c2a4
    }
    .main-post-holder .caption h2 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        padding-left: 5%;
        padding-right: 5%;
        letter-spacing: 2px;
        line-height: 1.4em;
        margin: 0
    }
    .main-post-wrapper {
        margin-bottom: 15px
    }
    .homepage-title {
        font-size: 24px;
        line-height: 1.3em
    }
    .regular-title {
        font-size: 20px;
        line-height: 1.3em
    }
}
@media only screen and (max-width: 480px) {
    .one-header-post {
        width:100%
    }
    .one-header-post h3 {
        min-height: inherit
    }
    .header-post-num {
        top: 2px
    }
}
.category-banner {
    padding: 0;
    height: 428px;
    background-image: url(../jpg/architecture-cat-img.jpg);
	background-size: cover;
}
.author .category-banner {
    background-image: url(../author-banner.html);
}
.cat-page-header {
    margin: 0;
    float: left;
	position: relative;
}
@media only screen and (min-width: 769px) {
	.cat-page-header {
		min-height: 120px;
	}
}
.cat-page-header .author_details {
	position: absolute;
    left: 0px;
    top: 75px;
	width: 28.5%;
}
.cat-page-header .author_details img {
	border-radius: 50%;
	width: 100%;
	border: 4px solid #ccc;
}
.mobile-social-author {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    font-size: 18px;
}
.mobile-social-author .single-social-icon-author {
	margin-left: 7px;
    margin-right: 7px;
}
@media only screen and (max-width: 767px) {
	.cat-page-header.is-author-page {
		display: flex;
		flex-direction: column-reverse;
	}
	.cat-page-header .author_details {
		left: inherit;
		border-radius: 50%;
		width: 200px;
		position: relative;
		top: unset;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		margin-bottom: 0;
	}
}
.cat-page-header .page-title {
    display: inline-block;
    margin-top: -84px;
    background-color: #fafafa;
    float: left;
    font-size: 48px;
    padding: 16px 34px;
    margin-bottom: 0;
    padding-bottom: 16px;
    color: #000
}
.cat-page-header.is-author-page .page-title {
	color: #b9b9b9;
}
.archive-description {
    display: block;
    margin-top: 20px!important;
    font-style: italic;
	font-size: 20px;
}
.archive-description p {
    line-height: 1.2em;
}
.cat-page-header.is-author-page .archive-description ul {
	margin: 20px 0px;
	padding-left: 16px;
}
.cat-page-header.is-author-page .archive-description ul li {
	position: relative;
	margin-bottom: 20px;
	line-height: 1.4em;
}
.cat-page-header.is-author-page .archive-description h5 {
	font-size: 22px;
    margin-top: 25px;
}
@media only screen and (max-width: 767px) {
    .category-banner {
        height:300px;
        background-size: cover
    }
	.cat-page-header {
		margin-bottom: 25px;
	}
    .cat-page-header .page-title {
        margin-top: -46px;
        font-size: 26px;
        padding: 10px 20px
    }
}
@media only screen and (max-width: 767px) {
    .category-banner {
        height:130px
    }
}
.single-post .header-post-wrapper {
    display: none
}
.single-post-main-wrapper {
    padding-top: 40px;
    float: left;
    position: inherit
}
.attachment-image-link {
    overflow: hidden;
    background-color: #1ea48f;
    display: block;
    position: relative
}
.attachment-image-link .view-in-gallery-btn {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 0;
    font-size: 16px;
    padding: 10px 30px;
    background-color: #f98309;
    border-color: #f98309;
    color: #fff;
    box-shadow: none;
    opacity: 0;
    -webkit-transition: all .6s;
    transition: all .6s
}
.attachment-image-link:hover .view-in-gallery-btn {
    top: 50%;
    opacity: 1;
    -webkit-transition: all .6s;
    transition: all .6s
}

.attachment-image-link .attachment-image {
    -webkit-transition: all .6s;
    transition: all .6s
}

.attachment-image-link:hover .attachment-image {
    opacity: .5;
    transform: scale(1.1);
    -webkit-transition: all .6s;
    transition: all .6s
}

.new-gallery {
    overflow: hidden;
    background-color: #1ea48f;
    display: block;
    position: relative
}

.new-gallery .view-in-gallery-btn {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 0;
    font-size: 16px;
    padding: 10px 30px;
    background-color: #f98309;
    border-color: #f98309;
    color: #fff;
    box-shadow: none;
    opacity: 0;
    -webkit-transition: all .6s;
    transition: all .6s
}

.new-gallery:hover .view-in-gallery-btn {
    top: 50%;
    opacity: 1;
    -webkit-transition: all .6s;
    transition: all .6s
}

.new-gallery img {
    -webkit-transition: all .6s;
    transition: all .6s
}

.new-gallery:hover img {
    opacity: .5;
    transform: scale(1.1);
    -webkit-transition: all .6s;
    transition: all .6s
}

.single-post-main-wrapper .entry-header {
    margin-bottom: 30px
}

.single-post-main-wrapper .entry-header h1 {
    color: #3e3e3e;
    font-size: 26px
}

.entry-content ul {
    padding-left: 16px;
    margin-left: 0;
    font-size: 20px;
}

.post-title-holder .entry-title {
    color: #000;
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 30px;
    padding-top: 0;
    margin-top: 50px;
}

.post-title-holder .entry-meta {
    line-height: 1;
    color: #5c5c5c;
}

.single-post .post-title-holder .entry-title {
	color: #000;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 25px;
    padding-top: 0;
    margin-top: 15px;
    text-align: center;
}
.single-post .post-title-holder .entry-meta {
    text-align: center;
	display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
	height: 32px;
}
.single-post .post-title-holder .entry-meta .byline {
	margin-left: 10px;
	margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #5c5c5c;
}
.inner-reviewed-by {
	margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #5c5c5c;
}
.single-post .post-title-holder .reviewed-by {
	position: relative;
    padding-left: 24px;
    height: 100%;
    display: flex;
    align-items: center;
}
.single-post .post-title-holder .reviewed-by .author-link {
	margin-left: 5px;
	position: relative;
    padding-right: 10px;
    margin-right: 10px;
}
.single-post .post-title-holder .reviewed-by .author-link:after {
    margin-left: 0px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #5c5c5c!important;
    content: '';
    height: 19px;
    position: absolute;
}
.single-post .post-title-holder .reviewed-by .check-icon {
	margin-right: 5px;
    width: 15px;
    height: 15px;
	position: absolute;
    left: 0;
}
.single-post .post-title-holder .reviewed-by .and-sign:last-child {
    display: none;
}
.single-post .post-title-holder .entry-meta .entry-date {
	margin-left: 5px;
}
.separator {
    display: flex;
    align-items: center;
    margin-top: -2px;
	margin-left: 5px;
    margin-right: 5px;
}
.post-date-holder {
	height: 100%;
    display: flex;
    align-items: center;
}
.post-title-holder .entry-meta .author a {
	margin-top: 12px;
}
.entry-meta.post-entry-meta .posted-on .entry-date {
	display: none;
}
.entry-meta.post-entry-meta .posted-on .updated:not(.published), .entry-meta.post-entry-meta .posted-on .updated {
	display: inline;
}
@media only screen and (max-width: 1023px) {
	.single-post .post-title-holder .entry-meta {
		align-items: center;
		height: auto;
	}
	.avatar-and-posted-by {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
		justify-content: center;
	}
}
@media only screen and (max-width: 1023px) {
	.single-post .post-title-holder .entry-meta { 
		flex-wrap: wrap;
	}
	.single-post .post-title-holder .reviewed-by .check-icon {
		position: relative;
	}
}
@media only screen and (max-width: 768px) {
	div.avatar-and-posted-by, div.post-date-holder {
		font-size: 14px;
	}
	.single-post .post-title-holder .entry-meta .byline {
		font-size: 14px;
	}
	.single-post .post-title-holder .reviewed-by {
		font-size: 14px;
	}
	.single-post .post-title-holder .reviewed-by .author-link {
		font-size: 14px;
	}
	.single-post .post-title-holder .reviewed-by .author-link:after {
		height: 14px;
	}
}
@media only screen and (max-width: 425px) {
	.single-post .post-title-holder .entry-meta .byline {
		margin-left: 6px;
		margin-right: 6px;
		padding-right: 6px;
	}
	div.avatar-and-posted-by, div.post-date-holder {
		font-size: 14px;
	}
}
.single-post-main-wrapper ol {
    margin-left: 0;
    padding-left: 30px;
    margin-top: 26px
}

.single-post-main-wrapper ol li {
    font-size: 18px
}

h5 {
    font-size: 18px
}

.comment-content p {
    line-height: 1.3em
}

.comment-metadata {
    font-size: 12px
}

.form-submit {
    margin-bottom: 26px
}

.form-submit .submit {
    background-color: #00c2a4;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    padding: 16px 32px;
    border: 2px solid #00c2a4
}

.form-submit .submit:hover {
    background-color: #fff;
    color: #00c2a4;
    border-color: #00c2a4
}

.post .entry-content .pibfi_pinterest,.post .entry-content img {
    display: block
}

.post .entry-content img {
    width: 100%;
	margin-bottom: 30px;
}

.post .entry-content .pibfi_pinterest {
    margin-top: 0;
    padding-bottom: 0
}

#post-nav {
    display: block;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    margin: 26px 0
}

.adv-section-header {
    font-size: 20px;
    letter-spacing: 6.4px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 22px;
}

#post-nav .half-box {
    width: 49%;
    padding: 10px
}

#post-nav .half-box .post-nav-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    height: 200px;
    background-color: #00c2a4
}

#post-nav .half-box .post-nav-thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    -webkit-transition: all .6s;
    transition: all .6s
}

#post-nav .half-box .post-nav-thumb:hover img {
    transform: translate(-50%,-50%) scale(1.1);
    opacity: .5;
    -webkit-transition: all .6s;
    transition: all .6s
}

#post-nav .post-previous {
    float: left
}

#post-nav .post-next {
    float: right
}

.nav-link-to-post {
    display: block;
    background-color: #00c2a4;
    color: #fff!important;
    padding: 5px;
    border-bottom: 1px solid #fff
}

#post-nav .post-next .nav-link-to-post {
    text-align: right
}

.post-nav-thumb {
    display: block
}

#post-nav h4 {
    font-size: 20px;
    letter-spacing: -.8px!important;
    line-height: 26px
}
#post-nav div div {
    font-size: 20px;
    letter-spacing: -.8px!important;
    line-height: 26px;
    margin-top: 10px;
}
#post-nav div div a {
	color: #000!important;
}

.call-out-text h2 {
    font-size: 35px
}

.addthis_tool {
    margin-top: 10px
}

@media only screen and (max-width: 767px) {
    .single-post .post-title-holder .entry-title {
        color:#000;
        font-size: 36px;
        margin-bottom: 12px;
        padding-top: 20px
    }

    #post-nav .half-box .post-nav-thumb {
        height: 120px
    }
}

.comment-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px dotted #9f9f9f
}

.comment-list li .comment-content p {
    font-size: 16px
}

.comment-list .reply a {
    background-color: #00c2a4;
    color: #fff;
    padding: 5px 30px;
    margin-top: 8px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600
}

.comments-title {
    font-size: 18px
}

.comment-list {
    padding: 0;
    padding-left: 15px;
    margin: 0
}

.page-header .page-title {
    color: #000;
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 30px;
    padding-top: 24px
}

.wpcf7-form {
    margin-top: 30px
}

.wpcf7-form-control {
    border-radius: 0!important;
    font-size: 14px;
    font-weight: 300;
    padding: 6px!important
}

.wpcf7-submit {
    padding: 10px 30px!important;
    border: none!important;
    box-shadow: none;
    background-color: #1ea48f!important;
    color: #fff!important;
    border-radius: 0!important;
    font-size: 14px!important;
    text-transform: uppercase
}

.wpcf7-textarea {
    min-width: 324px
}

.category-post-list ol {
    padding: 0;
    margin: 0;
    margin-top: 30px;
    padding-left: 15px
}

.category-post-list .post {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dadada
}

.category-post-list .entry-footer {
    font-size: 12px
}

.entry-footer .cat-links {
    display: block
}

.entry-footer .tags-links {
    display: block
}

.entry-footer .comments-link {
    display: block
}

.entry-footer .edit-link {
    display: block
}

.padding-t-0 {
    padding-top: 0
}

.margin-t-0 {
    margin-top: 0!important
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size:22px
    }
}

.search-no-results .search-form label {
    width: 500px;
    float: left;
    margin-bottom: 0;
    height: 36px
}

.search-no-results .search-form .search-field {
    width: 100%;
    border-radius: 0;
    padding: 5px;
    height: 36px;
    font-size: 14px
}

.search-no-results input[type=submit] {
    border: none;
    border-radius: 0;
    background: #1ea48f;
    font-size: 14px;
    line-height: 26px;
    padding: 5px 20px;
    display: block;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600
}

.search-no-results .sidebar-holder {
    display: none
}

.su-box {
    border: none!important
}

.su-box-title {
    font-size: 18px!important
}

.su-box-content .fa-check {
    color: #00bf08!important
}

.su-box-content .fa-ban {
    color: #bf000a!important
}

.su-box-content ul li {
    position: relative;
    padding-left: 30px
}

.su-box-content ul li .fa {
    position: absolute;
    left: 0;
    top: 5px
}

.su-button-center a {
    padding: 7px;
    line-height: 1em
}

.dataTables_wrapper {
    font-size: 16px
}

.mailchimp-popup {
    text-align: center
}

.mailchimp-popup h2 {
    font-size: 30px
}

.mailchimp-popup label {
    display: block;
    min-width: 300px
}

.mailchimp-popup input[type=email] {
    width: 100%;
    font-size: 14px;
    border-radius: 0
}

.mailchimp-popup input[type=submit] {
    font-size: 14px;
    border-radius: 0;
    text-transform: uppercase;
    box-shadow: none;
    border: none;
    background-color: #1ea48f;
    color: #fff;
    margin-top: 10px;
    line-height: 1em;
    padding: 10px 30px;
    font-weight: 600;
    letter-spacing: 1px
}

.site-footer {
    padding: 50px 15px 20px 15px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #15564c;
    color: #fff;
}

.footer-logo-holder .custom-logo-link img {
    filter: brightness(0) invert(1);
	width: 290px;
}

.footer-menu-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer-menu-wrapper ul li {
    float: left;
    margin: 0 10px
}

.footer-menu-wrapper ul li a {
    color: #fff
}

.footer-menu-wrapper ul li a:hover {
    color: #fff;
    text-decoration: none
}

.site-footer .site-name {
    text-align: right
}

@media only screen and (max-width: 991px) {
    .site-name {
        float:right;
        width: 100%;
        margin-top: 30px;
        text-align: center
    }

    .footer-menu-wrapper {
        float: right;
        width: 100%
    }

    .footer-menu-wrapper ul {
        width: 100%;
        text-align: center
    }

    .footer-menu-wrapper ul li {
        display: inline-block;
        float: none;
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0
    }

    .site-footer {
        padding: 30px 15px
    }
}

.q2w3-widget-clone-sidebar-1+.widget {
    top: 70px!important;
    z-index: 9;
    width: 300px!important
}

.main-single-post-wrapper {
    position: relative;
}

.single-post-content-wrapper {
    position: inherit
}

.single-post-left-sidebar {
    position: absolute;
    left: -90px;
    top: 90%;
    z-index: 9
}

.single-post-left-sidebar .q2w3-widget-clone-single-post-page-left-sidebar+.widget-content {
    top: 62px!important
}

.pos-rel {
    position: relative
}

.container-left-pull-in {
    padding-left: 90px
}

.homepage-left-menu-widget {
    position: absolute;
    top: 100%;
    width: 170px;
    left: -90px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff
}

.homepage-left-menu-widget ul {
    padding: 0;
    margin: 0;
    font-size: 12px
}

.homepage-left-menu-widget ul li {
    margin-bottom: 3px;
    padding-bottom: 3px
}

.homepage-left-menu-widget ul li a {
    color: #00c2a4
}

.homepage-left-menu-widget ul li a:hover {
    color: #000
}

@media only screen and (max-width: 1440px) {
    .main-single-post-wrapper {
        width:100%;
    }

    .single-post-left-sidebar {
        left: 0
    }
}

@media only screen and (max-width: 1360px) {
    .home .container {
        width:100%
    }

    .container-left-pull-in {
        padding-left: 180px
    }

    .homepage-left-menu-widget {
        left: 0
    }
}

@media only screen and (max-width: 1280px) {
    .single-post-left-sidebar {
        display:none!important
    }

    .main-single-post-wrapper {
        padding-left: 15px
    }
}

@media only screen and (min-width: 1140px) and (max-width:1024px) {
    .main-single-post-wrapper {
        width:100%
    }

    .main-single-post-wrapper {
        padding-left: 184px
    }
}

@media only screen and (max-width: 1023px) {
    .single-post-left-sidebar {
        display:none
    }

    .main-single-post-wrapper {
        padding-left: 15px
    }

    .container-left-pull-in {
        padding-left: 15px
    }

    .homepage-left-menu-widget {
        display: none
    }
}

a,a:visited {
    color: #ff5f00;
    text-decoration: none
}

.one-header-post h3 a {
    color: #000
}

.subscribe-box a {
    color: #000
}

#post-nav h4 a {
    color: #000
}

#_mN_main_392728333_1_n {
    display: none!important
}

.attachment .main-single-post-wrapper {
    position: relative;
    padding-left: 90px;
    padding-right: 90px
}

.single-attachment-content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px
}

.single-attachment-content-wrapper .post-title {
    color: #000;
    font-size: 46px;
    line-height: 50px;
    margin-top: 0;
    margin-left: -90px;
    margin-right: -90px
}

.attachment-single-post-left-sidebar {
    position: absolute;
    left: -90px;
    z-index: 9
}

.attachment-single-post-right-sidebar {
    position: absolute;
    right: -90px;
    z-index: 9
}

.att-img-holder {
    text-align: center;
    position: relative
}

.att-img-holder img {
    height: 610px!important;
    width: auto!important
}

.att-img-holder .image-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    left: 90px;
    right: 90px;
    padding-left: 20px;
    padding-right: 20px
}

.att-img-holder .image-navigation .nav-links a {
    color: #000
}

.att-img-holder .image-navigation .previous-image {
    float: left
}

.att-img-holder .image-navigation .next-image {
    float: right
}

.attachment .top-advert-single-post {
    margin-left: -90px;
    margin-right: -90px
}

@media only screen and (max-width: 1440px) {
    .attachment .main-single-post-wrapper {
        position:relative;
        padding-left: 148px;
        padding-right: 148px
    }

    .single-attachment-content-wrapper .post-title {
        margin-left: 0;
        margin-right: 0
    }

    .attachment .top-advert-single-post {
        margin-left: 0;
        margin-right: 0
    }

    .attachment-single-post-left-sidebar {
        left: -90px
    }

    .attachment-single-post-right-sidebar {
        right: -90px
    }
}

@media only screen and (max-width: 991px) {
    .attachment .main-single-post-wrapper {
        position:relative;
        padding-left: 15px;
        padding-right: 15px
    }

    .attachment-single-post-left-sidebar {
        display: none
    }

    .attachment-single-post-right-sidebar {
        display: none
    }

    .att-img-holder .image-navigation {
        left: 0;
        right: 0
    }
}

@media only screen and (max-width: 430px) {
    .att-img-holder img {
        height:280px!important;
        width: auto
    }
}

.lazy-hidden {
    background: 0 0!important
}

.Homesthetics_Banner_1 {
    width: 300px;
    height: 250px
}

@media(min-width: 1000px) {
    .Homesthetics_Banner_1 {
        width:728px;
        height: 90px
    }
}

.Homesthetics_Banner_2 {
    width: 300px;
    height: 250px
}

@media(min-width: 1000px) {
    .Homesthetics_Banner_2 {
        width:728px;
        height: 90px
    }
}

.Homesthetics_Banner_3 {
    width: 300px;
    height: 250px
}

@media(min-width: 1000px) {
    .Homesthetics_Banner_3 {
        width:728px;
        height: 90px
    }
}

.Homesthetics_SideBar_1 {
    width: 300px;
    height: 250px
}

@media(min-width: 1000px) {
    .Homesthetics_SideBar_1 {
        width:300px;
        height: 600px
    }
}

.Homesthetics_SideBar_3 {
    width: 300px;
    height: 250px
}

@media(min-width: 1000px) {
    .Homesthetics_SideBar_3 {
        width:300px;
        height: 600px
    }
}

.posts-advert-wrapper-mobile {
    display: block;
    margin: 30px 0
}

#Homesthetics_Player_Mobile {
    margin-top: 20px
}

.outbrain-homepage {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (max-width: 767px) {
    .ob-dynamic-rec-container {
        width:100%;
        margin: 0 0 40px 0!important
    }
}

.post-disclaimer {
    font-size: 11px;
    color: #9c9c9c
}

.category-reviews .google-auto-placed {
    display: none
}

.google-auto-placed {
    padding: 30px 0
}

.sidebar-holder .google-auto-placed {
    padding: 30px
}

.widget-content {
    padding: 30px 0
}

.top-advert-single-post>.widget-content {
    padding: 5px 0;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .top-advert-single-post>.widget-content {
        display: none;
		height: 0px;
		padding: 0px;
    }
}

.sidebar-holder {
    margin: 0
}

.sidebar-holder .widget {
    margin-bottom: 20px;
	height: 950px;
}
.sidebar-holder .widget:last-child {
	height: calc(100% - 8*975px)
}
.sidebar-holder .widget > div {
	position: sticky;
	top: 120px;
}

.widget-content .textwidget>a {
    margin-bottom: 30px;
    display: block
}

.widget .textwidget>div {
    margin-bottom: 30px
}
.widget .textwidget>p>a {
    display: block
}
.ob-widget,.posts-advert-wrapper {
    margin: 30px 0
}
@media only screen and (max-width: 1023px) {
    .ob-widget,.posts-advert-wrapper {
        margin:50px 0
    }
}
.ob-dynamic-rec-container {
    padding: 10px
}
.category-reviews #aniBox {
	display: none;
}
/* 20211104 */
div.lasso-container .lasso-box-2 .lasso-title {
	max-height: 47px !important;
	overflow: hidden !important;
	font-size: 18px !important;
	min-height: 0px !important;
	text-overflow: ellipsis !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 20220111 */
.site.Reviews #aniBox {
	display: none!important;
}

/* 20220127 */
.site.Reviews .site-main div[data-aaad="true"] {
	display: none;
}

.page-template-default div[data-aaad="true"], .page-template-about-us div[data-aaad="true"] {
	min-height: 0!important;
}

/* about us - members */
.team-members {
	margin-top: 30px;
	margin-bottom: 30px;
}
.members-list {
	margin-left: 0px;
	padding-left: 0px;
}
.single-member {
    position: relative;
    margin-bottom: 48px;
}
.member-img-holder {
    position: absolute;
    left: -166px;
    width: 128px;
    top: 0px;
}
.member-text-holder h3 {
	font-size: 18px;
}
.last-section {
	margin-bottom: 60px;
}
@media only screen and (max-width: 1500px) {
	.member-img-holder {
		left: -146px;
		width: 112px;
	}
}
@media only screen and (max-width: 1440px) {
	.single-member {
		position: relative;
		margin-bottom: 36px;
		padding-left: 100px;
	}
	.member-img-holder {
		position: absolute;
		left: 0;
		width: 85px;
		top: 0;
	}
}
@media only screen and (max-width: 767px) {
	.single-member {
		padding-left: 0px;
	}
	.member-img-holder {
		display: none;
	}
}

/* new footer layout */
.footer-top-row {
	margin-bottom: 0px;
	display: flex;
    align-items: start;
	flex-wrap: wrap;
}
.footer-about-us .footer-subtitle {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 500;
}
.footer-about-us p {
	text-transform: none;
	font-size: 13px;
    line-height: 1.6em;
}
.footer-about-us p a {
	color: #fff;
	text-decoration: underline;
}
.footer-social-list {
    list-style: none;
    padding: 0px;
    margin: 0;
	display: flex;
    justify-content: end;
}
.footer-social-list li {
    margin-right: 20px;
}
.footer-menu-wrapper ul li a {
    color: #fff;
}
.footer-menu-wrapper ul li a:hover {
    color: #fff;
}
.footer-bottom-menu {
    background-color: #0e3a33;
    padding: 20px 15px;
}
.inner-footer-bottom-menu {
	display: flex;
    align-items: center;
	margin: 0px; 
}
.inner-footer-bottom-menu .site-name {
	text-align: right;
	color: #fff;
	font-size: 12px;
}
.footer-menu-wrapper ul li {
    float: left;
    margin: 0 10px;
    font-size: 12px;
}
@media only screen and (max-width: 991px) {
	.footer-top-row {
		flex-direction: column;
	}
	.footer-logo-wrapper {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.footer-about-us {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.site-footer .site-name {
		text-align: center;
	}
	.footer-menu-wrapper {
		width: 100%;
		text-align: center;
	}
	.footer-menu-wrapper {
		margin-bottom: 30px;
	}
	.footer-menu-wrapper ul li {
		float: none;
		margin: 0px;
		font-size: 12px;
		margin-bottom: 10px;
	}
	.inner-footer-bottom-menu .site-name {
		text-align: center;
		padding-right: 15px;
		width: auto;
		margin-top: 0;
		font-size: 12px;
		color: #fff;
	}
}

/* header-top-bar */
.header-top-bar {
	background-color: #0e3a33;
    padding: 8px 0px;
    color: #fff;
	font-size: 11px;
	line-height: 14px;
	height: 32px;
}
.inner-header-top-bar {
	display: flex;
	align-items: center;
	margin: 0;
}
.header-top-bar a, .header-top-bar a:visited {
	color: #fff;
	text-decoration: none;
}
.header-top-bar .top-bar-menu-col a:hover {
	text-decoration: none;
	color: #1f9f8b;
}
.top-bar-menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
}
.top-bar-menu li {
	margin-right: 15px;
}
.top-bar-menu li:last-child {
	margin-right: 0px;
}
.top-bar-social-col {
    margin-left: auto;
}
.top-bar-social-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
}
.top-bar-social-list li {
    margin-right: 15px;
}
.top-bar-social-list li:last-child {
    margin-right: 0px;
}
.top-bar-social-list li img {
    height: 14px;
	width: auto!important;
}
.inner-header-top-bar .date-col {
	margin-right: 40px;
}
.search-result-wrapper {
	min-height: 53vh;
}
@media only screen and (max-width: 768px) {
	.search-no-results .search-form label {
		width: 100%;
		margin-bottom: 15px;
	}
	.search-no-results input[type=submit] {
		width: 100%;
	}
	.header-top-bar {
		display: none;
	}
}

/* new footer layout 20220830 */
.footer-subscribe #mc_embed_signup {
	margin-top: 20px;
}
.footer-subscribe #mc_embed_signup h2 {
    font-size: 16px;
}
.footer-subscribe .mc-field-group {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    width: 100%;
    margin-bottom: 20px;
}
.footer-subscribe .mc-field-group input {
	font-size: 13px;
    background: none;
    border: none;
    line-height: 0px;
    padding: 5px 13px;
    height: 36px;
    color: #fff!important;
    border-radius: 0;
}
.footer-subscribe .mc-field-group .subscribe-email {
	width: calc(100% - 100px);
}
.footer-subscribe .mc-field-group .subscribe-submit {
	width: 100px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    border-left: 1px solid #fff;
}
.footer-social-list {
    list-style: none;
    padding: 0px;
    margin: 0;
	display: flex;
    justify-content: start;
}
.footer-middle-menu ul {
	margin: 0;
	margin-top: 38px;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.footer-middle-menu ul li {
	margin-bottom: 6px;
    list-style: none;
	font-weight: 600;
}
.footer-middle-menu ul li a {
	color: #fff;
    text-decoration: none;
    text-transform: none;
    font-size: 13px;
}
.footer-middle-menu ul li a:hover {
	color: #c7ebac;
}
.dmca-badge {
	margin-left: 15px;
}
.footer-additional-text {
	margin-top: 20px;
	padding-top: 20px;
    border-top: 1px solid #15665a;
	position: relative;
}
.footer-additional-text p {
	margin: 0;
	line-height: 1.6em;
    font-size: 12px;
    text-align: center;
    text-transform: none;
}
.footer-additional-text p a {
	color: #fff;
}
@media only screen and (max-width: 991px) {
	.footer-social-wrapper {
		display: flex;
		justify-content: center;
	}
	.footer-middle-menu {
		display: flex;
		justify-content: center;
	}
	.footer-mid-menu-wrapper {
		width: 100%;
	}
	.footer-middle-menu ul {
		margin-top: 0px;
	}
	.footer-middle-menu ul li {
		text-align: center;
	}
	.inner-footer-bottom-menu {
		flex-direction: column;
	}
}

/* author box  20220830 */
footer.author_bio_section {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 35px;
	display: flex;
    flex-wrap: wrap;
	flex-direction: column;
}
footer.author_bio_section .author_name {
	font-weight: 600;
	flex-basis: 100%;
	margin-bottom: 20px;
    margin-top: 30px;
}
footer.author_bio_section .author_details {
    display: flex;
    flex-basis: 100%;
	font-size: 14px;
}
footer.author_bio_section .author_details .author-img-wrapper {
	width: 100px;
	margin-right: 20px;
}
footer.author_bio_section .author_details .author-desc-wrapper {
	width: calc(100% - 120px);
}
footer.author_bio_section .author_details .author-desc-wrapper h3 {
	margin-top: 0px;
	display: none;
}
footer.author_bio_section .author_details .author-desc-wrapper p {
	margin-top: 0px;
	margin-bottom: 8px;
}
footer.author_bio_section .author_details .author-desc-wrapper p.short-user-bio {
	font-size: 14px;
	line-height: 1.6em;
}
@media only screen and (max-width: 576px) {
	footer.author_bio_section .author_details .author-desc-wrapper p {
		font-size: 13px;
		line-height: 1.6em;
	}
}
footer.author_bio_section .author_details img {
	border-radius: 50%;
}
footer.author_bio_section .author_links a {
	text-decoration: none;
    color: #00a499;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.authors-page-link, .authors-page-link:visited {
	color: #00a499;
    text-decoration: none;
}
.is-author-page .archive-description {
    padding-left: 33.3333%;
	font-style: normal;
	margin-top: 45px;
}
.is-author-page .archive-description p, .is-author-page .archive-description h6 {
	font-size: 14px;
}
.cat-page-header-holder {
    display: flex;
}
.main-coloumn.authors-posts-listing-wrapper {
	width: 100%;
	margin-top: 45px;
	display: flex;
	flex-direction: column;
}
.latest-post-title {
	position: relative;
	text-align: center;
	font-size: 16px;
	margin-bottom: 25px;
}
.latest-post-title:before {
	content: '';
	position: absolute;
	left: 0px;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border-bottom: 1px solid #EBEBEB;
}
.latest-post-title span {
	margin-bottom: 36px;
	background-color: #fff;
	padding: 0 25px;
	position: relative;
	z-index: 9;
}
.authors-posts-listing-wrapper .one-reg-post {
    width: 33.3333%;
}
.authors-posts-listing-wrapper .one-reg-post .post-info-wrapper {
    width: 100%;
    margin-bottom: 15px;
}
.authors-posts-listing-wrapper .one-reg-post .post-img-wrapper {
	width: 100%;
}
.flex-row-listing-wrapper {
	display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.is-author-page .archive-description {
		padding-left: 0px;
		margin-top: 0!important;
	}
	.is-author-page .archive-description h3 {
		text-align: center;
	}
	.authors-posts-listing-wrapper .one-reg-post {
		width: 100%;
	}
}

/* subscribe modal */
.subscribe-modal {
	position: fixed;
	right: -110%;
	top: 0px;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.9);
	transform: .6s right ease;
}
.subscribe-modal.show-me {
	right: 0px;
	transform: .6s right ease;
}
#mc_embed_signup.show-newsletter {
	position: fixed;
	right: 0;
	top: 0px;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.9);
	align-items: center;
    justify-content: center;
	margin-top: 0px;
}
#mc_embed_signup.show-newsletter .mc_embed_signup_scroll {
	margin: 0 auto;
}
.close-subscribe-modal {
	display: none;
}
#mc_embed_signup.show-newsletter .close-subscribe-modal {
	display: block;
	position: fixed;
	top: 4.5%;
	right: 4.5%;
	z-index: 999999;
	color: #fff;
	font-weight: 600;
	font-size: 40px;
	cursor: pointer;
}  
#mc_embed_signup.show-newsletter #mc-embedded-subscribe-form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
#mc_embed_signup.show-newsletter #mc_embed_signup_scroll {
	width: 400px;
}
@media only screen and (max-width: 475px) {
	#mc_embed_signup.show-newsletter #mc_embed_signup_scroll {
		width: 94%;
	}
}
#various2 {
	color: #000!important;
	text-decoration: none!important;
}

/* COMPARISON table in some posts */
.hstcsvt-table__button, .hstcstbl-table__button {
	background-color: #D22B2B!important;
}
.hstcsvt-table__button:hover, .hstcstbl-table__button:hover {
	background-color: #bf1717!important;
}

/* measures-box (wrap shortcode) */
.measures-box {
    display: block!important;
    padding: 20px 32px!important;
    background: #95ddb4!important;
	margin-left: 20px;
	margin-bottom: 35px!important;
	margin-top: 35px!important;
	position: relative;
	color: #000;
	font-size: 17px;
	font-weight: 400;
}
.measures-box:before {
	content: '';
	position: absolute;
	width: 40px;
    height: 40px;
    left: -20px;
    top: 18px;
	background-image: url(../png/measure-w40-dg.png);
	background-size: cover;
}
.measures-box .wp-block-group__inner-container h2,
.measures-box .wp-block-group__inner-container h3 {
	margin-top: 0px;
	margin-bottom: 15px;
	color: #fff;
}
.measures-box p {
	margin-bottom: 0; 
}

/* tip-box (wrap shortcode) */
.tip-box {
    display: block!important;
    padding: 20px 32px 20px!important;
    background: #95ddb4!important;
	margin-left: 20px;
	margin-bottom: 35px!important;
	margin-top: 35px!important;
	position: relative;
	font-size: 17px;
}
.tip-box:before {
	content: '';
	position: absolute;
	width: 40px;
    height: 70px;
    left: -20px;
    top: 18px;
	background-image: url(../png/tip-w40-dg.png);
	background-size: cover;
}
.tip-box h2,
.tip-box h3,
.tip-box p:first-child {
	margin-top: 0px;
	margin-bottom: 15px;
    color: #000;
    font-size: 24px;
	letter-spacing: -.42px;
}
/* buyers-box (wrap shortcode) */
.buyers-box {
    display: block!important;
    padding: 20px 32px!important;
    margin-left: 0;
    margin-bottom: 35px!important;
    margin-top: 35px!important;
    position: relative;
    border: solid 0.0625rem #fe6772;
    border-bottom-width: 0.375rem;
	font-size: 17px;
}
.buyers-box p {
	margin-bottom: 0; 
}

/* like boxes */
.like-box-wrapper {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.like-box-wrapper{
		flex-direction: column;
	}
}
.like-box {
    border: 1px solid #6bce95;
    padding: 20px 26px;
	width: calc(50% - 15px);
	margin: 20px 0px;
}
@media screen and (max-width: 768px) {
	.like-box {
		width: 100%;
		margin-bottom: 0px;
	}
}
.like-box h3, .like-box p {
    margin-top: 0;
	font-size: 22px;
	line-height: 30px;
}
.like-box ul {
    padding: 0!important;
    margin: 0;
    list-style: none;
}
.like-box ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
.like-box ul li:last-child {
    margin-bottom: 0;
}
.like-box ul li:before {
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    background-color: #6bce95;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
}

/* helpie accordion faq */
.helpie-faq.accordions {
	margin-top: 50px;
	margin-bottom: 50px;
    border: 1px solid #023020;
}
.helpie-faq.accordions .accordion {
    margin: 8px 0 40px 0px;
    overflow: hidden;
    padding: 0;
}
.helpie-faq.accordions .accordion .accordion__item {
	padding-top: 10px;
	border-bottom: none;
}
.helpie-faq.accordions .collection-title {
	margin: 0px;
	margin-bottom: 0px;
	padding: 10px 12px;
	position: relative;
	color: #023020;
	font-size: 22px;
}
.helpie-faq .collection-title > span {
	position: absolute;
    top: -50%;
    line-height: 1em;
    background: #fff;
    padding: 0px 20px;
}
.helpie-faq .collection-title + .accordion.faq_list {
	margin: 0px 0 36px 0px;
}
.helpie-faq.accordions .accordion.faq_list .accordion__item .accordion__header {
    padding: 5px 36px;
}
.helpie-faq.accordions .accordion.faq_list .accordion__item .accordion__body {
	margin: 5px 36px;
	border-bottom: 1px solid #023020;
	padding: 0px;
	padding-bottom: 25px;
}
.helpie-faq p,
.helpie-faq li {
	font-size: 17px;
	margin-bottom: 5px!important;
	line-height: 1.6em;
}
.helpie-faq.accordions .accordion.faq_list .accordion__item:last-child .accordion__body {
	border-bottom: none;
	padding-bottom: 0px;
}
.helpie-faq.accordions .accordion__item .accordion__body ul li {
	list-style: none;
	position: relative;
	padding-left: 22px;
    list-style: none;
    margin-bottom: 5px;
    margin-left: 6px;
}
.helpie-faq.accordions .accordion__item .accordion__body ul li:before {
	position: absolute;
    left: 0px;
    top: 10px;
    width: 6px;
    height: 6px;
    content: '';
    background-color: #023020;
    border-radius: 50%;
}
.helpie-faq.accordions .accordion .accordion__item:first-child {
	padding-top: 0px;
}
.helpie-faq.accordions .accordion .accordion__item .accordion__header {
    padding: 0px 40px;
}
.helpie-faq.accordions .accordion .accordion__item .accordion__header.active {
	margin-bottom: 16px;
}
.helpie-faq.accordions .accordion .accordion__item .accordion__header h3,
.helpie-faq.accordions .accordion .accordion__item .accordion__header h2 {
    padding-right: 10px;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 18px;
}
.helpie-faq.accordions .accordion .accordion__item .accordion__body {
    padding: 0 40px;
}

.accordion__body .author_bio_section {
	display: none;
	visibility: hidden;
}

h3 .easyazon-link, h2 .easyazon-link {
	color: black;
	text-decoration: underline;
    text-decoration-color: #1ea58f;
}
h3 .easyazon-link:hover, h2 .easyazon-link:hover {
	text-decoration: none;
	color: black;
}


/* quotes boxes / qb1 */
.quotes-box1 {
	box-shadow: 15px 15px 0 0 #ff7f50;
    padding: 20px 32px;
    background-color: #ffd9cb;
    margin: 30px 0px;
    font-size: 17px;
	width: calc(100% - 15px);
}
/* quotes boxes / qb2 box with quotes icon */
.quotes-box2 {
	box-shadow: 15px 15px 0 0 #ff7f50;
    padding: 20px 64px;
    background-color: #ffd9cb;
    margin: 30px 0px;
    font-size: 17px;
	position: relative;
	width: calc(100% - 15px);
}
.quotes-box2:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 10px;
	width: 40px;
	height: 32px;
	background-image: url(../quotes40orange-start.html);
}
.quotes-box2:after {
	content: '';
	position: absolute;
	bottom: 20px;
	right: 10px;
	width: 40px;
	height: 32px;
	background-image: url(../quotes40orange-end.html);
}
/* quotes boxes / qb3 cloud */
.quotes-box3-wrapper {
   display: flex;
}
.inner-quotes-box3 {
    position: relative;
    margin: 30px auto;
    align-self: center;
}
.inner-quotes-box3 h3, .inner-quotes-box3 p {
    position: relative; /* for pseudos */
    color: #ff7f50;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: solid 2px #ff7f50;
    border-radius:20px;
    padding: 25px;
}
.inner-quotes-box3 h3 span, .inner-quotes-box3 p span {
	color: #000;
}
.inner-quotes-box3 h3:after, .inner-quotes-box3 p:after {
    content:"";
    position: absolute;
    border: 2px solid #ff7f50;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -61px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}
.inner-quotes-box3 h3:before, .inner-quotes-box3 p:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #fff;
    bottom: -2px;
    left: 50px;
    z-index: 2;
}
@media all and (min-width: 600px) {
    .inner-quotes-box3 h3, .inner-quotes-box3 p {
        font-size: 3rem;
        line-height: 1.2;
   }
}
.inner-quotes-box3 h5 {
    position: relative;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left: 150px;
    padding-left: 12px;
}
.inner-quotes-box3 h5:first-letter {
	margin-left:-12px;
}
/* quotes boxes / qb4 box with quotes icon, white background and border */
.quotes-box4 {
	box-shadow: 15px 15px 0 0 #ff7f50;
	border: 1px solid #ff7f50;
    padding: 20px 64px;
    background-color: #fff;
    margin: 30px 0px;
    font-size: 17px;
	position: relative;
	width: calc(100% - 15px);
}
.quotes-box4:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 10px;
	width: 40px;
	height: 32px;
	background-image: url(../quotes40orange-start.html);
}
.quotes-box4:after {
	content: '';
	position: absolute;
	bottom: 20px;
	right: 10px;
	width: 40px;
	height: 32px;
	background-image: url(../quotes40orange-end.html);
}
/* quotes boxes / qb5 box with quotes icon opacity .3 */
.quotes-box5 {
	box-shadow: 15px 15px 0 0 #ff7f50;
    padding: 20px 64px;
    background-color: #ffd9cb;
    margin: 30px 0px;
    font-size: 17px;
	position: relative;
	width: calc(100% - 15px);
}
.quotes-box5:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 10px;
	width: 40px;
	height: 32px;
	background-image: url(../quotes40orange-start.html);
	opacity: .3;
}
.quotes-box5:after {
	content: '';
	position: absolute;
	bottom: 20px;
	right: 10px;
	width: 40px;
	height: 32px;
	background-image: url(../quotes40orange-end.html);
	opacity: .3;
}

/* check latest price custom btn */
.check-latest-price-btn-wrapper {
	text-align: center;
	margin: 20px 0px;
}
.check-latest-price-custom-btn {
	color: #ffffff;
	font-size: 16px;
	border-radius: 5px;
	border: solid 1px #d83526;
	text-shadow: 1px 1px 0px #b23d35;
	box-shadow: inset 1px 1px 2px 0px #f29d93;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #fe1900 10%, #ce0000 100%);
	display: inline-flex;
	align-items: center;
	padding: 0;
	padding-left: 20px;
	line-height: 26px;
}
.check-latest-price-custom-btn:hover {
	background: linear-gradient(180deg, #ce0000 10%, #fe1900 100%);
	text-decoration: none!important;
	color: #fff!important;
}
.check-latest-price-custom-btn:after {
	content: "\f155";
    font-family: fontawesome;
    position: relative;
    border-left: 1px solid #ffffff29;
    box-shadow: inset rgb(0 0 0 / 14%) 1px 0 0;
    padding: 10px 18px;
    margin-left: 17px;
}

/* homepage layout 20221210 */
.before-last-post {
	margin-top: 30px;
}
.post-link-as-row {
	display: flex;
    align-items: center;
    background: #95ddb4;
    position: relative;
	margin: 0;
}
.post-link-as-row .post-img-wrapper img {
	-webkit-transition: all .2s;
    transition: all .2s;
}
.post-link-as-row:hover .post-img-wrapper img {
	transform: scale(1.1);
    -webkit-transition: all .2s;
    transition: all .2s;
}
.post-link-as-row .post-outline {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    border: 1px solid #95ddb4;
    z-index: 9;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.inner-before-last-post .post-info-wrapper {
	padding: 15px;
}
.inner-before-last-post .post-img-wrapper {
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}
.popular-posts-row {
	display: flex;
	flex-wrap: wrap;
}
.one-plus-three-wrapper {
	margin-bottom: 40px;
	margin-top: 40px;
}
.hp-section-title {
	position: relative;
    font-size: 26px;
	text-align: center;
}
.hp-section-title span {
    text-transform: uppercase;
    display: inline-block;
    background-color: #fff;
    padding: 16px 20px;
    letter-spacing: 3px;
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
}
.hp-section-title span.gray-bg {
	background-color: #fafafa;
}
.hp-section-title:after {
	content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #ccc;
    left: 0;
    transform: translateY(-50%);
}
.cat-popular-post .hp-section-title {
	margin-top: 40px;
	margin-left: 5px;
}
.cat-popular-post .hp-section-title span {
	background-color: #fafafa;
}
.cat-popular-post .hp-section-title:after {
	border-bottom: 1px solid #ccc;
}
.single-category-list-post {
	margin-top: 30px;
}
.post-link-as-wrapper {
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	position: relative;
}
.post-link-as-wrapper .post-outline {
	position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    border: 1px solid #95ddb4;
    z-index: 9;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}
.post-link-as-wrapper img {
	min-width: 100%;
}
.one-plus-three {
    padding-top: 20px;
	display: flex;
}
.single-art-post {
	margin-bottom: auto;
}
.single-art-post:not(:first-child) {
	margin-top: 20px;
}
.single-art-post .post-link .img-wrapper img {
	-webkit-transition: all .2s;
    transition: all .2s;
}
.single-art-post .post-link .img-wrapper {
	overflow: hidden;
	background-color: #1f9f8b;
}
.single-art-post .post-link:hover .img-wrapper img {
	transform: scale(1.1);
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: .5;
}
.single-art-post h3 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: initial;
}
.single-art-post .meta-data {
	margin: 0;
    font-size: 12px;
    color: initial;
	color: #8a8a8a;
}
.single-art-post .img-wrapper {
	margin-top: 10px;
}
.inner-left-art-posts {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.fa-content-wrapper {
	display: flex;
    padding: 20px 25px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
}
.first-art-post-title {
    color: initial;
    line-height: 1.2em;
    margin-top: 5px;
    margin-bottom: 0;
	text-align: center;
}
.fa-content-wrapper .meta-data {
	line-height: 1em;
    font-size: 12px;
    color: initial;
}
.post-img-wrapper  img {
	min-width: 100%;
}
.latest-posts-link {
	
}
.latest-posts-wrapper .section-title {
	position: relative;
}
.latest-posts-wrapper .section-title:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #ccc;
    left: 0;
}
.latest-posts-wrapper .section-title span {
    padding-bottom: 0;
    text-transform: uppercase;
    display: inline-block;
    background-color: #1f9f8b;
    color: #fff;
    padding: 16px 20px;
    font-size: 18px;
    letter-spacing: 4px;
    width: 60%;
}
@media screen and (max-width: 768px) {
	.post-link-as-row  {
		flex-wrap: wrap;
	}
	.inner-before-last-post .post-img-wrapper {
		width: 100%;
	}
	.post-link-as-row .post-img-wrapper img {
		width: 100%;
	}
	.inner-before-last-post .post-info-wrapper {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.one-plus-three {
		flex-direction: column;
	}
	.first-art-post {
		width: 100%;
		margin-bottom: 15px;
	}
	.left-art-posts {
		width: 100%;
	}
	.left-art-posts .img-wrapper img {
		width: 100%;
	}
	.single-art-post {
		margin-bottom: 30px;
	}
}

.post-link-as-row.full-width-flex {
	flex-wrap: wrap;
	background: none;
}
.post-link-as-row.full-width-flex .post-img-wrapper {
	overflow: hidden;
    padding: 0;
}
.post-link-as-row.full-width-flex .post-info-wrapper {
	padding-top: 16px;
    padding-bottom: 16px;
}
.post-link-as-row.full-width-flex .regular-title {
	text-align: center;
}

/* archive */
body.archive {
	background-color: #fafafa;
}
.cat-popular-post {
	display: flex;
	flex-wrap: wrap;
}
.single-post-link {
    background-color: #fff;
    display: block;
    height: 100%;
	position: relative;
}
.archive .single-post-link:after {
    position: absolute;
    left: 5px;
    top: 5px;
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #efe1e1;
}
.single-post-info-wrapper {
    padding: 0px 18px 5px;
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 200px);
    justify-content: space-between;
}
.single-post-thumb-img {
	height: 200px;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 991px) {
	.single-post-thumb-img {
		height: 350px;
	}
	.single-post-info-wrapper {
		min-height: calc(100% - 350px);
	}
}
@media screen and (max-width: 768px) {
	.single-category-list-post {
		width: 50%;
	}
}
@media screen and (max-width: 575px) {
	.single-category-list-post {
		width: 100%;
	}
}
.single-post-thumb-img img {
	position: absolute;
	height: 100%;
	width: auto;
	max-width: unset;
	left: 50%;
	transform: translateX(-50%) scale(1);
	-webkit-transition: transform .6s;
    transition: transform .6s
}
.single-post-info-wrapper .post-title {
	margin-top: 8px;
	font-size: 21px;
	color: initial;
	margin-bottom: 10px;
}
.single-post-info-wrapper .meta-data {
	font-size: 12px;
	font-weight: 600;
	color: #1c4589;
}
.single-post-link:hover .post-title {
	color: #1ea58f;
}
.single-post-link:hover .single-post-thumb-img img {
	transform: translateX(-50%) scale(1.1);
    -webkit-transition: transform .6s;
    transition: transform .6s;
}
.comment-content {
    max-width: 100%;
    overflow: hidden;
}

/* 404 */
.not-found {
	padding-bottom: 30px;
    min-height: calc(100vh - 534px);
}
.not-found .search-form {
	display: flex;
}
.not-found .search-form label {
	margin-bottom: 0px;
}
.not-found .search-form .search-field {
	height: 40px;
    border-radius: 0px;
    font-size: 17px;
    padding: 5px 15px;
	border: 1px solid #023020;
}
.not-found .search-form .search-submit {
	height: 40px;
    border: none;
    font-size: 14px;
    border-radius: 0px;
    margin: 0;
    line-height: 1em;
    background-color: #023020;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.our-table-wrapper {
	width: 100%;
	overflow-x: auto;
}
.our-table {
    font-size: 20px;
	min-width: 590px;
	margin-bottom: 10px;
}
.our-table th {
    padding: 5px;
    background-color: #023020;
    color: #fff;
}
.our-table tr td:first-child, .our-table tr th:first-child {
	position: sticky;
    left: 0;
    z-index: 1;
}
.our-table tr:nth-child(even) td {
	background-color: #fff;
}
.our-table tr:nth-child(odd) td {
	background-color: #f0f0f0;
}
.our-table tr:nth-child(even):hover td {
	background-color: #e2f5e2;
}
.our-table tr:nth-child(odd):hover td {
	background-color: #e2f5e2;
}
.our-table td {
    padding: 5px;
}
.our-table-wrapper::-webkit-scrollbar {
    width: 4px;
	height: 12px;
}
.our-table-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
.our-table-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.our-table td {
	min-width: 120px;
}
.breadcrumb-wrapper {
	display: flex;
    margin-top: 20px;
    align-items: center;
	justify-content: center;
}
.breadcrumb-wrapper .rank-math-breadcrumb p {
	font-size: 12px!important;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0px;
	display: flex;
    align-items: center;
    line-height: 1em;
}
/* 20230310 custom authors on hover */
.authr-tltp-bx .tltp-inner {
    text-transform: none;
    font-size: 16px;
    line-height: 1.4em;
}
.user-nm .nm {
	font-size: 16px;
}
.usr-desc h3 {
    font-size: 17px;
}
.usr-desc h5 {
    font-size: 16px;
    margin-top: 15px;
}
.usr-desc h6 {
	font-size: 16px;
    margin-top: 12px;
}
.usr-desc ul {
    margin-left: 0;
    padding-left: 18px;
    text-transform: none;
}
.usr-desc ul li {
    margin-bottom: 10px;
}
.authr-tltp-bx .tltp-inner:before {
	right: 80px;
}
/* 20230310 short authors bio on hover - Dusan (existing field) */
/*
.short-bio-header {
	display: none!important;
}
*/
.avatar-and-posted-by {
	display: flex;
    align-items: center;
}
.single-post .post-title-holder .entry-meta .byline:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    z-index: 4;
    transform: rotate(45deg) translateX(-16%);
    bottom: -12px;
    right: 50%;
	display: none;
}
.short-bio-header {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 350px;
    text-transform: none;
    color: #000;
    padding: 20px;
    text-align: left;
    top: 100%;
    z-index: 3;
    border: 1px solid #ddd;
	right: 0;
}
.short-bio-and-author-name-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	height: 32px;
}
.short-bio-and-author-name-wrapper.sort-bio-auth-reviewed {
	padding-right: 10px;
	margin-right: 10px;
}
.short-bio-and-author-name-wrapper.sort-bio-auth-reviewed:after {
	position: absolute;
	content: '';
	right: 0px;
	height: 14px;
	width: 1px;
	background-color: #5c5c5c;
}
.sort-bio-auth-main:hover .short-bio-header-main {
	display: block;
}
.sort-bio-auth-reviewed:hover .short-bio-header-reviewed {
	display: block;
}
.short-bio-header:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    z-index: 4;
    transform: rotate(45deg);
    top: -6px;
    right: 64px;
}
.avatar_and_name_holder {
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.avatar_and_name_holder .author-img-wrapper {
    width: 90px;
    margin-right: 15px;
}
.short-bio-header .author-desc-wrapper p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3em;
}
.short-bio-header .author-desc-wrapper p:last-child {
    margin-bottom: 0;
}
.knows-about-wrapper {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 300;
}
.author-job-title {
	margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.2em;
    color: #7d7b7b;
}
.short-bio-header .author_name {
	margin-bottom: 8px;
	line-height: 1em;
}
.short-bio-header .authors-page-link, .short-bio-header .authors-page-link:visited {
    color: #585858;
    text-decoration: none;
}
.single-author-social {
	margin-right: 10px;
	font-size: 18px;
}
@media only screen and (max-width: 1023px) {
	.avatar-and-posted-by {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	.single-post .post-title-holder .reviewed-by {
		border-right: none;
		height: 32px;
		padding-left: 0px;
	}
}
/* aawp */
.aawp-product__footer {
	display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}
.aawp .aawp-product--horizontal .aawp-product__footer .aawp-button+.aawp-button {
    margin-left: 0;
    margin-bottom: 15px;
	min-width: 260px;
}
.aawp .aawp-button.aawp-button--red, .aawp .aawp-button.aawp-button--red:focus {
    color: #ffffff!important;
    font-size: 16px;
    border-radius: 5px;
    border: solid 1px #d83526!important;
    text-shadow: 1px 1px 0px #b23d35;
    box-shadow: inset 1px 1px 2px 0px #f29d93;
    text-decoration: none!important;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #fe1900 10%, #ce0000 100%);
    display: inline-flex;
    align-items: center;
    padding: 0;
    padding-left: 20px;
    line-height: 26px;
	min-width: 260px;
}
.aawp .aawp-button.aawp-button--red:after {
    content: "\f155";
    font-family: fontawesome;
    position: relative;
    border-left: 1px solid #ffffff29;
    box-shadow: inset rgb(0 0 0 / 14%) 1px 0 0;
    padding: 10px 18px;
    margin-left: 14px;
}
.aawp .aawp-product--horizontal .aawp-product__footer .aawp-button:not(.aawp-button--amazon) {
    background: linear-gradient(180deg, #fe9f00 10%, #b36806 100%)!important;
    border: solid 1px #fb7b3b!important;
}
.aawp .aawp-button.aawp-button--red, .aawp .aawp-product--horizontal .aawp-button+.aawp-button {
	justify-content: space-between;
}
/* 20230411 */
@media (min-width: 1200px) {
	.container.air-compressor-post-container {
		width: 100%;
		max-width: 1360px;
	}	
}
.post-content-and-sidebar-wrapper .additional-sidebar-wrapper {
	padding-top: 50px;
}
.air-compressor-post-holder .single-post-main-wrapper {
    max-width: 600px;
}
.inner-additional-sidebar-wrapper {
	font-size: 14px;
	background: #fbfbfb;
    padding-bottom: 2px;
}
.inner-additional-sidebar-wrapper .additional-nav-title {
    margin-bottom: 8px;
	font-size: 18px;
	line-height: 1em;
}

.inner-additional-sidebar-wrapper .additional-nav-title a {
    margin-bottom: 0;
    color: #fff;
    background-color: #000;
    padding: 15px;
    text-align: left;
    display: block;
    border: 1px solid #000;
}

.inner-additional-sidebar-wrapper .additional-nav-subtitle {
    margin-bottom: 9px;
    margin-top: 12px;
    font-size: 15px;
	padding-left: 15px;
    padding-right: 15px;
}

.inner-additional-sidebar-wrapper ul {
    margin-top: 6px;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.inner-additional-sidebar-wrapper ul li {
    display: block;
    margin-bottom: 8px;
    padding-bottom: 8px;
    line-height: 1.4em;
    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1180px) {
	.additional-sidebar-wrapper {
		display: none;
	}
	.air-compressor-post-holder .single-post-main-wrapper {
		max-width: unset;
	}
}

/* custom product box */
.product-box {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.product-buttons {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    flex-direction: column;
}
.product-buttons .single-button {
    color: #ffffff!important;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none!important;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    align-items: center;
    padding: 0;
    padding-left: 20px;
    line-height: 26px;
    min-width: 258px;
    padding-right: 60px;
    margin-bottom: 16px;
    min-height: 48px;
    display: flex;
	justify-content: center;
}
.product-buttons .single-button.first-button {
	background-color: #0f3a33;
}
.product-buttons .single-button.second-button {
	background-color: #000000;
}
.product-buttons .single-button.third-button {
	background-color: #EB6222;
}
.product-buttons .single-button:after {
   content: "\f155";
    font-family: fontawesome;
    border-left: 1px solid #ffffff29;
    box-shadow: inset rgb(0 0 0 / 14%) 1px 0 0;
    padding: 10px 18px;
    margin-left: 14px;
    position: absolute;
    right: 0;
}
.product-box .product-image {
    margin-left: auto;
	margin-right: auto;
}

/* custom table of contents */
.table-of-contents {
	border: 5px solid #15564c;
    padding: 0px 15px 0px 15px;
    margin-bottom: 35px;
}
.toc-heading-holder {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    color: #000;
    position: relative;
    padding: 0px;
    margin: 0 -15px;
}
.toc-headline {
    font-size: 30px;
    font-weight: 400;
	margin-bottom: 0px;
	display: block;
    width: 100%;
    padding: 15px;
}
.toggle-toc {
	margin-left: auto;
    margin-bottom: 0px;
    width: 26px;
    height: 10px;
	background-image: url(../png/arrow-down-toc.png);
	background-position: center center;
	background-repeat: no-repeat;
	transition: transform .6s ease;
	background-size: 26px 10px;
	position: absolute;
    right: 10px;
}
.toggle-toc.toggle-toc-c {
	transform: rotate(180deg);
	transition: transform .6s ease;
}
.entry-content .table-of-contents > ul {
    margin-top: 30px;
}
.entry-content .table-of-contents ul {
	padding-left: 20px; 
}
.entry-content .table-of-contents ul li {
    line-height: 1.6em;
	padding-bottom: 2px;
	font-size: 17px;
}
.entry-content .table-of-contents ul li a {
    color: #000!important;
    border-bottom: 2px #000 solid;
	padding-bottom: 2px;
}
.entry-content .table-of-contents a {
	color: #000!important;
}


/* related posts */
.acf-related-posts {
    margin-bottom: 35px;
}
.acf-related-post-title {
	margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}
.entry-content ul.related-posts-list {
    margin-bottom: 0px;
    padding-left: 20px;
}
li.single-related-post {
	line-height: 1.6em;
    padding-bottom: 2px;
    font-size: 17px;
}
li.single-related-post a {
	color: #000!important;
    border-bottom: 2px #000 solid;
    padding-bottom: 2px;
}

/* capsules */
.capsules-wrapper {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
    margin: 0;
	margin-bottom: 20px;
	gap: 1rem;
}
.single-capsule {
	margin: 0;
	margin-bottom: 5px;
}
.capsule-anchor {
	border-radius: 22px;
	border: 1px solid #ff5f00;
	font-size: 16px;
	line-height: 1.6em;
	padding: 5px 15px;
	display: block;
}
.capsule-anchor:hover {
	background-color: #ff5f00;
	color: #fff;
}
span.just-text {
	pointer-events: none;
}
.capsule-anchor:hover span.just-text {
	text-decoration: underline;
}
@media (max-width: 768px) {
	.capsules-holder {
		width: 100vw;
		margin-left: -1.5rem;
		overflow: hidden;
		overflow-y: scroll;
		scroll-behavior: smooth;
		padding-left: 15px;
	}
	ul.capsules-wrapper {
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-y: hidden;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.single-capsule:last-child {
		margin-right: 15px;
	}
}

/* 20240201 */
.amazon-associate {
    color: #fff;
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
	margin-bottom: 0px;
	text-transform: none;
}

/* galleries spacing */
.gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.gallery-columns-2 .gallery-item {
    max-width: calc(50% - 8px);
}
.gallery-columns-3 .gallery-item {
	max-width: calc(33.3333% - 8px);
}
.gallery-columns-4 .gallery-item {
    max-width: calc(25% - 8px);
}
.gallery-columns-5 .gallery-item {
	max-width: calc(20% - 8px);
}
.post .entry-content .gallery .gallery-item img {
	margin-bottom: 0px;
}
@media (max-width: 525px) {
	.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item {
		max-width: calc(33.3333% - 8px);
	}
}

/* 20250211 su-row */
.su-row {
	display: flex;
}
@media (max-width: 768px) {
	.su-row {
       flex-direction: column;
	}
	.su-row .su-column-size-1-2 {
       width: auto;
       margin-left: 0;
    }
	.su-box {
		margin: 0px!important;
	}
	.su-box-content {
		padding-bottom: 0px!important;
	}
}