/*
Theme Name: Twenty Sixteen
Theme URI:
Author:
Author URI:
Description:
Version: 1001.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: twentysixteen

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.
*/

/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 *    11.7 - Home
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 * 16.0 - Store
 */

/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
    color: #007acc;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #686868;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
    box-shadow: 0 1px 0 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
    box-shadow: none;
}

/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    /* many screen reader and browser combinations announce broken words as they would appear visually */
    word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 700;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}

/**
 * 8.0 - Alignments
 */

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
    margin-bottom: 1.473684211em;
}

/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
    content: "";
    display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
    clear: both;
}

/**
 * 10.0 - Widgets
 */

/**
 * 11.0 - Content
 */

.site {
    background-color: #fff;
}

.site-inner {
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
}

.site-content {
    word-wrap: break-word;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.site-main {
    margin-bottom: 3.5em;
}

.site-main > :last-child {
    margin-bottom: 0;
}

/**
 * 11.1 - Header
 */

.site-header {
    padding: 2.625em 7.6923%;
}

.site-header-main {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site-branding {
    margin: 0.875em auto 0.875em 0;
    /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.custom-logo-link {
    display: block;
}

.custom-logo {
    max-width: 180px;
}

.site-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.2173913043;
    margin: 0;
}

.site-branding .site-title a {
    color: #1a1a1a;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
    color: #007acc;
}

.wp-custom-logo .site-title {
    margin-top: 0.608695652em;
}

.site-description {
    color: #686868;
    display: none;
    font-size: 13px;

    font-weight: 400;
    line-height: 1.0769230769;
    margin: 0.538461538em 0 0;
}

.menu-toggle {
    background-color: transparent;
    border: 1px solid #d1d1d1;
    color: #1a1a1a;
    font-size: 13px;

    margin: 1.076923077em 0;
    padding: 0.769230769em;
}

.no-js .menu-toggle {
    display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-color: transparent;
    border-color: #007acc;
    color: #007acc;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}

.menu-toggle:focus {
    outline: 0;
}

.menu-toggle.toggled-on:focus {
    outline: thin dotted;
}

.header-image {
    clear: both;
    margin: 0.875em 0;
}

.header-image a {
    display: block;
}

.header-image a:hover img,
.header-image a:focus img {
    opacity: 0.85;
}

.sub-item-box {
    display: none;
}

@media (min-width: 1000px) {
    .categories-menu {
        height: 44px;
    }

    .navbar-categories li:hover .sub-item-box {
        display: block;
        position: absolute;
        top: 44px;
        width: 280px;
        padding-bottom: 42px;
        background-color: #e5e5e5;
        z-index: 9999;
    }
}

.primary-menu .menu-item a {
    color: #7a0026;
}

.sub-item-box ul {
    width: 245px !important;
    padding: 0px;
    margin-left: 35px;
    margin-top: 46px;
}

.sub-item-box ul li {
    list-style: none;
    padding: 5px 0px;
    margin: 0px;
    width: 100% !important;
    text-align: left;
}

.sub-item-box ul li a {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    line-height: 20px;
}

.sub-item-box ul li a:hover,
.sub-item-box ul li a:focus {
    text-decoration: none;
}

.sub-item-box .pull-right {
    padding-top: 41px;
    padding-right: 57px;
}

.purple-box {
    background-color: #7a0026;
    width: 270px;
    height: 130px;
    margin-top: 10px;
    margin-left: 49px;
}

.purple-box h3,
.purple-box h4 {
    color: #FFF;
}

.purple-box h4 {
    padding-top: 12px;
    line-height: 24px;
}

.purple-box h3 {
    margin-top: 10px;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
    margin-bottom: 3.5em;
    position: relative;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
}

.entry-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1em;
}

.entry-title a {
    color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #007acc;
}

.post-thumbnail {
    display: block;
    margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
    display: block;
}

.no-sidebar .post-thumbnail img {
    margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
    opacity: 0.85;
}

.entry-content,
.entry-summary {
    border-color: #d1d1d1;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

body:not(.search-results) .entry-summary {
    color: #686868;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.4736842105;
    margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
    margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
    margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
    padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
    margin-bottom: 1.4736842105em;
    padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
    border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
    margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
    margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
    margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
    margin-bottom: 1.4736842105em;
}

.more-link {
    white-space: nowrap;
}

.author-info {
    border-color: inherit;
    border-style: solid;
    border-width: 1px 0 1px 0;
    clear: both;
    padding-top: 1.75em;
    padding-bottom: 1.75em;
}

.author-avatar .avatar {
    float: left;
    height: 42px;
    margin: 0 1.75em 1.75em 0;
    width: 42px;
}

.author-description > :last-child {
    margin-bottom: 0;
}

.entry-content .author-title {
    clear: none;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.75;
    margin: 0;
}

.author-bio {
    color: #686868;
    font-size: 13px;

    line-height: 1.6153846154;
    margin-bottom: 1.6153846154em;
    overflow: hidden;
}

.author-link {
    white-space: nowrap;
}

.entry-footer {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;

    line-height: 1.6153846154;
    margin-top: 2.1538461538em;
}

.entry-footer:empty {
    margin: 0;
}

.entry-footer a {
    color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
    color: #007acc;
}

.entry-footer > span:not(:last-child):after {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em;
}

.entry-footer .avatar {
    height: 21px;
    margin: -0.1538461538em 0.5384615385em 0 0;
    width: 21px;
}

.sticky-post {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;

    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
    display: none;
}

.sticky .posted-on,
.byline {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-header {
    border-top: 4px solid #1a1a1a;
    margin: 0 7.6923% 3.5em;
    padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
    border-top: 0;
    padding-top: 0;
}

.page-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
}

.taxonomy-description {
    color: #686868;
    font-size: 13px;

    line-height: 1.6153846154;
}

.taxonomy-description p {
    margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
    margin-bottom: 0;
}

.page-links {
    clear: both;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;

    height: 1.8461538462em;
    line-height: 1.6923076923em;
    margin-right: 0.3076923077em;
    text-align: center;
    width: 1.8461538462em;
}

.page-links a {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}

.page-links a:hover,
.page-links a:focus {
    background-color: #007acc;
    border-color: transparent;
    color: #fff;
}

.page-links > .page-links-title {
    border: 0;
    color: #1a1a1a;
    height: auto;
    margin: 0;
    padding-right: 0.6153846154em;
    width: auto;
}

.entry-attachment {
    margin-bottom: 1.75em;
}

.entry-caption {
    color: #686868;
    font-size: 13px;

    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
    margin-bottom: 0;
}

/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.473684211;
    margin-bottom: 1.473684211em;
}

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

/**
 * 11.5 - Sidebar
 */

.sidebar {
    margin-bottom: 3.5em;
    padding: 0 7.6923%;
}

/**
 * 11.6 - Footer
 */

.site-footer {
    padding: 0 7.6923% 1.75em;
}

.site-info {
    color: #686868;
    font-size: 13px;

    line-height: 1.6153846154;
}

.site-info a {
    color: #686868;
}

.site-info a:hover,
.site-info a:focus {
    color: #007acc;
}

.site-footer .site-title {
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
}

.site-footer .site-title:after {
    content: "\002f";
    display: inline-block;
    font-family: Montserrat, sans-serif;
    opacity: 0.7;
    padding: 0 0.307692308em 0 0.538461538em;
}

/**
 * 11.7 - Home
 */

.home-centered-img {
    margin: 0px 0px;
}

.home-left-img,
.home-right-img {
    float: left;
}

@media (max-width: 800px) {
    .home-left-img,
    .home-right-img {
        float: none;
    }
}

.home-left-img {
    margin-right: 20px;
    width: 575px;
}

.home-right-img {
    width: 405px;
}

.container.no-margin {
    padding-right: 0px;
    padding-left: 0px;
}

@media (min-width: 1200px) {
    .container.no-margin {
        width: 1280px;
    }
}

@media (max-width: 1200px) {

    .home-left-img {
        margin-right: 2%;
        width: 57.5%;
    }

    .home-right-img {
        width: 40.5%;
    }

}

@media (max-width: 800px) {
    .home-centered-img {
        margin: 0px 0px;
    }
}

@media (max-width: 800px) {
    .home-left-img {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

@media (max-width: 800px) {
    .home-right-img {
        width: 100%;
        margin: 0;
    }
}

/**
 * 12.0 - Media
 */

.site .avatar {
    border-radius: 50%;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
    margin-bottom: 1.75em;
    max-width: 100%;
    vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
    box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    margin-top: 0;
    margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
    padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
    margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
    top: 0.7142857143em;
}

/**
 * 12.1 - Captions
 */

.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%;
}

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

.wp-caption .wp-caption-text {
    color: #686868;
    font-size: 13px;

    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}

/**
 * 12.2 - Galleries
 */

.gallery {
    margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.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-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px;

    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/**
 * 13.0 - Multisites
 */

.widecolumn {
    margin-bottom: 3.5em;
    padding: 0 7.6923%;
}

.widecolumn .mu_register {
    width: auto;
}

.widecolumn .mu_register .mu_alert {
    background: transparent;
    border-color: #d1d1d1;
    color: inherit;
    margin-bottom: 3.5em;
    padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
    margin-top: 0;
}

.widecolumn h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 900;
    line-height: 1.2173913043;
    margin-bottom: 1.2173913043em;
}

.widecolumn p {
    margin: 1.75em 0;
}

.widecolumn p + h2 {
    margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;

    font-weight: 400;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    text-transform: uppercase;
}

.widecolumn .mu_register label {
    margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
    font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
}

.widecolumn .mu_register #blogname {
    margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
    margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
    font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
    margin-bottom: 0;
}

/**
* 16.0 Store
*/

form.login2 {
    width: 90%;
    max-width: 400px;
    margin: 0px auto;
}

form.login2 .input-group {
    border-bottom: 1px solid #707070;
    width: 100%;
}

form.login2 .input-group .woocommerce-Input--text {
    border: 0;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 18px;
    color: #898989;
    width: 100%;
}

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

#modalContent .modal-box {
    background-color: #e5e5e5;
    padding-top: 40px;
    padding-bottom: 40px;
}

#modalContent .modal-box.sign-up-callout {
    padding-top: 0;
    padding-bottom: 120px;
    border-top: 10px solid #fff;
}

