/*
 Theme Name:   Hello Elementor Child
 Description:  Child theme for Hello Elementor
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

/* Your custom styles go below */


.elementor-widget-text-editor p{
	margin-bottom: 0!important
}


/* =========================================
   HOME LINK AND LOGO DISPLAY
   ========================================= */


.home .home-link{
	display: none!important;
}


/* =========================================
   GRAVITY FORMS #1 — CUSTOM DARK STYLE
   ========================================= */

#gform_wrapper_1 {
    --gf-ctrl-border-color: #444 !important;
    --gf-color-in-ctrl: #000 !important;
    --gf-ctrl-label-color-primary: #fff !important;
    --gf-radius: 5px !important;
}

.gform_required_legend{
	display: none;
}
#gform_1 .gform-body div,
#gform_1 .gform-body h1,
#gform_1 .gform-body h2,
#gform_1 .gform-body h3,
#gform_1 .gform-body h4,
#gform_1 .gform-body h5,
#gform_1 .gform-body h6,
#gform_1 .gform-body p{
	color: #fff!important;
}
.gform-body p,
.gform-body div{
	font-size: 14px!important;
}
/* =========================================
   FIELDS
   ========================================= */
#gform_wrapper_1 .ginput_container textarea{
	margin: 0 !important;
    padding: 19px !important;
	font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 400 !important;
	color:#fff;
	box-shadow: none !important;
    outline: none !important;
}
#gform_wrapper_1 .ginput_container input[type="text"],
#gform_wrapper_1 .ginput_container input[type="email"],
#gform_wrapper_1 .ginput_container select {
    box-sizing: border-box !important;

    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;

    margin: 0 !important;
    padding: 0 19px !important;

    background-color: #000 !important;
    background-image: none !important;

    border: 1px solid #444 !important;
    border-radius: 5px !important;

    color: #fff !important;

    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 56px !important;

    box-shadow: none !important;
    outline: none !important;
}


/* =========================================
   PLACEHOLDER
   ========================================= */
#gform_wrapper_1 textarea::placeholder,
#gform_wrapper_1 input::placeholder {
    color: #d8d8d8 !important;
    opacity: 1 !important;
	line-height: 1.5;
}


/* =========================================
   SELECT
   ========================================= */

#gform_wrapper_1 select.gfield_select {
    appearance: none !important;
    -webkit-appearance: none !important;

    padding-right: 50px !important;

    color: #d8d8d8 !important;

    background-color: #000 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%23ffffff' stroke-width='1.5'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
    background-size: 14px 8px !important;
}

#gform_wrapper_1 select.gfield_select option {
    background: #000 !important;
    color: #fff !important;
}


/* =========================================
   FOCUS
   ========================================= */

#gform_wrapper_1 .ginput_container input:focus,
#gform_wrapper_1 .ginput_container select:focus {
    border-color: #777 !important;
    background-color: #000 !important;
    color: #fff !important;

    outline: none !important;
    box-shadow: none !important;
}
#gform_1 .ginput_container.ginput_container_radio label{
	color:#fff;
}
#gform_1 .ginput_container.ginput_container_radio {
	cursor: pointer;
}
#gform_1 .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{
	background-color:#fff!important;
}
/* =========================================
   FIELD SPACING
   ========================================= */

#gform_wrapper_1 .gform_fields {
    column-gap: 20px !important;
    row-gap: 20px !important;
}

#gform_wrapper_1 .gfield {
    margin: 0 !important;
}


/* =========================================
   SUBMIT BUTTON
   ========================================= */
.question-form .gform_button,
#gform_wrapper_1 #gform_submit_button_1 {
    box-sizing: border-box !important;

    width: 173px !important;
    height: 57px !important;
    min-height: 57px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #fff !important;

    border: 1px solid #fff !important;
    border-radius: 5px !important;

    color: #000 !important;

    font-family: inherit !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 57px !important;
    text-align: center !important;

    cursor: pointer !important;

    box-shadow: none !important;
    text-shadow: none !important;
}


/* Button hover */

#gform_wrapper_1 #gform_submit_button_1:hover {
    background: #e8e8e8 !important;
    border-color: #e8e8e8 !important;
    color: #000 !important;
}




/* =========================================
   FOOTER
   ========================================= */

#gform_wrapper_1 .gform-footer {
    margin-top: 25px !important;
    padding: 0 !important;
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    #gform_wrapper_1 .gform_fields {
        column-gap: 16px !important;
        row-gap: 16px !important;
    }

    #gform_wrapper_1 #gform_submit_button_1 {
        width: 173px !important;
    }
}



.latest-episodes [data-elementor-type="loop-item"]:first-of-type{
	margin-bottom: 28px;
	padding-bottom: 27px;
	border-bottom: 1px solid rgba(227, 227, 227, 1);
}


/* =========================================
   GRAVITY FORMS #3 — CUSTOM LIGHT STYLE
   ========================================= */

#gform_wrapper_3 {
    --gf-ctrl-border-color: #ccc !important;
    --gf-color-in-ctrl: #fff !important;
    --gf-ctrl-label-color-primary: #000 !important;
    --gf-radius: 5px !important;
}

.gform_required_legend {
    display: none;
}

#gform_3 .gform-body div,
#gform_3 .gform-body h1,
#gform_3 .gform-body h2,
#gform_3 .gform-body h3,
#gform_3 .gform-body h4,
#gform_3 .gform-body h5,
#gform_3 .gform-body h6,
#gform_3 .gform-body p {
    color: #000 !important;
}

