/*!
Theme Name: Jennifer Bergman Weddings 2014
Theme URI: http://pixeldesigns.ca
Description: Jennifer Bergman Weddings 2014
Author: Katrina Isabelle
Author URI: http://pixeldesigns.ca
Version: 1.0
*/


/*
Legend
-----------------
#Temporary
#Reset
#Site Styles
#Header Styles
#Home Page
#General Page Styles
#About Page
#Services Page
#Press Page
#Weddings Page
#Blog Page
#Sidebar Styles
#Contact Page Styles
#Footer Styles
*/


/* --------------------------- */
/*  #Temporary
/* --------------------------- */



/* --------------------------- */
/*  #Reset
/* --------------------------- */

/* undohtml.css */
/* http://creativecommons.org/licenses/by/2.0                     */

:link, :visited {
  text-decoration: none;
  }

h1, h2, h3, h4, h5, h6, pre, code, p {
  font-size: 1em;
  }
ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre,
form, body, html, p, blockquote, fieldset, input {
  padding: 0;
  margin: 0;
  }
a img, :link img, :visited img {
  border: none;
  }
address {
  font-style: normal;
  }

/* --------------------------- */
/*  #Site Styles
/* --------------------------- */


*{
  -webkit-border-radius:0;
     -moz-border-radius:0;
          border-radius:0;
  border: none;
  outline: none;

  font-family: 'Gotham SSm A', 'Gotham SSm B', 'Helvetica', Arial, sans-serif;

  -webkit-font-smoothing: antialiased;
}

html{
  height: 100%;
}

body{
  background: #eeeae6 url('images/ui/DiamondPattern.png');
}

ul, ol{
  padding-left: 2.75rem;
}

a, a:visited{
  color: #9e8d81;
  border-bottom: 1px solid #E0D8D1;
  display: inline;
}
a:hover{
  color: #9e8d81;
  text-decoration: none;
  border: none;
}

.button{
  display: inline-block;
  padding: 0.65em 1em .55em;
  background-color: #a99587;
  border: none;
  color: #fff;
  font-size: .85em;
  font-weight: 500;
}

.button:hover {
  background: #dad2c9;
  color: #a99587;
  cursor: pointer;
}

.button--play {
  padding-left: 2.25em;
  position: relative;
}

.button--play::before {
  content: '';
  display: block;
  position: absolute;
  left: 1em;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-style: solid;
  border-width: 5px 0px 5px 8px;
  border-color: transparent transparent transparent #fff;
}

.button:hover::before {
  border-color: transparent transparent transparent #a99587;
}

.justify-block{
  text-align: justify;
}
.justify-block:after{
  content: "";
  width: 100%;
  display: inline-block;
}

::-webkit-input-placeholder {
  color: #C3AEA0;
}
:-moz-placeholder { /* Firefox 18- */
  color: #C3AEA0;
}
::-moz-placeholder {  /* Firefox 19+ */
  color: #C3AEA0;
}
:-ms-input-placeholder {
  color: #C3AEA0;
}

.navbar .container{
  width: 100%;
  max-width: 1645px;
  padding: 0 80px;
}
.container{
  width: 100%;
  max-width: 960px;
}
.row{
  position: relative;
}


@media all and (max-width: 1100px){
  .container{
    padding: 0 20px;
  }
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 2em;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* --------------------------- */
/*  #Header Styles
/* --------------------------- */


header a{
  border: none;
}

.navbar{
  position: static;
  border-radius: 0;
  border: none;
  margin: 0;

  border-top: 5px solid #a19185;
  background: #fff;
}
.navbar-collapse{
  padding: 0;
}
.navbar-nav{
  float: right;
  text-transform: uppercase;
  margin-right: -18px;
}
.nav>li>a{
  padding: 53px 18px 40px;
  font-size: 0.85em;
  letter-spacing: 2px;
  color: #262626;
  font-weight: 400;
}
.navbar-nav>.current-menu-item>a,
.navbar-nav>.current-menu-item>a:hover,
.navbar-nav>.current-menu-item>a:focus,
.nav>li>a:hover,
.nav>li>a:focus{
  font-weight: 600;
  background: none;
  color: #9e8d81;
  border: none;
}
.nav>li>a:hover,
.nav>li>a:focus{
  font-weight: 400;
}

.navbar-nav>.current-menu-item>a:after {
  top: 0;
  left: 49%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #a19185;
  border-width: 9px;
  margin-left: -9px;
}

.navbar-toggle{
  background-color: #9E8D81;
  padding: 0.7em;
  margin-top: 39px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.navbar-toggle .icon-bar{
  background: #fff;
  margin-left: auto;
}
.navbar-toggle span.label{
  float: left;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0px;
  font-size: 0.85em;
  padding-right: 46px;
  margin-top: -1px;
}


/* Drop Down Menu */


ul.nav  li ul{
  list-style: none;
  visibility: hidden;
  float: left;
  min-width: 169px;
  position: absolute;
  transition: visibility 0.65s ease-in;
  margin-top: 9px;
  left: -23px;
  z-index: 999;
}
ul.nav li ul:after{
  bottom: 100%;
  left: 51%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #cec6bd;
  border-width: 8px;
}
ul.nav li.current-menu-item ul:after{
  border-bottom-color: #9e8d81;
}

ul.nav li:hover > ul,
ul.nav li ul:hover {
  visibility: visible;
}

ul.nav li ul li {
  clear: both;
  width: 100%;
  background: #cec6bd;
  margin-bottom: 2px;
  text-align: center;
  font-size: 0.85em;
  font-weight: 400;
  letter-spacing: 2px;
}

ul.nav li ul li a{
  color: #000;
  display: inline-block;
  padding: 9px 0;
  width: 100%;
}


ul.nav li ul li:hover,
ul.nav li ul li.active {
  background: #9e8d81;
}
{
  background: #9e8d81;
}
ul.nav li ul li:hover a{
  color: #FFF;
  border: none;
}
ul.nav li ul li.active a{
  color: #FFF;
  font-weight: 600;
  border: none;
}



@media all and (max-width: 1250px){
  .nav>li>a{
    padding: 53px 14px 40px;
    font-size: 0.8em;
  }
  .navbar .container{
    padding: 0 50px;
  }
  ul.nav li ul{
    min-width: 140px;
    margin-top: 6px;
    left: -11px;
  }
}
@media all and (max-width: 1100px){
  .navbar .container{
    padding: 0 40px;
  }
}





@media all and (max-width: 1020px){
  .navbar .container{
    padding: 0 4px;
  }
  .container > .navbar-header{
    padding: 0 15px;
    max-width: 100%;
    margin: 0;
  }

  .navbar-toggle{
    display: block;
  }
  .container > .navbar-collapse{
    margin: 0;
  }
  .navbar-collapse{
    max-height: none;
  }
  .navbar-header{
    float: none;
  }
  .navbar-nav>.current-menu-item>a:after{
    display: none;
  }
  .navbar-nav{
    float: none;
    width: 100%;
    margin: 0 0 1px 0;
  }

  .navbar-nav > li{
    float: none;
  }
  .nav>li>a{
    background: #9e8d81;
    border-bottom: 3px solid white;
    padding: 17px;
    color: #fff;
    font-weight: 500;
  }
  .nav>li>a:hover,
  .nav>li>a:active,
  .nav>.current-menu-item>a:hover{
    background: #B8A89E;
    background: #7A6D65;
    color: #fff;
    font-weight: 500;
    border-bottom: 3px solid white;
  }
  .nav>.current-menu-item>a:hover,
  .nav>.current-menu-item>a{
    background: #7A6D65;
    color: #fff;
    font-weight: 600;
    border-bottom: 3px solid white;
  }

  .nav .sub-menu{
    display: none;
  }
}



@media all and (min-width: 431px) and (max-width: 470px){
  .navbar-toggle span.label{
    padding-right: 0px;
    display: none;
  }
}


@media all and (max-width: 430px){
  .container > .navbar-header{
    padding:;
  }
  .navbar-toggle{
    margin: 7px 0 15px;
    border-radius: 0;
    width: 100%;
    padding: 0.7em 1.15em;
    background: #7A6D65;
    background: #9e8d81;
  }
  .navbar-toggle.collapsed{
    background: #9e8d81;
  }
  .navbar-toggle span.label{
    padding-right: 0px;
  }
  .navbar-collapse{
    padding: 0 10px;
  }

  .container > .navbar-collapse{
    margin: 0;
    margin-bottom: 5px;
  }
}






/*  #Logo Styles
/* --------------------------- */

header a.logo{
  display: inline-block;
}
header a.logo:hover{
  color: #000;
  text-decoration: none;
}


header .logo-image{
  display: none;
}
.old-ie header a.logo{
  margin: 35px 20px 10px;
  border: none;
}
.old-ie header a.logo .logo-image{
  display: block;
  width: inherit;
}
.old-ie header a.logo h1.logo{
  display: none;
}

header h1.logo{
  color: #000;
  font-size: 1.5em;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 7px;
  padding: 21px 0 23px;
  text-align: center;
}
header h1.logo span{
  display: block;
}
header h1.logo span.upper{
  border-bottom: 1px solid #a49589;
  line-height: 2em;
}
header h1.logo span.lower{
  font-size: 0.6em;
  font-weight: 300;
  padding: 1.35em 0 0 0;
  letter-spacing: 3px;
  position: relative;
}
header h1.logo span.lower:after{
  content: '';
  position: absolute;
  width: 27px;
  height: 20px;
  padding: 10px;
  top: -5px;
  left: 50%;
  margin-left: -14px;
  background: #fff url('images/ui/sprite.png');
  background-position: -40px 0;
}


header h1.logo span span{
  display: inline;
  letter-spacing: 0;
}


@media all and (max-width: 1250px){
  header h1.logo{
    font-size: 1.2em;
    padding: 29px 0 29px;
  }
  header h1.logo span.lower:after{
    background-size: 200px 97px;
    background-position: -32px 0;
    width: 24.6px;
    height: 16px;
    margin-left: -10.8px;
  }
}
@media all and (max-width: 430px){
  a.logo{
    width: 100%;
  }
  header h1.logo{
    font-size: 1em;
    width: 253px;
    margin: 0 auto;
    padding: 29px 0 24px;
    letter-spacing: 5px;
  }
  header h1.logo span.lower:after{
    padding: 5px 10px;
    height: 10px;
    background: #fff url('images/ui/sprite@2X.png');
    background-size: 175px 88px;
    background-position: -27px 0;
  }
}

/*  #Page Header Styles
/* --------------------------- */

.page-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 3em 0;
  padding: 5rem 2rem;
  background-color: rgba(202, 191, 182, 0.49);
}

.page-title {
  color: #9e8d81;
  font-size: 2.25rem;
  font-weight: 300;
  text-transform: uppercase;
}


/*  #Banner Styles
/* --------------------------- */

header .banner {
  position: relative;
  overflow: hidden;
  height: 30vw;
  max-height: 400px;
  margin: 0 0 3em 0;
}
.old-ie header .banner {
  height: auto;
}

header .banner .background-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.object-fit header .banner .background-image {
  display: none;
}
.old-ie header .banner .background-image {
  display: none;
}


header .banner img {
  display: none;
  width: 100%;
  height: auto;
}
.object-fit header .banner img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.old-ie header .banner img {
  display: block;
  width: 100%;
  height: auto;
}


header .banner span.photo-credit{
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 0.7em;
  color: white;
  padding: 3px 7px;
  background: #9e8d81;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
header .banner:hover span.photo-credit{
  opacity: 0.95;
}

/* --------------------------- */
/*  #Home Page Styles
/* --------------------------- */

.slider{
  height: 90%;
  height:90vh;
  overflow: hidden;
  position: relative;

  background: url('images/flowers.png') no-repeat;
  background-size: cover;
}

.slider .container{
  max-width: none;
}

.slider img{
  width: 100%;
  height: auto;
}

.slider .container{
  position: relative;
  height: 100%;
}

mark {
  background-color: #fff;
  background: rgba(255,255,255,0.85);
  font-weight: normal;
  font-style: normal;
}

.slider-text{
  z-index: 2;
  position: absolute;
  top: 59%;
  left: 6%;
  max-width: 85%;
}
.slider-text p{
  margin: 0.1em 0;
  font-size: 1.9em;
  letter-spacing: 4px;
}
.slider-text p mark{
  padding: 0.2em 0;
  line-height: 2;
  line-height: 1.8;
  text-transform: uppercase;
  font-weight: 300;
}
.slider-text .highlight mark{
  color: #9e8d81;
  font-size: 0.85em;
  letter-spacing: 2px;
}
.slider-text p mark span{
  margin: 0.1em 0;
  padding: 0 0.5em;
  word-spacing: 2px;

  /* Add multi-line padding in supported browsers */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media all and (max-width: 1250px){
  .slider-text{
    top: 58.5%;
  }
}
@media all and (max-width: 1250px){
  .slider-text p {
    font-size: 1.5em;
  }
}
@media all and (max-width: 1050px){
  .slider-text{
    top: 59%;
  }
  .slider-text p {
    font-size: 1.3em;
  }
}
@media all and (max-width: 900px){
  .slider-text{
    left: 7%;
  }
  .slider-text p {
    font-size: 1.2em;
  }
}
@media all and (max-width: 700px){
  .slider-text p {
    letter-spacing: 3px;
  }
}
@media all and (max-width: 600px){

  .slider-text p {
    letter-spacing: 2px;
  }
}
@media all and (max-width: 450px){
  .slider-text{
    left: 9%;
    top: 65%;
    max-width: 82%;
  }
  .slider-text p {
    font-size: 1em;
    letter-spacing: 2px;
  }
}

@media all and (orientation:landscape) and (min-width: 480px) and (max-width: 767px) {
  .slider-text{
    top: 67%;
  }
  .slider-text p {
    font-size: 1.1em;
  }
}


a.load-item,
a.load-item:active,
a.load-item:hover{
  border: none;
}

/* --------------------------- */
/*  #General Page Styles
/* --------------------------- */

.container article{
  background: #fff;
  margin: 0 0 3em 0;
  padding: 0 0 3em 0;
}
section.intro{
  background: #9e8d81;
  height: 276px;
}
section.intro .intro-photo{
  width: 292px;
  height: 276px;
  overflow: hidden;
  float: left;
  padding-left: 0;
  position: relative;
}
section.intro .intro-photo:after{
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 100%;
  top: 0;
  right: 0;
  background: url('images/ui/photo-cutout.png') no-repeat;
}
@media all and (max-width: 912px) {
  section.intro .intro-photo:after{
    display: none;
  }
}

section.intro .intro-photo img{
  width: 100%;
  height: auto;
}

.object-fit section.intro .intro-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

section.intro .intro-photo--video-thumbnail {
  width: 447px;
  position: relative;
}
section.intro .intro-photo .video-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
section.intro .intro-photo .video-link:hover {
  cursor: pointer;
}
section.intro .intro-photo .video-link::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -20px;
  width: 50px;
  height: 40px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #eee6df;
  border-width: 25px 0px 25px 45px;
  transition: border-color .4s ease;
}
section.intro .intro-photo .video-link:hover::before {
  border-left-color: #DED5CD;
}
section.intro .intro-photo .video-link::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.15);
  transition: background .4s ease;
}
section.intro .intro-photo .video-link:hover::after {
  background: rgba(0,0,0,0.35);
}


