@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

* {
    margin: 0;
    padding: 0;
    transition: all 0.5 ease-in;
    -webkit-transition: all 0.5 ease-in;
    -moz-transition: all 0.5 ease-in;
    -o-transition: all 0.5 ease-in;
    -ms-transition: all 0.5 ease-in;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

a,
.read-more a:hover,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    transition: all .5s;
}

a,
.read-more a:hover {
    color: #1a1a1a;
    text-decoration: none;
}


a:hover,
.read-more a {
    color: #ff6a0c;
    text-decoration: none
}

a:focus {
    outline: none;
    color: #ff6a0c;
    text-decoration: none;
    outline: none
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #ff6a0c;
    color: #ff6a0c;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 6px;
}


/*h1,h2,h3,h4,h5,h6, p{margin:0; padding:0}*/

img {
    max-width: 100%
}

textarea {
    resize: none
}

@-webkit-keyframes autofill {
    to {
        background: transparent;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.searchbox input:-webkit-autofill,
.searchbox input:-webkit-autofill:hover,
.searchbox input:-webkit-autofill:focus,
.searchbox textarea:-webkit-autofill,
.searchbox textarea:-webkit-autofill:hover,
.searchbox textarea:-webkit-autofill:focus,
.searchbox select:-webkit-autofill,
.searchbox select:-webkit-autofill:hover,
.searchbox select:-webkit-autofill:focus {
    -webkit-text-fill-color: #bbbbbb !important;
}

.main-wrap {
    width: 100%;
    min-height: 100%;
    position: relative;
    padding-bottom: 120px;
}

.mt-30 {
    margin-top: 30px !important
}

.mt-60 {
    margin-top: 60px !important
}

.btn {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 18px 50px;
    margin: 46px 0 0;
    text-transform: uppercase;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, .2) 3px 3px 8px;
}

.sub-press-btn {
    display: inline-block;
    padding: 9px 18px;
    text-transform: uppercase;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, .2) 3px 3px 8px;
    margin: 10px 0;
}

.orange-btn {
    background: #75a242;
    color: #fff
}

.orange-btn:hover,
.orange-btn:focus {
    background: #ff6a0c;
    color: #fff
}

.blue-btn {
    background: #39c7f4;
    color: #fff
}

.blue-btn:hover,
.blue-btn:focus {
    background: #24b2df;
    color: #fff
}

.section-padding {
    padding: 76px 0;
}

.p_top8 {
    padding-top: 8px;
}

header {
    background: #202020;
    padding: 6px 0 7px
}

header a.logo {}

header a.logo img {
    max-width: 201px
}

header .navbar {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    min-height: 0;
    text-align: center
}

header .navbar-nav {
    float: none;
    margin: 20px 0 0
}

header .navbar-nav>li {
    float: none;
    display: inline-block;
    cursor: pointer
}

header .navbar-default .navbar-nav>li>a {
    margin: 0 15px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase
}

header .navbar-default .navbar-nav>li>a:hover,
header .navbar-default .navbar-nav>li>a:focus {
    color: #7ad045
}

header .navbar-nav>li>a.active {
    color: #7ad045;
    border-bottom: #7ad045 1px solid
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border-color: #75a242
}

#mySidenav {
    display: none
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #75a242
}

header .navbar-default .navbar-nav>.open>a,
header .navbar-default .navbar-nav>.open>a:focus,
header .navbar-default .navbar-nav>.open>a:hover {
    color: #75a242;
    background-color: transparent
}

header .dropdown-menu {
    background-color: #202020;
    padding-top: 24px;
    border: 0;
    box-shadow: none
}

header .dropdown-menu>li>a {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase
}

header .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #75a242;
    background-color: transparent
}

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

.navbar-toggle .icon-bar {
    height: 4px;
}

.page-template-products-template .productList .productbox .pic {
    height: auto;
}

header .btn-wrap {
    display: block;
    text-align: right;
    margin-top: 14px
}

header a.join-btn {
    display: inline-block;
    vertical-align: top;
    width: 95px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    margin-left: 6px;
    padding: 6px 0 7px !important;
    text-align: center;
    border: #ffffff 1px solid;
    border-radius: 4px
}

header a.join-btn.active,
header a.join-btn:hover,
header a.join-btn:focus {
    /*background: #fff !important;*/
    color: #7ad045 !important;
    border-color: #7ad045;
}

header a.login-btn {
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    cursor: pointer;
}

header a.login-btn span {
    display: none
}

header a.login-btn img {
    height: 35px
}

header .profile-icon {
    width: 42px;
    height: 42px;
    float: right
}

header .profile-icon {}

header .profile-icon .dropdown-menu {
    right: 0;
    left: auto;
    margin-top: 13px;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: rgba(0, 0, 0, .3) 2px 2px 15px
}

header .profile-icon .dropdown-menu:after {
    content: '';
    position: absolute;
    right: 26px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #FFFFFF;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

header .profile-icon .dropdown-menu>li>a {
    color: #5b6979;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
    text-transform: none
}

header .profile-icon .dropdown-menu>li>a:hover,
header .profile-icon .dropdown-menu>li>a:focus {
    color: #38467e
}

.banner-wrap {
    width: 100%;
    display: block
}

.banner-wrap .banner-slider {
    width: 50%;
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

label.error {
    width: 100%;
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #ffbe00;
}

.sub-heading .success {
    border: 2px solid #4AC8F4;
    display: block;
    padding: 10px 10px 10px 35px;
    text-align: left;
    color: #7AD045;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
}

.sub-heading .success .fa {
    padding-right: 8px;
    position: absolute;
    left: 15px;
    top: 12px;
}

.sub-heading .warning {
    border: 2px solid #4AC8F4;
    display: block;
    padding: 10px 10px 10px 35px;
    text-align: left;
    color: #ff6a0c;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
}

.sub-heading .warning .fa {
    padding-right: 8px;
    position: absolute;
    left: 15px;
    top: 12px;
}

.inner-contentwrap h1 {
    font-size: 35px;
    line-height: 40px;
}

.inner-contentwrap h1 span {
    color: #f05f04;
}

.inner-contentwrap h3 span {
    color: #888;
    text-decoration: underline
}

.next.button a {
    color: #ed5e04 !important;
}

.next.button a:hover {
    color: #bf4d05 !important;
}

.search-listing {
    padding: 10px 20px;
    margin-bottom: 15px;
    transition: .2s ease-in;
    border-width: 1px 1px 1px 3px;
    border-color: #f1f1f1;
    border-style: solid;
}

.search-listing:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-left-width: 3px;
    border-left-color: #4ac8f4;
}

.job-searchpanel .search_jobs.grey_searchbox {
    margin: 0;
    padding: 30px;
}

.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999 !important;
    font-size: 14px !important;
}

#tab-description ul.submit-press-list li {
    list-style-type: none;
    padding: 0 !important;
    margin: 0;
}

.job-searchpanel .chosen-container-multi .chosen-choices {
    border: none;
    min-height: 45px !important;
    box-shadow: none;
    border-radius: 3px;
    background-image: inherit !important;
    /*padding: 10px;*/
    position: relative;
    top: -5px;
}

.job-searchpanel .job_types li {
    list-style-type: none;
    font-weight: 300;
    border: none;
    padding: 13px 25px 0 0;
}

.job-searchpanel .job_types {
    background: #fff;
}

.job-searchpanel .job_types label {
    font-weight: 300;
}

.navigation {
    margin-top: 10px;
    padding-top: 10px;
}

.banner-wrap .banner-slider .owl-carousel .owl-dots {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    bottom: 60px;
    visibility: hidden
}

.banner-wrap .banner-slider .owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background: rgba(255, 255, 255, .7);
    border-radius: 100%;
    margin: 0 8px
}

.banner-wrap .banner-slider .owl-carousel .owl-dots .owl-dot.active {
    width: 18px;
    height: 18px;
    border: #000 3px solid
}

.banner-wrap .banner-txt {
    width: 49%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 14% 0 6%;
    color: #000;
}

.banner-wrap .banner-txt .content {
    /*width:100%; height:100%; display:flex; align-items:center; flex-flow:coloum-wrap*/
}

.banner-wrap .banner-txt .main-heading,
h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.5;
}

.banner-wrap .banner-txt .sub-heading {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 15px
}

.banner-wrap .banner-txt .txt {
    margin-bottom: 20px
}

.banner-wrap .banner-txt .txt h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0
}

.banner-wrap .banner-txt .txt h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0
}

.banner-wrap .banner-txt .txt p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 0
}

.banner-wrap .formwrap {
    width: 100%;
    float: left;
    border: #75a242 2px solid;
    border-radius: 4px;
    overflow: hidden;
    margin: 8px 0 0
}

.banner-wrap .formwrap .form-control {
    width: 65%;
    float: left;
    background: none;
    border: 0;
    box-shadow: none;
    padding: 9px 0 0 12px;
    font-size: 15px;
    font-weight: 300;
    color: #343434
}

.banner-wrap .formwrap .submit-btn {
    width: 35%;
    float: right;
    background: #75a242;
    border: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 0
}

