/*
Theme Name: TFNdirect
Theme URI: http://www.tfndirect.com/
Author: Muhammad Russell
Author URI: https://www.fiverr.com/muhammadrussell/customize-your-wordpress-site
Description: Responsive Custom Designed Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tfndirect
*/

/*************
# Imported CSS
*************/
@import url("fonts/fonts.php");

/**********************
#CSS for screen readers 
**********************/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/***********
# Basic CSS
************/

body {
    margin: 0;
    min-width: 300px;
    width: 100%;
    float: left;
}

a:link,
a:focus,
a:active,
a:visited {
    color: #FF8100;
    transition: all .3s ease;
    outline: none;
}

a:hover  {
    color: #677C90;
}

img {
    max-width: 100%;
}

::-webkit-scrollbar {
    background-color: #FFFFFF;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #677c90;  
}

span.edit-link {
    display: none;
}

.empty-height-500 {
    height: 500px;
    width: 100%;
    display: block;
    float: left;
}

.empty-height-400 {
    height: 400px;
    width: 100%;
    display: block;
    float: left;
}

.empty-height-200 {
    height: 200px;
    width: 100%;
    display: block;
    float: left;
}

.empty-height-100 {
    height: 100px;
    width: 100%;
    display: block;
    float: left;
}

.empty-height-80 {
    height: 80px;
    width: 100%;
    display: block;
    float: left;
}

.empty-height-50 {
    height: 50px;
    width: 100%;
    display: block;
    float: left;
}

.page-title {
    font-family: acumin-pro-medium;
    font-size: 60px;
    color: #FF8100;
    margin-bottom: 0;
}

.text-xxlg {
    font-family: acumin-pro-medium;
    font-size: 50px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 35px;
    line-height: 50px;
}

.text-xlg {
    font-family: acumin-pro-medium;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 35px;
}

.text-llg {
    font-family: acumin-pro-medium;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}


.text-lg {
    font-family: acumin-pro-medium;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}


.text-mlg {
    font-family: acumin-pro-medium;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 25px;
}


.text-md {
    font-family: acumin-pro-medium;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 25px;
}

.text-sm {
    font-family: acumin-pro-medium;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}

.color-1 {
    color: #677C90;
}

.color-2 {
    color: #FF8100;
}

.color-3 {
    color: #DBC7A5;
}


/************
# Header CSS
*************/

header {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}

.header-container {
    width: 1310px;
    margin: auto;
}

.header-top {
    width: 100%;
    display: block;
    float: left;
    padding: 20px 0;
}

.site-logo {
    display: inline-block;
    float: left;
    width: calc(60% - 42px);
}

.header-login {
	display: inline-block;
    float: left;
    width: 84px;
    text-align: center;
    margin-left: 15px;
}

.header-login a {
	text-decoration: none;
    font-family: acumin-pro-black;
    font-size: 20px;
    display: inline-block;
    border: 5px solid #FF8100;
    border-radius: 7px;
    padding: 0px 10px 3px;
    margin-top: 32px;
    transition: all .3s ease;
}

.header-info {
    display: inline-block;
    float: right;
    text-align: right;
    width: calc(40% - 57px);
}

.info-phone {
    font-family: sf-pro-semibold;
    font-size: 30px;
    color: #677C90;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    line-height: 30px;
}

.info-phone a {
	text-decoration: none;
    color: inherit;
}
	
.social-links {
    float: right;
    margin-top: 30px;
}


.social-links a {
    text-decoration: none;
}

/***************
# Navigation CSS
****************/

#navButton::after {
    content: "";
    display: block;
    width: 46px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

#site-navigation {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #677C90;
    border-top: 5px solid #FF8100;
}

#navButton {
    display: inline-block;
    display: none;
}

#navMenu {
    display: inline-block;
}

#site-navigation ul#primary-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

#site-navigation ul li {
    display: inline-block;
}

#site-navigation ul li a {
    text-decoration: none;
    color: #DBC7A5;
    line-height: 50px;
    display: inline-block;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 175px;
    transition: all .3s ease;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/************
# Footer CSS
************/

footer {
    background-color: #677C90;
    width: 100%;
    float: left;
    border-top: 5px solid #ff8100;
    color: #D8C7A9;
    text-align: center;
    padding: 0;
}

