@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;500;600&display=swap');

@import url('https://fonts.cdnfonts.com/css/microsoft-sans-serif');


@font-face {
  font-family: 'CircularStd';
  src: url('../fonts/CircularStd-Book.woff2') format('woff2'),
    url('../fonts/CircularStd-Book.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond-Regular.woff2') format('woff2'),
    url('../fonts/CormorantGaramond-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/**********/
@font-face {
  font-family: 'circulamedium';
  src: url('../fonts/actual/circular_std_font-webfont.woff2') format('woff2'),
    url('../fonts/actual/circular_std_font-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'circular_stdmedium';
  src: url('../fonts/actual/circular-std-medium-500-webfont.woff2') format('woff2'),
    url('../fonts/actual/circular-std-medium-500-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'made sanora 2';
  src: url('../fonts/sanora/made-sanora-2.woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'made sanora';
  src: url('../fonts/sanora/made-sanora.woff');
  font-weight: normal;
  font-style: normal;
}

/* font-family: 'Microsoft Sans Serif', sans-serif; */

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  margin: 0;
  font: 14px/1.4 'CircularStd', sans-serif;
  color: #000;
  background: #F5F5F5;
  overflow-x: hidden;
}

.flex {
  display: flex;
}

.v-center {
  align-items: center;
}

.relative {
  position: relative;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-responsive.fluid {
  width: 100%;
}

.absolute {
  position: absolute;
}

.cursor {
  cursor: pointer;
}

input,
textarea,
button {
  font-family: 'CircularStd', sans-serif;
  outline: none;
}

button,
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

.btn-primary {
  display: inline-block;
  vertical-align: top;
  border-radius: 30px;
  background: #1B2642;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 8px 17px;
}

.h-center {
  justify-content: center;
}

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

.text-right {
  text-align: right;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.flex-start {
  align-items: flex-start;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-row {
  flex-direction: row;
}

input,
select {
  outline: none;
}

a {
  text-decoration: none;
  color: #1B2642;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}

.list-none {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'CircularStd', sans-serif;
  font-family: 'made sanora 2' !important;
  color: #000;
}

.container {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 15px;
}

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#header {
  width: 100%;
  padding: 0 50px 30px;
}

.container.fluid {
  max-width: none;
  padding: 0 50px;
}

#header .container {
  padding: 30px 0;
  border-bottom: 1px solid #e1e0e0;
}

.logo img {
  max-width: 300px;
}

#nav {
  text-transform: uppercase;
  font-size: 13px;
}

#nav li {
  margin-left: 38px;
}

#nav a {
  color: #000;
}

.banner {
  height: 560px;
  margin: 0 0 50px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: end;
  padding: 28px 32px;
}

.small-container {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  overflow: hidden;
}

.info-text .text {
  width: 290px;
  padding: 40px 0 0;
}

.info-text h1 {
  margin: 0 0 20px;
  width: 180px;
  font: 48px/41px 'Cormorant Garamond', sans-serif;
  text-transform: uppercase;
}

.info-text {
  margin: 0 0 80px;
}

.info-text p {
  margin: 0 0 50px;
  font-weight: 300;
}

.info-text .image-holder img {
  width: 310px;
}

.info-text .trade-mark img {
  width: 105px;
}

.msg-holder {
  margin: 0 0 60px;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}

.msg-holder .image-holder img {
  width: 310px;
  display: block;
}

.msg-holder .text {
  padding: 30px 0 0 60px;
}

.msg-holder .text p {
  font-size: 37px;
  margin: 0;
}

.header h2 {
  margin: 0;
  font: 48px/41px 'Cormorant Garamond', sans-serif;
  text-transform: uppercase;
}

.categories ul {
  margin: 0 -10px;
}

.categories li {
  width: 50%;
  padding: 0 10px 30px;
}

.categories li .thumbnail {
  width: 100%;
  margin: 0 0 15px;
  max-height: 296px;
}

.categories li a img {
  margin-left: 10px;
}

.products {
  margin: 0 0 60px;
}

.best-products img {
  max-height: 290px;
}

.products h6 {
  margin: 14px 0 0;
  font-size: 14px;
  font-weight: 500;
}

.products li {
  width: 50%;
  padding: 0 10px 30px;
}

.products li img {
  width: 100%;
  margin: 0 0 10px;
}

.products li img.small {
  height: 290px;
}

.products strong {
  display: block;
  font-weight: 500;
  padding: 0 90px 10px 0;
  font-size: 16px;
}

.post strong a {
  font-weight: 500;
  font-size: 16px;
}

.products .price {
  display: block;
  font-size: 17px;
  font-weight: 400;
}

.slick-slide {
  margin: 0 10px;
}

.slick-list {
  margin: 0 -8px;
}

button.slick-next, button.slick-next:hover {
  position: absolute;
  top: 41%;
  right: 54px;
  width: 47px;
  height: 75px;
  background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
  background-size: 95px;
}

button.slick-prev, button.slick-prev:hover {
  position: absolute;
  top: 41%;
  left: 15px;
  z-index: 1;
  width: 47px;
  height: 75px;
  background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
  background-size: 95px;
  background-position-x: right;
}

.slick-prev:before, .slick-next:before {
  font-size: 70px;
  color: #EA8496;
  line-height: inherit;
  font-weight: bold;
}

.slider img {
  width: 100%;
  height: 450px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  /* font-family: 'slick';
      font-weight: normal;
      font-style: normal;
  
      src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot');
      src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.woff') format('woff'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.ttf') format('truetype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.svg#slick') format('svg'); */
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '';
}

[dir='rtl'] .slick-prev:before {
  content: '';
  font-weight: bold;
  font-size: 20px;
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '';
}

[dir='rtl'] .slick-next:before {
  content: '';
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;

  display: block;

  width: 100%;
  padding: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: 'â€¢';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

ul.slick-dots {
  display: flex !important;
}

ul.slick-dots li {
  text-align: left;
  width: auto !important;
  min-width: 317px;
  padding: 13px 0 0;
  margin: 0 0 0;
  border-top: 1px solid #c1beb9;
  color: #c1beb9;
}

ul.slick-dots li.slick-active {
  border-color: #000 !important;
  color: #000;
}

.reviews-slider .slide-holder p {
  margin: 0 0 13px;
  line-height: 22px;
  font-weight: 300;
}

.reviews-slider .slide-holder h5 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}

.small-container .work {
  margin: 0 0 90px !important;
}

.subscribe {
  padding: 50px 15px;
  /* background: #fff; */
}

.subscribe .holder {
  max-width: 460px;
  margin: 0 auto;
  text-align: center;
}

.subscribe h2 {
  margin: 0 0 10px;
  font-weight: 400;
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 36px;
}

.subscribe p {
  margin: 0 0 40px;
  font-size: 17px;
}

.subscribe .form {
  border: 1px solid #D7D7D7;
  overflow: hidden;
}

.subscribe .form input[type="text"] {
  border: none;
  width: 80%;
  margin: 0;
  display: block;
  height: 70px;
  color: #000;
  padding: 0 30px;
  font-size: 17px;
  float: left;
}

.subscribe .form input[type="text"]::placeholder {
  color: #D7D7D7;
}

.subscribe .form input[type="submit"] {
  height: 70px;
  width: 83px;
  font-size: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background: url("../images/arrow.svg") no-repeat 50% 50%;
  float: right;
}

.footer-logo img {
  width: 150px;
}

#footer .small-container {
  border-top: 1px solid #e1e0e0;
  padding: 30px 0;
  margin: 50px auto 0;
}

.quick-links li {
  margin: 0 0 10px;
}

.quick-links {
  text-transform: uppercase;
  font-size: 12px;
}

#footer .title {
  display: block;
  font-family: 'Raleway', sans-serif;
  margin: 0 0 13px;
}

.contact-email a {
  color: #000;
}

.contact-email {
  font-family: 'Cormorant Garamond', san-serif;
  font-size: 30px;
  font-weight: 400;
  border-bottom: 1px solid #e1e0e0;
  padding: 0 0 10px;
}

#footer .col:first-child {
  margin-left: 0;
  margin-right: 150px;
}

