/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 16.1

All css files are placed in /css/ folder


/* Styling client page header buttons */
.client-button {
	/* left button */
    color: #FFF;
    padding: 15px 20px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #ffffff;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
    text-decoration: none !important;
}
.client-button:hover {
    box-shadow: inset 150px 0 0 0 #ffffff;
    border: none !important;
    color: #212121 !important;
}
.align-button-right{
	text-align: right !important;
}
.client-button2 {
	/* right button */
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #ffffff;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
    text-decoration: none !important;
}
.client-button2:hover {
    box-shadow: inset 150px 0 0 0 #ffffff;
    border: none;
    color: #212121 !important;
}
.align-button-left{
	text-align: left !important;
}



/*navigation*/

#Top_bar .menu_wrapper {
    float: right !important;
}

#layerslider_1{
     background: white !important;
}
#Top_bar .menu > li.current-menu-item > a, #Top_bar .menu > li.current_page_item > a,{
 color: #d2232f !important;
}

#Footer {
    background-color: #212121 !important;
}
#search_button{
     display: none !important;
}
.button-slide-time {
    color: #FFF;
    background: #EF672F;
    padding: 15px 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #212121;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
    text-decoration: none !important;
}
.button-slide-time:hover {
    box-shadow: inset 150px 0 0 0 #212121;
}


@media(max-width: 720px){
	.slider-content-desktop{
	display: none;
	}
	#layerslider_1 .ls-wrapper .ls-in-out{
	position: absolute !important;
	right: 0px !important;
	left: 0px !important;
	margin: auto !important;
	}
	#layerslider_1 .ls-wrapper .ls-in-out img{
	position: absolute !important;
	right: 0px !important;
	left: 0px !important;
	margin: auto !important;
	}
}
@media(max-width: 767px){
.align-button-right{
text-align: center !important;
}
.align-button-left{
text-align: center !important;
margin-top: 20px !important;
}
.h-one-lineheight{
line-height: 35px !important;
}
}



#Action_bar {
    display: none !important;
}

#Action_bar {
    display: none !important;
}



.color-white{
color: white !important;
}

.line-40{
line-height: 40px !important;
}

.two-one{
color: #212121 !important;
}

.red-text{
color: #d2232f !important;
}

@media(min-width: 1174px) and (max-width: 1999px){
.title-new-bolder-overall{
font-size: 40px !important;
font-weight: 800 !important;
}

.para-new-thinner-overall{
font-size: 20px !important;
font-weight: 300 !important;
}
}

@media(max-width: 1173px) and (min-width: 768px){
.title-new-bolder-overall{
font-size: 30px !important;
font-weight: 800 !important;
}

.para-new-thinner-overall{
font-size: 15px !important;
font-weight: 300 !important;
}
}

@media only screen and (max-width: 767px){
.title-new-bolder-overall {
    font-size: 30px !important;
    font-weight: 800 !important;
}
.para-new-thinner-overall{
font-size: 15px !important;
font-weight: 300 !important;
}
}


@media only screen and (min-width: 801px) and (max-width: 3000px)
.client-page-title-bolder{
font-size: 60px !important;
font-weight: 900 !important;
}

.client-page-subtitle{
font-size: 20px !important;
font-weight: 300 !important;
}
}

@media only screen and (max-width: 800px) and (min-width: 1px){
.client-page-title-bolder{
font-size: 40px !important;
font-weight: 900 !important;
}

.client-page-subtitle{
font-size: 15px !important;
font-weight: 300 !important;
}
}