/*	
	Theme Name: Motors - Child Theme
	Theme URI: http://motors.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: http://stylemixthemes.com/
	Description: Motors Child theme
	Version: 2.5
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, red, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: motors-child
    Template: motors

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

/* Add your own styles here */

/**
 * General
 */

.iframe-wrapper
{
	width: 1140px;
	margin: 0 auto;
}

iframe
{
	height: 1050px;
}

@media (max-width: 1200px)
{
	.iframe-wrapper
	{
		width: 800px;
	}
}

@media (max-width: 800px)
{
	.iframe-wrapper
	{
		width: 600px;
	}
}

@media (max-width: 640px)
{
	.iframe-wrapper
	{
		width: 100%;
	}
}

@media (max-width: 640px)
{
	iframe
	{
		height: 2100px;
	}
}

/**
 * Content
 */

#main .widget
{
	margin-bottom: 20px !important;
	border-bottom: none !important;
	padding-bottom: 20px !important;
}

/**
 * Footer
 */

#footer ul
{
	padding-left: 0;
	list-style: none;
}

#footer .container
{
	padding-right: 25px;
	padding-left: 25px;
}

div#footer-copyright .footer-copyright:before
{
	display: none;
}

/**
 * Visual composer
 */

.vc_inner .vc_column_container > .vc_column-inner {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

/**
 * STM
 */

div.stm-call-to-action
{
	padding-left: 5px;
	padding-right: 5px;
}

div.stm-base-background-color
{
	background-color: #00448c !important;
}


/**
 * Iframe
 */

#offerings-iframe
{
	width: 100%;
	height: 1050;
	border-style: none;
}

.css-1592gs7
{
	border-style: none !important;
}

/**
 * Custom hover colors for footer
 */

 #footer a
 {
	 color: #fff;
 }

 #footer a:hover
 {
	 color: #cc6119;
 }

 #footer-copyright .footer-copyright .copyright-text a
 {
	 color: #fff;
 }

 #footer-copyright .footer-copyright .copyright-text a:hover
 {
	 color: #cc6119;
 }


/**
 * Hamburger coloring
 */

 .mobile-menu-trigger
{
	background-color: #cc6119 !important;
}

.mobile-menu-trigger span
{
	background: #fff !important;
}