section.intro .intro-content{
  margin-left: 292px;
  padding: 3.2em 3.2em;
  padding: 3.2em 4em 3.2em 2.5em;
  color: #fff;
}
section.intro .intro-content--video {
  margin-left: 447px;
}

@media all and (max-width: 1105px){
  section.intro .intro-content{
    padding: 2.8em 2.5em 3em 3.5em;
  }
}
@media all and (max-width: 890px){
  section.intro .intro-content{
    padding: 2.8em 2.5em 3em 2.7em;
  }
}
@media all and (max-width: 855px){
  section.intro .intro-content{
    padding: 2.5em 2.5em 3.2em 3.4em;
  }
}
@media all and (max-width: 815px){
  section.intro{
    height: 227px;
  }
  section.intro .intro-photo{
    width: 240px;
    height: 227px;
  }
  section.intro .intro-content{
    margin-left: 240px;
    padding: 1.75em 2em;
  }
}
@media all and (max-width: 795px){
  section.intro .intro-content{
    padding: 2.3em 2em;
  }
}
@media all and (max-width: 755px){
  section.intro{
    height: auto;
  }
  section.intro .intro-photo{
    float: none;
    height: auto;
    width: 200px;
    margin: 2.5em auto 0;
  }
  section.intro .intro-photo img{
    width: 106%;
  }
  section.intro .intro-content{
    margin-left: 0;
    padding: 2em 2em;
  }
}

section.main{
  font-size: 1.19rem;
  padding-top: 3em;
}
section.main--pt-0 {
  padding-top: 0;
}
section.main p{
  font-weight: 400;
  line-height: 1.75;
  margin: 1.8em 0.9em 1.8em 0;
}
@media all and (max-width: 992px){
  section.main p{
    margin: 1.8em 0;
    padding: 0 20px;
  }
}

section.main p img{
  max-width: 100%;
  height: auto;
}

section.main div.image-caption{
  max-width: 100%;
  position: relative;
}
div.image-caption img{
  width: inherit;
  max-width: 100%;
  height: auto;
}
.image-caption p.caption{
  font-size: 0.8em;
  background: #eeeae6;
  background: rgba(238, 234, 230, 0.85);
  width: 100%;
  padding: 0.3em 0.5em 0.2em;
  margin: 0;
  position: absolute;
  bottom: 0;
}

@media all and (max-width: 992px){
  section.main div.image-caption{
    margin: 1.8em 0;
    padding: 0 20px;
  }
}


span.quote{
  font-style: italic;
}
span.pull-label{
  position: absolute;
  top: 0;
  left: -8px;
  display: inline-block;
  padding: 0.5em 1em;
  width: 215px;
  background: #a99587;
  font-size: 11.5px;
  color: #fff;
}

.separator{
  padding: 2.5em 0 0 0;
  margin-bottom: 3em;
}
.separator div{
  border-bottom: 1px solid #a49589;
}
@media all and (max-width: 992px){
  .separator{
    padding: 2.5em 25px;
    margin-bottom: 1em;
  }
}

/* --------------------------- */
/*  #About Page Styles
/* --------------------------- */
.about .intro .intro-content{
  margin-left: 0;
}

.about .intro .intro-content{
  padding: 3.2em 2.5em 3.2em 3.7em;
  margin-right: 292px;
}

.about .intro .intro-photo{
  float: right;
}

.about .intro .intro-photo:after{
  display: block;
  left: 0;
  background: url('images/ui/photo-cutout-reverse.png');
}
@media all and (max-width: 800px) {
  .about .intro .intro-photo:after{
    display: none;
  }
}
.about .intro .intro-photo img.full-width{
  display: none;
}

@media all and (max-width: 915px){
  .about .intro .intro-content{
    padding: 2.1em 3.5em 0 2.5em;
  }
}
@media all and (max-width: 825px){
  .about .intro .intro-photo {
    width: 240px;
    height: 227px;
  }
  .about .intro .intro-content{
    margin-right: 240px;
    margin-left: 0;
  }
}
@media all and (max-width: 800px){
  section.intro{
    height: auto;
  }

  .about .intro .intro-photo{
    float: none;
    height: auto;
    max-height: 250px;
    width: 100%;
    margin: 0;
  }
  .about .intro .intro-photo img{
    display: none;
  }
  .about .intro .intro-photo img.full-width{
    display: block;
    width: 100%;
  }

  .about .intro .intro-content {
    margin-right: 0;
    margin-left: 0;
    padding: 1.5em 2em;
  }

}

.about .intro p{
  font-size: 1.12em;
  font-weight: 300;
  line-height: 1.9;
}
@media all and (max-width: 945px){
  .about .intro p{
    font-size: 1.1em;
  }
}
@media all and (max-width: 880px){
  .about .intro p{
    font-size: 1em;
  }
}
@media all and (max-width: 825px){
  .about .intro p{
    font-size: 0.95em;
  }
}


.about .content-row {
  margin-top: 2.25rem;
}
.about .content-row:first-child{
  margin-top: 1rem;
}
@media (max-width: 992px){
  .about .content-row{
    padding: 0 20px;
  }
  .about .content-row p{
    padding: 0;
  }
}

/* when new about layout launched (team grid), this rule can be removed - Chris 02.23.2022 */
.about--previous-template .main h2{
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 2em 0;
  letter-spacing: 2.5px;
  font-size: 1.25rem;
}

@media all and (max-width: 992px){
  /* when new about layout launched (team grid), this rule can be removed - Chris 02.23.2022 */
  .about--previous-template .main h2{
    margin-top: 4em;
  }

  .about section.intro{
    margin-bottom: -0.5em;
  }
}
@media all and (max-width: 510px){
  .about .main h2{
    text-align: left;
  }
}

.about-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  margin-bottom: 90px;
}

.about-row.about-row--composite {
  margin-bottom: 120px;
}

.about-row__images {
  flex: 0 0 40%;
  max-width: 40%;
  align-self: flex-start;
}

@media all and (max-width: 850px) {
  .about-row__images {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .about-row__images--captioned {
    margin-bottom: 35px;
  }

  .about-row--composite .about-row__images--captioned {
    margin-bottom: 45px;
  }
}

.about-row--image-right .about-row__images {
  order: 1;
}

.about-row--composite .about-row__images {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
}

.about-row--composite.about-row--image-right .about-row__images {
  right: -30px;
}

.about-row--composite .about-row__images::before,
.about-row__image-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  background: #EEEAE6;
  height: 100%;
  z-index: 1;
}

