/*
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.
*/

@media (max-width: 767px) {
	#main-header .top-header #searchform .bootstrap-select {
		width: calc(100% - 48px) !important;
	}
}

.partner-with-us-icons {
	margin: 30px 0 0;
	text-align: center;
}

.partner-with-us-icons li {
	margin: 0 2rem 3rem;
	padding: 0;
}

.partner-with-us-icons li img {
	max-height: 140px;
	width: auto;
	margin-bottom: 15px;
}

.partner-with-us-icons li p {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0;
	color: #0f7b9b;
}

.single img.pull-left {
    max-width: 300px;
    margin-bottom: 15px;
}

#subscribe-wrapper {
	background-color: #EEE;
	color: #444;
}

.home #subscribe-wrapper {
	background-color: #FFF;
}

#subscribe-wrapper .newsletter input:focus {
    border-color: #f07b08;
}

#subscribe-wrapper .newsletter button:focus, #subscribe-wrapper .newsletter button:hover {
    background-color: #f07b08;
}

.bootstrap-select .gfield_select {
    width: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	margin: 0 !important;
}


@media (max-width: 767px) {
	#banner-wrapper .services-wrapper .parent-height {
		height: auto !important;
	}

	#banner-wrapper .services-wrapper .parent-height .vcenter {
		top: 0;
		.transform(translateY(0));
	}
}