/*
Theme Name: Arbuckle Child
Template: advisor12
Author: Child Theme
Version: 1.0
Updated: 2021-06-01
*/

@charset "UTF-8";
@import url('../advisor12/style.css');

p {
	font-size: 16px;
}


.half-side-img {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    min-height: 600px;
}

.hero .logo {
max-width: 450px!important;
	height:100px!important;
}
nav.main-nav {
	position: sticky;
	top: 0;
	z-index: 5000000;
	background: #006e51;
	border-bottom: 1px solid #ccc;
}
nav.pull {
	display: block;
	position: relative;
	margin-left: -15px;
	z-index: 100000;
}
nav ul {
	list-style: none;
	padding: 0;
	text-align: right;
}
nav ul li {
	display: inline-block;
	border-bottom: none;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	padding-left: 0;
	position: relative;
	/* float: left; */
}
nav ul li a {
	color: white;
	text-shadow: 1px 1px 0 #333;
}
nav ul li a:hover {
	color: #333;
	text-shadow: none;
}
#nav-toggle {
	display: none;
}
.top-bar {
	background: #231f20;
}
.gps-carousel-caption {
	/*background: #dadada;*/
	padding: 2em 4em;
	border-radius: 6px;
	/*background-color: rgba(255, 255, 255, 0.15);*/
	z-index: 99;
	margin: auto;
	position: absolute;
	top: 30%;
	left: 75% !important;
	transform: translate(-50%, -50%);
}

.btn-primary {
	background: #006e51;
	box-shadow: 0px 2px 0px 0px #000;
}
.callout h1 {
	color: #fff;
}
footer {
	background-color: #006e51;
}
input[type=text], 
input[type=email],
input[type=tel] {
    background: rgb(190, 190, 190);
    background: rgba(190, 190, 190, 0.5);
    border: solid 1px rgba(255, 255, 255, 0.1);
}
textarea {
    background: rgb(190, 190, 190);
    background: rgba(190, 190, 190, 0.5);
    border: solid 1px rgba(255, 255, 255, 0.1);
}
.thumb {
	margin: 0 20px 10px !important;
}
.bx-has-pager {
	margin-bottom: -60px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 50px !important;
}
.social-btn {
	background: #0B3C5E;
	height: 50px;
	line-height: 50px;
	width: 50px;
}
.social-btn:hover, .social-btn:focus {
	background: #bf1e2e;
	color: white;
}
.callout-white h1 {
	background: none;
	color: white;
	font-size: 3em;
	letter-spacing: 5px;
	margin: 0.67em 0;
	padding-bottom: 0;
}
.overlay {
    background: rgba(11,60,94, 0.8);
}
.modal-content {
	/*height: 910px;*/
	margin-top:35%;
}

.modal-title {
    font-size: 1.5em;
}

#mark-bio .modal-content {
	height: 500px;
}
#home-mortgage-content .modal-content {
	height: 1400px;
}
#cta {
	display: none;
}


@media (max-width: 990px) {
	.gps-carousel-caption {
		display: none;
	}
	#cta {
		display: block;
	}
}

@media (max-width: 990px) {
	.hero .logo {
		position: relative;
		top: auto;
		left: auto;
		margin: 2em auto;
	}
}
@media (max-width: 767px) {
	.nav-toggle {
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		z-index: 10;
		background: white;
		/* width: 50px; */
		/* height: 50px; */
		padding: 10px 10px 10px 30px;
		margin-top: 3px;
	}
	#nav-toggle {
		display: block;
		position: relative;
	}
	nav.pull {
		display: none;
	}
}

@media (max-width: 660px) {
	.hero .logo {
		width:80%;
	}
	}

.dark-bg {
    background: #aacec3 !important;
}


/*.hero .logo {*/
/*    position: absolute;*/
/*    top: 1em;*/
/*    left: 3em;*/
/*    width: 420px;*/
/*    z-index: 99;*/
/*}*/