.banner-wrap .banner-txt .newlettertxt {
    float: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 18px
}

.banner-wrap .banner-txt .newlettertxt a {
    display: block;
    color: #ff6a0c;
    text-decoration: underline
}

.community-wrap {
    background: #f5f5f5;
    padding: 76px 0 90px;
    margin-top: -20px;
    text-align: center
}

.community-wrap .section-title,
h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 41px;
    margin-bottom: 15px
}

.community-wrap h3,
h3 {
    margin-bottom: 20px;
    margin-top: 0;
}

.community-wrap .comm-listbox {
    text-align: center;
    padding: 0 0 15px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .2) 1px 2px 10px;
    border-radius: 6px
}

.community-wrap .comm-listbox .pic {
    width: 100%;
    height: 219px;
    overflow: hidden;
    position: relative
}

.community-wrap .comm-listbox .pic img {
    width: 100%;
}

.community-wrap .comm-listbox .info {
    padding: 17px 15px 0
}

.community-wrap .comm-listbox .info .heading {
    font-size: 24px;
    font-weight: 500;
    color: #ff6a0c;
    margin-bottom: 7px;
    margin-top: 0
}

.community-wrap .comm-listbox .info .heading a {
    color: #ff6a0c
}

.community-wrap .comm-listbox .info .heading a:hover {
    color: #f05f04
}

.community-wrap .comm-listbox .info .txt {
    font-size: 17px;
    font-weight: 300;
    line-height: 22px
}

.testimonial-wrap {
    text-align: center;
}

.testimonial-wrap h2 {
    position: relative;
    padding-bottom: 30px;
}

.testimonial-wrap h2::before {
    content: "";
    background: url(../images/quotation.png) no-repeat 0 0;
    height: 64px;
    width: 64px;
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
}

.job-searchpanel .job_types label.full-time {
    padding: 0 9px;
}

.job-searchpanel .job_types label.part-time {
    padding: 0 9px;
    color: #fff;
}

p.no_job_listings_found {
    padding: 12px;
    margin: 0 !important;
    border-bottom: 1px solid #ccc;
    color: #ff6a0c;
    font-weight: 500;
}

.prod-show .price-option-list {
    margin: 0 0 15px !important;
}

.error .text-center {
    /* height: 600px;*/
}

.logo .company_logo {
    width: 100%;
}

.coupon input.input-text {
    width: auto !important;
}

.testimonial-wrap p {
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    font-family: "Times New Roman", serif;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    word-break: keep-all
}

.testimonial-wrap p:after {
    background: #ccc;
    content: "";
    height: 2px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.testimonial-wrap span {
    display: block
}

.testimonial-wrap .client-name {
    text-transform: uppercase;
}

.testimonial-wrap .designation {
    font-weight: 300;
}

.testimonial-wrap .owl-carousel .owl-dots {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    bottom: 0px
}

.testimonial-wrap .owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background: rgba(0, 0, 0, .4);
    border-radius: 100%;
    margin: 0 8px
}

.testimonial-wrap .owl-carousel .owl-dots .owl-dot.active {
    background: #ff6a0c;
}

.social-icon {
    width: 100%;
    float: left;
    margin: 28px 0 0
}

.social-icon ul {
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: left
}

.social-icon ul li {
    display: inline-block;
    margin-right: 5px
}

.social-icon ul li img:hover {
    opacity: .8
}

.type-product .social-icon ul li {
    display: inline-block;
    margin-right: 5px;
    padding-top: 0px !important;
    padding-left: 0px !important;
}

footer {
    background: #202020;
    padding: 18px 0 26px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

footer .ft-logo {
    display: inline-block;
    text-align: left;
    margin: 5px 0 0
}

footer .ft-logo {
    width: 200px
}

footer .copyright {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    margin: 8px 0 0;
    text-align: center
}

footer ul.menu {
    text-align: center;
    padding: 0;
    margin: 13px 0 0
}

footer ul.menu li {
    display: inline-block;
    font-size: 20px;
    margin: 0 8px
}

footer ul.menu li a {
    color: #fff
}

footer ul.menu li a:hover {
    color: #ff6a0c
}

footer .social-icon {
    text-align: right
}

footer .social-icon ul {
    margin: 0
}

footer .social-icon ul li {
    margin-left: 7px;
    margin-right: 0
}

header .dropdown-menu.profile-sub {
    right: 0;
    left: inherit
}


/* --------------------- inner pages ------------------------*/

.full-bannerSlider {
    width: 100%;
    position: relative;
    text-align: center;
}

.full-bannerSlider .owl-carousel .item img,
.full-bannerSlider .item img {
    /*height:520px; */
    width: 100%
}

.full-bannerSlider .owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 37px;
}

.full-bannerSlider .owl-carousel .owl-nav .owl-prev,
.full-bannerSlider .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 37px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.full-bannerSlider .owl-carousel .owl-nav .owl-prev {
    left: 20px;
    background: url(../images/banner-prev-arrow.png) left top no-repeat
}

.full-bannerSlider .owl-carousel .owl-nav .owl-next {
    right: 20px;
    background: url(../images/banner-next-arrow.png) right top no-repeat
}

.full-bannerSlider .owl-carousel .owl-dots {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 999;
    text-align: center
}

.full-bannerSlider .owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #ff6a0c;
    opacity: 0.8;
    display: inline-block;
    margin: 0 6px
}

.full-bannerSlider .owl-carousel .owl-dots .owl-dot.active {
    opacity: 1
}

.bannerbottom-bar {
    background: #1a1a1a;
    padding: 20px 0
}

.bannerbottom-bar .searchlabel {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 12px;
    margin-right: 15px;
    float: left
}

.bannerbottom-bar .searchbox,
.result-search .searchbox {
    overflow: hidden;
    border: #565656 1px solid;
    border-radius: 4px;
    height: 44px
}

.bannerbottom-bar .searchbox .form-control,
.result-search .searchbox .form-control {
    width: 77%;
    float: left;
    padding: 20px 8px;
    color: #bbbbbb;
    font-size: 15px;
    background: none;
    border: 0;
    box-shadow: none
}

.result-search .searchbox .form-control {
    color: #333;
}

.bannerbottom-bar .searchbox .form-control:focus {
    border-color: #fff
}

.bannerbottom-bar .searchbox .search-btn,
.result-search .searchbox .search-btn {
    width: 40px;
    height: 40px;
    float: right;
    background: url(../images/search-icon.png) center center no-repeat;
    border: 0;
    cursor: pointer
}

.bannerbottom-bar .searchbox .submit-btn {
    width: 40px;
    height: 40px;
    float: right;
    background: url(../images/email-send-btn.png) center center no-repeat;
    border: 0;
    cursor: pointer
}

.bannerbottom-bar .searchbox .search-btn:hover,
.bannerbottom-bar .searchbox .submit-btn:hover {
    cursor: pointer
}

.mc4wp-response {
    position: absolute;
    bottom: -16px;
    right: 13px;
    color: #fff;
    font-size: 11px;
}

.inner-contentwrap {
    padding: 20px 0 50px;
    min-height: 500px !important
}

.woocommerce-terms-and-conditions-link {
    color: #a00;
}

.mc4wp-response .mc4wp-alert {
    font-size: 11px;
    background: #1a1a1a;
    padding: 10px;
    font-weight: 900;
    border-top: 1px solid #565656;
}

.mc4wp-response {
    bottom: -52px;
}

.calender::after {
    content: "\f073";
    position: absolute;
    right: 36px;
    top: 58px;
    color: #2f2f2f;
    font-family: 'FontAwesome';
}

.showcased-tag {
    position: absolute;
    right: -20px;
    border-radius: 0;
    padding: 4px 10px;
    top: -11px;
    background: #FF6A0C;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: -4px 4px 1px #11111175;
}

.news-gallery .news-box .desc {
    position: relative;
}

div#product-box li {
    width: 100%;
}

.pr_featured_image {
    float: left;
    width: auto;
    height: auto;
    max-width: 216px !important;
    max-height: 216px;
    margin: 5px 20px 20px 0;
}

span.podcast_dl a {
    color: #f96a0c;
}

span.podcast_dl {
    display: block;
}

.woocommerce-thankyou-order-received {
    padding: 15px;
    margin-bottom: 31px;
}

.profile-img img {
    border: 2px solid #eae9e9;
    padding: 8px;
}

.profile-img {
    padding: 0 0 25px;
}
.cross{
    position:relative;
}
.cross::before {
    content: " ";
    width: 78px;
    border-top: 2px solid rgb(117 162 66);
    height: 12px;
    position: absolute;
    top: 12px;
    left: 20px;
    transform: rotate( 335deg );
}
/*@media only screen and (min-width:1400px){
  .inner-contentwrap{min-height: inherit!important;}
}*/

.company-logo {
    padding: 8px;
    border: 2px solid #ccc;
    margin-bottom: 10px;
}

.author-link a {
    border: none;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    color: #ff6a0c;
}

a.btn-sm.sub-press-btn {
    background-color: #75a242;
    color: #fff;
}

