/**
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/
Description: Astra is fast, fully customizable & beautiful theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL & Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Template: astra
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
 */

 /*** General ***/
h1, h2, h3, h4, h5, h6 {
    color: #eee;
    font-weight: 700;  
}

h2 {
    font-size: 26px; 
}

h3 {
    font-size: 20px; 
}

ul {
    /* list-style: none;
    padding: 0;
    margin: 0; */
}

a:active, a:focus {
    outline: 0 !important;
    border: none !important;
    -moz-outline-style: none !important;
  }

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    background: #3498db;
    color: #fff;
    transition: all 0.2s ease-in-out
}

.btn:hover {
    color: #eee;
    opacity: 0.9;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-danger {
    background-color: #d9534f;
}

.btn-danger:hover {
    background-color: #c9302c;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
  }

.shortline::after {
    content: '';
    display: block;
    width: 40px;
    border-top: 2px solid #888;
    margin-top: 30px;
    margin-bottom: 40px;
    transition: width .2s ease-in-out;
}

.fancytitle {
    position: relative
}

.fancytitle:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    right: 0;
    border-top: 1px solid #eee;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #666;
}

.fancytitle h3 {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding-right: 15px;
    background: #333333;
    position: relative;
    z-index: 100;
}

@media only screen and (min-width: 768px) {
    .col-sm-8 {
        width: 66.6%;
        float: left;
    }

    .col-sm-6 {
        width: 50%;
        float: left;
    }

    .col-sm-4 {
        width: 33.3%;
        float: left;
    }

    .col-sm-3 {
        width: 25%;
        float: left;
    }    
}

@media only screen and (min-width: 1200px) {
    .col-lg-3 {
        width: 25%;
        float: left;
    }    
}

.image_fade {
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.image_fade:hover {
    opacity: 0.5;
}

/****** Animation ******/
.delay-100 {
    -webkit-animation-delay: 0.1s;
    animation-delay: .1s;
  }
  
.delay-200 {
    -webkit-animation-delay: 0.2s;
    animation-delay: .2s;
}

.delay-300 {
    -webkit-animation-delay: 0.3s;
    animation-delay: .3s;
}

.delay-500 {
    -webkit-animation-delay: 0.5s;
    animation-delay: .5s;
}

/*** Spinner ***/
.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    z-index: 999999;
    }

