

#searchform input {
  border-radius: 0 !important;
  height:35px;
}

#searchform input:active, #searchform input:active, textarea:active {
  border-color: #002e54 !important;
}
input:focus, textarea:focus {
  border-color: #002e54 !important;
}

input:active, textarea:active {
  border-color: #002e54 !important;
}

input:visited, textarea:visited {
  border-color: #002e54 !important;
}




html,body {
	height:100%;
  color:#7D7D7D;
}

p {
  font-family: 'Open sans', sans-serif;
  color:#7d7d7d;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Averta', 'Open sans', sans-serif;
  color:#7d7d7d;
}

h1 {
  font-size:36px;
}

h2 {
  font-size:32px;
}

h3 {
  font-size:28px;
}

h4 {
  font-size:24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 14px;
}


/*******************************
 Utilities and Helpers
*******************************/

/* SMOOTH TRANSITIONS */

body *:not(.slick-track):not(.slick-list):not(.remslider > .slide) {
    transition:all .2s linear !important;
    -o-transition:all .2s linear !important;
    -moz-transition:all .2s linear !important;
    -webkit-transition:all .2s linear !important;
}

#remslider, #remslider > *, .remslider, .remslider > *, .image-box {
  transition: none !important;
  -o-transition:none !important;
  -moz-transition:none !important;
  -webkit-transition:none !important;
}

/* Set Full Width Image */

img.full {
  width:100%;
}

/* Force block element */

.block {
  display: block;
}

/* Strip Padding / Margin */

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

.no-gutters  > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* Kill Rounded Corners */

.flat {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/*  Transparent Object */

.transparent {
  background: transparent;
}

.no-fill {
  background-color: transparent !important;
  background-image: none !important;
  border:1px solid #fff;
}

/* Ovewrite Transparency */

.fill {
  background: #fff;
}

/* Precision Padding / Margin Removal */

.no-wrap-vertical {
  padding-top:0;
  padding-bottom: 0;
}

.no-wrap-horizontal {
  padding-left: 0;
  padding-right:0;
}

.no-wrap-top {
  padding-top:0 !important;
}

.no-wrap-bottom {
  padding-bottom: 0 !important;
}

/** Force Full Height */

.snap-height {
  height:100%;
}

/*- x2 Grid Padding -*/

.plackers-grid-wide {
  padding: 30px !important;
}

/*- Woo Reviews Rating Styling -*/

.woocommerce .star-rating span {
	color:  #2a3972 !important;
}

/*******************************
 Flexslider
*******************************/

/*- Flexslider Icons -*/

.flexslider {
  margin:0;
  border:0;
}

.remslider .slides > .slide:first-child {display: block; -webkit-backface-visibility: visible;} 


.remslider .slides > .slide {display: none; -webkit-backface-visibility: hidden;}

/*- Flexslider Icons -*/

.flexslider .slides img {
  min-height: 0 !important;
}

/*- Empty Button  -*/

.flexslider a.no-fill {
  background: transparent ;
  color: #fff;
  border:1px solid #fff ;
}

.flexslider a.no-fill:hover {
  background: #2a3972 !important;
  color: #fff;
  border:1px solid #2a3972;
}

.flexslider p {
  color:#fff !important;
}

/*- Flexslider Icons -*/

img.slider-icon {
	  width: 80px !important;
    min-height: auto !important;
    left: -40px;
    top: 185px;
    position: absolute;
}

img.slider-icon-right {
  width: 80px !important;
  min-height: auto !important;
  left:auto;
  right: -40px;
  top: 185px;
  position: absolute;
  z-index: 99;
}

img.slider-icon-left {
  width: 80px !important;
  min-height: auto !important;
  left:-40px;
  right: auto;
  top: 185px;
  position: absolute;
  z-index: 99;
}

/*- Flexslider Hover States -*/

#slider-options-plackers:hover .flex-direction-nav {
  display: block;
}

#slider-options-rembrandt:hover .flex-direction-nav {
  display: block;
}

#product-average .star-rating {
  margin-top:12px;
}

/* Wrap Utilities */

.allwrap-sm {
  padding:15px;
}

.allwrap {
  padding:30px;
}

.allwrap-lg {
  padding:60px;
}

.allwrap-xl {
  padding:90px;
}

.wrapper-sm {
  padding-top:15px;
  padding-bottom:15px;
}

.wrapper-lg {
  padding-top:60px;
  padding-bottom: 60px;
}

.wrapper-xl {
  padding-top:90px;
  padding-bottom: 90px;
}

.space-bottom {
  margin-bottom: 30px;
}

.space-top {
  margin-top:30px;
}

/* THE TOPBAR ADVERT AREA */

/******************
SITE NOTIFICATION
******************/

#notification {
	/*height:40px;
	background-color: #2a3972;*/
	color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 10px;
  font-weight:600;
}

#notification a {
	cursor: pointer;
}

#notification a:hover {
  color: #fff !important;
}

#notification .notification-message {
	text-transform: uppercase;
}

#notification i {
	color: #e6545f;
	padding:0 5px;
}

#notification .notification-message { font-size: 12px; }
#notification .notification-message:hover #advert { background: #b3ada8; }
#notification a:hover #advert { background: #b3ada8; }

/* Palette Swap Themes -- Ads -- */

#advert {
  padding-top:10px;
  padding-bottom:10px;
  padding:0;
}

#advert.Dark {
  background-color: #28346e;
}

#advert.Light {
  background-color: #002b54;
}

#advert.Dark a {
  color: #fbfbfb;
}

#advert.Light a {
  color: #ccc5bd;
  color: #fff;
}

#advert a {
  display: block;
  font-size:14px;
  padding:10px 0;
  padding: 0;
}

#advert a:hover {
  text-decoration: none;
}

#advert.Light i {
	color: #e6545f;
  color: #cec7c1;
	padding:0 5px;
}

#advert.Light i {
  color:#fff;
}

#Rembrandt .product-category-title {
  padding-bottom: 15px;
  font-size: 32px;
  font-weight: 300;
  color: #002e54;
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575px) {
  #advert a {
    font-size:10px;
  }
}

/* logo edits */

#wrapper-branding {
  padding: 10px 0;
}

/* Mega Menu Option styling */

#mmWrapper {
  background: rgba(245,245,245,1);
}

#mmWrapper .container {
  padding:0;
}

/* Toolbar Menu Option Styling */

#menu-toolbar-menu {
  margin-top:5px;
}

#menu-toolbar-menu > .nav-item a {
  border-right:1px solid #ccc;
  font-size: 12px;
  text-transform: uppercase;
  padding-top:0;
  padding-bottom:0;
}

#Rembrandt #menu-toolbar-menu > .nav-item a:hover {
  color: black;
}

/* Searchbar Styling */

#Rembrandt .error404 .page-content #searchform input {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.error404 .page-content #searchform input {
  height:48px;
  border-radius: 0;
}

.error404 .page-content #searchform input:focus {
  border:1px solid #ccc;
}

.results-searchform #searchform input {
  height:60px;
}

#searchform input{
  height:30px;
}

#searchform span {
  display: none;
}

/* Pagination Styling */

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #7852b2;
    background-color: #fff;
    border: 1px solid #2a3972;
}

.page-link:hover {
  background: #2a3972;
  border: 1px solid #2a3972;
  cursor: pointer;
  color: #fff !important;;
}

.page-link:hover a {
  color:#fff !important;
  text-decoration: none;
}

.page-link:hover span {
  color: #fff !important;
}

.page-item.active .page-link, .page-item:first-child .page-link, .page-item:last-child .page-link {
  background: #fff;
  border: 1px solid #2a3972;
  color: #2a3972;
  border-radius: 0;
}

.page-item.active .page-link:hover, .page-item:first-child .page-link:hover, .page-item:last-child .page-link:hover {
  background: #2a3972;
  color:#fff;
}

/* Plackers HomePage Callout Wrapper */

#home_posts_wrapper {
  background: #f5f5f5;
  background: #f2f3f4;g
}

#home_posts_wrapper .figure {
  margin-bottom:0;
}

#home_posts_wrapper .figure-img {
  margin-bottom: 0;
  width:100%;
  min-height: 300px;
}

/* Plackers Homepage Callout Posts */

.callout_text {
  padding:20px;
  background: #f3f2f4;
  min-height: 300px;
}

.callout_text:hover {
  background: #e6545f;
  cursor: pointer;
}

.callout_text:hover p {
  color: #fff;
}

