/* ============================================================================ *
        Structural Styles
    ---------------------------------------------------------------------------
        These are the styles which build the main site layout
        (headers, footers, body, etc.).

        If you are attempting to add styling for any elements placed inside of a 
        Wordpress Editor, use 'editor-content.css' stylesheet.
*/

/* ======================================== *
        Fonts CSS
 * ======================================== */

body {
    color: #7d7d7d;
    font-size: 19px;
    font-family: Arial, sans-serif;
    font-weight: 400;
}

a {
    color: #00a65d;
}


/* ======================================== *
        Responsive Layout
 * ======================================== */
@media screen and (max-width: 700px) {
    #breadcrumbs {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    #secondary-nav-wrapper {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .row > div > .inner {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* ======================================== *
        Miscellaneous
 * ======================================== */
.editor-content img { 
    max-width: 100% !important; 
    height: auto !important;
}

.mobile {
    display: none;
}

@media screen and (max-width: 450px) {
    .not-mobile {
        display: none;
    }

    .mobile {
        display: inherit;
    }
}

/* ======================================== *
        Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
    font-family: Myriad Pro, sans-serif;
    font-size: 40px;
    line-height: 1.1em;
    font-weight: 700;
    color: #18a55f;
    margin-bottom: 15px;
    text-transform: uppercase;
}


/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2 {
    font-size: 20px;
    line-height: 1.1em;
    font-weight: 700;
    color: #15a75d;
    margin-bottom: 15px;
    text-transform: uppercase;
}

h2 a,
.tmf-post > h2 a {
    color: #15a75d;
}

/* ======================================== *
        Header 3
 * ======================================== */
h3,
.tmf-post > h3,
h3.tmf-module-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

h3 a,
.tmf-post > h3 a,
h3.tmf-module-title a {
    color: #000;
}

h3 a:hover,
.tmf-post > h3 a:hover,
h3.tmf-module-title a:hover {}


/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post > h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2em;
    color: #7d7d7d;
}

h4 a,
.tmf-post > h4 a {
    color: #7d7d7d;
    text-decoration: none;
}

h4 a:hover,
.tmf-post > h4 a:hover {
    text-decoration: underline;
}


/* ======================================== *
        Header 5
 * ======================================== */
h5,
.tmf-post > h5 {
    font-weight: 700;
    font-size: 1em;
    line-height: 1.2em;
}

h5 a,
.tmf-post > h5 a {
    color: #7d7d7d;
    text-decoration: none;
}

h5 a:hover,
.tmf-post > h5 a:hover {
    text-decoration: underline;
}

.section-container{
    max-width: 1140px;
}

/* ======================================== *
        Secondary Navigation Section
 * ======================================== */
#secondary-nav-wrapper {}

#secondary-nav .menu {}
#secondary-nav .menu > .menu-item {}
#secondary-nav .menu > .menu-item.first {}
#secondary-nav .menu > .menu-item.last {}
#secondary-nav .menu > .menu-item > a {}

#secondary-nav .menu > .menu-item.first a {}

#secondary-nav .menu > .menu-item.last a {}
#secondary-nav .menu > .menu-item:hover {}
#secondary-nav .menu > .menu-item:hover a {}
#secondary-nav .menu:hover > .menu-item.current-menu-item > a {}

/* ======================================== *
        Header Section
 * ======================================== */
#header-top-wrapper {}

#header-top {
    color: #7d7d7d;
    font-family: Myriad Pro, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    padding-top: 10px;
}

#header-top a{
    color: #7d7d7d;
    text-decoration: none;
}

#header-top a:hover{
    text-decoration: underline;
}

#header-top .phone-1 a:after{ 
    content: "|"; 
    font-size: 16px; 
    font-weight: 400; 
    color: #00a65d; 
    margin: 0 5px; 
}

@media screen and (max-width: 1150px) {
    #header-top {
        text-align: center;
        padding: 10px 0;
    }    
}

@media screen and (max-width: 350px) {
    /*#header-top .phone-1 a:after{ 
        display: none; 
    }*/
}

/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper{
    z-index: 999;
}

#header {
    padding: 0 0 25px;
}

