/* Enter Your Custom CSS Here */
html, #scroll-top-link {
    background-color: #2c2f32 !important;
}
h1, h2, h3, h4, h5, h6, p, strong, li, a, strong {
	font-family: 'Oxygen' !important;
}
.header-poppins-font h3 {
    font-family: 'Oxygen' !important;
    font-size: 42px !important;
}

#header_main_alternate {
    background: #0f2c70;
    border: 0 !important;
}
.avia-menu-fx {
    display: none;
}

/*---------- Navigation ----------*/
#avia-menu {
    float: left !important;
}
.html_header_top.html_logo_center .logo {
    left: 31% !important;
}

nav .avia-menu ul li a {
    font-family: 'Oxygen' !important;
}
nav .avia-menu ul li a:hover {
    color: #ECBB66 !important;
}
#header .widget {
    left: 93%;
    padding-top: 0;
    position: absolute;
    top: -34px;
    transform: translate(-50%);
    z-index: 999;
}
#phone-menu-header {
    background: url("http://www.footwear-solutions.com.au/wp-content/uploads/2016/04/phone-ico.png") no-repeat scroll 1px 32px;
    width: 125px;
    text-align: right;
    font-size: 16px;
}

/*----------- Contact Page----------*/
.contact-page-form-container .wpcf7-form-control {
    margin-bottom: -5px !important;
    font-family: 'Oxygen' !important;
    font-size: 15px !important;  
}

/*----------- Footer Socket Center Text----------*/
#socket {
    background: #2c2f32 none repeat scroll 0 0;
    color: #6d7073;
    font-weight: 300;
    height: 200px !important;
    padding: 10px 0 !important;
}
#socket a {
	color: #6d7073;
}
#socket .container {
    text-align: center;
}
#socket .copyright {
    float: none !important;
  	font-size: 16px;
}
#socket .copyright {
    font-family: "Oxygen" !important;
}


/*-------------------- Mobile Responsive --------------------*/
/*----- Wide Screen Devices -----*/	
@media only screen and (max-width : 1360px) {} 

/*----- Wide Screen Devices -----*/	
@media only screen and (max-width : 1280px) {
#header .widget {
    left: 90%;
}
 
} 

/*----- Wide Screen Devices -----*/
@media only screen and (max-width : 1200px) {
.html_header_top.html_logo_center .logo {
    left: 34% !important;
}
}

/*----- iPad , iPad Mini (Landscape View) -----*/
@media only screen and (max-width : 1024px) {
#header .widget {
    left: 88%;
}

.html_header_top.html_logo_center .logo {
    left: 41% !important;
}  
}

/*----- Laptop and Other Wide Screen Devices -----*/
@media only screen and (max-width : 992px) {
.html_header_top.html_logo_center .logo {
    left: 43% !important;
}
}

/*----- Laptop and Other Wide Screen Devices -----*/
@media only screen and (max-width : 980px) {
#header_main_alternate {
    display: block !important;
}
#header .widget {
    left: 89%;
}
#advanced_menu_toggle {
    margin-top: -10px !important;
}
  
}

/*----- iPad , iPad Mini (Portrait View) -----*/
@media only screen and (max-width : 768px) {
.html_header_top.html_logo_center .logo {
    left: 38% !important;
    margin-top: 15px;
    width: 75%;
}
#header .widget {
    left: 85%;
}  
#home-banner-section {
    background-size: cover;
    height: 200px !important;
}  
#home-intro-section .av-special-heading h3 {
    font-size: 27px;
}
}

/*----- iPhone 6 Plus (Landscape View) -----*/
@media only screen and (max-width : 736px) {
.html_header_top.html_logo_center .logo {
    left: 43% !important;
    width: 60% !important;
}
#header .widget {
    left: 78%;
    margin-top: 17px;
}
#advanced_menu_toggle {
    margin-top: -25px !important;
} 
  
}

/*----- Samsung Galaxy 3, S3, S4, Note (Landscape View) -----*/
@media only screen and (max-width : 640px) {
#home-intro-section .av-special-heading h3 {
    font-size: 31px;
    padding-right: 130px;
}
}

/*----- iPhone 6 (Landscape View) -----*/
@media only screen and (max-width : 627px) {}

/*----- iPhone 5 (Landscape View) -----*/
@media only screen and (max-width : 568px) {
#header .widget {
    left: 75%;
}
#home-intro-section .av-special-heading h3 {
    font-size: 31px;
    padding-right: 70px;
}  
}

/*----- iPhone 4 (Landscape View) - iPhone 6 Plus (Portrait View) -----*/
@media only screen and (max-width : 480px) {
.html_header_top.html_logo_center .logo {
    width: 80% !important;
}  
.html_header_top.html_logo_center .logo a img {
    -margin-top: -32px !important;
}
#header .widget {
	display: none;
}  
#home-intro-section .av-special-heading h3 {
    font-size: 25px;
    padding-right: 50px;
}  
}

/*----- iPhone 6 Plus (Portrait View) -----*/
@media only screen and (max-width : 414px) {
#home-intro-section .av-special-heading h3 {
    padding-right: 20px;
}
}

/*----- iPhone 6 (Portrait View) -----*/
@media only screen and (max-width : 375px) {
#home-intro-section .av-special-heading h3 {
    font-size: 21px;
}
}

/*----- Samsung Galaxy 3, S3, S4, Note (Portrait View) -----*/
@media only screen and (max-width : 360px) {}

/*----- iPhone 4, 5 (Portrait View) -----*/
@media only screen and (max-width : 320px) {
#home-intro-section .av-special-heading h3 {
    font-size: 20px;
    padding-right: 15px;
}
}