.spinner {
    position: absolute;
    top: 48%;
    left: 48%;
    width: 70px;
    text-align: center;
  }
  
  .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #888;
  
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  
  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
  }
  
  @keyframes sk-bouncedelay {
    0%, 80%, 100% { 
      -webkit-transform: scale(0);
      transform: scale(0);
    } 40% { 
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }

 /*** Site Header ***/
 .site-header {
    width: 100%;
 }
 
.main-header-bar {
    background: #333;
    line-height: 1;
    border-bottom: 1px solid rgba(255,255,255, 0.05);
}

.home .main-header-bar {
    background: #161616;
    border-bottom: 1px solid rgba(255,255,255, 0.15);
}

@media screen and (max-width: 921px) {
    .home .main-header-bar {
        background: #333;
    }
}

.ast-site-identity {
    padding: 0;
}

.main-header-menu li a {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #eee;
    letter-spacing: 1px;
}

@media screen and (min-width: 922px) {
    .site-logo-img {
        border-right: 1px solid #555;
    }
}

.site-logo-img a img {
    height: 100px;
    width: auto;
    padding-right: 20px;
    transition: height .3s ease-in-out;
}

@media screen and (min-width: 922px) and (max-width: 991px) {
    .site-logo-img a img {
        height: 64px;
    }
}

@media screen and (min-width: 922px) {
    .main-header-menu {
        height: 100px;
    }
}

.main-header-menu li a:after {
    content: '' !important;
}

.main-header-menu .sub-menu {
    background: #333;
    /* position: absolute;
    top: 100px; */
}

.main-header-menu .sub-menu li {
    transition: all .2s ease-in-out;
}

.main-header-menu .sub-menu li:hover {
    background-color: #2c2c2c;
}

.main-header-menu .sub-menu li a {
    color: #888;
    font-size: 12px;
    font-weight: 400;
    transition: all .2s ease-in-out;
}

.main-header-menu .sub-menu li:hover a {
    color: #bbb;
    padding-left: 16px;
}

/*** Nav Menu ***/
.main-header-bar-navigation.toggle-on .main-navigation {
    margin: 0 auto;
    padding: 0 5%;
    background: #282828 !important;
}

.main-header-bar-navigation.toggle-on {
    border-bottom: 1px solid #555;
}

.main-header-bar-navigation.toggle-on .main-header-menu {
    background: #282828 !important;
    border: none !important;
}

.main-header-bar-navigation.toggle-on .main-header-menu > li a {
    padding: 5px 20px !important;
}

.main-header-bar-navigation.toggle-on .main-header-menu > li:not(:last-of-type) a {
    border-bottom: 1px solid #555 !important;
}

.main-header-bar-navigation.toggle-on .main-header-menu > li:last-of-type a {
    border-bottom: none !important;
}

.main-header-bar-navigation.toggle-on .main-header-menu .sub-menu {
    background: #333 !important;
}

.menu-toggle-icon {
    color: #eee !important;
}

 /*** Site Footer ***/
 footer {
    border-top: 5px solid rgba(0,0,0,0.2);
 }

 footer p,
 footer address,
 footer abbr,
 footer ul li {
     font-size: 14px;
 }
 
 footer h4 {
     font-size: 15px;
     font-weight: 600;
     letter-spacing: 2px;
     text-transform: uppercase;
     margin-bottom: 25px;
     color: #ddd;
 }
 
 footer .idweb {
     width: 50%;
     max-width: 180px;
 }
 
 footer ul li a {
     background: url(images/widget-link-dark.png) left top no-repeat;
     padding: 0 3px 0 12px;
 }
 
.social-icons {
     margin-bottom: 30px;
 }
 
.social-icons a {
     margin: 0 3px 3px 0;
     width: 40px;
     height: 40px;
     font-size: 20px;
     line-height: 38px;
     border: 1px solid #AAA;
     border-radius: 3px;
     overflow: hidden;
     display: inline-block;
     text-align: center;
 }
 
.social-icons a.si-facebook {
     background: #3B5998;
     border: 1px solid #3B5998;
 }
 
.social-icons a.si-twitter {
     background: #00ACEE ;
     border: 1px solid #00ACEE;
 }
 
.social-icons a.si-linkedin {
     background: #0E76A8 ;
     border: 1px solid #0E76A8;
 }
 
.social-icons a.si-yelp {
     background: #C41200 ;
     border: 1px solid #C41200;
 }
 
.social-icons a i {
     display: block;
     color: #fff;
     font-size: 20px;
     height: 38px;
     line-height: 38px;
     transition: all 0.2s linear;
 }
 
.social-icons a:hover i:first-of-type {
     margin-top: -38px;
 }
 
 footer .awia img {
     max-width: 180px;
 }
 
 .ast-footer-overlay {
     background-color: rgba(0,0,0,0.2);
     color: rgba(255,255,255,0.25);
     font-size: 14px;
 }
 
 .ast-small-footer .pay-invoice {
     color: rgba(255,255,255,0.25);
     background-color:rgba(0, 0, 0, 0);
     border-bottom-color:rgba(255, 255, 255, 0.25);
     border-bottom-style:dotted;
     border-bottom-width:1px;
 }
 
 .ast-small-footer .pay-invoice:hover {
     color: rgba(255,255,255,0.35);
 }

 #custom_html-3 {
     line-height: 1.5;
 }

 #gototop {
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    position: fixed;
    width: 40px;
    height: 40px;
    /* background-color: #333; */
    background-color: rgba(0,0,0,0.3);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    border-radius: 2px;
    transition: all .2s linear;
 }

 #gototop:hover {
    background-color: #3498db;
 }

 /*** Page - General ***/
.title-bar {
    margin-bottom: 50px;
}

.pagetitle {
    padding-top: 15px;
    padding-bottom: 15px;
 }

.pagetitle h1 {
    margin-bottom: 10px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    font-size: 28px !important;
    text-transform: uppercase;
    color: #ddd !important;
}

.pagetitle p {
    color: #bbb;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .pagetitle {
        text-align: center;
    }

    .pagetitle .vc_column-inner {
        padding-top: 25px !important;
    }

    .pagetitle .vc_column-inner .wpb_text_column {
        margin-bottom: 0 !important;
    }

    .breadcrumb .vc_column-inner {
        padding-top: 0 !important;
    }
}

.breadcrumb {
    text-align: right;
}

.breadcrumb ul {
    font-size: 12px;
    color: #777;
    margin-top: 10%;
}

.breadcrumb ul li {
    display: inline-block;
}

.breadcrumb ul li a {
    color: #bbb;
}

.breadcrumb ul li a:hover {
    color: #fff;
}

.breadcrumb ul li:not(:first-of-type):before {
    content: '/';
    padding: 0 5px;
}

@media only screen and (max-width: 767px) {
    .breadcrumb {
        text-align: center;
    }

    .breadcrumb ul {
        margin-top: 0;
    }
}

 /*** Page - WEB ***/
 .icon-box-list .vc_icon_element-inner {
     padding: 6px;
     border: 2px solid #333;
     border-radius: 4px;
     transition: all 0.3s;
 }

.icon-box-list .vc_icon_element-inner span {
    display: block;
    width: 35px;
    height: 35px;
    background: #454545;
    padding: 12px;
    border-radius: 4px;
    border: 2px solid #454545;
    border-radius: 5px;
    transition: all 0.3s;
}

.icon-box-list .vc_icon_element-inner:hover {
    border: 2px solid #3498db;
}

