/* # Global Styes
   # Please insert all GLobal Styles below, avoid inserting anywhere.
---------------------------------------------------------------------------------------------------- */
html {
	font-size: 62.5%; /* 10px browser default */
}
body {
	background-color: #fff;
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 1.45;
}
body > div {
/* 	font-size: 1.8rem; */
	font-size:  1.146vw;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}
a {
	text-decoration: none;
}

/* Reusable */
/* Adobe fonts */
@font-face {
    font-family:"acumin-pro-condensed";
    src:url("https://use.typekit.net/af/4b28f4/00000000000000003b9acb08/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/4b28f4/00000000000000003b9acb08/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/4b28f4/00000000000000003b9acb08/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
    }
    
    @font-face {
    font-family:"forma-djr-text";
    src:url("https://use.typekit.net/af/b6a6cc/00000000000000003b9ae4ea/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/b6a6cc/00000000000000003b9ae4ea/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/b6a6cc/00000000000000003b9ae4ea/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
    }
    
    @font-face {
    font-family:"ivypresto-display";
    src:url("https://use.typekit.net/af/343df8/00000000000000007735e5b3/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/343df8/00000000000000007735e5b3/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/343df8/00000000000000007735e5b3/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
    }

/* # Elementor Overwrites ---------------------------------------------------------------------------------------------------- */
.elementor-editor-active .site-header,
.elementor-editor-active .nav-primary {
	display: none;
}
.full-width-content.elementor-page .site-inner {
	max-width: none;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.full-width-content.elementor-page .entry {
	padding: 0;
	margin: 0;
}
/* body .elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 119rem;
} */

body .elementor-widget:not(:last-child) {
	margin-bottom: 2rem;
}
.full-width-content.elementor-page .site-inner {
	padding-top: 0;
}
.elementor_library-template-default.elementor-editor-active .sidebar {
    display: none;
}
.elementor_library-template-default .content {
    width: 100%;
    padding: 0;
    margin: 0;
}
.site-footer {
	display: none;
}

/* ------------------------------------------------------------------------------------------------- */
/* PODCAST STYLE CSS */

/*PODCAST FEATURED*/

.podcast-featured .post-read a{
    font-family: "Poppins", Sans-serif;
    font-size: 1.042vw;
    font-weight: bold;
    line-height: 3em;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #E5A32C;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #E5A32C;
    border-radius: 50px;
    padding: 15px 30px;
}

.podcast-featured .post-read a:hover{
	background-color: #fff;
	color: #E5A32C;
	fill: #E5A32C;
}


.podcast-featured .post-featured-text {
    color: #FFFFFF;
    font-family: "ivypresto-display", Sans-serif;
    font-size: 3.125vw;
    font-weight: 300;
}

.podcast-featured .post-excerpt {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 1.146vw;
    font-weight: normal;
}

.podcast-featured .post-box {
    display: flex;
    width: 100%;
}

.podcast-featured .post-content {
    width: 60%;
}

.podcast-featured .post-img {
    width: 40%;
}

.podcast-featured .post-featured-img .post-featured-episode {
    font-size: 0.833vw;
    color: #fff;
}

.podcast-featured .post-featured-img .post-featured-title {
    font-family: "ivypresto-display", Sans-serif;
    font-size: 1.354vw;
    color: #fff;
    font-weight: 400;
    line-height: 1.2em;
}

.podcast-featured-section, .podcast-featured .post-featured-img a {
    position: relative;
}

.podcast-featured-section:before {
    content: '';
    background-image: url(/wp-content/uploads/2021/04/podcast-image-12.jpg);
    background-size: cover;
    width: 14.115vw;
    position: absolute;
    height:  14.635vw;
    left: 10vw;
    background-repeat: no-repeat;
    bottom: 2vw;
}

/* .podcast-featured .post-featured-img a:after {
    content: '';
    background-image: url(/wp-content/uploads/2021/04/podcast-joe-12.png);
    background-size: cover;
    width: 18.281vw;
    position: absolute;
    height: 11.406vw;
    left: 1vw;
    background-repeat: no-repeat;
    bottom: 1vw;
    z-index: 1;
} */

/* .podcast-featured .post-featured-img a:before {
    content: '';
    background-image: url(/wp-content/uploads/2021/04/podcast-image-01.png);
    background-size: cover;
    width: 4vw;
    position: absolute;
    height: 4vw;
    right: 0;
    background-repeat: no-repeat;
    bottom: .3vw;
    z-index: 1;
} */

.podcast-featured .post-featured-img a img.logo {
    position: absolute;
    z-index: 1;
    width: 20%;
    margin: 1.5vw;
	display: none;
}

.podcast-featured .post-featured-img a img.featured {
    height: 25vw;
/*     border-radius: 0 30px; */
    position: relative;
    width: 25vw;
}

/*PODCAST POST*/

.podcast-post-alm .post-content {
    padding: 1.5vw 0;
    position: relative;
    height: 20vw;
    margin-bottom: 2vw;
}

.podcast-post-alm .post-read {
    position: absolute;
    bottom: 0;
	width: 100%;
}

.podcast-post-alm .post-excerpt p {
    margin: 0;
}

.podcast-post-alm span {
    opacity: 1 !important;
}

.podcast-post-alm .alm-reveal, .podcast-post-alm .post-wrapper {
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 -1vw;
}

.podcast-post-alm .post-wrap {
    margin: .7vw;
}

.podcast-post-alm .post-date-cat, .podcast-post-alm .post-excerpt, .podcast-post-alm .post-featured-img .post-featured-episode {
    font-family: "Poppins", Sans-serif;
}

.podcast-post-alm .post-date-cat  {
    font-size: 0.833vw;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
}

.podcast-post-alm .post-date-cat a {
    color: #5A842E;
}

.podcast-post-alm span.separator {
    padding: 0 10px;
}

.podcast-post-alm .post-title {
    font-family: "ivypresto-display", Sans-serif;
    font-size: 1.667vw;
    font-weight: 400;
    line-height: 1.2em;
    padding: 1vw 0;
}

.podcast-post-alm .post-title a {
    color: #000;
}

.podcast-post-alm .post-excerpt {
    font-size: 0.938vw;
    color: #000;
}

/*.podcast-post-alm .post-featured-img a {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background-color: rgba(90,132,46,.84);*/
/*    border-radius: 0 100px 0 30px;*/
/*    margin-right: 25%;*/
/*    padding: 7%;*/
/*    height: 10vw;*/
/*    display: grid;*/
/*}*/

.podcast-post-alm .post-featured-img a {
    position: relative;
}

.podcast-post-alm .post-featured-img .post-featured-episode {
    font-size: 0.833vw;
    color: #fff;
}

.podcast-post-alm .post-featured-img .post-featured-title {
    font-family: "ivypresto-display", Sans-serif;
    font-size: 1.354vw;
    color: #fff;
    font-weight: 400;
    line-height: 1.2em;
}

/* .podcast-post-alm .post-featured-img a:after {
    content: '';
    background-image: url(/wp-content/uploads/2021/04/podcast-joe-12.png);
    background-size: cover;
    width: 18.281vw;
    position: absolute;
    height: 11.406vw;
    left: 1vw;
    background-repeat: no-repeat;
    bottom: 1vw;
    z-index: 1;
} */
/* 
.podcast-post-alm .post-featured-img a:before {
    content: '';
    background-image: url(/wp-content/uploads/2021/04/podcast-image-01.png);
    background-size: cover;
    width: 4vw;
    position: absolute;
    height: 4vw;
    right: 0;
    background-repeat: no-repeat;
    bottom: .3vw;
    z-index: 1;
} */

.podcast-post-alm .post-read a {
        color: #E5A32C;
    background-color: #61CE7000;
    padding: 10px 0;
    font-family: "Poppins", Sans-serif;
    font-size: 1.042vw;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: underline;
    display: flex;
    align-items: center;
}


.podcast-post-alm .post-read img {
    margin-right: 10px;
    width: 7%;
}

.podcast-post-alm .post-content {
    padding: 1.5vw 0;
}

.podcast-post-alm .post-featured-img a img.logo {
    position: absolute;
    z-index: 1;
    width: 20%;
    margin: 1.5vw;
	display: none;
}

.podcast-post-alm .post-featured-img a img.featured {
    height: 25vw;
/*     border-radius: 0 30px; */
    position: relative;
    width: 25vw;
}

.podcast-post-alm .alm-btn-wrap {
    text-align: center;
}

.podcast-post-alm .alm-load-more-btn.more {
    color: #E5A32C;
    background-color: transparent;
    border: 2px solid #E5A32C;
    border-radius: 50px;
    padding: 1vw 3vw;
    font-size: 0.938vw;
    font-weight: bold;
    cursor: pointer;
    transition: .3s ease;
}

.podcast-post-alm .alm-load-more-btn.more:hover {
    background-color: #E5A32C;
    color: #fff;
}

.podcast-post-alm .alm-load-more-btn.more.done {
    display: none;
}

.podcast-post-alm .alm-btn-wrap {
    text-align: center;
    margin-top: 40px;
}



/* # Genesis Overwrite
---------------------------------------------------------------------------------------------------- */
.site-container {
	margin:0 auto;
	max-width:192rem;
	overflow:hidden;
	width:100%;
}
.site-header {
	display: none;
}
.footer-form #form-field-full_name {
    background: url(/wp-content/uploads/2018/07/icon-user.png) left center no-repeat;
    padding-left: 36px;
}
.footer-form #form-field-email {
    background: url(/wp-content/uploads/2018/07/icon-email.png) left center no-repeat;
    padding-left: 36px;
}
.footer-form #form-field-phone {
    background: url(/wp-content/uploads/2018/07/icon-phone.png) left center no-repeat;
    padding-left: 36px;
}


@media only screen and (min-width: 1025px) {
    .fluid-section .elementor-container {
        width: 80% ;
    }   
    .fluid-section .elementor-inner-section .elementor-container,
    .fluid-section .elementor-widget-popup .elementor-container {
        width: 100%;
    }
	
	.fluid-row .elementor-container {
        width: 70%;
    }   
    .fluid-row .elementor-inner-section .elementor-container,
    .fluid-row .elementor-widget-popup .elementor-container {
        width: 100%;
    }
}

/* # will apply this css starting 1024px and below
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {

}

@media (min-width: 768px) and (max-width: 1024px) {
  
	/* PODCAST STYLE CSS */

	/*PODCAST POST*/
	
	.podcast-post-alm .post-content {
    height: 38vw;
	}

	.podcast-post-alm .post-featured-img a img.featured {
		height: 30vw;
		width: 30vw;
	}

	.search-wrap .elementor-search-form__container {
		padding: 1vw 2vw;
	}

	.search-wrap input[type="search"] {
		font-size: 2vw;
	}

	.podcast-post-alm .post-featured-img {
		height: 30vw;
	}

	.podcast-post-alm .post-featured-img .post-featured-title {
		font-size: 1.7vw;
	}

	/*.podcast-post-alm .post-featured-img a {*/
	/*    border-radius: 0 50px 0 30px;*/
	/*    height: 14vw;*/
	/*}*/

	.podcast-post-alm .post-featured-img a:after {
		left: 2vw;
		bottom: 2vw;
	}

	.podcast-post-alm .post-featured-img a:before {
		bottom: .6vw;
	}

	.podcast-post-alm .post-featured-img a img.featured {
		height: 30vw;
/* 		border-radius: 0 15px; */
		width: 30vw;
	}

	.podcast-post-alm .post-featured-img .post-featured-episode {
		font-size: 1.5vw;
	}

	.podcast-post-alm .post-date-cat {
		font-size: 1.2vw;
	}

	.podcast-post-alm .post-title {
		font-size: 2.5vw;
	}

	.podcast-post-alm .post-excerpt {
		font-size: 1.8vw;
		color: #000;
	}

	.podcast-post-alm .post-excerpt p {
		margin: 0 0 10px 0;
	}

	.podcast-post-alm .post-read a {
		font-size: 1.8vw;
	}

	.podcast-post-alm .alm-load-more-btn.more {
		padding: 15px 50px;
		font-size: 2.5vw;
	}

	.podcast-post-alm .post-read img {
		margin-right: 10px;
		width: 10%;
	}

	/*PODCAST FEATURED*/

	.podcast-featured .post-featured-text {
		font-size: 3vw;
		margin-bottom: 20px;
	}

	.podcast-featured .post-excerpt {
		font-size: 2vw;
	}

	.podcast-featured .post-read a {
		font-size: 2vw;
	}

	.podcast-featured .post-featured-img .post-featured-episode {
		font-size: 1.5vw;
	}

	.podcast-featured .post-featured-img .post-featured-title {
		font-size: 1.7vw;
	}

	/*.podcast-featured .post-featured-img a {*/
	/*    height: 14vw;*/
	/*    border-radius: 0 50px 0 30px;*/
	/*}*/

	/*.podcast-featured .post-featured-img {*/
	/*    height: 32vw;*/
	/*    width: 32vw;*/
	/*}*/

	/*----------------*/

	.podcast-featured .post-featured-img a img.featured {
		height: 33vw;
/* 		border-radius: 0 15px; */
		width: 33vw;
	}

	.podcast-featured .post-featured-img a:after {
		left: 2vw;
		bottom: 2vw;
	}

	.podcast-featured .post-featured-img a:before {
		bottom: .7vw;
	}

	.podcast-featured-section:before {
		width: 20vw;
		height: 20vw;
		left: 3vw;
		bottom: 6vw;
/* 		border-radius: 0 0 0 30px; */
	}
    
}

