/*
 Theme Name:   Get Recast
 Author:       Next Level
 Template:     astra
 Version:      1.0.1
*/

/* CAN'T FIND SOMETHING?
 * 
 * If it's not here, it's in
 * Appearance > Customizer > Custom CSS
 * */


/* TYPE
 * 
 *  */

@import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro:wght@400;700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;600;700&display=swap');*/

h1 { font-size: 1em; }
h2[style="font-size:48px"] {
    line-height: 1.15em;
}

@media ( min-width: 980px ) and ( max-width: 1300px ) {
	/*.home h1 { font-size: calc(3.5rem + 2vw) !important; }*/
}

@media only screen and (min-width:1201px) {
    .ast-author-bio {
        flex: unset;
    }
    .ast-author-avatar {
        margin-left: 40px;
    }
}
@media only screen and (max-width:1200px) {
    section.ast-author-box.ast-archive-description {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
}
@media only screen and (max-width:1024px){
    .single-post td[data-th=""]::before {
        opacity: 0;
    }

    .single-post table.bt tfoot th::before, .single-post table.bt tfoot td::before, .single-post .bt tbody td::before {
        width: 10em;
    }
    .single-post table.bt tbody td:nth-child(odd) {
        background-color: whitesmoke;


    }
    .single-post table tr {
        margin-bottom: 16px;
        display: block;
        border-top: 2px solid #e27c66;
        background-color: #fdfdfd;
    }
}
@media ( max-width: 979px ) {
/* 	h1 {font-size: calc(2.5rem + 0) !important;}
	h2 { font-size: calc(2.28em - .05vw) !important; }
	h3 { font-size: calc(1em + 1vw) !important; } */
}


@media ( max-width: 767px ) {
	.wp-block-categories-list.wp-block-categories .cat-item {
    width: 100%;
    max-width: 47%;
	margin-right: 5px !important;
    margin-left: 5px;
}
}

@media ( max-width: 600px ) {
/*     h1 { font-size: calc(2rem + 2.5vw) !important; } */
}

.edit-post-visual-editor__content-area > div {
    background-color: transparent !important;
}

.entry-content {
/*     break-word: none; */
}

a[href='#'] {
    /*cursor: default;*/
}

/* CONTACT PAGE 
 * 
 * */

/* contact form */

.cmApp_signupContainer.cmApp_embedded {
    max-width: 100% !important;
    margin: 0;
	padding: 0;
	width: 100%;
}

.cmApp_signupContainer.cmApp_embedded * {
    font-family: Oxygen !important;
}

.cmApp_signupContainer.cmApp_embedded div {
    margin-top: 2em;
}

.cmApp_signupContainer.cmApp_embedded input {
	padding: 1.5em !important;
}

.cmApp_signupContainer.cmApp_embedded input:not( [type="submit"] ) {
    border-radius: 15px;
    border: 2px solid var(--ast-global-color-1) !important;
    transition: border-radius .6s ease-in-out;
}

.cmApp_signupContainer.cmApp_embedded :focus-visible {
    border-radius: 50px !important;
    outline: none;
}

.cmApp_signupContainer.cmApp_embedded input[type="submit"] {
    font-family: Barlow !important;
    font-weight: 500;
    background: var(--ast-global-color-1) !important;
    padding: unset !important;

}

.cmApp_signupContainer.cmApp_embedded input[type="submit"]:hover {
    background: #e27c66 !important;
    border: unset;
    box-shadow: 0 5px 15px rgb(226 124 102 / 40%);
}

.site-content .astra-advanced-hook-219  {
	background: #faf8f4;
    padding: 64px 0px 0;
	margin-bottom:100px;
}
.site-content .astra-advanced-hook-219 .wp-block-columns{
	width: 100%;
	max-width:1200px;
	margin:0 auto;
}
#primary {
	margin:0 auto;
}

.site-content .ast-container {
    max-width: 100%;
    width: 100%;
}

.site-content .ast-container .site-main .ast-row{
	max-width:1200px;
	margin:0 auto;
}

#content h2:not(.entry-title) {
	font-family: 'Barlow', sans-serif !important;
	font-weight: 500;
}

.wp-block-search__button-outside {
	background: #fff;
    width: 100%;
    max-width: 825px;
    margin: 45px auto 0;
	padding: 18px;
	border-radius: 15px;
}

form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
    padding: 20px 25px;
	font-family: 'Barlow', sans-serif;
    border-radius: 15px;
    border: none;
    font-size: 16px;
	width: 100%;
    max-width: 575px;
}
}

