/*
Theme Name: Volle
Version: 2.0
*/

body {
  -webkit-font-smoothing: antialiased;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea,
select {
  border: 1px solid #d9d7d5;
  border-radius: 0;
  padding: 8px 15px;
  line-height: normal;
  min-width: 200px;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #555;
}

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  padding: 6px 12px;
  margin: 0;
  background-color: #eee;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  border-color: #555;
}

.container {
  width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

/*----- Custom Checkbox & Radio Start -----*/
.custom-radio,
.custom-check {
  position: relative;
  display: inline-block;
}
.custom-radio [type="radio"],
.custom-check [type="checkbox"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.custom-radio label,
.custom-check label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 0;
  padding-left: 36px;
  line-height: 22px;
  font-weight: normal;
}
.custom-radio label::before,
.custom-check label::before,
.custom-radio label::after,
.custom-check label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  text-align: center;
  color: #aaa;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.custom-radio label::before,
.custom-check label::before {
  border: 1px solid #b7b7b7;
}
.custom-check label::after {
  /*content: "^";*/
  /*font-family: 'FontAwesome';*/
  /*font-size: 15px;*/
  width: 12px;
  height: 12px;
  background-color: #aaa;
  top: 5px;
  left: 5px;
}
.custom-radio label::after {
  width: 12px;
  height: 12px;
  background-color: #aaa;
  top: 5px;
  left: 5px;
}
.custom-radio label::before,
.custom-radio label::after {
  border-radius: 50%;
}
.custom-radio [type="radio"]:not(:checked) + label::after,
.custom-check [type="checkbox"]:not(:checked) + label::after {
  opacity: 0;
  transform: scale(0);
}
.custom-radio [type="radio"]:checked + label::after,
.custom-check [type="checkbox"]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.custom-radio [type="radio"]:disabled + label::before,
.custom-check [type="checkbox"]:disabled + label::before {
  background-color: #9e0039;
  box-shadow: inset 0 0 8px 0 #640024;
}
.custom-radio [type="radio"]:focus + label::before,
.custom-check [type="checkbox"]:focus + label::before {
  border-color: #555 !important;
}

/*----- Custom Checkbox & Radio End -----*/

/*----- Custom Select Start -----*/
select {
  background-image: url(images/caret.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ie-browser select {
  background-image: none;
}
/*----- Custom Select End -----*/

/*----- Custom Upload Start -----*/
label.lbl-upload input[type="file"] {
  position: absolute;
  left: -9999px;
}
.lbl-upload {
  display: inline-block;
  background-color: #eaeaea;
  cursor: pointer;
}
.lbl-upload :invalid + span {
  color: #000;
}
.lbl-upload :valid + span {
  color: #4a4;
}
.upload-file {
  margin-top: 10px;
}
/*----- Custom Upload End -----*/

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #aaa;
}

:-moz-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

/*-------------------theme style ----------------------*/

html,
body {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
}

:focus {
  outline: 0 none;
}

body {
  overflow-x: hidden;
}
.main {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  display: block;
}
.cf:after {
  display: table;
  content: "";
  clear: both;
}
a {
  color: #c9b04f;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #a4b5b6;
  text-decoration: none;
}

/*-- header --*/

.header-main {
  position: relative;
}

.header-top {
  background: #5d8182;
  padding: 11px 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.header-contact {
  float: right;
}
.header-contact ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
}
.header-contact ul li {
  font-family: "vollkorn", serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: bottom;
  margin-left: -4px;
  padding-left: 36px;
}
.header-contact ul li a {
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
}
.header-contact ul li span,
.header-contact ul li span a {
  display: inline-block;
  text-align: right;
  font-style: italic;
  line-height: 14px;
  letter-spacing: 1.1px;
  padding-right: 5px;
  color: #fff;
  font-size: 16px;
}

/*.inner-header{display: block; background: #b3c2c3; height: 203px; position:relative;  overflow: hidden;}*/
.inner-header {
  display: block;
  background: #b3c2c3;
  position: relative;
}
.inner-header .main {
  height: 100%;
}
.header-left {
  float: left;
  background: #b3c2c3;
  height: 100%;
  position: relative;
  width: 46%;
}
.logo {
  width: 238px;
  display: block;
}
.logo img {
  width: 100%;
  display: block;
}

.home .header-right {
  padding-bottom: 0;
}
.header-right {
  float: right;
  width: 54%;
  background: #88a5a7;
  height: 100%;
  position: relative;
  padding-bottom: 46px;
}
.header-right:before {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #88a5a7;
  width: 100%;
  content: "";
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.btn {
  font-size: 13px;
  color: #fff;
  background: #d3bb61;
  padding: 18px 23px 16px;
  font-family: "vollkorn", serif;
  border: 0;
  font-style: italic;
  letter-spacing: 1.1px;
}
.btn:hover,
.btn:focus {
  background: #5d8182;
  border: 0;
  color: #fff;
}
.free-optal-btn .btn {
  border: 1px solid #fff;
  text-transform: uppercase;
  float: right;
  margin-top: -1px;
}
.free-optal-btn .btn:before {
  content: "";
  background: #fff;
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  top: -1px;
  z-index: 1;
}
.free-optal-btn {
  position: relative;
  z-index: 4;
}

/* sticky-header
======================================*/
.sticky {
  padding-top: 257px;
}
.home.sticky {
  padding-top: 210px;
}
.header-main {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.site-header {
}
.inner-header {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.sticky .site-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  margin: 0;
  z-index: 99999;
  box-shadow: 0 0 10px -1px #3c3c3c;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.logo {
  transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -ms-transition: none;
}
.sticky .logo {
  width: 150px;
  margin-top: 15px;
}
.sticky .header-menu {
  padding-top: 10px;
}
.sticky .free-optal-btn .btn {
  padding: 12px;
}
.sticky .free-optal-btn {
  padding-bottom: 10px;
}
.sticky .header-contact ul li span {
  font-size: 12px;
}
.sticky .header-contact ul li a {
  font-size: 15px;
}

.sticky .header-menu .main-navigation .primary-menu > li {
  padding-bottom: 10px;
}

.sticky .free-optal-btn .btn {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.sticky .header-right {
  padding-bottom: 0;
}
.sticky .sub-menu {
  text-align: left;
}
/*-- menu css --*/
.header-menu ul li {
  list-style: none;
}
.main-navigation a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.main-navigation a:hover,
.main-navigation a:focus {
  color: #e9d06f;
}

.inner-bg {
  position: relative;
  width: 100%;
  z-index: 1;
  height: 253px;
}
.inner-left-bg {
  width: 50%;
  float: left;
  height: 100%;
}
.inner-right-bg {
  width: 50%;
  float: right;
  height: 100%;
}

.header-right .site-header-menu {
  margin: 0;
}

.primary-menu:after {
  clear: both;
  display: table;
  content: "";
  margin: 0;
  padding: 0;
}
.main-navigation .primary-menu {
  margin: 0;
  padding: 0;
}

.header-menu {
  padding-top: 63px;
}
.header-menu .main-navigation .primary-menu > li {
  padding-left: 10px;
  position: relative;
  position: relative;
  padding-bottom: 21px;
  z-index: 9;
}
.header-menu .main-navigation .primary-menu > li:first-of-type {
  padding-left: 0;
}
.header-menu .main-navigation li:hover > ul,
.header-menu .main-navigation li.focus > ul {
  top: 100%;
}

/*-- banner-sec --*/

.home-banner-sec {
  background: #b3c2c3;
  width: 100%;
  position: relative;
  margin-top: -23px;
  overflow: hidden;
}
.banner-col-left {
  overflow: hidden;
  float: left;
  width: 46%;
  background: #b3c2c3;
  position: relative;
  padding-top: 192px;
  padding-right: 28px;
  text-align: center;
}
.green-btn {
  background: #88a5a7;
  color: #fff;
  border: 1px solid #fff;
}
.green-btn:hover {
  border: 1px solid #fff;
}
.banner-col-left .green-btn {
  position: relative;
  padding: 17px 15px;
  margin-right: 14px;
  text-transform: uppercase;
}
.banner-col-left .green-btn:before {
  position: absolute;
  content: "";
  background: #fff;
  height: 1px;
  top: -1px;
  left: 100%;
  width: 300%;
}

.banner-col-right {
  float: right;
  width: 54%;
  position: relative;
  background: #88a5a7;
}
.banner-col-right::before {
  position: absolute;
  background: #88a5a7;
  left: 100%;
  content: "";
  top: 0;
  bottom: 0;
  height: 100%;
  display: block;
  width: 100%;
}
.home-banner-sec h1 {
  color: #fff;
  margin-bottom: 24px;
  text-align: right;
  font-size: 55px;
  line-height: 55px;
  font-weight: 100;
}
.home-banner-sec h1 span {
  color: #445d5e;
}

.banner-img {
  position: relative;
  z-index: 3;
  height: 596px;
  margin: 0 auto;
  text-align: center;
}
.banner-img img {
  width: auto;
  display: block;
  height: 100%;
  margin: 0 auto;
}

/*-- language section --*/

.language-sec {
  background: #ebebeb;
  padding: 24px 0 21px;
}
.lang-list {
}
.lang-list ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
}
.lang-list ul li {
  float: left;
  margin-right: 10px;
}
.lang-list ul li a {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  color: #5d8182;
}
.lang-list ul li a:hover,
.lang-list ul li a:focus {
  color: #ceac32;
}
.lang-list ul li:nth-child(5) a {
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.5px;
}

/*-- home cta --*/

.home-cta {
  width: 100%;
  position: relative;
}
.home-cta-row {
  width: 100%;
}
.cta-col {
  height: 487px;
  width: 33.333%;
  float: left;
  position: relative;
  overflow: hidden;
}
.cta-link {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.cta-col span {
  right: 0;
  top: 42%;
  text-transform: uppercase;
  font-size: 20px;
  color: #c69e00;
  line-height: 25px;
  position: absolute;
  padding-bottom: 6px;
  width: 208px;
  font-family: "vollkorn", serif;
  font-style: italic;
  letter-spacing: 6px;
  backface-visibility: hidden;
}
.cta-col span:before {
  position: absolute;
  bottom: 0;
  background: #c69e00;
  height: 1px;
  width: 100%;
  content: "";
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.cta-col:nth-of-type(3n + 2) span {
  left: 0;
  text-align: right;
  top: 21%;
}
.cta-col:nth-of-type(3n + 3) span {
  left: 0;
  text-align: right;
  top: 52%;
  text-align: right;
}

.cta-link:hover,
.cta-link:focus {
  transform: scale(1.1);
}
.cta-link:hover span,
.cta-link:focus span {
  color: #88a5a7;
}
.cta-link:hover span:before,
.cta-link:focus span:before {
  background: #88a5a7;
}

/*---- jewel full-sec --*/

.jewellery-collections {
  width: 100%;
}
.buy-jewellery-sec {
  width: 100%;
}
.full-width-sec {
  position: relative;
}

.full-width-sec .main {
  position: relative;
}
.jewel-bg-right {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 57.6%;
}

.col-jewel-left {
  float: left;
  width: 37.2%;
  padding: 40px 20px 22px 0;
}
.col-jewel-left h2 {
  line-height: 33px;
  margin-bottom: 11px;
  letter-spacing: 0;
}
.col-jewel-left h3 {
  margin-bottom: 15px;
}
.col-jewel-left p {
  margin-bottom: 22px;
}
.col-jewel-right {
  float: right;
  width: 62.8%;
  padding-top: 157px;
}
.collection-heading {
  float: right;
  text-align: right;
}
.collection-heading h2 span {
  color: #769596;
}
.collection-heading h2 {
  font-size: 35px;
  margin-bottom: 13px;
  color: #fff;
  font-weight: 100;
  letter-spacing: -0.5px;
}

.collection-btn {
  font-size: 13px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  text-align: center;
}
.collection-btn:hover,
.collection-btn:focus {
  border: 1px solid #fff;
}

.stunning-pearl-sec {
  width: 100%;
}
.full-width-sec:nth-child(even) .jewel-bg-right {
  left: 0;
  right: auto;
  width: 42.4%;
}

.full-width-sec:nth-child(even) .col-jewel-left {
  float: right;
  width: 62.8%;
  padding: 43px 0 46px 40px;
}
.full-width-sec:nth-child(even) .col-jewel-right {
  float: left;
  width: 37.2%;
  padding: 172px 60px 0 0;
}
.full-width-sec:nth-child(even) .collection-heading h2 span {
  color: #917e37;
}

.full-width-sec:nth-child(even) .col-jewel-left h2 {
  float: left;
}
.full-width-sec:nth-child(even) .col-jewel-left .black-btn {
  float: right;
  text-transform: uppercase;
}

.black-btn {
  border: 1px solid #000;
  color: #000;
  background: transparent;
}
.black-btn:hover,
.black-btn:focus {
  color: #fff;
  border: 1px solid #000;
  background: #000;
}

.full-width-sec:nth-child(even) .collection-btn:hover {
  background: #917e37;
}
.full-width-sec:nth-child(even) .collection-heading {
  text-align: left;
}

/*-- foo blog sec --*/

.foo-blog-sec {
  padding: 53px 0 32px;
  background: #b3c2c3;
  width: 100%;
  display: block;
}
.foo-blog-list {
}
.foo-blog-list ul {
  padding: 0 0 0 0;
  margin: 0 -48px 0 0;
  list-style: none;
}

.foo-blog-list ul li {
  float: left;
  padding-right: 48px;
  width: 33.333%;
  margin-bottom: 19px;
}
.foo-blog-img {
  background-image: url(./images/No_image.jpg);
  position: relative;
  height: 347px;
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.blog-date {
  min-width: 75px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #88a5a7;
  color: #fff;
  text-align: center;
  padding: 18px 10px 10px;
  display: block;
}
.blog-date label {
  font-size: 30px;
  font-weight: 300;
  line-height: 25px;
  display: block;
}
.blog-date span {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
}
.blog-link {
  height: 100%;
  width: 100%;
  display: block;
}

.foo-blog-info {
  padding: 19px 0 28px;
  position: relative;
}
.foo-blog-info h3 {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.foo-blog-info h3 a {
  color: #fff;
  font-family: "vollkorn", serif;
  font-style: italic;
}
.foo-blog-info h3 a:hover,
.foo-blog-info h4 a:focus {
  color: #4b6364;
}

.foo-blog-info p {
  color: #fff;
  margin-bottom: 20px;
}
.read-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 13px;
  color: #4b6364;
  border-top: 1px solid #5d7677;
  padding-top: 5px;
  display: inline-block;
  font-family: "vollkorn", serif;
  font-style: italic;
  letter-spacing: 1.3px;
}

.read-btn:hover,
.read-btn:focus {
  color: #c9b04f;
  border-top: 1px solid #c9b04f;
}

/*-- footer-contact-sec --*/
.foo-contact {
  background: #fff;
  padding: 41px 0 56px;
}
.foo-contact-list {
  margin-right: -22px;
}
.foo-contact-list ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
}
.foo-contact-list ul li {
  float: left;
  padding-right: 22px;
  width: 33.333%;
}
.foo-contact-list h2 {
  color: #769596;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-weight: 300;
}
.foo-contact-btn {
  font-family: "vollkorn", serif;
  font-style: italic;
  font-size: 13px;
  color: #c69e00;
  border: 1px solid #b3c2c3;
  padding: 20px 30px 16px 23px;
  display: block;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1.4px;
  z-index: 1;
}

.foo-contact-btn:hover,
.foo-contact-btn:focus {
  color: #fff;
  border-color: #c69e00;
}
.foo-contact-btn:hover:before,
.foo-contact-btn:focus:before {
  color: #fff;
}
.foo-contact-btn:before {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "\f105";
  display: block;
  color: #c69e00;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 20px;
  margin-top: -11px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.foo-contact-btn:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  content: "";
  background: #c69e00;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  z-index: -1;
}
.foo-contact-btn:hover:after,
.foo-contact-btn:focus:after {
  opacity: 1;
  width: 100%;
}

/*-- footer location sec --*/

.foo-location {
  background: #88a5a7;
  padding: 53px 0 0 0;
}
.our-location-heading {
  position: relative;
  margin-bottom: 20px;
}
.our-location-heading h2 {
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 50px;
  color: #fff;
  font-weight: 100;
  display: inline-block;
  text-align: right;
}
.our-location-heading:before {
  position: absolute;
  content: "";
  left: 0;
  width: 33.5%;
  bottom: 0;
  display: block;
  border-bottom: 1px solid #fff;
}

.foo-location-col {
  float: left;
  width: 61.4%;
}
.address-list {
}
.address-list ul {
  padding: 0 0 0 51px;
  margin: 0 0 0 0;
  list-style: none;
}
.address-list ul li {
  display: inline-block;
  margin-left: -4px;
  padding: 0 10px;
  width: 34%;
  text-align: right;
}
.address-list h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.address-list p {
  color: #fff;
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
}
.address-list a {
  color: #fff;
}
.address-list a:hover,
.address-list a:focus {
  color: #c9b04f;
}

.foo-disc {
  padding-top: 33px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.foo-disc a {
  opacity: 0.5;
}
.foo-disc ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
  vertical-align: top;
}
.foo-disc ul li {
  float: left;
}
.foo-disc a {
  color: #fff;
  position: relative;
}
.foo-disc ul li a:before {
  content: "|";
  position: relative;
  display: inline-block;
  margin: 0 3px;
  color: #fff;
  opacity: 0.5;
}
.foo-disc a:hover:before {
  opacity: 0.5;
}
.foo-disc a:hover,
.foo-disc a:focus {
  color: #fff;
  opacity: 1;
}
.foo-disc span {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  vertical-align: top;
  opacity: 0.5;
}
.foo-disc .menu-footer-sub-menu-container {
  display: inline-block;
  vertical-align: top;
}

.foo-social-col {
  width: 38.6%;
  float: right;
  padding-top: 15px;
  padding-left: 28px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.foo-social-col:before {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  border-left: 1px solid #fff;
  top: 28px;
  width: 1px;
}
.jewell-asso {
  width: 157px;
  display: block;
  float: left;
  margin-top: 12px;
  margin-bottom: 15px;
}
.jewell-asso img {
  width: 100%;
  display: block;
}
.social-ico {
  float: right;
}
.social-ico ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
}
.social-ico ul li {
  float: left;
}
.social-ico ul li a {
  height: 60px;
  display: block;
  line-height: 60px;
  width: 60px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 30px;
  margin-left: -1px;
  text-align: center;
}
.social-ico ul li a:hover,
.social-ico ul li a:focus {
  background: #c9b04f;
  color: #fff;
}

/*-- about us --*/

.inner-heading {
  padding-bottom: 26px;
}
.inner-heading-col {
  float: none;
  padding-top: 82px;
  display: inline-block;
  font-size: 55px;
  margin-bottom: 24px;
  line-height: 52px;
  color: #a4b5b6;
  font-weight: 100;
  text-transform: uppercase;
  clear: none;
}
.inner-heading-col h1 {
  clear: none;
}
.inner-heading-col span {
  color: #4c6e6f;
}
.heading-img {
  float: right;
  max-width: 50%;
  padding-top: 11px;
}

.inner-full-width-sec {
  width: 100%;
  position: relative;
}
.inner-full-width-sec .main {
  position: relative;
}
.inner-jewel-bg-left {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 47.15%;
}

.inner-jewel-left {
  float: left;
  width: 45.2%;
  padding: 271px 0 0 0;
}
.inner-col-heading {
  text-align: right;
  float: right;
}
.inner-col-heading h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 100;
  line-height: 40px;
  letter-spacing: 0.5px;
  padding-right: 34px;
  position: relative;
  padding-bottom: 17px;
}
.inner-col-heading h2:before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #fff;
  bottom: 0;
  width: 84%;
  height: 1px;
  right: 0;
}

.inner-jewel-right {
  float: right;
  width: 54.8%;
  padding: 0 0 65px 54px;
}
.inner-jewel-col-info {
  padding-bottom: 31px;
}
.inner-jewel-col-info h2 {
  line-height: 28px;
}

.inner-video-wrap {
  width: 100%;
  padding-bottom: 55.1%;
  position: relative;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
}
.inner-video-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}

/*-- contact page --*/

.row-content {
}
.contact-row {
  padding-bottom: 40px;
}
.col-left {
  width: 50%;
  float: left;
  padding-right: 25px;
}
.col-right {
  width: 50%;
  float: left;
  padding-left: 35px;
}

.contact-row h2 a {
  color: #4f4f4f;
}
.contact-row h2 a:hover,
.contact-row h2 a:focus {
  color: #c69e00;
}
.contact-col-left {
  border-right: 1px solid #000;
}
.contact-details-col {
  float: left;
  width: 47%;
}
.contact-details-col h3 {
  margin-bottom: 16px;
}
.stone-hrs-col {
  float: left;
  width: 48%;
}

.contact-details-col ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
}
.contact-details-col ul li {
  padding-bottom: 10px;
}
.contact-details-col ul li a {
  display: inline-block;
}
.contact-details-col ul li span {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  padding-right: 10px;
}
.stone-hrs-col ul li span {
  display: inline-block;
  width: 53%;
}
.contact-details-col ul li p {
  margin-bottom: 0;
  display: inline-block;
}
.contact-details-col ul li:first-of-type a {
  color: #4f4f4f;
}
.contact-details-col ul li:first-of-type a:hover,
.contact-details-col ul li:first-of-type a:focus {
  color: #c69e00;
}

.contact-page .inner-heading {
  padding-bottom: 0;
}
.contact-page .heading-img {
  padding-top: 0;
}

.contact-map {
  padding-top: 12px;
  clear: both;
  padding-bottom: 36px;
}
.contact-map h3 {
  margin-bottom: 16px;
  padding-top: 5px;
}
.contact-maps-frame {
  height: 400px;
  width: 50%;
  display: block;
  border: 1px solid #c9b04f;
  float: left;
}
.location-popup {
  width: 50%;
  display: block;
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  border: 1px solid #c9b04f;
  border-left: none;
}
.location-popup img {
  width: 100%;
  display: block;
}
.location-popup-img {
  height: 100%;
  width: 100%;
  display: block;
}

.contact-maps-frame .labels {
  color: #6f0000;
  font-weight: 700;
  font-size: 15px;
  display: block;
}
.contact-maps-frame .labels li {
  list-style: none;
}
.store-contact-map .labels {
  color: #6f0000;
  font-weight: 700;
  font-size: 15px;
  display: block;
}
.store-contact-map .labels li {
  list-style: none;
}

.image-source-link {
  color: #98c3d1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer !important;
}
.mfp-title {
  padding-right: 0;
  text-transform: capitalize;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer !important;
  cursor: -webkit-pointer !important;
}
.mfp-title {
  text-transform: capitalize;
}

/*--- zoom effect --*/

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*-- --*/

.mfp-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  background-color: transparent !important;
  display: inline-block;
  width: auto;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  background-color: transparent !important;
}

/*-- contact form --*/
.contact-page {
  padding-bottom: 35px;
}
.contact-page .contact-form-main {
  margin-bottom: 38px;
}
.contact-form-main {
  border: 1px solid #c69e00;
  padding: 44px 51px 46px 55px;
}
.contact-form-main h2 {
  text-align: center;
  color: #c69e00;
  text-transform: uppercase;
  font-family: "vollkorn", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 6px;
  margin-bottom: 9px;
}
.contact-form-main h6 {
  color: #c69e00;
  margin-bottom: 27px;
  font-size: 16px;
  font-family: "vollkorn", serif;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}

input,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea,
select {
  font-family: "vollkorn", serif;
  font-style: italic;
  font-size: 13px;
  color: #c69e00;
  background: #fff;
  border: 1px solid #c69e00;
  width: 100%;
  display: block;
  min-width: inherit;
  padding: 16px 21px 12px;
  letter-spacing: 1.1px;
  border-width: 1px;
  line-height: 13px;
  height: 48px;
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #c69e00;
  background: #f2f2f2;
  color: #c69e00;
}

input:-moz-placeholder {
  font-family: "vollkorn", serif;
  font-style: italic;
  font-size: 13px;
  color: #c69e00;
  opacity: 1;
}
input::-moz-placeholder {
  font-family: "vollkorn", serif;
  font-style: italic;
  font-size: 13px;
  color: #c69e00;
  opacity: 1;
}
input::-webkit-input-placeholder {
  font-family: "vollkorn", serif;
  font-style: italic;
  font-size: 13px;
  color: #c69e00;
  opacity: 1;
}
input:-ms-input-placeholder {
  font-family: "vollkorn", serif;
  font-style: italic;
  font-size: 13px;
  color: #c69e00;
  opacity: 1;
}

textarea:-moz-placeholder {
  font-family: "vollkorn", serif;
  font-style: italic;
  font-size: 13px;
  color: #c69e00;
  opacity: 1;
}
textarea::-moz-placeholder {
  font-family: "vollkorn", serif;
  font-style: italic;
  font-size: 13px;
  color: #c69e00;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  font-family: "vollkorn", serif;
  font-style: italic;
  font-size: 13px;
  color: #c69e00;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  font-family: "vollkorn", serif;
  font-style: italic;
  font-size: 13px;
  color: #c69e00;
  opacity: 1;
}

textarea {
  height: 115px;
  width: 100%;
  display: block;
}
.contact-form-main .first-name {
  margin-top: -1px;
}

.contact-form-main .last-name {
  margin-left: -1px;
  margin-top: -1px;
}
.contact-form-main .your-email {
  margin-top: -1px;
}

.contact-form-main .your-message {
  margin-top: -1px;
  width: 100%;
  display: block;
  padding-right: 1px;
}
.contact-form-main .wpcf7-form:after {
  clear: both;
  display: table;
  content: "";
}
.contact-form-main .day {
  margin-left: -1px;
  margin-top: -1px;
}

.contact-form-main .btn {
  text-transform: uppercase;
  padding: 17px 35px 13px;
  clear: both;
  float: left;
}

div.wpcf7-validation-errors {
  display: none !important;
}

.contact-form-main div.wpcf7 img.ajax-loader {
  float: left;
  clear: both;
  margin-left: 50px;
}
div.wpcf7-mail-sent-ok {
  margin-left: 0;
  margin-right: 0;
  clear: both;
  text-align: center;
}

/*--flagship store --*/

.contact-store-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 35.5%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: block;
}
.store-heading {
  position: relative;
  background: #5d8182;
  padding-bottom: 39px;
}

