/*
 Theme Name:   Mounthood Child
 Theme URI:    http://mounthood.axiomthemes.com/
 Description:  Mounthood Child Theme
 Author:       Axiomthemes
 Author URI:   http://axiomthemes.com/
 Template:     mounthood
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  mounthood-child
*/

.top_panel_style_6, .top_panel_inner_style_6 {
	background-color: #122CAA;
}

.top_panel_style_6 .top_panel_middle .content_wrap .menu_main_wrap {
	margin-top: 0px;
}

.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner {
	background-color: none !important;
}

.scheme_original .top_panel_middle, .scheme_original .top_panel_wrap_inner {
	background-color: none !important;
}	

.post_title_single {
	margin-top:  1.6em;
	margin-bottom: 1.6em;
}

.wb_wrapper h2 {
	margin-top: 0.5em;
}

.scheme_original .top_panel_image_hover {
	background-color: RGBA(245, 254, 0, 0.7) !important;
}

.home h3.post_title_single {

	visibility: hidden;
	height: 0px;
	margin: 0px;
	border: 0px;
}

/*contact form 7*/

.one-half, .seond-one {
    position: relative;
    margin-bottom: 20px;
}
 
.one-half { 
	width: 45%;
	float:left;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	margin-right:2%;
	overflow: hidden;
}
.second-one {
	overflow: hidden;
	width: 45%;
	
	float: right;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	margin-left: 2%;
}
.only-one { width: 100%; 
	position: relative;
    float: left;
    margin-bottom: 20px;
}
.last {
    margin-right: 0 !important;
    clear: right;
}

div.wpcf7-response-output {
	margin: -1em -1em 2em -1em;
}

.top_panel_style_6 .top_panel_middle .logo {
	margin-top: 1em;
}

.post_item_product .single_add_to_cart_button{
	background-color: yellow !important;
}

.woocommerce-mini-cart__buttons a{
	background-color: yellow !important;
}

.woocommerce-mini-cart__buttons a:hover{
	background-color: #004eb3 !important;
}

.woocommerce-mini-cart-item .amount, .woocommerce-mini-cart-item .quantity, .woocommerce-mini-cart__total .amount{
	color: yellow !important;
}
 
.product_list_widget .amount {
	color: white !important;
}

.product_list_widget img{
	background-color: white !important;
	padding: 3px;
}

.menu_main_nav>li ul {
	width: 200px !important;
}

@media only screen and (max-width: 767px) {
    .one-half, .second-one, .only-one {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
}