@media all and (min-width: 1170px) {
body.left-header-layout {
padding-left: 280px;
}
body.admin-bar header.sticky-header.scrolled{
margin-top:0px; 
}
.scrolled .mobile-menu{
top:32px;
}
body.admin-bar header.sticky-header{
margin-top:38px;  
}
body.left-header-layout .jr-site-header {
height: 100vh;
position: fixed;
top: 0;
left: 0;
background-color: grey;
max-width: 280px;
}
body.left-header-layout .jr-site-header .row {
height: 100vh;
}
body.left-header-layout .jr-site-header [class*="col-md-"] {
flex: 0 0 100%;
max-width: 100%;
align-self: center;
}
body.left-header-layout .jr-site-header .col-md-3 {
margin-top: auto;
margin-bottom: 50px;
}
body.left-header-layout .jr-site-header .col-md-9 {
margin-bottom: auto;
}
body.left-header-layout .jr-site-header .menu-main ul {
width: 100%;
padding-left: 0;
}
body.left-header-layout .jr-site-header .menu-main ul li {
float: none;
width: 100%;
margin-left: 0;
text-align: left;
}
body.left-header-layout .jr-site-footer {
padding-left: 280px;
}
body.left-header-layout .skill-bar-percent {
right: 22px;
top: -5px;
}
body.left-header-layout .top_slider .slide1 .flex_caption1 {
margin-left: -500px;
}
body.left-header-layout #carousel {
right: 0;
}
body.right-header-layout {
padding-right: 280px;
}
body.right-header-layout .jr-site-header {
height: 100vh;
position: fixed;
top: 0;
left: auto;
right: 0;
background-color: grey;
max-width: 280px;
}
body.right-header-layout .jr-site-header .logo-holder {
text-align: right;
}
body.right-header-layout .jr-site-header .row {
height: 100vh;
}
body.right-header-layout .jr-site-header [class*="col-md-"] {
flex: 0 0 100%;
max-width: 100%;
align-self: center;
}
body.right-header-layout .jr-site-header .col-md-3 {
margin-top: auto;
margin-bottom: 50px;
}
body.right-header-layout .jr-site-header .col-md-9 {
margin-bottom: auto;
}
body.right-header-layout .jr-site-header .menu-main ul {
width: 100%;
padding-left:0; 
}
body.right-header-layout .jr-site-header .menu-main ul li {
float: none;
width: 100%;
margin-left: 0;
text-align: right;
}
body.right-header-layout .jr-site-footer {
padding-right: 280px;
}
body.right-header-layout .skill-bar-percent {
right: 22px;
top: -5px;
}
body.right-header-layout .top_slider .slide1 .flex_caption1 {
margin-left: -500px;
}
body.right-header-layout #carousel {
right: 0;
}
} @media all and (max-width: 1200px){
body{
overflow-x: hidden;
}
.container-large{
max-width: 95%;
width: 100%;
}
body.admin-bar header.sticky-header.scrolled{
margin-top:0px; 
}
.scrolled .mobile-menu{
top:32px;
}
body.admin-bar header.sticky-header{
margin-top:38px;  
}
nav ul li{
padding: 0 12px;
}
.skill-bar-percent{
right:0;
top:0;
}
.pb-compo{
margin-left: 0;
margin-right: 0;
}
} @media all and (max-width: 1020px){
body.admin-bar header.sticky-header.scrolled{
margin-top:0px; 
}
.scrolled .mobile-menu{
top:32px;
}
body.admin-bar header.sticky-header{
margin-top:10px;  
}
.mobile-menu{
display: block;
}
.nav.menu-main{
left: 0;
}
body.box-layout {
width: 100%;
max-width: 1280px;
margin: 0 auto;
background-color: rgba(0, 0, 0, 0.14);
}
body.box-layout .jr-site-header {
max-width: 1280px;
left: auto;
}
body.box-layout .jr-site-footer {
width: 100%;
max-width: 1280px;
margin: 0 auto;
left: auto;
right: auto;
}
.compo-service-body{
grid-template-columns: repeat(autofill, minmax(300px, 1fr));
}
body.box-layout #carousel {
right: 0;
}
.top_slider .slide1 .flex_caption1 {
padding-left:20px;
padding-right: 20px;
}
.flexslider.top_slider .flex-direction-nav{
margin-left: 20px;
}
.banner-nav{
display: none;
}
.flex-direction-nav.container,
.banner-caption {
width: 1200px;
max-width: 100%;
}
.body-wrapp section:nth-last-child(2) {
margin-bottom: 0 !important;
}
.share-this {
margin-left: 0;
}
.post-list-view .article-img-wrap {
margin-right: 40px;
}
.banner-caption{
display: flex;
height: 100%;
align-items:center;
position: relative;
}
.top_slider .slide1 .flex_caption1{
position: absolute;
left: 0;
top:50%;
margin-left: 0;
}
.mobile-menu {
display: block;
height: 30px;
width: 30px;
cursor: pointer;
position: fixed;
top: 80px;
right: 14px;
z-index: 999;
}
.mobile-menu span {
display: block;
height: 1px;
width: 100%;
margin-bottom: 8px;
background-color: white;
transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
}
.mobile-menu.collapse-menu span:first-child {
transform: rotate(45deg);
margin-top: 12px;
}
.mobile-menu.collapse-menu span:nth-child(2) {
opacity: 0;
}
.mobile-menu.collapse-menu span:last-child {
transform: rotate(-45deg);
margin-top: -18px;
}
nav.menu-main {
display: none;
position: fixed;
width: 100%;
height: calc(100vh - 20px);
height: -webkit-calc(100vh - 20px);
overflow-y: auto;
top: 74px;
left:0;
right: 0;
background-color: rgba(0, 0, 0, 0.94);
padding: 20px 10px;
}
nav.menu-main ul {
margin-left: 0;
width: 100%;
}
nav.menu-main ul li {
border-radius: 0;
display: block;
margin: 0;
padding: 0 15px;
width: 100%;
text-align: left;
}
.container-large{
flex-wrap: wrap;
}
.panel-grid-cell{
width: 100% !important;
flex: 0 0 100%;
}
.compo-home-blog .compo-body{
grid-template-columns: repeat(2, 1fr);
}
.panel-row-style{
padding: 50px 20px !important;
}
.content-all .row{
margin: 0;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals{
width: 100%;
}
} @media all and (max-width: 767px){
.top_slider .slide1 .flex_caption1 .title2, .top_slider .slide1 .flex_caption1 .title3{
font-size: 28px !important;
line-height: 115%;
}
body.admin-bar header.sticky-header.scrolled{
margin-top:0px; 
}
.scrolled .mobile-menu{
top:32px;
} .container-large{
max-width: 100%;
width: 100%;
}
.flex-box{
flex-wrap: wrap;
}
.compo-divider-body a,
.compo-divider-body.inline-btn a{
margin: 0;
margin-top: 30px;
}
.compo-counter .compo-body{
display: block;
}
.milestone-counter{
margin-bottom: 40px;
max-width: 100%;
min-width: 100%;
}
.jr-site-footer {
position: static !important;
}
.jr-site-footer .footerCol {
flex: 0 0 100%;
-webkit-flex: 0 0 100%;
padding-bottom: 20px;
}
.body-wrapp{
margin-bottom: 0 !important;
}
.article-wrap{
flex-wrap:wrap;
}
.post-list-view .article-img-wrap{
margin-right: 0;
}
.compo-service-body{
grid-template-columns: repeat(1, 1fr);
}
.is-sidebar{
margin-top: 30px;
}
#primary-menu {
width: 100%;
}
.body-wrapp>header {
position: fixed;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.94);
}
.flexslider.top_slider {
min-height: 100%;
}
.jr-site-footer .footerCol:first-child {
padding-left: 40px;
}
.jr-site-footer .footerCol:last-child{
padding-right: 40px;
}
.compo-home-blog .compo-body{
grid-template-columns: 1fr;
}
.compo-home-blog .compo-body .article-wrap:first-child {
grid-column: span 1;
grid-row: span 1;
}
.logo-holder{
padding-left: 20px;
}
.inner-page  .article-wrap .article-img-wrap,
.jr-site-blog-list .article-wrap .article-img-wrap{
margin-right: 0;
}
#primary-menu li.woocommerce-cart{
display: inline-block;
width: auto;
}
.article-wrap{
display: block;
}
.article-wrap .comments{
margin-left: 0;
display: block;
}
.aGrid,
[class*="col_"],
.sml-info-contact {
display: block
}
.article-wrap .post-summary { }
.top_slider .slide1 .flex_caption1 .title2, 
.top_slider .slide1 .flex_caption1 .title3, 
.top_slider .slide1 .flex_caption1 .title1{font-size: 40px;}
.content-all{
padding: 40px 20px;
}
.compo-text-image-video-body .video-part{
max-width: 100%;
}
.two-col .cols{
grid-column: span 2;
}
.coupon input{
float: left !important;
margin-top: 10px !important;
}
.flex-next i::before, .flex-prev i::before {
line-height: 50px;
}
.flex_caption1 p{margin-right: 8px;}
.post-grid-view .post-wrap{
width: 100%;
padding-right: 0;
}  }
.sidebar-menu i{padding-top:3px;float: right;}
.sidebar-menu i{color:#fff;font-size:25px;}
.sidebarmenu .sidenav{height:100%;width:0;position:fixed;z-index:9999;top:0;left:0;background-color:#3d3d3d;overflow-x:hidden;transition:0.5s;padding-top:60px;}
.sidebarmenu .sidenav a{padding:8px 0px 8px 12px;text-decoration:none;font-size:14px;color:#ffffff;display:block;transition:0.3s;border-bottom:1px solid #164377;}
.sidebarmenu .sidenav a:hover{color:#fc7319;}
.sidebarmenu .sidenav .closebtn{position:absolute;top:0;right:25px;font-size:36px;margin-left:50px;border:none;}
#sidebarmenuleft,#sidebarmenuleft ul,#sidebarmenuleft ul li,#sidebarmenuleft ul li a,#sidebarmenuleft #menu-button{margin:0;padding:0;border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#sidebarmenuleft:after,#sidebarmenuleft > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
#sidebarmenuleft #menu-button{display:none;}
#sidebarmenuleft{width:100%;padding:20px;}
#sidebarmenuleft ul ul{display:none;}
#sidebarmenuleft ul li a{padding:12px;font-size:12px;letter-spacing:1px;text-decoration:none;color:#dddddd;font-weight:700;text-transform:uppercase;}
#sidebarmenuleft ul li a:hover,#sidebarmenuleft ul li.menu-item-has-children ul li a:hover{color:#ED564B;}
#sidebarmenuleft > ul > li.has-sub > a{padding-right:30px;}
#sidebarmenuleft > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#dddddd;content:'';}
#sidebarmenuleft > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#dddddd;content:'';-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;}
#sidebarmenuleft > ul > li.has-sub:hover > a:before{top:23px;height:0;}
#sidebarmenuleft ul ul{position:absolute;left:-9999px;}
#sidebarmenuleft.align-right ul ul{text-align:right;}
#sidebarmenuleft ul ul li{height:0;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;}
#sidebarmenuleft li:hover > ul{left:auto;}
#sidebarmenuleft.align-right li:hover > ul{left:auto;right:0;}
#sidebarmenuleft li:hover > ul > li{height:35px;}
#sidebarmenuleft ul ul ul{margin-left:100%;top:0;}
#sidebarmenuleft.align-right ul ul ul{margin-left:0;margin-right:100%;}
#sidebarmenuleft ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:11px 15px;width:170px;font-size:12px;text-decoration:none;color:#dddddd;font-weight:400;background:#333333;}
#sidebarmenuleft ul ul li:last-child > a,#sidebarmenuleft ul ul li.last-item > a{border-bottom:0;}
#sidebarmenuleft ul ul li:hover a,#sidebarmenuleft ul ul li a:hover{color:#ED564B;}
#sidebarmenuleft ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#dddddd;content:'';}
#sidebarmenuleft.align-right ul ul li.has-sub > a:after{right:auto;left:11px;}
#sidebarmenuleft ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#dddddd;content:'';-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;}
#sidebarmenuleft.align-right ul ul li.has-sub > a:before{right:auto;left:14px;}
#sidebarmenuleft ul ul > li.has-sub:hover > a:before{top:17px;height:0;}
#sidebarmenuleft ul{width:100%;}
#sidebarmenuleft.align-center > ul{text-align:left;}
#sidebarmenuleft ul li{width:100%;border-top:1px solid rgba(120,120,120,0.2);}
#sidebarmenuleft ul ul li,#sidebarmenuleft li:hover > ul > li{height:auto;}
#sidebarmenuleft ul li a,#sidebarmenuleft ul ul li a{width:100%;border-bottom:0;}
#sidebarmenuleft > ul > li{float:none;}
#sidebarmenuleft ul ul li a{padding-left:25px;}
#sidebarmenuleft ul ul ul li a{padding-left:35px;}
#sidebarmenuleft ul ul li a{color:#dddddd;background:none;}
#sidebarmenuleft ul ul li:hover > a,#sidebarmenuleft ul ul li.active > a{color:#ffffff;}
#sidebarmenuleft ul ul,#sidebarmenuleft ul ul ul,#sidebarmenuleft.align-right ul ul{position:relative;left:0;width:100%;margin:0;text-align:left;}
#sidebarmenuleft > ul > li.has-sub > a:after,#sidebarmenuleft > ul > li.has-sub > a:before,#sidebarmenuleft ul ul > li.has-sub > a:after,#sidebarmenuleft ul ul > li.has-sub > a:before{display:none;}
#sidebarmenuleft #menu-button{display:block;padding:17px;color:#dddddd;cursor:pointer;font-size:12px;text-transform:uppercase;font-weight:700;}
#sidebarmenuleft #menu-button:after{position:absolute;top:22px;right:17px;display:block;height:4px;width:20px;border-top:2px solid #dddddd;border-bottom:2px solid #dddddd;content:'';}
#sidebarmenuleft #menu-button:before{position:absolute;top:16px;right:17px;display:block;height:2px;width:20px;background:#dddddd;content:'';}
#sidebarmenuleft #menu-button.menu-opened:after{top:23px;border:0;height:2px;width:15px;background:#ffffff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
#sidebarmenuleft #menu-button.menu-opened:before{top:23px;background:#ffffff;width:15px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);}
#sidebarmenuleft .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid rgba(120,120,120,0.2);height:36px;width:36px;cursor:pointer;}
#sidebarmenuleft .submenu-button.submenu-opened{background:#262626;}
#sidebarmenuleft ul ul .submenu-button{height:34px;width:34px;}
#sidebarmenuleft .submenu-button:after{position:absolute;top:18px;right:14px;width:8px;height:2px;display:block;background:#dddddd;content:'';}
#sidebarmenuleft ul ul .submenu-button:after{top:15px;right:13px;}
#sidebarmenuleft .submenu-button.submenu-opened:after{background:#ffffff;}
#sidebarmenuleft .submenu-button:before{position:absolute;top:15px;right:17px;display:block;width:2px;height:8px;background:#dddddd;content:'';}
#sidebarmenuleft ul ul .submenu-button:before{top:12px;right:16px;}
#sidebarmenuleft .submenu-button.submenu-opened:before{display:none;}
.mobileshow{display: none;}
#desktop-show{display: block;}
@media (min-width:320px) and (max-width:767px){
.menu-item-has-children::after{position: absolute;right: 0;display: none;}
.mobileshow{ }
#desktop-show,.mobile-menu{display: block;}
}
@media (min-width:768px) and (max-width:991px){
.menu-item-has-children::after{position: absolute;right: 0;display: none;}
.mobileshow{display: block;}
#desktop-show,.mobile-menu{display: none;}
}