/*
Theme Name: CAD WP Base Theme
Theme URI: http://github.com/cad-uix/cad-wp-theme.git
Author: CAD
Author URI: http://customadesign.com/
Description: Custom A Design Wordpress Theme Framework utilizes the use of bower and gulp. to be used for bootstrap and it's powerful LESS files
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap, LESS, bower, gulp
Text Domain: oracle

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.ginput_recaptcha > div {
	margin-left: auto;
	margin-right: auto;
}

#main-footer .social-link li a:focus {
	background-color: #FFF;
	color: #AB8339;
}

#gform_4 .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
	margin-right: 0;
}

#gform_4 .field_sublabel_below .ginput_complex.ginput_container label {
	display: none
}

#gform_4 .top_label input.medium.datepicker {
	width: calc(100% - 24px)!important;
	margin-top: 0;
}

@media (max-width: 375px) {
	.ginput_recaptcha > div {
		transform-origin: top left;
		-ms-transform: scale(.9);
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

/* 8 21 2017 */
nav#main-nav li.active {
	position: relative;
}

nav#main-nav li.active:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #000000 transparent transparent transparent;
}

#packages-cont {
	background-image: url('img/packages-bg.jpg');
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 50px 0;
	z-index: 0;
}

#packages-cont:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: .7;
	z-index: -1;
}

#packages-cont .container {
	z-index: 1;
}

#packages-cont .package-cell {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px;
}

#packages-cont .package-cell h4 {
    color: #ab8339;
    letter-spacing: 3px;
}

/* 8 22 2017 */
div#bookModal .modal-content {
	background-image: url('img/modal-bg.jpg');
	background-size: cover;
	background-position: center center;
	border-radius: 10px;
}

div#bookModal .additional-div {
    border: solid 3px #FFE873;
    padding: 30px;
    border-radius: 10px;
}

div#bookModal .additional-div-2 {
    max-width: 450px;
    margin: auto;
    margin-right: 0;
}

div#bookModal .additional-div-2 p {
    color: #FFF;
    letter-spacing: 3px;
    font-size: 25px;
    margin-bottom: 10px;
}

li.gf_nolabel label {
    display: none !important;
}

div#bookModal .gfield_captcha_container input, .ginput_container input, .ginput_container select, .ginput_container textarea {
	padding: 5px 10px !important;
}

div#bookModal .gfield_captcha_container input, .ginput_container input, .ginput_container select, .ginput_container textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
div#bookModal .gfield_captcha_container input, .ginput_container input, .ginput_container select, .ginput_container textarea::-moz-placeholder { /* Firefox 19+ */
  color: #ab8339;
}
div#bookModal .gfield_captcha_container input, .ginput_container input, .ginput_container select, .ginput_container textarea:-ms-input-placeholder { /* IE 10+ */
  color: #ab8339;
}
div#bookModal .gfield_captcha_container input, .ginput_container input, .ginput_container select, .ginput_container textarea:-moz-placeholder { /* Firefox 18- */
  color: #ab8339;
}

div#bookModal .ginput_container textarea {
	max-height: 160px;
}

div#bookModal .gform_footer.top_label {
    max-width: 300px;
}

div#bookModal .gform_footer.top_label button {
    background-size: cover;
}

div#bookModal .ginput_recaptcha > div {
	margin-left: 0;
}

/* 8 24 2017 */
#form-wrapper:before, #services-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.75;
}

#services-wrapper .services-title, #form-wrapper .form-title {
	position: relative;
}

.archive-wrapper img, .blog-wrapper img {
	font-family: 'object-fit: cover;'
}

nav#main-nav li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 3px;
    background-color: #FFF;
    transform: translateX(-50%);
    transition: all .2s;
}

nav#main-nav li.active:after, nav#main-nav li:hover:after {
    width: 100%;
}

div#bookModal button.close {
	background-color: #ffe873;
    opacity: 1;
    border-radius: 0 0 0 20px;
    width: 50px;
    height: 50px;
    color: #000;
    transition: all .35s;
}

div#bookModal button.close:hover {
    background-color: red;
    color: #FFF;
}
.about-img{
    border: 8px solid #ab8339;
    padding: 10px;
}
.about h4{
	color: #ab8339;
    text-transform: uppercase;
}

/* 8 25 2017 */

.client-image {
	margin-bottom: 15px;
}

.client-image {
	width: 150px;
    margin: 0 auto;
}

/* 8 29 2017 */
#form-wrapper {
	min-height: 658px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

#stylists-wrapper.stylist-archive {
	padding: 0;
}

#gallery-slider .foogallery-owl-carousel a {
    margin: 0;
    width: 100%;
}

#gallery-slider .foogallery-owl-carousel .owl-item img {
    object-fit: cover;
    object-position: center;
}

div#gform_confirmation_message_2 {
    font-size: 30px !important;
    font-weight: 600;
    border: 1px solid #fff;
    line-height: 45px;
    width: 50%;
    margin: auto;
    padding: 20px 25px;
}
.quote-wrap{
    text-align: center;
}
.quote-wrap i.fa-quote-left{
    display: block;
    margin: 0 auto;
    font-size: 65px;
    color: #AB8339;
}