.store-heading .inner-heading-col {
  padding-top: 73px;
  width: 73%;
}

.store-heading .inner-heading-col span {
  color: #fff;
}

.flag-store-sec {
  padding: 19px 0 25px;
}
.flag-store-row {
  padding-bottom: 29px;
}
.flag-store-row .col-right {
  padding-left: 0;
}
.flag-store-row .contact-map {
  padding-top: 0;
  padding-bottom: 0;
}
.flag-store-row .store-contact-map {
  height: 163px;
  border: 1px solid #c69e00;
}

.flag-store-sec .contact-form-main {
  margin-bottom: 37px;
}

.shop-flagstore-sec {
  background: #e2e1e1;
  padding: 39px 0 16px;
}
.shop-flagstore-sec h6 {
  font-size: 15px;
  color: #4c6e6f;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 3px;
}

.shop-flagstore-sec h3 {
  margin-bottom: 16px;
}
.shop-flagstore-sec p {
  margin-bottom: 28px;
}
.shop-flagstore-sec ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.shop-flagstore-img {
  width: 100%;
  display: block;
}
.shop-flagstore-img img {
  display: block;
  width: 100% !important;
}

/*-- our team page --*/
.meet-team-page .inner-jewel-right {
  padding-bottom: 16px;
}
.meet-team-page .inner-jewel-bg-left img {
  width: 100%;
}

