/*
Theme Name:    Armour Coat
Description:   A custom theme
Version:       1.0
Author: Widsix
*/

@import url("fonts/stylesheet.css");


/** Global css **/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body{
    color: #000000;
    font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
    position: relative;
}
a{
    color: #a00201;
    text-decoration: none;
    transition: all 0.2s linear;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
}
a:hover {
	color: white;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'GaspoSlabW00';
    font-weight: 900;
    font-style: normal;
    line-height: 1.1em;
    letter-spacing: 4px;
    margin: 35px 0 20px 0;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em,
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i{
    font-family: 'GaspoSlabW00-BlackIt';
    font-weight: 900;
    font-style: italic;
}
h1{
    font-size: 60px;
}
h2{
    font-size: 50px;
}
h3{
    font-size: 40px;
}
h4{
    font-size: 30px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 16px;
}
img{
    max-width: 100%;
    height: auto;
}
#wrapper{
    position: relative;
    overflow-x: hidden;
}
.container{
    max-width: 1500px;
    margin: auto;
}
    .vc_active .container{
        max-width: 1530px;
    }
    .container:before,
    .container:after {
        content: " ";
        display: table;
    }
    .container:after {
        clear: both;
    }
.clearfix:before, 
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}



/** #header **/
#header{
}
    #header-logo{
        padding-top: 27px;
        padding-bottom: 25px;
        padding-right: 10px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 1;
    }
    #header-menu-left{
        float: left;
        width: calc(50% - 120px);
        position: relative;
        z-index: 2;
    }
    #header-menu-right{
        float: right;
        position: relative;
        width: calc(50% - 120px);
        z-index: 2;
    }
        #header-menu-right > ul.menu{
            float: right;
        }
    #header ul.menu{
        margin: 0;
        padding: 0;
        line-height: 1em;
    }
        #header ul.menu li{
            list-style-type: none;
        }
        #header ul.menu li a{
            color: #000;
            font-family: 'GaspoSlabW00';
            font-weight: normal;
            font-style: normal;
            font-size: 18px;
            margin-right: 1px;
            letter-spacing: 1px;
            text-transform: uppercase;
            text-decoration: none;
        }
        #header ul.menu > li{
            float: left;
        }
        #header ul.menu > li > a{
            display: block;
            padding: 86px 19px 0 19px;
            height: 180px;
            line-height: 1em;
        }
        #header ul.menu > li > a:hover,
        #header ul.menu > li.current-menu-item > a{
            color: #fff;
            background: url('img/menu-active-bg.jpg') repeat 0 0 / cover;
            font-family: 'GaspoSlabW00';
            font-weight: 900;
        }
        #header ul.menu > li > a:hover{
            font-family: 'GaspoSlabW00';
            font-weight: normal;
        }
        #header ul.menu > li.btn-callus > a{
            background: none #a00201;
            color: #fff;
            padding-left: 25px;
            padding-right: 25px;
            height: auto;
            padding-top: 25px;
            margin-top: 60px;
            padding-bottom: 22px;
            margin-left: 10px;
        }
        #header ul.menu > li.btn-callus > a:hover{
            background-color: #000;
        }
        #header ul.menu > li > ul{
            display: none;
        }

.fixed #header{
    background: none #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    z-index: 9999;
}
    .fixed #header ul.menu > li > a{
        padding-top: 34px;
        height: 80px;
    }
    .fixed #header-logo{
        padding-top: 10px;
        padding-bottom: 0;
    }
    .fixed #header-logo img {
        width: 100px;
    }
    .fixed #header ul.menu > li.btn-callus > a{
        margin-top: 11px;
        padding-top: 22px;
        padding-bottom: 20px;
        height: 57px;
    }

    #mobile-nav-icon{
        cursor: pointer;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 48px;
        right: 2.5%;
        z-index: 9999;
        margin: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .fixed #mobile-nav-icon{
        top: 32px;
    }
        #mobile-nav-icon span{
            display: block;
            position: absolute;
            height: 2px;
            width: 100%;
            background: #000;
            border-radius: 4px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }
            #mobile-nav-icon span:nth-child(1) {
                top: 0px;
            }
            #mobile-nav-icon span:nth-child(2),#mobile-nav-icon span:nth-child(3) {
                top: 7px;
            }
            #mobile-nav-icon span:nth-child(4) {
                top: 14px;
            }
            #mobile-nav-icon.open span:nth-child(1) {
                top: 20px;
                width: 0%;
                left: 50%;
            }
            #mobile-nav-icon.open span:nth-child(2) {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }
            #mobile-nav-icon.open span:nth-child(3) {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }
            #mobile-nav-icon.open span:nth-child(4) {
                top: 18px;
                width: 0%;
                left: 50%;
            }



