.m-left {
    width:35%;
    text-align: left;
}
.m-center {
    width:30%;
    text-align: center;
}
.m-right {
    width:35%;
    text-align: right;
}
.headerbg {
  background: #f6f5f1;
}
header#wn__header {
  border-bottom: 20px solid #f6f5f1 !important;
  border-top: 20px solid #f6f5f1 !important;
  padding-bottom: 20px;
  padding-top: 10px;
}
.profile-menu {
    display: inline-block;
    padding-top: 26px;
}
.profile-menu  li {
    display: inline-block;
    padding: 3px;
}
.profile-menu  li a {
    text-transform: uppercase;
    letter-spacing: 3px;
}
.menubtn {
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-top: 30px;
  display: inline-block;
}
.menu-icon {
  background: url(../theme1/menu.png) center left no-repeat;
  width: 63px;
  display: inline-block;
}



/* Main menu positionning */
/*.main-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    background: #FFF;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all .375s;
}*/
/*.main-nav.is-open {
    opacity: 1;
    z-index: 100;
    visibility: visible;
}*/

/* Yellow band effect */
/*.main-nav::before {
     content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -15px;
    background: #FEDC2A;
    transform-origin: 0 0;
    transform: skew(-14deg) translateX(-120%);
    transition: all .275s .1s;
}*/

/*#main-nav{
  display: none;
}*/

.main-nav.is-open::before {
    transform: skew(-14deg) translateX(0);
}

/* Skewing effect on menu links */
.main-nav ul {
    display: inline-flex;
    flex-direction: column;
    height: 93%; /* Should be 100%, but we have a notice message :D */
}
.main-nav ul ul {
    display: block; 
    height:auto;  
    transform: none;
}

.main-nav li {
    display: inline-block;
    margin: .5rem 0;
    text-align: center;
}
/*.main-nav li ul {
    display: none;
    margin: .5rem 0;
    text-align: left;
    transform: none;
    position: absolute;
    top: 45px;
    width: 200px;
    background:#fedc2a;
}
.main-nav li ul li {
    margin:0px;
}
.main-nav li ul li:hover {
    background:#000;
}*/
.main-nav li ul li a {
    color:#fff;
}
.mainmenu__nav .meninmenu li li a {    
    color:#fff;
}
.mainmenu__nav .meninmenu { 
  padding-top: 9px;
}


/* Apparition effect on links */
.main-nav a {
    opacity: 0;
    transform: translateY(-10px);
}

.main-nav.is-open a {
    opacity: 1;
    transform: translateY(0);
}
.main-nav li:nth-child(1) a {
    transition: all 275ms 175ms
}
.main-nav li:nth-child(2) a {
    transition: all 275ms 225ms
}
.main-nav li:nth-child(3) a {
    transition: all 275ms 275ms
}
.main-nav li:nth-child(4) a {
    transition: all 275ms 325ms
}
.main-nav li:nth-child(5) a {
    transition: all 275ms 375ms
}
.main-nav li li a {
    transition:none;
}


/* Decoration */
.main-nav ul,
.main-nav li {
    list-style: none;
    padding: 0;
}
.main-nav a {
    display: block;
    padding: 12px 0;
    color: #5A3B5D;
    font-size: 1.4em;
    text-decoration: none;
    font-weight: bold;
}

/* Burger Style: @see: https://codepen.io/CreativeJuiz/full/oMZNXy */
.open-main-nav {
  position: absolute;
  top: 15px;
  padding-top: 15px;
  left: 0px;
  z-index: 1000;
  background: none;
  border: 0;
  cursor: pointer;
}
.open-main-nav:focus {
    outline: none;
}
.burger {
    position: relative;
    display: block;
    width: 28px;
    height: 4px;
    margin: 0 auto;
    background: #5A3B5D;
    transform: skew(5deg);
    transition: all .275s;
}

.burger:after,
.burger:before {
    content: '';
    display: block;
    height: 100%;
    background: #5A3B5D;
    transition: all .275s;
}

.burger:after {
    transform: translateY(-12px) translateX(-2px) skew(-20deg);
}

.burger:before {
    transform: translateY(-16px) skew(-10deg);
}

/* Toggle State part */
.is-open .burger {
    transform: skew(5deg) translateY(-8px) rotate(-45deg);
}

.is-open .burger:before {
    transform: translateY(0px) skew(-10deg) rotate(75deg);
}

.is-open .burger:after {
    transform: translateY(-12px) translateX(10px) skew(-20deg);
    opacity: 0;
}
.main-nav li li {
  display: block;
  margin: .5rem 0;
  text-align: center;
  transform:none;
}
.newFooter {
  padding: 40px 0px 0px;
  background: #e7e5df url(https://imagedelivery.net/8PFpGxcPEGtZQ1b6uWphzQ/b5fe2d40-5080-43c3-ac26-92f0660ff800/public);
  background-position:right center;
  background-repeat:no-repeat;
  background-size:auto 100%;
  clear: both;
}
.newFooterBtm {
  background: #fff;
  padding: 10px;
}
.copyc { 
  padding: 5px;
  color: #000;
    text-align: right;
    font-family: 'Futura PT';
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
}
.newFooter .container {
  max-width: 1250px;
}
.footer-wrap {
    margin-left: 60px;
    float: left;
    max-width: 18%;
    width: 100%;
}
.footer-wrap h6 {
    margin-bottom: 10px;
  color: var(--NEW-DARK-TEAL, #052E30);
  font-family: Futura PT;
  font-size: 16px; 
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.75px;
  text-transform: uppercase;
}
.footer-wrap li a {
    color: #000;
    font-family: Futura PT;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.75px;
    text-transform: uppercase; 
}
.footer-wrap li a:hover {
    text-decoration:underline;
}
.footer-wrap h6.two {
    margin-top:20px;
}
.footer-wrap h6.two {
    margin-top:20px;
}
.links.int2 {
    list-style: none;
    list-style-image:none;
    list-style-type:none;
    display: block;
}
.links.int2 li {
    list-style: none;
    list-style-image:none;
    list-style-type:none;
    display: inline-block;
    padding:2px;
}
.theme1-form .wpcf7-form-control {
    width:100%;
    border:1px solid #000;
    background-color:transparent;
    padding:7px;
    text-transform: uppercase;
}
.theme1-form .btn {
    width:100%;
    background:#052e30 !important;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: 'Futura PT';
    border:0px !important;
}
.theme1-form .margin-bottom-20 {
  margin-bottom: 10px;
}
.theme1-form .col-lg-6, .theme1-form .col-lg-12 {
    padding-left:5px;
    padding-right:5px;
}
#homeslider1 .container {
  max-width: 100%;
  width:100%;
}
#sellersslider   {
  margin-top: 60px !important;
}
#jewwllery_section .container, #latest_news_slider .container {
  margin: auto !important;
}
#tahitian_pearls {
  margin-top:30px;
}
.footer-mailing-list h6 {
    font-family: 'Futura PT' !important;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5.2px;
    text-transform: uppercase;
    color: #052E30;
}
.footer-mailing-list h2 {
    color: #000;
    font-family: Schnyder Cond M;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase; 
}
#get_intouch h2 {
    color: #052e30; 
    text-decoration: underline; 
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 10px;
    font-size: 36px;
}
.theme1-form {
    padding-bottom: 20px;
}