.meet-friendly-team {
  background: #dfdfdf;
  padding: 35px 0 43px;
}
.meet-friendly-team h2 {
  float: right;
  color: #4c6e6f;
  font-size: 55px;
  font-weight: 100;
  line-height: 51px;
  display: inline-block;
  text-align: right;
  border-bottom: 1px solid #4c6e6f;
  position: relative;
  letter-spacing: -1px;
  padding-bottom: 15px;
}
.meet-friendly-team h2:before {
  position: absolute;
  content: "";
  right: -1px;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #4c6e6f;
}
.meet-friendly-team h2:after {
  position: absolute;
  content: "";
  right: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #dfdfdf;
}

.team-list {
  clear: both;
  padding-top: 28px;
}
.team-list ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
}
.team-list ul li {
  float: left;
  width: 25%;
  overflow: hidden;
  margin-bottom: 0;
}
.team-img-link {
  height: 285px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  position: relative;
}
.team-list ul li img {
  width: 100% !important;
  display: block;
}
/*
.team-img-link:hover span{ -webkit-transform: translateX(-100%);  -moz-transform: translateX(-100%);  -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);  transform: translateX(-100%);}
*/
.team-img-link:before {
  background: rgba(0, 0, 0, 0.27);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*
.team-img-link:hover:before{    -webkit-transform: translateX(-100%);  -moz-transform: translateX(-100%);  -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);  transform: translateX(-100%);}
*/
.team-list ul li span {
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 35px;
  left: 0;
  padding-left: 14px;
  padding-bottom: 6px;
}
.team-list ul li span:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  border-bottom: 1px solid #fff;
  height: 1px;
  width: 202px;
}
.team-list ul li span i {
  font-size: 18px;
  padding-left: 7px;
}