a.btn-sm.sub-press-btn:hover {
    background: #ff6a0c;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 9px 0 0 8px;
    height: 52px;
    border: 4px solid #cfe7ee;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: none;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

@media screen and (min-height: 900px) {
    .inner-contentwrap {
        min-height: inherit !important;
    }
}

.breadcrumb {
    font-size: 15px;
    color: #828282;
    padding: 0 0 15px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    border-bottom: #ccc 1px solid
}

.breadcrumb li,
.breadcrumb a {
    font-size: 15px
}

.catgory-slider {
    width: 100%;
    float: left;
    padding: 25px 0;
    position: relative
}

.catgory-slider .heading {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin: 0 0 22px
}

.catgory-slider .item {
    margin-right: 20px
}

.catgory-slider .cat_box {
    width: 100%;
    float: left;
    margin-right: 27px
}

.catgory-slider .cat_box .pic {
    width: 100%;
    height: 165px;
    float: left
}

.catgory-slider .cat_box .pic img {
    width: 100%;
    height: 100%
}

.catgory-slider .cat_box .title {
    width: 100%;
    float: left;
    background: #ff6a0c;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0
}

.catgory-slider .cat_box .title a {
    color: #fff
}

.catgory-slider .owl-carousel .owl-nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 45%
}

.catgory-slider .owl-carousel .owl-nav .owl-prev {
    width: 20px;
    height: 40px;
    position: absolute;
    left: -21px;
    top: 0;
    background: url(../images/banner-prev-arrow.png) left top no-repeat;
    background-size: 12px
}

.catgory-slider .owl-carousel .owl-nav .owl-next {
    width: 20px;
    height: 40px;
    position: absolute;
    right: -10px;
    top: 0;
    background: url(../images/banner-next-arrow.png) left top no-repeat;
    background-size: 12px
}

.catgory-slider .item:nth-child(1n+3) .title {
    background: #ff6a0c;
}

.catgory-slider .item:nth-child(2) .catgory-slider .cat_box .title {
    background: #000
}

.news-gallery {
    width: 100%;
    float: left;
    padding: 0;
}

.news-gallery .news-box {
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, .8) 1px 0 2px;
    border: #e9e9e9 1px solid;
    padding: 15px;
}

.news-gallery .news-box .newspic {
    width: 190px;
    float: left;
    margin-right: 12px;
    overflow: hidden
}

.news-gallery .news-box .desc {
    /*overflow:hidden; text-align:left;*/
}

.news-gallery .news-box .desc .date {
    font-size: 13px;
}

.news-gallery .news-box .desc,
.txt-content h6.date {
    color: #75a242;
    font-weight: 300;
    text-decoration: none;
}

.news-gallery .news-box .desc .title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 20px;
    margin: 6px 6px 7px 0
}


/*.news-gallery .news-box .desc .txt{margin:6px 12px 7px 0}*/


/*.news-box .desc p, .news-box .desc .txt{color:#535252; padding-bottom:15px}*/

.news-box .desc .news-tag {
    float: left;
    background-color: #3ebbe5;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 10px 5px;
    margin: 0 5px 5px 0;
    border-radius: 4px
}

.triathlon-tag {
    background: #ff6a0c !important
}

.cycling-tag {
    background: #7AD045 !important
}

.running-tag {
    background: #4AC8F4 !important
}

.product-tag {
    background: #38467E !important
}


/*.news-gallery .splitter{margin-bottom:60px; float:left; width:100%}
.news-gallery .splitter ul{list-style-type:none; width:100%; float:left }
.news-gallery .splitter ul li{background:#333; font-size:15px; font-weight:500; color:#fff; padding:8px 15px; margin:0 15px 0 0; list-style-type:none; float:left}*/

.alert-warning {
    color: #ff6a0c;
    background-color: #fcf8e3;
    border-color: #ff6a0c;
}

.splitter {
    list-style: none outside none;
    margin: 0;
    padding: 20px 0;
}

.splitter ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.splitter ul li {
    display: inline-table;
    font-size: 2em;
    list-style: none outside none;
    margin: 0 10px 0 0;
}

.splitter ul li a {
    background: #fff;
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 500px;
    outline: medium none;
    padding: 7px 17px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 6px;
    border: #75a242 2px solid;
    transition-duration: 500ms;
}

.splitter ul li a:hover {
    color: #fff;
    opacity: 1;
    border-color: #ff6a0c;
    text-decoration: none;
    transition-duration: 500ms;
    background-color: #ff6a0c
}

.splitter ul li.selected-0 a,
.splitter ul li.selected-1 a,
.splitter ul li.selected-2 a,
.splitter ul li.selected-3 a,
.splitter ul li.selected-4 a {
    color: #fff;
    background: #ff6a0c;
    opacity: 1;
    text-decoration: none;
    border-color: #ff6a0c;
    transition-duration: 500ms;
}

.image-grid li {
    display: inline-table;
    height: auto;
    margin: 0 20px 20px 0;
    overflow: hidden;
    width: 47%;
    transition: all .5s ease-out;
}

.image-grid li:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4)
}

a.submitnews_btn {
    width: 100%;
    float: left;
    background: #fff;
    font-size: 15px;
    font-weight: 700;
    color: #ff6a0c;
    border: #ff6a0c 2px solid;
    text-align: center;
    padding: 11px 0;
    margin: 30px 0 0 0;
    border-radius: 6px;
}

a.submitnews_btn:hover {
    color: #fff;
    background: #ed5e04
}

.news-box {
    /*font-family:Georgia, serif*/
}

.news-gallery2 {
    width: 100%;
    float: none;
    padding: 0;
}

.news-gallery2 .image-grid li {
    width: 100%;
    margin: 0 0 20px
}

.news-gallery2 .news-box .newspic {
    /*margin:0; float:none*/
}

.news-gallery .news-box .desc {
    /*overflow:auto;margin-left:20px; margin-bottom:20px */
    width: 100%
}

.news-gallery .news-box .desc img {
    max-width: 210px;
    float: left;
    margin: 0 14px 5px 0
}

.news-gallery2 .news-box .desc .date {
    font-size: 17px
}

.news-gallery2 .news-box .desc .title {
    font-size: 20px
}


/*.news-gallery2 .news-box .desc .txt{margin-bottom:12px}*/

.news-gallery2 .news-box .newspic {
    width: 210px
}

.news-gallery2 .news-gallery .news-box {
    display: flex;
    float: none
}

.news-gallery2 .news-box .desc .news-tag {
    font-family: 'Montserrat', sans-serif
}

.editors-news {
    width: 100%;
    float: left;
    margin: 30px 0 0
}

.editors-news .news-box {
    width: 100%;
    float: left;
    padding: 0 0 8px;
    margin: 0 0 18px;
    border-bottom: #e9e9e9 1px solid;
}

.editors-news .news-box .newspic {
    width: 120px;
    float: left;
    margin: 5px 12px 0 0;
}

.editors-news .news-box .newspic img {
    width: 100%
}

.editors-news .news-box .desc {
    overflow: hidden;
    text-align: left;
}

.editors-news .news-box .desc .date {
    color: #75a242;
    font-size: 12px;
    font-weight: 300;
    margin: 6px 0 0 0
}

.editors-news .news-box .desc .title {
    font-size: 14px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 20px;
    margin: 6px 0 4px 0
}

.editors-news .news-box .desc .title a {
    color: #1a1a1a
}

.editors-news .news-box .desc .txt {
    font-size: 12px;
    line-height: 19px;
}


/*.editors-news .news-box .desc .news-tag{float:left; background-color:#3ebbe5; color:#fff; font-size:13px; font-weight:500; padding:3px 10px 5px; margin:0 5px 14px 0; border-radius:4px}*/

.editors-news .news-box:last-child {
    margin-bottom: 0
}

.right-adpic {
    width: 100%;
    float: left;
    margin-top: 18px
}

.right-adpic img {
    width: 100%
}

.sidebar .heading {
    width: 100%;
    display: flex;
    margin: 0 0 12px
}

.sidebar .heading h6 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-right: 10px
}

.sidebar .heading .line {
    width: auto;
    height: 2px;
    background: #ccc;
    flex-grow: 2;
    margin-top: 20px
}

.affix {
    top: 73px;
    width: 100%;
    z-index: 9999999;
}

._error {
    z-index: 9 !important
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}


/*.sticky + .content {
  padding-top: 102px;
}*/

.stickysearch {
    position: fixed;
    top: 73px;
    width: 100%;
    z-index: 9999999;
}

.pageheading {
    /*width:100%; float:left; font-size:35px; font-weight:600; color:#000; margin:25px 0 22px; line-height:36px*/
}

.pageheading.job-heading {
    text-align: center;
    padding-bottom: 20px
}

.pageheading span {
    display: block;
    font-size: 18px;
    line-height: 30px
}

.page-Subheading {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 0 0 22px
}

.panel.price {
    margin-top: 20px
}

.news-box .desc p,
.news-box .desc .txt,
.txt-content {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    line-height: 25px;
    margin: 6px 12px 12px 0
}

h2.site-description,
.entry-title {
    font-family: 'Montserrat', sans-serif !important;
}