#modalContent .modal-box.already-have-account {
    padding-top: 7px;
    padding-bottom: 60px;
    border-top: 1px solid #fff;
}

#modalContent .already-have-account .small-heading {
    display: block;
    width: 100%;
    text-align: center;
    color: #555555;
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: .07em;
}

#modalContent .already-have-account a {
    display: block;
    width: 100%;
    text-align: center;
    color: #7a0026;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0.07em;
}

#modalContent .remind-password {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#modalContent .remind-password li {
    width: 100%;
    text-align: center;
}

#modalContent .remind-password li a {
    color: #7a0026;
    font-size: 35px;
    font-style: italic;
    letter-spacing: .07em;
}

@media (max-width: 1200px) {
    #modalContent .modal-box {
        background-color: #e5e5e5;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #modalContent .modal-box.sign-up-callout {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 5px;
    }
}

#modalContent .user-register-form {
    display: inline-block;
    text-align: center;
    color: #7a0026;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 49px;
    background-color: #FFF;
    text-decoration: none;
    font-weight: normal;
    margin: 0 auto 20px;
    padding: 20px 74px;
    vertical-align: middle;
    min-width: 573px;
    letter-spacing: .08em;
}

@media (max-width: 1000px) {
    #modalContent .user-register-form {
        width: 80%;
        min-width: 0;
        padding: 10px;
    }
}

