@font-face {
    font-family: Brandon Grotesque;
    src: url(fonts/BrandonGrotesque-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Calibri;
    src: url(fonts/Calibri.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: Caslon;
    src: url(fonts/caslon.ttf) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
} */
.o-author-img{
    width: 150px!important;
    height: 150px!important;
}

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

body {
    font-family: Verdana !important;
}

a:hover{
    color: #c8a015 !important
}

.w-12 {
    width: 12%;
}
::selection{
    background: #c8a015 !important;
    color: #fff !important;
}

.margin-top-minus-7{
    margin-top: -7px;
}

.margin-bottom-minus-50{
    margin-bottom: -50px;
}

.--font-bradon-regular {
    font-family: Brandon Grotesque;
}

.--font-calibri-regular {
    font-family: Calibri;
}

.--font-caslon {
    font-family: system-ui;
}

.--font-verdana {
    font-family: Verdana;
}

.c-grey {
    color: #697694;
}
.--c-light {
    color: #fff !important
}

.--border-light {
    border-color: #fff
}

.--bg-light {
    background: #f6f6f6
}

.--c-dark{
    color: #000 !important
}

.--border-dark {
    border-color: #000
}

.--border-grey {
    border-color: #ccc
}

.--bg-dark {
    background: #182553
}

.--c-danger {
    color: #c8a015
}

.--border-danger {
    border-color: #c8a015
}

.--bg-danger {
    background: #c8a015
}




.c-dark-hover:hover{
    color: #000 !important
}
.c-danger-hover:hover{
    color: #c8a015 !important
}

.bg-danger-hover:hover {
    background: #c8a015 !important;
    color: #fff !important;
}

.border-dark-hover:hover {
    border-color: #000
}




.top-bar__search input {
    height: 40px
}

.images-grid .images-grid-inner {
    -ms-grid-columns: (auto)[6];
    grid-template-columns: repeat(6, auto);
    grid-gap: 15px
}

.images-grid__image {
    position: relative
}

.images-grid__image .overlay {
    background-color: #00000060
}

.featured .owl-dots {
    position: absolute;
    top: -30px;
    right: 0px
}

.featured .owl-dots .owl-dot.active span {
    width: 62px;
    background: #000 !important;
}



#disqus_recommendations {
    display: none;
}
.newsletter-grey-bg {
    background: rgba(0, 0, 0, 0.05);
}


/*category css*/

.archive-hero-overlay {
    padding:10px;
    position:absolute;
    opacity:0.5;    
    height:100%;   
    width:100%;    
    border-radius: 8px;
}

.cover-border {
    border: 1px solid #00000061;
}

.red-acent-color {
    color: #c8a015;
}

.cover-small-border {
    border: 1px solid #c8a015;
}

.beauty {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 0px;
}

.beauty span {
    background: #fff;
    padding: 0 10px;
}

input[type="email"] {
    width: 100%;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
    outline: 0;
}

button.btn {
    font-size: 1.1rem;
    background: black;
    border: 2px solid black;
    color: white;
}




/* tooltip */

.color-verified {
    color: #5181E9!important;
}
.tooltip-wrapper {
  
    position: relative;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    text-decoration: none !important;
}
.tooltip-wrapper #tooltip-hover:hover .tooltip{
    opacity: 1;
    pointer-events: auto;
    transition-delay:0s;
}
.tooltip:hover
{
    opacity: 0;
}
.tooltip-wrapper .tooltip {
    background: #fff;
    bottom: 126%;
    color: #222;
    display: block;
    left: -93px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 3px 8px 6px;
    font-size: 12px;
    pointer-events: none;
    position: absolute;
    width: 202px;
    border-radius: 5px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 0px 1px 7px 3px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 1px 7px 3px rgb(0 0 0/75%);
    -ms-box-shadow: 0px 1px 7px 3px rgb(0 0 0/75%);
    -o-box-shadow: 0px 1px 7px 3px rgb(0 0 0/75%);
    box-shadow: 0px 1px 7px 3px rgb(0 0 0 / 75%);
    border: 1px solid rgb(245 245 245/64%);
}
.tooltip-wrapper .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

.tooltip-wrapper .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #fff 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}
.tooltip{
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}
.author-bio-tooltip span.tooltip {
    margin-left: 3px;
}
.author-bio-tooltip a {
    margin-right: 5px;
}





/* ----------- entry-content ----------*/
.entry-content {
    font-family: system-ui;
}
.entry-content img{
    height: auto;
    display: flex;
    margin: 0 auto;
/*     border-radius: 5px; */
    object-fit: cover;
/*     margin-bottom: 10px; */
/*     max-width: 100%; */
}
.entry-content figcaption {
  margin-top: 0;
  font-size: 14px;
  background: #f5f5f5;
  padding: 3px;
  text-align: center;
}
.entry-content figcaption p {
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 22px;
}
.entry-content figcaption a {
	font-size: 16px !important;
    position: relative;
    top: 1px;
	color: #575861;
    box-shadow: inset 0 -0.175em #575861, inset 0 -0.2em #575861;
}
.entry-content figcaption a:hover {
	color: #c8a015 !important
}
.entry-content a:hover::before {
    height: 100%;
}
.entry-content p {
    font-size: 18px !important;
    margin-bottom: 15px;
    line-height: 32px;
    font-weight: 400;
}

