/*--
	Theme Name: theme52441
	Theme URI: http://info.template-help.com/help/
	Description: A theme for Wordpress 3.8.x
	Author: Template_Help.com
	Author URI: http://info.template-help.com/help/
	Template: CherryFramework
	Version: 3.1.2
--*/

/* ----------------------------------------
	Please, You may put custom css here
---------------------------------------- */

.motopress-bg-color-red {
    background-color: #E42A2E;
  }
  
  .white {
      color: #ffffff;
  }
  
  
  
  p {
    margin-bottom: 24px;
  }
  
  .title-section {
    padding: 17px 0px 13px;
    background-color: #fff;
    position: relative;
  }
  
  .breadcrumb__t li {
    text-shadow: none;
    text-transform: uppercase;
    font-size: 12px;
  }
  
  #content {
    padding-top: 40px;
  }
  
  .header .tail-top:before {
      content:'';
      position:absolute;
      left:50%;
      top:0;
      z-index:-1;
      margin:0 0 0 -150%;
      width:300%;
      height:100%;
      xbackground-color: rgba(237, 28, 36, 0.85);
      xbackground-color: rgba(87, 87, 87, 0.9);
      background-color: #474f58;
  }
  
  .header .tail-top.isStuck:before {
      xbackground-color: rgba(87, 87, 87, 100);
      background-color: rgba(71, 79, 88, 1);
  }
  
  .footer {
      z-index:98;	
      border-top: 1px solid #eee;
  }

  .indy .footer {
    border-top: none;
  }
  
  
  .logo {
      background-color:#ffffff;
      
      }
  
  .ultra-top-links .nav__links {
    margin-bottom: 0;
    padding: 7px 0 15px 0px;
    height: 23px;
  }
  
  .nav__links ul {
    margin: 0;
    float:right;
  }

  @media(max-width: 767px) {
    .nav__links ul {
      padding-right: 20px;
      float: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  
  .ultra-top-links .nav__links ul li:first-child {
    margin-left: 12px;
  }
  
  .ultra-top-links .nav__links ul li a {
    color: #ccc;
    position: relative;
  }
  
  .nav__links ul li a:after {
    background-color: #ccc;  
  }
  
  
  .header .search-form {
      padding: 7px 0 0 15px;
  }
  
  .sf-menu > li > a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
  }
  
  .header .search-form form {
    bottom: -110px;
  }
  
  .header .isStuck .search-form form {
    bottom: -77px;
  }
      
  .header .small .search-form > i {
    color: #fff;
    font-size: 14px;
  }
  
  .header .isStuck .search-form {
    padding: 7px 0 0 15px;
    height: 41px;
  }
  
  @media (max-width: 1024px) and (min-width: 768px) {
      .home .header {
          height: auto;
      }
  }
  
  @media (min-width: 1200px) {
      .header-banner { padding:56px 40px 41px 42px; }
  }
  
  .featured-thumbnail {
      margin: 5px 0px 10px 0;
  }
  
  
  @media (max-width: 768px) {
      .featured-thumbnail {
          margin: 5px 0px 10px 30px;
      }
      
      .ultra-top-links {
          padding-bottom: 15px;
      }
      .header {
        background-color: #474f58;
      }
  }
  
  
  
  
  @media (max-width: 325px) {
      .featured-thumbnail {
          margin: 5px 0px 10px 10px;
      }
  }
  
  
  
  .serviceblock {
      padding: 50px 0px;
  }
  
  
  .logo-img { padding: 0 20px 0 0; }
  
      
  .sf-menu {
    padding-top: 40px !important;
  }
  .isStuck .sf-menu {
    padding-top: 4px;
  }
  
  
      
  
  .sf-menu li ul {
    width: 175px;
    background-color: #EC4950;
    padding: 0px 0 0px 0;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.25);
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
    border-radius: 5px;
    xborder: 1px solid #f97c81;
    
  }
  
  .sf-menu li {
    padding-bottom: 11px;
  }
  
  
  .sf-menu > li > a:hover, .sf-menu > li.sfHover> a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a {
    background: none;
    color: #EC4950;
  }
  
  .sf-menu li li:first-child {
      border-top: 0;
  }
  
  .sf-menu li li {
    padding: 0px;
    margin: 0;
    border-top: 1px solid #f97c81;
  }
  
  .sf-menu li li a {
      font-size: 14px;
    padding: 12px 12px;
    text-align: left;
    transition: color 0.8s ease;
    transition: background 0.8s ease;
  }
  
  .sf-menu li li a:hover {
    background: #474F58;
    color: #ffffff;
    transition: color 0.4s ease;
    transition: background 0.4s ease;
    
  }
  
  .sf-menu li li:first-child a { border-radius: 5px 5px 0 0; }
  .sf-menu li li:first-child a:hover { border-radius: 5px 5px 0 0; }
  
  .sf-menu li li:last-child a { border-radius: 0 0 5px 5px; }
  .sf-menu li li:last-child a:hover { border-radius: 0 0 5px 5px; }
  
  .sf-menu li li.current-menu-item a {
      xbackground-color: rgba(71, 79, 88, 0.85);
    background: #474F58;
    color: #ffffff;
    font-weight:  bold;
    transition: color 0.4s ease;
    transition: background 0.4s ease;
  }
  
  @media (min-width: 1200px) {
      .slogan {
        font-size: 62px;
        line-height: 74px;
        padding-top: 30px;
        padding-left: 35px;
      }
  }
  
  .span2.hm-icons {
      width: auto;
      margin-left: 15px;
  }
  
  
  
  .header-banner h2 {
    font-size: 50px;
    margin-bottom: 18px;
  }
  
  .header-banner h2 strong {
      color:#ED1C24;
  }
  
  .header-banner p {
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    margin-bottom: 15px;
    color: #6d6d6d;
  }
  
  
  i.fa {
      padding-right: 8px;
  }
  
  .social_link__facebook img {
    width: 10px;
    height: 17px;
  }

  .social_link__facebook, .social_link__linkedin {
    margin-right: 10px;
  }

  .social_link__linkedin {
    margin-right: 8px;
  }

  .social__list {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
  }
  
   /* Locatoraid Pro */
  
  
  #lpr-locations .thumbnail {
      background-image: none;
  }

  .nav.footer-nav ul li a {
    color: #898989;
    font-size: 12px;
  }

  nav.footer-nav ul li a:before {
     top: -5px;
  }

  @media(max-width: 767px) {
    html {
      overflow-x: hidden;
    }

    .copyright {
      padding: 34px 0px 70px 0px !important;
    }

    .social__list {
      justify-content: center;
    }

    .copyright:before, .copyright:after {
      position: initial;
    }

    .footer-widgets:before, .footer-widgets:after {
      position: initial;
    }


    .footer-widgets .row {
      margin-right: initial;
    }
  }