/*
Theme Name: Brooklyn Child
Theme URI: https://www.unitedthemes.com/brooklyn
Template: brooklyn
Author: United Themes
Author URI: https://www.unitedthemes.com
Description: Multi-Purpose Theme
Tags: custom-header,full-width-template,theme-options,translation-ready
Version: 4.9.7.5.1674755208
Updated: 2023-01-26 17:46:48

*/
/******** Smile Together Hollywood *******/
/******** General Styles *******/
:root{
    --primary: #d59f90;
    --aux-color : #e2b8ac;
    --light: #fff;
    --dark: #100300;
    --grey: #979797;
    --success: #95d590;
    --error: #cf5e3e;
    --second-aux-color: #003C5B;
}

#main-content .salmon{
    color: var(--primary);
}

#main-content .light-salmon{
    color: var(--aux-color);
}

#main-content .grey{
    color: var(--grey);
}

#main-content .blue{
    color: var(--second-aux-color);
}

#main-content .white, #ut-custom-hero .white{
    color: var(--light);
}

#main-content .black{
    color: var(--dark);
}

#main-content .grey-bkg{
    background-color: var(--grey);
}

#main-content .white-bkg{
    background-color: var(--light);
}

#main-content .salmon-bkg{
    background-color: var(--primary);
}

#main-content .black-bkg{
    background-color: var(--dark);
}

#main-content a.btn-1, 
footer #text-2 input[type="submit"].btn-1,
#ut-custom-hero a.btn-1{
    color: var(--light);
    padding: 16px 32px;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    line-height: 1.1em;
    border: 1px solid transparent;
    font-weight: 400;
}

#main-content a.btn-1.salmon, footer #text-2 input[type="submit"].btn-1.salmon,  #ut-custom-hero a.btn-1.salmon{
    background-color: var(--primary);
}

#main-content a.btn-1.grey, #ut-custom-hero a.btn-1.grey{
    background-color: var(--grey);
}

#main-content a.btn-1.blue, #ut-custom-hero a.btn-1.blue{
    background-color: var(--second-aux-color);
}

#main-content a.btn-1.blue:hover{
    background: var(--light);
    color: var(--second-aux-color);
    border: 1px solid var(--second-aux-color);
}

#main-content a.btn-1.salmon:hover, 
footer #text-2 input[type="submit"].btn-1.salmon:hover,
#ut-custom-hero a.btn-1.salmon:hover{
    background: var(--light);
    color: var(--primary);
    border: 1px solid var(--primary);
}

#main-content a.btn-1.grey:hover, #ut-custom-hero a.btn-1.grey:hover{
    background: var(--light);
    color: var(--grey);
    border: 1px solid var(--grey);
}

#main-content .center, .footer .center, #ut-custom-hero .center{
    text-align: center;
}

#main-content .border-radius-3{
    border-radius: 3px;
}

#main-content .border-radius-6, #ut-custom-hero .border-radius-6{
    border-radius: 6px;
}

#main-content .flex, footer .flex{
    display: flex;
}

#main-content .border-green-1px{
    border: 1px solid var(--primary);
}

.salmon-33-bkg{
    /*Background color var(--primary) at 33% of opacity*/
    background-color: rgba(213, 159, 144, 0.33);
}

.light-salmon-33-bkg{
    /*Background-color: var(--aux-color) at 33% of opacity*/
    background-color: rgba(226, 184, 172, 0.33)
}

.salmon-20-bkg{
    /*Background-color: var(--aux-color) at 20% of opacity*/
    background-color: rgba(213, 159, 144, 0.20);
}

.light-salmon-20-bkg{
    /*Background color var(--aux-color) at 20% of opacity*/
    background-color: rgba(226, 184, 172, 0.2)
}

.black-20-bkg{
    /*Background color var(--dark) at 20% of opacity*/
    background-color: rgba(0, 26, 17, 0.2);
}

.grey-20-bkg{
    /*Background color var(--second-aux-color) at 20% of opacity*/
    background-color: rgba(151, 151, 151, 0.2)
}

#main-content .shadow-box-1, footer .shadow-box-1{
    box-shadow: -3px 3px 12px rgba(0,0,0,0.4);
}

.relative{
    position: relative;
}

.absolute{
    position: absolute;
}