#modalContent span.heading {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 30px;
    margin-top: 69px;
    color: #555555;
    font-family: "Georgia", fantasy, serif;
    letter-spacing: .05em;
}

#forgot_password #modalContent span.heading {
    font-size: 48px;
}

#modalContent .sign-up-callout span.heading {
    margin-top: 76px;
    margin-bottom: 32px;
}

#modalContent span.heading.purple {
    margin-bottom: -2px;
    color: #7a0026;
    font-size: 30px;
    font-weight: normal;
    margin-top: 9px;
    letter-spacing: .07em;
}

#modalContent .userdata p.custom-text {
    font-size: 22px;
    padding: 0;
    line-height: 26px;
    color: #555;
    max-width: 680px;
    text-align: center;
}

form#forgot_password #modalContent .userdata p.custom-text {
    margin-bottom: 70px;
    color: #7a0027;
    letter-spacing: 0.07em;
    max-width: 680px;
}

#modalContent .userdata p#form-forgot-email input {
    text-align: center;
}

p.custom-text.reminder-text {
    font-style: italic;
    color: #7a0026;
}

@media (max-width: 1000px) {
    #modalContent .userdata p.custom-text {
        padding-left: 0%;
        padding-right: 0%;
    }
}

#modalContent .userdata p {
    margin: 0 auto 26px;
    text-align: center;
}

#modalContent .userdata p#form-login-submit {
    margin-bottom: 19px;
}

#modalContent .userdata p#form-forgot-email {
    margin-bottom: 20px;
}

#modalContent .userdata #form-login-password {
    margin-bottom: 30px;
}

#modalContent .userdata #form-login-username input,
#modalContent .userdata #form-login-password input,
#modalContent .userdata #form-login-submit input {
    border: 0px;

}

#modalContent .userdata #form-login-username input,
#modalContent .userdata #form-login-password input,
#modalContent .userdata #form-register-username input,
#modalContent .userdata #form-register-password input,
#modalContent .userdata #form-register-password-repeat input,
#modalContent .userdata #form-forgot-email input {
    width: 844px;
    max-width: 100%;
    height: 50px;
    font-size: 22px;
    padding-left: 22px;
    background-color: #FFF;
    border: 0;
    font-weight: normal;
    letter-spacing: 0.05em;
}

