label{  color: #4c4c4c;  font-weight: normal;font-size: 12px;}
select{ background: url('http://www.merryloveweddings.com/wp-content/themes/marrylove/css/images/accord3.png') 97% 50% no-repeat white; -webkit-appearance: none; -moz-appearance: none;}
select{  padding: 5px 31px 5px 5px; border: 1px solid #333;  color:black; font-family:"Gillsans",arial,sans-serif;}
select::-ms-expand{ display:none;} /*IE10*/
input[type=text],input[type=email],input[type=password], input[type=number] {display: block;  margin-bottom: 15px;  padding: 8px 5px 8px 5px; border: 1px solid #808080; background-color: white;  color:#666;font-size: 14px;font-family:"Open Sans",arial,sans-serif;-webkit-transition: all 0.3s ease; -moz-transition: all 0.51s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
textarea{  padding: 5px 31px 5px 5px; border: 1px solid #808080; background-color: white;  color:#666;font-size: 14px; font-family:"Open Sans",arial,sans-serif;resize: none;-webkit-transition: all 0.3s ease; -moz-transition: all 0.51s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
input[type=submit],a.button,button{ display: block; padding: 7px; border: 1px solid #f5a685; background-color: #f5a685; color:white;  /*text-transform: uppercase*/;font-weight:bold;text-align: center;text-decoration: none;letter-spacing: 1px; font-size: 12px; font-family:"Open Sans",arial,sans-serif;cursor:pointer;-webkit-transition: all 0.3s ease; -moz-transition: all 0.51s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
input[type=submit]:hover,a.button:hover,button:hover{border:1px solid #d9d9d9; background-color:#d9d9d9;color:#666;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
input[type=file]{padding-left: 20px;}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number], input[type=file]:focus, textarea:focus,select:focus { outline: black; border-color: black;  /*-webkit-box-shadow: 0px 0px 1px 1px black;  -moz-box-shadow: 0px 0px 1px 1px black;  box-shadow: 0px 0px 1px 1px black;*/}

input[type=text]{width: 400px;}
input[type=email]{width: 400px;}
input[type=password]{width: 400px;}
/*input[type=submit]{width: 50px;}*/
select{width: 320px;}
textarea{width: 400px;}

.container-1349{
  position: relative;
  max-width: 1349px;
  width: 100%;
  /*padding-left: 28px;*/
  /*padding-right: 28px;*/
  margin: 0 auto;
}
.container-900{
  position: relative;
  max-width: 900px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.container-850{
  position: relative;
  max-width: 850px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.container-800{
  position: relative;
  max-width: 800px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.container-720{
  position: relative;
  max-width: 720px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.container-form{
  position: relative;
  max-width: 880px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
.fullwidth{
  margin: 0 auto;
  width: 100%;
}
.h300{min-height: 300px;}
.center{
  text-align: center;
}
.pos-rel{ position: relative;}
.pos-fixed{position: fixed;}

.grid-left{
  float:left;
  max-width: 450px;
  width: 100%;
  /*height: 640px;*/
  margin-right: 64px;
}
.grid-right{
  float:left;
  /*min-height: 400px;*/
  max-width: 365px;
  width: 100%;
  /*margin-left: 60px;*/
}

#front-page .widget ul {
  /* for older browser */
  display: table;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;

  justify-content: space-between;
}

#front-page .widget ul li {
  width: 32%;
}

.widget{
  margin-top: 17px;
  margin-bottom: 17px;
}
/*.widget ul{
  padding: 0;
  margin: 0;
}
.widget ul li{
  display: inline-block;
  width: 32%;
  margin-right: 17px;
  cursor: pointer;
}*/
.widget ul li:hover{
  opacity: 0.6;
}
.widget ul li img{
  width: 100%; height: auto;
}
/*.widget ul li:nth-child(3n+0){
  margin-right: 0;
}*/
.sponsor{
  border-top: 1px #646464 solid;
  border-bottom: 1px #646464 solid;
  text-transform: uppercase;
  padding: 7px 0;
}
.sponsor span{
  display: inline-block;
  vertical-align: top;
}

/*========================*/
#content{
  min-height: 550px;margin-bottom: 20px;
  letter-spacing: 0.5px;
}
#content img{max-width: 100%;height: auto;}
#content p{
  font-family: 'Open Sans',arial,sans-serif;
  color: #4d4d4d;
  font-size: 12px;
}
#footer{
  /*border-top: 1px #CCCCCC solid;*/
  letter-spacing: 0.5px;
  margin-top: 30px;
}
#footer ul{
  padding:0;
  margin: 0;
}

#footer .container-900{
  /*border-top: 1px #CCCCCC solid;*/
  padding-top: 14px;
  padding-bottom: 30px;
}
#footer ul li{
  display: inline-block;
  background: url('images/bg-footer.png') center right no-repeat white;
  padding: 0 4px;
  vertical-align: middle;
}
#footer ul li.first{
  padding-left: 0;
}
#footer ul li.last{
  background: none;
  padding-right: 0;
  margin-left: 5px;
}
#footer ul li ul li{
  background: none;
  width: 30px;height: 25px;
  padding: 0;float: left;
}
#footer ul li ul li a{
  width: 30px;height: 25px;
}
#footer ul li ul li a:hover{
  opacity: 0.8;
}
#footer .instagram{
  background: url('images/instagram.png') center center no-repeat;
}
#footer .facebook{
  background: url('images/facebook.png') center center no-repeat;
}
#footer .twitter{
  background: url('images/twitter.png') center center no-repeat;
}
#footer .pinterest{
  background: url('images/pinterest.png') center center no-repeat;
}
#footer .rss{
  background: url('images/rss.png') center center no-repeat;
}
#footer .contact-mail{
  background: url('images/mail-contact.png') center center no-repeat;
}

