/*
Theme Name: Intimate Weddings
Theme URI: http://www.intimateweddings.com
Description: Theme created for Intimate Weddings
Author: Example7 (Development) | Two Brunettes (Design) | Intimate Weddings
Version: 1.0
*/
/* ====================================================================
   Variables
   ==================================================================== */
/* -------------------[ Colors ]------------------- */
/* -------------------[ Fonts ]------------------- */
/* ====================================================================
   Imports
   ==================================================================== */
/* ====================================================================
   Normalize
   ==================================================================== */
   html {
    font-size: 100%;
/*     overflow-y: scroll; */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  
  body, figure, form {
    margin: 0;
    padding: 0;
  }
  
  article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
  }
  
  audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  
  audio:not([controls]), [hidden] {
    display: none;
  }
  
  a:focus {
    outline: thin dotted;
  }
  
  a:hover, a:active {
    outline: 0;
  }
  
  b, strong {
    font-weight: bold;
  } 
  
  pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
  }
  
  pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  
  q {
    quotes: none;
  }
  
  q:before, q:after {
    content: '';
    content: none;
  }
  
  small {
    font-size: 75%;
  }
  
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sup {
    top: -0.5em;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  img {
    border: none;
    -ms-interpolation-mode: bicubic;
  }
  
  img#wpstats {
    display: none;
  }
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  button, input, select, textarea {
    float: left;
    font-family: sans-serif;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
  }
  
  @media only screen and (min-width: 768px) {
    button, input, select, textarea {
      float: none;
    }
  }
  button, input {
    line-height: normal;
  }
  
  button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
  }
  
  button[disabled], input[disabled] {
    cursor: default;
  }
  
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
  }
  
  input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  
  input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  
  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  
  textarea {
    overflow: auto;
    vertical-align: top;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  td {
    vertical-align: top;
  }
  
  /* ====================================================================
     Global
     ==================================================================== */
  /* -------------------[ Layout ]------------------- */
  body {
    background-color: white;
  }
  
  body, html {
/*     overflow-x: hidden; */
  }
  
  @media (min-width: 960px) {
    body {
      background-image: url(images/global/background-ribbon.png), url(images/global/background-top-hearts.png), url(images/global/background-top.jpg), url(images/global/background-bot-hearts.png), url(images/global/background-bot.jpg);
      background-position: center 240px, center top, left top, center bottom, left bottom;
      background-repeat: no-repeat, no-repeat, repeat-x, no-repeat, repeat-x;
    }
  }
  img {
    max-width: 100%;
    height: auto;
  }
  
  .iw-container-wrap {
    max-width: 1145px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  
  @media (min-width: 1200px) {
    .iw-container-wrap {
      padding: 0 20px;
      width: 1145px;
    }
  }
  .iw-container {
    clear: both;
    margin: 0 auto;
    padding: 0;
    position: relative;
    background-color: #FFF;
  }
  
  #iw-content-sidebar-wrap {
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  
  #iw-content {
    clear: both;
    overflow: hidden;
    max-width: 800px;
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  
  @media (min-width: 960px) {
    .iw-container {
      box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
      -khtml-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    }
  }
  @media (min-width: 1200px) {
    #iw-content-sidebar-wrap {
      text-align: none;
      width: 1115px;
    }
  
    #iw-content {
      float: left;
      margin: 0;
      max-width: none;
      width: 800px;
    }
  }
  /* -------------------[ Fonts and Type ]------------------- */
  body, html {
    color: #666;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 19px;
  }
  
  a:link, a:visited, a:active {
    color: #419fab;
    text-decoration: none;
  }
  
  a:hover {
    color: #666;
    text-decoration: none;
  }
  
  .bold {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  #content ul li {
    margin: 0 0 0 -15px;
    padding: 0 0 3px 0;
    list-style: disc;
    list-style-position: outside;
  }
  
  #content ol li {
    margin: 0 0 0 -15px;
    padding: 0 0 3px 0;
    list-style-type: decimal;
    list-style-position: outside;
  }
  
  p, .p {
    margin: 0 0 15px 0;
  }
  
  .lowercase {
    text-transform: lowercase;
  }
  
  .titlecase {
    text-transform: capitalize !important;
  }
  
  .uppercase {
    text-transform: uppercase;
  }
  
  .oops {
    clear: both;
    width: 600px;
    margin: 50px auto;
    padding: 0 0 100px 0;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    font-style: normal;
    text-align: center;
  }
  
  /* -------------------[ Images ]------------------- */
  .alignleft,
  img.alignleft {
    float: left;
    display: inline;
    margin: 0 15px 12px 0;
  }
  .alignright,
  img.alignright {
    float: right;
    display: inline;
    margin: 0 0 15px 15px;
  }
  #iw-post .alignleft {
    width: 48%;
    margin: 0 .5% 12px;
  }
  #iw-post .alignleft img {
    width: 100%;
  }
  @media (max-width: 799px) {
    #iw-post .alignleft {
      width: 100%;
      margin: 0 0 12px 0;
    }
  }
  
  .aligncenter,
  img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .alignnone,
  img.alignnone {
    clear: both;
    margin: 0 0 5px 0;
  }
  
  /* -------------------[ Spacers ]------------------- */
  .break0 {
    clear: both;
    display: block;
    height: 1px;
  }
  
  .break1 {
    clear: both;
    display: block;
    height: 10px;
  }
  
  .break2 {
    clear: both;
    display: block;
    height: 20px;
  }
  
  .break3 {
    clear: both;
    display: block;
    height: 30px;
  }
  
  .break4 {
    clear: both;
    display: block;
    height: 40px;
  }
  
  .break5 {
    clear: both;
    display: block;
    height: 50px;
  }
  
  .break6 {
    clear: both;
    display: block;
    height: 60px;
  }
  
  .break7 {
    clear: both;
    display: block;
    height: 70px;
  }
  
  .break8 {
    clear: both;
    display: block;
    height: 80px;
  }
  
  .break9 {
    clear: both;
    display: block;
    height: 90px;
  }
  
  /* -------------------[ Floats ]------------------- */
  .go-left {
    clear: left;
    float: left;
  }
  
  .go-right {
    clear: right;
    float: right;
  }
  
  /* -------------------[ Pagination by Number ]------------------- */
  .pagination {
    clear: both;
    float: right;
    height: 35px;
    margin: 15px 0 50px 0;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
  }
  
  .pagination span,
  .pagination a {
    float: left;
    display: block;
    margin: 2px 5px 2px 0;
    padding: 1px 8px 2px 8px;
    border: 1px solid #CCC;
    border-radius: 5px;
    outline: #FFF;
    color: #419fab;
    text-decoration: none;
  }
  
  .pagination a:hover,
  .pagination .current {
    border: 1px solid #CCC;
    text-shadow: 1px 1px 1px #FFF;
  }
  
  .pagination a:hover {
    color: #666;
    background: #FFF;
  }
  
  .pagination .current {
    color: #FFF;
    background: #419fab;
  }
  
  .pagination .prev {
    margin: 4px 10px 0 0;
  }
  
  .pagination .next {
    margin: 4px 0 0 5px;
  }
  
  .pagination .prev,
  .pagination .next,
  .pagination .prev:hover,
  .pagination .next:hover {
    background: none;
    border: none;
  }
  
  /* ====================================================================
     Header
     ==================================================================== */
  /* -------------------[ Layout ]------------------- */
  .iw-header-out {
    clear: both;
/*     margin: 10px auto 0 auto; */
  }
  
  .iw-header-in {
    clear: both;
    margin: 0 auto;
    padding: 15px 0 0 0;
  }
  
  @media (min-width: 960px) {
    .iw-header-out {
      margin: 0 auto;
      padding-top: 30px;
    }
  }
  @media (min-width: 1200px) {
    .iw-header-out {
      width: 1125px;
    }
  
    .iw-header-in {
      width: 1115px;
    }
  }
  /* -------------------[ Menu Top ]------------------- */
  .iw-header-out .menu {
    clear: both;
    height: 20px;
    margin: 5px 0 7px 0;
    text-align: left;
    width: 650px;
  }
  
  @media (max-width: 960px) {
    .iw-header-out .menu {
      display: none;
    }
  
    .slicknav_menu {
      left: 20px;
      margin: 15px 0 0 0;
      position: absolute;
      right: 0;
      top: 155px;
      z-index: 99999;
    }
    .slicknav_menutxt {
      display: none;
    }
    .slicknav_btn {
      margin-left: 0px;
      display: inline-block;
    }
    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
      margin-top: 0.188em; 
    }
    .slicknav_menu .slicknav_icon-bar {
      display: block;
      width: 1.5em;
      height: 0.275em;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px;
      -webkit-box-shadow: 0 2px 0 #398C9C;
      -moz-box-shadow: 0 2px 0 #398C9C;
      box-shadow: 0 2px 0 #398C9C; }
    .slicknav_menu:before {
      content: " ";
      display: table; }
    .slicknav_menu:after {
      content: " ";
      display: table;
      clear: both; }
    
    .slicknav_nav {
      background: white;
      list-style: none;
      padding: 0;
      text-align: center;
    }
  
    .slicknav_nav li {
      line-height: 2;
      padding: 12px 0;
    }
  
    .slicknav_nav li .icon {
      display: none;
    }
  }
  @media (min-width: 960px) {
    .slicknav_menu {
      display: none;
    }
  
    .iw-header-out .menu {
      margin: 5px 0 7px 10px;
    }
  }
  .iw-header-out #nav-out,
  .iw-header-out #nav-out ul,
  .iw-header-out #nav-out li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .iw-header-out #nav-out li {
    float: left;
    margin: 0 30px 0 0;
  }
  
  .iw-header-out #nav-out li a,
  .iw-header-out #nav-out li a:link,
  .iw-header-out #nav-out li a:visited {
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.07em;
    text-align: center;
  }
  
  .iw-header-out #nav-out li a:hover,
  .iw-header-out #nav-out li.nav-out a:active,
  .iw-header-out ul#nav-out li.current a {
    color: #333;
  }
  
  .iw-header-out #nav-out a .icon {
    display: none;
  }
  
  .iw-header-out #nav-out a:hover .icon,
  .iw-header-out ul#nav-out li.current a .icon {
    display: block;
    margin-top: -42px;
    position: absolute;
    text-align: center;
    width: auto;
  }
  
  /* -------------------[ Logo ]------------------- */
  .iw-header-in .logo {
    background: url("images/global/logosmall.jpg") no-repeat;
    background-position: center top;
    clear: both;
    height: 60px;
    margin: 15px auto 0 auto;
    padding: 0 0 0 0;
    width: 305px;
    margin-bottom: 40px;
  }
  
  @media (min-width: 960px) {
    .iw-header-in .logo {
      background: url("images/global/logo.png") no-repeat;
      float: left;
      height: 120px;
      width: 610px;
      margin-bottom: 0;
    }
  }
  /* -------------------[ Social ]------------------- */
  .social {
    clear: none;
    display: block;
    float: none;
    margin: 0 auto;
    width: 355px;
    text-align: center;
    position: relative;
    top: 90px;
    right: 8px;
  }
  .social.mobile {
    clear: both;
    padding: 2px 0 40px;
    top: 0px;
    bottom: 10px;
    right: 0;
  }
  #social {
    margin: 0;
  }
  #social ul,
  #social li,
  #social2 ul,
  #social2 li {
    display: inline;
    height: 39px;
    list-style: none;
    margin: 5px 0;
    padding: 0;
  }
  
  @media (min-width: 960px) {
    .social {
      clear: right;
      float: right;
      margin: auto;
      width: auto;
    }
  
    #social ul,
    #social li,
    #social2 ul,
    #social2 li {
      float: right;
    }
  }
  @media (max-width: 959px) {
    #iw-footer-in {
      clear: both;
    }
    #iw-footer-in .menu {
      display: block;
      float: none;
      width: 100%;
    }
    #social {
      margin-top: 30px;
      display: block;
    }
    .social.header {
      display: none;
    }
  }
  
  li.social1 a,
  li.social2 a,
  li.social3 a,
  li.social4 a,
  li.social5 a,
  li.social6 a {
    display: inline-block;
    float: left;
    height: 39px;
    margin: 0 4px;
    overflow: hidden;
    text-indent: -10000px;
  }
  
  li.social1 a {
    background: url(images/global/social_subscribe.png) no-repeat 0 0;
    width: 37px;
  }
  
  li.social2 a {
    background: url(images/global/social_pinterest.png) no-repeat 0 0 !important;
    width: 36px !important;
    color: transparent !important;
    text-indent: 39px !important;
    border: none !important;
    box-shadow: none !important;
  }
  
  li.social3 a {
    background: url(images/global/social_twitter.png) no-repeat 0 0;
    width: 36px;
  }
  
  li.social4 a {
    background: url(images/global/social_facebook.png) no-repeat 0 0;
    width: 37px;
  }
  
  li.social5 a {
    background: url(images/global/social_instagram.png) no-repeat 0 0;
    opacity: 0.8;
    width: 37px;
  }
  
  li.social6 a {
    background: url(images/global/social_google.png) no-repeat 0 0;
    width: 37px;
  }
  
  li.social1 a:hover,
  li.social2 a:hover,
  li.social3 a:hover,
  li.social4 a:hover,
  li.social6 a:hover {
    background-position: 0 -39px !important;;
    color: transparent !important;
  }
  
  li.social5 a:hover {
    background-position: 0 -40px;
  }
  
  /* -------------------[ Menu Ribbon ]------------------- */
  .iw-header-ribbon {
    background: url(images/global/background-ribbon-nav.png) repeat-x 0 0;
    clear: both;
    height: 68px;
    margin: 15px 0 0 0;
    padding: 0;
    text-align: center;
  }
  
  .iw-header-ribbon .icon {
    display: none;
  }
  
  .iw-header-ribbon #nav-in a .background {
    display: none;
  }
  .iw-header-ribbon #nav-in {
    //background: #FFF;
    //border: 1px solid #ccc;
    //display: none;
    //left: 50%;
    //list-style: none;
    //padding: 0;
    //position: absolute;
    //transform: translateX(-50%);
    //z-index: 999999999999;
  }
  
  .iw-header-ribbon #nav-in li {
    display: inline-block;
    padding: 10px 0;
    width: auto;
  }
  
  .iw-header-ribbon .icon img {
    display: none;
  }
  
  .iw-header-ribbon .icon {
    padding: 0 !important;
  }
    .iw-header-ribbon #nav-in li a,
    .iw-header-ribbon #nav-in li a:link,
    .iw-header-ribbon #nav-in li a:visited {
      color: #666;
      font-family: 'Amatic SC', cursive;
      font-weight: 700;
      font-style: normal;
      font-size: 20px;
      line-height: 20px;
      letter-spacing: 0.07em;
      text-align: center;
    }
  
    .iw-header-ribbon #nav-in li a:hover,
    .iw-header-ribbon #nav-in li.nav-in a:active,
    .iw-header-ribbon ul#nav-in li.current a {
      color: #333;
      position: relative;
      z-index: 100;
    }
  
  @media (max-width: 779px) {
    .iw-header-ribbon #nav-in li a {
      font-size: 16px !important;
      max-width: 60px !important;
      display: block;
      width: auto;
    }
    .iw-header-ribbon .hide {
      display: none !important;
    }
    .iw-header-ribbon #nav-in {
      padding: 0;
    }
    .iw-header-ribbon #nav-in li {
      padding-top: 16px;
    }
    .iw-header-ribbon #nav-in li.blog-link {
      position: relative;
      bottom: 10px;
    }
    
  }
  @media (min-width: 780px) {
  
  
    .iw-header-ribbon .menu {
      clear: both;
      float: left;
      height: 20px;
      margin: 25px 0 0 18px;
      text-align: left;
    }
  
    .iw-header-ribbon #nav-in {
      background: transparent;
      border: none;
      left: 0;
      list-style: none;
      padding: 0;
      position: static;
      transform: none;
      z-index: auto;
    }
  
    .iw-header-ribbon #nav-in li {
      display: block;
      float: left;
      margin: 0 20px 0 0;
      width: auto;
    }
  
    .iw-header-ribbon #nav-in,
    .iw-header-ribbon #nav-in ul,
    .iw-header-ribbon #nav-in li {
      list-style: none;
      margin: 0;
      padding: 0;
    }
  
    .iw-header-ribbon #nav-in li {
      float: left;
      margin: 0 20px 0 0;
    }
  
  
    .iw-header-ribbon .icon img {
      margin: 0 0 -5px 0;
    }
  
    .iw-header-ribbon #nav-in a:hover .background,
    .iw-header-ribbon ul#nav-in li.current a .background {
      display: block;
      height: 30px;
      position: absolute;
      text-align: center;
      top: 0;
      z-index: -1;
    }
  
    .iw-header-ribbon #nav-in a:hover .nav1,
    .iw-header-ribbon ul#nav-in li.current a .nav1 {
      margin-left: -12px;
      width: 132px;
    }
  
    .iw-header-ribbon #nav-in a:hover .nav2,
    .iw-header-ribbon ul#nav-in li.current a .nav2 {
      margin-left: -22px;
      width: 132px;
    }
  
    .iw-header-ribbon #nav-in a:hover .nav3,
    .iw-header-ribbon ul#nav-in li.current a .nav3 {
      margin-left: -23px;
      width: 133px;
    }
  
    .iw-header-ribbon #nav-in a:hover .nav4,
    .iw-header-ribbon ul#nav-in li.current a .nav4 {
      margin-left: -19px;
      width: 134px;
    }
  
    .iw-header-ribbon #nav-in a:hover .nav5,
    .iw-header-ribbon ul#nav-in li.current a .nav5 {
      margin-left: -27px;
      width: 92px;
    }
  
    .iw-header-ribbon #nav-in a:hover .nav6,
    .iw-header-ribbon ul#nav-in li.current a .nav6 {
      margin-left: -24px;
      width: 89px;
    }
  
    .iw-header-ribbon #nav-in a:hover .nav7,
    .iw-header-ribbon ul#nav-in li.current a .nav7 {
      margin-left: -28px;
      width: 89px;
    }
  }
  @media (min-width: 1060px) {
    .iw-header-ribbon .icon {
      display: block;
    }
  
    .iw-header-ribbon .icon img {
      display: block;
    }
  }
  /* -------------------[ Mobile Search ]------------------- */
  .mobile-search {
    z-index: 99999;
    /* 10 */
  }
  
  .mobile-search-icon {
    display: inline-block;
    height: 22px;
    margin-right: 3px;
    padding: 11px;
    position: absolute;
    right: 0;
    top: 2px;
    width: 22px;
    z-index: 99999;
    /* 12 */
  }
  
  .search-form {
    display: none;
    left: 10px;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  
  .screen-reader-text {
    display: none;
  }
  
  .search-field {
    padding: 12px;
    width: 72%;
  }
  
  .search-submit {
    padding: 12px 0;
    width: 22%;
  }
  
  @media (max-width: 960px) {
    .mobile-search, .mobile-search-icon {
      top: 90px;
    }
    .search-form {
      top: 90px;
      left: 50px;
      width: 90%;
    }
    .search-field {
      width: 60%;
    }
    .search-submit {
      width: 15%;
      margin-left: 2%;
    }
  }
  /* ====================================================================
     Sidebar
     ==================================================================== */
  /* -------------------[ Layout ]------------------- */
  #iw-sidebar {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 300px;
  }
  
  @media (min-width: 1200px) {
    #iw-sidebar {
      float: left;
      margin: 3px 0 0 20px;
      overflow: visible;
    }
  }
  .widget,
  .widgettext,
  .textwidget,
  widget_text {
    list-style: none;
  }
  
  #iw-sidebar ul {
    margin: 0;
    padding: 0;
  }
  
  #iw-sidebar ul li {
    list-style: none;
    margin: 0 0 4px 0;
    padding: 0;
  }
  
  /* -------------------[ Search Cats Archives ]------------------- */
  #iw-sidebar .sca-box-top {
    position: absolute;
    display: block;
    width: 325px;
    height: 40px;
    margin: 0 0 0 -12px;
    padding: 0;
    background: url(images/sidebar/sca-box_background-top.png) no-repeat 0 0;
  }
  
  #iw-sidebar .sca-box {
    width: 325px;
    margin: 0 0 0 -12px;
    padding: 0;
    background: url(images/sidebar/sca-box_background-mid.png) repeat-y 0 0;
  }
  
  #iw-sidebar .sca-box-bot {
    width: 325px;
    height: 25px;
    margin: 0 0 15px -12px;
    padding: 0;
    background: url(images/sidebar/sca-box_background-bot.png) no-repeat 0 0;
  }
  
  #iw-sidebar .section {
    overflow: hidden;
    width: 255px;
    margin: 0 auto;
    padding: 40px 0 0 0;
  }
  
  #iw-sidebar ul.tabs {
    height: 30px;
    list-style: none;
  }
  
  #iw-sidebar .tabs li {
    float: left;
    display: inline;
    position: relative;
    width: 85px;
    color: #333;
    font-family: 'Dawning of a New Day', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
  }
  
  #iw-sidebar .tabs li:hover,
  #iw-sidebar .tabs li.current {
    color: #333;
    background: url(images/sidebar/sca-box_title-hover.png) no-repeat 3px 3px;
  }
  
  #iw-sidebar .box,
  #iw-sidebar .box.visible {
    margin: 20px 0 0 0;
    padding: 0 15px 0 35px;
    text-align: left;
  }
  
  #iw-sidebar .box {
    display: none;
  }
  
  #iw-sidebar .box.visible {
    display: block;
  }
  
  #iw-sidebar .box li,
  #iw-sidebar .box.visible li {
    list-style-type: none;
  }
  
  #iw-sidebar .box a:link,
  #iw-sidebar .box a:active,
  #iw-sidebar .box a:visited {
    color: #333;
    text-decoration: none;
  }
  
  #iw-sidebar .box a:hover {
    color: #333;
    text-decoration: none;
  }
  
  #iw-sidebar .box .searchform {
    display: inline;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
  }
  
  #iw-sidebar .box .searchbox {
    display: inline;
    width: 160px;
    height: 20px;
    margin: 0;
    padding: 3px 3px 0 7px;
    background-color: #FFF;
    font-size: 12px;
  }
  
  #iw-sidebar .box .searchsubmit {
    float: right;
    width: 25px;
    padding: 1px 3px 0 0;
    background: none !important;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  
  #iw-sidebar .box .venuelink {
    clear: both;
    width: 255px;
    margin: 15px 0 0 -30px;
    padding: 0;
    color: #333;
    font-family: 'Dawning of a New Day', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
  }
  
  #iw-sidebar .box .searchsubmit a:link,
  #iw-sidebar .box .venuelink a:link {
    color: #333 !important;
  }
  
  #iw-sidebar .box .searchsubmit:hover,
  #iw-sidebar .box .venuelink:hover {
    color: #333 !important;
  }
  
  /* -------------------[ Newsletter  ]------------------- */
  
  .newsletter-form_wrapper {
    background: url('images/venues/background_graphpaper.png') center center;
    padding: 16px 20px;
    border-top: 1px dashed #aaa;
    border-bottom: 1px dashed #aaa;
    margin-bottom: 12px;
    min-height: 150px;
  }
  .newsletter-form_wrapper h3.gform_title {
    margin: 0 0 12px;
    font: 30px 'Amatic SC', cursive !important;
    font-weight: bold;
    text-align: center;
    
  }
  .newsletter-form_wrapper .gform_description {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
  }
  .newsletter-form_wrapper .gform_body {
    margin: 12px 0;
  }
  .newsletter-form_wrapper label {
    display: none !important;
  }
  .newsletter-form_wrapper input.large{
    background: #fff ;
    box-shadow: 0 0 5px rgba(209, 236, 232, 1) !important;
    margin-bottom: 10px !important;
  }
  .newsletter-form .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
  }
  .newsletter-form_wrapper .button {
      background: url(images/sidebar/sca-box_title-hover.png);
    font-size: 24px !important;
    line-height: 20px;
    font-family: 'Amatic SC', cursive;
      width: 79px;
      
  }
  
  
  /* -------------------[ FB Like Box ]------------------- */
  .fb-like-box {
    clear: both;
    display: block;
    position: relative;
    right: 0;
    width: 300px;
    margin: 15px 0;
    padding: 0;
  }
  
  /* -------------------[ Additional Areas ]------------------- */
  .sidebar-area-1,
  .sidebar-area-2 {
    width: 300px;
    margin: 0 0 15px 0;
    padding: 0;
  }
  
  /* ====================================================================
     ADS
     ==================================================================== */
  /* -------------------[ Header ]------------------- */
  .iw-header-out .ad {
    height: 90px;
    margin: 10px auto 20px auto;
    text-align: center;
  }
  
  .iw-header-out .ad ul {
    margin-left: -40px;
  }
  
  /* -------------------[ Inline Ad Banner ]------------------- */
  #ad-inline-banner {
    display: none;
  }
  
  @media only screen and (min-width: 1024px) {
    #ad-inline-banner {
      box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
      clear: both;
      display: block;
      height: 90px;
      margin: 25px 0 25px 35px;
      padding: 1px;
      text-align: left;
      width: 728px;
    }
  }
  .profile-left-free #ad-inline-banner {
    margin: 25px 0 25px 35px;
  }
  
  /* -------------------[ Why Do Work Plugin ]------------------- */
  #wdw-banner-468x60 {
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
    clear: both;
    height: 60px;
    margin: 0 auto 25px auto;
    padding: 1px;
    text-align: center;
    width: 468px;
  }
  
  /* -------------------[ Blog - after 1st and 2nd Post ]------------------- */
  .iw-adspace {
    background: url(images/venues/background_graphpaper.png) repeat left top;
    clear: both;
    margin-left: 0;
    padding: 30px;
  }
  
  .iw-adspace .left {
    height: 250px;
    margin: 30px auto;
    width: 300px;
  }
  
  .iw-adspace .right {
    background-color: #FFF;
    height: 250px;
    margin: 30px auto;
    width: 300px;
  }
  
  .iw-adspace .right ul,
  .iw-adspace .right li {
    margin: 0;
    padding: 0;
  }
  
  @media (min-width: 768px) {
    .iw-adspace {
      height: 250px;
      margin: 0 0 50px 0;
      width: 640px;
    }
  
    .iw-adspace .left {
      float: left;
      margin: 0 auto;
    }
  
    .iw-adspace .right {
      float: right;
      margin: 0 auto;
    }
  }
  /* -------------------[ Sidebar ]------------------- */
  .ad-space-pos1 {
    display: none;
  }
  
  .ad-space-pos1.mobile, .ad-space-pos2.mobile {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
  }
  
  .ad-space-pos1.mobile ul, .ad-space-pos2.mobile ul {
    padding-left: 0;
  }
  
  .clearfix {
    clear: both;
  }
  
  #div-gpt-ad-1426964955410-0[style] {
    margin: 0 auto;
  }
  
  @media (min-width: 768px) {
    .ad-space-pos1.mobile, .ad-space-pos2.mobile {
      display: none;
    }
  }
  @media (min-width: 1200px) {
    .ad-space-pos1 {
      display: block;
      height: 100%;
      margin: 0 0 15px 0;
      padding: 0;
      width: 300px;
    }
  
    .ad-space-pos2 {
      display: block;
      height: auto;
      margin: 0 0 15px 0;
      padding: 0;
      width: 300px;
    }
  
    #ad-space-pos3 {
      clear: both;
      display: block;
      /*height: 600px !important;
      max-height: 600px !important; */
      margin: 10px 0 15px 0 !important;
      padding: 0;
      width: 300px;
    }
  
    .ad-space-pos3 ul {
      height: 600px;
      margin: 0;
      padding: 0;
      width: 300px;
    }
  
    #ad_pos3_left,
    .ad-left-120 {
      clear: both;
      display: block !important;
      float: left !important;
      height: 600px !important;
      margin: 0;
      padding: 0;
      width: 120px !important;
    }
  
    #ad_pos3_right,
    .ad-right-160 {
      display: block !important;
      float: right !important;
      margin: 0;
      /*height: 600px !important;
      max-height: 600px !important; */
      max-width: 160px !important;
      min-height: 600px !important;
      padding: 0;
      position: relative;
      top: 0px;
      width: 160px !important;
    }
  
    .ie8 #ad_pos3_left {
      clear: both;
      float: none;
      height: 600px;
      margin: 0 0 0 90px;
      width: 300px;
    }
  
    .ie8 #ad_pos3_right {
      clear: both;
      height: 600px;
      margin: -560px 70px 0 0;
      padding: 0 0 610px 0;
      width: 300px;
    }
  
    .ie9 #ad_pos3_left {
      clear: both;
      float: none;
      height: 600px;
      margin: 0 0 0 90px;
      width: 300px;
    }
  
    .ie9 #ad_pos3_right {
      clear: both;
      height: 600px;
      margin: -560px 70px 0 0;
      padding: 0 0 610px 0;
      width: 300px;
    }
  
    .ad-space-pos4 {
      margin: 0 0 15px 0;
      padding: 0;
      width: 300px;
    }
  
    .ad_pos4_left {
      display: block;
      float: left;
      height: 600px;
      width: 120px;
    }
  
    .ad_pos4_right {
      display: block;
      float: right;
      height: 600px;
      width: 160px;
    }
  
    .oio-group-1 {
      margin: 0 0 15px 0;
      padding: 0;
      width: 300px;
    }
  }
  /* -------------------[ Footer ]------------------- */