#form-register-username input, #modalContent .userdata #form-register-password input,
#modalContent .userdata #form-register-password-repeat input,
#modalContent .userdata #form-register-username input {
    width: 811px;
}

#modalContent .userdata #form-forgot-email input {
    width: 780px;
}

#modalContent .userdata #form-register-username input,
#modalContent .userdata #form-register-password input,
#modalContent .userdata #form-register-password-repeat input {
    color: #555;
}

#modalContent .userdata #form-login-submit input,
#modalContent .userdata #form-register-submit input,
#modalContent .userdata #form-forgot-submit input {
    height: 74px;
    background-color: #7a0026;
    color: #e5e5e5;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 0.07em;
    padding: 0 44px;
    min-width: 240px;
    text-align: center;
    font-family: "Georgia", fantasy, serif;
    border: none;
}

#modalContent .userdata #form-register-submit input {
    font-size: 30px;
    padding: 7px 35px;
    height: auto;
}

#modalContent .userdata #form-forgot-submit input {
    height: 58px;
    width: 302px;
    padding: 0;
    text-align: center;
    font-size: 30px;
    border-style: hidden;
}

#form-register-close#form-register-close {
    margin-bottom: 30px;
}

/* Overlay */
#simplemodal-overlay {
    background-color: #000;
    cursor: wait;
}

/* Container */

#simplemodal-container {
    width: 926px;
    background-color: #FFF;
    border: 0px solid #444;
    padding: 0px;
}

@media (max-width: 1000px) {
    #simplemodal-container {
        width: 98%;

    }
}

#simplemodal-container .simplemodal-data {
    padding: 0px;
}

#simplemodal-container a {
    color: #ddd;
}

#simplemodal-container a.modalCloseImg {
    background: url(img/x.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}

#simplemodal-container h3 {
    color: #84b8d9;
}

@media (max-width: 930px) {
    #simplemodal-container {
        width: 95%;
    }
}