/*=====================*/

.gallery-banner img{width: 100%;}
#lookbook{
  padding-top: 20px;
}

#lookbook .cat-nav,#lookbook-det .cat-nav,#gallery .cat-nav{
  color:#4d4d4d;
  font-size: 9px;
  margin-bottom: 15px;
}

/*#lookbook .cat-nav ul li,#lookbook-det .cat-nav ul li,#gallery .cat-nav ul li{}
*/
.cat-nav ul li{
  display: inline-block;margin-left: 25px;
}
#lookbook .lookbook-gallery ul li:nth-child(3n+0){
  margin-right: 0;
}
#lookbook .lookbook-gallery{
  margin-bottom: 25px;
}
#lookbook .lookbook-gallery ul li{
  float: left;
  display: inline-block;
  margin-right: 17px;
  margin-bottom: 13px;
  position: relative;
  z-index: 19;
  width: 32%;
  /*   height: 220px; */
}
#lookbook .lookbook-gallery ul li img{
  height: auto;width: 100%;
}

#lookbook .lookbook-gallery ul li a:hover{
  color:#4d4d4d;
}

#lookbook .lookbook-gallery ul li span{
  position: absolute;
  text-align:center;
  font-family: 'Josefin Slab',arial,sans-serif;
  visibility: hidden;
  z-index: 20;
  background: url('images/bg-hover.png') center center;
  padding: 10px;
  width: 90%;
  height: 90%;
  /*overflow: auto;*/
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;

  /*cursor:pointer;-webkit-transition: all 0.3s ease; -moz-transition: all 0.51s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;*/
}

#lookbook .lookbook-gallery ul li:hover span{
  visibility: visible;
  /*cursor:pointer;-webkit-transition: all 0.3s ease; -moz-transition: all 0.51s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;*/
}
#lookbook .lookbook-gallery ul li .inner-pinterest{
	z-index: 21;
}
#lookbook .lookbook-gallery ul li:hover .inner-pinterest{
  display: block;
  opacity: 1;  
}
#lookbook .lookbook-gallery ul li .inner-pinterest a:first-child{
  display: none;  
}
#lookbook .lookbook-gallery ul li span h4{
 font-size: 18px;
 background: url('images/bg-h4.png') 50% 100% no-repeat;
 padding-bottom: 19px;
}

