/*
**	Website design templates
**	This file contains all design for all templates
*/
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700|Source+Sans+Pro:200,300,400,600,700|Raleway:300,400,500,600,700|Merriweather:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Alex+Brush");
@import url("https://fonts.googleapis.com/css?family=Baumans");
@import url("https://fonts.googleapis.com/css?family=Berkshire+Swash");
@import url("https://fonts.googleapis.com/css?family=Baumans");
@import url("https://fonts.googleapis.com/css?family=Slabo+27px");
@import url("https://fonts.googleapis.com/css?family=Baumans");
@import url("https://fonts.googleapis.com/css?family=Great+Vibes");
@import url("https://fonts.googleapis.com/css?family=Bad+Script");
@import url("https://fonts.googleapis.com/css?family=Sacramento");
@import url("https://fonts.googleapis.com/css?family=Sacramento");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600");
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('assets/fonts/font-name.eot');
    	src: url('assets/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/font-name.woff') format('woff'),
             url('assets/fonts/font-name.ttf') format('truetype'),
             url('assets/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/* Edit mode */
.editing-page .web-part {
  opacity: 0.4;
  filter: blur(5px); }
  .editing-page .web-part#editing {
    opacity: 1;
    filter: none; }
    .editing-page .web-part#editing .content {
      display: none; }
    .editing-page .web-part#editing #edit-form {
      max-width: 1000px;
      margin: 0 auto; }

.editing-page .web-splash {
  opacity: 0.4;
  filter: blur(5px); }

/* General settings for all templates */
.not-authorized #site-wrapper {
  filter: blur(13px);
  opacity: 0.5; }

.not-authorized #login {
  display: block; }

body {
  background: #fff;
}
#site-wrapper {
  filter: none;
  transition: all ease 0.75s; }
  #site-wrapper .alignright {
    float: right; }
  #site-wrapper .alignleft {
    float: left; }
  #site-wrapper .web-part {
    padding: 3rem 0; }
    @media (max-width: 1024px) {
      #site-wrapper .web-part {
        padding: 3rem 0.9735rem; } }
    @media (max-width: 1023px) {
      #site-wrapper .web-part {
        padding: 1.5rem 0.9735rem; } }
    #site-wrapper .web-part h2 {
      max-width: 1000px;
      margin: 0 auto;
      text-align: center; }
    #site-wrapper .web-part .content {
      max-width: 1000px;
      margin: 0 auto; }
    #site-wrapper .web-part#contact-form #contactform {
      max-width: 1000px;
      margin: 0 auto; }
      #site-wrapper .web-part#contact-form #contactform .info {
        margin: 0 0 25px 0; }
      #site-wrapper .web-part#contact-form #contactform .wpcf7-submit {
        margin: 0 auto;
        box-shadow: none;
        border: none;
        color: #FFF;
        text-transform: uppercase;
        font-weight: bold;
        padding: 8px 16px; }
        #site-wrapper .web-part#contact-form #contactform .wpcf7-submit:hover {
          opacity: 0.8;
          cursor: pointer; }
    #site-wrapper .web-part#image-gallery #imagegallery {
      max-width: 1000px;
      margin: 0 auto; }
    #site-wrapper .web-part#web-ad #ad-content {
      max-width: 1000px;
      margin: 0 auto;
      text-align: center; }
    #site-wrapper .web-part#web-footer {
      padding: 2rem 0 4rem; }
      #site-wrapper .web-part#web-footer #footer-content {
        max-width: 1000px;
        margin: 0 auto;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        opacity: 0.75; }
        #site-wrapper .web-part#web-footer #footer-content:before {
          content: "";
          display: block;
          background: url("../../parts/templates/1/rose.png");
          width: 30px;
          margin: 0 auto 15px;
          height: 35px;
          background-size: cover; }
        #site-wrapper .web-part#web-footer #footer-content:hover {
          opacity: 1; }

.page-template-template-brudepar.is-editing #loading-website {
  display: none; }

.page-template-template-brudepar.is-editing #imagelist {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  background: #fefefe;
  position: relative;
  z-index: 999999 !important;
  width: 400px;
  border-width: 1px;
  left: 10px;
  top: 15px;
  left: 0;
  right: -10px;
  margin: 0 auto;
  width: 435px;
  height: 238px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: fixed;
  overflow-y: scroll; }
  .page-template-template-brudepar.is-editing #imagelist .title {
    background: #fcfcfc;
    border-bottom: 1px solid #ddd;
    padding: 0;
    min-height: 36px;
    color: #444;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
    padding: 0 10px; }
  .page-template-template-brudepar.is-editing #imagelist .img {
    padding: 5px 10px;
    cursor: pointer; }
    .page-template-template-brudepar.is-editing #imagelist .img:hover {
      background: #f6f6f6; }
    .page-template-template-brudepar.is-editing #imagelist .img img {
      width: 40px;
      height: auto;
      max-height: 18px; }
    .page-template-template-brudepar.is-editing #imagelist .img label {
      display: inline-block;
      padding-left: 20px;
      cursor: pointer; }

.page-template-template-brudepar.version-3 .hide-for-v3 {
  display: none !important; }

.page-template-template-brudepar #loading-website {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: #f3f3f3; }
  .page-template-template-brudepar #loading-website #loading-content {
    color: #555;
    position: relative;
    top: 46%;
    transform: translateY(-46%);
    text-align: center;
    font-family: 'Raleway';
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase; }
    .page-template-template-brudepar #loading-website #loading-content i {
      font-size: 16px;
      margin-right: 2px;
      margin-top: 2px; }
    .page-template-template-brudepar #loading-website #loading-content img {
      display: block;
      max-width: 100px;
      margin: 10px auto 20px; }

#login {
  position: fixed;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  background: #fefefe;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 30px 50px;
  max-width: 550px;
  opacity: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all ease 0.2s;
  visibility: visible;
  display: none; }
  #login.hidden {
    opacity: 0;
    visibility: hidden; }
  #login h5 {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px; }
    #login h5 i {
      float: right;
      border-bottom: none; }
  #login input {
    padding: 20px 14px;
    font-size: 18px;
    width: 70%;
    display: inline-block;
    height: auto; }
    #login input[type='button'] {
      width: 29%;
      display: inline-block;
      margin-bottom: 5px; }