@media (min-width: 1200px) {
    .container.category-list .col-md-4 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

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

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

.review-title {
    font-weight: normal;
    color: #555555;
}

.fa-star:before {
    color: #7a0026;
}

.fa-star.gray:before {
    color: #555555;
}

.woocommerce-review-link {
    color: #555555;
}

.woocommerce .woocommerce-product-rating .star-rating:before {
    content: "\53\53\53\53\53";
    color: #555555;
}

.woocommerce .woocommerce-product-rating .star-rating:before {
    content: "\53\53\53\53\53";
    color: #555555;
}

.woocommerce .woocommerce-product-rating .star-rating span:before {
    color: #7a0026;
}

.opt_label {

}

.opt_label label {
    font-weight: normal !important;
}

.opt_value select,
.opt_value input {
    height: 30px;
    margin-top: 6px;
    max-width: 150px !important;
    min-width: 150px !important;
}

.products-list .product-item .product-item-header .information p.price del {
    display: block;
    color: #555555 !important;
}

.products-list .product-item .product-item-header .information p.price ins,
.information .price ins,
span.sale_days {
    color: #7a0026 !important;
    text-decoration: none !important;
}

p.sale,
span.sale_days {
    color: #555555;
    font-size: 24px;
    font-weight: 700;
}

.price del,
.price ins {
    display: block;
}

.price ins:before {
    content: 'Special ';
    color: #7a0026;
}

.price ins.wholesale:before {
    content: 'Wholesale' !important;
    color: #7a0026;margin-right:10px;
}

.page-template-page-flash-sale .price ins.wholesale:before {
    content: 'Promotion ' !important;
    color: #7a0026;
}

.cart-contents:before {
    font-family: WooCommerce;
    content: "\e01d";
    font-size: 28px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    vertical-align: bottom;
    color: #282828;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
    color: #fff;
    background-color: #7a0026;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
}

.information h1 {
    color: #555555;
}

.attributes:after {
    clear: both;
}

footer .menu {
    padding-right: 0px;
}

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

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

.products-list .product-item .product-item-header .ref p {
    padding-top: 15px;
}

.designers-list .designer-item .designer-container {
    overflow: hidden;
}

.designers-list .designer-item .designer-description p {
    padding: 20px 10px;
}

.designers-list .designer-item .designer-location {
    letter-spacing: 0.05em;
}

.designers-list .designer-item .designer-location.third {
    color: #FFF;
}

.designers-list-widget {
    margin-left: 15px;
    margin-right: 15px;
}

.designers-list-widget .designer-item .designer-description {
    width: 180px;
    height: 165px;
    overflow: hidden;
}

.designers-list-widget .designer-item .designer-description img {
    width: 100%;
}

.designers-list-widget .designer-item .designer-name,
.designer-description .designer-name {
    width: 180px;
    height: 72px;
    background-color: #7a0027;
    display: block;
    position: relative;
}

.designer-description .designer-name {
    margin-bottom: 20px;
}

.designer-description .designer-image {
    width: 180px;
    display: block;
}

.designers-list-widget .designer-item .designer-name span,
.designer-description .designer-name span {
    color: #FFF;
    font-size: 19px;
    width: 85%;
    text-align: center;
    display: block;
    margin: 0 auto;
    line-height: 28px;
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.designers-list .designer-item .designer-name span a,
.product-page .meet-the-designer p span {
    letter-spacing: 0.05em;
}

.designers-shop .shop-entry {
    width: 180px;
    margin-bottom: 20px;
}

.category-list.flash-sale-listing .product-item .information h1 {
    font-size: 24px;
    text-decoration: none;
}

.category-list.flash-sale-listing .product-item .information .price {
    font-size: 18px;

}

.category-list.flash-sale-listing .product-item .ref {
    font-style: italic !important;
}

.product-page .meet-the-designer p {
    font-weight: normal;
    line-height: 39px;
    padding-top: 12px;
    font-family: "Times New Roman", Times, sans-serif;
}

.navbar-header .logo {
    padding: 52px 0 25px 42px !important;
}

.navbar-header.cart {
    padding: 60px 0 20px 30px !important

}

.container-890 {
    width: 1030px !important;
    /* width: 890px !important; */
}

@media (max-width: 992px) {
    .container-890 {
        width: 100% !important;
    }
}

@media (max-width: 992px) {
    .categories-menu .navbar-categories {
        text-align: left;
    }

    .categories-menu .navbar-categories ul li {
    }
}

@media (min-width: 992px) {
    .categories-menu .navbar-categories {
        text-align: center;
    }

    .categories-menu .navbar-categories ul {
        width: 100%;
    }

    .categories-menu .navbar-categories ul li a {
        padding: 15px 10px 15px 0;
    }

    .categories-menu .navbar-categories ul li:first-child a {
        text-align: left;
        padding-left: 0;
    }

    .categories-menu .navbar-categories ul li:last-child a {
        padding-right: 0; /*padding-left: 13px; text-align: right;*/
    }

    .categories-menu .navbar-categories ul li li a {
        text-align: left;
        padding-left: 0;
    }

    .categories-menu .navbar-categories ul.nav-centered {
        display: inline-block;
        text-align: center;
    }

    .categories-menu .navbar-categories ul.nav-centered li {
        display: inline-block;
        float: none;
    }
}

.container-800 .primary-menu, .container-890 .primary-menu {
    border-bottom: 0px solid #707070 !important;
}

.tnp-submit {
    display: none !important;
}

.post-type-archive-designer_posts .archive-date,
.author .archive-date {
    border-bottom: 1px solid #acacac;
    padding: 15px 0;
}

.post-type-archive-designer_posts .archive-date ul,
.author .archive-date ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.post-type-archive-designer_posts .archive-date a,
.author .archive-date a {
    font-size: 18px;
    padding: 5px 0;
    color: #7a0026;
}

.post-type-archive-designer_posts .resource,
.author .resource {
    margin-top: 45px;
}

.post-type-archive-designer_posts .resource a,
.author .resource a {
    font-size: 18px;
    padding: 5px 0;
    color: #636363;
    display: block;
}

/*
.single-product hr.line {
	 display:none !important;
}
*/

.widget-woof h2.widget-title {
    display: none;
}

.author-full-description {
    margin-top: 20px;
    text-align: justify;
}

.author_post p {
    padding: 10px 0px;
    text-align: justify;
}

.author_post h3 a {
    color: #000;
    text-decoration: none;
}

.author_post h3 time {
    font-size: 18px;
    color: #7a0027;
    font-style: italic;
}

.author_post a.read-more {
    color: #7a0027;
    font-weight: bold;
}

@media (min-width: 992px) {
    .author .bio-box {
        margin-bottom: 45px;
        position: relative;
    }
}

@media (max-width: 768px) {
    .navbar-categories .navbar-nav li a {
        padding-left: 15px !important;
    }
}

.author .bio-box h2 {
    color: #000;
}

.author .bio-box .designer-name {
    width: 185px;
    height: 185px;
    background-color: #015b7e;
    display: block;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    bottom: -30px;
    left: 50px;
}

.author .bio-box .designer-name a {
    font-size: 28px;
    line-height: 35px;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
    color: #FFF;
    text-decoration: none;
}

.author .bio-box .designer-name a span {
    font-size: 22px;
    font-style: italic;
}

.product-images-carousel {
    width: 485px;
}

.product-images-carousel img {
}

.product-images-carousel-zoom {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 10px;
    left: 25px;
    background: url('img/zoom.png');
}

.simplemodal-close {
    display: block;
    margin: 0 auto;
    width: 134px;
    height: 18px;
    padding: 10px 10px;
    background: url('img/close_cancel.png') center center no-repeat;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;

}

.pagination-box h4 {
    text-align: center;
}

.pagination-box ul {
    padding: 0px;
    margin: 10px 0px;
    text-align: center;
    width: 100%;
}

.pagination-box ul li {
    display: inline-block;
    list-style: none;
    min-width: 10px;
    padding: 0px 10px;
    line-height: 12px;
}

.pagination-box ul li a {
    color: #333;
}

.pagination-box ul li.first a,
.pagination-box ul li.last a,
.pagination-box ul li.prev a,
.pagination-box ul li.next a,
.pagination-box ul li.active a {
    color: #7a0027;
}

.pagination-box ul li.first a,
.pagination-box ul li.last a {
    font-style: italic;
}

li.first {
    padding-left: 0px;
    border-right: 1px solid #a2a2a2;
}

li.last {
    padding-right: 0px;
    border-left: 1px solid #a2a2a2;

}

#menu-top-menu-logged li ul {
    display: none;
}

#menu-top-menu-logged li:hover ul {
    display: block;
    position: absolute;
    top: 40px;
    width: 280px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #e5e5e5;
    z-index: 9999;
    border-left: 1px solid #a2a2a2;
}