.icon-box-list .vc_icon_element-inner:hover span {
    background: #3498db;
    border-color: #3498db;
}

.icon-box-list h3 {
    font-size: 16px;
    font-weight: 600;
}

.icon-box-list p {
    font-size: 14px;
    color: rgb(136,136,136);
}

.info-bar {
    margin-top: 50px;
}

.info-bar h3 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.info-bar .vc_col-sm-9 .vc_column-inner {
    padding: 35px 30px 0 30px !important;
}

.info-bar .vc_col-sm-3 {
    text-align: center;
}

.info-bar .vc_btn3-container a {
    padding: 0 32px;
    font-size: 18px;
    letter-spacing: 2px;
    height: 52px;
    line-height: 52px;
    background-color: #3498db !important;
    transition: all .2s ease-in-out;
    color: #FFF !important;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border: none !important;
    background-image: none;
}

.info-bar .vc_btn3-container a:hover {
    color: #eee !important;
}

.info-table {
    margin-top: 50px;
    border: 1px solid rgba(255,255,255,0.1);
    background: #282828;
}

.info-table .vc_column-inner {
    padding-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 250px;
}

.info-table .vc_col-sm-9 {
    border-right: 1px solid rgba(255,255,255,0.1);
    background: #333;
}

.info-table h3 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
}

.info-table .pricing-title {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 20px;
}


.info-table .pricing-features {
    color: #fff;
}

.info-table .pricing-features ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.info-table .pricing-features p {
    font-size: 14px;
}

.info-table ul li {
    padding-right: 10px;
}

@media screen and (min-width: 922px) {
    .info-table ul li {
        float: left;
        width: 50%;
    }
}

.info-table ul li i {
    color: #3498db;
    margin-right: 10px;
}

.info-table .vc_col-sm-3 {
    text-align: center;
}

.info-table .pricing-meta {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.info-table .pricing-price {
    padding-bottom: 10px;
    position: relative;
    font-size: 64px;
    font-weight: 300;
    margin-top: -20px;
}

.info-table .price-unit {
    display: inline-block;
    vertical-align: top;
    margin: 7px 3px 0 0;
    font-size: 28px;
    font-weight: normal;
    padding-top: 16px;
}

.info-table .price-tenure {
    display: block;
    margin: -20px 0 0 0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
}

.info-table .pricing-action a {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.blue-stripe {
    text-align: center;
    margin-top: 100px;
}

@media screen and (min-width: 768px) {
    .blue-stripe {
        display: flex;
        align-items: center;
    }
}

.blue-stripe h3 {
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 300 !important;
    color: #fff;
}

.blue-stripe h3 a {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-decoration: underline;
}

@media screen and (max-width: 921px) {
    .blue-stripe h3 a {
        display: block;
    }
}

.blue-stripe h3 a i {
    vertical-align: middle;
    margin-left: 10px;
}

.blue-stripe:hover h3 {
    color: #eee;
}

.blue-stripe:hover h3 a {
    color: #eee;
}

/*** Page - Maintenance Plans ***/
.maintenance.info-table ul li i {
    color: #ffffff;
    margin-right: 10px;
}

.maintenance.info-table .pricing-action {
    margin-top: 10px;
}

.desc-list {
    margin-top: 100px;
    text-align: center;
}

.desc {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    max-width: 720px;
}

.desc h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.desc span {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 300;
}

.desc span:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #666;
    margin: 30px auto 0;
}

@media screen and (min-width: 768px) {
    .desc-list .lists {
        padding: 20px 0 60px 0;
    }
}

.desc-list .lists .wpb_wrapper {
    text-align: left;
}

@media screen and (max-width: 767px) {
    .desc-list .lists {
        margin-bottom: 0 !important;
    }

    .desc-list .wpb_column:last-of-type .vc_column-inner {
        padding-top: 0 !important;
    }
}

.desc-list .lists .feature-box .inner {
    display: flex;
    align-items: center;
}

.desc-list .lists .fbox-icon {
    display: inline-block;
    font-size: 28px;
    color: #fff;
    margin-right: 10px;
}

.desc-list .lists .fbox-icon i {
    color: #fff;
}

.desc-list .lists h3 {
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: calc(100% - 62px);
}

.desc-list .lists h3:after {
    clear: both;
}

.desc-list .lists .feature-box p {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px !important;
}

@media screen and (max-width: 767px) {
    .desc-list .left .wpb_text_column {
        margin-bottom: 0 !important;
    }
}

.call-and-email.blue-stripe {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .call-and-email.blue-stripe .left {
        text-align: left;
    }
}

.call-and-email.blue-stripe h3 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: bold !important;
}

.call-and-email.blue-stripe h3 a {
    display: inline-block;
    font-size: 24px;
    padding: 2px 8px;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.15);
    color: #eee;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 6px;
}

.call-and-email.blue-stripe h3 a.email {
    color: #3498db;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.call-and-email.blue-stripe h3 a.email:hover {
    color: #eee;
}

