

html,
body,
button,
input,
select,
textarea {
    font-family: 'Outfit', sans-serif;;
}
body {
    font-size: 17px;
    line-height:  25px;
    font-weight: 400;
}
.mega-nav-wrapper .mega-cols .mega-row .mega-col-title  {
    font-size: 17px;
    line-height:  25px;
    font-weight: 400;
}
div.nf-field-label label{
    font-size: 17px;
    line-height:  25px;
    font-weight: 400;
}
.team-single .header .site-width .right-column{
    font-size: 17px;
}
#navbar #primary-menu{
    font-size: 15px;
    line-height:  23px;
    font-weight: 400;
}
.mega-menu-final ul li a{
    font-size: 15px;
    line-height:  23px;
    font-weight: 400;
}
#mega-Post .info .excerpt{
    font-size: 15px;
    line-height:  23px;
    font-weight: 400;
}
.the-reviews-list .info {
    font-size: 15px;
    line-height:  23px;
    font-weight: 400;
}
.the-reviews-columns .name-bold, .the-reviews-columns .bold-bold {
    font-size: 15px;
    line-height:  23px;
    font-weight: 400;
}
.the-reviews-columns .short_content{
    font-size: 15px;
    line-height:  23px;
    font-weight: 400;
}
.archive-wrapper .archive-block .archive-info .excerpt{
    font-size: 15px;
    line-height:  23px;
    font-weight: 400;
}
.archive-wrapper .archive-block .archive-info .arrow-link{
    font-size: 15px;
}
.file-picker .item{
    font-size: 15px;
}
.blog-single .header .site-width .right-column .author .written-by {
    font-size: 15px;
}
.arrow-link{
    font-size: 15px;
    line-height:  23px;
}
#mega-Post .info .pre-title{
    font-size: 12px;
    line-height:  12px;
    font-weight: 400;
}
.archive-wrapper .archive-block .archive-info .pre-title{
    font-size: 12px;
}
.archive-wrapper .archive-block.team .archive-info .excerpt {
    font-size: 12px;
}

.site-info .footer-copy{
    font-size: 12px;
}
.footer-nav ul li a{
    font-size: 12px;
}
.top-tag{
    font-size: 12px;
}
.newsletter-wrap .newsletter-terms p{
    font-size: 12px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'Outfit', sans-serif;;
}

h1, .h1, h1.main-title {
    font-size: 34px;
    line-height:  45px;
    font-weight: 600;
}

h2, .h2 {
    font-size: 32px;
    line-height:  44px;
    font-weight: 600;
}

h3, .h3 {
    font-size: 30px;
    line-height:  39px;
    font-weight: 600;
}

h4, .h4 {
    font-size: 27px;
    line-height:  34px;
    font-weight: 600;
}

h5, .h5 {
    font-size: 25px;
    line-height:  23px;
    font-weight: 600;
}

h6, .h6 {
    font-size: 20px;
    line-height:  23px;
    font-weight: 600;
}
.main-title {
    font-size: 34px;
    line-height:  45px;
    font-weight: 600;
}