.callout_text:hover .btn {
  border:1px solid #fff;
  color:#fff;
}

.callout_text:hover .btn:hover {
  border:1px solid #fff;
}

.amb_subtitle {
  color:blue;
}

/************************
 FOOTER STYLING
************************/

/*- Footer Wrapper -*/

#wrapper-footer {
  background-color: #7d7d7d;
}

#wrapper-footer p, #wrapper-footer a {
  color: #fff;
  font-size:12px;
  /*font-family: 'Open-sans', sans-serif;*/
  color:#fff;
}

#wrapper-footer.Plackers {
	background: #7d7d7d !important;
}

#wrapper-footer.Rembrandt {
	background: #002e54;
}

/*- Footer Splash Image */

#splash-wrapper .callout {
  background: transparent;
  color:purple;
}

#splash-wrapper .callout:hover {
  background: purple;
  color:white;
}

.splash-wrapper {
  background-size: cover;
  background-repeat:no-repeat;
  background-position: center center;

}

.splash-wrapper .row {
  min-height: 400px;
}

/* Header Branding */

#brand-wrapper.Rembrandt .brand-left  {
	background: rgba(179,173,168,1) !important;
}

@media screen and (max-width: 992px) {
  #brand-wrapper.Rembrandt {
    background: rgba(179,173,168,1) !important;
    text-align: center;
  }
	#mega-menu-wrap-mega-menu #mega-menu-mega-menu > li.mega-menu-item > a.mega-menu-link {
		padding: 0 8px;
	}

  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width:100%;
  }
}


#brand-wrapper.Rembrandt {
	background: -moz-linear-gradient(360deg, rgba(178,173,169,1) 0%, rgba(179,173,168,1) 50%, rgba(245,245,245,1) 51%, rgba(245,245,245,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(179,173,168,1)), color-stop(50%, rgba(178,173,169,1)), color-stop(51%, rgba(245,245,245,1)), color-stop(100%, rgba(245,245,245,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(360deg, rgba(178,173,169,1) 0%, rgba(179,173,168,1) 50%, rgba(245,245,245,1) 51%, rgba(245,245,245,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(360deg, rgba(178,173,169,1) 0%, rgba(179,173,168,1) 50%, rgba(245,245,245,1) 51%, rgba(245,245,245,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(360deg, rgba(178,173,169,1) 0%, rgba(179,173,168,1) 50%, rgba(245,245,245,1) 51%, rgba(245,245,245,1) 100%); /* ie10+ */
  background: linear-gradient(90deg, rgba(178,173,169,1) 0%, rgba(179,173,168,1) 50%, rgba(245,245,245,1) 51%, rgba(245,245,245,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2ada9', endColorstr='#F5F5F5',GradientType=1 ); /* ie6-9 */
}


/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 576px) and (max-width: 992px){
  #brand-wrapper .container-swap {
    padding: 0 15px;
    width:100%;
  }
}

/* slider container adjustement */
@media screen and (max-width: 992px){
  .remslider .container-swap {
    padding: 0 ;
    width:100%;
  }
}

@media screen and (min-width: 768px)


/* Footer Brand Wrapper Left */

.brand-wrapper .brand-left {
  background: #313861;
}

.brand-wrapper h5 {
  font-size: 24px;
}

.brand-wrapper p, .brand-wrapper h5 {
  color:#fff;
}

/* Footer Brand Wrapper Right */

.brand-wrapper .brand-right {
  background: #F5F5F5;

}

.brand-wrapper #buy-btn {
  background: transparent;
  border:1px solid #fff;
  color: #fff;
}

.brand-wrapper #buy-btn:hover {
  background: #002e54;
  color:#2a3972;
}

#Rembrandt .brand-wrapper #buy-btn {
  background: transparent;
  border:1px solid #fff;
  color: #fff;
}

#Rembrandt .brand-wrapper #buy-btn:hover {
  background: #002e54;
  border: 1px solid #002e54;
  color: #fff;
  text-decoration: none;
}

/******************************
 WooCommerce Styling
*******************************/

.greyscale {
  background-size:cover;
  color: #fff;
  -webkit-filter: grayscale(1); /* Old WebKit */
  filter: grayscale(1);
}
#product-mast {

}

#product-mast p, #product-mast h4 {
  color:#fff;
  line-height: 26px;
}

.product-item {
  margin-bottom: 60px;
}

.product-item img {
  width: 100%;
  padding: 30px;
  padding: 5px;
}

.product-item-footer {

}

.product-item-link {
  padding:10px 20px;
}

.product-item-link:hover {
  color: #fff !important;
  text-decoration: none;
  background: #e6545f;
}

.product-ad-contents {
  background: #f5f5f5;
  padding: 20px;
  border: 1px solid #ccc;
  #2a3972
}

/*  Checkout / Coupons  */

.checkout_coupon input.flat {
  background: #fff;
  color:#2a3972;
  border:1px solid #2a3972;
}

.checkout_coupon input.flat:hover {
  background: #2a3972;
  color:#fff;
  border:1px solid #2a3972;
}

/* Message Beacons */

.woocommerce-message {
  border-top:4px solid #e6545f;
  background: #2a3972;
  color:#fff;
  width:100%;
}

.woocommerce-message:before {
    content: "\e015";
    color: #e6545f;
}

.woocommerce-checkout #payment input {
  background: white;
}

.woocommerce-checkout #payment input:hover {
  background: #2a3972;
  color:#fff;
}

.order-actions a {
  border-radius:0;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  color: #e6545f;
  border: 1px solid #e6545f;
}

.woocommerce-info {
  background: #e6545f;
  border-top:4px solid #2a3972;
  color:#fff;
}

.woocommerce-info:before {
  color:#fff;
}

.woocommerce-info a {
  text-transform: uppercase;
}

.woocommerce-info a:hover {
  color:#fff;
  text-decoration: none;
}

/* Checkout Styles */

.woocommerce-error {
  background: #e6545f;
  border-top:4px solid #2a3972;
  color:#fff;
}

.woocommerce-error:before {
  color:#fff;
}

.wc-proceed-to-checkout a {
  background: #e6545f;
  color:#fff;
}

.wc-proceed-to-checkout a:hover  {
  background: #e6545f;
  color:#fff;
}

.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width:auto;
  height:35px;
}

.woocommerce-cart table.cart input{
  color: #e6545f;
  background: white;
}

.woocommerce-MyAccount-content input.btn {
  border-radius:0;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  color: #e6545f;
  border: 1px solid #e6545f;
  margin:30px 0;
}

.woocommerce-MyAccount-content input.btn:hover {
  background: #e6545f;
  color:#fff;
  border: 1px solid #e6545f;
}

.order-actions a:hover {
  background: #e6545f;
  color:#fff;
  border: 1px solid #e6545f;
}

.woocommerce-page .entry-title {
  padding:15px 0 30px 0;
}

.woocommerce-MyAccount-navigation {
  margin-bottom:30px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border:none;
}

.woocommerce #reviews #comments ol.commentlist {
  padding-left:0;
}

.product-single-sidebar-header {
  border-bottom:1px dashed green;
  padding-bottom:30px;
}

/* Review System Comments */

.single_product_review_meta {
  border-bottom:1px dashed green;
}

.woocommerce-Reviews-title .custom_rating {
  font-size: 1rem !important;
}

#custom_rating {
  font-size: 1rem !important;
}

.comment-meta-title {
  font-size:24px;
  font-weight: normal;
}

/*** slider styles ***/

#slider-options-rembrandt.container-fluid {
	padding-left:0;
	padding-right:0;
}

.info-block {
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}

.info-block-cont-single .info-block{
	height:100%;
	width:100%;
}

.info-block-cont-double .info-block{
	height:50%;
}

.slider-rembrandt .item, .slider-rembrandt .item-video, .info-block-cont {
	height:420px;
  height:500px;
}

.slider-rembrandt {
	background-color: #f5f5f5;
}

.slider-rembrandt .owl-dots {
    /* margin-top: -25px !important; */
    /*z-index: 1; */
    position: relative;
    top: -35px;
    z-index: 2000;
}

.overlay {
	background-color:transparent;
	z-index:1;
	position: absolute;
	padding:30px;
	width:100%;
	height:100%;
}

.overlay-text {
	font-size: 20px;
  color:#fff;
	text-align: center;
  width: 100%;
  font-weight: 700;
}

.overlay-mobile {
	height:150px;
	width:100%;
	background-color: #f5f5f5;
}