/* TEMPLATE: 01 */
.template-1 {
  background: url("../../parts/templates/1/bg.jpg");
  background-repeat: repeat; }
  .template-1 h1, .template-1 h2, .template-1 h3, .template-1 h4 {
    font-family: 'Baumans'; }
  .template-1 #contactform {
    background: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 25px; }
    .template-1 #contactform .wpcf7-submit {
      background: #795340; }
  .template-1 #site-wrapper .web-splash {
    text-align: center;
    position: relative; }
    .template-1 #site-wrapper .web-splash #slogan {
      color: #795340;
      text-transform: uppercase;
      font-weight: bold;
      margin-top: 30px; }
    .template-1 #site-wrapper .web-splash .box {
      background: #FFF;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      padding: 25px;
      max-width: 1000px;
      margin: 30px auto; }
      .template-1 #site-wrapper .web-splash .box .description {
        color: #666666;
        font-size: 20px;
        font-family: 'Baumans';
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 25px; }
      .template-1 #site-wrapper .web-splash .box h1 {
        color: #795340;
        font-weight: bold;
        font-size: 50px;
        margin-bottom: 0px; }
        @media (max-width: 1023px) {
          .template-1 #site-wrapper .web-splash .box h1 {
            font-size: 40px; } }
        @media (max-width: 760px) {
          .template-1 #site-wrapper .web-splash .box h1 {
            font-size: 30px; } }
        .template-1 #site-wrapper .web-splash .box h1 .and {
          color: #473126; }
      .template-1 #site-wrapper .web-splash .box .wed-date {
        color: #795340;
        font-weight: normal;
        font-size: 20px; }
        @media (max-width: 760px) {
          .template-1 #site-wrapper .web-splash .box .wed-date {
            font-size: 18px; } }
      .template-1 #site-wrapper .web-splash .box .wed-days-left {
        color: #666;
        font-size: 14px;
        margin-top: 10px; }
    .template-1 #site-wrapper .web-splash #wood {
      background: url("../../parts/templates/1/wood.jpg");
      height: 60px;
      background-repeat: repeat-x; }
    .template-1 #site-wrapper .web-splash #flower-left {
      position: absolute;
      top: 120px;
      left: 0; }
      .template-1 #site-wrapper .web-splash #flower-left img {
        max-width: 70%;
        float: left; }
        @media (max-width: 760px) {
          .template-1 #site-wrapper .web-splash #flower-left img {
            max-width: 20%; } }
    .template-1 #site-wrapper .web-splash #flower-right {
      position: absolute;
      top: 20px;
      right: 0; }
      @media (max-width: 760px) {
        .template-1 #site-wrapper .web-splash #flower-right {
          top: 120px; } }
      .template-1 #site-wrapper .web-splash #flower-right img {
        max-width: 70%;
        float: right; }
        @media (max-width: 760px) {
          .template-1 #site-wrapper .web-splash #flower-right img {
            max-width: 20%; } }
  .template-1 #site-wrapper .web-part h2 {
    color: #333;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 2rem; }
    @media (max-width: 760px) {
      .template-1 #site-wrapper .web-part h2 {
        font-size: 30px; } }
    .template-1 #site-wrapper .web-part h2:after {
      display: block;
      position: relative;
      top: 5px;
      width: 30px;
      height: 2px;
      background-color: #795340;
      content: "";
      margin: 0 auto; }

/* TEMPLATE: 02 */
.template-2 {
  background: #202020; }
  .template-2 h1, .template-2 h2, .template-2 h3, .template-2 h4 {
    font-family: 'Berkshire Swash', cursive; }
  .template-2 #contactform {
    background: #FFF; }
    .template-2 #contactform .wpcf7-submit {
      background: #eca07d; }
  .template-2 #site-wrapper .web-splash {
    text-align: center;
    position: relative; }
    @media (max-width: 800px) {
      .template-2 #site-wrapper .web-splash {
        margin: 0 1rem; } }
    .template-2 #site-wrapper .web-splash .prime {
      color: #fefefe;
      font-size: 52px;
      max-width: 1200px;
      text-align: center;
      margin: 0 auto;
      margin-top: 6rem;
      margin-bottom: 2rem; }
      @media (max-width: 760px) {
        .template-2 #site-wrapper .web-splash .prime {
          margin-top: 2rem;
          font-size: 32px;
          z-index: 5;
          position: relative; } }
    .template-2 #site-wrapper .web-splash #slogan {
      color: #795340;
      text-transform: uppercase;
      font-weight: bold;
      margin-top: 30px; }
    .template-2 #site-wrapper .web-splash .box {
      background: #FFF;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      padding: 25px;
      max-width: 1000px;
      margin: 10rem auto 2rem;
      position: relative;
      z-index: 1; }
      .template-2 #site-wrapper .web-splash .box .description {
        color: #666666;
        font-size: 20px;
        font-family: 'Baumans';
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 25px; }
      .template-2 #site-wrapper .web-splash .box h1 {
        color: #eca07d;
        font-size: 70px;
        margin-bottom: 0px; }
        @media (max-width: 760px) {
          .template-2 #site-wrapper .web-splash .box h1 {
            font-size: 30px; } }
        .template-2 #site-wrapper .web-splash .box h1 .and {
          color: #f6d1c0; }
      .template-2 #site-wrapper .web-splash .box .wed-date {
        color: #795340;
        font-weight: normal;
        font-size: 20px; }
        @media (max-width: 760px) {
          .template-2 #site-wrapper .web-splash .box .wed-date {
            font-size: 18px; } }
      .template-2 #site-wrapper .web-splash .box .wed-days-left {
        color: #666;
        font-size: 14px;
        margin-top: 10px; }
    .template-2 #site-wrapper .web-splash #flower-left {
      position: absolute;
      top: -10rem;
      left: 0; }
      .template-2 #site-wrapper .web-splash #flower-left img {
        max-width: 70%;
        float: left; }
    .template-2 #site-wrapper .web-splash #flower-right {
      position: absolute;
      top: -10rem;
      right: 0; }
      .template-2 #site-wrapper .web-splash #flower-right img {
        max-width: 70%;
        float: right; }
  .template-2 #site-wrapper .web-part {
    background: #FFF;
    padding: 40px 30px;
    max-width: 1000px;
    margin: 0 auto; }
    @media (max-width: 800px) {
      .template-2 #site-wrapper .web-part {
        margin: 1rem; } }
    @media (max-width: 760px) {
      .template-2 #site-wrapper .web-part {
        position: relative;
        z-index: 5; } }
    @media (max-width: 800px) {
      .template-2 #site-wrapper .web-part#web-ad {
        background: transparent; } }
    .template-2 #site-wrapper .web-part#web-footer {
      background: transparent;
      background-image: url("../../parts/templates/2/footer.png");
      padding-top: 60px;
      color: #fefefe;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: bottom;
      padding-bottom: 160px; }
      @media (max-width: 800px) {
        .template-2 #site-wrapper .web-part#web-footer {
          margin-bottom: 0; } }
      @media (max-width: 760px) {
        .template-2 #site-wrapper .web-part#web-footer {
          padding-top: 50px;
          padding-bottom: 100px; } }
    @media (max-width: 760px) {
      .template-2 #site-wrapper .web-part {
        padding: 20px 15px; } }
    .template-2 #site-wrapper .web-part h2 {
      color: #eca07d;
      font-size: 40px;
      margin-bottom: 2rem; }
      @media (max-width: 760px) {
        .template-2 #site-wrapper .web-part h2 {
          font-size: 30px; } }
      .template-2 #site-wrapper .web-part h2:after {
        display: block;
        position: relative;
        top: 5px;
        width: 30px;
        height: 2px;
        background-color: #ccc;
        content: "";
        margin: 0 auto; }

