/*
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
-------------------------------------------------------------- */
#Top_bar .logo{
	margin: auto;
    margin-left: -120px;
    margin-top: -33px;
}
#Top_bar #logo{
	height: 60px !important;
}
.double-images{
	overflow: hidden;
    box-sizing: content-box;
    position: relative;
}

.double-images .twentytwenty-handle:before, .double-images .twentytwenty-handle:after{
 	width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px;
    position: absolute;
    content: " ";
    display: block;
    background: #fff;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0 0 12px rgba(51,51,51,0.5);
    -moz-box-shadow: 0 0 12px rgba(51,51,51,0.5);
    box-shadow: 0 0 12px rgba(51,51,51,0.5);
}

.double-images .twentytwenty-handle:before{
	bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 white, 0 0 12px rgba(51,51,51,0.5);
    -moz-box-shadow: 0 3px 0 white,0 0 12px rgba(51,51,51,0.5);
    box-shadow: 0 3px 0 white, 0 0 12px rgba(51,51,51,0.5);
}

.double-images .twentytwenty-handle:after{
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white, 0 0 12px rgba(51,51,51,0.5);
    -moz-box-shadow: 0 -3px 0 white,0 0 12px rgba(51,51,51,0.5);
    box-shadow: 0 -3px 0 white, 0 0 12px rgba(51,51,51,0.5);
}

.heading-text{
	font-size: 19px;
	font-weight: 400;
	color: #000;
}

.video-title h3{
	font-size: 20px;
	width: 60%;
	color: #535359;
	margin: auto;
	line-height: 24px;
}

.video-wraper{
	text-align: center;
}

.section.contact-btn{
    display: inline-block;
    width: 100%;
}
.home-heading-desc{
	font-size: 12px;
}
.home-heading-title h1{
	font-size: 40px;
	line-height: 48px;
}
a.button:hover{
	background: #0382b9;
}
.contact-map iframe{
	width: 100%;
}
.filters_buttons .tags, .filters_buttons .authors{
	display: none;
}
.about-header h1{
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 25px;
	font-weight: 600;
}
#Top_bar .container{
    padding: 0;
    max-width: 100%;
}
#Top_bar .one.column{
	width: 100%;
    margin: 0 auto;
}
#Top_bar .menu li.wpml-ls-item ul{
	top: 75%;
	right: 0;
	left: auto;
}

#Top_bar .menu > li.wpml-ls-item > a span:not(.description){
	padding: 0;
}
@media (max-width: 1120px){
	#Top_bar .logo{
		margin: auto;
	}
	#Top_bar #logo{
		height: 60px !important;
	}
}
@media (max-width: 767px){
    .double-images .twentytwenty-handle:before, .double-images .twentytwenty-handle:after{
    	width: 9999px;
    	height: 3px;
    	left: auto;
	    top: 50%;
	    margin-left: 0;
	    margin-top: -3.5px;
    }
    .double-images .twentytwenty-handle:before{
        bottom: auto;
	    left: 50%;
	    margin-bottom: 0;
	    margin-left: 22px;
	}
	.double-images .twentytwenty-handle:after{
        top: auto;
	    right: 50%;
	    margin-top: 18.5px;
	    margin-right: 22px;
	}
	#Wrapper{
		width: 100%;
		max-width: none;
	}
	.section_wrapper, .container, .four.columns .widget-area, .section.full-width > .section_wrapper{
		width: auto;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.section_wrapper .mcb-wrap, .section_wrapper .column, .container .column, .sections_group, .four.columns{
		padding: 0 !important;
		font-size: 14px;
	}
	#Footer .column.one-third .widget.widget_text .textwidget > div{
		padding: 0 !important;
		text-align: center !important;
	}
	#Footer .footer_copy{
		padding-top: 20px;
	}
}