.owl-stage-outer {
	z-index: 1000;
    overflow: visible !important;
}

#slider-options-plackers .overlay-contents {
	  color:#fff;
    border: 1px solid #fff;
    position: relative;
    top: 420px;
    top:0;
    z-index: 1000;
    border:none;
    color: black;
    text-align: center;
    height: 120px;
    padding: 20px;
}

/* Small devices (landscape phones, 576px and up) */
@media screen and (max-width: 768px) {


  #slider-options-plackers .overlay-contents {
  	  color:#fff;
      border: 1px solid #fff;
      position: relative;
      top: 0;
      z-index: 1000;
      border:none;
      color: black;
      text-align: center;
      height: 120px;
      padding: 20px;
  }

  #slider-options-plackers .slide-box {
    max-height: 200px;
  }


}

@media screen and (max-width: 769px) {
  .flexslider .owl-height {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
  }
}

@media screen and (max-width: 576px) {
  .flexslider .owl-height {
    height: 150px;
    min-height: 150px;
    max-height: 150px;
  }
}

#header-social .nav-link {
  padding: 2px 8px;
  color: #7d7d7d;
}

#header-social .nav-link:hover {
  color: #002e54 !important;
}

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

  #searchform {
    margin-top:0px;
    width:100%;
  }

  #brand-wrapper {
    background: #fff;
  }

  #header-social ul.nav {
    justify-content: center !important;
    margin-top:0;
  }

  #single-product-content {
    padding-top:30px;
    padding-bottom:30px;
  }
}

@media screen and (max-width:992px) {
  #single-product-content {
    margin-top:15px;
  }
}

.toolbar-row {
  padding-top:15px;
  padding-bottom: 15px;
}

#single-product-content h1 {
  color: #2a3972;
  font-size: 22px;
}

#single-product-content p, #single-product-content ul, #single-product-content ol, #single-product-content li {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

#single-product-content .price {
  padding-top:8px;
}

#single-product-content .product-content {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.archive .card-title {
    color: #2a3972;
    font-size: 16px;
    font-weight: 300;
    color: #002e54;
}

.woocommerce-Price-amount {
  font-size: 16px;
  color: #002e54 !important;
}
.card-block {
  padding-bottom: 0;
}
#Rembrandt .archive .card-title {
  font-size: 16px;
  font-weight: 300;
  color: #002e54;
}

.widget-area h2 {
    color: #2a3972;
}


/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {

  .slider-rembrandt {
		background-color: #fff;
	}

	.overlay-contents {
		/*border: 1px solid #fff;*/

		height:100%;
		padding: 75px;
		top:0;
		text-align:left;
	}

	.owl-stage-outer {
	    overflow: hidden !important;
	}

	.overlay-text {
		text-align:left;
		color: #fff;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.overlay-text {
		font-size: 32px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }
.slider-rembrandt .item-video {
 height:100%;
}

/*************************
Rembrandt Styles
**************************/

/* FOUR IMAGE SECTION */

#four-image-section {
	background-color: #fff;
}

.four-image-section-title-cont {
	text-align:left;
	width:100%;
}

.four-image-section-title {
  font-size: 28px;
	color: #002e54;
	font-weight:400;
}

.four-image-section-text {
	column-count: 1;
    font-size: 16px;
    font-weight:200;
    margin: 20px 0 40px 0;
}

.section-image-cont {
	text-align:center;
	width:100%;
}

.section-image {
  /*min-height: 145px;*/
	display:inline-block;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.four-image-section-title-cont {
		text-align:center;
	}

}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	.callout-box {
		padding:0;
	}
  #four-image-section {
    padding-bottom: 0;
  }
}

/* Large devices (desktops, 992px and up)  */
@media (min-width: 992px) {
	.four-image-section-text {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
	    -moz-column-count: 2; /* Firefox */
	    column-count: 2;
	    column-gap: 50px;
	}
}

/* FROM THE BLOG */

#from-the-blog {
	background-color: #f5f5f5;
	width:100%;
	border-top: 1px solid #cec7c1;
	border-bottom: 1px solid #cec7c1;
}

.from-the-blog-title {
	text-transform: uppercase;
	color: #b3ada8;
	font-size: 30px;
	text-align:center;
	margin: 45px;
  font-weight: 700;
}

.from-the-blog-contents {
	margin-bottom: 45px;
}

#from-the-blog .from-the-blog-contents p {
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.from-the-blog-contents .media-title, .from-the-blog-contents .media-title a {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 0px;
}

.media-title a:hover {
  text-decoration: underline;
}

.from-the-blog-contents .from-the-blog-item:nth-child(odd) .media{
    padding-right: 20px;
    border:none;
}

/* note: might want to put .media styles into global css, depending on if there are more */

.media {
	padding: 0 20px 50px 0;
}

.media .post-img {
	background-image: url('../sample-img/portrait.jpg');
	background-size: cover;
	/*width: 120px;
    height: 120px;*/
    overflow: hidden;
}

.media-body {
	padding-left:30px;
}

.media-title{
	font-size: 24px;
  font-size: 18px;
	color: #002e54;
	margin-bottom: 10px;
	font-weight: bold;
}

.media-excerpt {
	font-size: 16px;
	font-weight:200;
}

.from-the-blog-item-left {
  border-right:1px solid #b3ada8;
}

.from-the-blog-item-right {
 padding-left: 50px;
}

@media (max-width:992px) {

  .from-the-blog-item-left {
    border-right:0;
  }

  .from-the-blog-item {
   padding-left: 15px;
  }

}

/* Large devices (desktops, 992px and up)  */
@media (min-width: 992px) {
	.from-the-blog-contents .from-the-blog-item:nth-child(odd) .media{
	}

}

/* MY ADS */

.owl-video-tn {
  background-size:cover !important;
}

.item-image:parent {
  background-size:cover !important;
}

.column-count {
      -webkit-column-count: 2; /* Chrome, Safari, Opera */
      -moz-column-count: 2; /* Firefox */
      column-count: 2;
}

.content-box {
  background: #f5f5f5;
}

@media (max-width: 767px) {
  .column-count {
        -webkit-column-count: 1 ; /* Chrome, Safari, Opera */
        -moz-column-count: 1 ; /* Firefox */
        column-count: 1 ;
  }
  .breadcrumb {
    padding-left:30px;
    margin-bottom:0;
  }

  .no-wrap-small {
    padding:0;
  }
  .single .post-image {
    padding:0;
  }

  .single .hentry .post-content {
    padding: 30px !important;
  }
}

/* BLOG ARTICLES */

.article-preview {
  background: #f5f5f5;
  min-height: 320px;
}

.article-preview p {
  font-weight: 100;
}

.single .hentry .post-content {
  background: #f5f5f5;
  padding:60px;
}

.single-share-item {
  padding: 0 5px;
  font-size:18px !important;
}

#single-post-meta {
  padding: 0;
}

#single-post-meta li {
  float:none;
  display: inline;
}

#single-post-meta li a:hover {

}

.single img.wp-post-image {
  width:100%;
}

.product-single img.wp-post-image {
	width: auto;
}

.post-content a {
  display: inline;
}

.single .hentry .post-content img {
  width: auto;
  margin:15px;
}

.single .hentry .post-content {
  color: #7d7d7d;
}

.post-content img {
  width:100%;
}

#blog-title-style {
  border-bottom: 1px dashed #e6545f;
}

#plackers_blog_title { }

/******************
Product Slider CSS
******************/

#product-info-slider-cont {
	position: relative;
	margin:80px 0;
  margin-top:0;
	overflow:hidden;
	height:480px;
}

#product-info-slider-cont .block-of-color{
	width: 40px;
    background-color: #2d3b74;
    height: 450px;
    position:absolute;
    left:0;
    top:15px;
    z-index: 1;
}

#product-info-slider-cont .block-of-grey{
	width: 100%;
    background-color: #f5f5f5;
    height: 100%;
    position:absolute;
    top:0;
    left: 15px;
    z-index: 0;
}

#product-info-slider .carousel-indicators li{
    background-color: #eda4aa;
    width: 30px;
    height: 10px;
    padding: 2px;
}

#product-info-slider .carousel-indicators .active {
    background-color: #e6545f;
}

#product-info-slider {
	position:absolute;
	top:50px;
	left: 80px;
	width:75%;
	height:250px;
	z-index: 1000;

}

#product-info-slider .slider-image {
	display:inline-block;
}