#footer .col {
  margin-left: auto;
}

#footer .col:last-child {
  width: 340px;
}

.socials {
  margin-top: 50px;
}

.socials li {
  margin-right: 24px;
}

#footer .bottom {
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  border-top: 1px solid #e1e0e0;
  padding: 20px 0 0;
}

#footer .bottom ul {
  margin-left: auto;
}

#footer .bottom ul li {
  margin-left: 15px;
}

#footer .holder {
  padding-bottom: 16px;
}

.twocols {
  margin: 0 0 25px;
}

.twocols .col:first-child {
  padding-right: 60px;
}

.twocols p {
  margin: 0;
}

.text-area .header h2 {
  margin: 0 0 30px;
}

.text-area {
  padding-top: 20px;
}

.post {
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
}

.post .img-holder img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 3px;
}

.post a img {
  width: 50px;
  margin-left: 20px;
}

.post a {
  font-size: 32px;
  display: flex;
  width: fit-content;
  align-items: center;
}

.post .img-holder {
  margin: 0 0 20px;
}

.sorter {
  margin-left: auto;
}

.sorter select {
  border: 1px solid #e1e0e0;
  height: 46px;
  width: 110px;
  padding: 0 11px;
  background: none;
  margin: 0 11px 0 20px;
}

.images {
  width: 48%;
}