.footer-top {
	background-color: #DFC8A6;
    padding: 25px 15px;
    margin-bottom: 30px;
    border-bottom: 5px solid #F7882F;
}

.home-footer {
	padding-top: 35px;
	border-top: 5px solid #ff8100;
}

.footer-container {
    width: 1130px;
    text-align: left;
    display: inline-block;
}

.footer-widget {
    width: 25%;
    float: left;
}

.footer-widget-title {
    font-family: acumin-pro-medium;
    font-size: 32px;
    font-weight: 400;
    text-shadow: 0px 0px 1px;
    margin-top: 0;
    margin-bottom: 15px;
}

.footer-widget-content {
    font-family: acumin-pro-medium;
    font-size: 20px;
}

footer a,
footer a:focus,
footer a:visited,
footer a:active {
    color: #DBC7A5 !important;
    text-decoration: none;
    margin-right: 2px;
    transition: all .3s ease;
}

footer a:hover,
.sitemap ul li a:hover {
    color: #FF8100 !important;
}

.sitemap ul {
    list-style: none;
    padding-left: 0;
}

.sitemap ul li::before {
    content: "- ";
}

.sitemap ul li a {
    text-decoration: none;
    color: inherit;
}

footer .social-widget {
    /*text-align: right;*/
}

.sitemap-mobile {
    display: none;
}

.sitemap-mobile h2 {
    margin-top: 35px;
}

.sitemap-pc {
    display: block !important;
}

.footer-copyright {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 20px 15px;
    border-top: 1px solid #5a6b7b;
    color: #c7d4e0;
}