#header-cell-1 .logo {
    max-width: 325px;
    width: 100%;
}

#header-cell-1,
#header-cell-2 {
    vertical-align: middle;
}



@media screen and (max-width: 1150px) {
    #header-cell-1,
    #header-cell-2 {
        text-align: center;
    }    

    #header-cell-2 {
        padding-top: 10px;
    }
}

@media screen and (max-width: 750px) {
    #header {
        padding: 0;
    }

    #header-cell-2 .inner{
        padding: 0;
    }
}

/* ======================================== *
        Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
    font-family: Myriad Pro, sans-serif;
}

#primary-nav .menu > .menu-item > a {
    padding: 10px;
    color: #7b7b7c;
    font-size: 16px;
    font-weight: 400;
}

#primary-nav .menu > .menu-item.current-menu-item > a,
#primary-nav .menu > .menu-item:hover > a {
    background-color: #18a55f;
    color: #fff;
}

#primary-nav .menu .sub-menu {
    background-color: #18a55f;
}

#primary-nav .menu .sub-menu .menu-item > a {
    color: #fff;
    font-size: 16px;
}

#primary-nav .menu .sub-menu .menu-item:hover > a {
    background-color: #7d7d7d;
    color: #fff;
}

#primary-nav .menu-bar {
    color: #000;
    font-size: 16px;
}

html.mobile-nav #primary-menu {}
html.mobile-nav #primary-menu .menu > .menu-item {}
html.mobile-nav #primary-nav .menu > .menu-item > a{}

@media screen and (max-width: 750px) {
    #primary-nav .menu-bar {
        display: block;
    }

    #primary-nav .menu {
        display: none;
    }

    #primary-nav .menu > .menu-item {
        display: block;
    }

    #primary-nav .menu > .menu-item > a {
        padding: 10px 0;
        border-top: 1px solid #000;
    }

    #primary-nav .menu .sub-menu {
        text-align: center;
        width: 100%;
    }
}


/* ======================================== *
        Billboard
 * ======================================== */
#billboard-container{
    max-width: 100%;
}

#billboard img{
    display: block;
    width: 100%;
}

.billboard-content {
    max-width: 450px;
    width:100%;
    position: absolute;
    z-index: 999;
    color: #fff;
    bottom: 85px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 5px 15px rgba(0,0,0,1);
}

.billboard-content .small-text {
    font-size: 40px;
    line-height: 34px;
}

.billboard-content .big-text{
    font-size: 85px;
    line-height: normal;
}

.billboard-content .tmf-button.billboard-video {
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
    width: 245px;
}

.billboard-content .tmf-button.billboard-video span.play-icon {
    font-size: 35px;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM10.622 8.415l4.879 3.252a.4.4 0 0 1 0 .666l-4.88 3.252a.4.4 0 0 1-.621-.332V8.747a.4.4 0 0 1 .622-.332z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media screen and (max-width: 850px) {
    .billboard-content {
        bottom: 80px;
    }

    .billboard-content .small-text {
        font-size: 30px;
        line-height: 24px;
    }

    .billboard-content .big-text{
        font-size: 60px;
    }
}

@media screen and (max-width: 700px) {
    .billboard-content {
        bottom: 40px;
    }
}

@media screen and (max-width: 550px) {
    .billboard-content {
        bottom: 20px;
    }

    .billboard-content .small-text {
        font-size: 20px;
        line-height: 14px;
    }

    .billboard-content .big-text{
        font-size: 40px;
    }
}

/* ======================================== *
        Interiro Billboard
 * ======================================== */
.int-billboard{}

.int-billboard img{
    display: block;
    width: 100%;
}



/* ======================================== *
        Tagline
 * ======================================== */
#slogan-wrapper{
    background: #cec8b3;
}

#slogan {
    color: #331e15;
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
    line-height: normal;
    padding: 15px 25px;
    text-align: center;
}


/* ======================================== *
        Body Section
 * ======================================== */