.images img {
  width: 100%;
  display: block;
	margin: 0 0 30px;
	height: 600px;
	object-fit: cover;
}

.product-details {
  margin-left: auto;
  width: 48%;
}

.product-details h1 {
  margin: 0 0 7px;
  font-weight: 400;
}

.product-details h3 {
  margin: 0 0 13px;
  font-weight: 400;
  font-size: 18px;
}

.product-details .desc {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 20px;
}

.features {
  margin: 0 0 30px;
}

.feature {
  overflow: hidden;
}

.feature .opener {
  display: block;
  border-bottom: 1px solid #e1e0e0;
  font-weight: 400;
  font-size: 17px;
  padding: 12px 20px 12px 0;
  cursor: pointer;
  background: url('../images/plus.png') no-repeat 100% 50%;
}

.feature .txt {
  background: #fff;
  padding: 17px 10px;
  display: none;
}

.feature p {
  margin: 0;
}

.inquire-btn {
  display: block;
  background: #000;
  text-align: center;
  color: #fff;
  padding: 14px 10px;
  font-size: 17px;
}

.header {
  margin: 0 0 40px;
}

.about-text {
  width: 80%;
  padding-right: 70px;
}

.about-text h1 {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 29px;
}

.about-text p {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
}

.about .img-holder {
  margin-left: auto;
  width: 40%;
}

.about .img-holder img {
  width: 100%;
  display: block;
}




.contact-form .address-holder {
  width: 43%;
}

.contact-form h1 {
  margin: 0 0 20px;
  font-family: 'Cormorant Garamond', sans-serif;
  font-weight: 400;
  font-size: 54px;
}

