/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 11 2025 | 14:02:45 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
/*
Header style
*/
.new_header_template.transparent-header header.fusion-header-wrapper {
    background: #fff;
}

html body .new_header_template.transparent-header header.fusion-header-wrapper nav.fusion-main-menu>ul#menu-main-menu>li.phone_icons>a {
    border-color: #1F396E;
    color: #1F396E;
}

html body .new_header_template.transparent-header header.fusion-header-wrapper nav.fusion-main-menu>ul>li.phone_icons a.fusion-bottombar-highlight  span:before {
    width: 18px;
    height: 19px;
    background-image: url('/wp-content/uploads/2024/12/Vector-3.svg');
    top: 0;
    bottom: 0;
    margin: auto;
    left: -30px;
    background-size: contain;
}

html body .new_header_template.transparent-header header.fusion-header-wrapper nav.fusion-main-menu>ul#menu-main-menu>li.phone_icons>a:hover, 
html body .new_header_template.transparent-header header.fusion-header-wrapper nav.fusion-main-menu>ul>li.get-quote-header a span {
    color: #fff;
}

html body .new_header_template.transparent-header header.fusion-header-wrapper nav.fusion-main-menu>ul#menu-main-menu>li.phone_icons>a:hover span.menu-text::before {
    background-image: url(/wp-content/uploads/2020/03/Background-1-1.png);
}

html body .new_header_template.transparent-header header.fusion-header-wrapper nav.fusion-main-menu>ul>li.get-quote-header a:hover {
    border-color: #000;
}

.new_header_template.transparent-header header.fusion-header-wrapper nav.fusion-main-menu>ul#menu-main-menu>li>a, 
html body .new_header_template.transparent-header header.fusion-header-wrapper nav.fusion-main-menu>ul>li.get-quote-header a:hover span.menu-text {
    color: #000;
}


.main-blog-posts {
    display: grid;
    grid-template-columns: 32.4% 32.4% 32.4%;
    justify-content: space-between;
    row-gap: 30px;
}
.main-blog-posts .blog-post {
    width: 100%;
    filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.15));
    height: 100%;
}
.post-title h3 {
    color: #000;
    font-family: 'Muli';
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 119%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 15px 0 10px;
}
.post-date p {
    color: #C62026;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
}
.post-excerpt p {
    color: #5F6061;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-read-more a {
    border-radius: 3px;
    background: var(--Red, #C62026);
    width: 100%;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: Muli;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 205px;
}

.post-image img {
    height: 232px;
    object-fit: cover;
    width: 100%;
}

.post-content-wraper {
    background: #fff;
    padding: 25px 35px 35px 35px;
}
#pagination-container {
    margin-top: 20px;
}

.pagination a {
    margin: 0 5px;
    text-decoration: none;
    color: #0073aa;
    font-family: 'Open Sans';
    font-size: 18px;
}
.width-100 .nonhundred-percent-fullwidth.fusion-fullwidth.new-banner-sec {
    margin: 140px 30px 0;
    border-radius: 20px;
    overflow: hidden;
}

.fusion-title.banner-custom-title {
    max-width: 600px;
    margin: auto;
}

.fusion-title.banner-custom-title h1 {
    color: #FFF;
    text-align: center;
    font-family: 'Muli';
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%; /* 60px */
}

.fusion-title.banner-custom-title p {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    margin: 10px 0 0;
}

.width-100 .nonhundred-percent-fullwidth.fusion-fullwidth.new-banner-sec .fusion-builder-row.fusion-row {
    padding-top: 145px;
    padding-bottom: 100px;
}

#main .our-blog-main .fusion-builder-row.fusion-row {
    max-width: 1340px;
    padding-top: 100px;
    padding-bottom: 120px;
}

#main .our-blog-main .fusion-builder-row.fusion-row .filter-categories {
    display: flex;
    justify-content: center;
    margin-bottom: 85px;
}

#main .our-blog-main .fusion-builder-row.fusion-row .filter-categories button.filter-button {
    display: inline-flex;
    height: 64px;
    padding: 16px 43px 18px;
    align-items: center;
    gap: 38px;
    flex-shrink: 0;
    background: #FFF;
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.10);
    border: none;
    color: #5F6061;
    text-align: center;
    font-family: 'Muli';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 125% */
    cursor: pointer;
    border-radius: 0;
    transition: 0.5s;
}

