@charset "utf-8";
/*********************************************HTML5 BOILERPLATE MINIFIED*******************************/

*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}article{display:block}aside{display:block}details{display:block}figcaption{display:block}figure{display:block;margin:0}footer{display:block}header{display:block}hgroup{display:block}nav{display:block}section{display:block}audio{display:inline;zoom:1}canvas{display:inline;zoom:1}video{display:inline;zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif;color:#222}button{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;cursor:pointer;-webkit-appearance:button;overflow:visible;margin:0}input{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;margin:0}select{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;margin:0}textarea{font-family:sans-serif;color:#222;font-size:100%;overflow:auto;vertical-align:top;resize:vertical;margin:0}body{font-size:1em;line-height:1.4;margin:0;min-width: 320px;}::-moz-selection{background:#333;color:#fff;text-shadow:none}::selection{background:#333;color:#fff;text-shadow:none}a{color:#00e}a:hover{color:#06e;outline:0}a:focus{outline:thin dotted}a:active{outline:0}abbr[title]{border-bottom:1px dotted}b{font-weight:700}strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em;white-space:pre-wrap;word-wrap:break-word}code{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}kbd{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}q{quotes:none}q:before{content:none}q:after{content:none}small{font-size:85%}sub{font-size:75%;line-height:0;position:relative;vertical-align:baseline;bottom:-.25em}sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;top:-.5em}ul{margin:1em 0;padding:0 0 0 40px}ol{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul{list-style:none;list-style-image:none;margin:0;padding:0}nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;margin-left:-7px;white-space:normal;padding:0}input[type="button"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="reset"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="submit"]{cursor:pointer;-webkit-appearance:button;overflow:visible}button[disabled]{cursor:default}input[disabled]{cursor:default}input[type="checkbox"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="radio"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}input:invalid{background-color:#f0dddd}textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}::-ms-clear{display:none;}input,textarea,input[type="search"]:focus,:focus{outline:none;}

/************************************************BODY STYLES********************************************/

/* ----------------- placeholder ------------------ */
::-webkit-input-placeholder {
    color: #aaacad;
    text-transform: uppercase;
    letter-spacing: 3.1px;
}
:-moz-placeholder {
    color: #aaacad;
    text-transform: uppercase;
    letter-spacing: 3.1px;
}
.placeholder {
    color: #aaacad;
    text-transform: uppercase;
    letter-spacing: 3.1px;
}
/* ----------------- /placeholder ------------------ */

body {
    background: #FFF;
    color: #2b2b2b;
    /* font: 300 16px/24px 'Roboto' Arial, Helvetica, sans-serif; */
}
h2 {
    color: #2b2b2b;
    font-size: 42px;
    font-weight: 500;
    line-height: 42px;
    margin: 58px 0 -4px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    letter-spacing: 4.1px;
}
h3 {
    font-size: 24px;
    /* font-weight: 500; */
}
a {
    color: #ff4a1b;
    text-decoration: none;
    -webkit-transition: color 0.3s ease, border-bottom 0.3s ease;
    -moz-transition: color 0.3s ease, border-bottom 0.3s ease;
    transition: color 0.3s ease, border-bottom 0.3s ease;
}
a:hover {
    color: #000;
}
.container {
    position: relative;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}
header, footer, section {
    float: left;
    width: 100%;
}
header + section {
    padding-top: 140px;
}
header + .woocommerce {
    padding-top: 140px;
}
p i {
    color: #000;
    font-family: "proximanova-bold", sans-serif;
    font-style: normal;
}
p a {
    border-bottom: 1px solid transparent;
}
p a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}
/* --------------- fonts --------------- */
@font-face {
    font-family: "proximanova-bold";
    src: url("../fonts/proximanova-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "proximanova-regular";
    src: url("../fonts/proximanova-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "proximanova-light";
    src: url("../fonts/proximanova-light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "proximanova-semibold";
    src: url("../fonts/proximanova-semibold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "langdon";
    src: url("../fonts/langdon.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

/* ------------------ case ----------------- */
.case {
    max-width: 1008px;
    min-width: 320px;
    margin: 0 auto;
    float: none;
    padding-bottom: 34px;
    overflow: hidden;
}
.case_support {
    padding-bottom: 111px;
}
.case.cart {
    padding-bottom: 96px;
}
.case__row {
    float: left;
    width: 100%;
    position: relative;
    clear: both;
}
.case h1 + p {
    text-align: center;
    font-size: 22px;
    margin-bottom: 63px;
}
.case h1 + p span {
    display: block;
    margin-top: 18px;
}
.case_support h1 + p {
    margin-bottom: 57px;
}
.case h1 {
    font-size: 62px;
    color: #000;
    margin: 0;
    font-family: "Oswald", sans-serif;
    text-align: center;
    margin-bottom: 18px;
    letter-spacing: 6px;
    line-height: normal;
    text-transform: uppercase;
}
.case p {
    color: #616366;
    font-size: 16px;
    line-height: 26px;
    font-family: "proximanova-semibold", sans-serif;
    margin: 0 0 23px;
}
.case h4,
.case h3,
.case h2 {
    text-align: left;
    color: #000;
    font-family: "Oswald", sans-serif;
    margin: 0 0 7px;
    font-size: 32px;
    line-height: normal;
    letter-spacing: 3px;
}
.case h3 {
    font-size: 28px;
    margin-bottom: 19px;
}
.case h4 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 18px;
    letter-spacing: 2.3px;
}
.case_support .checkout__info .checkout__subtitle {
    margin-bottom: 22px;
}
.case_support .checkout__raw > span {
    text-align: left;
    letter-spacing: 0;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 12px;
    color: #000;
    word-wrap: break-word;
}
.case_support .checkout__raw_head > span {
    padding-bottom: 15px;
    padding-top: 15px;
}
.case__support-portal {
    text-align: center;
    margin-bottom: 57px;
}
.case__support-portal a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #ed3e33;
    font-family: "proximanova-semibold", sans-serif;
}
.case__support-portal a:hover {
    color: #000;
}
.case_support .checkout__available .checkout__subtitle {
    margin-bottom: 36px;
}
/* ------------------ /case ----------------- */

/************************************************HEADER STYLES***************************************/

header {
    /*background: rgba(0,0,0,0.7);*/
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.page-template-page-store-home-php header, .page-template-page-store-bundle-php header, .page header, .single-themes header, .page-template-page-cart header, .single-product header {
    left: 0;
    position: absolute;
    top: 0;
    height: 80px;
    min-width: 320px;
    z-index: 2;
}

header.fixed, .page-template-page-store-home-php header.fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10;
}

.header__logo-mini {
    display: none;
}

.header__logo {
    position: absolute;
    top: 8px;
    left: 20px;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.header__logo:hover {
    opacity: 0.8;
}

/*********************************************NAV STYLES***************************************************/

nav {
    font-family: "proximanova-bold", sans-serif;
    position: absolute;
    top: 29px;
    right: 31px;
}

nav ul {
    display: inline-block;
    vertical-align: top;
}

nav li {
    position: relative;
    margin-left: 18px;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
}

nav li:first-child {
    margin-left: 0;
}

nav a {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

nav a:hover {
    color: #e83f35;
}

nav .cart-items {
    display: inline-block;
    vertical-align: top;
    position: relative;
    letter-spacing: 3px;
    margin-left: 64px;
    /*color: #838382;*/
    margin-top: 3px;
}

nav .cart-items:before {
    content: '';
    position: absolute;
    background: url("../img/cart.png") no-repeat;
    width: 24px;
    height: 20px;
    top: -2px;
    left: -30px;
}
nav .cart-items.black:before {
    background: url("../img/cart-black.png") no-repeat;
}

nav .cart-items:after {
    content: '';
    position: absolute;
    background: url("../img/cart.png") no-repeat right;
    width: 24px;
    height: 20px;
    top: -2px;
    left: -34px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

nav .cart-items:hover:after {
    opacity: 1;
}

nav .cart-items.active {
    background-image: url('images/icon-cart-full.png');
    background-size: 80px 80px;
    background-position: 0 0;
}
.menu__arrow {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: transform 0.3s ease, visibility 0.3s ease;
    -moz-transition: transform 0.3s ease, visibility 0.3s ease;
    transition: transform 0.3s ease, visibility 0.3s ease;
}
.menu__arrow.opened {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.menu__arrow:after {
    position: absolute;
    top: 62%;
    left: 50%;
    border: 6px solid transparent;
    border-top: 6px solid #000;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translate(-50%, -50%);
}
.opened .menu__arrow:after {
    transform: translate(-50%, -100%) rotate(180deg);
}
.black .menu__arrow:after {
    border-top-color: #000;
}
.menu__sub {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 30px;
    width: 200px;
    background: rgba(0,0,0,1);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

}
.menu__sub:after {
    position: absolute;
    top: -6px;
    left: calc(50% - 10px);
    border: 6px solid transparent;
    border-top: 6px solid #ed3e33;
    content: '';
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}
.black .menu__sub {
    background: rgba(255,255,255,0.5);
}
.menu__sub.visible {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.menu__sub li {
    display: block;
    margin: 0 ;
    font-size: 14px;
    line-height: 18px;
    border-top: 1px solid #4a4a4a;
    letter-spacing: 1px;
}
.menu__sub li:first-child {
    border-top: none;
}
.menu__sub li a {
    display: block;
    padding: 6px 14px;
    color: #fff;
}
.menu__sub li a:hover {
    color: #19b2c4;
}

.menu-item.opened .menu__sub {
    opacity: 1;
    visibility: visible;
}
#mobile-menu {
    display: none;
}

/*************************************************SHOWCASE***************************************************/
.showcase{
    background-color: #000000;
    min-height: 532px;
    color:#8d8d8d;
}
.showcase .container {
    max-width: none;
    width: 100%;
    height: 100%;
    padding: 113px 0 0;
}

.showcase p{
    font: 400 22px/36px 'proximanova-semibold',sans-serif;
    margin-bottom: 70px;
    text-align: center;
}
.showcase h2{
    letter-spacing: 3px;
    margin:0;
    color:#fff;
    font: 700 42px/52px 'Oswald',sans-serif;
}
.showcase__wrap{
    z-index: 1;
    position: relative;
    height: 239px;
    width: 100%;
    overflow: hidden;
}
.showcase #scroller ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 239px;
    text-align: left;
    position: relative;
    display: table;
}
.showcase #scroller ul a:hover img{
    opacity: 1;
}
.showcase #scroller ul img{
    opacity: 0.80;
    transition: opacity .3s ease;
}
.showcase #scroller ul a:before{
    content:'';
    display: block;
    position: absolute;
    background: url('../img/scpoints.jpg') 0 0 no-repeat;
    top:10px;
    left:10px;
    height: 10px;
    width: 41px;
}
.showcase #scroller ul a{
    overflow: hidden;
    position: relative;
    border-radius: 3px 3px 0 0;
    background: #fff url("../img/sctoolbar.jpg") 0 0 repeat-x;
    padding-top: 28px;
    display:inline-block;
}

.showcase li img{
    width:300px;
    height: 171px;
}

.showcase li{
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    display: table-cell;
    padding-left: 10px;
}

/*************************************************FOOTER STYLES***************************************************/

footer {
    background: #000;
    padding: 65px 0 92px;
    overflow: hidden;
}
footer .container {
    margin: 0 auto;
    overflow: hidden;
    max-width: 986px;
}
footer ul {
    float: right;
    margin: 0;
    padding: 0;
    width: 52%;
    font-family: "proximanova-semibold", sans-serif;
}

footer ul ul {
    width: 100%;
}

footer li {
    list-style: none;
}

footer li.widget {
    float: left;
    width: 33.33333%;
    padding-left: 6%;
}

footer li li {
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 16px;
}

footer h2 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 24px;
    text-align: left;
    font-weight: 400;
    font-family: "proximanova-semibold", sans-serif;
    letter-spacing: 3px;
}

footer li a {
    color: #a3a3a3;
    font-weight: 400;
    -webkit-transition: color 0.6s ease;
    transition: color 0.6s ease;
}
footer li a:hover {
    color: #ed3e33;
}
footer .btn {
    float: left;
    font-family: "proximanova-bold", sans-serif;
    background: #000;
    border: 2px solid #666666;
    border-radius: 2px;
    display: inline-block;
    font-size: 15px;
    height: 60px;
    padding-top: 16px;
    text-align: center;
    font-weight: 400;
    -webkit-transition: background 0.6s ease, color 0.6s ease, border 0.6s ease;
    transition: background 0.6s ease, color 0.6s ease, border 0.6s ease;
    width: 306px;
    color: #fff;
    letter-spacing: 3.8px;
    position: relative;
}
footer .btn:hover {
    color: #000;
    background: #fff;
    border-color: #fff;
}
.footer__logo {
    float: left;
    width: 306px;
    margin: 14px 0 57px;
}
.footer__logo a{
    margin: 0 auto;
    width: 84px;
    height: 92px;
    position: relative;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
}
.footer__logo a:before {
    content: '';
    background: url("../img/btn-icon.png") no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}
.footer__logo a:after {
    content: '';
    background: url("../img/btn-icon.png") no-repeat;
    background-position: right 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}
.footer__logo a:hover:before {
    opacity: 0;
}
.footer__logo a:hover:after {
    opacity: 1;
}
.footer__copyright {
    color: #676767;
    padding: 30px 0 0 0;
    display: block;
}
.menu-follow-us-container {
    overflow: hidden;
}
/*************************************HOME CONTENT STYLES*******************************************/

/*Hero*/

.need_event {
    /*background: url('../img/hero.jpg') no-repeat center top;*/
    /*background-size: cover;*/
    overflow: hidden;
    color: #fff;
    padding: 80px 0 0 0;
    text-align: center;
    position: relative;

    background: url('../img/main-hero-bg.jpg') no-repeat center top;
    background-size: cover;
}
.need_event>div:first-child{
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    min-height: 500px;
    /*padding: 124px 0 64px 69px;*/
    padding: 54px 0 64px 69px;
}
.need_event>div:first-child:after {
    position: absolute;
    top: -80px;
    right: -26%;
    width: 62.2%;
    height: calc(100% + 80px);
    background: #19b2c4;
    content: '';
    -webkit-transform: skew(-17.2deg);
    transform: skew(-17.2deg);
}
.need_event>div:first-child>div {
    position: relative;
    width: 40%;
}
.need_event>div:first-child>div:first-child {
    width: 55%;
    text-align: left;
}
.need_event__video:before {
    position: absolute;
    z-index: 1;
    top: calc(50% - 40px);
    left: 50%;
    width: 237px;
    height: 520px;
    background: url("../img/man.png") no-repeat;
    content: '';
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.need_event h1 {
    padding:0;
    margin:0;
    position: relative;
    font: 700 60px/1 'Oswald',sans-serif;
    text-transform: uppercase;
    margin-left: 3px;
    letter-spacing: 2px;
}

.need_event h1+p {
    margin: 18px 0 48px;
    color: #ed3e33;
    letter-spacing: 1px;
    margin-left: 5px;
    font: 400 30px/36px 'proximanova-semibold',sans-serif;
    text-transform: uppercase;
}

.need_event .btn_black{
    width: 305px;
    margin: 0 auto;
    position: relative;
    left: -8px;
    display:inline-block !important;
}

.need_event .btn_buy_all_themes{
    background-color: #19b2c4 !important;
}

.need_event .hero__caption:after{
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 29px 66.5px 0 66.5px;
    border-color: #ed3e33 transparent transparent transparent;
    bottom: -29px;
    left: 50%;
    margin-left: -66px;
    z-index: 1;
}
.need_event .hero__caption .container{
    position: relative;
    padding-top: 71px;
    padding-bottom: 35px;
    max-width: 978px;
}

.need_event .hero__caption{
    background-color: #ed3e33;
    position: relative;
    height: 321px;
}
.need_event .hero__caption p{
    font: 400 22px/36px 'proximanova-semibold', sans-serif;
    margin-top: 0;
    margin-bottom: 38px;
}
.need_event .play:hover:before {
    background-color: rgba(0,0,0,0.9);
}
.slider__item.active .play{
    opacity: 1;
}
.need_event .play {
    opacity: 1;
    position: absolute;
    top: 45.5%;
    left: 51%;
    z-index: 2;
    -webkit-transition: background 300ms ease-in-out, opacity .4s ease;
    transition: background 300ms ease-in-out, opacity .4s ease;
    padding: 18px 0 18px 97px;
    text-transform: uppercase;
    background: none;
    border: none;
    color: #fff;
    font-size: 35px;
    line-height: 35px;
    font-family: "proximanova-semibold", sans-serif;
    letter-spacing: 2px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    white-space: nowrap;
}
.need_event .play:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #ed3e33;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.6);
    -webkit-transition: background 300ms ease-in-out, opacity .4s ease;
    transition: background 300ms ease-in-out, opacity .4s ease;
}
.need_event .play:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 26px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 20px 0 20px 30px;
}

/*hero-slider*/
.hero-slider{
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 460px;
    top: 0;
    left:0;
    bottom: 0;
}
.hero-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    margin-left: -322px;
    right: 0;
    bottom: 0;
    top: 0;
}

.hero-slider .slider__item {
    border-radius: 5px 5px 0 0;
    padding-top: 50px;
    background-color: #dbdfe3;
    width: 642px;
    height: 460px;
    position: absolute;
    display: none;
    opacity: 1;
    cursor:pointer;
}
.slider__item.active {
    opacity: 1;
    cursor: default;
    transition: bottom .3s ease;
}

.slider__item.active:after {
    content: '';
    position: absolute;
    background: url("../img/hrshadow_4.png") no-repeat center bottom;
    display: block;
    height: 100%;
    width: 100px;
    right: -100px;
    top:1px;
    background-size: cover;
}
.slider__item.active:before {
    content: '';
    position: absolute;
    background: url("../img/hlshadow_4.png") no-repeat center bottom;
    display: block;
    width: 100px;
    left: -100px;
    top: 0;
    bottom: 0;
    background-size: cover;
}

.slider-card:before{
    content:'';
    position: absolute;
    top: -30px;
    left: 18px;
    display: block;
    background: url("../img/hpoints.jpg")center no-repeat;
    width: 54px;
    height: 14px;
}
.slider-card.slider-card_video:after{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,.5);
}
.video_container{
    /*max-width: none;*/
    /*position: relative;*/
    /*z-index: 805;*/
    /*padding-top: 95px;*/
}

.slider-card {
    position: relative;
    height: 100%;
    width: 100%;
}

.slider-card img {
    display: block;
    width: 100%;
    height: 100%;
}
.popup_close:hover{
    color:#fff;
    opacity: 1;
}
.popup_close{
    letter-spacing: 1.5px;
    color: #fff;
    font: 400 14px/23px 'proximanova-bold', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    position: relative;
    margin-bottom: 20px;
    background: url("../img/close.png") center right no-repeat;
    cursor: pointer;
    height: 18px;
    width: 88px;
    text-align: right;
    padding-right: 32px;
    opacity: 0.8;
    transition: opacity .3s ease;
}
.need-event__popup iframe{
    width: 100%;
    height: 100%;
}
.need-event__popup{
    position: absolute;
    left: 50%;
    top: 43%;
    z-index: 800;
    width: 689px;
    height: 552px;
    margin-left: -344.5px;
    margin-top: -276px;
    display: none;
}

.need-event__wrap.active .need-event__popup{
    display: block;
}
.need-event__wrap.active{
    display: block;
    opacity: 1;
}
.need-event__wrap{
    display:none;
    opacity:0;
    position: absolute !important;
    top: 0;
    width: auto !important;
    z-index: 800;
    bottom: 0;
    right: 0;
    left:0;
    background-color: rgba(0,0,0,0.65);
    transition: opacity .3s ease;
}

/*hero-slider*/
.need_event__percentages {
    margin: 0 0 33px;
}
.need_event__percentages-item {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 30px;
    font-family: "proximanova-semibold", sans-serif;
}
.need_event__percentages-item span {
    display: inline-block;
    vertical-align: middle;
    padding: 19px 3px;
    width: 60px;
    height: 60px;
    margin: 0 3px 0 0;
    border-radius: 60px;
    background: #1da4b8;
    font-size: 22px;
    line-height: 22px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}
