@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
pre {
    white-space:pre-wrap;
    white-space:-moz-pre-wrap;
    white-space:-pre-wrap;
    white-space:-o-pre-wrap;
    word-wrap:break-word;
}
video { 
    display: block;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
    /* ie 6/7 */
}

.container {
    width: 1170px;
    margin: 0 auto;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.column {
    display: inline-block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.column-1 {
    width: 100%;
}

.column-2 {
    width: 50%;
}

.column-3 {
    width: 33.33333%;
}

.column-2of3 {
    width: 66.66667%;
}

.column-4 {
    width: 25%;
}

.column-5 {
    width: 20%;
}

/*-----------------------------------------------------------------------------------*/
/*  2. BASE
/*-----------------------------------------------------------------------------------*/
html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}
body {
    word-wrap:break-word;
    -ms-word-wrap:break-word;
    font-family: 'open_sansregular';
    font-size: 16px;
    color: #414a51;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'brandon_grotesquemedium';
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
}
h1 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.4;
}
h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
}
h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.11111;
}
h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.125;
}
h5 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.125;
}
h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
}
p {
    word-wrap:break-word;
    -ms-word-wrap:break-word;
    line-height: 1.6;
}
a {
    cursor: pointer;
    outline: none;
    color: #000000;
    text-decoration: none !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover, a:active, a:focus {
    color: #000000;
    text-decoration: none;
    outline: none;
}
img{
    max-width: 100%;
    height: auto;
    display: block;
}
.overlay {
    background: transparent url('img/grid.png') repeat;
    background-color: rgba(25, 29, 34, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.btn {
    color: inherit;
    text-align: center;
    cursor: pointer;
    padding: 15px 30px 15px;
    margin-top: 50px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'brandon_grotesque_regularRg';
    letter-spacing: 0.1em !important;
    outline: 0;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.btn span.links {
    position: relative;
    left: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.btn:hover span.links {
    left: -15px;
}
.btn span.icon {
    font-size: 24px;
    position: absolute;
    margin-top: -13px;
    top: 50%;
    right: 30px;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.btn:hover span.icon {
    right: 10px;
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.btn.white {
    background-color: #ffffff;
    color: #ffffff;
}
.btn.black {
    border: 1px solid #000000;
    color: #000000;
}
.btn.red {
    border: 1px solid #E91E63;
    background-color: #E91E63;
    color: #ffffff;
}
.btn.red:hover {
    border: 1px solid #C2185B;
    background-color: #C2185B;
}
.btn.green {
    border: 1px solid #009688;
    background-color: #009688;
    color: #ffffff;
}
.btn.green:hover {
    border: 1px solid #00796B;
    background-color: #00796B;
}

#main-wrapper .btn.green {
    border: 1px solid #009688;
    background: #009688;
    color: #ffffff;
}
#main-wrapper .btn.green:hover {
    border: 1px solid #00796B;
    background: #00796B;
}

.btn.blue {
    border: 1px solid #03A9F4;
    background-color: #03A9F4;
    color: #ffffff;
}
.btn.blue:hover {
    border: 1px solid #0288D1;
    background-color: #0288D1;
}




#main-wrapper .btn.blue {
    border: 1px solid #03A9F4;
    background: #03A9F4;
    color: #ffffff;
    outline: none;
    box-shadow: none;
    padding: 17px 30px 17px;
}
#main-wrapper .btn.blue:hover {
    border: 1px solid #0288D1;
    background: #0288D1;
    outline: none;
    box-shadow: none;
}


#main-wrapper .product-type-external .btn.blue {
    padding: 15px 30px 15px;
    margin-left: 5px;
}
#main-wrapper .product-type-external .btn.blue a {
    font-size: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*  3. HEADER
/*-----------------------------------------------------------------------------------*/
.animsition-loading {
    position: fixed;
    top: 0;
    background-image: url(./img/loader.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 100;
    width: 100%;
    height: 100%;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
}
.animsition-loading:after {
    position: fixed;
    top: 50%;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    color: #aaa;
    text-align: center;
    content:"Loading";
    display: none;
}
@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0.0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
@keyframes scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
#header {
    padding: 1.5em 4em;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    z-index: 5;
border-bottom: 1px solid #e7e7e7;
}
.logo {
    float: left;
    display: block;
    margin-right: 80px;
}

/* Main Navigation */
.main-navigation {
    float: right;
    overflow: hidden;
    display: inline-block;
    margin-top: 15px;
}
.main-navigation ul li {
    float: left;
    overflow: hidden;
}
.main-navigation ul li a {
    font-family: 'brandon_grotesquebold';
    text-transform: uppercase;
    padding: 0 15px;
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.main-navigation ul li a::before {
    color: #E91E63;
    position: absolute;
    top: 100%;
    content: attr(title);
    font-weight: 700;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.main-navigation ul li:hover a,
.main-navigation ul li:focus a {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.main-navigation ul li:last-child a {
    padding-right: 0;
}

/* Menu Mobile */
#slide-buttons {
  background: none;
  border: none;
  color: #000000;
  font-size: 20px;
  padding: 0;
  position: relative;
  top: 5px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#slide-buttons:hover, .c-menu__close:hover {
  opacity: 0.7;
}
.fixedwrap #slide-buttons {
  color: #000000;
}
.c-menu {
  position: fixed;
  z-index: 200;
  background-color: #202020;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}

.c-menu--slide-right {
  width: 100%;
  height: 100%;
}
@media all and (min-width: 320px) {
  .c-menu--slide-right {
    width: 300px;
  }
}
ul.slide-menu-items {
  padding: 20px 30px;
  text-align: left;
}
ul.slide-menu-items li {
  border-bottom: 1px solid #333333;
  padding: 10px 10px;
}
ul.slide-menu-items li a {
  font-family: 'montserratregular';
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
}
ul.slide-menu-items li.active a,
ul.slide-menu-items li a:hover {
  color: #ff2b42;
}
.c-menu--slide-right .c-menu__close {
  padding: 15px 20px;
}

.c-menu--slide-right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media all and (min-width: 320px) {
  .c-menu--slide-right {
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
  }
}

.c-menu--slide-right.is-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.c-menu__close {
  color: #fff;
  background-color: transparent;
  font-size: 12px;
  border: none;
  box-shadow: none;
  border-radius: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.c-menu__close:focus {
  outline: none;
}
.slide-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
          transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.slide-overlay.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}
#c-menu--slide-right .social-links li {
  display: inline-block;
  margin: 15px 5px;
}
#c-menu--slide-right .social-links li a {
  color: #ffffff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#c-menu--slide-right .social-links li a:hover {
  color: #ff2b42;
}

/*-----------------------------------------------------------------------------------*/
/*  4. HERO
/*-----------------------------------------------------------------------------------*/
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 100px 0;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
.hidden {
    display: none !important;
}
.headline {
    text-align: center;
    position: relative;
    z-index: 5;
}

h1.hero-title {
    color: #ffffff;
    font-size: 34px;
}
h2.hero-subtitle {
    color: #ffffff;
    font-family: 'open_sanslight_italic';
    font-size: 24px;
    text-transform: none;
}
.hero.themes-page {
    position: relative;
    padding-top: 100px;
    background-size: cover;
}
.hero.themes-page .latest-themes {
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.hero.themes-page .latest-themes .themes-img {
    float: left;
}
.hero.themes-page .latest-themes .themes-info {
    overflow: hidden;
       padding: 0px 0 60px 40px;
    color: #ffffff;
}
.hero.themes-page .latest-themes .themes-info h1 {
    font-family: 'open_sanslight_italic';
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 46px;
    text-align: center;
}
.hero.themes-page .latest-themes .themes-info p {
    font-size: 16px;
    line-height: 28px;
}

/*-----------------------------------------------------------------------------------*/
/*  5. CONTENT
/*-----------------------------------------------------------------------------------*/
#main-wrapper {
    position: relative;
}
#content {
    background-color: #ffffff;
}
.container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
    min-width: 980px;
}
.grey-bg {
    background-color: #E7EBF1;
}