#main .our-blog-main .fusion-builder-row.fusion-row .filter-categories button.filter-button:not(:last-child) {
    margin-right: 10px;
}

#main .our-blog-main .fusion-builder-row.fusion-row .filter-categories button.filter-button.filter-button:hover, #main .our-blog-main .fusion-builder-row.fusion-row .filter-categories button.filter-button.filter-button.active {
    background: var(--Red, #C62026);
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.10);
    color: #fff;
    transition: 0.5s;
}
.filter-title h2 {
    font-weight: 900 !important;
}
.filter-title {
    margin-bottom: 25px;
}
@media screen and (max-width:1200px){
	.fusion-title.banner-custom-title h1 {
    font-size: 45px;
}
	.fusion-title.banner-custom-title {
    max-width: 530px;
}
.width-100 .nonhundred-percent-fullwidth.fusion-fullwidth.new-banner-sec .fusion-builder-row.fusion-row {
    padding-top: 75px;
    padding-bottom: 40px;
}
#main .our-blog-main .fusion-builder-row.fusion-row .filter-categories {
    margin-bottom: 55px;
}
#main .our-blog-main .fusion-builder-row.fusion-row .filter-categories button.filter-button {
    height: 50px;
    padding: 10px 33px 12px;
}
.post-title h3 {
    font-size: 22px;
}
.post-content-wraper {
    padding: 20px;
}
#main .our-blog-main .fusion-builder-row.fusion-row {
    padding-bottom: 60px;
}
}
@media screen and (max-width:1024px){
	.transparent-header.new_header_template header.fusion-header-wrapper .fusion-mobile-menu-icons a.fusion-icon.fusion-icon-bars:before, .transparent-header.new_header_template header.fusion-header-wrapper .fusion-mobile-menu-icons a.fusion-icon.fusion-icon-bars {
        color: #334a7a;
    }
.width-100 .nonhundred-percent-fullwidth.fusion-fullwidth.new-banner-sec {
    margin: 70px 0px 0;
}
#main .our-blog-main .fusion-builder-row.fusion-row {
    padding-top: 70px;
}
html .new_header_template main#main {
    padding-top: 110px;
}
}
@media screen and (max-width:991px){
	    .fusion-title.banner-custom-title h1 {
        font-size: 35px;
    }
}
@media screen and (max-width:768px){
.new_header_template.transparent-header header.fusion-header-wrapper .fusion-header {
    padding: 20px 20px;
    height: auto !important;
	}
	    .width-100 .nonhundred-percent-fullwidth.fusion-fullwidth.new-banner-sec .fusion-builder-row.fusion-row {
        padding-top: 40px;
        padding-bottom: 0px;
    }
	    #main .our-blog-main .fusion-builder-row.fusion-row .filter-categories button.filter-button {
        height: 45px;
        padding: 10px 15px 12px;
        font-size: 16px;
    }
	    #main .our-blog-main .fusion-builder-row.fusion-row .filter-categories {
        margin-bottom: 30px;
    }
	.main-blog-posts {
    grid-template-columns: 100%;
}
	.width-100 .nonhundred-percent-fullwidth.our-blog-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0;
}
}
@media screen and (max-width:575px){
#main .our-blog-main .fusion-builder-row.fusion-row .filter-categories button.filter-button:not(:last-child) {
    margin-right: 3px;
}
#main .our-blog-main .fusion-builder-row.fusion-row .filter-categories button.filter-button {
        height: 40px;
        padding: 12px 10px 12px;
        font-size: 15px;
    }
}
@media screen and (max-width:425px){
	#main .our-blog-main .fusion-builder-row.fusion-row .filter-categories button.filter-button:not(:last-child) {
    margin-right: 0;
}
	#main .our-blog-main .fusion-builder-row.fusion-row .filter-categories button.filter-button {
        height: 46px;
        padding: 10px 10px 10px;
        font-size: 18px;
        width: 100%;
        text-align: center;
        display: block;
    }
	#main .our-blog-main .fusion-builder-row.fusion-row .filter-categories {
    flex-wrap: wrap;
    row-gap: 10px;
}
}
