 /* ============================================================================ *
        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.
*/

body {
    background: #ffffff;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

a {
    color: #234765;
}

.section-container{
    max-width: 1400px;
}
/* ======================================== *
        Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
    color: #234765;
    font-family: 'Libre Baskerville', serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 15px;
}


/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
    color: #234765;
    font-family: 'Libre Baskerville', serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 15px;
}

h2 a,
.tmf-post > h2 a,
.editor-content h2 a {
    color: #234765;
}


/* ======================================== *
        Header 3
 * ======================================== */
h3,
.tmf-post > h3,
h3.tmf-module-title {
    color: #666666;
    font-family: 'Libre Baskerville', serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 15px;
}

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

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


/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post > h4 {
    color: #234765;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
}

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

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


/* ======================================== *
        Secondary Navigation Section
 * ======================================== */
/* ======================================== *
	Secondary Navigation Section
 * ======================================== */
#secondary-nav-wrapper{
    
 }
#secondary-nav-container {
    margin-bottom: 15px;
}
#secondary-nav .menu {}
#secondary-nav .menu > .menu-item {
	
	padding: 5px 20px 2px;
	border:none;

}
#secondary-nav .menu > .menu-item.first {}
#secondary-nav .menu > .menu-item.last {
	margin-right: 0;
}
#secondary-nav .menu > .menu-item:not(.last){
    border-right: 1px solid #234765;
}
#secondary-nav .menu > .menu-item > a {
	color: #234765;
	text-decoration: none;
	
    font-size: 14px;
}
#secondary-nav .menu > .menu-item:hover {
    background: #969bae;
    
}
#secondary-nav .menu > .current-page-ancestor, #secondary-nav .menu > .current-menu-item, #secondary-nav .menu > .menu-item:hover {
   
}

#secondary-nav-container .inner {
    padding: 0;
}

@media screen and (max-width: 950px) {
    #secondary-nav-container {
        text-align: center;
        margin: 20px 0;
    }
}

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

/*@media screen and (max-width: 510px) {
	#secondary-nav .menu > .menu-item {
        padding: 6px 12px;
        margin-right: 6px;
        margin-top: 6px;
    }
}*/

/* ======================================== *
        Header Top Section
 * ======================================== */
#header-top {
    background: #234765;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    margin: 0 0 30px auto;
    max-width: 350px;
    padding: 10px 0;
}

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

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

#header-top .phone-1{
    font-weight: 500;
}

@media screen and (max-width: 1200px) {
    #header-top {
        margin-right: 0px;
    }
}

@media screen and (max-width: 950px) {
    #header-top {
        display: none;
        text-align: center;
    }
}

/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {
    background: #ffffff;
}

#header {
    padding: 10px 0 10px;
}

#header .logo {
    max-width: 425px;
    width: 100%;
}

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

#header .mobile-view{
    display:none;
}

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

    #header-cell-1,
    #header-cell-2 {
        text-align: center;
    }

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

    #header .desktop-view {
        display: none;
    }

    .header-top-row {
        display: table;
        width: 100%;
    }

    #header .main-logo,
    #header .mobile-view{
        box-sizing: border-box;
        display: table-cell;
        vertical-align: middle;
    }

    #header .main-logo{
        width: 50%;
        padding-right: 25px;
    }

    #header .mobile-view{
        width: 50%;
        padding-left: 25px;
    }
}

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

    #header .main-logo,
    #header .mobile-view{
        display: block;
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    #header-cell-2{
        display: none;
    }
}


/* ======================================== *
        Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
    background: #ffffff;
}
#primary-nav {}

#primary-nav .menu {}
#primary-nav .menu > .menu-item {
    border-right: 1px solid black;
    
}
#primary-nav .menu > .menu-item.first {}
#primary-nav .menu > .menu-item.last {
    border-right: none;
    padding-right: 0px;
}
#primary-nav .menu > .menu-item > a {
    /*border-bottom: 10px solid rgba(43,73,123,0);*/
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    padding: 3px 5px;
    
}
#primary-nav .menu > .menu-item{
    text-align:center;
}

#primary-nav .menu > .menu-item:hover {}
#primary-nav .menu > .menu-item.current-menu-item > a,
#primary-nav .menu > .menu-item:hover > a {
    color: #000000;
    /*border-bottom: 10px solid #969bae;*/
}

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

#primary-nav .menu .sub-menu {
    background-color: #234765;
    min-width: 300px;
    font-size:16px;
    /*top: -1px;*/
}

#primary-nav .menu .menu-item-363 .sub-menu {
    min-width: 300px;
}

#primary-nav .menu .menu-item-363 .sub-menu .menu-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    
}