.gform-body p,
.gform-body div {
    font-size: 14px !important;
}

/* =========================================
   FIELDS
   ========================================= */
#gform_wrapper_3 .ginput_container textarea {
    margin: 0 !important;
    padding: 19px !important;
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000;
    box-shadow: none !important;
    outline: none !important;
}

#gform_wrapper_3 .ginput_container input[type="text"],
#gform_wrapper_3 .ginput_container input[type="email"],
#gform_wrapper_3 .ginput_container select {
    box-sizing: border-box !important;

    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;

    margin: 0 !important;
    padding: 0 19px !important;

    background-color: #fff !important;
    background-image: none !important;

    border: 1px solid #ccc !important;
    border-radius: 5px !important;

    color: #000 !important;

    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 56px !important;

    box-shadow: none !important;
    outline: none !important;
}
#label_3_4_4 {
	transform: translateX(-80px);
}

/* =========================================
   PLACEHOLDER
   ========================================= */
#gform_wrapper_3 textarea::placeholder,
#gform_wrapper_3 input::placeholder {
    color: #555 !important;
    opacity: 1 !important;
    line-height: 1.5;
}

/* =========================================
   SELECT
   ========================================= */
#gform_wrapper_3 select.gfield_select {
    appearance: none !important;
    -webkit-appearance: none !important;

    padding-right: 50px !important;

    color: #333 !important;

    background-color: #fff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%23000000' stroke-width='1.5'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
    background-size: 14px 8px !important;
}

#gform_wrapper_3 select.gfield_select option {
    background: #fff !important;
    color: #000 !important;
}

/* =========================================
   FOCUS
   ========================================= */
#gform_wrapper_3 .ginput_container input:focus,
#gform_wrapper_3 .ginput_container select:focus {
    border-color: #888 !important;
    background-color: #fff !important;
    color: #000 !important;

    outline: none !important;
    box-shadow: none !important;
}

#gform_3 .ginput_container.ginput_container_radio label {
    color: #000;
}

#gform_3 .ginput_container.ginput_container_radio {
    cursor: pointer;
}

#gform_3 .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    background-color: #000 !important;
}

/* =========================================
   FIELD SPACING
   ========================================= */
#gform_wrapper_3 .gform_fields {
    column-gap: 20px !important;
    row-gap: 20px !important;
}

#gform_wrapper_3 .gfield {
    margin: 0 !important;
}

/* =========================================
   SUBMIT BUTTON
   ========================================= */
.question-form .gform_button,
#gform_wrapper_3 #gform_submit_button_3 {
    box-sizing: border-box !important;

    width: 173px !important;
    height: 57px !important;
    min-height: 57px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #000 !important;

    border: 1px solid #000 !important;
    border-radius: 5px !important;

    color: #fff !important;

    font-family: inherit !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 57px !important;
    text-align: center !important;

    cursor: pointer !important;

    box-shadow: none !important;
    text-shadow: none !important;
}

/* Button hover */
#gform_wrapper_3 #gform_submit_button_3:hover {
    background: #222 !important;
    border-color: #222 !important;
    color: #fff !important;
}



.questions-button,
.notes-button,
.resources-button,
.transcript-button{
	cursor:pointer;
}

.resources-content a{
	text-decoration:underline!important;
}
.resources-content a:hover{
	
}
.questions-button.open a,
.notes-button.open a,
.resources-button.open a,
.transcript-button.open a{
	background-color:#e6e6e6!important
}
.questions-content,
.notes-content,
.resources-content,
.transcript-content{
	display: none!important;
}
.questions-content.active,
.notes-content.active,
.resources-content.active,
.transcript-content.active{
	display: flex!important;
	flex-direction:column;
}
.resources-content p,
.resources-content li,
.transcript-content p{
	margin-bottom: 10px!important;
	line-height: 1.5!important;
}



/* comments */
.comments-area .title-comments,
.comment-reply-title{
	font-size: 18px!important;
	margin-right: 15px;
}

.form-submit input[type="submit"]{
	color:#fff;
	background-color:#000;
	border-color:#000;
	border-radius:5px;
}

.form-submit input[type="submit"]:hover{
	opacity:0.8!important;
}

#comments ol.comment-list .children:before{
	display:none
}



/* featured episodes */
@media screen and (max-width: 768px){
	.featured-episodes .e-loop-item:nth-of-type(2),
	.featured-episodes .e-loop-item:nth-of-type(3){
		display: none!important;
	}
}


.search-results article{
	padding:25px;
	margin-bottom: 20px;
	border-radius: 15px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
}
.search-results article .entry-title {
	font-size: clamp(18px, 5vw, 24px)!important;
	line-height:1.2!important;
}

@media screen and (max-width:576px){
	.search-results article{
		padding:15px;
	}
}



.episode .elementor-widget-text-editor p{
	margin-bottom: 10px!important;
}


/* episode template */
.question-form .gform_fields{
	row-gap:20px!important;
}
.question-form  .gform-field-label{
	color:#000!important;
}
.question-form .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{
	background-color: #000!important;
}

.question-form .gform_button{
    background: #000 !important;
    color: #fff !important;

}
.question-form .gform_button:hover{
	opacity:0.8!importnant;
}






.hero-section{
	overflow: hidden!important;
}

/* =========================================
  SITE FOOTER
   ========================================= */
.footer-copyright a {
    color: #f3f3f3 !important;
    text-decoration: underline !important;
	transition: 0.5s;
}
.footer-copyright a:hover {
    color: #f5f5f5;
    text-decoration: none;
}