/*
Theme Name:     BuildPro Child
Theme URI:      http://demo.oceanthemes.net/buildpro/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         OceanThemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       buildpro
*/

@import url("../buildpro/style.css"); 
 
/* =Theme customization starts here
------------------------------------------------------- */

div#contents {
    padding-top: 154px!important;
}

.centerbg .vc_column-inner{ background-position: center center!important;}

.center .vc_column-inner{ text-align: center!important}

.salesbox { background: #b12929;}
.salesbox .vc_column-inner { padding: 30px!important; text-align: center; margin: 10px; border: 3px solid #fff;}

.salesbox .size1 { font-family: "Montserrat",Arial, Helvetica, sans-serif; font-weight: 300; font-size: 50px; text-transform: uppercase; margin-bottom: 0; line-height: 1.3em;}
.salesbox .size2 { font-family: "Montserrat",Arial, Helvetica, sans-serif; font-weight: 700; font-size: 100px; text-transform: uppercase;margin-bottom: 0; line-height: 1.0em;}

.bg-color2 { background: #006699!important;}
.bg-color3 { background: #b12929!important;}

#subheader {
    background-color: #069;
    padding-top: 0!important;
}

#mainmenu {
    font-size: 20px!important;
    margin-top: 12px!important;
}

.contact_number {
 
    font-size: 20px;
    font-weight: 300;
    color: #444;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 22px 0;
	line-height: 1.35em;
}
.contact_number a {
	 font-size: 30px;
    font-weight: 700;
    color: #40cf10;   
   padding: 5px 0 0;
    display: inline-block;
}

.contact_number a:hover { color: #c7423e;; text-decoration: none;}

header.de_header_2.smaller { box-shadow: 0 2px 2px rgba(0,0,0,0.3);}

header.de_header_2.smaller .contact_number { font-size: 14px; padding: 20px 0;}
header.de_header_2.smaller .contact_number a{ font-size: 21.5px;}

header.de_header_2.smaller #mainmenu {
    font-size: 16px!important;
    margin-top: 6px!important;
}

#mainmenu li li a {
    color: #fff!important;
    width: 100%;
    text-align: left;
    padding: 2px 15px;
    background: #069;
    border-top: none;
    border-left: none;
	font-size: 16px!important;
}

#mainmenu li li {
    font-weight: normal;
    border-bottom: solid 1px #075379!important;
}

@media only screen and (max-width: 1024px){
	div#contents {
		padding-top: 0px!important;
	}
	
	.vc_col-sm-4 { padding: 5px 0;}
	
	.container .col-md-4 {
		margin-bottom: initial;
	}
	
	.contact_number {
		padding: 0
	}

	.salesbox .size1 {
		font-size: 30px;
	}
	a.btn-fx {
		white-space: normal;display: block!important;
	}
}

@media only screen and (max-width: 992px){
	div#contents {
		padding-top: 0px!important;
	}
	
	.vc_col-sm-4 { padding: 5px 0;}
	
	.container .col-md-4 {
		margin-bottom: initial;
	}
	
	.contact_number {
		padding: 0
	}

	.salesbox .size1 {
		font-size: 30px;
	}
	a.btn-fx {
		white-space: normal;display: block!important;
	}
}