.need_event__featured {
    max-width: 610px;
    font-size: 20px;
    line-height: 25px;
    color: rgba(255,255,255,0.2);
    font-family: "proximanova-semibold", sans-serif;
}
.need_event__featured span {
    display: block;
    margin-bottom: 5px;
}
.need_event__featured>div {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.need_event__featured img {
    margin: 0 20px 20px 0;
}
/*----------- hcustomers --------*/
.hcustomers{
    background-color: #dbdfe3;
    position:relative;
}
/*.hcustomers__happy{*/
/*min-height: 955px;*/
/*}*/
.hcustomers__happy .container{
    overflow: hidden;
    max-width: 1600px;
    padding-top: 50px;
    height: 100%;
}
.hcustomers__happy h2{
    margin-top: 0;
    text-align: center;
    font: 700 42px/52px 'Oswald',sans-serif;
    margin-bottom: 23px;
}

.hcustomers__happy h2+p{
    font: 400 22px/36px 'proximanova-semibold',sans-serif;
    text-align: center;
    max-width: 978px;
    margin: 0 auto 47px;
    color:#616366;
}

.hcustomers__happy-slide{
    width: 100%;
    height: 175px;
    margin-bottom: 41px;
}

.hcustomers__happy-slide .slider__btn{
    top: 39%;
    z-index: 500;
}

.hcustomers__happy-slide .slider__btn_happy_next:hover,.hcustomers__happy-slide .slider__btn_happy_prev:hover{
    background-position: left;
}

.hcustomers__happy-slide .slider__btn_happy_next{
    background: url("../img/sl-rar.png") right no-repeat;
    left: 60.1%;
}
.hcustomers__happy-slide .slider__btn_happy_prev{
    background: url("../img/sl-rar.png") right no-repeat;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    right: 60%;
}


.swiper-slide.happy__item.swiper-slide-prev, .swiper-slide.happy__item.swiper-slide-next{
    opacity: 0.4;
}

.hcustomers__happy-slide .happy__item.swiper-slide-active{
    opacity:1;
}
.hcustomers__happy-slide .happy__item.swiper-slide-active .happy__item-img{
    background: #edeff1;
}
.hcustomers__happy-slide .happy__item{
    height: 100%;
    width: 204px;
    text-align: center;
    color:#000;
    opacity: 0.1;
    transition: opacity 0.8s ease;
}

.happy__item-img{
    width: 142px;
    height: 142px;
    background-color: #C0C4C7;
    border-radius: 50%;
    margin:0 auto;
    position: relative;
    transition: background 0.4s ease;
}

.happy__item-img img{
    position: absolute;
    top: 33%;
    left: 33%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
}
.happy__item .name{
    text-transform: uppercase;
    display: block;
    font: 700 22px/32px 'Oswald',sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 34px;
    letter-spacing: 2px;
    overflow: hidden;
    height: 32px;
}
.happy__item .post{
    text-transform: uppercase;
    display: inline-block;
    font: 400 14px/26px 'proximanova-bold',sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    letter-spacing: 2.65px;
    overflow: hidden;
    height: 32px;
}
.happy-slide_content{
    padding:0;
    list-style: none;
    max-width: 978px;
    position: relative;
    height: 383px;
    margin: auto auto;
    margin-bottom: 85px;
}
.happy-slide__text-wrap.active{
    opacity: 1;
    z-index: 10;
}


.happy-slide__text-wrap{
    width: 100%;
    opacity:0;
    position: absolute;
    top:0;
    text-align: center;
    color: #616366;
    max-width: 978px;
    margin: 0 auto;
    transition: opacity .8s ease;
}
.happy-slide__text-wrap a:hover{
    text-decoration: none;
}
.happy-slide__text-wrap>div{
    margin: 0 0 29px;
    overflow: hidden;
    max-height: 225px;
}
.happy-slide__text-wrap p{
    font: 400 32px/45px 'proximanova-light',sans-serif;
    margin: 0;
}

.happy-slide__text-wrap .happy-company{
    color:#000;
    font: 400 18px/28px 'proximanova-bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 6px;
    display: block;
    margin-bottom: 41px;
}
.happy-slide__text-wrap .btn_red{
    height: 60px;
    display: inline-block;
    line-height: 60px;
    padding: 0 15px;
    margin: 0;
    width: 306px;
    letter-spacing: 3.36px;
}
.hcustomers__tweets{
    margin-top: 15px;
}

.hcustomers__tweets .container{
    max-width: 978px;
    height: 100%;
    padding-top: 39px;
    border-top: 1px solid #c5c8cc;
}

.slider__btn{
    position: absolute;
    width: 18px;
    height: 32px;
    top:0px;
    right: 0;
    cursor:pointer;

}

.slider-tweets{
    margin-bottom: 120px;
}
.slider-tweets .swiper-wrapper {
    /*height: 275px;*/
}

.tweet__item .tweet__item-text:after{
    content:'';
    position: absolute;
    background: url("../img/hvost.png")center no-repeat;
    height: 16px;
    width: 18px;
    display: block;
    left:50%;
    margin-left: -10px;
    bottom: -13px;
}
.tweet__item .tweet__item-text>div{
    overflow: hidden;
    height: 80px;
}
.tweet__item .tweet__item-text{
    position: relative;
    background: #fff;
    width: 100%;
    height: 163px;
    padding: 25px 26px 15px;
    border-radius: 2px;
    font: 400 18px/26px 'proximanova-semibold',sans-serif;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(50, 50, 50, 0.1);
    box-shadow:         0px 4px 0px 0px rgba(50, 50, 50, 0.1);
}

.tweet__item .tweet__item-text span{
    font-size: 14px;
    line-height: 38px;
    color:#737373;
    display: inline-block;
    position: absolute;
    bottom: 16px;
}
.tweet__item .tweet__item-text p{
    margin:0;
    color:#737373;

}
.tweet__item .tweet__item-img img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.tweet__item .tweet__item-img{
    height: 83px;
    width: 83px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    margin:27px auto 0;
    position: relative;
    left: -1px;
}
.hcustomers__tweets .slider__btn_prev{
    background: url("../img/sl-rar.png") right no-repeat;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    right:48px;
}

.hcustomers__tweets .slider__btn_next:hover,.hcustomers__tweets .slider__btn_prev:hover{
    background-position: left;
}

.hcustomers__tweets .slider__btn_next{
    background: url("../img/sl-rar.png") right no-repeat;
}
.slider{
    width: 100%;
    position: relative;
}

.hcustomers__tweets .slider__points{
    display:none;
}

.i-twitter{
    display: inline-block;
    text-indent: -5000px;
    position: relative;
    height: 33px;
    width: 40px;
    margin-bottom: 35px;
}
.i-twitter:before{
    content:'';
    background: url("../img/bird.png") center no-repeat;
    height: 33px;
    width: 40px;
    left:0;
    position: absolute;
}

.hcustomers__forbes{
    height: 181px;
    background-color: #ed3e33;
}
.hcustomers__forbes .container{
    max-width: 978px;
    height: 100%;
    padding-top: 70px;
    overflow: hidden;
}

.hcustomers__forbes a:hover{
    color: #000;
}
.hcustomers__forbes a{
    text-decoration: none;
    font: 400 22px/44px 'proximanova-bold', sans-serif;
    color:#fff;
    display: inline;
    float:right;
    letter-spacing: 6.5px;
    text-align: right;
    margin-right: -6px;
}
.hcustomers__forbes h2{
    display:inline;
    color:#ffffff;
}
/*----------- /hcustomers --------*/

/*-----------hero-bundle--------*/
.hero-bundle {
    /*overflow: hidden;*/
    /*background: url('../img/hero.jpg') no-repeat center top;*/
    /*background-size: cover;*/
    background: #19b2c4;
    color: #fff;
    padding: 189px 0 0;
    position: relative;
}
.hero-bundle h1 {
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 45px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    letter-spacing: 2.8px;
}
.hero-bundle h1+p {
    font-family: "proximanova-semibold", sans-serif;
    font-size: 28px;
    line-height: 33px;
    color: #fff;
    display: block;
    max-width: 960px;
    margin: 0;
}
.hero-bundle .buy-themes__item {
    margin-bottom: 0;
}
.hero-bundle .buy-themes {
    background: transparent;
    padding-bottom: 0;
    padding-top: 48px;
    overflow: inherit;
}
.hero-bundle .buy-themes__item > img {
    width: 78.8%;
}
.single-product .hero-bundle .buy-themes__item > img{
    width: 49.8%;
}

.hero-bundle>div:first-child{
    overflow: hidden;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    -moz-justify-content: space-between;
    justify-content: space-between;
    min-height: 500px;
    padding: 0 0 0 69px;
}
.hero-bundle__bg {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 72.3% !important;
    height: 100%;
    max-width: 1600px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-bundle>div:first-child>div {
    position: relative;
    width: 47%;
}
.hero-bundle>div:first-child>div:first-child {
    position: relative;
    z-index: 1;
    width: 53%;
    text-align: left;
    padding-bottom: 64px;
    background-size: cover;
    background-position: top center;
}
.hero-bundle__price {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    flex-direction: row;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-pack: start;
    -moz-justify-content: center;
    justify-content: center;
}
.hero-bundle__cost {
    position: relative;
    padding: 27px 0 0 52px;
    margin: 0 0 30px 104px;
    font-size: 110px;
    line-height: 110px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: #000;
}
.hero-bundle__cost span {
    position: absolute;
    left: 0;
    top: 0;
    width: 56px;
    height: 56px;
    padding: 15px 2px;
    text-align: center;
    border-radius: 100%;
    background: #1da4b8;
    font-size: 24px;
    line-height: 24px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: #ffffff;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
/*-----------/hero-bundle--------*/

/*-----------nice-checkbox--------*/
.nice-checkbox {
    user-select: none;
}
.nice-checkbox input[ type = checkbox ] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.nice-checkbox input[ type = checkbox ]:checked + label:before {
    display: block;
}

.nice-checkbox input[ type = checkbox ]:disabled + label {
    cursor: default;
    opacity: .5;
}

.nice-checkbox label {
    display: block;
    position: relative;
    min-height: 20px;
    padding-left: 25px;
    color: #000;
    cursor: pointer;
}
.nice-checkbox label:after,
.nice-checkbox label:before {
    position: absolute;
    content: '';
}

.nice-checkbox label:after {
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
}

.nice-checkbox label:before {
    display: none;
    top: 4px;
    left: 4px;
    background: rgb(38, 109, 50);
    width: 8px;
    height: 8px;
    content: '';
}
/*-----------/nice-checkbox--------*/



/*themes*/
.themes {
    position: relative;
    background: #dbdfe3;
    padding: 0 59px 31px;
    text-align: justify;
}
.themes:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.themes h2 {
    color: #00b2bd;
}
.themes .column {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.themes .column.hidden{
    opacity: 0;
    visibility: hidden;

}
/*/themes*/

/*sorting*/
.sorting {
    max-width: 1041px;
    margin: 38px auto 66px;
    padding: 0;
    text-align: center;
    width: 100%;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
}
.sorting li {
    display: inline-block;
    list-style: none;
    margin: 0 8px 12px;
}
.sorting a {
    font-family: "proximanova-bold", sans-serif;
    background: #edeff1;
    color: #aaacad;
    display: block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    padding: 7px 34px;
    text-transform: uppercase;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.sorting a:hover {
    color: #000;
    background: #fff;
}

.sorting-wrap {
    position: relative;
    z-index: 20;
    max-width: 1200px;
    padding: 0 20px;
    margin: 20px auto 40px;
}
.sorting-wrap .btn {
    display: inline-block;
    vertical-align: top;
    width: 22.4%;
    height: 49px;
    padding: 17px 5px;
    font-size: 16px;
    line-height: 16px;
}
.sorting-wrap__item {
    position: relative;
    z-index: 4;
    display: inline-block;
    vertical-align: top;
    width: 22.4%;
    margin: 0 7px;
    background: #ebe8ee;
    height: 49px;
    cursor: pointer;
}
.sorting-wrap__item span {
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    line-height: 16px;
    height: 49px;
    padding: 17px 23px;
    letter-spacing: 1px;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    font-family: 'proximanova-bold', sans-serif;
    text-transform: uppercase;
}
.sorting-wrap__item:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 22px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    -webkit-transition: transform 0.3s ease, background 0.3s ease;
    -moz-transition: transform 0.3s ease, background 0.3s ease;
    transition: transform 0.3s ease, background 0.3s ease;
}
.sorting-wrap__item.visible:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sorting-wrap__item .sorting{
    /*display: none;*/
    max-height: 264px;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 49px;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    text-align: left;
    background: #ebe8ee;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sorting-wrap__item .sorting li {
    display: block;
    margin: 0;

    font-size: 18px;
    line-height: 18px;
    font-family: 'proximanova-regular', sans-serif;
}
.sorting-wrap__item .sorting li .nice-checkbox {
    font-size: 18px;
    line-height: 18px;
    background: #ebe8ee;
    color: #9a9ba6;
    text-transform: none;
    font-family: 'proximanova-regular', sans-serif;
    -webkit-transition: color 0.3s ease, background 0.3s ease;
    -moz-transition: color 0.3s ease, background 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease;
}
.sorting-wrap__item .sorting li .nice-checkbox label {
    padding: 12px 23px 12px 48px;
}
.sorting-wrap__item .sorting li .nice-checkbox label:after {
    top: 12px;
    left: 23px;
}
.sorting-wrap__item .sorting li .nice-checkbox label:before {
    top: 16px;
    left: 27px;
}
.sorting-wrap__item .sorting li .nice-checkbox:hover {
    color: #fff;
    background: #5eb2c1;
}
.sorting-wrap__item.visible .sorting {
    opacity: 1;
    visibility: visible;
}
.sorting-wrap .btn_blue{
    background: #19b2c4 !important;
}
.sorting-labels {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 20px auto 20px;
}
.sorting-label {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 0 0;

}
.sorting-label span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
    color: #656565;
}
.sorting-label__close {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    border: 2px solid #ccc;
    background: url(../img/not-support.png) no-repeat center;
    background-size: 10px;
    width: 26px;
    height: 26px;
    border-radius: 20px;
}

/*/sorting*/

.isotope-item {   z-index: 2; } .isotope-hidden.isotope-item {   pointer-events: none;   z-index: 1; } /**** Isotope CSS3 transitions ****/ .isotope, .isotope .isotope-item {   -webkit-transition-duration: 0.8s;      -moz-transition-duration: 0.8s;       -ms-transition-duration: 0.8s;        -o-transition-duration: 0.8s;           transition-duration: 0.8s; } .isotope {   -webkit-transition-property: height, width;      -moz-transition-property: height, width;       -ms-transition-property: height, width;        -o-transition-property: height, width;           transition-property: height, width; } .isotope .isotope-item {   -webkit-transition-property: -webkit-transform, opacity;      -moz-transition-property:    -moz-transform, opacity;       -ms-transition-property:     -ms-transform, opacity;        -o-transition-property:      -o-transform, opacity;           transition-property:         transform, opacity; } /**** disabling Isotope CSS3 transitions ****/ .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {   -webkit-transition-duration: 0s;      -moz-transition-duration: 0s;       -ms-transition-duration: 0s;        -o-transition-duration: 0s;           transition-duration: 0s; }

.themes {
    position: relative;
    float: left;
    left: 10px;
    width: 100%;
    margin: 0 auto;

    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

/*column*/
.column {
    padding: 45px 14px 0;
    height: 500px;
    border-radius: 3px;
    width: 33.3%;
}
.column > img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px 3px 0 0;
}
.column3 {
    margin-right: 0;
}
.column h3 {
    font-size: 21px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.column h3 a {
    color: #000;
    font-weight: 700;
}
/*/column*/

/*theme-list*/
#theme-list {
    position: relative;
    background: #dbdfe3;
    /*overflow: hidden;*/
    padding-bottom: 35px;
    z-index: 3;
}
.theme-list__wrap {
    overflow: hidden;
    max-width: 1600px;
    margin: 0 auto;
}
#theme-list:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -62px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 69px 0 69px;
    border-color: #dbdfe3 transparent transparent transparent;
}
#theme-list h2 {
    margin-top: 117px;
    letter-spacing: 4.2px;
    margin-bottom: 29px;
}
#theme-list h2 + p {
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    font-family: "proximanova-semibold", sans-serif;
}
#theme-list .thumbnail {
    position: relative;
    display: block;
    margin: 0 auto 18px;
    position: relative;
    border-radius: 4px;
    padding: 0 0 0 0;
}
#theme-list .thumbnail div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    /* visibility: hidden; */
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition:  opacity .5s ease;
}
#theme-list .thumbnail div > .btn {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -65px;
    height: 34px;
    width: 130px;
    display: inline-block;
    opacity: 0.8;
    line-height: 22px;
    font-size: 14px;
}
#theme-list .thumbnail div > .btn:hover {
    opacity: 1;
}
#theme-list .thumbnail:hover > div {

    opacity: 1;
}
#theme-list .thumbnail > span {
    background: url(../img/new-bg.png) no-repeat;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    top: -45px;
    left: -18px;
    position: absolute;
    text-indent: -10000px;
    z-index: 10;
}
#theme-list .thumbnail img {
    height: auto;
    width: 100%;
}
#theme-list .theme-actions {
    background: rgba(0,0,0,.8);
    height: 68.9%;
    left: 3.94%;
    opacity: 0;
    padding: 60px 6.07% 0;
    position: absolute;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease;
    top: 12px;
    width: 93.10%;
}
#theme-list .thumbnail:hover .theme-actions {
    opacity: 1;
}
#theme-list .content {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-family: "proximanova-semibold", sans-serif;
}
#theme-list .content div {
    display: block;
    overflow: hidden;
    padding: 0px 0 0 0;
    margin-bottom: 9px;
}
#theme-list .content h3 {
    float: left;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 2.2px;
    margin-top: 4px;
    width: 63%; /*60.7%;*/
}
.theme-list__preloader {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:url('../img/preloading.gif') center  25% no-repeat rgba(255,255,255,0.7);
    z-index: 50;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.theme-list__preloader.visible{
    opacity: 1;
    visibility: visible;
}


/*@media only screen and (max-width: 326px)*/
/*line: 6139*/

/*.themes {*/
/*padding: 0 16px 0 24px;*/
/*margin: 0;*/
/*left: 10px;*/
/*}*/

/*@media only screen and (max-width: 400px)*/
/*line: 6073*/

/*.themes {*/
/*margin-left: 8px;*/
/*}*/

/*@media only screen and (max-width: 768px)*/
/*line: 5148*/

/*.themes {*/
/*margin: 0 22px 0 22px;*/
/*padding: 0 0 0 20px;*/
/*left: 10px;*/
/*}*/

#theme-list .content .btn {
    float: right;
    width: 93px;
    margin-top: 1px;
    border-radius: 2px;
}
.btn, #buy-themes a, body .Cart66CartButton .purAddToCart, .total #updateCart input, #viewCartNav .Cart66AcceptTermsButton {
    border-radius: 2px;
    color: #fff;
    font-family: "proximanova-semibold", sans-serif;
    text-align: center;
    height: 40px;
    padding-top: 7px;
    text-transform: uppercase;
    -webkit-transition: background 1s ease, color 1s ease;
    transition: background 1s ease, color 1s ease;
}
.btn_red {
    height: 60px;
    text-align: center;
    font-family: "proximanova-semibold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    background: #ed3e33;
    border-radius: 2px;
    padding: 22px 0;
    letter-spacing: 1px;
}
.btn_red:hover {
    background: #000;
    color: #fff;
}
.btn_black {
    display: block;
    padding: 0 0;
    height: 60px;
    text-align: center;
    font-family: "proximanova-bold", sans-serif;
    font-size: 16px;
    line-height: 60px;
    background: #000!important;
    border-radius: 2px;
    border: none!important;
    letter-spacing: 3px;
}
.btn_black:hover {
    background: #ed3e33!important;
    color: #fff;
    outline: 0!important;
}

.btn_grey {
    background: #cecece;
    color: #000;
}
.btn_grey:hover {
    background: #ed3e33;
    color: #fff;
}
.btn_white {
    border: 2px solid #edeff1;
    color: #000;
    font-family: "proximanova-bold", sans-serif;
    height: 60px;
    width: 222px;
    line-height: 40px;
    letter-spacing: 3px;
}
.btn_white:hover {
    background: #edeff1;
}
.btn_blue {
    height: 60px;
    text-align: center;
    font-family: "proximanova-semibold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    background: #1da4b8;
    border-radius: 2px;
    padding: 22px 0;
    letter-spacing: 1px;
}
.btn_blue:hover {
    color: #fff;
    background: rgb(23, 104, 121);
}
input[type=submit].btn{
    border:0;
}
#theme-list .btn.demo {
    float: right;
}
/*/theme-list*/

/*Buy Themes And Save*/

#buy-themes {
    background: url('images/buy-themes-bkg.jpg') no-repeat center #000;
    background-size: cover;
    padding: 85px 0 120px;
    text-align: center;
}


#buy-themes h2 {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 52px;
    margin: 0;
}

#buy-themes a, #bundle .btn, #login input[type=submit] {
    background: #ff4a1b;
    border: 1px solid #fff;
    border-radius: 0;
    display: inline-block;
    font-size: 24px;
    height: 64px;
    line-height: 24px;
    margin-top: 42px;
    padding-top: 18px;
    text-align: center;
    text-shadow: none;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease;
    width: 282px;
    color: #fff;
    font-weight: normal;
}

#buy-themes a:hover, #bundle .btn:hover, #login input[type=submit]:hover {
    background: #ff4a1b;
    opacity: .5;
}

#buy-themes img {
    height: auto;
    margin-top: 30px;
    max-width: 100%;
}

/*Contact Us*/

#contact-us {
    background: #fff;
    padding: 0 0 32px;
    font-family: "proximanova-semibold", sans-serif;
}

#contact-us h2 {
    color: #2b2b2b;
    font-size: 42px;
    letter-spacing: 4px;
    line-height: 42px;
    margin: 117px 0 28px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

#contact-us p {
    font-size: 22px;
    color: #616366;
    line-height: 36px;
    margin-bottom: 0;
    text-align: center;
    font-family: "proximanova-semibold", sans-serif;
}

#contact-us .wpcf7 {
    padding: 48px 0;
    max-width: 809px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#contact-us .wpcf7 p {
    margin: 0;
}

#contact-us .left-column {
    float: left;
    width: 48.1%;
}

#contact-us .right-column {
    float: right;
    width: 48.1%;
}

#contact-us input[type=text], #contact-us input[type=email], #contact-us textarea {
    background: #edeff1;
    border: none;
    border-radius: 2px;
    /*float: left;*/
    font-family: "proximanova-semibold", sans-serif;
    font-size: 16px;
    height: 60px;
    /*margin-bottom: 20px;*/
    padding: 0 20px;
    letter-spacing: 3px;
    width: 100%;
    text-transform:  none;
    outline: none;
}

#contact-us textarea {
    height: 220px;
    padding-top: 22px;
}

#contact-us input::-webkit-input-placeholder {
    color: #aaacad;
}

#contact-us input:-moz-placeholder {
    color: #aaacad;
}

#contact-us .cap {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#contact-us .cap .text {
    float: left;
}

#contact-us .cap img {
    display: block;
    float: left;
    border: 1px solid #edeff1;
    width: 44%;
    height: 60px;
}

#contact-us .cap input[type=text] {
    width: 56%;
    margin: 0;
    text-align: center;
}

#contact-us input[type=submit] {
    background: #ed3e33;
    border: none;
    border-radius: 2px;
    color: #fff;
    height: 60px;
    text-transform: uppercase;
    -webkit-transition:  background 1s ease, color 1s ease;
    -moz-transition:  background 1s ease, color 1s ease;
    transition: background 1s ease, color 1s ease;
    width: 100%;
    font-size: 16px;
    letter-spacing: 2.6px;
    font-family: "proximanova-bold", sans-serif;
}

#contact-us input[type=submit]:hover {
    background: #000;
}

/*From the Blog*/

#from-blog {
    padding-bottom: 30px;
}

#from-blog ul {
    float: left;
    margin: 30px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

#from-blog li {
    list-style: none;
    margin-bottom: 25px;
}

#from-blog a {
    color: #2b2b2b;
    font-weight: 500;
}

#from-blog a:hover {
    color: #ff4a1b;
}

/*Newsletter*/

#newsletter {
    background: #dbdfe3 url("../img/newsletter-line.png") repeat-x top center;
    padding-bottom: 80px;
    font-family: "proximanova-bold", sans-serif;
}

#newsletter h2 {
    margin: 68px 0 35px;
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 6.6px;
    text-indent: 7px;
    font-family: "proximanova-bold", sans-serif;
}

#newsletter form {
    text-align: center;
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
}

#newsletter input[type=email] {
    background: #edeff1;
    border: none;
    color: #000;
    display: inline-block;
    font-size: 16px;
    height: 60px;
    margin-right: 26px;
    padding: 0 20px;
    text-transform: uppercase;
    width: 64%;
    border-radius: 2px;
    letter-spacing: 2.6px;
    outline: none;
}

#newsletter input::-webkit-input-placeholder {
    color: #aaacad;
}

#newsletter input:-moz-placeholder {
    color: #aaacad;
}

#newsletter input[type=submit] {
    background: #ed3e33;
    border: none;
    border-radius: 2px;
    color: #fff;
    height: 60px;
    text-transform: uppercase;
    -webkit-transition:  background 1s ease, color 1s ease;
    -moz-transition:  background 1s ease, color 1s ease;
    transition: background 1s ease, color 1s ease;
    width: 222px;
    font-size: 16px;
    letter-spacing: 2.6px;
}

#newsletter input[type=submit]:hover {
    background: #000;
}

/*************************************SUB CONTENT STYLES*******************************************/

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

/*****THEME PRODUCT TEMPLATE******/

/*Breadcrumb*/

.breadcrumb {
    border-bottom: 2px solid #f6f5f5;
    color: #b3b2ad;
    margin-bottom: 30px;
    padding: 14px 0;
}

.breadcrumb ul {
    padding: 0;
}

.breadcrumb li {
    display: inline;
    list-style: none;
}

.breadcrumb a {
    color: #2b2b2b;
    font-size: 15px;
}

.breadcrumb.fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color:white;
}
/*Theme Hero*/

#theme-hero img {
    float: left;
    height: auto;
    max-width: 100%;
    width: 58.28%;
}

#theme-hero .content {
    float: right;
    font-size: 21px;
    line-height: 27px;
    margin-top: 32px;
    text-align: center;
    width: 39.78%;
}

#theme-hero p {
    margin-bottom: 30px;
}

#theme-hero .btn {
    border: none;
    display: inline-block;
    height: 56px;
    width: 147px;
}

#theme-hero .btn, #secondary-header .btn {
    background: #f6f6f6;
    color: #81807a;
    margin-right: 14px;
    padding-top: 17px;
}

#theme-hero .btn:hover, #secondary-header .btn:hover {
    color: #ff4a1b;
}

#theme-hero .btn.red, #secondary-header .btn.red, #theme-pricing .btn.red, #viewCartNav .Cart66AcceptTermsButton {
    background: #ff4a1b;
    color: #fff;
}

#theme-hero .btn.red:hover, #secondary-header .btn.red:hover, #theme-pricing .btn.red:hover, #viewCartNav .Cart66AcceptTermsButton:hover {
    background: #2b2b2b;
}

/*Tagline*/

#tagline {
    background: #00b2bd;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    margin: 15px 0 5px;
    padding: 22px 0;
    text-align: center;
}

.single-themes.postid-36 #tagline {
    background: #f8ae45;
}

/*Secondary Header*/

#secondary-header {
    background: #0f0f0e;
    padding: 10px 0;
    display: none;
}

#secondary-header.fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10;
}

#secondary-header ul {
    float: left;
    margin: 10px 0 0;
    padding: 0;
}

#secondary-header li {
    color: #81807a;
    display: inline;
    font-size: 18px;
    list-style: none;
}

#secondary-header li a {
    color: #fff;
}

#secondary-header .btns, #secondary-header form {
    float: right;
}

#secondary-header .btn {
    padding-top: 13px;
}

#secondary-header .btn, #secondary-header .purAddToCart {
    border: none;
    float: left;
    height: 46px;
    text-align: center;
    width: 118px;
}

/*Main Features*/

.main-feature {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
    padding-bottom: 44px;
}

.main-feature .feature-img {
    background: url('images/main-feature-bkg.jpg') repeat-x bottom;
    float: left;
    padding-top: 25px;
    text-align: center;
    width: 100%;
}


.main-feature .feature-img .container {
    position: relative;
}

.main-feature .feature-img h2 {
    font-size: 43px;
    line-height: 51px;
    margin: 0 0 50px;
    padding: 0 20.44%;
}

.main-feature.last .feature-img h2 {
    margin-bottom: 90px;
}

.main-feature .feature-img img {
    height: auto;
    max-width: 100%;
}

.main-feature .feature-img .feature-comments {
    bottom: 0;
    left: 0;
    position: absolute;
}

.main-feature.last .feature-img .feature-comments {
    left: 20px;
}

.feature-callouts {
    float: left;
    padding-top: 48px;
    width: 100%;
}

.feature-callouts .column {
    margin-right: 2%;
    min-height: 0;
    text-align: left;
    width: 32%; /*315px*/
}

.feature-callouts .column.last {
    margin-right: 0;
}

