/*
Theme Name: Bell Law
Theme URI: #
Author: Admin
*/

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}
.people-box > p {
    color: #fff;
    padding: 3px;
}


section.people .people-box .people-box-content p, section.people .people-box .people-box-content p a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    transition: all 0.5s ease 0s;


}


section.people .people-box .people-box-content h6 {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 21px;
    text-transform: capitalize;
}

section.contact .inquiry .location-map iframe {

    height: 290px !important;


}


section.people .people-box {
    margin-bottom: 10px;
   
}


section.people .people-box .people-box-content {
 
    padding: 30px 35px !important;
  
}