#product-info-slider .slider-info {
	display:inline-block;
	width:100%;
}

#product-info-slider .slider-header {
	color: #2d3b74;
}

#product-info-slider .slider-header .product-name{
	border-bottom: 1px dashed #2d3b74;
	padding-bottom: 15px;
	display:inline-block;
	font-weight: 300;
}

#product-info-slider .slider-header .product-type{
	font-weight:600;
	display:inline-block;
}

#product-info-slider .slider-product-image {
    width: auto;
	height: 150px;
	margin: 0 auto 30px auto;
}

#product-info-slider .slider-text {
	color: #7d7d7d;
    margin: 15px 0 30px 0;
}

#product-info-slider button {
    color: #e6545f;
	border-color: #e6545f;
	font-size: 16px;
}

.carousel-indicators li {
	display:inline-block;
}

#product-info-slider-cont .carousel-indicators {
	bottom: -180px;
}

.carousel-item {
    flex-direction: column-reverse;
}

@media screen and (min-width: 576px) {
	.carousel-item {
	    flex-direction: row;
	}
	#product-info-slider-cont {
		height:450px;
	}
	#product-info-slider-cont .block-of-color{
	    height: 350px;
	    width:80px;
	    top:50px;
	}

	#product-info-slider-cont .block-of-grey{
		width: 100%;
	    background-color: #f5f5f5;
	    height: 100%;
	    position:absolute;
	    top:0;
	    left: 40px;
	}
	.carousel-item {
	    padding: 50px 50px 50px 0;
	}

	.slider-info {
		margin: auto 0;
	}

	#product-info-slider {
		position:absolute;
		top:50px;
		left: 150px;
		width:85%;
		height:350px;
	}

	#product-info-slider button {
		font-size: 20px;
	}

	#product-info-slider .slider-info {
		width:100%;
	}

	#product-info-slider .slider-product-image {
	    width: 200px;
        margin: auto 50px;
	}

	.carousel-indicators {
    	bottom: -50px;
    	margin-left:0;
	}
}

.sticky-footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.image-box {

}

@media screen and (max-width: 576px) {
  .image-box {
    /*height: 442px !important;*/
  }
}

@media screen and (min-width : 576px) and (max-width : 992px) {
  .image-box {
    /*height: 500px !important;*/
  }
}
@media screen and (max-width : 992px) {

  #remslider .ehr {
    overflow: visible;
  }

  #remslider .ehc {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

}

/* Large */
@media screen and (min-width : 992px) {
	#product-info-slider-cont .block-of-grey{
		width: 70%;
	    background-color: #f5f5f5;
	    height: 100%;
	    position:absolute;
	    top:0;
        left: 410px;
	}



	.carousel-item {
		padding:0;
	}

	#product-info-slider .slider-info {
		margin:auto 0 auto 50px;
	}

	#product-info-slider {
	    left: 0;
	    width: 100%;
    	height: 350px;
    	padding-right:50px;
	}

	#product-info-slider-cont .block-of-color{
		width:450px;
	}

	#product-info-slider .slider-image {
	    max-height: 300px;
	    top: 50px;
	    position: relative;
	    left: 0;
	}

	#product-info-slider .slider-product-image {
        margin: auto 0 auto 50px;
	}

	.carousel-indicators {
	    left: 410px;
	    margin-left:15%;
	}
}

/* X-Large */
@media screen and (min-width : 1200px) {
	#product-info-slider {
	    left: 150px;
	    width:85%;
	    padding-right:0;
	}

	#product-info-slider-cont .block-of-color{
	    width:110px;
	}

	#product-info-slider-cont .block-of-grey{
	    left: 625px;
	}

	#product-info-slider .slider-image {
	    max-height: 350px;
	    top: 0px;
	    position: relative;
	    left: 0;
	}
	.carousel-indicators {
		position: absolute;
	    display: block;
	    left: 225px;
	    margin: 0;
        bottom: 10px;
	}


}

/******************
Slider Joon
******************/

/*** wire up to WP ***/
.slider-plackers .item:nth-child(1) .item-image{
	background-image: url('./sample-img/slide1_image.png');
	background-color: #fec456;
}

.slider-plackers .item:nth-child(1) .item-block{
	background-color: #fec456;
}

/*** slider styles ***/

.container-fluid {
	padding-left:0;
	padding-right:0;
}

.slider-plackers .item {
	height:450px;
}

.slider-plackers .item .item-image {
	height:100%;
	background-size: cover;
	background-repeat: no-repeat;
	width:100%;
}

.slider-plackers .item .item-block {
	height: 70%;
	width:100%;
	position:relative;
}

.slider-plackers .item-image .overlay, .slider-plackers .item-block .overlay {
	width:100%;
	height:100%;
}

.slider-plackers .item .overlay-contents {
    height: 100%;
    padding: 50px;
    margin-right:0px;
}

.slider-plackers .item .overlay-text{
	color: #fff;
	font-weight: 300;
	font-size: 24px;
	line-height:36px;
	margin-bottom:25px;
	text-align:center;
}

.slider-plackers .item .overlay-hash {
	color: #9c7835;
}

.overlay-text-cont {
	width:100%;
	display:inline-block;
	text-align:center;
}

.overlay-text-cont button {
	font-size: 16px;
}

.icon-cont {
	position:absolute;
	width:100%;
    top: 185px; /*change this according to actual site */
    left: 0;
}

.slider-plackers .item img.slider-icon {
	width: 80px;
    left: -40px;
    top: 185px;
    position: absolute;
}

.slider-plackers .owl-stage-outer {
	overflow-y:visible !important;
}

/* Small */
@media screen and (min-width: 576px) {
	.slider-plackers .item .overlay-text{
		color: #fff;
		font-weight: 300;
		font-size: 38px;
		line-height:50px;
		margin-bottom:25px;
		text-align:center;
	}

}

@media screen and (min-width : 768px) {
	.slider-plackers .item .item-block {
		width: 40%
	}

	.slider-plackers .item .item-image {
		width: 60%;
	}

	.slider-plackers .item .item-block {
		height:100%;
	}

	.slider-plackers .item .item-block .overlay-text, .slider-plackers .item .item-block .overlay-text-cont {
		text-align:center;
	}

	.overlay-text-cont button {
		font-size: 20px;
	}
}

/* Medium */
@media screen and (min-width : 992px) {
	.slider-plackers .item .overlay-contents {
		padding: 100px 50px;
    }
}

/************************
 Individual Page Styling
*************************/

/* WHERE TO BUY */

.client-gallery { }

.client-gallery .box-inner {
  padding: 20px;
  transition: none !important;
  border:1px solid transparent;
}

.client-gallery .box-inner:hover {
  border: 1px solid #d7d7d7;
  background: #f5f5f5;
  transition: none !important;
}

.client-gallery-link {
  display: block;
  transition: none !important;
}

/* 404 page-content  */

.error404 .site-main p {
  font-size: 18px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 300;
}

.error404 .site-main #searchform input {
 font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
 font-weight: 300;
}

.error404 .site-main #searchform i {
  font-family: "FontAwesome";
}

.error404 .site-main #searchform input:focus  {
 font-weight: 300;
 font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.error404 .site-main h1 {
  font-size: 36px;
  font-weight: 300;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 300;
}

/* Search Results page-content */

.search-results .site-main #searchform input, .search-no-results .site-main #searchform input {
   border-radius: 0;
   font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
   font-weight: 300;
 }

.search-results .site-main #searchform input:focus, .search-no-results .site-main #searchform input:focus {
   border: 1px solid #2a3972;
 }

/* Archive page-content */

#products-loop .product-item-price .star-rating {
  display: none !important;
}
@media screen and (max-width:575px) {
  #products-loop-row {
    display: flex;
    justify-content: center !important;
  }
}

.archive .card a:hover {
  background: #f5f5f5;
}

.search .entry-title a:hover {
  text-decoration: underline;
}

.archive .site-main .entry-title a:hover {
  text-decoration: none;
}

.category .hentry .entry-title {
  font-size: 22px;
  font-weight: 400;
  padding-top
}

@media screen and (max-width: 768px) {
  .category .hentry .entry-title {
    padding-top: 15px;
  }
}

.single-product .nav-tabs {
  border-bottom: 0;
}

/* Blog page-content */

.article-preview h2 {
  font-weight:400px;
  font-family: 'Averta', 'Open sans', sans-serif;
}

/** Single product gallery */

#single-product-gallery .nav-link {
  padding:0;
  margin-bottom:0px;
  padding:2px;
  border: 0 !important;
}