.feature-callouts .column h3 {
    text-transform: none;
}

.feature-callouts .full-column {
    float: left;
    margin: 0;
    text-align: center;
    width: 100%;
}

.feature-callouts .dual-column, #page .dual-column {
    margin: 0;
    width: 46.52%; /*455px*/
}

.feature-callouts .dual-column.last, #page .dual-column.last {
    float: right;
}

/*Other Features*/

#other-features {
    margin-bottom: 30px;
}

.other-features {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 25px;
    padding-top: 25px;
}

.other-features h2 + p {
    margin-bottom: 46px;
}

.other-features ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 432px;
}

.other-features li {
    float: left;
    list-style: none;
    margin: 0 10px 10px 0;
}

.other-features li.last {
    margin-right: 0;
}

.other-features .content {
    float: right;
    margin-top: 30px;
    width: 476px;
}

.other-features .content > div {
    display: none;
    text-align: center;
}

.other-features .content .active {
    display: block;
}

.other-features .content img {
    height: auto;
    margin-bottom: 30px;
    max-width: 100%;
}

.other-features .content h3 {
    margin: 0;
}

.other-features .container{
    min-height: 1%;
    overflow: hidden;
    position: relative;
}

.other-features .container.odd p:first-child {
    float: left;
    margin: 0;
}

.other-features .container.even p:first-child  {
    float: right;
    width: 45%;
    margin: 0;
}

.other-features .container h3 {
    float: right;
    text-align: center;
    width: 50%;
    margin: 0;
}

.other-features .container h3 + p {
    float: right;
    text-align: center;
    width: 50%;
}

.other-features .container.even h3 + p{
    margin-right: 15px;
}

/*Theme Pricing*/

#theme-pricing {
    background: url('images/pricing-bkg.png') no-repeat center bottom #303030;
    color: #fff;
    min-height: 876px;
    padding: 123px 0 44px;
    text-align: center;
}

#theme-pricing.inside-bundle{
    background: none;
}
.single-product #theme-pricing.inside-bundle{
    padding-top: 60px;
}

#theme-pricing h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 100;
    line-height: 55px;
    margin: 0 0 55px;
    text-transform: none;
}

#theme-pricing.inside-bundle h2{
    font-family: "Oswald", sans-serif;
    color: #000;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 94px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-product #theme-pricing.inside-bundle h2 {
    margin-bottom: 20px;
}

#theme-pricing .theme-only, #theme-pricing .theme-support {
    border-right: 2px solid #373737;
    float: left;
    /*margin-top: 30px;*/
    padding: 0 2.55%;
    width: 50%; /*489px*/
}

#theme-pricing .theme-support {
    border: none;
    float: right;
    margin: 0;
}

#theme-pricing .theme-only h3, #theme-pricing .theme-support h3 {
    color: #00b2bd;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 15px;
    text-transform: uppercase;
    width: 420px;
}

#theme-pricing .theme-support h3, #theme-pricing .theme-support p span, #theme-pricing p.terms a {
    color: #ff4a1b;
}

#theme-pricing img {
    height: auto;
    max-width: 100%;
}

#theme-pricing .theme-only img {
    margin-left: 6.06%;
}

#theme-pricing .purAddToCart {
    display: inline-block;
    height: 61px;
    font-size: 22px;
    margin-top: 16px;
    max-width: 100%;
    padding-top: 15px;
    width: 306px;
}

#theme-pricing .theme-only .purAddToCart {
    background: #00b2bd;
    margin-top: 16px;
}

#theme-pricing .theme-support p {
    margin: 24px 0 0;
}

#theme-pricing p.terms {
    color: #fff;
    float: left;
    font-size: 18px;
    margin: 42px 0 12px;
    width: 100%;
}

#theme-pricing p.terms + p {
    float: left;
    margin: 0;
    width: 100%;
}

/*****THEME BUNDLE TEMPLATE******/

#bundle {
    background: url('images/bundle-bkg.jpg') repeat-x bottom;
    padding-top: 8px;
    text-align: center;
}

#bundle h1 + p {
    font-size: 21px;
    line-height: 27px;
    margin: 10px 0 30px;
    padding: 0 15.13%;
}

#bundle .btn {
    font-size: 16px;
    height: 55px;
    margin: 0;
    padding-top: 16px;
    width: 256px;
}

#bundle img {
    height: auto;
    max-width: 100%;
}

.page-template-page-store-bundle-php #theme-pricing .theme-only span {
    color: #00b2bd;
}

.page-template-page-store-bundle-php #theme-pricing h3 {
    margin-bottom: 10px;
}

.page-template-page-store-bundle-php #theme-pricing .theme-only h3 {
    margin-top: 6px;
}

.page-template-page-store-bundle-php #theme-pricing h3 + p {
    font-weight: 500;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.page-template-page-store-bundle-php #theme-pricing img + p {
    font-weight: 500;
    margin-top: 25px;
}

.page-template-page-store-bundle-php #theme-pricing .purAddToCart {
    margin-top: 25px;
}

.page-template-page-store-bundle-php #theme-pricing .theme-only .purAddToCart {
    margin-top: 33px;
}

/*****CHECKOUT******/

.thankyou-page .thankyou-message {
    text-align: center;
}

.thankyou-page .order_details{
    padding: 0;
    margin: 30px auto;
}
.thankyou-page .order_details li{
    float:none;
    display:block;
    text-align:center;
    margin: 10px 0;
}
.checkout__table .bundled_table_item .checkout__table-qty{
    padding-left: 30px;
}

#billing_country_field label:first-child{
    display:none;
}

.page-template-page-checkout-php .woocommerce form .shop_table td {
    font-weight: 500;
}

.checkout .select2-container .select2-choice{
    background-color: #EDEFF1;
    border: 0;
    height: 58px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 60px;
    padding-left: 20px;
}

.page-template-page-checkout-php .woocommerce form .shop_table .total td:first-child {
    background: none;
    padding: 0;
}

#ccInfo #billingInfo, #ccInfo #paymentInfo {
    float: left;
    width: 49%;
}

#ccInfo #paymentInfo {
    float: right;
    margin: 0;
}

#ccInfo h2 {
    font-size: 22px;
}

#ccInfo ul li {
    padding: 0 0 12px !important;
}

#ccInfo ul.shortLabels li label {
    width: 35%;
}

#ccInfo input[type=text] {
    background: #fff;
    border: 1px solid #94948f;
    border-radius: 4px;
    box-shadow: inset 0 0 2px rgba(0,0,0,.3);
    font: 500 16px 'Roboto';
    height: 30px;
}

.phorm2 ul.shortLabels li p.description {
    font-size: 12px;
}

#mailChimp {
    background: #f6f6f6;
    float: right;
    margin-top: 25px;
    padding: 14px;
    width: 100%;
}

#mailChimp p {
    font-weight: 500;
    margin: 0;
}

#shopping-cart #Cart66CheckoutButtonDiv {
    float: left;
    margin: 25px 0 0;
    text-align: center;
    width: 100%;
}

.alert-message {
    float: left;
    width: 100%;
}

.checkout__form .form-row input[type=text], .checkout__form .form-row input[type=password], .checkout__form .form-row input[type=email]{
    border: none;
    background: #EDEFF1;
    border-radius: 3px;
    font-size: 16px;
    color: #000;
    font-family: "proximanova-semibold", sans-serif;
    padding: 0 19px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    width: 100%;
    letter-spacing: 0;
    display: inline-block;
}

.checkout__form .checkout__field_check input[type=checkbox]{
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.checkout__form .checkout__field_check label:before {
    content: '';
    position: relative;
    display: inline-block;
    margin: 4px 8px 0 0;
    width: 24px;
    height: 24px;
    background: url("../img/check-box.png") no-repeat;
    top: 7px;
}

.checkout__form .checkout__field_check.checked label:before {
    background: url("../img/check-box.png") no-repeat 0 -26px;
}

/*****STANDARD PAGE CONTENT******/

#page h1 {
    text-align: center;
}

#page .tagline {
    font-size: 21px;
    line-height: 27px;
    margin: 35px 0 10px;
    text-align: center;
}

#page h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 40px 0 10px;
    text-align: left;
    text-transform: none;
}

#page .column {
    min-height: 0;
    text-align: left;
}

/*****LOGIN CONTENT******/

.page-template-page-login-php {
    background: #f5f5f5;
}

.page-template-page-login .checkout__available-wrap .count{
    margin-right: 25px;
}
.page-template-page-login header nav ul li a{
    color: #616366;
}
.page-template-page-login header .menu__arrow:after{
    border-top-color: #616366;
}
.login-container {
    max-width: 475px;
}

#login {
    float: left;
    font-size: 16px;
    text-align: center;
    width: 100%;
}

#login h1 {
    font-size: 24px;
    line-height: 28px;
}

#login form {
    float: left;
    min-width: 0;
    width: 100%;
}

#login label {
    display: block;
    font-weight: 500;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#login input[type=text], #login input[type=password] {
    background: #fff;
    border: none;
    border-radius: 4px;
    color: #4f5051;
    font-weight: 100;
    height: 60px;
    margin-bottom: 34px;
    padding: 0 18px;
    text-align: left;
    width: 100%;
}

#login input[type=submit] {
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

#login input[type=submit]:hover {
    /*background: #fff;*/
}

#forgotLink {
    display: block;
    margin-top: 34px;
    text-decoration: underline;
}

#Cart66ForgotPassword {
    margin-top: 50px;
}

#Cart66ForgotPassword .Cart66Note {
    margin: 0 0 35px !important;
}

#recaptcha_response_field {height: 28px!important;}
#recaptcha_privacy {display:none;}

.btn.logout, .btn.forum{
    background: #ff4a1b;
    border: 1px solid #fff;
    border-radius: 0;
    display: inline-block;
    font-size: 24px;
    height: 64px;
    line-height: 24px;
    margin-top: 42px;
    padding-top: 18px;
    text-align: center;
    text-shadow: none;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease;
    width: 282px;
}

/*.postid-9165 header {background-color:#fff;border-bottom-color:#fff;}
.postid-9165 #main-menu  a{color: #000;}
.postid-9165 header a img{content:url(images/logo-tyler.png);}*/
.single-themes span.title {font-size: 48px;line-height: 55px;margin: 0;font-weight: bold;display: block;}
#theme-hero .content h1{font-size: 21px;line-height: 27px;font-weight:normal;display:inline;font-weight:300;}

/*--------buy-themes--------*/
.buy-themes {
    padding: 109px 10px 60px;
    background: #ed3e33;
    overflow: hidden;
}
.buy-themes__wrap {

}
.buy-themes__inner {

}
.buy-themes__inner h3 {
    text-align: center;
    font-family: "proximanova-bold", sans-serif;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin: 0 0 49px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6.4px;
}
.buy-themes__inner h3 span {
    border-bottom: 2px solid #fff;
    padding: 0 6px 5px;
}
.buy-themes__inner a {
    position: relative;
    left: -8px;
    margin: 0 auto 60px;
    width: 306px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
}
.buy-themes__item {
    width: 100%;
    margin-bottom: 50px;
}
.buy-themes__item div {
    position: relative;
    z-index: 2;
    margin: 0 auto 0;
    width: 226px;
    height: 253px;
    text-align: center;
    color: #fff;
    font-family: "langdon", sans-serif;
    background: url(../img/themes-badge.png) no-repeat;
    background-size: 226px 253px;
    padding: 61px 0 0;
}
.buy-themes__item div > span {
    font-size: 50px;
    display: block;
    line-height: 1;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    transform: skewY(-5deg);
    padding: 0px 16px;
    margin-bottom: 32px;
}
.buy-themes__item span + span {
    font-size: 65px;

    padding-left: 65px;
}
.buy-themes__item > img {
    display: block;
    margin: -248px auto 0;
    width: 100%;
}
/*--------/buy-themes--------*/

/*-----------who-buys-----------*/
.who-buys {
    padding: 55px 0 23px;
    background-color: #dbdfe3;
}
.who-buys__wrap {
    max-width: 998px;
    margin: 0 auto;
    padding: 0 10px;
}
.who-buys__wrap > h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    color: #000;
    letter-spacing: 4px;
    margin-bottom: 23px;
}
.who-buys__wrap > span {
    display: block;
    font-family: "proximanova-semibold", sans-serif;
    font-size: 22px;
    line-height: 36px;
    color: #616366;
    text-align: center;
    margin-bottom: 66px;
    padding: 0 10px;
}
.who-buys__list {
    text-align: justify;
    padding: 0;
}
.who-buys__list:after {
    content: '';
    width: 100%;
    display: inline-block;
}
.who-buys__list li {
    display: inline-block;
    vertical-align: top;
    padding: 233px 0 0;
    margin-bottom: 33px;
    width: 48.5%;
}
.who-buys__list li.event {
    background: url(../img/event-bg.png) center 2px no-repeat;
}
.who-buys__list li.agency {
    background: url(../img/agency-bg.png) center 2px no-repeat;
}
.who-buys__list li.planner {
    background: url(../img/planner-bg.png) center 2px no-repeat;
}
.who-buys__list li.organizer {
    background: url(../img/organizer-bg.png) center 2px no-repeat;
}
.who-buys__list li span {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    margin: 0 0 0;
    text-transform: uppercase;
    /*letter-spacing: 2.2px;
    text-align: left;*/
    text-align: center;
    display: block;
}
.who-buys__list li p {
    font-family: "proximanova-semibold", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #616366;
}
.who-buys__list li p a {
    color: #fa5845;
}
.who-buys__list li p a:hover {
    text-decoration: none;
    color: #000;
}
.who-buys h2+p{
    font: 400 22px/36px 'proximanova-semibold',sans-serif;
    text-align: center;
    max-width: 978px;
    margin: 0 auto 47px;
    color:#616366;
}
/*-----------/who-buys-----------*/

