/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/


.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title:hover .wpostahs-main-title button,
.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current .wpostahs-main-title button {
  background: #E63312 !important;
  border-color: #E63312 !important; }

.wpostahs-title {
  color: #E63312; }

.wpostahs-centent-title:after {
  display: none !important; }
  

a[href^="tel:"], a:hover[href^="tel:"], a.tel, a.tel:hover {
    color:#73858E !important;
    cursor:default !important;
    text-decoration:none !important;
  }
  
  a, a:hover {
    text-decoration:none !important;
  }

  /* CTAs */
  .quickaccess {
    display: block;
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 1000;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    width: 50px;
  }
  .quickaccess ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    width: 100%;
  }
  .quickaccess ul li {
    padding: 0;
    margin: 0;
  }
  .quickaccess ul li a {
    display: block;
    background: 0;
    color: #2E2B36;
    padding: 10px 5px;
    text-decoration: none;
    font-size: 25px;
    line-height: 1.2em;
    text-align: center;
  }
  .quickaccess ul li a img {
    height: 20px;
    width: 30px;
    clear: both;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 5px;
  }
  .quickaccess ul li a span {
    display: block;
    font-size: 8px;
    text-align: center;
    font-weight: bold;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    line-height: 1.2em;
    display: none !important;
  }
  .quickaccess ul li:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f5f5f5;
    display: block;
  }
  .quickaccess ul li:last-of-type:after {
    display: none;
  }
  
  @media (max-width: 1100px) {
    .quickaccess {
      width: 100%;
      left: 0px;
      bottom: 0px;
      -webkit-transform: none;
              transform: none;
      top: auto;
      border-radius: 3px;
    }
    .quickaccess ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
    }
    .quickaccess ul li {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      position: relative;
    }
    .quickaccess ul li a {
      padding: 10px 20px;
    }
    .quickaccess ul li a img {
      height: 20px;
      width: 40px;
      margin-bottom: 2px;
    }
    .quickaccess ul li:after {
      content: "";
      width: 1px;
      height: 100%;
      right: 0;
      top: 0;
      position: absolute;
    }
    .scroll-top {
        bottom: 50px !important;
    }
    }  