/* Heading Title */
h2.section-title {
    font-family: 'open_sanslight_italic';
    text-transform: lowercase;
}

/*-----------------------------------------------------------------------------------*/
/*  5a. OUR FEATURES
/*-----------------------------------------------------------------------------------*/
.our-features {
    padding: 80px 0;
    overflow: hidden;
}
.feature-block {
    width: 25%;
    float: left;
    text-align: center;
}
.feature-icon i {
    font-size: 40px;
    border: 2px solid #000000;
    height: 100px;
    width: 100px;
    line-height: 110px;
    border-radius: 50%;
    margin-bottom: 30px;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}
.feature-block:hover .feature-icon i {
    color: #E91E63;
    border-color: #E91E63;
}
.feature-content {
    padding: 0 20px;
    line-height: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*  5b. FEATURED THEMES
/*-----------------------------------------------------------------------------------*/
.featured-themes, .products {
    padding: 80px 0 40px 0;
}
.featured-themes-wrap, .products-wrap {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 40px;
    overflow: hidden;
}
.product-block {
    width: 33.333333%;
    float: left;
    margin-bottom: 40px;
}
.product-item {
    padding: 0 15px;
}
.product-item .product-thumb {
    position: relative;
}
.product-item .product-thumb .overlay {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}
.product-item:hover .product-thumb .overlay {
    opacity: 1;
}
.product-item .product-thumb span {
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 5;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.product-item .product-thumb span i {
    font-size: 42px;
    color: #ffffff;
    height: 80px;
    width: 80px;
    line-height: 90px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
}
.product-item:hover .product-thumb span {
    opacity: 1; 
}
.product-info {
    background-color: #ffffff;
    padding: 20px;
}
.product-info .product-name {
    overflow: hidden;
}
.product-info span.product-price {
    float: left;
    font-size: 42px;
    margin-right: 20px;
}
.product-info .product-title h4 {
    margin-bottom: 5px;
}
.product-info .product-title p.product-category {
    font-family: 'open_sansitalic';
    color: #999999;
}
.product-info .product-action {
    text-align: center;
    position: relative;
}
.product-info .product-action a {
    width: 160px;
    padding: 15px 0 15px;
    margin-top: 20px;
    margin-bottom:10px;
}
.product-info .product-action span.free-version {
    font-family: 'open_sansextrabold';
    position: absolute;
    left: 90px;
    width: 100%;
    text-align: left;
    top: 15px;
    color: #4CAF50;
}

.product-name .product-title {
    margin-left: 5px;
}

/*-----------------------------------------------------------------------------------*/
/*  5c. TESTIMONIAL
/*-----------------------------------------------------------------------------------*/
.testimonial {
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.testimonial-wrapper {
    display: inline-block;
    padding: 100px 0;
    position: relative;
    z-index: 5;
}
.testimonial .overlay {
    background-color: rgba(25, 29, 34, 0.9);
}
.testimonial .review p.text {
    font-family: 'open_sanslight_italic';
    color: #ffffff;
    font-size: 28px;
    line-height: 46px;
    margin-bottom: 60px;
}
.testimonial .review h5.title {
    color: #939da5;
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.1em;
}


/*-----------------------------------------------------------------------------------*/
/*  5d. PRODUCTS PAGE
/*-----------------------------------------------------------------------------------*/
ul#products-filter {
    border-bottom: 1px solid #E0E7ED;
    padding-bottom: 35px;
}
#products-filter li {
    display: inline-block;
    font-family: 'open_sansitalic';
    font-size: 16px;
}
#products-filter li a {
    margin: 0 10px;
}
#products-filter li a:hover {
    color: #E91E63;
}

