body {background-color: #000000;}

#headerwrap {/* background-color: #000000; */}

body {
    font-family: "Open Sans", sans-serif;
    color: #d6d6d6;
    font-size: 1em;
    line-height: 1.75em;
	display:flex;
	flex-wrap:wrap;
}
.oswald{
    font-family: "Oswald"!important;
}
.hl{
    font-size: 2.6em;
    letter-spacing: .05em;
}
a {
color: #611515;
}

a:hover {
color: #821818;
}
ul {
  list-style-type: none;
}

#header {
background-color: #000000;

}

#main-nav a {
color: #ffffff;
}

#main-nav a:hover, #main-nav li:hover > a {
background-color: #611515;
}

#main-nav .current_page_item a, #main-nav .current-menu-item a {
color: #ffffff;
background-color: #474747;
}

#main-nav ul {
background-color: #2e2e2e;
padding: 0px;
border: 0px solid #2e2e2e;
}

#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, #main-nav li:hover > ul a {
color: #ffffff;
}

#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, #main-nav li:hover > ul a:hover {
color: #c71212;
background-color: #242424;
}
/*nav ul a{
    color: #ffffff;
}

nav ul a:hover{
    color: #c71212;
    background-color: #242424;
}*/
.unclickable{
    pointer-events: none;
   cursor: default;
}
h1 {
color: #ffffff;
font-size: 1.6em;
font-weight: 100;
letter-spacing: .05em;
line-height: 23px;

}

h2 {
color: #ffffff;
}

h3 {
color: #ffffff;
}

h4 {
color: #ffffff;
}

h5 {
color: #ffffff;
}

h6 {
color: #ffffff;
}

textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url] {
background-color: #cccccc;
}
#brand_page{
    margin-left: -36px;
}
#brand_page img{
    width: 713px;
    margin-bottom: 32px;
}
.page_title{
    font-size: 26px;
    font-weight: 600;
    color:#fff;
    margin-bottom: 31px;
}
#brand_page h1{
    font-family: Open-Sans;
    color: #d6d6d6;
    letter-spacing: 0px;
    line-height: 28px;
}
#brand_page ul{
    list-style-type: disc;
    margin-left: -22px;
    line-height: 28px;
}
.post-title {
color: #ffffff;
font-size: 1.6em;
}

#news h1{
    font-size: 2.5em;
    font-weight: 600;
    /* margin-top: -2px; */
    position: relative;
    top: -2px;
    letter-spacing: .07em;
    margin-bottom: 32px;
}
#news p{
    font-family: Open-Sans;
    font-size: 16px;
    color: #d6d6d6;
    line-height: 28px;
}
.post-title a {
color: #d6d6d6;
}

.post-title a:hover {
color: #ffffff;
}
.fa-angle-down{
    content: '\f107';
    text-transform: none;
    font-size: .875em;
    margin-left: 10px;
    position: relative;
    top: -2px;
    line-height: 0;
    font-family: FontAwesome;
	font-style:normal;
}
.page-title {
color: #ffffff;
font-size: 1.6em;
}

.more-link {
color: #ff0000;
}

.post-nav a {
color: #adadad;
}
.date{
    font-size: 13px;
}

#sidebar {
font-family: Georgia, "Times New Roman", Times, serif;
color: #ffffff;
font-size: 16px;
}

#sidebar .widgettitle {
color: #ffffff;
font-size: 16px;
border-top: 0px solid #000000;
border-bottom: 0px solid #000000;
}

#footer a {
color: #ffffff;
}
#footer a:hover {
color: #821818;
}


#footer .back-top  {
display: inline-block;
    background: #292929;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    /* padding: 5px 20px 15px; */
    text-decoration: none;
    margin-bottom: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 21px;
    /*position: relative;*/
    /*top: -12px;*/
    /*margin-top: -20px;*/
}

