/*
 Theme Name:     LetsTalkChildMinding Theme
 Theme URI:      https://www.boxcreative.ie/
 Description:    Divi Child Theme
 Author:         B[]X
 Author URI:     https://www.boxcreative.ie
 Template:       Divi
 Version:        5.9.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


/*@import url(http://fonts.googleapis.com/css?family=Didact+Gothic);*/
/*@import url("https://use.typekit.net/zgs0rse.css");*/



/* ************************************************************* */
/* setup */
/* ************************************************************* */
:root {
    /* Colors: */
    --default-color-white: #FFFFFF;
    --default-color-black: #000000;
    --default-color-red: #d21925;
    --default-color-yellow: #fdd617;
    --default-color-blue: #0875b8;
    --default-color-grey: #666666;
    --default-color-grey-dark: #333333;
    --default-color-grey-light: #f6f6f6;

    /* Font/text values */
    --default-font-family-opensans: 'Open Sans', sans-serif;; /* 100, 300, 500, 700, 900 */

    --default-font-style-normal: normal;
    --default-font-weight-normal: normal;
    --default-font-weight-bold: 700;
    --default-font-size: 18px;
    --default-line-height: 1.45em;
    --default-text-transform-uppercase: uppercase;

    /* Shape sizes */
    --size-container-maxwidth: 1600px;
    --size-radius-buttons: 3px;
    --size-radius-toggle: 5px;
    --size-pin-size-mobile: 84px;
}

/* ************************************************************* */
/* header */

html, body {
	/*background-color: #F5F5F3;*/
	/*font-family: 'Didact Gothic', sans-serif;*/
    font-size: var(--default-font-size);
}
body {
    /* fix for popups */
    padding-right: 0 !important;
    /* Body Copy */
    font-family: var(--default-font-family-opensans);
    font-style: normal;
    font-weight: var(--default-font-weight-normal);
    font-size: var(--default-font-size);
    line-height: var(--default-line-height);
}


a { color: var(--default-color-red); }
:root :where(a:where(:not(.wp-element-button))) { text-decoration: none; }

.hideme,
#main-header .hideme,
#main-content .hideme,
#main-footer .hideme { display: none; }

/*#page-container { overflow-x:hidden; }*/


.et_pb_section .color-white, .color-white { color: #ffffff; }
.et_pb_section .color-black, .color-black   { color: #000000; }
.et_pb_section .color-red, .color-red { color: var(--default-color-red); }

.et_pb_section .color-grey, .color-grey { color: var(--default-color-grey); }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--default-font-family-opensans);
    font-style: normal;
}

h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2em;
}
h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1em;
}
h3 {
    font-weight: 400;
    font-size: 27px;
    line-height: 1.2em;
}
h4 {
    font-weight: 300;
    font-size: 25px;
    line-height: 1.2em;
}
h5 {
    font-weight: 300;
    font-size: 23px;
    line-height: 1.3em;
}
h6 {
    font-weight: 300;
    font-size: 21px;
    line-height: 1.3em;
}

.et_pb_column_1_3 h1, .et_pb_column_1_4 h1, .et_pb_column_1_5 h1, .et_pb_column_1_6 h1, .et_pb_column_2_5 h1 { font-size: 46px; }
.et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2 { font-size: 30px; }
.et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 { font-size: 27px; }
.et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4 { font-size: 25px; }
.et_pb_column_1_3 h5, .et_pb_column_1_4 h5, .et_pb_column_1_5 h5, .et_pb_column_1_6 h5, .et_pb_column_2_5 h5 { font-size: 23px; }
.et_pb_column_1_3 h6, .et_pb_column_1_4 h6, .et_pb_column_1_5 h6, .et_pb_column_1_6 h6, .et_pb_column_2_5 h6 { font-size: 21px; }

.et_pb_text_inner h2,
.et_pb_text_inner h3,
.et_pb_text_inner h4,
.et_pb_text_inner h5,
.et_pb_text_inner h6
{ padding-bottom: 20px; }