/*-----------------------------------------------------------------------------------*/
/*  5e. SINGLE PRODUCTS PAGE
/*-----------------------------------------------------------------------------------*/
.single-product-wrap {
    padding-top: 80px;
}
.single-product-wrap .product-desc {
    overflow: hidden;
}
.single-product-wrap .product-desc h1 {
    font-family: 'brandon_grotesqueblack';
    margin-bottom: 0;
}
.single-product-wrap .product-desc p.product-category {
    font-family: 'open_sansitalic';
    font-size: 16px;
    color: #999999;
    margin-bottom: 20px;
}
.single-product-wrap .product-desc .product p {
    line-height: 24px;
}
.single-product-wrap .product-desc .product-action.left {
    width: 50%;
    float: left;
}
.single-product-wrap .product-desc .product-action.right {
    width: 50%;
    float: right;
    text-align: right;
}

/* Product Carousel */
.carousel-container {
    margin-top: 80px;
    margin-bottom: -15px;
    position: relative;
}
#carousel {
    width: 1170px;
    height: 589px;
    margin-bottom: 0;
    background-color: transparent;
}
.carousel-feature {
    position: absolute;
    top: -1000px;
    left: -1000px;
    cursor: pointer;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

/* Product Details */
.product-details {
    position: relative;
    z-index: 50;
    padding: 60px 0;
    overflow: hidden;
}
.product-details .details-title {
    float: left;
    margin-right: 80px;
}
.product-details .details-title h2 {
    font-family: 'brandon_grotesqueblack';
    margin-bottom: 0;
}
.product-details .details-table ul li {
    float: left;
    margin-right: 60px;
}
.product-details .details-table ul li p.title {
    font-family: 'brandon_grotesqueblack';
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 12px;
}
.product-details .details-table ul li a {
    color: #626875;
    border-bottom: dotted 1px #888F9E;
}
.product-details .details-table ul li a:hover {
    color: #000000;
    border-bottom: dotted 1px #000000;
}

/* Product Features */
.product-features {
    padding: 80px 0 10px 0;
}
.tabs-features nav ul {
    box-shadow: inset 0 -2px #d1d3d2;
}

.tabs-features nav a {
    padding: 0 0.4em 0.7em;
    box-shadow: inset 0 -2px #d1d3d2;
    color: #000000;
    text-align: left;
    font-family: 'brandon_grotesqueblack';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
}

.tabs-features nav a:hover,
.tabs-features nav a:focus {
    box-shadow: inset 0 -2px #000000;
}

.tabs-features nav li.tab-current a {
    box-shadow: inset 0 -2px #2CC185;
    color: #2CC185;
}

.product-features .gw-go-col-inner {
    background-color: #E7EBF1 !important;
}

@media screen and (max-width: 58em) {
    .tabs-features nav ul {
        display: block;
        box-shadow: none;
    }
    .tabs-features nav ul li {
        display: block;
        -webkit-flex: none;
        flex: none;
    }
}

/* Overview Features */

.info-badge {
    display: inline-block;
    margin-right: 25px;
}

.info-badge img {
    display: inline-block;
}
.info-badge p {
    display: inline-block;
    vertical-align: super;
    font-family: 'brandon_grotesqueblack';
    font-size: 12px;
    text-transform: uppercase;
}

.overview-features {
    width: 75%;
    float: left;
}
.bagde-coins {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.overview-features .overview-feature-block {
    width: 50%;
    float: left;
    margin-bottom: 50px;
}
.overview-features .feature-icon {
    float: left;
    text-align: center;
}
.overview-features .feature-icon i {
    border-radius: 0;
    width: 45px;
    height: 45px;
    line-height: 0;
    font-size: 47px;
    margin-bottom: 0;
    margin-right: 20px;
}
.overview-features .overview-feature-content {
    overflow: hidden;
    padding-right: 40px;
}
.overview-feature-content span.gold:after {
    content: '';
    background-image: url(./img/gold25.png);
    display: inline-block;
    z-index: 100;
    width: 15px;
    height: 25px;
    background-size: 15px;
    background-repeat: no-repeat;
}
.overview-feature-content span.silver:after {
    content: '';
    background-image: url(./img/silver25.png);
    display: inline-block;
    z-index: 100;
    width: 15px;
    height: 25px;
    background-size: 15px;
    background-repeat: no-repeat;
}
.overview-feature-content span.bronze:after {
    content: '';
    background-image: url(./img/bronze25.png);
    display: inline-block;
    z-index: 100;
    width: 15px;
    height: 25px;
    background-size: 15px;
    background-repeat: no-repeat;
}
.overview-feature-content .feature-theme-title {
    display: block;
    overflow: hidden;
}
.overview-features .overview-feature-content h5 {
    font-family: 'brandon_grotesqueblack';
    margin-bottom: 5px;
    position: relative;
    float: left;
    margin-right: 5px;
}
.overview-features .overview-feature-content p {
    font-size: 14px;
    line-height: 24px;
}
.overview-features .overview-feature-content a {
    color: #7cc048;
}
.general-features {
    overflow: hidden;
    background-color: #E7EBF1;
    padding: 25px;
}
.general-features h5 {
    font-family: 'brandon_grotesqueblack';
    margin-bottom: 25px;
}
.general-features ul li {
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px dotted #aaaaaa;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.general-features ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.product-option {
    margin: 30px 0 60px;
    display: inline-block;
}
.product-option .left-section {
    width: 50%;
    float: left;
}
.product-option .right-section {
    width: 50%;
    float: right;
}
.product-option .content-text {
    padding: 100px 30px 0 30px;
}
.product-option .content-text h2 {
    font-family: 'brandon_grotesqueblack';
}
.product-option .content-text p {
    font-family: 'open_sanslight_italic';
    font-size: 24px;
    line-height: 32px;
}
.product-option .content-text b {
    font-family: 'open_sanssemibold_italic';
}

/* Free VS Premium */
#free-vs-premium h5 {
    font-family: 'brandon_grotesqueblack';
    margin-bottom: 25px;
}
.section-free {
    width: 46.5%;
    float: left;
    padding: 20px;
}
.section-premium {
    width: 46.5%;
    float: right;
    padding: 20px;
}

#free-vs-premium span.line {
    background-color: #cacaca !important;
}