#lookbook .lookbook-gallery ul li span p{
 font-size: 18px;
 letter-spacing: 2px;
}

/*===============================*/
#lookbook-det{
  text-align: center;
}
#lookbook-det h3{
  font-family: 'Josefin Slab',arial,sans-serif;
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 18px;
}
#lookbook-det p{
  font-size: 12px;
  color:#4d4d4d;
  width: 700px;
  margin: 0 auto;
}

#lookbook-det .flex-prev,.gallery-det-content .flex-prev{
  background: url('images/nav-left.png') center center no-repeat;
  background-color: antiquewhite;
}
#lookbook-det .flex-next,.gallery-det-content .flex-next{
  background: url('images/nav-right.png') center center no-repeat;
  background-color: antiquewhite;
}

#lookbook-det #slider.flexslider{
  /*height: 530px;*/
  overflow: hidden;
  margin-bottom: 10px;
}

#lookbook-det #carousel{
  width: 760px;
  margin: 0 auto;
  /*padding:0 60px;*/
  margin-bottom: 70px;
}

#lookbook-det #carousel ul.slides li{
  margin-right: 15px;
  cursor: pointer;
}
#lookbook-det #carousel ul.slides li:hover {
  opacity: 0.6;
}
#lookbook-det .flexslider:hover .flex-prev {
  opacity: 0.8;
  margin-left: -27px;
}
#lookbook-det .flexslider:hover .flex-next {
  opacity: 0.8;
  margin-right: -27px;
}

.line-text{
  margin: 0 auto;
  width: 95px;
  border-top: 1px solid #ccc;
}

span.required, span.asterix {
  color: #ff0000;
}


/*===========================*/
#contact label,#contact input,#contact textarea{
  display: inline-block;
}
#contact {letter-spacing: 0.5px;}
#contact label{width: 150px;}
#contact input[type=submit]{
  /*margin-left: 153px;*/
  margin-top: 30px;
}

#contact .gform_wrapper ul li.gfield {
  margin-top: 0px!important;
}
#contact .line-text{
  margin: 30px 0;
}

hr{
  border: 1px solid #bec3bd;
  margin: 10px 0;
}

#contact img{width: 100%;}
#contact .contact-content{margin-bottom: 30px;}

#contact  .left{width: 600px;  margin-bottom: 25px;}
#contact  .right{width: 250px;}
#contact input[type=text],#contact input[type=email],#contact textarea {
  width: 400px;
}
/*===============================*/
#gallery{letter-spacing: 0.5px;}
#gallery .nav-search input.nav-search,#gallery-det .nav-search input.nav-search{
  background: url('images/search.png') 6% 50% no-repeat white;
  border: none;
  border-bottom: 1px solid black;
  width: 200px;
  font-size: 9px;
  padding-left: 31px;
  margin-right: 25px;
}

#gallery .cat-nav input[type=submit],#gallery input[type=text]{display: inline-block;
}

#gallery .gallery-product ul li{
  display: inline-block;
  margin-right: 7px;
  text-align: center;
  max-width: 212px;
  vertical-align: top;
  margin-bottom: 12px;
}
#gallery .gallery-product ul li:nth-child(4n+0){
  margin-right: 0;
}

#gallery .gallery-product ul li .product-image{
  width: 212px;height: 212px;
  overflow: hidden;
  border: 1px solid #4d4d4d;
}
#gallery .gallery-product ul li .product-image img{
  width: 100%;
}
#gallery .gallery-product ul li .product-title h4{
  font-size: 14px;
  font-family: 'Josefin Slab',arial,sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

