@charset "UTF-8";
/*
Theme Name: DiviDE by GemFind
Theme URI: http://www.gemfind.com/
Template: Divi
Author: GemFind
Author URI: http://www.gemfind.com
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.2
Updated: 2017-08-01
*/
/*==============================
Divi Overrides
==============================*/
/*Archive Titles*/
.archive.woocommerce-loop-product__title {
    height: 31px;
    overflow: hidden;
}
/*Remove Related Products*/
.single.yith_woocommerce_ajax_search > .yith-ajaxsearchform-container {
display:none
}
.single #yith-ajaxsearchform {
display:none
}
.related.products {
display:none
}
/*Newsletter Signup*/
#wpcf7-f296652-o1 > form > div:nth-child(2) > label > input {
float:none;
	margin-top:10px;
}
.et_pb_gutter.et_pb_gutters2 #left-area {
width:76% !important
}
/*Schedule A Viewing*/
@media (max-width: 780px) {
	div.summary.entry-summary > div:nth-child(4) {
    width: 34% !important;
}
}
@media (max-width: 980px) {
div.summary.entry-summary > div:nth-child(4) {
    width: 100% !important;
}
.divide-modal-open #main-footer {
display:none
}
#img-pop {
display:none;
	}
	#content-pop {
	width:100% !important;
	}
}
.divide-modal-open #main-footer {
	display:none }
.divide-modal-open {
max-width:1000px !important;
}
/*Single Product Page Customizations*/

.single.et_pb_gutter.et_pb_gutters2 #left-area {
width:100% !important;
}
@media (max-width:500px) {
.ywctm-custom-button-container {
    width: 100%;
}
.yith-wcwl-add-to-wishlist {
    width: 100%;
}
}
.woocommerce div.product p.stock {
    width: 100%;
}
.woo-social-buttons {
    display: flex;
    justify-content: center;
}
.woocommerce div.product .product_title {
    text-align: center;
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
    font-size: 2.5em;
    font-weight: 100;
}
.woocommerce.single-product .woocommerce-Price-amount {
    font-size: 2em !important;
    font-weight: 300;
}
.woocommerce div.product p.stock {
    font-size: .92em;
    text-align: center;
}
.woocommerce #content div.product form.cart, .woocommerce div.product form.cart, .woocommerce-page #content div.product form.cart, .woocommerce-page div.product form.cart {
    margin: 24px 0 39px!important;
    display: flex;
    justify-content: center;
}
.single-product-buttons {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.1em;
    text-align: center;
}
.single-sku {
text-align:center
}
.entry-summary p.price span {
color:black;
}
.woocommerce div.product .product_title {
    text-align: center;
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif
}
.price {
text-align:center;
}
.woocommerce-product-details__short-description {
text-align:center
}
#request-container {
text-align:center;
	width:100%
}
.smsb_pinterest {
    margin-top: -6px !important;
}
.et_pb_gutter.et_pb_gutters2 #left-area {
    width: 76%;
}
.single et_pb_gutter.et_pb_gutters2 #sidebar {
    width: 22.75%;
    display: none;
}
/*Cart Customizations*/
.archive .container {
    max-width: 1400px;
}
.et_shop_image:hover {
opacity:.8
}
/* Remove sidebar line */
#main-content .container:before {
  display: none;
}

/* Changing max height of portfolio item container */
.et_pb_portfolio_items,
.et_pb_portfolio_item {
  max-height: 220px;
}

/* Display full image in fullwidth portfolio slider */
.et_pb_fullwidth_portfolio .et_pb_portfolio_image.landscape img {
  width: 80%;
  min-width: auto;
  height: auto !important;
  min-height: auto;
  display: block;
  margin: 0 auto;
}

/* Vertically center portfolio items */
.et_pb_fullwidth_portfolio .et_pb_portfolio_image {
  display: flex;
  align-items: center;
}

/* Disable links on full-width slider */
.et_pb_fullwidth_portfolio .et_overlay,
.et_pb_fullwidth_portfolio .et_overlay + h3 {
  display: none;
}

/* Fix full-button sliders in Firefox/Safari */
.et_pb_slides .et_pb_slider_container_inner {
  display: block !important;
}

/* Fix button colors */
.et_pb_bg_layout_light.et_pb_module.et_pb_button {
  color: #ffffff !important;
}