/*-- staff profile page --*/

.staff-profile-sec {
  padding: 30px 0 32px;
}
.staff-info-row {
}
.staff-img-col {
  float: left;
  width: 25%;
  margin-right: 45px;
  margin-bottom: 20px;
}
.staff-img-col img {
  width: 100% !important;
  display: block;
}
.staff-info-col {
}
.staff-info-col h2 {
  clear: none;
  line-height: 23px;
}
.staff-info-col h3 {
  clear: none;
}

/*-- typed of opal --*/

.types-opal-page {
  padding-bottom: 58px;
}
.types-opal-page .heading-img {
  padding-top: 0;
}
.types-opal-page .heading-types-opal-img {
  margin-left: -55px;
  padding-top: 29px;
}
.types-opal-info {
  float: left;
  vertical-align: middle;
  width: 83%;
  padding-top: 52px;
}
.types-opal-info h3 {
  margin-bottom: 8px;
}
.types-oplas-img {
  float: right;
  vertical-align: middle;
  width: 15%;
}

.types-opals-list {
  margin-top: -35px;
  padding-bottom: 17px;
}
.types-opals-list ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
}
.types-opals-list li {
  padding-bottom: 18px;
}
.types-opals-list ul li:after {
  display: table;
  content: "";
  clear: both;
}