.page-contact-us h1.featured__heading {
    text-align: center;
}
.page-contact-us span.--border-bottom-1.d-block.w-5.mb-5 {
    margin: auto;
}
.contact_wrapper {
    width: 50%;
    margin: 50px auto 0;
}
.contact_wrapper input, 
.contact_wrapper textarea {
    width: 100% !important;
    margin-bottom: 10px;
    font-size: 16px !important;
    padding-left: 8px;
    height: 40px;
}
.contact_wrapper input[type="submit"]{
    background: #1a2552;
    color: #fff;
    border-color: #1a2552;
}
.contact_wrapper textarea {
    height: 100px;
    padding-top: 8px;
}
.contact_wrapper h4 {
    font-size: 22px !important;
}
.contact_wrapper h6 {
    text-align: center;
    font-size: 26px;
    padding-bottom: 15px;
}
.contact_wrapper p {
    font-size: 16px !important;
    margin-bottom: 15px;
    line-height: 25px;
}
.contact_wrapper form p {
    font-size: 14px !important;
    line-height: 15px;
}
.contact_wrapper .col-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact_wrapper .wpcf7 form .wpcf7-response-output {
    margin: 0;
    width: 95%;
    line-height: 20px;
}
.entry-content p.has-small-font-size {
    font-size: .8125em !important;
}
.entry-content p.has-medium-font-size {
    font-size: 1.25em !important;
}
.entry-content p.has-large-font-size {
    font-size: 2.25em !important;
}
.entry-content p.has-huge-font-size, .entry-content p.has-larger-font-size {
    font-size: 2.625em !important;
}
.entry-content iframe {
    margin-top: 40px !important;
	margin: 0 auto;
    display: block;
}
.entry-content #insta_feed{
	display: none
}
.single-format-video .entry-content iframe:first-child {
	display: none;
}
.entry-content ul,
.entry-content ol{
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 18px !important;
  padding: 0 15px;
}
.entry-content ul li,
.entry-content ol li{
  padding-bottom: 0px;
  line-height: 30px;
  margin-left: 15px;
}
.entry-content ul li {
  list-style: disc;
}
.entry-content ol li {
  list-style: decimal;
}
.entry-content h3 {
  font-weight: bold;
  font-size: 35px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
  padding-top: 25px !important;
  font-weight: 600;
}
.entry-content h4{font-size: 32px;}

.entry-content a {
  display: inline;
  position: relative;
  text-decoration: none;
  color: #001a33;
  box-shadow: inset 0 -0.175em #c8a015, inset 0 -0.2em #c8a015;
}
.entry-content a:hover::before {
  height: 120%;
}
.entry-content :not(div) a:hover {
  color: #c8a015;
  box-shadow: none;
}
.entry-content figure {
    max-width: 100% !important;
}
.entry-content .alignleft {
    float: left;
	margin: 0;
    margin-right: 1rem;
    margin-bottom: 30px;
}
.entry-content .alignright {
    float: right;
	margin: 0;
    margin-left: 1rem;
    margin-bottom: 30px;
}
.entry-content .aligncenter {
    margin: 0 auto;
    margin-bottom: 30px;
	max-width: 100%;
}
.entry-content figure figcaption {
	color: #575861;
    font-size: 16px !important;
    line-height: 30px;
    background-color: #f2f2f2;
    font-weight: 500 !important;
    text-align: center;
    font-style: italic;
    line-height: 24px;
    padding: 5px 10px !important;
    margin-bottom: 0;
}
.entry-content figure img {
/*     border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important; */
	width: 100%;
}
.entry-content ins iframe{margin:0px !important;}
.entry-content div:nth-child(2) iframe {
    display: none;
}
.single-header iframe {
	width: 100%;
    height: 440px;
}
.single-header iframe.instagram-media {
/* 	height: 850px; */
    object-fit: cover;
}

/**** Search Page *****/

.page-search nav.navigation.posts-navigation {
    width: 100%;
}

.page-search .nav-links {
    display: flex;
    justify-content: flex-end;
    margin: 40px 18px;
}

.page-search .nav-links a {
    color: #222;
    font-weight: 500;
    font-size: 18px;
}

.page-search .nav-links .nav-previous {
    order: 2;
    padding-left: 40px;
}



/*single post newsletter form*/

.post-newsletter .wpsf-form-wrap.wpsf-template-10 {
	padding: 10px 0;
   background-color: transparent;
}
.post-newsletter .has-pre-icon i{
	display:none;

}
.post-newsletter input.wpsf-email {
    border: 1px solid #000 !important;
    border-radius: 4px !important;
	font-family: Brandon Grotesque;
	color:#000 !important;
	font-size:16px;
}
.post-newsletter input.wpsf-form-submit {
    background-color: #000 !important;
    margin: 0px 4px !important;
	font-family: Brandon Grotesque !important;
	font-size: 16px !important;
    width: 85% !important;
    height: 46px;
    position: relative;
    top: 1px;
    font-weight: normal;
    line-height: 46px;
}
.post-newsletter .wpsf-form-wrap.wpsf-template-10 .wpsf-form-submit {
    border-radius: 4px !important;
}