.about-row--composite .about-row__images::before {
  width: 55%;
  left: 10%;
  top: 65px;
}

.about-row__image-wrapper {
  position: relative;
}

.about-row--composite .about-row__image-wrapper {
  width: 50%;
  flex: 0 0 50%;
  display: block;
  height: auto;
  z-index: 2;
  top: 45px;
}

.about-row__image-wrapper::before {
  left: 0;
  top: -15px;
  width: 100%;
}

.about-row--composite .about-row__image-wrapper + .about-row__image-wrapper {
  position: relative;
  left: -30px;
  z-index: 1;
  top: 0;
}

.about-row--composite .about-row__image-wrapper::before {
  left: 20%;
  top: 20px;
}

.about-row--composite .about-row__image-wrapper::before {
  display: none;
}

.about-row__image-wrapper .about-row__image-caption {
  font-size: 11.5px;
  color: #86776D;
  margin-top: 14px;
  margin-bottom: 0;
  position: absolute;
  left: 10px;
}

.about-row__image-wrapper .about-row__image-caption p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.about-row--composite .about-row__image-caption {
  margin-top: 20px;
}

.about-row__image {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  left: 10px;
}

.about-row--composite .about-row__image {
  left: 0;
}

@media all and (max-width: 850px) {
  .about-row__image {
    padding-right: 10px;
  }

  .about-row--composite .about-row__image {
    padding-right: 0;
  }

  .about-row--composite .about-row__images,
  .about-row--composite.about-row--image-right .about-row__images {
    right: -15px;
  }

  .about-row__image-wrapper::before {
    width: 95%;
  }
}

.about-row--composite .about-row__content {
  margin-top: 45px;
}

.about-row__content {
  flex: 1;
  font-size: 12.5px;
}

.about-row__images + .about-row__content {
  margin-left: 55px;
}

.about-row--image-right .about-row__content {
  margin-left: 0;
  margin-right: 55px;
}

.about-row--composite.about-row--image-right .about-row__content {
  margin-right: 25px;
}

.about-row--composite.about-row--image-left .about-row__content {
  margin-left: 25px;
}

.about-row__content--accent::after {
  content: '';
  width: 11px;
  height: 11px;
  margin-top: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(45deg);
  background: #9E8D81;
}

