/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");

#top-menu {
	margin-bottom: 49px;
}

#et-info-phone::before {
    content: "\76";
}

.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container {
	padding-top: 0 !important;
}

.et_header_style_left #et-top-navigation nav > ul > li > a, 
.et_header_style_split #et-top-navigation nav > ul > li > a {
	padding-bottom: 0 !important
}

.book-now-btn {
	border: none;
	padding: .3em 1em !important;
	box-shadow: 0px 2px 23px 0px rgba(0,0,0,0.51);
	background-color: #f39200;
}

.book-now-btn::after {
	display: none;
}

.et_mobile_menu {
	border-top: 3px solid #BFD730;
}

.mobile_menu_bar::before {
	color: #BFD730 !important;
}

@media screen and (max-width: 767px) {
	.entry-content tr td, body.et-pb-preview #main-content .container tr td {
		padding: 6px;
	}

	table td, 
	table h4 {
		font-size: 12px !important;
		line-height: 14px;
	}
	
	#logo {
		width: 75px;
		height: 43px;
	}
} 