/*-- opals page --*/

.product-page {
  padding-bottom: 59px;
}

.oplas-img {
  margin-right: -70px;
  margin-top: 10px;
}

.product-list-sec {
  text-align: center;
  padding-top: 13px;
  padding-bottom: 54px;
}
.product-list {
}
.product-list ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
}
.product-list ul li {
  display: inline-block;
  margin-left: -5px;
  width: 13.93%;
  vertical-align: top;
  padding-bottom: 90px;
}
.product-link {
  display: block;
  position: relative;
}

.product-box {
  background-image: url(./images/No_image.jpg);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.product-link:hover .product-box {
  opacity: 0.8;
}
.product-link:hover .product-title {
  color: #4c6e6f;
  border-color: #4c6e6f;
}
.product-box {
  height: 285px;
  width: 100%;
  border: 1px solid #c69e00;
  display: block;
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-img {
  text-align: center;
  display: block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.product-img img {
  margin: 0 auto;
  width: auto;
}

.product-title-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
}
.product-title {
  max-width: 78%;
  text-align: center;
  letter-spacing: 1px;
  padding-top: 18px;
  padding-bottom: 9px;
  text-transform: uppercase;
  font-size: 15px;
  color: #c69e00;
  font-family: "vollkorn", serif;
  font-style: italic;
  display: inline-block;
  border-bottom: 2px solid #c69e00;
}

.d-tabel {
  display: table;
  height: 100%;
  width: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.custm-heading {
  clear: both;
  padding-top: 5px;
}
.custm-heading h2 {
  float: right;
  color: #769596;
  font-size: 55px;
  font-weight: 100;
  line-height: 51px;
  display: inline-block;
  text-align: right;
  border-bottom: 1px solid #4c6e6f;
  position: relative;
  letter-spacing: -1px;
  padding-bottom: 15px;
}
.custm-heading h2 span {
  color: #4c6e6f;
}
.custm-heading h2:before {
  position: absolute;
  content: "";
  right: -1px;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #4c6e6f;
}
.custm-heading h2:after {
  position: absolute;
  content: "";
  right: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
}

.list-product-item {
  padding-top: 43px;
}
.list-product-item > ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
}
.list-product-item > ul > li {
  display: block;
}
.accordion-title {
  position: relative;
  letter-spacing: 4.2px;
  padding: 23px 0 19px;
  display: block;
  border-top: 1px solid #c69e00;
  border-bottom: 1px solid #c69e00;
  color: #c69e00;
  font-family: "vollkorn", serif;
  font-style: italic;
  font-size: 20px;
  margin-top: -1px;
  text-transform: uppercase;
}
.accordion-title:hover,
.accordion-title:focus {
  background: transparent;
  color: #4c6e6f;
}
.accordion-title:before {
  position: absolute;
  content: "";
  right: 0;
  top: 23px;
  background-image: url(./images/acoordian-img.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  height: 19px;
  width: 19px;
  display: block;
}

/*-- opals pendants page --*/

.product-details-page {
  padding-bottom: 55px;
}
.pro-details-sec {
}
.pro-details-row {
  padding-bottom: 38px;
}
.pro-details-left {
  float: left;
  padding-right: 23px;
  width: 71.6%;
}
.pro-details-right {
  float: right;
  padding-left: 23px;
  width: 28.4%;
  padding-top: 124px;
}

.product-slider {
  padding-top: 20px;
}
.product-slider figure {
  margin: 0;
}
.main-slide-img {
  width: 100%;
  display: block;
  height: 408px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.thumb-slide-img {
  width: 100%;
  height: 133px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #ceac32;
  position: relative;
}
.thumb-slide-img:hover:before {
  opacity: 1;
}
.thumb-slide-img:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(93, 129, 130, 0.5);
  content: "";
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

#sync1 {
  border: 1px solid #ceac32;
}
#sync2 {
  margin-top: -1px;
  border: 1px solid #ceac32;
}

.product-slider .owl-carousel .owl-wrapper-outer {
  z-index: 2;
}

.product-slider .owl-prev {
  background-image: url(./images/slider-arrow-left.png);
  left: -28px;
}
.product-slider .owl-next {
  background-image: url(./images/slider-arrow-right.png);
  right: -28px;
}

.product-slider .owl-prev,
.product-slider .owl-next {
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 15px;
  height: 25px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -16px;
}

.product-slider .owl-controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.product-slider .owl-buttons {
  height: 100%;
  width: 100%;
  display: block;
}

/*.owl-item.synced .thumb-slide-img:before{position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; background:rgba(93,129,130,0.7);content: ""; z-index: 0;}*/

.inner-product-list {
  padding-bottom: 43px;
}
.inner-product-list ul {
  padding: 15px 0 10px;
  margin: 0 0 0 0;
  list-style: none;
  border-top: 1px solid #c69e00;
  border-bottom: 1px solid #c69e00;
}
.inner-product-list ul li {
  display: block;
  padding-bottom: 10px;
}
.inner-product-list ul li a {
  color: #4c6e6f;
  line-height: 24px;
}
.inner-product-list ul li a:hover,
.inner-product-list ul li a:focus,
.inner-product-list ul li a.active {
  color: #c69e00;
}

.pro-details-right .btn {
  background: transparent;
  text-transform: uppercase;
  color: #c9b04f;
  border: 1px solid #c9b04f;
  display: block;
  white-space: normal;
}
.pro-details-right .btn:hover,
.pro-details-right .btn:focus {
  background: #c9b04f;
  color: #fff;
}

/*-- men collection --*/
.heading-men-img {
  margin-right: -50px;
  margin-top: -17px;
}
.men-collection-slider {
  clear: both;
  padding-top: 24px;
  padding-bottom: 39px;
  padding-right: 5px;
}

.men-collection-slider .thumb-slide-img {
  height: 123px;
  margin-right: 0;
}
.mens-collection-page {
  padding-bottom: 34px;
}

/*-- blog list page(index) --*/

.blog-list-page {
  padding-top: 29px;
}
.blog-nav {
  padding-top: 5px;
}
.blog-nav ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
}
.blog-nav ul li {
  float: left;
  width: 33.333%;
  margin-left: -1px;
  position: relative;
}
.blog-nav-btn {
  padding: 17px 10px 12px;
  letter-spacing: 1.1px;
  display: block;
  color: #c69e00;
  border: 1px solid #c69e00;
  font-size: 13px;
  font-family: "vollkorn", serif;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
}
.blog-nav-btn:hover,
.blog-nav-btn:focus {
  background: #c69e00;
  color: #fff;
}

.blog-nav ul li ul {
  display: none;
  padding: 30px 26px 34px 34px;
  border: 1px solid #c69e00;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: -1px;
  z-index: 2;
  background: #fff;
}
.blog-nav ul li ul li {
  width: 100%;
  display: block;
  padding-bottom: 21px;
}
.blog-nav ul li ul li:last-of-type {
  padding-bottom: 0;
}
.blog-nav ul li ul li a {
  display: block;
  color: #c69e00;
  font-size: 14px;
  position: relative;
  padding-left: 22px;
  line-height: 16px;
}
.blog-nav ul li ul li a:before {
  content: "//";
  position: absolute;
  left: 0;
  top: 0;
}
.blog-nav ul li ul li a:hover,
.blog-nav ul li ul li a:focus {
  color: #a4b5b6;
}

.blog-listing-sec {
  padding-top: 40px;
  padding-bottom: 12px;
}
.blog-listing-sec .foo-blog-info h3 a {
  color: #4c6e6f;
}
.blog-listing-sec .foo-blog-info h3 a:hover,
.blog-listing-sec .foo-blog-info h3 a:focus {
  color: #c69e00;
}
.blog-listing-sec .foo-blog-info p {
  color: #4c6e6f;
}
.blog-listing-sec .foo-blog-list ul li:nth-child(-n + 3) {
  margin-bottom: 49px;
}

.page-numbers {
  font-family: "vollkorn", serif;
  font-style: italic;
  font-size: 16px;
  color: #ceac32;
  border: 1px solid #ceac32;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  float: left;
  margin-left: -1px;
}
.meta-nav {
  display: none;
  font-weight: 400;
}
.pagination .next {
  font-size: 0;
  position: relative;
}
.pagination .prev {
  font-size: 0;
  position: relative;
}
.pagination .next:before {
  position: relative;
  content: "\f105";
  display: inline-block;
  font-size: 20px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
}
.pagination .prev:before {
  position: relative;
  content: "\f104";
  display: inline-block;
  font-size: 20px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
}
.page-numbers:hover {
  color: #fff;
  background: #ceac32;
}
.pagination .nav-links:after {
  display: table;
  content: "";
  clear: both;
}
.pagination {
  padding-top: 16px;
}
/*--- blog details ---*/

.blog-detail-page {
  padding-top: 34px;
  padding-bottom: 3px;
}

.blog-details-sec {
  padding-top: 37px;
}
.blog-page-date {
  color: #769596;
}

.blog-date-sec h3 {
  margin-bottom: 0;
}
.blog-details-row {
  padding-top: 20px;
}
.blog-post-img {
  margin-top: 30px;
  width: 100%;
  display: block;
}
.blog-post-img img {
  width: 100% !important;
  display: block;
}

.blog-details-row h6 {
  color: #769596;
  text-transform: none;
  margin-bottom: 15px;
  font-weight: 400;
}
.blog-details-row ol {
  list-style: decimal inside;
  padding: 0;
  margin: 0;
}
.blog-details-row ol li {
  font-weight: 700;
}
.blog-details-row ol li p {
  font-weight: 400;
}
.blog-details-row ol storng {
  font-weight: 700;
}

.screen-reader-text {
  font-family: "vollkorn", serif;
  font-style: italic;
  text-transform: uppercase;
  font-size: 13px;
  color: #ceac32;
  width: 93px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ceac32;
  float: left;
  text-align: center;
  margin-left: -1px;
}
.screen-reader-text:hover,
.screen-reader-text:focus {
  background: #ceac32;
  color: #fff;
}
.post-navigation {
  padding-top: 16px;
}
.nav-links a:after {
  display: table;
  clear: both;
  content: "";
}
.nav-links a {
  float: left;
}

/*--join our team page --*/

.form-sec {
  padding-top: 27px;
}

.fileupload {
  position: relative;
  margin-bottom: 0;
  clear: both;
  height: 48px;
  padding-right: 1px;
}

.fileupload > .wpcf7-form-control-wrap {
  margin-top: -1px;
  width: 100%;
}
.uploadfile {
  margin-top: 0;
}

.contact-form-main .UploadCV {
  width: 100%;
  margin-top: -1px;
}
.contact-form-main .UploadCV input {
  height: 48px;
}

.join-our-team-page .your-message {
  margin-top: -2px;
}

.fileupload .uploadfile {
  position: static;
  width: 100%;
  z-index: 1;
}

.contact-form-main .uploadfile input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  height: 48px;
  opacity: 0;
}

