.slicknav_menu {display:none;}
@media only screen and (max-width : 1024px){
	#cssmenu ul > li > a {
    color: #fff;
    padding: 0 10px;
    line-height: 110px;
    display: block;
    transition: all .2s ease;
    font-family: Poppins-Regular;
    font-size: 14px;
}
	.header-top-left h3 {
    font-size: 16px;
    padding-top: 15px;
    padding-left: 50px;
    background: url(../img/Header_Marker_Iconnew.png) no-repeat left;
    background-size: 25px;
    line-height: 70px;
}
	.header-top-right {
    text-align: center;
}
	.sidebar .side-con .side-con-hold .wpcf7-submit {
    padding: 20px 35px;
    background-image: linear-gradient(180deg, #BB9338, #735c27);
    /* background-color: #ffba60; */
    border: 0;
    border-radius: 0;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 500;
    transition: .3s ease-in;
}
}
@media only screen and (max-width : 1023px){
	#menu-primary-menu {display:none !important;}
	.slicknav_btn {
    margin: 0;
    width: 300px;
    float: none;
    height: 35px;
    background: #bb9338;
    border: 3px solid #bb9338;
}
	.slicknav_menu {
		display:block;
	    position: relative;
	    background: transparent;
	    padding: 0;
	    text-align: right;
	    z-index: 9;	
    	margin-top: 35px;
	}
	.slicknav_nav {
    position: absolute;
    background: #bb9338;
    color: #fff;
    width: 100%;
    margin-top: 0px !important;
    text-align: center;
    font-size: 20px;
}
	.slicknav_nav a, .slicknav_nav .slicknav_row {
    padding: 20px;
    margin: 0;
    }
    .slicknav_nav a:hover {
    color: #ffba60;
}
	.slicknav_menu .slicknav_icon {
    display: none;
}
	.slicknav_menu .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
    display: block;
    float: none;
    text-align: center;
}
	#four-hold {
    width: 100%;
    text-align: center;
}
	#eight-hold {
    width: 100%;
    padding-bottom: 20px;
}
	.menu-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
}
@media only screen and (max-width : 768px){

    /*Header */
#main-header {
    position: unset;

}


.header-top {
    text-align: center;
}
.header-top-left h3 {
    width: 75%;
    margin: auto;
}
/*.logo-container {
    float: left;
}
.slicknav_menu {
    float: right;
    width: 55%;
}*/
.homepage-banner-content {
    padding: 100px 0 100px;
}
.subpage-banner {
    padding: 40px 0 60px;
}
.quote-section, .about, .title-line, .cta {
    z-index: 1;
}
.about:after, .quote-section:after, .cta:before {
    z-index: -1;
}
.cta-together h1 {
    margin-bottom: 30px;
}
.about-eman img {
    margin-top: 30px;
}
.footer-top .menu-primary-menu-container ul > li > a {
    padding: 0 10px;
}
}
@media only screen and (max-width : 767px){
.subpage-banner {
    padding: 40px 0 60px;
}
.header-top-left h3 {
    width: 100%;
    line-height: inherit;
    margin: 0 auto 20px;
}
/*.logo-container {
    width: 50%;
}
.slicknav_menu {
    width: 50%;
}
.slicknav_menu {
    margin-top: 20px;
}
.slicknav_nav ul {
    padding: 0;
    margin: 0;
}*/
.homepage-banner-content h1, .subpage-banner h1 {
    font-size: 40px;
}
.about h1, .practice-areas h1, .cta h1, .cta-together h1, .faqs h1 {
    font-size: 30px;
}
.quote-section h2 {
    width: 100%;
}
.cta, .cta-together {
    padding: 60px 0;
}
.btn-gold, .wpcf7-submit {
    padding: 20px 45px;
}
.case-contact .wpcf7 {
    padding: 20px;
}
.cta:before {
    width: 100px;
}
.footer-top .social-links > li > a {
    margin: 10px;
}
}
@media only screen and (max-width : 480px){

}