/*
Theme Name: Sampression Market Place
Theme URI: http://sampression.com/
Author: Sampression
Author URI: http://www.idealaya.com
Description: Theme for sampression.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sampression
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Sampression is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #6F6F6F;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
}

p {
    margin-bottom: 25px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

    display: inline-block;
    padding: 14px 20px;
    font: 600 14px/1.2 'Open Sans', sans-serif;
    font: 600 1.4rem/1.2 'Open Sans', sans-serif;
    border-radius: 4px;
    color: #fff;
    background-color: #57B94A;
    border: none
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #279F17;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background-color: #279F17;
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #6F6F6F;
    font-size: 14px;
    font-size: 1.4rem;
    border: none;
    border-radius: 4px;
    font-weight: 300;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 9px 20px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #6F6F6F;
}

:-moz-placeholder {
    color: #6F6F6F;
}

::-moz-placeholder {
    color: #6F6F6F;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #6F6F6F;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #57B94A;
}

a:visited {
    color: #57B94A;
}

a:hover,
a:focus,
a:active {
    color: #279F17;
}

a:hover,
a:focus,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar-nav .current_page_item > a,
.navbar-nav .current-menu-item > a,
.navbar-nav .current_page_ancestor > a,
.navbar-nav .current-menu-ancestor > a {
    color: #57B94A;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

#sidebar ul {
    padding: 0;
    margin: 0;
}

#sidebar ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

#recent-posts-2 li a {
    display: block;
    padding-left: 17px;
    position: relative;
}

#recent-posts-2 li a:before {
    content: "";
    color: #57B94A;
    background-image: url("images/arrow-right.png");
    background-repeat: no-repeat;
    font-size: 20px;
    vertical-align: middle;
    left: -3px;
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    top: 8px;
}

#sidebar .widget-title {
    margin-bottom: 20px;
    font-size: 26px;
    font-size: 2.6rem;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* Common Class */
.no-padding {
    padding: 0 !important;
}

/**
 * Site Styling
 */
/*font-family: 'Open Sans', sans-serif; */
.cookie-notice {
    background-color: #E6E6E6;
    color: #6F6F6F;
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 7px 20px;
}

.cookie-notice > a {
    margin-left: 5px;
}

/* Header */
.site-header {
    padding: 25px 0;
    /* border-bottom: 1px solid #eeeeee;*/
}

.site-branding {
    float: left;
}

#primary-nav {
    float: right;
    margin-bottom: 0;
}

.navbar-nav li a {
    color: #6f6f6f;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.navbar-collapse,
.button-right {
    float: right;
    padding-right: 0;
}

.woocommerce a.button,
.button,
.nav-button a {
    display: inline-block;
    padding: 13px 20px;
    font: 600 14px/1.2 'Open Sans', sans-serif;
    font: 600 1.4rem/1.2 'Open Sans', sans-serif;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.nav-button a {
    background-color: #57B94A;
    color: #fff !important;
    border: 1px solid #57B94A;
}

.nav > li.nav-button > a {
    line-height: 1.2;
    padding: 13px 20px;
    margin-left: 20px;
}

.nav > li.nav-button > a:hover,
.nav > li.nav-button > a:focus,
.nav > li.nav-button > a:visited {
    color: #fff;
}

.link {
    display: inline-block;
}

.button.primary-button,
.button.secondary-button {
    text-decoration: none;
}

.button.primary-button {
    background-color: #57B94A !important;
    color: #fff !important;
    border: 1px solid #57B94A !important;
}

.button.primary-button:hover,
.nav > li.nav-button > a:hover {
    background-color: #3c9130 !important;
}

.button.primary-button:hover {
    border: 1px solid #3c9130 !important;
}

.woocommerce a.button.secondary-button,
.button.secondary-button {
    color: #2D3339;
    border: 1px solid #DBDBDB;
    border: 1px solid rgba(111, 111, 111, 0.25);
    margin-right: 10px;
    background: transparent;
}

.woocommerce a.button.secondary-button:hover,
.button.secondary-button:hover {
    border: 1px solid #6f6f6f;
}

/* Main Content */
.site-top {
    padding-top: 90px;
    background-color: #FBFBFB;
}

.coupon-notice {
    background-color: #2d3339;
    color: #fff;
    font-size: 16px;
    padding: 9px;
    text-align: center;
    margin-bottom: 0;
    display: none;
}

.coupon-notice .copy_coupon {
    border: 1px dashed #fff;
    display: inline-block;
    margin-left: 5px;
    margin-right: 15px;
    padding: 5px 10px;
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    background: none;
    border-radius: 0;
}

.coupon-notice .copy_coupon.active {
    border-color: #fff;
    background: #4E4E4E;
}

.coupon-notice .copy_coupon:before {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    bottom: -6px;
    width: 18px;
    height: 12px;
    background: url("images/scissors_icon.svg") no-repeat 0 0;
}

.coupon-notice .button.primary-button {
    padding: 7px 16px;
}

.site-description {
    margin-bottom: 70px;
}

.sub-description {
    color: #6f6f6f;
}

.site-content {
    padding: 65px 0 0;
}

.theme-block {
    background-color: #FBFBFB;
}

.theme-block .left img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.theme-block .left img:hover {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.theme-block > .container {
    position: relative;
}

.home .theme-actions {
    width: 30%;
}

del {
    color: #6F6F6F;
}

.sub-title {
    color: #6F6F6F;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
}

.large-title {
    font-size: 40px;
    font-size: 4rem;
}

.left {
    float: left;
    margin-top: -50px;
    position: absolute;
    left: -135px;
    width: 80%;
}

.theme-actions {
    float: right;
    width: 38%;
    padding: 218px 0;
}

.theme-actions h3 {
    margin-bottom: 15px;
}

.theme-title a {
    color: #2D3339;
    text-decoration: none;
}

.theme-title a:hover {
    color: #57B94A;
}

.theme-details {
    float: right;
    width: 31%;
    padding: 50px 0;
}

.center {
    text-align: center;
}

.block {
    /*border-top: 1px solid #eeeeee;*/
    padding: 130px 0 100px;
}

#theme-features {
    color: #6F6F6F;
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    z-index: 2;
    background: #fff;
}
.image-large{
    margin-bottom: -52px;
}
.ico {
    margin-bottom: 40px;
}

.subscription-block {
    text-align: center;
    padding: 324px 0;
}

.inverse {
    background-color: #2D3339;
    color: #fff;
}

.inverse h4 {
    color: #EFEFEF;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.subscription-block .gform_body,
.subscription-block .gform_footer {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.subscription-block .gform_footer:after {
    content: 'We hate spam, as much as you do.';
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #6F6F6F;
}
.gform_body ul {
    margin: 0;
    padding: 0;
}

.subscription-block .gform_body li.gfield {
    display: inline-block;
    margin-right: 5px;
    list-style: none;
}

.subscription-block input[type="text"] {
    width: 370px;
}

.subscription-block .gform_footer .gform_button {
    margin-right: 10px;
    padding: 14.5px 20px;
}

.spam-note {
    display: block;
    font-size: 14px;
    color: #6F6F6F;
    padding-top: 3px;
}

/* Footer */
.site-footer {
    padding: 60px 0;
}

.footer-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-nav > ul > li {
    float: left;
    margin-left: 2%;
    width: 18%;
}

.footer-nav > ul > li:last-child {
    margin-left: 4%;
    width: 12%;
}

.footer-nav ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0;
    color: #6F6F6F;
    text-decoration: none;
}

.footer-nav > ul > li > a {
    color: #2D3339;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding: 0;
}

.site-info {
    font-size: 14px;
    font-size: 1.4rem;
}

.site-info a {
    color: #6F6F6F;
    text-decoration: none;
}

.footer-nav a:hover,
.site-info a:hover {
    color: #57B94A;
}

/* Sampression Pro */
.theme-features {
    padding-top: 30px;
}

.feature-brief {
    padding-bottom: 20px;
    font-weight: 300;
}

.main-actions {
    padding: 23px 0 0 47px;
}

.theme-feature-section {
    padding-bottom: 60px;
}

.theme-feature-section.last {
    padding-bottom: 115px;
}

.theme-feature-section h2 {
    margin-bottom: 20px;
}

.coupon-trigger {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    margin: 10px 0 15px;
}

.coupon-form {
    width: 285px;
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.10);
}

.form-control.txt-box {
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #DBDBDB;
    border: 1px solid rgba(111, 111, 111, 0.25);
    border-radius: 4px;
    box-shadow: none;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    color: #2D3339;
    font-weight: 600;
    text-align: center;
    background-color: #eee;
    border: 1px solid #DBDBDB;
    border: 1px solid rgba(111, 111, 111, 0.25);
    border-radius: 4px;
}

.input-group-addon:last-child {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.preview-box {
    position: relative;
}

.preview-box .button.small {
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -55px;
}

.button.small {
    padding: 11px 20px;
}

.button.orange-btn {
    background-color: #FF6600;
    color: #fff;
    text-decoration: none;
}

.button.orange-btn:hover {
    background-color: #E75D01;
}

.preview-title {
    margin-top: 12px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #6F6F6F;
    font-weight: 400;
}

.navbar-toggle {
    width: 50px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navbar-toggle.collapse {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #d3531a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar-toggle span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    left: 8px;
}

.navbar-toggle span:nth-child(3) {
    width: 0%;
    opacity: 0;
    top: 15px;
    left: 8px;
}

.navbar-toggle span:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 16px;
    left: 8px;
}

.navbar-toggle.collapsed span:nth-child(2) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 10px;
    left: 8px;
}

.navbar-toggle.collapsed span:nth-child(3) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 15px;
    opacity: 1;
    left: 8px;
    width: 28px;
}

.navbar-toggle.collapsed span:nth-child(4) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 24px;
    left: 8px;
}

