
/* Flatsome overwrites start */

body {
    background-color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.box-image {
    padding: 30px;
}

.box-image .quick-view {
    margin-left: -30px;
}

.page-title-inner {
    font-size: 14px;
}

.breadcrumbs {
    font-size: 14px;
}

/* Flatsome overwrites end */

.home .page-wrapper {
    padding-top: 0;
}

.home .row .col,
.header-custom .row .col{
    padding-bottom: 0;
}

.header-custom {
    margin: 15px 0 10px;
}

.header-custom .links a {
    color: #676767;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.header-custom .written-text {
    margin-top: 10px;
}

.header-custom .three-points {
    margin-top: 15px;
}

.header-custom .search-form-box {
    margin-top: 40px;
}

.row-fb-like {
    text-align: right;
    padding: 10px 0;
}

.row-fb-like p {
    margin-bottom: 0;
}

.col-intro-heading {
    padding-bottom: 0;
}

.col-intro-heading h1 {
    color: #4c9e47;
    font-size: 40px;
}

.row-intro-details {
    font-size: 16px;
    color: #111;
    line-height: 1.4;
}

.row-legacy-banner {
    margin-top: 20px;
}

.row-sky-dirt {
    background-image: url('images/sky-and-dirt-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    margin-bottom: 30px;
}

.row-sky-dirt img {
    display: block;
    margin: 0 auto;
}

.col-front-page-left {
    padding-top: 25px;
}

.col-that-works {
    background-image: url('images/that-works-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}

.col-that-works h2 {
    color: #333;
    text-align: center;
    padding: 50px 0;
    font-size: 40px;
}

.fp-featured-shop-link {
}

.footer-custom {
    background-color: #ffcc00;
    padding: 25px 0;
    color: #000;
    font-weight: bold;
}

.footer-custom ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-custom ul li {
    margin-bottom: 0;
}

.footer-custom a {
    color: #000;
}

/* Shop listing page styles start */
.shop-container .term-description h1 {
    font-size: 22px;
}

.shop-container .term-description h2 {
    font-size: 18px;
}

#shop-sidebar .menu {
    background-color: #4c9e47;
    padding: 10px;
}

#shop-sidebar .menu li {
    /*border-bottom: 1px solid #333;*/
}

#shop-sidebar .menu a:link,
#shop-sidebar .menu a:visited {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

#shop-sidebar .menu a:hover,
#shop-sidebar .menu a:active {
    color: #ffcc00;
}

.category-secondary-nav {
    background-color: #4c9e47;
}

.category-secondary-nav .col {
    padding-bottom: 0;
}

.category-secondary-nav ul {
    margin: 0;
    padding: 0;
    text-align: right;
    list-style: none;
}

.category-secondary-nav ul li {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 5px 0 5px 0;
}

.category-secondary-nav ul li a {
    color: #fff;
    font-size: 14px;
}

.category-secondary-nav ul li a:hover {
    text-decoration: underline;
}
/* Shop listing page styles end */

/* Contact page */

.nf-form-cont {
    border: 2px dashed #4c9d47;
    padding: 15px;
}

.nf-before-form-content {
    text-align: center;
    color: #999;
}

/* /Contact page */

/* Others */

.message-container {
    border: 2px solid #fc0;
    background-color: #fc0;
    border-radius: 25px;
    font-weight: bold;
    text-align: center;
}

.header-login-box {
    border: 2px solid #4c9e47;
    border-radius: 25px;
    text-align: center;
    background-color: #fff8de;
}

.header-cart-box {
    border: 2px solid #4c9e47;
    border-radius: 25px;
    text-align: center;
    background-color: #fff8de;
}



/* /Others */

@media (max-width: 849px) {
    .row-fb-like {
        border-top: 2px solid #4c9e47;
    }
}

@media (min-width: 768px) {

    .col-that-works {
        min-height: 400px;
    }

    .col-that-works h2 {
        padding-top: 100px;
    }
}

@media (min-width: 992px) {
    .col-that-works {
        min-height: 450px;
    }
}

@media (min-width: 1200px) {
    .col-that-works {
        min-height: 541px;
    }
}