/* Video */
.video-wrap {
    width: 45%;
    float: left;
    margin-right: 2.5%;
}
.video-wrap iframe {
    width: 100% !important
}

/* Cart */
.post-title {
    padding: 80px 0;
    text-align: center;
}
.post-title h2 {
    font-family: 'brandon_grotesqueblack';
    margin-bottom: 0;
}
.inner-content {
    padding: 80px 0;
    overflow: hidden;
    min-height: 600px;
}
.woocommerce-cart table.cart img {
    width: 60px;
}
.woocommerce-cart table.cart {
    border: none;
    border-collapse: collapse;
}
.woocommerce table.shop_table th {
    background-color: #FFFFFF;
    font-family: 'brandon_grotesquebold';
    text-transform: uppercase;
    padding: 20px 12px;
    font-size: 16px;
}
.woocommerce table.shop_table td {
    padding: 20px 12px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-top: none;
    font-size: 14px;
}
.woocommerce table.cart td.actions {
    border: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 145px !important;
    padding: 5% 4%;
    background-color: #ffffff !important;
    background-image: none !important;
    border: 1px solid #dadada;
    color: #888F9E !important;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
    background-color: #E91E63;
    color: #fff;
    border: 1px solid #E91E63;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 0;
    padding: 15px 29px;
}
.woocommerce .cart .button, .woocommerce .cart input.button:hover {
    background-color: transparent;
    color: #E91E63;
    border: 1px solid #E91E63;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 35%;
    border: 1px solid #ffffff;
    padding: 40px;
    background-color: #ffffff;
}
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
    font-family: 'brandon_grotesquebold';
    text-transform: uppercase;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0;
    background-color: #009688;
    color: #fff;
    border: 1px solid #009688;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 0;
    padding: 15px 29px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: transparent;
    color: #009688;
    border: 1px solid #009688;
}

/* Checkout */
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 50%;
    float: left;
}
.woocommerce #order_review, .woocommerce-page #order_review {
    width: 50%;
    float: right;
    padding-left: 40px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background-color: #ffffff !important;
    background-image: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 28px;
    height: 51px;
    width: 100%;
    padding: 0 2em;
    border: 1px solid #fff;
    color: #5f5f5f !important;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.woocommerce form .form-row input.input-text:active, 
.woocommerce form .form-row textarea:active,
.woocommerce form .form-row input.input-text:focus, 
.woocommerce form .form-row textarea:focus {
    border-color: #d9d9d9;
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.woocommerce form .form-row input.input-text#username, .woocommerce form .form-row input.input-text#password {
    max-width: 440px;
    margin-bottom: 1em;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    float: left;
    width: 50%;
    overflow: visible;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
    overflow: visible;
    padding: 0;
}
h3#order_review_heading {
    width: 50%;
    float: right;
    padding-left: 40px;
}
.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 10px;
}
.woocommerce form .form-row label {
    line-height: 2;
    font-weight: normal;
    margin-bottom: 1em;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: none;
    line-height: normal;
    font-size: 1em;
    padding-top: 15px;
    display: inline-block;
}
.woocommerce-checkout #payment {
    background: #ffffff;
    border-radius: 0;
}
.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: 8px 0 0 0;
    padding: 0;
    position: relative;
    box-shadow: none;
}
.woocommerce-checkout #payment div.payment_box:after {
    top: -1px;
}
.woocommerce-checkout-payment input.button {
    background-color: #009688 !important;
    color: #fff !important;
    border: 1px solid #009688;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 0;
    padding: 15px 30px;
}
.woocommerce-checkout-payment input.button:hover {
    background-color: transparent !important;
    color: #009688 !important;
    border: 1px solid #009688;
}