/* ---------------- checkout ---------------- */
.checkout {
    float: none;
    max-width: 978px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 0 122px;
}
.checkout__title {
    text-align: center;
    font-size: 62px;
    color: #000;
    font-family: "Oswald", sans-serif;
    line-height: normal;
    margin: 0;
    margin-bottom: 19px;
    text-transform: uppercase;
    letter-spacing: 6px;
    padding-left: 7px;
}
.checkout__title + .checkout__after-title {
    text-align: center;
    display: block;
    color: #616366;
    font-family: "proximanova-semibold", sans-serif;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 53px;
}
.checkout__field {
    display: block;
    margin-top: 20px;
    position: relative;
}
.checkout__field:first-child {
    margin-top: 0;
}
.checkout__field input {
    border: none;
    background: #edeff1;
    border-radius: 3px;
    font-size: 16px;
    color: #000;
    font-family: "proximanova-semibold", sans-serif;
    padding: 0 19px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    width: 100%;
    letter-spacing: 0;
    display: inline-block;
}
.checkout__field input .wpcf7-not-valid {
    border: 1px solid #ed3e33;
}
.checkout__field_dual {
    text-align: justify;
    margin-bottom: -24px;
}
.checkout__field_dual:after {
    content: '';
    width: 100%;
    display: inline-block;
}
.checkout__field_dual > div {
    width: 48.6%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.checkout__field_check {
    margin-top: 9px;
    position: relative;
}
.checkout__field_check input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.checkout__field_check input + label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #616366;
    font-size: 16px;
    font-family: "proximanova-semibold", sans-serif;
}
.checkout__field_check input + label:before {
    content: '';
    position: relative;
    display: inline-block;
    margin: 4px 8px 0 0;
    width: 24px;
    height: 24px;
    background: url("../img/check-box.png") no-repeat;
    top: 7px;
}
.checkout__field_check input:checked + label:before {
    background: url("../img/check-box.png") no-repeat 0 -26px;
}
.checkout__field span {
    display: block;
    color: #616366;
    font-size: 16px;
    font-family: "proximanova-semibold", sans-serif;
    margin: 3px 0 0px;
}
.checkout__field_check input + label a {
    color: #fa5845;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.checkout__field_check input + label a:hover {
    color: #000;
}
.checkout__field_indent {
    margin-top: 2px;
}
.checkout__subtitle {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-family: "Oswald", sans-serif;
    margin-bottom: 37px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    padding-left: 3px;
    margin: 31px 0 4px;
}
.checkout__subtitle + .checkout__after-title {
    text-align: center;
    display: block;
    color: #616366;
    font-family: "proximanova-semibold", sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.checkout__info .checkout__subtitle {
    margin-bottom: 8px;
    text-align: center;
}
.checkout__table {
    margin: 0;
    padding: 0;
}
.checkout__raw {
    display: table;
    width: 100%;
    border-top: 1px solid #e5e5e5;
}
.checkout__raw:first-child {
    border-top: none;
}
.checkout__table-wide,
.checkout__table-narrow {
    padding-top: 17px;
    padding-bottom: 15px;
}
.checkout__raw > span {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    color: #616366;
    font-family: "proximanova-semibold", sans-serif;
}
.checkout__raw_head {
    background: #000;
}
.checkout__raw_head span {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: "proximanova-bold", sans-serif;
    letter-spacing: 5px;
}
.checkout__raw_big > span {
    padding-top: 36px;
    padding-bottom: 33px;
}
.checkout__table-wide {
    width: 80%;
    text-align: left;
    padding-left: 60.4%;
}
.checkout__raw_head .checkout__table-narrow,
.checkout__raw_head .checkout__table-wide {
    padding-left: 20px;
    padding-right: 20px;
}
.checkout__raw_head .checkout__table-wide {
    padding-left: 20px;
    padding-right: 20px;
}
.checkout__raw_big .checkout__table-wide {
    padding-left: 0;
}
.checkout__table-narrow {
    width: 20%;
    text-align: center;
}
.checkout__raw_total span {
    color: #000;
}
.checkout__submit {
    font-size: 16px;
    color: #fff;
    font-family: "proximanova-bold", sans-serif;
    padding: 17px 44px 43px 46px;
    background: #ed3e33;
    border: none;
    float: right;
    letter-spacing: 3px;
}
.checkout__table-input {
    border: none;
    background: #edeff1;
    text-align: center;
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-family: "proximanova-semibold", sans-serif;
    width: 86px;
    height: 60px;
    border-radius: 2px;
    margin: -3px 0 0 0;
}
.checkout__table_cart .checkout__raw_head .checkout__table-wide,
.checkout__table_cart .checkout__raw_big .checkout__table-wide {
    width: 43%;
}
.checkout__table_cart .checkout__raw_head .checkout__table-qty,
.checkout__table_cart .checkout__raw_big .checkout__table-qty {
    width: 17.2%;
    text-align: left;
}
.checkout__table_cart .checkout__table-price {}
.checkout__table_cart .checkout__table-narrow {}
.checkout__table_cart .checkout__raw_big > span {
    padding-top: 22px;
    padding-bottom: 20px;
}
.checkout__table_cart .checkout__raw_subtotal span {
    padding-top: 39px;
    padding-bottom: 6px;
}
.checkout__table_cart .checkout__raw_total {
    border-top: none;
}
.checkout__table_cart .checkout__raw_total span {
    padding-top: 6px;
    padding-bottom: 6px;
}
.checkout__table_cart {
    margin-bottom: 23px;
}
.checkout__controls {
    text-align: justify;
}
.checkout__controls:after {
    content: '';
    width: 100%;
    display: inline-block;
}
.checkout__update {
    display: inline-block;
    vertical-align: top;
    border: 0;
}
.checkout__controls .checkout__submit {
    display: inline-block;
    vertical-align: top;
    padding: 17px 54px 43px 58px;
}
.checkout__mobile {
    display: none;
}
.checkout__keys .checkout__table-wide {width: 19%; padding-left: 20px;padding-right: 0;}
.checkout__keys .checkout__table-key {width: 41.3%;}
.checkout__keys .checkout__table-email {width: 23.9%;}
.checkout__keys .checkout__table-narrow {width: auto;}
.checkout__keys .checkout__table-wide a span {
    display: block;
}
.checkout__keys {
    margin-bottom: 64px;
}
.checkout__download .checkout__table-wide {
    width: 19%;
    padding-left: 20px;
    padding-right: 0;
}
.checkout__download .checkout__table-version {width: 11%;}
.checkout__download .checkout__table-date {width: 15.5%;}
.checkout__download .checkout__table-doc {width: 22%;}
.checkout__download .checkout__table-load {width: auto}
.checkout__download .checkout__raw > span {
    vertical-align: top;
}
.checkout__table-load span {
    display: block;
}
.checkout__table-noLoad {
    padding-left: 20px;
}
.checkout__download {
    margin-bottom: 18px;
}
.checkout__available-wrap {
    text-align: center;
}
.checkout__available-wrap a {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.checkout__available-wrap a:after {
    content: '';
    position: absolute;
    background: url("../img/checkout__available.png") no-repeat;
    width: 10px;
    height: 7px;
    left: -21px;
    top: 7px;
}
.checkout__available-wrap a:hover {
    color: #000;
}
.checkout__orders .checkout__table-order {
    width: 19%;
    padding-left: 20px;
    padding-right: 0;
}
.checkout__available {
    margin-bottom: 56px;
}
.checkout__orders .checkout__orders-date {width: 15%;}
.checkout__orders .checkout__table-status {width: 17%;}
.checkout__orders .checkout__orders-total {width: 16.7%;}
.checkout__orders .checkout__table-links {width: auto;}
.checkout__raw_head .checkout__table-links {
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
}
.checkout__table-links a {
    display: inline-block;
    vertical-align: top;
    width: 92px;
    margin-left: 7px;
    font-family: "proximanova-bold", sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
}
.checkout__table-links a:first-child {
    margin-left: 0;
}
.checkout__orders .checkout__raw > span {
    padding-top: 4px;
    padding-bottom: 6px;
}
.checkout__orders .checkout__raw_head > span {
    padding-top: 15px;
    padding-bottom: 16px;
}
.checkout__orders .checkout__table {
    border-bottom: 1px solid #e5e5e5;
}
.checkout__orders {
    margin-bottom: 60px;
}
.checkout__address {
    text-align: center;
    margin-bottom: 23px;
}
.checkout__address .checkout__subtitle  {
    margin-bottom: 34px !important;
}
.checkout__address p {
    margin-bottom: 15px;
    color: #000;
}
.checkout__address-bill {
    text-align: center;
}
.checkout__address-bill .checkout__subtitle {
    font-size: 17px;
    margin-bottom: 8px !important;
}
.checkout__address-bill span {
    display: block;
    margin-bottom: 2px;
    font-size: 16px;
    font-family: "proximanova-semibold", sans-serif;
}
.checkout__field .checkout__error {
    color: #ed3e33;
    position: absolute;
    bottom: -21px;
    left: 0px;
    display: none;
}
.wpcf7-not-valid + .checkout__error {
    display: block;
}

.woocommerce-shipping-fields h3 {
    display: none;
}

.checkout__table .woocommerce-remove-coupon{
    font-size: 15px;
}
/* ---------------- /checkout ---------------- */

/*---------------- coupon ------------------- */
.coupon {
    background: #dbdfe3;
    padding: 30px 30px 7px 83px;
    text-align: justify;
    margin-bottom: 30px;
}
.coupon:after {
    content: '';
    width: 100%;
    display: inline-block;
}
.coupon__title {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #000;
    font-family: "proximanova-bold", sans-serif;
    width: 280px;
    letter-spacing: 6.6px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.coupon__input {
    display: inline-block;
    vertical-align: top;
    background: #edeff1;
    width: 285px;
    height: 60px;
    padding: 20px 18px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    margin: 0 0 0 38px;
}
.coupon__btn {}
.coupon__btn {
    display: inline-block;
    vertical-align: top;
    height: 60px;
    width: 222px;
    letter-spacing: 3px;
    padding: 0px 0 0 3px;
    border: 0;
}
/*---------------- /coupon ------------------- */

/* ---------------- pay-pal ----------------- */
.pay-pal {
    background: #dbdfe3;
    padding: 23px 49px 32px;
    position: relative;
    font-family: "proximanova-semibold", sans-serif;
    margin-bottom: 30px;
}
.pay-pal__title {
    margin-bottom: 12px;
}
.pay-pal__name {
    color: #616366;
    font-size: 16px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 0px;
    margin: 9px 5px 0 0;
}
.pay-pal__cards {
    display: inline-block;
    vertical-align: top;
}
.pay-pal__cards img {
    width: 144px;
    height: 37px;
}
.pay-pal .about_paypal{
    position: absolute;
    font-size: 16px;
    color: #FA5845;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    top: 31px;
    right: 60px;
}
.pay-pal p {
    color: #616366;
    font-size: 16px;
    line-height: 17px;
    margin: 0;
}
.pay-pal__what-is {
    position: absolute;
    font-size: 16px;
    color: #fa5845;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    top: 31px;
    right: 60px;
}
.pay-pal__what-is:hover {
    color: #000;
}

/* ---------------- /pay-pal ----------------- */

/* --------------- col --------------- */
.col {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1{
    width: 8.33333333%;
}
.col-xs-2{
    width: 16.66666666%;
}
.col-xs-3{
    width: 25%;
}
.col-xs-4{
    width: 33.33333333%;
}
.col-xs-5{
    width: 41.66666666%;
}
.col-xs-6{
    width: 50%;
}
.col-xs-7{
    width: 58.33333333%;
}
.col-xs-8{
    width: 66.66666666%;
}
.col-xs-9{
    width: 75%;
}
.col-xs-10{
    width: 83.33333333%;
}
.col-xs-11{
    width: 91.66666666%;
}
.col-xs-12{
    width: 100%;
}
/* --------------- /col --------------- */

/* -------------- login---------------  */
.login {
    padding-bottom: 120px;
}
.login h1 {
    margin-bottom: 41px;
}
.login__note {
    background: #ffe59e;
    text-align: left;
    padding: 33px 40px 32px 50px;
    color: #616366;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 60px;
}
.login__note p {
    margin: 0;
    font-size: 22px;
    line-height: 30px;
}
.login__note a {
    display: inline;
    position: relative;
    color: #ed3e33;
    padding-right: 19px;
}
.login__note a:after {
    position: absolute;
    content: '';
    background: url("../img/login__note.png") no-repeat;
    width: 13px;
    height: 10px;
    top: 6px;
    right: 0;
    -webkit-transition: margin-right 0.4s ease;
    transition: margin-right 0.4s ease;
}
.login__note a:hover:after {
    margin-right: -2px;
}
.login .checkout {
    max-width: none;
    min-width: 0;
    max-width: 513px;
    padding: 0;
}
.login .checkout__submit {
    padding: 17px 44px 43px 46px;
    border: none;
    float: none;
    display: block;
    margin: 20px 0 24px;
    width: 100%;
}
.checkout__pass {
    position: absolute;
    top: 10px;
    right: 1px;
}
/* -------------- /login---------------  */

/* -------------- cart --------------- */
.cart h1 {
    margin-bottom: 41px;
}

.woocommerce-error li, .woocommerce-message{
    text-align: center;
    font-size: 20px;
}
/* -------------- /cart --------------- */

/*--------inside-bundle--------*/
.inside-bundle {

}
.inside-bundle__wrap {
    max-width: 1163px;
    padding: 0 10px 60px;
    margin: 0 auto;
    border-bottom: 1px solid #dbdfe3;
}
.inside-bundle__wrap h2 {
    font-family: "Oswald", sans-serif;
    color: #000;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 73px;
    margin-top: 113px;
}
.inside-bundle__inner {
    position: relative;
    padding: 0;
    margin: 0 0 56px 0;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    -moz-justify-content: center;
    justify-content: center;
}
.inside-bundle__inner:after {
    content: '';
    width: 100%;
    display: inline-block;
}
.inside-bundle__inner > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 33%;
    border-left: 1px solid #d8d8d8;
    padding: 17px 0 74px;
}
.columns-4 .inside-bundle__inner > li{
    width: 25%;
}
.single-product .inside-bundle__inner > li{
    width: 43%;
}
.inside-bundle__inner > li:nth-child(3n+1) {
    border-left: none;
}
.inside-bundle__item-header {
    position: relative;
    display: table;
    width: 100%;
    height: 65px;
}
.inside-bundle__item-header div {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    padding: 0;
}
.inside-bundle__item-header div h3 {
    font-family: "Oswald", sans-serif;
    color: #1da4b8;
    font-size: 30px;
    line-height: 32px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.inside-bundle__item-header h3 span {
    font-family: "proximanova-semibold", sans-serif;
    font-size: 24px;
    line-height: 31px;
    color: #ed3e33;
    text-transform: none;
    display: block;
    letter-spacing: 0;
}
.inside-bundle__item-header.vip h3 span {
    display: inline;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
}
.inside-bundle__item-price div {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: #e73e34;
    font-size: 70px;
    line-height: 85px;
    text-align: center;
}
.columns-4 .inside-bundle__item-price div{
    font-size: 50px;
}
.inside-bundle__item-price div + div {
    background: #333333;
    font-size: 16px;
    line-height: 49px;
    font-family: "proximanova-bold", sans-serif;
    border-bottom: 2px solid #2c2d2d;
    padding-top: 3px;
    letter-spacing: 4.7px;
}
.inside-bundle__item-price .only {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 60px;
}
.inside-bundle__item-price .only span {
    position: absolute;
    left: -4px;
    top: -14px;
    width: 56px;
    height: 56px;
    padding: 15px 2px;
    text-align: center;
    border-radius: 100%;
    background: #1da4b8;
    font-size: 15px;
    line-height: 24px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.single-product .inside-bundle__item-price .only span{
    left: -55px;
    top: -15px;
    padding: 13px 2px;
    line-height: 18px;
}
.single-product .inside-bundle__item-price .only small{
    color: #000;
    text-decoration: line-through;
}
.inside-bundle__item-list {
    padding: 10px 30px 20px;
}
.inside-bundle__item-list ul {
    padding: 0;
    display: block;
    min-height: 165px;
}
.inside-bundle__item-list > ul > li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #dbdfe3;
    font-size: 20px;
    line-height: 29px;
    padding: 5px 0;
    color: #000000;
    font-family: "proximanova-semibold", sans-serif;
}
.inside-bundle__item-list > ul > li:first-child{
    border-top: 1px solid #dbdfe3;
}
.inside-bundle__item-list ul > li span {
    position: relative;
}
.inside-bundle__item-list > a {
    display: block;
    height: 60px;
    /*line-height: 44px;*/
    letter-spacing: 3px;
}
.inside-bundle__read-more {
    position: relative;
    max-width: 570px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}
.inside-bundle__read-more div {
    font-family: "proximanova-semibold", sans-serif;
    font-size: 22px;
    line-height: 36px;
    color: #616366;
    margin-bottom: 18px;
}
.inside-bundle__read-more div > a {
    color: #ed3e33;
    -webkit-transition: border .5s ease, color .5s ease;
    transition: border .5s ease, color .5s ease;
    border-bottom: 1px solid transparent;
}
.inside-bundle__read-more div > a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}
.inside-bundle__read-more > a {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.inside-bundle__read-more > a:hover {
    opacity: 0.7;
}
.inside-bundle__item-price {
    text-align: center;
}
.inside-bundle .btn {
    position: absolute;
    bottom: 14px;
    left: 50%;
    width: 70%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*--------/inside-bundle--------*/

/*--------most-popular-------*/
.most-popular {
    position: absolute;
    width: 190px;
    height: 40px;
    background: #dbdfe3;
    font-family: "proximanova-bold", sans-serif;
    font-size: 14px;
    line-height: 41px;
    color: #000;
    top: -55px;
    left: 50%;
    margin-left: -95px;
    text-align: center;
    letter-spacing: 2.3px;
    border-radius: 2px;
}
.most-popular:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6.5px 0 6.5px;
    border-color: #dbdfe3 transparent transparent;
    position: absolute;
    bottom: -7px;
    margin-left: 50%;
    left: -6.5px;
}
/*--------/most-popular-------*/

/*---------meet-vertoh-------*/
.meet-vertoh {
    /*overflow: inherit;*/
    /*padding: 24px 0 0;*/
    min-width: 320px;
}
.meet-vertoh .video_container {
    z-index: auto;
}
.meet-vertoh__wrap {
    max-width: 998px;
    /* min-width: 320px; */
    margin: 0 auto;
    padding: 0 10px;
}
.meet-vertoh h1 {
    /*line-height: 72px;*/
    /*margin-bottom: 23px;*/
    /*letter-spacing: 5.6px;*/
}
.single-themes .meet-vertoh__wrap h1 {
    font-size: 22px;
    line-height: initial;
    letter-spacing: 3px;
    text-transform: initial;
}
.meet-vertoh h2 {
    text-align: center;
    font-size: 62px;
    line-height: 52px;
    margin-bottom: 32px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    letter-spacing: 5.8px;
    line-height: 72px;
    margin-bottom: 23px;
    letter-spacing: 5.6px;
}
.meet-vertoh h1 + p {
    /*font-family: "proximanova-semibold", sans-serif;*/
    /*font-size: 22px;*/
    /*line-height: 36px;*/
    /*color: #fff;*/
    /*display: block;*/
    /*max-width: 967px;*/
    /*margin: 0 auto 28px;*/
}
.meet-vertoh img {
    /*width: 100%;*/
}
.meet-vertoh__links {
    /* min-width: 320px; */
    margin: 41px 0 116px;
}
.meet-vertoh__links .btn {
    display: inline-block;
    vertical-align: top;
    width: 34.2%;
    height: 60px;
    margin: 0 7px 0 0;
    line-height: 62px;
    padding: 0;
    font-size: 18px;
    font-family: "proximanova-semibold", sans-serif;
    border-radius: 3px;
    letter-spacing: 2px;
    /* margin-bottom: 38px; */
}
.meet-vertoh__about {
    position: relative;
    background: #ed3e33;
}
.meet-vertoh__about:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 66.5px 0 66.5px;
    border-color: #ed3e33 transparent transparent transparent;
    bottom: -29px;
    left: 50%;
    margin-left: -66px;
    z-index: 1;
}
.meet-vertoh__about p {
    display: block;
    max-width: 998px;
    min-width: 320px;
    margin: 0 auto;
    padding: 71px 10px 68px;
    font-family: "proximanova-semibold", sans-serif;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
}
/*---------/meet-vertoh-------*/

/* ------------- our-features -------------- */
.our-features {}
.our-features__wrap {
    max-width: 1008px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 59px;
}
.our-features__title {
    margin-bottom: 70px;
}
.our-features_management .our-features__title {
    margin-bottom: 61px;
}
.our-features__pic {
    position: relative;
}
.our-features__pic_tickets {
    padding: 0 107px 0 69px;
    margin-bottom: 69px;
}
.our-features__pic_color {
    max-width: 480px;
    margin: 0 auto 47px;
    left: 2px;
}
.our-features__pic img {
    width: 100%;
    height: auto;
}
.our-features__pic_management {
    padding:0 90px 40px 155px;
}
.our-features__label {
    font-family: "proximanova-bold", sans-serif;
    color: #000;
    font-size: 12px;
    padding: 13px 12px 12px 15px;
    position: absolute;
    background: #dbdfe3;
    white-space: pre-line;
    line-height: 14px;
    text-align: center;
    letter-spacing: 2.4px;
}
.our-features__label:after {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-top: 8px solid #dbdfe3;
    left: 50%;
    margin-left: -5px;
    bottom: -14px;
}
.our-features__line {
    position: relative;
    background: #dbdfe3;
}
.our-features__line:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -71px;
    top: 0;
    border: 70px solid transparent;
    border-top: 30px solid #fff;
}
.postid-9165 .our-features_promo .our-features__line:before {
    content: none;
}
.our-features__label_1 {
    top: -33px;
    left: 70px;
}
.our-features__label_2 {
    top: 81px;
    right: 50px;
}
.our-features__label_3 {
    top: -68px;
    left: 50%;
    margin-left: -112px;
    padding: 13px 4px 13px 9px;
    width: 216px;
}
.our-features__label_4 {
    top: 39px;
    left: 96px;
}
.our-features__label_5 {
    top: 255px;
    left: 49px;
}
.our-features__label_6 {
    top: 141px;
    right: 0;
    width: 231px;
}
.our-features__label_6:after,
.our-features__label_7:after {
    bottom: auto;
    left: -14px;
    top: 50%;
    margin-left: 0;
    margin-top: -7px;
    border: 7px solid transparent;
    border-right: 7px solid #dbdfe3;
}
.our-features__label_7 {
    top: 284px;
    right: 0;
    width: 225px;
}
.our-features__label_8 {
    top: 1px;
    left: 20px;
    padding-left: 13px;
    padding-right: 9px;
}
.our-features__label_9 {
    top: 1px;
    left: 273px;
    padding-left: 0px;
    padding-right: 0;
    width: 174px;
}
.our-features__label_10 {
    top: 1px;
    right: 252px;
    padding-left: 0;
    padding-right: 0;
    width: 172px;
}
.our-features__label_10:after {
    bottom: auto;
    left: auto;
    right: -14px;
    top: 50%;
    margin-left: 0;
    margin-top: -7px;
    border: 7px solid transparent;
    border-left: 7px solid #dbdfe3;
}
.our-features__list {
    padding: 72px 0 5px;
}
.our-features__list h3{
    font-size: 20px;
}
.our-features__list h4 {
    text-transform: uppercase;
}
.our-features_promo .our-features__title {
    margin-bottom: 97px;
}
.our-features__pic_promo {
    padding: 0 10px 40px 14px
}
.our-features__pic_hide {
    position: absolute;
    top: 0;
    left: 0;
    width: 87.8% !important;
    height: auto !important;
    left: 70px;
    top: -33px;
}
.our-features__pic_hide-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 45% !important;
    height: auto !important;
    left: 134px;
    top: -68px;
}
.our-features__pic_hide_3 {
    position: absolute;
    width: 95% !important;
    height: auto !important;
    left: 50px;
    top: 39px;
}
.our-features__pic_hide_4 {
    position: absolute;
    /*width: 73% !important;*/
    height: auto !important;
    left: 20px;
    top: 0px;
}
/* ------------- /our-features -------------- */

/* --------------- love-features----------------- */
.love-features {
    padding-top: 118px;
}
.love-features__title {
    max-width: 978px;
    margin: 0 auto;
}
.love-features__list {
    padding-bottom: 0;
}
.love-features__list > div {
    height: 388px;
    border-bottom: 1px solid #dbdfe3;
}
.love-features__list .col {
    display: table;
    height: 100%;
}
.love-features__inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.love-features__list img {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    max-width: 100%;
    height: auto;
}
.love-features__inner .love-features__subTitle {
    text-align: center;
    text-transform: uppercase;
}
.love-features__list > .case__row:nth-child(2n) > div:first-child {
    float: right;
}
.love-features__inner p {
    margin-bottom: 30px;
}
.love-features + .comparison-table {
    padding-top: 45px;
}
/* --------------- /love-features----------------- */

/* --------------- switcher ------------------- */
#switcher a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
#switcher {
    font-family: 'Roboto', sans-serif;
    height: 80px;
    padding: 0;
    background: rgba(0,0,0,.7);
    z-index: 99999;
    position: fixed;
    width: 100%;
    bottom: 0px;
}
#switcher  .center {
    margin: auto;
    width: 100%;
}
#switcher .logo {
    position: absolute;
    top: 8px;
    left: 20px;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
#switcher .logo img {
    opacity: 1;
}
#switcher .logo:hover {
    opacity: 0.7;
}
#switcher .options {
    position: absolute;
    top: 20px;
    right: 20px;
}
#switcher .drop {
    float: left;
    margin: 9px 0 0 36px;
    text-transform: uppercase;
    padding-left: 0;
}
#switcher .drop a {
    font-family: "proximanova-bold", sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
}
#switcher .drop > li {
    display: block;
    position: relative;
}
#switcher .drop > li > a:after {
    content: '';
    position: absolute;
    background: url("../img/switcher.png") no-repeat;
    width: 10px;
    height: 7px;
    top: 8px;
    right: -16px;
}
#switcher .drop > li > a:before {
    content: '';
    position: absolute;
    background: url("../img/switcher.png") no-repeat bottom;
    width: 10px;
    height: 7px;
    top: 8px;
    right: -16px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
#switcher .drop a.active,
#switcher .drop a:hover {
    color: #ff4a1b;
}
#switcher .drop a.active:before,
#switcher .drop a:hover:before {
    opacity: 1;
}
#switcher .drop ul {
    margin:0;
    position: absolute;
    right: 0;
    bottom: 33px;
    width: 200px;
    background: #ed3e33;
    left: 50%;
    padding: 14px 0 8px;
    margin-left: -103px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
}
#switcher .drop ul:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -8px;
    border: 7px solid transparent;
    border-top: 8px solid #ed3e33;
    bottom: -15px;
}
#switcher .drop ul li {
    display: block;
    text-align: center;
}
#switcher .drop ul li a {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    letter-spacing: 2.5px;
}
#switcher .drop ul li a:hover {
    color: #000;
}
#switcher .drop li:hover ul {
    visibility: visible;
    opacity: 1;
}
#switcher .btn {
    border-radius: 4px;
    color: #ffffff; /*#81807a;*/
    display: block;
    font: inherit;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    margin:0;
    margin-left: 10px;
    padding: 0;
    line-height: 42px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 127px;
    opacity: 1;
    letter-spacing: 3px;
    font-family: "proximanova-bold", sans-serif;
}
#switcher_open_container{
    display: none;
    height: 41px;
    top: auto;
    bottom: 0px;
    width: 80px;
    left: auto;
    right: 0px;
    overflow: hidden;
    position:fixed;
}
#switcher_close {
    background-position: 0 center;
    background: url('../images/x-white.png') no-repeat -28px center;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor:pointer;
    position: absolute;
    right: 0;
}
#switcher_open {
    background-position: 0 center;
    background: url('../images/x-white.png') no-repeat -56px center;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor:pointer;
    position: absolute;
    right: 0;
    z-index: 9999;
}
#switcher .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 12px;
    background-color: #ffff00;
    display: block;
    line-height: normal;
    padding: 3px;
    border-radius: 5px;
    color: #000000;
    font-weight: bold;
}
.switcher__logo-mini {
    display: none;
}
#switcher .btn_white {
    width: 177px;
    line-height: 38px;
    margin-left: 37px;
}
#switcher .btn_white:hover {
    background: #fff;
    color: #000;
}
/* --------------- /switcher ------------------- */

/*----------switcher-fix---------*/
.switcher-fix a {
    text-decoration: none;
    color: #fff;
}
.switcher-fix {
    font-family: 'Roboto', sans-serif;
    height: 0;
    padding: 0;
    background: rgba(0,0,0,.7);
    z-index: 99999;
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
    overflow: hidden;
}
.switcher-fix_show {
    height: 80px;
}
.switcher-fix  .center {
    margin: auto;
    width: 100%;
}
.switcher-fix .logo {
    position: absolute;
    top: 8px;
    left: 20px;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.switcher-fix .logo img {
    opacity: 1;
}
.switcher-fix .logo:hover {
    opacity: 0.7;
}
.switcher-fix .options {
    position: absolute;
    top: 20px;
    right: 20px;
}
.switcher-fix .btn {
    border-radius: 4px;
    color: #ffffff; /*#81807a;*/
    display: block;
    font: inherit;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    margin:0;
    margin-left: 10px;
    padding: 0;
    line-height: 42px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 127px;
    opacity: 1;
    letter-spacing: 3px;
    font-family: "proximanova-bold", sans-serif;
}
.switcher-fix .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 12px;
    background-color: #ffff00;
    display: block;
    line-height: normal;
    padding: 3px;
    border-radius: 5px;
    color: #000000;
    font-weight: bold;
}
.switcher__logo-mini {
    display: none;
}
.switcher-fix .btn_white {
    width: 137px;
    line-height: 38px;
    margin-left: 37px;
}
.switcher-fix .btn_white:hover {
    background: #fff;
    color: #000;
}
.switcher-fix ul{
    list-style: none;
    margin: 25px 0 0px 20px;
    padding: 0;
    color: #ffffff;
}
.switcher-fix ul li{
    display:inline-block;
}
/*----------/switcher-fix--------*/

/*----------faq--------*/
.faq {
    padding: 76px 20px 45px;
}
.faq > div {
    position: relative;
    max-width: 994px;
    margin: 0 auto;
}
.faq h2 {
    letter-spacing: 1px;
    margin: 57px 0 92px;
}
/*----------/faq--------*/

/*----------accordion--------*/
.accordion {
    position: relative;
    overflow: hidden;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.accordion__item {
    width: 48.7%;
    position: relative;
    margin: 0 0 20px;
}
.accordion__caption {
    position: relative;
    padding: 20px 65px 20px 21px;
    margin-bottom: 20px;
    border: 2px solid #e0e0e0;
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    cursor: pointer;
    font-family: "proximanova-semibold", sans-serif;
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s;
    letter-spacing: 0.8px;
    background: url('../img/icon-plus.png') no-repeat 95% center;
}
.accordion__caption.similar {
    transition: none;
}
.accordion__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 2px solid #e0e0e0;
    border-top: none;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 21px;
    font-family: "proximanova-semibold", sans-serif;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
}
.accordion__content.visible {
    opacity: 1;
    visibility: visible;
    transition: visibility 0.3s 0.3s, opacity 0.3s 0.3s;
}

/*----------/accordion--------*/

.support-portal-link{
    text-align: center;
    margin: 30px 0;
    font-size: 20px;
}

.page.page-id-11995 h1, .page.page-id-11912 h1, .page.page-id-11891 h1{
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0px;
}
footer ul#menu-our-themes li{
    font-size: 12px;
}

footer .container{
    position: static;
}

.buy_all {
    border: 2px solid #000000;
    margin-top: 15px;
}
.buy_all span {
    display: block;
    font-family: "Oswald", sans-serif;
    color: #000;
    font-size: 24px;
    text-align: center;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0;
}
.btn_buy_all{
    display: block;
    height: 60px;
    line-height: 44px;
    letter-spacing: 3px;
}