.call-and-email.blue-stripe .right {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .call-and-email.blue-stripe .right a {
        margin-top: -60px;
    }
}

.call-and-email.blue-stripe .chat {
    margin-bottom: 30px;
}

.call-and-email.blue-stripe .chat a { 
    color: #FFF;
    background-color: rgba(0,0,0,0.2);
    background-image: none !important;
    padding: 0 32px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    height: 52px;
    line-height: 52px;
    border-radius: 3px;
    border: none;
    transition: all .2s ease-in-out;
}

.call-and-email.blue-stripe .chat a:hover {
    color: #000;
    background-color: #fff;
}

/*** Page - Hosting ***/
.highlights {
    padding-top: 30px
}

.highlights .vc_column-inner {
    text-align: center;
}

.highlights .vc_icon_element-outer {
    text-align: center !important;
}

.highlights .vc_icon_element-inner {
    width: 90px !important;
    height: 90px !important;    
    background: #333;
    border: 2px solid #3498db !important;
    border-radius: 50%;;
    transition: all .2s ease-in-out;
}

.highlights .vc_icon_element-inner span {
    display: block;
    width: 86px !important;
    height: 86px !important;
    background: #3498db;
    border-radius: 50%;
    transition: all .2s ease-in-out;
    position: relative;
}

.highlights .vc_icon_element-inner span:before {
    color: #fff !important;
    font-size: 36px !important;
    line-height: 36px;
    padding-top: 25px;
}

.highlights h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.highlights .wpb_wrapper p {
    margin-top: 20px;
    font-size: 16px;
    font-size: 16px;
    font-weight: 300;
}

.highlights .vc_column_container:hover .vc_icon_element-inner {
    border-color: #494949 !important;
}

.highlights .vc_column_container:hover .vc_icon_element-inner span {
    background: #494949;
}

.hosting {
    padding-bottom: 60px;
}

.pricing-cards .vc_column-inner {
    padding: 0;
}

.pricing-cards .pricing-title {
    background-color: #333;
}

.pricing-cards .pricing-box {
    border-color: rgba(255,255,255,0.1);
    background-color: rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    border-left: none;
    border-radius: 3px;
    text-align: center;
}

.pricing-cards .pricing-box.first {
    border-left: 1px solid rgba(255,255,255,0.1);
}

.pricing-cards .pricing-box.third {
    border-right: none;
}

.pricing-cards .pricing-title {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    padding: 15px 0;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.pricing-cards .pricing-title h3 {
    margin: 0;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
}

.pricing-cards .pricing-price {
    position: relative;
    padding: 25px 0;
    color: #eee;
    font-weight: 300;
    font-size: 64px;
    line-height: 1;
}

.pricing-cards .pricing-price span {
    display: inline-block;
    vertical-align: top;
    margin: 7px 3px 0 0;
    font-size: 28px;
    font-weight: normal;
}

.pricing-cards .pricing-price span.price-tenure {
    vertical-align: baseline;
    font-size: 16px;
    font-weight: normal;
    color: #999;
    margin: 0 0 0 3px;
}

.pricing-cards .pricing-price:after {
    content: '';
    position: absolute;
    width: 100px;
    border-top: 1px solid rgba(0,0,0,0.1);
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    border-top-color: rgba(255,255,255,0.1);
}

.pricing-cards .pricing-features ul {
    margin: 0;
    padding: 15px 0;
    list-style: none;
}

.pricing-cards .pricing-features li {
    padding: 6px 0;
    font-size: 14px;
}

.pricing-cards .pricing-action {
    padding: 15px 0;
}

.pricing-cards .pricing-box.best-price {
    background-color: transparent;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    margin-top: -20px;
    border-left: 1px solid rgba(255,255,255,0.1);
}

.pricing-cards .pricing-title span {
    display: block;
    color: #999;
    font-weight: 300;
    font-size: 14px;
    margin-top: 3px;
    text-transform: uppercase;
}

.pricing-cards .pricing-box.best-price .pricing-price {
    color: #3498db;
}

.pricing-cards .pricing-box .btn {
    font-size: 18px;
    padding: 6px 30px;
}

/*** Page Design ***/
.design.highlights {
    padding-bottom: 30px;
}

.design.highlights p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.4);
}

.design.highlights .shortline:after {
    margin: 20px auto;
    width: 30px;
    border-top: 2px solid #555;
}

.design.highlights .vc_column_container:hover .shortline:after {
    width: 50px;
}


.button-mini {
    padding: 5px 14px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 4px;
    color: rgba(255,255,255,0.4);
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

.button-mini:hover {
    color: #fff;
    background-color: #444;
    border: 2px solid #444;
}

.button-mini i {
    margin-left: 10px;
}

.filter-container {
    background: #282828;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding: 50px;
}

.filter-container .fancytitle h3 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 26px;
    background: #282828;
}