form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input::placeholder{
	color:#000;
	font-weight:500;
}

form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:focus{
	outline:none;
}

.wp-block-group {
    padding: 56px 20px;
}

.wp-block-categories-list.wp-block-categories {
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-top: 70px;
    flex-wrap: wrap;
}

.wp-block-categories-list.wp-block-categories .cat-item {
    list-style-type: none;
    border: transparent;
    background: #ededed;
    border-radius: 10px;
    padding: 8px 15px;
    transition: .3s all ease-in-out;
    margin: 0 7px 14px;
}


.wp-block-categories-list.wp-block-categories .cat-item.current-cat,
.wp-block-categories-list.wp-block-categories .cat-item:hover {
	background: #e27c66;
    border-color: #e27c66;
} 

.wp-block-categories-list.wp-block-categories .cat-item:hover {
	box-shadow: none;
} 

.wp-block-categories-list.wp-block-categories .cat-item.current-cat a,
.wp-block-categories-list.wp-block-categories .cat-item:hover a {
	color:  white;
} 

.wp-block-categories-list.wp-block-categories .cat-item a {
    text-decoration: none;
    line-height: 18px;
    font-family: 'Barlow', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
} 
.wp-block-search__button.wp-element-button{
	width:100%;
	max-width:190px;
	border-radius:15px !important;
	background-color: #e27c66 !important;
}

.ast-pagination {
    margin-bottom: 100px;
}

.ast-archive-description {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
	background: #faf8f4;
    justify-content: center;
}

#primary .ast-archive-description .ast-archive-title {
    font-size: clamp(32px, 5vW, 50px) !important;
    font-weight: 500 ;
	padding: 64px 0 45px;
    text-align: center ;
}
.astra-advanced-hook-1281 {
	background: #faf8f4;
}
.astra-advanced-hook-1281  .wp-block-search__button-outside {
    margin: 0 auto;
}
.astra-advanced-hook-1281 .wp-block-categories-list.wp-block-categories {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
	padding-bottom: 25px;
}
.site-content .ast-container .site-main .ast-row {
    margin-top: 100px;
}
.not-found .page-content {
	text-align:center;
	padding: 50px 0px;
}

#content .ast-article-single {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
div#comment{
    display:none!important;
}

/* FB Custom Styles */

.resource-hero .uagb-columns__inner-wrap {
	padding-bottom: 0;
}

.resources_button-group {
	gap: 3em;
}

.resource-module .uagb-columns__inner-wrap {
	padding: 1.5em;
}

.resources_button-group {
	gap: 3em;
	margin-bottom: 5em;
}

.card-hover, .numback .uagb-ifb-desc {
  background-image: linear-gradient(hsl(14 53% 93% / 1),hsl(14 53% 93% / 1));
  background-size: 100% 0;
  background-repeat: no-repeat;
  transition: .4s;
}

.card-hover:hover, .numback .uagb-ifb-desc:hover {
  background-size: 100% 100%;
}

/* CTA Buttons */
#content .wp-block-buttons .wp-block-button a.has-ast-global-color-3-background-color {
    border-color: var(--ast-global-color-0);
	color: #2B2B2B !important;
}

#content .wp-block-buttons .wp-block-button a.has-ast-global-color-3-background-color:hover {
    border-color: var(--ast-global-color-0);
	color: #FAF8F4 !important;
}

/* Reduce space between headers and subheaders */
.benefits-column .wp-block-heading {
    margin-bottom: 0.25em !important;
}

/* Center Align Headshots - Home page */
figure.wp-block-image.aligncenter.size-full.is-resized.photo.center-align-img {
    margin: 2em auto !important;
}

.wp-block-themeisle-blocks-slider .glide__slides {
    animation: 30s load infinite linear !important;
}



@media only screen and (min-width: 768px) {
	
	/* Resource Center Main Page */
	.resource-hero .uagb-columns__inner-wrap {
		gap: 5em;
		padding: 3em 3em 0 3em;
	}

	.resource-module .uagb-columns__inner-wrap {
		gap: 5em;
		padding: 3em;
	}

	.resource-module .wp-block-uagb-columns {
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	}
}

@media only screen and (min-width: 1024px) {
	
	/* MMM Academy */
	.mmm-academy_hero .wp-block-video {
    	margin: auto;
    	width: 65%;
	}
	
	/* Add Column gap - Product Features */
	.column-gap-5 {
		column-gap: 5em;
	}
}
