/*
Theme Name: TraeloExpress
Theme URI: http://www.traeloexpress.net
Author: TraeloExpress, Inc.
Description: TraeloExpress is a clean, modern, minimal and fully responsive flat design WordPress
Version: 1.0
Text Domain: traeloexpress
Domain Path: /languages/

 Table of content
-----------------------------------------------
01. GENERAL
02. FORMS
03. HEADER
04. FOOTER
05. CONTENT
*/
/*-----------------------------------------------------------------------------------*/
/*	01.	GENERAL
/*-----------------------------------------------------------------------------------*/
@import url('/css/fonts.css');
/*@import url('https://font.googleapis.com/css?family=Bitter:400,700');*/

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html, body {
    height: 100%;
}

body {
    font-size: 14px;
    color: #595959;
}

body.wp-editor {
    padding: 15px !important;
    height: auto !important;
}

.wp-editor .navbar-fixed-bottom, .wp-editor .navbar-fixed-top {
    position: relative;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
}

ul, ol {
    margin-bottom: 20px;
}

ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 20px;
}

a {
    /*color: #e8841d;*/
    text-decoration: none;
}

a:hover,
a:focus {
    /*color: #c86b1f;*/
    text-decoration: underline;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.19;
    color: #9b9b9b;
    margin: 0 0 20px;
}

h1, .h1 {
    font-size: 32px;
}

h2, .h2 {
    font-size: 26px;
}

h3, .h3 {
    font-size: 22px;
    color: #333333;
}

h4, .h4 {
    font-size: 20px;
}

h5, .h5 {
    font-size: 18px;
}

h6, .h6 {
    font-size: 16px;
}

.text36 {
    font-size: 36px;
}

.container{
    width: 366px;
}

.hgroup {
    margin-bottom: 30px;
}

.hgroup h1, .hgroup h2, .hgroup h3, .hgroup h4, .hgroup h5, .hgroup h6,
.hgroup .h1, .hgroup .h2, .hgroup .h3, .hgroup .h4, .hgroup .h5, .hgroup .h6 {
    margin: 0;
    line-height: 1.15;
}

sub, sup {
    font-size: 60%;
}

hr {
    background-color: #bfbfbf;
    border: none;
    height: 1px;
}

.text-bitter {
    font-family: 'Bitter', serif;
    font-weight: bold;
    text-align: center;
    margin-right: 15px;
}

.text-white {
    color: #fff;
}

.text-regular, .text-normal {
    font-weight: normal;
}

.text-bold, .text-strong {
    font-weight: bold;
}

.text-bigger {
    font-size: 120%;
    line-height: 130%;
}

.bg-orange {
    background-color: #e8841d;
}

.wide {
    width: 100% !important;
}