.hm-bn-footer {
    width: 100%;
    min-height: 410px;
    float: left;
    text-align: center;
    padding-bottom: 35px;
	background-image: url(http://www.tfndirect.com/wp-content/uploads/2017/07/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 35px;

}

.hm-bn-footer h2 {
    font-family: acumin-pro-black;
    color: #FFF;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 35px;
    margin-top: 30px;
}

.hm-bn-footer  .home-bn-bottom-txt {
	color: #fff;
}

.hm-30-day-trial {
    position: absolute;
	margin-top: 85px;
}

/***********
# Forms CSS
***********/


.tfn-form-container {
    color: #FF8100;
    width: 100%;
    float: left;
    text-align: center;
    font-family: acumin-pro-medium;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 26px;
    background-color: #DFC8A6;
    border: 5px solid;
    padding-top: 40px;
    border-left: 0;
    border-right: 0;
}

.tfn-form-content {
    font-size: 44px;
    font-weight: bold;
    padding: 0 15px;
}

.tfn-form-content h2 {
    font-size: 57px;
    margin-top: 18px;
    margin-bottom: 10px;
    color: #677C90;
}

.tfn-form-box {
	
}

.tfn-form-input {
    width: 290px;
    font-size: 40px;
    border-radius: 12px;
    border: none;
    text-indent: 10px;
    font-family: acumin-pro-medium;
    color: #FF8100;
    margin: 0 10px;
    border: 1px solid #677C90;
}

.tfn-form-input:focus {
    outline: none;
}

.tfn-form-submit {
    color: #FF8100;
    background-color: transparent;
    border: none;
    font-size: 40px;
    font-family: acumin-pro-medium;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 0px 0px 1px;
}

.tfn-form-submit:focus {
    outline: none;
}

.footer-top div.wpcf7-validation-errors,
.footer-top div.wpcf7-validation-errors {
    background-color: #333;
	margin-top: 0;
}

.contact-container span.wpcf7-not-valid-tip,
.footer-top span.wpcf7-not-valid-tip {
	margin-top: 10px;
    margin-bottom: 10px;
}

.contact-container div.wpcf7-mail-sent-ng,
.footer-top div.wpcf7-mail-sent-ng {
	margin-top: 20px;
    color: #ed143d;
    background-color: #ffe4c4;
    text-align: center;
    padding: 15px 0;
}

.contact-container div.wpcf7-mail-sent-ok,
.footer-top div.wpcf7-mail-sent-ok {
    margin-top: 30px;
    background-color: #4CAF50;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.contact-container div.wpcf7-validation-errors,
.footer-top div.wpcf7-validation-errors {
	margin-top: 20px;
    color: #FFEB3B;
    border-color: #FFEB3B;
    background-color: #333;
    text-align: center;
    padding: 15px 0;
}

.contact-container span.wpcf7-not-valid-tip,
.footer-top span.wpcf7-not-valid-tip {
	color: #a52a2a;
}

.contact-container div.wpcf7-mail-sent-ng,
.footer-top div.wpcf7-mail-sent-ng {
	margin-top: 20px;
    color: #ed143d;
    background-color: #fff;
    text-align: center;
    padding: 15px 0;
}

.contact-container div.wpcf7-mail-sent-ok,
.footer-top div.wpcf7-mail-sent-ok {
    margin-top: 30px;
    background-color: #4CAF50;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.tfn-form-container div.wpcf7-validation-errors {
	margin-top: 20px;
    color: #FFEB3B;
    border-color: #FFEB3B;
    background-color: #333;
    text-align: center;
    padding: 15px 0;
}

span.wpcf7-not-valid-tip {
	font-size: 18px !important;
}


.tfn-form-container div.wpcf7-mail-sent-ng {
	margin-top: 20px;
    color: #ed143d;
    background-color: #ffe4c4;
    text-align: center;
    padding: 15px 0;
}


.tfn-form-container div.wpcf7-mail-sent-ok {
    margin-top: 30px;
    background-color: #4CAF50;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.contact-form-container div.wpcf7-validation-errors {
	margin-top: 10px;
    color: #FFEB3B;
    border-color: #FFEB3B;
    background-color: #333;
    text-align: center;
    padding: 15px 0;
}

.contact-form-container div.wpcf7-mail-sent-ng {
	margin-top: 10px;
    color: #ed143d;
    background-color: #ffe4c4;
    text-align: center;
    padding: 15px 0;
}

.contact-form-container div.wpcf7-mail-sent-ok {
    margin-top: 10px;
    background-color: #4CAF50;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.wpcf7-form-control-wrap {
	width: 100%;
	float: left;
}

.contact-form-container {
	text-align: center;
}

.cf-form-content {
	display: inline-block;
	width: 520px;
	margin: auto;
}

.cf-form-elements {
	width: 100%;
	float: left;
    margin-bottom: 10px;
}

.cf-form-elements .element-half {
	width: 50%;
    float: left;
}

.cf-form-elements .element-half:nth-child(2) input {
	width: calc(100% - 10px);
	margin-left: 10px;
}

.cf-form-elements input {
	width: 100%;
    padding: 4px 0;
    margin: 0;
    border: 0;
    border-radius: 10px;
    font-family: acumin-pro-thin;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    text-indent: 10px;
    color: #677C90;
}

.cf-form-elements textarea {
	width: calc(100% - 20px);
    resize: none;
    padding: 5px 10px;
    margin: 0;
    border: 0;
    border-radius: 10px;
    font-family: acumin-pro-thin;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    height: 100px;
    margin-bottom: -4px;
    color: #677C90;
}

.cf-form-elements input:focus,
.cf-form-elements textarea:focus {
	outline: none;
}

.cf-form-elements input::-webkit-input-placeholder,
.cf-form-elements textarea::-webkit-input-placeholder {
	color: #677C90;
}

.cf-form-elements label {
	text-align: left;
    display: block;
    font-family: acumin-pro-thin;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #6B7C8E;
    line-height: 20px;
    padding-top: 5px;
    padding-left: 10px;
}

.cf-form-elements.submit {
	text-align: center;
}

.cf-form-elements.submit input[type="submit"] {
	display: inline-block;
    width: 220px;
    text-indent: 0;
    font-family: acumin-pro-medium;
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    background-color: #F7882F;
    padding: 0 0 5px;
    cursor: pointer;
    margin-top: 10px;
    text-shadow: 1px 0px 0px;
}

.contact-form-container p.contact-bottom-txt {
	font-family: acumin-pro-medium;
    color: #6B7C8E;
    font-size: 13.6px;
    margin-top: 30px;
    margin-bottom: 20px;
}


/**********
# Page CSS
***********/

.site-content {
    width: 100%;
    float: left;
    text-align: center;
}

.content-container {
    width: 1130px;
    display: inline-block;
    text-align: left;
}

.home-container {
    display: inline-block;
    text-align: left;
    min-width: 300px;
}

.home-banner p.text-md {
	font-size: 26px;
    text-align: left;
}

.home-bottom-price {
	font-family: acumin-pro-medium;
    color: #fff;
    font-size: 30px;
    background-color: #677C90;
    border-radius: 10px;
    padding: 10px 30px;
    display: inline-block;
    font-weight: 600;
    margin-top: -6px;
    line-height: 30px;
}

.insert-plans {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #FF8100;
    color: #fff !important;
    font-size: 60px;
    font-family: acumin-pro-medium;
    font-weight: bold;
    border-radius: 10px;
    line-height: 160px;
    transition: all .3s ease;
}

.insert-plans:hover {
    background-color: #ec7c09;
}

.industries-served-boxed-text {
    font-family: acumin-pro-medium;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    background-color: #FF8100;
    text-align: center;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 15px;
    text-shadow: 0px 0px 1px;
    margin: 35px 0 45px;
}

.industries-served-boxed-text a {
	color: #fff;
	text-decoration: none;
}

.industries {
    width: calc(100% + 30px);
    float: left;
    margin-left: -15px;
    margin-top: 10px
}

.industry-box {
    width: calc(33.33% - 30px);
    float: left;
    text-align: center;
    font-family: acumin-pro-medium;
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    background-color: #FF8100;
    text-decoration: none;
    margin: 0 15px;
    margin-bottom: 30px;
    min-height: 160px;
    position: relative;
    display: flex;
    align-items: center;
}

.industry-name {
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    line-height: 150px;
    display: block;
    background-color: #FF8100;
    opacity: 1;
    transition: all .5s ease;
    cursor: pointer;
}

.industry-name:hover {
	opacity: 0;
    width: 90%;
    left: 30px;
    color: #FF8100;
    font-size: 150%;
}

.inds-number-list {
    font-size: 26px;
    line-height: 28px;
    width: 100%;
}

.industry-number-hd-txt {
	width: calc(100% - 30px);
    float: left;
    text-align: center;
    background-color: #ff8100;
    color: #fff;
    font-family: acumin-pro-medium;
    font-size: 48px;
    padding: 15px 15px;
    margin-bottom: 20px;
	margin-top: 35px;
}

.local-number-banner {
    background-image: url(http://www.tfndirect.com/wp-content/uploads/2017/07/local-numbers-banner.jpg);
    text-align: center;
    font-family: acumin-pro-medium;
    font-weight: bold;
    min-height: 260px;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
}

.local-number-banner-text {
    align-self: center;
    width: 100%;
}

.local-number-call {
    background-color: #F7882F;
    width: calc(100% - 30px);
    float: left;
    text-align: center;
    border-radius: 15px;
    padding: 30px 15px;
    position: relative;
}

.local-number-call a {
    font-family: acumin-pro-medium;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    text-decoration: none;
}
/*
.local-number-call::after {
    background-image: url(http://www.tfndirect.com/wp-content/uploads/2017/07/arrow-right.png);
    content: "";
    display: block;
    width: 92px;
    height: 85px;
    position: absolute;
    right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}*/

.ln-bottom-text {
    font-family: acumin-pro-medium;
    font-size: 29px;
    font-weight: 600;
    margin: 0;
    margin-top: 0;
    margin-bottom: 30px;
    float: left;
}

.tfn-headline {
    font-family: acumin-pro-medium;
    font-size: 46px;
    font-weight: 600;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 45px;
    text-align: center;
    line-height: 45px;
    float: left;
    width: calc(100% - 190px);
    padding: 0 95px;
}

.about-us-title {
    font-family: acumin-pro-black;
    font-size: 70px;
    color: #F7882F;
    line-height: 70px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
    padding: 0 70px;
}

.about-us-headline {
    font-family: acumin-pro-medium;
    font-size: 44px;
    font-weight: 600;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 35px;
    line-height: 50px;
}

.about-us-p {
    font-family: acumin-pro-medium;
    font-size: 23px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 25px;
}

.about-us-founders {
    width: 100%;
    float: left;
}

.founder-profile {
    text-align: center;
    width: 33.33%;
    float: left;
}

.founder-name {
    font-family: acumin-pro-medium;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    margin-bottom: -5px;
}

.founders-role {
    font-family: acumin-pro-medium;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    line-height: 22px;
}

.home-banner {
    width: 100%;
    float: left;
    text-align: center;
}

.home-banner h2 {
    font-family: acumin-pro-black;
    color: #FF8100;
    font-size: 78px;
    line-height: 80px;
    margin-bottom: 50px;
    margin-top: 30px;
}

a.home-tell-me-more {
	text-decoration: none;
    color: #fff;
    font-size: 26px;
    background-color: #FF8100;
    display: inline-block;
    border-radius: 10px;
    font-family: acumin-pro-medium;
    padding: 10px 40px;
    line-height: 26px;
    font-weight: 600;
}

.home-banner-bottom {
    font-family: acumin-pro-medium;
    font-weight: bold;
    font-size: 38px;
    background-color: #677C90;
    text-align: center;
    width: calc(100% - 30px);
    float: left;
    padding: 8px 15px;
    line-height: 40px;
}

.home-content-container {
    width: calc(100% - 60px);
    float: left;
    padding: 20px 30px;
}

.home-marketing {
    width: 45%;
    float: left;
    background-color: #677C90;
    border-radius: 12px;
    text-align: center;
}

.home-marketing-text {
    font-family: acumin-pro-medium;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: left;
    padding: 0 35px;
    line-height: 33px;
}

.home-bottom-title {
    font-family: acumin-pro-medium;
    color: #fff;
    background-color: #FF8100;
    border-radius: 0 0 12px 12px;
    font-size: 80px;
    line-height: 122px;
    font-weight: 600;
    margin-top: 43px;
}

.home-bottom-title a {
    text-decoration: none;
    color: inherit;
    width: 100%;
    display: block;
}

.home-form-container {
    width: calc(55% - 20px);
    float: left;
    margin-left: 20px;
    text-align: center;
    background-color: #DFC8A6;
    border-radius: 12px;
}

.leasing-list {
	list-style: none;
    padding-left: 60px;
}

.number-list-container {
	width: 100%;
    float: left;
}

.local-number-list-group {
	width: 33.33%;
    float: left;
    font-size: 32px;
}

.local-number-banner-text h3 {
	font-size: 40px;
    margin-bottom: 10px;
    margin-top: 0;
}

.local-number-banner-text p {
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%;
    float: left;
}


.home-free-trial {
	width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.home-free-trial-text {
    width: calc(100% - 60px);
    border-radius: 12px;
    text-align: center;
    color: #ff8100;
    font-family: acumin-pro-medium;
    font-size: 80px;
    font-weight: bold;
    padding: 15px 0;
    display: inline-block;
    text-shadow: 0px 0px 1px;
}

.founder-profile img {
	width: 50%;
}

.contact-container {
	background-color: #DFC8A6;
    padding-top: 35px;
}

.contact-title {
    font-family: acumin-pro-medium;
    color: #677C90;
    text-align: center;
    font-size: 50px;
    margin-top: 0px;
    margin-bottom: 35px;
    line-height: 50px;
}

.contact-bottom-tfn {
    margin: 0;
    font-size: 46px;
    font-family: acumin-pro-thin;
    font-weight: 900;
    letter-spacing: 2px;
    margin-top: 5px;
}

.contact-bottom-address {
	margin: 0;
    font-family: acumin-pro-medium;
    font-size: 22px;
}

.contact-bottom-email {
	text-decoration: none;
    color: #6B7C8E !important;
    font-size: 32px;
}

.home-contact-form {
    background-color: #DFC8A6;
    padding: 25px 15px;
    margin-bottom: 30px;
    border-bottom: 5px solid #F7882F;
    border-top: 5px solid #F7882F;
    width: 100%;
    float: left;
}

.toll-free-number-list {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-family: acumin-pro-medium;
    color: #677C90;
    font-size: 24px;
    font-weight: 600;
}


.tfn-block {
	width: 33.33%;
    float: left;
}

.footer-top.home {
	margin-bottom: 0;
}

.footer-top.home::before {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
	background-color: #DFC8A6;
    border-bottom: 5px solid #F7882F;
	right: 100%;
}

.footer-top.home::after {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
	background-color: #DFC8A6;
    border-bottom: 5px solid #F7882F;
	left: 100%;
}

.home footer {
	padding-top: 25px;
}



/***************
# Responsive CSS
****************/
@media (max-width: 1366px) {
    .header-container {width: calc(100% - 50px); float: left; padding: 0 25px;}
    .home-container {width: 100%;}
}

@media (max-width: 1280px) {
	.home-marketing-text {font-size: 29px; padding: 0 38px;}
}

@media (max-width: 1200px) {
    .footer-container {width: calc(100% - 70px);}
    .content-container {width: calc(100% - 70px);}
    .text-xxlg {font-size: 46px;}
    .tfn-form-container::after {height: 115px; width: 80px;}
    .tfn-form-content h2 {font-size: 52px;}
    .tfn-headline {width: calc(100% - 140px); padding: 0 70px;}
    .about-us-title {padding: 0 15px;}
    .home-marketing {width: 50%;}
    .home-form-container {width: calc(50% - 20px);}
	.hm-bn-footer h2,
    .home-banner h2 {font-size: 70px; line-height: 70px; margin: 35px 0;}
    .home-bn-form-content {font-size: 52px;}
    .home-bn-input {font-size: 44px; height: 58px;}
    .home-bn-submit {font-size: 44px;}
    .home-bn-form-txt {display: block; width: 100%;}
    .home-marketing {width: 100%; margin-bottom: 30px;}
    .home-form-container {width: 100%; margin-left: 0;}
    .home-marketing-text {padding: 0 40px;}
    .home-bottom-title {font-size: 60px; line-height: 90px;}
    .home-req-btn {font-size: 60px !important; line-height: 90px;}
	.industry-name:hover {left: 0; font-size: 0;}
	.home-container {width: calc(100% - 30px);}
}

@media (max-width: 1100px) {
    .page-title {font-size: 52px;}
    .empty-height-200 {height: 100px;}
    .cf-content {width: calc(100% - 40px);}
    .cf-form-item {font-size: 36px;}
    .cf-btn-submit {font-size: 46px;}
    .empty-height-500 {height: 100px;}
    .empty-height-400 {height: 200px;}
    .insert-plans {font-size: 52px; line-height: 130px;}
    .industries-served-boxed-text {font-size: 44px;}
    .tfn-form-content h2 {font-size: 48px;}
    .tfn-headline {font-size: 44px;}
    .founder-name {font-size: 36px; margin-top: 5px;}
    .home-marketing-text {padding: 0 20px;}
    .home-bottom-title {font-size: 70px; line-height: 100px;}
    .home-req-btn {font-size: 70px !important; line-height: 97px;}
	.hm-bn-footer h2,
    .home-banner h2 {font-size: 65px; line-height: 65px;}
	.home-free-trial-text {font-size: 70px;}
}

@media (max-width: 1188px) and (min-width: 1060px) {
	.home-banner-bottom {font-size: 30px;}
	.home-req-btn {margin-top: 22px;}
}

@media (max-width: 992px) {
    .info-phone {font-size: 25px; line-height: 24px; margin-top: 8px;}
    .footer-widget {width: 50%; margin-bottom: 35px;}
    .sitemap-mobile {display: block;}
    .sitemap-pc {display: none !important;}
    .cf-last-name {margin-left: 0; margin-top: 12px;}
    .cf-form-item label {width: 100%;}
    .cf-form-item input {width: calc(100% - 170px);}
    a.industry-name {font-size: 40px; line-height: 120px; margin-bottom: 20px;}
    .industries-served-boxed-text {font-size: 40px;}
    .empty-height-400 {height: 100px;}
    .text-xxlg {font-size: 42px; line-height: 46px;}
    .local-number-banner {font-size: 52px;}
    .tfn-form-content {font-size: 38px;}
    .tfn-form-input {font-size: 38px;}
    .tfn-form-submit {font-size: 38px;}
    .about-us-title {font-size: 60px; line-height: 60px;}
    .about-us-headline {font-size: 40px; line-height: 44px;}
	.hm-bn-footer h2,
	.home-banner h2 {margin-bottom: 10px;}
	.home-free-trial-text {font-size: 60px;}
	.hm-bn-form-item {width: calc(100% - 30px); padding: 0; float: none; display: inline-block;}
	.home-banner {padding-bottom: 20px;}
	.home-bn-submit {margin-top: 2px;}
	.home-bn-input {margin-bottom: 8px;}
	.home-bn-bottom-txt {width: calc(100% - 30px); padding: 0 15px;}
	.hm-30-day-trial {margin-left: -35px;}
}

@media (max-width: 920px) {
	.header-info {text-align: left; width: 100%; margin-top: 10px;}
	.header-login {float: right;}
	.hm-30-day-trial {margin-left: -35px; top: -200px; width: 120px; left: 0; right: 0; margin: auto;}
}

@media (max-width: 860px) {
    .site-logo {margin-top: 15px; width: 50%;}
    .tfn-form-container::after {display: none;}
    .tfn-headline {width: calc(100% - 100px); padding: 0 50px;}
    .about-us-title {font-size: 52px; line-height: 56px;}
	.hm-bn-footer h2,
    .home-banner h2 {font-size: 56px; line-height: 58px; margin-top: 55px; padding: 0 15px;}
	.local-number-banner-text h3 {font-size: 38px;}
	.local-number-list-group {font-size: 28px;}
	.industry-box {width: calc(50% - 30px);}
}

@media (max-width: 768px) {
    .header-container {width: calc(100% - 30px); padding: 0 15px; text-align: center;}
    .header-top {padding: 10px 0; position: relative;}
    .site-logo {width: 100%; margin-top: 0;}
	.social-links {margin-top: 28px;}
    .header-info {width: 100%; text-align: center;}
    #navButton {display: block; float: right;}
    #navMenu {display: none; border-bottom: 5px solid #FF8100;}
    .social-links a {float: left; margin-right: 5px;}
    #site-navigation ul {width: 100%;}
    #site-navigation ul li {width: 100%;}
    #site-navigation ul li a {width: 100%;}
    .info-phone {margin-bottom: 10px; margin-top: 5px; font-size: 22px; float: left;}
	.content-container {width: calc(100% - 30px);}
    .footer-container {width: calc(100% - 30px);}
    .page-title {font-size: 48px;}
    .text-lg {font-size: 26px;}
    .cf-content {width: calc(100% - 30px);}
    .cf-form-item input {width: 100%; margin-top: 5px;}
    .cf-form-item {font-size: 32px;}
    .cf-btn-submit {font-size: 38px; height: 50px; width: 200px;}
    .empty-height-500 {height: 50px;}
    .insert-plans {font-size: 48px; line-height: 120px;}
    a.industry-name {width: calc(50% - 30px); line-height: 100px; font-size: 36px;}
    .industries-served-boxed-text {font-size: 36px;}
    .empty-height-400 {height: 50px;}
    .text-lg {font-size: 24px;}
    .text-xxlg {font-size: 38px; line-height: 40px;}
    .cf-textarea textarea {width: calc(100% - 20px); padding: 4px 10px;}
    .ln-bottom-text {font-size: 25px;}
    .local-number-call a {font-size: 34px;}
    .local-number-banner {font-size: 48px;}
    .empty-height-100 {height: 50px;}
    .empty-height-200 {height: 50px;}
    .text-xlg {font-size: 36px;}
    .tfn-form-box {margin-top: 20px;}
    .tfn-form-input {width: 100%; margin: 5px 0 0;}
    .tfn-form-content h2 {font-size: 44px; line-height: 48px; margin-top: 22px;}
    .tfn-headline {font-size: 42px;}
    .tfn-headline {width: calc(100% - 40px); padding: 0 20px; font-size: 38px;}
    .about-us-title {font-size: 50px; line-height: 52px;}
    .about-us-headline {font-size: 36px; line-height: 40px;}
    .founder-profile {width: 100%; margin-bottom: 30px;}
    .about-us-headline.color-2 {text-align: center; margin-bottom: 30px !important;}
    .home-bottom-title {font-size: 52px; line-height: 80px;}
    .home-req-btn {font-size: 52px !important; line-height: 80px;}
    .home-marketing-text {font-size: 24px; line-height: 30px;}
    .req-form-content input {font-size: 36px;}
    .home-req-btn {margin-top: 20px;}
    .home-content-container {width: calc(100% - 30px); padding: 20px 15px}
    .home-marketing-text {padding: 0 15px;}
    .req-form-content input {width: calc(100% - 30px);}
    .home-banner-bottom {font-size: 36px;}
	.hm-bn-footer h2,
    .home-banner h2 {font-size: 48px; line-height: 48px; margin: 25px 0 25px; padding: 0 30px;}
    .home-bn-form-txt {font-size: 36px; padding: 0 15px; width: calc(100% - 30px); line-height: 38px;}
	div.wpcf7-validation-errors {padding: 10px 15px; font-size: 28px; margin-top: 0;}
	div.wpcf7-mail-sent-ng {padding: 10px 15px; font-size: 28px; margin-top: 0;}
	div.wpcf7-mail-sent-ok {padding: 10px 15px; font-size: 28px; margin-top: 0;}
	.leasing-list {padding-left: 40px;}
	.home-bn-input {height: 52px; font-size: 36px; margin-bottom: 5px;}
	.home-free-trial-text {font-size: 52px;}
	.home-bn-submit {margin-top: 8px;}
	.founder-profile img {width: initial;}
	.industry-box {font-size: 40px; min-height: 140px;}
	.industry-name {line-height: 140px;}
	.industry-number-hd-txt {font-size: 40px; line-height: 40px;}
	.inds-number-list {font-size: 22px; line-height: 24px;}
	a.home-tell-me-more {margin-top: 20px;}
	.contact-bottom-tfn {font-size: 40px;}
	.contact-bottom-address {font-size: 20px;}
	.contact-bottom-email {font-size: 30px;}
	.header-login a {margin-top: 0;}
	.header-login {margin-left: 0; position: absolute; left: 0; right: 0; margin: auto; bottom: 30px; left: 120px;}
	.hm-30-day-trial {left: -120px; top: -100px;}
}


@media (max-width: 690px) {
	.local-number-banner-text h3 {font-size: 36px;}
	.local-number-list-group {font-size: 26px;}
}

@media (max-width: 600px) {
	.local-number-list-group  {width: 100%;}
	.local-number-banner {padding: 20px 0;}
	.local-number-banner-text h3 {font-size: 32px; padding: 0 15px; line-height: 32px; width: calc(100% - 30px);}
	/*.local-number-list-group {font-size: 22px; line-height: 24px;}*/
	.local-number-banner-text p {font-size: 24px; padding: 0 15px; line-height: 24px; width: calc(100% - 30px);}
	.industry-box {width: calc(100% - 100px); margin: 0 50px 15px;}
	.cf-submit {text-align: center;}
	.cf-btn-submit {float: none;}
	.cf-submit .ajax-loader {margin-top: 20px; position: absolute;}
	.cf-form-content {width: 100%;}
	.cf-form-elements .element-half {width: 100%;}
	.cf-form-elements .element-half:nth-child(2) input {width: 100%; margin-top: 10px; margin-left: 0;}
	.cf-form-elements label {text-align: center; margin: 5px 0 10px}
	.cf-form-elements label br {display: none;}
	.cf-form-elements.submit input[type="submit"] {margin-top: 5px;}
	.contact-form-container p.contact-bottom-txt {margin-top: 15px;}
	.tfn-block {width: 100%;}
	.info-phone {width: 100%;}
	.hm-30-day-trial {left: 0; margin-left: 0;}
	.header-login {left: 0;}
}

@media (max-width: 480px) {
    .footer-widget { width: 220px; margin-left: 25px;}
    a.industry-name {width: calc(100% - 30px); margin-bottom: 10px;}
    .local-number-banner {font-size: 46px; line-height: 48px;}
    .home-bottom-title {font-size: 44px; line-height: 70px;}
    .home-req-btn {font-size: 44px !important; line-height: 70px;}
    .home-banner h2 {font-size: 40px; line-height: 40px; margin: 35px 0;}
    .home-bn-form-txt {font-size: 36px;}
    .home-bn-input {font-size: 28px; height: 48px;}
	.home-bn-submit {font-size: 40px; height: 50px;}
	.leasing-list {padding-left: 25px;}
	.home-free-trial-text {font-size: 44px;}
	.social-links {width: 100%; margin-top: 10px;}
	.industry-box {width: calc(100% - 30px); margin: 0 15px 15px;}
	.contact-bottom-tfn {font-size: 36px;}
	.header-login {bottom: 15px;}
	.header-login {bottom: 15px;}
	.hm-30-day-trial {top: -157px;}
	.info-phone {text-align: right;}
}



@media (min-width: 769px) {
    #navMenu {display: inline-block !important;}
    #site-navigation ul#primary-menu {padding-right: 30px;}
}

@media (min-width: 1367px) {
    .home-container {width: 1200px;}
    .home-content-container {width: 1296px;}
}