.responsive-feature-block {
    background-color: #FBFBFB;
    /*max-height: 670px;*/
    max-height: 750px;
    padding-top: 95px;
    margin-bottom: 210px;
}

figure.bottom {
    /*padding-top: 25px;*/
    clear: left;
}

.theme-demo .container {
    position: relative;
}

.theme-demo {
    background: #FBFBFB;
    padding: 85px 0;
}

.theme-demo:nth-child(odd) {
    background: #ffffff;
}

.theme-screenshot {
    position: relative;
}

.theme-demo .theme-actions {
    padding: 0;
    float: left;
    margin-left: 3%;
}

.theme-screenshot > img {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -70px;
    padding: 0 15px;
}

.extend-membership {
    background: #FBFBFB;
    max-height: 405px;
    margin-bottom: 190px;
    padding-top: 85px;
}

.extend-membership figure {
    padding-left: 60px;
    float: right;
}

.extend-membership figure + div {
    float: left;
}

.extend-membership .img-responsive {
    margin: 0 auto;
}

.page-description {
    margin-bottom: 80px;
}

#theme-features .widget-title {
    display: none;
}

.popup_visible #signin-signup {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.input-text {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(111, 111, 111, 0.3) !important;
    border-radius: 4px !important;
}

.woocommerce-billing-fields {
    background-color: #fbfbfb;
    padding: 50px 50px 0;
    position: relative;
}

.order-total .amount {
    color: #2d3339;
}

.cart-subtotal .amount {
    font-weight: normal;
}

table.cart .product-quantity, table.cart .product-thumbnail {
    display: none !important;
}

.site-description h3 {
    color: #6f6f6f;
}

.mrgn-top .feature-brief {
    margin-top: 70px;
}

.odd .mrgn-top .image-wrap {
    float: right;
}

.even .mrgn-top .feature-brief {
    margin-top: 50px;
}

.mrgn-top .feature-brief * {
    margin-right: 35px;
    margin-left: 20px;
}

.even .mrgn-top .feature-brief * {
    margin-left: 35px;
    margin-right: 20px;
}

.mrgn-top .feature-brief p {
    font-size: 16px;
    font-size: 1.6rem;
}

.large-text {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 100;
}

.dummy-height {
    height: 250px;
}

.comprasion-feature-block {
    background: #fbfbfb;
    padding: 90px 0 70px;
}

.comprasion-feature-block .theme-feature-section {
    padding: 0;
}

.comprasion-details {
    padding-bottom: 45px;
    font-weight: 300;
}

.compare-link {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 10px;
    text-decoration: none;
    display: none;
}

#getFixed {
    width: 100%;
    background: #fff;
}

.compare-title {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 100;
    text-align: right;
    border-left: 0 !important;
    padding-right: 30px !important;
}

.compare-lite {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    background-color: rgba(255, 102, 0, 0.05);
    border-top: 1px solid #dddddd !important;
    border-left: 1px solid #dddddd !important;
    border-right: 1px solid rgba(87, 185, 74, 0.5) !important;

}

.compare-pro {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    background-color: rgba(255, 102, 0, 0.1);
    border-top: 1px solid #dddddd !important;
    border-right: 1px solid #dddddd !important;
}

.comparsion-table.table > thead > tr > th {
    padding: 3px 10px 9px;
    border-bottom: 2px solid rgba(87, 185, 74, 0.5);
    box-shadow: 0 0 0 1px #fff inset;
}

.comparsion-table.table > thead > tr > th:first-child {
    box-shadow: none;
}

.table tr td:first-child {
    text-align: right;
    font-weight: 500;
    padding-right: 30px;
}

.comparsion-table.table > tbody > tr > td {
    padding: 9px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    box-shadow: 0 0 0 1px #fff inset;
}

.comparsion-table.table > tbody > tr > td:first-child {
    padding: 11px 30px;
}

.comparsion-table.table > tbody > tr:last-child > td {
    padding: 13px 10px 11px;
}

.table tr td:nth-child(2) {
    border-right: 1px solid rgba(87, 185, 74, 0.5) !important;
}

.table > tbody > tr.active > td {
    background-color: rgba(111, 111, 111, 0.05);
}

/*overlay container position set to fixed, so we can have the full page overlay with white background, covering the whole screen*/

.overlay {
    position: fixed;
    overflow: auto;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 900;
    background-color: #fff;
    display: none;
    background-color: rgba(255, 255, 255, .97);
}

.overlay:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

/* this is for the cross located at the top right of the overlay.*/

.overlay-close {
    font-family: "Open Sans", sans-serif;
    border: 0;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 10px;
    right: 15px;
    padding-right: 5px;
    color: rgba(0, 0, 0, 0.3);
    font-size: 25px;
    font-size: 2.5rem;
    padding: 5px 10px;
    line-height: 1;
    cursor: pointer;
    z-index: 2
}

/*Overlay animation and there css */
.overlay-dialog {
    position: absolute;
    top: 50%;
    width: 430px;
    left: 50%;
    margin: -305px 0 0 -215px;
    outline: none;
    overflow: hidden;
    max-width: 580px;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation: scale-fade .2s forwards cubic-bezier(.8, .02, .45, .91);
    animation: scale-fade .2s forwards cubic-bezier(.8, .02, .45, .91);
    padding: 40px;
}

@-webkit-keyframes scale-fade {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8) rotateX(-40deg);
        transform: scale(.8) rotateX(-40deg)
    }
    50% {
        opacity: 1
    }
    70% {
        -webkit-transform: scale(1.05) rotateX(0);
        transform: scale(1.05) rotateX(0)
    }
    100% {
        -webkit-transform: scale(1) rotateX(0);
        transform: scale(1) rotateX(0)
    }
}

