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

#Action_bar .contact_details{
	font-weight: bold;
    float: right;
}

#Action_bar .contact_details .slogan:before{
	font-family: 'mfn-icons';
	font-size: 24px;
	vertical-align: middle;
	content: '\e8c6';
	margin-right: 5px;
}

#Action_bar .contact_details .icon-phone{
	font-size: 24px;
	margin-right: 5px;
}

#Top_bar .menu > li > a{
	padding:0 !important;
}

#Top_bar.is-sticky .menu > li > a{
	padding:15px 0 !important;
}

#Top_bar .menu > li > a span:not(.description){
	padding: 0 11px;
}

#Top_bar a#search_button{
	margin-right: 0px;
}

#Top_bar.is-sticky .top-right-menu,
#Top_bar.is-sticky .custom-search{
	display: none;
	visibility: hidden;
}

.top-right-menu{
	text-align: right;
	padding:20px 0px;
}

.top-right-menu img{
	padding-left: 20px;
	vertical-align: middle;
}

.top-right-menu .popup-link{
	font-weight: bold;
}

.custom-search{
	float: right;
}

.custom-search a#search_button.has-input input{
	width: 200px !important;
	border: 1px solid #8ec63f;
	color: #333;
    background-color: rgb(243, 249, 237) !important;
    padding-left: 35px !important;
}

.custom-search .icon-search-fine{
	left: 35px;
    position: relative;
    z-index: 1;
    color: #8ec63f;
}

.cm-news h2 a{
	font-size: 24px;
	color:#c5161d;
}

.cm-news .post-meta{
	margin-bottom: 0px;
}

.cm-news .icon-clock{
	display: none;
}

.cm-news .post-date{
	font-size: 18px;
	color: #231f20
}

.cm-news .post-footer{
	background: none;
}

.cm-news .post-links{
	border: 2px solid #c5161d;
    padding: 5px 20px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cm-news .post-links:hover{
	background: #c5161d;
}

.cm-news .post-links:hover a{
	color: #fff;
	text-decoration: none;
}

.cm-news .icon-doc-text{
	display: none;
}

.aside_left .widget-area{
	border:0px;
}

.widget-area:before{
	background: transparent;
}

.sidebar{
	margin: 50px 0;
}

.sidebar .widget_advanced_menu ul li{
	border-bottom: 1px solid #c5161d;
	padding: 10px 0;
}

.sidebar .widget_advanced_menu ul li a{
	border:0px;
	color:#090001;
	font-size: 16px;
	font-weight: 400;
}

.sidebar .widget_advanced_menu ul li a:hover{
	text-decoration: none;
	color:#c5161d !important;
}

.sidebar .widget_advanced_menu .current_page_item a{
	color:#c5161d !important;	
}

.sidebar .widget_advanced_menu ul li:last-child{
	border-bottom: 0px;
}

#Content {
	margin:30px 0 !important;
}

.wpcf7 input[type="submit"]{
	background: #c4161c;
    border-radius: 0px;
    border: 0px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: bold;
    float: right;
}

.wpcf7 input[type="reset"]{
	background: #cccccc;
    border-radius: 0px;
    border: 0px;
    padding: 10px 30px;
    color:#000;
    font-size: 14px;
    font-weight: bold;
    float: right;
}

#Footer h4{
	color:#8ec63f !important;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

#Footer .footer_copy{
	border: 0px;
}

#Footer .widget_mfn_menu ul li{
	float: left;
	width: 33%;
}

#Footer .widget_mfn_menu ul li a{
	border:0px;
	background: none;
	margin-bottom: 0px;
	padding: 3px 0px;
}

#Footer .widget_mfn_menu ul li a:hover{
	background-color: transparent !important;
	text-decoration: underline;
}

#Footer .jdesigncopyright{
	background: url(images/jdesign.png) left no-repeat;
	float: right;
	font-size: 10px;
	color : #fff;
	padding-left: 103px;
}

#Footer .jdesigncopyright:hover{
	background: url(images/jdesign-s.png) left no-repeat;
}

@media screen and (max-width: 768px){
	.custom-search{
		display: none;
	}

	#Top_bar a.responsive-menu-toggle{
		top: 80%;
		color:#8dc73f;
	}
}