.contact-form .address-holder li {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.contact-form .address-holder ul strong {
  font-weight: 400;
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 23px;
  color: #000;
  width: 170px;
}

.contact-form .address-holder ul p {
  margin: 0 0 0 auto;
  width: 200px;
  color: #918d8d;
}

.address-holder li a {
  color: #918d8d;
}

.contact-form .form-holder {
  margin-left: auto;
  width: 48%;
}

.contact-form {
  display: flex;
  width: 100%;
}

.contact-form input[type="text"],
.contact-form textarea {
  width: 100%;
  height: 50px;
  display: block;
  border: 1px solid #ACACAC;
  background: none;
  resize: none;
  padding: 10px 15px;
  margin: 0 0 20px;
}

.contact-form textarea {
  height: 120px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #000;
}

.contact-form input[type="submit"] {
  margin-left: auto;
  padding: 0;
  border: none;
  font-size: 22px;
  font-family: 'Raleway';
  color: #000;
  cursor: pointer;
  background: url('../images/round-arrow.svg') no-repeat 100% 50%;
  background-size: 50px 50px;
  padding: 12px 70px 12px 0;
}

.pt {
  padding-top: 40px;
}

.screen-reader-response ul {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  display: block;
  margin: -13px 0 0;
  color: red;
}



.gallery {
  counter-reset: items;
  display: grid;
  grid-auto-rows: calc(75vw - 2rem);
  grid-gap: 1rem;
  margin: 0 auto;
  max-width: 87.5rem;
  padding: 3rem 1rem;
}

.popup .row textarea {
    padding: 15px 17px;
    height: 100px;
}
.popup .col.fluid {
    width: 100%;
}
.popup .row input, .popup .row textarea {
    border: 1px solid #ACACAC;
    height: 45px;
    display: block;
    width: 100%;
    padding: 0 17px;
    resize: none;
	font-size:14px;
}
.popup .col {
    width: 48%;
}
.popup .row {
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px;
}
.popup h1 {
    margin: 0 0 30px;
    font: 52px/56px 'Cormorant Garamond', sans-serif;
    text-transform: uppercase;
	    letter-spacing: 4px;
}
.popup .holder {
    background: #fff;
    width: 730px;
    overflow: hidden;
    padding: 24px 40px;
	position:relative;
}
/* .popup .holder.large{
	padding-left: 290px;
	background: #fff url('../images/popup-bg.png') no-repeat;
	background-size: 250px 100%;
} */

.popupBg {	
	background: #fff url('../images/popup-bg.png') no-repeat;
	background-size: cover;
	background-position: center;
}

.popup {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 5;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	display:none;
}
.popup.active{display:flex;}
.popup .row input[type="submit"]{
    margin-left: auto;
    width: auto;
    padding: 7px 50px 7px 0;
    cursor: pointer;
    border: none;
    background: url('../images/submit-btn.svg') no-repeat 100% 50%;
    font-size: 23px;
}
.popup .row input::placeholder,
.popup .row textarea::placeholder{
	color:#000;
}
.popup .row textarea {
    height: 110px;
    padding: 20px 17px;
}
.popup-closer {
    background: none;
    padding: 0;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
}
.popup-closer img {
    width: 20px;
    opacity: 0.7;
}
.popup span.wpcf7-not-valid-tip {
    margin: 2px 0 0;
}
p.subscribeform1_sub_heading, #sfba-form2-heading {
    display: none;
}
div#sfba-form2-container {
    padding: 0 !important;
    width: 100% !important;
}
.sfba_subscribe_form__fields_wrap {
    max-width: none !important;
}
.sfba_subscribe_form input#sfba-form2-email {
    border: none !important;
    width: 80% !important;
    margin: 0 !important;
    display: block;
    height: 70px !important;
    color: #000 !important;
    padding: 0 30px !important;
    font-size: 16px !important;
    float: left;
}
.sfba_subscribe_form #sfba-form2-button {
    height: 70px;
    width: 83px !important;
    font-size: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    border: none;
    cursor: pointer;
    background: url(../images/arrow.svg) no-repeat 50% 50% !important;
	position: absolute;
    right: 0;
    top: 0;
}
p.sfba-email-field-error.error {
    margin: 0;
    padding: 0 30px 10px;
}
#sfba_thanks_image img {
    width: 0;
}
p#sfba_thanks_message {
    font-size: 16px;
}
.subscribeform1 {
    overflow: hidden;
    background: none !important;
    border: 1px solid #D7D7D7 !important;
}
.sfba_subscribe_form__fields_wrap {
    position: relative;
}
.sfba_subscribe_form__fields {
    overflow: hidden;
}
a.nav-logo img {
    width: 180px;
    display: block;
    margin: 0 auto;
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
a.nav-logo {
    position: fixed;
    left: 0;
    top: 20px;
    text-align: center;
    width: 200px;
    z-index: 200;
    border-bottom: 1px solid #fff;
    padding: 0 0 20px;
	display:none;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
    transform: translate(-100%, 0);
	-webkit-transform: translate(-100%, 0);
}
a.nav-logo.active{
	 transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

.holderFlex {
    display: flex;
}

.popupBg {
    position: relative;
    width: 30%;
    display: block;
    /* height: 100%; */
}

.holderForm {
    position: relative;
    width: 70%;
    padding: 20px;
}

.popup .holder {
    padding: 0px;
}

@media screen and (min-width: 30rem) {
  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
    grid-auto-rows: 9rem;
    grid-auto-flow: dense;
  }
}

@media screen and (min-width: 70rem) {
  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    grid-auto-rows: 16.5rem;
  }
}