@keyframes scale-fade {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8) rotateX(-40deg);
        transform: scale(.8) rotateX(-40deg)
    }
    50% {
        opacity: 1
    }
    70% {
        -webkit-transform: scale(1.05) rotateX(0);
        transform: scale(1.05) rotateX(0)
    }
    100% {
        -webkit-transform: scale(1) rotateX(0);
        transform: scale(1) rotateX(0)
    }
}

/*woocommerce styling*/
a.button-social-login.button-social-login-google,
.widget-area a.button-social-login.button-social-login-google,
.social-badge.social-badge-google {
    background: #509af6 !important;
}

a.button-social-login.button-social-login-facebook,
.widget-area a.button-social-login.button-social-login-facebook,
.social-badge.social-badge-facebook {
    background: #3c5a96 !important;
}

a.button-social-login.button-social-login-twitter,
.widget-area a.button-social-login.button-social-login-twitter,
.social-badge.social-badge-twitter {
    background: #2aa9e0 !important;
}

.button-social-login, a.button-social-login, input.button-social-login, button.button-social-login, .widget-area a.button-social-login {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    color: #ffffff !important;
    padding: 8px 0 !important;
    border-radius: 4px !important;
    width: 208px;
    display: block !important;
    margin: 0 auto !important;
    margin-top: 10px !important;
    text-align: left;
    padding-left: 20px !important;
    text-shadow: none !important;
}

.button-social-login .si, a.button-social-login .si, input.button-social-login .si, button.button-social-login .si, .widget-area a.button-social-login .si {
    border: none !important;
}

.overlay-dialog .logo {
    margin-bottom: 50px;
    display: block;
}

.privacy-policy, .privacy-policy a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    color: rgba(111, 111, 111, 0.5);
    margin-top: 45px;
}

.privacy-policy a {
    text-decoration: underline;
}

.email-signup {
    margin-top: 30px;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
}

div#customer_details + h3, form.checkout.woocommerce-checkout + #customer_details {
    display: none;
    visibility: hidden;
}

div#customer_details .col-1 {
    width: 100%;
}

div#customer_details {
    width: 57.3%;
    float: left;
    /* border-top: 1px solid #ccc;*/
    padding-top: 20px;
}

.woo-order-review {
    width: 35.9%;
    float: right;
}

#order_review table, #order_review table th {
    text-align: right;
}

#order_review table th, #order_review table, #order_review table tr td {
    border: none !important;
}

#order_review table th:first-child, #order_review table td:first-child {
    text-align: left;
}

.woocommerce-info {
    font-size: 16px;
    color: #6f6f6f !important;

}

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
    content: '';
}

#add_payment_method #payment, .woocommerce-checkout #payment {
    background: none;
}

.woocommerce-checkout #payment div.payment_box {
    color: #6f6f6f;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    display: block;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    color: #57b94a;
    line-height: 1;
    font-weight: normal;
}

.woocommerce-checkout #payment div.payment_box {
    background: none !important;
}

.woocommerce-checkout #payment div.payment_box:before {
    content: '' !important;
    position: initial;
    border: none;
}

.woocommerce-checkout #payment ul.payment_methods, .woocommerce-checkout #payment div.payment_box, .woocommerce-checkout #payment div.form-row {
    padding: 0 !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    width: 100%;
    border-radius: 4px;
    background-color: #57b94a;
    padding: 20px 0;
}

.woocommerce {
    padding-bottom: 50px;
}

.woocommerce-checkout .woocommerce {
    padding-bottom: 0;
}

body.woocommerce-checkout .site-content {
    overflow: hidden;
}

.subscription-block .gform_body li.gfield.gform_hidden,
.validation_error {
    display: none;
}

.validation_message {
    color: #E66B6B;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
    font-weight: 300;
}

.wc-social-login-profile h2,
.woocommerce_account_subscriptions h2,
.wc-social-login-profile ~ h2,
.subscription_details + h2,
.order_details + header h2,
.my_account_orders + header h2 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 11px 6px 8px;
}

body.page-id-105 .woocommerce.clearfix > form {
    width: 65.8%;
    float: left;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    width: 31.6%;
    float: right;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

.cart_totals h2 {
    display: none;
}

.woocommerce table.shop_table {
    border-radius: 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #6f6f6f;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #d8d8d8;
}

.woocommerce table.cart td,
.woocommerce table.cart,
.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #d8d8d8;
}

input.button[name="update_cart"] {
    display: none;
}

.woocommerce table.cart th {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    font-size: 1.6rem;
    color: #2d3339;
    border-left: 1px solid #d8d8d8;
    border-bottom: 2px solid rgba(87, 185, 74, 0.5);
    padding: 8px 20px;
}

.woocommerce table.cart th:first-child {
    padding: 8px 12px
}

.woocommerce table.cart td {
    border-left: 1px solid #d8d8d8;
    font-weight: 400;
    padding: 8px 20px;
}

.woocommerce table.cart th:first-child,
.woocommerce table.cart td:first-child {
    border-left: none;
}

.woocommerce table.cart .cart_item:first-child td {
    border-top: none;
}

.woocommerce table.cart .product-name a {
    color: #57b94a;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
}

.woocommerce-page table.cart td.actions {
    background-color: #f9f9f9;
    padding: 10px;
}

.woocommerce table.cart td.product-remove {
    width: 1%;
    padding: 10px 9px;
}

.woocommerce a.remove {
    width: 22px;
    height: 22px;
    background-image: url("images/close-window.png");
    background-image: url("images/close-window.svg"),
    linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    text-indent: -999em;
}

.woocommerce a.remove:hover {
    background-image: url("images/close-window.png");
    background-image: url("images/close-window.svg"),
    linear-gradient(transparent, transparent);
    background-color: transparent;
    opacity: 0.8;
}

.woocommerce table.cart td.product-name {
    width: 29%;
    padding: 9px 18px;
}

.woocommerce table.cart td.product-price {
    width: 34%;
}

.woocommerce table.cart th.product-price,
.woocommerce table.cart th.product-subtotal,
.woocommerce table.cart td.product-price,
.woocommerce table.cart td.product-subtotal {
    text-align: right;
}

.shop_table .coupon {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(111, 111, 111, 0.25);
}

.woocommerce-page #content table.cart td.actions .input-text {
    border: none !important;
    box-shadow: none;
    padding: 11px 20px;
    width: 213px;
    height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    color: rgba(111, 111, 111, 0.5);
    padding: 10px 20px 10px;
    line-height: 1.2;
}

.woocommerce .cart .button {
    border-radius: 0 3px 3px 0;
    height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #2d3339;
    border-left: 1px solid #dbdbdb;
    background-color: rgba(111, 111, 111, 0.05);
    padding: 10px 15px;
}

.woocommerce .cart .button:hover {
    background-color: rgba(29, 29, 29, 0.11);
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: rgba(111, 111, 111, 0.5);
}

:-moz-placeholder {
    color: rgba(111, 111, 111, 0.5);
}

::-moz-placeholder {
    color: rgba(111, 111, 111, 0.5);
    opacity: 1;
}

:-ms-input-placeholder {
    color: rgba(111, 111, 111, 0.5);
}

.recurring-totals,
.recurring-total {
    display: none;
}