/*   .footer-ads {
    display: none;
  } */
  
  @media (min-width: 768px) {
    .footer-ads {
      width: 728px;
      margin: 30px auto;
      text-align: center;
    }
  
    .footer-ads ul {
      margin-left: -40px;
    }
  
    .footer-ads ul li {
      margin-bottom: 20px;
    }
  }
  /* -------------------[ Mobile ]------------------- */
  .mobile-ad {
    display: block;
    text-align: center;
  }
  
  .mobile-google-top {
    display: block;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 320px;
  }
  
  @media only screen and (min-width: 768px) {
    .mobile-google-top {
      left: 50%;
      transform: translateX(-50%);
    }
  
    .mobile-ad {
      display: none;
    }
  
    .mobile-google-top {
      display: none;
    }
  
    #ad-inline-banner {
      display: block;
    }
  }
  /* ====================================================================
     Footer
     ==================================================================== */
  /* -------------------[ Layout ]------------------- */
  #iw-footer-in {
    clear: both !important;
    margin: 40px 0 0 0;
    padding: 0;
    text-align: center;
  }
  
  /* -------------------[ Menu ]------------------- */
  #iw-footer-in .menu {
    margin: 0 auto;
    padding: 0;
    float: left;
    text-align: center;
  }
  
  #iw-footer-in #nav-footer,
  #iw-footer-in #nav-footer ul,
  #iw-footer-in #nav-footer li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  #iw-footer-in #nav-footer li {
    margin: 0 7px 0 12px;
  }
  
  #iw-footer-in #nav-footer li a,
  #iw-footer-in #nav-footer li a:link,
  #iw-footer-in #nav-footer li a:visited {
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  
  #iw-footer-in #nav-footer li a:hover,
  #iw-footer-in #nav-footer li.nav-in a:active,
  #iw-footer-in ul#nav-footer li.current a {
    color: #419fab;
  }
  
  #iw-footer-in .icon img {
    margin: 0 0 -5px 0;
  }
  
  #iw-footer-in .icon {
    display: none;
  }
  
  @media (min-width: 768px) {
    #iw-footer-in {
      height: 75px;
      background: url(images/global/background-footer-in.png) no-repeat 0 35px;
    }
  
    #iw-footer-in .menu {
      height: 25px;
    }
  
    #iw-footer-in #nav-footer li {
      float: left;
    }
  
    #iw-footer-in .icon {
      display: block;
    }
  }
  /* -------------------[ Credits ]------------------- */
  #iw-footer-out {
    clear: both;
    margin: 10px auto;
    padding: 0;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.07em;
    text-align: center;
  }
  
  /* ====================================================================
     Pages
     ==================================================================== */
  /* -------------------[ Layout ]------------------- */
  .iw-page {
    overflow: hidden;
    margin: 20px auto;
    padding: 15px;
  }
  
  .iw-page h1 {
    clear: both;
    height: 50px;
    margin: 0;
    padding: 7px 2px 30px 2px;
    background: url(images/global/header_background_paper-grid.png) no-repeat left top;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0;
    text-align: center;
  }
  
  .iw-page h1:before {
    position: relative;
    top: -4px;
    right: 25px;
    content: url(images/global/header_background_heart.png);
  }
  
  .iw-page h1:after {
    position: relative;
    top: -4px;
    left: 25px;
    content: url(images/global/header_background_heart.png);
  }
  
  @media (min-width: 1200px) {
    .iw-page {
      width: 750px;
      padding: 0;
    }
  
    .iw-page h1 {
      width: 746px;
    }
  }
  /* -------------------[ Excerpts on Home/Wedding Venues - Thumbnail and Title ]------------------- */
  .iw-excerpt-featured-wrap .ribbon .break {
    clear: both;
    display: block;
    height: 4px;
    margin: -1px 0 15px 0;
    background-color: #e3f3f1;
  }
  
  .iw-excerpt-featured-wrap h1 {
    clear: both;
    position: relative;
    margin: 15px 0 0 0;
    padding: 5px 5px 7px 10px;
    background: url(images/global/heart.png) no-repeat 490px 7px #e3f3f1;
    border-bottom: 1px dashed #999;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
  }
  
  .wedven h1 {
    background: #e3f3f1;
  }
  
  .iw-excerpt-featured-wrap h1 .right {
    float: right;
    width: 270px;
    padding: 2px 0 0 0;
    text-align: left;
    color: #666;
    font-family: 'Dawning of a New Day', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
    text-indent: 8px;
  }
  
  .iw-excerpt-featured-wrap h1 .right-mobile {
    float: right;
    padding: 2px 0 0 0;
    text-align: left;
    color: #666;
    font-family: 'Dawning of a New Day', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
    text-indent: 8px;
  }
  
  
  /* ------------------- main heading changes------------------- */
  
  .iw-excerpt-featured-wrap h2 {
    clear: both;
    position: relative;
    margin: 15px 0 0 0;
    padding: 5px 5px 7px 10px;
    background: url(images/global/heart.png) no-repeat 490px 7px #e3f3f1;
    border-bottom: 1px dashed #999;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
  }
  
  .iw-excerpt-featured-wrap h2 .right {
    float: right;
    width: 270px;
    padding: 2px 0 0 0;
    text-align: left;
    color: #666;
    font-family: 'Dawning of a New Day', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
    text-indent: 8px;
  }
  
  .iw-excerpt-featured-wrap h2 .right .diy {
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
  }
  
  span.right-mobile a {
      display: none;
  }
  
  .ribbon h2 a {
      color: #666;
  }
  
  a.fancybox h2 {
      font-size: 19px;
      font-family: 'Amatic SC', cursive;
      font-weight: 400;
      font-style: normal;
      font-size: 19px;
      letter-spacing: 0.07em;
      text-align: center;
      position: relative;
      top: -15px;
  }
  
  .iw-diy-real-weddings .cats h2 {
      display: inline-block;
      margin: 8px;
      vertical-align: top;
      width:21%;
  }
  
  
  
  
  
  
  
  
  @media screen and (min-width: 768px) {
    .iw-excerpt-featured-wrap h1 .right-mobile {
      display: none;
    }
    
  .iw-excerpt-featured-wrap .right-mobile {
      display: none;
  }
  
  span.right-mobile a {
      display: inline;
  }
  
  .iw-diy-real-weddings .cats h2 {
      display: inline-block;
      margin: 8px;
      vertical-align: top;
  }
    
  .iw-excerpt-featured-wrap .right-mobile {
      float: right;
      padding: 2px 0 0 0;
      text-align: left;
      color: #666;
      font-family: 'Dawning of a New Day', cursive;
      font-weight: 400;
      font-style: normal;
      font-size: 22px;
      line-height: 28px;
      letter-spacing: 0;
      text-indent: 8px;
      margin-top: -30px;
      margin-top: -30px;
      position: relative;
      top: -6px;
  }  
  }
  
  
  .iw-excerpt-featured-wrap h1 a:link,
  .iw-excerpt-featured-wrap h1 a:active,
  .iw-excerpt-featured-wrap h1 a:visited {
    color: #666;
    text-decoration: none;
    text-shadow: none;
  }
  
  .iw-excerpt-featured-wrap h1 a:hover {
    color: #999;
    text-decoration: none;
    text-shadow: none;
  }
  
  .iw-excerpt-featured-wrap h1:after {
    position: absolute;
    right: -15px;
    bottom: 0px;
    border: 21px solid #e3f3f1;
    border-right: 12px solid transparent;
    border-left: 12px solid #e3f3f1;
    content: " ";
  }
  
  @media (max-width: 525px) {
    .iw-excerpt-featured-wrap h1:after, .iw-excerpt-featured-wrap h1 .right .diy, .iw-excerpt-featured-wrap h1 .right {
      display: none;
    }
    
      .iw-excerpt-featured-wrap h1:after, .iw-excerpt-featured-wrap h2 .right .diy, .iw-excerpt-featured-wrap h2 .right {
      display: none;
    }
    
  span.right-mobile a {
      display: inline;
  }
  
  .iw-diy-real-weddings .cats h2 {
      display: inline-block;
      margin: 8px;
      vertical-align: top;
      width:80%;
  }
  
  .iw-excerpt-featured-wrap .right-mobile {
      float: right;
      padding: 2px 0 0 0;
      text-align: left;
      color: #666;
      font-family: 'Dawning of a New Day', cursive;
      font-weight: 400;
      font-style: normal;
      font-size: 22px;
      line-height: 28px;
      letter-spacing: 0;
      text-indent: 8px;
      margin-top: -30px;
      margin-top: -30px;
      position: relative;
      top: -6px;
  }
    
  }
  
  
  
  .iw-excerpt-featured-wrap h1 .right .diy {
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
  }
  
  .iw-excerpt-featured-wrap .ideas {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  
  .iw-excerpt-featured a {
    clear: both;
    float: none;
    display: inline-block;
    height: 315px;
    margin: 0 8px 10px 8px;
    vertical-align: top;
  }
  
  .iw-excerpt-featured img {
    width: 225px;
    height: 225px;
    padding: 10px;
    border: 1px solid #e3f3f1;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  }
  
  .iw-excerpt-featured img:hover {
    width: 225px;
    height: 225px;
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  
  .iw-excerpt-featured .title {
    display: block;
    vertical-align: middle;
    width: 245px;
    height: 40px;
    margin: 0 auto;
    padding: 5px 0 30px 0;
    background: url(images/home/home-excerpt_background-title.png) no-repeat 0 3px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
  }
  
  .iw-excerpt-featured a {
    color: #666;
  }
  
  .iw-excerpt-featured a:hover {
    color: #999;
  }
  
  /* -------------------[ Bottom Nav Links on Home/Wedding Venues and Other Areas - Graph Paper ]------------------- */
  .graph-bottom-nav_top {
    clear: both;
    height: 18px;
    margin: 0;
    padding: 0;
    background: url(images/global/graph-bottom-nav_background-top.jpg) no-repeat 0 0;
  }
  
  .graph-bottom-nav {
    margin: -15px 0 -15px 0;
    padding: 10px 0;
    background: url(images/global/graph-bottom-nav_background-mid.jpg) repeat-y 0 0;
    color: #999;
    font-size: 13px;
    line-height: 18px;
  }
  
  .graph-bottom-nav_bot {
    clear: both;
    height: 18px;
    margin: 0 0 15px 0;
    padding: 0;
    background: url(images/global/graph-bottom-nav_background-bot.jpg) no-repeat 0 0;
  }
  
  .graph-bottom-nav h1 {
    clear: both;
    position: relative;
    margin: 15px 0;
    padding: 5px 5px 5px 15px;
    background: url(images/global/heart.png) no-repeat 490px 5px #e3f3f1;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
  }
  
  .graph-bottom-nav h2 {
    clear: both;
    position: relative;
    margin: 15px 0;
    padding: 5px 5px 5px 15px;
    background: url(images/global/heart.png) no-repeat 490px 5px #e3f3f1;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
  }
  
  .graph-bottom-nav h1:after,
  .graph-bottom-nav h2:after {
    position: absolute;
    right: -14px;
    bottom: 0px;
    border: 20px solid #e3f3f1;
    border-right: 10px solid transparent;
    border-left: 10px solid #e3f3f1;
    content: " ";
  }
  
  .graph-bottom-nav .text {
    padding: 0 15px;
  }
  
  .graph-bottom-nav a:link,
  .graph-bottom-nav a:active,
  .graph-bottom-nav a:visited {
    color: #666;
    text-decoration: none;
    text-shadow: none;
  }
  
  .graph-bottom-nav a:hover {
    color: #999;
    text-decoration: none;
    text-shadow: none;
  }
  
  /* -------------------[ Contact Forms ]------------------- */
  #contact-form,
  .contact-form {
    clear: both;
    overflow: hidden;
    margin: 20px auto;
    padding: 5px;
  }
  
  .form-col1 {
    float: left;
  }
  
  .form-col2 {
    float: left;
    margin: 0;
  }
  
  @media (min-width: 960px) {
    #contact-form,
    .contact-form {
      width: 550px;
    }
  
    .form-col1 {
      width: 250px;
    }
  
    .form-col2 {
      float: right;
      margin: 0 0 0 50px;
      width: 200px;
    }
  }
  .contact-form label {
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 21px !important;
    
  }
  
  .form-title {
    clear: both;
    margin: 20px 0 7px 0;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 21px;
    letter-spacing: 0.03em;
    text-align: left;
    text-indent: 1px;
  }
  
  .form-field {
    clear: both;
  }
  
  .form-break {
    clear: both;
    display: block;
  }
  
  input,
  textarea {
    width: 250px;
    margin: 0;
    padding: 4px;
    border: none;
    background-color: #d1ece8;
  }
  
  .msgbox {
    width: 550px;
    height: 150px;
  }
  
  .captcha-code {
    float: left;
    margin: 0 0 0 -5px;
  }
  
  .captcha-field,
  .wpcf7-captchar {
    float: left;
    width: 100px !important;
  }
  .contact-submit {
    clear: both;
    height: 30px;
    max-width: 555px !important;
  }
  .contact-form .gform_button,
  .wpcf7-submit {
    clear: both;
    height: 30px ;
    float: right !important;
    width: 70px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px !important;
    line-height: 30px !important;
    letter-spacing: 0.03em;
    text-align: right;
  }
  
  .wpcf7-submit:hover {
    color: #d1ece8;
  }
  
  span.wpcf7-not-valid-tip {
    position: absolute !important;
    top: 3px !important;
    left: 15px !important;
    z-index: 100 !important;
    width: 180px !important;
    margin: 0 !important;
    padding: 3px 2px 2px 8px !important;
    border: none !important;
    background-color: #fff1e4 !important;
    color: #666 !important;
    font-size: 12px !important;
  }
  
  div.wpcf7-mail-sent-ok,
  div.wpcf7-mail-sent-ng,
  div.wpcf7-spam-blocked,
  div.wpcf7-validation-errors {
    margin: 0 !important;
    padding: 10px !important;
    border: none !important;
    color: #faca99 !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  
  div.wpcf7,
  div.wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
  }
  
  span.wpcf7-form-control-wrap {
    position: relative !important;
  }
  
  .required,
  .gfield_required {
    color: #faca99 !important;
    font-weight: bold;
  }
  
  .required-message {
    clear: both;
    margin: 20px 0;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 21px;
    letter-spacing: 0.03em;
    text-align: right;
    max-width: 555px;
  }
  
  img.ajax-loader {
    clear: both;
    display: block;
    position: relative;
    top: 20px;
    width: 100px;
    height: 100px;
  }
  
  #contact-form img.ajax-loader {
    right: 100px;
  }
  
  #list-form img.ajax-loader {
    right: 150px;
  }
  
  /* ====================================================================
     Home and Wedding Venues
     ==================================================================== */
  /* -------------------[ Home and Wedding Venues - Pink Top Well ]------------------- */
  .pink-top-well.home {
    //display: none;
    background: #FFF5EB;
  }
  
  @media (min-width: 768px) {
    .pink-top-well,
    .pink-top-well.home {
      display: block;
      margin: 20px 0;
      background: transparent url(images/home/pink-top-well_background.png) no-repeat 0 0;
      height: 465px;
    }
  }
  
  
  
  /* -------------------[ Venue Finder ]------------------- */
  #venue-finder {
    float: none;
    height: 300px;
    background: url(images/global/pink-top-well_finder_background.png) no-repeat center 20px;
  }
  
  .venue-finder-home {
    margin: 0 auto;
    padding: 50px 50px 20px 50px;
  }
  
  @media (min-width: 800px) {
    #venue-finder {
      float: left;
      height: 300px;
      background: url(images/global/pink-top-well_finder_background.png) no-repeat 0 0;
    }
  
    .venue-finder-home {
      margin: 80px 0 0 45px;
      padding: 50px 50px 0 50px;
    }
  }
  .venue-finder-advanced {
    margin: 0 0 0 0;
    padding: 50px 50px 20px 50px;
  }
  
  #venue-finder .text1 {
    height: 22px;
    color: #aab0ae;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
  }
  
  #venue-finder .text2 {
    height: 25px;
    margin: 0 0 7px 0;
    color: #aab0ae;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0;
    text-align: center;
  }
  
  #chainselect_wrap select {
    width: 100% !important;
    margin: 5px 0 !important;
    padding: 3px !important;
    background-color: #e8e8e8;
    border: none;
    outline: none;
    -moz-appearance: none;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
  }
  
  #chainlist_2 {
    border: none;
    outline: none;
    -moz-appearance: none;
  }
  
  #chainselect_wrap option {
    background-color: #e8e8e8;
    border: none;
    outline: none;
    -moz-appearance: none;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0;
  }
  
  #chainselect_wrap #chainselects_submit {
    clear: both;
    width: 180px;
    height: 55px;
    margin: 0 auto;
    padding: 13px 0 0 4px;
    background: url(images/global/pink-top-well_finder_search-button_background.png) no-repeat 10px 0;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 0;
    text-align: center;
    text-indent: 20px;
  }
  
  .advanced-search {
    display: block;
    position: relative;
    top: 0px;
    color: #333;
    font-family: 'Dawning of a New Day', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: right;
  }
  
  #venue-finder .text3 {
    clear: both;
    margin: 10px 0 0 0;
    color: #aab0ae;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0;
    text-align: left;
  }
  
  #venue-finder .searchbox {
    width: 213px;
    height: 29px;
    margin: 2px 0;
    padding: 0 5px;
    background: url(images/global/pink-top-well_finder_search-box_background.png) no-repeat 0 0;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
  }
  
  #venue-finder .text4 {
    color: #aab0ae;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0;
    text-align: right;
  }
  
  #venue-finder .searchbutton {
    width: 180px;
    height: 55px;
    padding: 0 0 0 4px;
    margin: 0 auto;
    background: url(images/global/pink-top-well_finder_search-button_background.png) no-repeat 0 0;
  }
  
  @media (min-width: 960px) {
    #venu-finder .searchbutton {
      margin: 0;
    }
  }
  #venue-finder .searchbutton-text {
    width: 180px;
    margin: 0 auto;
    background: none;
    margin-top: 10px;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 0;
    text-align: center;
  }
  
  /* -------------------[ New Search Link on Location Results ]------------------- */
  .newsearch {
    width: 162px;
    height: 28px;
    margin: 0;
    padding: 6px 2px 0 0;
    background: url(images/vendors/background_back-to-directory.png) no-repeat 0 0;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    letter-spacing: 0.07em;
    text-align: center;
  }
  
  .newsearch {
    display: block;
    clear: both;
    float: right;
    position: relative;
    right: 50%;
    transform: translateX(50%);
  }
  
  @media (min-width: 1200px) {
    position: static;
    right: auto;
    transform: none;
  }
  .newsearch a {
    color: #666;
  }
  
  .newsearch a:hover {
    color: #419fab;
  }
  
  /* -------------------[ Home and Wedding Venues - Featured Item and Venue ]------------------- */
  #featured-fade div.thefeaturedcontent,
  #featured-venue-fade div.thefeaturedcontent {
    display: none;
  }
  
  #featured-fade div,
  #featured-venue-fade div {
    display: block;
  }
  
  /* -------------------[ Home - Featured Item ]------------------- */
  #featured-fade {
    display: none;
  }
  
  @media only screen and (min-width: 800px) {
    #featured-fade {
      background: url(images/home/pink-top-well_featured_background.png) no-repeat center top;
      background-size: 390px 450px;
      display: block;
      float: none;
      height: 450px;
      margin: 25px 25px 25px 0;
    }
  }
  #featured-fade .image {
    height: 255px;
    margin: 52px auto 35px auto;
    max-height: 255px;
    max-width: 255px;
    padding-top: 52px;
    padding-right: 15px;
    transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    width: 255px;
  }
  
  #featured-fade .description {
    width: 320px;
    height: 95px;
    margin: 0 auto;
  }
  
  @media (min-width: 768px) {
    #featured-fade {
      background-position: 0 0;
      background-size: auto;
      float: right;
      margin: 5px 25px 0 0;
      width: 390px;
    }
  
    #featured-fade .image {
      margin: 52px 0 35px 59px;
      padding: 0;
    }
  }
  #featured-fade .description h2 {
    margin: 0 0 3px 0;
    padding: 0 13px 3px 10px;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-align: center;
  }
  
  #featured-fade .description h3 {
    margin: 0;
    padding: 0 13px 0 10px;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0;
    text-align: justify;
  }
  
  /* -------------------[ Wedding Venues - Featured Venue ]------------------- */
  #featured-venue-fade {
    float: none;
    max-width: 330px;
    margin: 20px auto 0 auto;
  }
  
  @media (min-width: 768px) {
    #featured-venue-fade {
      float: right;
      width: 400px;
      margin: 20px 25px 0 0;
    }
  }
  #featured-venue-fade .venue h1 {
    margin: 0 0 3px 0;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    font-style: normal;
    text-align: center;
  }
  
  #featured-venue-fade .venue h2 {
    margin: 0;
    font-family: 'Dawning of a New Day', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
    text-align: center;
  }
  
  #featured-venue-fade .image {
    margin: 25px 0 0 0px;
  }
  
  #featured-venue-fade .image img {
    width: 340px;
    max-width: 94%;
    height: auto;
    max-height: 225px;
    padding: 3%;
    border: 1px solid #e3f3f1;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
  }
  
  .list-your-venue {
    float: right;
    width: 350px;
    height: 40px;
    margin-top: 30px;
    background: url(images/global/heart_peach.png) no-repeat top center;
    font-family: 'Dawning of a New Day', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    letter-spacing: 0;
    text-align: center;
  }
  
  .list-your-venue a {
    color: #666;
  }
  
  .list-your-venue a:hover {
    color: #999;
  }
  
  @media (max-width: 767px) {
    .list-your-venue {
    display: none;
    }
  }
  /* ====================================================================
     Blog
     ==================================================================== */
  /* -------------------[ Popular Posts ]------------------- */
  #popular-posts {
    overflow: hidden;
    width: 800px;
    height: 340px !important;
    margin: 0;
    padding: 0;
  }
  
  #popular-posts h1 {
    clear: both;
    width: 364px;
    height: 77px;
    margin: 8px 0 0 0;
    padding: 20px 0;
    background: url(images/global/header_background_paper.png) no-repeat center top;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0;
    text-align: center;
  }
  
  #popular-posts h1:before {
    position: relative;
    top: -4px;
    right: 10px;
    content: url(images/global/header_background_heart.png);
  }
  
  #popular-posts h1:after {
    position: relative;
    top: -4px;
    left: 10px;
    content: url(images/global/header_background_heart.png);
  }
  
  .pop-post a {
    float: left;
    margin: 10px 0 10px 10px;
  }
  
  .pop-post img {
    width: 150px;
    height: 150px;
    padding: 10px;
    border: 1px solid #e3f3f1;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  }
  
  .pop-post img:hover {
    width: 150px;
    height: 150px;
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  
  .pop-post .title {
    display: block;
    display: table-cell;
    vertical-align: middle;
    width: 170px;
    height: 50px;
    margin: 0;
    padding: 5px 0 0 0;
    background: url(images/blog/background_pop-post-title.png) no-repeat 0 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
  }
  
  .pop-post a {
    color: #666;
  }
  
  .pop-post a:hover {
    color: #999;
  }
  
  #iwcarousel {
    visibility: hidden;
  }
  
  .jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
  }
  
  .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 750px !important;
    margin: 0 auto;
  }
  
  .jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
    width: 150px;
    height: 250px;
  }
  
  .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 560px;
    height: 250px;
    margin: 0 auto;
  }
  
  .jcarousel-skin-tango .jcarousel-item {
    height: 250px;
    margin: 0 7px 0 0;
  }
  
  .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 66px;
    left: 35px;
    width: 29px;
    height: 29px;
    background: url(images/blog/pop-post_prev.png) no-repeat 0 0;
    cursor: pointer;
  }
  
  .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 66px;
    right: 35px;
    width: 29px;
    height: 29px;
    background: url(images/blog/pop-post_next.png) no-repeat 0 0;
    cursor: pointer;
  }
  
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .jcarousel-skin-tango .jcarousel-list-horizontal {
      margin-left: -10px !important;
    }
  }
  .content_divider_line-heart {
    clear: both;
    width: 650px;
    height: 45px;
    margin: 0 auto 10px auto;
    padding: 0;
    background: url(images/global/content_divider_line-heart.png) no-repeat 0 0;
  }
  
  /* -------------------[ Layout ]------------------- */
  #iw-post {
    clear: both;
    margin: 20px auto;
    padding: 0;
  }
  
  #iw-post p {
    margin-bottom: 15px;
  }
  
  @media (max-width: 799px) {
    #iw-post p {
      margin: 0 15px 15px;
    }
  }
  .post-content {
    margin: 0 15px;
  }
  .post-navigation {
    clear: both;
    margin: 10px auto;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.03em;
    text-align: right;
  }
  
  #iw-post img {
    margin-bottom: 10px;
  }
  
  .iw-post-page-links {
    clear: both;
    width: 700px;
    height: 30px;
    margin: 15px 0;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }
  
  .edit-post-link {
    clear: both;
    display: none;
    float: right;
    width: 700px;
    padding: 0 0 10px 0;
    text-align: right;
  }
  #iw-post .et_social_media {
    width: 80% !important;
    padding: 0;
    height: 40px !important;
    
  }
  
  /* -------------------[ Pinterest Pin It Button For Images - Plugin Styles ]------------------- */
  .pibfi_pinterest {
    position: relative;
    display: block;
    margin-bottom: 15px;
  }
  
  .pibfi_pinterest .xc_pin {
    position: absolute;
    top: 5px;
    display: none;
    width: 100px !important;
    height: 100px !important;
    margin-left: -1px;
    background-image: url("https://www.intimateweddings.com/wp-content/themes/intimateweddings/images/blog/pinitbutton.png");
    background-repeat: none;
    opacity: 0;
    cursor: pointer;
  }
  
  .pibfi_pinterest img.left + .xc_pin {
    margin-left: 0;
  }
  
  .pibfi_pinterest .xc_pin,
  .pibfi_pinterest img {
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }
  
  .pibfi_pinterest img:hover + .xc_pin,
  .pibfi_pinterest_hover {
    opacity: .9;
  }
  
  .pibfi_pinterest .xc_pin:hover {
    opacity: 9;
  }
  
  /* -------------------[ Image Captions ]------------------- */
  .wp-caption {
    display: block;
    margin: 0 auto;
    padding: 0 0 0 10px;
  }
  
  p.wp-caption-text {
    position: relative;
    z-index: 100;
    height: 15px;
    margin: -75px 10px 10px 0;
    padding: 15px 0;
    background: none;
    font-size: 0;
  }
  
  p.wp-caption-text:hover {
    position: relative;
    z-index: 100;
    height: 15px;
    margin: -75px 10px 10px 0;
    padding: 15px 0;
    background-color: #333;
    opacity: .9;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: left;
    text-indent: 15px;
  }
  
  /* -------------------[ Top ]------------------- */
  #iw-post h1 {
    clear: both;
    position: relative;
    margin: 5px 0 0 0;
    padding: 5px 5px 5px 10px;
    background: #e3f3f1;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
  }
  
  #iw-post h1:after {
    position: absolute;
    right: -14px;
    bottom: 0px;
    border: 20px solid #e3f3f1;
    border-right: 10px solid transparent;
    border-left: 10px solid #e3f3f1;
    content: " ";
  }
  
  #iw-post .post-title a:link,
  #iw-post .post-title a:active,
  #iw-post .post-title a:visited {
    color: #666;
    text-decoration: none;
    text-shadow: none;
  }
  
  #iw-post .post-title a:hover {
    color: #999;
    text-decoration: none;
    text-shadow: none;
  }
  
  #iw-post .post-date-author {
    clear: both;
    display: block;
    margin: 8px 0 20px 0;
    color: #666;
    font-family: 'Dawning of a New Day', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0;
    text-indent: 8px;
  }
  
  /* -------------------[ Content ]------------------- */
  .post-read-more {
    clear: both;
    color: #666;
  }
  
  .post-read-more a {
    color: #666;
  }
  
  .post-read-more-title {
    margin: 0 0 0 2px;
    font-family: 'Dawning of a New Day', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
  }
  
  /* -------------------[ Bottom ]------------------- */
  .postbottom {
    clear: both;
    display: block;
    margin: 25px 15px;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    text-align: left;
  }
  
  @media (min-width: 960px) {
    .postbottom {
      margin: 25px 0;
    }
  
    .facebook-like {
      float: right;
    }
  }
  .postbottom-break {
    clear: both;
    width: 100%;
    height: 0px;
    margin: 5px 0;
    border-top: 1px dashed #999;
  }
  
  .content_divider_hearts-repeat-x {
    clear: both;
    width: 696px;
    height: 18px;
    margin: 70px 0 50px 0;
    background: url(images/global/content_divider_hearts-repeat-x.png) repeat-x 0 0;
  }
  
  /* -------------------[ Outbrain Related Posts ]------------------- */
  .ob_org_header {
    clear: both;
    float: left;
    margin: 0 0 7px 0;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px !important;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
  }
  
  .item-container {
    margin-right: 20px;
    font-size: 11px !important;
    text-transform: none !important;
    text-align: center;
  }
  
  .ob_what {
    display: none;
  }
  
  /* -------------------[ Comments Layout ]------------------- */
  #comment-wrap {
    margin: 0 15px;
  }
  
  #comment-wrap h3 {
    clear: both;
    margin: 0 0 5px 0;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
  }
  
  /* -------------------[ Comments Reply ]------------------- */
  .comment-form {
    clear: both;
    overflow: auto;
    margin: 20px 0 0 0;
    padding: 10px 0;
    text-align: left;
  }
  
  .comment-title {
    clear: both;
    float: left;
    width: 60px;
    margin: 0;
    padding: 2px 10px 10px 0;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 21px;
    letter-spacing: 0.03em;
    text-align: left;
  }
  
  .comment-input {
    float: left;
    padding: 0 0 10px 0;
  }
  
  .comment-form input {
    width: 250px;
    padding: 4px !important;
    background-color: #d1ece8;
  }
  
  .comment-form textarea {
    clear: both;
    height: 150px;
    margin: 0 0 0 70px;
    padding: 4px !important;
    background-color: #d1ece8;
  }
  
  .comment-form input,
  .comment-form textarea {
    padding: 2px 5px;
    border: 1px solid #d1ece8;
  }
  
  .comment-submit {
    clear: both;
    display: inline-block;
    width: 73px !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.03em;
    text-align: center;
  }
  
  @media (min-width: 960px) {
    .comment-submit {
      margin: 0 0 0 510px;
      text-align: right;
    }
  }
  .comment-submit:link {
    background: none !important;
  }
  
  .comment-submit:hover {
    color: #d1ece8;
  }
  
  /* -------------------[ Comments ]------------------- */
  .comment-content {
    margin: 0;
    padding: 0;
  }
  
  .comment-author,
  .comment-date {
    color: #666;
    font-family: 'Dawning of a New Day', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 0;
  }
  
  .commentlist ol {
    float: left;
    margin: 0;
    padding: 0;
  }
  
  .commentlist li {
    margin: 0 0 20px -40px !important;
    padding: 15px 0;
    list-style: none !important;
  }
  
  @media (min-width: 960px) {
    .commentlist li {
      width: 665px;
    }
  }
  .even, .alt {
    margin: 0 0 20px 0 !important;
    padding: 15px !important;
    border-bottom: 1px dashed #d1ece8;
  }
  
  .even {
    background-color: #f6fbfa;
  }
  
  .alt {
    background-color: #e3f3f1;
  }
  
  /* -------------------[ Comment Policy ]------------------- */
  .comment-policy {
    clear: both;
    margin: 25px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: justify;
  }
  
  @media (min-width: 960px) {
    .comment-policy {
      margin: 0 0 80px 70px;
    }
  }
  /* -------------------[ Navigation for Prev Next Posts ]------------------- */
  .content_divider_line-heart_postbottom {
    clear: both;
    height: 40px;
    margin: -30px 0 0 0;
    padding: 30px 0 0 0;
    background: url(images/global/content_divider_line-heart.png) no-repeat center bottom #FFF;
  }
  
  @media (min-width: 960px) {
    .content_divider_line-heart_postbottom {
      width: 700px;
    }
  }
  #post-prev-next-links {
    clear: both;
    margin: 30px 0;
  }
  
  #post-prev-next-links-left {
    text-align: center;
  }
  
  #post-prev-next-links-right {
    text-align: center;
  }
  
  @media (min-width: 960px) {
    #post-prev-next-links {
      clear: both;
      margin: 30px 0;
      width: 700px;
    }
  
    #post-prev-next-links-left {
      float: left;
      width: 340px;
      text-align: left;
    }
  
    #post-prev-next-links-right {
      float: right;
      width: 340px;
      text-align: right;
    }
  }
  .arrows {
    color: #d1ece8;
  }
  
  /* -------------------[ Excerpts - Thumbnail and Title ]------------------- */
  #iw-excerpt-wrap {
    clear: both;
    overflow: hidden;
    margin: 20px 0 20px 0px;
    padding: 0;
    text-align: center;
  }
  
  #iw-excerpt-wrap h1 {
    clear: both;
    position: relative;
    margin: 0;
    padding: 5px 5px 5px 15px;
    background: #e3f3f1;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
  }
  
  #iw-excerpt-wrap h1:after {
    position: absolute;
    right: -14px;
    bottom: 0px;
    border: 20px solid #e3f3f1;
    border-right: 10px solid transparent;
    border-left: 10px solid #e3f3f1;
    content: " ";
  }
  
  #iw-excerpt-wrap h2 {
    clear: both;
    height: 50px;
    margin: 5px 0 0 0;
    padding: 7px 2px;
    background: url(images/global/header_background_paper-grid.png) no-repeat left top;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0;
    text-align: center;
  }
  
  .post-excerpt {
    display: inline-block;
    vertical-align: top;
    margin: 8px;
  }
  
  .iw-excerpt {
    width: 170px;
    height: 260px;
    margin: 8px auto;
    padding: 0;
  }
  
  #iw-excerpt-wrap .iw-excerpt img {
    width: 150px;
    height: 150px;
    padding: 10px;
    border: 1px solid #e3f3f1;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  }
  
  #iw-excerpt-wrap .iw-excerpt img:hover {
    width: 150px;
    height: 150px;
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  
  #iw-excerpt-wrap .iw-excerpt a {
    color: #666;
  }
  
  #iw-excerpt-wrap .iw-excerpt a:hover {
    color: #999;
  }
  
  #iw-excerpt-wrap .iw-excerpt-title {
    display: block;
    width: 160px;
    margin: 4px 0 0 0;
    padding: 0 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
  }
  
  /* -------------------[ Excerpts - Search Results ]------------------- */
  .iw-excerpt-search-wrap h2 {
    clear: both;
    width: 746px;
    height: 50px;
    margin: 0;
    padding: 7px 2px 15px 2px;
    background: url(images/global/header_background_paper-grid.png) no-repeat left top;
    color: #666;
    font-family: 'Dawning of a New Day', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
  }
  
  .iw-excerpt-search-wrap h2 .term {
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
  }
  
  .iw-excerpt-search-wrap .thumb {
    float: left;
    width: 150px;
    height: 150px;
    margin: 2px 0 0 0;
    padding: 4px;
    border: 1px solid #e3f3f1;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  }
  
  .iw-excerpt-search-wrap .thumb:hover {
    width: 150px;
    height: 150px;
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  
  .iw-excerpt-search-wrap .text {
    float: right;
    width: 520px;
  }
  
  .search-sorry {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
  }
  
  /* -------------------[ Popular Posts ]------------------- */
  .iw-deals-title h1 {
    clear: both;
    width: 364px;
    height: 77px;
    margin: 8px 0 0 0;
    padding: 20px 0;
    background: url(images/global/header_background_paper.png) no-repeat center top;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0;
    text-align: center;
  }
  
  .iw-deals-title h1:before {
    position: relative;
    top: -4px;
    right: 10px;
    content: url(images/global/header_background_heart.png);
  }
  
  .iw-deals-title h1:after {
    position: relative;
    top: -4px;
    left: 10px;
    content: url(images/global/header_background_heart.png);
  }
  
  .iw-deals-sticky {
    clear: both;
    overflow: hidden;
    width: 670px;
    margin: 20px auto 30px auto;
    padding: 15px 15px 10px 15px;
    background: url(images/venues/background_graphpaper.png) repeat left top;
    color: #666;
    font-size: 13px;
    line-height: 18px;
  }
  
  /* ====================================================================
     LIST YOUR VENUE
     ==================================================================== */
  /* -------------------[ Landing Page ]------------------- */
  .iw-list-your-venue {
    overflow: hidden;
    margin: 20px auto;
    padding: 0;
  }
  
  .iw-list-your-venue h1 {
    clear: both;
    height: 50px;
    margin: 0 auto;
    padding: 7px 2px 30px 2px;
    background: url(images/global/header_background_paper-grid.png) no-repeat center top;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0;
    text-align: center;
  }
  
  .iw-list-your-venue h1:before {
    position: relative;
    top: -4px;
    right: 5px;
    content: url(images/global/header_background_heart.png);
  }
  
  .iw-list-your-venue h1:after {
    position: relative;
    top: -4px;
    left: 5px;
    content: url(images/global/header_background_heart.png);
  }
  
  .iw-list-your-venue .description {
    clear: both;
    height: 88px;
    margin: 0 auto;
    padding: 12px 0 0 0;
    background: url(images/venues/venue-list_quotes.png) no-repeat center top;
    color: #f9c794;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0;
    text-align: center;
  }
  
  .iw-list-your-venue .description-title {
    color: #f9c794;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-style: normal;
    font-size: 27px;
    line-height: 27px;
    letter-spacing: 0;
    text-align: center;
  }
  
  .iw-list-your-venue h2 {
    clear: both;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #999;
    color: #999;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0;
    text-align: center;
  }
  
  .iw-list-your-venue .download {
    display: block;
    position: relative;
    top: 35px;
    float: right;
    width: 162px;
    height: 28px;
    margin: 0;
    padding: 3px 2px 0 0;
    background: url(images/venues/venue-list_background-download.png) no-repeat 0 0;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0;
    text-align: center;
  }
  
  .iw-list-your-venue .box {
    float: left;
    width: 290px;
    margin: 0 0 20px 0;
    padding: 25px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    background-color: #eaf6f4;
  }
  
  @media (min-width: 960px) {
    .iw-list-your-venue .box {
      margin: 0 0 0 20px;
    }
  }
  .iw-list-your-venue .box .title {
    clear: both;
    height: 120px;
    padding: 30px 0 0 0;
    background: url(images/venues/venue-list_heart.png) no-repeat center top;
  }
  
  .iw-list-your-venue .box .title .plan {
    color: #999;
    font-family: 'Dawning of a New Day', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }
  
  .iw-list-your-venue .box .title .cost {
    color: #999;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0;
    text-align: center;
  }
  
  .iw-list-your-venue .box .info {
    clear: both;
    height: 720px;
  }
  
  .iw-list-your-venue .box ul,
  .iw-list-your-venue .box li {
    margin: 0 0 5px 10px;
    padding: 0;
    list-style: disc;
  }
  
  .iw-list-your-venue .box .signup {
    clear: both;
  }
  
  .iw-list-your-venue .box .signup .ribbon {
    clear: both;
    position: relative;
    width: 170px;
    margin: 0 auto;
    padding: 5px;
    background: #FFF;
    color: #999;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
  }
  
  .iw-list-your-venue .box .signup .ribbon:before {
    position: absolute;
    left: -14px;
    bottom: 0;
    border: 20px solid #FFF;
    border-left: 10px solid transparent;
    border-right: 10px solid #FFF;
    content: " ";
  }
  
  .iw-list-your-venue .box .signup .ribbon:after {
    position: absolute;
    right: -14px;
    bottom: 0px;
    border: 20px solid #FFF;
    border-right: 10px solid transparent;
    border-left: 10px solid #FFF;
    content: " ";
  }
  
  .iw-list-your-venue .box .signup .sample {
    margin: 7px 0 0 0;
    color: #999;
    font-family: 'Dawning of a New Day', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }
  
  .iw-list-your-venue .download a,
  .iw-list-your-venue .box .signup .ribbon a,
  .iw-list-your-venue .box .signup .sample a {
    color: #666;
  }
  
  .iw-list-your-venue .download a:hover,
  .iw-list-your-venue .box .signup .ribbon a:hover,
  .iw-list-your-venue .box .signup .sample a:hover {
    color: #faca99;
  }
  
  /* -------------------[ Sign Up Forms ]------------------- */
  .iw-list-your-venue .top {
    margin: 5px 0 40px 0;
    color: #f7b06a;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
  
  .iw-list-your-venue .left {
    clear: both;
    float: left;
    width: 450px;
    margin: 0 0 0 50px;
    padding: 0 50px 0 0;
    border-right: 1px dashed #666;
  }
  
  #list-form {
    clear: both;
    overflow: hidden;
    width: 450px;
    margin: 0;
    padding: 0;
  }
  
  #list-form .form-col1 {
    float: left;
    width: 200px;
  }
  
  #list-form .form-col2 {
    float: left;
    width: 200px;
  }
  
  #list-form .form-code {
    float: left;
    width: 300px;
  }
  
  #list-form .form-submit {
    float: right;
    width: 120px;
  }
  
  #list-form .form-title {
    clear: both;
    margin: 20px 0 7px 0;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: left;
    text-indent: 1px;
  }
  
  #list-form .form-info {
    clear: both;
    margin: 0 0 5px 0;
    font-style: italic;
  }
  
  #list-form .form-field {
    clear: both;
  }
  
  #list-form input,
  #list-form textarea {
    width: 380px;
    margin: 0;
    padding: 4px;
    border: 1px solid #d1ece8 !important;
    background-color: #FFF;
  }
  
  #list-form .form-col1 input,
  #list-form .form-col2 input {
    width: 180px;
    margin: 0;
    padding: 4px;
    border: 1px solid #d1ece8 !important;
    background-color: #FFF;
  }
  
  #list-form .msgbox {
    width: 440px;
    height: 300px;
  }
  
  #list-form .checkboxarea input {
    clear: both;
  }
  
  #list-form .checkboxarea .wpcf7-list-item-label {
    float: left;
    width: 400px;
    margin: 0 0 7px 0;
  }
  
  #list-form .wpcf7-list-item input {
    float: left;
    display: block;
    width: 25px;
    margin-top: 3px !important;
    border: none !important;
  }
  
  #list-form .wpcf7-list-item-label {
    float: left;
    margin: 0 15px 0 0;
  }
  
  #list-form .termsbox {
    overflow-x: hidden;
    overflow-y: auto;
    width: 420px;
    height: 200px;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #666;
  }
  
  #list-form .wpcf7-form-control-wrap input {
    border: 1px solid #d1ece8 !important;
    background-color: #FFF !important;
  }
  
  #list-form .wpcf7-submit {
    clear: both;
    float: right;
    display: inline-block;
    width: 90px !important;
    margin: 20px 0 0 0;
    padding: 5px !important;
    border: 1px solid #FFF !important;
    background: #d1ece8 !important;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.03em;
    text-align: center;
  }
  
  #list-form .wpcf7-submit:hover {
    border: 1px solid #d1ece8 !important;
    background: #FFF !important;
    color: #d1ece8;
  }
  
  .break-file-input {
    clear: both;
    display: block;
    height: 0px;
  }
  
  /* -------------------[ Sign Up Forms - Right Side Column ]------------------- */
  .iw-list-your-venue .right {
    float: right;
    width: 450px;
    margin: 0 50px 0 0;
    padding: 0;
    background: url(images/venues/background_sign-up_heart.png) no-repeat center 90px;
  }
  
  .iw-list-your-venue .right .title {
    margin: 15px 0 25px 0;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.03em;
    text-align: center;
  }
  
  .iw-list-your-venue .right ul,
  .iw-list-your-venue .right li {
    margin: 0 0 0 5px;
    padding: 0 0 20px 10px;
    list-style-type: none;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: left;
  }
  
  /* -------------------[ Sign Up Forms - Paypal ]------------------- */
  .paypal-image-button {
    clear: both;
    width: 200px !important;
    height: 84px !important;
    margin: 0 0 0 430px;
    border: none !important;
    background: none;
  }
  
  /* -------------------[ Sign Up Forms - Thank You ]------------------- */
  .iw-list-your-venue .thanks {
    width: 746px;
    margin: 5px auto 40px auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }
  
  .iw-list-your-venue .details .ribbon {
    clear: both;
    position: relative;
    width: 170px;
    margin: 0 auto 40px auto;
    padding: 5px;
    background-color: #eaf6f4;
    color: #999;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
  }
  
  .iw-list-your-venue .details .ribbon:before {
    position: absolute;
    left: -14px;
    bottom: 0;
    border: 20px solid #eaf6f4;
    border-left: 10px solid transparent;
    border-right: 10px solid #eaf6f4;
    content: " ";
  }
  
  .iw-list-your-venue .details .ribbon:after {
    position: absolute;
    right: -14px;
    bottom: 0px;
    border: 20px solid #eaf6f4;
    border-right: 10px solid transparent;
    border-left: 10px solid #eaf6f4;
    content: " ";
  }
  
  /* ====================================================================
     VENDOR GUIDE
     ==================================================================== */
  /* -------------------[ Layout ]------------------- */
  .iw-vendor-guide {
    overflow: hidden;
    margin: 20px auto;
    padding: 0;
    text-align: center;
  }
  .mam-ads-between-posts-wrapper {
    clear: both;  // fix for mobile ads plugin pushing mobile listings off to right
  }
  @media (min-width: 1200px) {
    text-align: left;
  }
  .iw-vendor-guide h1 {
    clear: both;
    height: 50px;
    margin: 0;
    padding: 7px 0 15px 0;
    background: url(images/global/header_background_paper-grid.png) no-repeat center top;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0;
    text-align: center;
  }
  
  .iw-vendor-guide h1:before {
    position: relative;
    top: -4px;
    right: 25px;
    content: url(images/global/header_background_heart.png);
  }
  
  .iw-vendor-guide h1:after {
    position: relative;
    top: -4px;
    left: 25px;
    content: url(images/global/header_background_heart.png);
  }
  
  .iw-vendor-guide .cats {
    clear: both;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  
  .iw-vendor-guide .cats p {
    display: inline-block;
  }
  
  .iw-vendor-guide .cats a {
    float: left;
    display: block;
    width: 170px;
    height: 225px;
    margin: 8px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
  }
  
  .iw-vendor-guide .cats img {
    width: 150px;
    height: 150px;
    padding: 10px;
    border: 1px solid #e3f3f1;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  }
  
  .iw-vendor-guide .cats img:hover {
    width: 150px;
    height: 150px;
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  
  .iw-vendor-guide .cats a {
    color: #666;
  }
  
  .iw-vendor-guide .cats a:hover {
    color: #999;
  }
  
  /* -------------------[ Bottom Graph Area ]------------------- */
  .iw-vendor-guide-bottom {
    clear: both;
    overflow: hidden;
    width: 890px;
    margin: 0 0 0 7px;
    padding: 15px;
    background: url(images/venues/background_graphpaper.png) repeat left top;
    color: #999;
    font-size: 13px;
    line-height: 18px;
  }
  
  .iw-vendor-guide-bottom h2 {
    clear: both;
    position: relative;
    width: 250px;
    margin: 0 0 10px -15px;
    padding: 5px 5px 5px 15px;
    background: url(images/global/heart.png) no-repeat 490px 5px #e3f3f1;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
  }
  
  .iw-vendor-guide-bottom h2:after {
    position: absolute;
    right: -14px;
    bottom: 0px;
    border: 20px solid #e3f3f1;
    border-right: 10px solid transparent;
    border-left: 10px solid #e3f3f1;
    content: " ";
  }
  
  .iw-vendor-guide-bottom a:link,
  .iw-vendor-guide-bottom a:active,
  .iw-vendor-guide-bottom a:visited {
    color: #666;
    text-decoration: none;
    text-shadow: none;
  }
  
  .iw-vendor-guide-bottom a:hover {
    color: #999;
    text-decoration: none;
    text-shadow: none;
  }
  
  /* -------------------[ Search ]------------------- */
  #search {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 200px;
  }
  
  #search-dropdowns {
    overflow: hidden;
    padding-left: 20px;
  }
  
  .dropdown {
    display: block;
    margin: 10px auto 10px auto;
    width: 200px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
  }
  
  .dropdown-placeholder {
    color: white;
    font-size: 0px;
    display: none;
  }
  
  .dropdown-loading {
    display: none;
  }
  
  #vendor-finder {
    clear: both;
    height: 35px;
    margin: 0 auto;
  }
  
  #vendor-finder .search {
    clear: both;
    display: block;
    text-align: center;
    width: 200px;
    margin: 4px auto 0 auto;
  }
  
  @media (min-width: 1200px) {
    #vendor-finder .search {
      display: inline;
      margin: 4px 0 0 0;
    }
  }
  #vendor-finder .searchbox {
    display: inline;
    width: 160px;
    height: 20px;
    margin: 0;
    padding: 2px 3px 1px 7px;
    background-color: #d1ece8;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
  
  #vendor-finder .searchsubmit {
    width: 25px;
    padding: 1px 3px 0 0;
    background: none !important;
    color: #999;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
  }
  
  @media (min-width: 768px) {
    #vendor-finder {
      width: 750px;
    }
  
    #vendor-finder .search {
      display: block;
      float: left;
      text-align: none;
    }
  
    #vendor-finder .searchsubmit {
      float: right;
    }
  }
  /* -------------------[ Back to Directory and View Map Links ]------------------- */
  #vendor-finder .viewmap,
  #vendor-finder .back {
    width: 162px;
    height: 28px;
    margin: 20px 0;
    padding: 6px 2px 0 0;
    background: url(images/vendors/background_back-to-directory.png) no-repeat 0 0;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    letter-spacing: 0.07em;
    text-align: center;
  }
  
  #vendor-finder .viewmap {
    display: none;
  }
  
  #vendor-finder .back {
    display: block;
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  
  @media (min-width: 768px) {
    #vendor-finder .viewmap,
    #vendor-finder .back {
      margin: 0;
    }
  
    #vendor-finder .back {
      left: 100px;
      transform: none;
    }
  
    #vendor-finder .viewmap {
      clear: right;
      display: block;
      float: right;
    }
  }
  #vendor-finder .viewmap a,
  #vendor-finder .back a {
    color: #666;
  }
  
  #vendor-finder .viewmap a:hover,
  #vendor-finder .back a:hover {
    color: #419fab;
  }
  
  /* -------------------[ Map ]------------------- */
  #vendor-map div.map {
    position: relative;
    left: 35px;
  }
  
  #vendor-map {
    width: 750px;
  }
  
  #vendor-map h1 {
    clear: both;
    width: 746px;
    height: 50px;
    margin: 0;
    padding: 7px 0;
    background: url(images/global/header_background_paper-grid.png) no-repeat center top;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0;
    text-align: center;
  }
  
  
  #vendor-map h2 {
    clear: both;
    width: 746px;
    height: 50px;
    margin: 0;
    padding: 7px 0;
    background: url(images/global/header_background_paper-grid.png) no-repeat center top;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0;
    text-align: center;
  }
  
  #vendor-map h2:before {
    position: relative;
    top: -4px;
    right: 25px;
    content: url(images/global/header_background_heart.png);
  }
  
  #vendor-map h2:after {
    position: relative;
    top: -4px;
    left: 25px;
    content: url(images/global/header_background_heart.png);
  }
  
  
  #vendor-map h1:before {
    position: relative;
    top: -4px;
    right: 25px;
    content: url(images/global/header_background_heart.png);
  }
  
  #vendor-map h1:after {
    position: relative;
    top: -4px;
    left: 25px;
    content: url(images/global/header_background_heart.png);
  }
  
  #vendor-map img {
    clear: both;
    width: 675px;
    height: 740px;
    margin: 0;
  }
  
  #vendor-map .other {
    float: right;
    position: relative;
    top: 15px;
    z-index: 999;
    margin: 0 2px 0 0;
    padding: 5px 25px;
    background: #e3f3f1;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
  }
  
  #vendor-map .other a {
    color: #666;
  }
  
  #vendor-map .other a:hover {
    color: #999;
  }
  
  /* ====================================================================
     DIY WEDDINGS & REAL WEDDINGS
     ==================================================================== */
  .iw-diy-real-weddings {
    overflow: hidden;
    margin: 20px 0 20px 25px;
    padding: 0;
  }
  
  .iw-diy-real-weddings h1 {
    clear: both;
    position: relative;
    margin: 0 0 15px 0;
    padding: 5px 5px 5px 15px;
    background: #e3f3f1;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
  }
  
  .iw-diy-real-weddings h1:after {
    position: absolute;
    right: -14px;
    bottom: 0px;
    border: 20px solid #e3f3f1;
    border-right: 10px solid transparent;
    border-left: 10px solid #e3f3f1;
    content: " ";
  }
  
  .iw-diy-real-weddings .cats {
    clear: both;
    margin: 0;
    text-align: center;
  }
  
  .iw-diy-real-weddings .cats a {
    display: block;
    width: 170px;
    height: 225px;
    margin: 8px auto;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
  }
  
  .iw-diy-real-weddings .cats p {
    display: inline-block;
    margin: 8px;
    vertical-align: top;
  }
  
  .iw-diy-real-weddings .cats img {
    width: 150px;
    height: 150px;
    padding: 10px;
    border: 1px solid #e3f3f1;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  }
  
  .iw-diy-real-weddings .cats img:hover {
    width: 150px;
    height: 150px;
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  
  .iw-diy-real-weddings .cats a {
    color: #666;
  }
  
  .iw-diy-real-weddings .cats a:hover {
    color: #999;
  }
  
  /* ====================================================================
     VENUE AND VENDOR - CATEGORY AND SEARCH LISTING
     ==================================================================== */
  /* -------------------[ Layout ]------------------- */
  #taxonomy-wrap {
    clear: both;
    overflow: hidden;
    margin: 20px 10px;
    max-width: 750px;
    padding: 0;
    text-align: center;
  }
  
  .taxonomy-category,
  .taxonomy-category-vendor {
    display: inline-block;
  }
  
  @media (min-width: 960px) {
    #taxonomy-wrap {
      text-align: left;
    }
  
    .taxonomy-category,
    .taxonomy-category-vendor {
      float: left;
    }
  }
  /* -------------------[ Titles ]------------------- */
  #taxonomy-wrap h1 {
    clear: both;
    position: relative;
    margin: 0 0 15px 0;
    padding: 5px 5px 5px 10px;
    background: #e3f3f1;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
  }
  
  #taxonomy-wrap h1:after {
    position: absolute;
    right: -14px;
    bottom: 0px;
    border: 20px solid #e3f3f1;
    border-right: 10px solid transparent;
    border-left: 10px solid #e3f3f1;
    content: " ";
  }
  
  #taxonomy-wrap .cat-title {
    position: relative;
    top: -3px;
    left: 3px;
    margin: 0;
    padding: 0;
    color: #666;
    font-family: 'Dawning of a New Day', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
  }
  
  #taxonomy-wrap-vendor h1 {
    clear: both;
    width: 746px;
    height: 50px;
    margin: 0;
    padding: 7px 0 30px 0;
    background: url(images/global/header_background_paper-grid.png) no-repeat left top;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0;
    text-align: center;
  }
  
  #taxonomy-wrap-vendor h1:before {
    position: relative;
    top: -4px;
    right: 25px;
    content: url(images/global/header_background_heart.png);
  }
  
  #taxonomy-wrap-vendor h1:after {
    position: relative;
    top: -4px;
    left: 25px;
    content: url(images/global/header_background_heart.png);
  }
  
  /* -------------------[ Image and Excerpt ]------------------- */
  .taxonomy-category .iw-excerpt,
  .taxonomy-category-vendor .iw-excerpt {
    float: left;
    width: 170px;
    height: 280px;
    margin: 23px 8px 8px 8px;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
  }
  
  .taxonomy-category .iw-excerpt img,
  .taxonomy-category-vendor .iw-excerpt img {
    width: 150px;
    height: 150px;
    padding: 10px;
    border: 1px solid #e3f3f1;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  }
  
  .taxonomy-category .iw-excerpt img:hover,
  .taxonomy-category-vendor .iw-excerpt img:hover {
    width: 150px;
    height: 150px;
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  
  .taxonomy-category .iw-excerpt a,
  .taxonomy-category-vendor .iw-excerpt a {
    color: #666;
  }
  
  .taxonomy-category .iw-excerpt a:hover,
  .taxonomy-category-vendor .iw-excerpt a:hover {
    color: #999;
  }
  
  .taxonomy-category .iw-excerpt-title,
  .taxonomy-category-vendor .iw-excerpt-title {
    display: block;
    width: 160px;
    margin: 4px 0;
    padding: 0 5px;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 0;
  }
  
  /* -------------------[ Search Listings ]------------------- */
  .taxonomy-category #venue-finder {
    display: block;
    margin-top: 20px;
  }
  
  /* ====================================================================
     VENUE PAID & VENDOR PROFILES
     ==================================================================== */
  .profile-left {
    clear: both;
    overflow: hidden;
    margin: 20px 10px;
    padding: 0;
  }
  
  .profile-right {
    overflow: hidden;
    margin: 20px 10px;
    padding: 0;
  }
  
  .profile-bottom {
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 15px;
    border-top: 1px dashed #999;
    background: url(images/venues/background_graphpaper.png) repeat left top;
  }
  
  .profile-bottom-information {
    clear: both;
    overflow: hidden;
    height: 25px;
    margin: 30px auto 10px auto;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    font-style: normal;
    text-align: center;
  }
  
  @media (min-width: 768px) {
    .profile-left {
      float: left;
    }
  
    .profile-right {
      float: right;
    }
  }
  @media (min-width: 1200px) {
    .profile-left {
      float: left;
      width: 750px;
    }
  
    .profile-right {
      float: right;
      width: 300px;
    }
  
    .profile-bottom {
      width: 1070px;
    }
  }
  /* -------------------[ Title ]------------------- */
  .profile-left h1 {
    clear: both;
    position: relative;
    margin: 0 0 15px 0;
    padding: 3px 5px 5px 10px;
    background: #e3f3f1;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
  }
  
  .profile-left h1:after {
    position: absolute;
    right: -14px;
    bottom: 0px;
    border: 20px solid #e3f3f1;
    border-right: 10px solid transparent;
    border-left: 10px solid #e3f3f1;
    content: " ";
  }
  
  .profile-left h1 a {
    color: #666;
  }
  
  .profile-left h1 a:hover {
    color: #419fab;
  }
  
  .profile-left .location-title,
  .profile-left .vendortype-title {
    position: relative;
    top: -3px;
    left: 3px;
    margin: 0;
    padding: 0;
    color: #666;
    font-family: 'Dawning of a New Day', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
  }
  
  /* -------------------[ Gallery ]------------------- */
  #gallery-slideshow,
  #slideshow-wrapper0 {
    margin: 5px 0 0 0 !important;
    padding: 0 !important;
  }
  
  .slideshow-content {
    display: block;
    margin-left: -15px !important;
    padding: 0;
  }
  
  .slideshow-content img {
    margin: 0;
    padding: 0;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    max-width: 100% !important;
    height: auto !important;
  }
  
  #portfolio-slideshow0 img {
    margin-top: -10px !important;
    padding: 5px !important;
  }
  
  /* -------------------[ Sidebar ]------------------- */
  .profile-right {
    text-transform: uppercase;
    text-align: center;
  }
  
  .profile-right .search-results {
    clear: both;
    width: 164px;
    height: 74px;
    margin: 0 auto;
    padding: 0;
    background: url(images/venues/background_search-results.png) no-repeat 0 0;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
  }
  
  .profile-right .search-results .search {
    padding: 3px 0 0 0;
  }
  
  .profile-right .search-results .results {
    padding: 15px 0 0 0;
  }
  
  .profile-right .search-results a {
    color: #999;
  }
  
  .profile-right .search-results a:hover {
    color: #faca99;
  }
  
  .profile-right .info {
    clear: both;
    margin: 40px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
  }
  
  .profile-right .info h2 {
    margin: 0 0 3px 0;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
  }
  
  .profile-right .contact {
    clear: both;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0;
  }
  
  .profile-right .contact a {
    color: #faca99;
  }
  
  .profile-right .contact a:hover {
    color: #999;
  }
  
  .profile-right .social2 {
    display: block;
  }
  
  .profile-right .share {
    margin: 40px 0 40px 0;
    text-align: center;
    width: 210px;
  }
  
  .profile-right .sharetitle {
    clear: both;
    margin: 0 0 0 7px;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0;
  }
  
  /* -------------------[ Venue Contact Form ]------------------- */
  #contact-venue-popup {
    margin: 5px;
    padding: 20px;
  }
  
  .venue-contact-form-title {
    color: #faca99;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
  }
  
  /* -------------------[ Vendor Divider ]------------------- */
  .content_divider_hearts-repeat-x-vendors {
    clear: both;
    height: 18px;
    margin: 70px auto 30px auto;
    background: url(images/global/content_divider_hearts-repeat-x.png) repeat-x 0 0;
  }
  
  /* -------------------[ Vendor About ]------------------- */
  .profile-right .logo {
    margin: 30px 0 0 0;
  }
  
  .profile-right .vendor-info h2 {
    margin: 25px 0;
    color: #666;
    font-family: 'Dawning of a New Day', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 35px;
    text-transform: capitalize;
  }
  
  .profile-right .vendor-phone {
    clear: both;
    margin: 40px 0 0 0;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
  }
  
  .vendor-bottom {
    padding-bottom: 10px;
  }
  
  .vendor-bottom h2 {
    margin-top: 10px !important;
  }
  
  /* -------------------[ Venue - Details Ceremony Reception ]------------------- */
  .profile-bottom h2 {
    clear: both;
    margin: 0 0 12px 0;
    padding: 0;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0.03em;
    text-align: left;
  }
  
  .profile-bottom h3 {
    clear: both;
    height: 100px;
    padding: 28px 0 0 0;
    background: url(images/venues/background_graphpaper_brushstroke.png) no-repeat top center;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0.03em;
    text-align: center;
  }
  
  .profile-bottom .left {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    padding: 15px 0;
  }
  
  .profile-bottom .left .map {
    clear: both;
  }
  
  .profile-bottom .map iframe {
    padding-bottom: 1.33%;
    width: 100%;
  }
  
  .profile-bottom .right {
    float: right;
    padding: 15px 0 15px 30px;
    border-left: 1px dashed #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
  }
  
  .profile-bottom .right .question {
    clear: both;
    float: left;
    width: 270px;
    font-weight: bold;
  }
  
  .profile-bottom .right .answer {
    font-weight: normal;
  }
  
  @media (min-width: 768px) {
    .profile-bottom .right {
      width: 45%;
    }
  
    .profile-bottom .right .answer {
      float: right;
    }
  
    .profile-bottom h3 {
      margin-bottom: 0;
      margin-top: 0;
    }
  
    .profile-bottom .left {
      float: left;
      width: 50%;
    }
  
    .profile-bottom h3 {
      background: url(images/venues/background_graphpaper_brushstroke.png) no-repeat center top;
    }
  }
  /* ====================================================================
     VENUE FREE
     ==================================================================== */
  .profile-left-free {
    clear: both;
    float: left;
    margin: 0;
    max-width: 800px;
    overflow: hidden;
    padding: 0;
  }
  
  .profile-left-free .info {
    background: none;
    clear: both;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    height: 415px;
    line-height: 25px;
    margin: 0 auto;
    padding: 40px 0 0 0;
    text-align: center;
  }
  
  .profile-left-free h1 {
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    margin: 0 0 25px 0;
    text-align: center;
  }
  
  .profile-left-free h1 a {
    color: #666;
  }
  
  .profile-left-free h1 a:hover {
    color: #419fab;
  }
  
  .profile-left-free .info h2 {
    margin: 0 0 5px 0;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0;
  }
  
  @media (min-width: 768px) {
    .profile-left-free .info {
      background: url(images/venues/background_free-venue.png) no-repeat center top;
      background-size: contain;
    }
  
    .profile-left-free .graph-bottom-nav h1 {
      text-align: left;
    }
  }
  /* ====================================================================
     MY IW
     ==================================================================== */
  /* -------------------[ Join & Login / Recover Pass / Edit Profile ]------------------- */
  .myiw-top {
    margin: 5px 0 20px 0;
    color: #f7b06a;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
  
  .myiw-log {
    width: 620px;
    margin: 0 auto;
  }
  
  .myiw-profile {
    width: 260px;
    margin: 0 auto;
  }
  
  .myiw-log .join {
    float: left;
    width: 260px;
    padding: 0 50px 0 0;
    border-right: 1px dashed #999;
  }
  
  .myiw-log .login {
    float: right;
    width: 260px;
  }
  
  .myiw-log .title {
    margin: 0 0 25px 0;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
  
  .myiw-log label,
  .myiw-lostpass label,
  .myiw-profile label {
    margin: 0;
    color: #666;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: left;
  }
  
  .myiw-log input,
  .myiw-lostpass input,
  .myiw-profile input {
    clear: both;
    display: block;
    width: 250px;
    margin: 3px 0 0 0;
    padding: 4px;
    border: none;
    background-color: #d1ece8;
  }
  
  .myiw-log .form-checkbox1 .wppb-description-delimiter input {
    clear: both;
    float: left;
    width: 25px;
  }
  
  .myiw-log .form-checkbox1 label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: right;
  }
  
  .myiw-log .wppb-rc-value,
  .myiw-log .form-reCAPTCHA-label {
    display: none;
  }
  
  .myiw-log #recaptcha_area {
    margin: 0 0 10px -25px;
  }
  
  .myiw-log #recaptcha_instructions_image {
    display: block;
    margin-top: -3px;
    line-height: 11pt;
  }
  
  .myiw-log .form-submit .button,
  .myiw-log .login-form-submit .button,
  .myiw-lostpass .form-submit .button,
  .myiw-profile .form-submit .button {
    clear: both;
    float: right;
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    color: #666 !important;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.03em;
    text-align: right;
  }
  
  .myiw-log .form-submit .button:hover,
  .myiw-log .login-form-submit .button:hover,
  .myiw-lostpass .form-submit .button:hover,
  .myiw-profile .form-submit .button:hover {
    color: #d1ece8 !important;
  }
  
  .myiw-log .login .lost-pass {
    clear: both;
    float: right;
    display: block;
    position: relative;
    margin: 80px 0 0 0;
  }
  
  .myiw-lostpass {
    width: 250px;
    margin: 0 auto;
  }
  
  .myiw-log .error {
    text-align: center;
  }
  
  /* -------------------[ My Favorites ]------------------- */
  .myiw-favs .upb-bookmarks-list ul {
    margin: 0;
    padding: 0;
  }
  
  .myiw-favs .upb-bookmarks-list li {
    float: left;
    list-style: none;
    width: 170px;
    height: 280px;
    margin: 0 40px 0 -20px;
    padding: 0;
    text-align: center;
  }
  
  .myiw-favs .upb-bookmarks-list li img {
    width: 150px;
    height: 150px;
    padding: 10px;
    border: 1px solid #e3f3f1;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  }
  
  .myiw-favs .upb-bookmarks-list li img:hover {
    width: 150px;
    height: 150px;
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  
  .myiw-favs .upb_bookmark_link {
    clear: both;
    display: block;
    width: 160px;
    margin: 4px 0 0 0;
    padding: 0 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
  }
  
  .myiw-favs .upb-bookmarks-list a {
    height: 50px;
  }
  
  .myiw-favs .upb_del_bookmark {
    clear: both;
    width: 160px;
    margin: 4px 0 0 0;
    padding: 0 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 11px;
    text-transform: lowercase;
  }
  
  .myiw-favs .upb-bookmarks-list li a {
    color: #666;
  }
  
  .myiw-favs .upb-bookmarks-list li a:hover {
    color: #999;
  }
  
  .myiw-favs .upb-bookmarks-list .empty {
    width: 600px !important;
    margin: 0 auto;
    text-align: center;
  }
  
  /* -------------------[ Add/Remove from Favorites ]------------------- */
  .myiw-favorites-addremove {
    clear: both;
    display: block;
    width: 200px;
    margin: 10px auto;
    padding: 38px 0 0 0;
    background: url(images/global/favorites_off.png) no-repeat top center;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0;
  }
  
  .myiw-favorites-save {
    clear: both;
    display: block;
    margin: 10px auto;
    padding: 38px 0 0 0;
    background: url(images/global/favorites_off.png) no-repeat top center;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
  }
  
  .myiw-favorites-addremove:hover,
  .myiw-favorites-save:hover {
    background: url(images/global/favorites_on.png) no-repeat top center;
  }
  
  .myiw-favorites-addremove a,
  .myiw-favorites-save a {
    color: #666;
  }
  
  .myiw-favorites-addremove:hover a
  .myiw-favorites-save:hover a {
    color: #faca99 !important;
  }