@media only screen and ( min-width: 981px ) and ( max-width: 1199px ) {
    .et_pb_column_1_3 h1, .et_pb_column_1_4 h1, .et_pb_column_1_5 h1, .et_pb_column_1_6 h1, .et_pb_column_2_5 h1 { font-size: 44px; }
    .et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2 { font-size: 30px; }
    .et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 { font-size: 27px; }
    .et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4 { font-size: 25px; }
    .et_pb_column_1_3 h5, .et_pb_column_1_4 h5, .et_pb_column_1_5 h5, .et_pb_column_1_6 h5, .et_pb_column_2_5 h5 { font-size: 23px; }
    .et_pb_column_1_3 h6, .et_pb_column_1_4 h6, .et_pb_column_1_5 h6, .et_pb_column_1_6 h6, .et_pb_column_2_5 h6 { font-size: 21px; }
}


@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    h1 { font-size: 32px; }
    h2 { font-size: 24px; }
    h3 { font-size: 22px; }
    h4 { font-size: 20px; }
    h5 { font-size: 19px; }
    h6 { font-size: 18px; }

    .et_pb_column_1_3 h1, .et_pb_column_1_4 h1, .et_pb_column_1_5 h1, .et_pb_column_1_6 h1, .et_pb_column_2_5 h1 { font-size: 32px; }
    .et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2 { font-size: 24px; }
    .et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 { font-size: 22px; }
    .et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4 { font-size: 20px; }
    .et_pb_column_1_3 h5, .et_pb_column_1_4 h5, .et_pb_column_1_5 h5, .et_pb_column_1_6 h5, .et_pb_column_2_5 h5 { font-size: 19px; }
    .et_pb_column_1_3 h6, .et_pb_column_1_4 h6, .et_pb_column_1_5 h6, .et_pb_column_1_6 h6, .et_pb_column_2_5 h6 { font-size: 18px; }
    html, body {
        font-size: 17px;
    }
}
@media only screen and ( max-width: 767px ) {
    h1 { font-size: 36px; }
    h2 { font-size: 28px; }
    h3 { font-size: 26px; }
    h4 { font-size: 24px; }
    h5 { font-size: 22px; }
    h6 { font-size: 20px; }

    .et_pb_column_1_3 h1, .et_pb_column_1_4 h1, .et_pb_column_1_5 h1, .et_pb_column_1_6 h1, .et_pb_column_2_5 h1 { font-size: 36px; }
    .et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2 { font-size: 28px; }
    .et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 { font-size: 26px; }
    .et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4 { font-size: 24px; }
    .et_pb_column_1_3 h5, .et_pb_column_1_4 h5, .et_pb_column_1_5 h5, .et_pb_column_1_6 h5, .et_pb_column_2_5 h5 { font-size: 22px; }
    .et_pb_column_1_3 h6, .et_pb_column_1_4 h6, .et_pb_column_1_5 h6, .et_pb_column_1_6 h6, .et_pb_column_2_5 h6 { font-size: 20px; }
}




/* ------------------------------------------------------------------------ */
/* --------   Header and Navigation   ------------------------------------- */
/* ------------------------------------------------------------------------ */

#page-container .et_pb_row,
.et_pb_row { width: 88%; }
body .container { width: 88%; }

#main-header {}
#main-header > .container { width: 100%; max-width: 100%; }
.et_header_style_centered #main-header #logo { max-height: 100%; }

.et_header_style_centered #main-header div#et-top-navigation {
    width: 100%;
    background-color: var(--default-color-red);
    color: #fff;
    padding: 5px;
}

/* menu Desktop */
.et_header_style_centered #top-menu > li > a {
    padding: 3px 8px;
    /*text-transform: uppercase;*/
    color: var(--default-color-white);
    font-size: 18px;
    font-weight: bold;
}


@media only screen and ( min-width: 768px ) {
    .et_header_style_centered #page-container #main-header .logo_container {
        height: 200px;
        max-height: 200px;
        padding: 10px 10px;
    }
}
@media only screen and ( min-width: 1300px ) and ( max-width: 1499px ) {

}
@media only screen and ( min-width: 981px ) and ( max-width: 1299px ) {

}

@media only screen and ( min-width: 981px ) {
    #main-header > .container { width: 100%; max-width: 100%; }
    .et_header_style_centered #main-header #logo { max-height: 100%; }
}

@media only screen and ( max-width: 980px ) {
    .et_header_style_centered #main-header { padding: 10px 0 0; }
    .et_header_style_centered nav#top-menu-nav { display: block; }
    #top-menu { display: block; }
    #et_mobile_nav_menu { display: none; }

}
@media only screen and ( max-width: 767px ) {
    .et_header_style_centered #page-container #main-header .logo_container {
        height: 120px;
        max-height: 120px;
        padding: 10px 10px;
    }
}
@media only screen and ( max-width: 600px ) {

}