/* TEMPLATE: 03 */
.template-3 {
  background: #f3f3f3; }
  .template-3 h1, .template-3 h2, .template-3 h3, .template-3 h4 {
    font-family: 'Baumans', serif; }
  .template-3 #contactform {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background: #fefefe;
    padding: 35px; }
    @media (max-width: 760px) {
      .template-3 #contactform {
        padding: 15px; } }
    .template-3 #contactform .wpcf7-submit {
      background: #337090; }
  .template-3 #site-wrapper .web-splash {
    text-align: center;
    position: relative; }
    @media (max-width: 800px) {
      .template-3 #site-wrapper .web-splash {
        margin: 0 1rem; } }
    .template-3 #site-wrapper .web-splash #slogan {
      color: #795340;
      text-transform: uppercase;
      font-weight: bold;
      margin-top: 30px; }
    .template-3 #site-wrapper .web-splash .box {
      background: #FFF;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      padding: 25px;
      max-width: 1000px;
      margin: 5rem auto 2rem;
      position: relative;
      z-index: 1; }
      @media (max-width: 760px) {
        .template-3 #site-wrapper .web-splash .box {
          padding: 15px;
          margin-top: 1rem;
          margin-bottom: 0; } }
      .template-3 #site-wrapper .web-splash .box .description {
        color: #666666;
        font-size: 20px;
        font-family: 'Baumans';
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 25px; }
      .template-3 #site-wrapper .web-splash .box h1 {
        color: #337090;
        font-size: 70px;
        margin-bottom: 0px; }
        @media (max-width: 760px) {
          .template-3 #site-wrapper .web-splash .box h1 {
            font-size: 30px; } }
        .template-3 #site-wrapper .web-splash .box h1 .and {
          color: #4f99c1; }
      .template-3 #site-wrapper .web-splash .box .wed-date {
        color: #795340;
        font-weight: normal;
        font-size: 20px; }
        @media (max-width: 760px) {
          .template-3 #site-wrapper .web-splash .box .wed-date {
            font-size: 18px; } }
      .template-3 #site-wrapper .web-splash .box .wed-days-left {
        color: #666;
        font-size: 14px;
        margin-top: 10px; }
    .template-3 #site-wrapper .web-splash #flowers {
      position: relative;
      text-align: center; }
      .template-3 #site-wrapper .web-splash #flowers img {
        max-width: 85%; }
  .template-3 #site-wrapper .web-part {
    padding: 40px 0px;
    max-width: 1000px;
    margin: 0 auto; }
    @media (max-width: 800px) {
      .template-3 #site-wrapper .web-part {
        margin: 0 1rem; } }
    @media (max-width: 760px) {
      .template-3 #site-wrapper .web-part {
        padding: 20px 0; } }
    .template-3 #site-wrapper .web-part#image-gallery {
      padding: 20px 0; }
      .template-3 #site-wrapper .web-part#image-gallery h2 {
        display: none; }
    @media (max-width: 800px) {
      .template-3 #site-wrapper .web-part#web-ad {
        padding-bottom: 0; } }
    .template-3 #site-wrapper .web-part#web-footer {
      background: transparent;
      background-image: url("../../parts/templates/3/bottom.png");
      padding-top: 60px;
      color: #777;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: bottom;
      padding-bottom: 160px; }
      @media (max-width: 760px) {
        .template-3 #site-wrapper .web-part#web-footer {
          padding-bottom: 100px;
          padding-top: 50px; } }
    .template-3 #site-wrapper .web-part .content {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      background: #fefefe;
      padding: 35px; }
      @media (max-width: 760px) {
        .template-3 #site-wrapper .web-part .content {
          padding: 15px; } }
    .template-3 #site-wrapper .web-part h2 {
      color: #337090;
      font-size: 40px;
      margin-bottom: 1.2rem; }
      @media (max-width: 760px) {
        .template-3 #site-wrapper .web-part h2 {
          font-size: 30px; } }

/* TEMPLATE: 04 */
.template-4 {
  background-image: url("../../parts/templates/4/bg.jpg"); }
  .template-4 h1, .template-4 h2, .template-4 h3, .template-4 h4 {
    font-family: 'Slabo 27px', serif; }
  .template-4 #contactform {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background: #fefefe;
    padding: 35px; }
    @media (max-width: 760px) {
      .template-4 #contactform {
        padding: 15px; } }
    .template-4 #contactform .wpcf7-submit {
      background: #9B59B6; }
  .template-4 #site-wrapper .web-splash {
    text-align: center;
    position: relative; }
    @media (max-width: 800px) {
      .template-4 #site-wrapper .web-splash {
        margin: 0 1rem; } }
    .template-4 #site-wrapper .web-splash #slogan {
      color: #795340;
      text-transform: uppercase;
      font-weight: bold;
      margin-top: 30px; }
    .template-4 #site-wrapper .web-splash .box {
      background: #FFF;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      padding: 25px;
      max-width: 1000px;
      margin: 5rem auto 2rem;
      position: relative;
      z-index: 1; }
      @media (max-width: 760px) {
        .template-4 #site-wrapper .web-splash .box {
          padding: 15px; } }
      .template-4 #site-wrapper .web-splash .box .description {
        color: #666666;
        font-size: 20px;
        font-family: 'Slabo 27px', serif;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 25px; }
      .template-4 #site-wrapper .web-splash .box h1 {
        color: #9B59B6;
        font-size: 70px;
        margin-bottom: 0px; }
        @media (max-width: 760px) {
          .template-4 #site-wrapper .web-splash .box h1 {
            font-size: 30px; } }
        .template-4 #site-wrapper .web-splash .box h1 .and {
          color: #d0b2dd; }
      .template-4 #site-wrapper .web-splash .box .wed-date {
        color: #795340;
        font-weight: normal;
        font-size: 20px; }
        @media (max-width: 760px) {
          .template-4 #site-wrapper .web-splash .box .wed-date {
            font-size: 18px; } }
      .template-4 #site-wrapper .web-splash .box .wed-days-left {
        color: #666;
        font-size: 14px;
        margin-top: 10px; }
    .template-4 #site-wrapper .web-splash #header {
      position: absolute;
      text-align: center;
      top: -5rem;
      left: -1rem;
      width: 100%;
      height: auto;
      z-index: 0; }
      .template-4 #site-wrapper .web-splash #header img {
        width: 100%;
        max-width: 100%; }
  .template-4 #site-wrapper .web-part {
    position: relative;
    z-index: 5;
    padding: 40px 0px;
    max-width: 1000px;
    margin: 0 auto; }
    @media (max-width: 800px) {
      .template-4 #site-wrapper .web-part {
        margin: 0 1rem; } }
    @media (max-width: 760px) {
      .template-4 #site-wrapper .web-part {
        padding: 20px 0; } }
    .template-4 #site-wrapper .web-part#image-gallery {
      padding: 20px 0; }
      .template-4 #site-wrapper .web-part#image-gallery h2 {
        display: none; }
    .template-4 #site-wrapper .web-part#web-footer {
      background: transparent;
      background-image: url("../../parts/templates/4/footer.png");
      padding-top: 100px;
      color: #777;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top right;
      padding-bottom: 120px;
      max-width: 100%; }
      @media (max-width: 760px) {
        .template-4 #site-wrapper .web-part#web-footer {
          background-size: cover;
          margin: 0; } }
    .template-4 #site-wrapper .web-part .content {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      background: #fefefe;
      padding: 35px; }
      @media (max-width: 760px) {
        .template-4 #site-wrapper .web-part .content {
          padding: 15px; } }
    .template-4 #site-wrapper .web-part h2 {
      color: #9B59B6;
      font-size: 40px;
      margin-bottom: 1.2rem; }
      @media (max-width: 760px) {
        .template-4 #site-wrapper .web-part h2 {
          font-size: 30px; } }

