/*
Theme Name: USLegal
Theme URI: http://uslegal.com/
Author: US Legal, Inc.
Author URI: https://uslegal.com/
Description: USLegal is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. USLegal will make your WordPress look beautiful everywhere.
Version: 1.6
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: uslegal

*/

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    display: block;
    font-size: 14px;
    letter-spacing: .5pt;
    white-space: nowrap;
}

body .gform_wrapper .description, body .gform_wrapper .gfield_description, body .gform_wrapper .gsection_description, body .gform_wrapper .instruction {
font-size: 17px;
font-weight: bolder;
}


.cus_width_50.l0_present {
    position: relative;
    min-height: 1px;
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    margin: 20px 0;
}

.cus_width_50.l0_present p>a {
    color: #fff;
    background: #0487c4;
    background: -moz-linear-gradient(top, #0487c4 0%, #0f5b8f 100%);
    background: -webkit-linear-gradient(top, #0487c4 0%, #0f5b8f 100%);
    background: linear-gradient(to bottom, #0487c4 0%, #0f5b8f 100%);
    padding: 6px 12px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 4px;
}

.inner-div {
    background: #f9f9f9c7;
    padding: 15px 20px;
}

.cus_width_50.l0_present.cus_right {
    padding-left: 15px;
    padding-right: 0;
}


.masonry { /* Masonry container */
    column-count: 2;
    column-gap: 1em;
}

.item { /* Masonry bricks or child elements */
    background-color: #eee;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}


.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.item {
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}
.cus_width_100.p0_present p {
    font-size: 16px;
}

p.title-div-m {
	font-size: 25px !important;
	text-transform: uppercase;
	font-weight: bold;
	color: #991b1e;
	line-height: 30px;
}

.cus_width_100.p0_present {
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}


@media only screen and (max-width: 640px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 641px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
