/*
 Theme Name:	OSCORP
 Theme URI:		https://codethemes.co/product/
 Description:	CPM Framework Child Theme
 Author:		Code Themes
 Author URI:	https://codethemes.co/
 Template:		cpm-framework
 Version:		1.0.0
 License:		GNU General Public License v3 or later
 License URI:	http://www.gnu.org/licenses/gpl-3.0.html
 Tags:			two-columns, right-sidebar,two-columns,three-columns,left-sidebar,right-sidebar,flexible-header,custom-background,custom-colors,custom-header,custom-menu,featured-image-header,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,translation-ready
 Text Domain:  oscorp
*/

/********************************************************************************************************/

/*------------------*\
    #UNIVERSAL CSS
\*------------------*/

body{
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    letter-spacing: 0.5px;
}

.entry-content{
    overflow: hidden;
}

.entry-content ul{
    margin: 20px 0;
}

.entry-content ul li img{
    width: 100%;
}

.primary-color,
.entry-content ul li i{
    color: #099a69;
}

.no-list-type{
    list-style-type: none;
    overflow: hidden;
}

.no-list-type li{
    float: left;
    margin: 0 5px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.cpm-page-title{
    border-bottom: 2px solid #099a69;
    color: #099a69;
    padding-bottom: 20px;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.section-heading h2{
    font-weight: 500;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{    
    color: #099a69;
}

.entry-content h2{
    margin: 20px 0;
}

.entry-content h3{
    border-bottom: 1px solid #099a69;
    margin: 25px 0;
    padding-bottom: 10px;
}

.entry-content h4{
    margin: 0 0 20px;
}

.entry-content a{
    font-weight: 600;
}

.entry-content a:hover{
    text-decoration: underline;
}

.entry-content .table-responsive{
    margin: 20px 0;
}

.entry-content table{
    background: #ffffff;
    border: 2px solid #019b67;
    border-radius: 5px;
    margin: 0;
    text-align: center;
    width: 100%;
}

.entry-content table tr td{
    padding: 5px 0 0;
}

.entry-content p{
    overflow: hidden;
}

span.red{
    color: #ff0000;
}

.widget-title{
    line-height: 26px;
}

.widget-area .prod-side-menu h2{
    background: #099a69;
    border-bottom: 2px solid #099a69;
    color: #ffffff;
    font-size: 24px;
    margin: 0 0 25px;
    padding: 16px 15px;
    text-transform: uppercase;
}

.widget-area .prod-side-menu li{
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget-area .prod-side-menu li a {
    border-left: 3px solid rgba(221, 221, 221, 0.51);
    display: block;
    padding: 10px 12px;
}

.widget-area .prod-side-menu li a:hover{
    border-left: 3px solid #099a69;
    color: #099a69;
}

.widget-area .prod-side-menu li a.active,
.widget-area .prod-side-menu li a.active:hover{
    background: #099a69;
    border-left: 3px solid #099a69;
    color: #ffffff;
}

/*--------------------------------------------------------------
 * ## TABLE-RESPONSIVE
 *--------------------------------------------------------------
 */

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table {
    border: 0;
  }
  .table-responsive > .table > thead > tr > th:first-child,
  .table-responsive > .table > tbody > tr > th:first-child,
  .table-responsive > .table > tfoot > tr > th:first-child,
  .table-responsive > .table > thead > tr > td:first-child,
  .table-responsive > .table > tbody > tr > td:first-child,
  .table-responsive > .table > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table > thead > tr > th:last-child,
  .table-responsive > .table > tbody > tr > th:last-child,
  .table-responsive > .table > tfoot > tr > th:last-child,
  .table-responsive > .table > thead > tr > td:last-child,
  .table-responsive > .table > tbody > tr > td:last-child,
  .table-responsive > .table > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table > tbody > tr:last-child > th,
  .table-responsive > .table > tfoot > tr:last-child > th,
  .table-responsive > .table > tbody > tr:last-child > td,
  .table-responsive > .table > tfoot > tr:last-child > td {
    border-bottom: 0;
  }

/*--------------------------------------------------------------
 * ## CONTENT
 *--------------------------------------------------------------
 */

#content{
    background: rgba(255,255,255,1);
    padding-bottom: 70px;
    position: relative;
}

#content > *{
    position: relative;
    z-index: 1;
}

.home #content:before{
    background: url(assets/images/top-bg.png) no-repeat scroll top center;
    content: '';
    display: none;
    height: 297px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.home-sidebar{
    padding: 100px 0 70px;
}

/********************************************************************************************************/

/*------------------*\
    #HEADER
\*------------------*/

.logged-in.admin-bar .nav-wrapper.sticking{
    top: 32px !important;
}

.header-transparent .topheader {
    background: rgba(9, 154, 105, .5) !important;
    border-bottom: none;
}

.nav-wrapper.not-sticking{
    background: transparent !important;
    border-bottom: none;
}

#page {
   position: relative;
}

.home .search-item span.search-icon{
	color: #ffffff;
}

.white.transparent-nav-wrapper .search-item span.search-icon{
    color: #333;
}

.navbar .navbar-nav>li>a{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.navbar .navbar-nav>li>ul.dropdown-menu{
    right: 0;
}

.navbar-nav .dropdown-menu li a{
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.transparent-nav-wrapper .navbar-default .navbar-nav>li>a:hover {
    background: rgba(9, 154, 105, 0.5) !important;
    color: #ffffff;
}


/*--------------------------------------------------------------
 * ## PRODUCT FULL-WIDTH MENU
 *--------------------------------------------------------------
 */

.navbar .navbar-nav>li#menu-item-54,
.navbar .navbar-nav>li#menu-item-513{
    position: static;
}

.navbar .navbar-nav>li#menu-item-54>ul.dropdown-menu,
.navbar .navbar-nav>li#menu-item-513>ul.dropdown-menu{
    width: 80%;
}

.navbar .navbar-nav>li#menu-item-54>ul.dropdown-menu > li,
.navbar .navbar-nav>li#menu-item-513>ul.dropdown-menu > li{
    float: left;
    width: 25%;
}