/* TEMPLATE: 05 */
.template-5 {
  background: #FFF;
  background-repeat: repeat; }
  .template-5 h1, .template-5 h2, .template-5 h3, .template-5 h4 {
    font-family: 'Baumans'; }
  .template-5 #contactform {
    background: #f9f9f9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 25px; }
    @media (max-width: 760px) {
      .template-5 #contactform {
        padding: 15px; } }
    .template-5 #contactform .wpcf7-submit {
      background: #D24D57; }
  .template-5 #site-wrapper .web-splash {
    text-align: center;
    position: relative;
    z-index: 1; }
    .template-5 #site-wrapper .web-splash .box {
      background: #FFF;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      padding: 25px;
      max-width: 1000px;
      margin: 5rem auto 30px;
      position: relative;
      z-index: 1; }
      @media (max-width: 800px) {
        .template-5 #site-wrapper .web-splash .box {
          margin: 2rem 1rem 1rem; } }
      @media (max-width: 760px) {
        .template-5 #site-wrapper .web-splash .box {
          padding: 15px; } }
      .template-5 #site-wrapper .web-splash .box .description {
        color: #888;
        font-size: 20px;
        font-family: 'Baumans';
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 25px; }
      .template-5 #site-wrapper .web-splash .box h1 {
        color: #D24D57;
        font-weight: bold;
        font-size: 50px;
        margin-bottom: 0px; }
        @media (max-width: 760px) {
          .template-5 #site-wrapper .web-splash .box h1 {
            font-size: 30px; } }
        .template-5 #site-wrapper .web-splash .box h1 .and {
          color: #e18a91; }
      .template-5 #site-wrapper .web-splash .box .wed-date {
        color: #795340;
        font-weight: normal;
        font-size: 20px; }
        @media (max-width: 760px) {
          .template-5 #site-wrapper .web-splash .box .wed-date {
            font-size: 18px; } }
      .template-5 #site-wrapper .web-splash .box .wed-days-left {
        color: #666;
        font-size: 14px;
        margin-top: 10px; }
    .template-5 #site-wrapper .web-splash #banner {
      background: url("../../parts/templates/5/header.jpg");
      width: 100%;
      position: absolute;
      top: -5rem;
      left: 0;
      z-index: 0; }
  .template-5 #site-wrapper .web-part h2 {
    color: #D24D57;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 2rem; }
    @media (max-width: 760px) {
      .template-5 #site-wrapper .web-part h2 {
        font-size: 30px; } }
    .template-5 #site-wrapper .web-part h2:after {
      display: block;
      position: relative;
      top: 5px;
      width: 30px;
      height: 2px;
      background-color: #D24D57;
      content: "";
      margin: 0 auto; }
  .template-5 #site-wrapper .web-part#web-footer {
    background: transparent;
    background-image: url("../../parts/templates/5/footer.jpg");
    padding-top: 100px;
    color: #777;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    padding-bottom: 120px;
    max-width: 100%; }
    .template-5 #site-wrapper .web-part#web-footer #footer-content {
      color: #FFF; }
      .template-5 #site-wrapper .web-part#web-footer #footer-content a {
        color: #FFF; }