/*==============================
Topbar
==============================*/
#top-header {
  border-bottom: 1px solid #C9C6B7 !important;
}

#top-header .et-social-icons li {
  margin-left: 8px !important;
}

.topbar-info.GFglyph:before {
  color: #ffffff !important;
  font-size: 1.5em;
  vertical-align: text-top;
}

#top-header {
  border-bottom: none;
}

#top-header .container {
  padding-top: 0;
}

#et-info {
  /* Float to whichever side */
  float: right;
  /* CHANGE to vertically center topbar elements  */
  padding: 0.75em 0;
  width: 100%;
}

#et-info a:not(:last-child) {
  margin-right: 1em;
}

.topbar-right {
  float: right;
}

.et-cart-info {
  /* Hide cart & icon in topbar */
  display: none;
}

.topbar-mobile {
  display: none;
}

@media screen and (max-width: 899px) {
  #et-info {
    text-align: center;
  }
  .topbar-right {
    float: none;
  }
  .topbar-welcome {
    display: none;
  }
}

@media (max-width: 479px) {
  .topbar-desktop {
    display: none
  }
  .topbar-mobile {
    display: inline
  }
}

/*==============================
Header
==============================*/
.logo_container {
  margin-bottom: 2em;
}

h1.entry-title.main_title {
  padding-left: 0.2em;
  text-transform: uppercase;
}

@media (min-width: 981px) {
  .left_logo_container,
  .right_logo_container,
  .et_header_style_centered #logo {
    padding-top: 1em;
  }
}
@media screen and (max-width: 980px) {
  #logo {
    max-height: 85%;
  }
}
/*==============================
Navigation
==============================*/
#top-menu li {
  padding-right: 14px;
}

#top-menu .sub-menu > li {
  width: 100%;
}

#top-menu-nav #top-menu a {
  font-weight: initial;
}

.et_mobile_menu {
  width: calc(100% + 60px);
  margin-left: -30px;
}

.mobile_nav.opened .mobile_menu_bar:before {
  content: "\4d";
}

.mobile_menu_bar:after {
  content: "Menu";
  line-height: 2.2em;
  vertical-align: top;
}

.mobile_nav.opened .mobile_menu_bar:after {
  content: "Close";
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent !important;
}

/* Fixing nav carets */
#et-secondary-nav .menu-item-has-children>a:first-child:after,
#top-menu .menu-item-has-children>a:first-child:after {
  position: initial;
}

@media screen and (min-width: 981px) {
    
  #et-top-navigation {
    background-color: #1a3f52;
  }
  
  .et_header_style_centered #top-menu>li>a {
    padding: 0.75em 0 !important;
  }
    
  .et_fullwidth_nav #main-header .container {
    padding-right: 0;
    padding-left: 0;
  }
    
  .nav li ul {
    width: 270px;
  }

  #top-menu li li a {
    width: 250px;
  }
}
@media screen and (max-width: 980px) {
  .et_pb_fullwidth_menu .mobile_menu_bar:after {
    position: inherit;
    top: 26px;
  }
}
/*==============================
Footer
==============================*/
#footer-widgets {
  padding: 3em 0 0;
}

#footer-widgets .footer-widget li {
  padding: 0;
}

#footer-widgets .footer-widget li:before {
  display: none;
}

#footer-widgets .title {
  margin-bottom: 1em;
}


.footer-bottom-full {
  display: block;
}

#footer-info {
  float: none;
}

.bottom_footer_container {
  float: left;
}

.footer-affiliations {
  float: left;
}

.footer-copyright {
  font-size: 1em;
  float: right;
  color: #1a3f52;
}

.footer-copyright a {
  font-weight: 300;
}

@media screen and (min-width: 981px) {
  .footer-widget.last {
    margin-right: 0;
  }

  .footer-widget {
    width: 20.875%;
    margin: 0 5.5% 5.5% 0;
  }
}
/*==============================
Footer Affiliations
==============================*/
.affiliation-item {
  max-width: 8em;
  vertical-align: middle;
  display: inline-block;
  padding: 0 0.5em;
}

@media screen and (max-width: 980px) {
  .footer-affiliations {
    text-align: center;
  }

  .footer-bottom-full.copyright {
    text-align: center;
  }
}
/*==============================
Utility
==============================*/
/* Clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Removes pointer on hover for nav links */
.no-link,
.no-link > a {
  cursor: default;
}