#body-wrapper{
    background: #fff;
}
#body-wrapper,
#body-cell-1{
    min-height:1950px;
}
.page-id-51 #body-wrapper,
.page-id-51 #body-cell-1{
    min-height:1425px;
}
.page-id-51 #body-cell-2{
    height:auto;
}
.post-type-archive #body-cell-1,
.post-type-archive #body-wrapper{
    min-height:750px;
}
.home #body-cell-1,
.home #body-wrapper{
    min-height:0px;
}
#body {
    padding: 40px 0;
}

.home #body{
    padding: 100px 0 25px;
    text-align: center;
}

.home #body .tmf-button {
    display: inline-block;
    padding: 15px;
    line-height: normal;
}

.home #body-container{
    max-width: 1000px;
}
#body-cell-1{
    padding-right:50px;
}
@media screen and (max-width: 850px) {
    #body,
    .home #body{
        padding: 25px 0;
    }
}


/* ======================================== *
        Home Practice Areas
 * ======================================== */
#home-practice-areas-wrapper{
    text-align: center;
}

#home-practice-areas{
    padding: 75px 0 25px;
}

#home-practice-areas .inner{
    padding: 0;
}

#home-practice-areas h3.tmf-module-title{
    color: #00a65d;
    font-size: 40px;
    font-family: Myriad Pro, sans-serif;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media screen and (max-width: 850px) {
    #home-practice-areas{
        padding: 25px 0;
    }
}

@media screen and (max-width: 670px) {
    #home-practice-areas .tmf-button{
        display: block;
        text-align: left;
    }
}

@media screen and (max-width: 450px) {
    #home-practice-areas .tmf-button{
        font-size: 18px;
        padding: 15px;
    }
}

/* ======================================== *
        Home About Joel Section
 * ======================================== */
#home-about-joel-wrapper{}

#home-about-joel-container {
    max-width: 1115px;
}

#home-about-joel{
    padding: 75px 0 0;
}

#home-about-joel .tmf-module-area.tmf-multi-module-area{
    background: #e9e9e9;
}

#home-about-joel .tmf-multi-module-area .tmf-module{
    padding: 0;
}

#home-about-joel-cell-2 ul {
    margin: 0;
    padding: 15px 20px;
    list-style: none;
}

#home-about-joel-cell-2 ul li {
    border-bottom: 1px solid #d2d2d2;
    font-size: 14px;
    line-height: 30px;
    color: #7d7d7d;
}

@media screen and (max-width: 850px) {
    #home-about-joel{
        padding: 25px 0 0;
    }
}


/* ======================================== *
        Home Attorneys Section
 * ======================================== */
#home-attorneys-wrapper{}

#home-attorneys{
    padding: 15px 0 90px;
}

#home-attorneys .bx-wrapper{
    margin-bottom: 0;
}

#home-attorneys .bx-wrapper .bx-viewport{
    max-width: 975px;
}

#home-attorneys .bx-wrapper .bx-prev{
    background: url('../images/prev1.png') no-repeat;
    font-size: 0;
    left: -50px;
}

#home-attorneys .bx-wrapper .bx-next{
    background: url('../images/next1.png') no-repeat;
    font-size: 0;
    right: -50px;
}

@media screen and (max-width: 1100px) {
    #home-attorneys .bx-wrapper .bx-viewport{
        max-width: 840px;
    }

    #home-attorneys .bx-wrapper .bx-prev{
        left: 0px;
    }

    #home-attorneys .bx-wrapper .bx-next{
        right: 0px;
    }
}

@media screen and (max-width: 900px) {
    #home-attorneys{
        padding: 15px 0 25px;
    }

    #home-attorneys .bx-wrapper .bx-viewport{
        max-width: 700px;
    }
}

@media screen and (max-width: 770px) {
    #home-attorneys .bx-wrapper .bx-viewport{
        max-width: 445px;
    }
}

@media screen and (max-width: 500px) {
    #home-attorneys .bx-wrapper .bx-viewport{
        max-width: 300px;
    }
}


/* ======================================== *
        Home News Section
 * ======================================== */
#home-news-wrapper{
    background: #e6e6e6;
}

#home-news{
    text-align: center;
    padding: 100px 0 25px;
}

