@charset "utf-8";
/* CSS Document */


/* default styles here for older browsers. 
   I tend to go for a 600px - 960px width max but using percentages
*/

@media only screen and (min-width:960px){
	/* styles for browsers larger than 960px; */
}

@media only screen and (min-width:1440px){
	/* styles for browsers larger than 1440px; */
  
}
 /* added for 1200 width + */ 
@media only screen and (max-width:1200px){
	/* styles for browsers larger than 1200px; */ 
  
  .newsletter-submit {
    border-radius: 5px;
    width: 100%;
    margin: 0;
  } 
  .newsletter-input {
    border-radius: 5px;
    width: 100%; 
  }
  
}

@media (min-width: 992px) and (max-width: 1199px) {
	.contact-right iframe {
	    height: 612px;
	}

}
 

@media only screen and (min-width:2000px){
	/* for sumo sized (mac) screens */
}

@media (min-width: 768px) and (max-width: 991px) {
	.contact-right iframe {
	    height: 400px;
	}

}

@media only screen and (max-device-width:480px){
   /* styles for mobile browsers smaller than 480px; (iPhone) */
   .navbar-nav>li>a.dropdown-toggle {
      display: block;
   }
   .navbar-nav>li>a.hide-mobile, .navbar img.hide-mobile{
      display: none;
   }
   li.hide-desktop {
      display: block;
   }
  
  .megamenu> li > ul > li a {
	color: #FFF;
  	font-size: 16px;
  	line-height: 28px;
   }
   
   .navbar-right .dropdown-menu {
		right: 0;
		left: 0;
	}
	
	footer a {
    line-height: 44px;
	}
  
   .newsletter-input {
    background-color: #fff;
    border-color: #fff;
    border-radius: 5px 0 0 5px;
    clear: both;
    color: #27422b;
    font-size: 12px;
    font-weight: 700;
    padding: 10px;
    width: 140px;
  }

  .newsletter-submit {
	background-color: #BFA67A;
	border-color: #BFA67A;
    border-top: transparent;
    border-radius: 0 5px 5px 0;
    clear: both;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-left: -6px;
    padding: 10px;
    width: auto;
  }
  
  .contact-right h4.email {	
  	font-size: 16px;
		}

}

@media only screen and (device-width:768px){
   /* default iPad screens */
   
  .megamenu{
    margin: 0;
	/*position: relative;*/
  }
  .megamenu> li {
    margin-bottom: 0px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;

  }
  .nav>li{
	  /*clear:both;*/
	  position:relative;
  }
  /*.navbar-nav>li>.dropdown-menu {
	  margin-top: 0;
  }
  
  .megamenu> li > ul > li > a img {
      display:none;
   }*/
   
   .mobile-text {
      display: block;
   }
   /*.navbar-nav>li>a.dropdown-toggle {
      display: block;
   }
   .navbar-nav>li>a.hide-mobile, .navbar img.hide-mobile{
      display: none;
   }
   
   li.hide-desktop {
      display: block;
   }*/
   
   .img-portfolio {
        margin-bottom: 15px;
    }
	
	.navbar-inverse .navbar-nav>li>a {
		height: 45px;
		line-height: 45px;
	}
	
	.mobile-menu-design-modern .mobile-selector {
		text-align: left;
	}
	
	.mobile-nav-item {
		position: relative;
		font-size: 12px;
		line-height: normal;
	}
	
	.navbar img {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		padding:0 15px;
		display: flex;
		clear:both;
	}
  
    .navbar-default .navbar-nav > li > a {
      padding: 13px 10px;
  	}
	
	.navbar {
		position:relative;
	}
	
	.navbar-brand {
		/*padding: 0 0 10px;*/
		overflow:hidden;
	}
  
}

@media (max-width: 990px){   
   .ohti {
		width: 33.33%;
		}
	.side {
		margin-left: 0;
		}
}


 /* added for awcof only menu */ 
@media (max-width: 768px){
	/* styles for browsers larger than 768px; */ 
  /*.navbar-toggle {
    top: 60px;
  }*/
 	
   
   .ohti {
		width: 100%;
		}
	
	.side {
		margin-left: 0;
		}
		
	.front-img-con {
	margin: 10%;
	}
}


/* added for ygh cart only */ 
@media screen and (min-width: 769px) {
  .cart__mini-labels {
      display: none;
  }
  .medium-down--hide {
      display:block;
  }
}

@media (max-width: 428px){
	/* styles for browsers larger than 400px; */  
  .navbar-toggle {
    top: 0px;
  }
  
	
	h1, .parallax-1 h1 {
		font-size: 36px;
		line-height: 40px;
	}
		
	.parallax-4 h3 {
		font-size: 30px;
	}
	
	.contact-right h3, .contact-right h3 a, .contact-right h3 a:hover {
		font-size: 23px;
		}
		
	.phone-license-social {
		text-align: center;
		}
  
}

/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */

  
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */

 
}

/* custom css */


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 992px) {
	 
	.visitWrap .line.btm {
    	margin-bottom: 10px;	
	}
	.visitWrap h4 {
    	padding-top: 24px;
    	font-size: 24px;	
	}

}

@media (max-width: 767px) {
	
	.wellnessWrap .video-head iframe {
    	width: 450px;
    	height: 245px;
	}
	.visitWrap .line.btm {
      margin-bottom: 9px;
    height: 1px;
	}
	.visitWrap h4 {
    	padding-top: 24px;
    	font-size: 22px;	
	}
	.visitWrap .supBox .supplmntBox:first-child a {
	    margin-bottom: 30px;	
	}
	.visitWrap .supBox .supplmntBox a {
	    height: 90px;
       max-width: 240px;	
	}
	.visitWrap .supBox .supplmntBox:last-child a {
    	padding: 11px 18px;
	}

	.newWellnessWrap .row {
		  flex-direction: column-reverse;
	}
	.newWellnessWrap .rightBox img {
    width: 250px;
	}
	.newWellnessWrap .rightBox {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
	}   

	.contact-right iframe {
	    height: 350px;
	}  

   .contact-right h3, .contact-right h3 a, .contact-right h3 a:hover {
   	    font-size: 30px;
   }
	
}

/* Landscape phones and down */
@media (max-width: 480px) {

	.wellnessWrap .video-head iframe {
    	width: 350px;
    	height: 190px;
	}
}

@media (max-width: 428px) {

		.contact-right h3, .contact-right h3 a, .contact-right h3 a:hover {
   	    font-size: 23px;
   }

}