/*=======================*/
#gallery-det .gallery-det-content{}

#gallery-det a.back{
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
.gallery-det-content #carousel{width: 420px; margin: 0 auto;}
.gallery-det-content a.back:hover{text-decoration: underline;}

.gallery-det-content #carousel .flex-viewport ul li{margin:0 5px;cursor: pointer;}
.gallery-det-content #carousel .flex-viewport ul li:hover{opacity: 0.6;}
.gallery-det-content #carousel .flex-viewport{margin: 0 auto;}
.gallery-det-content #carousel .flex-direction-nav a{height: 35px;}
.gallery-det-content #carousel .flex-prev{left: -10px;}
.gallery-det-content #carousel .flex-next{right: -10px;}
.gallery-det-content #slider .flex-viewport{height: 410px;}

/*=======================*/
#inthepress{letter-spacing: 0.5px;}
#inthepress ul.tab {
  border-bottom: 1px solid #ccc;
  margin-top: 45px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
#inthepress ul.tab li{
  margin-right: 0;
  margin-bottom: -1px;
  display: inline-block;
}
#inthepress ul.tab li a{
 display: block;
 padding: 12px 15px;
 font-weight: 600;
 border: #72e29f 1px solid;
 background-color: #72e29f;
 margin: 0;
 color: #484848 !important;
 margin-right: 15px;
 -webkit-transition: all 0.3s ease; -moz-transition: all 0.51s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
#inthepress ul.tab li.current-cat a,
#inthepress ul.tab li a:hover{
  background-color: white;
  border: 1px solid #ccc;
  border-bottom: white 1px solid;
  -webkit-transition: all 0.3s ease; -moz-transition: all 0.51s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
#inthepress ul.tab li.active a{
  border-bottom: white 1px solid;
  background-color: white;
}

#inthepress ul.press-list li{
  /*float:left;*/
  margin-right:-3px;
  display: inline-block;
  /*margin-right: 106px;*/
  margin-bottom: 20px;
  position: relative;
  z-index: 19;
  vertical-align: top;
  width: 33.33%;
}
#inthepress .gallery-press #inprint ul li:hover{
  opacity: 0.8;
  -webkit-transition: all 0.3s ease; -moz-transition: all 0.51s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
#inthepress .gallery-press ul li:nth-child(3n+0):after{
	content: '';
	display: table;
	clear: both;
}
#inthepress .gallery-press ul li:nth-child(3n+0)  .press-image,
#inthepress .gallery-press ul li:nth-child(3n+0)  .press-desc{
  float: right;
}
#inthepress .gallery-press ul li:nth-child(3n+2)  .press-image,
#inthepress .gallery-press ul li:nth-child(3n+2)  .press-desc{
  margin-left: auto;
  margin-right: auto;
}
#inthepress .gallery-press ul li .press-image{
  width: 160px;
  height: 185px;
  overflow: hidden;
  margin-bottom: 20px;
}
#inthepress .gallery-press ul li .press-desc{
  width: 160px;
  text-align: center;
}
#inthepress .gallery-press ul li .press-desc h4{
  text-transform: uppercase;
  font-size: 12px;font-weight: 600;
  margin: 6px 0px;
  letter-spacing: 1px;
}
#inthepress .gallery-press ul li .press-desc span{  font-size: 10px;}