#primary-nav .menu .sub-menu .menu-item {}
#primary-nav .menu .sub-menu .menu-item.first {}
#primary-nav .menu .sub-menu .menu-item.last {}
#primary-nav .menu .sub-menu .menu-item > a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
}
#primary-nav .menu .sub-menu .menu-item:hover {}
#primary-nav .menu .sub-menu .menu-item:hover {
    background-color: #5089B8;
    color: #fff;

}

#primary-nav .menu-bar {
    text-transform: uppercase;
    font-size: 18px;
}

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

@media screen and (max-width: 1150px) {
    #primary-nav .menu > .menu-item > a {
        font-size: 19px;
    }
}

@media screen and (max-width: 1050px) {
    #primary-nav .menu > .menu-item > a {
        font-size: 18px;
        padding: 15px 0;
    }
}

@media screen and (max-width: 980px) {
    #primary-nav .menu > .menu-item > a {
        font-size: 16px;
    }
}


/* ======================================== *
    Mobile Menu
 * ======================================== */
#mobile-nav-wrapper {
    font-family: 'Raleway', sans-serif;
}

.hamburger-container {
    max-width: none;
}

#mobile-header-bottom #mobile-nav .hamburger-container {
	margin-top:-15px!important;
}


#mobile-nav a {
    color: #fff;
    font-size: 16px;
}

#mobile-nav .menu > .menu-item > a {
    color: #fff;
    font-size: 19px;
}

#mobile-nav .menu .menu-item.display {
    background: #234765;
}

#mobile-nav .top-part .mob-cancel-button {
    color: #fff;
}

#mobile-nav .menu .sub-menu .menu-item {
    padding: 5px 30px;
}

#mobile-nav .menu > .current-menu-item,
#mobile-nav .menu > .menu-item:hover {
    background: #234765;
}


/* ======================================== *
    Billboard
 * ======================================== */
#billboard-wrapper {
    background: url('/wp-content/themes/-mod-express-112/cannatalaw2022/assets/images/home_billboard_1x.jpg') center center / cover;
}

#billboard-container{
    max-width: 1035px;
    padding: 80px 0 30px;
}

#billboard .billboard-tagline {
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
    margin-bottom: 25px;
}

#billboard .tmf-module-area-billboard{
    max-width: 880px;
    margin: 0 auto;
}

#billboard .excerpt {
    color: #ffffff;
    font-size: 26px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
    line-height: 42px;
    margin: 0;
}

#billboard .tmf-button {
    display: inline-block;
    padding: 20px 15px;
    margin: 25px 17px 0;
    max-width: 380px;
    width: 100%;
    box-sizing: border-box;
    font-size: 22px;
}

@media screen and (max-width: 1050px) {
    #billboard-wrapper {
        background: url('/wp-content/themes/-mod-express-112/cannatalaw2022/assets/images/home_billboard_2x.jpg') center center / cover;
    }
}

@media screen and (max-width: 900px) {
    #billboard .tmf-button {
        display: block;
        margin: 25px auto 0;
    }
}

@media screen and (max-width: 850px) {
    #billboard-wrapper {
        background: url('/wp-content/themes/-mod-express-112/cannatalaw2022/assets/images/home_billboard_3x.jpg') center center / cover;
    }
}

/* ======================================== *
    Interior Billboard
 * ======================================== */
#int-billboard-wrapper {
    background: url('/wp-content/themes/-mod-express-112/cannatalaw2022/assets/images/int_billboard_1x.jpg') center center / cover;
}

#int-billboard-container{
    max-width: 850px;
    padding: 10px 0;
}

#int-billboard .billboard-tagline {
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}

@media screen and (max-width: 1050px) {
    #int-billboard-wrapper {
        background: url('/wp-content/themes/-mod-express-112/cannatalaw2022/assets/images/int_billboard_2x.jpg') center center / cover;
    }
}

@media screen and (max-width: 850px) {
    #int-billboard-wrapper {
        background: url('/wp-content/themes/-mod-express-112/cannatalaw2022/assets/images/int_billboard_3x.jpg') center center / cover;
    }
}


/* ======================================== *
        Ä¢¹½´«Ã½ Page Body Section
 * ======================================== */
#home-body-wrapper{
    background: #ebebeb;
}

#home-body-container {
    max-width: 1250px;
}

#home-body {
    padding: 60px 0;
}

/*#home-body-cell-1,
#home-body-cell-2 {
    display: block;
    width: 100%;
}*/

#home-body-cell-2 .inner {
    /*padding: 0;*/
}

#home-body h1{
    font-size: 38px;
    color: #234765;
    border-bottom: 4px solid #969bae;
    padding-bottom: 25px;
    margin-bottom: 25px;
    line-height: normal;
}

