﻿/*
    font-family: 'Roboto', sans-serif;
    font-family: 'Montserrat', sans-serif;
    Red : #800000
    Gray : #333333
*/

/* Common Styles */
* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: "Roboto", sans-serif;
    color: #111112;
    font-size: 14px;
    line-height: 200%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 30px;
    font-weight: 800;
}

h3 {
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 55px;
    color: #333333;
}
.text-white h3 {
    margin-bottom: 30px;
}
h4 {
    font-weight: normal;
    font-size: 28px;
}
h5 {
    font-size: 16px;
    margin-bottom: 35px;
}
h5 strong {
    font-weight: 800;
    text-transform: uppercase;
}
h6 {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 15px;
    color: #800000;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
    color: #ffffff;
}
p {
    margin-bottom: 30px;
}
section,
footer {
    width: 100%;
    float: left;
    padding: 100px 0px;
}
.content-shade {
    width: 100%;
    float: left;
    background-color: rgb(51, 51, 51,0.7);
    padding: 100px 0px;
}
.sec-extra-bot-pad {
    padding-bottom: calc(10% + 70px);
}
.cont-neg-top-margin {
    margin-top: calc(-15% - 3px);
}

.pad-20 {
    padding: 20px;
}
.pad-top-bot-15p {
    padding-top: 15%;
    padding-bottom: 15%;
}

a {
    color: #800000;
    font-weight: 900;

    transition: all 0.5s ease-in-out;
}
a.lm {
    color: #800000;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
}
a:hover {
    color: #333333;
    text-decoration: none;
}

.no-padding {
    padding: 0px;
}
.no-top-padding {
    padding-top: 0px;
}

img {
    max-width: 100%;
    height: auto;
}

.bg-light {
    background-color: #f3f2ee !important;
}
.bg-white {
    background-color: #ffffff !important;
    color: #111112;
}
.bg-dark {
    background-color: #800000 !important;
    color: #ffffff;
}
.bg-dark a {
    color: #ffffff;
}

.text-white {
    color: #ffffff;
}
.sec-full-container .container-fluid {
    padding: 0px;
}
.cont-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.cont-bg-align-top {
    background-position: top center;
}
.cont-bg-align-bottom {
    background-position: bottom center;
}

.sec-top-border {
    border-top: #ebebeb 1px solid;
}

ul,
ol {
    padding-left: 20px;
}
ul {
    list-style: square;
}
ul li,
ol li {
    margin-bottom: 20px;
}
img {
    transition: 0.5s ease-in-out all;
}
img.image-inline {
    display: inline-block;
    margin-top: -12px;
    margin-left: 5px;
    margin-right: 5px;
}
.sec-gallery-footer img:hover,
.img-fade-hover:hover img {
    opacity: 0.5;
}

