/*
 Theme Name:   Course Material ET Theme
 Theme URI:    https://divi.space/css-course/
 Description:  Divi Child Theme for Transforming Divi with CSS and jQuery Course
 Author:       SJ James
 Author URI:   https://divi.space/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

#main-header .container {
    max-width: 1320px;
}

body {
    font-family: 'Poppins', sans-serif;
}

#page-container #top-menu a {
    color: #20292f;
    font-size: 15px;
    font-weight: 500;
}

#page-container #top-menu a:hover {
    opacity: 1;
}

#page-container #top-menu .header-cta a {
    background: #fff;
    padding: 10px 20px;
	padding-bottom: 10px;
    margin-top: -10px;
    border-radius: 20px;
    border: 2px solid #f92c8b;
    color: #f92c8b;
	/* Material Button Design */
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0);
    transition: all 0.3s cubic-bezier(.1,.8,.15,0.4);
}

#page-container #top-menu .header-cta a:hover {
    background: #f92c8b;
    color: #fff;
	/* Material Button Design */
    box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 6px 10px rgba(0,0,0,0.10);
	border: 2px solid #f92c8b;
}

#main-header {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mobile_menu_bar:before {
    color: #000;
}

.et_mobile_menu {
    border-top: 0;
}

.et_mobile_menu .header-cta a {
    background: #f92c8b;
    color: #fff;
    border-radius: 20px;
}

.et_mobile_menu a {
    color: #20292f;
    font-size: 15px;
    font-weight: 500;
    border-color: transparent;
    text-align: center;
}

.et-fixed-header #logo {
    opacity: 0;
}

#blog-section .et_pb_blog_grid .et_pb_post {
    border-color: transparent;
}

#blog-section .et_pb_blog_grid .et_pb_post img {
    transform: scale(1);
    transition: .5s ease all;
}

#blog-section .et_pb_blog_grid .et_pb_post:hover img {
    transform: scale(1.05);
}

#blog-section .more-link {
    color: #4843d2;
}

#expanding-sec {
    background: #4843d2;
    border-radius: 5px;
    transform: scale(0.9);
    transition: 0.5s ease-in-out transform;
}

#feat-sec {
    background-position: top;
}

#features {
    max-width: 980px;
}

#features .et_pb_column {
    background: #fff;
    box-shadow: 0 24px 28px rgba(0,0,0,0.10), 0 6px 50px rgba(0,0,0,0.05);
}

#features .et_pb_column:nth-child(1) {
    padding: 100px 40px;
}

#features .et_pb_column:nth-child(2) {
    margin-top: 50px;
    padding: 50px 40px;
    z-index: 1;
}

#footer-bottom {
    background: #010101;
}

#footer-info {
    text-align: center;
    width: 100%;
}

#footer-info, #footer-info a {
    color: #fff;
}

#footer-widgets .footer-widget a, #footer-widgets .footer-widget li a {
    color: #010101;
}

#footer-widgets .footer-widget li {
    padding-left: 0;
}

#footer-widgets .footer-widget li:before {
    display: none;
}

#main-content #features .et_pb_button {
    display: block;
    font-size: 18px;
    margin-top: 30px;
    padding: 14px;
    text-align: center;
}

#main-content #features .et_pb_column:nth-child(1) .et_pb_button:hover {
    background: #f92c8b;
}

#main-content #features .et_pb_column:nth-child(2) .et_pb_button {
    background: #4843d2;
}

#main-content #features .et_pb_column:nth-child(2) .et_pb_button:hover {
    background: #f92c8b;
}

#main-content .et_pb_button, #main-content .et_pb_more_button, #main-content .et_pb_newsletter_button, #main-content .et_pb_pricing_table_button, #main-content .et_pb_promo_button {
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    background: #f92c8b;
    border-color: transparent;
    border-radius: 30px;
    box-shadow: 0px 5px 20px #d6dee4;
    color: #fff;
    padding: 4px 20px;
    transition: all .5s ease;
}

#main-content .et_pb_button:hover, #main-content .et_pb_more_button:hover, #main-content .et_pb_newsletter_button:hover, #main-content .et_pb_pricing_table_button:hover, #main-content .et_pb_promo_button:hover {
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
    background: #4843d2;
    border-color: transparent;
    border-radius: 30px;
    box-shadow: 0px 10px 30px #aab9c3;
    color: #fff;
    padding: 4px 20px;
}

#main-footer {
    -moz-box-shadow: inset 0px 9px 30px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px 9px 30px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 9px 30px 0px rgba(0,0,0,0.1);
}

#main-footer .widget_media_image {
    display: block;
    width: 100%;
}

#main-footer .widget_media_image img {
    display: block;
    margin: 0 auto;
    max-width: 160px !important;
}

#main-footer .widget_nav_menu {
    text-align: center;
    width: 100%;
}

#page-header h1 {
    font-size: 50px;
    font-weight: 600;
}

#page-header p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 auto;
    max-width: 540px;
}