#footer .back-top:hover  {
    background: #821818;
    color: #fff;
}
.back-top span{
    font-size:13px;
}
#sidebar{
   display:flex;
   flex-direction:column;
   list-style:none;
}
#sidebar .widgettitle {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-top: 0px solid #000000;
    border-bottom: 0px solid #000000;
}
#sidebar ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
#sidebar ul img {
    margin: 0 0 1.05em;
    margin-top: 8px;
    width: 87px;
    height: 87px;
}
#sidebar li{
    margin-bottom: 20px;
}

main {
    width: 67.64%;
    float: left;
}
.your-class{
    text-align: center;
    margin-left: -30px;
    margin-top: -3px;
}
.your-class h1{
    margin: 0 auto;
    width: 90%;
    padding-top: 15px;
/*    font-size: 1.47em;*/
    color: #d6d6d6;
    letter-spacing: 0px;
    font-size: 16px;
    font-family: Open-Sans;
    margin-left: 30px;
    line-height: 22px;
}

.your-class .slick-list{
    margin-bottom: 37px;
}
.products-slider{
    text-align: center;
}
.slick-prev{
/*    position: relative;
    top: 545px;
    left: 267px;*/
    color: #b3b3b3;
    background: #000;
    border: none;
    position: relative;
    left: -85px;
    top: 2px;

}
.slick-next{
/*    position: relative;
    top: -4px;*/
    color: #b3b3b3;
    background: #000;
    border: none;
    position: relative;
    right: -85px;
    top: 2px;
    /*left: -259px;*/
}
.main_paragraph{
    font-family: Open-Sans;
    color: #d6d6d6;
    margin-top: 33px;
    line-height: 28px;
    font-size: 16px;
    letter-spacing: 0px;
}
#section_1{
    margin-bottom: 160px;
}
#span2{
    position: relative;
    top: 19px; 
}
#span3{
    position: relative;
    top: 38px;   
}
#span4{
    position: relative;
    top: 58px;
}
.products-slider .slick-next {
    top: 11px;
    left: -214px;
    
}
#our_brands_section .oswald{
    font-size: 26px;
    font-weight: 600;
}
.products-slider .slick-prev {
    top: 752px;
    left: 294px;
}
.products_sub_title{
    font-size: 16px;
    font-family: Open-Sans;
}
.products-slider h1{
    font-size: 19px;
    font-family: Open-Sans;
    margin-left: 51px;
}
.products-slider p{
    font-size: 16px;
    font-family: Open-Sans;
    line-height: 22px;
    /* margin-left: 28px; */
    position: relative;
    /*left: 25px;*/
    top: -8px;
    width: 100%;
    padding: 0 4%;
}
.products-slider br{
    display: none;
}
   
#our_brands_section .slick-dots li{
    margin-right: -6px;
}

.slick-dots{
    display: flex;
    text-align: center;
    margin: 0 auto;
    position: relative;
    justify-content: center;
    width:100px;
    top: 4px;
    left: -25px;
    z-index: 10;
}
#our_brands_section .slick-dots{
    top: 4px;
    left: -14px;}
.slick-next:before {
    /*content: "\f104";*/
    font-size: 20px;

}
.slick-prev:before {
     /*content: ">";*/
     font-size: 20px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 11px;
    padding: 0;
    cursor: pointer;
}
#section_1 .slick-dots li{
    margin: 0 3px;
}
.slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 4px;
    cursor: pointer;
    color: #dd0a0a;
    border: 2px solid #666;
    border-radius: 100%;
    outline: none;
    background: #000000;
}

.fa-angle-left,.fa-angle-right{
    transform:scale(2);
}
.your-class .fa-angle-left,.fa-angle-right{
    transform:scale(2);
}
.slick-next:hover,.slick-prev:hover{
    cursor:pointer;
}