.template-6 #site-wrapper, .template-7 #site-wrapper, .template-8 #site-wrapper {
  background: #f4f4f4; }
  .template-6 #site-wrapper .web-splash, .template-7 #site-wrapper .web-splash, .template-8 #site-wrapper .web-splash {
    background: #e5e1de;
    border-bottom: 1px solid #d6cfba;
    margin-bottom: 4rem; }
    @media (max-width: 760px) {
      .template-6 #site-wrapper .web-splash, .template-7 #site-wrapper .web-splash, .template-8 #site-wrapper .web-splash {
        margin-bottom: 1rem; } }
    .template-6 #site-wrapper .web-splash h1, .template-7 #site-wrapper .web-splash h1, .template-8 #site-wrapper .web-splash h1 {
      font-size: 60px;
      color: #333;
      margin-bottom: 1px; }
      @media (max-width: 760px) {
        .template-6 #site-wrapper .web-splash h1, .template-7 #site-wrapper .web-splash h1, .template-8 #site-wrapper .web-splash h1 {
          font-size: 36px; } }
    .template-6 #site-wrapper .web-splash .description, .template-7 #site-wrapper .web-splash .description, .template-8 #site-wrapper .web-splash .description {
      font-size: 20px;
      color: #8b7768;
      font-weight: bold;
      line-height: 0.85; }
      @media (max-width: 760px) {
        .template-6 #site-wrapper .web-splash .description, .template-7 #site-wrapper .web-splash .description, .template-8 #site-wrapper .web-splash .description {
          font-size: 18px; } }
    .template-6 #site-wrapper .web-splash .wed-date, .template-7 #site-wrapper .web-splash .wed-date, .template-8 #site-wrapper .web-splash .wed-date {
      font-size: 20px;
      color: #666; }
      @media (max-width: 760px) {
        .template-6 #site-wrapper .web-splash .wed-date, .template-7 #site-wrapper .web-splash .wed-date, .template-8 #site-wrapper .web-splash .wed-date {
          font-size: 18px; } }
    .template-6 #site-wrapper .web-splash .wed-days-left, .template-7 #site-wrapper .web-splash .wed-days-left, .template-8 #site-wrapper .web-splash .wed-days-left {
      font-size: 16px;
      color: #999;
      margin-top: 0.5rem; }
    .template-6 #site-wrapper .web-splash .box, .template-7 #site-wrapper .web-splash .box, .template-8 #site-wrapper .web-splash .box {
      margin: 0 auto;
      max-width: 1000px;
      padding: 3rem 0;
      text-align: center; }
      @media (max-width: 800px) {
        .template-6 #site-wrapper .web-splash .box, .template-7 #site-wrapper .web-splash .box, .template-8 #site-wrapper .web-splash .box {
          padding: 3rem 1rem; } }
      @media (max-width: 760px) {
        .template-6 #site-wrapper .web-splash .box, .template-7 #site-wrapper .web-splash .box, .template-8 #site-wrapper .web-splash .box {
          padding: 2rem 1rem; } }
      .template-6 #site-wrapper .web-splash .box #intro-img, .template-7 #site-wrapper .web-splash .box #intro-img, .template-8 #site-wrapper .web-splash .box #intro-img {
        max-width: 800px;
        margin: 0 auto; }
        .template-6 #site-wrapper .web-splash .box #intro-img img, .template-7 #site-wrapper .web-splash .box #intro-img img, .template-8 #site-wrapper .web-splash .box #intro-img img {
          background: #fff;
          padding: 10px;
          margin-bottom: 2rem; }
  @media (max-width: 760px) {
    .template-6 #site-wrapper .web-part, .template-7 #site-wrapper .web-part, .template-8 #site-wrapper .web-part {
      padding-top: 0.5rem;
      padding-bottom: 1.5rem; } }
  .template-6 #site-wrapper .web-part h2, .template-7 #site-wrapper .web-part h2, .template-8 #site-wrapper .web-part h2 {
    color: #555;
    margin-bottom: 1.5rem;
    font-size: 40px; }
    @media (max-width: 760px) {
      .template-6 #site-wrapper .web-part h2, .template-7 #site-wrapper .web-part h2, .template-8 #site-wrapper .web-part h2 {
        font-size: 30px; } }
  .template-6 #site-wrapper .web-part .content, .template-7 #site-wrapper .web-part .content, .template-8 #site-wrapper .web-part .content {
    background: #FFF;
    padding: 2rem 30px;
    border: 1px solid #eee; }
    @media (max-width: 760px) {
      .template-6 #site-wrapper .web-part .content, .template-7 #site-wrapper .web-part .content, .template-8 #site-wrapper .web-part .content {
        padding: 15px; } }
  .template-6 #site-wrapper .web-part#contact-form, .template-7 #site-wrapper .web-part#contact-form, .template-8 #site-wrapper .web-part#contact-form {
    margin: 2rem auto;
    background: #FFF;
    padding: 3rem 30px;
    max-width: 1000px;
    border: 1px solid #eee; }
    @media (max-width: 800px) {
      .template-6 #site-wrapper .web-part#contact-form, .template-7 #site-wrapper .web-part#contact-form, .template-8 #site-wrapper .web-part#contact-form {
        margin: 2rem 1rem; } }
    @media (max-width: 760px) {
      .template-6 #site-wrapper .web-part#contact-form, .template-7 #site-wrapper .web-part#contact-form, .template-8 #site-wrapper .web-part#contact-form {
        padding: 15px; } }

.template-7 #site-wrapper {
  background-color: #fff; }
  .template-7 #site-wrapper .web-splash {
    background: #cbdfed;
    border-bottom: 1px solid #a5c8e0; }
    .template-7 #site-wrapper .web-splash h1 {
      color: #34495e; }
    .template-7 #site-wrapper .web-splash .description {
      color: #6789ab; }
  .template-7 #site-wrapper .web-part h2:after {
    display: block;
    margin: 0 auto;
    height: 3px;
    background-color: #bbb;
    width: 45px;
    margin-top: 0.5rem;
    content: " "; }
  .template-7 #site-wrapper .web-part .content {
    border: none; }
  .template-7 #site-wrapper .web-part#contact-form {
    background: #f1f6fa;
    border: 1px solid #b8d3e6; }

.template-8 #site-wrapper {
  background-color: #fff; }
  .template-8 #site-wrapper .web-splash {
    background: #ecf0f1;
    border-bottom: 1px solid #cfd9db; }
    .template-8 #site-wrapper .web-splash h1 {
      color: #333; }
    .template-8 #site-wrapper .web-splash .description {
      color: #737373; }
  .template-8 #site-wrapper .web-part h2:after {
    display: block;
    margin: 0 auto;
    height: 3px;
    background-color: #ddd;
    width: 45px;
    margin-top: 0.5rem;
    content: " "; }
  .template-8 #site-wrapper .web-part .content {
    border: none; }
  .template-8 #site-wrapper .web-part#contact-form {
    background: #f2f5f5;
    border: 1px solid #dde4e6; }