.variations label {
    color: #333;
    font-size: 16px;
}

.woocommerce div.product {
    /* margin-top: 30px;*/
}

.wc-tabs {
    display: none;
}

.product_meta {
    display: none;
}

.product .woocommerce-product-gallery__trigger {
    display: none;
    opacity: 0;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 28%;
}

.txt-content .woocommerce-error {
    border-top-color: #b81c23;
    margin: 0 !important;
    padding: 1em 2em 1em 3.5em !important;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 71%;
    margin: 0;
    padding-left: 10px;
    padding-top: 10px;
}

.woocommerce div.product form.cart .variations select {
    padding: 5px 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    line-height: 18px
}

.woocommerce-info::before,
.woocommerce-message::before {
    color: #4ac8f4;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    color: #fff !important;
    background-color: #75a242 !important;
    margin: 0 2px;
    box-shadow: rgba(0, 0, 0, .2) 3px 3px 8px;
    text-transform: uppercase;
    padding: 15px 20px;
    transition: all 0.2s
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    background-color: #ff6a0c !important;
    color: #fff !important;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 74px;
}

.woocommerce-checkout #account_username_field,
.woocommerce-checkout #account_password_field {
    top: 0 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: #cfe7ee 4px solid !important;
    border-radius: 4px;
    height: 54px;
    padding: 8px 1px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px;
    right: 6px;
}

ul.submit_company_logos {
    list-style-type: none;
    text-align: center;
}

ul.submit_company_logos li {
    display: inline-block;
    border: 1px solid #e8e8e8;
    padding: 25px;
    position: relative;
    margin: 15px;
}

ul.submit_company_logos li input {
    position: absolute;
    left: 13px;
    top: 8px;
}

/*.q_call_to_action {
    text-align: center;
    color: black;
}*/
.q_call_to_action {
    text-align: center;
    color: black;
    box-shadow: rgba(0, 0, 0, .2) 1px 2px 10px;
    padding: 15px 15px 30px;
    max-width: 500px;
    margin: 0 auto;
    border-bottom: 5px solid #ff6a0c;
    border-radius: 6px;
}

/*.q_call_to_action h3,*/
.q_call_to_action a {
    text-align: center;
    color: #ff6a0c;
}

.q_call_to_action i {
    font-size: 15px;
    border: 1px solid #000;
    border-radius: 50%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .news-box .desc p,
    .news-box .desc .txt,
    .txt-content {
        font-weight: 400;
    }
}

.txt-content p {
    margin-bottom: 11px
}

.txt-content p a {
    color: #ff6a0c
}

.txt-content p a:hover {
    color: #000
}

.txt-content ul,
.txt-content ol {
    margin: 0 0 0 20px;
    padding: 0;
}

.txt-content ul li,
.txt-content ol li {
    margin-bottom: 15px;
}

.txt-content ul li {
    list-style-type: disc;
}

.txt-content ul li ul {
    margin-left: 30px;
    margin-top: 15px;
    list-style-type: decimal
}

.txt-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 22px;
    line-height: 27px
}

.txt-content h5 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 24px 0 3px;
    line-height: 25px
}

.txt-content h6 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
    margin: 24px 0 3px;
    line-height: 25px
}

.follow-us {
    width: 100%;
    float: left;
    background: #efefef;
    margin: 25px 0;
    padding: 12px 18px;
    border-radius: 4px
}

.follow-us .title {
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin-top: 4px;
    margin-right: 26px
}

.follow-us .social-icon {
    width: 36px;
    float: left;
    margin: 0 8px 0 0
}

.follow-us .social-icon img {
    width: 100%
}

.newspic {
    width: 300px;
    float: left;
    margin: 0 20px 20px 0
}

.newspic img {
    width: 100%
}

.news-end {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin: 0 0 30px
}

.news-end span {
    background: #fff;
    padding: 0 12px;
    position: relative;
    z-index: 4;
    font-size: 20px
}

.news-end:after {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 2;
    content: "";
    background: #202020
}

.newsAddressbox {
    float: left;
    font-size: 15px;
    font-weight: 300;
    color: #1a1a1a;
    /*background:#efefef;*/
    border: #bdbdbd 2px dotted;
    margin: 0 12px 0 0;
    padding: 20px 20px 9px
}

.newsAddressbox .title {
    font-size: 16px;
    font-weight: 600;
    color: #000
}

.newsAddressbox p {
    font-size: 15px;
    font-weight: 300;
    color: #1a1a1a
}

.wrap2 {
    padding: 30px 0 0
}

.heading {
    font-size: 32px;
    font-weight: 600;
    color: #303030;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0 0 30px
}

.subheading {
    font-size: 22px;
    font-weight: 600;
    color: #484848;
    line-height: 40px;
    margin: 0
}

.wrap2 p {
    font-size: 18px;
    font-weight: 300;
    color: #484848;
    line-height: 27px;
    margin-bottom: 28px
}

.wrap2 .cofounder-txt {
    padding: 20px 90px 0
}

.wrap2 .cofounder-txt p {
    font-size: 22px;
    font-weight: 500;
    color: #484848;
    margin: 0 0 22px;
    line-height: 30px
}

.wrap2 .cofounder-txt .name {
    font-size: 22px;
    font-weight: 600;
    color: #ff6a0c
}

.wrap2 .cofounder-txt .name span {
    display: block;
    color: #303030;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px
}

.blue-hghlightbox {
    width: 100%;
    background: #25364c;
    padding: 60px 0;
    margin: 50px 0 50px;
    text-align: center
}

.blue-hghlightbox .detail {}

.blue-hghlightbox .detail .number {
    font-size: 50px;
    font-weight: 600;
    color: #3ac7f4
}

.blue-hghlightbox .detail .txt {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    margin: 10px 0 0
}

.howdoesWork {
    background: #eff2f6;
    padding: 75px 0;
    margin: 50px 0 0;
    text-align: center
}

.howdoesWork .detailbox-holder {
    width: 100%;
    float: left;
    position: relative
}

.howdoesWork .detailbox-holder:after {
    width: 66%;
    height: 1px;
    background: #787878;
    position: absolute;
    left: 240px;
    top: 13px;
    z-index: 1;
    content: ""
}

.howdoesWork .detailbox {
    position: relative;
    z-index: 4
}

.howdoesWork .detailbox .number {
    width: 26px;
    height: 26px;
    display: inline-block;
    background: #1d9ae5;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 0;
    border-radius: 100%
}

.howdoesWork .detailbox .icon-pic {
    display: block;
    margin: 32px 0 0
}

.howdoesWork .detailbox .txt {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #545454;
    line-height: 24px;
    margin: 27px 70px 0
}

.howdoesWork .click-btn,
.click-btn {
    display: inline-block;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    padding: 15px 30px;
    margin: 42px 0 0;
    background: #25364c;
    border-radius: 4px
}

.wrap2 .click-btn {
    margin: 0;
}

.howdoesWork .click-btn:hover,
.click-btn:hover {
    background: #202f42;
    color: #fff
}

.brands-logo-wrap {}

.brands-logo-wrap .brandlogo {
    width: 14%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 16px
}


/* --------------------- compare table ---------------------------*/

.comparison {
    max-width: 100%;
    margin: 0 auto;
    font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 0;
}

.comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border-bottom: 1px solid #93c7d8;
}

.comparison td,
.comparison th {
    border-right: 1px solid #93c7d8;
    empty-cells: show;
    padding: 10px;
    font-size: 15px
}

.compare-heading {
    font-size: 18px;
    font-weight: bold !important;
    border-bottom: 0 !important;
    padding-top: 10px !important;
}

.comparison tbody tr:nth-child(odd) {
    display: none;
}

.comparison .compare-row {
    background: #f2fcff;
}

.comparison .gricon {
    color: #7AD045;
    font-size: 23px
}

.comparison .redicon {
    color: #e83c00;
    font-size: 23px
}

.comparison .tickgreen {
    color: #009E2C;
}

.comparison th {
    font-weight: normal;
    padding: 0;
    border-bottom: 1px solid #93c7d8;
}

.comparison tr td:first-child {
    text-align: left;
    border-left: 1px solid #93c7d8
}

.comparison .qbse,
.comparison .qbo,
.comparison .tl {
    color: #FFF;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    border-right: 1px solid #CCC;
    border-bottom: 0;
}

.comparison .tl2 {
    border-right: 0;
}

.comparison .qbse {
    background: #475975;
    border-top-left-radius: 3px;
    border-left: 0px;
    font-size: 22px;
    text-transform: uppercase;
}

.comparison .qbo {
    background: #f7814d;
    border-top-right-radius: 3px;
    font-size: 22px;
    text-transform: uppercase;
}

.comparison .qde {
    background: #23b5e4;
    border-top-right-radius: 3px;
}

.comparison .price-info {
    padding: 25px 15px 25px 15px;
    text-align: center;
    color: #475975
}

.comparison .price-info.unlimited {
    color: #f7814d
}

.comparison .price-was {
    color: #999;
    text-decoration: line-through;
}

.comparison .price-now,
.comparison .price-now span {
    color: #475975;
    font-size: 17px
}