#home-news h3.tmf-module-title{
    color: #00a65d;
    font-size: 40px;
    font-family: Myriad Pro, sans-serif;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

#home-news .tmf-button {
    display: inline-block;
    font-size: 22px;
    font-family: Myriad Pro,sans-serif;
    padding: 10px 30px;
    line-height: normal;
}

@media screen and (max-width: 850px) {
    #home-news{
        padding: 25px 0;
    }
}


/* ======================================== *
        Home Testimonails Section
 * ======================================== */
#home-testimonials-wrapper{}

#home-testimonials{
    padding: 25px 0;
}

#home-testimonials .bx-wrapper .bx-prev{
    background: url('../images/prev1.png') no-repeat;
    font-size: 0;
    left: 0px;
}

#home-testimonials .bx-wrapper .bx-next{
    background: url('../images/next1.png') no-repeat;
    font-size: 0;
    right: 0px;
}

@media screen and (max-width: 990px) {
    #home-testimonials .bx-wrapper .bx-viewport{
        max-width: 520px;
    }
}


/* ======================================== *
        Footer Section
 * ======================================== */
#footer-wrapper {
    background: #CDCDCD;
}

#footer {
    padding: 75px 0 20px;
    text-align: center;
}

#footer .inner{
    padding: 0;
}
#footer h2{
    color:#464A4A;
    font-size:22px;
}
#footer .location-small-2{
    color:#464A4A;
    font-size:20px;
}
#footer .location-small-2{
    color:#464A4A;
    font-size:20px;
}
#footer .location-small-2 .direction-link .tmf-button{
    background-color:#F4952E;
    /*border: 1px solid #18a55f !important;*/
    color: #ffffff !important;
    font-size:24px;
    font-weight:100;
    padding:15px;
}
#footer div[itemprop="streetAddress"],
#footer .phone-1{
  padding-bottom: 7.5px;
}
#footer .static-map img{
   /* border: 3px solid #18a55f;*/
}

@media screen and (max-width: 745px) {
    #footer .inner{
        padding: 0 25px;
    }
}

@media screen and (max-width: 450px) {
    #footer .inner{
        padding: 0 12px;
    }
}


/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright-wrapper{
    background: #ffffff;
}

#copyright {
    padding: 25px 0;
    font-size: 15px;
    color: #7c7c7c;
}

#copyright a {
    color: #7c7c7c;
}
/* ======================================== *
        Home Let's Talk Section
 * ======================================== */

#lets-talk-wrapper{
    background-image: url("/wp-content/themes/mod-premium/fremstadlaw2021/assets/images/home-cta-grey-bg-3x.jpg");
    padding: 20px 22px;
    background-size: cover;
    height: 435px;
}

#lets-talk-cell-2{
    background-image: url("/wp-content/themes/mod-premium/fremstadlaw2021/assets/images/home-form-bg-3x.jpg");
    padding: 20px 22px;
    background-size: cover;
    height: 515px;
    overflow: visible;
    top: -54px;
    position: absolute;
    z-index: 99;
}
.tmf-module-lets-talk-home-right{
    height:480px;
    margin: auto;
    border: 4px solid #fff;

}
.tmf-module-lets-talk-home-right .tmf-module-content{
    width:83%;
    margin:auto;
    padding-top:33px;
}
.tmf-module-2301 h3{
    color:#fff;
    font-size:40px;
    line-height: 48px;
}

.tmf-module-2301 .editor-content{
    color:white;
    padding-right:25px;
    margin-right:15px;
}
.tmf-module-2301{
    margin-top:75px;
}

#lets-talk-cell-2 .inner{
    padding:0px;
}
#lets-talk-cell-2 li#field_1_11,
.lets-talk-wrapper li#field_1_11{
    color:white !important;
}
#body-cell-2 .lets-talk-wrapper .gform_wrapper.tmf-form_wrapper .top_label .gfield_label{
    color: white !important;
    font-size:19px;
}
#body-cell-2 .lets-talk-wrapper .gform_wrapper.tmf-form_wrapper .top_label .ginput_container{
    margin-top:0px;
}
@media screen and (max-width: 1000px) {
    #lets-talk-cell-1{
        margin-bottom:25px;
    }
    #lets-talk-cell-2{
        position:relative;
        top:0px;
        padding:5px;
    }
    .tmf-module-2303 .tmf-module-content{
        padding-top:0px;
    }
    #lets-talk-wrapper{
        height:auto;
    }
}