#services img {
    width: 100%;
}

.et_pb_button:hover:after, .et_pb_more_button:hover:after, .et_pb_newsletter_button:hover:after, .et_pb_pricing_table_button:hover:after, .et_pb_promo_button:hover:after {
    display: none;
}

.has-button .et_pb_column_1_2:first-of-type .et_pb_button {
    float: right;
}

body {
    color: #71818c;
}

h1 {
    color: #010101;
    line-height: 1.2em;
}

.single-post #sidebar {
    display: none;
}

@media  (min-width: 981px) {
  .single-post #main-content .container:before {    
    width: 0px;
  }
}

.single-post #left-area {
    width: 100%;
    padding-right: 0;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
    -webkit-box-shadow: -1px 0px 30px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 0px 30px 3px rgba(0,0,0,0.2);
    box-shadow: -1px 0px 30px 3px rgba(0,0,0,0.2);
}

.single-post #main-content {
    position: relative;
    background: #f1f1f1;
    overflow: hidden;
}

.single-post .entry-content {
    padding: 40px 40px 0 40px;
}

.single-post .et_post_meta_wrapper:last-of-type {
    padding: 40px;
}

.single-post .et_post_meta_wrapper:first-of-type img {
    border-radius: 8px 8px 0 0;
}

.single-post .entry-title {
    font-size: 4em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 40px;
}

.single-post .post-meta, .single-post .post-meta a {
    text-align: center;
    margin-bottom: 60px;
    color: #303030;
    font-size: 20px;
}

.single-post #main-footer {
    background: #f1f1f1;
    box-shadow: none;
}

.single-post #main-content:before {
    position: absolute;
    display: block;
    content: "";
    top: -10vw;
    left: -10vw;
    width: 120vw;
    height: 70vh;
    background: #fff;
    transform: rotate(-4deg);
}

#expanding-sec.grow {
    transform: scale(1);
    border-radius: 0;
}

#footer-widgets .et-social-icons {
    float: none;
    width: 202px;
    margin: 30px auto;
}

#page-container #main-header.attention #top-menu .header-cta a {
    background: #2cc2e6;
    border-color: #2cc2e6;
    color: #fff;
    animation: attention .6s ease-in-out;
}


@keyframes attention {
  0% {
    
    transform: scale(1);
  }
  50% {
    
    transform: scale(1.2);
  }
  100% {
    
    transform: scale(1);
  }
}

#main-footer #footer-widgets .footer-widget a, #main-footer #footer-widgets .footer-widget li a {
    color: #010101;
}

@media (max-width: 980px) {
.footer-widget:nth-child(n) {
    width: 100% !important;
}
  #features .et_pb_column:nth-child(1) {    
    padding: 50px 40px;
  }
}

@media screen and (min-width:767px) and (max-width: 980px) {
  .menu-main-container {    
    position: relative;    
    top: -70px;
  }
}

@media screen and (max-width:767px) {
	#page-header h1 {
    font-size: 36px;
}
	.single-post .entry-title {
    font-size: 2.6em;
 
   }
}

#mobile_menu.et_mobile_menu li.header-cta a:hover {
    background: #f92c8b;
    opacity: 1;
}
    

/* MODAL */
@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}



/**** [ CSS - MOBILE FIXED BAR ] ****/
#fixed-bar {
    bottom: 0;
    width: 100%;
    left: 0;
    position: fixed;
    vertical-align: middle;
    z-index: 99999;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

/* Row custom for mobile */
@media only screen and (max-width: 980px) {
    
	/** 6 Columns **/
	body .row_bar_custom.et_pb_gutters1>.et_pb_column.et_pb_column_1_6 {
        width: 16.66% !important;
		margin-bottom: 0px!important;
    }
	
	/** 5 Columns **/
	body .row_bar_custom.et_pb_gutters1>.et_pb_column.et_pb_column_1_5 {
        width: 20% !important;
		margin-bottom: 0px!important;
    }
	
	/** 4 Columns **/
	body .row_bar_custom.et_pb_gutters1>.et_pb_column.et_pb_column_1_4 {
        width: 25% !important;
		margin-bottom: 0px!important;
    }
	
	/** 3 Columns **/
	body .row_bar_custom.et_pb_gutters1>.et_pb_column.et_pb_column_1_3 {
        width: 33.33% !important;
		margin-bottom: 0px!important;
    }
	
	/** 2 Columns **/
	body .row_bar_custom.et_pb_gutters1>.et_pb_column.et_pb_column_1_2 {
        width: 50% !important;
		margin-bottom: 0px!important;
    }
	
	/** 1 Columns **/
	body .row_bar_custom.et_pb_gutters1>.et_pb_column.et_pb_column_1_1 {
        width: 100% !important;
		margin-bottom: 0px!important;
    }

    .row_bar_custom.et_pb_row {
        max-width: 100% !important;
        width: 100% !important;
    }

    #page-container {
        margin-bottom: 65.2px !important; /* Adjust based on height of your menu bar */
    }
}

