/*
 Theme Name:   Roberson Law
 Theme URI:    https://c-3group.com
 Description:  Child Theme for Divi
 Author:       C-3 Group
 Author URI:   https://c-3group.com
 Template:     Divi
 Version:      1.0.0
*/

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

h2 {
	font-size:25px;	    
	line-height: 1.25em;
}

a {
	text-decoration:underline;
}

.et_pb_slide_image {
 right: 0;
}
.et_pb_slide_description {
 float: left !important;
 width:40% !important;
}

.et_pb_post .entry-content {
    padding-top: 0px;
}

#main-content {
    background-color: unset;
}

body.post-template-default h1 {
	color: #7f7f82;
    border-bottom: 8px solid #c7c7c9;
    font-weight: 600;
    text-shadow: 0px 1px 0px rgb(255 255 255);
}


.posts-homepage .et_pb_post {
    margin-bottom: 20px;
}

.et_pb_posts .et_pb_post {
    margin-bottom: 30px;
}

.et_pb_text ol, .et_pb_text ul {
    padding-left: 40px;
}

.nav li li {
    padding: 0 0px;
	line-height:1.5em;
}


.nav li ul {
	padding:0;
}

.et-menu li li a {
    width: 240px;
	padding: 8px 20px;
}

.et_pb_menu .et-menu-nav>ul ul {
    padding: 0px 0;
}

.recaptcha-wrap .nf-field-label {
    display: none;
}

.nf-response-msg {
    color: green;
    font-weight: 700;
    font-size: 20px;
    margin: 55px 0;
}

@media screen and ( max-width: 980px ) {
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
} 

/*------------------------------------------------*/
/*---------[GQ - MOBILE MENU BUTTON 1]------------*/
/*------------------------------------------------*/
 
    .mobile_menu_bar:before {
            background-color: #3e4555;
            padding: 2px 0px 2px 2px;
            top: 9px;
            color: #fff!important;}
    .mobile_menu_bar::after {
            font-family: Arial;
            content: "MENU";
            position: relative;
                padding: 9px 20px 9px 5px;
    background-color: #3e4555;
    color: #FFFFFF!important;
    cursor: pointer;
    top: -6px;}
    .mobile_nav.opened .mobile_menu_bar:before {
        content: "\4d";}