/*
 Theme Name:     Specular Child
 Theme URI:      http://codeless.co
 Description:    Specular Child Theme
 Author:         Codeless
 Author URI:     http://www.codeless.co
 Template:       specular
 Version:        1.0.0
*/

@import url("../specular/style.css");


@media (max-width: 979px) {
    
	.menu-small.vds-mobile-menu {
		position: absolute;
		top: 167%;
	}
	
	.mobile_small_menu.open:before {
		font-size: 55px;
	}
	
	.mobile_small_menu.close:before {
		font-size: 55px;
	}
	
	 .header_wrapper {
    margin-bottom: 80px !important;
	}
    
    #logo {
        top: 0% !important;
    }
	div#logo {
		float: left;
		width: 95%
	}
    
    .mobile_small_menu {
        position: relative !important;
        float: right !important;
		top: -100%;
    }
    
    .header_button {
	float: none !important;
    margin-top: 110px !important;
    width: 180px;
    position: relative !important;
    display: block !important;
    justify-content: center;
    border: none !important;
    margin: 0 auto;
    }
}

@media (max-width: 767px) {
	a.btn-bt.default.header_button.header-button-mobile {
		display: block !important;
	}

}

@media (max-width: 480px) {
	div#logo {
		float: left;
		max-width: 80%;
		}
	a.btn-bt.default.header_button.header-button-mobile {
    	width: 120px;
	}
	
}

@media (max-width: 360px) {
	a.btn-bt.default.header_button.header-button-mobile {
    width: 100px;
	}
}