/*################# mobile CSS ################################################################*/
@media only screen and (min-width: 250px) and (max-width: 999px) {
	#innerpagecont .et_pb_post{
		width: 77% !important;
	}
	
	#review_div{
		padding: 30px 15px !important;
	}
	.star-wrapper a {
		font-size: 2em !important;
	}
	.menu-item-193, .menu-item-575, .menu-item-1466{
		display: none !important;
	}
	.footcopy span{
		display: block;
	}
	#mob_h{
		display: block !important;
	}
	body #main-content #n2-ss-2item1{
		font-size:30px !important;
		letter-spacing:2px !important;
	}
	body .et_pb_section_1.et_pb_section{
		margin-top: 0 !important;
	}
	
	body #n2-ss-2 h4{
		font-size: 14px !important;
	}
	#float_book, .signup_popup{
		display: none;
	}
	/*mobile floating buttons*/
	footer.et-l--footer{
		padding-bottom: 50px;
	}
	#mob_foot_btn{
		background: #009d96;
		position: fixed;
		bottom: 0;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#mob_foot_btn a{
		color: #fff;
		flex: 0 0 50%;
		font-size: 12px;
		padding: 20px 10px;
		text-align: center;
		letter-spacing: 1px;
		font-family: poppins;
		font-weight: 700;
		line-height: 16.8px;
		position:relative;
	}
	#mob_foot_btn a:hover{
		background:#333;
	}
	#mob_foot_btn a:first-child{
		border-right: 1px solid #ccc;
	}
	#mob_foot_btn a:first-child::before{
		content: "\f073";
		font-family: fontawesome;
		margin-right: 10px;
		position: absolute;
		left: 20px;
	}
	#mob_foot_btn a:last-child::before{
		content: "\f879";
		font-family: fontawesome;
		margin-right: 10px;
		position: absolute;
		left: 20px;
	}
	/*END mobile floating buttons*/
	#n2-ss-5 .bio_box_cont{
		min-height: 2vh;
		bottom:0;
		position: absolute;
		opacity: 1 !important;
	}
	#innerpagecont .et_pb_row_0.aic{
		max-width: 100% !important
	}
	#innerpagecont .et_pb_row_1{
		max-width: 100% !important
	}
	#ogb_form .one_half{
		width: 98% !important;
		float: none !important;
	}
	#ogb_form .wpcf7-textarea{
		height: 100px !important;
	}
	body #main-content .foot_bnr {
		padding: 12vh 0 !important
	}
	body #main-content .foot_bnr h3{
		font-size: 30px !important;
	}
	.innerpage_titlebg {
		padding:0 !important;
	}
	h1.innerpagetitle{
		font-size: 27px !important;
		margin: 0;
		padding: 0;
	}
	.home_box_1{
		padding:0 !important;
	}
	.home_box_1 .et_pb_column_0{
		padding: 30px 30px 0 30px !important;
		margin-bottom: 0;
	}
	header .et_pb_row_0_tb_header{
		display: flex;
	}
	header .et_pb_column_0_tb_header{
		width: 60% !important;
	}
	#footform{
		z-index: 999;
	}
	.blogpage .et_pb_post {
		max-width: 100% !important;
	}
	.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar::before{
		color:#000 !important;
	}
	#mobile_menu1{
		border-top: 3px solid #000 !important;
	}
	.home_box .et_pb_column_2_5 {
		padding: 6vh;
	}
	.home_box .et_pb_column_2_5 .et_pb_text_inner{
		text-align: center;
	}
	.cta_box .et_pb_text {
		padding: 5vh !important;
		text-align: center !important;
	}
	.cta_box_1{
		display: flex;
		flex-direction: column;
	}
	.cta_box_1 .et_pb_column:first-child {
		order: 2;
	}
	.cta_box_1 .et_pb_column:last-child {
		order: 1;
	}
	.home_blogbox .et_pb_ajax_pagination_container{
		flex-direction: column;
	}
	.home_blogbox .et_pb_post {
	  	margin: 0 !important;
	  	padding: 0 0 12vh 0;
	}
	footer *{
		text-align: center;
	}
	#footform .wpcf7-text{
		max-width: 80% !important;
		font-size: 14px !important;
	}
	#footform .wpcf7-submit{
		max-width: 80% !important;
		font-size: 14px !important;
		width: 100%;
		margin:auto;
	}
	
	/* mobile menu*/
	#mob_h{
		margin: 10px;
	}
	#mob_logo{
		width: 80%;
		float: left;
		z-index: 999;
	}
	#mob_menu_btn_top{
		width: 20%;
		float: right;
		text-align: right;
	}
	#mob_menutop{
		clear: both;
	}
	
	#mobnav {
		background: #fff;
		width: 100vw;
		height: 100vh;
		position: fixed;
		right: 0;
		transition-timing-function: cubic-bezier(10,2,3,1);
		transform: translateX(50rem);
		top: 0;
		z-index: 0;
		transition: 1s;
	}
	#salonsites {
		display: none;
	}

	#salonsites:checked ~ #mobnav {
		transform: translateX(0rem);
	}

	#burgerbtn {
		position: absolute;
		cursor: pointer;
		width: 2rem;
		height: 1.5rem;
		right: 1rem;
		top: 15px;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	#burgerbtn > div {
		height: 2px;
		background-color: #fdfbfb;
		transition: 0.5s;
		z-index: 999;
	}
	#salonsites:checked ~ #burgerbtn{
		height: 2rem;
	}

	#salonsites:checked ~ #burgerbtn > div {
	  background-color: #000;
	}

	#salonsites:checked ~ #burgerbtn > div:nth-child(1) {
		transform: translateY(15px) rotate(45deg);
	}
	#salonsites:checked ~ #burgerbtn > div:nth-child(2) {
		opacity: 0;
	}
	#salonsites:checked ~ #burgerbtn > div:nth-child(3) {
		transform: translateY(-15px) rotate(-45deg);
	}
	
	#mobnav{
		padding: 5vh 0 10vh 0;
		margin-top: 11vh;
		overflow-y: scroll;
  		height: 100vh;
	}
	#mobnav ul{
		list-style: none;
		text-align: center;
		padding:0;
		margin:0;
	}
	#mobnav ul li{
		margin-bottom: 10px;
	}
	#mobnav ul li a{
		color: #000;
		font-size:1.3rem;
		text-transform: uppercase;
		line-height: 1.7;
	}
	#mobnav ul li a:hover{
		font-style: italic;
		font-weight: normal;
	}
	#mobnav .menu-item-has-children:hover .sub-menu{
 		height: 330px;