/*************************** Fonts ****************************/

#main-content h2 span.sub, #main-content p.h2-sub, #ut-custom-hero p.h2-sub{
    font-size: 32px;
    font-family: 'Urbanist', sans-serif;
    line-height: 1.1em;
}

#main-content .font-urbanist{
    font-family: 'Urbanist', sans-serif;
}

#main-content p.font-16px, #main-content .font-16px{
    font-size: 16px;
    line-height: 1.1em;
}

#main-content p.font-24px, #main-content .font-24px{
    font-size: 24px;
    line-height: 1.1em;
}

#main-content p.font-32px, #main-content .font-32px, #ut-custom-hero .font-32px{
    font-size: 32px;
    line-height: 1.1em;
}

#main-content .semibold{
    font-weight: 600;
}


/**********************Padding and margin **********************/
#main-content .entry-content section {
    padding-top: 120px;
    padding-bottom: 80px;
}

#main-content .entry-content .padding-top-80{
    padding-top:80px;
}

#main-content .margin-bottom-16, #ut-custom-hero .margin-bottom-16{
    margin-bottom: 16px;
}

#main-content .margin-bottom-8{
    margin-bottom: 8px;
}

#main-content .margin-bottom-24, #ut-custom-hero .margin-bottom-24{
    margin-bottom: 24px;
}

#main-content .margin-bottom-40{
    margin-bottom: 40px;
}

#main-content .margin-bottom-32, #ut-custom-hero .margin-bottom-32{
    margin-bottom: 32px;
}

#main-content .margin-bottom-0, #ut-custom-hero .margin-bottom-0{
    margin-bottom: 0;
}

#main-content .padding-24{
    padding: 24px;
}

#main-content .vertical-padding-80{
    padding-top: 80px;
    padding-bottom: 80px;
}




/********************** Pop ups **********************/
.pop-up-container {
    position: fixed;
    inset: 0;
    z-index: 10;
    background-color: rgba(0,0,0,0.4);
    display: none;
}

.pop-up-container .pop-up {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    padding: 20px 40px;
    background-color: #f9f9f9;
    max-width: 1300px;
    margin: auto;
    border-radius: 10px;
    position: relative;
    top: 50vh;
    transform: translateY(-40%);
}

.pop-up .close{
    font-size: 20px;
    font-weight: 700;
    padding: 5px 7px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 3px 6px rgba(0,0,0,0.4);
    position: absolute;
    top: 20px;
    right: 14px;
    color: #d8541e;
    cursor: pointer;
}

.pop-up .wpcf7 p input, .pop-up .wpcf7 p textarea {
    border-radius: 3px;
    box-shadow: 3px 3px 6px rgba(0,0,0, 0.4);
    border: none;
    font-size: 20px;
    color: #001A11;
    font-family: 'Urbanist';
    padding: 16px 40px;
    margin-bottom: 16px;
}

.pop-up .wpcf7 p textarea{
    margin-bottom: 24px;
}

.pop-up .wpcf7 p .popup-button {
    margin-bottom: 0;
    font-size: 16px;
    padding: 16px 32px;
    line-height: 1.1em;
    color: var(--light);
    background-color: var(--aux-color);
    border: 1px solid transparent;
    animation-duration: 400ms;
}

.pop-up .wpcf7 p .popup-button:hover{
    color: var(--aux-color);
    background-color: var(--light);
    border-color: var(--aux-color);
}

.invalid .wpcf7-not-valid::placeholder {
    color: rgba(216,30,30,0.5);
}

.wpcf7-not-valid-tip {
    display: none;
}

/*--------- pop up error response --------*/
#main-content .invalid .wpcf7-response-output {
    font-size: 14px;
    position: absolute;
    right: 35px;
    bottom: 25px;
    border: none;
    padding: 0;
}

/*--------- footer contact form ---------*/
footer .invalid .wpcf7-response-output {
    color: var(--light);
    font-size: 20px;
    border: none;
    margin: 16px 0 4px;
    padding: 0;
}

.pop-up .image{
    position: relative;
}

.pop-up .image img{
    aspect-ratio: 610 / 700;
    object-fit: cover;
    object-position: bottom center;
}