.filter-container .fancytitle h3 span {
    color: #3498db;
}

.filter-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

/*** Page - Graphic Design ***/
.graphic-design-images {
    margin-top: -48px;
}

.graphic-design.desc-list {
    margin-top: 0;
}

/*** Page - Digital Design ***/
.digital-design.desc-list {
    margin-top: -48px;
    padding-top: 30px;
    padding-bottom: 120px;
}

.embed-responsive-item {
    overflow: hidden;
}

/*** Page - About Us ***/
.self-introduction h3 {
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}

.self-introduction h3 .highlight {
    color: #3498db
}

.self-introduction p {
    color: #fff;
}

.self-introduction p a {
    color: #3498db
}

.self-introduction p a:hover {
    color: #fff
}

.history {
    margin-top: 50px;
}

.history .left .vc_column-inner {
    /* background: url(images/105-churchill-road-prospect-frontage.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 800px;
}

.history .right {
    padding: 30px;
    color: #fff;
}

.history .right p.first {
    color: #3498db;
    font-style: italic;
}

.history .right h2 {
    font-size: 26px !important;
    font-weight: 700;
    color: #fff;
}

.history .right h2:after {
    margin-top: 30px;
    margin-bottom: 50px;
}

.office,
.clients {
    margin-top: 50px;
}

.office h3,
.clients h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.office h3:after,
.clients h3:after {
    margin-left: auto;
    margin-right: auto;
}

.clients .vc_column-inner {
    padding: 0 !important;
}

.clients .firstline {
    border-bottom: 1px dashed #666;
}

.clients .wpb_single_image {
    border-right: 1px dashed #666;
    padding: 20px 25px;
}

.clients .firstline .wpb_single_image {
    margin-bottom: 0 !important;
}

.clients .last .wpb_single_image {
    border-right: none !important;
}

.clients img {
    /* width: 120px !important; */
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.clients img:hover {
    opacity: 1;
}

.testimonial {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.testimonial h2 {
    font-size: 26px !important;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.testimonial h2:after {
    margin-left: auto;
    margin-right: auto;
}

.testi-container {
    margin: 0 auto;
}

.testi-wrapper {
    color: #fff;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .testi-wrapper {
        width: 800px !important;
    }
}

.testi-content > p {
    font-family: Crete Round !important;
    font-style: italic;
    font-size: 22px;
    font-weight: 400;
    color: #eee;
}

.testi-meta span {
    font-size: 14px;
}

.testi-meta span.name {
    text-transform: uppercase;
    color: #eee;
}

.testi-meta span.business {
    text-transform: uppercase;
    color: #999;
}

.bx-wrapper {
    margin: 0 auto;
    background: #282828 !important;
    border: none !important;
    box-shadow: none !important;
}

@media only screen and (min-width: 992px) {
    .bx-wrapper {
        width: 800px !important;
        max-width: 800px !important;
    }
}

.bx-pager-item a {
    width: 6px !important;
    height: 6px !important;
    background: #3498db !important;
    opacity: 0.5;
    transition: all 0.2S ease-in-out;
}

.bx-pager-item a:hover,
.bx-pager-item a.active {
    opacity: 1;
}

/*** Page - Our Team ***/
.team-members .social-icons a {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #ddd;
}

.team-members .social-icons a i {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: #ddd;
}

.team-members .social-icons a:hover i:first-of-type {
    margin-top: -30px;
}

.team-title h4 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.team-title p {
    display: block;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 20px !important;
    color: #3498db;
}

.team-content {
    color: #999;
}

.team-content a {
    font-style: italic;
    display: inline-block;
    border-bottom: 1px solid #3498db;
}

/*** Page - Work with us ***/
.work-with-us {
    color: #fff;
}

.work-with-us h3 {
    border-bottom: 2px solid #3498db;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.work-accordion .vc_tta-panel-heading {
    background: #282828 !important;
    border: none !important;
}

.work-accordion .vc_tta-panel-body {
    background: #333 !important;
    border: none !important;
}

.work-accordion .vc_tta-panel-heading h4 a span {
    font-size: 14px;
    color: #ccc !important;
}

.work-accordion .vc_tta-panel-body {
    font-size: 14px;
    color: #eee !important;
}

.work-accordion ul {
    list-style: disc;
    padding: 0 20px;
}

.apply .btn {
    text-transform: uppercase;
}

.apply .btn:first-of-type {
    margin-right: 5px;
}

/*** Page - Contact ***/
.title-bar {
    margin-bottom: 0 !important;
}

.map .vc_column-inner {
    padding-top: 0 !important;
}

.map .wpb_wrapper {
    padding: 0 !important;
}

.contact-icon-box {
    margin-top: 50px;
    text-align: center;
}

.contact-icon-box .icon {
    padding-top: 20px;
}

.contact-icon-box .details {
    padding-top: 50px;
    padding-bottom: 30px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 5px;
    margin-top: -60px;
}

.contact-icon-box .icon span.vc_icon_element-icon {
    padding: 10px;
    background: #333;
}

.contact-icon-box .icon span.vc_icon_element-icon:before {
    font-size: 80px !important;
}

.contact-icon-box h4 {
    font-size: 16px;
    font-weight: 600;
}

.contact-icon-box .subtitle {
    font-weight: 300;
}

.contact-text-box {
    color: #eee;
}

.contact-text-box h4 {
    font-size: 18px;
    font-weight: 600;
    color: #eee;
}

.contact-text-box address {
    line-height: 24px;
}

.contact-text-box .social-icons a {
    background: #282828 !important;
    border: 1px solid #282828 !important;
}

.contact-text-box .social-icons a.si-facebook:hover {
    background-color: #3B5998 !important;
    border: 1px solid #3B5998 !important;
}

.contact-text-box .social-icons a.si-twitter:hover {
    background-color: #00ACEE !important;
    border: 1px solid #00ACEE !important;
}
.contact-text-box .social-icons a.si-linkedin:hover {
    background-color: #0E76A8  !important;
    border: 1px solid #0E76A8  !important;
}

.contact-text-box .social-icons a.si-yelp:hover {
    background-color: #DD4B39 !important;
    border: 1px solid #DD4B39 !important;
}

.contact-form {
    margin-top: 50px;
}

.contact-form h3 {
    color: #eee;
    font-weight: 600;
}

.gform_body .gfield_label {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 13px !important;
}

.gform_body .gfield_required {
    color: #fff;
}

.gform_body input,
.gform_body textarea,
.gform_body select {
    color: #999 !important;
    background: #282828 !important;
    border: 2px solid rgba(0,0,0,0.25);
    padding: 10px !important;
}

.gform_body input:focus,
.gform_body textarea:focus,
.gform_body select:focus {
    border: 2px solid rgba(0,0,0,0.25) !important;
}

.gform_body select {
    height: auto !important;
}

@media only screen and (min-width: 641px) {
    #field_1_5 {
        width: 66.6%;
    }
}

.gform_footer input[type="submit"] {
    text-transform: uppercase;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    background: #3498db;
    color: #fff;
    transition: all 0.2s ease-in-out
}

.gform_footer input[type="submit"]:hover {
    color: #eee;
    opacity: 0.9;
}

.custom-confirmation {
    color: #fff;
    padding: 10px 20px;
    background: #2E8B57;
    border-radius: 5px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
}

.subscribe-confirmation {
    width: 90%;
    margin: 0 auto;
}

.gform_validation_error .validation_error {
    color: #fff !important;
    padding: 10px 20px !important;
    background: #790000 !important;
    border-radius: 5px !important;
    text-align: center !important;
}

@media screen and (min-width: 641px) {
    .gform_validation_error .validation_error,
    .custom-confirmation {
        max-width: calc(100% - 16px);
    }

    .subscribe-confirmation {
        width: 80%;
    }
}

.gform_validation_error .gform_body .gfield_error {
    border: none !important;
    background: transparent !important;
}

.gform_validation_error .gfield_label {
    color: #fff !important;
}

/*** Page - Subscribe ***/
.subscribe .gform_wrapper {
    width: 90%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .subscribe .gform_wrapper {
        width: 80%;
    }
}

.subscribe .gform_body input {
    width: 100% !important;
}

#field_2_8 .gfield_label {
    text-transform: none;
}