.template-9, .template-10, .template-11, .template-12, .template-13 { }
  .template-9 div#bg, .template-10 div#bg, .template-11 div#bg, .template-12 div#bg, .template-13 div#bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .template-9 #site-wrapper .web-splash, .template-10 #site-wrapper .web-splash, .template-11 #site-wrapper .web-splash, .template-12 #site-wrapper .web-splash, .template-13 #site-wrapper .web-splash {
    text-align: center; }
    .template-9 #site-wrapper .web-splash h1, .template-10 #site-wrapper .web-splash h1, .template-11 #site-wrapper .web-splash h1, .template-12 #site-wrapper .web-splash h1, .template-13 #site-wrapper .web-splash h1 {
      font-family: 'Great Vibes', cursive;
      font-size: 90px;
      color: #ab8d3f;
      text-shadow: 1px 1px #333; }
      @media (max-width: 760px) {
        .template-9 #site-wrapper .web-splash h1, .template-10 #site-wrapper .web-splash h1, .template-11 #site-wrapper .web-splash h1, .template-12 #site-wrapper .web-splash h1, .template-13 #site-wrapper .web-splash h1 {
          text-shadow: 0px 1px #555;
          font-size: 50px; } }
    .template-9 #site-wrapper .web-splash .box, .template-10 #site-wrapper .web-splash .box, .template-11 #site-wrapper .web-splash .box, .template-12 #site-wrapper .web-splash .box, .template-13 #site-wrapper .web-splash .box {
      max-width: 1000px;
      margin: 0 auto;
      position: relative;
      margin-top: 10rem; }
      @media (max-width: 800px) {
        .template-9 #site-wrapper .web-splash .box, .template-10 #site-wrapper .web-splash .box, .template-11 #site-wrapper .web-splash .box, .template-12 #site-wrapper .web-splash .box, .template-13 #site-wrapper .web-splash .box {
          padding: 0 1rem; } }
      @media (max-width: 760px) {
        .template-9 #site-wrapper .web-splash .box, .template-10 #site-wrapper .web-splash .box, .template-11 #site-wrapper .web-splash .box, .template-12 #site-wrapper .web-splash .box, .template-13 #site-wrapper .web-splash .box {
          margin-top: 4rem; } }
    .template-9 #site-wrapper .web-splash #intro-img img, .template-10 #site-wrapper .web-splash #intro-img img, .template-11 #site-wrapper .web-splash #intro-img img, .template-12 #site-wrapper .web-splash #intro-img img, .template-13 #site-wrapper .web-splash #intro-img img {
      max-width: 800px;
      border-top-left-radius: 50%;
      border-top-right-radius: 50%;
      border-bottom: 10px solid #decea5; }
      @media (max-width: 800px) {
        .template-9 #site-wrapper .web-splash #intro-img img, .template-10 #site-wrapper .web-splash #intro-img img, .template-11 #site-wrapper .web-splash #intro-img img, .template-12 #site-wrapper .web-splash #intro-img img, .template-13 #site-wrapper .web-splash #intro-img img {
          width: 100%;
          margin-bottom: 2rem; } }
      @media (max-width: 760px) {
        .template-9 #site-wrapper .web-splash #intro-img img, .template-10 #site-wrapper .web-splash #intro-img img, .template-11 #site-wrapper .web-splash #intro-img img, .template-12 #site-wrapper .web-splash #intro-img img, .template-13 #site-wrapper .web-splash #intro-img img {
          border-radius: 0;
          border-bottom: none; } }
    .template-9 #site-wrapper .web-splash .description, .template-10 #site-wrapper .web-splash .description, .template-11 #site-wrapper .web-splash .description, .template-12 #site-wrapper .web-splash .description, .template-13 #site-wrapper .web-splash .description {
      font-size: 20px;
      font-style: italic;
      margin: 3rem 0; }
      @media (max-width: 760px) {
        .template-9 #site-wrapper .web-splash .description, .template-10 #site-wrapper .web-splash .description, .template-11 #site-wrapper .web-splash .description, .template-12 #site-wrapper .web-splash .description, .template-13 #site-wrapper .web-splash .description {
          font-size: 18px;
          margin: 1rem 0 3rem; } }
    .template-9 #site-wrapper .web-splash .wed-date, .template-10 #site-wrapper .web-splash .wed-date, .template-11 #site-wrapper .web-splash .wed-date, .template-12 #site-wrapper .web-splash .wed-date, .template-13 #site-wrapper .web-splash .wed-date {
      font-size: 34px;
      font-weight: 300; }
      @media (max-width: 760px) {
        .template-9 #site-wrapper .web-splash .wed-date, .template-10 #site-wrapper .web-splash .wed-date, .template-11 #site-wrapper .web-splash .wed-date, .template-12 #site-wrapper .web-splash .wed-date, .template-13 #site-wrapper .web-splash .wed-date {
          font-size: 25px; } }
    .template-9 #site-wrapper .web-splash .dot, .template-10 #site-wrapper .web-splash .dot, .template-11 #site-wrapper .web-splash .dot, .template-12 #site-wrapper .web-splash .dot, .template-13 #site-wrapper .web-splash .dot {
      font-size: 60px;
      line-height: 0.75;
      opacity: 0.6;
      color: #ab8d3f; }
  .template-9 #site-wrapper .web-part, .template-10 #site-wrapper .web-part, .template-11 #site-wrapper .web-part, .template-12 #site-wrapper .web-part, .template-13 #site-wrapper .web-part {
    position: relative;
    z-index: 1; }
    .template-9 #site-wrapper .web-part h2, .template-10 #site-wrapper .web-part h2, .template-11 #site-wrapper .web-part h2, .template-12 #site-wrapper .web-part h2, .template-13 #site-wrapper .web-part h2 {
      font-family: 'Great Vibes', cursive;
      font-size: 60px;
      color: #ab8d3f;
      text-shadow: 0px 1px #735f2a; }
      @media (max-width: 760px) {
        .template-9 #site-wrapper .web-part h2, .template-10 #site-wrapper .web-part h2, .template-11 #site-wrapper .web-part h2, .template-12 #site-wrapper .web-part h2, .template-13 #site-wrapper .web-part h2 {
          font-size: 36px; } }
      .template-9 #site-wrapper .web-part h2:after, .template-10 #site-wrapper .web-part h2:after, .template-11 #site-wrapper .web-part h2:after, .template-12 #site-wrapper .web-part h2:after, .template-13 #site-wrapper .web-part h2:after {
        display: block;
        margin: 0 auto 2rem;
        height: 3px;
        background-color: #ddd;
        width: 45px;
        content: " "; }
        @media (max-width: 760px) {
          .template-9 #site-wrapper .web-part h2:after, .template-10 #site-wrapper .web-part h2:after, .template-11 #site-wrapper .web-part h2:after, .template-12 #site-wrapper .web-part h2:after, .template-13 #site-wrapper .web-part h2:after {
            margin-top: 1rem; } }

.template-10 #site-wrapper .web-splash .box {
  margin-top: 6rem; }
  @media (max-width: 760px) {
    .template-10 #site-wrapper .web-splash .box {
      margin-top: 4rem; } }

.template-10 #site-wrapper .web-splash h1 {
  color: #D2527F; }

.template-10 #site-wrapper .web-splash .dot {
  color: #D2527F; }

.template-10 #site-wrapper .web-splash #intro-img img {
  border-radius: 0;
  border-bottom: none;
  margin-bottom: 2rem;
  background-color: #f7e0e8;
  padding: 6px; }

.template-10 #site-wrapper .web-part h2 {
  color: #D2527F;
  text-shadow: none; }

.template-10 #site-wrapper .web-part#contact-form .wpcf7-submit {
  background-color: #D2527F; }

@media (max-width: 760px) {
  .template-11 #site-wrapper {
    overflow: hidden; } }

@media (max-width: 760px) {
  .template-11 #site-wrapper .web-splash #bg {
    width: 220%; } }

.template-11 #site-wrapper .web-splash .box {
  margin-top: 4rem; }
  @media (max-width: 760px) {
    .template-11 #site-wrapper .web-splash .box {
      margin-top: 1rem; } }

.template-11 #site-wrapper .web-splash h1 {
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 600; }

.template-11 #site-wrapper .web-splash .dot {
  color: #fff; }

.template-11 #site-wrapper .web-splash .description {
  color: #fefefe;
  font-family: 'Great Vibes', cursive;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 0rem; }

.template-11 #site-wrapper .web-splash .wed-date {
  color: #fefefe; }

.template-11 #site-wrapper .web-splash #intro-img img {
  border-radius: 0;
  border-bottom: none;
  margin-bottom: 2rem;
  background-color: #f7e0e8;
  padding: 6px;
  margin-top: 2.5rem; }

.template-11 #site-wrapper .web-part h2 {
  color: #4E342E;
  text-shadow: none; }

.template-11 #site-wrapper .web-part#contact-form .wpcf7-submit {
  background-color: #4E342E; }