.comparison .price-now span {
    font-size: 52px;
    font-weight: 600
}

.comparison .price-small {
    font-size: 26px !important;
    position: relative;
    top: -20px;
    left: 2px;
}

.comparison .price-buy {
    background: #ff5406;
    padding: 10px 20px;
    font-size: 12px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
}

.comparison .price-try {
    font-size: 18px;
    font-weight: 600;
    color: #284571
}

.comparison .price-try a {
    color: #202020;
}

.comparison .price-now span.unlim,
.comparison .price-now.unlim,
.comparison .price-now span.unlim,
.comparison .price-try.unlim {
    color: #f7814d
}


/* ---------------------------- login modal ------------------------------ */

.loader {
    z-index: 999999999 !important;
}

.modal {
    z-index: 99999999 !important;
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-dialog.login-modal .modal-body {
    padding: 37px 35px 40px
}

.modal-dialog.login-modal .close {
    font-weight: 300;
    margin-right: 8px;
    margin-top: 9px;
    opacity: 0.8;
    position: relative;
    z-index: 99
}

.login-modal .login-form {}

.login-modal .login-form .form-group {
    width: 100%;
}

.login-modal .login-form .inputbox {
    width: 36%;
    display: inline-block;
    margin-right: 6px
}

.login-modal .login-form .form-control {
    height: 48px;
    font-size: 14px;
    font-weight: 300;
    color: #6d6d6d;
    border: #e0e0e0 1px solid;
    border-radius: 3px;
    box-shadow: none
}

.login-modal .login-form .form-control:focus {
    border-color: #199bb3
}

.login-modal .login-form .submit-btn {
    width: 24%;
    height: 48px;
    background: #26b4ce;
    display: inline-block;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border: 0
}

.login-modal .login-form .submit-btn:hover {
    background: #199bb3
}

.login-modal .main-heading {
    font-size: 38px;
    font-weight: 600;
    color: #343434;
    text-align: center;
    margin: 0 0 40px
}

.login-modal .main-heading span {
    font-size: 22px;
    font-weight: 400;
    color: #494949;
    display: block
}

.login-modal .form-wrap {
    width: 100%
}

.login-modal .form-wrap .form-group {
    position: relative;
    margin-bottom: 30px !important
}

.show-pass {
    position: absolute;
    right: 0;
    top: 0;
}

.login-modal .form-wrap .form-control {
    height: 40px;
    /* font-size:13px; */
    font-weight: 400;
    color: #787878;
    margin: 26px 0 0;
    border: 0 !important;
    padding: 0 0 26px;
    border-bottom: #c7c7c7 1px solid !important;
    box-shadow: none;
    border-radius: 0
}


/* .login-modal .form-wrap .form-control::placeholder{text-transform:uppercase} */

.login-modal .form-wrap .form-control:focus {
    color: #333;
    border-color: #333
}

.login-modal .txt {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #a0a0a0;
    padding: 4px 0 0
}

.login-modal .txt a {
    color: #ff6a0c
}

.login-modal .txt a:hover {
    text-decoration: underline
}

.login-modal .register-btn {
    width: 100%;
    background: #75a242;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    border-radius: 5px;
    padding: 13px 0;
    margin: 30px 0 0;
    transition: all ease-in-out .5s;

}

.login-modal .register-btn:hover {
    background: #ff6a0c;
}

.signup-link-redirect a,
.login-modal .signup-link a {
    width: 100%;
    border: #f05f04 2px solid;
    border-radius: 5px;
    padding: 11px 0;
    margin: 15px 0 20px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    display: block
}

.signup-link-redirect a:hover,
.login-modal .signup-link a:hover {
    background: #f05f04;
    border-color: #f05f04;
    color: #fff;
}

.login-modal .titlewrap {
    width: 100%;
    text-align: center;
    display: flex;
    margin: 17px 0
}

.login-modal .titlewrap .title {
    font-size: 16px;
    font-weight: 300;
    color: #343434;
    padding: 0 20px
}

.login-modal .titlewrap .line {
    flex-grow: 2;
    height: 1px;
    background: #282828;
    margin-top: 12px
}

.login-modal .checkbox {
    font-size: 15px;
    font-weight: 500;
    color: #393939;
    margin: 0 0 0 18px
}

.login-modal .checkbox input[type="checkbox"] {
    float: left;
    top: 0 !important
}

.login-modal .lostpassword {
    font-size: 14px;
    font-weight: 500;
    color: #6d6d6dl;
    text-align: right;
}

.login-modal a.lostpassword {
    font-size: 15px;
    font-weight: 500;
    color: #393939;
    display: block;
    text-align: right
}

.login-modal a.lostpassword:hover {
    color: #3ebbe5
}

.pricingTable-holder {
    width: 100%;
    float: left;
    margin: 50px 0 80px
}

#plans,
#plans ul,
#plans ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#pricePlans:after {
    content: '';
    display: table;
    clear: both;
}

#pricePlans {
    zoom: 1;
}

#pricePlans {
    margin: 0 auto;
}

#pricePlans #plans .plan {
    background: #e1e4e6;
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin: 0 0 20px 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#pricePlans #plans .plan:nth-child(1),
#pricePlans #plans .plan:nth-child(3) {
    margin-top: 20px
}

.planContainer .title h2 {
    font-size: 2.125em;
    font-weight: 300;
    color: #3e4f6a;
    margin: 0;
    padding: .6em 0;
}