/*** Page - Portfolio ***/
.filter-container.portfolio {
    background: #333 !important;
}

.portfolio-filter {
    position: relative;
    margin: 0 0 40px 0;
    list-style: none;
    float: left;
    border: none;
}

.portfolio-filter li a {
    display: block;
    position: relative;
    padding: 12px 18px;
    font-size: 13px;
    line-height: 15px;
    color: #aaa;
    border-left: 1px solid #484848;
}

@media only screen and (max-width: 767px) {
    .portfolio-filter li {
        margin-bottom: 10px;
    }

    .portfolio-filter li a {
        border: 1px solid #484848;
    }
}

@media only screen and (min-width: 768px) {
    .portfolio-filter {
        border: 1px solid #484848;
        border-radius: 10px;
    }

    .portfolio-filter li {
        float: left;
    }

    .portfolio-filter li a {
        border-left: 1px solid #484848;
    }
    
    .portfolio-filter li:first-child a {
        border-left: none;
        border-radius: 4px 0 0 4px;
    }
    
    .portfolio-filter li:last-child a {
        border-radius: 0 4px 4px 0;
    }
}

.portfolio-filter li.active a {
    color: #fff;
    background: #3498db;
}

.portfolio-item {
    padding-right: 20px;
    padding-bottom: 30px;
}

.portfolio-image {
    position: relative;
}

.portfolio-image img {
    width: 100%;
}

.portfolio-desc h3 {
    margin-top: 20px;
}

.portfolio-desc h3 a {
    color: #fff;
}