@supports not (aspect-ratio: 610 / 700) {
    .pop-up .image img:before {
        height: 0;
        overflow: hidden;
        padding-top: calc(700 / 610 * 100%);
        background: white;
        position: relative;
        content:"";
        display: block;
    }
    
    .pop-up .image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
    }
}

/********************** Card 1 **********************/
.card-1{
    padding: 20px;
} 

.card-1 ul li{
    margin-bottom: 8px;
}

.card-1 .fa-ul, #main-content .checked-list {
    text-align: left;
    margin-left: 24px;
    
}

.card-1 .fa-ul .fa-li, #main-content .checked-list .fa-li {
    font-size: 16px;
    left: -24px;
    width: auto;
}

.card-1 p:nth-child(4) {
    border-top: 1px solid var(--dark);
    line-height: 1.4em;
}

/********************** Listed Card **********************/
#main-content .listed-card{
    padding: 20px 28px;
}

.listed-card .fa-ul {
    margin: 0;
}

.listed-card ul li {
    display: flex;
    padding: 12px 20px;
}

.listed-card .fa-li {
    position: relative;
    left: -0px;
    width: auto;
    margin-right: 30px;
    display: inline-flex;
    align-items: center;
}

/********************** Reviews **********************/
.review-container {
    padding: 20px;
    background-color: var(--light);
    border: 1px solid var(--dark)
}

.review-container div:first-child{
    align-items: center;
}

.review-container div.flex img {
    width: 100%;
    height: auto;
    max-width: 80px;
    max-height: 80px;
    margin-right: 20px;
}

/********************** Patient Stories **********************/
.patient-story {
    display: grid;
    grid-template-columns: calc(30% - 20px) calc(70% - 20px);
    column-gap: 40px;
    width: 100%;
}


/********************** Footer **********************/

footer.ut-footer-light.ut-footer-has-widgets{
    border: unset!important;
    padding:0;
}

footer .footer-content {
    border: unset!important;
}

footer li#text-2, li#custom_html-3 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

footer .flex {
    justify-content: space-between;
}

footer .flex p {
    width: 48%;
}

footer li#text-2 .textwidget {
    background-color: rgba(213, 159, 144, 0.60);
    padding: 20px;
    border-radius: 6px;
    text-align: center;
}

footer #text-2 .wpcf7 p input[type="text"],
footer #text-2 .wpcf7 p input[type="tel"],
footer #text-2 .wpcf7 p input[type="email"],
footer #text-2 .wpcf7 p textarea:first-child {
    color: rgb(0 26 17 / 50%);
    background-color: var(--light);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 20px;
    font-family: 'Urbanist';
    text-transform: capitalize;
    font-weight: 400;
}

footer #text-2 input[type="submit"].btn-1{
    background-color: white;
    color: var(--primary);
}

footer #text-2 input[type="submit"].btn-1:hover{
    background-color: var(--primary);
    color: white;
}

span.wpcf7-spinner {
    position: absolute;
}

#ut-sitebody .ut-footer-area {
    background: url("/wp-content/uploads/2023/04/background-03.jpg");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

footer #custom_html-3 ul {
    padding: 20px;
    background-color: rgb(151 151 151 / 80%);
    color: white;
    font-size: 20px;
    border-radius: 6px;
}

footer #custom_html-3 ul i{
    font-size: 16px;
}

footer #custom_html-3 ul li{
    padding-left: 40px;
}

footer #custom_html-3 ul li + li {
    margin-top: 16px;
}

footer #custom_html-3 ul li a {
    color: white;
    text-decoration: underline;
}

footer #custom_html-3 ul .fa-li {
    width: auto;
    left: 0px;
    top: 0;
    bottom: 0;
}

footer .social-media {
    background-color: rgb(213 159 144 / 60%);
    padding: 20px;
    border-radius: 6px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}

footer .social-media a {
    width: fit-content;
    padding: 15px 20px;
    font-size: 36px;
    position: relative;
    border-radius: 50%;
}

footer .social-media a:before {
    content: "";
    z-index: 1;
    position: absolute;
    width: 60px;
    height: 60px;
    inset: 0;
    background-color: var(--light);
    margin: auto;
    border-radius: 50%;
}

footer .social-media a i {
    color: var(--dark);
    position: relative;
    z-index: 5;
}

footer .ut-sub-footer-content {
    float: left;
    width: 25%;
}