.fileupload a.upload {
  position: absolute;
  right: 1px;
  top: 0;
  color: #fff;
  background: #c69e00;
  height: 100%;
  width: 11.7%;
  font-family: "vollkorn", serif;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  line-height: 48px;
  font-size: 13px;
  letter-spacing: 1.1px;
}

.form-sec {
  padding-bottom: 62px;
}

/*-- edu-present-page --*/
.edu-present-page {
  padding-bottom: 46px;
}

.faqs-page {
  padding: 10px 0 57px;
}
.faqs-page .list-product-item {
  padding-top: 0;
  padding-bottom: 40px;
}

/*-- our-difference page --*/

.our-difference-page {
}
.our-difference-page .heading-img {
  padding-top: 0;
}
.our-difference-page .inner-col-heading h2 {
  color: #000;
  line-height: 51px;
  letter-spacing: 0;
  font-size: 55px;
  padding-right: 22px;
}
.our-difference-page .inner-col-heading h2:before {
  border-color: #000;
  width: 28%;
}
.our-difference-page .inner-heading {
  padding-bottom: 15px;
}
.our-difference-page .inner-jewel-left {
  padding: 0;
  position: relative;
  height: 100%;
}
.our-difference-page .inner-col-heading {
  position: absolute;
  right: 0;
  bottom: 9%;
}
.our-difference-page .inner-full-width-sec .main {
  height: 100%;
}
.our-difference-page .inner-video-wrap {
  margin-bottom: 31px;
}
.our-difference-page .inner-jewel-right {
  padding-bottom: 8px;
}