@media (max-width: 767px) {
	body > div {
	   font-size: 16px;
	}
}


/* # will apply this css starting 1023px and below
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {
		body > div {
	   font-size: 16px;
	}
}

/* # Font Sizing
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:1600px) {
	html {
		font-size: 56.3%;
	}
}
@media only screen and (max-width:1023px) {
	br {
		display: none;
	}
}
@media only screen and (max-width:960px) {
	html {
		font-size: 50%;
	}
}

@media only screen and (max-width:768px) {
	
/* 	PODCAST STYLE CSS */
	.podcast-featured-section:before {
    bottom: 44vw;
	}
}

@media only screen and (max-width:767px) {
	.custom-header {
		position: static !important;
	}
	
/* 	PODCAST STYLE CSS */
	/*PODCAST POST*/
	
	.podcast-post-alm .post-content {
    height: 100%;
	}

	.podcast-post-alm .post-read {
		position: relative;
		bottom: 0;
		left: 0;
		text-align: left;
	}

	.podcast-post-alm .alm-reveal, .podcast-post-alm .post-wrapper {
		display: inline-grid;
		grid-template-columns: 1fr;
	}

	.podcast-post-alm .post-date-cat {
		font-size: 12px;
	}

	.podcast-post-alm .post-title {
		font-size: 22px;
	}

	.podcast-post-alm .post-excerpt {
		font-size: 16px;
		color: #000;
	}

	.podcast-post-alm .post-excerpt p {
		margin: 10px 0;
	}

	.podcast-post-alm .post-read a {
		font-size: 16px;
	}

	/*.podcast-post-alm .post-img a img {*/
	/*    height: 55vw;*/
	/*}*/

	.podcast-post-alm .post-box {
		margin-bottom: 30px;
	}

	.podcast-post-alm .alm-load-more-btn.more {
		padding: 20px 100px;
		font-size: 20px;
	}

	.podcast-post-alm .alm-btn-wrap {
		margin-top: 10px;
	}

	.podcast-post-alm .post-featured-img {
		height: 90vw;
	}

	/*.podcast-post-alm .post-featured-img a {*/
	/*    height: 50vw;*/
	/*    margin-right: 35%;*/
	/*    border-radius: 0 50px 0 30px;*/
	/*}*/

	.podcast-post-alm .post-featured-img .post-featured-title {
		font-size: 20px;
	}

	.podcast-post-alm .post-featured-img:before {
		width: 90px;
		height: 90px;
	}

	.podcast-post-alm .post-featured-img .post-featured-episode {
		font-size: 16px;
	}

	.podcast-post-alm .post-read img {
		width: 10%;
	}

	.podcast-post-alm .post-content {
		padding: 20px 0 0 0;
	}
	
	/*PODCAST FEATURED*/

	.podcast-featured .post-featured-text {
		font-size: 3vw;
		margin-bottom: 20px;
	}

	.podcast-featured .post-excerpt {
		font-size: 2vw;
	}

	.podcast-featured .post-read a {
		font-size: 2vw;
	}

	.podcast-featured .post-featured-img .post-featured-episode {
		font-size: 1.5vw;
	}

	.podcast-featured .post-featured-img .post-featured-title {
		font-size: 1.7vw;
	}

	.podcast-featured .post-featured-img a {
		height: 14vw;
/* 		border-radius: 0 50px 0 30px; */
	}

	.podcast-featured .post-featured-img {
		height: 32vw;
		width: 32vw;
	}

	.podcast-featured-section:before {
		width: 20vw;
		height: 20vw;
		left: 3vw;
		bottom: 3vw;
/* 		border-radius: 0 0 0 30px; */
	}

	.podcast-featured .post-box {
		display: block;
	}

	.podcast-featured .post-img {
		width: 100%;
	}

	.podcast-featured .post-featured-img {
		height: 70vw;
		width: 100%;
	}

	.podcast-featured .post-featured-img .post-featured-episode {
		font-size: 16px;
	}

	.podcast-featured .post-featured-img .post-featured-title {
		font-size: 18px;
	}

	/*.podcast-featured .post-featured-img a {*/
	/*    height: 40vw;*/
	/*    margin-right: 25%;*/
	/*    border-radius: 0 50px 0 30px;*/
	/*}*/

	.podcast-featured .post-featured-img:before {
		width: 50px;
		height: 50px;
	}

	.podcast-featured .post-content {
		width: 100%;
	}

	.podcast-featured .post-featured-text {
		font-size: 25px;
		margin: 20px 0;
	}

	.podcast-featured .post-excerpt {
		font-size: 16px;
	}

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

	.podcast-featured .post-read a {
		font-size: 16px;
		padding: 15px 70px;
	}

	.podcast-featured-section:before {
		display: none;
	}

	/*----------------*/

	.podcast-featured .post-featured-img a img.featured, .podcast-post-alm .post-featured-img a img.featured {
		height: 100%;
		width: 100%;
	}

	.podcast-featured .post-featured-img a, .podcast-post-alm .post-featured-img a {
		position: relative;
	}

	.podcast-featured .post-featured-img a:before, .podcast-post-alm .post-featured-img a:before {
		width: 20vw;
		height: 20vw;
		right: 0;
		bottom: 5px;
	}

	.podcast-featured .post-featured-img a:after, .podcast-post-alm .post-featured-img a:after {
		width: 40vw;
		height: 25vw;
		left: 5vw;
		bottom: 5vw;
	}
	
}

@media only screen and (max-width:568px) {

}