@media only screen and (max-width: 600px){

    h1, .h1 {
    font-size: 28px;
    line-height:  36px;
    }

    h2, .h2 {
    font-size: 26px;
    line-height:  36px;
    }

    h3, .h3 {
    font-size: 24px;
    line-height:  32px;
    }

    h4, .h4 {
    font-size: 22px;
    line-height:  28px;
    }

    h5, .h5 {
    font-size: 20px;
    line-height:  19px;
    }

    h6, .h6 {
    font-size: 16px;
    line-height:  19px;
    }
    .main-title {
    font-size: 28px;
    line-height:  36px;
    }



}
    .Grey{
        color:#646475;
    }
    .bgGrey {
        background:#646475;
    }
    .button.bgGrey,
    button.bgGrey,
    input[type="submit"].bgGrey,
    input[type="button"].bgGrey,
    input[type="reset"].bgGrey{
        background:#646475;
    }
    .button.Grey,
    button.Grey,
    input[type="submit"].Grey,
    input[type="button"].Grey,
    input[type="reset"].Grey{
        color:#646475;
    }
	.BorderBottomGrey{
        border-bottom-color:#646475 !important;
    }
	.obgGrey{
        background:rgba(100,100,117,0.7);
    }
    .gradientBgGrey{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(100,100,117,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(100,100,117,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(100,100,117,1) 32%, rgba(156,156,156,0) 88%);
    }
        .LightGrey{
        color:#f9f9f9;
    }
    .bgLightGrey {
        background:#f9f9f9;
    }
    .button.bgLightGrey,
    button.bgLightGrey,
    input[type="submit"].bgLightGrey,
    input[type="button"].bgLightGrey,
    input[type="reset"].bgLightGrey{
        background:#f9f9f9;
    }
    .button.LightGrey,
    button.LightGrey,
    input[type="submit"].LightGrey,
    input[type="button"].LightGrey,
    input[type="reset"].LightGrey{
        color:#f9f9f9;
    }
	.BorderBottomLightGrey{
        border-bottom-color:#f9f9f9 !important;
    }
	.obgLightGrey{
        background:rgba(249,249,249,0.7);
    }
    .gradientBgLightGrey{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(249,249,249,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(249,249,249,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(249,249,249,1) 32%, rgba(156,156,156,0) 88%);
    }
        .Red{
        color:#c40d2e;
    }
    .bgRed {
        background:#c40d2e;
    }
    .button.bgRed,
    button.bgRed,
    input[type="submit"].bgRed,
    input[type="button"].bgRed,
    input[type="reset"].bgRed{
        background:#c40d2e;
    }
    .button.Red,
    button.Red,
    input[type="submit"].Red,
    input[type="button"].Red,
    input[type="reset"].Red{
        color:#c40d2e;
    }
	.BorderBottomRed{
        border-bottom-color:#c40d2e !important;
    }
	.obgRed{
        background:rgba(196,13,46,0.7);
    }
    .gradientBgRed{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(196,13,46,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(196,13,46,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(196,13,46,1) 32%, rgba(156,156,156,0) 88%);
    }
        .White{
        color:#ffffff;
    }
    .bgWhite {
        background:#ffffff;
    }
    .button.bgWhite,
    button.bgWhite,
    input[type="submit"].bgWhite,
    input[type="button"].bgWhite,
    input[type="reset"].bgWhite{
        background:#ffffff;
    }
    .button.White,
    button.White,
    input[type="submit"].White,
    input[type="button"].White,
    input[type="reset"].White{
        color:#ffffff;
    }
	.BorderBottomWhite{
        border-bottom-color:#ffffff !important;
    }
	.obgWhite{
        background:rgba(255,255,255,0.7);
    }
    .gradientBgWhite{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 32%, rgba(156,156,156,0) 88%);
    }
        .Black{
        color:#000000;
    }
    .bgBlack {
        background:#000000;
    }
    .button.bgBlack,
    button.bgBlack,
    input[type="submit"].bgBlack,
    input[type="button"].bgBlack,
    input[type="reset"].bgBlack{
        background:#000000;
    }
    .button.Black,
    button.Black,
    input[type="submit"].Black,
    input[type="button"].Black,
    input[type="reset"].Black{
        color:#000000;
    }
	.BorderBottomBlack{
        border-bottom-color:#000000 !important;
    }
	.obgBlack{
        background:rgba(0,0,0,0.7);
    }
    .gradientBgBlack{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 32%, rgba(156,156,156,0) 88%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 32%, rgba(156,156,156,0) 88%);
    background: linear-gradient(90deg, rgba(0,0,0,1) 32%, rgba(156,156,156,0) 88%);
    }
    ::-moz-selection {
    background: #646475;
    color: #fff;
}
::selection {
    background: #646475;
    color: #fff;
}
body {
    color: #646475;
    background-color: #ffffff;
}
.file-picker .item .info .link{
    color: #646475;
}
.file-picker .item .info .title{
    color: #646475;
}
div.nf-error div.nf-error-msg {
    color: #646475;
}
div.nf-error .ninja-forms-field{
    border-color: #646475 !important;
}
div.nf-error.field-wrap .nf-field-element:after{
    background: #646475;
}
.archive-wrapper .archive-block:hover a{
    color: #646475;
}
table {
    color: #646475;
}
button,
input,
textarea {
    border: 1px solid #c40d2e;
}
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: none;
    background-color:  #c40d2e;
}
div.nf-form-content button,
div.nf-form-content input[type=button],
div.nf-form-content input[type=submit]{
    background-color:  #c40d2e;
}
div.nf-field-label label{
    color: #c40d2e}
input.fancy-chk:after {
    content: url('images/any-icon.php?icon=Check-Box-Unchecked.svg&colour=Red');
    color:  #c40d2e;
}
input.fancy-chk:checked:after {
    content: url('images/any-icon.php?icon=Check-Box-Checked.svg&colour=Red');
    color:  #c40d2e;
}
input.fancy-rdo:after {
    content: url('images/any-icon.php?icon=Radio-Button-No.svg&colour=Red');
    color:  #c40d2e;
}
input.fancy-rdo:checked:after {
    content: url('images/any-icon.php?icon=Radio-Button-Yes.svg&colour=Red');
    color:  #c40d2e;
}
.gallery-item img{
    border: solid 1px #c40d2e;
}
.site-main ol li:before {
    color: #c40d2e;
}
.site-main ul li:before {
    background-color: #c40d2e;
}
.flip-arrow:before,
.flip-arrow:after {
    background-color: #c40d2e;
}
.bgRed ul li:before{
    background-color: currentColor;
}
.bgRed ol li:before{
    color: currentColor;
}
.bgRed .flip-arrow:before,
.bgRed .flip-arrow:after{
    background-color: currentColor;
}

.archive-wrapper .archive-block .archive-image{
    background-color: #c40d2e;
}

.single-product .quote-wrap .quote {
    background-color: #c40d2e;
}

.woocommerce-cart .product-remove a:before{
    color: #c40d2e;
}

.icon-boxes-horizontal .icon-box-single:hover {
    background: #c40d2e;
}

#navbar #primary-menu li a:hover{
    color: #c40d2e;
}