/* ======================================== *
        Modules
 * ======================================== */
.tmf-multi-module-area .tmf-module {
    /*background: #efefef;*/
    padding: 30px 15px;
}

.tmf-multi-module-area h3.tmf-module-title {
    font-family: Myriad Pro,sans-serif;
    color: #00a65d;
    font-size: 25px;
    line-height: 27px;
    font-weight: 700;
}

.tmf-multi-module-area .tmf-button{
    display: inline-block;
    padding: 5px 15px;
    margin-top: 15px;
}

#body-cell-2{
    background:#676C6D;
    top: -40px;
    position: absolute;
    height: 120%;
    min-height:750px;
   /* width:363px;*/
}
.single-news #body-cell-2{
    height:auto;
}
#body-cell-2 .tmf-multi-module-area h3.tmf-module-title{
    color:#fff;
    text-transform: uppercase;
}
#body-cell-2 .tmf-module-22 h3.tmf-module-title{
    font-size:40px;
    line-height:48px;
    text-align:center;
    width: 325px;
    margin-left: -16px;
    padding-top:25px;
    padding-bottom:25px;
    font-weight:700;
}
.tmf-module-22 .lets-talk-form {
  width: 298px;
  padding: 48px 42px 88px 40px;
  margin: auto;
  border: solid white;
  height: 340px;
}
.tmf-module-22 .lets-talk-wrapper {
  width: 385px;
  margin-left: -65px;
  background-image: url("/wp-content/themes/mod-premium/fremstadlaw2021/assets/images/sidebar-form-bg-3x.jpg");
  padding: 20px 22px;
  background-size: cover;
  height: 500px;
}
@media screen and (max-width: 900px) {
    #body-cell-2{
        position:relative;
        top:0;
    }
	}

/* ======================================== *
        Attorney's Page Sidebar
 * ======================================== */
.single-attorney .tmf-multi-module-area .tmf-module {
    padding: 30px 15px 0;
}

.single-attorney .tmf-multi-module-area .tmf-module:last-child {
    padding: 30px 15px;
}

.tmf-multi-module-area .tmf-module-attorney-details h3 {
    font-family: Myriad Pro,sans-serif;
    color: #00a65d;
    font-size: 25px;
    line-height: 27px;
    font-weight: 700;
}

.tmf-multi-module-area .tmf-module-attorney-details ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.tmf-multi-module-area .tmf-module-attorney-details ul li {
    border-bottom: 1px solid #d2d2d2;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 0;
    line-height: 26px;
}

.tmf-multi-module-area .tmf-module-attorney-details ul li:first-child {
    border-top: 1px solid #d2d2d2;
}

.tmf-multi-module-area .tmf-module-attorney-details ul li a {
    color: #7d7d7d;
}

.tmf-multi-module-area .tmf-module-attorney-details .attorney-sidebar-logo{
    text-align: center;
}

/* ======================================== *
        Practice Area's Page Sidebar
 * ======================================== */
.tmf-multi-module-area .tmf-module-sidebar-attorneys h3 {
    font-family: Myriad Pro,sans-serif;
    color: #00a65d;
    font-size: 25px;
    line-height: 27px;
    font-weight: 700;
    text-transform: uppercase;
}


/* ======================================== *
        Inputs & Buttons
 * ======================================== */
input[type=text], input[type=email],
textarea {
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    max-width: 100%;
    font-size: 14px;
    border: none;
    color: #45484d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: normal;
}

input[type=text]:focus,
textarea:focus {
    border: 1px solid #fff;
}

.tmf-button,
.page-numbers {
    font-size: 24px;
    padding: 15px;
    border: 0;
    background-color: #F4952E;
    cursor: pointer;
    border: none !important;
    text-align: center;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 400;
}