@media all and (max-width: 850px) {
  .about-row {
    margin-bottom: 45px;
  }

  .about-row--composite.about-row--image-right {
    margin-bottom: 95px;
  }

  .about-row__images + .about-row__content {
    margin-top: 20px;
    margin-left: 0;
  }

  .about-row--image-left.about-row--composite .about-row__content {
    margin-top: 70px;
    margin-left: 0;
  }

  .about-row--image-right .about-row__content {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .about-row--composite.about-row--image-right .about-row__content {
    margin-right: 0;
  }

  .about-row__content--accent::after {
    margin-top: 20px;
  }
}

.about-row__content h1,
.about-row__content h2,
.about-row__content h3,
.about-row__content h4,
.about-row__content h5,
.about-row__content h6 {
  font-weight: 400;
  margin: 0 0 1em 0;
  color: #86776D;
}

.about-row__content h1,
.about-row__content h2 {
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.about-row__content h1 {
  font-size: 18px;
}

.about-row__content h2 {
  font-size: 17.5px;
}

.about-row__content h3 {
  font-size: 16px;
}

.about-row__content h4 {
  font-size: 13px;
}

.about-row__content h5,
.about-row__content h6 {
  font-size: 12.5px;
}

.about-row__content h1 + p,
.about-row__content h2 + p,
.about-row__content h3 + p,
.about-row__content h4 + p,
.about-row__content h5 + p,
.about-row__content h6 + p {
  margin-top: 0;
}

.about .about-photo-credits {
  margin-top: 1em;
  text-align: right;
}
.about .about-photo-credits address,
.about .about-photo-credits p{
  font-size: 0.7em;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 0;
}
@media all and (max-width: 992px){
  .about .about-photo-credits address,
  .about .about-photo-credits p{
    padding: 0 20px;
  }
}

.team-members__heading {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 40px 0;
  color: #86776D;
  text-align: center;
  font-size: 17.5px;
}

.team-members {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  margin-top: -20px;
}

@media all and (max-width: 850px) {
  .team-members {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.team-member {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}

@media all and (max-width: 700px) {
  .team-member {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media all and (max-width: 350px) {
  .team-member {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.team-member__content {
  position: relative;
}

.team-member__image {
  max-width: 100%;
  height: auto;
}

.team-member__content:hover .team-member__image {
  transform: translateY(-25px);
  transition: transform .4s;
}

.team-member__header {
  opacity: 0;
  padding: 20px 15px;
  position: absolute;
  bottom: 50%;
  height: auto;
  left: 0;
  width: 100%;
  background-color: #EEEAE6;
  color: #000;
  transition: bottom .4s, opacity .4s;
}

.team-member__header::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #EEEAE6;
  border-width: 9px;
  margin-left: -9px;
}

.team-member__content:hover .team-member__header {
  opacity: 1;
  bottom: -25px;
}

.team-member__name {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 1px;
}

.team-member__title {
  font-size: 12px;
  font-weight: 400;
}

.team-member__more {
  display: inline-block;
  color: #86776D;
  font-size: 12px;
  margin-top: 10px;
}

.team-member__more::after {
  width: 100%;
  content: '';
  display: block;
  background: #CEBBAD;
  height: 1px;
}

.team-member__more:hover,
.team-member__more:active,
.team-member__more:visited,
.team-member__more:focus {
  color: #000;
  text-decoration: none;
}

.team-member__more:hover::after {
  background: #9E8D81;
}

.team-modal {
  position: relative;
  display: flex;
  max-width: 980px;
  padding: 50px;
  background: #FFF;
  width: auto;
  margin: 20px auto;
}

.team-modal .mfp-close {
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  top: 5px;
  right: 5px;
}

.team-modal .mfp-close::before,
.team-modal .mfp-close::after {
  display: block;
  content: "";
  width: 32px;
  height: 1px;
  background: #9E8D81;
}

.team-modal .mfp-close::before {
  margin-right: -16px;
  transform: rotate(45deg);
}

.team-modal .mfp-close::after {
  margin-left: -16px;
  transform: rotate(315deg);
}

img.team-modal__image {
  width: 100%;
  height: auto;
}

.team-modal__image-wrapper {
  flex: 1;
}

.team-modal__bio-wrapper {
  margin-left: 45px;
  flex: 0 0 59%;
  max-width: 59%;
}

.team-modal__name {
  font-size: 17.5px;
  text-transform: uppercase;
  color: #86776D;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.team-modal__title {
  color: #86776D;
  font-size: 13px;
  font-weight: 400;
}

.team-modal__bio {
  margin-top: 15px;
  font-size: 12.5px;
}

.team-modal__bio p {
  margin-top: 20px;
}

.team-modal__bio p:first-child {
  margin-top: 0;
}

@media all and (max-width: 700px) {
  .team-modal__image-wrapper {
    display: none;
  }

  .team-modal__bio-wrapper {
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media all and (max-width: 500px) {
  .team-modal {
    padding: 30px;
  }
}

/* --------------------------- */
/*  #Services Page Styles
/* --------------------------- */


.services .intro span.pull-label{
  top: 15%;
  left: -12px;
}
.services .intro p{
  font-size: 0.85em;
  margin: 1.5em 0 0 0;
  line-height: 1.7;
}
.services .intro h6{
  font-weight: 300;
  font-size: 1.1em;
}
.services .intro p:first-child{
  margin: 0;
}
.services .intro a {
  color: #fff;
  border-color: #b9ada6;
}

.services .intro .button {
  margin-top: 1.75em;
  background: #E2DAD3;
  color: #887567;
}
.services .intro .button:hover,
.services .intro .button:active {
  background: #d6cac0;
}
.services .intro .button--play::before {
  border-left-color: #887567;
}

.services .intro .intro-photo img.full-width{
  display: none;
}
@media all and (max-width: 912px){
  section.intro{
    height: auto;
  }
  .services .intro .intro-photo{
    float: none;
    height: auto;
    height: 275px;
    width: 100%;
    margin: 0;
  }
  .services .intro .intro-photo img{
    display: none;
  }
  .services .intro .intro-photo img.full-width{
    display: block;
    width: 100%;
  }
  .services .intro .intro-content{
    margin-left: 0;
    padding: 2em 2em;
  }
  .services .intro span.pull-label{
    top: 8%;
  }
}
@media all and (max-width: 575px){
  .services .intro .intro-photo img.full-width{
    width: 130%;
    margin-left: -15%;
  }
}
@media all and (max-width: 500px){
  .services .intro span.pull-label{
    top: 5.5%;
  }
  .services .intro .intro-photo img.full-width{
    width: 180%;
    margin-left: -40%;
  }
}

.services .service-type{
  padding: 2.5em 0 0 0;
}
.services .service-type .bullet-points{
  padding: 0 2.7em 0 0;
  color: #9e8d81;
}
.service-type .bullet-points h5{
  margin: 1.8em 0 0 0;
  position: relative;
}
.service-type .bullet-points h5:after{
  content: '';
  position: absolute;
  width: 20px;
  height: 12px;
  top: 2.5px;
  left: -26px;
  background: url('images/ui/sprite.png');
  background-position: -40px 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
  .service-type .bullet-points h5:after{
    background: url('images/ui/sprite@2X.png');
    background-size: 240px 120px;
    background-position: -40px 0;
  }
}
.service-type .bullet-points p{
  margin: 0.2em 0 0.5em 0;
  font-weight: 400;
}



@media all and (max-width: 992px){
  .services .service-type .bullet-points{
    max-width: 340px;
    padding: 0 45px;
  }
  .services .service-type .bullet-points p{
    padding: 0;
  }
}




section.main .note p{
  background: #eeeae6;
  padding: 1.5em 3em;
  margin: 0;
}
@media all and (max-width: 992px){
  section.main .note{
    padding: 0 25px;
  }
  section.main .note p{
    padding: 1.5em 2em;
  }
}


/* --------------------------- */
/*  #Press Page Styles
/* --------------------------- */


/* Testimonial Slider Styles */
.slide{
  height: 100%;
}

/* This parent can be any width and height */
.press .ls-responsive .liquid-slider .panel .panel-wrapper{
  padding: 0;
  height: 100%;
  display: table;
}

/* The element to be centered, can
   also be of any width and height */
.press .intro-content{
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 755px){
  .press .ls-responsive .liquid-slider .panel .panel-wrapper,
  .press .intro-content{
    display: block;
  }
}

.press .ls-wrapper .ls-nav-left-arrow,
.press .ls-wrapper .ls-nav-right-arrow,
.press .ls-wrapper .ls-nav-left-arrow:hover,
.press .ls-wrapper .ls-nav-right-arrow:hover{
  background: #fff;
  background: rgba(255,255,255,0.85);
  height: 45px;
  width: 24px;
  text-align: center;
  padding: 15px 7px;
  margin: 0;
  top: 50%;
  margin-top: -23px;
}
.press .ls-wrapper .ls-nav-right-arrow,
.press .ls-wrapper .ls-nav-right-arrow:hover{
  padding: 15px 9px;
}
.press .ls-wrapper .ls-nav-left-arrow a,
.press .ls-wrapper .ls-nav-right-arrow a,
.press .ls-wrapper .ls-nav-left-arrow a:hover,
.press .ls-wrapper .ls-nav-right-arrow a:hover{
  border: none;
  background: url('images/ui/sprite.png');
  background-position: 0 -80px;
  width: 8px;
  height: 13px;
  display: inline-block;
  margin: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
  .press .ls-wrapper .ls-nav-left-arrow a,
  .press .ls-wrapper .ls-nav-right-arrow a,
  .press .ls-wrapper .ls-nav-left-arrow a:hover,
  .press .ls-wrapper .ls-nav-right-arrow a:hover{
    background: url('images/ui/sprite@2X.png');
    background-size: 240px 120px;
    background-position: 0 -80px;
  }
}
.press .ls-wrapper .ls-nav-right-arrow a,
.press .ls-wrapper .ls-nav-right-arrow a:hover{
  background-position: 0 -100px;
}

/* Intro / #Press Page Testimonials */

.press .intro .intro-photo:after{
  display: block;
}

.press .intro .intro-content{
  padding: 0 !important;
  position: relative;
  height: 100%;
  padding: 0;
}

.press .intro p{
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7;
  padding: 0 2.5em;
}
.press .testimonial span.testimonial-source{
  display: block;
  margin-top: 1.5em;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 400;
  letter-spacing: 3px;
  word-spacing: 2px;
}
span.testimonial-source span{
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
}
.press .intro span.photo-credit{
  font-size: 0.7em;
  font-style: italic;
}

/* Intro Text */

@media all and (max-width: 1095px){
  .press .intro p{
    font-size: 1em;
  }
}
@media all and (max-width: 970px){
  .press .intro .intro-content{
    padding-bottom: 0;
  }
  .press .testimonial span.testimonial-source{
    font-size: 0.85em;
  }
}
@media all and (max-width: 888px){
  .press .intro .intro-content{
    padding-right: 2.5em;
  }
  .press .intro p{
    font-size: 0.9em;
  }
  .press .testimonial span.testimonial-source{
    font-size: 0.95em;
    letter-spacing: 2px;
  }
  .press .intro span.photo-credit{
    font-size: 0.85em;
  }
}
@media all and (max-width: 820px){
  .press .intro .intro-content{
    padding: 2.5em 2.5em 0;
    padding: 2em 2em 0 2.1em;
  }
  .press .intro p{
    font-size: 0.85em;
  }
  .press .testimonial span.testimonial-source{
    font-size: 1em;
  }
}

/* Intro Photo */
@media all and (max-width: 755px){

  .press .intro p{
    padding: 1.5em 2em;
    position: static;
  }
  .press .testimonial span.testimonial-source{
    font-size: 1em;
    letter-spacing: 3px;
  }
  .press .intro span.photo-credit{
    margin-top: 15px;
    display: block;
  }

  .press .intro .intro-photo{
    float: none;
    height: auto;
    width: 100%;
    margin: 0;
  }
  .press .intro .intro-photo img{
    display: none;
  }
  .press .intro .intro-photo img.full-width{
    display: block;
    width: 100%;
  }
  .press .intro .intro-content{
    margin-left: 0;
    padding: 2em 2em;
  }
  .press .intro .intro-photo:after{
    display: none;
  }
}
@media all and (max-width: 600px){
  .press .intro span.divider-pipe{
    display: none;
  }
  .press .intro span.quote{
    display: block;
    margin-top: 1px;
  }
}
@media all and (max-width: 500px){
  .press .intro p{
    padding: 1.5em 1.5em;
  }
}


.press .intro-photo span.photo-credit{
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 0.8em;
  z-index: 5;

  color: white;
  padding: 3px 7px;
  background: #9e8d81;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.press .intro:hover span.photo-credit{
  opacity: 1;
}

@media all and (max-width: 755px){
  .press .intro-photo span.photo-credit{
    top: 5px;
    bottom: auto;
  }
}





/* Featured Weddings */

.press .featured{
  padding: 4.5em 0 0 0;
  text-align: center;
}
.press .featured .pull-label{
  top: 0;
  left: -7px;
  text-align: left;
}

.press .feature-container{
  margin-left: -70px;
}

.press .feature{
  width: 240px;
  height: 285px;
  margin-left: 72px;
  margin-bottom: 42px;
  float: left;
  text-align: left;
}
.press .feature.magazine{
  height: 320px;
  display: block;
  position: relative;
  overflow: hidden;
}
.column-equalizer-outer{
  display: none;
}

.press .feature a,
.press .feature a:visited{
  border: none;
}
.press .feature a:hover,
.press .feature a:active{
  color: #000;
}

@media all and (max-width: 1100px){
  .press .feature-container{
    margin-left: -60px;
  }
  .press .feature{
    margin-left: 60px;
  }
}
@media all and (max-width: 992px){
  .press .feature-container{
    margin-left: 0;
  }
  .press .feature,
  .press .feature.magazine{
    height: auto;
    margin: 0;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 42px;
  }
}
@media all and (max-width: 860px){
  .press .feature,
  .press .feature.magazine{
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .column-equalizer-outer{
    display: block;
  }
  .column-equalizer-inner{
    display: none;
  }
}
@media all and (max-width: 575px){
  .press .feature,
  .press .feature.magazine{
    width: 100%;
    padding-left: 70px;
    padding-right: 70px;
  }
  .column-equalizer-outer{
    display: none;
  }
  .column-equalizer-inner{
    display: block;
  }
}
@media all and (max-width: 450px){
  .press .feature,
  .press .feature.magazine{
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media all and (max-width: 365px){
  .press .feature,
  .press .feature.magazine{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}


.feature .feature-image{
  width: 240px;
  height: 160px;
  overflow: hidden;
  position: relative;
  background: #f2f1ef;
}
.feature.magazine .feature-image{
  width: 240px;
  height: auto;
  overflow: hidden;
  position: relative;
  background: #f2f1ef;
  z-index: 1;
}
@media all and (min-width: 992px){
  .feature.magazine .feature-image{
    max-height: 320px;
  }
}
.feature.magazine .feature-image .inner{
  position: relative;
  right: -50%;
  display: inline-block;
}

@media all and (max-width: 992px){
  .feature .feature-image{
    width: 100%;
    height: auto;
  }
  .feature.magazine .feature-image{
    width: 100%;
    height: 100%;
  }

}
.feature .feature-image img{
  width: 100%;
  height: auto;
}
.feature.magazine .feature-image img{
  height: 320px;
  width: auto;
  position: relative;
  left: -50%;
}
@media all and (max-width: 992px){
  .feature.magazine .feature-image img{
    width: 100%;
    height: auto;
  }
}
.featured.weddings .feature-image .hover-info{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.85);
  text-align: center;
  color: #9e8d81;
  opacity: 0;
}.featured.weddings .feature-image .hover-info:hover{
  opacity: 1;
}
.feature-image .hover-info p{
  margin: 22% 0 0.5em;
}

.feature-image .hover-info img{
  display: block;
  width: auto;
  margin: 0 auto;
}

.featured.videos .feature a .feature-image:after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  background: url('images/ui/video-clip.png') no-repeat;
}




.feature .feature-info{
  padding: 1.2em;
  background: #f2f1ef;
}
.feature.magazine .feature-info{
  background: none;
  padding: 0;

  width: 100%;
  position: absolute;
  left: 0;
  bottom: -50%;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;

  z-index: 7;
}
.feature.magazine .feature-info .inner{
  background: #f2f1ef;
  padding: 1.2em;
  min-height: 123px;
  margin-bottom: -4px;
}
.feature.magazine:hover .feature-info{
  opacity: 1;
  bottom: 0;
}
.feature.magazine .feature-image{
  border-bottom: 1px solid #f2f1ef;
}
@media all and (max-width: 992px){
  .feature-info .magazine{
    letter-spacing: 2px;
  }
  .feature.magazine .feature-info{
    padding: 0 15px;
    width: 100%;
  }
}
@media all and (max-width: 860px){
  .feature.magazine .feature-info{
    padding: 0 25px;
  }
}
@media all and (max-width: 575px){
  .feature.magazine .feature-info{
    padding: 0 70px;
  }
}
@media all and (max-width: 450px){
  .feature.magazine .feature-info{
    padding: 0 50px;
  }
}
@media all and (max-width: 365px){
  .feature.magazine .feature-info{
    padding: 0 30px;
  }
}

.feature-info span{
  display: block;
}
.feature-info .multiple-featured span{
  display: inline-block;
}
.feature-info .magazine{
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media all and (min-width: 860px){
  .feature-info .magazine.smaller{
    font-size: 0.98rem;
    margin-bottom: 2px;
    letter-spacing: 2px;
  }
}

.feature-info .issue{
  font-style: italic;
  margin: 0 0 1.5em 0;
}
.feature-info .name{
  line-height: 1.8;
  color: #9e8d81;
}


.press a.button.load-more{
  padding: 1em 1.4em;
  background: #f2f1ef;
  border: 1px solid #c6b9b0;
  margin-left: 75px;
  color: #a99587;
  font-size: .9em;
  font-weight: 400;
  text-decoration: none;
}

.press a.button.load-more:hover {
  background: #e8e6e2;
}

@media all and (max-width: 992px){
  .press a.button.load-more{
    margin-left: 0;
  }
}

.press .past-features{
  text-align: left;
  margin: 0 0 3.5em 75px;
  color: #333333;
}
.press .past-features p{
  margin: 0 0 0.5em;
}
.press .past-features ul{
  padding-left: 3em;
  font-size: 0.85em;
}
.press .past-features li{
  list-style-type: disc;
}

@media all and (max-width: 992px){
  .press .past-features{
    margin: 0 0 3em 0;
    padding: 0 20px;
  }
  .press .past-features p{
    padding: 0;
  }
  .press .past-features ul{
    padding-left: 1.5em;
  }
}




.awards .feature-container{
  width: 100%;
  margin-left: 0; /* important */
  text-align: justify;
  padding-left: 3em;
  padding-right: 3em;
}
.awards .feature-container:after{
  content: "";
  width: 100%;
  display: inline-block;
}
.awards a{
  display: inline-block;
  border: none;
  margin: 1.3em 1.4em 1.3em 0;
  text-align: center;
  height: 123px;
  width: auto;
}
.awards a img{
  height: 100%;
  width: auto;
}

.awards .feature-container.wedding-wire{
  padding: 20px 58px 0 66px;
}


@media all and (max-width: 992px){
  .awards .feature-container{
    padding: 0 30px 0 40px;
  }
  .awards a{
    margin: 0 3em 2.5em 0;
  }
}
@media all and (max-width: 850px){
  .awards a{
    margin: 2.5em 0 0;
  }
  .awards .wedding-wire a{
    margin: 2.5em 1em 0;
  }
  .awards .feature-container.wedding-wire{
    padding: 20px 20px 0;
  }
}

@media all and (max-width: 760px){
  .awards .feature-container,
  .awards .feature-container.wedding-wire{
    padding: 0 80px 0 80px;
    text-align: center;
  }
  .awards .wedding-wire a{
    padding: 0 1.2em;
  }

}
@media all and (max-width: 660px){
  .awards .feature-container,
  .awards .feature-container.wedding-wire{
    max-width: 485px;
    margin: 0 auto;
    padding: 0 30px 0 30px;
  }
}

@media all and (max-width: 520px){
  .awards a,
  .awards .wedding-wire a{
    width: 100%;
    margin: 2.5em auto 0;
    display: block;
    text-align: center;
  }
}

@media all and (max-width: 488px){
  .awards .feature-container,
  .awards .feature-container.wedding-wire{
    padding: 0 8px 0 8px;
  }
}
@media all and (max-width: 430px){
  .awards .feature-container,
  .awards .feature-container.wedding-wire{
    text-align: center;
  }
  .awards a,
  .awards .wedding-wire a{
    width: 100%;
    margin: 2.5em auto 0;
  }
}





/*-------------------------------
  #Weddings Page Styles
 ------------------------------*/

article.weddings{
  padding: 0;
}


/* #Weddings Filter
----------------------------**/

.met_portfolio_filter ul{
  text-align: center;
  padding: 1.3em 0;
}
.met_portfolio_filter li{
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 0 1em;
}
.met_portfolio_filter li.active{
  color: #9e8d81;
  font-weight: 600;
}
.met_portfolio_filter li:hover{
  cursor: pointer;
  color: #9e8d81;
}


/* #Weddings Items
----------------------------**/

.met_full_portfolio{
  z-index: 1;
  font-size: 0.1px;
}

section.main .met_full_portfolio a,
section.main .met_full_portfolio a:visited{
  border: none;
  color: #9e8d81 !important;
}
section.main .met_full_portfolio a:hover{
  color: #000 !important;
}
section.main .met_full_portfolio a.blog-post-link:hover{
  border-left: 1px solid #9e8d81;
}

.met_full_portfolio > div{
  width: 24.95%;
  float: left;
  display: block;
  position: relative;
  z-index: 1;
  border: 1px solid white;
}

.met_full_portfolio.columns_4 > div{
  width: 25%;
}

.met_full_portfolio.columns_3 > div{
  width: 33.32333333333333%;
}

.met_full_portfolio.columns_2 > div{
  width: 50%;
}

@media all and (max-width: 768px){
  .met_full_portfolio.columns_3 > div{
    width: 50%;
  }
}
@media all and (max-width: 475px){
  .met_full_portfolio.columns_3 > div,
  .met_full_portfolio.columns_3 > div.destination{
    width: 100%;
  }
}


.met_full_portfolio > div.mix{
  float: left;
  display: none;
}

.met_full_portfolio > div:after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background-color: rgba(158,141,129,.5);
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.met_full_portfolio:hover > div:after{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


.met_full_portfolio > div:hover:after{
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.met_fp_item{
  display: inline-block;
}

.met_fp_item.mix{
  display: none;
}

.met_fp_item .met_fp_item_preview{
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform .4s;
  -moz-transition: -moz-transform .4s;
  -ms-transition: -ms-transform .4s;
  -o-transition: -o-transform .4s;
}

.met_fp_item img{
  width: 100%;
  height: auto;
  display: block;
}

.met_fp_item:hover .met_fp_item_preview{
  -webkit-transform: translateY(-45px);
  -moz-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  -o-transform: translateY(-45px);
}

.met_fpip_overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(0.94);
  -moz-transform: scale(0.94);
  -ms-transform: scale(0.94);
  -o-transform: scale(0.94);

  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
  -o-transition: opacity .4s;
}

.old-ie .met_fpip_overlay{
  top: 50%;
}

.met_fp_item:hover .met_fpip_overlay{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.met_fpip_overlay .met_fpipo_box {
  height: 27px;
  padding: 7px 0;
  display: inline-block;
  position: relative;
  top: 31.5%;
  background: #fff; /* IE8 */
  background: rgba(255,255,255,0.85);
}


.old-ie .met_fpip_overlay .met_fpipo_box{
  opacity: 0;
  position: static;
  vertical-align: middle;
}
.old-ie .met_fpip_overlay:hover .met_fpipo_box{
  opacity: 1;
}

.met_fpip_overlay .met_fpipo_box a{
  display: block;
  font-size: 13px;
  line-height: 13px;
  padding: 0 10px;
  border-right: 1px solid rgba(255,255,255,0.5);
  border-left: 1px solid #FFFFFF;
  float: left;
  color: #9e8d81 !important;
}

.met_fpip_overlay .met_fpipo_box a.blog-post-link{ border-right: none; border-left: 1px solid #9e8d81; }

.met_fpip_overlay > div.met_fpip_gallery_items{
  display: none;
}

.met_fp_item_text{
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  overflow: visible !important;

  -webkit-transition: -webkit-transform .4s, height .4s, opacity .4s;
  -moz-transition: -moz-transform .4s, height .4s, opacity .4s;
  -ms-transition: -ms-transform .4s, height .4s, opacity .4s;
  -o-transition: -o-transform .4s, height .4s, opacity .4s;
}

.old-ie .met_fp_item_text{
  bottom: -40px;
}

.met_fp_item:hover .met_fp_item_text:after{
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #FFF;
  border-width: 9px;
  margin-left: -9px;
}

.met_fp_item:hover .met_fp_item_text{
  -webkit-transform: translateY(103px);
  -moz-transform: translateY(103px);
  -ms-transform: translateY(103px);
  -o-transform: translateY(103px);

  height: 148px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.met_fp_item_text_container{

  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 30px 0;
  position: absolute;
  top: -199px;
  height: auto;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;;
  box-sizing: content-box;;

  -webkit-transition: top .4s, opacity .4s;
  -moz-transition: top .4s, opacity .4s;
  -ms-transition: top .4s, opacity .4s;
  -o-transition: top .4s, opacity .4s;
}

.old-ie .met_fp_item_text_container{
  padding: 20px 0;
}

.met_fp_item_text_container h3{
  margin-bottom: 15px;
  display: block;
  padding: 0px 20px 0;

  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 4px;
  line-height: 1.5;
}
.met_fp_item_text_container h3 span{
  display: block;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
}

section.main .met_fp_item_text_container p{
  font-size: 12px;
  margin: 0;
  display: block;
  padding: 0 20px;

  line-height: 1.5;
  margin-top: 15px;
  color: #9e8d81;
}

.met_fp_item:hover .met_fp_item_text_container{
  top: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.met_fp_item_text_container .met_fp_item_link{
  color: #555555;
  font-size: 18px;
}

.met_fp_item_bottom{
  background: #FBFBFB;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  border-top: 1px solid #E8E8E8;
}

.met_fp_item_share{
  color: #B0B0B0;
  font-size: 16px;
  margin-right: 10px;
}

.met_fp_item_comment_count{
  float: right;
  color: #9F9F9F;
  line-height: 40px;
  font-size: 11px;
  padding-right: 27px;
  background: url('../img/icon-long-arrow-right.png') no-repeat right center;
}

.met_fp_item_shadow{
  position: absolute;
  z-index: -1;
  width: 100%;
  display: block;
  left: 0;
  top: -45px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  -webkit-tansition: visibility 4s ease .4s, opacity .4s;
  -moz-tansition: visibility 0s ease .4s, opacity .4s;
  -ms-tansition: visibility 0s ease .4s, opacity .4s;
  -o-tansition: visibility 0s ease .4s, opacity .4s;
}

.met_fp_item:hover .met_fp_item_shadow{
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  -webkit-tansition: visibility 4s ease .4s, opacity .4s;
  -moz-tansition: visibility 0s ease .4s, opacity .4s;
  -ms-tansition: visibility 0s ease .4s, opacity .4s;
  -o-tansition: visibility 0s ease .4s, opacity .4s;
}



/* #Weddings Items - Center Content Area
------------------------------------------**/
.met_content_wrapper{
  z-index: 15;
  position: relative;
  margin-left: 280px;
}

.met_content_inner{
  padding: 30px 20px 0 20px;
}

.met_content .mCSB_scrollTools{
  z-index: 2;
}

.met_vcenter{
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -ms-box;
  -ms-box-pack: center;
  -ms-box-align: center;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  display: box;
  box-pack: center;
  box-align: center;

  text-align: center; /* IE8 */
}

.met_line_splitter{
  display: block;
  margin: 20px -20px;
  background-color: #ECECEC;
  height: 1px;
}

.met_line_splitter.no-pulls{margin-left: 0; margin-right: 0}




/* --------------------------- */
/*  #Blog Page Styles
/* --------------------------- */


.blog a{
  border: none;
}
.blog a:hover{
  border-bottom: 1px solid #dad2c9;
}

.blog img{
  max-width: 100%;
  height: auto;
}


.blog a.google:hover{
  border: none;
}
.blog .main a.google{
  display: block;
  width: 85%;
  max-width: 468px;
  margin: 3.5em auto 4.5em;
}
@media all and (max-width: 550px){
  .blog .main a.google{
    margin: -1em auto 4.5em;
  }
}
.blog .sidebar a.google{
  display: block;
  width: 250px;
  margin: 2em 0;
}

.blog header.note{
  padding: 0 0 3em 0;
}
.blog header.note h1,
.blog header.note h2{
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
  line-height: 1.8;
  background: none;
  color: #a99587;
  border-bottom: 1px solid #E7E1DA;
}
.blog .alert{
  margin: -2.5em 0 4em 0;
}
.blog .alert p.border{
  padding-bottom: 2em;
}
@media all and (max-width: 992px){
  .blog header.note{
    padding: 0 20px 3em;
  }
  .blog .alert{
    padding: 0 20px;
  }
  .blog .alert p{
    padding: 0;
  }
}
@media all and (max-width: 700px){
  .blog .alert p.border{
    border-bottom: 1px solid #E7E1DA;
  }
}

.container a[rel*=attachment]{
  border: none;
}


.alignleft{
  float: left;
  margin: 0px 15px 10px 0;
}
.alignright{
  float: right;
  margin: 0px 0 10px 15px;
}
.alignleft .alignleft, .alignright .alignright{
  margin: 0;
}
@media (max-width: 510px){
  .alignleft, .alignright{
    float: none;
    margin: 15px 0;
  }
}

.wp-caption p.wp-caption-text{
  margin: .75rem 0;
  font-size: 1.05rem;
  line-height: 1.4;
  font-style: italic;
}

/* #Blog Post
----------------------------**/

.blog .main{
  padding: 3em 0 0;
}


section.main .blog-post p{
  margin-right: 0;
}

.blog span.pull-label{
  background: none;
  padding: 0;
  width: auto;
  position: relative;
  padding-left: 91px;
  margin-left: -38px;
}
.blog span.pull-label .date{
  background: #a99587;
  padding: 0.5em 1em;
  position: absolute;
  left: -2px;
}
.blog span.pull-label h1,
.blog-entries-home .blog-post h1{
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 1.1em;
  padding-top: 5px;
  padding-bottom: 5px;
}

.blog-entries-home .blog-post .date{
  display: block;
  margin-bottom: 1em;
  font-style: italic;
}

.blog-entries-home .blog-post {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog span.pull-label h1 a,
.blog span.pull-label h1 a:hover
.blog-entries-home .blog-post h1 a.
.blog-entries-home .blog-post h1 a:hover{
  color: #000;
}
@media all and (max-width: 992px){
  .blog span.pull-label{
    margin-left: -17px;
  }
}

.container article.blog-post{
  padding: 0em 0 1em 0;
  position: relative;
}
@media all and (max-width: 992px){
  .container article.blog-post{
    padding: 2em 20px 2em;
  }
  .container article.blog-post p{
    padding: 0;
  }
}
@media all and (max-width: 500px){
  .container article.blog-post{
    padding: 3.8em 20px 2em;
  }
}

.blog-post blockquote p{
  font-weight: 300;
  font-size: 1.15em;
  color: #a99780;
}


.blog-post p + ul{
  margin: -1.3em 0 1.5em 0;
}

.blog-post ul,
.blog-post ol{
  line-height: 1.75;
  padding-left: 28px;
  margin: 1.5em 0;
}
.blog-post ul li,
.blog-post ol li{
  list-style: disc;
  margin: 0.25em 0;
}

.blog-post ul ul,
.blog-post ol ol{
  font-size: 1em;
  margin: 0.35em 0;
}



.pin-this {
position: relative;
overflow: hidden;
display: inline-block;
width: auto;
max-width: 100%;
}

.pin-link{
  width: auto;
  height: 100%;
  max-width: 100%;
  display: inline-block;
}
.blog .pin-link:hover{
  border: none;
}

.pin-btn, .blog-post .pin-btn {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 50%;
  width: 78px !important;
  height: 29px !important;
  background: #ccc;
  margin-left: -39px;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.tablet .pin-btn, .tablet .blog-post .pin-btn{
  opacity: 1 !important;
}

.blog-post .pin-this a img.pin-btn{
  width: 78px !important;
}

.blog .pin-this:hover img{
  opacity: 0.5;
  transition: opacity 0.5s ease;
}
.blog .pin-this:hover img.pin-btn{
  top: 0px;
  opacity: 1;
}


.blog-post .pin-this{
  margin-bottom: 9px;
}
.blog-post .img-wrapper .pin-this{
  margin-bottom: 0;
}

.blog-post .img-wrapper{
  text-align: justify;
  margin-bottom: -16px;
}
.blog-post .img-wrapper:after{
  content: "";
  width: 100%;
  display: inline-block;
}
.blog-post .img-wrapper div{
  display: inline-block;
  width: 49.25%;
}
.blog-post .img-wrapper a:hover{
  border: none;
}
.blog-post .img-wrapper a img{
  width: 100%;
}
@media all and (max-width: 950px){
  .blog-post .img-wrapper div{
    display: inline-block;
    width: 49%;
  }
}
@media all and (max-width: 750px){
  .blog-post .img-wrapper div{
    display: inline-block;
    width: 48.8%;
  }
}
@media all and (max-width: 450px){
  .blog-post .img-wrapper div{
    width: 100%;
    margin-bottom: 9px;
  }
  .blog-post .img-wrapper a img{
    margin-bottom: 0;
  }
  .blog-post .img-wrapper{
    margin-bottom: 0;
  }
}




.blog-post .img-wrapper.wrap-three div{
  width: 32.5%;
}
@media all and (max-width: 700px){
  .blog-post .img-wrapper.wrap-three {
    margin-bottom: -16px;
  }
  .blog-post .img-wrapper.wrap-three div{
    width: 100%;
    margin-bottom: 9px;
  }
}





.blog-post .img-wrapper.stacked-left,
.blog-post .img-wrapper.stacked-right{
  height: 420px;
  overflow: hidden;
  margin-bottom: 9px;
}

.img-wrapper.stacked-left .stacked,
.img-wrapper.stacked-right .stacked{
  height: 100%;
  overflow: hidden;
}
.img-wrapper.stacked-right .stacked{
  float: right;
}

.img-wrapper.stacked-left > .pin-this{
  height: 99.5%;
  float: right;
}
.img-wrapper.stacked-right > .pin-this{
  height: 99.5%;
}


.img-wrapper .stacked .pin-this{
  display: block;
  width: 100%;
  height: 49%;
}
.img-wrapper .stacked .pin-this:first-child{
  margin-bottom: 9px;
}
.img-wrapper .stacked .pin-this img{
  height: 100%;
  width: auto;
}


@media all and (max-width: 992px){
  .blog-post .img-wrapper.stacked-left,
  .blog-post .img-wrapper.stacked-right{
    height: 600px;
    overflow: hidden;
  }
  .img-wrapper.stacked-left > .pin-this img,
  .img-wrapper.stacked-right > .pin-this img{
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 914px){
  .blog-post .img-wrapper.stacked-left,
  .blog-post .img-wrapper.stacked-right{
    height: 575px;
    overflow: hidden;
  }
}
@media all and (max-width: 874px){
  .blog-post .img-wrapper.stacked-left,
  .blog-post .img-wrapper.stacked-right{
    height: 500px;
    overflow: hidden;
  }

}
@media all and (max-width: 775px){
  .blog-post .img-wrapper.stacked-left,
  .blog-post .img-wrapper.stacked-right{
    height: 480px;
    overflow: hidden;
  }

}

@media all and (max-width: 768px){
  .img-wrapper .stacked .pin-this,
  .blog-post .img-wrapper div{
    width: 100%;
  }
  .img-wrapper .stacked .pin-this img{
    width: 100%;
    height: auto;
  }
  .blog-post .img-wrapper.stacked-right > .pin-this,
  .blog-post .img-wrapper.stacked-left .stacked{
    margin-bottom: 5px;
  }
  .blog-post .img-wrapper.stacked-left, .blog-post .img-wrapper.stacked-right{
    height: auto;
    margin-bottom: -9px;
  }
}




.blog-post footer{
  border-bottom: 1px solid #dad2c9;
  padding-bottom: 3em;
  padding-top: 0;
  min-height: 350px;
  background: none;
}

.blog-post footer aside{
  margin: 0 0 2em;
}

.blog-post footer .social{
  background: #dad2c9;
  padding: 1px 1.1em 0;
  color: #fff;
  height: 31px;
  line-height: 28px;
}
.blog-post .social a,
.blog-post .social a:visited{
  color: #fff;
}
.blog-post .social a.share{
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url('images/ui/sprite.png');
  background-position: -40px -40px;
  vertical-align: bottom;
  margin-left: 10px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
  .blog-post .social a.share{
    background: url('images/ui/sprite@2X.png');
    background-size: 240px 120px;
    background-position: -40px -40px;
  }
}
@media all and (max-width: 550px){
  .blog-post .social a.share{
    margin-left: 8px;
  }
}
.blog-post .social a.share:first-child{
  margin-left: 20px;
}
.blog-post .social a.facebook{
  background-position: -80px -40px;
}
.blog-post .social a.pinterest{
  background-position: -120px -40px;
}
.blog-post .social a.instagram{
  background-position: -160px -40px;
}
.blog-post .social a.share:hover,
.blog-post .social a.share:active{
  background-color: #a99587;
}
.social a.comments{
  float: right;
  padding-left: 2em;
  position: relative;
}
.social a.comments:hover{
  border: none;
}
.social a.comments span{
  line-height: 25px;
}
.social a.comments:hover:after{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 8px;
  margin-top: -4px;
  background: url('images/ui/sprite.png');
  background-position: -200px -69px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
  .social a.comments:hover:after{
    background: url('images/ui/sprite@2X.png');
    background-size: 240px 120px;
    background-position: -200px -69px;
  }
}
.social a.comments.toggle-on:hover:after{
  background-position: -220px -69px;
}
@media all and (max-width: 450px){
  .blog-post footer .social{
    padding: 0.1em 0 0;
  }
  .blog-post .social a.share{
    margin-left: 0px;
  }
  .blog-post .social > span{
    display: none;
  }
  .social a.comments{
    margin-right: 10px;
    padding-left: 1.7em;
  }
}


@media all and (max-width: 450px){
  .blog-post footer{
    min-height: 0;
  }
}

.blog-post footer h1{
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 1.1em 0;
}

.blog-entries-home {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5em;
}

.blog-entries-home .blog-post .featured-image img {
  object-fit: cover;
  height: 200px;
  width: 100%;
}

.blog-entries-home .blog-post .featured-image .pin-this,
.blog-entries-home .blog-post .featured-image .pin-this .pin-link {
  width: 100%;
}

.blog-entries-home article {
  margin-bottom: 1em;
}

@media all and (min-width: 0px ) and (max-width: 599px){
  .blog-entries-home {
    display: flex;
    flex-direction: column;
  }
  .blog-entries-home .blog-post .featured-image img {
    object-fit: cover;
    height: 300px;
    width: 100%;
  }
}

.blog-post .related{
  overflow: hidden;
}
@media all and (max-width: 450px){
  .blog-post .related{
    display: none;
  }
}

.blog-post .related a{
  display: inline-block;
  width: 108px;
  text-align: left;
  vertical-align: bottom;
  transition: opacity 0.5s ease;
}
.blog-post .related a:hover{
  border: none;
  opacity: 0.5;
}
.blog-post .related img{
  margin: 0 0 0.55em 0;
  width: inherit;
  max-width: 100%;
  height: auto;
}
.blog-post .related img:hover{
  opacity: 1;
}
.blog-post .related a span{
  line-height: 1.3;
  min-height: 80px;
  display: inline-block;
}
@media all and (max-width: 992px){
  .blog-post .related a{
    width: 19%;
  }
  .blog-post .related{
    height: 248px;
  }
}
@media all and (min-width: 0px ) and (max-width: 650px){
  .blog-post .related a{
    width: 24%;
  }
  .blog-post .related{
    height: 223px;
  }
}
@media all and (min-width: 0px ) and (max-width: 525px){
  .blog-post .related a{
    width: 32%;
  }
  .blog-post .related{
    height: 223px;
  }
}



.post-nav .previous{
  float: left;
  list-style-type: none;
}
.post-nav .next{
  float: right;
  list-style-type: none;
}

.blog-entries-home .post-nav {
  grid-column: 1 / 3;
}


div.abg{
  margin: 2.5em auto 3.75em;
  width: 100%;
  max-width: 470px;
  text-align: center;
}

@media all and (max-width: 560px){
  div.abg{
    display: none;
  }
}


/* --------------------------- */
/*  #Comment Styles
/* --------------------------- */

.comments-container {
  font-size: 1.2rem;
  font-weight: 300;
  padding: 1.2em 1.3em;
  margin: 0 0 2.5em 0;
  border: 1px solid #eeeae6;
  color: #777;
}
@media all and (max-width: 500px){
  .comments-container{
    border: none;
    padding: 0;
  }
}

.comments-container ul{
  font-size: 1em;
  line-height: inherit;
  padding-left: 0;
  margin: 1.5em 0;
}
.comments-container ul li{
  list-style: none;
}

.comments-container p.note{
  margin: 0;
  padding: 0.5em 1em;
  text-align: center;
  color: #a99780;
}

.comments-container h3{
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.95em;
  margin: 0 0 1.5em 0;
}
.comments-container p{
  color: #666;
}

/* Comment Form */
.comments-container input, .comments-container textarea{
  background: #eeeae6;
  padding: 0.32em 0.8em;
  color: #a99587;
  height: 29px;
}
.comments-container textarea{
  resize: none;
  width: 85%;
  height: 110px;
  max-width: 400px;
}

.comments-container input[type="submit"]{
  background: #eeeae6;
  color: #a99587;
}
.comments-container input[type="submit"]:hover{
  background: #dad2c9;
  color: #fff;
  cursor: pointer;
}
.comments-container .comment-form p{
  margin: 0.5em 0;
}
.comments-container .comment-form p.logged-in-as{
  margin: 1.5em 0;
}


/* Comments Display */

.commentlist .comment{
  margin: 0 0 2em 0;
  padding: 1.1em;
}
.commentlist .comment .children .comment{
  margin: 1.5em 0;
}

.commentlist .comment.even{
  background: #eeeae6;
  background: #F3F0ED;
  border: none;
}
.commentlist .comment.odd{
  border: 1px solid #eeeae6;
  background: #fff;
}

.comments-container .avatar{
  float: left;
  margin: 0 0.8em 0 0;
  width: 37px;
  height: 37px;
}
.comments-container .comment-meta{
  font-size: 0.85em;
  height: 37px;
  margin-bottom: 1.5em;
}
.comments-container .comment-meta cite{
  line-height: 1.9;
  font-style: normal;
  font-weight: 500;
  color: #a99587;
}
.comments-container .comment-meta span.comment-date{
  display: block;
  line-height: 1.5;
}
.commentlist .comment .comment-body p{
  margin: 0 0 1.5em 0;
}
.commentlist .comment .comment-body .awaiting-moderation{
  font-size: 0.85em;
}

.commentlist .comment .reply a{
  display: inline-block;
  font-size: 0.85em;
  background: #fff;
  padding: 0.5em 0.9em;
  border: none;
  float: right;
  margin-left: 5px;
}
.commentlist .comment.odd .reply a{
  background: #eeeae6;
}
.commentlist .comment .reply a:hover{
  background: #dad2c9;
  color: #fff;
}

.commentlist .comment.even.depth-2 .reply a,
.commentlist .comment.even.depth-3 .reply a{
  background: #fff;
}
.commentlist .comment.even.depth-2 .reply a:hover,
.commentlist .comment.even.depth-3 .reply a:hover{
  background: #dad2c9;
}
.commentlist .comment.odd.depth-3 .reply a{
  background: #eeeae6;
}
.commentlist .comment.odd.depth-3 .reply a:hover{
  background: #dad2c9;
}

/* --------------------------- */
/*  #Sidebar Styles
/* --------------------------- */

.blog .sidebar{
  padding-left: 30px;
  padding-right: 0;
}
@media all and (max-width: 992px){
  .blog .sidebar{
    padding: 0 20px;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media all and (min-width: 700px) and (max-width: 992px){
  .blog .sidebar{
    float: left;
    width: 35%;
  }
}


.blog .search input[type="search"],
.blog .search input[type="text"]{
  background: #eeeae6;
  padding: 0em 1em;
  height: 29px;
  color: #a99587;
  width: 88%;
}
.blog .alert .search input[type="search"]{
  max-width: 225px;
}
.blog .search input[type="submit"]{
  font-size: 0.85em;
  height: 29px;
  color: #dad2c9;
  font-weight: 900;
  vertical-align: top;
  background: none;
  background: #dad2c9 url('images/ui/sprite.png') no-repeat;
  background-position: 0px 0px;
  width: 12%;
  display: inline-block;
  margin: 0 0 0 -4px;
  max-width: 29px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
  .blog .search input[type="submit"]{
    background: #dad2c9 url('images/ui/sprite@2X.png');
    background-size: 240px 120px;
  }
}
.blog .search input[type="submit"]:hover{
  background-color: #a99587;
  background-position: 0px -40px;
}
.old-ie .blog .search input[type="submit"]{
  margin: 2px 0 0 -4px;
}

.sidebar aside{
  margin: 2em 0 3em;
}
.sidebar h1{
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 1.25rem;
  border-bottom: 1px solid #dad2c9;
  line-height: 3.3;
  margin: 0 0 0.85em 0;
}


.sidebar .latest-posts a{
  display: inline;
}
.sidebar aside a span{
  line-height: 1.7;
}
.sidebar aside a span.post-title{
  color: #000;
}

.sidebar .connect{
  text-align: justify;
}
.sidebar .connect:after{
  content: "";
  width: 100%;
  display: inline-block;
}
.sidebar .connect a{
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url('images/ui/sprite.png');
  background-position: -80px 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
  .sidebar .connect a{
    background: url('images/ui/sprite@2X.png');
    background-size: 240px 120px;
    background-position: -80px 0;
  }
}
.sidebar .connect a.facebook{
  background-position: -120px 0px;
}
.sidebar .connect a.pinterest{
  background-position: -160px 0px;
}
.sidebar .connect a.instagram{
  background-position: -200px 0px;
}
.sidebar .connect a:hover{
  background-color: #dad2c9;
}

.sidebar li{
  margin-bottom: 0.3em;
}

.styled-select {
  width: 220px;
  overflow: hidden;
  position: relative;
  margin-bottom: 22px;


  height: 29px;
  color: #a99587;
  width: 100%;
}
.styled-select:after{
  background: #dad2c9 url('images/ui/sprite.png') no-repeat;
  background-position: -200px -80px;
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  height: 30px;
  width: 30px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
  .styled-select:after{
    background: url('images/ui/sprite@2X.png');
    background-size: 240px 120px;
    background-position: -200px -80px;
  }
}
.styled-select select{
  width: 100%;
  height: 100%;
  padding: 0em 1em;

  background: #eeeae6;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.styled-select:hover{
  cursor: pointer;
}
.styled-select:hover:after{
  background-position: -200px -40px;
  background-color: #a99587;
}

.sidebar aside.categories ul{
  padding: 0;
  list-style: none;
}

/* --------------------------- */
/*  #Contact Page Styles
/* --------------------------- */

.contact h2, .thank-you h2, .error-404 h2{
  font-size: 1.1em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 2em 0;
  letter-spacing: 2.5px;
  font-size: 0.9em;
}

.contact-form, .thank-you, .error-404{
  padding: 0 3em 0;
}

@media all and (max-width: 875px){
  .contact-form, .thank-you, .error-404{
    padding: 0 20px 0;
  }
  section.main .contact-form p, section.main .thank-you p, section.main .error-404 p{
    padding: 0;
  }
}

#contact-wedding-details{
  display: none;
}

.contact .gform_body{
  width: 100%;
  max-width: 650px;
}

.gform_wrapper legend {
  font-size: 12px;
  line-height: 1.6;
}

.contact-form .gform_wrapper  li.contact-method.gfield.gf_list_inline label.gfield_label{
  margin-top: 20px;
}

.contact .contact-form .gform_wrapper input,
.contact .contact-form .gform_wrapper textarea{
  background: #eeeae6;
  padding: 0.4em 0.5em;
  font-size: 1em;
  color: #a99587;
  margin: 0 0 8px 0;
}
.contact .contact-form .gform_wrapper input[type="submit"]{
  background: #a99587;
  color: #fff;
  font-weight: 500;
  padding: 0.5em 1.2em;
}
.contact .contact-form .gform_wrapper input[type="submit"]:hover{
  background: #dad2c9;
  color: #a99587;
  cursor: pointer;
}

.contact label,
.contact .gform_wrapper .top_label .gfield_label{
  font-weight: 400;
}
.contact .gform_wrapper .gfield_required{
  color: #D15151;
}
.contact .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{
  margin-top: 1px;
  margin-left: 2px;
}

.contact .gform_wrapper .gform_footer{
  margin-top: 1rem;
}


/* --------------------------- */
/*  #Footer Styles
/* --------------------------- */

footer{
  background-color: #9e8d81;
  padding: 3em 0 4em;
  font-size: 1.19rem;
  color: #000;
}

footer #sb_instagram {
  margin-top: -3em;
  margin-bottom: 3em;
}

footer #sb_instagram a {
  border-bottom: 0px;
}

footer #sb_instagram .sbi_follow_btn.sbi_custom a {
  display:none;
}

footer .testimonial blockquote{
  background: #eeeae6;
  color: black;
  font-size: 1em;
  font-weight: 400;
  padding: 1.7em 2.7em;
  position: relative;
  font-style: italic;
}
footer .testimonial blockquote:after{
    top: 99%;
    left: 2.7em;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #eeeae6;
    border-width: 10px;
}
footer .testimonial p{
  margin: 2.5em 0 0 0;
  padding: 0 2.7em;
  font-style: italic;
}
footer .testimonial p span{
  text-transform: uppercase;
  letter-spacing: 3px;
  font-style: normal;
  display: block;
  font-size: 1.15em;
  line-height: 2;
}

footer .contact{
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media all and (max-width: 992px){
  footer .contact{
    padding-top: 2em;
    position: static;
  }
}
@media all and (max-width: 478px){
  footer .contact{
    padding-top: 3em;
    text-align: center;
  }
}

footer .contact aside{
  margin: 0.5em 0 0;
}
footer .contact a,
footer .contact a:visited,
footer .contact a:hover{
  color: #000;
  border: none;
}
footer .contact a:hover,
footer .contact a:active{
  border-bottom: 1px solid #B9ABA1;
}

footer .contact .social-media{
  margin-bottom: 1.9em;
}
footer .contact .social-media a,
footer .contact .social-media a:visited{
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #aa9b90 url('images/ui/sprite.png') no-repeat;
  background-position: -40px -80px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
  footer .contact .social-media a,
  footer .contact .social-media a:visited{
    background: #aa9b90 url('images/ui/sprite@2X.png');
    background-size: 240px 120px;
    background-position: -40px -80px;
  }
}
footer .contact .social-media a.facebook{
  background-position: -80px -80px;
}
footer .contact .social-media a.pinterest{
  background-position: -120px -80px;
}
footer .contact .social-media a.instagram{
  background-position: -160px -80px;
}
footer .contact .social-media a:hover,
footer .contact .social-media a:active{
  background-color: #eeeae6;
  border: none;
}

@media all and (max-width: 390px){
  footer .contact span.divider{
    display: none;
  }
  footer .contact span{
    display: block;
  }
}

/* #404 */

.error-404 .search input[type="search"], .error-404 .search input[type="text"] {
  background: #eeeae6;
  padding: 0em 1em;
  height: 29px;
  font-size: 0.85em;
  color: #a99587;
  width: 88%;
  max-width: 250px;
}
.error-404 .search input[type="submit"] {
  font-size: 0.85em;
  height: 29px;
  color: #dad2c9;
  font-weight: 900;
  vertical-align: middle;
  background: none;
  background: #dad2c9 url('images/ui/sprite.png') no-repeat;
  background-position: 0px 0px;
  width: 12%;
  display: inline-block;
  margin: -1px 0 0 -4px;
  max-width: 29px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
  .error-404 .search input[type="submit"] {
    background: url('images/ui/sprite@2X.png');
    background-size: 240px 120px;
  }
}
/* --------------------------- */
/*  #Supersized Styles
/* --------------------------- */

/*

  Supersized - Fullscreen Slideshow jQuery Plugin
  Version : 3.2.7
  Site  : www.buildinternet.com/project/supersized

  Author  : Sam Dunn
  Company : One Mighty Roar (www.onemightyroar.com)
  License : MIT License / GPL License

*/

* {
  margin:0;
  padding:0;
}

body {
  height:100%;
}

img {
  border:none;
}

.home header{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

#supersized-loader {
  position:absolute;
  top:50%;
  left:50%;
  z-index:0;
  width:60px;
  height:60px;
  margin:-30px 0 0 -30px;
  text-indent:-999em;
  background:url(../img/progress.gif) no-repeat center center;
}

#supersized {
  display:block;
  position:fixed;
  left:0;
  top:0;
  overflow:hidden;
  z-index: 1;
  height:100%;
  width:100%;
}

#supersized img {
  width: auto;
  height: auto;
  position: relative;
  display: none;
  outline: none;
  border: none;

  width: 100% !important;
  left: 0 !important;
  object-fit: cover;
  object-position: center center;
}

/* IE10 & IE11 Object Fit fallback */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #supersized img {
    width: auto !important;
  }
}

#supersized.speed img {
  -ms-interpolation-mode:nearest-neighbor;
  image-rendering: -moz-crisp-edges;
} /*Speed*/

#supersized.quality img {
  -ms-interpolation-mode:bicubic;
  image-rendering: optimizeQuality;
} /*Quality*/

#supersized li {
  display:block;
  list-style:none;
  z-index:-30;
  position:fixed;
  overflow:hidden;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#111;
}

#supersized a { width:100%; height:100%; display:block; padding-top: 95px; z-index: 99;}

  @media all and (min-width: 2000px) {
    #supersized a { padding-top: 155px; }
  }

  @media all and (min-width: 1800px) {
    #supersized a { padding-top: 125px; }
  }


  @media all and (min-width: 1590px) and (max-width: 1799px) {
    #supersized a { padding-top: 125px; }
  }

  @media all and (orientation:portrait) and (max-width: 430px) {
    #supersized a {
      padding-top: 100px;
    }
  }
  /* Smartphone landscape orientation */
  @media all and (orientation:landscape) and (min-width: 480px) and (max-width: 767px) {
    #supersized a {
      padding-top: 75px;
    }
  }

#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }




#supersized div.photographer{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0.7em;
  color: white;
  padding: 3px 7px;
  background: #9e8d81;
  z-index: 999;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
body.home:hover #supersized div.photographer{
  opacity: 0.95;
}

#supersized div.photographer a{
  display: inline;
  color: #fff;
  border: none;
}
#supersized div.photographer a:hover{
  color: #000;
  border: none;
}

/* ------------------------------------- */
/*  #Supersized Theme Styles (#Shutter)
/* ------------------------------------- */


/*

  Supersized - Fullscreen Slideshow jQuery Plugin
  Version : 3.2.7
  Site  : www.buildinternet.com/project/supersized

  Theme   : Shutter 1.2
  Author  : Sam Dunn
  Company : One Mighty Roar (www.onemightyroar.com)
  License : MIT License / GPL License

*/

  /* Controls Bar
  ----------------------------*/
  #controls-wrapper { margin:0 auto; height:42px; width:100%; bottom:0px; left:0; z-index:4; background:url(../img/nav-bg.png) repeat-x; position:fixed; }
    #controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }
      #slidecounter { float:left; color:#999; font:14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 0 -1px 0; margin:0px 10px 0 15px; line-height:42px; }
      /*#slidecaption { overflow:hidden; float:left; color:#FFF; font:400 14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 1px 1px 2px; margin:0 20px 0 0; line-height:42px; }*/

      #navigation { float:right; margin:0px 20px 0 0; }
        #play-button{ float:left; margin-top:1px;border-right:1px solid #333; background:url('../img/bg-hover.png') repeat-x 0 44px; }
          #play-button:hover{ background-position:0 1px; cursor:pointer; }


        #prevslide, #nextslide{
          opacity: 0;
        }

        body.home:hover{
          cursor: pointer;
        }
        body.home:hover #prevslide,
        body.home:hover #nextslide{
          opacity: 0.8;
        }
        body.home #prevslide:hover,
        body.home #nextslide:hover{
          opacity: 1;
          cursor: pointer;
        }

        body.touch #prevslide, body.touch #nextslide{
          opacity: 1;
        }


        #prevslide, #nextslide{
          position:absolute;
          top: 25%;
          z-index: 5;
          width: 100px;
          height: 50%;
          -webkit-transition: opacity 0.1s ease-in-out;
            -moz-transition: opacity 0.1s ease-in-out;
            -ms-transition: opacity 0.1s ease-in-out;
            -o-transition: opacity 0.1s ease-in-out;
            transition: opacity 0.1s ease-in-out;
        }
        #prevslide { left: 0px; background: rgba(255,255,255,0.0);}
        #nextslide { right: 0px; background: rgba(255,255,255,0.0);}

        #prevslide span{ left: 0; display: inline-block; height:10px; width:7px; background:url('images/ui/supersized/backarr-b.png') no-repeat center center; }
        #nextslide span{ right: 0; display: inline-block; height:10px; width:7px; background:url('images/ui/supersized/forwardarr-b.png') no-repeat center center; }

        #prevslide span, #nextslide span{
          position: absolute;
          top: 54%;
          background-color: rgba(0,0,0,0.7);
          background-color: rgba(255,255,255,0.8);

          padding: 27px 13px;
        }





        #prevslide:hover, #nextslide:hover{ cursor:pointer; }
        /*#prevslide:active, #nextslide:active{ margin-top:-19px; }*/

        @media all and (max-width: 450px){
          #prevslide, #nextslide{
            top:34%;
          }
          #prevslide span, #nextslide span{
            padding: 21px 10px;
          }
        }
        @media all and (orientation:landscape) and (min-width: 480px) and (max-width: 767px) {
          #prevslide, #nextslide{
            top: 33%;
          }
          #prevslide span, #nextslide span{
            padding: 25px 11px;
          }
        }

        ul#slide-list{ padding:15px 0; float:left; position:absolute; left:50%; }
          ul#slide-list li{ list-style:none; width:12px; height:12px; float:left; margin:0 5px 0 0; }
            ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background-position:0 0px; }
            ul#slide-list li a{ display:block; width:12px; height:12px; background:url('../img/nav-dot.png') no-repeat 0 -24px; }
              ul#slide-list li a:hover{ background-position:0 -12px; cursor:pointer; }

        #tray-button{ float:right; margin-top:1px; border-left:1px solid #333; background:url('../img/bg-hover.png') repeat-x 0 44px; }
          #tray-button:hover{ background-position:0 1px; cursor:pointer; }


  /* Progress Bar
  ----------------------------*/
  #progress-back{ z-index:5; position:fixed; bottom:42px; left:0; height:8px; width:100%; background:url('../img/progress-back.png') repeat-x; }
    #progress-bar{ position:relative; height:8px; width:100%; background:url('../img/progress-bar.png') repeat-x; }


  /* Thumbnail Navigation
  ----------------------------*/
  #nextthumb,#prevthumb { z-index:2; display:none; position:fixed; bottom:61px; height:75px; width:100px; overflow:hidden; background:#ddd; border:1px solid #fff; -webkit-box-shadow:0 0 5px #000; }
    #nextthumb { right:12px; }
    #prevthumb { left:12px; }
      #nextthumb img, #prevthumb img { width:150px; height:auto;  }
      #nextthumb:active, #prevthumb:active { bottom:59px; }
      #nextthumb:hover, #prevthumb:hover { cursor:pointer; }


  /* Thumbnail Tray
  ----------------------------*/
  #thumb-tray{ position:fixed; z-index:3; bottom:0; left:0; background:url(../img/bg-black.png); height:150px; width:100%; overflow:hidden; text-align:center; -moz-box-shadow: 0px 0px 4px #000; -webkit-box-shadow: 0px 0px 4px #000; box-shadow: 0px 0px 4px #000; }

    #thumb-back, #thumb-forward{ position:absolute; z-index:5; bottom:42px; height:108px; width:40px; }
      #thumb-back{ left:0; background: url('../img/thumb-back.png') no-repeat center center;}
      #thumb-forward{ right:0; background:url('../img/thumb-forward.png') no-repeat center center;}
        #thumb-back:hover, #thumb-forward:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
          #thumb-back:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
          #thumb-forward:hover{ border-left:1px solid rgba(256,256,256, 0.2); }


    ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0px; padding:0 0px; }
      ul#thumb-list li{ background:#111; list-style:none; display:inline; width:150px; height:108px; overflow:hidden; float:left; margin:0; }
        ul#thumb-list li img { width:200px; height:auto; opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); -webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; -ms-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
        ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }
        ul#thumb-list li:hover{ cursor:pointer; }





.old-ie * {
   font-weight: normal !important;
   font-style:  normal !important;
}