.template-12 #site-wrapper {
  background: url("../../parts/templates/12/bg.jpg"); }
  .template-12 #site-wrapper .web-splash .box {
    margin-top: 0rem; }
  .template-12 #site-wrapper .web-splash .description {
    margin-top: 0;
    background: -webkit-linear-gradient(#d7c492, #ab8d3f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    padding-top: 5rem;
    margin-bottom: 1rem; }
    @media (max-width: 760px) {
      .template-12 #site-wrapper .web-splash .description {
        padding-top: 1.5rem; } }
  .template-12 #site-wrapper .web-splash h1 {
    color: #fff; }
  .template-12 #site-wrapper .web-splash .dot {
    color: #fff; }
  .template-12 #site-wrapper .web-splash .wed-date {
    color: #FFF; }
  .template-12 #site-wrapper .web-splash #intro-img img {
    border-radius: 0;
    border-bottom: none;
    margin-bottom: 2rem;
    background-color: white;
    padding: 6px;
    margin-top: 2.5rem; }
  .template-12 #site-wrapper .web-part {
    padding-bottom: 1rem; }
    .template-12 #site-wrapper .web-part h2 {
      color: #fff;
      text-shadow: none;
      font-family: 'Open Sans';
      font-size: 40px;
      margin-bottom: 2rem; }
      @media (max-width: 760px) {
        .template-12 #site-wrapper .web-part h2 {
          font-size: 30px; } }
      .template-12 #site-wrapper .web-part h2:after {
        display: none; }
    .template-12 #site-wrapper .web-part .content {
      background: #FFF;
      padding: 3rem 2rem; }
      @media (max-width: 760px) {
        .template-12 #site-wrapper .web-part .content {
          padding: 1rem; } }
    .template-12 #site-wrapper .web-part#contact-form h2 {
      color: #333; }
    .template-12 #site-wrapper .web-part #contactform {
      background: #FFF;
      padding: 3rem 2rem; }
      @media (max-width: 760px) {
        .template-12 #site-wrapper .web-part #contactform {
          padding: 1rem; } }
      .template-12 #site-wrapper .web-part #contactform .wpcf7-submit {
        background-color: #333; }
    .template-12 #site-wrapper .web-part#web-footer {
      color: #FFF; }
      .template-12 #site-wrapper .web-part#web-footer a {
        color: #FFF; }

.template-13 { }
  .template-13 #site-wrapper {
    background: #FFF; }
    .template-13 #site-wrapper #intro-img {
      background: #f3f3f3;
      border-top: 1px solid #dddd;
      border-bottom: 1px solid #ddd;
      margin-top: 2.5rem; }
      .template-13 #site-wrapper #intro-img img {
        background: transparent;
        padding: 0 !important; }
    .template-13 #site-wrapper .web-splash #headimg {
      margin: 2rem 0; }
      .template-13 #site-wrapper .web-splash #headimg img {
        max-width: 200px; }
        @media (max-width: 760px) {
          .template-13 #site-wrapper .web-splash #headimg img {
            max-width: 150px; } }
    .template-13 #site-wrapper .web-splash .box {
      margin-top: 0rem; }
    .template-13 #site-wrapper .web-splash h1 {
      color: #DAA520;
      font-family: 'Bad Script', cursive;
      font-size: 52px; }
      @media (max-width: 760px) {
        .template-13 #site-wrapper .web-splash h1 {
          font-size: 36px;
          margin-bottom: 0.4rem; } }
    .template-13 #site-wrapper .web-splash .description {
      color: #DAA520;
      font-family: 'Bad Script', cursive;
      font-size: 32px;
      margin: 1rem 0 0; }
      @media (max-width: 760px) {
        .template-13 #site-wrapper .web-splash .description {
          font-size: 28px; } }
    .template-13 #site-wrapper .web-splash .wed-date {
      color: #333;
      font-family: 'Georgia';
      display: inline-block;
      text-transform: uppercase;
      font-size: 20px; }
      @media (max-width: 760px) {
        .template-13 #site-wrapper .web-splash .wed-date {
          display: block;
          margin-bottom: 0.4rem;
          font-size: 18px; } }
    .template-13 #site-wrapper .web-splash i {
      margin: 0 15px; }
      @media (max-width: 760px) {
        .template-13 #site-wrapper .web-splash i {
          display: none; } }
    .template-13 #site-wrapper .web-splash #intro-img img {
      border-radius: 0;
      border-bottom: none;
      margin-bottom: 2rem;
      background-color: white;
      padding: 6px;
      margin-top: 2.5rem; }
    .template-13 #site-wrapper .web-part {
      padding-bottom: 1rem; }
      .template-13 #site-wrapper .web-part h2 {
        text-shadow: none;
        color: #DAA520;
        font-family: 'Bad Script', cursive;
        font-size: 40px;
        margin-bottom: 2rem; }
        @media (max-width: 760px) {
          .template-13 #site-wrapper .web-part h2 {
            font-size: 30px;
            margin-bottom: 0.5rem; } }
        .template-13 #site-wrapper .web-part h2:after {
          display: none; }
      .template-13 #site-wrapper .web-part .content {
        background: #FFF;
        padding: 0rem 2rem; }
        @media (max-width: 760px) {
          .template-13 #site-wrapper .web-part .content {
            padding: 1rem; } }
      .template-13 #site-wrapper .web-part#contact-form h2 {
        color: #333; }
      .template-13 #site-wrapper .web-part #contactform {
        background: #FFF;
        padding: 3rem 2rem; }
        @media (max-width: 760px) {
          .template-13 #site-wrapper .web-part #contactform {
            padding: 1rem; } }
        .template-13 #site-wrapper .web-part #contactform .wpcf7-submit {
          background-color: #333; }
      .template-13 #site-wrapper .web-part#web-footer {
        color: #555; }
        .template-13 #site-wrapper .web-part#web-footer a {
          color: #555; }