/* Swaps colums in a row - Used primarily for internal page sidebars */
@media only screen and (max-width: 980px) {
  .swap-columns,
  .swap-columns.et_section_specialty > .et_pb_row {
    display: flex;
    flex-direction: column-reverse;
  }

  .swap-columns .et_pb_column_1,
  .swap-columns.et_section_specialty > .et_pb_row .et_pb_column_1 {
    padding-bottom: 4em;
  }
}
/*==============================
404 Page
==============================*/
#content-area .et_404_button {
  padding: 0.5em 2em !important;
  color: #ffffff !important;
}

@media screen and (min-width: 981px) {
  .container-404 article {
    text-align: center;
  }

  #main-content .container-404 {
    padding-top: 4em;
  }
}
/*==============================
Print Page Styling
==============================*/
@media print {
  #top-header,
  #main-header,
  #sidebar,
  #main-footer,
  .woocommerce .cart,
  .gf-share-button,
  .ywctm-custom-button-container,
  .yith-wcwl-add-button,
  .woo-social-buttons,
  .yith-wcwl-add-to-wishlist {
    display: none !important;
  }

  #left-area {
    width: 100% !important;
  }
}
/*==============================
Custom Search/Archive Page Masonry Styling
==============================*/
/*
* Remove sidebar on all archive pages
*/
.search:not(.woocommerce) #main-content .container::before,
.archive:not(.woocommerce) #main-content .container::before {
  display: none;
}

.search:not(.woocommerce) #left-area,
.archive:not(.woocommerce) #left-area {
  width: 100% !important;
  float: none !important;
  padding-right: 0 !important;
}

.search:not(.woocommerce) #sidebar,
.archive:not(.woocommerce) #sidebar {
  display: none;
}

/*
* Create Mansonory styles for archive pages
*/
.search:not(.woocommerce) #left-area,
.archive:not(.woocommerce) #left-area {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.archive:not(.woocommerce) .et_pb_post > a,
.search:not(.woocommerce) .et_pb_post > a {
  margin: -20px -20px 10px;
  display: block;
}

.search:not(.woocommerce) #left-area .et_pb_post,
.archive:not(.woocommerce) #left-area .et_pb_post {
  overflow: hidden;
  /* fix for Firefox */
  page-break-inside: avoid;
  break-inside: avoid-column;
  width: 100%;
  padding: 19px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  word-wrap: break-word;
  display: inline-block;
}

.search:not(.woocommerce) #left-area .et_pb_post h2,
.archive:not(.woocommerce) #left-area .et_pb_post h2 {
  font-size: 18px;
}

.search:not(.woocommerce) #left-area .et_pb_post.format-link,
.search:not(.woocommerce) #left-area .et_pb_post.format-quote,
.search:not(.woocommerce) #left-area .et_pb_post.format-audio,
.archive:not(.woocommerce) #left-area .et_pb_post.format-link,
.archive:not(.woocommerce) #left-area .et_pb_post.format-quote,
.archive:not(.woocommerce) #left-area .et_pb_post.format-audio {
  padding: 0;
}

.archive:not(.woocommerce) .et_pb_post .et_pb_image_container,
.archive:not(.woocommerce) .et_pb_post .et_main_video_container,
.archive:not(.woocommerce) .et_pb_post .et_audio_content,
.archive:not(.woocommerce) .et_pb_post .et_pb_slider,
.search:not(.woocommerce) .et_pb_post .et_pb_image_container,
.search:not(.woocommerce) .et_pb_post .et_main_video_container,
.search:not(.woocommerce) .et_pb_post .et_audio_content,
.search:not(.woocommerce) .et_pb_post .et_pb_slider {
  margin: -20px -20px 10px;
}

.archive:not(.woocommerce) .et_pb_post.format-audio .et_audio_content {
  margin: 0px -38px 0px;
}

.archive:not(.woocommerce) .et_pb_post .et_pb_slider .et_pb_slide,
.search:not(.woocommerce) .et_pb_post .et_pb_slider .et_pb_slide {
  min-height: 180px;
}

.archive:not(.woocommerce) .pagination,
.search:not(.woocommerce) .pagination {
  padding: 20px 0;
}

