/*
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
-------------------------------------------------------------- */
.grecaptcha-badge {
	display: none !important;
}

/*-------PAGE TITLES-------*/
h1.title {
    text-transform: uppercase!important;
    line-height: 41px!important;
}

/*-------CONTACT FORM-------*/
.wpb_wrapper .wpcf7-form {
	width: 100%;
}

.form-hint-text {
    font-size: 15px!important;
    color: #868686;
    margin: 0 0 4px;
}
input, textarea, select, button {
    font-size: 16px!important;
}

/*-------ACCORDION TITLES-------*/
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a  {
    font-size: 15px;
    font-family: "PT Serif", Arial, Tahoma, sans-serif;
    font-weight: 600;
}

#Top_bar .menu > li ul {
    background-color: #F2F2F2;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
}

/*-------REFERENCE-------*/
.reference p {
    font-size: 12px;
    line-height: 14px;
}

/*-------BLOG-------*/

#Subheader .title {
    font-size: 3.2em !important;
    line-height: 1.1em !important;
}

.month {
    font-size: 25px;
    letter-spacing: -1px;
}

.category {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.read-more h6 {
    letter-spacing: 3px;
    font-weight: bold !important;
}

.post-footer {
    background: none;
    border-bottom: 1px solid #dddddd;
}

.post-footer .post-links {
    border: none;
}

.single-post a.button .button_icon {
    display: none
}

.single-post a.button, .single-post a.button:after {
    background: none
}

/*-------BLOG (SIDEBAR)-------*/
.widget_recent_entries ul li a {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none;
}

.widget_recent_entries ul li {
    background: #ececec;
}

.widget_recent_entries span.post-date {
    font-size:14px;
}

/*-------BLOG (CATEGORY)-------*/
.post-excerpt {
    margin-bottom: 15px;
    text-transform: none!important;
    letter-spacing: normal!important;
	font-size: 16px!important;
	line-height:22px!important;
}

/*-------FOOTER-------*/
.widget > h3 {
    font-weight: 600;
}

.widget_recent_entries ul li a {
    font-size: 15px;
    font-weight: 600;
}


#Footer .footer_action {
    background: #ffffff!important;
}

#Footer .footer_copy .copyright {
    font-size: 15px!important;
}

a.foot-link {
    color: #ffffff!important;
}

/*-------MENU-------*/
#Top_bar .menu > li ul li a {
    color: #dddddd;
    background: #6734ce !important;
}

#Top_bar .menu li ul li a {
    padding: 10px 20px;
    display: block;
    border-bottom: 1px solid rgb(255 255 255 / 30%) !important;
}