.template-14 { }
  .template-14 #site-wrapper {
    background: #FFF; }
    .template-14 #site-wrapper .web-splash {
      background: #F4F4F4;
      padding-bottom: 2.5rem;
      border-bottom: 1px solid #ddd; }
      @media (max-width: 800px) {
        .template-14 #site-wrapper .web-splash {
          padding-bottom: 0;
          margin-bottom: 1.5rem; } }
      .template-14 #site-wrapper .web-splash #intro-img {
        position: relative;
        margin: 2.5rem 0; }
        @media (max-width: 800px) {
          .template-14 #site-wrapper .web-splash #intro-img {
            margin-bottom: 0; } }
        @media (max-width: 760px) {
          .template-14 #site-wrapper .web-splash #intro-img {
            margin-top: 0; } }
        .template-14 #site-wrapper .web-splash #intro-img img {
          background: transparent;
          padding: 0 !important;
          margin: 0 !important; }
      .template-14 #site-wrapper .web-splash .box {
        margin-top: 0rem;
        max-width: 1000px;
        margin: 0 auto; }
      .template-14 #site-wrapper .web-splash .overlay {
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1; }
      .template-14 #site-wrapper .web-splash h1 {
        color: #DAA520;
        font-family: 'Open Sans';
        font-size: 62px;
        position: absolute;
        top: 43%;
        transform: translateY(-43%);
        left: 0;
        right: 0;
        text-align: center;
        color: #FFF;
        font-weight: 500;
        z-index: 2; }
        @media (max-width: 800px) {
          .template-14 #site-wrapper .web-splash h1 {
            transform: translateY(-40%);
            top: 40%; } }
        @media (max-width: 760px) {
          .template-14 #site-wrapper .web-splash h1 {
            font-size: 26px;
            margin-bottom: 0.4rem; } }
      .template-14 #site-wrapper .web-splash .description {
        color: #444;
        font-family: 'Sacramento', cursive;
        font-size: 48px;
        margin: 2.5rem 0 0; }
        @media (max-width: 760px) {
          .template-14 #site-wrapper .web-splash .description {
            font-size: 28px;
            margin: 1.5rem 0; } }
      .template-14 #site-wrapper .web-splash .wed-date {
        color: #fff;
        font-family: 'Georgia';
        display: inline-block;
        text-transform: uppercase;
        font-size: 20px;
        position: absolute;
        z-index: 2;
        top: 56%;
        transform: translateY(-56%);
        left: 0;
        right: 0;
        text-align: center; }
        @media (max-width: 800px) {
          .template-14 #site-wrapper .web-splash .wed-date {
            transform: translateY(-60%);
            top: 60%; } }
        @media (max-width: 760px) {
          .template-14 #site-wrapper .web-splash .wed-date {
            display: block;
            margin-bottom: 0.4rem;
            font-size: 16px; } }
      .template-14 #site-wrapper .web-splash i {
        margin: 0 15px; }
        @media (max-width: 760px) {
          .template-14 #site-wrapper .web-splash i {
            display: none; } }
      .template-14 #site-wrapper .web-splash #intro-img img {
        border-radius: 0;
        border-bottom: none;
        margin-bottom: 2rem;
        background-color: white;
        padding: 6px;
        margin-top: 2.5rem; }
    .template-14 #site-wrapper .web-part {
      padding-bottom: 1rem; }
      .template-14 #site-wrapper .web-part h2 {
        text-shadow: none;
        color: #444;
        font-family: 'Sacramento', cursive;
        font-size: 50px;
        margin-bottom: 2rem; }
        @media (max-width: 760px) {
          .template-14 #site-wrapper .web-part h2 {
            font-size: 34px;
            margin-bottom: 0.5rem; } }
        .template-14 #site-wrapper .web-part h2:after {
          display: none; }
      .template-14 #site-wrapper .web-part .content {
        background: #FFF;
        padding: 0rem 2rem; }
        @media (max-width: 760px) {
          .template-14 #site-wrapper .web-part .content {
            padding: 1rem; } }
      .template-14 #site-wrapper .web-part#contact-form h2 {
        color: #333; }
      .template-14 #site-wrapper .web-part #contactform {
        background: #FFF;
        padding: 3rem 2rem; }
        @media (max-width: 760px) {
          .template-14 #site-wrapper .web-part #contactform {
            padding: 0rem; } }
        .template-14 #site-wrapper .web-part #contactform .wpcf7-submit {
          background-color: #333; }
      .template-14 #site-wrapper .web-part#web-footer {
        color: #555; }
        .template-14 #site-wrapper .web-part#web-footer a {
          color: #555; }

.template-15 { }
  .template-15 #site-wrapper .web-splash {
    background: url("../../parts/templates/15/bg.jpg");
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    border-bottom: 1px solid #ddd; }
    @media (max-width: 800px) {
      .template-15 #site-wrapper .web-splash {
        padding-bottom: 0;
        margin-bottom: 1.5rem; } }
    .template-15 #site-wrapper .web-splash #intro-img {
      position: relative;
      margin: 0rem 0;
      background: white;
      display: block;
      margin: 0 15px 30px;
      padding: 10px 10px 25px;
      text-align: center;
      text-decoration: none;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
      transition: all .15s linear;
      z-index: 0;
      position: relative; }
      @media (max-width: 760px) {
        .template-15 #site-wrapper .web-splash #intro-img {
          margin-top: 0; } }
      .template-15 #site-wrapper .web-splash #intro-img img {
        background: transparent;
        padding: 0 !important;
        margin: 0 !important; }
    .template-15 #site-wrapper .web-splash .box {
      margin-top: 0rem;
      max-width: 1000px;
      margin: 0 auto; }
    .template-15 #site-wrapper .web-splash h1 {
      color: #222;
      font-family: 'Raleway', sans-serif;
      font-size: 52px;
      text-align: center;
      font-weight: 300;
      z-index: 2;
      margin-top: 2.5rem; }
      @media (max-width: 760px) {
        .template-15 #site-wrapper .web-splash h1 {
          font-size: 26px;
          margin-bottom: 0.4rem;
          margin-top: 0.4rem; } }
    .template-15 #site-wrapper .web-splash .wed-date {
      color: #C71585;
      font-family: 'Raleway', sans-serif;
      display: inline-block;
      text-transform: uppercase;
      font-size: 20px;
      text-align: center;
      margin-bottom: 1.5rem; }
      @media (max-width: 760px) {
        .template-15 #site-wrapper .web-splash .wed-date {
          margin-bottom: 0.4rem;
          font-size: 16px; } }
    .template-15 #site-wrapper .web-splash i {
      margin: 0 15px;
      color: #540938; }
      @media (max-width: 760px) {
        .template-15 #site-wrapper .web-splash i {
          margin: 0 5px; } }
    .template-15 #site-wrapper .web-splash #intro-img img {
      border-radius: 0;
      border-bottom: none;
      margin-bottom: 2rem;
      background-color: white;
      padding: 6px;
      margin-top: 2.5rem; }
  .template-15 #site-wrapper .web-part {
    padding-bottom: 1rem; }
    .template-15 #site-wrapper .web-part h2 {
      text-shadow: none;
      color: #444;
      font-family: 'Sacramento', cursive;
      font-size: 50px;
      margin-bottom: 2rem; }
      @media (max-width: 760px) {
        .template-15 #site-wrapper .web-part h2 {
          font-size: 34px;
          margin-bottom: 0.5rem; } }
      .template-15 #site-wrapper .web-part h2:after {
        display: none; }
    .template-15 #site-wrapper .web-part .content {
      background: #FFF;
      padding: 0rem 2rem; }
      @media (max-width: 760px) {
        .template-15 #site-wrapper .web-part .content {
          padding: 1rem 0rem; } }
    .template-15 #site-wrapper .web-part#contact-form h2 {
      color: #333; }
    .template-15 #site-wrapper .web-part #contactform {
      background: #FFF;
      padding: 3rem 2rem; }
      @media (max-width: 760px) {
        .template-15 #site-wrapper .web-part #contactform {
          padding: 0rem; } }
      .template-15 #site-wrapper .web-part #contactform .wpcf7-submit {
        background-color: #333; }
    .template-15 #site-wrapper .web-part#web-footer {
      color: #555; }
      .template-15 #site-wrapper .web-part#web-footer a {
        color: #555; }

.wpml-ls-statics-footer {
  display: none; }