@media (min-width: 980px) {
	body .row_bar_custom {
		display: none;
	}
}

body .free-header h1,
body .free-header h1 span,
body .free-header h2,
body .free-header h2 span,
body .free-header h3,
body .free-header h3 span,
body .free-header h4,
body .free-header h4 span,
body .free-header h5,
body .free-header h5 span,
body .free-header h6,
body .free-header h6 span {
    font-size: 18px !important;
    color: #333;
    border-bottom: 2px solid #ec0e0e !important;
    margin-bottom: -1px !important;
    padding-bottom: 6px !important
}

body .free-header .et_pb_promo_description {
    display: inline-block !important;
    padding-bottom: 0 !important;
}

body .free-header {
    text-align: left !important;
    border-bottom: 1px solid #d7d7d7 !important
}

body .free-header.et_pb_promo {
    margin-bottom: 31px !important
}

body .free-header .et_pb_button_wrapper {
    float: right !important
}

body .free-header .et_pb_promo_button.et_pb_button {
    color: #b6b6b6 !important;
    background: 0 0 !important;
    border: 0 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 5px 3px 5px 12px !important;
	box-shadow:none!important;
	border-radius: 0px!important;
}

body .free-header .et_pb_promo_button.et_pb_button:hover {
    color: #151515 !important
}

body .free-header .et_pb_promo_button.et_pb_button:after {
    display: none !important
}

/** [ VERTICAL CENTER ALIGN ] **/
.vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/** [ BOTTOM ALIGN ] **/
.bottom-align {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/** [ TOP ALIGN ] **/
.top-align {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

ol.EnlighterJS {
	margin-bottom: 0px!important;
}

.flat{
	padding-left: 1px;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
	background-color: #efefef;
}


/*** AEO Testimonials ***/
.aeo_cards__content {
    color: var(--black);
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 8%;
}

.aeo_cards__name,
.aeo_cards__content {
    font-family: var(--sailec);
    font-weight: 400;
}

.aeo_cards__name,
.aeo_cards__subhead {
    color: var(--blue);
}

.aeo_cards__name {
    font-size: 20px;
    padding-bottom: 4px;
}
.aeo_cards__subhead {
    font-family: var(--din);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.aeo_cards__image--wrap {
	padding-top: 100%;
    display: block;
    position: relative;
	box-shadow: -18px 18px 0px 0px var(--lagoon);
}

.aeo_cards__image--wrap .aeo_cards__image--img {
	position: absolute;
    height: 100%;
    width: 100%!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

/* Slider */
.slick-slider{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;position:relative;display:block;box-sizing:border-box}.slick-list.draggable{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;-webkit-touch-callout:text;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: var(--red);
    border-radius: 50%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: var(--red);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: .25;
    background: var(--red);
}

.slick-prev:before,
.slick-next:before {
    font-family: aeolidia;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0px;
    transform: scaleX(-1) translateY(-50%);
}

.slick-next {
    right: 0px;
}

.slick-prev:before,
.slick-next:before {
    content: '\E800';
}

.aeo_cards--slider.slick-slider {
    padding: 20px 0px 0px 60px;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Quotes' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45.89 32.57' style='enable-background:new 0 0 45.89 32.57;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .quote1%7Bfill:%23F8C03F;%7D%0A%3C/style%3E%3Cpath class='quote1' d='M44.94,3.96c-4.08,1.77-6.7,4.62-7.48,9.05c0.52,0.14,1.01,0.24,1.47,0.4c3.96,1.38,6.37,4.15,6.88,8.28 c0.7,5.71-2.95,9.68-7.73,10.65c-5.64,1.15-10.62-2.18-11.95-8.02c-1.13-4.93-0.2-9.58,2.24-13.91c3.16-5.62,8.01-9,14.29-10.37 c0.16-0.03,0.45,0.02,0.5,0.12C43.76,1.4,44.33,2.66,44.94,3.96z'/%3E%3Cpath class='quote1' d='M19.24,3.95c-4.03,1.76-6.71,4.58-7.46,9.06c0.36,0.09,0.65,0.17,0.95,0.25c4.02,1.17,6.58,3.8,7.31,7.9 c0.98,5.47-2.27,10.1-7.73,11.18c-3.46,0.69-6.52-0.17-9.03-2.66c-1.71-1.69-2.63-3.83-3.02-6.19C-1.39,13.72,4.89,3.31,15.47,0.39 c0.53-0.15,1.07-0.28,1.61-0.38c0.12-0.02,0.35,0.05,0.39,0.15C18.07,1.4,18.65,2.66,19.24,3.95z'/%3E%3C/svg%3E%0A");
    background-position: 0px 0px;
    background-size: 40px;
    background-repeat: no-repeat;
}

.aeo_cards--image-slider.slick-slider {
	padding: 0px 50px 20px;
	width: 90%;
	margin-left: auto;
}

.aeo_cards--image-slider.slick-initialized .slick-slide {
    padding: 0px 0px 20px 20px;
}