/*
 Theme Name:     305 Transportation
 Theme URI:      https://www.innersitedesign.com
 Description:    305 Transportation Divi child
 Author:         Innersite Desgin
 Author URI:     https://www.innersitedesign.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/** fullscreen slider **/

.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
    min-height: 100% !important;
    height: 100% !important;
}


/* Round images */
.circular img {
 border-radius: 50%;
}

.header {font-weight: bold;}

ul#menu-services {
    margin: 20px 0 0 0;
    padding: 5px;
}

ul#menu-services li {
    font-size: 16px;
    line-height: 40px;
}

ul#menu-services li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-left: 5px solid #ffffff;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 100%;
}

ul#menu-services li::after {
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
}

ul#menu-services li a:hover {
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    border-left: 5px solid #9e2c09;
    padding: 10px 15px;
}

.indent ul {
    margin-left: 30px;
    list-style-type: none;
}

.indent ul li {
    padding: 4px 0;
}


#et-secondary-menu::before {
    content: 'BOOK NOW >';
	display: inline;
	padding-bottom: .75em;
    margin-right: 10px;
	color: #f3cf51;
    font-size: 18px;
    font-weight: bold;
}