.inside-bundle .btn.btn_red.btn_buy_all{
    background-color: #ed3e33;
}
.checkout__table_cart .buy_all_row{
    text-align: center;
}
.checkout__table_cart .btn_buy_all{
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    line-height: normal;
}
.checkout__raw.checkout__raw_subtotal{
    border-top: 0;
}
.switcher-fix .btn_red{
    background-color: #19b2c4;
}
.switcher-fix .btn_red.btn_buy_all {
    width: auto;
    padding: 0 10px;
    margin-right: 29px;
    background-color: #ed3e33;
}
.comparison-table__headers {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding-right: 20px;
    padding-left: 190px;
    background: #000;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -moz-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}
.comparison-table__headers.visible {
    opacity: 1;
    visibility: visible;
}
.comparison-table__headers {
    display: none;
}
.comparison-table_2 .comparison-table__headers {
    display: block;
}
.comparison-table__headers .swiper-container {
    max-width: 1360px;
    margin: 0 auto;
}
.comparison-table__headers .swiper-slide .pricing-header h3 {
    color: #fff !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    font-family: "Oswald", sans-serif !important;
    line-height: 22px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    padding: 10px 5px 3px !important;
    -webkit-transition: font-size 0.4s;
    -moz-transition: font-size 0.4s;
    -ms-transition: font-size 0.4s;
    -o-transition: font-size 0.4s;
    transition: font-size 0.4s;
}
.comparison-table__headers .swiper-slide .pricing-header h4 {
    padding: 2px 15px;
    color: #1da4b8;
    font-size: 16px;
    line-height: 20px;
}
.comparison-table__swiper .swiper-button-next,
.comparison-table__headers .swiper-button-next,
.comparison-table__swiper .swiper-button-prev,
.comparison-table__headers .swiper-button-prev {
    position: absolute;
    width: 25px;
    height: 85px;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 4;
}
.comparison-table__swiper .swiper-button-next:before,
.comparison-table__headers .swiper-button-next:before,
.comparison-table__swiper .swiper-button-prev:before,
.comparison-table__headers .swiper-button-prev:before {
    position: absolute;
    z-index: 2;
    top: 54%;
    right: 42%;
    border: 3px solid #fff;
    border-bottom: none;
    border-left: none;
    width: 14px;
    height: 14px;
    transform-origin: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    content: '';
    transition: border-color 0.3s;
}
.comparison-table__swiper .swiper-button-prev ,
.comparison-table__headers .swiper-button-prev {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
    left: -7px;
}
.comparison-title {
    padding: 100px 0 50px;
    color: #fff;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    line-height: 52px;
}
.comparison-table_2 .comparison-title.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
}
.comparison-title h1 {
    margin: 0 0 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.comparison-table_2 {
    padding-top: 86px !important;
}
.comparison-table_2 .comparison-table,
.comparison-table_2 .smart-wrapper{
    padding-top: 0;
}
#main-menu{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*****************************New STYLES *******************************************/

.offering{
    padding-bottom: 36px;
    background-color: #dbe0e4;
    clear: both;
    overflow: hidden;
}
.offering h2{
    margin-bottom: 67px;
    font-size: 42px;
    letter-spacing: 0;
}
.offering__wrap{
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 25px;
}

.offering__row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}
.offering__row > span{
    color: #2b2b2b;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    margin: 58px 50px -4px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.offering__support{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 614px;
    height: 612px;
    padding-bottom: 120px;
    background-color: #f6f6f6;
    overflow: hidden;
    -webkit-transition: box-shadow .3s ease, transform .3s ease;
    transition: box-shadow .3s ease, transform .3s ease;
    max-width: 450px;
}
.offering__support-head {
    padding: 19px 0 13px;
    background-color: #f1422d;
    text-align: center;
}
.offering__support-heading{
    position: relative;
    display: table;
    width: 100%;
}
.offering__support-heading div {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    padding: 0;
}
.offering__support-heading div h3 {
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 22px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
.offering__support-popular {
    position: absolute;
    top: -11px;
    left: -22px;
    width: 172px;
    height: 32px;
    padding-left: 28px;
    background-color: #fff;
    color: #000;
    font: 700 18px/24px "Oswald", sans-serif;
    letter-spacing: -1px;
    text-align: left;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.offering__support-price {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 60px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 48px;
    line-height: 73px;
    text-align: center;
}
.offering__support-list {
    padding: 3px 30px 20px;
}
.offering__support-list ul {
    margin: 1em 0;
    padding: 0;
    display: block;
    min-height: 165px;
}
.offering__support-list ul li {
    display: block;
    padding: 13px 0 14px;
    border-bottom: 1px solid #dbdfe3;
    font: 17px "proximanova-semibold", sans-serif;
    text-align: center;
    color: #000;
}
.offering__support-list ul li:last-child {
    border-bottom: 0;
}
.offering__support-list > a {
    display: block;
    position: absolute;
    bottom: 56px;
    left: 50%;
    width: 43%;
    height: 60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    letter-spacing: 3px;
}

/*----------- form --------*/
.offering__form{
    max-width: 450px;
    padding: 40px 44px 59px;
    background-color: #fff;
    font: 24px/1 'proximanova-bold', sans-serif;
    text-align: center;
}
.offering__form p{
    margin: 0 auto 34px;
}
.offering__form input,
.offering__form textarea{
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    padding: 0 21px;
    border: none;
    background-color: #edeff1;
    color: #000;
    font: 16px/1 'proximanova-bold', sans-serif;
}
.offering__form textarea{
    height: 157px;
    margin-bottom: 15px;
    padding: 22px 21px;
}
.offering__form button{
    width: 227px;
    border: none;
}

.offering__read-more {
    position: relative;
    max-width: 570px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}
.offering__read-more div {
    font-family: "proximanova-semibold", sans-serif;
    font-size: 18px;
    line-height: 36px;
    color: #616366;
    margin-bottom: 14px;
}
.offering__read-more div > a {
    color: #ed3e33;
    -webkit-transition: border-bottom-color .5s ease;
    transition: border-bottom-color .5s ease;
    border-bottom: 1px solid transparent;
}
.offering__read-more div > a:hover {
    border-bottom-color: #ed3e33;
}
.offering__read-more > a {
    padding-left: 13px;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.offering__read-more > a:hover {
    opacity: .8;
}
.offering__form .contact-form-recaptcha{
    margin: 0 auto;
    width: 80%;
    margin-bottom: 5px;
}
/*****************************MEDIA QUERIES FOR MOBILE STYLES *******************************************/

@media only screen and (max-width: 1024px) {

    .pricing-header>div {
        position: fixed;
        top: 0;
        left: 0;
    }

    /*--------inside-bundle-------*/
    .inside-bundle__item-header {
        padding: 0 40px;
    }
    /*--------/inside-bundle-------*/

    .smart-pricing .pricing-header h3{
        font-size: 15px !important;
        padding: 10px 5px 3px !important;
    }
    .smart-pricing .pricing-header h4 span {
        font-size: 12px !important;
    }
    .comparison-table .features-list ul li span{font-size:10px;}
    .comparison-table__headers {
        display: block;
    }
    .comparison-table__swiper .swiper-button-prev {
        left: 0;
    }
    .comparison-title {
        padding: 50px 0;
        font-size: 32px;
        line-height: 42px;
    }

    nav {
        right: 19px;
    }
    .header__logo {
        left: 22px;
    }
    nav li {
        margin-left: 16px;
        letter-spacing: 2.5px;
    }
    nav .cart-items {
        margin-left: 49px;
        float: right;
    }

    /* ----------- hero ------------- */
    .need_event {
        padding-top: 120px;
    }
    .need_event .video_container{
        /*padding: 95px 0 0 0;*/
    }
    .need_event h1 {
        margin-left: 0;
        font-size: 40px;
        line-height: 44px;
    }
    .need_event h1+p {
        margin: 16px 0 55px 6px;
        font-size: 20px;
        line-height: 27px;
    }
    .hero-slider {
        height:459px;
    }
    .hero-slider ul {
        margin-left: -321px;
    }
    .need_event .hero__caption {
        height: 322px;
    }
    .need_event .hero__caption .container{
        padding: 68px 22px 0;
    }
    .need_event .hero__caption p {
        margin-bottom: 18px;
    }


    .need_event>div {
        display: block;
    }
    .need_event__video {
        background: #19b2c4;
    }
    .need_event>div:first-child {
        display: block;
        padding: 4px 0 0;
        text-align: center;
    }
    .need_event>div:first-child>div:first-child {
        padding: 0 20px 32px;
        width: 100%;
        text-align: center;
    }
    .need_event>div:first-child>div {
        width: 100%;
    }
    .need_event>div:first-child:after {
        display: none;
    }
    .need_event__percentages {
        padding: 0;
        margin: 0 0 18px;
    }
    .need_event__percentages-item {
        display: inline-block;
        vertical-align: top;
        width: 30.5%;
        padding: 0 10px;
        font-size: 16px;
        line-height: 16px;
    }
    .need_event__percentages-item span{
        display: block;
        margin: 0 auto 10px;
    }
    .need_event__featured {
        max-width: 100%;
    }
    .need_event__featured span {
        margin: 0 0 19px;
        font-size: 16px;
        line-height: 16px;
    }
    .need_event__featured img {
        margin: 0 20px 20px;
    }
    .need_event__video {
        overflow: hidden;
        height: 266px;
    }
    .need_event__featured>div {
        -moz-justify-content: center;
        justify-content: center;
    }
    .need_event .play {
        top: 53%;
        left: 50%;
        padding: 16px 0 16px 82px;
        font-size: 29px;
        line-height: 29px;
    }
    .need_event .play:before {
        width: 60px;
        height: 60px;
    }
    .need_event .play:after {
        top: 14px;
        left: 19px;
        border-width: 17px 0 17px 26px;
    }
    .need_event__video:before {
        top: 22px;
        left: 50%;
        width: 237px;
        background-size: contain;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    /* ----------- /hero ------------- */

    /*----------- hcustomers --------*/
    .hcustomers__forbes img {
        margin-left: 4px;
    }
    .hcustomers__forbes a {
        margin-right: -3px;
        display: inline-block;
    }
    .hcustomers__happy-slide{
        width: auto;
        margin: 0 -137px;
        height: 177px;
    }
    .slider-tweets {
        margin-bottom: 123px;
    }
    .tweet__item .tweet__item-text>div {
        height: 110px;
    }
    .tweet__item .tweet__item-text {
        height: 189px;
    }
    .slider-tweets .swiper-slide {
        /*width: 230px!important;*/
    }

    .happy-slide_content {
        height: 599px;
    }
    .hcustomers__happy-slide .slider__btn_happy_next {
        left: 65.6%;
    }
    .hcustomers__happy-slide .slider__btn_happy_prev {
        right: 65.9%;
    }
    .happy-slide__text-wrap>div {
        margin: 40px 0 29px;
        max-height: 330px;
    }
    .slider__btn {
        right: 8px;
    }
    .hcustomers__tweets .slider__btn_prev {
        right: 56px;
    }
    /*----------- /hcustomers --------*/

    /* --------------- checkout -------------- */
    .checkout {
        padding: 160px 22px 180px;
    }
    .checkout__title {
        margin-bottom: 34px;
    }
    .checkout__title + .checkout__after-title {
        max-width: 550px;
        margin: 0 auto 48px;
        line-height: 30px;
    }
    .checkout__info .checkout__subtitle {
        margin-top: 29px;
    }
    .checkout__table-wide {
        padding-left: 50.4%;
    }
    .checkout__table_cart .checkout__raw_total .checkout__table-wide,
    .checkout__table_cart .checkout__raw_subtotal .checkout__table-wide {
        padding-left: 60.3%;
    }
    .checkout__submit {
        padding: 17px 38px 43px 52px;
    }
    .checkout__keys .checkout__table-wide a span {
        display: inline;
    }
    .checkout__keys .checkout__raw_head,
    .checkout__download .checkout__raw_head,
    .checkout__orders .checkout__raw_head {
        display: none;
    }
    .checkout__keys .checkout__raw > span,
    .checkout__download .checkout__raw > span,
    .checkout__orders .checkout__raw > span {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        border-top: 1px solid #e5e5e5;
        padding-top: 14px;
        padding-bottom: 15px;
    }
    .checkout__keys .checkout__raw,
    .checkout__download .checkout__raw,
    .checkout__orders .checkout__raw {
        margin-bottom: 20px;
        border-bottom: 1px solid #e5e5e5;
        border-top: none;
    }
    .checkout__download .checkout__raw_noLoad{
        border-bottom: none;
    }
    .checkout__download {
        margin-bottom: -7px;
    }
    .checkout__orders .checkout__raw > .checkout__table-links {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .checkout__raw_tablet {
        display: none !important;
    }
    .checkout__orders .checkout__table {
        border-bottom: none;
    }
    .checkout__address {
        margin-bottom: -10px;
    }
    .checkout__table-date {
        display: none !important;
    }
    .checkout__table-links a {
        width: 87px;
        margin-left: 1px;
    }
    .checkout__table .bundled_table_item .checkout__table-qty{
        padding-left: 30px;
    }
    /* --------------- /checkout -------------- */

    /* --------------- pay-pal -------------- */
    .pay-pal__what-is {
        right: 48px;
    }
    /* --------------- /pay-pal -------------- */

    /* ---------------- case ----------------- */
    .case {
        padding-left: 7px;
        padding-right: 7px;
    }
    .case p {
        margin: 0 0 33px;
    }
    /* ---------------- /case ----------------- */

    /* -------------- login---------------  */
    .login__note {
        text-align: center;
        padding: 31px 40px 27px 39px;
        line-height: 36px;
    }
    .login__note p {
        margin: 0;
        line-height: 37px;
    }
    /* -------------- /login---------------  */

    /*-----------hero-bundle--------*/
    .hero-bundle {
        padding: 130px 0 0;
    }
    .hero-bundle h1 {
        line-height: 86px;
    }
    .hero-bundle .buy-themes {
        padding-top: 48px;
    }
    .hero-bundle .buy-themes__item > img {
        width: 98.8%;
    }
    /*-----------/hero-bundle--------*/

    /* -------------- coupon --------------- */
    .coupon {
        padding-left: 30px;
    }
    .coupon__title {
        display: block;
        text-align: center;
        width: 100%;
    }
    .coupon__input {
        margin: 0;
        width: 63.5%;
    }
    .coupon__btn {
        width: 33.3%;
        padding: 18px 0 0 15px;
    }
    /* -------------- /coupon --------------- */

    /* ------------- our-features -------------- */
    .our-features__wrap {
        padding-top: 54px;
    }
    .our-features__title {
        margin-bottom: 45px;
        line-height: 53px;
    }
    .our-features__label {
        display: none;
    }
    .our-features__pic_tickets {
        padding: 0;
        margin-bottom: -8px;
    }
    .our-features__pic_tickets img {
        position: relative;
        left: -34px;
    }
    .our-features__pic_color {
        margin: 0 auto 27px;
    }
    .our-features__list {
        padding: 72px 0 13px;
    }
    .our-features__pic_management {
        padding: 0 9px 0 5px;
    }
    .our-features_management .our-features__title {
        margin-bottom: 52px;
    }
    .our-features_management .our-features__line .case {
        padding-bottom: 7px;
    }
    .our-features_promo .our-features__title {
        margin-bottom: 34px;
    }
    .our-features__pic_promo {
        padding: 0 9px 0 7px;
    }
    .our-features_promo .our-features__line .case {
        padding-bottom: 6px;
    }
    .our-features__pic_hide_4,
    .our-features__pic_hide_3,
    .our-features__pic_hide-2,
    .our-features__pic_hide {
        display: none;
    }
    /* ------------- /our-features -------------- */

    /* -------------- love-features ------------- */
    .love-features__list > div {
        height: 362px;
        display: none;
    }
    .love-features__list > div:first-child,
    .love-features__list > div:first-child + div {
        display: block;
    }
    .love-features__inner p {
        margin-bottom: 0;
    }
    /* -------------- /love-features ------------- */

    /* --------------- switcher ------------------- */
    .switcher__logo-big {
        display: none;
    }
    .switcher__logo-mini {
        display: block;
    }
    .switcher-fix ul{
        display:none;
    }
    #switcher .btn {
        width: 78px;
    }
    #switcher .btn span {
        display: none;
    }
    #switcher .btn_white {
        width: 126px;
    }
    #switcher .btn_white span {
        display: none;
    }
    #switcher .logo {
        top: 15px;
    }
    /* --------------- /switcher ------------------- */

    /* --------------- /switcher ------------------- */
    .hero-bundle {
        padding: 100px 0 0;
    }
    .hero-bundle h1 {
        font-size: 50px;
        line-height: 75px;
        margin-bottom: 20px;
    }
    .hero-bundle>div:first-child {
        padding: 0;
        margin-top: -100px;
        text-align: center;
    }
    .hero-bundle>div:first-child>div {
        width: 100%;
        text-align: center;
    }
    .hero-bundle__bg  {
        display: none;
    }
    .hero-bundle>div:first-child>div:first-child {
        width: 100%;
        padding: 100px 20px 40px;
        text-align: center;
    }
    .hero-bundle__cost {
        font-size: 70px;
        line-height: 110px;
        margin: 0 0 40px;
    }
    .hero-bundle__cost span {
        width: 50px;
        height: 50px;
        padding: 14px 2px;
        font-size: 20px;
        line-height: 20px;
    }
    .hero-bundle__price {
        padding: 35px 14px 0;
    }
    .hero-bundle__price img {
        width: 100%;
        height: auto;
    }
    /* --------------- /switcher ------------------- */

    /* --------------- /switcher ------------------- */
    .meet-vertoh__links {
        margin: 41px 0 80px;
    }
    .meet-vertoh__links .btn {
        width: 35%;
        margin: 0 10px 0;
    }
    /* --------------- /switcher ------------------- */

    /* --------------- /switcher ------------------- */
    #theme-pricing {
        padding: 60px 0 44px;
    }
    #theme-pricing.inside-bundle h2 {
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 42px;
    }
    .inside-bundle__item-header div h3 {
        font-size: 25px;
    }
    .inside-bundle__item-header {
        height: 65px;
    }
    .inside-bundle__item-price div {
        line-height: 96px;
    }
    .inside-bundle__inner > li {
        width: 50%;
        padding: 9px 0 83px;
        margin: 0 auto 25px;
    }
    .inside-bundle__inner > li:last-child {
        border-left: none;
    }
    .inside-bundle__item-list {
        padding: 8px 30px;
    }
    .inside-bundle__item-list > ul > li {
        padding: 5px 0;
    }
    .inside-bundle .btn {
        width: 71%;
        bottom: 32px;
    }
    .inside-bundle__item-header h3 span {
        font-size: 20px;
        line-height: 31px;
        text-transform: none;
    }
    .inside-bundle__item-price .only {
        padding: 0 55px 0 62px;
    }
    .inside-bundle__item-price .only span {
        left: -3px;
        top: 6px;
    }
    /* --------------- /switcher ------------------- */

    /* --------------- faq ------------------- */
    .faq h2 {
        font-size: 32px;
        line-height: 35px;
        margin: 57px 0 56px;
    }
    .faq > div {
        max-width: 645px;
    }
    /* --------------- /faq ------------------- */

    /* --------------- accordion ------------------- */
    .accordion__item {
        width: 46.5%;
        margin: 0 0 16px;
    }
    .accordion__caption {
        padding: 16px 60px 15px 16px;
        font-size: 16px;
        line-height: 18px;
        background: url('../img/icon-plus.png') no-repeat 92% center;
    }
    .accordion__content {
        padding: 20px 16px;
    }
    /* --------------- /accordion ------------------- */
    .sorting-wrap__item{
        height: auto;
    }

    .offering h2{
        margin-bottom: 104px;
    }
    .offering__row{
        flex-flow: column nowrap;
    }
    .offering__row > span{
        margin-bottom: 52px;
    }
    .offering__row{
        margin-bottom: 79px;
    }

}

@media only screen and (max-width: 978px) {
    .column {
        height: 400px;
    }

    .container, .breadcrumb ul {
        padding: 0 18px;
    }

    .feature-comments {
        display: none;
    }

    .main-feature .feature-img h2 {
        padding: 0;
    }

    .other-features ul {
        display: none;
    }

    .other-features .content {
        margin: 0;
        width: 100%;
    }

    .other-features .content > div {
        display: block;
        float: left;
        width: 45.31%;
    }

    .other-features .content > div:nth-of-type(2n+2) {
        float: right;
    }

    .other-features .content > div:nth-of-type(2n+3) {
        clear: left;
    }
    #bundle {
        background: none;
    }

    .page-template-page-store-allthemes .themes{margin:0;padding:0;}
    .page-template-page-store-allthemes .themes .column{width: auto;padding-left:0px;height: auto;}
    .page-template-page-store-allthemes #theme-list .thumbnail > span{left: -8px;}
    .page-template-page-store-allthemes .buy-themes__item > img{width:130% !important;}
    .page-template-page-store-allthemes .hcustomers__forbes a{display:block;}

    .page-template-page-store-home .themes{margin:0;padding:0;}
    .page-template-page-store-home .themes .column{width: auto;padding-left:0px;height: auto;}
    .page-template-page-store-home #theme-list .thumbnail > span{left: -8px;}
    .page-template-page-store-home .buy-themes__item > img{width:130% !important;}
    .page-template-page-store-home .hcustomers__forbes a{display:block;}

    .single-themes .hcustomers__forbes a{display:block;}
}

@media only screen and (max-width: 942px) {
    .page-template-page-store-home-php .column, .page-template-page-store-home-php .column3 {
        margin: 0 10px 25px 0;
        width: 40%;
        /*height: 400px;*/
    }

    .page-template-page-store-home-php .column:nth-of-type(2n+2) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 936px) {

    .woocommerce form .shop_table .total td:first-child {
        padding: 10px;
        text-align: center !important;
    }

    .woocommerce form .shop_table .total .haveCoupon {
        margin: 5px 0 10px;
        width: 100%;
    }

    .woocommerce form .shop_table .total #couponCode, .woocommerce form .shop_table .total #updateCart {
        display: inline-block;
        float: none;
    }

    .woocommerce form .shop_table .total #couponCode {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 910px) {

    header.mobile-open {
        background: #000;
    }

    #mobile-menu {
	float: left;
	position: relative;
	margin: 0;
	padding: 34px 0 0;
	width: 100%;
	background-color: #000;
    }

    #mobile-menu li {
        display: block;
        list-style: none;
        margin-bottom: 10px;
        text-align: center;
    }

    #mobile-menu a {
        color: #c4c3c3;
        display: block;
        font-size: 16px;
        font-weight: 500;
        padding: 10px 0;
    }

    #hero p br, section h2 + p br {
    }

    #theme-hero {
        text-align: center;
    }

    #theme-hero .content {
        margin: 0 0 44px;
        width: 100%;
    }

    #theme-hero img {
        float: none;
        width: auto;
    }
}