/*
* Media Queries
*/
@media screen and (max-width: 980px) {
  .search:not(.woocommerce) #left-area,
  .archive:not(.woocommerce) #left-area {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .search:not(.woocommerce) #left-area,
  .archive:not(.woocommerce) #left-area {
    -moz-column-count: 1;
    column-count: 1;
  }

  .search:not(.woocommerce) .et_pb_post.format-audio .et_audio_content,
  .archive:not(.woocommerce) .et_pb_post.format-audio .et_audio_content {
    margin: 0;
  }

  .search:not(.woocommerce)
    #left-area
    .et_pb_post.format-audio
    .et_audio_container
    .mejs-controls
    div.mejs-time-rail,
  .archive:not(.woocommerce)
    #left-area
    .et_pb_post.format-audio
    .et_audio_container
    .mejs-controls
    div.mejs-time-rail,
  .search:not(.woocommerce)
    #left-area
    .et_pb_post.format-audio
    .et_audio_container
    .mejs-controls
    .mejs-time-rail
    .mejs-time-total,
  .archive:not(.woocommerce)
    #left-area
    .et_pb_post.format-audio
    .et_audio_container
    .mejs-controls
    .mejs-time-rail
    .mejs-time-total {
    min-width: 300px !important;
    width: 300px !important;
  }
}
/*==============================
GemFind Glyphs
==============================*/
.GFglyph:before {
  font-style: normal;
  line-height: 1;
  font-weight: normal;
  font-family: "ETmodules" !important;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  text-transform: none;
  speak: none;
  padding: 0 5px 0 10px;
}

.GFglyph.facebookGlyph:before {
  content: "";
}

.GFglyph.twitterGlyph:before {
  content: "";
}

.GFglyph.pinterestGlyph:before {
  content: "";
}

.GFglyph.mapGlyph:before {
  content: "";
}

.GFglyph.phoneGlyph:before {
  content: "";
}

.GFglyph.clockGlyph:before {
  content: "}";
}

.GFglyph.instagramGlyph:before {
  content: "";
}

.GFglyph.emailGlyph:before {
  content: "";
}

/*==============================
Diamond Search Bar
==============================*/
.diamond_container {
  width: 80%;
  margin: 0 auto;
}

.diamond_right {
  width: 100%;
}

.diamond_right ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}

.diamond_right li {
  border: 1px solid #fff;
  display: inline-block;
  width: 32%;
  text-align: center;
  padding: 10px 0;
}

.diamond_right li:active,
.diamond_right li:hover {
  border: 1px solid #eee;
}

@media screen and (min-width: 1060px) {
  .diamond_right li {
    width: 10.7%;
    padding-top: 20px;
    display: inline-table;
  }
}
/*==============================
 Gemfind Tool Container - via MasterLink, RingBuilder, etc.
==============================*/
.GFcontainer {
  padding: 5em 4em 0;
}

@media screen and (max-width: 800px) {
  .GFcontainer {
    padding: 3em 2em 0;
  }
}
@media screen and (max-width: 600px) {
  .GFcontainer {
    padding: 2em 1em 0;
  }
}
/*==============================
DiviDE Modals -- via CF7 & Custom Plugin
==============================*/
.divide-modal-title {
  background-color: #1a3f52;
  /* CHANGE vertical padding */
  padding-top: 1.25em;
  padding-bottom: 0.75em;
  text-align: center;
  margin-bottom: 0.5em;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
}

.divide-modal-open {
  display: none;
  max-width: 300px;
  border-radius: 4px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
  background-color: white;
}

.divide-modal-title .title,
.divide-modal-title a {
  color: #ffffff !important;
  padding: 0.25em 0.25em 0.5em;
}

.divide-modal-close {
  position: absolute;
  top: -4px;
  right: 5px;
  font-size: 1.2em;
}

.divide-modal-container {
  padding: 0.5em 1em 1em;
}

