/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author: Your name here
Template: Avada
*/


@media screen and (max-width: 930px) {
      #number { font-size: 18px !important }
  		#call-us { font-size: 18px !important; }
}

@media screen and (max-width: 1005px) {
  		#h_w_sticky { width:20%!important }
}

@media  screen and (max-width: 800px) {
  		#number { font-size: 18px !important }
  		#call-us { font-size: 18px !important; padding: 5px !important }
  		.header_widget { width:30% !important; float:left !important; margin-left: 33% !important; margin-right: 27% !important; margin-top: 10px }
  		#v1 {display: none }
  		#v2 { display:inline !important}
  		#h_w_sticky {margin-top: 50px; margin-bottom: 10px }
  		.sticky-shadow {max-height: 120px !important; }
}

#v2 { display:none;}

.header_widget {
     width:30%;
     float:right;
     text-align:center;
}

#header-sticky.sticky-header .sticky-shadow {
  	height: 120px !important;
}

#number {
	float: right;
	color: #000;
	font-size: 22px;
	font-weight: bold;
        text-align:center;
        margin-top: 10px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
        width:100%
}

#call-us {
	color: #FFF;
	font-size: 19px;
	background: #FE8401;
	padding: 8px 17px;
	text-align:center;
        margin-top: 5px !important;
}

.nav-holder,
nav#sticky-nav {
	margin-left: auto;
	margin-right: auto;
	width: 72%;

#header-sticky {
       height: 98px !important;;
}

.sticky-shadow {
      height: 95px !important;
}

#mobile-nav {
     width: 70%
}