.order-total {
    font-size: 18px;
    font-size: 1.8rem;
    color: #2d3339;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
    padding: 10px 20px;
    text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
    width: 69%;
    border-right: 1px solid #d8d8d8;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    border-radius: 4px;
    background-color: #57b94a;
    font-size: 20px;
    font-size: 2rem;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    position: relative;
    text-indent: -53px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    width: 35px;
    height: 11px;
    margin: -6px -105px 0 0;
    background-image: url("images/arrow-outright.png");
    background-image: url("images/arrow-outright.svg"),
    linear-gradient(transparent, transparent);
    background-repeat: no-repeat;

}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #279F17;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-message {
    border-radius: 4px;
    background-color: rgba(223, 240, 216, 0.2);
    border: 1px solid #d6e9c6;
    margin-bottom: 60px !important;
    padding: 20px 22px !important;
    font-size: 16px;
    font-size: 1.6rem;
    color: #6f6f6f;

}

.woocommerce .woocommerce-error {
    background-color: rgba(225, 57, 65, 0.2);
    border: 1px solid #a94442;
}

body.logged-in.woocommerce-checkout .woocommerce.clearfix > .woocommerce-info,
.login + .woocommerce-info {
    border: none;
    border-radius: 0;
    border-top: 1px solid #d8d8d8;
    background: none;
    padding: 20px 0 !important;
    width: 57.3%;
    margin-bottom: 0 !important;
}

.woocommerce form.checkout_coupon {
    width: 57.3%;
    border: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.woocommerce form.checkout_coupon .form-row {
    margin-bottom: 0;
    padding: 0;
}

.woocommerce form.checkout_coupon .form-row-first {
    margin-bottom: 0;
    width: 215px;
}

.woocommerce form.checkout_coupon .form-row-last {
    float: left;
}

.woocommerce form.checkout_coupon .form-row input.input-text {
    border-radius: 3px 0 0 3px !important;
    height: 42px;
}

.woocommerce form.checkout_coupon .form-row input.input-text:focus {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(111, 111, 111, 0.3) !important;
}

.woocommerce form.checkout_coupon input.button {
    border-radius: 0 3px 3px 0;
    border: 1px solid rgba(111, 111, 111, 0.3);
    margin-left: -1px;
    height: 42px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #2d3339;
    background-color: rgba(111, 111, 111, 0.05);
    border-left: 0;
    padding: 10px 15px;
}

.woocommerce form.checkout_coupon input.button:hover {
    background-color: rgba(29, 29, 29, 0.14);
}

.woocommerce-billing-fields > h3 {
    margin-bottom: 25px;
}

.woocommerce form .woocommerce-billing-fields .form-row input.input-text {
    padding: 11px 20px;
    font-weight: 400;
}

.woocommerce form .form-row label {
    font-size: 14px;
    font-size: 1.4rem;
    color: #2d3339;
    font-weight: normal;
}

.woocommerce form .form-row input.input-text:focus {
    box-shadow: 0 0 6px 0 rgba(87, 185, 74, 0.32);
    border: solid 1px rgba(87, 185, 74, 0.33) !important;
}

.select2-container .select2-choice,
.select2-drop-active {
    border: 1px solid rgba(111, 111, 111, 0.25);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-size: 1.4rem;
    color: #6F6F6F;
    font-weight: 400;
}

.select2-container .select2-choice .select2-arrow {
    right: 5px;
}

.select2-drop-active {
    border-top: 0;
}

.select2-container > .select2-choice {
    padding: 3px 20px;
}

.woocommerce form .woocommerce-billing-fields .form-row-first,
.woocommerce form .woocommerce-billing-fields .form-row-last,
.woocommerce-page form .woocommerce-billing-fields .form-row-first,
.woocommerce-page form .woocommerce-billing-fields .form-row-last {
    width: 48.8%;
}

#order_review table.woocommerce-checkout-review-order-table {
    border-bottom: 1px solid rgba(216, 216, 216, 0.5) !important;
    padding-bottom: 10px;
}

.woocommerce-checkout-review-order-table thead {
    display: none;
}

#order_review_heading {
    margin-bottom: 25px;
}

.woocommerce table.woocommerce-checkout-review-order-table th {
    padding: 15px 12px;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    display: block;
    margin: 5px 0 0;
    max-height: initial;
}

.wc_payment_method label[for="payment_method_paypal"] {
    color: #2d3339;
    margin-bottom: 30px;
}

.woocommerce-checkout #payment div.payment_box {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 16px 0 30px;
    line-height: 1.7;
}

.woocommerce-checkout #payment ul.payment_methods {
    border: 0;
}

.refund-notice {
    font-size: 14px;
    line-height: 1.7;
    color: #6f6f6f;
    clear: both;
    padding-top: 25px;
}

.woocommerce #payment #place_order {
    padding: 23px 30px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
}

.woocommerce #payment #place_order:hover {
    background-color: #35AF25;
}

.edit-account {
    width: 47.1%;
}

.woocommerce form.edit-account .form-row-first,
.woocommerce form.edit-account .form-row-last,
.woocommerce-page form.edit-account .form-row-first,
.woocommerce-page form.edit-account .form-row-last {
    width: 49%;
}

.edit-account fieldset legend {
    display: none;
}

.woocommerce form.edit-account .form-row input.input-text {
    padding: 11px 20px;
}

.woocommerce form.edit-account .form-row {
    margin-bottom: 12px;
}

.woocommerce input.button[name="save_account_details"] {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    padding: 15px 20px;
    border-radius: 4px;
    background-color: #57b94a;
}

.woocommerce input.button[name="save_account_details"]:hover {
    background-color: #279F17;
}

.edit-account fieldset {
    margin-bottom: 20px;
}

.edit-account-title {
    display: none;
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 26px;
}

body.woocommerce-edit-account .edit-account-title {
    display: block;
}

.myaccount_user {
    border-radius: 4px;
    background-color: rgba(223, 240, 216, 0.2);
    border: 1px solid #d6e9c6;
    margin-bottom: 60px;
    padding: 20px 22px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #6f6f6f;
    width: 74.4%;
}

.woocommerce table.order_details th {
    padding: 6px 20px;
}

.woocommerce table.my_account_orders th,
.woocommerce table.order_details thead th {
    border-bottom: 2px solid rgba(87, 185, 74, 0.5);
    color: #2d3339;
    border-left: 1px solid #d8d8d8;
    padding: 6px 20px;
    text-align: left;
}

table.subscription_details tr td:first-child {
    font-weight: 700;
    color: #2d3339;
}

.woocommerce table.customer_details tr th:first-child {
    color: #2d3339;
}

.woocommerce table.my_account_orders th:first-child,
.woocommerce table.order_details thead th:first-child {
    border-left: 0;
}

.woocommerce table.my_account_orders tr:first-child td,
.woocommerce table.order_details tbody tr:first-child td {
    border-top: 0;
}

.woocommerce table.order_details tbody tr:first-child td {
    width: 50%;
}

.woocommerce table.subscription_details tbody:first-child tr:first-child td:first-child {
    width: 25%;
}

.woocommerce table.subscription_details tbody:first-child tr td:first-child {
    border-right: 2px solid rgba(87, 185, 74, 0.5);
    padding: 6px 20px;
}

.woocommerce table.subscription_details tbody tr td {
    padding: 6px 20px;
}

.customer_details + .title + address {
    line-height: 1.5;
}

.woocommerce table.my_account_orders tr td,
.woocommerce table.order_details tr td,
.woocommerce table.customer_details tr td,
.woocommerce table.customer_details tr th {
    border-left: 1px solid #d8d8d8;
    padding: 7px 20px;
}

.woocommerce table.customer_details tr td {
    border-left: 2px solid rgba(87, 185, 74, 0.5);
}

.woocommerce table.my_account_orders tr td {
    padding: 5px 20px;
}

.woocommerce table.my_account_orders tr td:first-child,
.woocommerce table.order_details tr td:first-child,
.woocommerce table.customer_details tr td:first-child,
.woocommerce table.customer_details tr th:first-child {
    border-left: 0;
}

