_child_theme.scss 2.04 KB
h1{
    font-size: 58px;
    line-height: 72px;
}

h2{
    
    color: #0484B8;
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 20px;
}

h3{
    color: #0484B8;
    font-size: 29px;
    line-height: 32px;
    margin-top: 20px;
}
a{
    color:#2C2C2C;
}

div#full-width-page-wrapper {
    padding-bottom: 0px;
}


input[type=text],input[type=email]{
    border-radius: 0px !important;
    border: 0px solid #fff !important;
    height: 32px !important;
    margin-bottom: 20px;
}
input[type=submit]{
    border-radius: 0px !important;
    border: 0px solid #fff !important;
}
textarea{
    border-radius: 0px !important;
    border: 0px solid #fff !important;
    margin-bottom: 20px;
}

input[type=checkbox]
{
   -webkit-appearance: auto !important;
   appearance: auto !important;
   opacity: 1;
}


.bottom-borders{
.wp-block-column {
.wp-block-image img{
    border-radius: 25px 25px 0px 0px;
    border-bottom:20px solid  #FFA300;
}
.wp-block-image .wp-element-caption{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
}
.wp-block-column:nth-of-type(2) {
.wp-block-image img{
    border-bottom:20px solid #3F9C35;
}
}
.wp-block-column:nth-of-type(3) {
.wp-block-image img{
    border-bottom:20px solid #0484B8
}
}
}
.wpcf7{
max-width: 100% !important;
    .contact-form{
        padding-top: 40px;
        max-width: 80% !important;
        margin: auto;
        input[type=text],input[type=email],textarea{
            background-color: #E5F2F8;
        }
        .wpcf7-list-item{
            margin:0px;
        }
        input[type=submit]{
            text-align: center;
            margin: auto;
            margin-top: 20px;
            width: 112px;
            background-color: #0484B8;
            color: #fff;
            text-transform: uppercase;
            display: block;
            font-size: 18px;

        }
    }
}

.no-bullets{
    list-style: none;
    margin-block-start: 0em;
    padding-inline-start: 0px;
    li{
        margin-bottom: 10px;
    }
}

.wp-block-image.is-style-rounded img{
    border-radius: 25px;
}