#single-product-gallery .nav-link .img-thumbnail{
  padding:0;
  border:0;
  border-radius: 0;
}

#product-post-meta {
  padding: 15px 0 15px 0;
  float:left;
}

#product-post-meta .mr-2 {
  margin-right: 0 !important;
}

#product-post-meta a {
  padding:5px;
  background: transparent;
  border: none;
  background: #ebebeb;
  border-radius: 0;
}

#product-post-meta a:hover {
  background: white;
  color:#2a3972;
}

/* About Page Content */

.content-box p {
  font-size: 16px;f
}

/* contact page */

.wpcf7 input[type=submit] {
  background: #fff;
  color: #2a3972;
  border:1px solid #2a3972;
  border-radius: 0;
  width:25%;
}

.wpcf7 input[type=submit]:hover  {
  background: #2a3972;
  color: #fff;
}

/* product variations */

.variations select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding:5px;
  background: white;
  border:1px solid #cd2632;
  color: #cd2632;
  border-radius: 0;
}

.variants select option {
  background: white;
  border: 1px solid #cd2632;
  color: #cd2632;
}


/** woo style overrides single product meta **/

.woocommerce div.product form.cart .button { background: #fff; border:1px solid #cd2632; color: #cd2632; border-radius: 0;}
.woocommerce div.product form.cart .button:hover { background: #cd2632; color:  #fff; border: 1px solid  #cd2632; }


.amount { font-weight: 300;}
.product .amount { font-weight: 700; color:#7d7d7d; }




.slide-box {  }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;

}

.container-swap {

}

.rem-box {  }

.remslider .container-swap { padding: 0; width: 100%; }
.remslider .slide { }
.remslider .overlay-contents {
  /*border: 1px solid #fff;*/
}

.rem-box p, .rem-box h2, .rem-box span {
  color:#fff;
}

.rem-box .overlay-contents {
  padding:30px !important;

}


@media (max-width: 576px) {
  .remslider .embed-responsive { height:400px; }
  /*.image-box { min-height:442px; }*/
  h2.theme-white {
    color:#fff;
    font-size:30px;
    margin-top:25%;
  }

  p.theme-white {
    font-size:14px;
    color:#fff;
    width:100%;
    text-transform: none;
  }
  .container-swap {
    width:100%;
    margin:0;
    padding:0;
  }

}

@media (min-width: 576px) {

  .remslider .embed-responsive { height:500px; }
  /*.image-box { height: 500px; }*/
  h2.theme-white {
    color:#fff;
    font-size:30px;
    margin-top:25%;
  }

  p.theme-white {
    font-size:14px;
    color:#fff;
    width:100%;
    text-transform: none;
  }

}

@media (min-width: 768px) {
  .remslider .embed-responsive { height:500px; }
  /*.image-box { height: 500px; }*/
  h2.theme-white {
    color:#fff;
    font-size:30px;
    margin-top:0;
  }

  p.theme-white {
    font-size:14px;
    color:#fff;
    width:100%;
    text-transform: none;
  }

}

@media (min-width: 992px) {
  .remslider .embed-responsive { height:580px; }
  /*.rem-box { height:290px;}*/
  /*  .image-box { height:580px; } */

  h2.theme-white {
    color:#fff;
    font-size:30px;
    margin-top:0;
  }

  p.theme-white {
    font-size:14px;
    color:#fff;
    width:100%;
    text-transform: none;
  }

}

@media (min-width: 1200px) {
  .remslider .embed-responsive { height:780px; }
  /*.image-box { height:780px; } */
  /*.rem-box { height:390px;}*/
  h2.theme-white {
    color:#fff;
    font-size:30px;
    margin-top:25%;
  }

  p.theme-white {
    font-size:14px;
    color:#fff;
    width:100%;
    text-transform: none;
  }

}

/***********************************
 Color Scheming
***********************************/

.theme-grey { color: #7d7d7d; }
.theme-red p { color: #7d7d7d; }
.theme-blue p { color: #7d7d7d; }
p.theme-white {
  font-size:14px;
  color:#fff;
  width:100%;
  text-transform: none;
}
h2.theme-white {
  color:#fff;
  font-size:30px;
  margin-top:25%;
}
a.theme-red:hover {
  text-decoration: none;
  background: #cd2632;
  color: #fff;
}

.theme-red { color: #e6545f; }
.theme-red a { color: #e6545f; }
.theme-red a:hover { text-decoration: none; color: #cd2632; }


.theme-red.btn, .theme-red .btn {
  border: 1px solid #e6545f;
  color: #cd2632;
}

.theme-red .btn:hover {
  border:1px solid #e6545f;
  background: #e6545f;
  color: #fff;
}

.border-dashed-blue { border-bottom: 1px dashed #2a3972; }
.border-dashed-red { border-bottom: 1px dashed #e6545f; }





a.theme-blue {
  color:#2a3972;
  background: #fff;
  border:1px solid #2a3972;
}

a.theme-blue:hover {
  color: #fff;
  background: #2a3972;

}

.theme-blue { color: #2a3972; }
.theme-blue a { color: #2a3972; border: 1px solid #2a3972; background: white; }
.theme-blue a:hover { color: #fff; background: #2a3972; }

.circle-icon {
  background: white;
  color: #2a3972 !important;
  border-radius: 20px;
  width: 25px;
  border: 1px solid #fff;
  height: 25px;
  margin-left: 5px;
}

#Rembrandt .single-product .fa-chevron-right:before {
  position: relative;
  top:4px;
  left:1px;
}

.fa-chevron-right:before {
  position: relative;
  top:4px;
  left:1px;
}

/***********************************
 Site Specific Overwrites
**********************************/

/*#Rembrandt p, #Rembrandt span, #Rembrandt {
  font-size: 14px;
}*/

#Rembrandt a:hover {
  color: #191919;
  text-decoration: none;
}

#Rembrandt .post .btn {
  background: transparent;
  border:1px solid #2a3972;
  color: #002e54;
}

#Rembrandt #single-post-meta li a {
  color: #002e54;
}

#Rembrandt #single-post-meta li a:hover {
  color: #191919;
}
/*
#Rembrandt .cart button {
  border-radius: 15px;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  background: #002e54;
  color: #fff;
  border:1px solid #002e54;
  transition: all 1s;
  vertical-align: middle !important;
}*/

#Rembrandt .cart button {
  background: #002e54;
  color: #fff;
  font-weight: 300;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

#Rembrandt .cart button:hover {
  background: #fff;
  color:  #002e54;
}

#Rembrandt .cart button i {
  position: relative;
  bottom: 2px;
  left:5px;
}

#Rembrandt .single-post-summary {
  color: #002e54;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}


#Rembrandt .post .btn:hover {
  background: #002e54;
  color:#fff;
}

#Rembrandt .entry-title a {
  color: #002e54;
}


#Rembrandt .entry-title  a:hover {
  color: #002e54;
  text-decoration: underline;
}

#Rembrandt .entry-summary a {
  color: #002e54;
  border: 1px solid #002e54;
}

#Rembrandt.search-results .entry-summary a:hover {
  color: #fff;
  background: #002e54;
  border: 1px solid #002e54;
}

#Rembrandt #header-social ul.nav .nav-link:hover  {
  color: black;
}

#Rembrandt #blog-title-style {
  color: #002e54;
  padding-bottom: 15px;
  font-size: 32px;
}

#Rembrandt .blog-page-title {
  border-bottom: 1px dashed #002e54;
  padding-bottom: 15px;
  color: #002e54;
}

#Rembrandt .article-preview h2 a {
  color: #002e54;
  font-size: 24px;
  line-height: 24px;
}

#Rembrandt article .breadcrumb-item a {
  color: #002e54;
}

#Rembrandt .product-item-footer a {
  color: #002e54;
  border:1px solid #002e54;
}

#Rembrandt .product-item-footer a:hover {
  background: #002e54;
  color:#fff;
}

#Rembrandt .variations select {
  border: 1px solid #002e54;
  color: #002e54;
}

#Rembrandt .single_add_to_cart_button {
  border:1px solid #002e54;
  color: #002e54;
  font-weight: 300;
}

#Rembrandt .single_add_to_cart_button:hover {
  background: #002e54;
  color: #fff;
}

/*-- Account buttons --*/

#Rembrandt .order-actions a {
  background: #fff;
  border:1px solid #002e54;
  color:#2a3972;
}