/*-----------------------------------------------------------------------------------*/
/*  5f. AFFILIATE
/*-----------------------------------------------------------------------------------*/
.affiliate-wrap {
    padding-top: 80px;
    overflow: hidden;
}
.affiliate-hero-wrap {
    margin-bottom: 60px
}
.affiliate-hero .title-section {
    margin-bottom: 60px;
    text-align: center;
}
.affiliate-hero h2 {
    font-family: 'brandon_grotesqueblack';
    margin-bottom: 5px;
}
.affiliate-hero p.subtitle {
    font-family: 'open_sanslight_italic';
    font-size: 24px;
}
.affiliate-hero p.subtitle span {
    font-family: 'open_sansbold_italic';
}
.affiliate-hero .content-section {
    text-align: center;
}
.feature-benefit-block {
    width: 33.333333%;
    float: left;
}
.feature-benefit-block i {
    font-size: 80px;
}
.feature-benefit-block h5 {
    font-family: 'brandon_grotesqueblack';
    margin-top: 10px;
}
.affiliate-content-wrap {
    clear: both;
}
.affiliate-content .content-left, .affiliate-content .content-right {
    width: 50%;
    float: left;
}
.affiliate-content .content-left {
    background-color: #009688;
    color: #ffffff;
    padding: 60px 0;
}
.affiliate-content .content-left .inner-content {
    padding-left: 95px;
    padding-right: 30px;
    overflow: hidden;
}
.affiliate-content .content-right {
    background-color: #E91E63;
    color: #ffffff;
    padding: 60px 0;
}
.affiliate-content .content-right .inner-content {
    padding-right: 95px;
    padding-left: 30px;
    overflow: hidden;
}
.inner-content h3 {
    font-family: 'brandon_grotesquebold';
    margin-bottom: 30px;
}
.inner-content ul {
    padding-left: 40px;
    position: relative;
}
.inner-content ul li {
    font-family: 'open_sanslight_italic';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ffffff;
}
.content-left .inner-content ul li:before {
    font-family: "themesawesome";
    content: 'e';
    position: absolute;
    left: 0;
    font-size: 26px;
}
.content-right .inner-content ul li:before {
    font-family: "themesawesome";
    content: 't';
    position: absolute;
    left: 0;
    font-size: 26px;
}

/* My Account */

.woocommerce-MyAccount-navigation {
    background-color: #fff;
}

.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
    border: 2px solid #fff;
}

.woocommerce-MyAccount-navigation ul li {
    padding: 0;
    margin: 0;
    border: none;
}

.woocommerce-MyAccount-navigation ul li a {
    font-family: 'open_sansbold';
    padding: 15px 0 15px 20px;
    display: block;
    line-height: 20px;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    padding-left: 27px;
    background-color: #E7EBF1;
}

/*-----------------------------------------------------------------------------------*/
/*  5g. BLOG
/*-----------------------------------------------------------------------------------*/
.blog #main-wrapper, .archive #main-wrapper, .search-results #main-wrapper {
    background-color: #E7EBF1;
}
#blog-list {
    padding: 80px 0;
    overflow: hidden;
}
.blog-wrapper {
    position: relative;
}

/* Blog Post */
.post h2.entry-title {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.025em;
    margin-bottom: 10px;
}

.post h2.entry-title a:hover {
    color: #E91E63;
}

.post-meta, .post-meta a {
    font-size: 13px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
}

.post-meta a:hover {
    color: rgba(0, 0, 0, 0.8);
}

.post-meta span.bullets-separator {
    position: relative;
    padding-right: 15px;
}

.post-meta span.bullets-separator:last-child {
    padding-right: 0;
}

.post-meta span.bullets-separator:after {
    content: ' \00B7';
    font-size: 22px;
    position: absolute;
    right: 6px;
    top: -2px;
}

.post-meta span.bullets-separator:last-child:after {
    content: none;
}

.content-excerpt {
    padding: 30px 0px 20px;
}
.blog-post {
    float: left;
}
.ss-loop {
    float: left;
    width: 30%;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}
.top-info {
    display: inline-block;
}
.ss-loop img {
    max-width: 100%;
}
.blog-post .post {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 30px;
}
.blog-post .post .thumbnail {
    position: relative;
}
.blog-post .post .thumbnail img {
    width: 100%;
}
.blog-post .overlay {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}
.blog-post .post:hover .overlay {
    opacity: 1;
}
.blog-post .post .inner-overlay {
    opacity: 0;
    position: absolute;
    padding: 0 40px 40px;
    max-width: 100%;
    color: #ffffff;
    z-index: 5;
    top: 50%;
    text-align: left;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.blog-post .post:hover .inner-overlay {
    opacity: 1;
}
.blog-post .post:hover .inner-overlay .date {
    font-style: italic;
}
.blog-post .post .inner-overlay .date {
    bottom: 0;
    position: absolute;
}
.blog .navigation-paging {
    width: 100%;
    overflow: hidden;
    display: block;
}
.blog .nav-previous {
    margin-left: 15px;
}
.blog .nav-next {
    float: right;
    margin-right: 17px;
}
.blog-post .post .info {
    background-color: #ffffff;
    padding: 30px 40px;
}
span.category a {
    color: #999999;
    font-style: italic;
}
.blog #nav-below a {
    color: #ffffff;
}
.blog .nav-previous:hover span.links {
    left: 15px;
}
.blog .nav-previous span.icon {
    left: 30px;
    right: auto;
}
.blog .nav-previous:hover span.icon {
    left: 15px;
    right: auto;
}
.button {
    display: inline-block;
    padding: 10px 15px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.05em;
    
}
.read-more {
    background-color: #E91E63;
    color: #ffffff;
}
.read-more:hover {
    color: #ffffff;
}
/* Single Post */
.blog-single {
    padding-top: 80px;
    overflow: hidden;
    background-color: #E7EBF1;
}
.single-post {
    background-color: #ffffff;
}
.single-post .single-wrapper .container {
    position: relative;
}
.single-post .single-wrapper .post-image img, .single-post .post-content img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.single-post .post-content {
    position: relative;
    padding: 30px;
    background-color: #ffffff;
}
.single-post .post-content img {
    margin: 30px 0;
}
.single-post .post-content .btn {
    margin-top: 20px;
    background-color: #3fc5a4;
    color: #ffffff;
    border-radius: 3px;
}
.single-post .head-content {
    margin-bottom: 20px;
}