/** #mobile-nav-container **/
#mobile-nav-container{
    background: none #000;
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    min-height: 200px;
    z-index: 999;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.fixed #mobile-nav-container{
    top: 80px;
}
    #mobile-nav{
        margin: 0;
        padding: 15px 0;
    }
    #mobile-nav > li{
        list-style-type: none;
        text-align: right;
    }
    #mobile-nav > li > a{
        color: #fff;
        display: block;
        font-family: 'GaspoSlabW00';
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        padding: 7px 0;
        text-transform: uppercase;
    }
    #mobile-nav > li > a:hover,
    #mobile-nav > li.current-menu-item > a{
        color: #a00201;
        font-family: 'GaspoSlabW00';
        font-weight: 900;
    }
    #mobile-nav > li > ul{
        display: none !important;
    }
    #mobile-nav > li.btn-callus > a{
        background: none #a00201;
        display: inline-block;
        padding: 10px 20px;
        margin-top: 7px;
        margin-bottom: 5px;
    }




/** #main **/
#main{
	color: #fff;
    background: url('img/emblem-pattern.jpg') repeat center;
    background-size: auto;
    font-size: 16px;
    line-height: 1.4em;
}
#main .wpb_text_column a{
	color: #fff;
	font-style: italic;
}
#main .wpb_text_column a:hover{
	color: #a00201;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid {
	max-width: 1120px;
	margin: auto;
}
    #main .vc_btn3-container .vc_btn3{
        background: none #a00201;
        border: none;
        color: #fff;
        font-size: 35px;
        font-family: 'GaspoSlabW00';
        font-weight: 900;
        font-style: normal;
        letter-spacing: 5px;
        padding: 17px 48px 17px 48px;
        text-align: center;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    #main .vc_btn3-container .vc_btn3:hover{
        background-color: #000;
    }

    #main .section-hero{
    }
        #main .section-hero .container{
            max-width: 100% !important;
            width: 100% !important;
        }
        #main .section-hero .wpb_content_element{
            margin: 0;
        }
		#main .section-hero .wpb_single_image,
		#main .section-hero .wpb_single_image .vc_figure,
		#main .section-hero .wpb_single_image .vc_single_image-wrapper,
		#main .section-hero .wpb_single_image .vc_single_image-img{
			max-width: 100% !important;
			width: 100% !important;
		}

    #main .section-products{
        background: url('img/home-bg1.jpg') no-repeat top center / cover;
        color: #fff;
        padding-top: 70px;
        padding-bottom: 50px;
        text-align: center;
    }
        #main .section-products h2{
            letter-spacing: 7px;
            margin-bottom: 50px;
            text-transform: uppercase;
        }
        #main .section-products .container{
            max-width: 1200px;
        }
        #main .section-products .vc_col-sm-12 .vc_row{
            position: relative;
        }
        #main .section-products .vc_col-sm-12 .vc_row:before{
            content: "";
            background: none #8d8d8d;
            position: absolute;
            bottom: 0;
            left: 5%;
            width: 90%;
            height: 1px;
        }
        #main .section-products .vc_col-sm-4 .wpb_text_column{
            margin-bottom: 15px;
        }
        #main .section-products .vc_btn3-container{
            padding-top: 85px;
        }

    #main .section-partners{
        color: #fff;
        padding: 22px 0 20px 0;
    }
        #main .section-partners .wpb_gallery{
            margin: 0;
            position: relative;
        }
        #main .section-partners .wpb_gallery:before{
            content: "";
            background: url('img/partner-icon-left.jpg') no-repeat 0 0 / contain;
            display: block;
            width: 60px;
            height: 60px;
            position: absolute;
            top: 50px;
            left: -90px;
            z-index: 9;
        }
        #main .section-partners .wpb_gallery:after{
            content: "";
            background: url('img/partner-icon-right.jpg') no-repeat 0 0 / contain;
            display: block;
            width: 60px;
            height: 60px;
            position: absolute;
            top: 50px;
            right: -90px;
            z-index: 9;
        }
        #main .section-partners .wpb_image_grid_ul{
            margin: 0;
            padding: 0;
            height: auto !important;
            text-align: center;
        }
            #main .section-partners .wpb_image_grid_ul li{
                position: relative !important;
                left: auto !important;
                top: auto !important;
                display: inline-block;
                float: none;
                padding: 22px 25px;
                margin: 0;
            }
            #main .section-partners .wpb_image_grid_ul li:first-child{
                padding-left: 0;
            }
            #main .section-partners .wpb_image_grid_ul li:last-child{
                padding-right: 0;
            }

    #main .section-about{
        background: url('img/home-bg2.jpg') no-repeat top center / cover;
        color: #fff;
        padding-top: 160px;
        padding-bottom: 145px;
        overflow-x: hidden;
    }
        #main .section-about .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper{
            background: rgba(160, 2, 1, 0.8);
            position: relative;
            width: 50%;
            padding: 50px 0 35px 0;
        }
        #main .section-about .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper:before{
            content: "";
            display: block;
            width: 2500px;
            height: 100%;
            background: rgba(160, 2, 1, 0.8);
            position: absolute;
            left: -2500px;
            top: 0;
            z-index: 1;
        }
        #main .section-about .wpb_text_column{
            margin: 0;
            border-left: 7px solid #fff;
            padding-left: 35px;
            padding-right: 35px;
            font-size: 17px;
            line-height: 1.4em;
            letter-spacing: 0.4px;
        }
        #main .section-about h2{
            margin-top: 0;
            text-transform: uppercase;
        }
        #main .section-about p{
            margin: 27px 0;
        }

    #main .section-bottombanner{
        background: url('img/home-bg3.jpg') no-repeat top center / cover;
        color: #fff;
        min-height: 400px;
    }
        #main .section-bottombanner h3{
            text-transform: uppercase;
        }
        #main .section-bottombanner h3 strong{
            background: none #a00201;
            display: inline-block;
            vertical-align: top;
            padding: 0px 5px 0 10px;
        }



