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

/* /////////////////////////// MENU ////////////////////////////////// */
.first-class {}

#Top_bar .responsive-menu-toggle {
    color: #000000 !important;
}

/* /////////////////////////// TYPOGRAPHY ////////////////////////////////// */
.white h1,
.white h1 a,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p {
	color: #ffffff !important;
}
.white h1 a {
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
	font-weight: 700;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.white h1 a:hover {
	padding: 0 20px;
	color: #cccccc !important;	
}

/* /////////////////////////// SLIDER REVOLUTION ////////////////////////////////// */
.tparrows {
    background: rgba(0,0,0,0) !important;
}
.tparrows:before {
    font-size: 150px;
}
.tp-rightarrow {
	left: 96% !important;
}

/* /////////////////////////// PORTFOLIO ////////////////////////////////// */
.post-header,
.single-photo-wrapper,
.project-description {
	display: none;
}
.image_frame {
    border-width: 1px !important;
}
.image_frame .image_wrapper .mask, .edd_download_image:after {
    -webkit-box-shadow: inset 0 0 5px 2px rgba(0,0,0,0) !important;
    box-shadow: inset 0 0 5px 2px rgba(0,0,0,0) !important;
}
.portfolio-item .desc {
	background-color: #000000 !important;
	text-align: center;
}
.portfolio-item .desc h5 a {
	color: #ffffff;
}
.vc_grid .vc_gitem-link:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
}

/* /////////////////////////// CONTACT FORM 7 ////////////////////////////////// */
.wpb_wrapper .wpcf7-form {
    display: block;
}
.wpcf7-submit {
	border-radius: 0 !important;
	background-color: #000000 !important;
	color: #ffffff !important;
	width: 100%;
	text-transform: uppercase;
}
.wpcf7-submit:hover {
	background-color: #444444 !important;
}

/* /////////////////////////// FOOTER ////////////////////////////////// */
#Footer {
	font-size: 14px;
}
a.button {
	border-radius: 0 !important;
}
a.button .button_icon i {
    color: rgba(255,255,255,1) !important;
}
#back_to_top {
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#back_to_top:hover {
	border-radius: 50% !important;	
}
#Footer .footer_copy .social li a {
    color: rgba(255,255,255,1);
	background-color: #000000;
	border-radius: 50%;
	padding: 5px;
}
#Footer .footer_copy .social li a:hover {
	border-radius: 0;
}