.post-content p {
    padding: 0.75em 0;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
    font-weight: 600;
    letter-spacing: 0.025em;
    padding: 0.25em 0;
    margin: 0;
}

.ta-post-button {
    text-align: center;
    margin: 20px 0;
}
.button-download {
    display: inline-block;
    margin-right: 10px;
}
.source-author {
    text-align: center;
}
.source-author a {
    color: #3fc5a4;
}
.pro-ver {
    background-color: #E91E63;
    color: #fff;
    padding: 2px 10px;
    position: relative;
    font-size: 11px;
    font-weight: bold;
    border-radius: 10px;
    top: -10px;
}
.feature-theme-title {
    display: block;
    overflow: hidden;
    padding: 10px 0 0;
    position: relative;
}

/* Comments */
.comments-area {
    margin-top: 40px;
    margin-bottom: 80px;
    position: relative;
    background-color: #ffffff;
    padding: 40px;
}
.comments-title {
    margin-bottom: 40px;
}
.comments-title h4 {
    font-family: 'brandon_grotesqueblack';
}
.comment-wrapper {
    margin: 0 auto;
    max-width: 790px;
}
.comment-list, .children {
    list-style: none;
}
.comment-list > li {
    float: left;
    width: 100%;
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #E7EBF1;
}
.comment-list > li:last-child {
    margin-bottom: 80px;
}
.comment-list > li ul.children {
    padding-left: 50px;
}
.comment-list > li ul.children li {
    margin-top: 50px;
}
.comment-list li article header {
    position: relative;
}
.avatar {
    float: left;
    width: 70px;
    position: relative;
    z-index: 9px;
    margin-right: 20px;
    border-radius: 50%;
}
.avatar img {
    width: 100%;
}
.comment-author {
    margin-bottom: 10px;
}
.comment-meta {
    font-style: italic;
    color: #999999;
    font-size: 13px;
}
.comment-author .fn, .comment-author .fn a {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}
.comment-content {
    margin-top: 20px;
}
.comment-content p {
    color: #999999;
    font-size: 16px;
}
.reply-container {
    float: left;
    position: absolute;
    top: 0;
    right: 0;
}
.reply-container a:hover {
    color: #999999;
}
.reply-container i {
    font-size: 18px;
    position: relative;
    top: 5px;
}
.comment-respond h3 {
    font-family: 'brandon_grotesqueblack';
}
.comment-respond label {
    display: block;
    color: #000000;
    margin-bottom: 5px;
    font-weight: bold;
}
.comment-respond p {
    margin-bottom: 30px;
}
.logged-in-as {
    margin-bottom: 10px;
}
.comment-respond input {
    height: 40px;
    padding: 0 10px;
}
.comment-respond textarea {
    padding: 10px;
}
.form-submit .submit {
    font-size: 15px;
    font-size: 1.5rem;
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
    height: auto;
    text-transform: uppercase;
    cursor: pointer;
    padding: 15px 30px 15px;
    font-family: 'brandon_grotesque_regularRg';
    letter-spacing: 0.1em !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.form-submit .submit:hover {
    border: 1px solid #E91E63;
    background-color: #E91E63;
    color: #ffffff;
}
.comment-respond small {
    position: absolute;
    right: 50px;
}
.comment-respond small a {
    font-size: 14px;
    color: #ff0000;
}

/* Sidebar */
#primary-sidebar .widget {
    padding: 25px;
    background-color: #ffffff;
    margin-bottom: 30px;
}
#primary-sidebar .searchform {
    position: relative;
}
#primary-sidebar .searchform input[type="search"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    width: 100%;
}
#primary-sidebar .searchform input[type="submit"] {
    position: absolute;
    top: 5px;
    right: -4px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    background: url(./img/search.png) no-repeat;
    background-color: transparent;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    background-size: 30px;
    border-radius: 3px;
} 
#primary-sidebar .widget h4 {
    font-family: 'brandon_grotesqueblack';
}
#primary-sidebar .widget ul li {
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px dotted #aaaaaa;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#primary-sidebar .widget ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
#primary-sidebar .widget ul li a:hover {
    color: #E91E63;
}

/* Widget Categories */

.widget_categories ul.children li a  {
    padding-left: 10px;
}

.widget_categories ul.children li {
    border-top: 1px dotted #aaaaaa;
    padding-top: 10px;
    margin-top: 10px;
}

.widget_categories ul li span {
    font-weight: 600;
    background-color: #009688;
    color: #fff;
    padding: 0 8px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    line-height: 20px;
    font-size: 10px;
    position: relative;
    top: -9px;
}

/*-----------------------------------------------------------------------------------*/
/*  5h. LOGIN PAGE
/*-----------------------------------------------------------------------------------*/
.login-title-wrap {
    text-align: center;
}
.login-title h2 {
    font-family: 'brandon_grotesqueblack';
    margin-bottom: 5px;
}
.login-title p.subtitle {
    font-family: 'open_sanslight_italic';
    font-size: 24px;
}