#home-body h4{
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 38px;
}

#home-body .home-main-content {
    display: table-cell;
    width: 50%;
    padding: 0 25px;
    box-sizing: border-box;
    text-align: justify;
    line-height: 1.7em;
}

@media screen and (max-width: 1050px) {
    #home-body .home-main-content {
        display: block;
        width: 100%;
    }

    #home-body-cell-2{
        padding-top: 0;
    }

    #home-body .home-main-content {
        padding-bottom: 15px;
    }

    #home-body .home-main-content:last-child {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 450px) {
    #home-body .home-main-content {
        padding: 0 12px 15px;
    }

    #home-body-cell-1 .inner {
        padding-right: 12px;
    }
}

/* ======================================== *
        Body Section
 * ======================================== */
#body-wrapper{
    background: #ffffff;
}

#body {
    padding: 25px 0;
}

#body-row {
    border-top: 4px solid #808184;
    padding-top: 30px;
}

#body-cell-1 .inner{
    padding-left: 0;
}

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

@media screen and (max-width: 1250px) {
    #body-cell-1 .inner{
        padding-left: 25px;
    }

    #body-cell-2 .inner{
        padding-right: 25px;
    }

    #body h1#page-title{
        padding-left: 25px;
    }
}

@media screen and (max-width: 450px) {
    #body-cell-1 .inner{
        padding-left: 12px;
    }

    #body-cell-2 .inner{
        padding-right: 12px;
    }

    #body h1#page-title{
        padding-left: 12px;
    }
}

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

#footer-container {
    max-width: 1250px;
}

#footer {
    padding: 35px 0 45px;
}

#footer h3.tmf-module-title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#footer .tmf-module-contact-us h3.tmf-module-title {
    margin-bottom: 30px;
}

#footer h3.tmf-module-title:after {
    content: '';
    height: 3px;
    background: #969bae;
    position: absolute;
    left: 25px;
    top: 35px;
    width: 180px;
}

#footer .tmf-module-area-footer-2 h3.tmf-module-title:after {
    left: 0px;
    width: 140px;
}

#footer .tmf-post.practice-area.footer {
    border: none;
    margin: 0;
    padding: 2px 0;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    vertical-align: top;
}

#footer .tmf-post.practice-area.footer .title {
    color: #fff;
    font-size: 15px;
    padding-left: 10px;
}

#footer .tmf-post.practice-area.footer .title::before {
    content: "â€¢";
    font-size: 15px;
    left: 0px;
    position: absolute;
    top: 2px;
}

#footer .tmf-post.practice-area.footer .title a {
    color: #fff;
    text-decoration: none;
}

#footer .tmf-post.practice-area.footer .title a:hover {
    text-decoration: underline;
}

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

@media screen and (max-width: 1250px) {
    #footer-container {
        max-width: 980px;
    }

    #footer-cell-1 {
        width: auto;
    }

    #footer-cell-2 {
        width: 335px;
    }

    #footer .tmf-module-area-footer-2 h3.tmf-module-title:after {
        left: 25px;
    }

    #footer-cell-2 .inner{
        padding: 0 25px;
    }
}

@media screen and (max-width: 850px) {
    #footer-cell-1,
    #footer-cell-2 {
        display: block;
        width: 100%;
    }

    #footer-cell-2 {
        padding-top: 25px;
    }
}

@media screen and (max-width: 620px) {
    #footer .tmf-post.practice-area.footer {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    #footer h3.tmf-module-title:after,
    #footer .tmf-module-area-footer-2 h3.tmf-module-title:after {
        left: 12px;
    }

    #footer-cell-2 .inner{
        padding: 0 12px;
    }
}


/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright {
    padding: 25px 0 50px;
    color: #333333;
    font-size: 14px;
}

#copyright a{
    color: #333333;
}


/* ======================================== *
        Modules
 * ======================================== */
.tmf-multi-module-area .tmf-module {
    margin-bottom: 50px;
}

.tmf-multi-module-area .tmf-module:last-child {
    margin-bottom: 0;
}

.tmf-multi-module-area .tmf-module h3.tmf-module-title {
    color: #234765;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}


.tmf-multi-module-area .tmf-module-22 h3.tmf-module-title {
    color: #ffffff;
}


.tmf-multi-module-area .tmf-module-22{
    background: #234765;
    padding: 25px 12px;
}

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

#body-cell-1 .sidebar-image {
    border: 3px solid #fff;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    float: right;
    max-width: 285px;
    width: 100%;
    margin-left: 15px;
}