.navbar .navbar-nav>li#menu-item-54>ul.dropdown-menu .dropdown-menu,
.navbar .navbar-nav>li#menu-item-513>ul.dropdown-menu .dropdown-menu{
    border: none;
    border-top: 3px solid #099a69;
    display: block;
    left: 0;
    min-width: 0;
    position: relative;
    right: 0;
    width: 100%;
}

/********************************************************************************************************/

/*------------------*\
    #FOOTER
\*------------------*/

.cp-footer-sec.prefooter-five-col img{
	display: inherit;
	margin: 0 auto;
    max-width: 100%;
	width: auto;
}

.cp-botfooter-sec h4 {
    font-size: 14px;
}

.cp-botfooter-sec h4 a{
	display: block;
	margin-top: 5px;
}

.cp-footer-sec.prefooter-five-col .container{
    position: relative;
}

.cp-footer-sec.prefooter-five-col .row .col-md-4:first-child{
    width: 15%;
}

.cp-footer-sec.prefooter-five-col .row .col-md-2:nth-of-type(2){
    width: 25%;
}

.cp-footer-sec.prefooter-five-col .row .col-md-2:nth-of-type(3),
.cp-footer-sec.prefooter-five-col .row .col-md-2:nth-of-type(4){
    text-align: center;
    width: 15%;
}

.cp-footer-sec.prefooter-five-col .row .col-md-2:nth-of-type(5){   
    width: 30%;
}

.cp-footer-sec.prefooter-five-col .owl-carousel .owl-item{
    background: #099a69;
    padding: 5px;
}

.cp-footer-sec.prefooter-five-col .row .col-md-2:nth-of-type(3) img,
.cp-footer-sec.prefooter-five-col .row .col-md-2:nth-of-type(4) img{
    width: 80px;
}


/********************************************************************************************************/

/*------------------*\
    #HOME
\*------------------*/

/*--------------------------------------------------------------
 * ## CP-BANNER-SEC
 *--------------------------------------------------------------
 */

.cp-banner-sec .carousel-inner:before {
    background: url(assets/images/slider-trans-overlay.png) no-repeat scroll 0 0/cover;   
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}

.cp-banner-sec .carousel-inner:after {
    background: url(assets/images/slider-overlay.png) no-repeat scroll 0 0/cover;   
    bottom: 0;
    content: '';
    height: 400px;
    position: absolute;
    right: 0;
    width: 550px;
    z-index: 5;
}