/* Login Form */

.woocommerce-account .woocommerce h2 {
    font-family: 'brandon_grotesquelight';
    font-size: 72px;
    text-transform: none;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

#page-7 .woocommerce h2 {
    margin-bottom: 1em;
}

.login-remember {
    margin: 1em 0 5em;
}

label.checkbox {
    cursor: pointer;
}

label.checkbox input.woocommerce-Input--checkbox {
    margin: 0;
    width: 25px;
    height: 25px;
    -webkit-appearance: none;
    background-color: #E7EBF1;
    border: 2px solid #c5c5c5;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    margin-right: 10px;
    -moz-transition: border .3s;
    -o-transition: border .3s;
    -webkit-transition: border .3s;
    transition: border .3s;
}

label.checkbox:hover input.woocommerce-Input--checkbox {
    border: 2px solid #737373;
}

label.checkbox input.woocommerce-Input--checkbox:active,
label.checkbox input.woocommerce-Input--checkbox:checked:active {
    outline: none;
    border: 2px solid #737373;
}

label.checkbox input.woocommerce-Input--checkbox:checked {
    background-color: #e9ecee;
    border: 2px solid #737373;
    color: #000;
    outline: none;
}

label.checkbox input.woocommerce-Input--checkbox:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 5px;
    color: #737373;
}

label.checkbox span {
    position: relative;
    top: -7px;
    font-family: 'brandon_grotesquebold';
    font-size: 16px;
}

.woocommerce input.button {
    background: #000;
    border: none;
    border-radius: 36px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 51px;
    letter-spacing: 0.02em;
    line-height: 1;
    max-width: 100%;
    padding: 1.4em 4.1em 1.3em;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    outline: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #909090;
    text-decoration: none;
    background-image: none;
    color: #fff;
    outline: none;
}

.lost_password a {
    font-family: 'brandon_grotesquebold';
    font-size: 18px;
    margin-top: 1em;
    display: inline-block;
}

.lost_password a:hover {
    color: #909090;
}

.lost_reset_password {
    margin: 0 auto;
    max-width: 340px;
}

.lost_reset_password p {
    font-size: 15px;
    line-height: 25px;
}

.lost_reset_password p.form-row-first {
    margin-top: 2em;
}

.lost_reset_password input.button {
    width: 100%;
    margin-top: 1em;
}

/* My Account */

.woocommerce-MyAccount-content p {
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content p strong,
.woocommerce-MyAccount-content p a {
    font-weight: bold;
}

.woocommerce-MyAccount-content p a:hover {
    color: #909090;
}

p.myaccount_user {
    line-height: 24px;
    margin-bottom: 40px;
    font-size: 18px;
    font-family: 'open_sanslight_italic';
}
p.myaccount_user strong, p.myaccount_user a {
    font-family: 'open_sansbold_italic';
}
p.myaccount_user a:hover {
    color: #666666;
}
.woocommerce_account_subscriptions {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 40px;
    margin-top: 20px;
}
.woocommerce .woocommerce_account_subscriptions h2 {
    font-size: 22px;
    font-family: 'brandon_grotesquemedium';
}
.woocommerce .woocommerce_account_subscriptions p a {
    font-weight: bold;
}
.woocommerce .address {
    background-color: #ffffff;
    padding: 30px;
    margin-top: 40px;
}

/* Edit Account Details */
.page-template-page-account .woocommerce form .form-row-first, .page-template-page-account .woocommerce form .form-row-last {
    width: 50%;
    float: left;
    padding: 5px;
    margin: 0 0 10px;
}
.page-template-page-account .woocommerce form .form-row {
    padding: 5px;
    margin: 0 0 10px;
}
.page-template-page-account .woocommerce form fieldset {
    margin-top: 40px;
}
.page-template-page-account .woocommerce form legend {
    padding-left: 5px;
    margin-bottom: 15px;
    font-family: 'brandon_grotesqueblack';
    text-transform: uppercase;
    font-size: 18px;
}
.page-template-page-account .woocommerce form .form-row select {
    height: 40px;
    padding-left: 15px;
    border: 1px solid #dadada;
}
.woocommerce .woocommerce-MyAccount-content .button {
    background: #000;
    border: none;
    border-radius: 36px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    padding: 1.1em 2.6em;
    max-width: 100%;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    outline: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.woocommerce table.my_account_orders .order-actions .button:hover, .woocommerce p.order-again a:hover {
    background-color: #909090;
    text-decoration: none;
    background-image: none;
    color: #fff;
    outline: none;
}
.woocommerce p.order-info {
    font-weight: bold;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 40px;
}
.woocommerce p.order-again a {
    margin-bottom: 40px;
}

/*-----------------------------------------------------------------------------------*/
/*  5i. CUSTOMIZATION PAGE
/*-----------------------------------------------------------------------------------*/
.customization-title-wrap {
    padding: 80px 0;
    text-align: center;
}
.customization-title h2 {
    font-family: 'brandon_grotesqueblack';
    margin-bottom: 5px;
}
.customization-title p.subtitle {
    font-family: 'open_sanslight_italic';
    font-size: 24px;
}
.customization-content-wrap {
    padding: 80px 0;
    overflow: hidden;
}
.customization-content-wrap .container {
    position: relative;
}
.customization-content p {
    margin-bottom: 20px;
    line-height: 24px;
}
.customization-content-wrap #primary-sidebar {
    width: 25%;
    position: relative;
    right: 0;
    top: 0;
    padding: 0;
    float: right;
}

/*-----------------------------------------------------------------------------------*/
/*  5j. CONTACT PAGE
/*-----------------------------------------------------------------------------------*/
.contact-title-wrap {
    padding: 80px 0;
    text-align: center;
}
.contact-title h2 {
    font-family: 'brandon_grotesqueblack';
    margin-bottom: 5px;
}
.contact-title p.subtitle {
    font-family: 'open_sanslight_italic';
    font-size: 24px;
}
.contact-content-wrap {
    padding: 80px 0;
    overflow: hidden;
}
.contact-form {
    width: 50%;
    float: left;
}
.contact-form p {
    margin-bottom: 20px;
    font-weight: bold;
}
.contact-form form input, .contact-form form textarea {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background-color: #ffffff !important;
    background-image: none !important;
    border: 1px solid #dadada;
    color: #888F9E !important;
    font-size: 16px;
    margin-top: 10px;
}
.contact-form input[type="text"], .contact-form input[type="password"] {
    font-size: 16px;
    height: auto;
}
.contact-form form input.button {
    display: inline-block;
    width: auto;
    padding: 10px 30px;
    cursor: pointer;
    background-color: #009688 !important;
    color: #fff !important;
    border: 1px solid #009688;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.contact-form input.button:hover {
    background-color: transparent !important;
    color: #009688 !important;
    border: 1px solid #009688;
}
.contact-info {
    width: 50%;
    float: right;
    padding-left: 40px;
}
.contact-info p {
    line-height: 24px;
}
.contact-info div {
    margin-top: 40px;
}
.contact-info h4 {
    font-family: 'brandon_grotesqueblack';
}

/*-----------------------------------------------------------------------------------*/
/*  5k. ADDONS PAGE
/*-----------------------------------------------------------------------------------*/

.addons, .addons-faq {
    padding: 80px 0;
    overflow: hidden;
}

.addons-title {
    text-align: center;
    margin-bottom: 60px;
}

.addons-title h1 {
    font-family: 'brandon_grotesquelight';
    font-size: 82px;
    text-transform: none;
    letter-spacing: 0.01em;
}

.addons-title p {
    font-size: 20px;
}

.guarantee {
    margin-top: 60px;
}

.guarantee img {
    float: left;
    width: 100px;
    margin-right: 30px;
}

.guarantee .guarantee-text {
    overflow: hidden;
}

.guarantee-text h3 {
    font-family: 'brandon_grotesqueblack';
}

.guarantee-text p {
    font-size: 18px;
}

.faq {
    width: 60%;
    float: left;
}

.addons-faq .faq h2 {
    text-transform: none;
    font-family: 'brandon_grotesquemedium';
    margin-bottom: 40px;
}

#accordion h3 {
    text-transform: none;
    cursor: pointer;
    margin: 20px 0 15px 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #cacaca;
}

