/*
 Theme Name:     Loomis Court Storage
 Theme URI:      https://loomiscourtstorage.com/    
 Description:    Loomis Court Storage
 Author:         spa@mcitycreative.com
 Author URI:     https://www.mcitycreative.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/* Hide the header */
#main-header { display:none; }
#page-container { 
	padding-top:0px !important; 
	margin-top:-1px !important 
}

/* Adjust padding for transparent headers */
.et_transparent_nav #main-content .container {
    padding-top: 58px !important;
}

/*Phone number in header*/
#rpp-phone {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: right;
    color: #e4752a;
}
@media (max-width:900px){
    
    #rpp-phone {
        font-size: 18px;
        position: absolute;
        width: 100%;
        right: 50px;
        top: 27px;
        }
    
}

/*Indent default bullets*/
#left-area ul, 
.comment-content ul, 
.entry-content ul, 
.et-l--body ul, 
.et-l--footer ul, 
.et-l--header ul, 
body.et-pb-preview #main-content .container ul {
    padding: 0 0 23px 2em;
}