.divide-modal-container .form-row {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.divide-modal-container .column-half,
.divide-modal-container .column-full {
  padding: 0.75em !important;
}

.divide-modal-container .form-row {
  margin: 0 !important;
  padding: 0 !important;
}

.divide-modal-container input,
.divide-modal-container textarea,
.divide-modal-container submit,
.divide-modal-container select {
  border-color: #999999 !important;
  font-size: 13px !important;
}

.divide-modal-container input[type="submit"] {
  color: #ffffff !important;
  height: auto !important;
}

.divide-modal-container input[type="submit"]:hover {
  color: #ffffff !important;
  background-color: #3989b3 !important;
}

.divide-modal-container input,
.divide-modal-container select {
  height: 2em !important;
}

.divide-modal-container textarea {
  padding: 8px !important;
}

/*==============================
Schedule An Appointment Widget
==============================*/
.single-product #sidebar #text-5 {
	display:none;
  /* Upload and update background image url */
  background-color: #1a3f52;
  /* Change margin-top to align form with product title */
  margin-top: 3.2em;
  /* Change min-width to whatever size won't collapse text */
  min-width: 257px;
  max-width: 350px;
  background-size: cover;
  background-position: center;
  padding: 1.5em 1em 1em;
  margin-bottom: 3em;
}

.single-product #sidebar #text-5 .widget-title {
  text-align: center;
  font-size: 1.75em;
  line-height: 1.25em;
  margin-bottom: 0.25em;
  color: #ffffff;
}

.archive #text-5,
body:not(.single-product) #text-5 {
  display: none;
}

#product-appointment-form input,
#product-appointment-form select {
  height: 2em;
  border-radius: 0;
  border-color: #dddddd;
 
}

#product-appointment-form select {
  padding: 0 4px;
}

#product-appointment-form textarea {
  padding: 8px;
  font-size: 12pt;
  border-radius: 0;
  border-color: #dddddd;
}

#product-appointment-form .form-row {
  margin: 0;
  padding: 0;
}

#product-appointment-form .column-full {
  padding: 0.5em;
}

#product-appointment-form input[type="submit"] {
  height: auto;
}

/* Responsive Sidebar fix */
@media screen and (max-width: 980px) {
  .single-product #sidebar #text-5 {
    margin-left: 0;
    border-left: none;
    clear: both;
  }
}
/*==============================
WooCommerce Styling
==============================*/
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  background-color: #1a3f52 !important;
  border-radius: 0 !important;
  font-size: 1em;
}

.woocommerce a.remove {
  color: #1a3f52 !important;
}

.woocommerce a.remove:hover {
  background-color: #1a3f52 !important;
  color: #ffffff !important;
}

.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li a:before {
  color: #1a3f52;
}

/* Woocommerce Alert Button */
.button.wc-forward,
.button.wc-forward:hover {
  background-color: #ffffff !important;
  border: none !important;
  color: #1a3f52 !important;
}

/* Styling "Account Details" submit button */
#content-area .woocommerce-EditAccountForm input[type="submit"] {
  /* ADD padding to theme button size*/
  color: #ffffff !important;
  text-transform: uppercase;
  margin-top: 1em;
}

/* Styling WooCommerce buttons */
#left-area .woocommerce-Button,
.wc-proceed-to-checkout .checkout-button,
.woocommerce .actions input,
#place_order {
  color: #ffffff !important;
}

/* Vertically align WC products */
.woocommerce .products:not(.related) {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

/* Fix related products display*/
.related.products {
  clear: both;
}

/* Display product meta in separate lines */
.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .tagged_as {
  display: block;
}

/* Style recently viewed products widget */
.widget_recently_viewed_products img {
  width: 50px !important;
}

.widget_recently_viewed_products a.woocommerce-Price-amount {
  font-weight: 500 !important;
  color: #333333;
}

/* Hide product overlay */
.products .et_overlay {
  display: none;
}

/* Hide cart */
.summary .cart {
  /*display: none;*/
}

/* Center-align product names & price on product archives */
.woocommerce-LoopProduct-link {
  text-align: center;
}

/* Hide Stock */
.woocommerce .stock {
  /*display: none;*/
}

/* Product description spacing */
.woocommerce .summary div[itemprop="description"] {
  margin: 0.75em 0 0.5em;
}

/* Make sure images aren't too long */
#left-area .products .product img {
  margin: 0 auto 1em !important;
  max-height: 20em;
  width: auto;
}

#left-area .quantity input.qty {
    background-color: #ffffff !important;
    color: #333333 !important;
    height: 31px !important;
    border: 1px solid #aaaaaa !important;
    width: 3em;
}

.summary .price {
    margin: 0.5em 0 0.75em;
    color: #333333 !important;
}

.woocommerce-product-details__short-description {
    color: #666666;
}

