/*
Theme Name: Padre Child
Theme URI: 
Description: Child theme for the Padre theme
Author: <a href="http://www.tommusrhodus.com">Tom Rhodes</a>
Author URI: 
Template: padre
Version: 1.0.0
*/

@import url('../padre/style.css');



.sub {
font-family: "brandon-grotesque",sans-serif !important;
font-style: normal !important;
font-weight: 500 !important;
font-size: 14px !important;
letter-spacing: 2px;
text-transform: uppercase !important;
}

.nav-container .sub {
	font-size: 16px!important;
}

a, body {
font-family: "brandon-grotesque",sans-serif !important;
font-style: normal !important;
font-weight: 500 !important;
font-size: 16px !important;
text-transform: normal !important;
}

a {
color: #fff !important;
}

h3 {
font-family: "baskerville-urw",sans-serif !important;
font-style: normal !important;
line-height: 27px !important;
font-weight: 400 !important;
font-size: 21px !important;
text-transform: none !important;
}

h1 {
font-family: "baskerville-urw",sans-serif !important;
font-style: normal !important;
font-weight: 400 !important;
font-size: 62px !important;
text-transform: none !important;
}

h2 {
    font-size: 40px;
    line-height: 48px;
    font-family: "baskerville-urw",sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

h4 {
font-family: "brandon-grotesque",sans-serif !important;
font-style: normal !important;
font-weight: 500 !important;
font-size: 16px !important;
letter-spacing: 4px !important;
line-height: 24px !important;
text-transform: uppercase !important;
}

.overlay:before {
background: none !important;
}

.nav-bar .container {
    background-color: #2a3c4b !important;
    width: 100%;
    margin: 0px;
    padding: 10px 0 !important;
    height: 70px;
}

.nav-bar a {
height: 12px;
}

.menu-padre li a {
font-size: 14px;
text-transform: uppercase;
font-weight: normal;
letter-spacing: 5px;
padding: 0 9px 0px 55px;
border-left: 1px solid #fff;
color: #fff;
opacity: 1;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
margin: 15px 0;
line-height: 15px;
}

.vc_sep_width_10 {
width: 3% !important;
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline, .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
padding: 17px 52px;
letter-spacing: 7px;
}

.pb80 {
padding-bottom: 0px !important;
	padding-top: 44px !important;
}

.pt120 {
padding-top: 50px !important;
}

body .textwidget {
font-size: 14px !important;
}

.map-holder div[class*='col-'] {
color: #000 !important;
font-size: 22px !important;
}

.bg-white {
opacity: .9 !important;
}

.align-bottom {
display: none !important;
}

.pb120 {
padding-bottom: 50px !important;
}

.map-holder iframe {
-webkit-filter: none !important;
-moz-filter: none !important;
-ms-filter: none !important;
-o-filter: none !important;
filter: none !important;
filter: none !important;
}

#menu-item-170 a {
border-left: none !important;
}

.col-md-offset-3 {
margin-left: 0px !important;
}

.col-md-6 {
width: 30% !important;
}

section, footer {
padding: 0px !important;
}

.tab-content p {
text-transform: none !important;
text-align: center !important;
font-size: 16px !important;
margin-left: 40px !important;
margin-right: 40px !important;
}

.tab-content h4 {
margin-left: 40px !important;
margin-right: 40px !important;
}

.tab-content {
text-align: center !important;
	font-size: 21px !important;
padding-right: 50px !important;
padding-left: 50px !important;
}

.tabbed-content {
text-align: center !important;
	margin-bottom: 5px !important;
}

span .bold {
padding-bottom: 20px !important;
margin-bottom: 20px !important;
}

.blacktext h3, .blacktext h4 {
color: #000000 !important;
}

.tabs li {
display: inline-block;
cursor: pointer;
background: #2a3c4b;
color: #fff;
padding: 15px 50px 15px 50px;
min-width: 30%;
}

.tabs li.active {
background: #1f282f;
}

.text-tabs .active .tab-title {
opacity: 1;
color: #fff;
}

.text-tabs .tab-title {
opacity: 1;
}

.tabbed-content .content {
background: #1f282f !important;
padding: 50px 0px !important;
}

.col-md-12 {
padding-left: 0px !important;
padding-right: 0px !important;
}

.mb64 {
margin-bottom: 0 !important;
}