/* slide arrows */
.slide-arrow {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 75px;
    text-align: center;
    font-size: 75px;
    opacity: 0.25;
    margin: 0px;
    padding: 0px;
    line-height: 85px;
    height: 75px;
    color: #ffffff;
    position: absolute;
    top: 0px;
    z-index: 2;
    cursor: pointer;
    top: 50%;
    bottom: 50%;

    transition: all 0.5s ease-in-out;
}
.slide-arrow.arrow-testimonials {
    color: #800000;
    height: 45px;
    line-height: 55px;
    font-size: 45px;
    width: 45px;
}
.slide-arrow:hover {
    opacity: 1;
}
.arrow-prev {
    left: 0px;
}
.arrow-next {
    right: 0px;
}
.arrow-prev::after {
    content: "\f104"; /* generic file icon */
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.arrow-next::after {
    content: "\f105"; /* generic file icon */
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
/* slide arrows */

.add-mob-margin {
    margin-bottom: 35px;
}

.btn-specials-floating {
    display: block;
    text-transform: uppercase;
    background-color: #800000;
    color: #ffffff;
    font-weight: bold;
    position: fixed;
    top: 50%;
    bottom: 50%;
    left: -30px;
    z-index: 3;
    float: none;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;

    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.45);

    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn-specials-floating:hover {
    background-color: #333333;
    color: #ffffff;
}
img {
    transition: all ease-in-out 0.5s;
}
img:hover {
    opacity: 0.5;
}
/* Common Styles */

/* Header */
header {
    background-color: #ffffff;
    padding: 15px;
    -webkit-transition: top 0.25s ease-in-out;
    transition: top 0.25s ease-in-out;
    will-change: top;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;

    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.45);
}

.logo-img {
    max-width: 175px;
}
.navbar-toggler {
    display: block;
    width: 100%;
    float: left;
    margin-top: 20px;
    border-radius: 0px;
    padding: 12px;
    background-color: #800000;
    color: #ffffff;
}
.navbar-toggler:focus {
    border: none;
}
.navbar-toggler[aria-expanded="true"] {
    background-color: #333333;
    border: none;
}

.navbar {
    font-family: "Montserrat", sans-serif;
    padding: 0px;
}
.navbar-nav {
    display: block;
    width: 100%;
    padding-top: 15px;
}
.navbar-nav li {
    display: inline-block;
    padding: 0px 15px;
    margin-bottom: 0px;
}
.navbar-nav li a {
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
}
.navbar-nav li.btn {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    border: none;
}
.navbar-nav li.btn a {
    display: block;
    float: left;
    background-color: #800000;
    color: #ffffff;
    font-weight: 800;
    padding: 10px 15px;
    width: auto;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.45);
}
.navbar-nav li.btn.btn-call a::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f095";
    font-size: 14px !important;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-right: 10px;
}
.navbar-nav li .dropdown-menu {
    font-size: 13px;
    padding: 0px;
    border-radius: 0px;
}
.navbar-nav li .dropdown-menu li {
    display: block;
    width: 100%;
    float: left;
    border-left-color: #c6c4c4;
    padding: 0px;
    margin: 0px;
    border-left-width: 5px;
    border-left-style: solid;
}
.navbar-nav li .dropdown-menu li:hover,
.navbar-nav li .dropdown-menu li.active {
    border-left-color: #800000;
}
.navbar-nav li .dropdown-menu li a {
    color: #333333;
    padding: 10px 25px !important;
    border-bottom: #c2c2c2 1px dashed;
}
.navbar-nav li .dropdown-menu li > .dropdown-menu {
    width: 100%;
    float: left;
    position: relative;
    border: none;
    text-transform: none;
}
.navbar-nav li .dropdown-menu li > .dropdown-menu a {
    padding-left: 50px !important;
    text-transform: none;
}
/* Header */

/** Homepage **/