/* 		height: 100%; */
	}
	#mobnav .menu-item-has-children.menu-item-129:hover .sub-menu{
 		height: 180px;
/* 		height: 100%; */
	}
	#mobnav .menu-item-has-children.menu-item-473:hover .sub-menu{
 		height: 140px;
/* 		height: 100%; */
	}
	#mobnav .sub-menu{
		height:0;
		transition: height 0.5s ease-in;
		overflow: hidden;
	}
	#mobnav .sub-menu li{
		margin: 15px 0;
	}
	#mobnav .sub-menu li a{
		font-size: 1rem;
	}
	#mobnav #menu-main-menu-1{
		transition: all 2.5s ease-in-out;
	}
	#mobnav.closed #menu-main-menu-1{
 		opacity:0; 
		margin-top: 20vh;
		visibility: hidden;
	}
	#mobnav.opened #menu-main-menu-1{
 		opacity: 1; 
		margin:0;
		visibility: visible;
	}

	#mobnav hr {
	  max-width: 20%;
	  color: #ccc;
	  margin: 3vh auto;
	}
	.mobmenu_extra {
	  display: block;
	  width: 100%;
	  text-align: center;
	  color: #343839;
	  margin-bottom: 3vh;
	}
	.mobmenu_extra:hover {
	  color: #993333 !important;
	}
	.mobmenu_extra i {
	  display: block;
	  font-size: 26px;
	  font-weight: normal;
	  font-family: fontawesome;
	}
	.mobmenu_extra strong {
	  display: block;
	  font-size: 13px;
	  text-transform: uppercase;
	}
	.mobmenu_extra span {
	  font-size: 12px;
	  display: block;
	}
	
	/* END mobile menu*/
	
}


@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
}

@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 */

}

/* Medium devices (desktops, 1024px and up to 1199px) */
@media (min-width: 1024px) and (max-width: 1280px) {
	.et_pb_menu .et-menu > li{
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	#menu-main-menu li a {
		font-size: 9px !important;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}

/*################# END mobile CSS ################################################################*/

 