#body-cell-2 .sidebar-image {
    border: 3px solid #fff;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    max-width: 368px;
    width: 100%; 
    margin-bottom: 40px;
    display: block;
}

@media screen and (max-width: 600px) {
    #body-cell-1 .sidebar-image {
        float: none;
        margin-left: 0;
    }
}
/* ======================================== *
    Inputs & Buttons
 * ======================================== */
.gform_wrapper.tmf-form_wrapper input[type=text],
.gform_wrapper.tmf-form_wrapper input[type=tel],
.gform_wrapper.tmf-form_wrapper input[type=email],
.gform_wrapper.tmf-form_wrapper textarea,
.gform_wrapper.tmf-form_wrapper input[type=url],
.gform_wrapper.tmf-form_wrapper input[type=number],
.gform_wrapper.tmf-form_wrapper input[type=checkbox],
.gform_wrapper.tmf-form_wrapper input[type=radio],
.gform_wrapper.tmf-form_wrapper input[type=date],
.gform_wrapper.tmf-form_wrapper input[type=time],
.gform_wrapper.tmf-form_wrapper input[type=hidden],
.gform_wrapper.tmf-form_wrapper input[type=password],
.gform_wrapper.tmf-form_wrapper input[type=file],
.gform_wrapper.tmf-form_wrapper input[type=range],
.gform_wrapper.tmf-form_wrapper input[type=color],
.gform_wrapper.tmf-form_wrapper input[type=search],
.gform_wrapper.tmf-form_wrapper select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #45484d;
    font-size: 14px !important;
    margin-bottom: 20px !important;
    max-width: 100%;
    padding: 13px 10px !important;
}

textarea {
    height: 100px !important;
}

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

.tmf-button,
.page-numbers,
.gform_wrapper.tmf-form_wrapper input[type=submit]{
    font-size: 20px;
    padding: 15px;
    background: #234765;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.tmf-button:hover,
.page-numbers:hover,
.gform_wrapper.tmf-form_wrapper input[type=submit]:hover{
    background: #5089B8;
    text-decoration: none;
    color: #fff;
}

.tmf-button:active,
.page-numbers:active,
.gform_wrapper.tmf-form_wrapper input[type=submit]:active {
    background: #234765;
    text-decoration: none;
    color: #fff;
}

.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;
    border: 1px solid #ddd;
    color: #000000;
}

.vcard .value {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -76px 2px;
    background-size: 558px;
    height: 23px;
    width: 27px;
}

/* ======================================== *
        Breadcrumbs
 * ======================================== */
#breadcrumbs {
    color: #808184;
    font-size: 15px;
    margin: 0 0 15px;
}

#breadcrumbs a{
    color: #808184;
    text-decoration: underline;
}

#breadcrumbs a:hover{
    text-decoration: none;
}

@media screen and (max-width: 1250px) {
    #breadcrumbs {
        margin: 0 0 15px 25px;
    }
}


/* ======================================== *
        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
 * ======================================== */
.social-icons {
    vertical-align: middle;
}

.social-icons .icon {
    width: 51px;
    height: 51px;
}

.social-icons .facebook {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -564px 0;
    background-size: 567px;
}

.social-icons .linked-in {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -619px 0;
    background-size: 567px;
}

.social-icons .twitter {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -675px 0;
    background-size: 567px;
}

aside {
    color: #413d38;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 34px; 
}

aside.left {
    border-top: 6px solid #969bae; 
    border-bottom: 6px solid #969bae; 
}

aside.right {
    border-top: 6px solid #969bae; 
    border-bottom: 6px solid #969bae; 
}

blockquote {
    color: #234765;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    position: relative;
    margin: 0;
    padding: 0 0 0 40px;
    z-index: 9;
}

blockquote:after {
    content: "â€œ";
    display: inline-block;
    font-family: Georgia;
    font-size: 400px;
    position: absolute;
    left: -15px;
    color: #e9e8e8;
    top: 140px;
    z-index: -9;
    font-style: normal;
}

.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;
    }
}


/* ======================================== *
        Gravity Form
 * ======================================== */
.gform_wrapper.tmf-form_wrapper {
    margin: 0 !important;
}

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

#body-cell-2 .gform_wrapper.tmf-form_wrapper textarea {
    margin-bottom: 15px !important;
}

.gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
    margin-bottom: 0;
}

.gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
    margin-top: 0;
}

.gform_wrapper.tmf-form_wrapper .gform_footer {
    padding: 0;
    margin: 10px 0 0;
    clear: both;
    width: 100%;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button, 
.gform_wrapper.tmf-form_wrapper input[type=submit] {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 400;
    border: none;
    padding: 20px 15px;
    width: 100%;
    margin-right: 0;
}