/*
Theme Name: AllinBrand
Theme URI: http://allinbrand.com
Description: AllinBrand
Author: nttam
Author URI: http://allinbrand.com
Template: Divi
Version: 1.0
*/


/* =================== */

div#am-cf-4.el-form-item {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}


#page-container .amelia-v2-booking #amelia-container.am-fs__wrapper {
    margin: 0 auto;
}

#page-container .amelia-v2-booking #amelia-container.am-cap__wrapper {
    margin: 0 auto;
}

.top-header .col-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-header .et_pb_blurb .et_pb_main_blurb_image {
    vertical-align: middle;
	width: auto;
}

.top-header .et_pb_blurb .et_pb_blurb_container {
    padding-left: 10px !important;
}

.top-header .et_pb_blurb .et_pb_module_header {
    padding-bottom: 0px;
}

.nav-header .et_pb_menu .et-menu>li {
    padding-left: 20px;
    padding-right: 20px;
}

/* TAB menu */

.toggle .tabs {
	width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    flex-wrap: wrap;
}

.toggle .tabs .tab {
	float: left;
	background: white;
	color: #000;
	height: auto;
	margin: 3px 5px 3px;
	cursor: pointer;
	font-size: 16px;
	padding: 5px 10px;
	border-radius: 2px;
	transition: all .3s;
	border: 1px solid #000;
	text-transform: uppercase;
}

.toggle .tabs .tab:hover,
.toggle .tabs .tab.active {
	color: #000;
	background: rgb(231, 188, 124);
	transition: all 0.5s;
}

.toggle .panels .panel {
  padding: 20px 10px;
  display: none;
}

.toggle .panels .panel:first-child {
  display: block;
}

.toggle .panels .panel .descriptions-of-service {
    width: 47.5%;
    margin-right: 5%;
    float: left;
}

.toggle .panels .panel.panel-with-descriptions .list-of-services {
    grid-template-columns: 1fr;
    width: 47.5%;
    float: left;
}

/* end tab menu */

.notes-for-category {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
	font-style: italic;
}

.list-of-services {
    display: grid;
    grid-template-columns: 1fr 1fr;
	grid-column-gap: 50px;
    grid-row-gap: 15px;
}

.list-of-services .service {
    font-size: 16px;
	margin-bottom: 10px;
}

.list-of-services .service-1 {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
}

.list-of-services .service-2 .service-header {
  border-bottom: 2px solid #fff;
}

.list-of-services .service .service-header {
    display: flex;
    justify-content: space-between;
    font-weight: normal;
	margin-bottom: 6px;
	position: relative;
}

.list-of-services .service-header_price,
.list-of-services .service-option_price {
  text-align: right;
}

.list-of-services .service .service-header .service-header_name {
	padding-right: 10px;
	font-weight: 600;
}

.service-header_price-note {
    display: inline-block;
}

.list-of-services .service .service-header img.badge {
   width: 30px;
    position: absolute;
    left: -34px;
    top: 0px;
}

.service-description {
    font-style: italic;
	font-size: 14px;
}

.service-options .service-option {
    display: flex;
    justify-content: space-between;
}

.service-options .service-option .service-option-note {
    display: inline-block;
}


/* device */

@media only screen and (max-width: 1310px) {
	
}

@media only screen and (max-width: 1280px) {

}

@media only screen and  (max-width: 1270px) {
	
}

@media only screen and  (max-width: 1200px) {
	
}

@media only screen and (max-width: 1024px) {
	.top-header .col-right .et_pb_blurb {
		display: none !important;
	}
}

@media only screen and (min-width: 981px) {
	
	.display-flex {
		display: flex;
	}
	
	.align-items-center {
	   align-items: center;
	}
	
	.align-items-end {
		align-items: end;
	}
	
}

@media only screen and (max-width: 980px) {
	.toggle .tabs .tab {
		font-size: 14px;
	}
	
	.top-header {
		display: flex;
	}
	
	.top-header .et_pb_column:first-child {
		width: auto !important;
	}
	
	.et_pb_menu__wrap .mobile_menu_bar {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.nav-header .et_mobile_nav_menu, .nav-header .mobile_nav {
		width: 100%;
	}

	.mobile_menu_bar::after {
		content: 'Menu' !important;
		display: inline-block;
		font-size: 14px;
		color: #e89922 !important;
		line-height: 16px;
		cursor: pointer;
	}
}


@media only screen and (max-width: 768px) {
	.toggle .panels .panel .descriptions-of-service {
    	width: 100%;
		margin-bottom: 15px;
    	margin-right: 0px;
	}

	.toggle .panels .panel.panel-with-descriptions .list-of-services {
    	width: 100%;
	}
	
	.list-of-services {
    	grid-template-columns: 1fr;
	}
	
	.col-md-6 {
		width: 100%;
	}
	
	.toggle .tabs .tab {
		text-transform: inherit;
	}
	
	.notes-for-category {
		font-size: 14px;
	}
}

@media only screen and (min-width: 767px) {
	
	#page-container .online-booking-btn, #page-container .online-booking-menu {
		display: none !important; 
	}
	
}

@media only screen and (max-width: 480px) {
	
}

@media only screen and (max-width: 360px) {
	
}

@media only screen and (max-width: 320px) {
	
}