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

/* Theme customization starts here
-------------------------------------------------------------- */
.accordion .question .title > .acc-icon-plus {
    display: none;
}

.style-simple .accordion .question {
    border-width: 0px;
}

.accordion .question .title {
    box-shadow: none;
}


@media (min-width: 1281px) {
  
ul.sub-menu { display:block;}
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  ul.sub-menu { display:block;}
  
  
}



#Wrapper {
/* 	display:flex; */
/* 	flex-direction: column; */
	min-height:100vh; 
	box-sizing: border-box;
}

#Wrapper * {
	box-sizing: border-box;
}

.mfn-main-slider {
	height: 100%;
}

#rev_slider_4_1_wrapper {
	height: 100% !important;
}

#rev_slider_4_1 {
	height: 100% !important;
}

#Footer {
	display:flex;
	flex-direction: column;
	min-height: 30vh;
}

.widgets_wrapper {
	display: flex;
	flex-grow: 1;
}

.widgets_wrapper .container {
    width: 100%;
}

.one-fourth.column {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	height: 100%;
}

@media only screen and (max-width: 767px) {
	.one-fourth.column {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-grow: 1;
		height: auto;
	}
}