@media (max-width:600px) , (max-device-width:600px){
/**mobile menu fixed**/
    #content {
    	padding-bottom:0;
    }
	#leos {
        position:static;
	}
    .overh {
        overflow: hidden;
    }
	footer {
		position:static;
	}
    .nomobile {
        display:none;
    }
	.logo a img {
		width:100%;
		height:auto;
	}
    #MobNavBtn {
        display: block;
        position: absolute;
        top:10px;
        right:100%;
        width:46px;
        height:45px;
        background:#f28730;
        z-index: 9999999;
        border:1px solid #fff;
        border-right:0;
    }
    #MobNavBtn:after ,
    #MobNavBtn:before {
        content: '\f0c9';
        font-family: fontawesome;
        position:absolute;
        top:50%;
        left:50%;
        font-size:33px;
        color:#fff;
        transform: translate(-50%,-50%);
        transition: all .4s linear;
    }
    #MobNavBtn:after {
        content: '\f0c9';
    }
    #MobNavBtn:before {
        content: '\f057';
        opacity: 0;
        visibility: hidden;
    }
    nav.active #MobNavBtn:after {
        opacity: 0;
        visibility: hidden;
    }
    nav.active #MobNavBtn:before {
        opacity: 1;
        visibility: visible;
    }
    .navwrap.front nav {
        width: 60%;
    }
    #FloatSocials {
        display:flex;
        justify-content: space-between;
		width:calc(100% - 4px);
        max-width:200px;
        bottom:2px;
        right:2px;
        top:auto;
    }
    #FloatSocials div {
        margin-bottom: 0;
    }
    #FloatSocials svg {
        width:30px;
        height:30px;
    }
	nav {
		background:#f28730;
		display:block;
		position:fixed;
		height:auto;
		width:60%;
        max-width:200px;
		z-index:999;
		bottom:0;
		top:0;
        right:0;
        height:100vh;
		border-left:1px solid white;
        transition: all .5s ease;
        transform: translateX(100%);
	}
    nav.active {
        transform: translateX(0);
    }
    nav ul.menu {
        margin-top: 10px;
        height: calc(100vh - 50px);
        overflow-x: hidden;
        overflow-y: auto;
    }
    nav ul ,
	nav ul li ,
	nav ul li a {
		display:block;
		color:#fff;
        width:100%;
        margin:0;
	}
	nav ul li {
		padding:0 !important;
		margin:0 !important;
	}
	nav  ul.menu li a {
		padding:10px 5px;
		width:93%;
	}
	nav ul li:after {
		display:none;
	}
    .mobile-footer div a {
        display:block;
        width:100%;
        height:100%;
    }
    .sidebar {
        display: block;
        position: fixed;
        top:0;
        right:-100%;
        width:70%;
        max-width:715px;
        background:#ccc;
        overflow-x: hidden;
        overflow-y: scroll;
        height:91%;
        z-index: 998;
        transition:all .5s ease;
    }
    #sidebar {
        width: 82%;
        margin: 0 auto;
    }
    #MobBtns {
        display: block;
        position: fixed;
        bottom:3px;
        left:2.5px;
        z-index: 99999;
    }
    #MobBtns div {
        width:40px;
        height:40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin: 0 2.5px;
        background: #f28730;
        position: relative;
    }
    #MobBtns div a {
        display:block;
        height:100%;
    }
    #MobBtns div svg {
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
        fill: #fff;
        max-width:60%;
        max-height:60%;
        width:auto;
        height: auto;
    }
    .topface ,
    .topphone {
        display:none;
    }
    .topbg .inrowf .col30 ,
    .topbg .inrowf .col70 {
        width:100%;
    }
    .topbg .container {
        padding: 155px 0 20px 0;
    }
    .wpcf7 .wpcf7-form div {
        width:100%;
        margin-bottom:10px;
    }
    .greyfoot .container div {
        width:100%;
    }
    .inrowf .col3 {
        width:100%;
    }
    .readmore {
        position: relative;
        margin-bottom: 10px;
    }
    .inrowf .col4 {
        width:calc(50% - 10px);
    }
    .footcf h2 {
        text-align: center;
    }
    .frontpages .fthumb {
        height: 130px;
    }
    .topbg h1 {
        font-size: 34px;
        text-align: center;
        line-height: 1;
        color: #fff;
        font-weight: bold;
        position: relative;
        top: 0;
        transform: none;
        margin-top: 10px;
    }
    .topbg {
        min-height: 200px;
    }
    .arcpage .col40 ,
    .arcpage .col60 ,
    .postpage .col40 ,
    .postpage .col60 ,
    .contactpage .col70 {
        width:100%;
    }
    .onepost {
        margin-bottom: 30px;
    }
    .contactpage .entry {
        padding: 20px 0 0 0;
    }
    .contactpage .col3 ,
    .contactpage .col3:first-of-type {
        margin-bottom: 15px;
    }
    .footcgtext {
        font-size:21px;
    }

}