/* Responsiveness for hello-child website */
@media only screen and (min-width : 1680px) and (max-width : 1680px) {
	div#menu-hidden-container, .header-main-container {
		left: 7% !important;
	}
}
@media only screen and (min-width : 1481px) and (max-width : 1680px) {
	#content-tab-1:before,#content-tab-2:before, #content-tab-3:before   {
		content: '';
		width: 500px;
		left: 0;
		top: 0;
		height: 1px;
		background: #E2E2E2;
	}
	#content-tab-3:after{
		height: 1px;
		background: #E2E2E2;
		width: 500px;
	}
	.content-container-tabs.active > div {
	  transform: translateX(25px);
	}
	.event-date p {
		font-size: 28px;
		line-height: 36px;
		max-width: 180px;
	}
	.custom-single-event-list {
        padding: 30px 0 25px 0;
    }
	.reserve-btn {
		padding: 14px 25px !important;
	}
	#menu-svg-icon .elementor-icon-wrapper {
		height: 38px;
	}
	.event-venue{
		font-size: 16px;
	}
}
@media screen and  (max-width: 1480px) {
	#content-tab-1:before,#content-tab-2:before, #content-tab-3:before   {
		content: '';
		width: 500px;
		left: 0;
		top: 0;
		height: 1px;
		background: #E2E2E2;
	}
	#content-tab-3:after{
		height: 1px;
		background: #E2E2E2;
		width: 500px;
	}
	.content-container-tabs.active > div {
	  transform: translateX(25px);
	}
	.event-date p {
		font-size: 26px;
		line-height: 34px;
		max-width: 180px;
	}
	
	.custom-single-event-list {
        padding: 30px 0 25px 0;
    }
	.reserve-btn {
		padding: 14px 25px !important;
	}
	#menu-svg-icon .elementor-icon-wrapper {
		height: 38px;
	}
	
	.event-venue{
		font-size: 14px;
	}
	.reserve-btn {
    	max-width: 160px;
	}

}
@media screen and  (max-width: 1024px) {
	
}
@media screen and  (max-width: 768px) {
	
}
@media screen and  (max-width: 600px) {
	
}