@media only screen and (max-width: 768px) {

    .page-template-page-store-home .showcase .column {
	width: 100% !important;
	max-width: 450px !important;
	padding: 0 !important;
	margin: 0 auto;
    }
    /* ----------- header ------------- */
    .header__logo-big {
        display: none;
    }
    .header__logo-mini {
        display: block;
    }
    .switcher-fix ul{
        display:none;
    }
    .header__logo {
        width: auto;
        height: auto;
        left: 50%;
        margin-left: -28px;

        top: 13px;
    }
    header .container {
        padding: 0;
    }
    nav {
	top: 26px;
	right: auto;
	left: 21px;
	z-index: 10;
    }
    .page-template-page-store-home-php header {
        min-height: 80px;
        height: auto;
        z-index: 1000;
    }
    nav ul li {
        display: none;
    }
    #main-menu {
        float: left;
        background: url("../img/mobile-menu_bg.png") no-repeat;
        width: 78px;
        height: 14px;
        margin: 4px 0 0 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    nav .cart-items {
        margin-right: -4px;
    }
    .menu__sub {
        opacity: 1;
        visibility: visible;
        display: block;
        position: relative;
        left: auto;
        top: auto;
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 0;
        background: rgba(255,255,255,0.15);
    }
    /* ----------- /header ------------- */

    .other-features .container p:first-child {
        float: none !important;
        width: 100% !important;
    }

    .other-features .container h3 {
        float: none;
        width: 100%;
    }

    .other-features .container h3 + p {
        width: 100%;
    }


    .comparison-table {
        padding-bottom: 20px;
    }

    .smart-pricing .comparison-table ul li:before {
        display: inline-block !important;
        margin-top: 20px;
    }

    .comparison-table {
        height: auto !important;
    }

    .woocommerce .cart-collaterals .cart_totals {
        float: right !important;
    }

    .woocommerce table.cart td.actions .coupon {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    /*----------- hcustomers --------*/
    .hcustomers__forbes{
        height: 100%;
        text-align: center;
    }
    .hcustomers__forbes .container{
        padding-top: 27px;
    }
    .hcustomers__forbes img {
        margin: 0 auto 26px;
        display: block;
    }
    .hcustomers__forbes a {
        margin-left: 2px;
        margin-bottom: 22px;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        letter-spacing: 5.3px;
        float:none;
    }
    .slider-tweets .swiper-slide {
        width: 100%;
    }

    .hcustomers__happy .container {
        padding-top: 48px;
    }
    .hcustomers__happy h2 {
        font-size:32px;
        letter-spacing: 3.3px;
        margin-bottom: 8px;
    }
    .hcustomers__happy h2+p {
        margin: 0 auto 51px;
        font-size: 18px;
        line-height: 28px;
    }
    .hcustomers__happy-slide .slider__btn_happy_next {
        left: 73.8%;
    }
    .hcustomers__happy-slide .slider__btn_happy_prev{
        right: 73.6%;
    }
    .happy-slide_content {
        height: 629px;
        margin-bottom: 18px;
    }
    .happy-slide__text-wrap .btn_red {
        width: 98.1%;
        font-size: 16px;
        letter-spacing: 3.16px;
        padding: 0 8px;
    }
    .happy-slide__text-wrap>div {
        margin: 0 0 24px;
        padding: 12px 0 0;
        max-height: 490px;
        height: auto;
    }

    .happy-slide__text-wrap p {
        font-size: 24px;
        line-height:32px;
        font-family: 'proximanova-light',sans-serif;
    }

    .happy-slide__text-wrap .happy-company {
        letter-spacing: 5px;
        margin-bottom: 13px;
    }
    .i-twitter {
        left:4px;
    }
    .slider__btn {
        top: 1px;
        right: 3px;
    }
    .hcustomers__tweets .slider__btn_prev {
        right: 51px;
    }

    .tweet__item .tweet__item-text {
        padding: 25px 26px 23px;
        height: auto;
    }
    .tweet__item .tweet__item-text>div {
        height: 121px;
    }
    .tweet__item .tweet__item-text span {
        bottom: 22px;
    }
    .slider-tweets {
        margin-bottom: 60px;
    }
    /*----------- /hcustomers --------*/

    /* -------------- showcase ----------------- */
    .showcase .container {
        padding: 49px 6.5% 40px;
    }
    .showcase h2 {
        font-size: 32px;
        margin-bottom: 12px;
    }
    .showcase p {
        margin: 0 0 22px 0;
        font-size: 18px;
        line-height: 28px;
    }
    .showcase__wrap {
        height: auto;
    }
    .showcase #scroller{
        width: 100%;
        position: relative;
    }
    .showcase li{
        margin-bottom: 20px;
        display: block;
        width: 100%;
        padding: 0;
    }
    .showcase #scroller ul a {
        text-align: center;
        background-color: #fff;
        width: 100%;
    }
    .showcase li img{
        width: 100%;
        height: auto;
    }
    .showcase .iScrollHorizontalScrollbar.iScrollLoneScrollbar {
        display: none;
    }
    /* -------------- /showcase ----------------- */

    /* -------------- hero ----------------- */
    #hero{
        padding: 110px 0 0 0;
    }
    #hero .container {
        padding: 0 9px;
    }
    #hero h1+p{
        font-size: 18px;
        margin: 3px 0 32px;
        letter-spacing: 2px;
    }
    #hero h1{
        margin-left: 0;
        letter-spacing: 4px;
        font-size: 38px;
        line-height: 51px;
    }

    #hero .hero-slider{
        height: auto;
        padding-bottom:0px;
        /*padding-bottom: 71.75324%;*/
    }

    #hero .hero-slider img{
        width: 100%;
    }

    #hero .hero-slider .slider__item {
        width: 100%;
        height: 100%;
        display: none;
    }
    #hero .hero-slider ul {
        margin:0;
        width: 100%;
        left:auto;
    }

    #hero .btn_black{
        display: none;
    }
    #hero .hero__caption .container {
        padding: 47px 20px 35px;
    }
    #hero .hero__caption p {
        margin-bottom: 19px;
        font-size: 18px;
        line-height: 28px;
    }
    #hero .btn {
        position: relative;
        left: -7px;
        margin: 0 auto;
    }
    #hero .hero__caption{
        height: auto;
    }
    .need-event__wrap {
        top: -71px;
    }
    .need-event__popup {
        left: 50%;
        top: 50%;
        width: 85%;
        height: 60%;
        margin-left: -43.5%;
        margin-top: -34%;
    }
    .slider-card:before {
        /*content: '';*/
        /*position: absolute;*/
        /*top: -19px;*/
        /*left: 8px;*/
    }
    .need_event>div:first-child {
        padding: 4px 0 0;
    }
    .need_event>div:first-child>div:first-child {
        padding: 0 20px 20px;
    }
    .need_event__percentages {
        padding: 0 35px;
        margin: 0 0 30px;
    }
    .need_event__percentages-item {
        display: block;
        padding: 0;
        width: 100%;
        font-size: 16px;
        line-height: 16px;
    }
    .need_event__percentages-item span{
        display: block;
        margin: 0 auto 10px;
    }
    .need_event__featured {
        max-width: 100%;
    }
    .need_event__featured span {
        margin: 0 0 19px;
        font-size: 16px;
        line-height: 16px;
    }
    .need_event__featured img {
        margin: 0 7px 20px;
    }
    .need_event__video {
        overflow: hidden;
        height: 216px;
    }
    .need_event .play {
        top: 55%;
        left: 50%;
        padding: 13px 0 13px 64px;
        font-size: 22px;
        line-height: 22px;
    }
    .need_event .play:before {
        width: 45px;
        height: 45px;
    }
    .need_event .play:after {
        top: 9px;
        left: 16px;
        border-width: 13px 0 13px 20px;
    }
    .need_event__video:before {
        top: 21px;
        left: 52%;
        width: 199px;
    }
    .need_event__percentages-item {
        display: block;
    }
    /* -------------- /hero ----------------- */



    .sorting {
        margin-bottom: 61px;
    }
    .sorting li {
        margin-bottom: 10px;
    }

    .sorting-wrap__item .sorting {
        position: relative;
        opacity: 1;
        visibility: visible;
        display: none;
        left: auto;
        top: auto;
    }
    .sorting-wrap__item .sorting{
        max-height: 100%;
    }

    .themes {
        margin: 0 22px 0 22px;
        padding: 0 0 0 20px;
        left: 10px;
    }
    #theme-list .thumbnail {
        margin-bottom: 19px;
    }
    #theme-list {
        padding-bottom: 34px;
    }

    #contact-us {
        padding-bottom: 32px;
    }

    #newsletter {
        padding-bottom: 70px;
    }

    #newsletter h2 {
        margin: 71px 0 20px;
        line-height: 32px;
    }
    .page-template-page-store-home-php .column, .page-template-page-store-home-php .column3 {
        margin: 0 7% 25px 0;
        width: 40%;
    }
    .page-template-page-store-home-php:nth-child(2n) {
        margin-right: 0;
    }
    /*------buy-themes__inner------*/
    .buy-themes__inner h3 {
        margin-bottom: 17px;
    }
    .buy-themes__item > img {
        position: relative;
        margin-top: -181px;
        width: 117%;
        left: -61px;
    }
    /*------/buy-themes__inner-----*/

    /*--------who-buys------*/
    .who-buys__list {
        padding: 0 12px 0;
    }
    /*--------/who-buys------*/

    /* ------------- checkout --------------- */
    .checkout {
        padding: 128px 21px 59px;
    }
    .checkout__title {
        font-size: 38px;
        letter-spacing: 4px;
        padding-left: 4px;
        margin-bottom: 14px;
    }
    .checkout__title + .checkout__after-title {
        margin-bottom: 52px;
        line-height: 26px;
        font-size: 18px;
    }
    .checkout__field_dual > div {
        width: 100%;
        margin-top: 20px;
    }
    .checkout__field_dual > div:first-child {
        margin-top: 0;
    }
    .checkout__field_mob-indent {
        margin-top: 11px;
    }
    .checkout__field span {
        line-height: 23px;
        margin-bottom: 10px;
    }
    .checkout__info .checkout__subtitle {
        margin-top: 28px;
        margin-bottom: 12px;
        letter-spacing: 2px;
    }
    .checkout__table .checkout__raw_head {
        display: none !important;
    }
    .checkout__raw_big .checkout__table-narrow {
        display: block;
        border-top: 1px solid #e5e5e5;
    }
    .checkout__raw {
        display: block;
        text-align: center;
    }
    .checkout__raw > span {
        display: inline-block;
        width: auto;
        padding: 15px 0 12px;
        font-size: 16px;
    }
    .checkout__raw_big .checkout__table-wide {
        width: 100%;
        display: block;
        text-align: center;
    }
    .checkout__table {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 22px;
    }
    .pay-pal {
        padding: 30px 30px 24px;
        margin-bottom: 20px;
    }
    .pay-pal__title {
        margin-bottom: 9px;
    }
    .pay-pal p {
        line-height: 22px;
        margin-bottom: 18px;
    }
    .pay-pal__what-is {
        position: relative;
        top: auto;
        right: auto;
    }
    .checkout__submit {
        width: 100%;
        display: block;
        padding: 17px 0 43px;
        text-align: center;
        float: none;
        letter-spacing: 2.9px;
    }
    .checkout__table_cart .checkout__raw_big .checkout__table-wide {
        width: 100%;
        padding-top: 14px;
        padding-bottom: 15px;
    }
    .checkout__table_cart .checkout__raw_total .checkout__table-wide,
    .checkout__table_cart .checkout__raw_subtotal .checkout__table-wide {
        padding-left: 0;
    }
    .checkout__table_cart .checkout__table-price,
    .checkout__table_cart .checkout__raw_big .checkout__table-qty {
        display: block;
        width: 100%;
        text-align: center;
        border-top: 1px solid #e5e5e5;
    }
    .checkout__table .bundled_table_item .checkout__table-qty{
        padding-left: 0px;
    }
    .checkout__mobile {
        display: inline;
    }
    .checkout__table_cart .checkout__raw_big .checkout__table-narrow,
    .checkout__table_cart .checkout__raw_big .checkout__table-price {
        padding-top: 15px;
        padding-bottom: 12px;
    }
    .checkout__table_cart .checkout__raw_big .checkout__table-narrow {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 20px;
    }
    .checkout__table_cart .checkout__raw_subtotal span {
        padding-top: 15px;
        padding-bottom: 13px;
    }
    .checkout__table_cart .checkout__raw_total .checkout__table-wide {
        padding-top: 13px;
        padding-bottom: 14px;
    }
    .checkout__table_cart .checkout__raw_total {
        border-top: 1px solid #e5e5e5;
    }
    .cart__form .checkout__table {
        margin-bottom: 20px;
    }
    .checkout__controls:after {
        display: none;
    }
    .checkout__update {
        width: 100%;
        margin-bottom: 20px;
    }
    .checkout__controls .checkout__submit {
        width: 100%;
    }
    .checkout__keys .checkout__raw > span,
    .checkout__download .checkout__raw > span,
    .checkout__orders .checkout__raw > span {
        padding-top: 13px;
    }
    .checkout__address p {
        line-height: 22px !important;
    }
    .checkout__address .checkout__subtitle {
        margin-bottom: 37px !important;
    }
    /* ------------- /checkout --------------- */


    #newsletter input[type=submit] {
        width: 30%;
    }

    footer ul {
        width: 60%;
    }
    footer li.widget {
        padding-left: 0;
    }
    footer .btn,
    .footer__logo {
        width: 31.5%;
    }

    /* ------------------ case ----------------- */
    header + section {
        padding-top: 128px;
    }
    .case {
        padding-left: 5px;
        padding-right: 5px;
    }
    .case__row {
    }
    .case h1 + p {
        font-size: 18px;
        margin-bottom: 49px;
        line-height: 28px;
    }
    .case h1 {
        font-size: 38px;
        margin-bottom: 11px;
        letter-spacing: 4px;
    }
    .case.cart h1 {
        margin-bottom: 29px;
    }
    .case.cart {
        padding-bottom: 61px;
    }
    .case p {
        line-height: 26px;
    }
    .case h4, .case h3, .case h2 {
        margin: 0 0 11px;
    }
    .case_support h1 {
        margin-bottom: 14px;
        line-height: 53px;
    }
    .case_support h1 + p {
        margin-bottom: 53px;
        line-height: 26px;
    }
    .case_support h1 + p span {
        display: block;
        margin-top: 27px;
    }
    .case_support .checkout__table {
        border-bottom: none;
    }
    .case_support {
        padding-bottom: 51px;
    }
    /* ------------------ /case ----------------- */

    /* -------------- login---------------  */
    .login__note {
        position: relative;
        background: none;
        text-align: center;
        padding: 26px 0px 23px;
        margin-bottom: 29px;
    }
    .login__note p {
        line-height: 28px;
        font-size: 18px;
        position: relative;
        z-index: 2;
    }
    .login__note:before {
        content: '';
        position: absolute;
        background: #ffe59e;
        top: 0;
        left: -10px;
        bottom: 0;
        right: -10px;
        z-index: 1;
    }
    .login {
        padding-bottom: 53px;
    }
    .login h1 {
        margin-bottom: 21px;
        line-height: 52px;
    }
    .login__note a {
        padding-right: 15px;
    }
    .login__note a:after {
        background: url("../img/login__note.png") no-repeat;
        width: 11px;
        top: 5px;
        background-size: contain;
    }
    .login .checkout__submit {
        margin-bottom: 9px;
    }
    .checkout__pass {
        position: relative;
        display: block;
        top: auto;
        right: auto;
        margin-top: 20px;
    }
    /* -------------- /login---------------  */

    /* -------------- coupon --------------- */
    .coupon:after {
        display: none;
    }
    .coupon {
        padding: 20px 21px 20px;
        margin-bottom: 20px;
    }
    .coupon__input {
        width: 100%;
        margin-bottom: 20px;
    }
    .coupon__btn {
        width: 100%;
        padding: 17px 0 0 6px;
    }
    /* -------------- /coupon --------------- */

    /*-----------hero-bundle--------*/
    .hero-bundle {
        /*padding: 118px 0 0;*/
    }
    .hero-bundle h1 {
        line-height: 75px;
        margin-bottom: 20px;
    }
    .hero-bundle h1+p {
        font-size: 22px;
        line-height: 36px;
    }
    .hero-bundle .buy-themes__item {
        margin-bottom: 0;
    }
    .hero-bundle .buy-themes {

        padding-top: 23px;
    }
    .hero-bundle .buy-themes__item > img {
        width: 123%;
        left: -79px;
    }
    /*-----------/hero-bundle--------*/


    /* --------------- /switcher ------------------- */
    .meet-vertoh__links {
        margin: 41px 0 60px;
    }
    .meet-vertoh__links .btn {
        width: 100%;
        margin: 0 0 20px 0;
    }
    /* --------------- /switcher ------------------- */

    /*--------inside-bundle--------*/
    #theme-pricing.inside-bundle h2 {
        margin-bottom: 10px;
    }
    .inside-bundle__item-list {
        padding: 5px 10px;
    }
    .inside-bundle__item-price div {
        line-height: 109px;
    }
    .inside-bundle__inner > li {
        display: block;
        max-width: 450px;
        margin: 0 auto 39px;
        padding: 42px 0 78px;
        border-left: none;
        border-top: 1px solid #d8d8d8;
        width: 100%;
    }
    .columns-4 .inside-bundle__inner > li{
	width: 100%;
    }
    .inside-bundle__inner > li:first-child{
        border-top: none;
    }
    .inside-bundle__item-header {
        height: auto;
    }
    .inside-bundle__read-more {
        margin: -59px auto 0;
    }
    .inside-bundle__item-price .only {
        padding: 0 42px 0 63px;
    }
    .inside-bundle__item-price .only span {
        left: -3px;
        top: 13px;
    }
    .inside-bundle .btn {
        width: 88%;
        bottom: 14px;
    }
    /*--------/inside-bundle--------*/

    /* ------------- our-features -------------- */
    .our-features__wrap {
        padding-top: 27px;
    }
    .our-features__title {
        margin-bottom: 25px;
        line-height: 53px;
    }
    .our-features__pic_tickets {
        margin-bottom: 31px;
    }
    .our-features__pic_tickets img {
        left: -14px;
    }
    .our-features__line .case {
        padding-bottom: 6px;
    }
    /* ------------- /our-features -------------- */

    /* -------------- love-features ------------- */
    .love-features__list > div {
        height: auto;
    }
    .love-features__list > .case__row:nth-child(2n) > div:first-child {
        float: left;
    }
    .love-features {
        padding-top: 51px;
    }
    .love-features__list .col {

        padding-top: 40px;
        padding-bottom: 32px;
    }
    .love-features__list .col:first-child {
        margin-top: 0;
    }
    .love-features__title {
        margin-bottom: 9px;
    }
    .love-features__inner .love-features__subTitle {
        margin-bottom: 16px;
    }
    .love-features__list .col + .col {
        padding-top: 2px;
    }
    /* -------------- /love-features ------------- */

    /* --------------- switcher ------------------- */
    #switcher {
        height: 130px;
    }
    #switcher .btn {
        width: 78px;
    }
    #switcher .btn {
        width: 128px;
        left: 50%;
        margin-left: -57px;
        float: none;
        position: absolute;
        bottom: 10px;
    }
    #switcher .btn span {
        display: inline;
    }
    #switcher .btn_white,
    #switcher .logo {
        display: none;
    }
    #switcher .options {
        position: absolute;
        top: 14px;
        right: 30px;
        left: 10px;
        bottom: 0;
        text-align: center;
    }
    #switcher .drop {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 16px 8px;
    }
    .switcher-fix{
        bottom: 0;
        top: initial;
    }
    .switcher-fix .logo{
        display:none;
    }
    .switcher-fix .options .btn:first-child{
        margin:0;
    }
    /* --------------- /switcher ------------------- */

    /*---------meet-vertoh-------*/
    .meet-vertoh {
        /*padding: 119px 0 0;*/
    }
    .meet-vertoh .video_container {
        /*z-index: auto;*/
    }
    .meet-vertoh__wrap {
        padding: 0 14px;
    }
    .meet-vertoh h1 {
        /*letter-spacing: 5.6px;*/
    }
    .meet-vertoh h1 + p {
        /*margin: 0 auto 49px;*/
    }
    .meet-vertoh img {
        /*width: 100%;*/
    }
    .meet-vertoh__links {
        /*margin-bottom: 43px;*/
    }
    /*---------/meet-vertoh-------*/

    /* --------------- faq ------------------- */
    .faq {
        padding: 14px 11px 45px;
    }
    .faq h2 {
        margin: 57px 0 45px;
    }
    /* --------------- /faq ------------------- */

    /* --------------- accordion ------------------- */
    .accordion__item {
        width: 100%;
        margin: 0 0 11px;
    }
    .accordion__caption {
        padding: 16px 57px 14px 14px;
        background: url('../img/icon-plus.png') no-repeat 91% center;
    }
    .accordion__content {
        padding: 20px 14px;
    }
    /* --------------- /accordion ------------------- */

    /* --------------- sorting-wrap ------------------- */
    .sorting-wrap__item {
        width: 100%;
        margin: 0 0 20px;
    }
    .sorting-wrap .btn {
        width: 200px !important;
        margin: 0 0 20px;
    }
    /* --------------- /sorting-wrap ------------------- */

    /*.comparison-table {display:none;}*/
    .switcher-fix .btn_buy_all {display: none;}

    .single-product .hero-bundle .video_container h1{padding: 40px 10px 0 !important;}
    .single-product .hero-bundle h1+p{padding: 0 10px !important;}
    .single-product .hero-bundle .buy-themes__item > img{width:100%; left:0;}
    .single-product .buy-themes__item div{height: 120px;margin: 0;padding: 0;}
    .single-product .inside-bundle__wrap{padding: 10px !important;}
    .single-product .inside-bundle__inner > li{width: 60%;}

    .offering h2{
        margin: 40px 0 45px;
        font-size: 44px;
        line-height: 40px;
    }

    .offering__wrap{
        padding: 0 5px;
    }

    .offering__support{
	width: 100%;
	max-width: 614px;
    }

    .offering__support-price{
        font-size: 39px;
        line-height: 59px;
    }
    .offering__support-heading div h3{
        font-size: 16px;
    }
    .offering__support-popular{
        top: -21px;
        left: -29px;
        width: 168px;
        height: 24px;
        padding-left: 28px;
        font-size: 14px;
        line-height: 22px;
    }
    .offering__support-list > a{
        bottom: 52px;
        left: 50%;
        width: 73%;
        height: 50px;
        font-size: 16px;
        line-height: 20px;
    }

    .offering__row > span{
        padding: 33px 0 40px;
    }

    .offering__form{
        padding: 46px 17px 55px;
    }
    .offering__form h2{
        margin-bottom: 60px;
    }
    .offering__form form{
        margin: 0 10px;
        padding: 46px 10px 59px;
    }
    .offering__form input{
        padding: 0 10px;
    }
    .offering__form textarea{
        height: 284px;
        padding: 22px 10px;
    }

    .offering__row {
        margin-bottom: 65px;
    }

    .offering__read-more div{
        margin-bottom: 9px;
        line-height: 21px;
    }

    .single-product .hero-bundle__cost{
	margin: 0;
	padding: 0;
    }

    .page-template-default header{
	background-color: #000000;
    }

}

@media only screen and (max-width: 710px) {

    #who-buys ul {
        margin-top: 32px;
    }

    #who-buys img {
        display: none;
    }

    #who-buys .content {
        margin-top: 0;
        width: 100%;
    }

    .flex-control-nav {
        width: 100%;
    }
}

@media only screen and (max-width: 658px) {

    .hero-bundle .buy-themes__item > img {
        width: 123%;
        left: -74px;
    }

    header .container > a img {
        height: auto;
        width: 100%;
    }

    .page-template-page-store-home-php .column {
        margin: 0 0 40px;
        width: 80%;
    }

    #theme-list .thumbnail .theme-actions {
        opacity: 1;
    }

    #theme-list .btn {
        width: 110px;
    }

    #secondary-header ul {
        display: none;
    }

    #secondary-header .btns {
        text-align: center;
        width: 100%;
    }

    #secondary-header form, #secondary-header .btn, #secondary-header .purAddToCart {
        display: inline-block;
        float: none;
    }

    .feature-callouts .column {
        width: 49%;
    }

    .feature-callouts .column:nth-of-type(2) {
        margin-right: 0;
    }

    .feature-callouts .column:nth-of-type(3) {
        clear: left;
    }

    #page .column {
        margin-right: 0;
        width: 100%;
    }

    #theme-pricing .theme-only, #theme-pricing .theme-support {
        border: none;
        padding: 0;
        width: 100%;
    }

    #theme-pricing .theme-only {
        margin-bottom: 62px;
    }

    #theme-pricing .theme-only h3, #theme-pricing .theme-support h3{
        width: 100%;
    }

    .other-features .container.even p:first-child{
        width: auto;
    }

    .buy-themes__item > img {
        left: -50px;
    }
}

@media only screen and (max-width: 600px) {

    .hero-bundle .buy-themes__item > img {
        width: 130%;
        left: -79px;
    }

    #contact-us .left-column, #contact-us .right-column {
        width: 100%;
    }

    .buy-themes__item > img {
        left: -50px;
    }

    #contact-us input[type=submit] {
        width: 100%;
    }

    #newsletter input[type=email] {
        margin: 0 0 25px;
        width: 100%;
    }
    #newsletter input[type=submit] {
        width: 222px;
    }
    footer {
        position: relative;
        padding-top: 143px;
        text-align: center;
    }
    footer h2 {
        padding-top: 0;
        text-align: center;
    }
    footer ul {
        width: 100%;
    }
    footer li.widget {
        margin-bottom: 15px;
        width: 50%;
    }

    footer #nav_menu-4 {
        width: 100%;
    }

    footer .btn {
        margin-top: 20px !important;
        width: 100% !important;
    }
    footer .btn {
        width: 100%;
        margin-top: 8px !important;
    }
    .footer__logo {
        position: absolute;
        top: 16px;
        width: 100%;
    }

    

    #viewCartNav .Cart66TermsOfServiceWrapper, #continueShopping, #checkoutShopping {
        text-align: center;
    }

    #viewCartNav .Cart66AcceptTermsButton {
        margin: 22px 0 10px;
    }

    #checkoutShopping {
        margin-top: 22px;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {width: 100% !important;}
    .woocommerce .checkout .shop_table td:nth-of-type(2)::before {content:none;}
    .woocommerce .checkout .shop_table .product-total{padding-left: 20px;}

    .other-features .container p:first-child {float: none;}
    .other-features .container p:first-child img {max-width: 100%; height: auto;}
    .other-features .container  h3 {float: none; width: auto; margin-top: 0; }
    .other-features .container h3 + p {float: none; width: auto;}

    .woocommerce .shop_table.cart .cart_item .product-subtotal{text-align:center !important;}
    .woocommerce table.cart td.actions .coupon {width: 100% !important;margin-bottom: 15px;}
    .woocommerce table.cart td.actions .update_cart{margin-bottom: 15px;}
    .woocommerce table.cart td.actions .checkout-button{float:none !important};
}

@media only screen and (max-width: 546px) {

    .hero-bundle .buy-themes__item > img {
        width: 130%;
        left: -72px;
    }

    .other-features .content > div {
        border-bottom: 1px solid #e2e2e2;
        margin: 20px 0 25px;
        width: 100%;
    }

    .feature-callouts .column {
        margin-right: 0;
        width: 100%;
    }

    .buy-themes__item > img {
        left: -45px;
    }
    .who-buys__list li {
        display: block;
        width: 100%;
    }
    #contact-us {
        padding-bottom: 24px;
    }
    #contact-us h2 {
        font-size: 31px;
        line-height: normal;
        margin: 54px 0 13px;
    }
    #contact-us p {
        font-size: 18px;
        line-height: 28px;
        margin: 0;
    }
    #contact-us .wpcf7 {
        padding: 16px 0;
    }
    #contact-us .cap {
        margin-bottom: 0;
    }
    #newsletter {
        padding-bottom: 60px;
    }
    #newsletter h2 {
        margin: 59px 0 12px;
        font-size: 18px;
        line-height: 28px;
    }
    #newsletter input[type=email] {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 450px) {

    .hero-bundle .buy-themes__item > img {
        width: 129%;
        left: -55px;
        margin-top: -138px;
    }

    .buy-themes__item > img {
        left: -64px;
        width: 130%;
    }
    /*--------inside-bundle--------*/
    .inside-bundle__item-price div + div {
        line-height: 27px;
        padding-top: 15px;
        letter-spacing: 4.4px;
        padding: 15px 25px 10px;
    }
    .inside-bundle__item-list ul {
        margin-top: 7px;
    }
    .inside-bundle__read-more {
        margin: -59px auto 0;
    }
    /*--------/inside-bundle--------*/

}

@media only screen and (max-width: 400px) {

    .sorting:before {
        display: none;
        background: url('../img/icon-sort.png') no-repeat 93% center #fff;
        background-size: 10px 7px;
        color: #fff;
        content: 'Sort Themes';
        /*display: block;*/
        font-family: "proximanova-bold", sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 42px;
        height: 40px;
        color: #000;
        letter-spacing: 2.5px;
        cursor: pointer;
    }
    ul.active li {
        display: block;
    }
    .sorting li {
        display: none;
        margin: 0;
    }
    .sorting a {
        line-height: 20px;
    }
    .themes {
        margin-left: 8px;
    }
    h2 {
        font-size: 32px;
        line-height: 51px;

        margin-top: 19px;
    }
    h1 + .continue-shopping.btn {
        display: none;
    }

    #shopping-cart #coupon_code {width: 100%; margin-bottom: 10px;}
    #shopping-cart .coupon input[type=submit] {clear: both;width: 100%;}
    #shopping-cart input[type=submit] {margin-bottom: 10px;}

    .buy-themes__item > img {
        left: -53px;
        width: 130%;
    }
    .hero-bundle .buy-themes__item > img {
        width: 129%;
        left: -47px;
        margin-top: -107px;
    }

}

