/*
 Theme Name:   A&D Inspections
 Template:     Divi/
*/


/* =Theme customization starts here
-------------------------------------------------------------- */


h1, h2, h3 {

}

p {
    font-size: 15px;
    line-height:150%;
}

.centered {
    text-align:center;
}

/* Google Maps */

.google-maps {
    position: relative;
    padding-bottom: 40%; /* This is the aspect ratio */
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* Google Maps END */

/* Three Home buttons */

.home-button-menu {
    box-sizing: border-box !important;
    background-color: #f9f9f9;
    padding: 10px 18px 18px 15px;
    height:380px;

}

a:link .home-button-menu {
    color: #333;
}

a:visited .home-button-menu {
    color: #333;
}

.home-button-menu h1 {
    font-size: 20px;
    text-align: center;
    font-weight:bold;
}

.home-button-menu:hover {

    
    background-color: #fff;
    -webkit-transition: background-color 300ms ease-out .1s;
    -moz-transition: background-color 300ms ease-out .1s;
    -o-transition: background-color 300ms ease-out .1s;
    transition: background-color 300ms ease-out .1s;
    box-shadow:1px 1px 3px #c3c3c3;
}

.home-button-menu img {
    margin: 15px auto;
    display:table;
}

/* Three Home buttons */

/* About Sidebar */

.about-sidebar .list-header {
    font-size: 17px;
    font-weight:bold;
}

ul.list-sidebar {
    list-style-type:disc !important;
    list-style-position:inside !important;
    margin-bottom:20px;
}

ul.list-sidebar li {
    font-size: 14px;
    line-height:145%;
}

.sidebar-image {
    margin:15px 0;
}

.remove-bottom-margin {
	margin-bottom: -20px;
}