.whitey {
    padding-top: 60px !important;
    padding-right: 180px !important;
    padding-bottom: 60px !important;
    padding-left: 180px !important;
    background-color: #1f282f !important;
}

.blacktext {
padding-left: 250px !important;
padding-right: 250px !important;
}

nav.fixed {
position:relative !important;
}

.tab-content {
-moz-column-count: 3;
-moz-column-gap: 0px;
-webkit-column-count: 3;
-webkit-column-gap: 0px;
column-count: 3;
column-gap: 0px;
}




@media (max-width:1024px) {
.tab-content {
-moz-column-count: 2;
-moz-column-gap: 0px;
-webkit-column-count: 2;
-webkit-column-gap: 0px;
column-count: 2;
column-gap: 0px;

}
}


@media (max-width:768px) {

.tab-content {
-moz-column-count: 1;
-moz-column-gap: 0px;
-webkit-column-count: 1;
-webkit-column-gap: 0px;
column-count: 1;
column-gap: 0px;
}

.whitey {
    padding-top: 40px !important;
    padding-right: 10px !important;
    padding-bottom: 60px !important;
    padding-left: 10px !important;
    background-color: #1f282f !important;
}

}

@media (max-width:600px) {
.blacktext {
padding-right: 50px !important;
padding-left: 50px !important;
}

.map-holder .contact-details {
    text-align: left;
    width: 100% !important;
}

.text-tabs .tabs li {
width: 50% !important;
}

.tabs li {
padding: 15px 4px 15px 32px !important;
}
}


.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover, a:active, a:hover {
    color: #1f282f !important;
}

nav.image-bg .menu-padre > li a:hover {
    color: #fff !important;
}

.nav-utility {
	background: rgba(42, 60, 75, 0.45);
    	z-index: 99;
	border-bottom: 0;
    	position: relative;
}
.nav-container .pt180 .container {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -124px;
}

.nav-container .pb180 {
    padding-bottom: 180px;
  /*  height: 600px;*/
	height: calc(100vh - 145px);
	height: -o-calc(100vh - 145px);
	height: -webkit-calc(100vh - 145px);
	height: -moz-calc(100vh - 145px);
}

@media (max-width:1024px) {
	@rev_slider_1_1 {
		height:  700px;
	}
	.nav-container .pb180 {
	    	height: 600px;
	}
	.module.widget-handle.mobile-toggle {
		background: #2A3C4B;
	}
.nav-container .pt180 .container {
	margin-top: -104px;
}
}
@media (max-width:768px) {
	.nav-container .pb180 {
	    	height: 421px;
		padding-bottom: 150px;
	}
.nav-container .pt180 .container {
	margin-top: -54px;
	top: auto;
}
@media (max-width:600px) {
	.nav-container .pb180 {
	    	height: 264px;
		padding-bottom: 150px;
	}
.nav-container .pt180 .container {
	margin-top: 24px;
	top: auto;
}
}

@media (max-width:500px) {
	.nav-container .pb180 {
	    	height: 224px;
		padding-bottom: 150px;
	}
.nav-container .pt180 .container {
	margin-top: 14px;
	top: auto;
}
}


@media (max-width:320px) {
	.nav-container .pb180 {
	    	height: 74px;
    		padding-bottom: 90px;
	}
	.nav-container .pt180 .container {
		margin-top: -16px;
		top: auto;
	}
}





@media(max-width:1024px) {

.menu-padre > li {
    margin-right: 15px !important; 
}

.menu-padre li a {
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 4px;
    padding: 0 0px 0px 25px !important;
    border-left: 1px solid #fff;
    color: #fff;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin: 15px 0  !important;
    line-height: 15px;
}

}

@media(max-width:600px) {

.menu-padre li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 5px;
    padding: 0 9px 0px 0;
    border-left: 0px solid #fff;
    color: #fff;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin: 15px 0;
    line-height: 10px;
}

.nav-bar a {
    height: 5px;
}

.nav-bar .container {
    margin: 11px 0px 0;
}
}

.nav-bar .container {
	margin-top: 0px!important;
}


}


@media(max-width:768px) {
.text-tabs .tabs li {
	width: 32% !important;
	padding: 15px 4px 15px 6px !important;
	margin-bottom: 0!important;
	text-align: center;
}
.text-tabs .tab-title {
	width: 100%;
}
.text-tabs .tab-title span{
	font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
}