#Rembrandt .order-actions a:hover {
  background: #002e54;
  color: #fff;
}

#Rembrandt .woocommerce-Address-title a {
  background: #fff;
  border:1px solid #002e54;
  color:#002e54;
  margin: 10px 0;
  float: none;
}

#Rembrandt .woocommerce-Address-title a:hover  {
  background: #002e54;
  color: #fff;
}

#Rembrandt .woocommerce .login input.btn {
  background: #fff;
  border:1px solid #002e54;
  color:#002e54;
  border-radius: 0;
}

#Rembrandt .woocommerce .login input.btn:hover {
  background: #002e54;
  color: #fff;
}

#Rembrandt .woocommerce-MyAccount-content input.btn {
  background: #fff;
  border:1px solid #002e54;
  color:#002e54;
  border-radius: 0;
}

#Rembrandt .woocommerce-MyAccount-content input.btn:hover {
  background: #002e54;
  color: #fff;
}

#Rembrandt .wc-proceed-to-checkout a {
  background: #fff;
  border:1px solid #002e54;
  color:#002e54;
  border-radius: 0;
  font-size: 18px;
}

#Rembrandt .wc-proceed-to-checkout a:hover {
  background: #002e54;
  color: #fff;
}

#Rembrandt .woocommerce input {
  color: #7d7d7d;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
}

#Rembrandt .woocommerce input.btn {
  background: #fff;
  border:1px solid #002e54;
  color:#002e54;
  border-radius: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 300;
}

#Rembrandt .woocommerce input.btn:hover  {
  background: #002e54;
  color: #fff;
}

#Rembrandt .woocommerce .checkout input:hover {
  background: #fff;
  color:#7d7d7d;
}

#Rembrandt .woocommerce .place-order {
  color: #002e54;
}

#Rembrandt .woocommerce .place-order input:hover {
  color: #fff;
  background: #002e54;
}

#Rembrandt .woocommerce-info {
  background: #002e54;
  color: #fff;
}

#Rembrandt .woocommerce-info a {
  color: #fff;
  margin-left: 5px;
}

#Rembrandt .woocommerce-info:hover a {
  background: #fff;
  color: #002e54;
}

#Rembrandt .woocommerce-message:before {
  color: #fff;
}


/* Rembrandt Flex Slider Controls */

.flex-control-nav {
    background: none repeat scroll 0 0;
    background-color: rgba(255,255,255,0.2);
    bottom: 0 !important;
    display: block !important;
    padding: 15px 0 5px 0;
    position: absolute;
    text-align: center;
    top: auto !important;
    width: 100%;
    z-index: 999 !important;
}


.overlay { display: table; }
.overlay-text { text-align: left; }
.overlay-contents { display: table-cell; vertical-align: middle; }
.nav-tabs, .nav-tabs .nav-link.active { border:0 !important; }

.sticky-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
#site-footer .carousel-control-prev, #site-footer .carousel-control-next {
  opacity: 1;
  color: #999;
  width: auto;
}
#site-footer {

}

.carousel-indicators li {
  background-color: #999;
  background-color: rgba(70,70,70,.25);
}

.carousel-indicators .active {
  background-color: #444;
}

#Rembrandt .product-category-description {
  color:#7d7d7d;
  padding-top:32px;
  font-size: 16px;
  line-height: 24px;
}

#Rembrandt .product-category-image {
}



.home-post-img {

}

* {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 300;
}

p, span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4 , h5, h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.heavy {
  font-weight: 700;
}





/* Small */
@media only screen and (min-width : 768px) {

}

/* Medium */
@media only screen and (max-width : 992px) {
  #remslider .image-box {
    /*height: 500px !important;*/
  }
  .ehr {
    overflow: auto;
  }
  .ehc {
    margin:0 !important;
    padding: 0 !important;
  }
}


#remslider, #remslider p, #remslider h1, #remslider h2, #remslider h3, #remslider h4, #remslider h5, #remslider h6 {
  font-weight: 400;
  line-height: 32px;
  font-size:28px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
}

#remslider p {
  font-size: 16px;
}
/* Large */
@media only screen and (min-width : 1200px) {
  #remslider .image-box {

  }
}

.single-product .related {

}

@media print {
  #mmWrapper {
    display: none;
  }
}

#remslider .overlay-conents * {
  color: #fff !important;
}

.alena-related {
  border-top:1px dashed #2a3972;
  border-bottom:1px dashed #2a3972;
  margin-top:30px;
  margin-bottom:30px;
}

.related-container > * {
  vertical-align: middle;
}



.related-container .card-title  {

}

.alena-related .card-title {
  font-size: 14px;
  padding: 10px 0;
  margin-bottom:0;
  padding-bottom: 0;
  color: #002e54;
}
/*****/
.related-content {
  display: table;
  height: 100%;
  width: 100%;
}



.related-align {
  display: table-cell;
}

.related-container:hover .card-title{
  text-decoration: underline;
}


.related-container .card-img-top {
  /*max-width: 285px !important;
  max-height: 200px !important;*/
}


.woocommerce div.product form.cart div.quantity {
  float:none;
  margin-bottom: 15px;
}

.product .heavy span {
  font-weight: 700;
}

.product .woocommerce-Price-amount {
  padding-top:5px;
}

#Rembrandt .single-product-price .woocommerce-Price-amount {
  font-size: 24px;
  font-weight: 300;
}

.single-product-price p { margin-bottom: 0; }

.woocommerce .quantity .qty {
  border-radius: 0 !important;
  color: #2a3972;
  display: inline;
}

.woocommerce .quantity .qty:hover {
  background: #e5e5e5;
}

/*#Rembrandt .slide_button {
    border-radius: 15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    background: #002e54;
    color: #fff;
    border:1px solid #002e54;
    transition: all 1s;
}*/

#Rembrandt .slide_button {
  /*background: #002e54;*/
  background: transparent;
  /*color: #fff;*/
  border-radius: 0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  width: 100%;
  height: inherit;
  border: none;
}

#Rembrandt .slide_button:hover {
  /*background: #fff;*/
  background: transparent;
  /*color: #002e54 !important;*/
}

#Rembrandt .slide_button:focus {
  box-shadow: none;
}

#Rembrandt .slide_button i {
  margin-left: 5px;
}



#Rembrandt .btn-outline-primary {
  border-color: #002e54;
}

#Rembrandt .slide:hover .ehc {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#Rembrandt .slide:hover .ehr {
  overflow: auto !important;
}


.overlay-contents {
  padding: 30px;
}
.rem-box { padding: 20px; padding:0; }
.rem-box a, .image-box a { }
.image-box .btn:hover { color: #fff !important; background:#2a3972;}
.rem-box a img, .image-box a img { width:100%; }

.flexslider .flex-direction-nav .flex-next {
    right: 5px; /* adjust offset to match the hover style */
    opacity: .8; /* adjust opacity to match the hover style */
}

.flexslider .flex-direction-nav .flex-prev {
    left: 5px; /* adjust offset to match the hover style */
    opacity: .8; /* adjust opacity to match the hover style */
}

.flex-direction-nav {
  display: none !important;
  opacity: 0;
  transition: all 1s;
}

.remslider:hover .flex-direction-nav {
  display: block !important;
  opacity: 1.0;
}

.flex-direction-nav a {
  height: 50px;
  width: 50px;
}

.flex-nav-prev a {
  opacity: 1 !important;
  left: 20px !important;

  opacity: 0.8 !important;
  overflow: visible;
}

.flex-nav-next a {
  opacity: 1 !important;

  right:20px !important;
  opacity: 0.8 !important;
  overflow: visible;
}

#menu-toolbar-menu > .nav-item a {
  padding: 0 10px;
}

#advert:hover {
  background: #b3ada8;
  cursor: pointer;
}

.toolbar .nav-link a {
  padding: 0 10px;
}


/* single slide at once */
#myCarousel .carousel-item { margin: 0; }
#myCarousel .carousel-inner .active.left {left: -33%;}
#myCarousel .carousel-inner .next        {left:  83%;}
#myCarousel .carousel-inner .prev        {left: -33%;}
#myCarousel .carousel-item.active.left   {opacity:0.3;}
#myCarousel .carousel-item.active.right  {opacity:0.3;}

#myCarousel .carousel-item.active.left > div:not(:first-child) {
    display:none;
}
#myCarousel .carousel-item.active.right > div:not(:first-child) {
    display:none;
}


#myCarousel .carousel-control {
    padding-top:25px;
    color:#333;
 }
