/*
    Theme Name:   HIT
    Description:  HIT - Layers Child Theme
    Template:     layerswp
    Version:      1.0.0
    Author: Brightlevels&WwwebInvader
    Author Description: Brightlevels & WwwebInvader collaboration.
    Author URI: http://themeforest.net/user/brightlevels
    Theme URI: http://themeforest.net/user/brightlevels/portfolio
    License URI: http://www.gnu.org/licenses/gpl.html
    Tags: multipurpose, creative, wordpress, layerswp, child, theme, portfolio, landing, mobile, app
*/
/*
    *-----------------------------*
    DO NOT EDIT THIS FILE, PLEASE
    *-----------------------------*
*/
/*
*   Body/Global
*   Header
    
    *   header-layouts
    *   header logo height

*   Content

    *   testimonials
    *   buttons style
    *   section-before-scroll-icon
    *   header-menu Links
    *   submenu
    *   basic-reset
    *   new title
    *   new-title left
    *   new-title right
    *   fixed background
    *   dark-section
    *   new subtitle/title dark section
    *   middle-subtitle
    *   new subtitle
    *   right left title subtitle 
    *   sections small padding
    *   Storekit Tweaks

*   Sidebar
    
    *   default widgets
    *   post widget
    *   rss widget
    *   tagcloud
    *   search widget
    *   calendar widget

*   Footer

    *   pagination
    *   footer copyrights
    *   creative background
    *   bg-overlay
    *   footer link colors

*   Media Queries

    *   Media only screen higher than 769px  
*/



/* Body/global */

body {
    color: #2b3e55;
    background-color: #2f3842;
}
a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

pre {
    word-wrap: break-word;
}

/* header */
/* header-layouts */

.header-secondary {
    background: #283441;
}
@media (min-width: 992px) {
    .header-site,
    .header-site.header-sticky {
        background-color: rgba(40, 52, 65, 1);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .header-sticky.is_stuck.is_stuck_show {
        background-color: rgba(40, 52, 65, 0.9);
    }

    .nav-horizontal ul {
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .nav-horizontal ul {
        padding-right: 20px;
    }
}

/* header logo height */
.site-logo-link img, .mark img {
    max-height: 60px;

}

h5.heading {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.title-container {
    background-color: #3d4a5a;
}
.bread-crumbs {
    color: #fff;
}
.bread-crumbs li a:hover {
    color: #fe5e3e;
}
.title-container .excerpt {
    color: #bec0c3;
}
.title-container .heading {
    color: #fff;
}
.bread-crumbs li a {
    color: #fff;
}

/* Content */
/* testimonials */

.testimonials {
    font-family: Raleway, "Helvetica Neue", Helvetica, sans-serif;
    color: #fff;
}
/* buttons style */

.button {
    background-color: #fe5e3e;
    border: 2px solid #fe5e3e;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
}
.button.btn-medium {
    padding: 15px 20px;
}
.button.btn-large {
    padding: 20px 30px;
}
.button:hover {
    background: none;
    color: #2b3e55;
}
/* section-before-scroll-icon */

.section-before-scroll-icon {
    position: relative;
    padding-top: 160px;
}
@media (min-width: 992px) {
    .section-before-scroll-icon:before {
        content: '';
        position: absolute;
        height: 147px;
        width: 80px;
        left: 50%;
        top: 0px;
        margin-left: -40px;
        margin-top: -36px;
        z-index: 1;
        background: url('assets/preset-images/about-before-icon.png') no-repeat;
    }
}
/* header-menu links */

.header-site.invert .nav-horizontal > ul > li > a {
    position: relative;
    text-transform: uppercase;
    margin-left: 20px;
}
.header-site.invert .nav-horizontal > ul > li > a:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background: #fe5e3e;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.header-site.invert .nav-horizontal > ul > li > a:hover:before {
    width: 100%;
}
.header-site.invert .nav-horizontal > ul > li > a:hover {
    color: rgba(255, 255, 255, 1);
}
/* submenu */

.nav li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 60px;
    transition: all 0.2s ease-in-out;
}
.sub-menu li {
    border-bottom: 1px solid rgba(60, 70, 82, 1);
}
.nav .sub-menu {
    top: 40px;
    border: 0px solid #ddd;
}
.nav li .sub-menu .sub-menu,
.nav li:hover > .sub-menu .sub-menu {
    left: 155px;
    top: -1px;
}
.header-site.invert .sub-menu li a {
    background: #283441;
    color: #fff;
}
.header-site.invert .sub-menu li a:hover {
    background-color: #fe5e3e;
    color: #fff;
}
/* basic-reset */

.uppercase {
    text-transform: uppercase;
}
.textbold {
    font-weight: bold;
}
.textlight {
    color: #fff;
}
.floatright {
    float: right;
}
.floatleft {
    float: left;
}
.textright {
    text-align: right;
}
.textleft {
    text-align: left;
}
/* new title */

.section-bold-title h3.heading {
    text-transform: uppercase;
    font-weight: bold;
}
.new-title h3.heading {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-top: 10px;
    margin-bottom: 45px;
    text-align: center;
}
.new-title h3.heading:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -37px;
    bottom: -12px;
    height: 2px;
    width: 74px;
    background: #fe5e3e;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.new-title h3.heading:hover:before {
    width: 120px;
    margin-left: -60px;
}
/* new-title left */