/*home newsletter form*/
.home-newsletter input.wpsf-email {
    font-size: 1.1rem !important;
    letter-spacing: 0.05rem !important;
    outline: 0 !important;
    font-family: Brandon Grotesque !important;
    background: transparent !important;
    border: 1px solid #00000020 !important;
    border-radius: 5px !important;
	padding:30px 0 !important;
	color:#000 !important;
}
.home-newsletter .wpsf-newsletter {
    max-width: 55% !important;
}
.home-newsletter .wpsf-form-wrap.wpsf-template-1 .wpsf-form-submit {
    background-color: #000;
    color: white;
    width: 100%;
	max-width:100%;
	font-family: Brandon Grotesque !important;
	font-size: 1.1rem !important;
	font-weight: normal;
	border-radius: 5px;
}
.home-newsletter p.wpsf-heading-text.wpsf-heading-paragraph{
	font-family: Brandon Grotesque;
	color:#000 !important;
	font-size:1.25rem;
}
.home-newsletter .wpsf-footer-text{
	font-family: Brandon Grotesque !important;
	color:#000 !important;
	font-style:normal !important;
	opacity:1 !important;
}

/*footer newsletter form*/
footer .wpsf-form-wrap.wpsf-template-4{
	padding:0 !important;
	background-color: transparent;
}
footer input.wpsf-email {
    background-color: white !important;
    color: #000 !important;
    font-family: Brandon Grotesque !important;
    border-left-width: 5px !important;
    height: 38px !important;
    padding-left: 10px !important;
}
footer .wpsf-form-wrap.wpsf-template-4 .wpsf-form-submit {
    background-color: white;
    color: #000000;
    height: 38px;
    line-height: 5px;
    font-size: 24px !important;
    padding: 0;
}
footer .wpsf-form-wrap.wpsf-template-4 .wpsf-form-submit:hover {
    background-color: rgb(255 255 255);
    color: black;
}
footer .wpsf-footer-text {
    font-style: normal !important;
    font-family: Brandon Grotesque !important;
    font-size: 1rem !important;
}
footer .wpsf-form-wrap .wpsf-btn-parent {
    max-width: 22%;
} 



.adace-slot-wrapper.adace-after-image.adace-align-center.adace-slot-wrapper-main {
    display: none;
}


/* 404 page css */
.notfoundHolder {
    padding: 200px 0;
    text-align: center;
}
.notfoundHolder h2 {
    font-size: 100px;
    line-height: 90px;
    font-weight: bold;
    font-family: inherit;
    margin: 0;
    padding: 0;
}
.notfoundHolder p {
    font-size: 24px;
	margin-top: 20px
}
.notfoundHolder p span {
    font-weight: bold;
}
.notfoundHolder .site-btn {
    background: transparent;
    color: #000;
    display: inline-block;
    border: 2px solid #000;
    font-size: 14px;
    outline: none !important;
    min-width: 100px;
    text-align: center;
    padding: 7px 15px;
    transition: all 0.2s;
    letter-spacing: 1px;
    text-decoration: none;
}
.notfoundHolder .site-btn:hover {
	background: #000;
	color: #fff !important
}

#toTop {
    width: 45px;
    height: 45px;
    background: #f8f8f6;
    color: #000;
    position: fixed;
    bottom: 60px;
    right: 15px;
    display: none;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    cursor: pointer;
    z-index: 999;
}
#toTop img {
    width: 30px;
}


span.mega-menu-description {
    display: none !important;
}


@media (min-width: 1200px) {
    .container-condensed {
        max-width: 855px;
    }
	.container-condensed-narrow {
		max-width: 820px;
	}
}

@media (max-width: 992px) {
    .images-grid .images-grid-inner {
        -ms-grid-columns: (auto)[2];
        grid-template-columns: repeat(2, auto);
        grid-gap: 15px
    }
    .top-bar__logo img {
        width: 80% !important;
    }
}

@media (max-width: 768px){
	.home-newsletter .wpsf-newsletter{
		width:100% !important;
	}
	footer .wpsf-form-wrap .wpsf-btn-parent {
		max-width: 100% !important;
	}
	.wpsf-form-wrap.wpsf-template-10 .both-fields-wrap .wpsf-field-wrap:last-child {
		max-width: 100%;
	}
	.single-header iframe {
		height: 190px;
	}
}

@media (max-width: 480px) {
    .images-grid .images-grid-inner {
        -ms-grid-columns: (auto)[1];
        grid-template-columns: repeat(1, auto)
    }
}
@media (max-width: 1200px){
.post-newsletter input.wpsf-form-submit {
	
	width:100% !important;
	}

}

.o-author-img{
    width: 150px!important;
    height: 150px!important;
}