@media only screen and (max-width: 326px) {

    #theme-hero .btn, #theme-hero .purAddToCart {
        width: 110px;
    }

    h1, .main-feature .feature-img h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .woocommerce form .shop_table .itemQuantity {
        width: 24px;
    }

    .woocommerce form .shop_table .total #couponCode {
        margin: 0 0 10px;
    }

    .woocommerce form .shop_table .total #couponCode input {
        width: 100%;
    }

    #theme-list h2 {
        line-height: 52px;

        letter-spacing: 3.7px;
        margin-bottom: 11px;
        font-size: 32.4px;
    }
    #theme-list h2 + p {
        margin-top: 0;

        font-size: 19px;
        line-height: 28px;
        margin-bottom: 0px;
    }
    .themes {
        padding: 0 16px 0 24px;
        margin: 0;
        left: 10px;
    }
    #hero p br, section h2 + p br {
        display: none;
    }
    /*----------sorting--------*/
    .sorting {
        margin-top: 22px;

        margin: 22px 0 61px 3px;
    }
    /*----------/sorting--------*/

    /*----------buy-themes---------*/
    .buy-themes {
        padding-top: 85px;
        padding-bottom: 0px;
    }
    .buy-themes__inner h3 {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 21px;
    }
    .buy-themes__item > img {
        position: relative;
        margin-top: -72px;
        left: -50px;
        width: 134%;
    }
    .buy-themes__item  {
        margin-bottom: 30px;
    }
    .buy-themes__inner a {
        left: 0;
        width: 98%;
    }
    /*----------/buy-themes---------*/

    /*---------who-buys--------*/
    .who-buys {
        padding-top: 9px;
    }
    .who-buys > h2 {
        font-size: 31px;
        line-height: 52px;
        margin-bottom: 13px;
    }
    .who-buys > span {
        font-size: 19px;
        line-height: 27px;
        margin-bottom: 53px;
    }
    .who-buys__list li {
        margin-bottom: 49px;
    }
    /*--------/who-buys--------*/

    /*-----------hero-bundle--------*/
    .hero-bundle {
        padding: 89px 0 0;
    }
    .hero-bundle h1 {
        line-height: 52px;
        margin-bottom: 6px;
        font-size: 39px;
    }
    .hero-bundle h1+p {
        font-size: 17px;
        line-height: 28px;
    }
    .hero-bundle .buy-themes__item {
        margin-bottom: 0;
    }
    .hero-bundle .buy-themes {
        padding-top: 21px;
    }
    .hero-bundle .buy-themes__item > img {
        width: 155%;
        left: -68px;
        margin-top: -72px;
    }
    /*-----------/hero-bundle--------*/

    /*--------inside-bundle--------*/
    .inside-bundle__item-header h3 span {
        color: #ed3e33;
        text-transform: uppercase;
    }
    .inside-bundle__read-more {
        margin: -60px auto 0;
    }
    .inside-bundle__read-more div {
        font-size: 16px;
        line-height: 28px;
        color: #616366;
        margin-bottom: 18px;
    }
    /*--------/inside-bundle--------*/

    /*---------meet-vertoh-------*/
    .meet-vertoh {
        padding: 70px 0 0;
    }
    .meet-vertoh .video_container {
        /*z-index: auto;*/
        /**/
        /*padding: 0 4px;*/
    }
    .meet-vertoh__wrap {
        padding: 0 8px;
    }
    .meet-vertoh h1 {
        letter-spacing: 3.2px;
    }
    .meet-vertoh h1 + p {
        margin: 0 auto 16px;
    }
    .meet-vertoh img {
        /*width: 100%;*/
    }
    .meet-vertoh__links {
        margin-bottom: 8px;
    }
    .meet-vertoh__links:after {
        width: 100%;
        display: inline-block;
        content: '';
    }
    .meet-vertoh__links .btn {

    }
    .meet-vertoh__about p {
        padding: 47px 17px 52px;

        font-size: 18px;
        line-height: 28px;
    }
    /*---------/meet-vertoh-------*/
}

@media (min-width: 768px) {
    /* --------------- col --------------- */
    .col-sm-1{
        width: 8.33333333%;
    }
    .col-sm-2{
        width: 16.66666666%;
    }
    .col-sm-3{
        width: 25%;
    }
    .col-sm-4{
        width: 33.33333333%;
    }
    .col-sm-5{
        width: 41.66666666%;
    }
    .col-sm-6{
        width: 50%;
    }
    .col-sm-7{
        width: 58.33333333%;
    }
    .col-sm-8{
        width: 66.66666666%;
    }
    .col-sm-9{
        width: 75%;
    }
    .col-sm-10{
        width: 83.33333333%;
    }
    .col-sm-11{
        width: 91.66666666%;
    }
    .col-sm-12{
        width: 100%;
    }
    /* --------------- /col --------------- */


}

@media (min-width: 1024px) {
    /* --------------- col --------------- */
    .col-md-1{
        width: 8.33333333%;
    }
    .col-md-2{
        width: 16.66666666%;
    }
    .col-md-3{
        width: 25%;
    }
    .col-md-4{
        width: 33.33333333%;
    }
    .col-md-5{
        width: 41.66666666%;
    }
    .col-md-6{
        width: 50%;
    }
    .col-md-7{
        width: 58.33333333%;
    }
    .col-md-8{
        width: 66.66666666%;
    }
    .col-md-9{
        width: 75%;
    }
    .col-md-10{
        width: 83.33333333%;
    }
    .col-md-11{
        width: 91.66666666%;
    }
    .col-md-12{
        width: 100%;
    }
    /* --------------- /col --------------- */

    .hero-bundle>div:first-child>div:first-child {
        background: none !important;
    }
}
@media (min-width: 1440px) {
    /* --------------- col --------------- */
    .col-lg-1{
        width: 8.33333333%;
    }
    .col-lg-2{
        width: 16.66666666%;
    }
    .col-lg-3{
        width: 25%;
    }
    .col-lg-4{
        width: 33.33333333%;
    }
    .col-lg-5{
        width: 41.66666666%;
    }
    .col-lg-6{
        width: 50%;
    }
    .col-lg-7{
        width: 58.33333333%;
    }
    .col-lg-8{
        width: 66.66666666%;
    }
    .col-lg-9{
        width: 75%;
    }
    .col-lg-10{
        width: 83.33333333%;
    }
    .col-lg-11{
        width: 91.66666666%;
    }
    .col-lg-12{
        width: 100%;
    }
    /* --------------- /col --------------- */
}

@media (min-width: 1024px) and (max-width: 1300px) {

    .hero-bundle {
        padding: 80px 0 0;
    }
    .hero-bundle h1 {
        font-size: 48px;
        line-height: 63px;
        margin-bottom: 20px;

    }
    .hero-bundle h1+p {
        font-size: 25px;
        line-height: 30px;
    }
    .meet-vertoh__links {
        margin: 20px 0 55px;
    }
    .meet-vertoh__links .btn {
        height: 50px;
        line-height: 52px;
    }
    .hero-bundle__cost {
        margin: 0 0 30px 86px;
        font-size: 80px;
        line-height: 100px;
    }
    .hero-bundle__price img {
        width: 100%;
    }


}

/*****OLD IE STYLES *******/

.lt-ie9 nav {
    width: 460px;
}

.no-rgba #theme-list .thumbnail .theme-actions {
    background: #000;
}

.lt-ie9 nav .cart-items {
    background: url('images/icon-cart-empty-ie.png') no-repeat 15px 15px;
}

.lt-ie9 nav .cart-items.active {
    background-image: url('images/icon-cart-full-ie.png');
}

.lt-ie9 #theme-list .theme-actions {
    display: none;
}

.lt-ie9 #theme-list .thumbnail:hover .theme-actions {
    display: block;
}

.lt-ie9 #contact-us input[type=text], .lt-ie9 #contact-us input[type=email], .lt-ie9 #contact-us textarea {
    line-height: 54px;
    padding: 0;
}

.lt-ie9 .flex-control-nav li {
    float: left;
}

/*.page header {margin-bottom: 20px;}*/
.logged-in .login-container {
    max-width: 50%;
}

.login-alert {
    background-color: #FFE59E;
    border: 1px solid #FFE59E;
    border-radius: 5px;
    display: block;
    margin-top: 20px;
    padding: 5px;
}

.logged-in .login-alert {
    display: none;
}

.page-template-page-store-bundle-php .theme-only h3 {
    height: 72px;
    margin-top: 0 !important;
}

.page-template-page-store-bundle-php .theme-support h3 {
    height: 72px;
}

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-captchar {
    margin-top: 10px;
}

.wpcf7-response-output {
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
}

/****** WOOCOMMERCE *********/
.lost_password {
    text-align: center;
}

#shopping-cart #emptyCartMsg .continue-shopping.btn {
    float: none;
    padding: 10px;
}

.woocommerce table.cart a.remove {
    display: inline;
    margin-right: 10px;
}

.woocommerce .cart-collaterals {
    clear: both;
}

.woocommerce .cart-collaterals .cart_totals {
    width: auto;
}

.woocommerce .cart-collaterals .cart_totals th {
    background-color: #ffffff;
}

.woocommerce .cart-collaterals .cart_totals td {
    border: 0;
    text-align: right;
}

.woocommerce table.cart td.actions .coupon {
    background-color: #f6f6f6;
    padding: 10px 36px;
    width: 50%;
}

.woocommerce table.cart td.actions .coupon #coupon_code {
    width: 50%;
}

.woocommerce table.cart td.actions .coupon .button {
    border: none;
    padding: 0 15px;
    background: #00b2bd;
    border-radius: 4px;
    color: #fff;
    height: 35px;
    text-transform: uppercase;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    font-weight: normal;
}

.woocommerce table.cart td.actions .checkout-button, .woocommerce #place_order {
    border: none;
    font-size: 22px;
    margin: 0;
    padding: 7px;
    width: 302px;
    background: #ff4a1b;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all 1s ease;
}

.woocommerce table.cart td.actions .checkout-button:hover, .woocommerce #place_order:hover {
    background: #2b2b2b;
}

.woocommerce table.cart td.actions .update_cart {
    border: none;
    padding: 0 15px;
    background: #f6f6f6;
    border-radius: 4px;
    color: #000;
    height: 35px;
    text-transform: uppercase;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    font-weight: normal;
}

.page-template-page-checkout-php .woocommerce {
    clear: both;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 50%;
    margin: 0 auto;
    float: none;
}

.woocommerce .checkout .input-text {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 5px;
}

.woocommerce .checkout #ss_wc_mailchimp_opt_in_field {
    clear: both;
    margin: 0 0 2.618em;
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
    padding: 1em;
    font-size: .8em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.woocommerce .checkout #billing-business_field {
    clear: both;
}

.woocommerce .checkout #billing-business_field label {
    display: inline-block;
    margin-right: 10px;
}

.woocommerce .checkout .product-name {
    padding: 15px;
}

.woocommerce .checkout .product-total {
    text-align: center;
}

.woocommerce .checkout .cart-subtotal th, .woocommerce .checkout .order-total th, .woocommerce .checkout .tax-rate th {
    text-align: right;
    background-color: #fff;
}

.woocommerce .checkout .cart-subtotal td, .woocommerce .checkout .order-total td, .woocommerce .checkout .tax-rate td {
    text-align: center;
}

.woocommerce .shop_table {
    background-color: #fff;
}

.woocommerce form .shop_table td {
    border: 0;
}

.woocommerce .customer_details {
    clear: both;
}

.woocommerce .customer_details dt {
    display: inline;
}

.woocommerce .customer_details dd {
    display: inline;
}

.woocommerce header {
    background: #fff;
    border-bottom: 0;
    padding: 0;
}

.single-product.woocommerce header{
    background: transparent !important;
}

.single-product .hero-bundle .video_container h1{
    width: 100%;
    padding-right: 69px;
    text-align: center;;
}
.single-product .hero-bundle h1+p{
    width: 100%;
    padding-right: 69px;
    text-align: center;
    margin: 0;
    max-width: none;
}
.single-product .inside-bundle__wrap{
    padding-left: 150px;
    padding-right: 150px;
}
.single-product .inside-bundle__wrap > h2{
    margin: 50px 0 30px 0;
}
.single-product .inside-bundle .inside-bundle__wrap > h2{
    margin-bottom: 20px;
}
.single-product .inside-bundle__item-price .only{
    padding: 0 !important;
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
    width: auto;
}

.error404 .search-form {
    text-align: center;
    margin: 20px 0 40px;
}

.api-manager-faq {
    text-align: center;
}

.woocommerce form .shop_table .bundled_table_item td {
    padding: 14px 15px 14px 0;
}

.woocommerce .order_details .bundled_table_item .variation {
    display: none;
}

#buy-themes img.size-full {
    margin-top: 0;
}

.page-template-page-login-php .lost_reset_password .form-row {
    width: 100% !important;
}

.page-template-page-login-php .woocommerce .order-actions .upgrade {
    background-color: #ed3e33;
    color: #fff;
}

.page-template-page-login-php .woocommerce .order-actions .upgrade_vip {
    background-color: #ed3e33;
    color: #fff;
}

.page-template-page-login-php .woocommerce-error, .page-template-page-login-php .woocommerce-message {
    width: 100% !important;
    margin: 15px 0 0 0 !important;
}

.postid-7518 #theme-pricing .theme-support .purAddToCart {
    margin-top: 32px;
}

.woocommerce .checkout #customer_details .col-1 {
    width: 100%;
}

span.wpcf7-form-control-wrap {
    position: static;
}

.postid-10439 .main-feature .feature-img h2 {
    padding: 0;
}

.postid-10439 .main-feature .feature-img h2 {
    margin-bottom: 20px;
}

.postid-10439 #other-features h2 {
    margin-top: 30px;
}

.transition-delay {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#buy-themes a {
    margin-top: 20px;
}

#theme-pricing .single-option {
    float: none;
    margin: 0 auto;
}

#theme-pricing .single-option-title {
    display: none;
}

#theme-pricing .single-option .single-option-title {
    display: block;
}

#theme-pricing .single-option .double-option-title {
    display: none;
}

#newsletter .container {
    max-width: none;
}

.woocommerce #vat_number_field {
    clear: both;
}

.single-themes #showcase-anchor {
    display: block;
    position: relative;
    top: -67px;
    visibility: hidden;
}

.page-template-page-store-bundle #showcase-anchor {
    display: block;
    position: relative;
    top: -54px;
    visibility: hidden;
}

#theme-list .thumbnail.vertoh:hover .theme-actions {
    background-image: url(/wp-content/themes/showthemes/images/VERTOH-mouseover.png);
    left: 8px;
    top: 0px;
    padding-top: 70px;
    height: 74%;
}

#theme-list .thumbnail.vertoh .theme-actions {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

#theme-pricing .theme-support .double-option-title {
    width: 100%;
}

.page-template-page-login #ouibounce-modal .modal {
    height: 100px !important;
}

.page-template-page-login #ouibounce-modal .modal-body {
    text-align: center;
    padding: 21px;
    color: black;
    font-weight: bold;
    line-height: 20px;
}

.comparison-table {
    overflow: hidden;
    position: relative;
    min-height: 910px;
    padding: 60px 0 50px;
}
.comparison-title {
    background: #000;
}
section + .comparison-table:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -62px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 69px 0 69px;
    border-color: #fff transparent transparent transparent;

}
/*.comparison-table .container{max-width: none;}*/
.comparison-table .colm-list ul li {
    padding: 0;
    text-align: center;
    height: 39px;
}

.comparison-table .features-list ul li {
    text-align: left;
    padding-left: 5px;
}

.comparison-table .features-list ul li img {
    max-height: 100%;
}

.comparison-table ul li i {
    margin-top: 11px;
    color: #00b2bd;
}

.comparison-table .smart-pricing .elegant-style .features-list .pricing-header h4 span {
    margin-top: 1px !important;
}

.pricing-header {
    height: 85px;
}
/*.comparison-table .pricing-header h3{line-height: 115px;}*/
.comparison-table .colm-list ul li.align-left {
    text-align: left;
}
.comparison-table .container {
    /*max-width: 998px;*/
    margin: 0 auto;
    padding: 0 15px;
}
.comparison-table i.info {
    margin-left: 4px;
    font-size: 20px;
}

.comparison-table .features-list i.info {
    margin-left: 4px;
    font-size: 14px !important;
}

.comparison-table .pricing-header h4 {
    padding: 9px;
}

.comparison-table .features-list .pricing-header h4 {
    padding: 41px 0;
}

.smart-pricing .six-colm .colm {
    width: 15%;
}

.comparison-table .features-list ul li > span {
    margin-left: -1.5px;
    margin-bottom: -1px;
    display: inline-block;
    vertical-align: middle;
    font-family: "proximanova-regular", sans-serif;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.2px;
    word-spacing: -1px;
    line-height: 39px;
    cursor: pointer;
}

.ui-tooltip-content {
    font-size: 14px;
    font-family: inherit;
}

.ui-tooltip {
    border: none !important;
}



.smart-pricing .pricing-header h4 span {
    font-size: 15px !important;
    letter-spacing: 0;
    font-family: "Oswald", sans-serif;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    /*идшт*/
}

.smart-pricing .colm-list {
    z-index: inherit !important;
}

.smart-pricing .colm-list:hover {
    z-index: inherit !important;
}

.smart-pricing  .elegant-style .colm .pricing-header h4 {
    font-family: "proximanova-bold", sans-serif;
    font-weight: 400;
    padding: 2px 15px;
    color: #1da4b8;
    font-size: 16px;
    line-height: 20px;
}
.smart-pricing .elegant-style .colm .pricing-header h3 {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.smart-pricing .colm .features-list .pricing-header h4 {
    background-color: #ffffff;
}

.smart-pricing .ribbon-new {
    background-color: #ffac96;
}

.smart-pricing .colm-list .pricing-header h3 {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.smart-pricing .colm-list:hover .pricing-header h3, .smart-pricing .colm-list.featured-package .pricing-header h3 {
    max-height: 105px;
}

.smart-pricing .pricing-button:hover, .smart-pricing .pricing-button:active {
    background-color: #d52217  !important;
}

.smart-pricing .features-list ul li:first-child {
    /*border-top: 1px solid #d2d2d2;*/
}

#hero-video .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 700px;
    margin: 0 auto;
}

#hero-video .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#hero-video .container {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 58px;
}

#hero-video {
    background-color: #ffffff;
}

#hero-video h2 {
    color: #000000;
}