/*======================*/
.pagination{
  font-family: 'Josefin Slab',arial,sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.pagination ul li{
  display: inline-block;
  margin: 0 5px !important;
}

.pagination ul li a:hover{
  color:#f6ac8d;
}

.pagination ul li.active a{
  text-decoration: underline;
  color:#f6ac8d;
}

/*=======================*/
#stylingpage{margin-bottom: 40px;}
#stylingpage .form-input{display: block;}
#stylingpage .right .form-input{margin: 10px 0;}
#stylingpage input[type=text],#stylingpage input[type=email],#stylingpage textarea{width: 350px;}
#stylingpage label,#contact label,#form-popup label{font-weight: 600;}
#stylingpage .right{padding-left: 10px;}
span.mini{font-size: 8px;font-weight: 600;letter-spacing: 1px;}
#stylingpage textarea{height: 150px;}
#stylingpage ol {list-style-type:decimal;margin-left: 20px;}
#stylingpage input#input_date{background: url('images/date.png') 90% 50% no-repeat white;}
#stylingpage input[type=submit]{margin: 30px 0;}

.set-styling-form select{
  width: 100%;
  border: 1px solid #808080;
}
/*=======================*/
#in-the-press-popup .pos-fixed{
  /* position: fixed; */
  width: 880px;
  background: white;/* 
  bottom: 125px; */
  z-index: 10;
}

#in-the-press-popup .pos-fixed.press {
  width: 400px;
}

#in-the-press-popup .press-nav{
  padding: 30px 0 40px;
/*  position: fixed;
  z-index: 10;
  bottom: 170px;*/
}
#in-the-press-popup .press-nav .slide-prev{
  background: url('images/nav-left.png') left center no-repeat;
  cursor: pointer;
  margin-right: 15px;
  color: transparent;
}
#in-the-press-popup .press-nav .slide-next{
  background: url('images/nav-right.png') left center no-repeat;
  cursor: pointer;
  margin-right: 15px;
  color: transparent;
}
#in-the-press-popup .press-nav p{
  text-indent: 999px;
}

#in-the-press-popup .press-nav .right a{
  color: #f6ac8d;
}

#in-the-press-popup a.in-the-press-close{
  background: url('images/popup-close.png') center center no-repeat;
  top: -14px;
  right: -9px;
  position: absolute;
  z-index: 100;
  width: 30px;
  height: 30px;
  text-indent: 999px;
}

/*===============================*/
.gallery-det-content .grid-right{
  width: 290px;
}
.gallery-det-content .grid-left{
  min-height: 610px;
  margin-right: 42px;
}
#gallery-popup{overflow: auto;}
#gallery-popup .gallery-det-content{
  padding:30px 30px 0;
  /*height: 600px;*/
  /*width: 100%;*/
  /*overflow: auto;*/
}
#gallery-popup .scroll-container{
  /* height: 570px; */
  width: 100%;
  overflow: auto;
}
/*#gallery-popup .grid-left{width: 240px;}*/
#gallery-popup .grid-left{  
  min-height: initial;
}
#gallery-popup .grid-right{  
  max-width: 310px;
  /* min-height: 550px; */
  /*overflow: auto;*/
}
#gallery-popup .gallery-det-content #slider .flex-viewport{
  height: auto;
  max-height: 410px !important;
}
#in-the-press-popup .flexslider .slides img,
#gallery-popup .flexslider .slides img{
  /*width: auto !important;*/
  height: auto;
  max-height: initial;
}
#in-the-press-popup #gallery-popup .grid-left #slider .slides img{
  /*width: auto !important;*/
  /*width: 100%;
  height: 350px;*/
  width: 430px;
  height: 100%;
}

#gallery-popup #slider.flexslider .slides li img {
  /*height: 350px;
  width: auto;*/
  width: 430px;
  height: 100%;
}
#gallery-popup #slider{
  /*height: 430px;*/
  width: 100%;max-width: 430px;margin-bottom: 10px;
}
#gallery-popup #carousel ul li{margin: 0 10px 0 0;
}
#gallery-popup #carousel{
  width: 100%;
  max-width: 430px;
  /*margin: 0 auto;*/
  margin: 0;
}
body.single-props-gallery #gallery-popup .scroll-container{
	height: auto;
}
/*==========================*/
#form-popup input[type=text],
#form-popup textarea,
#form-popup select{width: 360px;}

textarea.error{
  background:#FFF;
}

.page-template-default #post-wrapper {
	padding-top: 30px;
}