/*-- defalut page css --*/

.error-404 {
  text-align: center;
  padding: 10px 0;
}

.mfp-bg {
  z-index: 999999;
}

.mfp-wrap {
  z-index: 9999999;
}

/*-- subscribe popup --*/

.mfp-content {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

#subsc-form {
  padding-top: 50px;
  background: ;
}
#unsubsc-form {
  padding-top: 50px;
}

.mfp-content input[type="submit"] {
  font-size: 13px;
  color: #fff;
  background: #c69e00;
  padding: 18px 23px 16px;
  font-family: "vollkorn", serif;
  border: 0;
  font-style: italic;
  letter-spacing: 1.1px;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
}

.mfp-content input[type="submit"]:hover,
.mfp-content input[type="submit"]:focus {
  background: #5d8182;
  border: 0;
  color: #fff;
}
.mc4wp-form-fields {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  padding: 40px 40px 20px;
}

.mc4wp-form-fields p {
  margin-bottom: 15px;
}

.placeholdersjs {
  color: #c69e00;
}
div.wpcf7 .placeheld {
  color: #c69e00;
}

.ie_ .our-location-heading h2 {
  letter-spacing: -1px;
}

#subsc-form .mc4wp-alert {
  color: #fff;
  text-align: center;
}
#subsc-form .mc4wp-error {
  color: #fff;
  text-align: center;
}