.center-block-xs {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.login {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    width: 85%;
}
/*
.non-center-block-xs {
    display: block;
    margin-right: 0;
    margin-left: 0;
}

.panel-group .panel {
    padding: 0;
    max-width: 100%;
}

.panel-group .panel-default {
    border-radius: 0;
    border: 1px solid #e2e5e5;
    box-shadow: none;
}

.panel-group .panel-default > .panel-heading {
    background-color: #fff;
    padding: 0;
}

.panel-group .panel-default > .panel-heading a {
    display: block;
    text-decoration: none;
    padding: 30px 15px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    color: #333333;
    background-color: #fff;
    -webkit-transition: background .2s ease-in-out, padding .3s ease-in-out;
    -moz-transition: background .2s ease-in-out, padding .3s ease-in-out;
    -o-transition: background .2s ease-in-out, padding .3s ease-in-out;
    transition: background .2s ease-in-out, padding .3s ease-in-out;
}

.panel-group .panel-default > .panel-heading a.collapsed {
    background-color: #fff;
    color: #333;
}

.panel-group .panel-default > .panel-heading a:before {
    content: '\f077';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 8px;
    margin-right: 15px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e8841d;
}

.panel-group .panel-default > .panel-heading a.collapsed:before {
    content: '\f078';
}

.panel-group .panel-default .panel-collapse > .panel-body {
    background-color: #fff;
    border-top-color: #f8f8f8;
    padding-bottom: 40px;
}

.panel-group .panel-default + .panel-default {
    margin-top: 0;
    border-top: 0;
}

.panel-group.panel-group-bg-gray .panel > .panel-heading a {
    background-color: #f5f5f5;
}

.panel-group.panel-group-bg-gray .panel .panel-collapse > .panel-body {
    background-color: #f5f5f5;
}

.panel-group .panel-primary {
    border-radius: 0;
    border: 1px solid #e2e5e5;
    box-shadow: none;
}

.panel-group .panel-primary > .panel-heading {
    background-color: #fff;
    padding: 0;
}

.panel-group .panel-primary > .panel-heading a {
    display: block;
    text-decoration: none;
    padding: 24px 15px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    color: #e8841d;
    background-color: #fff;
    -webkit-transition: background .2s ease-in-out, padding .3s ease-in-out;
    -moz-transition: background .2s ease-in-out, padding .3s ease-in-out;
    -o-transition: background .2s ease-in-out, padding .3s ease-in-out;
    transition: background .2s ease-in-out, padding .3s ease-in-out;
}

.panel-group .panel-primary > .panel-heading a.collapsed {
    background-color: #e8841d;
    color: #fff;
}

.panel-group .panel-primary > .panel-heading a:before {
    content: '\f077';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 8px;
    margin-right: 15px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e8841d;
}
*/
.panel-group .panel-primary > .panel-heading a.collapsed:before {
    content: '\f078';
    color: #fff;
}
/*
.panel-group .panel-primary .panel-collapse > .panel-body {
    background-color: #fff;
    border-top-color: #f8f8f8;
    padding-bottom: 40px;
}

.panel-group .panel-primary + .panel-primary {
    margin-top: 0;
    border-top: 0;
}

.container-fluid .container {
    padding-left: 30px;
    padding-right: 30px;
}

.transition {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media (min-width: 768px) {
    .thumbnail.thumbnail-xs {
        border-color: transparent;
    }
}

.no-margin-x {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-margin-y {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.no-padding-x {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-padding-y {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; 
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; 
}


select {
    padding: 0 8px
}

textarea {
    resize: none;
    max-width: 100%;
    overflow: auto;
    padding-left: 3px;
    vertical-align: top; 
    width: 100%;
}

.form-control.form-error, .form-error {
    border-color: #e94500;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(233, 69, 0, 0.60);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(233, 69, 0, 0.60);
}

label {
    cursor: pointer;
}

label.error, .required {
    color: #eb2828;
}

.form-control {
    background-color: #fff;
}

.form-control:focus {
    border: solid 1px #e8841d;
}

.form-control.bg-white {
    background-color: #fff;
}

.btn {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: normal;
    text-decoration: none;
    text-transform: capitalize;
}

.btn-wide {
    width: 250px;
    max-width: 100%;
}

.btn-md {
    padding: 12px 20px;
    font-size: 16px;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.btn-success {
    background-color: #7bc19c;
    border-color: #7bc19c;
}

.btn-info {
    background-color: #70c4d4;
    border-color: #70c4d4;
}

.btn-default {
    color: #e8841d;
}

.btn-primary {
    background-color: #e8841d;
    border-color: #e8841d;
}

.btn.btn-primary.focus, .btn.btn-primary:focus, .btn.btn-primary:hover {
    background-color: #c86b1f;
    border-color: #c86b1f;
}

.btn-lg-container {
    padding: 11px 16px;
    line-height: 1.3333333;
}

.btn-social .fa {
    font-size: 1.3em;
}

.btn-show-form {
    margin-bottom: 15px;
}

.input-group-btn > .btn {
    padding: 6px 12px;
}

@media (max-width: 767px) {
    .btn-wide {
        display: block;
        width: 100%;
    }
}

[type="checkbox"].checkbox:not(:checked),
[type="checkbox"].checkbox:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"].checkbox:not(:checked) + label,
[type="checkbox"].checkbox:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

[type="checkbox"].checkbox:not(:checked) + label:before,
[type="checkbox"].checkbox:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5em;
    height: 1.5em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

[type="checkbox"].checkbox:not(:checked) + label:after,
[type="checkbox"].checkbox:checked + label:after {
    content: '✔';
    position: absolute;
    top: .1em;
    left: .3em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #e8841d;
    transition: all .2s;
}
[type="checkbox"].checkbox:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"].checkbox:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

[type="checkbox"].checkbox:disabled:not(:checked) + label:before,
[type="checkbox"].checkbox:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"].checkbox:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"].checkbox:disabled + label {
    color: #aaa;
}

[type="checkbox"].checkbox:checked:focus + label:before,
[type="checkbox"].checkbox:not(:checked):focus + label:before {
    border: 2px solid #e8841d;
}

[type="checkbox"].checkbox + label:hover:before {
    border: 2px solid #e8841d !important;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

#top-bar {
    min-height: 30px;
    background-color: #fff;
    font-weight: bold;
    font-size: 13px;
    color: #e8841d;
    line-height: 30px;
}

.top-bar-opt {
    float: left;
    padding-right: 10px;
}

.top-bar-left:after, .top-bar-right:after {
    content: "";
    display: table;
    clear: both;
}

#top-bar .container {
    position: relative;
}

.top-bar-account {
    font-family: 'Bitter', serif;
    text-transform: uppercase;
}

.top-bar-country-selector a {
    text-decoration: none;
}

#header-container {
    background: #e8841d;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

#header-container .navbar-header-wrapper {
    padding: 25px 0 18px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}

#header-container .navbar-header-wrapper .container {
    position: relative;
}

#header-container .header-bottom-wrapper {
    background: #c86b1f;
}

#header-navbar-collapse.navbar-light .header-bottom-wrapper {
    background: #fff;
}

#header-container .header-bottom-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

#header-container a {
    text-decoration: none;
}

#header-container .navbar-toggle {
    border-color: transparent;
    padding: 8px 10px;
    margin-top: 8px;
}

#header-container .navbar-toggle.pull-left {
    margin-left: 15px;
}

#header-container .navbar-toggle .icon-bar {
    background-color: #fff;
}

#header-container .navbar-toggle:focus, #header-container .navbar-toggle:hover {
    background-color: #c86b1f;
}

#header-logo-wrapper {
    margin: 0 15px;
}

#header-logo-wrapper a {
    display: block;
}

#header-navbar-collapse.navbar-light {
    background: #fff;
    margin-bottom: 20px;
}

#header-navbar-collapse .navbar-nav > li > a {
    font-size: 14px;
    font-family: 'Bitter', serif;
    font-weight: bold;
    color: #fff;
    padding: 5px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

#header-navbar-collapse .navbar-nav > li > a:hover,
#header-navbar-collapse .navbar-nav > li.active > a,
#header-navbar-collapse .navbar-nav > li > a:active,
#header-navbar-collapse .navbar-nav > li > a:focus,
#header-navbar-collapse .nav .open > a,
#header-navbar-collapse .nav .open > a:focus,
#header-navbar-collapse .nav .open > a:hover {
    background: #a05415;
    color: #fff;
}

#header-navbar-collapse.navbar-light .navbar-nav > li > a {
    color: #e8841d;
    padding: 8px 20px;
}

#header-navbar-collapse.navbar-light .navbar-nav > li > a:hover,
#header-navbar-collapse.navbar-light .navbar-nav > li.active > a,
#header-navbar-collapse.navbar-light .navbar-nav > li > a:active,
#header-navbar-collapse.navbar-light .navbar-nav > li > a:focus,
#header-navbar-collapse.navbar-light .nav .open > a,
#header-navbar-collapse.navbar-light .nav .open > a:focus,
#header-navbar-collapse.navbar-light .nav .open > a:hover {
    background: transparent;
    color: #9b9b9b;
}

#header-navbar-collapse .navbar-nav > li .fa {
    display: none;
}

#header-navbar-collapse ul.dropdown-menu {
    background: #fff;
    border: 1px solid transparent;
}

#header-navbar-collapse ul.dropdown-menu > li > a {
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

#header-navbar-collapse ul.dropdown-menu > li > a:hover,
#header-navbar-collapse ul.dropdown-menu > li > a:active,
#header-navbar-collapse ul.dropdown-menu > li > a:focus {
    background: none;
    color: #f9ea3f;
}

#header-navbar-collapse ul.dropdown-menu > li.active > a,
#header-navbar-collapse ul.dropdown-menu > li.active > a:active,
#header-navbar-collapse ul.dropdown-menu > li.active > a:focus,
#header-navbar-collapse ul.dropdown-menu > li.current_page_parent > a,
#header-navbar-collapse ul.dropdown-menu > li.current_page_parent > a:active,
#header-navbar-collapse ul.dropdown-menu > li.current_page_parent > a:focus {
    color: #fff;
    background-color: #000;
}

@media (max-width: 767px) {
    #header-container {
        padding: 2px 0 0;
    }

    #header-logo {
        height: 26px;
        width: auto;
        margin: 10px 0 12px 15px;
    }

    #header-container .navbar-header-wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }

    #header-container .navbar-collapse {
        background-color: #c86b1f;
        border-top: 1px solid #af5a1f;
    }

    #header-container .navbar-collapse .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #header-navbar-collapse .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    #header-logo-wrapper {
        margin-right: 20px;
    }

    #header-navbar-collapse .navbar-nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (min-width: 768px) {

    #header-container .navbar-header {
        float: none;
        text-align: center;
        font-size: 0;
    }

    #header-logo-wrapper {
        display: inline-block;
    }

    #header-navbar-collapse {
        text-align: center;
        font-size: 0;
    }

    #header-navbar-collapse .nav.navbar-nav {
        float: left;
        background: transparent;
        height: 32px;
    }

    #header-navbar-collapse.navbar-light .nav.navbar-nav {
        height: 37px;
    }

    #header-navbar-collapse.navbar-light .nav.navbar-nav {
        float: none;
        display: inline-block;
    }

    #header-container .header-bottom-wrapper {
        position: relative;
    }

    .top-bar-right {
        float: right;
    }

    .top-bar-country-selector {
        position: absolute;
        top: 0;
        right: 15px;
    }

    #header-container .header-bottom-wrapper .navbar-right {
        position: absolute;
        bottom: 100%;
        right: 70px;
        pointer-events: none;
    }

    #top-bar .container.pad-right {
        padding-right: 150px;
    }
}

@media (min-width: 1200px) {
    #header-navbar-collapse .navbar-nav > li > a {
        padding: 5px 35px;
    }
}

.social.social-header {
    float: right;
    font-size: 14px;
    background: #8b572a;
    padding: 5px 20px;
    height: 32px;
}

.social ul {
    margin-bottom: 0;
    padding: 0;
}

.social ul:after {
    display: block;
    content: '';
    clear: both;
}

.social ul li {
    list-style: none;
    float: left;
    margin: 0 5px;
}

.social ul li a {
    display: block;
    color: #fff;
}

.social ul li a:hover {
    -webkit-filter: saturate(1.5);
    filter: saturate(1.5);
}

@media (min-width: 992px) {
    .social.social-header {
        padding: 5px 58px;
    }
}

#footer-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #e8841d;
    color: #fff;
}

#footer-container.footer-light {
    background: #d8d8d8;
}

#footer-logo-wrapper {
    float: left;
    margin: 10px 0;
}

#footer-menu {
    padding: 5px 0;
    line-height: 1;
    font-size: 0;
    text-align: center;
}

#footer-menu .nav-pills {
    display: inline-block;
    font-family: 'Bitter', serif;
    font-weight: bold;
    font-size: 13px;
}

#footer-menu .nav-pills > li {
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0 20px;
}

#footer-menu .nav-pills > li > a {
    color: #fff;
    background: 0 0;
    font-size: 14px;
    padding: 8px;
    text-transform: uppercase;
    text-decoration: none;
}

#footer-container.footer-light .nav-pills > li > a {
    color: #4a4a4a;
}

#footer-menu .nav-pills > li > a:hover {
    text-decoration: underline;
    cursor: pointer;
    background: 0 0
}

#footer-container .social-links {
    float: right;
    padding: 14px 0;
    font-size: 0;
}

.footer-title {
    font-size: 14px;
    font-family: 'Bitter', serif;
    font-weight: bold;
    text-align: center;
}

.social-links .nav-pills > li {
    line-height: 1;
    float: none;
    display: inline-block;
    margin: 0
}

.social-links .nav-pills > li > a {
    position: relative;
    display: inline-block;
    padding: 0;
    color: #fff;
    text-align: center;
    width: 45px;
    height: 45px;
    background: none;
    border-radius: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: color .2s ease
}

.social-links .nav-pills > li > a:hover {
    color: #8b572a
}

.social-links .nav-pills > li > a > .fa {
    font-size: 35px;
    line-height: 45px;
    margin: 0
}

.footer-top {
    padding-top: 18px;
    padding-bottom: 18px;
}

.footer-middle {
    margin-bottom: 5px;
}

#footer-container.footer-light .footer-middle {
    margin-top: 15px;
    margin-bottom: 15px;
}

#footer-links {
    padding: 0;
    line-height: 1;
    float: left;
}

#footer-links .nav-pills > li {
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0 20px;
}

#footer-links .nav-pills > li > a {
    color: #999;
    background: 0 0;
    padding: 8px;
    text-decoration: none;
}

#footer-links .nav-pills > li > a:hover {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    background: 0 0
}

.footer-bottom {
    background: #c86b1f;
}

.footer-bottom .copyright {
    padding: 15px;
    line-height: 1;
    margin: 0;
    text-align: center;
    font-size: 13px;
}

@media (max-width: 767px) {

    #footer-container {
        text-align: center;
    }

    #footer-logo-wrapper {
        display: inline-block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    #footer-container .social-links {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    #footer-menu {
        float: none;
        text-align: center;
        padding: 0;
    }

    #footer-menu .nav-pills > li {
        display: block;
        border-top: 1px solid #666;
    }

    #footer-menu .nav-pills > li > a {
        padding: 18px 8px;
    }

    .footer-top {
        padding-bottom: 0;
    }

    .footer-middle .copyright {
        float: none;
        margin-bottom: 15px;
        padding: 8px 0;
    }

    #footer-links .nav-pills > li {
        display: block;
        padding: 8px 0;
    }
}

@media (max-width: 991px) {

    .footer-menu-clear {
        clear: both;
    }

    #footer-menu {
        float: none;
    }
}

@media (max-width: 1199px) {
    #footer-menu .nav-pills > li {
        padding: 0 12px;
    }
}

.payment-methods {
    text-align: center;
    overflow: hidden;
    padding: 14px 0;
}

.payment-methods .nav-pills {
    font-size: 0;
}

.payment-methods .nav-pills > li {
    float: none;
    font-size: 30px;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
}

.payment-methods .nav-pills > li .fa {
    background: #8b572a;
}

.entry-meta {
}

.entry-meta a {
    font-size: 13px;
    color: #6B6B6B
}

.updated {
    display: none;
}

#main .page-header {
    margin-top: 0;
    margin-bottom: 15px
}

.entry-meta .fa {
    font-size: 14px;
    margin-right: 3px
}

.entry-meta span {
    margin-right: 10px
}

.page-title {
    color: #e8841d;
    margin: 0 0 .7em;
}

.entry-title {
    margin: 6px 0 10px;
    border: 0;
}

.loop .entry-title {
    font-size: 36px;
}

.loop .thumbnail {
    margin-right: 20px;
    margin-bottom: 20px;
}

.loop .section-divider {
    margin-left: 15px;
    margin-right: 15px;
}

@media (max-width: 767px) {

    .loop .entry-title {
        font-size: 22px;
    }

    .loop .entry-header {
        float: none;
    }

    .loop .thumbnail {
        margin-left: auto;
        margin-right: auto;
    }
}

.read-more {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block
}

.read-more .fa {
    font-size: 20px;
    vertical-align: middle
}

.page-links span {
    display: inline-block;
    color: #fff;
    background-color: #95c029;
    border-radius: 4px;
    padding: 2px 10px;
    margin-left: 2px
}

.page-links a span {
    background-color: inherit;
    border: 1px solid #E8E8E8;
    color: #95c029;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.page-links a:hover span {
    background-color: #95c029;
    border: 1px solid #95c029;
    color: #fff
}

.archive .format-aside .entry-title, .blog .format-aside .entry-title {
    display: none
}

.comment-content img.wp-smiley, .entry-content img.wp-smiley, .page-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em
}

.wp-caption img[class*=wp-image-] {
    display: block
}

.wp-caption-text {
    text-align: center
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.site-main {
    margin-bottom: 15px
}

.site-main .gallery {
    margin-bottom: 1.5em
}

.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%
}

.site-main .gallery dd {
    margin: 0
}

embed, iframe, object {
    max-width: 100%
}

.widget select {
    max-width: 100%
}

.widget-title, .widgettitle {
    font-family: 'Bitter', serif;
    font-weight: bold;
    font-size: 18px;
    background: #e8841d;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: .5em;
}

.site-content .widget .row.r5 {
    margin: 0 -5px 10px
}

.site-content .widget .col {
    padding: 0 5px
}

.widget {
    margin: 0 0 1.5em
}

.widget.widget_content_widget {
    margin: 0
}

.widget-title + ul, .widgettitle + ul {
    margin-top: -.5em;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
    border-left: solid 1px #efefef;
    border-right: solid 1px #efefef;
}

.widget ul li {
    padding: 15px;
    border-bottom: solid 1px #efefef;
}

.widget ul li, .widget ul li a {
    color: #9b9b9b;
    font-weight: bold;
}

.widget ul li a:hover {
    color: #e8841d;
    text-decoration: none;
}

#primary .widget ul li:before {
    display: none;
}

.contact-widget {
    background: #e8e8e8;
    padding: 12px;
    border-radius: 5px
}

.contact-widget .widget-title {
    display: block;
    background: none;
    border: none;
    color: #72ad3c;
    padding: 0;
}

.contact-widget textarea {
    height: 100px
}

.contact-widget input, .contact-widget select, .contact-widget textarea {
    margin: 0 0 8px
}

.contact-widget button, .contact-widget input[type=submit] {
    display: block;
    width: 100%;
    margin: 0
}

.widget .rates-list li {
    padding: 18px 15px;
}

.comments-title {
    line-height: 56px;
    margin: 0 0 10px;
    padding: 0 26px;
    font-size: 30px;
    text-align: right;
    color: #6fac33;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
}

#respond {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0px !important;
}

#respond > p, #respond p.comment-notes, p.logged-in-as {
    margin-bottom: 10px;
}

p.logged-in-as {
    padding-bottom: 0px;
}

.comment-list {
    margin-bottom: 40px !important;
    margin-left: 0px !important;
    padding-left: 0;
}

.comment-author {
    margin-bottom: 10px;
}

.comment .comment-body {
    background-color: #ffffff;
    margin: 0;
    overflow: hidden;
    padding: 15px 25px;
    margin-top: 1em;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0);
    border-color: #E8E8E8;
    border-radius: 4px;
}

.comment-list .children {
    margin-left: 0px !important;
    padding-left: 40px;
}

#comment-form-title {
    font-size: 24px;
    padding-bottom: 10px;
}

.comment-metadata {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
}

.comment-reply-link {
    float: right;
}

.form-allowed-tags code {
    word-wrap: break-word;
    white-space: inherit;
}

.comment-respond label {
    display: block;
    font-weight: normal;
}

.comment-respond .required {
    color: #C7254E;
}

.form-submit {
    text-align: center;
}

#image-navigation .nav-next a, #image-navigation .nav-previous a {
    padding: 5px 20px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    display: block
}

#image-navigation .nav-next a:hover, #image-navigation .nav-previous a:hover {
    background-color: #95c029;
    color: #fff
}

#image-navigation .nav-next, #image-navigation .nav-previous {
    margin: 10px 0
}

.more-link {
    border: 1px solid #E8E8E8;
    padding: 6px 12px;
    border-radius: 4px;
    display: block;
}

.more-link:hover {
    text-decoration: none;
}

.more-link {
    float: right;
    margin: 10px 0;
}

[class*="navigation"] .nav-previous {
    float: left;
}

[class*="navigation"] .nav-next {
    float: right;
    text-align: right;
}

#page-container {
    position: relative;
    min-height: 100%;
}

.content-wrapper {
    max-width: 1170px;
    margin: 0 auto;
}

.wrapper-330 {
    max-width: 330px;
    padding-left: 15px;
    padding-right: 15px;
}

.scroll-to-top {
    background: #3B3B3B;
    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
    bottom: 4%;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    font-size: 16px;
    padding: 2px 10px;
    border-radius: 4px;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

.scroll-to-top:hover {
    background: #dd7c1d;
    opacity: .8;
}

.slider-wrapper {
    margin: 0 auto 25px;
}

.tp-dottedoverlay {
    background: rgba(232, 132, 29, 0.9) !important;
}

.testimonial-author {
    font-weight: bold;
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase;
}

.woocommerce ul.products li.product .ajax_add_to_cart {
    display: none !important;
}

.woocommerce ul.products li.product a img {
    margin: 0 auto 8px;
}

.woocommerce ul.products li.product h3, .widget .simple-theme.woocommerce-products-carousel-all-in-one .woocommerce-products-carousel-all-in-one-title {
    color: #e8841d;
    font-family: 'Bitter', serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
    text-align: center;
}

.woocommerce ul.products li.product .price, .widget .simple-theme.woocommerce-products-carousel-all-in-one .woocommerce-products-carousel-all-in-one-price {
    font-family: 'Bitter', serif;
    font-size: 24px;
    font-weight: bold;
    color: #e8841d;
    background: none;
    text-align: center;
    text-shadow: none;
}

.woocommerce ul.products li.product .price del {
    font-size: 16px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #e8841d;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-family: 'Bitter', serif;
    font-size: 24px;
    font-weight: bold;
    color: #e8841d;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    font-size: 16px;
}

.woocommerce ul.products li.product .onsale, .widget .simple-theme.woocommerce-products-carousel-all-in-one .woocommerce-products-carousel-all-in-one-sale {
    display: none;
}

.widget .simple-theme.woocommerce-products-carousel-all-in-one .woocommerce-products-carousel-all-in-one-image {
    padding: 0;
}

.widget .simple-theme.woocommerce-products-carousel-all-in-one .woocommerce-products-carousel-all-in-one-details {
    padding-bottom: 0;
}

.widget.widget_woocommerce_products_carousel_all_in_one {
    margin-bottom: 10px;
}

.shipping-banner {
    background-color: #e8841d;
    color: #fff;
    float: right;
    height: 186px;
    width: 50%;
}

.registration-banner {
    background-color: #9b9b9b;
    color: #fff;
    float: left;
    height: 186px;
    width: 50%;
}

.home-banner {
    padding: 22px;
}

.home-banner .icon {
    float: left;
    width: 100px;
    max-width: 100%;
    margin-top: 30px;
    margin-right: 15px;
}

.home-banner .icon img {
    margin: 0 auto;
}

.home-banner .content {
    overflow: hidden;
    text-align: center;
    padding: 0 25px;
}

.home-banner .title {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0 0 5px;
    margin: 0 0 5px;
}

.home-banner .desc {
    font-size: 12px;
}

.home-banner .btn-default {
    border-radius: 6px;
    border: solid 1px #fff;
    background: transparent;
    color: #fff;
}

.home-banner .btn-default:hover {
    background: #fff;
    color: #181818;
}

.content-my-account .page-title {
    font-family: 'Bitter', serif;
    font-weight: bold;
    font-size: 26px;
    color: #e8841d;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: .5em;
}

.content-my-account .page-header {
    border: 0;
    padding: 0;
}

.content-my-account .page-title:before {
    content: '';
    display: inline-block;
    background: url(inc/images/orange-box.png) no-repeat left top;
    height: 28px;
    width: 28px;
    margin-right: 10px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .registration-banner {
        float: left;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .shipping-banner{
        float: left;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
}

@media (max-width: 368px) {
    .registration-banner {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }
    .shipping-banner {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .registration-banner .icon {
        display: none;
    }
    .shipping-banner .icon {
        display: none;
    }
}

.woocommerce-form-login {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}

.flag-highlighted{
    border: 2px solid #0F0;
}

*/