.portfolio-desc p {
    margin-bottom: 0;
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    transition: opacity .4s ease-in-out;
}

.portfolio-overlay:hover {
    opacity: 1;
}

.portfolio-overlay a {
    background-color: rgba(0,0,0,0.5) !important;
    color: #FFF !important;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #F5F5F5;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: opacity .2s linear;
}

.portfolio-overlay:hover a {
    opacity: 1;
}

.blue-stripe.custom {
    padding: 35px 0;
    background: #3498db;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-top: 0;
}

.blue-stripe.custom h3 {
    color: #ccc;
}


/*** Page - News ***/
#posts {
    position: relative;
}

ul.entry-meta {
    list-style: none;
    padding: 0;
    margin: 0;
}

.timeline-border {
    position: absolute;
    top: 0;
    left: 50%;
    /* margin-left: -71px; */
    width: 0;
    border-left: 1px dashed #ffffff33;
    height: 100%;
    z-index: -1;
}

.entry-date-section {
    width: 100%;
    /* margin: 50px -70px 80px; */
    margin-top: 50px;
    margin-bottom: 80px;
    padding: 0;
    border: 0;
    text-align: center;
}

.entry-date-section span {
    display: inline-block;
    padding: 10px 15px;
    border: 2px solid #666;
    background: #333;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    color: #ddd;
}

#posts .entry {
    width: 50%;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

#posts .entry.left {
    /* margin-right: 10%; */
    padding-right: 5%;
}

#posts .entry.right {
    padding-left: 5%;
}

.entry-image {
    margin-bottom: 30px;
}

.entry-image, 
.entry-image > a, 
.entry-image .slide a, 
.entry-image img {
    display: block;
    position: relative;
    max-width: 100%;
    height: auto;
}

.entry-meta * {
    color: #888;
    font-size: 14px;
}

.entry-meta li {
    font-family: "Crete Round", serif;
    font-style: italic;
}

.entry-meta li i {
    margin-right: 6px;
}

.entry .entry-content {
    position: relative;
    margin-top: 30px;
    border-bottom: 2px solid rgba(255,255,255,0.08);
    padding-bottom: 80px;
    color: #dddddd;
}

.entry-timeline {
    position: absolute;
    border: 2px solid #666;
    background-color: #333;
    padding-top: 0;
    text-indent: -9999px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    font-size: 26px;
    font-weight: bold;
    color: #AAA;
    text-align: center;
    line-height: 1;
    transition: all .3s ease-in-out;
}

.entry.left .entry-timeline {
    top: 70px;
    right: -7px;
}

.entry.right .entry-timeline {
    top: 40px;
    left: -6px;
}

.timeline-divider {
    position: absolute;
    width: 50px;
    height: 0;
    border-top: 1px dashed #666;
    transition: all .3s ease-in-out;
}

.entry.left .timeline-divider {
    top: 4px;
    left: -50px;
}

.entry.right .timeline-divider {
    top: 4px;
    right: -50px;
}

#posts .entry:hover > .entry-timeline,
#posts .entry:hover > .entry-timeline > .timeline-divider {
    border-color: #3498db;
}

@media only screen and (max-width:767px) {
    #posts .entry {
        width: 100%;
    }

    #posts .entry.left {
        padding-right: 0;
    }

    #posts .entry.right {
        padding-left: 0;
    }

    .timeline-border {
        display: none;
    }

    .entry-timeline {
        display: none;
    }
}

/********** Front Page **********/
.site-heading {
    padding-top: 50px;
    padding-bottom: 80px;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
    .site-heading .left {
        float: none;
        width: 100%;
    }

    .site-heading .right {
        float: none;
        width: 100%;
    }
}


.site-heading .left {
    padding-top: 50px;
}

.site-heading .left h1 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    line-height: 48px;
    text-transform: uppercase;
}

.site-heading .left .intro {
    color: #eee;
    font-size: 16px;
    font-weight: 300;
}

@media screen and (min-width: 768px) {
    .site-heading .left .intro {
        font-size: 22px;
    }
}

.site-heading .left a.btn {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 32px;
    overflow: hidden;
    border: none;
}

.site-heading .left a.btn i {
    position: absolute;
    width: 38px;
    height: 46px;
    line-height: 46px;
    top: 0;
    left: -38px;
    border-radius: 3px 0 0 3px;
    background: rgba(0,0,0,0.1);
    transition: left 0.3s ease, right 0.3s ease;
}

.site-heading .left a.btn span {
    display: inline-block;
    position: relative;
    left: 0;
    transition: left 0.3s ease, right 0.3s ease;
}

.site-heading .left a.btn:hover {
    opacity: 1;
}

.site-heading .left a.btn:hover i {
    left: 0;
}

.site-heading .left a.btn:hover span {
    left: 18px;
}

.site-heading .right .vc_column-inner {
    padding-top: 0;
}

.site-heading .right .image-wrapper {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .site-heading .right .image-wrapper {
        margin-left: 30px;
    }
}