#unsubsc-form .mc4wp-alert {
  color: #fff;
  text-align: center;
}
#unsubsc-form .mc4wp-success {
  color: #fff;
  text-align: center;
}
.error-404 input {
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.search-no-results .blog-list-page {
  padding-bottom: 20px;
}

.ie_ .banner-col-left {
  padding-right: 28px;
}
.ie_ .full-width-sec:nth-child(even) .col-jewel-left {
  padding: 43px 0 46px 29px;
}

.contact-form-main div.wpcf7-mail-sent-ok {
  display: none !important;
}

/*-- faq accordian --*/

.accordion-content {
  padding: 15px 0 5px 0;
  display: none;
}
.accordion-title.active:before {
  background-image: url(./images/acoordian-minus-img.png);
}

/* Add Css
===============================*/
.store-heading {
  overflow: hidden;
}
.store-heading .main {
  position: relative;
  height: 100%;
}
.store-heading .contact-store-bg {
  width: 23%;
  height: 115.3%;
  right: 15px;
}

.mfp-figure:after {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  background: transparent;
}
.mfp-title {
  text-align: center;
}

.socialWidgetCore img {
  width: 30px !important;
  display: block !important;
  margin: 0 auto !important;
  position: absolute !important;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.socialWidget {
  position: relative !important;
}

.socialWidgetCore {
  position: static !important;
}

.location-btn-wrap {
  display: block;
}
.border-btn {
  border: 1px solid #fff;
  margin-top: 16px;
}
.border-btn:hover,
.border-btn:focus {
  background: #5d8182;
  color: #fff;
  border: 1px solid #fff;
}

/*-- language contact sec --*/

.lang-contact-row {
  width: 70%;
  clear: both;
  margin-bottom: 25px;
}
.lang-contact-row h3 {
  display: block;
}
.lang-contact-col {
  border: 1px solid #c9b04f;
  float: left;
  width: 50%;
  height: 260px;
  margin-left: -1px;
}
.img-maplink {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
}
.lang-contact-img {
  height: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: block;
}

/* --- TWS Mods --- */

@media (max-width: 991px) {
  .bread-container {
    display: none;
  }
} /* end media */

.contact-form-main.catetory-form {
  margin-top: 33px;
}

.contact-form-main.single-product-form h2 {
  font-size: 22px;
}

.contact-form-main.single-product-form {
  padding: 36px 30px;
}

.contact-form-main.single-product-form .wpcf7-form-control-wrap {
  width: 100%;
  margin: 0;
}

/* .contact-form-main.single-product-form .btn.gold-btn {
 margin-top: 12px;
} */

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: block;
  position: relative;
  top: 0;
  background: #fff;
}
.clearfix {
  clear: both;
  overflow: hidden;
}

form.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
form.wpcf7-form .custom-container.full-width {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
}
form.wpcf7-form .custom-container {
  position: relative;
  flex: 0 0 50%;
  max-width: 49%;
  margin-bottom: 15px;
}
form.wpcf7-form .custom-container label {
  color: #c69e00;
}
.join-our-team-page form.wpcf7-form .your-message {
  margin: 0;
}
form.wpcf7-form .custom-container.left {
  margin-right: 1%;
}
form.wpcf7-form .custom-container.right {
  margin-left: 1%;
}
form.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
#ui-datepicker-div {
  background-color: #e4e4e4;
  width: 100%;
  max-width: 300px;
  border: 1px solid #c69e00;
  padding: 5px 5px 5px 5px;
}
#ui-datepicker-div select {
  background-image: unset;
  background-repeat: unset;
  background-position: unset;
  -webkit-appearance: menulist-button;
  -moz-appearance: menulist-button;
}
#ui-datepicker-div .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  text-align: center;
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  text-shadow: 1px 0px 0px #fff;
}

#ui-datepicker-div .ui-datepicker-prev {
  position: relative;
  cursor: pointer;
  width: 19px;
  height: 24px;
  text-align: center;
  vertical-align: middle;
  line-height: 26px;
  float: left;
}
#ui-datepicker-div .ui-datepicker-title {
  clear: both;
  overflow: hidden;
  padding: 5px 0 0 0;
}
#ui-datepicker-div .ui-datepicker-next {
  position: relative;
  cursor: pointer;
  width: 19px;
  height: 24px;
  text-align: center;
  vertical-align: middle;
  line-height: 26px;
  float: right;
}
#ui-datepicker-div .ui-datepicker-month {
  width: 49%;
  margin: 0 1px 0 0;
  height: auto;
  line-height: unset;
  padding: 3px 10px;
  font-style: normal;
  display: inline-block;
  float: left;
  height: 32px;
  font-size: 16px;
}
#ui-datepicker-div .ui-datepicker-year {
  width: 49.5%;
  margin: 0 0 0 1px;
  height: auto;
  line-height: unset;
  padding: 3px 10px;
  font-style: normal;
  display: inline-block;
  float: right;
  height: 32px;
  font-size: 18px;
}
#ui-datepicker-div .ui-datepicker-header {
  position: relative;
  padding: 0;
  clear: both;
  overflow: hidden;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #f4f4f4;
  color: #c69e00;
  border: 1px solid #d2d2d2;
  text-align: center;
}

#ui-datepicker-div .ui-datepicker-unselectable .ui-state-default {
  background: #ededed;
  color: #b4b3b3;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  padding: 0;
  border-top: unset;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-hover {
  background: #c69e00;
  color: #fff;
  border: 0;
  position: relative;
  border: 1px solid #c69e00;
}
#ui-datepicker-div .ui-datepicker td span,
#ui-datepicker-div .ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-active {
  background: #c69e00;
  color: #fff;
  border: 0;
  position: relative;
  border: 1px solid #c69e00;
}

#ui-datepicker-div .test {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#ui-datepicker-div .test.test-right:before {
  content: "\f054";
}
#ui-datepicker-div .test.test-left:before {
  content: "\f053";
}
img.ui-datepicker-trigger {
  width: 16px;
  height: 15px;
  position: absolute;
  top: 17px;
  right: 10px;
  vertical-align: unset;
  max-width: unset;
}

.impt-message {
  position: fixed;
  z-index: 99999;
  width: 100%;
  text-align: center;
  font-style: italic;
  color: #fff;
  background: #4c6e6f;
  padding: 10px;
  bottom: 0;
  box-shadow: 4px 5px 5px 5px #444;
}

.page-id-2570 .product-list ul {
  display: flex;
  flex-wrap: wrap;
}
.page-id-2570 .product-list ul li {
  margin-left: -1px;
  padding-bottom: 40px;
  flex: 0 1 25%;
}
.page-id-2570 .product-title-wrap {
  position: static;
}
@media (max-width: 767px) {
  .page-id-2570 .product-list ul li {
    flex: none;
  }
}