#myCarousel .carousel-control.left,
#myCarousel .carousel-control.right {background-image:none;}

@media screen and (max-width:576px) {
  .tab-content>.active img {
    max-height:250px;
  }
}

@media screen and (min-width:576px) and (max-width:768px){
  .tab-content>.active img {
    max-height: 400px !important;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .tab-content>.active {
    text-align: center;
  }

  .tab-content>.active img {
    max-height: 250px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #site-footer .retail-footer-text {
    text-align: center;
  }
}

@media screen and (min-width:768px) and (max-width: 992px) {
  #site-footer .retail-footer-text {
    text-align: left;
  }
}


#site-footer p, #site-footer a {
  font-size: 16px;
  font-weight: 300;
}

#colophon p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

#site-footer .site-info p, #site-footer .site-info a {
  font-size: 14px;
  font-weight: 300;
}

#site-footer .site-info a:hover {
  text-decoration: underline;
  color: #fff;
}

.retail-footer-text {
  text-align: left;
}

#footer-logo {
  padding-top:50px;
  padding-bottom: 50px;
}

#home-main-copy h3 {
  font-size: 32px;
  color: #002e54;
  font-weight: 300;
}

#home-main-copy p {
  font-size: 14px;
  color: #7d7d7d;
  line-height: 30px;
  font-weight: 300;
  line-height: 27px;
}

#menu-toolbar-menu > .nav-item a {
  color: #7d7d7d;
}

#menu-toolbar-menu > .nav-item a:hover {
  color: #002e54;
}

.slide-text, .slide-text p {
  /*font-size: 32px !important;*/
  color: #fff !important;
}

.rembrandt-slide-text > * {
  color: #fff !important;
}


.product-mast-contents {
  min-height: 250px;
}


.product-mast-overlay {
  padding: 30px;
}
.product-mast-overlay-text {
  border: 0 !important;
  padding: 0px;
}
.single-product .overlay {
  position: static;
  min-height: 250px;
}

@media screen and (max-width: 768px) {
  .single-product .overlay {
    position: static;
    padding: 15px;

  }

  .product-mast-overlay {
    padding: 0;
    border: 1px solid #fff;
    padding: 15px;
  }
  .product-mast-overlay-text {
    border: 1px solid #fff;
    padding: 30px;
  }
}

.product-mast-overlay-text {
  border: 1px solid #fff;
}

.related-title {
  font-size:24px;
  font-weight: 300;
  color: #002e54;
}

/* @media 18 - 14 */

.related-subtext {
  font-weight: 700;
  color: #002e54;
  font-size: 18px !important;
  color: #002e54;
}

.related-img-link {
  /*width:285px;
  height:200px;*/
}

.nav-tabs .nav-item {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.tab-content .img-thumbnail {
  border: none;
}

a.cart-controls {
  font-size: 1.5em;
}

.entry-content p, .content-box p {
  font-size: 14px;
}

.entry-content li {
  font-size: 14px;
}

.entry-content span {
  font-size:14px;
}

/*- Product Mast -*/

.product-mast-title > * {
  color: #fff;
  font-size: 20px;
}

.product-mast-content > * {
  color: #fff;
  font-size: 14px;
}


.product-mast-image {
  min-height: 250px;
  display: table;

}

.product-mast-image h5, .product-mast-image p {
  color: #fff;
  line-height: 26px;
}

.product-mast-image div {
  font-weight: 300;
  font-size: 20px;
  width:100%;
}

.mega-sub-menu .attachment-full {
  width:100%;
}

/*.product-mast-image p {
  font-size: 18px !important;
  font-weight: 300;
  width:100%;
}*/
.mm-image {
  background: #fff;
}
.mm-title {
  background: white;
  font-weight: 300;
  font-size: 14px;
  background: white;
  color: #002b54;

}

#mega-menu-wrap-mega-menu #mega-menu-mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
  background: white;
}

p, ul, li {
	font-weight: 300;
	line-height: 24px;
  font-size: 14px;
}

.mega-icon {
  padding-left: 5px;
  padding-right: 5px;
}


input:focus {
  outline: black !important;
}

.remslider-aside {
 width: 100% !important;
}

.single .entry-title {
  color: #002e54;
}

.flex-prev,
.flex-next {
  font-size: 0;
}

.post-preview {
  max-height: 220px;
}

@media screen and (max-width:992px) {
  .remslider {

  }

  .remslider-aside {
    padding:0;
    width:100%;
  }
}


#mega-menu-wrap-mega-menu .mega-menu-toggle .mega-toggle-block-1 .mega-search .search-icon, #mega-menu-wrap-mega-menu .mega-menu-toggle #mega-toggle-block-1 .mega-search .search-icon {

}

.d-flex {
  display: -webkit-flex;
  display: -webkit-box;
}

.row {

}

@media print {
  .container {
    width: auto;
  }
}
.woocommerce-Price-currencySymbol {
  font-weight: 300 !important;
}

.single-product .woocommerce-Price-currencySymbol {
  font-size: 24px;
}

.woocommerce-cart .woocommerce-Price-currencySymbol {
  font-size: 16px;
}

a.cart-controls:hover {
  cursor: pointer;
}

.remslider .slides, .resmslider .slide {

}

.remslider-aside-container {

}



#header-submenu {
  justify-content: flex-end !important;
}

@media screen and (min-width:992px) {
  #logo-container a {
    position: relative;
    top:15px;
  }
}

@media screen and (min-width:768px) and (max-width:992px) {
  #header-submenu {
    justify-content: center !important;
  }
}

@media screen and (max-width:768px) {
  #logo-container {
    display: flex;
    display: -webkit-flex;
    justify-content: center !important
  }

  #logo-container a {
    position: static;
    top:0;
  }
}


@media screen and (max-width: 576px) {
  .woocommerce table.shop_table .cart-item td {
    text-align:left !important;
  }
  .woocommerce table.shop_table .cart-item td:before {
    float:none !important;
  }
}

#menu-toolbar-menu li:last-child a{
  border-right: none;
}

#searchform input {
  font-weight: 300;
  font-size: 12px;
}

#advert.Light a {
  text-decoration: none !important;
}

.woocommerce form .form-row .required {
  text-decoration: none;
  cursor: default;
}

@media creen and (min-width:320px) and (max-width:575px) {

  .woocomerce #Rembrandt .woocommerce .login input.btn {
    width:100% !important;
  }
  .woocommerce form .form-row label.inline {
    display: block;
    margin-top:10px;
  }

  #Rembrandt .woocommerce input.btn {
    width:100% !important;
  }


}

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

  .woocommerce form .form-row {
    width:100%!important;
  }

  #advert.Light i {
    display: none !important;
  }

  .woocommerce #Rembrandt .woocommerce .login input.btn {
    width:100%!important
  }

  .wpcf7 input[type=submit] {
    width: 100% !important;
  }

  #mega-menu-wrap-mega-menu .mega-menu-toggle .mega-toggle-block-4 .mega-search input[type=text], #mega-menu-wrap-mega-menu .mega-menu-toggle #mega-toggle-block-4 .mega-search input[type=text] {
    max-width: 120px !important;
  }

  .shop_table .product-name a {
    display: block;
    text-align: left;
    margin-top:25px;
  }

  .shop_table #coupon_code {
    width:100% !important;
    margin-bottom: 10px;
  }

  .shop_table #Rembrandt .woocommerce input.btn {
    width:100% !important;
  }

  #Rembrandt .wc-proceed-to-checkout a {
    font-size: 16px !important;
    font-weight: 300;
  }

  .woocommerce-message {
    font-size: 14px;
  }

  .rememberme {
    margin-top:10px;
  }

  .coupon-submit {
    width:100% !important;
  }

  #Rembrandt .single_add_to_cart_button {
    margin-top:15px;
  }

}

.woocommerce a.remove {
  cursor: pointer;
}

.page-link {
  color: #002e54;
}

.page-link:hover {
  color: #fff;
}

@media screen and (max-width:768px) {
  .client-gallery .box-inner {
    padding: 7px 5px;
  }
}

@media screen and (max-width:992px) {
  .container { width: 90%; }
}

@media screen and (min-width:768px) {
  .slide-text {
    width:60%;
  }
}

#order_promotions_field label {
  display: inline;
    margin-right: 20px;
}

#Rembrandt .order-actions a {
  width:100%;
  margin-bottom: 5px;
}