.cp-banner-sec .cp-carousel .carousel-inner .item:before{
    background: none;
}

.cp-banner-sec .carousel-caption h3{
    text-shadow: 2px 2px 50px rgba(0, 0, 0, 1);
}

.cp-portfolio-sec .element-item{
    padding: 1% 2% 2% 0%!important;
}

/********************************************************************************************************/

/*------------------*\
    #INNER-PAGES
\*------------------*/

.info-box {
    background: #CCC;    
    border: 1px solid #CCC;
    box-shadow: 1px 1px 3px #333;
    border-radius: 5px;
    margin: 10px 0 20px;
    padding: 10px 10px 10px 60px ;
    position: relative;
    width: 100%;
}

.info-box:before {
    background: url(assets/images/information-icon.png) no-repeat;  
    content: '';
    height: 26px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 43px;
}

.info-box h3{
    margin-top: 0;
}

.info-box .roofing-head{
    border-bottom: 1px solid #099a69;
    color: #099a69;
    display: inline-block;
    padding-bottom: 5px;
    margin: 0 0 5px;
}

.roofing-left{
    display: block;
    float: left;
    width: 30%;
}

.roofing-right{
    display: block;
    float: left;
    width: 70%;
}

.data-list{
    font-size: 16px;
    list-style-type: none;
    margin:20px 0 !important;;
    padding: 0;
}

.data-list li{
    margin-bottom: 5px;
    padding-left: 35px;
    position: relative;
}

.data-list li:before{
    background: url(assets/images/information-icon.png) no-repeat scroll 0 0/contain;
    content: '';
    height: 15px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 25px;
}

#conversion-header {
    background: #099a69;
    color: #fff;
    font-size: 20px;
    padding: 8px 15px;
    margin: 15px 0;
    overflow: hidden;
}

#conversion-header span{
    display: block;
    float: left;
    width: 50%;
}

#conversion-columns div {
    float: left;
    font-size: 18px;
    line-height: 25px;
    margin: 10px 0 20px 0;
    padding: 0 0 0 15px;
    width:50%;
    word-wrap: break-word;
}

ul.weldmesh-uses {
    display: block;
    float: left;    
    list-style-type: none;
    margin: 20px auto;
    padding: 0;
    width: 33.333%;
}

.col-half{
    float: left;
    width: 50%
}

ul.photos,
.col-three,
.col-four{
    margin: 20px 0;
    overflow: hidden;
    padding: 0;
}

.col-three li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    width: 33.333%;
}

ul.photos li,
.col-four li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    width: 25%;
}

ul.photos.gutter li{
    float: left;
    list-style-type: none;
    padding: 15px;
    width: 50%;
}

ul.photos li img{
    padding-bottom: 10px;
}

ul.photos li span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.rod:before,
.rod:after{
    background: url(assets/images/rod1.png);
    content: '';
    height: 393px;
    position: absolute;
    width: 30px;
}

.contact li{
    display: block;
    float: none;
    margin: 0;
}

.contact .name{
    font-weight: 600;
}

.contact a{
    font-weight: 400;
}

.contact i{
    margin-right: 10px;
    width: 15px;
}

/********************************************************************************************************/

/*------------------*\
    #ARCHIVE
\*------------------*/

.contact-form-wrapper{
    padding: 0;
}

body.single-services .post-navigation,
body.single-portfolio .post-navigation{
    display: none;
}

body.single-services .post-detail,
body.single-portfolio .post-detail{
    border: none;
}

.page-index a.btn {
    color: #fff;
    border: 1px solid #099a69;
}

.page-index a.btn:hover{
    color: #000;
}

.pagination{
    clear: both;
    display: block;
}

.post-detail{
    padding-top:0;
}

.panel{
    background: #f5f5f5;
    border-color: #099a69;
}

.panel-default>.panel-heading {
    background:transparent;
    border: none;
    padding: 0;
}

.panel-default>.panel-heading a{
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    position: relative;
}