.wc-social-login-profile {
    display: none;
}

.woocommerce_account_subscriptions,
.woocommerce table.my_account_orders,
.woocommerce table.order_details,
.woocommerce-account ul.digital-downloads,
.woocommerce table.subscription_details,
.woocommerce table.customer_details {
    margin-bottom: 60px;
}

.my_account_orders .order-total,
.my_account_orders .order-total .amount {
    color: #6f6f6f;
}

.address, .myaccount_address {
    font-size: 16px;
    font-size: 1.6rem;
}

.myaccount_address {
    margin-bottom: 20px;
}

.address address {
    line-height: 1.7;
    margin-top: 20px;
}

.address h3,
.customer_details + header h3 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    color: #6f6f6f;
    margin-bottom: 0;
}

.customer_details + header h3 {
    margin-bottom: 20px;
}

.my_account_orders + h2 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.woocommerce-edit-address .woocommerce form {
    width: 50%;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-drop.select2-drop-above.select2-drop-active {
    border-color: rgba(111, 111, 111, 0.25);
}

.woocommerce-edit-address .woocommerce form .form-row {
    margin-bottom: 15px;
}

.woocommerce-edit-address .woocommerce form .form-row input.input-text {
    padding: 11px 20px;
}

.woocommerce-edit-address .woocommerce form .form-row-first,
.woocommerce-edit-address .woocommerce form .form-row-last,
.woocommerce-edit-address .woocommerce-page form .form-row-first,
.woocommerce-edit-address .woocommerce-page form .form-row-last {
    width: 49%;
}

.woocommerce form .form-row .input-checkbox {
    display: block;
    margin: 10px -20px 0;
    vertical-align: middle;
}

.woocommerce-edit-address .woocommerce form #update_all_subscriptions_addresses_field {
    padding-left: 24px;
}

.woocommerce table.order_details th,
.woocommerce table.customer_details tr td,
.woocommerce table.customer_details tr th {
    text-align: left;
}

.woocommerce-view-order .site-main .woocommerce.clearfix h2 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.woocommerce-view-order .site-main .woocommerce.clearfix .title {
    margin-top: 60px;
}

.woocommerce-view-order .site-main .woocommerce.clearfix .title > h3 {
    margin-bottom: 30px;
}

.digital-downloads .count {
    display: none;
}

.digital-downloads a {
    background-color: #57B94A;
    color: #fff;
    border: 1px solid #57B94A;
    display: inline-block;
    padding: 13px 20px;
    font: 600 16px/1.2 'Open Sans', sans-serif;
    font: 600 1.6rem/1.2 'Open Sans', sans-serif;
    border-radius: 4px;
    text-decoration: none;
}

.digital-downloads a:hover {
    background-color: #3c9130;
}

.woocommerce-account ul.digital-downloads li:before {
    display: none;
}

.woocommerce-account ul.digital-downloads li a:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: top;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none;
}

.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: #fff;
}

.woocommerce-info + .checkout_coupon + .woocommerce-checkout div#customer_details {
    border-top: 1px solid #ccc;
}

.login input.button,
.register input.button,
.lost_reset_password input.button {
    float: right;
    background-color: #57B94A;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 13px 20px;
    letter-spacing: 0.5px;
}

.lost_reset_password input.button {
    float: left;
}

.login input.button:hover,
.register input.button:hover,
.lost_reset_password input.button:hover {
    background-color: #3c9130;
    color: #fff;
}

.login input.button {
    margin-top: 10px;
}

.lost_password {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
    margin-top: -20px;
}

.login .wc-social-login {
    text-align: center;
    margin-bottom: 40px;
}

.wc-social-login a.button-social-login {
    display: block !important;
    margin: 0 0 15px 0 !important;
    float: left;
    width: 195px;
    margin-right: 15px;
    padding: 10px 15px !important;
}

.wc-social-login a.button-social-login.button-social-login-twitter {
    margin-right: 15px !important;
}

.wc-social-login a.button-social-login.button-social-login-google {
    margin: 0 auto !important;
    float: none;
    display: inline-block !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    margin-right: 5%;
    width: 42%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: left;
    width: 42%;
}

.woocommerce form.login, .woocommerce form.register {
    padding: 40px;
    border-radius: 0;
    border-top: 1px solid #d8d8d8;
}

.woocommerce .login .form-row input.input-text,
.woocommerce .register .form-row input.input-text {
    padding: 11px 20px;
}

.woocommerce .register p:last-child {
    margin-top: -37px;
    float: right;
}

.button-social-login .si, a.button-social-login .si {
    margin-right: 2px;
}

.wc-social-login:after,
.register:after {
    content: "";
    display: table;
    clear: both;
}

.woocommerce-checkout .woocommerce > .woocommerce-info:first-child {
    border-radius: 4px;
    background-color: rgba(223, 240, 216, 0.2);
    border: 1px solid #d6e9c6;
    margin-bottom: 25px !important;
    padding: 22px !important;
    font-size: 16px;
    font-size: 1.6rem;
    color: #6f6f6f;
    width: 57.3%;
}

.woocommerce-checkout .woocommerce-info + .login {
    width: 57.3%;
    font-size: 14px;
    font-size: 1.4rem;
}

.woocommerce-checkout .woocommerce-info + .login .form-row-last {
    float: none;
}

.woocommerce-checkout .page-description {
    margin-bottom: 50px;
}

.woocommerce-checkout .woocommerce-info + .login .wc-social-login a.button-social-login {
    display: inline-block !important;
    float: none;
    vertical-align: top;
}

.woocommerce-checkout .woocommerce-info + .login > p.form-row {
    width: 300px;
}

.woocommerce-checkout form.login .wc-social-login {
    margin-bottom: 10px;
}

.woocommerce-billing-fields .create-account {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
}

.cart-menu {
    background-image: url("images/shopping-bag.png");
    background-image: url("images/shopping-bag.svg"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: center right;
    margin-top: 6px;
    cursor: pointer;
    float: left;
    margin-left: 20px;
    position: relative;
    height: 32px;
    width: 25px;
}

.cart-menu span {
    font-size: 11px;
    width: 16px;
    height: 16px;
    background: #ff6600;
    position: absolute;
    top: 0px;
    border-radius: 50%;
    text-align: center;
    right: -11px;
    color: #fff;
    line-height: 1.5;
    padding-left: 1px;
    text-decoration: none;
    font-weight: bold;
}

.gform_confirmation_message {
    color: #57B94A;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    -webkit-appearance: none;
}

/* Blog */
.post-container {
    padding: 70px 0;
}

.post-header h1 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 20px;
}

input[type="text"], input[type="email"], input[type="url"], textarea {
    border: 1px solid #eeeeee;
}

.comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"], .comment-respond textarea {
    width: 80%;
}

.comment-respond label {
    display: block;
    font-weight: normal;
}

.comments-title {
    font-size: 20px;
}

#reply-title {
    font-size: 22px;
    margin-bottom: 10px;
}

.commentlist {
    margin: 0 0 50px;
    padding: 0;
}

.commentlist li {
    list-style: none;
    font-size: 14px;
    color: #61686D;
}

.commentlist .children {
    margin-left: 0;
}

.commentlist li .comment-body {
    background: #f6f6f6;
    background: rgba(215, 215, 215, 0.10);
    margin-bottom: 20px;
    padding: 20px;
}

.comment-body:after {
    clear: both;
    content: '';
    display: table;
}

.commentlist ol.children ol ol ol ol {
    margin-left: 0;
}

.comment-author .avatar {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 9px;
    margin-top: 6px;
}

.comment-metadata {
    margin-bottom: 10px;
}