.gallery__img {
  align-items: center;
  background-color: #dadada;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 30rem) {
  .gallery__img--wide {
    grid-column: span 2;
    grid-row: span 2;
  }

  .gallery__img--tall,
  .Large {
    grid-row: span 2;
  }

  .gallery__img--feature {
    grid-column: span 2;
    grid-row: span 3;
  }
}

@media screen and (min-width: 30rem) and (min-width: 44.5rem) {
  .gallery__img--feature {
    grid-column: span 3;
    grid-row: span 3;
  }
}

@media screen and (min-width: 30rem) {
  .gallery__img--feature-tall {
    grid-column: span 2;
    grid-row: span 3;
  }
}

.screen-width {
  color: #999;
  font-size: 0.875rem;
  padding: 1rem;
  position: fixed;
  right: 0;
  top: 0;
}

.nav-opener {
  position: absolute;
  top: 30px;
  right: 15px;
  display: none;
}

h1.page-not-found {
  margin: 0;
  text-align: center;
  padding: 30px 0 0;
  font-size: 60px;
  font-weight: 500;
}

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

  .small-container,
  #header,
  .container.fluid,
  #footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner {
    height: 370px;
  }

  .msg-holder .text {
    padding: 10px 20px;
  }

  .msg-holder .text p {
    font-size: 30px;
  }

  .msg-holder {
    margin: 0 0 30px;
  }

  .header {
    margin: 0 0 30px;
  }

  .categories li .thumbnail {
    max-height: 243px;
  }

  .slider img {
    height: 340px;
    object-fit: cover;
  }

  #footer .col:first-child {
    margin-right: 50px;
  }

  .socials {
    margin: 20px 0 0;
  }

  .pt {
    padding-top: 0;
  }

  .contact-form h1 {
    font-size: 30px;
  }

  .contact-form .address-holder {
    width: 49%;
  }

  .contact-form .address-holder li {
    margin: 0 0 10px;
    flex-direction: column;
  }

  .contact-form .address-holder ul strong {
    width: 100%;
    margin: 0 0 5px;
  }

  .contact-form .address-holder ul p {
    margin: 0;
    width: 100%;

  }
}

