/* Main Content Headers */

.td-post-sharing.td-post-sharing-top.td-with-like {
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.td-header-style-9 .td-logo-wrap-full {
  line-height: 0px!important;
  margin-top: 20px;
  min-height: 90px!important;
}

h1.header-statement{
  text-align: center;
  font-size: 18px;
  color: #757575;
  margin:0;
}

a{
    color:#3B6EB6;
}

body {
  background: #FFF;
}

.td-full-screen-header-image-wrap{
    max-width:1068px;
    margin: 0 auto;
}

.widget .block-title,
h4.block-title {
  margin-top: 10px;
  font-size: 26px;
  text-transform: uppercase;
  font-family: 'proxima nova', 'proxima-nova', 'helvetica neue', helvetica, arial, sans-serif;
  font-weight: bolder;
  color: #222222;
  background: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  border-bottom: 0 none!important;
}

.widget .block-title:after,
h4.block-title:after {
  border-top: 2px solid #222222;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.widget .block-title:before,
h4.block-title:before {
  border-top: 1px solid #222222;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 25%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

h4.block-title span {
  background: #fff;
  padding: 0 15px;
  color: #222222;
}

.td-pb-span4 .widget .widget_categories h4.block-title{
    color:#fff;
}


/*PAGE WIDTH*/

.td-post-template-6 .td-post-header{
    max-width:640px;
}

.td-post-content{
    max-width:640px;
    margin:0 auto;
}

.td-post-title{
    max-width: 640px;
    margin: 0 auto;
}

.td-post-template-3 .td-post-title{
    width:90%;
    max-width: 90%;
}

/* SIDEBAR */

.widget .block-title {
  text-align: center;
  border-bottom: 0 none!important;
  font-size: 16px;
}

.widget .block-title span {
  background: #FFF;
  padding: 0 10px 0 10px;
  color: #222222;
  text-align: left;
 }


.widget .block-title:before {
  top: 30%;
}

.widget .block-title:after {
  top: 50%;
}

.td-pb-span4 h4.block-title {
  text-align: center;
  font-size: 16px;
}

.td-pb-span4 h4.block-title span {
  padding-left: 10px;
  padding-right: 10px;
}

.widget .block-title {
  border: none 0;
}


/* Footer */
.td-footer-wrapper .block-title span {
    color: #FFF;
    background: #222;
}
.td-footer-wrapper .block-title {
    background: #222;
}
.td-footer-wrapper .block-title:after,
.td-footer-wrapper .block-title:before { border-color: #FFF; }

.subscribe-email-footer{
    width:65%;
    display:inline-block;
    padding: 0.45em 0.85em;
    background:#fff;
    color:#000;
    margin-bottom:50px;
}

.subscribe-button-footer{
    background: transparent;
    margin-left: -4px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.65em 0.85em;
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.subscribe-button-footer:hover{
    color: #fff;
    background:#C8252C;
}

body{
     font-family: 'proxima nova', 'proxima-nova', 'helvetica neue', helvetica, arial, sans-serif;
}

/*LINKS*/

.wpb_button.wpb_btn-inverse.btn{
    text-transform:uppercase;
    font-family:'Open Sans', arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
}

a.more-link{
    font-weight: 700;
    color: #fff;
    background: #C8252C;
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 0.65em 0.85em;
    letter-spacing: 0.1em;
    border-radius:4px;
}

a.more-link:hover {
    background: #EB4136;
    text-decoration: none;
    color: #fff;
}

.more-link.buy {
    margin: 0;
    font-size: 14px;
}

.subscribe-email{
    width:65%;
    display:inline-block;
    padding: 0.45em 0.85em;
    background:#f0f0f0;
    color:#000;
}
.td-pb-span4
a.subscribe-button,
input.subscribe-button{
    background: #C8252C;
    margin-left: -4px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.64em 0.85em;
    font-size: 14px;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

a.subscribe-button:hover,
input.subscribe-button:hover{
    color: #fff;
    background: #222222;
}

.td-footer-wrapper input.subscribe-button{
    background: #222222;
}

.td-footer-wrapper input.subscribe-button:hover{
    background: #C8252C;
}

/*LEFT ALLIGN SIDEBAR*/

.widget_tag_cloud .tagcloud{
    padding-left:0;
}

.widget_recent_comments li, .widget li{
    margin-left:0!important;
}

.td_category_template_1 .td-category-pulldown-filter{
    display:none;
}

.td-post-content blockquote p{
    font-style:normal;
    text-align:center!important;
    text-transform:none!important;
}

.td-post-content blockquote {
    width: 140%;
    margin-left: -20%;
}

.td-mobile-close a{
    background-color:#c8252c;
}

@media (max-width:767px){
    .company-mission, .fake-header-wrap{
        display:none;
    }
    .td-header-sp-logo{
    margin-top:0px;
}
}

@media (max-width:960px){
.td-post-content blockquote {
    width:100%;
    margin-left:0;
}
}

/*FIXES*/

/* If screen is less 768px */
@media (max-width: 768px) {

  /* thick border */
  .widget .block-title:after,
  h4.block-title:after { top: 50%; }

  /* thin border */
  .widget .block-title:before,
  h4.block-title:before { top: 35%; }

}

.cat-item-1{
    display:none;
}

#url{
    display:none;
}

#mce-EMAIL{
    height:35px;
}

.td-widget-search-input, .td-search-form-widget .wpb_button{
    height:35px!important;
}

@media (max-width:1140px){
  #mc_embed_signup_scroll .subscribe-email {
   width:100%!important;
   margin-bottom:10px;
  }
}

.container.error-content{
    text-align:center;
}

@media (max-width:450px){
.header-statement {
   font-size:14px!important;
}
}

.td-logo{
    max-width:156px;
}

.td-post-content a{
    font-weight: bold;
}

/*404*/
.error404 .td-main-content-wrap{
    max-width: 1030px;
    margin: 0 auto;
    margin-top: 100px;
}

.error404 .block-title{
    margin-top:100px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .footer-col, .location-col, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
    float:left;
}

.col-xs-12.col-sm-5.col-sm-push-7{
    float:right;
}

.col-xs-12.col-sm-7.col-sm-pull-5{
    text-align:left;
}

.col-xs-12.col-sm-7.col-sm-pull-5 h2{
    color: #09111C;
    font-size: 30px;
    line-height: 32px;
    font-weight: 400;
}

.col-xs-12.col-sm-7.col-sm-pull-5 h2.subtitle{
    font-size: 21px;
    font-weight: 200;
    line-height: 26px;
    color: #09111C;
}

.col-xs-12.col-sm-7.col-sm-pull-5 p{
    font-weight: 200;
    font-size:16px;
}

.btn-get {
    padding-top: 14px!important;
    padding-bottom: 14px!important;
}

.btn{
    white-space:normal;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}


.btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-danger {
    color: #fff;
    background-color: #C8252C;
    border-color: #C8252C;
}

.btn-danger:focus, .btn-danger:hover {
    background-color: #EB4136;
    border-color: #EB4136;
}

@media (max-width:1090px){
.error404 .container.error-content {
    padding-left: 30px;
    padding-right: 30px;
    }
}

@media (max-width:890px){
    .col-xs-12.col-sm-5.col-sm-push-7 {
    width:100%;
   }
   .col-xs-12.col-sm-7.col-sm-pull-5{
    width:100%;
    text-align:center;
   }
}