.site-heading .right img:last-of-type {
    position: absolute;
    top: 0;
    left: 0;
}

.service-scopes {
    padding-top: 50px;
    padding-bottom: 120px;
    text-align: center;
}

.service-scopes .vc_icon_element {
    text-align: center !important;
    margin-bottom: 10px;
}

.service-scopes .vc_icon_element-icon {
    color: #3498db !important;
}

.service-scopes h3.title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.service-scopes h3.title a:hover {
    color: #fff;
}

.blue-stripe.front-page {
    margin-top: 0;
    transition: background-color 0.2s linear;
}

.blue-stripe.front-page h3 {
    font-family: 'Lato', sans-serif;
    color: #fff !important;
    font-weight: 300 !important;
}

.blue-stripe.front-page:hover {
    background-image: none !important;
    background-color: #3498db !important;
}

.fp-heading-shortline h2,
.fp-heading-shortline h3 {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding-top: 25px;
}

.fp-heading-shortline h2 {
    font-size: 28px;
}

.fp-heading-shortline h3 {
    font-size: 20px;
}

.fp-heading-shortline h2:after,
.fp-heading-shortline h3:after {
    margin-left: auto;
    margin-right: auto;
}

.latest-work .vc_column-inner {
    padding: 0;
}

.latest-work .portfolio-item {
    padding-right: 0;
    padding-bottom: 0;
    position: relative;
}

.latest-work .portfolio-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.latest-work .portfolio-item .portfolio-image {
    overflow: hidden;
}

.latest-work .portfolio-item .portfolio-desc {
    position: absolute;
    bottom: -72px;
    left: 0;
    padding: 10px;
    width: 100%;
    z-index: 10;
    background: #333;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .latest-work .portfolio-item .portfolio-desc {
        bottom: 0;
    }

    .latest-work .vc_column-inner .wpb_text_column {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 1199px) {
    .latest-work .portfolio-item .portfolio-desc {
        display: none;
    }
}

.latest-work .portfolio-item .portfolio-desc p {
    font-size: 14px;
    color: #888;
}

.latest-work .portfolio-item .portfolio-image img {
    transition: all 0.3s ease-in-out;
}

.latest-work .portfolio-item:hover .portfolio-image img {
    transform: translateY(-20px);
}

.latest-work .portfolio-item:hover .portfolio-desc {
    bottom: 0;
}

.testimonial.front-page {
    padding-top: 70px;
}

.testimonial.front-page .bx-pager-item a {
    width: 8px !important;
    height: 8px !important;
    border: 1px solid #FFF;
    background-color: transparent !important;
    transition: all 0.2S ease-in-out;
}

.testimonial.front-page .bx-pager-item a:hover,
.testimonial.front-page .bx-pager-item a.active {
    background-color: #fff !important;
}

.latest-blog {
    padding-top: 25px;
    padding-bottom: 100px;
}

.latest-blog .item {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
}

.entry-title h3 {
    text-transform: uppercase;
}

.entry-title h3 a {
    font-weight: 700;
    color: #ddd;
}

.latest-blog .entry-title h3 {
    font-size: 16px;
    font-weight: 700;
    color: #eee;
    margin-bottom: 10px;
}

.latest-blog .entry-meta {
    margin-top: -3px;
    margin-bottom: 20px;
}

.latest-blog .entry-content {
    color: #eee;
}

.widget_weblizar_facebook_likebox .widget-title {
    display: none;
}

.affiliations {
    padding-top: 25px;
    padding-bottom: 50px;
}

.owl-carousel .item {
    padding-left: 20px;
    padding-right: 20px;
}

.owl-carousel .item img {
    max-width: 140px;
    opacity: 0.5;
    transition: all .3s linear;
}

.owl-carousel .item img:hover {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .owl-carousel .item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .owl-carousel .item img {
        max-width: 100px;
    }
}

/*** Single Post ***/
.single-post .primary {
    margin: 0 !important;
    padding: 0 !important;
}

.single-post .heading {
    margin-bottom: 100px;
    background: #282828;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    padding-top: 30px;
}

.single-post .pagetitle h1 {
    color: #ccc !important;
}

.single-post .breadcrumb {
    margin-bottom: 35px;
}

.single-post .breadcrumb p {
    margin-top: 10% !important;
}

@media only screen and (max-width: 767px) {
    .single-post .breadcrumb p {
        margin-top: 0 !important;
    }
}

.single-post article {
    padding-bottom: 80px;
    border-bottom: 2px solid #444;
    margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
    .single-post article {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.single-post .entry-meta {
    margin-bottom: 30px;
}

.ast-single-post-order h2 {
    text-transform: uppercase;
    font-size: 24px !important;
    font-weight: 600;
    margin-bottom: 12px;
}

.single-post .featured-image {
    margin-bottom: 50px;
}

.single-post .featured-image img {
    max-width: 100%;
}