.tmf-button:hover,
.page-numbers:hover {
    background-color: #F4952E;
    text-decoration: none;
}

.tmf-button:active,
.page-numbers:active {
    background-color: #F4952E;
    text-decoration: none;
}

.tmf-button.large {
    font-size: 1.1em;
    padding: 7px 25px;
}

.tmf-button.medium {
    font-size: .95em;
    padding: 5px 25px;
}

.tmf-button.small {
    font-size: .85em;
    padding: 3px 15px;
}

.tmf-button.tiny {
    font-size: .75em;
    padding: 2px 7px;
}

.page-numbers.current {
    background: none;
    color: #444;
    border: 1px solid #ddd;
}

.vcard .value {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_1x.png) repeat scroll 0px 2px;
    height: 25px;
    width: 26px;
}


/* ======================================== *
        Breadcrumbs
 * ======================================== */
#breadcrumbs {
    font-size: 16px;
    margin: 0 0 25px;
    color: #4d4d4d;
}

#breadcrumbs a {
    text-decoration: none;
    color: #4d4d4d;
}

/* ======================================== *
        Gravity Form
 * ======================================== */
#body-cell-2 .gform_wrapper.tmf-form_wrapper {
    margin: 0px 0 0 !important;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
#body-cell-2 .gform_wrapper.tmf-form_wrapper input[type=text],
#body-cell-2 .gform_wrapper.tmf-form_wrapper textarea {
    margin: 0;
}

#body-cell-2 .gform_wrapper ul li.gfield {
    margin-top: 5px;
    padding-top: 0;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul li.gfield {
    margin-bottom: 25px;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields input[type=text],
#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields textarea {
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    max-width: 100%;
    /*font-size: 14px;*/
    border: none;
    color: #45484d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: normal;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields textarea::placeholder,
#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields input::placeholder{
    /*height: 120px;*/
    /*text-align: center;*/
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .gform_footer{
    text-align: center;
    padding: 0;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .gform_footer input.button,
#body-cell-2 .gform_wrapper.tmf-form_wrapper input[type=submit],
#lets-talk-cell-2 .gform_wrapper.tmf-form_wrapper .gform_footer input.button,
#lets-talk-cell-2 .gform_wrapper.tmf-form_wrapper input[type=submit]{
    cursor: pointer;
    background-color: #18a55f;
    font-size: 24px;
    font-family: Arial, sans-serif;
    border: none;
    padding: 15px;
    font-weight: 400;
    width: 146px;
    height:52px;
    color: #fff;
    margin-right: 0;
    line-height: 16.89px;
}

#lets-talk-cell-2 .gform_footer.top_label{
    text-align:center;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .gform_footer input.button:hover,
#body-cell-2 .gform_wrapper.tmf-form_wrapper input[type=submit]:hover {
    background-color: #1e9a5d;
    color: #fff;
}
#lets-talk-cell-2 .gform_legacy_markup_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"], 
#lets-talk-cell-2.gform_legacy_markup_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select,
#lets-talk-cell-2 .gform_legacy_markup_wrapper li.hidden_label input{
    margin-bottom: 10px;
}

/* ======================================== *
        Clio Form
 * ======================================== */
 
#lf_form_container label {
    display: none;
}

#lf_form_container input, #lf_form_container textarea {
    box-sizing: border-box;
    width: 100%;
    font-family: inherit;
}

#lf_form_container .buttons input {
    cursor: pointer;
    background-color: #18a55f;
    font-size: 16px;
    font-family: Arial, sans-serif;
    border: none;
    padding: 15px;
    font-weight: 400;
    width: 100%;
    color: #fff;
    margin-right: 0;
    line-height: normal;
}

#lf_form_container .buttons input:hover {
    background-color: #1e9a5d;
    color: #fff;
}


/*superlawyer-content*/

.tmf-post.attorney.large #page-content, 
.tmf-post.staff.large #page-content {
     margin-top: 0; 
}

.tmf-post.attorney.large #page-content .superlawyer-content{
    clear: both;
}

.superlawyer-content img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

div#super_lawyers_badge, .avvo_badge {
    display: inline-block;
    vertical-align: middle;
}