.woocommerce #content div.product form.cart,
.woocommerce div.product form.cart,
.woocommerce-page #content div.product form.cart,
.woocommerce-page div.product form.cart {
    margin: 1.25em 0 0.75em !important;
}

.woo-social-buttons {
    margin: 1em 0 0.75em !important;
}

@media only screen and (max-width: 980px) {
  .widget_recently_viewed_products {
    max-width: 350px;
  }

  .woocommerce #sidebar {
    clear: both;
  }
}

@media (max-width: 768px) {
    .woocommerce div.product .product_title {
        margin-top: 1em;
    }
}
/*==============================
WooCommerce - Left Sidebar on Product Archive Pages
==============================*/
@media screen and (max-width: 980px) {
  .archive.woocommerce-page #left-area {
    width: auto !important;
  }

  .archive.woocommerce-page .et_right_sidebar #left-area {
    float: none !important;
  }
}
@media screen and (min-width: 981px) {
  .woocommerce-page .container:before {
    display: none;
  }

  .archive.woocommerce-page #left-area {
    float: right !important;
    padding-left: 3%;
    padding-right: 0;
  }

  .archive.woocommerce-page #sidebar {
    float: left !important;
    padding-left: 0;
    padding-right: 30px;
  }
}
/*==============================
WooCommerce - Four Items Per Row
==============================*/
@media screen and (min-width: 1024px) {
  .woocommerce ul.products li.product {
    width: 21% !important;
    margin: 2% !important;
    clear: none !important;
  }

  .woocommerce ul.products li.product:nth-child(4n + 1) {
    clear: both !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .woocommerce ul.products li.product.first,
  .woocommerce ul.products li.product.last {
    clear: right !important;
  }

  .woocommerce ul.products li.product:nth-child(4n + 1) {
    clear: none !important;
  }
}
/*==============================
WooCommerce - "Additional Information" Table Styling
==============================*/
.woocommerce.single-product #content-area table tr,
.woocommerce.single-product #content-area table td,
.woocommerce.single-product #content-area table th {
  max-width: 100%;
  padding: 0 0.785em;
}

.woocommerce .product .summary > h2 {
  font-size: 1.25em;
  padding: 0.5em 0.5em;
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #f9f9f9;
}

.product_meta + h2 {
  margin-top: 0.5em;
}

.woocommerce table.shop_attributes {
  font-size: 0.85em;
  border: 1px solid #ddd;
}

.woocommerce table.shop_attributes th {
  width: 180px;
  font-weight: 400;
}

.woocommerce table.shop_attributes td {
  font-weight: 400;
}

/*==============================
WooCommerce - Inline Shop Filters
==============================*/
#shop-filters .shop-filter-widget {
  display: inline-block;
  position: relative;
  margin: 0 0.25em;
}

#shop-filters .widget-title {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-size: 1em;
}

#shop-filters .yit-wcan-select-open {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: none;
  text-transform: uppercase;
  padding: 0 1.5em 0 0.5em;
  background-position: top 5px right;
  background-size: 1.5em;
}

#shop-filters .yith-wcan-select-wrapper {
  position: absolute;
  right: 0;
  top: 150%;
}

#shop-filters ul {
  padding: 0;
}

/*==============================
WooCommerce White Button & Hover Text
==============================*/
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover {
  color: #ffffff !important;
}

/*==============================
Contact Form 7 - via Contact Form 7
==============================*/
.form-required:before {
  margin-left: -.6rem;
  font-size: 0.9rem;
  float: left;
  content: "*";
  color: #666666;
  vertical-align: text-bottom;
}

#responsive-form,
.contact__form {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.form-row {
  width: 100%;
}

.column-third,
.column-half,
.column-full {
  width: 100%;
  float: left;
  margin-bottom: 0.5rem;
}

.wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="file"]),
.wpcf7 textarea,
.wpcf7 select {
  border: 1px solid #999999;
  background-color: #ffffff !important;
  width: 100%;
  font-size: 1rem;
  border-radius: 3px;
  padding: 0.5rem 0.75rem !important;
}

.wpcf7 textarea {
  height: 4em;
}

.wpcf7 select {
  padding: 0 8px;
}

.wpcf7-submit {
  color: #ffffff;
  border: none;
  float: right;
  background-color: #1a3f52;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.5em 2em;
  font-size: 14px;
}

.wpcf7-submit:hover {
  background-color: #3989b3;
  color: #ffffff;
  border-color: #3989b3;
}