/* ------------------------------------------------------------------------ */
/* --------   buttons   ---------------------------------------------------- */
/* ------------------------------------------------------------------------ */

#main-content button.button.alt,
#page-container .gform_wrapper .gform_button,
#page-container .contact-form .gform_button,
#page-container .et_pb_button,
.et_pb_button {
    font-family: var(--default-font-family-opensans);
    font-size: 18px;
    line-height: 1.2em !important;
    font-weight: 600;
    padding: 0.2em 1em !important;
    background-color: var(--default-color-red);
    color: var(--default-color-white);
    border: 1px solid var(--default-color-red);
    border-radius: var(--size-radius-buttons);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    position: relative;
}
#main-content button.button.alt:hover,
#page-container .gform_wrapper .gform_button:hover,
#page-container .contact-form .gform_button:hover,
#page-container .et_pb_button:hover,
.et_pb_button:hover {
    padding: 0.2em 1em !important;
    background-color: var(--default-color-white);
    color: var(--default-color-red);
    border: 1px solid var(--default-color-red);
    text-decoration: none;
}
#page-container .et_pb_button.button-black,
.et_pb_button.button-black {
    background-color: var(--default-color-black);
    color: var(--default-color-yellow);
    border: 1px solid var(--default-color-black);
}
#page-container .et_pb_button.button-black:hover,
.et_pb_button.button-black:hover {
    background-color: var(--default-color-white);
    color: var(--default-color-black);
    border: 1px solid var(--default-color-black);
}
#page-container .et_pb_button.button-white,
.et_pb_button.button-white {
    background-color: var(--default-color-white);
    color: var(--default-color-red);
    border: 1px solid var(--default-color-white);
}
#page-container .et_pb_button.button-white:hover,
.et_pb_button.button-white:hover {
    background-color: var(--default-color-red);
    color: var(--default-color-white);
    border: 1px solid var(--default-color-white);
}
p .et_pb_button { display: inline-block; }

#page-container .section-hero .et_pb_button { font-size: 24px; }

@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    #main-content button.button.alt,
    #page-container .gform_wrapper .gform_button,
    #page-container .contact-form .gform_button,
    #page-container .et_pb_button,
    .et_pb_button {
        font-size: 16px;
    }
    #page-container .section-hero .et_pb_button { font-size: 20px; }

}

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

    #page-container .contact-form .gform_button,
    #page-container .et_pb_button,
    .et_pb_button { font-size: 18px; }

}





/* ------------------------------------------------------------------------ */
/* --------   Hero section   ------------------------------------- */
/* ------------------------------------------------------------------------ */



/* ------------------------------------------------------------------------ */
/* --------   Custom Sections   ------------------------------------- */
/* ------------------------------------------------------------------------ */

/* removing sidebar border */
#main-content .container::before { display: none; }

.inline-block-text { display: inline-block; }

.et_pb_row::after, .et_pb_row_inner::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 0;
}

/* Column with content vertically centered - in a row with equal columns */
@media only screen and ( min-width: 981px ) {
    .row-v-center {
        display: flex;
    }
    .row-v-center .et_pb_column,
    .column-v-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .et_pb_row::after,
    .et_pb_row_inner::after {
        /*content: "";*/
        /*display: block;*/
        /*clear: both;*/
        /*visibility: hidden;*/
        /*line-height: 0;*/
        /*height: 0;*/
        /*width: 0;*/
    }

    .mobile-only { display: none !important; }
    .row-custom-order { flex-direction: row; }
    .col_desktop_1 { order: 1; }
    .col_desktop_2 { order: 2; }
}

@media only screen and ( max-width: 980px ) {
    #main-content .et_pb_row.mobile-pull-right { display: flex; flex-direction: column; }
    #main-content .col_mobile_order1,
    .et-db #main-content #et-boc .et-l .col_mobile_order1,
    .et-db #main-content #et-boc .et-l .et_pb_row.mobile-pull-right .et_pb_column:nth-child(2),
    #main-content .et_pb_row.mobile-pull-right .et_pb_column:nth-child(2) { order: 1; margin-bottom: 30px; }
    #main-content.col_mobile_order2,
    .et-db #main-content #et-boc .et-l .col_mobile_order2,
    #main-content .et_pb_row.mobile-pull-right .et_pb_column:nth-child(1) { order: 2; margin-bottom: 0; }
    .desktop-only { display: none !important; }
}

