/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

div#custom_menu li {
    padding: 10px;
    text-align: center;
    display: block;
}
div#custom_menu li a {
    color: #221F1F;
    font-size: 50px;
    text-align: center;
    font-family: 'Raleway',sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}
div#custom_menu li.small a {
    font-size: 25px;
    text-transform: inherit;
    color: #333;
    font-weight: 400;
}
div#custom_menu li.book_menu {
    padding-top: 35px;
    padding-bottom: 5px;
}
.close_btn span.et_pb_image_wrap {
    width: 100%;
    text-align: right;
}
.close_btn {
    position: absolute;
    right: 30px;
    text-align: right;
    top: 30px;
}
.close_btn img {
	width:40px;
}

@media only screen and (max-width: 767px) {
div#page-container {
    padding: 0 !important;
}
body .menu li a { 
    font-size: 30px; 
}
}