_child_theme.scss 3.02 KB
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@500;700&display=swap');

body{
    font-family: 'Open Sans', sans-serif;
 
}
@media only screen and (max-width: 600px) {
.site{
    overflow-x: hidden;
}
#full-width-page-wrapper{
    overflow-x: hidden;
}
#content{
    overflow-x: hidden;
}
}
h1{
    font-size: 58px;
    line-height: 72px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    @media only screen and (max-width: 768px) {
        font-size: 32px;
        line-height: 42px;
    }
}

h2{
    color: #0484B8;
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}

h3{
    color: #0484B8;
    font-size: 29px;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}
a{
    color:#2C2C2C;
    font-family: 'Open Sans', sans-serif;
}
a:hover{
    color: #0484B8;
}
p{
    color:#2C2C2C;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}

hr{
    border-color: #FFA300 !important;
    margin: 40px 0px;
    opacity: 0.5;
}
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;
    color: #2C2C2C;
}
}
.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;

        }
        input[type=submit]:hover{
            background-color: #2C2C2C;
        }
    }
}

.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;
}