/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

 
@media only screen and (max-width: 767px) 
{
	body 
	#Top_bar{ background:#fff;  box-shadow:0 2px 5px 0 rgba(0,0,0,0.1) ;}
	
	.section_wrapper,
	.container,
	.four.columns .widget-area		{ padding-left:0 !important;padding-right:0 !important;}
}

 
/*
body.page-id-3  #Top_bar 
{
top: 0 !important;
position: absolute !important;
left: 0 !important;
min-width: 1020px !important;
}

body.page-id-3 #Wrapper
{
	min-width: 1200px;
}
*/
div.menu_wrapper
{
        padding-right: 22px  !important;
}
 
body #Footer .footer_action,body #Footer .widgets_wrapper,body #Footer .footer_copy
{
    padding-left: 35px  !important;
    padding-right: 50px  !important;
}
body.page-id-3 #service,body.page-id-3 #product,body.page-id-3 #contact
{
    padding-left: 35px  ;
    padding-right: 50px  ;
}


a.btn-y {
    border: 2px solid transparent;
    border-radius: 2px;
    line-height: 1;
    padding: 15px 18px;
    transition: all 200ms ease-out 0s;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background-color: #202020;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

a.btn-y{
background-color: #000;
color:#fff;
text-decoration: none;
}



body.page-id-3 #service ul.provider_servicelist li
{
color:#626262;

}

/* contact*/
body.page-id-3 #contact ,body.page-id-3 #contact ul
{
    color: #eee;

}
body.page-id-3 #contact h4
{
    color: #fff;

}
body.page-id-3 #contact h2
{
    color: #111;

}
body.page-id-3 img.mail
{
    position: relative;
    top:3px;

}

body.page-id-3 input.wpcf7-submit
{

background-color: #202020;
color: #eee;

}

/*menu*/
body.page-id-3 #Top_bar .menu > li > a,body.page-id-3  #Top_bar .menu > li > a span
{
line-height:30px !important;
}
 
/* get in touch*/
ul.contact_info
{

    list-style-type:none;width:100%;display:table;table-layout:fixed;margin:0;padding:0

}
ul.contact_info li
{
    display: table-cell;
}

ul.contact_info li.contact_info_col1
 {
    width: 60px;

 }

/* footer*/
body #Footer
{

background-color: #151A37;
 
}

#Footer a.korea_flexitank,#Footer a.korea_flexitank:hover
{
color: #fff;
 text-decoration: none;
}

#Footer .btn-y{
background-color: #f7c51e;
color:#454545;
}
 
#Footer .btn-y:hover
{
    background-color: #e8b60f;
    text-decoration: none;
    color: #454545;
}

#Footer .footer_action .themecolor
{
color: #FFCC00;
} 

#Footer .widgets_wrapper h4
{
 
	margin-bottom: 30px;
}

#Footer .widgets_wrapper, #Footer .footer_copy
{
	color: #fff;

}
/*****blog*****/
body.single-post #Subheader{
	display:none;
}
body.single-post #Subheader .column .title{
	float: none !important;
	
}

body.single-post #Subheader .column .breadcrumbs{
	margin-top: 5px;
	float: none !important;
	width: initial !important;
	text-align:left !important;
}
 
@media only screen and (max-width: 767px)
{
	body.single-post #Subheader,body.blog #Subheader,body.archive #Subheader{
	max-width: none !important;
	padding-left: 33px !important;
	padding-right: 33px !important;
}

body.single-post .content_wrapper,body.blog .content_wrapper,body.archive .content_wrapper {
	max-width: none !important;
	padding-left: 33px !important;
	padding-right: 33px !important;
}

 
body.single-post #Footer .widgets_wrapper,body.blog #Footer .widgets_wrapper ,body.archive #Footer .widgets_wrapper{
	padding-left: 33px !important;
}
} 
 
 