/*
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.
*/
/*
#main-header .navigation {
	padding: 25px 0 !important;
    height: 75px !important;
}
.navigation .container {
	margin-top: -20px !important;
}
*/
body div#ui-datepicker-div[style]{
	z-index: 9999!important;
    top: 1823.34px !important;
    left: 76% !important;
}

#banner-wrapper .call-to-action h2 span {
    font-size: 38px;
}

/* 2 23 2018 */
body.page-id-6, body.page-id-8, body.page-id-10 {
    background-size: cover;
}

@media(max-width: 1200px) {
	#main-header .navigation nav .nav li {
		margin: 0 12px !important;
	}
}
@media(max-width: 991px) {
	.menu-wrapper {
		display: none !important;
	}
}
@media(max-width: 767px) {
	#main-header {
		top: 0 !important;
		position: relative !important;
	}
	#main-header.sticky .top-header {
		height: auto;
		padding: 10px 0;
		opacity: 1;
	}
	#main-header.sticky .top-header p {
		font-size: 14px;
	}
	#main-header .header-logo {
		padding: 10px 0;
	}
	#main-header .header-logo .no-pad-left {
		padding-left: 15px !important;
	}
	#main-header .header-logo .parent-height {
		height: auto !important;
	}
	#main-header .header-logo .vcenter {
		top: 0;
		transform: none;
	}
	#main-header .header-logo .vcenter img {
		margin: auto;
	}
	#content-wrap {
		margin-top: 0 !important;
	}
	body.page main.site-main {
		/*margin: 12rem 0 3rem;*/
	}
	iframe {
		margin-top: 2em;
	}
}