.comment-metadata a {
    color: #8d98a0;
}

.comment-metadata a:hover {
    color: #002340;
    text-decoration: none;
}

.comment-content {
    overflow: hidden;
}

.reply {
    float: right;
}

.comment-notes {
    margin-bottom: 30px;
}

#comments {
    margin-bottom: 40px;
}

#comment {
    padding: 9px 20px;
}

.commentlist ol.children ol ol ol ol {
    margin-left: 0;
}

.woocommerce .button.cancel {
    background: none;
    padding: 0;
    color: #b94a48;
}

.woocommerce .button.cancel:hover {
    background: none;
}

.woocommerce .button.view {
    color: #2D3339;
    background: none;
    border: 1px solid #DBDBDB;
    border: 1px solid rgba(111, 111, 111, 0.25);
    float: left;
}

.woocommerce .button.view:hover {
    border: 1px solid #6f6f6f;
    background: none;
}

.order-again a.button {
    background: none;
    border: 1px solid #DBDBDB;
    border: 1px solid rgba(111, 111, 111, 0.25);
}

.order-again a.button:hover {
    background: none;
    border: 1px solid #6f6f6f;
}

p.cart-empty, p.cart-empty + .return-to-shop {
    display: none;
}

.space-btm {
    margin-bottom: 50px;
}

.txt-block-wrap {
    padding-bottom: 30px;
}

.post-meta {
    font-size: 13px;
}

.post-meta span {
    margin: 0 5px;
}

/*.post-meta span:after {
    content: "|";
    padding-left: 10px;
    color: #ccc;
}*/
.heading-block {
    background-color: #E6E6E6;
    padding: 50px 0 45px;
    margin-bottom: 50px;
}

.heading-block h2 {
    font-size: 42px;
    font-size: 4.2rem;

}

.knowledge-base {
    padding-bottom: 40px;
}

.category-tree .category {
    clear: left;
}

.category-tree .category:after {
    content: "";
    display: table;
    clear: both;
}

.category-tree .category > section:nth-child(2n + 1) {
    clear: left;
}

.knowledge-base h2.cat-title {
    border-bottom: 1px solid #E6E6E6;
    margin: 25px 0;
    padding-bottom: 18px;
    font-size: 35px;
    font-size: 3.5rem;
}

.article-list {
    padding: 0;
    margin: 0 0 40px 0;
    font-size: 15px;
    font-size: 1.5rem;
}

.article-list > li {
    list-style: none;
    margin-bottom: 3px;
}

.hide-label label {
    display: none;
}

.order_details .order_item .product-name .variation .variation-pa_license {
    margin-bottom: 0;
}

.order_details .order_item .product-name br {
    display: none;
}

form#bbp-search-form {
    margin-bottom: 20px;
}

#gform_wrapper_4 {
    width: 50%;
    margin-bottom: 60px;
}

input[type="text"], input[type="email"], input[type="url"], textarea, .gfield_select {
    -webkit-appearance: inherit;
    background: #fff;
    border: 1px solid #d8d8d8;
    padding: 9px 20px;
    font-size: 14px;
    font-size: 1.4rem;
}

.gf_browser_chrome.gform_wrapper select.medium,
.gf_browser_safari.gform_wrapper select.medium {
    background-image: url("images/dropdown-arrow.png");
    background-image: url("images/dropdown-arrow.svg"),
    linear-gradient(transparent, transparent);
    background-position: right center;
    background-repeat: no-repeat;
}

#gform_wrapper_4 label {
    font-size: 15px;
    font-size: 1.5rem;
}

#gform_wrapper_4 input[type="text"],
#gform_wrapper_4 input[type="email"],
#gform_wrapper_4 input[type="url"],
#gform_wrapper_4 textarea,
#gform_wrapper_4 .gfield_select {
    width: 100%;
}

#gform_wrapper_4 textarea {
    height: 170px;
}

#gform_wrapper_4 .gform_body ul > li {
    list-style: none;
    margin-bottom: 30px;
}

#choice_4_6_1,
#choice_4_8_1 {
    float: left;
    margin-top: 10px;
}

#label_4_6_1,
#label_4_8_1 {
    padding-left: 20px;
    margin-top: -21px;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.7;
}

#gform_wrapper_4 .gfield_description {
    font-size: 15px;
    margin-top: 5px;
}

#gform_wrapper_4 .gfield_description.validation_message {
    font-size: 13px;
}

#gform_wrapper_4 .gform_button_select_files {
    background: none;
    color: #57B94A;
    padding: 0 3px;
    text-decoration: underline;
}

#gform_wrapper_4 .gform_button_select_files:hover {
    text-decoration: none;
}

#gform_wrapper_4 .gform_footer .spam-note {
    display: none;
}

.gform_drop_area {
    font-size: 15px;
}

.bbp-the-content-wrapper {
    border: 1px solid #eeeeee;
    border-radius: 5px;
}

#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar {
    margin: 0;
    border: none;
}

#bbpress-forums fieldset.bbp-form select {
    font-size: 13px;
    font-size: 1.3rem;
}

#subscription-toggle {
    float: right;
}

#bbpress-forums fieldset.bbp-form label {
    margin-bottom: 6px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta,
.bbp-pagination-count,
.bbp-reply-content {
    font-size: 14px;
    font-size: 1.4rem;
}

.bbp-forum-title {
    font-size: 18px;
    font-size: 1.8rem;
}

#bbpress-forums li.bbp-body ul.forum {
    padding: 20px;
}

#bbpress-forums li.bbp-header {
    padding: 8px 20px;
}

.bbp-header .forum-titles li,
.bbp-replies .bbp-header > div,
.bbp-topic-permalink {
    font-size: 16px;
    font-size: 1.6rem;
}

.bbp-footer,
.bbp-topics + .bbp-pagination,
.bbp-replies + .bbp-pagination {
    display: none;
}

.article-holder .post {
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
    margin-bottom: 40px;
}

body.page-template-template-general-page .site-content {
    padding: 90px 0 70px;
}

body.page-template-template-general-page .page-description {
    margin-bottom: 30px;
}

.heading1 {
    margin-bottom: 30px;
}

.contact-method > h2 {
    margin-bottom: 40px;
}

.page-id-164 .page-description {
    margin-bottom: 50px;
}

.page-id-164 .site-content {
    padding: 80px 0 60px;
}

.teaser-col h4 {
    font-weight: 400;
}

/*
Woocommerce
*/
.woocommerce-account-fields {
    padding: 0 50px 50px;
    background-color: #fbfbfb;
    margin-bottom: 50px;
}