.woocommerce-MyAccount-navigation ul {
    padding-left: 10px;
}

.woocommerce-MyAccount-navigation li,
#menu-top-menu-logged li:hover ul li {
    list-style: none;

}

.woocommerce-MyAccount-content .well {
    width: 100%;
}

/*!
 * Slidebars - A jQuery Framework for Off-Canvas Menus and Sidebars
 * Version: 2 Development
 * Url: http://www.adchsm.com/slidebars/
 * Author: Adam Charles Smith
 * Author url: http://www.adchsm.com/
 * License: MIT
 * License url: http://www.adchsm.com/slidebars/license/
 */

/**
 * Box Model, Html & Body
 */

[canvas=container], [off-canvas] {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
}

/**
 * Canvas
 */

[canvas] {
    z-index: 1;
}

[canvas=container] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
    background-color: white; /* Basic background color, overwrite this in your own css. */
    -webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

[canvas=container]:before, [canvas=container]:after {
    clear: both;
    content: '';
    display: table;
}

/**
 * Off-Canavs
 */

[off-canvas] {
    display: none;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    color: white; /* Basic colors, overwrite this in your own css. */
    -webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
    border-right: 1px solid #eeeeee;
}

[off-canvas*=top] {
    width: 100%;
    height: 255px;
    top: 0;
}

[off-canvas*=right] {
    width: 255px;
    height: 100%;
    top: 0;
    right: 0;
}

[off-canvas*=bottom] {
    width: 100%;
    height: 255px;
    bottom: 0;
}

[off-canvas*=left] {
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
}

[off-canvas*=reveal] {
    z-index: 0;
}

[off-canvas*=push] {
    z-index: 1;
}

[off-canvas*=overlay] {
    z-index: 9999;
}

[off-canvas*=shift] {
    z-index: 0;
}

/**
 * Animation
 */

[canvas], [off-canvas] {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms;
    -webkit-backface-visibility: hidden; /* Prevents flickering, may be removed if experiencing problems with fixed background images in Chrome. */
}

[off-canvas*=shift][off-canvas*=top] {
    -webkit-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
}