/** #postsnavigation **/
#postsnavigation{
    padding-top: 60px;
    text-align: center;
}
    #postsnavigation .wp-pagenavi .pages{
        display: none;
    }
    #postsnavigation .wp-pagenavi a, #postsnavigation .wp-pagenavi span{
        display: inline-block;
        background: none #fff;
        border: none;
        color: #000;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.2em;
        padding: 10px 15px;
        margin: 5px;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    #postsnavigation .wp-pagenavi a:hover,
    #postsnavigation .wp-pagenavi .current{
        background-color: #93cdff;
        color: #fff;
        border: none;
        text-decoration: none;
    }


/** #footer **/
#footer{
    background: none #000000;
    border-top: 1px solid #c0bebd;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 1.4em;
    min-height: 49px;
}
    #footer .container{
        position: relative;
    }
    #footer a{
        color: #fff;
    }
    #footer a:hover{
        color: #a00201;
    }
    #footer-logo{
        position: absolute;
        top: 7px;
        left: 0;
    }
    #footer-copy{
        padding: 20px 157px 19px 90px;
    }
        #footer-copy p{
            margin: 0;
        }
        #footer-copy .sep{
            display: inline-block;
            font-size: 11px;
            padding: 0 14px;
            vertical-align: top;
        }
        #footer-copy .label-red{
            color: #a00201;
            display: inline-block;
            vertical-align: top;
        }
    #footer-socials{
        position: absolute;
        top: 20px;
        right: 0;
    }
        #footer-socials p{
            margin: 0;
        }
        #footer-socials p img{
            display: inline-block;
            margin-left: 34px;
            vertical-align: top;
        }

table {
	width: 100%;
	table-layout: auto;
}