.planContainer .title h2.bestPlanTitle {
    background: #F9F9F9;
    background: -webkit-linear-gradient(top, #475975, #364761);
    background: -moz-linear-gradient(top, #475975, #364761);
    background: -o-linear-gradient(top, #475975, #364761);
    background: -ms-linear-gradient(top, #475975, #364761);
    background: linear-gradient(top, #475975, #364761);
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.planContainer .price {
    background: #565A5C;
    /*background: -webkit-linear-gradient(top, #475975, #364761);
    background: -moz-linear-gradient(top, #475975, #364761);
    background: -o-linear-gradient(top, #475975, #364761);
    background: -ms-linear-gradient(top, #475975, #364761);
    background: linear-gradient(top, #475975, #364761);*/
    padding-top: 6px !important;
    padding-bottom: 16px !important
}

.planContainer .price p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    padding: 14px 0 0;
    margin: 0;
}

.planContainer .price p sup {
    font-size: 20px;
    top: -11px
}

.planContainer .price p span {
    font-size: 46px;
    padding-left: 6px;
    padding-right: 6px;
    display: inline-block;
    vertical-align: top
}

.planContainer .bestPlanPrice {
    background: #75a242;
    padding-top: 6px !important;
    padding-bottom: 16px !important
}

.planContainer .bestPlanPrice p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    padding: 14px 0 0;
    margin: 0;
}

.planContainer .bestPlanPrice p.highlight {
    font-size: 20px
}

.planContainer .bestPlanPrice p sup {
    font-size: 20px;
    top: -11px
}

.planContainer .bestPlanPrice p span {
    font-size: 46px;
    padding-left: 6px;
    padding-right: 6px;
    display: inline-block;
    vertical-align: top
}

.planContainer .options {
    min-height: 440px;
    margin: 2em !important;
}

.planContainer .options li {
    font-weight: 700;
    color: #364762;
    line-height: 20px;
    margin-bottom: 13px !important;
    padding-bottom: 13px !important;
    border-bottom: #c7c7c7 1px solid
}

.planContainer .options li span {
    font-weight: 500;
    color: #000;
}

.planContainer .button a {
    text-transform: uppercase;
    text-decoration: none;
    color: #75a242;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 45px;
    border: 2px solid #202020;
    display: inline-block;
    width: 80%;
    border-radius: 4px;
    margin: 1.5em 0 1.8em;
}

.planContainer .button a.bestPlanButton {
    color: #fff;
    background: #ff6a0c;
    border: 2px solid #ff6a0c;
}

.credits {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #777;
    padding-top: 30px !important
}

.credits a {
    color: #333;
}

.credits a:hover {
    text-decoration: none;
}

#pricePlans {
    margin: 0 auto;
}

#pricePlans #plans .plan {
    width: 17%;
    margin: 0 20px 20px 0;
    background: #e1e4e6;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

#pricePlans #plans>li:last-child {
    margin-right: 0;
}

#pricePlans #plans .plan:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

.planContainer .button a {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.planContainer .button a:hover {
    background: #75a242;
    color: #fff;
    border-color: #75a242
}

.planContainer .button a.bestPlanButton:hover {
    background: #ff9c70;
    border: 2px solid #ff9c70;
}

.productList {
    padding: 50px 0 0;
    margin: 0;
    border-top: #ececec 2px solid
}

.productList .productbox {}

.productList .productbox .pic {
    width: 100%;
    height: 216px;
    overflow: hidden;
    margin: 0 0 13px
}

.productList .productbox .pic img {
    width: 100%
}

.productList .productname {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin: 0 0 3px
}

.productList .productPrice {
    font-size: 18px;
    font-weight: 700;
    color: #75a242
}

.addCart-btn {
    float: left;
    border: #75a242 2px solid;
    color: #333;
    margin: 20px 0 0;
    padding: 5px 10px
}

.addCart-btn:hover {
    background: #75a242;
    border-color: #75a242;
    color: #fff
}

.package-table {
    margin-top: 6px;
    /*border:#ececec 2px solid*/
}

.package-table thead td {
    border-top: 0px !important;
    border-right: 1px solid #fff !important;
    background: #3ac7f4;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    vertical-align: middle !important
}

a.click-to-login {
    cursor: pointer;
    background-color: #75a242 !important;

}

/*.package-table tbody tr{border-bottom:#ececec 2px solid}*/

.package-table tbody tr:nth-child(odd) {
    background: #f4fbfd;
}

.package-table tbody td {
    border-top: 0px !important;
    border-right: 1px solid #d5edf4 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: 500;
    vertical-align: middle !important
}

.package-table tbody tr:nth-child(even) {
    background: #e6f1f4;
}

.package-table tbody td i {
    font-family: FontAwesome;
    font-size: 19px;
    color: #ff6a0c;
    line-height: 10px
}

.package-tableholder {
    overflow-x: auto
}

.form-wrap {
    width: 100%;
    /*background:#f3f3f3; padding:40px 70px;*/
    margin: 50px 0 0;
    position: relative
}

.form-wrap .form-group {
    margin-bottom: 30px
}

.form-wrap .name-label {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}


.form-wrap .form-control,
.form-wrap .input-text,
.subscribe-form input[type=text] {
    width: 100%;
    height: auto;
    min-height: 54px;
    border: #cfe7ee 4px solid !important;
    box-shadow: none;
    /*background:#f3f3f3; background:#f2f8fa;*/
    background: none;
    font-size: 16px;
    font-weight: 300;
    border-radius: 4px
}

.form-wrap .form-control.error {

    border-color: red !important;

}


.form-wrap .input-text {
    padding: 0 10px;
}

.woocommerce-checkout ul.wc_payment_methods li {
    list-style-type: none;
}

.woocommerce-checkout .input-checkbox {
    position: static !important;
}

.woocommerce-order-details thead {
    background: #000;
    color: #fff;
}

.woocommerce-order-details thead th {
    padding: 5px 18px;
}

.woocommerce-order-details tbody td {
    padding: 8px 20px;
    border-bottom: 2px solid #ccc;
}

.woocommerce-order-details tfoot th,
.woocommerce-order-details tfoot td {
    padding: 3px 20px;
    background: #f7f7f7;
}

.order_total {
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0 10px 0 !important;
}

.form-wrap .form-control:focus {
    border-color: #cde2e9
}

.form-wrap .radio-btnholder {
    float: left;
    margin: 3px 0 0 0
}

.form-wrap .radio-btnholder input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.form-wrap .radio-element {
    display: none
}

.form-wrap .radio-input {
    padding: 0 0 0 23px;
    margin: 3px 17px 0 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #686868;
    text-transform: uppercase;
    background: #fff url(../images/radio-circle.png) left 5px no-repeat;
    background-size: 15px auto;
    border: 0;
    box-shadow: none
}


/*.card-input:before{content:'O';}*/

.form-wrap .radio-input:hover {
    cursor: pointer
}

.form-wrap .radio-element:checked+.radio-input {
    background: url(../images/radio-circle-selected.png) left 5px no-repeat;
    color: #686868;
    background-size: 15px auto;
}

.form-wrap .checkbox-holder {
    float: left;
    margin: 3px 0 0 0
}

.form-wrap .check-element {
    display: none
}

.form-wrap .check-input {
    padding: 0 0 0 23px;
    margin: 3px 17px 0 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #686868;
    text-transform: uppercase;
    background: #fff url(../images/checkbox-bg.png) left 5px no-repeat;
    background-size: 15px auto;
    border: 0;
    box-shadow: none
}


/*.card-input:before{content:'O';}*/

.form-wrap .check-input:hover {
    cursor: pointer
}

.form-wrap .check-element:checked+.check-input {
    background: url(../images/checkbox-select.png) left 5px no-repeat;
    color: #4d4d4d;
    background-size: 15px auto;
}

.form-wrap .btn {
    margin-top: 10px
}

.job-searchpanel {}

.grey_searchbox {
    width: 100%;
    background: #eeeeee;
    padding: 30px;
    margin: 32px 0 0
}

.grey_searchbox .form-control {
    min-height: 48px;
    border: 0;
    box-shadow: none
}

.job-searchpanel .checkbox-holder {
    float: left;
    margin: 15px 0 0 0
}

.job-searchpanel .check-element {
    display: none
}

.job-searchpanel .check-input {
    padding: 0 0 0 23px;
    margin: 3px 48px 0 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #686868;
    background: #fff url(../images/checkbox-bg.png) left 5px no-repeat;
    background-size: 15px auto;
    border: 0;
    box-shadow: none
}


/*.card-input:before{content:'O';}*/

.job-searchpanel .check-input:hover {
    cursor: pointer
}

.job-searchpanel .check-element:checked+.check-input {
    background: url(../images/checkbox-select.png) left 5px no-repeat;
    color: #4d4d4d;
    background-size: 15px auto;
}

.job-listingholder {
    width: 100%;
    float: left;
    /*margin:54px 0 0;*/
    border: 1px solid #ccc;
    border-bottom: 0
}

.job-listingholder .joblisting {
    padding: 20px 15px;
    border-bottom: #e6e6e6 1px solid;
    position: relative;
}

.job-listingholder .joblisting:hover::before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #3ac6f3
}


/*.job-listingholder .joblisting:hover{background:#f7f7f7}*/

.job-listingholder .joblisting .companyname {
    width: 100%;
    float: left
}

.job-listingholder .joblisting .companyname .logo {
    width: 70px;
    float: left;
    margin-right: 13px
}

.job-listingholder .joblisting .companyname .desc {
    overflow: hidden
}

.job-listingholder .joblisting .companyname .desc h4 {
    font-size: 20px;
    font-weight: 600;
    color: #313131;
    margin: 6px 0 0
}

.job-listingholder .joblisting .companyname .desc h4 span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #7c7c7c;
    line-height: 30px
}

.job-listingholder .joblisting .companyname .desc h4 a {
    color: #313131
}

.job-listingholder .joblisting .location {
    font-size: 15px;
    font-weight: 500;
    color: #7b7b7b;
    padding: 10px 0 0
}

.job-listingholder .joblisting .location i {
    font-family: FontAwesome;
    font-size: 19px;
    color: #7b7b7b;
    margin-right: 18px;
    display: inline-block;
    vertical-align: middle
}

.job-listingholder .joblisting .date {
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #7b7b7b;
    margin: 12px 0 0
}

.job-listingholder .joblisting .date i {
    font-family: FontAwesome;
    font-size: 17px;
    color: #7b7b7b;
    margin-right: 18px
}

.job-listingholder .joblisting .jobtype {
    display: inline-block;
    background: #39c6f3;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 6px;
    margin: 7px 0 0;
    border-radius: 4px
}

.full-time {
    background: #7AD045 !important
}

.part-time {
    background: #38467E !important
}

.jobdesc {
    width: 100%;
    float: left;
    padding: 20px;
    margin: 10px 0 20px;
    background: #f4f3f3;
    border-radius: 5px;
    box-sizing: border-box
}

.jobdesc .companyname {
    width: 100%;
    float: left
}

.jobdesc .logo {
    width: 160px;
    float: left;
    margin-right: 23px
}

.jobdesc .companyname .desc {
    overflow: hidden
}

.jobdesc .companyname .desc h4 {
    font-size: 26px;
    font-weight: 600;
    color: #313131;
    margin: 25px 0 0
}

.jobdesc .companyname .desc h4 span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #7c7c7c;
    line-height: 22px
}

.jobdesc .companyname .desc h4 a {
    color: #313131
}

.jobdesc .location {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 10px 15px 0 10px;
    display: inline-block
}

.jobdesc .location i {
    font-family: FontAwesome;
    font-size: 19px;
    color: #ff6a0c;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle
}

.jobdesc .date {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 12px 0 0
}

.jobdesc .date i {
    font-family: FontAwesome;
    font-size: 17px;
    color: #333;
    margin-right: 10px
}

.jobdesc .jobtype {
    display: inline-block;
    background: #39c6f3;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 6px;
    margin: 7px 6px 0 0;
    border-radius: 4px
}

.jobdesc .weblink {
    display: inline-block;
    vertical-align: middle;
    background: #29b4e0;
    padding: 4px 8px 2px;
    margin: 0;
    border-radius: 4px
}

.jobdesc .weblink i {
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff
}

.jobdesc .btn {
    width: 100%;
    font-size: 15px;
    padding: 13px 0;
    margin-top: 18px;
    box-shadow: none
}

.faq-accordion {
    margin-top: 40px
}

.faq-accordion .panel {
    box-shadow: none
}

.faq-accordion .panel-body {
    padding: 0 50px 0 15px;
    line-height: 24px
}

.faq-accordion .panel-body p {
    margin-bottom: 20px
}