.new-title-left h3.heading {
    text-align: left;
}
.new-title-left h3.heading:before {
    left: 0;
    margin-left: 0px;
}
.new-title-left h3.heading:hover:before {
    margin-left: 0px;
}
/* new-title right */

.new-title-right h3.heading {
    text-align: right;
}
.new-title-right h3.heading:before {
    left: auto;
    right: 0px;
    margin-left: 0px;
}
.new-title-right h3.heading:hover:before {
    margin-left: 0px;
}
/* fixed background */

.fixed-bg {
    background-attachment: fixed;
}
/* dark-section */

.dark-section h3.heading,
.dark-section h5.heading,
.dark-section {
    color: #fff;
}
.dark-section p {
    color: #bdc0c3;
}
/* new subtitle/title dark section */
/* middle-subtitle */

.middle-subtitle h5.heading {
    font-size: 28px;
    margin-bottom: 10px;
    display: inline-block;
}
/* new subtitle */

.new-subtitle h5.heading {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-top: 10px;
    margin-bottom: 45px;
    text-align: center;
}
.new-subtitle h5.heading:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -37px;
    bottom: -12px;
    height: 2px;
    width: 74px;
    background: #fe5e3e;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.new-subtitle h5.heading:hover:before {
    width: 120px;
    margin-left: -60px;
}
/* right left title subtitle */

.new-subtitle.new-subtitle-left h5.heading {
    text-align: left;
}
.new-subtitle.new-subtitle-left h5.heading:before {
    left: 0px;
    margin-left: 0px;
}
.new-subtitle.new-subtitle-right h5.heading {
    text-align: right;
}
.new-subtitle.new-subtitle-right h5.heading:before {
    right: 0px;
    left: auto;
    margin-left: 0px;
}
/* sections small padding */

.no-section-padding.content-vertical-massive {
    padding-top: 0px;
    padding-bottom: 0px;
}
.small-section-padding.content-vertical-massive {
    padding-top: 1%;
    padding-bottom: 2%;
}
.middle-section-padding.content-vertical-massive {
    padding-top: 4%;
    padding-bottom: 4%;
}
/**
Storekit tweaks
*/

.hit-storekit-page h3 {
    font-weight: 700;
    max-width: 600px;
    margin: auto;
}
.hit-storekit-page .section-title {
    padding-top: 100px;
    padding-bottom: 100px;
}
.storekit-product-list-widget,
.storekit-product-list-widget .thumbnail-body .excerpt {
    color: #2b3e55;
    text-align: center;
}
.storekit-product-list-widget .thumbnail-body {
    background-color: #f9f9f9;
}
.storekit-product-list-widget .thumbnail-body a.button {
    background: #13aee2;
    color: #fff;
    border-color: #13aee2;
    font-size: 14px !important;
    padding: 10px 25px !important;
}
.storekit-product-list-widget .thumbnail-body:hover a.button {
    background-color: #fe5e3e!important;
    border-color: #fe5e3e;
}
.storekit-product-list-widget .thumbnail-body:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0px;
    height: 2px;
    background-color: #fe5e3e;
    transition: 2s;
    -webkit-transition: 2s;
    -ms-transition: 2s;
}
.storekit-product-list-widget .thumbnail-body:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fe5e3e;
    transition: 2s;
    -webkit-transition: 0.5s;
    -ms-transition: 2s;
}
section[class*=' off-canvas-'] .widget_shopping_cart .button {
    background: #fe5e3e;
    border: none;
}
section[class*=' off-canvas-'] .widget_shopping_cart .button:hover {
    background: #13aee2;
    border: none;
}

/* Sidebar*/

/* widgets */