@media only screen and (max-width:767px) {
	a.nav-logo{
		display:block;
	}
  .about .img-holder {
    display: none;
  }

  .about-text {
    width: 100%;
    padding: 0 0 30px;
  }

  .about-text h1 {
    font-size: 20px;
  }

  .banner {
    height: 280px;
  }

  .info-text .image-holder img {
    width: 240px;
  }

  .info-text .text {
    padding: 10px 0 0;
  }

  .msg-holder .image-holder img {
    width: 190px;
    display: block;
  }

  .msg-holder .text p {
    font-size: 24px;
  }

  .info-text {
    margin: 0 0 30px;
  }

  .categories li .thumbnail {
    max-height: none;
    height: 30vw;
  }

  .products strong {
    padding: 0;
  }

  .post strong a {
    font-weight: 500;
    font-size: 15px;
  }

  .slider img {
    height: 260px;
  }

  .post strong a {
    font-weight: 500;
    font-size: 15px;
  }

  .contact-email {
    font-size: 18px;
  }

  #footer .col:last-child {
    width: 230px;
  }

  .subscribe {
    padding: 14px 15px 30px;
  }

  .logo img {
    width: 200px;
  }

  #nav li {
    margin-left: 26px;
  }

  .nav-opener {
    display: block;
  }

  .menu-primary-menu-container {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 10;
	  padding-top:56px;
    width: 200px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
  }

  .menu-primary-menu-container.active {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  .menu-primary-menu-container ul {
    display: block;
  }

  .menu-primary-menu-container ul li {
    margin: 0;
  }

  .menu-primary-menu-container ul a {
    color: #fff;
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
  }

  .twocols {
    flex-direction: column;
  }

  .twocols .col {
    padding: 0 0 15px !important;
    width: 100% !important;
  }

  .post .img-holder {
    margin: 0 0 10px;
  }

  .post a {
    font-size: 20px;
  }

  h1.page-not-found {
    font-size: 30px;
    padding-bottom: 40px;
  }

  .product-details h1 {
    font-size: 19px;
  }
}

@media only screen and (max-width:600px) {
  .banner {
    height: 50vw;
    margin: 0 0 20px;
  }

  .info-text {
    margin: 0 0 30px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .info-text h1 {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
  }

  .info-text p {
    margin: 0 0 20px;
  }

  .info-text .trade-mark img {
    margin: 0 0 20px;
  }

  .info-text .image-holder img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
  }

  .msg-holder {
    flex-direction: column;
  }

  .msg-holder .image-holder {
    order: 2;
  }

  .msg-holder .text {
    padding: 10px 0;
  }

  .msg-holder .image-holder img {
    width: 100%;
    display: block;
  }

  .header h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .categories li {
    width: 100%;
    padding: 0 0 30px;
  }

  .categories li .thumbnail {
    width: 100%;
    height: 60vw;
  }

  .products li {
    width: 50%;
    padding: 0 10px 30px;
  }

  .best-products img {
    max-height: 170px;
  }

  .post strong a {
    font-weight: 500;
    font-size: 11px;
  }

  .products {
    margin: 0 0 20px;
  }

  .subscribe h2 {
    font-size: 26px;
  }

  .subscribe p {
    margin: 0 0 10px;
  }

  .subscribe .form input[type="text"] {
    width: 60%;
    height: 50px;
  }

  .subscribe .form input[type="submit"] {
    height: 50px;
  }

  #footer .holder {
    flex-direction: column;
    text-align: center;
  }

  #footer .col {
    width: 100% !important;
    margin: 0 0 10px !important;
  }

  .socials {
    justify-content: center;
  }

  .contact-email {
    display: block;
  }

  #footer .bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  #footer .holder {
    flex-direction: column;
    text-align: center;
  }

  #footer .bottom ul {
    margin: 10px 0 0 !important;
    text-align: center;
    width: 100%;
    justify-content: center;
  }

  .footer-logo img {
    width: 100px;
  }

  .categories ul {
    margin: 0;
  }

  .text-area {
    padding-top: 0;
  }

  .post a {
    font-size: 15px;
  }

  .text-area .header h2 {
    margin: 0;
  }

  .text-area .header {
    margin: 0 0 10px;
  }

  #footer .small-container {
    margin-top: 0;
  }

  .contact-form {
    flex-direction: column;
  }

  .contact-form .address-holder {
    width: 100%;
  }

  .contact-form .form-holder {
    margin: 0 0 20px;
    width: 100%;
  }

  .contact-form input[type="text"], .contact-form textarea {
    margin: 0 0 10px;
  }

  span.wpcf7-not-valid-tip {
    margin: 0;
  }

  .products li img.small {
    height: 190px;
    object-fit: cover;
  }

  .products strong a {
    font-size: 12px;
    line-height: 14px;
  }

  .small-container.single {
    flex-direction: column;
  }

  .images {
    width: 100%;
    order: 2;
  }

  .product-details {
    margin: 0 0 20px;
    width: 100%;
  }
	.holderFlex {
		flex-direction: column-reverse;
	}

	.popupBg {
		width: 100%;
		height: 200px;
	}

	.holderForm {
		width: 100%;
		padding: 0px;
	}
	
	.images img {
		height: 370px;
	}
}
.press-container {
    width: 100%;
    max-width: 1100px;
    padding: 0 20px;
	margin:0 auto;
}
.press-banner h1 {
    font-family: 'adelle-sans' !important;
    font-size: 36px;
}
.press-content h2{
	font-family: 'adelle-sans' !important;
}
.press-banner img {
    width: 100%;
    max-width: 100%;
}