/* Slider & Heading Section */
.sec-home-slider {
    position: relative;
}
.home-slider {
    width: 100%;
    float: left;
    position: relative;
    z-index: 0;
}
.slide-single {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-desc {
    background-color: rgb(51, 51, 51,0.3);
    padding: 175px 0px 200px 0px;
}
.slide-desc h2,
.sec-heading h2 {
    font-family: "Roboto", sans-serif;
    font-size: 65px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.slide-desc h3,
.sec-heading h3 {
    font-size: 20px;
    font-weight: 500;
}
.slide-desc a {
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #800000;
    display: inline-block;
    padding: 15px 35px;
    border-radius: 50px;
}
.sec-heading h2,
.sec-heading h3 {
    margin-bottom: 0px;
}
.sec-heading {
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/* Slider & Heading Section */

/* CTA */
.cont-home-cta {
    font-family: "Montserrat", sans-serif;
    margin-top: -75px;
    z-index: 2;

    -webkit-box-shadow: 0px 0px 35px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 35px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 35px 2px rgba(0, 0, 0, 0.3);
    padding: 40px;
}
.cont-home-cta h5 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 20px;
}
.cta-top-call {
    color: rgba(255, 255, 255, 0.4);
    line-height: normal;
    margin-top: 10px;
}
.cta-top-call span {
    display: block;
}
.cta-top-icon {
    float: left;
    width: 40px;
    font-size: 35px;
    margin-right: 10px;
}
.cta-top-call a {
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
    margin-top: 5px;
    display: inline-block;
}
/* CTA */

/** Homepage **/

/* Quote Request Form */
.cont-frm-req-quote {
    width: 100%;
    float: left;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.cont-frm-req-quote .wpcf7-spinner{
    margin: 0px;
    padding: 0px;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
}
div.wpcf7 .ajax-loader {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}
.cont-frm-req-quote input[type="tel"] {
    height: 48px;
    background-color: transparent;
    border: none;
    padding: 0px 10px;
    width: 70%;
    color: #ffffff;
    float: left;
}
.cont-frm-req-quote input[type="submit"] {
    width: 30%;
    float: left;
    height: 48px;
    border: none;
    margin: 0px;
    background-color: #ffffff;
    color: #333333;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 48px;
    font-family: "Montserrat", sans-serif;
}
.cont-frm-req-quote input[type="submit"].btn-icon {
    display: none;
    font-family: "Font Awesome 5 Free" !important;
}
/* Quote Request Form */

/** Testimonials **/
.sec-testimonials {
    border-bottom: #ebebeb 1px solid;
}
.testimonial-slider {
    width: 100%;
    float: left;
    margin: 20px 0px 50px;
    font-family: "Montserrat", sans-serif;
}
.testimonial-single {
    width: 100%;
    float: left;
    font-size: 14px;
    font-style: italic;
}
.testi-author {
    font-weight: 800;
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
}
.cont-testimonial-nav {
    width: 100%;
    float: left;
}
.cont-testimonial-nav .owl-dot {
    background-color: rgba(128, 0, 0, 0.3);
    border: none;
    height: 15px;
    width: 15px;
    margin: 0px 10px;
    border-radius: 15px;
}
.owl-dot.active {
    background-color: #800000;
}
/** Testimonials **/

/** Footer **/
/* Estimate Bar */
.estimate-bar-content {
    padding: 20px;
    width: 100%;
    float: left;
}

.estimate-bar-content i {
    color: rgba(128, 0, 0, 0.5);
    font-size: 30px;
    margin-bottom: 20px;
}
.estimate-bar-content a {
    color: inherit;
}
.estimate-bar-content .cont-frm-req-quote {
    background-color: transparent;
    padding: 0px;
}
.estimate-bar-content .cont-frm-req-quote .wpcf7-form-control-wrap {
    /* width: calc(100% - 67px); */
    flex-grow: 1;
}
.estimate-bar-content .cont-frm-req-quote input[type="tel"] {
    border: #e5e4e2 1px solid;
    color: #000000;
    width: 100%;
    /* flex-grow: 1; */
}
.estimate-bar-content .cont-frm-req-quote input[type="submit"] {
    width: 15%;
    position: relative;
    display: none;
    background-color: #800000;
    color: #ffffff;
    width: 65px;
    transition: background-color .25s ease-in-out;
}
.estimate-bar-content .cont-frm-req-quote input[type="submit"]:focus,
.estimate-bar-content .cont-frm-req-quote input[type="submit"]:hover {
    background-color: #333333;
    transition: background-color .25s ease-in-out;
}
.estimate-bar-content .cont-frm-req-quote input[type="submit"].btn-icon {
    display: block;
}

/* Estimate Bar */

/* Company Logos */
.c-logo-single {
    width: 100%;
    padding-top: 100%;
    float: left;
    position: relative;
}
.c-logo-single img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.logo-slider.owl-carousel .owl-item img {
    width: auto;
}
/* Company Logos */
/* Footer Gallery */
.sec-gallery-footer {
    margin-bottom: 1px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
}
.sec-gallery-footer strong {
    font-weight: inherit;
    font-size: 40px;
    text-transform: none;
    color: #800000;
}
.sec-gallery-footer .col-md {
    margin-right: 1px;
}
.sec-gallery-footer a {
    display: inline-block;
    background-color: #800000;
    color: #ffffff;
    padding: 10px 35px;
    border-radius: 35px;

    transition: all ease-in-out 0.5s;
}
.sec-gallery-footer a:hover {
    background-color: #333333;
}
/* Footer Gallery */

footer {
    background-color: #800000;
    color: #bfbfbf;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
}
.cont-footer {
    width: 100%;
    float: left;
    padding: 60px 0px;
}
.cont-footer .menu {
    width: 100%;
    float: left;
    font-size: 0px;
    margin-bottom: 0px;
}
.cont-footer .menu:last-child {
    margin-top: 30px;
}
.cont-footer .menu li {
    display: inline-block;
    padding: 0px 25px;
    font-size: 12px;
    border-right: rgba(255, 255, 255, 0.25) 1px solid;
    border-left: rgba(255, 255, 255, 0.25) 1px solid;
    margin-left: -1px;
    margin-bottom: 0px;
}
.cont-footer .menu li.menu-item-social {
    border-right: none;
    border-left: none;
    font-size: 25px;
    margin-left: 0px;
    padding: 0px 15px;
}
.cont-footer .menu li a {
    color: inherit;
}
.cont-footer .menu li.current-menu-item a,
.cont-footer .menu li a:hover {
    color: #ffffff;
}
.cont-footer-copyright {
    width: 90%;
    float: left;
    margin: 0px 5%;
    border-top: rgba(255, 255, 255, 0.25) 1px solid;
    padding: 25px 0px;
}
.cont-footer-copyright p {
    margin-bottom: 0px;
}
/** Footer **/

/** Main Content **/
.cont-prod-box {
    border: #d6d6d5 1px solid;
    padding: 10px 10px 0px 10px;
    width: 100%;
    float: left;
    background-color: #fafafa;
    margin-bottom: 30px;
}
.cont-prod-box img {
    margin-bottom: 15px;
}
.cont-prod-box h5 {
    margin-bottom: 15px;
}
.cont-prod-box.cont-prod-box-rlr h5 {
    font-size: 14px;
    font-weight: 700;
}
.product-img img {
    width: 100%;
    height: auto;
}
.cont-rlr-config {
    margin-bottom: 30px;
}
.cont-rlr-config .product-img img {
    width: auto;
    height: auto;
    display: block;
    text-align: center;
    float: none;
    margin: auto;
    margin-top: 25px;
}
/* Page Specific - About Us */
.pad-mission {
    padding: 110px 100px;
}
.mission-img-bg {
    width: 100%;
    height: auto;
    display: none;
}
/* Page Specific - About Us */

/* Page Specific - Patio Covers */
.patio-type-single .content-shade {
    padding-top: 13%;
    padding-bottom: 70px;
}
.patio-type-single .cont-neg-top-margin {
    margin-top: -70px;
}
.sec-patio-cover-comparison .cont-neg-top-margin {
    margin-top: calc(-18% - 8px);
}
/* Page Specific - Patio Covers */

/* Page Specific - Contact Us */
.sec-contact-maps {
    margin-top: -100px;
}
.cont-contact-map {
    width: 90%;
    float: left;
    border: #ffffff 10px solid;
    margin: 0px 5%;
    padding-top: 30px;
}
.cont-contact-map img:hover {
    opacity: 1;
}
.sec-contact-details {
    margin-bottom: 1px;
    line-height: 125%;
    padding-top: 80px;
    padding-bottom: 100px;
}

.col-contact-details {
    padding-top: 30px;
    padding-bottom: 30px;
}
.sec-contact-details a {
    color: white;
}
.col-contact-details h3 {
    margin-bottom: 20px;
}
.col-contact-details h6 {
    margin-bottom: 0px;
}
.col-contact-details h5 {
    margin-bottom: 10px;
}
.col-contact-details .menu {
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: block;
    margin-top: 15px;
}
.col-contact-details .menu li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.col-contact-details .menu li a {
    color: #ffffff;
    font-size: 25px;
    margin: 0px 15px;
}
label {
    text-transform: uppercase;
}
.form-control {
    background-color: #fafafa;
    border: #d6d6d5 1px solid;
    border-radius: 25px;
    margin-bottom: 35px;
    height: 50px;
    line-height: 50px;
}
textarea.form-control {
    line-height: normal;
}
.form-control.wpcf7-not-valid {
    border-color: #c51b37;
    background-color: #ffeaea;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-submit.btn {
    color: #ffffff;
    text-transform: uppercase;
    background-color: #800000;
    font-weight: 900;
    font-size: 14px;
    padding: 15px 35px;
    border-radius: 100px;
    transition: all 0.5s ease-in-out;
}
.wpcf7-submit.btn:hover {
    background-color: #333333;
}
.wpcf7-response-output {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 10px !important;
    margin: 0px 0px 35px 0px !important;
    border: none !important;
    font-size: 12px;
    border-radius: 5px;
}
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-validation-errors {
    background-color: #c51b37;
    background-color: #c51b37;
}
.wpcf7-form.sent .wpcf7-response-output,
.wpcf7-mail-sent-ok {
    border: 2px solid #8cb540;
    background-color: #8cb540;
}
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-mail-sent-ng {
    border: 2px solid #c51b37;
    background-color: #c51b37;
}
/* Page Specific - Contact Us */

/* Page Specific - Gallery */
ul.gallery-filters {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-bottom: 35px;
}
ul.gallery-filters li {
    display: inline-block;
    margin: 5px 10px;
}
ul.gallery-filters li a {
    display: block;
    cursor: pointer;
    background-color: #ebebeb;
    font-weight: bold;
    padding: 7px 25px;
    min-width: 100px;
}

ul.gallery-filters li a:hover,
ul.gallery-filters li.active a {
    background-color: #800000;
    color: #ffffff;
}
.gallery-grid-sizer,
.gallery-item-single {
    width: 33.33%;
    padding: 10px 10px;
}
.gallery-item-single img {
    border-radius: 0px;
    width: 100%;
    height: auto;
}
.gallery-item-single img:hover {
    opacity: 0.5;
}
img.fancybox-image:hover {
    opacity: 1;
}
/* Page Specific - Gallery */

/* Page Specific - Specials */
.cont-special-single {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    border: #aeadab 1px solid;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    position: relative;
}
.cont-special-single .form-control {
    background-color: #ffffff;
}
.cont-special-single textarea {
    height: 100px;
}
.special-single-content {
    background-color: #fafafa;
    width: 70%;
    margin-left: 30%;
    float: left;
    padding: 30px;
    text-align: left;
}
.special-single-content h3,
.special-single-content p {
    margin-bottom: 15px;
}
.cont-special-single .wpcf7-spinner{
    position: absolute;
    bottom: 5px;
    right: 5px;
}
/* Page Specific - Specials */

/** Main Content **/

/** Video Styles **/
.cont-video {
    width: 100%;
    float: left;
    padding: 20px;
}
.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
    width: 100% !important;
    /* height: 100% !important; */
    height: auto !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video,
video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
/** Video Styles **/

/* Worpdress Image Alignment */
img.aligncenter,
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright,
.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    padding-left: 35px;
    padding-bottom: 35px;
}

img.alignleft,
.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    padding-right: 35px;
    padding-bottom: 35px;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
.wp-caption {
    font-size: 0.8rem;
    max-width: 100%;
}
/* Worpdress Image Alignment */

/* Adjust Last Paragraph Margin */
.adj-last-para-margin p:last-child {
    margin-bottom: 0px;
}
/* Adjust Last Paragraph Margin */

/** Need Financing Banner **/
.cont-need-financing {
    padding: 30px;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.45);
    margin-top: 30px;
}
.cont-need-financing h4 {
    margin-bottom: 0px;
}
/** Need Financing Banner **/

/** Blog Section **/
.blog-content {
    margin-bottom: 50px;
}
.blog-listing-box,
.blog-details-box {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.blog-listing-img {
    width: 100%;
    float: left;
    height: 35vh;
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.blog-listing-content {
    width: 80%;
    float: left;
    margin: -10vh 10% 0px;
    border-top: #aeadab 5px solid;
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.blog-listing-content:hover {
    border-top-color: #000000;
}
.blog-listing-title,
.blog-listing-excerpt,
.blog-detail-title {
    margin-bottom: 0px;
}

.blog-listing-title {
    font-size: 22px;
}
.blog-content-meta {
    color: #b5b5b5;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
}
.blog-content-learnmore {
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 15px;
}
.blog-content-img {
    margin-bottom: 35px;
}
.blog-content h1 {
    font-size: 40px;
}
.blog-content h2 {
    font-size: 30px;
}
.blog-content h3 {
    font-size: 25px;
}
.blog-content h4 {
    font-size: 20px;
}
.blog-content h5 {
    font-size: 18px;
}
.blog-content h6 {
    font-size: 14px;
}
.blog-content ol,
.blog-content ul {
    margin-left: 65px;
}

.blog-content blockquote {
    width: 90%;
    margin-left: 10%;
    background-color: #f3f2ee;
    padding: 30px;
    border-left: #aeadab 5px solid;
    margin-top: 35px;
    margin-bottom: 35px;
}

.sidebar {
    width: 100%;
    float: left;
}

.box_sidebar_blog {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    border: #d8d8d8 1px solid;
}
.widgettitle {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    line-height: normal;
    background-color: #800000;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    padding: 0px 15px;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
}
.widgetcontent {
    width: 100%;
    float: left;
    padding: 20px;
}

.box_sidebar_blog ul {
    margin: 0px;
    padding: 0px;
}
.box_sidebar_blog ul li {
    display: block;
    width: 100%;
    float: left;
    background-color: #ffffff;
    margin-bottom: 1px;
    font-size: 0px;
}
.box_sidebar_blog ul li a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    border-left-color: #d8d8d8;
    border-left-width: 5px;
    border-left-style: solid;
    padding: 10px 15px;
    display: block;
    width: 100%;
    color: #6c6c6c;
    transition: all 0.5s ease-in-out;
}
.box_sidebar_blog ul li a:hover,
.box_sidebar_blog ul li a[aria-current="page"] {
    color: #800000;
    border-left-color: #800000;
}

/* Pagination */
.blog-pagination .navigation {
    width: 100%;
    float: left;
    background-color: #f3f2ee;
    border: #cad3c6 1px solid;
    font-size: 0px;
    margin-bottom: 50px;
}
.blog-pagination h2::after {
    display: none;
}
.blog-pagination .nav-links {
    width: 100%;
    display: block;
    text-align: center;
}
.blog-pagination .page-numbers {
    display: inline-block;
    font-size: 12px;
    margin: 0px 0px 0px -1px;
    text-align: center;
    border-color: #cad3c6;
    border-style: solid;
    border-width: 0px;
    border-left-width: 1px;
    border-right-width: 1px;
    background-color: transparent;
    color: #000000;
    height: 40px;
    line-height: 40px;
    width: 40px;
    transition: all 0.5s ease-in-out;
}
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers:focus {
    color: #ffffff;
    background-color: #800000;
}
.blog-pagination .page-numbers.current {
    color: #05334f;
    background-color: #ffffff;
}
.next.page-numbers {
    float: right;
    border-right: none;
}
.prev.page-numbers {
    float: left;
    border-left: none;
}
.next.page-numbers,
.prev.page-numbers {
    width: 120px;
    line-height: 35px;
    display: block;
    background-color: #800000;
    color: #ffffff;
}
/* Pagination */
/** Blog Section **/

.sec-rlr ul li {
    margin-bottom: 15px;
}
.cont-rlr-config .product-img {
    padding-top: 10px;
}