.faq-accordion .panel-default {
    border-color: #e6e6e6
}

.faq-accordion .panel-default>.panel-heading {
    background-color: transparent;
    border-color: transparent;
    border: 0;
    padding: 15px 15px
}

.faq-accordion .panel-default>.panel-heading h4 {
    margin-bottom: 0;
}

.faq-accordion .panel-title>a:hover,
.faq-accordion .panel-title>a:active {
    color: #012632
}

.faq-accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
}

.faq-accordion .panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    font-weight: normal;
    content: "\f068";
    padding-right: 5px;
}

.faq-accordion .panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
    font-weight: normal;
}

span.wpcf7-not-valid-tip {
    color: #f05f04;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #ffff00;
    color: #f05f04;
}

.form-wrap textarea.form-control {
    height: 150px;
}

.simple-sitemap-wrap>ul,
.wsp-pages-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 30px;
    text-align: left;
}

.subscribe-form form #_form_3_submit._submit {
    background: #f05f04 !important;
    box-shadow: rgba(0, 0, 0, .2) 3px 3px 8px;
    padding: 18px 50px !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.subscribe-form form {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.subscribe-form div {
    font-size: 16px !important;
}

.woocommerce-login {
    width: 550px;
    margin: 0 auto;
}

.subscribe-form ._form_element._field2 ._checkbox-radio {
    display: inline-block;
    padding-right: 25px;
    width: 40%;
}

.subscribe-form ._checkbox-radio label {
    font-weight: normal;
}

img._form-image {
    display: none;
}

.subscribe-form #_form_5D88BF3919F36_ ._button-wrappe ._submit {
    background: #000 !important;
}

.woocommerce .woocommerce-Input {
    width: 100%;
    height: auto;
    min-height: 54px;
    border: 4px solid #ebf5f8 !important;
    box-shadow: none;
    background: none;
    font-size: 16px;
    font-weight: 300;
    border-radius: 4px;
    padding: 0 15px;
}

.rightbutton {
    float: right;
    padding: 14px 25px !important;
    font-size: 17px !important;
}

.g-1 {
    max-width: 100% !important;
}

.g-col {
    position: inherit !important;
    float: none !important;
}

.woocommerce-order-details header {
    background: #fff;
}

.woocommerce-info,
.woocommerce-message {
    border-top-color: #75a242;
}

.woocommerce-order-details thead,
.woocommerce table.shop_table thead,
.woocommerce table.my_account_orders thead {
    background: #75a242;
    color: #fff;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    color: #ff6a0c;
}

.banner-wrap .banner-slider .owl-item {
    position: relative
}

.banner-wrap .banner-slider .promotional {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    background: rgba(0, 0, 0, .7);
    box-sizing: border-box
}

.full-bannerSlider .owl-item {
    position: relative
}

.full-bannerSlider .container {
    position: relative
}

.full-bannerSlider .promotional {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    padding: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    box-sizing: border-box;
    transform: translateY(-50%);
}

.banner-desc {
    background: rgba(0, 0, 0, .2);
    padding: 10px;
}

.cart-menu {
    display: inline-block;
    padding: 3px 5px;
    margin-left: 3px;
    border: #fff 1px solid;
    border-radius: 4px;
    cursor: pointer;
}

.cart-menu:hover {
    border-color: #7ad045
}

.cart-menu img {
    width: 22px
}

.cart-menu .caret {
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-menu.mini-cart {
    padding: 30px 12px 15px;
    color: #fff;
    min-width: 250px !important;
    left: -66px !important
}

.dropdown-menu.mini-cart .woocommerce a.button {
    padding: 10px
}

.dropdown-menu.mini-cart li {
    list-style-type: none;
    margin-bottom: 15px
}

.dropdown-menu.mini-cart li img {
    width: 50px;
    height: auto;
    margin-right: 8px;
    border-radius: 100%;
    border: #c1c1c1 2px solid
}

.dropdown-menu.mini-cart a.remove {
    float: right;
    margin-top: 0;
    font-size: 20px !important;
    color: #ff6a0c !important
}

.dropdown-menu.mini-cart a.remove:hover {
    background: #ff6a0c;
    color: #FFF !important
}

.dropdown-menu.mini-cart .quantity {
    color: #fff;
}

.dropdown-menu.mini-cart .woocommerce-mini-cart__total.total {
    border-top: #ccc 1px solid;
    color: #ccc;
    margin: 21px 0 0;
    padding: 8px 0
}

.dropdown-menu.mini-cart ul.cart_list li {
    margin-bottom: 15px !important
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 42px;
    float: left
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    color: #ccc;
    font-size: 13px
}

h2.woocommerce-loop-product__title {
    min-height: 52px;
}

div#tab-description ul {
    width: 100%;
    float: left;
}

.podcasts-post ul,
ul.submit-press-list {
    width: 100%;
    float: left;
    margin: 20px 0 7px 16px;
}

div#tab-description ul li,
.podcasts-post ul li,
ul.submit-press-list li {
    margin: 0 0 5px;
    list-style-type: none
}

div#tab-description ul li:before,
.podcasts-post ul li:before,
ul.submit-press-list li:before {
    font-weight: bold;
    font-size: 19px;
    color: #ff6a0c;
    content: ">";
    margin-right: 6px
}

p.submit-press-text {
    width: 100%;
    float: left;
    margin: 20px 0 0 16px
}

ul.submit-press-category {
    width: 100%;
    float: left;
    margin: 10px 0 0 16px;
    list-style-type: none
}

ul.submit-press-category li {
    margin: 0 20px 7px 0;
    display: inline-block
}

.user_logo {
    min-height: 150px;
    vertical-align: middle;
    text-align: center;
    border: 1px #e8e8e8 solid !important;
    width: 335px;
    margin: 20px auto;
    padding: 20px
}

.company-logo-wrap.nav.nav-tabs>li>a {
    color: #555;
}

p.upload-custom-logo {
    border: 4px solid #cfe7ee;
    ;
    max-width: 484px;
    margin: 20px auto;
}

.profile-box .user_logo {
    width: 200px;
    display: inline-block;
}

.page-id-40928 .orange-btn {
    margin: 0 !important;
}

.subjobnotice {
    padding: 11px;
}

.user_meta_right {
    display: inline-block;
    vertical-align: top;
    padding-top: 25px;
    /* padding-left: 20px; */
    padding-bottom: 30px;
    max-width: 620px;
}

.job-manager-form .input-text {
    border: 4px solid #cfe7ee;
    padding: 5px;
}

.wp-job-manager-file-upload,
.custom-company-logo {
    padding: 10px 15px;
    border: 4px solid #cfe7ee !important;
    width: 100%;
}

.form-wrap .name-label,
.form-wrap .name-label.company-label {
    margin: 20px 0 4px
}

.submit-section {}

.submit-section ol {
    margin: 16px;
    list-style-position: inside
}

.submit-section ol li {
    margin: 0 0 7px
}

.featured_pr_callout .btn {
    margin-left: 15px;
    margin-top: 0
}

.row.row_submit.featured_pr_callout {
    margin-top: 23px;
}

#processingtext {
    margin-top: 15px;
    margin-left: 15px;
}

.company-logo-wrap.nav.nav-tabs {
    margin-bottom: 30px
}


/*.page-template-template-submit-release br{display:none}*/

.page-template-template-submit-release-single hr,
.page-template-template-submit-release-PRNW hr,
.page-template-template-submit-release hr {
    margin-top: 20px
}

.page-template-template-submit-release h2 {
    margin-bottom: 5px
}

.page-template-template-submit-release .form-wrap {
    margin-top: 24px
}

.page-template-template-submit-release-single .form-wrap .form-group,
.page-template-template-submit-release-PRNW .form-wrap .form-group,
.page-template-template-submit-release .form-wrap .form-group {
    margin-bottom: 0
}

.page-template-template-submit-release-single .upload-file,
.page-template-template-submit-release-PRNW .upload-file,
.page-template-template-submit-release .upload-file {
    display: inline-block
}

.page-template-template-submit-release-single .cancel_button,
.page-template-template-submit-release-PRNW .cancel_button,
.page-template-template-submit-release .cancel_button {
    margin: 0 !important;
    padding: 4px 12px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    background: #e1e1e1;
    border: #b4b4b5 1px solid
}

.page-template-template-thankyou ul.submit-press-list {
    margin: 6px 0 7px 0
}

.submit-press-release a,
.page-template-template-thankyou a {
    color: #ff6a0c
}

.job-manager-form fieldset .form-wrap {
    float: left;
    margin: 0
}

.job-manager-form fieldset label {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px
}

.form-wrap select.form-control {}

.chosen-container-multi .chosen-choices {
    width: 100%;
    height: 100%;
    min-height: 54px;
    border: #ebf5f8 4px solid !important;
    background-image: none;
    font-size: 16px;
    font-weight: 300;
    padding: 7px 10px 0
}

.job-manager-form fieldset .wp-editor-container {
    border: #ebf5f8 4px solid !important
}