#primary-menu > li > ul.sub-menu:before {
    border-bottom: 5px solid #c40d2e;
}

#navbar ul.sub-menu {
    border-top: 3px solid #c40d2e;
    background-color: #ffffff;
}
#primary-menu > li > ul.sub-menu {
    background-color: #ffffff;
}
.mega-menu-final ul li a:hover{
    color: #c40d2e;
}
.archive-filter ul li a:hover,
.archive-filter ul li a.active{
    border-bottom-color: #c40d2e;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a{
    background-color: #c40d2e;
}
.blog-single .body .site-width .left-column .time-stamp{
    background-color: #c40d2e;
}
.drawer-mobile-nav .has-sub-menu > a:after{
    content: url('images/any-icon.php?icon=Arrow-Right.svg&colour=Red');
}
@media only screen and (max-width: 600px){
    .menu-item-has-children > a:after {
        content: url('images/any-icon.php?icon=Arrow-Right.svg&colour=Red');
    }
}

.archive-wrapper .archive-block{
    background-color: #f9f9f9;
}
.archive-wrapper .archive-block .archive-info .excerpt:after {
    background: linear-gradient(0deg, #f9f9f9 0%, rgba(0, 0, 0, 0) 100%);
}
.blog-single .header,
.team-single .header{
    background-color: #c40d2e;
}