.wpcf7-not-valid-tip,
.wpcf7-spam-blocked,
.wpcf7-mail-sent-ng {
  color: #ffffff !important;
  background-color: #ef5350;
}

.wpcf7-validation-errors {
  color: #666666 !important;
  background-color: #ffee58;
}

.wpcf7-mail-sent-ok {
  color: #ffffff !important;
  background-color: #66bb6a;
}

.wpcf7-not-valid-tip,
.wpcf7-spam-blocked,
.wpcf7-mail-sent-ng,
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
  font-size: 12px !important;
  font-weight: 500;
  text-align: center;
  text-shadow: none;
  padding: 5px;
  margin: 0;
  line-height: 1;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

#text-5 .column-full {
  color: #ffffff;
}

#text-5 .wpcf7-submit {
  border: 1px solid #ffffff !important;
  border-radius: 0;
  padding: .5em 2em;
}

@media screen and (min-width: 768px) {
  .column-half {
    width: 50%;
  }

  .column-half:first-of-type {
    padding-right: 0.5rem;
  }

  .column-half:last-of-type {
    padding-left: 0.5rem;
  }

  .column-third {
    width: 33.3333%;
  }
}
/*==============================
YITH AJAX Search Form
==============================*/
#yith-searchsubmit {
  border-radius: 0 !important;
}

.yith_woocommerce_ajax_search {
  clear: both;
  max-width: 350px;
}

.yith_woocommerce_ajax_search > .yith-ajaxsearchform-container {
  border: 1px solid #cdcdcd !important;
}

#yith-ajaxsearchform {
  line-height: 0.75em;
}

.yith-ajaxsearchform-container .screen-reader-text {
  position: absolute;
  font-size: 0px;
}

.yith-ajaxsearchform-container .search-navigation {
  width: 70%;
}

#yith-s {
  height: 35px;
  width: 100%;
  padding: 1px 0.5em;
  display: block;
  border: none;
  margin-bottom: 0;
}

#yith-searchsubmit {
  color: #ffffff;
  background-color: #1a3f52;
  height: 35px;
  width: 30%;
  float: right;
  margin-left: -4px;
  border: none;
  cursor: pointer;
}

#yith-searchsubmit:hover {
  color: #ffffff;
  background-color: #3989b3;
}

/*==============================
Other YITH Plugin Styling
==============================*/
/* Removing padding from select filters */
.yith-wcan-select {
  padding: 0 !important;
}

/* Adding '()' around AJAX product filter results */
.yith-woocommerce-ajax-product-filter .count::before {
  content: "(";
}

.yith-woocommerce-ajax-product-filter .count::after {
  content: ")";
}

/*==============================
Single Product Button Styling
==============================*/
#left-area .ywctm-custom-button {
  border-color: #1a3f52 !important;
  background-color: #1a3f52 !important;
  margin-top: -1px;
}

#left-area .add_to_wishlist {
  color: #1a3f52 !important;
  border-color: #1a3f52 !important;
}

#left-area .yith-wcwl-add-button .add_to_wishlist:hover {
  /* Add to wishlist color, border color, and background-color */
  color: #1a3f52 !important;
  border-color: #1a3f52 !important;
  background-color: #ffffff !important;
  transition: all 0.2s;
}



.ywctm-custom-button .icon-form,
.ywctm-custom-button .inquiry-title,
.ywctm-custom-button .drop-a-hint-title,
.ywctm-custom-button .email-a-friend-title {
  color: #ffffff !important;
}

.ywctm-custom-button:hover .icon-form,
.ywctm-custom-button:hover .inquiry-title,
.ywctm-custom-button:hover .drop-a-hint-title,
.ywctm-custom-button:hover .email-a-friend-title {
  color: #ffffff !important;
  transition: all 0.2s;
}

.ywctm-custom-button-container,
.yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin-top: 0.75em;
}

.ywctm-custom-button .icon-form,
.ywctm-custom-button .inquiry-title {
  line-height: 0.5em;
  padding-bottom: 4px;
}

.ywctm-custom-button-container {
  margin-right: 0.5em;
}

/* Wishlist Button Padding */
#left-area .add_to_wishlist.single_add_to_wishlist.button.alt {
  padding: 5px 1em 5.7px !important;
}