[off-canvas*=shift][off-canvas*=right] {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

[off-canvas*=shift][off-canvas*=bottom] {
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

[off-canvas*=shift][off-canvas*=left] {
    -webkit-transform: translate(50%, 0px);
    transform: translate(50%, 0px);
}

/**
 * Print
 */

@media print {
    [canvas] {
        -webkit-transform: translate(0px, 0px) !important;
        -ms-transform: translate(0px, 0px) !important;
        transform: translate(0px, 0px) !important;
    }

    [off-canvas] {
        display: none !important;
    }
}

[canvas=container],
[off-canvas] {
    padding: 0px;
}

[off-canvas] {
    padding: 0px 10px;
}

[class*=js-] {
    cursor: pointer;
}

.js-toggle-left-slidebar {
    display: block;
    background: url('img/mobile_menu.jpg') center center no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    width: 50px;
    height: 42px;
    padding: 10px 0px;
}

.mobile-menu li a {
    display: block;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #a2a2a2 !important;
    height: 34px;
}

.mobile-menu ul {
    margin: 35px 0 0;
    padding: 0px;
}

@media (max-width: 780px) {
    #search-form input[type=text] {
        width: 29%;
    }

    .container-page .page p {
        font-size: 18px !important;
    }

    .designers-list-widget .designer-item .designer-description,
    .designers-list-widget .designer-item .designer-name {
        margin: 0 auto;
    }

    .static-page-content {
        padding: 15px 10px !important;
    }

    .designers-list .designer-item .designer-description p {
        padding: 10px 10px !important;
        font-size: 16px !important;
        text-align: justify !important;
    }

    .single_add_to_cart_button.pull-right,
    .questions .question-form .btn-submit-question.pull-right {
        float: left !important;
    }

    .product-page .attributes {
        padding: 10px 10px !important;
    }

    .product-page .meet-the-designer p {
        font-size: 18px !important;
    }

    .product-page .meet-the-designer p span {
        font-size: 18px !important;
    }

    .product-page .review-form h1 {
        font-size: 24px !important;
    }

    .shopping-cart .summary-buttons .summary-button-left {
        padding-bottom: 10px !important;
    }

    .cart_item .col-xs-12,
    .cart_item .col-xs-6,
    .cart_item .col-xs-5,
    .cart_item .col-xs-7 {
        padding: 0px !important;
    }

    .cart_item .col-xs-5 {
        padding-right: 5px !important;
    }

    .cart_item .price ins:before {
        content: '';
        color: #7a0026;
    }

    .qty-label,
    .price-label,
    .total-label {
        display: block;
        width: 45px;
        float: left;
    }

    /* .cart_item .price ins,
    .cart_item .price del, */
    .cart_item .woocommerce-Price-amount {
        display: block !important;
        font-weight: normal !important;
        float: left;
        padding-left: 5px;
    }

    .cart_item del .woocommerce-Price-amount {
        text-decoration: line-through;
    }

    .cart_item .quantity {
        display: inline-block;
        float: left;
        padding-right: 5px;
    }

    .filter-buttons .filter-button {
        display: block;
        text-align: center;
        width: 100%;
        height: 40px;
        border: none;
        background-color: #FFF;
    }

    .filter-buttons {
        border-top: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        margin-bottom: 10px;
    }

    .filter-button.show-orderby {
        border-right: 1px solid #aaa;
    }

    #filter-mobile-box {
        color: #000 !important;
        background: #fff;
    }

    #filter-mobile-box form {
        width: 100%;
    }

    #filter-mobile-box select {
        width: 100%;
        height: 45px;
        display: block;
    }

    .woof_products_top_panel li {
        display: inline-block;
        border: 1px solid #aaa;
        padding: 0px 5px;
    }

    .woof_products_top_panel li a {
        color: #686868;
    }
}

@media (max-width: 1000px) {
    .designers-list-widget .designer-item .designer-description,
    .designers-list-widget .designer-item .designer-name {
        margin: 0 auto;
    }

    .static-page-header h1 {
        text-align: center !important;
    }

}

@media (max-width: 767px) {
    .top-search-form form {
        padding-top: 10px !important;
    }
}

.payment_method_invoice {
    margin: 25px 13px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#payment .wc_payment_method.payment_method_invoice .payment_box.payment_method_invoice {
    background-color: white;
    padding: 25px 35px 15px;
    font-size: 18px;
}

.payment_method_invoice label.hidden {
    padding: 10px 15px;
    display: block !important;
    color: #7A0026;
    font-size: 30px;
    margin-bottom: -20px;
    font-weight: normal;
}

.question-item-reply,
.question-item-reply i,
.question-item-reply p {
    font-size: 16px
}

.question-item-reply i {
    color: #7A0026;
}

@media (max-width: 639px) {
    form.ajax-auth {
        width: 98% !important;
        margin-left: 1%;
    }

    #modalContent .userdata p {
        margin: 0 10px 20px;
    }

    #modalContent span.heading {
        margin-top: 25px !important;
    }

    #modalContent .userdata #form-login-submit input, #modalContent .userdata #form-register-submit input, #modalContent .userdata #form-forgot-submit input {
        padding: 0 20px;
        font-size: 25px;
    }

    form#forgot_password #modalContent .userdata p.custom-text {
        margin-bottom: 20px;
    }

}

#commentImageObject {
    display: inline-block;
    position: relative;
}

#commentImageObject img {
    display: inline-block;
    width: 150px;
}

#commentImageObject a#removeCommentImage {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
}

#commentImageObject a#removeCommentImage:hover {
    color: #7A0026;
}

.passwordContainer {
    display: inline-block;
    position: relative;
}

.passwordContainer .togglePass.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
    display: inline-block !important;
    position: absolute !important;
    top: 50% !important;
    right: 3px !important;
    font-size: 27px !important;
    cursor: pointer !important;
    pointer-events: all !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    color: #7a0026 !important;
}

.passwordContainer input + .passwordContainer .glyphicon {
    cursor: pointer;
    pointer-events: all;
}

.width100 {
    width: 100% !important;
}