.slick-dots li.slick-active button {
  background: rgba(255,255,255,.6);
  border: 2px solid white;
}
#about_us{
        font-family: Open-Sans;
}
#about_us span{
    position: relative;
    top: 19px;
}
#about_us h1, #contact_us h1{
    font-size: 2.6em;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 32px;
}
#about_us p,#contact_us p{
    font-size: 16px;
    line-height: 28px;
}
#section_2 h1{
    color: #ffffff;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 23px;
    font-size: 18px;
    margin-top: 11px;
}
#section_2 img{
    float:left;
 /*   padding-right: 30px;
    padding-bottom: 5px;*/
}
#section_2 p{
    font-size: 1.595em;
    line-height: 1.75em;
    text-align: justify;
    margin-top: 20px;
    font-family: Open-Sans;
    letter-spacing: 0.3px;
    margin-bottom: 6px;
}
#section_2 p:nth-child(4){
    float:right;
    font-size: 1.5em;
    margin-top: -5px;
}
#our_brands_section img{
    max-width: 100%;
}
#section_2 ul{
        margin-left: -37px;
}
.error{
    color: #790000;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 1.6em;
    border-top: 2px solid #790000;
    border-bottom: 2px solid #790000;
    padding: 1em 0;
    clear: both;
    width: 97.5%;
    display: none;
    }
.error p{
    font-size: 20px!important;
}
.form_error{
    background-color: #961C20;
    margin-bottom: 6px !important;
    padding: 6px 5px 39px 6px !important;
    border-top: 1px solid #C89797;
    border-bottom: 1px solid #C89797;
    margin-top: 10px;
}

hr{
    border-top: solid 3px;
    height: 34px;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid;
    margin-top: 36px;
}

#social_icons{
    margin-top: 16px;
    margin-bottom: 31px;
}

#social_icons button{
    position: relative;
    height: 20px;
    box-sizing: border-box;
    padding: 1px 8px 1px 6px;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    border:none;
    width: 60px;
    margin-left: 10px;
}
#twitter_icon{
    background-color: #1b95e0;
}
#social_icons  span{
    font-size: 11px;

}
#social_icons button:nth-child(2){
    background-color: #1877f2!important;

}
#fb_icon{
     background-color: #1877f2;
}
#share_icon{
    background-color: #1877f2;
}
#linked_in_icon{
    width: 70px;
    background-color: #0073b1;
}
#linked_in_icon span{
    font-size: 10px;
}
.related_posts{
    color: #adadad;
    border-top: 3px #202020 solid;
    margin-top: 50px;
}
.arrow{
    color: #ccc;
    display: block;
    float: left;
    width: 23px;
    line-height: .5;
    font-size: 2em;
}
#prev_post{
    color:#adadad;
    text-decoration: none;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 1.12em;
}
.prev{
    width: 47%;
    position: relative;
    float:left;
}
.next{
    width: 47%;
    position: relative;
    float:right;
}
.next_arrow{
    color: #ccc;
    display: block;
    float: right;
    width: 23px;
    line-height: .5;
    font-size: 2em; 
}
    #next_post{
    color:#adadad;
    text-decoration: none;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 1.12em;
    float: right;
    margin-right: 15px;
}
.most_recent_post article{
    margin-top: -103px;
}
.article_title{
    font-size: 22px;
    font-weight: 100;
    color: #d6d6d6;
    line-height: 30px;
}
.post_body{
    color: #999;
    font-size: 17px;
    padding-bottom: 30px;
}
.post-image{
    width: 150px;
    float: left;
    margin-left: -40px;
    /* margin-top: 8px; */
    position: relative;
    top: 5px;
}
.post_body{
    float:right;
    width:545px;
    margin-top: -70px;
}
.post_body a{
    text-decoration: none;
    color:white;
    font-family: Open-Sans;
}
.read_more{
    text-decoration: none;
    background-color: transparent;
    color: #ff0000!important;

}
.read_more_btn .fa-angle-right {
    transform: scale(1.2);
}
#our_brands_section ul li{
    max-width: 650px!important;
    margin-top: 11px;
}
#our_brands_section {
    width: 67.64%;
    float: left;
    margin-top: -5px;
}
.products-slider img{
    width: 720px;
}
.products-slider{
margin-left: -60px;
}
.testimonials{
    font-weight: 400!important;
    font-size: 24px!important;
    font-family: Open-Sans;
    font-size: 25.6px!important;
    letter-spacing: 0!important;
}
#section_2 li:first-child{
    margin-bottom: -43px;
}
.footer_text{
    color: #999;
    font-size: 13px;
    position: relative;
    top: 10px;
    font-family: Open-Sans;
    letter-spacing: 0;
}
div.custom-menu-class ul {
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    height: 100px;
    display: flex;
    align-items: center;
    padding-left:0;

}
div.custom-menu-class li {
    
    display: inline;
    font-family: "Oswald";
    font-size: 17px;
    letter-spacing: 1px;
    
} 
div.custom-menu-class a:hover {
    background-color: #611515;
}
div.custom-menu-class a { 
    color:#FFFFFF;
    padding: 10px;
}
.sub-menu{
    display: inline-grid;
    position: relative;
    top: 38px;
    margin-left: -181px!important;
   /* left: 11px;*/
    z-index: 999;
}
header img{
    width: 200px;
}
.logonav a{
    height: fit-content;
}
.visible{
    visibility: hidden;
}
.custom-menu-class{
    margin-left: -5px;
}
#menu-item-1458{
    margin-left: -14px;
}
#menu-item-1459,#menu-item-1460{
    margin-left: 5px;
}
.sub-menu li{
    font-size: 13px!important;
    line-height: 36px;
    background-color: #474747;

}
.sub-menu li a:hover{
    background-color: unset;
    color: red;
    }