.job-manager-form fieldset select.postform {
    width: 100%;
    height: 100%;
    min-height: 54px;
    border: #ebf5f8 4px solid !important;
    background-image: none;
    background: #fff !important;
    font-size: 16px;
    font-weight: 300;
    padding: 13px 10px
}

.job-manager-form fieldset input.select-input {
    border: 0 !important;
    padding: 0;
    background: #fff !important
}

.listing-item {
    list-style-type: none;
    margin: 14px 0;
    float: left;
    width: 100%;
}

.pr_wrap60 {
    width: 200px;
    float: left;
    margin: 0 16px 0 0;
    padding: 25px;
    border: #dadada 2px solid;
    text-align: center
}

.pr_wrap60 img {
    display: inline-block
}

.date-header {
    font-size: 18px;
    font-weight: 600;
    margin: 28px 0 0;
    float: left
}

.wc_nav .has_child ul {
    display: none;
}

.user_logo_custom {
    width: 200px;
    border: 3px solid #ebf4f8;
    padding: 4px;
}

div#submit-upsell {
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 20px;
}

.woocommerce-notices-wrapper ul li {
    text-align: left;
}


/* .type-product ul li {
  padding-left: 47px !important;
  padding-top: 14px;
} */

.border-right {
    border-right: 1px solid #ccc;
}

.user_profile_row {
    margin-top: 6px
}

.user_profile_row .user_profile_head {
    font-weight: 600
}

.listing-item .item_title_wrap2 {
    font-size: 17px;
    font-weight: 600
}

.listing-item .author {
    font-size: 15px;
    font-weight: 600;
    color: #6c6c6c;
    margin: 0 0 16px
}

.listing-item .excerpt {
    font-size: 15px
}

.navigation {
    width: 100%;
    float: left;
    text-align: center
}

.navigation .previous,
.navigation .next {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.navigation .previous i,
.navigation .next i {
    font-size: 15px !important
}

.navigation .previous i {
    margin-right: 8px
}

.navigation .next i {
    margin-left: 8px
}

.txt-content .wc_nav li {
    list-style-type: none;
    margin: 0;
    position: relative;
}

.txt-content .wc_nav ul {
    padding: 0;
    margin: 0;
}

.txt-content .wc_nav li a {
    padding: 8px 20px;
    display: block;
    background: #f2f2f2;
    margin-bottom: 1px;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
}

.txt-content .wc_nav li a .fa {
    position: absolute;
    right: 15px;
    top: 12px;
    font-weight: bold;
    font-size: 16px;
}

.txt-content .wc_nav li ul li a {
    background: #d9d9d9;
    padding: 6px 35px;
    color: #000;
}

.txt-content .wc_nav li ul li a:hover {
    color: #686868;
}

.page-id-98085 ul.products h2 {
    min-height: 57px;
}

.job_packages .package-section {
    font-size: 24px;
}

label.error,
.submit-press-release label.error,
.job-manager-form fieldset label.error {
    width: 100%;
    color: red;
    text-transform: capitalize;
    font-weight: 400;
}

label.error {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 1px;
}


/*............Drop Down Menu..................*/


/* To Dropdown navbar dropdown on hover */

.navbar-nav>li:hover>.dropdown-menu {
    /* display: block;*/
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu.menu-even.sub-sub-menu.menu-depth-2 {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    padding-top: 5px;
}

.dropdown-menu.menu-even.sub-sub-menu.menu-depth-2 li {
    padding-left: 20px
}

.dropdown-submenu:hover>.dropdown-menu {
    /* display: block; */
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
    cursor: pointer;
    transform: rotate(90deg);
}

li.dropdown-submenu .dropdown-submenu>a:after {
    transform: rotate(0deg) !important
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*............Drop Down Menu..................*/

.profile-menu.login-btn img {
    border-radius: 100%;
    height: 32px;
    width: 32px
}

.single_job_listing {
    width: 100%;
    float: left
}

.directory_outer {
    padding: 20px;
    background: #f9f9f9;
    margin-bottom: 20px;
}

.topsearch {
    margin-bottom: 25px;
}

.searchtop {
    width: 100%;
    padding: 8px 12px;
    height: 46px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin-bottom: 5px;
    border-radius: 4px;
    font-size: 14px;
}

.searchbut {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: none;
    background: #75a242;
    padding: 12px 7px;
    border-radius: 4px;
}

.searchbut:hover {
    background: #ff6a0c
}

.topsearch a.orange-btn {
    border: 2px solid #ff6a0c;
    border-radius: 0;
    padding: 10px 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #000;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
}

.topsearch a.orange-btn:hover {
    background: #ff6a0c;
    color: #fff
}

.topsearch p {
    text-align: center;
    font-size: 11px;
    padding: 5px 0 0;
}

.directory_outer h3 {
    margin: 0 0 10px 0;
}

.directory-cat a {
    padding: 1px 13px;
    font-size: 14px;
    font-weight: 500;
    color: #3ac7f4;
    border: 1px solid #b9b9b9;
    display: inline-block;
    border-radius: 4px;
    margin: 0 4px 4px 0;
}

.directory-cat a:hover {
    color: #000;
}

.directory-cat {
    padding: 0 0 10px 0;
}

/*header .navbar-default .navbar-nav > li > a {
    margin: 0 8px 0;

}
*/
.d-flex {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flexbox;

}

.f-wrap {
    flex-flow: wrap;
}

.showased-news-list .owl-stage {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flexbox;
    justify-content: center;
    margin: 0 auto;

}

.showased-news-list .owl-stage-outer {
    /*margin-left: -5px; 
    margin-right: -5px*/
}

/*.showased-news-list .owl-stage .owl-item{
    border-bottom: 3px siolid #ff6a0c
}
*/
.showased-news-list .owl-stage .owl-item {
    /*border: 1px solid #ff6a0c;
    margin: 5px;*/
    transition: all 0.5s;
    display: flex;

    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flexbox;
    align-items: center;

}

.showased-news-list .owl-stage .owl-item:hover {
    box-shadow: rgba(0, 0, 0, .4) 0 6px 10px;
}

.catgory-slider .showased-news-list .owl-stage .owl-item .item {
    margin: 5px;
    /*padding: 10px*/
}

.catgory-slider .showased-news-list .owl-stage .owl-item:nth-child(1) {
    background: #ff6a0c
}

.catgory-slider .showased-news-list .owl-stage .owl-item:nth-child(2) {
    background: #0070d9
}

.catgory-slider .showased-news-list .owl-stage .owl-item:nth-child(3) {
    background: #7AD045
}

.catgory-slider .showased-news-list .owl-stage .owl-item:nth-child(4) {
    background: #4AC8F4
}

.catgory-slider .showased-news-list .owl-stage .owl-item:nth-child(5) {
    background: #38467E
}

.catgory-slider .showased-news-list .owl-stage .owl-item:nth-child(6) {
    background: #5B6979
}

.catgory-slider .showased-news-list .owl-stage .owl-item:nth-child(7) {
    background: #FFFF00
}

.catgory-slider .showased-news-list .owl-stage .owl-item:nth-child(8) {
    background: #FFBE00
}

.catgory-slider .showased-news-list .owl-stage .owl-item:nth-child(9) {
    background: #ff6a0c
}

.catgory-slider .showased-news-list .owl-stage .owl-item .item .cat_box {
    margin-right: 0px;
}

/*.catgory-slider .showased-news-list .owl-stage .owl-item .item .cat_box::after {
    content: "";
    background: #ff6a0c;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 4px;
    right: 4px;
}*/
/*.showcase-heading {
    padding: 10px;
    text-transform: capitalize;
    font-weight: 600;
}*/


.showcase-heading {
    text-transform: capitalize;
    font-weight: 600;
    margin: 13px;
    text-align: center;
    font-size: 19px;
    padding: 30px 0;
}

.showcase-heading a {
    color: #fff;
    transition: all 0.5s;
}

.showcase-heading a:hover {
    text-shadow: 0 10px 11px rgba(0, 0, 0, .5);
}

/*.showcase-pic{text-align: center; height: 150px; overflow: hidden; padding: 10px}*/

/*.showcase-pic img {
    width: inherit !important;
    max-width: 100%;
    max-height: 150px;
    display: inherit !important;
}*/
.showcase-pic {
    text-align: center;
    overflow: hidden;
    padding: 10px;
    /*border: 2px solid  transparent;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    border-radius: 6px;
    transition-duration: 1s;*/
}

.showcased-tag2 {
    background: #202020;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
}

.cat_box:hover .showcase-pic {
    /*box-shadow: 0 0px 0px rgba(0,0,0,0.0);
    border: 2px solid #FF6A0C; */
}

.showcase-pic img {
    height: 150px;
    width: inherit !important;
    display: inherit !important;
}

.catgory-slider .owl-carousel .owl-nav .owl-next {
    right: -25px;

}

.catgory-slider .owl-carousel .owl-stage-outer {
    margin: 0 -1px
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 6px;
    height: 44px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    font-size: 18px;
    padding: 18px 50px;
}

.woocommerce-checkout #payment {
    background: #F8F8F8 !important;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #FFFEFE !important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::after {

    border-bottom-color: #fff !important;

}