#accordion .section-text p {
    font-size: 16px;
    line-height: 25px;
}

#accordion h3:focus,
#accordion h3:active {
    outline: none;
}

.testimonial-addons {
    width: 40%;
    float: right;
}

.testimonial-addons .testimonial-item {
    background-color: #E7EBF1;
    border: 2px solid #d3dce8;
    padding: 20px;
    margin-bottom: 30px;
    margin-left: 40px;
}

.testimonial-item p {
    font-size: 16px;
    line-height: 26px;
}

.testimonial-item p.who {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
}

.testimonial-item p span {
    font-weight: normal;
}

/*-----------------------------------------------------------------------------------*/
/*  6. FOOTER
/*-----------------------------------------------------------------------------------*/
#footer {
    background-color: #ffffff;
    padding: 2.5em 4em 1.5em;
    overflow: hidden;
    clear: both;
    border-top: 1px solid #e7e7e7;
}
.footer-left {
    width: 50%;
    float: left;
}
.footer-left .footer-logo {
    float: left;
    margin-right: 15px;
    position: relative;
    top: -7px;
}
.footer-left .social-links li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}
.footer-left .social-links li a {
    font-size: 18px;
}
.footer-left .social-links li a:hover {
    color: #E91E63;
}
.footer-right {
    width: 50%;
    float: right;
    text-align: right;
    margin-top: 20px;
}
.footer-right .menu-footer li {
    display: inline-block;
    overflow: hidden;
}
.footer-right .menu-footer li a {
    font-size: 13px;
    font-family: 'brandon_grotesquebold';
    text-transform: uppercase;
    padding: 0 10px;
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.footer-right .menu-footer li a::before {
    color: #E91E63;
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.footer-right .menu-footer li:hover a,
.footer-right .menu-footer li:focus a {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.footer-right .menu-footer li:last-child a {
    padding-right: 0;
}

.wow {
   visibility: hidden;
}


.woocommerce-checkout #customer_details {
    width: 45%;
}


/*-----------------------------------------------------------------------------------*/
/*  Subscription Price remove
/*-----------------------------------------------------------------------------------*/

.subscription-price .subscription-details, .recurring-totals, .recurring-total
{
    display: none;
}

.woocommerce td.product-name dl.variation dt {
    margin: 12px 4px 0 0;
}


.api-manager-download a {
    background: #000;
    border: none;
    border-radius: 36px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    padding: 1.1em 2.6em;
    max-width: 100%;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    outline: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.api-manager-download hr {
    display: none;
}


#main-wrapper .single_add_to_cart_button.btn {
    font-size: 17px;
    padding: 13px 30px 13px;

}

.product-action .quantity {
    display: none;
}