.sub-menu li:hover{
    background-color:#343434 ;
}
.sub-menu li:hover > a{
    color: red;
}
.logonav{
    display: flex;
    /*margin-bottom: -425px;*/
    /*margin-left: -40px;*/
    z-index: 998;
    background-color: black;
    height: 103px;
    width: 100%;
    align-items:center;
}

.sub-menu li a{
    font-family: 'Open Sans', sans-serif;
}
.author{
    float: right;
    margin-top: 9px;
    font-size: 1.555em;
}
#form{
    margin-left: -40px;
    margin-top: -13px;
}
#form li{
    display: flex;
/*    margin-bottom: -13px;*/
}
#form li p{
    font-family: Open-Sans;
    font-weight: 600px;
    width: 31%;
    margin: 0 1em 0 0;
    position: relative;
    top: 16px;
}
#form span{
    color: #790000;
    margin-left: .25em;
}
#contact_us p,select{
    font-family: Open-Sans;
}
#form textarea,#form select{
    float: right;
    width: 34%;
    height: 34px;
    margin-top: 19px;
}
.message{
    width: 62.5%!important;
    height: 150px!important;
    margin-top: 15px!important;
}
#form select{
    height: 26px;
}
/*iframe{
    margin-left: 221px;
    margin-top: 31px;
}*/
#form button{
    background: #FF0000;
    color: #fff;
    border: none;
    padding: 7px 20px;
    cursor: pointer;
    height: 34px;
    width: 95px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    float: left;
    margin-top: 25px;
}
#form div{
        margin-top: 33px;
}
.btns{
    margin: 0 auto;
    width: 202px;
    position: relative;
    top: -31px;
    z-index: 9;
    margin-bottom: 36px;
}
.btns2{
    margin: 0 auto;
    width: 291px;
    position: relative;
    top: -29px;
    z-index: 9;
    margin-bottom: 36px;
}

post-image {
    width: 150px;
    float: left;
    margin-left: -46px;
    margin-top: 0px;
    position: relative;
    top: 0px;
    }
    .most_recent_post article {
    margin: 0px 144px;
}
.post_body {
    float: none;
    width: 74%;
    margin: 0px 144px;
    /* margin-top: -70px; */
}
.iframe{
    margin: 0 auto;
    text-align: center;
    width: 33%;
    margin-top: 33px;
}