#Rembrandt .cart button {
  margin-right: 10px;
}

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

  .from-the-blog-contents .media-col {
    padding-top:15px;
    text-align: center;
  }

  #simple-input, #simple-price, #simple-add-to-cart, #simple-where-to-buy {
    max-width:100%;
    flex: 0 0 100%;
    text-align: center !important;
    display: flex;
    justify-content: center !important;
  }

  #notification .notification-message {
    font-size: 11px !important;
  }

  .woocommerce div.product form.cart div.quantity {
    margin-bottom: 0;
  }

  #Rembrandt .cart button {
    margin-right: 5px;
  }
}

#single-product-content ul {
  margin-bottom: 0;
}

@media screen and (max-width:575px) {
  .woocommerce table.my_account_orders tr td.order-actions, .woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: center !important;
  }
  #Rembrandt .order-actions a {
    width:80%;
    margin-bottom: 5px;
  }

  #Rembrandt .single-product-price .woocommerce-Price-amount, #Rembrandt .single_where_to_buy_button {
    float: right;
  }
}

@media screen and (min-width:575px) and (max-width:768px) {
  .woocommerce table.my_account_orders tr td.order-actions, .woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: center !important;
  }

  #Rembrandt .order-actions a {
    width:25%;
    margin-bottom: 5px;
  }

  #Rembrandt .order-actions a:first-child {
    width:25%;
    margin-right:5px;
  }
  #Rembrandt .order-actions a:last-child {
    width:25%;
    margin-left:5px;
  }
}

@media screen and (min-width:768px) and (max-width:1200px) {
  #Rembrandt .order-actions a {
    width:100%;
    margin-bottom: 5px;
  }
}

.btn-outline-primary {
  border-color: #002e54 !important;
}

@media screen and (max-width:768px) {
  #products-loop-row {
    justify-content: center !important;
  }
}

#capture_email_field legend {
  font-size: 14px !important;
}

#capture_email_field label {
  display: inline;
  margin-right:15px;
  float: left;
}


.woocommerce-thankyou-order-received {
  font-size: 32px !important;
  font-weight: 400;
  color: #002e54;
  margin-bottom: 30px;
}

#mega-menu-mega-menu h4 {
  font-size: 14px;
  font-weight: 300;
  color: #002e54;
}

/* iPhone Specific Styles */

.iPhone .carousel-indicators {
  margin: 0;
  width:100%;
  bottom: -170px;
}

.iPhone-hidden {
  display: block;
}

.iPhone-visible {
  display: none;
}

.iPhone .iPhone-visible {
  display: block !important;
}

.iPhone .iPhone-hidden {
  display: none !important;
}

.iPhone #product-info-slider .active {
  display: block;
}

.iPhone .arrow_box_top_hover:after {
  display: none;
}

.iPhone .arrow_box_top:after {
  display: none;
}

@media screen and (max-width:575px) {
  .iphone.safari7 .product-item {
    margin-left: 16.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .iphone.safari7 #mega-menu-wrap-mega-menu .mega-menu-toggle .mega-toggle-block-6 .mega-search .search-icon, #mega-menu-wrap-mega-menu .mega-menu-toggle #mega-toggle-block-6 .mega-search .search-icon {
    bottom:10px;
  }

  .iphone.safari7 .related-column:last-child {
    display: none;
  }
}

@media screen and (max-width:420px) {
  .iPhone .overlay {
    min-height: 600px;
  }
  .flexslider {
    overflow: hidden;
  }
}

/* Cross Browser Styles */

.win .card {
  flex-direction: row !important;
}

.win .nav-tabs .nav-item {
  height: 100%;
}

.win .related-column {
  display: inline !important;
}

.win .related-row {
  display: flex !important;
}

.win .related-section {
  display: inline !important;
}

.win .alena-related {
	width:100%;
	margin-left:0;
}

.safari .four-image-section-text {
  -webkit-column-count: 1
}

.gecko #simple-add-to-cart button {
  margin-left: 10px;
}

@media screen and (max-width:575px) {
  .win #product-info-slider-cont {
    height: 550px;
  }

  .win #product-info-slider .slider-product-image {
    max-width:120px;
    max-height: auto !important;
  }

  .win .carousel-indicators {
    right: -120px;
    bottom: -250px;
  }
}

@media screen and (min-width:575px) and (max-width:768px) {
  .win .carousel-indicators {
    bottom: -50px;
  }
}

@media screen and (min-width:992px) and (max-width:1200px) {
  .gecko #product-info-slider .slider-image {
    height:300px;
  }
}

/* Slick slider */

.slick-list {
      padding-left:20px !important
}

.slick-slider .fa-chevron-left {
      position: absolute;
      bottom: 40%;
      left:10px;
      opacity: 0.8;
      z-index: 999;
}

.slick-slider .fa-chevron-left:hover {
      cursor:pointer;
      opacity: 1;
}

.slick-slider .fa-chevron-right {
      position: absolute;
      bottom: 40%;
      right:-20px;
      opacity: 0.8;
      z-index: 999;
}

.slick-slider .fa-chevron-right:hover {
      cursor: pointer;
      opacity: 1;
}

.slick-slide img {
      padding: 0 10px;
}


/*** EMBED RESPONSIVE OVERWRITES ***/

.archive .card {
margin-bottom:5px;
}

.BVRRInlineRating {
	padding: 10px 0;
	display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

/* TEJAS CHANGES */

#bottom-purchase-button {clear: both;}

#bottom-purchase-button .single_buy_on_button {
  border:1px solid #666666;
  color: #666666;
  font-weight: 300;
}

#bottom-purchase-button .single_buy_on_button:hover {
  background: #666666;
  color: #fff;
}

/*-- 1 Week Whitening

#one-week-white {display: none;}
#toothbrush {display: none;}
#brush-head-replace {display: none;}
#two-hour-white {display: none;}

#product-1606 #one-week-white {display: block;}
#product-1606 #toothbrush {display: none;}
#product-1606 #brush-head-replace {display: none;}
#product-1606 #two-hour-white {display: none;}
#product-1606 .single_where_to_buy_button {display: none;}

.bottom-purchase-button .single_buy_on_button {
  border:1px solid #666666;
  color: #666666;
  font-weight: 300;
}
#product-1606 .single_buy_on_button:hover {
  background: #666666;
  color: #fff;
}

1 Week End --*/

/*-- Toothbrush

#product-1609 #one-week-white {display: none;}
#product-1609 #toothbrush {display: block;}
#product-1609 #brush-head-replace {display: none;}
#product-1609 #two-hour-white {display: none;}

#product-1609 .single_buy_on_button {
  border:1px solid #666666;
  color: #666666;
  font-weight: 300;
}
#product-1609 .single_buy_on_button:hover {
  background: #666666;
  color: #fff;
}

Toothbrush End --*/

/*-- Brush Head Replace

#product-1608 #one-week-white {display: none;}
#product-1608 #toothbrush {display: none;}
#product-1608 #brush-head-replace {display: block;}
#product-1608 #two-hour-white {display: none;}

#product-1608 .single_buy_on_button {
  border:1px solid #666666;
  color: #666666;
  font-weight: 300;
}
#product-1608 .single_buy_on_button:hover {
  background: #666666;
  color: #fff;
}

Brush Head Replace End --*/

/*-- 2 Hour Whitening

#product-273 #one-week-white {display: none;}
#product-273 #toothbrush {display: none;}
#product-273 #brush-head-replace {display: none;}
#product-273 #two-hour-white {display: block;}

#product-273 .single_buy_on_button {
  border:1px solid #666666;
  color: #666666;
  font-weight: 300;
}
#product-273 .single_buy_on_button:hover {
  background: #666666;
  color: #fff;
}

 2 Hour End --*/

@media only screen and (max-width : 992px) {
  #remslider .image-box {height: 500px !important;}
}

@media only screen and (max-width: 950px) {
  .hidden-sm-down {display: none !important;}
}

@media only screen and (max-width : 900px) {
  #remslider .image-box {height: 450px !important;}
}

@media only screen and (max-width : 800px) {
  #remslider .image-box {height: 400px !important;}
}

@media only screen and (max-width : 700px) {
  #remslider .image-box {height: 350px !important;}
}

@media only screen and (max-width : 600px) {
  #remslider .image-box {height: 300px !important;}
}

@media only screen and (max-width : 500px) {
  #remslider .image-box {height: 225px !important;}
}

@media only screen and (max-width : 400px) {
  #remslider .image-box {height: 200px !important;}
}