p.form-row.form-row-wide.create-account {
    display: none;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/* Large Devices, Wide Screens < 1366 */
@media only screen and (max-width: 1366px) {
    .site-content,
    body.page-template-template-general-page .site-content {
        padding: 80px 0 0;
    }

    .site-description {
        margin-bottom: 80px;
    }

    .theme-block {
        min-height: 540px;
    }

    .theme-actions {
        padding: 100px 0;
    }

}

/* Large Devices, Wide Screens < 1200 */
@media only screen and (max-width: 1200px) {
    .theme-actions {
        padding: 90px 0;
    }

    .theme-actions .button {
        margin-bottom: 20px;
    }

    .theme-block {
        max-height: inherit;
        margin-bottom: 200px;
    }

    .theme-screenshot {
        min-height: 440px;
    }

    .theme-demo .theme-actions {
        padding: 110px 0;
    }

    .theme-screenshot > img {
        bottom: 0;
    }

    .comprasion-details + .col-lg-10 {
        clear: left;
    }

    .mrgn-top .feature-brief {
        margin-top: 40px;
    }

    figure.bottom {
        width: 80%;
        margin: 0 auto;
    }

    .responsive-feature-block {
        margin-bottom: 110px;
    }

    .site-description {
        margin-bottom: 100px;
    }

    .site-content,
    body.page-template-template-general-page .site-content {
        padding: 60px 0 0;
    }

    body.page-template-template-general-page .site-content {
        padding-bottom: 50px;
    }

    .block {
        padding: 70px 0 40px;
    }

    .wc-social-login {
        text-align: left;
    }

    .wc-social-login a.button-social-login.button-social-login-twitter {
        margin-right: 0 !important;
    }

    .wc-social-login a.button-social-login {
        float: none;
        display: inline-block !important;
    }

    .myaccount_user {
        width: 100%;
    }

    .theme-demo {
        margin-bottom: 0;
        padding-bottom: 50px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {
    .site-description {
        margin-bottom: 90px;
    }

    .site-content,
    body.page-template-template-general-page .site-content {
        padding: 40px 0 0;
    }

    body.page-template-template-general-page .site-content {
        padding-bottom: 30px;
    }

    .site-description {
        margin-bottom: 70px;
    }

    /*   .nav > li > a {
           padding: 10px 6px;
       }*/
    .nav > li.nav-button > a {
        margin-left: 10px;
    }

    .left {
        position: static;
        width: 100%
    }

    .theme-block {
        max-height: initial;
        margin-bottom: 0;
    }

    .theme-actions {
        padding: 35px 15px;
        width: 100%;
    }

    .theme-screenshot {
        width: 100%;
    }

    .footer-nav > ul > li {
        margin-bottom: 40px;
    }

    .theme-features {
        padding-top: 60px;
    }

    .theme-feature-section {
        padding-bottom: 60px;
    }

    .theme-details {
        float: none;
        width: 92%;
        padding: 20px 0;
        margin: 0px auto;
        clear: both;
    }

    .main-actions {
        padding: 23px 0 0 0;
    }

    .theme-demo .theme-actions {
        padding: 40px 15px 40px;
        margin-left: 0;
    }

    .theme-screenshot > img {
        position: static;
        margin-top: 50px;
    }

    .theme-demo {
        margin-bottom: 0;
    }

    .extend-membership {
        max-height: inherit;
        padding: 50px 0 60px;
        margin-bottom: 0;
    }

    .extend-membership figure {
        padding: 0 15px;
        width: 100%;
        margin-bottom: 50px;
    }

    .extend-membership figure + div {
        text-align: center;
        width: 100%;
    }

    .responsive-feature-block {
        margin-bottom: 70px;
        padding-top: 60px;
    }

    .theme-feature-section.last {
        padding-bottom: 75px;
    }

    .comprasion-feature-block .theme-feature-section {
        padding: 0 15px;
    }

    .even .mrgn-top .feature-brief *,
    .odd .mrgn-top .feature-brief * {
        margin-left: 0;
        margin-right: 0;
    }

    figure.bottom {
        width: 80%;
        margin: 0 auto;
    }

    .comprasion-feature-block {
        padding: 60px 0 50px;
    }

    .page-description {
        margin-bottom: 40px;
    }

    body.page-template-template-general-page .page-description {
        margin-bottom: 15px;
    }

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 {
        width: 47%;
    }

    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        width: 47%;
    }

    .woocommerce .register p:last-child {
        float: left;
        margin-top: 0;
    }

    .myaccount_user,
    .woocommerce_account_subscriptions,
    .woocommerce table.my_account_orders,
    .woocommerce table.order_details,
    .woocommerce-account ul.digital-downloads {
        margin-bottom: 40px;
    }

    .wc-social-login-profile h2,
    .woocommerce_account_subscriptions h2,
    .wc-social-login-profile ~ h2 {
        margin-bottom: 20px;
    }

    .woocommerce-edit-address .woocommerce form,
    .edit-account {
        width: 80%;
    }

    .woocommerce form.lost_reset_password .form-row input.input-text {
        width: 70%;
    }

    .woocommerce .woocommerce-error, .woocommerce .woocommerce-message {
        margin-bottom: 40px !important;
    }

    .woocommerce-billing-fields {
        padding: 30px;
    }

    .nav > li.nav-button > a {
        padding: 10px 11px;
    }

    .cart-menu {
        margin-left: 10px;
    }

    .no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    body.logged-in #primary-nav .nav > li > a {
        padding: 10px 8px;
    }

    .nav-wrap {
        padding: 0;
    }

    #gform_wrapper_4 {
        width: 80%;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    h1, .large-title {
        font-size: 32px;
        font-size: 3.2rem;
    }

    h2,
    .wc-social-login-profile h2,
    .woocommerce_account_subscriptions h2,
    .wc-social-login-profile ~ h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    h3 {
        font-size: 22px;
        font-size: 2.2rem;
    }

    h4 {
        font-size: 20px;
        font-size: 2rem;
    }

    h5 {
        font-size: 18px;
        font-size: 1.8rem;
    }

    h6 {
        font-size: 17px;
        font-size: 1.7rem;
    }

    body, button, input, select, textarea {
        line-height: 1.6;
    }

    .navbar-toggle {
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 2px;
        display: block;
    }

    .header-height {
        height: 93px;
    }

    .site-header {
        padding: 25px 0 25px;
        transition: all 0.4s ease;
    }

    .site-header.sticky {
        width: 100%;
        background: #fff;
        padding: 10px 0;
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: 0px 11px 30px -20px rgba(0, 0, 0, 0.20);
        z-index: 2;
    }

    #primary-nav {
        width: 100%;
        margin-top: 0;
        min-height: inherit;
        position: relative;
        top: 10px;
    }

    .txt-block-wrap .space-btm {
        margin-bottom: 0;
    }

    .txt-block-wrap .space-btm > div {
        margin-bottom: 30px;
    }

    .sticky #primary-nav .collapse.in {
        margin-bottom: 15px;
    }

    .navbar-collapse,
    .navbar-header {
        float: none;
    }

    .navbar-nav > li {
        float: none;
    }

    .nav > li > a {
        display: inline-block;
        padding: 10px 15px;
    }

    .nav > li.nav-button > a {
        background: none;
        color: #6F6F6F !important;
        margin-left: 0;
        padding: 12px 15px;
        border: none;
    }

    .nav > li.nav-button > a:hover,
    .nav > li.nav-button > a:focus,
    .nav > li.nav-button > a:visited {
        color: #57B94A !important;
    }

    .nav > li.nav-button > a:hover {
        background: none;
    }

    .navbar-collapse {
        border-radius: 3px;
        background: #f3f3f3;
    }

    #primary-nav .collapse:before {
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f3f3f3;
        position: absolute;
        top: -9px;
        right: 15px;
    }

    .subscription-block,
    .block {
        padding: 60px 0;
    }

    .site-footer {
        padding: 40px 0;
    }

    .ico {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .subscription-block .gform_body li.gfield {
        margin-bottom: 20px;
    }

    .footer-nav > ul > li {
        margin-right: 2%;
        margin-left: 0;
        width: 31%;
    }

    .footer-nav > ul > li:nth-child(4n) {
        clear: left;
        margin-left: 0;
        width: 30%;
    }

    /* Theme detail page */
    .preview-box {
        margin-top: 40px;
    }

    .page-description {
        margin-bottom: 40px;
    }

    .site-content,
    body.page-template-template-general-page .site-content {
        padding: 30px 0 0;
    }

    body.page-template-template-general-page .site-content {
        padding-bottom: 20px;
    }

    .theme-screenshot {
        min-height: inherit;
    }

    .extend-membership {
        padding: 20px 0 50px;
    }

    .overlay-dialog {
        width: 400px;
        padding: 50px 0;
        margin: 0 auto;
        position: static;
    }

    .feature-brief {
        text-align: left;
    }

    .overlay:before {
        display: none;
    }

    .responsive-feature-block {
        margin-bottom: 60px;
        padding-top: 55px;
    }

    .odd .mrgn-top .feature-brief {
        padding: 30px 15px 0;
        text-align: left;
    }

    .odd .mrgn-top .image-wrap {
        float: left;
        padding: 0 15px 0;
    }

    .theme-feature-section {
        padding-bottom: 30px;
    }

    .theme-feature-section.last {
        padding-bottom: 15px;
    }

    .comprasion-feature-block {
        padding: 50px 0 50px;
    }

    .even .mrgn-top .feature-brief {
        margin-top: 20px;
    }

    .odd .mrgn-top .feature-brief {
        padding: 10px 15px 0;
    }

    figure.bottom {
        padding-top: 0;
    }

    .table-responsive {
        border: none;
    }

    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
        width: 100%;
        margin-right: 0;
    }

    .woocommerce form.login, .woocommerce form.register {
        width: 75%;
        margin: 0 auto 20px;
    }

    .woocommerce #customer_login .col-1 > h2,
    .woocommerce #customer_login .col-2 > h2 {
        text-align: center;
        margin: 0 auto 20px;
    }

    .wc-social-login {
        text-align: center;
    }

    .wc-social-login a.button-social-login {
        width: 200px;
        display: inline-block !important;
        font-size: 14px !important;
        text-align: center;
        clear: left;
    }

    .wc-social-login a.button-social-login.button-social-login-twitter {
        margin-right: 0 !important;
    }

    .woocommerce-checkout .woocommerce-info + .login,
    div#customer_details,
    .login + .woocommerce-info,
    .woocommerce-checkout .woocommerce > .woocommerce-info:first-child,
    .woocommerce form.checkout_coupon {
        width: 100%;
    }

    .woocommerce-checkout .woocommerce > .woocommerce-info:first-child {
        margin: 0 auto 30px !important;
    }

    div#customer_details,
    .login + .woocommerce-info {
        float: none;
        margin: 0 auto;
    }

    .login + .woocommerce-info {
        margin: 0 auto !important;
    }

    .woocommerce form.checkout_coupon {
        margin: 0 auto 30px;
    }

    .woo-order-review {
        width: 100%;
        float: none;
        margin: 50px auto;
    }

    .woocommerce form.lost_reset_password .form-row input.input-text {
        width: 90%;
    }

    .woocommerce .woocommerce-error, .woocommerce .woocommerce-message {
        margin-bottom: 30px !important;
    }

    #getFixed {
        position: static !important;
    }

    .woocommerce table.cart td.product-price,
    .woocommerce table.cart td.product-name {
        width: 100%;
    }

    .order-total.recurring-total,
    .cart-subtotal.recurring-total,
    .cart-menu {
        display: none !important;
    }

    .woocommerce table.cart td.product-remove {
        display: block;
        width: 100%;
    }

    .woocommerce table.cart td {
        border-left: 0;
        border-bottom: 1px solid #d8d8d8;
    }

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon {
        padding-bottom: 0;
        width: 420px;
    }

    body.page-id-105 .woocommerce.clearfix > form {
        width: 100%;
    }

    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        width: 100%;
    }

    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        width: 50%;
    }

    body.logged-in.woocommerce-checkout .woocommerce.clearfix > .woocommerce-info, .login + .woocommerce-info {
        width: 100%;
    }

    .woocommerce #payment #place_order {
        width: 60%;
        float: none;
    }

    .woocommerce-page #content table.cart td.actions:last-child {
        border: none;
    }

    .woocommerce table.my_account_orders tr td.subscription-total {
        display: none;
    }

    .woocommerce table.my_account_orders tr:first-child td, .woocommerce table.order_details tbody tr:first-child td {
        border-top: 0;
        border-bottom: 1px solid #d8d8d8;
    }

    .woocommerce table.my_account_orders tr td, .woocommerce table.order_details tr td, .woocommerce table.customer_details tr td, .woocommerce table.customer_details tr th {
        border-bottom: 1px solid #d8d8d8;
        border-top: 0;
        border-left: 0;
    }

    .coupon-notice .button.primary-button {
        margin-top: 5px;
    }

    .comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"], .comment-respond textarea {
        width: 90%;
    }

    #gform_wrapper_4 {
        width: 90%;
    }

    .cookie-notice {
        line-height: 1.5;
    }

    .theme-demo .theme-actions {
        padding-bottom: 0;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

    .large-title, .post-header h1 {
        font-size: 26px;
        font-size: 2.6rem;
    }

    .footer-nav > ul > li,
    .footer-nav > ul > li:last-child {
        margin-right: 5%;
        width: 44%;
    }

    .footer-nav > ul > li:nth-child(3n + 1) {
        clear: none;
    }

    .footer-nav > ul > li:nth-child(2n + 1) {
        clear: left;
    }

    .overlay-dialog {
        width: 300px;
    }

    .overlay-dialog {
        width: 300px;
        padding: 50px 0;
        margin: 0 auto;
        position: static;
    }

    .subscription-block input[type="text"] {
        width: 290px;
    }

    .site-branding {
        width: 70%;
    }

    .navbar-toggle {
        margin-top: -3px;
    }

    .subscription-block .gform_footer .gform_button {
        margin-right: 0;
    }

    .gform_footer img {
        padding-left: 10px;
    }

    .subscription-block {
        padding: 45px 0;
    }

    .block {
        padding: 40px 0;
    }

    .theme-actions {
        padding: 35px 15px 10px;
    }

    .woocommerce form.login, .woocommerce form.register {
        width: 100%;
        margin: 0 auto 20px;
    }

    .woocommerce-edit-address .woocommerce form,
    .edit-account,
    .woocommerce form.lost_reset_password .form-row input.input-text {
        width: 100%;
    }

    .woocommerce-page #content table.cart td.actions .coupon {
        width: 266px;
    }

    .woocommerce-page #content table.cart td.actions .input-text {
        width: 133px;
    }

    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
    .woocommerce #payment #place_order {
        width: 100%;
    }

    .woocommerce-billing-fields {
        padding: 0;
        background: none;
    }

    .woocommerce form.checkout_coupon .form-row-first {
        width: 135px;
    }

    .woocommerce form .woocommerce-billing-fields .form-row-first,
    .woocommerce form .woocommerce-billing-fields .form-row-last,
    .woocommerce-page form .woocommerce-billing-fields .form-row-first,
    .woocommerce-page form .woocommerce-billing-fields .form-row-last {
        width: 100%;
    }

    .woocommerce form.edit-account .form-row-first,
    .woocommerce form.edit-account .form-row-last,
    .woocommerce-page form.edit-account .form-row-first,
    .woocommerce-page form.edit-account .form-row-last {
        width: 100%;
    }

    .woocommerce form.login, .woocommerce form.register {
        padding: 25px;
    }

    .coupon-notice .button.primary-button {
        margin-top: 10px;
    }

    .comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"], .comment-respond textarea {
        width: 100%;
    }

    .woocommerce table.order_details tbody tr:first-child td,
    .woocommerce table.subscription_details tbody:first-child tr:first-child td,
    .woocommerce table.subscription_details tbody:first-child tr:first-child td:first-child {
        width: 50%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 319px) {
    .footer-nav > ul > li,
    .footer-nav > ul > li:last-child {
        margin-left: 5%;
        width: 79%;
    }
}

/*
@media (min-width: 768px) {
    .woocommerce {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .woocommerce {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .woocommerce {
        width: 1200px;
    }
}

.woocommerce {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}*/
ins {
	background: #fff !important;
}