.woocommerce-FormRow .passwordContainer .togglePass.glyphicon {
    font-size: 23px !important;
}

@media (max-width: 980px) {
    .passwordContainer {
        display: inline;
    }

    .passwordContainer .togglePass.glyphicon {
        font-size: 23px !important;
    }
    .woocommerce-FormRow .passwordContainer .togglePass.glyphicon {
        font-size: 23px !important;
    }
}

.text-green {
    color: #285c00 !important;
}

.marginTop10 {
    margin-top: 10px !important;
}

div.quantity {
    display: inline-block;
}

ul.list-etas.list-etas-details {
    display: inline-block;
    max-width: 70%;
}

.text-danger {
    color: #a94442 !important;
}

a[disabled] {
    background: lightgrey !important;
}

.container  .navbar-header.logo-header.logo-header-main {
    margin-bottom: -45px;
}

.container  .navbar-header.logo-header.logo-header-main img.logo-main {
    width: 12vw;
    padding: 30px 0 15px 55px !important;
}

@media (max-width: 1000px) {
    .container  .navbar-header.logo-header.logo-header-main img.logo-main {
        width: 20vw;
    }
}

.logo-mobile.logo-mobile-main {
    max-height: 80px;
}

.checkout-main {
    float: left;
    width: 50%;
}
aside.checkout-aside.step-1 {
    float: right;
    width: 40%;
}
input#datepicker,input#datepicker1,input#datepicker3 {
    float: left;
    width: 100%;
    margin-right: 10px;
    height: 30px;
    padding-left: 10px;
}
.form-row img {
    position: relative;
    margin-top: 7px;
	margin-left: -35px;

}
div#requesteddates {
    padding: 8px 16px 9px 15px !important;
}
.enterdata {
    font-weight: bold;
}
textarea#order-notes {
   border: 1px solid !important;
    width: 94% !important;
    height: 91px !important;
    margin-left: 15px !important;
}
aside.checkout-aside.step-2 {
    width: 45% !important;
    float: right;
}
.enterdata {

    font-size: 30px !important;
    color: #7A0026 !important;
}
p#order-notes_field label {
    font-size: 30px !important;
	color: #7A0026 !important;
}
p.status {
    color: #7A0026
}

.page-id-8 .modal-backdrop {
 display: none;
}
.page-id-8 [canvas],.page-id-8  [off-canvas] {
 transition: unset !important;
 transform: unset;
 backface-visibility: hidden;
}

.page-id-8 #myModalls {
 background: rgba(0,0,0,.5);
}

#myModalls .modal-content {
 max-width: 400px;
 margin: 0 auto;
}

#usernameedit input[type="text"] {
 margin-bottom: 20px;height: 45px;
}
#usernameedit input[type="submit"] {
 background: #7a1028 !important;
 color: #fff;height: 45px;

}
/* .usereditt {
 display: flex;
 align-content: center;
 align-items: center;
}
.usereditt > button {
 margin-left: auto;
 background: #7A0026;
 border: 0px;
 border-radius: 0;
}*/
#myModalls .close {
 width: 30px;
 height: 30px;
 background: #7a1028;
 padding: 0 !important;
 color: #fff;
 border-radius: 50%;
 line-height: 20px;
 opacity: 1;
 display: block;
 padding-bottom: 4px !important;
}
.btn.btn-info.btn-lg.username {
    background: none;
    border: none;
    padding: 0;
	color:#403F41;
	font-size:14px;
	letter-spacing: 0.05em;
}
.btn.btn-info.btn-lg.username:hover {
    text-decoration: underline;
}
.col-lg-12.message {
    margin-top: 10px;
    padding: 0 30px;
}
.alert {
    padding: 8px 10px;
}
.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.page-id-8 #simplemodal-overlay {
 opacity: 0 !important;
 position: unset !important;
}
.page-id-8 #simplemodal-container
{
z-index:unset !important;
position:unset !important;
}
.single-input select {
border: 1px solid #fff;
font-style: italic;
color: #005b7f;
font-size: 16px;
padding-left: 10px;
margin-bottom: 16px;
}



/* 02-20-2019 */
@media only screen and (min-width: 100px) and (max-width: 767px) {
.container-wide {padding-left: 15px !important;  padding-right: 15px !important;}
.home-centered-img {display: flex;}
.home-left-img { margin-right: 15px;}
.home-centered-img .home-left-img, .home-centered-img .home-right-img {height: auto;width: auto;object-fit: cover;}
.home-left-img {margin-bottom: 0;}
}
@media only screen and (min-width: 992px) {
    .container-890 span.border {
        width: 967px !important;
    }
    .container-890 span.border {
        margin-left: 20px !important;
    }
}

.flash a {
    color: #7A0026 !important;
}