.press-page-banner {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 1320px;
    margin: auto;
}

.press-banner-main {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.press-banner-heading h1 {
    font-size: 50px;
    font-family: 'Cormorant Garamond' !important;
    text-transform: uppercase;
    margin: 0px;
	color: #fff !important;
}

.press-blogs-section {
    position: relative;
    padding: 70px 0px;
}

.press-blogs-flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.press-blog-single {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.press-blog-image img {
	max-width: 80%;
	max-height: 200px;
	object-fit: contain;
	width: 100%;
	margin: auto;
	display: block;
}

.press-blog-image {
    width: 27%;
    background-color: #fff;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.press-blog-info h3 {
    margin: 0px;
    font-family: 'Cormorant Garamond' !important;
    font-size: 30px;
    color: #000;
    margin-bottom: 10px;
}

.press-blog-info {
    text-align: left;
    padding: 0;
    width: 70%;
}

.blogs-read-more {
    position: relative;
    background-color: #000;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    transition: .4s ease-in-out;
    border: 1px solid #000;
}

.blogs-read-more:hover {
    background-color: transparent;
    color: #000;
}

.press-content img {
    margin: 40px auto 20px;
    max-width: 60%;
    display: block;
}

.press-banner img {
    max-height: 580px;
    object-fit: cover;
}

.press-container p {
    font-size: 17px;
    line-height: normal;
}


.single-press .press-content img {
    min-width: 33%;
}

.press-images-flex {
    display: flex;
    justify-content: space-between;
}

.press-images-flex .wp-caption {
    width: 32% !important;
}

.press-images-flex .wp-caption img {
    width: 100%;
    max-width: 100%;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}

p:empty {
    display: none;
}

.postid-1782 p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
}

.postid-1782 p img {
    min-width: 32% !important;
    max-width: 32% !important;
    max-height: 300px;
    min-height: 200px;
    margin: 0px;
    display: block;
}

@media only screen and (min-width: 1681px) {
	.page-template-press-template .small-container {
		max-width: 1320px;
		margin: auto;
		padding: 0px;
	}
}

@media only screen and (max-width: 992px) {
	.press-blog-single {
		width: 100%;
	}

	.press-images-flex .wp-caption {
		width: 48% !important;
	}

	.press-images-flex .wp-caption img {
		min-height: 250px;
		max-height: 250px;
	}
	.press-images-flex {
		flex-wrap: wrap;
	}
	
	.postid-1782 p img {
		 min-width: 48% !important;
	    max-width: 48% !important;
		min-height: 250px;
		max-height: 250px;
	}
}
@media only screen and (max-width: 600px) {
	.press-blog-single {
		width: 100%;
	}
	
	.press-content img {
		max-width: 100%;
	}
	.press-blog-info p:empty {
		display: none;
	}

	.press-blog-image {
		width: 100%;
		height: 250px;
	}

	.press-blog-info {
		width: 100%;
		margin: 20px 0px 0px;
	}
	.press-blogs-section {
		padding: 70px 0px;
	}
	.press-container p {
		font-size: 14px;
		line-height: normal;
	}
	.press-images-flex .wp-caption {
		width: 100% !important;
	}
	.postid-1782 p img {
		min-width: 100% !important;
	    max-width: 100% !important;
	}
}