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

body{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
 
}
@media only screen and (max-width: 600px) {
.site{
    overflow-x: hidden;
}
#full-width-page-wrapper{
    overflow-x: hidden;
    min-height: 65vh;
}
#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;
    }
    span{
        @media only screen and (max-width: 768px) {
            font-size: 24px !important;
            line-height: 34px !important;
        }
    }
}
h1.entry-title{
    color: #0484B8; 
    margin-right: 10%;
    @media only screen and (max-width: 768px) {
        margin-right: 20px;
    }
}

.resource-template-default {
    .entry-content{
        margin-top: 40px;
        margin-bottom: 40px;
        margin-right: 10%;
        @media only screen and (max-width: 768px) {
            margin-right: 20px;
        }
    }
}

h2{
    color: #0484B8;
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    @media only screen and (max-width: 768px) {
        font-size: 30px;
        line-height: 40px;
    }
}

h3{
    color: #0484B8;
    font-size: 29px;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 20px;

}
a{
    color:#2C2C2C;

}
a:hover{
    color: #0484B8;
}
p{
    color:#2C2C2C;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

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: 60px;
        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;
}

#single-wrapper #main{
    min-height: calc(70vh + 57px);
}
.back{
    text-decoration: none !important;
    font-size: 20px;
    margin-bottom: 20px;
}

.back::before{
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.074' height='18.553' viewBox='0 0 19.074 18.553'%3E%3Cg id='back_to_top' data-name='back to top' transform='translate(2.121 17.493) rotate(-90)'%3E%3Cg id='Group_1373' data-name='Group 1373' transform='translate(-3.296 -5.092)'%3E%3Cline id='Line_15' data-name='Line 15' y1='15.007' transform='translate(11.512 7.038)' fill='none' stroke='%23000' stroke-width='3'/%3E%3Cpath id='Path_1389' data-name='Path 1389' d='M3279.832 12508.2l8.216-8.217 8.216 8.217' transform='translate(-3276.535 -12494.895)' fill='none' stroke='%23000' stroke-width='3'/%3E%3Cline id='Line_67' data-name='Line 67' y1='15.007' transform='translate(11.512 7.038)' fill='none' stroke='%23000' stroke-width='3'/%3E%3Cpath id='Path_1922' data-name='Path 1922' d='M3279.832 12508.2l8.216-8.217 8.216 8.217' transform='translate(-3276.535 -12494.895)' fill='none' stroke='%23000' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.back:hover::before{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.074' height='18.553' viewBox='0 0 19.074 18.553'%3E%3Cg id='back_to_top' data-name='back to top' transform='translate(2.121 17.493) rotate(-90)'%3E%3Cg id='Group_1373' data-name='Group 1373' transform='translate(-3.296 -5.092)'%3E%3Cline id='Line_15' data-name='Line 15' y1='15.007' transform='translate(11.512 7.038)' fill='none' stroke='%230081bc' stroke-width='3'/%3E%3Cpath id='Path_1389' data-name='Path 1389' d='M3279.832 12508.2l8.216-8.217 8.216 8.217' transform='translate(-3276.535 -12494.895)' fill='none' stroke='%230081bc' stroke-width='3'/%3E%3Cline id='Line_67' data-name='Line 67' y1='15.007' transform='translate(11.512 7.038)' fill='none' stroke='%230081bc' stroke-width='3'/%3E%3Cpath id='Path_1922' data-name='Path 1922' d='M3279.832 12508.2l8.216-8.217 8.216 8.217' transform='translate(-3276.535 -12494.895)' fill='none' stroke='%230081bc' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.has-medium-font-size{
    line-height: 34px !important;
}


.rlg{
    figure.aligncenter.size-full {
        min-height: 110px;
    }
}
.newsletter{
    .wpcf7-response-output{
        padding: 20px;
        max-width: 70%;
        margin: auto;
        margin-top: 40px;
        font-size: 20px;
        font-weight: bold;
    }
    .wpcf7 form.sent .wpcf7-response-output{
        border-color: #fff;
    }
}
.empty-message{
    text-align: center;
    padding: 30px 0px;
}
.wp-block-table{
margin: 40px 0px;

    th{
    background-color:  #0484B8 !important;
    color: #fff !important;
    }
}
.table-bordered>:not(caption)>*>*, .wp-block-table table>:not(caption)>*>*{
    border-width: 0px !important
}
.wp-element-caption{
    text-align: center;
}

.align-middle{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.error-404{
    min-height: 60vh;
    margin-top: 60px;
    .page-title{
        color: #0484B8; 
        margin-bottom: 40px;
    }
    .page-content{
        margin-bottom: 40px;
    }
    .search-form{
        margin-bottom: 40px;
    }
}
a.skip-link{
    opacity:0;
}
a.skip-link:focus{
    opacity:1;
}