.woocommerce-page .yith-wcwl-add-button a.add_to_wishlist.button:before {
  font-style: normal;
  line-height: 1;
  font-weight: normal;
  font-family: "ETmodules" !important;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  text-transform: none;
  padding: 0;
  padding-right: 5px;
  content: "";
}

.ywctm-custom-button,
.yith-wcwl-add-button > .single_add_to_wishlist {
  border-radius: 0 !important;
  vertical-align: middle;
}

.yith-wcwl-add-button > .single_add_to_wishlist:before {
  /* Change these values to line up buttons */
  /*font-size: 20px;
	margin-bottom: 4px;*/
  vertical-align: middle;
  display: inline-block;
}

#left-area .cart + .request-button a {
  background-color: #1a3f52 !important;
}

#left-area .cart + .request-button a .icon-form,
#left-area .cart + .request-button a .inquiry-title {
  color: #ffffff !important;
}

#left-area .cart + .request-button:hover a {
  background-color: #1a3f52 !important;
}

#left-area .cart + .request-button:hover a .icon-form,
#left-area .cart + .request-button:hover a .inquiry-title {
  color: #ffffff !important;
}

/*==============================
Global Overrides
==============================*/

/*==============================
Designer Page Styling
==============================*/

.designer-header {
  padding: 0;
}

.designer-header h1 {
  font-size: 3em;
}

.designer-banner {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top right;
}

.designer-banner-ring {
  margin-left: 5%;
  margin-top: 4.5em;
  width: 35%;
}

.designers-with-link {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1em;
  margin-bottom: 2em;
}

.designer-overlay {
  position: relative;
}

.designer-overlay img {
  display: block;
  width: 100%;
}

.designer-overlay-image {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  transition: all .3s ease;
}

.designer-overlay:hover .designer-overlay-image {
  opacity: 1;
}

.designer-section .et_pb_row:not(.designer-header) {
  padding-bottom: 0;
}

.designers-section-title {
  text-align: center;
  font-size: 2em;
  padding-bottom: 1em;
}

.designer-block-3 {
  flex-basis: 33.3333%;
  margin-bottom: 2em;
  padding: 0 1em;
}

.designer-block-4 {
  width: 25%;
  padding: 1em;
  float: left;
}

@media (max-width: 1079px) {
  .designer-block-4 {
    width: 33.3333%;
  }
}

@media (max-width: 980px) {
  .designer-banner {
    background-size: 100% auto;
    background-position: top right;
  }
  .designer-banner-ring {
    margin-left: 5%;
    margin-top: 7%;
    width: 33%;
  }
  .designer-block-3 {
    flex-basis: 50%;
    margin-bottom: 2em;
  }
  .designer-block-4 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .designer-banner {
    background-size: 160% auto;
    background-position: top right;
  }
  .designer-banner-ring {
    margin-left: 15%;
    margin-top: 19%;
    margin-bottom: -10%;
    width: 42%;
  }
}

@media (max-width: 640px) {
  .designer-block-3 {
    flex-basis: 100%;
    margin-bottom: 2em;
  }
  .designer-block-4 {
    width: 100%;
  }
}

/*==============================
Custom Footer
==============================*/
.footer-top {
  padding: 2em 2em 0 2em;
  text-align: center;
}

.footer-top__image {
  display: block;
  margin: auto;
}

.footer-top__divider {
  display: block;
  margin: 1em auto;
}

.footer-top__text {
  max-width: 40em;
  color: #aa8664;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 600;
}

.footer-top .et-social-icons {
  margin: 1em auto;
  float: none;
}

.footer-top .et-social-icons li {
    display: inline-block;
    margin: 0 .25em;
}

.footer-top .et-social-icon a {
  font-size: 1.25em;
  color: #1a3f52
}

#footer-widgets .title {
    margin-bottom: .5em;
}

#footer-widgets .title::after {
    content: "";
    display: block;
    width: 3.5em;
    height: 1px;
    margin: 0.75em 0 0;
    background-color: #1a3f52;
}

#footer-bottom > .container {
  border-top: 1px solid #1a3f52;
  padding-top: 1em;
}

@media (max-width: 1299px) {
  .footer-affiliations,
  .footer-copyright{
      float: none;
      text-align: center;
      margin-bottom: 1em;
  }
}
.grecaptcha-badge {visibility: collapse!important;}
/*# sourceMappingURL=style.css.map */