#hero-video .embed-container {
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0px 5px 10px -2px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 5px 10px -2px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
}
.lost_password {text-align: center;}
#shopping-cart #emptyCartMsg .continue-shopping.btn {float: none; padding: 10px;}
.woocommerce table.cart a.remove {display:inline; margin-right: 10px;}
.woocommerce .cart-collaterals {clear: both;}
.woocommerce .cart-collaterals .cart_totals {width: auto;}
.woocommerce .cart-collaterals .cart_totals  th {background-color: #ffffff;}
.woocommerce .cart-collaterals .cart_totals td {border: 0; text-align: right;}
.woocommerce table.cart td.actions .coupon {background-color: #f6f6f6; padding: 10px 36px; width: 50%;}
.woocommerce table.cart td.actions .coupon #coupon_code {width: 50%;}
.woocommerce table.cart td.actions .coupon .button {border: none; padding: 0 15px; background: #00b2bd; border-radius: 4px; color: #fff; height: 35px; text-transform: uppercase; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; font-weight: normal;}
.woocommerce table.cart td.actions .checkout-button, .woocommerce #place_order{border: none;font-size: 22px;margin: 0;padding: 7px;width: 302px;background: #ff4a1b;color: #fff;border-radius: 4px;text-transform: uppercase;transition: all 1s ease;}
.woocommerce table.cart td.actions .checkout-button:hover, .woocommerce #place_order:hover {background: #2b2b2b;}
.woocommerce table.cart td.actions .update_cart{border: none; padding: 0 15px; background: #f6f6f6; border-radius: 4px; color: #000; height: 35px; text-transform: uppercase; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; font-weight: normal;}
.page-template-page-checkout-php .woocommerce {clear:both;}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {width: 50%; margin: 0 auto; float: none;}
.woocommerce .checkout .input-text {border-radius: 10px;border: 1px solid #ccc;padding: 5px;}
.woocommerce .checkout #ss_wc_mailchimp_opt_in_field {clear:both;margin: 0 0 2.618em;border: 1px solid #e6e6e6;background: #f7f7f7;padding: 1em;font-size: .8em;-webkit-border-radius: 3px;border-radius: 3px;-moz-background-clip: padding;-webkit-background-clip: padding-box;background-clip: padding-box;}
.woocommerce .checkout #billing-business_field {clear:both;}
.woocommerce .checkout #billing-business_field label {display: inline-block; margin-right: 10px;}
.woocommerce .checkout .product-name {padding:15px;}
.woocommerce .checkout .product-total {text-align:center;}
.woocommerce .checkout .cart-subtotal th, .woocommerce .checkout .order-total th, .woocommerce .checkout .tax-rate th {text-align:right; background-color: #fff;}
.woocommerce .checkout .cart-subtotal td, .woocommerce .checkout .order-total td, .woocommerce .checkout .tax-rate td  {text-align:center;}
.woocommerce .shop_table {background-color: #fff;}
.woocommerce form .shop_table td {border: 0;}
.woocommerce .customer_details {clear:both;}
.woocommerce .customer_details dt{display:inline;}
.woocommerce .customer_details dd{display:inline;}
.woocommerce form .form-row select, .woocommerce-page form .form-row select {width: auto;}
.error404 .search-form {text-align: center; margin: 20px 0 40px;}
.api-manager-faq {text-align:center;}
.woocommerce form .shop_table .bundled_table_item td{padding: 14px 15px 14px 0;}
.woocommerce  .order_details .bundled_table_item .variation {display:none;}
#buy-themes img.size-full {margin-top:0;}
.page-template-page-login-php .lost_reset_password .form-row{width:100%!important;}
.page-template-page-login-php .woocommerce-error, .page-template-page-login-php .woocommerce-message{width:100%!important;margin:15px 0 0 0 !important;}
.postid-7518 #theme-pricing .theme-support .purAddToCart {margin-top:32px;}
.woocommerce .checkout #customer_details .col-1 {width: 100%;}
span.wpcf7-form-control-wrap{
    position:static;
    margin-bottom: 20px;
    display: block;
}
span.wpcf7-not-valid-tip {
    font-size: 16px;
    color: #ed3e33;
}
.wpcf7-not-valid {
    border: 2px solid #ed3e33 !important;
}
.postid-10439 .main-feature .feature-img h2 {padding:0;}
.postid-10439 .main-feature .feature-img h2 {margin-bottom: 20px;}
.postid-10439 #other-features h2{margin-top: 30px;}
.transition-delay{-webkit-animation-delay: 1s;animation-delay: 1s;}
#buy-themes a{margin-top:20px;}
#theme-pricing .single-option {float: none; margin: 0 auto;}
#theme-pricing .single-option-title {display:none;}
#theme-pricing .single-option .single-option-title{display:block;}
#theme-pricing .single-option .double-option-title{display:none;}
#newsletter .container{max-width: none;}
.woocommerce #vat_number_field{clear:both;}
.single-themes #showcase-anchor{display: block;position: relative;top: -67px;visibility: hidden;}
.page-template-page-store-bundle #showcase-anchor{display: block;position: relative;top: -54px;visibility: hidden;}
#theme-list .thumbnail.vertoh:hover .theme-actions{background-image: url(/wp-content/themes/showthemes/images/VERTOH-mouseover.png);left: 8px;top: 0px;padding-top: 70px;height: 74%;}
#theme-list .thumbnail.vertoh .theme-actions{-webkit-transition: none !important;-moz-transition: none !important; transition: none !important;}
#theme-pricing .theme-support .double-option-title {width:100%;}
.page-template-page-login #ouibounce-modal .modal {height: 100px !important;}
.page-template-page-login #ouibounce-modal .modal-body{text-align: center;padding: 21px;color: black;font-weight: bold;line-height: 20px;}
.page-template-page-login .anr_captcha_field{margin-top: 20px;}
.page-template-page-login .anr_captcha_field > div > div{margin: 0 auto;}
#comparison-table {height: 910px;}
/*#comparison-table .container{max-width: none;}*/
#comparison-table .colm-list ul li{padding: 0; text-align:center;height: 40px;}
#comparison-table .features-list ul li{text-align: left;padding-left: 5px;}
#comparison-table .features-list ul li img{max-height:100%;}
#comparison-table ul li i {margin-top:11px;color:#00b2bd;}
#comparison-table .smart-pricing .elegant-style .features-list .pricing-header h2 span{margin-top: 1px !important;}
/*#comparison-table .pricing-header h1{line-height: 115px;}*/
#comparison-table .colm-list ul li.align-left{text-align: left;}
#comparison-table i.info{margin-left: 4px;font-size: 20px;}
#comparison-table .features-list i.info{margin-left: 4px;font-size: 14px !important;}
#comparison-table .pricing-header h2{padding:9px;}
#comparison-table .features-list .pricing-header h2{padding: 41px 0;}
.smart-pricing .six-colm .colm{width: 15%;}
#comparison-table .features-list ul li span{margin-left: 3px;font-size: 10px;}
.ui-tooltip-content {font-size: 14px;font-family: inherit;}
.ui-tooltip {border: none !important;}
.smart-pricing .pricing-header h2 span{font-size: 20px !important;}
.smart-pricing .colm-list{z-index: inherit !important;}
.smart-pricing .colm-list:hover{z-index: inherit !important;}
.smart-pricing .colm .pricing-header h1{background-color: #00b1bd;}
.smart-pricing .colm .pricing-header h2{background-color: #00c9d7;}
.smart-pricing .colm .pricing-header h1{background-color: #5cc1c8;}
.smart-pricing .colm .pricing-header h2{background-color: #79dde4;}
.smart-pricing .colm .features-list .pricing-header h2{background-color: #ffffff;}
.smart-pricing .colm .pricing-button{background-color:#ff5218;}
.smart-pricing .ribbon-new{background-color: #ffac96;}
.smart-pricing .colm-list .pricing-header h1{-moz-transition: all 1s ease;-webkit-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.smart-pricing .colm-list:hover .pricing-header h1, .smart-pricing .colm-list.featured-package .pricing-header h1{max-height: 105px;}
.smart-pricing .pricing-button:hover, .smart-pricing .pricing-button:active{background-color: #c83930!important;}
.smart-pricing .features-list ul li:first-child{
    /*border-top: 1px solid #d2d2d2;*/
}
#hero-video .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 700px;margin: 0 auto; }
#hero-video .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%;height: 100%; }
#hero-video .container{padding-top: 10px;padding-bottom: 10px;margin-bottom: 58px;}
#hero-video {background-color: #ffffff;}
#hero-video h2 {color:#000000;}
#hero-video .embed-container {border: 5px solid #ffffff;-webkit-box-shadow: 0px 5px 10px -2px rgba(50, 50, 50, 0.75);-moz-box-shadow: 0px 5px 10px -2px rgba(50, 50, 50, 0.75);box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);}
div.wpcf7-response-output { margin: 2em 0em 1em !important;}
.tooltip {
    display:none;
    position:absolute;
    border:1px solid #333;
    background-color:#161616;
    border-radius:5px;
    padding:10px;
    color:#fff;
    font-size:12px Arial;
    z-index: 999999;
}
.themes .column .content h3 a{font-size:19px;}
.smart-pricing .elegant-style ul.title{padding: 0 !important; border: 0 !important;}
.smart-pricing .elegant-style ul.title li span{padding-left: 10px;font-family: "proximanova-bold",sans-serif;letter-spacing: 0;text-transform: uppercase;color: #000;}
.smart-pricing .features-list ul.title li:first-child {
    border: 0 !important;
}
.smart-pricing ul.title li {
    height: 55px;
    line-height: 65px;
}
.smart-pricing .elegant-style .colm-list:hover{margin: 0 !important;}
.checkout__form .form-row input[type=email]{box-sizing: border-box;width: 100%;margin: 0;outline: 0;line-height: 1;}
nav .cart-items.full {color: #e83f35;}
nav .cart-items.full:after{opacity:1;}
.checkout__info.referral-box{
    text-align: center;
    margin: 0 0 40px 0;
    background-color: #ffe59e;
    clear: both;
    padding: 30px 10px;
}
.checkout__info.referral-box p{
    font-size: 18px !important;
}
.checkout__info.referral-box .btn{
    padding: 10px;
}
.facebook-chat{
    bottom: 0;
    right: 0;
    clear: both;
    position: fixed;
    z-index: 99999;
    width: 340px;
}
.facebook-chat-container{
    display:none;
}
.facebook-chat-handler{
    background-color: #19b2c4;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    color: #FFF;
}
.facebook-chat-handler span{
    float:right;
}
@media only screen and (max-width: 1024px) {
    .facebook-chat{display:none;}
    .page-template-page-store-home .showcase .column{
	width: 47%;
	padding: 41px 10px 0;
    }
}
#support-form {
    background: #fff;
    padding: 0 0 32px;
    font-family: "proximanova-semibold", sans-serif;
    min-height: 520px;
}
#support-form h2 {
    color: #2b2b2b;
    font-size: 42px;
    letter-spacing: 4px;
    line-height: 42px;
    margin: 117px 0 28px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}
#support-form p {
    font-size: 22px;
    color: #616366;
    line-height: 36px;
    margin-bottom: 0;
    text-align: center;
    font-family: "proximanova-semibold", sans-serif;
}
#support-form input[type=button],#support-form input[type=submit] {
    background: #ed3e33;
    border: none;
    border-radius: 2px;
    color: #fff;
    height: 60px;
    text-transform: uppercase;
    -webkit-transition:  background 1s ease, color 1s ease;
    -moz-transition:  background 1s ease, color 1s ease;
    transition: background 1s ease, color 1s ease;
    font-size: 16px;
    letter-spacing: 2.6px;
    font-family: "proximanova-bold", sans-serif;
}
#support-form input[type=submit]:hover {
    background: #000;
}
#support-form .support-buttons{
    text-align:center;
}
#support-form input[type=checkbox]{
    margin-top: 0px;
}
#support-form input[type=radio]{
    margin-top: 8px;
}
#gform_wrapper_1{
    font-size: 22px;
    color: #616366;
    line-height: 36px;
    margin-bottom: 0;
    text-align: center;
    font-family: "proximanova-semibold", sans-serif;
    margin: 0 auto;
}
#gform_wrapper_1 #field_1_6 .gfield_label{
    display:none;
}
#gform_wrapper_1 .gform_page_footer{
    text-align: center;
}
#gform_wrapper_1 .gform_next_button, #gform_wrapper_1 .gform_previous_button, #gform_wrapper_1 .gform_button{
    width: 120px;
}
#gform_wrapper_1 .gform_previous_button{
    margin-bottom:0;
}
#gform_wrapper_1 #gform_page_1_1 .gform_page_fields, #gform_wrapper_1 #gform_page_1_2 .gform_page_fields{
    width: 285px;
    margin: 0px auto;
}
#gform_wrapper_1 select{
    width: 100%;
}
#gform_wrapper_1 .validation_error{
    text-align: center;
}
#gform_wrapper_1 #gform_page_1_4{
    text-align: center;
}
#gform_wrapper_1 #gform_page_1_5, #gform_wrapper_1 #gform_page_1_6, #gform_wrapper_1 #gform_page_1_7, #gform_wrapper_1 #gform_page_1_8, #gform_wrapper_1 #gform_page_1_10{
    text-align: center;
}
#gform_wrapper_1 #gform_page_1_5 #input_1_14 input[type=radio], #gform_wrapper_1 #gform_page_1_8 #input_1_24 input[type=radio]{
    float:none;
}
#gform_wrapper_1 #gform_page_1_5 #input_1_14 label, #gform_wrapper_1 #gform_page_1_8 #input_1_24 label{
    display:inline-block;
}
#gform_wrapper_1 #gform_page_1_5 #field_1_16, #gform_wrapper_1 #gform_page_1_5 #field_1_15, #gform_wrapper_1 #gform_page_1_7 #field_1_22{
    font-size: 15px;
    font-style: italic;
}
#gform_wrapper_1 #gform_page_1_5 #gform_next_button_1_18{
    display:none;
}
#gform_wrapper_1 #gform_page_1_7 #input_1_21{
    width: auto;
}
#gform_wrapper_1 #gform_page_1_7 #input_1_22{
    width: 100px;
}
#gform_wrapper_1 #gform_page_1_9 #extensions_message, #gform_wrapper_1 #gform_page_1_9 .gfield_description{
    font-size: 15px;
    font-style: italic;
}
.gform_confirmation_message_1.gform_confirmation_message{
    font-size: 22px;
    color: #616366;
    line-height: 36px;
    margin-bottom: 0;
    text-align: center;
    font-family: "proximanova-semibold", sans-serif;
    margin: 0 auto;
    margin-top: 80px;
}
#gform_wrapper_1 #gform_page_1_1{
    margin-top: 60px;
}
#gform_wrapper_1 #gform_page_1_7 #field_1_22 .gfield_label{
    font-size: 22px;
    font-style: normal;
}
.case_support .checkout__keys .checkout__raw_head span, .case_support .checkout__download .checkout__raw_head span{
    color:#fff !important;
}
/******PRINT STYLES*********/

@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important}a{text-decoration:underline}a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after{content:""}a[href^="javascript:"]:after{content:""}a[href^="#"]:after{content:""}pre{border:1px solid #999;page-break-inside:avoid}blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr{page-break-inside:avoid}img{page-break-inside:avoid;max-width:100%!important}@page{margin:.5cm}p{orphans:3;widows:3}h2{orphans:3;widows:3;page-break-after:avoid}h3{orphans:3;widows:3;page-break-after:avoid}}

.postid-15430 .meet-vertoh__about p{max-width: 800px;}

.woocommerce-account .woocommerce-MyAccount-content{float:none;width:80%;margin: 0 auto;color: #616366;font-family: "proximanova-semibold", sans-serif;font-size: 20px;}
.woocommerce-account .woocommerce-MyAccount-content .checkout__download .checkout__raw_head > span, .woocommerce-account .woocommerce-MyAccount-content .checkout__keys .checkout__raw_head > span{vertical-align: middle;font-size: 14px;letter-spacing: 1px;}
.woocommerce-account .woocommerce-MyAccount-content .checkout__download .checkout__raw > span, .woocommerce-account .woocommerce-MyAccount-content .checkout__keys .checkout__raw > span{font-size:16px; vertical-align: middle;}
.woocommerce-account .woocommerce-MyAccount-content .checkout__download hr, .woocommerce-account .woocommerce-MyAccount-content .checkout__keys hr{margin:5px;width:90%;}
.woocommerce-account .woocommerce-MyAccount-content .checkout__download .checkout__raw, .woocommerce-account .woocommerce-MyAccount-content .checkout__keys .checkout__raw{padding:10px 0;}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle;
    font-family: "proximanova-bold", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px;
    background-color: #000000;
    color: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-content .checkout__address-bill{margin-bottom:30px;}
.woocommerce-account .dashboard-welcome{text-align:center;}

#mobile-menu li{
    position: relative;
    margin-bottom: 0;
}
#mobile-menu .menu__sub{
    display: none;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
#mobile-menu .menu__sub:after{
    display: none;
}
#mobile-menu .menu__arrow{
    position: absolute;
    top: 9px;
    right: 10px;
    padding: 0 8px;
}
#mobile-menu .menu__arrow:before,
#mobile-menu .menu__arrow:after{
    display: block;
    width: 4px;
    height: 100%;
    border: none;
    background-color: #fff;
    transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
    content: '';
}
#mobile-menu .menu__arrow:after{
    top: 0;
    left: 8px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
#mobile-menu .opened .menu__arrow:before{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}


@media (min-width: 768px) {

    /*#mobile-menu{
        display: none!important;
    }*/

}
.checkout.woocommerce-checkout .about_us{
    text-align: center;
}
.checkout.woocommerce-checkout .about_us_other{
    text-align: center;
}
.checkout.woocommerce-checkout .about_us_other input{
    width: 200px !important;
}
.checkout.woocommerce-checkout .about_us_other{
    display:none;
}
/*.inside-bundle .product-simple{
    display:none;
}
.inside-bundle .product-support{
    border:0;
}
.inside-bundle .product-bundle{
    border-left:1px solid #d8d8d8 !important;
}*/
.single-themes .inside-bundle .product-simple{
    /*display:none;*/
    border-right: 1px solid #d8d8d8;
}
.single-themes .inside-bundle .product-support{
    border:0;
}
.single-themes .inside-bundle .product-bundle{
    /*border-left:1px solid #d8d8d8 !important;*/
}
.single-themes .columns-4.inside-bundle  .product-bundle{
    border-left:1px solid #d8d8d8 !important;
}
.single-product .buy-themes__item div{visibility:hidden;}

.single-product .offering__form{margin:0;}
.single-product .offering__form .wpcf7-submit{
    font-family: "proximanova-semibold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    height: 60px;
    padding: 22px 0;
    background: #ed3e33;
    -webkit-transition: background 1s ease, color 1s ease;
    transition: background 1s ease, color 1s ease;
    color: #fff;
    margin: 0;
    width: 43%;
}
.single-product .offering__form span.wpcf7-form-control-wrap{
    margin:0;
}
.single-product .offering__form p{
    margin: 0;
}
.single-product .offering__form p.form_title{
    margin: 0 auto 34px;
}
.single-product .offering__form .wpcf7-response-output.wpcf7-mail-sent-ok, .single-product .offering__form .wpcf7-response-output.wpcf7-validation-errors{
    padding: 0;
    margin: 0 !important;
    font-size: 18px;
    border: 0;
    margin-top: 10px!important;
}

.page-template-page-store-home .showcase .column{
    margin-bottom: 6px;
    padding: 41px 14px 0;
    border-radius: 3px;
    width: 33.3%;
    height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
    .page-template-page-store-home .showcase .column{
	width: 47%;
	padding: 41px 10px 0;
    }
}

.page-template-page-store-home .showcase h2{
    color: #000000;
}
.page-template-default .case ul{
    padding: 0 0 0 40px;
    color: #616366;
    font-size: 16px;
    line-height: 26px;
    font-family: "proximanova-semibold", sans-serif;
    padding-left: 20px;
}

/***** After recurring *****/
.woocommerce .shop_table tbody td,
.woocommerce .shop_table thead th{
    font-size: 16px;
		padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    line-height: 1.4;
}
.woocommerce .shop_table thead th{
	color: white;
	background: #000;
	letter-spacing: 5px;
	text-transform: uppercase;	
	font-family: "proximanova-bold", sans-serif;
}

.woocommerce .shop_table .product-thumbnail,
.woocommerce .shop_table .variation,
.woocommerce .shop_table .recurring-totals,
.woocommerce .shop_table .order-total,
.woocommerce .shop_table .cart-subtotal,
.woocommerce .cart_totals h2,
.woocommerce .coupon label {
	display:none;
}

.woocommerce .shop_table tbody td {
    font-size: 22px;
		font-family: proximanova-semibold, sans-serif;
}

.woocommerce .cart_totals table,
.woocommerce .order-total.recurring-total td,
.woocommerce .cart-subtotal.recurring-total td,
.woocommerce .order-total.recurring-total th,
.woocommerce .cart-subtotal.recurring-tota th,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
	border: none !important;
	border-top: none !important;
	vertical-align: top;
	font-size: 22px;
	color: #616366;
	font-family: "proximanova-semibold", sans-serif;
}

.woocommerce .cart_totals table td {
	text-align: right;
	width: 25%;
}

@media only screen and (max-width: 768px) {
	.woocommerce .cart-collaterals .cart_totals {
		float: none;
		width: 100%;
	}
	
	.woocommerce .cart_totals table td {
		width: inherit;
	}
}

.woocommerce .cart-collaterals .cart_totals .order-total th,
.woocommerce .cart-collaterals .cart_totals .order-total td{
	color: black !important;
}

.woocommerce .cart-collaterals .cart_totals th {
	vertical-align: top;
	padding-top: 22px;
}

.woocommerce .order-total.recurring-total,
.woocommerce .cart-subtotal.recurring-total {
	display: block;
}

.woocommerce .cart-collaterals .checkout-button {
    height: 60px;
    text-align: center;
    font-family: "proximanova-bold", sans-serif !important;
    line-height: 30px;
    background: #ed3e33 !important;
    border-radius: 2px;
	  display: inline-block;
    vertical-align: top;
    padding: 17px 54px 43px 58px;
    font-size: 16px;
    color: #fff !important;
    border: none;
    letter-spacing: 3px;
    text-transform: uppercase;
		-webkit-transition: background 1s ease, color 1s ease;
    transition: background 1s ease, color 1s ease;
    float: right;
}

.woocommerce .coupon_wrapper,
.woocommerce .checkout-button {
	position: relative;
/* 	top: -100px; */
}

.woocommerce .coupon {
	display: none;
}

.woocommerce .coupon_wrapper {
	width: 100%;
	float: none;
	clear: both;
}

.woocommerce .coupon_wrapper .show_coupon {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #000;
	font-family: "proximanova-bold", sans-serif;
	width: 280px;
	letter-spacing: 6.6px;
	margin-top: 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.woocommerce .coupon .input-text {
    width: 285px;
/*     height: 60px; */
    padding: 20px 18px 20px;
}

#cart_upsell {
    color: #fff;
    padding-top: 7px;
    text-transform: uppercase;
    -webkit-transition: background 1s ease, color 1s ease;
    transition: background 1s ease, color 1s ease;
    text-align: center;
    font-family: "proximanova-semibold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    background: #ed3e33;
    border-radius: 2px;
    padding: 22px 0;
    display: block;
    height: 60px;
		width: 400px;
    line-height: 44px;
    letter-spacing: 3px;
		display: block;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto;
    margin-top: 15px;
    line-height: normal;
}

.woocommerce .cart-collaterals .checkout-button:hover,
#cart_upsell:hover {
		background: #000 !important;
    color: #fff;
}

.woocommerce-billing-fields h3,
#billing_first_name_field label,
#billing_last_name_field label,
#billing_company_field label,
#billing_address_1_field label,
#billing_city_field label,
#billing_state_field label,
#billing_postcode_field label,
#billing_phone_field label,
#billing_email_field label,
#account_username_field label,
#account_password_field label {
	display: none;
}

.woocommerce .checkout .input-text {
	border: none;
	background: #EDEFF1;
	border-radius: 3px;
	font-size: 16px;
	color: #000;
	font-family: "proximanova-semibold", sans-serif;
	padding: 0 19px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 60px;
	width: 100%;
	letter-spacing: 0;
	display: inline-block;
}

.woocommerce .woocommerce-checkout-review-order-table .cart-subtotal.recurring-total,
.woocommerce .woocommerce-checkout-review-order-table .order-total.recurring-total {
	display: table-row;
}
.woocommerce .woocommerce-checkout-review-order-table .cart-subtotal.recurring-total td,
.woocommerce .woocommerce-checkout-review-order-table .cart-subtotal.recurring-total th,
.woocommerce .woocommerce-checkout-review-order-table .order-total.recurring-total td,
.woocommerce .woocommerce-checkout-review-order-table .order-total.recurring-total th {
	border-top: 1px solid rgba(0,0,0,.1) !important;
}

.woocommerce .woocommerce-checkout-review-order-table .cart-subtotal.recurring-total th {
	font-size: 22px;
	font-family: "proximanova-semibold", sans-serif;
	color: #616366;
}

.woocommerce .woocommerce-checkout-review-order-table .order-total.recurring-total th,
.woocommerce .woocommerce-checkout-review-order-table .order-total.recurring-total td {
	color: black;
}

.woocommerce-MyAccount-navigation,
.order-again {
	display: none;	
}

.woocommerce-account .woocommerce {
	margin-top: 50px;
	position: relative;
}

.woocommerce-order-details header,
.woocommerce-order-received .wc-item-meta,
.download-remaining,
.menu__sub .woocommerce-MyAccount-navigation-link--members-area {
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-content header {
	position: static;
	height: auto;
}

.woocommerce-account h2,
.woocommerce-order-received h2 {
	margin-bottom: 5px;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	clear: both;
	display: block;
	width: 100%;
	position: relative;
}

.woocommerce-order-received .woocommerce,
.woocommerce-account.woocommerce-page {
	padding: 30px;
	padding-top: 80px;
}

/** WeDocs styling */

li.wedocs-docs-single:hover {
    background: #eee;
    -webkit-transition: background 1s ease, color 1s ease;
    -moz-transition: background 1s ease, color 1s ease;
    transition: background 1s ease, color 1s ease;
}

li.wedocs-docs-single a:hover {
color:#ff4a1b;
}

.wedocs-sidebar h3,.wedocs-doc-nav {
	display:none;
}

.wedocs-single-wrap .wedocs-sidebar {
	margin-top:100px;
}

.wedocs-single-content footer {
	background:#fff;
	padding:20px 0 10px;
}	
}

.wedocs-docs-list .wedocs-docs-single a h3 {
	text-align:center;
}

.wedocs-single-wrap .wedocs-single-content {
	margin-top:15px;
	max-width:960px;
	font-size:14px;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single {
	-webkit-box-shadow:none;
	box-shadow:none;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single h3 {
	border-bottom:none;
	text-align: center;
    margin-top: 20px;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .wedocs-doc-link {
	border-top:none!important;
	background:none!important;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .wedocs-doc-link {
	padding:30px 0;
}

li.wedocs-docs-single {
	height:150px;
}

.doc-nav-list {
	margin-top:10px!important;
}

.wedocs-sidebar {
	background:#dbdfe3 url(../img/newsletter-line.png) repeat-x top center;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li a {
	color:#000;
	font-size:14px;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_parent > a,.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item > a,.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor > a {
	background:#ed3e33;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li a:hover {
	background-color:#fff;
	color:#000;
}

.wedocs-single-wrap .wedocs-single-content article footer.entry-footer.wedocs-entry-footer time {
	float:none;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item ul.children {
	border-left:1px solid #fff;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor li.current_page_item > a {
	border-left:2px solid #ff4a1b;
}

.wedocs-feedback-wrap {
	text-align:left;
	padding-top:0;
	margin:10px 0;
}

.wedocs-single-wrap .wedocs-single-content article footer.entry-footer.wedocs-entry-footer {
	margin-top:0;
}

.wedocs-single-wrap .wedocs-single-content article a.wedocs-print-article {
	color:#ccc;
}

.wedocs-single-wrap .wedocs-single-content article a.wedocs-print-article i.wedocs-icon {
	font-size:30px;
}

.wedocs-single-wrap .wedocs-single-content {
    border-left:none;
}

.wedocs-single-content .entry-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.wedocs-single-content h1 {
    font-size: 3em;
}

.wedocs-single-content h3 {
    font-size: 1.5em;
}    

#site-search-form {
    text-align: center;
    margin-bottom: 50px;
}

#site-search-form input {
    font-size: 25px;
    line-height: 50px;
    width: 600px;
    text-align: center;
}

#site-search-form button {
    font-size: 25px;
    line-height: 40px;
    background: #ed3e33;
    border: none;
    border-radius: 2px;
    color: #fff;
    padding: 7px;
    width: 150px;
}

#site-search-form button:hover {
    background: #000;
    -webkit-transition: background 1s ease, color 1s ease;
    -moz-transition: background 1s ease, color 1s ease;
    transition: background 1s ease, color 1s ease;
}

.wedocs-sidebar-search #site-search-form {
    margin-bottom: 30px;
}
.wedocs-sidebar-search #site-search-form button {
    margin-top: 10px;
    font-size: 20px;
    line-height: 25px;
}
.wedocs-sidebar-search #site-search-form input {
    font-size: 16px;
    line-height: 32px;
    width: 95%;
}

.searchwp-live-search-results-showing {
    width: 745px !important;
    max-height: 375px !important;
    border: 1px solid gray;
    border-bottom: 2px solid gray;
    overflow: none;
}

#searchwp_live_search_results_scroll_wrapper {
    overflow: auto;
    max-height: 300px;
}

.st-support-link-wrapper {
    border-top: 1px solid gray;
}
.st-support-link-wrapper p {
    margin-left: 15px;
    background-color: #dbdfe3;
    padding: 15px;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .wedocs-single-wrap {
        display: -ms-flex !important;
        display: -webkit-flex !important;
        display: flex !important;
        flex-direction: column;
    }
    .wedocs-single-wrap .wedocs-sidebar {
        order: 2;
    }
    .wedocs-single-wrap .wedocs-single-content {
        order: 1;
    }
}

/** WeDocs Mobile Styling */
@media only screen and (max-width: 910px) {
	.wedocs-single-content {
		margin:0 10px;
	}
	
	h1.entry-title {
		font-size:1.4em;
		width:95%;
	}
	
	.wedocs-single-wrap .wedocs-single-content article .entry-content {
		width:95%!important;
	}
	
	.wedocs-single-wrap .wedocs-single-content {
		margin-left:15px;
	}
	
	.wedocs-single-wrap .wedocs-single-content ol.wedocs-breadcrumb {
		width:95%;
	}
	
	.wedocs-single-wrap .wedocs-single-content ol.wedocs-breadcrumb {
		margin-top:100px;
	}
	
	.wedocs-entry-footer {
		text-align:left;
	}
	
    #site-search-form input {
        font-size: 14px;
        width: 95%;
        border:	1px solid #eee;
        margin-bottom:5px;
    }

    .searchwp-live-search-results-showing {
        width:90% !important;
        height:300px !important;
    }
}