.fa-list-ul:before{
    content: "\f0ca";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    color: white;
}
.imenu{
    display: none;
}
@media screen and (max-width: 781px) {
    body{
        position: relative;
    }
.custom-menu-class{
    position: fixed;
    top: 0;
    left: -260px;
    width: 240px;
    height: 100%;
    padding-top: 80px;
    background-color: #000;
    z-index: 9999;
    overflow-y: auto;
    transition: left 0.2s ease;
    display: flex;
    justify-content: left;

}
.custom-menu-class.open {
    left: 0;
    align-items:none;
    background-color: #0a0000;
}
.custom-menu-class ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    
}
.custom-menu-class li {
    display: block;
    width: 100%;
}
div.custom-menu-class a {
    display: block;
    padding: 12px 0;
}
div.custom-menu-class .sub-menu a {
    padding-left: 18px;
}
.sub-menu li a {
    font-family: 'Open-sans';
}
.header img{
    max-width: none;
}
.sub-menu{
    position: static;
    top: auto;
    left: auto;
    margin-left: 0;
    display: block;
}
.sub-menu li {
    background-color: #2e2e2e;
}
.imenu{
    position: absolute;
    top: 53px;
    right: 10px;
    display: block;
    z-index: 10000;
}
.logonav{
    margin-left: -44px;
    display: block;
    margin-bottom: 92px;
}
.logonav a img {
    margin-top: 27px;
}

main{
    width: 100%;
    top: -55px;
    position: relative;
    margin-bottom: 98px;
}
.your-class {
    /*margin-left: -40px;*/
}
.your-class h1{
    width: 97%;
    margin-left: 4px;
}
#section_2 p{
    letter-spacing: 0;
}
#sidebar {
    width: 100%;
float: right;
    padding-top: 1%;
    text-align: center;
    position: relative;
    left: -19px;
}
.footer{
    margin-bottom: 139px;
}
.back-top{
    top: 0px;
}
/*.wrapper{
    height: 4979px!important;
}*/

.visible {
     visibility: visible; 
}

post-image {
    width: 150px;
    float: left;
    margin-left: -46px;
    margin-top: 0px;
    position: relative;
    top: 0px;
    }
    .most_recent_post article {
    margin: 0px 144px;
}
.post_body {
    float: none;
    width: 74%;
    margin: 0px 144px;
    /* margin-top: -70px; */
}
#our_brands_section{
    width: 100%;
    float: none;
}
.products-slider br{
    display: none;
}
#our_brands_section br{
    display: none;
}
#news p {
    font-size: 15px;
}
#news{
    width: 96%;
}
.footer{
    /*position: relative;*/
    /*top: 74px;*/
}

 div.custom-menu-class li {
    display: block;
    line-height: 30px;
    width: 100%;
}
    #menu-item-1458 {
    margin-left: 0px;
    margin-top: 15px;
}

div.custom-menu-class a {
    color: #FFFFFF;
    padding: 0px 20px;
}
div.custom-menu-class .sub-menu a {
    padding: 0px 10px;
}

.sub-menu {
	height:auto !important;
	left:0px;
}
div.custom-menu-class ul li a i.fas{
	display:none;
}

#menu-item-1459, #menu-item-1460 {
    margin-left: 0px;
    margin-top: 12px;
}


}
@media screen and (max-width: 480px) {
  #form select{
    width: 66%;
}

/*#form li:nth-child(3){
    display: block;
}*/

.message{
    margin-top: 20px!important;
    width: 64.5%!important;
}
#form textarea, #form select {
    float: none;

}
.iframe{
    margin: -7px;
    width: 73%;
}
#form button{
    margin-left: 43%;
    float: none;
}





}