.panel-default>.panel-heading a:before{
    content: '\f13a';
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 8px;

    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.panel-default>.panel-heading a[aria-expanded="false"]{
    background: #f5f5f5;
    border: 1px solid #099a69;
    color: #099a69;
}

.panel-default>.panel-heading a[aria-expanded="true"]{
    background: #099a69;
    border: 1px solid #099a69;
    color: #ffffff;
}

.panel-default>.panel-heading a[aria-expanded="true"]:before{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*--------------------------------------------------------------
 * ## GALLERY-IMG
 *--------------------------------------------------------------
 */

.gallery-img{
    margin-bottom: 30px;
    overflow: hidden;
}

.gallery-img .owl-carousel .owl-nav.disabled{
    display:block;
}

.gallery-img .owl-prev,
.gallery-img .owl-next {
    background: #099a69;   
    color: transparent;
    display: inline-block;
    height: 47px;
    font-family: 'Glyphicons Halflings';
    font-size: 0;
    font-weight: 100;
    font-style: normal;
    line-height: 44px;
    left: 0;
    margin-top: -23.5px;
    margin-left: 0;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 47px;
    z-index: 99;

    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.gallery-img .owl-next{
    left: auto;
    right: 0;
}

.gallery-img .owl-prev:before {
    color: #ffffff;
    content: "\e079";
    font-size: 22px;
}

.gallery-img .owl-next:before {
    color: #ffffff;
    content: "\e080";
    font-size: 22px;
}

.gallery-img .owl-prev:hover, .gallery-img .owl-next:hover {
    background: #099a69;
    opacity: 1;
}

.gallery-img .owl-dots {
    bottom: 20px;
    left: 50%;
    list-style: none;
    margin-left: -30%;
    position: absolute;
    padding-left: 0;
    text-align: center;
    width: 60%;
    z-index: 15;
}

.gallery-img .owl-dots .owl-dot {
    display: inline-block;
    float: none;
}

.gallery-img .owl-dots .owl-dot span{
    background: transparent;
    border: 1px solid #099a69;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    margin: 1px 3px;
    height: 10px;
    width: 10px;
}

.gallery-img .owl-dots .owl-dot.active span{
    background: #099a69;   
    margin: 0;
    height: 12px;
    width: 12px;
}

.gallery-img .owl-dots .owl-dot:hover span{
    background-color: #099a69;   
}

.post-navigation{
    display: none;
}

/********************************************************************************************************/

/*------------------*\
    #RESPONSIVE
\*------------------*/

@media(min-width: 768px){
    
    #primary-nav .dropdown:hover > .dropdown-menu {
        display: block;
    }

}

@media(min-width: 1500px){

    .cp-banner-sec .carousel-inner:after{
        height: 600px;
        width: 800px;
    }

    .cover-banner .cp-carousel .carousel-inner .item .carousel-caption {
        position: absolute;
        top: 40%;
    }

}

@media(max-width: 1199px){

    .cp-banner-sec .carousel-inner:after{
        height: 300px;
        width: 400px;
    }

}

@media (min-width: 768px) and (max-width: 1024px){

    .header-default .header-logo{
        padding-right: 10px;
    }

    .header-logo a img{
        max-height: 55px;
    }

    .navbar .navbar-nav>li>a{
        font-size: 15px;
        line-height: 36px;
        padding: 10px;
    }

    .navbar-nav .dropdown-menu li a {
        font-size: 12px;
        padding: 10px 8px;
    }

    .search-item span.search-icon{
        line-height: 36px;
    }
    
    .cp-services-sec .col-md-4.mob-margin-bot{
        float: left;
        margin-bottom: 0 !important;
        width: 33.33%;
    }

    .cp-services-sec .serviceBox{
        margin-bottom: 0;
        width: auto;
    }

}


@media (min-width: 768px) and (max-width: 991px){

    .navbar .navbar-nav>li#menu-item-54>ul.dropdown-menu,
    .navbar .navbar-nav>li#menu-item-513>ul.dropdown-menu{
        top: 71px;
    }
}

@media (max-width: 990px){

	.cp-portfolio-sec .element-item {
	    padding: 1.5% !important;
	    width: 50%;
	}
}

@media (max-width: 782px){

    .logged-in.admin-bar .nav-wrapper.sticking {
        top: 46px !important;
    }

}


@media(max-width: 767px){

    .section{
        padding: 30px 0;
    }

    .alignleft,
    .alignright {
        float:none;
        margin: 0 0 10px;
    }

    .navbar-default .navbar-toggle{
        border-color: #099a69;
    }

    .navbar-default .navbar-toggle:focus, 
    .navbar-default .navbar-toggle:hover,   
    .navbar-default .navbar-toggle{
        background-color: #099a69;
    }

    .navbar-default .navbar-toggle .icon-bar{
        background: #ffffff;
    }

    .cp-banner-sec .carousel-inner:after{
        height: 200px;
        width: 300px;
    }

    .cover-banner .cp-carousel .carousel-inner .item{
        height: 550px !important;
    }

    .cover-banner .cp-carousel .carousel-inner .item .carousel-caption {
        left: 10%;
        right: 10%;
        top: 25%!important;
    }

    .carousel-caption h3 {
        font-size: 30px!important;
    }

    .carousel-caption p{
        font-size: 15px;
        line-height: 22px;
    }

    .btn-group-wrap {
        margin-top: 10px;
    }

    .navbar-collapse{
        background: rgba(9, 154, 105, 0.9);
    }

    .navbar-collapse.in{
        height: auto;
        max-height: 100%;
    }

    .cp-footer-sec{
        padding: 30px 0 0 !important;
    }

    .cp-footer-sec.prefooter-five-col .row .col-md-4:first-child,
    .cp-footer-sec.prefooter-five-col .row .col-md-2:nth-of-type(2),
    .cp-footer-sec.prefooter-five-col .row .col-md-2:nth-of-type(3),
    .cp-footer-sec.prefooter-five-col .row .col-md-2:nth-of-type(4),
    .cp-footer-sec.prefooter-five-col .row .col-md-2:nth-of-type(5){
        text-align: center;
        width: 100%
    }

    .navbar .navbar-nav li,
    .navbar .navbar-nav>li#menu-item-54,
    .navbar .navbar-nav>li#menu-item-513{
        overflow: hidden;
        position: relative;
    }

    .navbar .navbar-nav>li>ul.dropdown-menu li+li {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

    .navbar .navbar-nav li a{
        color: #ffffff !important;
    }

    .navbar .navbar-nav li .caret{
        display: none;
    }

    .caret-down{
        background: rgba(0, 0, 0, 0.1);
        border: none;
        height: 60px;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        width: 50px;
        z-index: 10;      
    }

    .caret-down i{
        color: #ffffff;
        line-height: 60px;

        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .caret-down.open i{
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav .dropdown-menu .caret-down{
        height: 46px;
    }

    .navbar-nav .dropdown-menu .caret-down i{
        line-height: 46px;
    }

    .navbar-nav .dropdown-menu,
    .navbar-nav ul.dropdown-sub,
    .navbar .navbar-nav>li#menu-item-54>ul.dropdown-menu .dropdown-menu,
    .navbar .navbar-nav>li#menu-item-513>ul.dropdown-menu .dropdown-menu{
        display: none;
        position: relative !important;
        top: 0 !important;
        width: 100%;
    }   

    .navbar-nav .dropdown-menu li a {        
        color: #ffffff !important;
    }

    .navbar .navbar-nav>li#menu-item-54>ul.dropdown-menu,
    .navbar .navbar-nav>li#menu-item-513>ul.dropdown-menu,
    .navbar .navbar-nav>li#menu-item-54>ul.dropdown-menu > li,
    .navbar .navbar-nav>li#menu-item-513>ul.dropdown-menu > li{
        float: none;
        width: 100%;
    }

    .dropdown-menu.dropdown-sub{
        border-bottom: 3px solid #099a69 !important;
    }  

    .entry-content table td p{
        font-size: 14px;
    }  
   
}

@media (max-width: 600px){

    .logged-in.admin-bar .nav-wrapper.sticking {
        top: 0px !important;
    }

    .roofing-left,
    .roofing-right,
    ul.weldmesh-uses,
    .col-half,
    .col-three li,
    ul.photos li,
    .col-four li,
    ul.photos.gutter li{
        float: none;
        width: 100%;
    }

    #conversion-header{
        font-size: 16px;
    }

    #conversion-columns div{
        font-size: 14px;
    }

}