/*solo desktop */
@media only screen and (min-width:768px){
}
.clients .client {
    margin: 0 0 40px;
    display: none;
}
div.wpforms-container-full {
    margin-bottom: 24px;
    BACKGROUND: #f7f7f7;
    PADDING: 30PX;
}
p.has-background {
    padding: 5px 10px;
}
.butn {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-size: 20px;
  background: #ffffff;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.butn:hover {
  background: #f7f7f7;
  text-decoration: none;
}
a.butn {
    color: #e00000 !important;
    font-weight: 600;
}
section-heading {
    position: relative;
    margin: 0 0 40px;
    padding: 0 0 30px;
    text-align: center;
    line-height: 1.2;
    font-size: 2.5em;
    text-transform: uppercase;
    display: none;
}
	.home .team {
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
	.testimonials {
    padding: 50px 0 10px;
    background: #fff;
    margin: 0;
    display: none;
}
	.slider-slides .slide-body {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
}
	body .primary-color {
    color: #ca1216;
}
	.menu-main li a {
    padding: 10px;
    font-size: 1.1em;
    color: #cd1217;
    font-weight: 800;
}
	body .secondary-color-bg {
    background-color: #cd1419;
}
.home	h2 {
    color: #fff;
    line-height: 1.2;
    margin: 0 0 20px;
}
h2 {
    color: #333;
    line-height: 1.2;
    margin: 0 0 20px;
}
.header {
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    padding: 0;
    z-index: 9999;
}
/*	.clients {
    display: none;
    border-top: 1px solid #eee;
    background: #f1f1f1;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 40px 0 0;
}*/
.footer-content {
    display: none;
}
.home .main {
    background: #fff;
    display: none;
}
.menu-main {
    padding-top: 30px;
    float: right;
    FONT-SIZE: 12.5px;
    text-transform: uppercase;
}
.menu-main li ul li a {
    text-transform: uppercase;
    font-size: 1em;
}
.pagetitle {
    overflow: hidden;
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 50px 0;
    margin: 0;
}
.pagetitle .pagetitle-title {
    margin-top: 100px;
    font-size: 2.5em;
    text-transform: uppercase;
}

.slider {
    padding: 0 0 0 0;
    margin: 0;
    position: relative;
    text-align: center;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.header {
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    padding: 0;
    z-index: 9999;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 10px 0 0 20px;
    width: 100%;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu {
    visibility: visible;
    text-align: right;
    padding: 30px 20px 0px 0px;
    display: inline;
    float: right;
}
	#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: absolute;
    width: 400px;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    padding: 0px 0px 0px 0px;
    background: #f1f1f1;
    max-width: none;
}
.portfolio {
    background: #fff;
    display: none;
}
.home .services {
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
.slider-slides .slide-caption p:last-child {
    background-blend-mode: luminosity;
    margin-bottom: 0;
    color: #fff;
    padding: 0 0 0 10px;
    font-weight: 900;
}
.sidebar {
    float: left;
    width: 30%;
    display: none;
}
p, address {
    margin-bottom: 1.6em;
    line-height: 1.5em;
}
.content {
    float: left;
    width: 100%;
    margin: 0 4% 30px 0;
    padding: 0;
}
.menu-main li:hover > a, .menu-main li:focus-within > a, .menu-main li a:hover, .menu-main li a:focus {
    text-decoration: none;
    color: #EE732D;
}
/*solo mobile*/
@media only screen and (max-width: 768px) {
	
	#mega-menu-wrap-main_menu .mega-menu-toggle {
    padding: 30px 0 0 0;
}
	#mega-menu-wrap-main_menu .mega-menu-toggle.mega-menu-open + #mega-menu-main_menu {
    display: block;
    width: 100%;
}

}