.sidebar .widget {
    font-size: 1.3rem;
}

.sidebar .widget li a {
    color: rgba(0, 0, 0, 0.95);
}

.sidebar .widget li a:hover {
    color: rgba(0, 0, 0, 0.5);
}

.sidebar .widget li, footer.footer-site .widget li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.widget.well {
    background-color: rgba(0, 0, 0, 0.02);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sidebar .widget li,
.widget.well table {
    border-style: none;
}

.widget h5.section-nav-title {
    color: #2a2a2a;
    font-weight: 800;
    letter-spacing: 1px;
}

.widget ul.children li:before {
    content: '→';
    padding-right: 10px;
}

.invert .widget h5.section-nav-title {
    color: white;
}

/* Post Widget */
.post-date {
    padding-top: 5px;
}

/* RSS Widget */
.rss-date, cite, 
.rssSummary {
    display: block;
    margin-top: 10px;
}

.rsswidget img {
    vertical-align: middle;
    margin-right: 10px;
}

/* Tag Cloud */
.tagcloud { 
    overflow: hidden; 
}

.sidebar .widget .tagcloud a {
    color: #FFFFFF;
}

.tagcloud a { 
    display: block; 
    float: left; 
    font-size: 1.3rem !important; 
    line-height: 1.4rem; 
    margin: 0 3px 3px 0; 
    padding: 7px 15px; 
    position: relative; 
}
.tagcloud a:link, 
.tagcloud a:visited { 
    background-color: #fe5e3e;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
}

.tagcloud a:hover, 
.tagcloud a:focus {
    background-color: #fe5e3e;

}

/* Search Widget */
.sidebar .search-submit {
    border-radius: 0 3px 3px 0;
}

.sidebar input[type=search] {
    border-right-style: none;
}

/* Calendar Widget */
.widget_calendar caption {
    margin-bottom: 10px;
}

.widget_calendar table td, 
.widget_calendar table th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}


/* footer */

#footer,
#footer.well {
    background-attachment: fixed;
}
#footer .widget,
#footer.well .widget {
    color: #fff;
}
#footer {
    position: relative;
}
#footer:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: -24px;
    width: 0;
    z-index: 9999;
    height: 0;
    border-style: solid;
    border-width: 0 24px 24px 24px;
    border-color: transparent transparent #fe5e3e transparent;
}
.copyright {
    font-size: 14px;
}
/* pagination */

.pagination .current {
    border-color: #31363c;
}
/* footer copyrights */

@media (max-width: 768px) {
    .row.copyright {
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
    }
    .row.copyright .span-6 {
        width: 100%;
    }
}
/* creative background */

.bg-image-creative-gray {
    position: relative;
}
.bg-image-creative-gray:after {
    content: '';
    position: absolute;
    width: 292px;
    height: 123px;
    left: 0px;
    top: -100px;
    background: url('https://db.tt/stPk3nxt') no-repeat center center;
}
.bg-image-creative-dark {
    position: relative;
}
.bg-image-creative-dark:after {
    content: '';
    position: absolute;
    width: 292px;
    height: 123px;
    left: 0px;
    top: -100px;
    background: url('https://db.tt/aQ5vEKhU') no-repeat center center;
}
.bg-image-creative-right:after {
    left: auto !important;
    right: 0px;
}
/* bg-overlay */

.darken-bg-overlay .swiper-slide .overlay.darken {
    background-color: rgba(50, 64, 82, 0.9);
}
.dark-bg-overlay {
    position: relative;
    z-index: 1;
    background-attachment: scroll !important;
}
.dark-bg-overlay:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(50, 64, 82, 0.9);
    top: 0px;
    left: 0px;
    z-index: -1;
}
/* footer link colors */

.invert .copyright {
    color: #fff;
}
.copyright .nav-horizontal a {
    color: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.copyright .nav-horizontal a:hover {
    color: #fff;
    opacity: 0.8;
}
.dark-section .section-title.text-center .excerpt {
    color: #fff;
    opacity: 0.6;
}


ul#menu-main-menu-1 li {
margin:3px;
}

li.sign-up a {
  border: 2px solid #fe5e3e;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: middle;
  background-color: #13aee2 none repeat scroll 0 0;
    color: #ffffff;
line-height:20px;
padding:8px;
}



li.sign-in a {
  border: 2px solid #fe5e3e;
  background-color: #fe5e3e;
    color: #ffffff;
line-height:20px;
padding:8px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: middle;
}

.paypalbuttonimage {
width:auto !important;
}