/*
Theme Name: Meteors Child theme of meteors
Theme URI: 
Description: Child theme of meteors theme for the Meteors theme
Author: <a href="http://themeforest.net/user/ThemeGoods">ThemeGoods</a>
Author URI: 
Template: meteors
Version: 1.9.4
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Sat, 14 Apr 2018 14:51:49 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/



/*
.top_bar {
	background:#e0c36b !important;	
	}

h1, h2, h3, h4, h5, h6, h7 {
	color:#5b563d !important;	
	}



.page_content_wrapper .inner .sidebar_content,
.page_content_wrapper .inner .sidebar_wrapper {
 	width:48%;
	box-sizing:border-box;
}
*/

.gform_wrapper {
	background:#fd942b !important;
}

.contrast-dark {
	background-color:rgba(58,49,154,0);
	padding:8px;
	}

p {
	padding:0 !important;
	margin:0;	
}

a.onlywire-button.wp {
	display:none;	
}

div.image_caption {
	font-size:16px;
	font-weight:600;	
}

h2.ppb_title {
	font-size:22px !important;
	color:#5b563d;
}




div.cta-space {
	margin:auto;
	position:relative;
	width:80%;
	margin-top:30px;
}
div.consult,
div.cta {
	padding:8px;
	background-color:#e2d5aa;
	color:#5b563d;
	border:solid #5b563d 3px;
	float:left;
	width:49%;
	box-sizing: border-box;
	font-weight:600;
	font-size: 1.2em;
	text-transform: uppercase;
	 transition: background .4s ease-out;
   	 -moz-transition: background .4s ease-out;
   	 -webkit-transition: background .4s ease-out;
	margin-left:5px;
	margin-bottom:5px;
	text-align:center;		
}
div.consult{
	width:98.7%;
	background-color:#e0c36b;
	
}
div.consult:hover,
div.cta:hover {
	background-color:#5b563d;
	color:white;	
}

.clear {
	clear: both;
}

.center {
	text-align:center;
}

p.serving {
	text-align:center;
	font-style:italic;
}

.col2 {
	width:49%;
	text-align:center;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:7px;
	box-sizing:border-box;
}


/* =styles for review buttons 
---------------------------------------------*/

.good {
	padding-top:15px;
	padding-bottom:5px;
	border-radius: 10px;
	background-color: white;
	border:solid green 3px;
	color:green;
	text-align:center;
	text-transform:uppercase;
	width:47%;
	float:left;	
	transition: background .4s ease-out;
    -moz-transition: background .4s ease-out;
    -webkit-transition: background .4s ease-out;
}
.bad {
	padding-top:15px;
	padding-bottom:5px;
	border-radius: 10px;
	background-color: white;
	border:solid red 3px;
	color:red;
	text-align:center;
	text-transform:uppercase;
	width:47%;
	float:right;	
	transition: background .4s ease-out;
    -moz-transition: background .4s ease-out;
    -webkit-transition: background .4s ease-out;
}

.good:hover {
	background-color:rgba(136,238,130,0.33);
	font-weight:600;	
}

.bad:hover {
	background-color:rgba(152,39,41,0.24);
	font-weight:600;
}
.good a {
	color:green;	
}
.bad a {
	color:red;	
}
.good a:hover,
.bad a:hover {
	text-decoration:none;	
}


.review-button{
	padding-top:5px;
	padding-bottom:5px;
	border-radius: 10px;
	border:solid 2px #1d3c6a;
	background-color:#0090bf;
	color:white;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;	
	transition: background .4s ease-out;
    -moz-transition: background .4s ease-out;
    -webkit-transition: background .4s ease-out;
}

.review-button:hover {
	background-color:#005399;
	color:white;
	text-decoration:none;	
}

.textwidget a:hover {
	text-decoration:none;	
}

.widget-area .widget a:hover {
	text-decoration:none;	
}



/* from additional CSS */
.logo_wrapper img.zoom {
transform:scale(1.1) !important;
}

.tablepress {
	font-size:1.2em;
}

.logo_wrapper img {
	visibility:visible !important;
}

#footer .sidebar_widget.two > li {
	width:100%;
}

div.padding-above {
	padding-top:50px;
}

#menu_wrapper {
	width:80%;
}

#fsml_ff {
	margin-top:55px;
	
}

#menu_wrapper .nav ul li:hover ul, #menu_wrapper div .nav li:hover ul {
	width:350px;
}

#menu_wrapper .nav ul li ul li a, #menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-parent ul li a {
	width:275px;
}

.gform_wrapper {
	background:#e0c36b;
	padding:5px;
}

.text,
.on-page {
	padding-bottom:1em !important;	
	font-size:1.4em;
}

.logo_wrapper img {
	visibility:hidden;
	
}
.logo_wrapper img.zoom {
	visibility:visible
	
}

div.col3 {
	float:left;
	width:33%;
	box-sizing:border-box;
	padding:7px
	
}

div.three-quarters {
	max-width:75%;
	float:right;
	padding-right:20px;
	
}
div.three-quarters-left {
	max-width:75%;
	float:left;
}

.top_bar {
	max-height:70px;
}

#menu_wrapper div .nav > li.current-menu-item > a, #menu_wrapper div .nav > li.current-menu-parent > a, #menu_wrapper div .nav > li.current-menu-ancestor > a {
	border-bottom:none;
}

#menu_wrapper div .nav li a:hover {
	border-bottom:none;
}


/* =Media Query for over 1275px
----------------------------------------------- */
@media screen and (min-width: 1276px) {
	#mobile_nav_icon { display: none !important; }
	
}

/* =Media Query for under 1275px
----------------------------------------------- */
@media screen and (max-width: 1275px) { 
	div.cta,
	div.col2,
        div.consult	
	{
		min-width:100%;
		margin-top:5px;
	}
	.contrast-dark {
	background-color:rgba(58,49,154,.6);

	}
	#mobile_nav_icon { display: block; }
	.mobile_main_nav, mobile_main_nav li ul { list-style: none; }
	.mobile_main_nav li { border-top: 1px solid #333; position: relative; }
	.mobile_main_nav li a { color: #999; display: block; padding: 12px 12px 12px 15px; text-decoration: none !important; }
	.mobile_main_nav li ul li a { padding-left: 30px; font-size: 14px; }
	.mobile_main_nav li a:hover { background: #222; color: #fff; text-decoration: none !important; }
	.mobile_main_nav li ul li:last-child { border-bottom: 0; }
	.mobile_main_nav li ul li ul li a { padding-left: 60px; font-size: 13px; }
	#menu_wrapper div .nav {
		display:none;}
	.tablepress {
	font-size:1.2em;}
}

/* =Media Query for under 760px
----------------------------------------------- */
@media screen and (max-width:760px) {
	div.three-quarters {
		max-width:100%;
		float:none;}
	
	div.col3,
	.page_content_wrapper .inner .sidebar_content,
	.page_content_wrapper .inner .sidebar_wrapper {
	  float:none;
		width:99%;}
	}

/* =Media Query for under 480px
----------------------------------------------- */
@media (max-width: 480px) {
	.good,
	.bad,
	.col2 {
	width:99%;
	margin:1px;
	}

}