.layout-columns2 {
    columns: 2;
    gap: 20px;
}
.layout-columns3 {
    columns: 3;
    gap: 20px;
}
@media only screen and ( max-width: 980px ) {
    .layout-columns2, .layout-columns3 { columns: 1; }
}



.larger-text p {
    font-size: 28px;
}
@media only screen and ( max-width: 767px ) {
    .larger-text { font-size: 24px; }
}

/* logos section */
#main-content .members-logos {}
#main-content .members-logos .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 100px 50px;
}
#main-content .members-logos .members-logo {
    margin: 0;
}
#main-content .members-logos .members-logo a {
    display: inline-block;
    transform: scale(1);
    transition: transform 0.2s ease-in-out;
}
#main-content .members-logos .members-logo a:hover {
    transform: scale(1.05);
}
#main-content .members-logos .members-logo a img {
    max-width: 100%;
    max-height: 100px;
    display: block;
}
@media (min-width: 981px) {
    #main-content .members-logos .members-logo { margin: 0; }
}
@media (max-width: 980px) {
    #main-content .members-logos .et_pb_column {
        gap: 40px 40px;
    }
    #main-content .members-logos .members-logo { margin: 0; }
}

.section-hero { }
.hero-text a { text-decoration: underline; }

.faq-group {}
.faq-group .et_pb_toggle {
    border: 3px solid var(--default-color-grey-light);
    padding: 0;
    background-color: #ffffff;
    border-radius: var(--size-radius-toggle);
}
.faq-group .et_pb_toggle .et_pb_toggle_title {
    color: var(--default-color-red);
    font-weight: 600;
    background-color: var(--default-color-grey-light);
    padding: 20px;
}
.faq-group .et_pb_toggle .et_pb_toggle_title::before {
    right: 20px;
    color: var(--default-color-red);
    font-size: 18px;
}
.faq-group .et_pb_toggle .et_pb_toggle_content {
    padding: 20px;
}



/* ------------------------------------------------------------------------ */
/* --------   Footer   ------------------------------------- */
/* ------------------------------------------------------------------------ */

#main-footer #footer-widgets { padding: 0; }
#main-footer #footer-widgets .footer-widget { margin: 0; }

#footer-bottom .container {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding-bottom: 30px;
}
#footer-bottom .partner-icons {
    order: 2;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}
#footer-bottom .partner-icons .et_pb_widget {
    float: none;
}
#footer-bottom .partner-icons .logo-group {
    gap: 20px;
}
#footer-bottom #footer-info {
    float: none;
    order: 1;
    flex-shrink: 0;
    flex-grow: 1;
    padding: 0;
}
#footer-bottom #footer-info a { font-weight: normal; }
#footer-bottom #footer-info .footer-link {
    display: inline-block;
}
#footer-bottom #footer-info .copy {}
#footer-bottom #footer-info .privacy {}
#footer-bottom #footer-info .author {}
#footer-bottom #footer-info .footer-link + .footer-link {
    border-left: 1px solid #666666;
    margin-left: 0.6em;
    padding-left: 0.6em;
}
@media (max-width: 1199px) {
    #footer-bottom .container { flex-wrap: wrap; gap: 30px; }
    #footer-bottom .partner-icons { order: 1; width: 100%; justify-content: center; }
    #footer-bottom #footer-info { order: 2; text-align: center; }
}
@media only screen and ( max-width: 767px ) {
    #footer-bottom .partner-icons .logo-group { flex-wrap: wrap; justify-content: center; }
}
@media only screen and ( max-width: 640px ) {
    #footer-bottom #footer-info .footer-link { width: 100%; margin-bottom: 0.6em; }
    #footer-bottom #footer-info .footer-link + .footer-link { border-left: none; margin: 0 0 0.6em 0; padding: 0; }
    #footer-bottom #footer-info .author a { border-top: 1px solid #f0f0f0; margin-top: 0.2em; padding: 0.3em 2em; display: inline-block; }
}

