/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

#main-content {
    background: none !important;
}

.home #main-content .container {
    display: none;
}

.home article#post-36 {
    display: none;
}
/* ==================================================== */
/* Mobile Header Background Color
/* ==================================================== */

@media only screen and (max-width: 980px) {
	#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {
		background-color: #26275f !important;
	}
}

/* ==================================================== */
/* Homepage Episodes Styles
/* ==================================================== */

.top-wrap {
    width: 100%;
    margin: 0 35px;
}

.top-wrap {
    width: 100%;
    margin: 0 35px;
}

.et_pb_row.homepage-episode {
    padding-top: 65px;
}

.latest-title, h2.archive-title {
	color: #26275f;
}

.et_pb_row.homepage-episode {
    width: 33%;
    display: flex;
    padding: 35px!important;
    flex-direction: column;
    justify-content: start;
    margin: 0;
    flex: 0 1 auto;
}

@media (max-width: 1350px) {
	.et_pb_row.homepage-episode {
    	width: 50%;
	}
}

@media (max-width: 768px) {
	.et_pb_row.homepage-episode {
    	width: 100%;
	}
}

.et_pb_row.homepage-episode > * {
    width: 100%;
}

h2.desktop.archive-title {
    font-size: 30px;
}

.episodes-row {
    display: flex;
    flex-wrap: wrap;
    max-width: 2240px;
    margin: 65px auto 0;
}

.et_pb_row.paginate {
    margin-bottom: 65px;
}

.embed-container {
    min-height: 182px;
}

@media (max-width: 980px) {
	.et_pb_row.homepage-episode .et_pb_column {
		margin-bottom: 0;
		font-size: 14px;
	}
}

/* ==================================================== */
/* Single Episodes Styles
/* ==================================================== */

.single-episode {
	padding: 65px 0;
}

.single-post div#main-content {
    min-height: calc(100vh - 209px);
}

/* ==================================================== */
/* Pagination
/* ==================================================== */

nav.pagination {
    text-align: center;
}

a.page-numbers {
    background: #838ac4;
    color: #FFF;
    font-weight: 700;
    padding: 10px 15px;
    margin: 0 0 0 5px;
}

.pagination span.current {
    padding: 10px 15px;
    background: #ecebf0;
    font-weight: 700;
    color: #838ac4;
}

/* ==================================================== */
/* Category View
/* ==================================================== */

h2.pt-cv-title {
    font-weight: 700 !important;
}

.pt-cv-ctf-value {
    width: 100%;
    min-height: 250px;
}

.pt-cv-ctf-value iframe {
    min-height: 250px;
}

a._self.pt-cv-readmore.btn.btn-success.cvplbd {
    background: #838ac4;
    color: #FFF;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 2.5em;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid #838ac4;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.25s ease;
    margin-top: 25px;
}

a._self.pt-cv-readmore.btn.btn-success.cvplbd:hover, a._self.pt-cv-readmore.btn.btn-success.cvplbd:focus {
    color: #838ac4;
    background: #FFF;
}

/* ==================================================== */
/* Full-width Buttons
/* ==================================================== */

.full-width-btn {
	width: 100%;
	text-align: center;
}

a.button {
    background: #838ac4;
    color: #FFF;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 2.5em;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #838ac4;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 1.5vmin;
    transition: all 0.25s ease;
}

a.button:hover, a.button:focus {
    color: #838ac4;
    background: #FFF;
}

a.button.apple-btn {
	background: #111111;
	border-color: #111111;
}

a.button.apple-btn:hover, a.button.apple-btn:focus {
	color: #111111;
	background: #FFF !important;
}

a.button.facebook-btn {
	background: #3b5998;
	border-color: #3b5998;
}

a.button.facebook-btn:hover, a.button.facebook-btn:focus {
	color: #3b5998;
	background: #FFF !important;
}

a.button.youtube-btn {
	background: #c4302b;
	border-color: #c4302b;
}

a.button.youtube-btn:hover, a.button.youtube-btn:focus {
	color: #c4302b;
	background: #FFF !important;
}

@media (max-width: 980px) {
	a.button {
		font-size: 18px;
	}
}

/* ==================================================== */
/* Footer
/* ==================================================== */

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

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
    margin-bottom: 0px;
}

/* ==================================================== */
/* Gravity Forms
/* ==================================================== */

div#popmake-205 {
    padding: 0;
}

.pum-content.popmake-content {
    padding-bottom: 20px;
    text-align: center;
}

.popmake-content > *:not(:first-child) {
 	padding-left: 20px;
	padding-right: 20px;
}

.popmake-content > *:first-child {
	position: relative;
}

.popmake-content>*:first-child:after {
    position: absolute;
    bottom: 22px;
    Left: 0;
    right: 0;
    content: " ";
    display: block;
    background: url(/wp-content/themes/Divi-Child/bottom-divider.svg);
    width: 100%;
    height: 30px;
}

.popmake-content h2 {
    color: #26275f;
    text-align: center;
}

.pum-theme-196 .pum-content, .pum-theme-lightbox .pum-content {
    font-weight: 400 !important;
}

.gform_wrapper input {
    height: 50px;
    padding: 15px !important;
    border-radius: 3px;
}

#gform_submit_button_1 {
    background: #838ac4;
    padding: 0.3em 1em!important;
    color: #ecebf0;
	min-width: 200px;
	transition: all 300ms ease 0ms;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-size: 20px;
	border: 2px solid #838ac4;
    border-radius: 3px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 700;
}

#gform_submit_button_1:hover, #gform_submit_button_1:active, #gform_submit_button_1:focus {
    color: #838ac4!important;
    background-image: initial!important;
    background-color: #ecebf0!important;
}

.gform_footer.top_label {
    text-align: center;
}

div#gform_confirmation_message_1 {
    font-weight: 400;
    margin-bottom: 20px;
}

/* End Gravity Forms */

/* ==================================================== */
/* Episode Titles
/* ==================================================== */

h3.desktop.latest-title, h2.desktop.archive-title, h1.desktop.latest-title {
        display: none;
}

@media (min-width: 981px) {
    h3.mobile.latest-title, h2.mobile.archive-title, h1.mobile.latest-title {
        display: none;
    }
    h3.desktop.latest-title, h2.desktop.archive-title, h1.desktop.latest-title {
        display: block;
    }
}