/************************************************

Stylesheet: Global Stylesheet

*************************************************/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,600;1,300;1,600&display=swap');

/*********************
GENERAL STYLES
*********************/

html,
body {
  font-size: 16px;
  color: #434360;
  scroll-behavior: smooth;
}

body {
  /* background: #f2efeb url('../images/background.webp') 50% 50% repeat;   */
  background: #f2efeb;  
}

.off-canvas-wrapper {
  position: relative;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  html,
  body {
    font-size: 18px;
  }
}

.home .inner-content {
  padding-top: 0;
  padding-bottom: 0;
}

.grid-container {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.grecaptcha-badge {
  display: none;
}

.page-id-185 .grecaptcha-badge,
.page-id-269 .grecaptcha-badge {
  display: block;
}

html,
body,
p,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color:#434360;
}

.subtitle {
  font-family: 'Montserrat', serif;
}

p,
blockquote,
blockquote p {
  color: #434360;
}

h1,
h2,
h3,
h4,
.script {
  font-family: 'Montserrat', serif;
  line-height: 1;
}

blockquote,
.wp-block-quote {
    border-left: none;
}

blockquote p,
.wp-block-quote p {
  font-family: 'Montserrat', serif;
  line-height: 1.3;
  font-size: 2em;
  font-style: italic;
}

dl, ol, ul {
    line-height: 1.5;
}

h1,
h2.page-title {
  font-size: 1.75em;
  margin-bottom: 1.5rem;
  position: relative;
  font-weight: 600;
}

h1 small,
h2.page-title small {
  font-weight: 600;
  color: #434360;
  font-size: .5em;
}

.banner figure {
  position: relative;
  overflow: hidden;
}

.banner figure::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29,44,73,.25);
}

.banner-title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.banner-title,
.banner-title small {
  text-align: center;
  color: #f2efeb;
  text-shadow: 0 6px 6px rgba(0,0,0,.16);
}

h1 a,
h2.page-title a {
  color: #434360;
}


h2 {
  font-size: 1.5em;
  margin-bottom: 1rem;
  position: relative;
  font-weight: 600;
}

h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

h4 {
  margin-bottom: 1rem;
  font-size: 1.25em;
  text-transform: uppercase;
}

h5 {
  font-weight: 700;
  font-size: 1.25em;
}

hr, 
.wp-block-separator {
  border-style: solid;
  border-color: #434360;
  border-top: none;
  margin: 1rem auto;
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  h1,
  h2.page-title {
    font-size: 2.5em;
  }

  hr, 
  .wp-block-separator {
    margin: 1rem 0;
    width: 10rem;
  }
}

.roundBorder img {
border-radius:25px;
}

@media print, screen and (min-width: 40em) {
  h1,
  h2.page-title {
    font-size: 2.5em;
  }
  blockquote p,
  .wp-block-quote p {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 782px) {
  .show-for-medium {
      display: none!important;
  }
}

.wp-block-columns,
.wp-block-column {
  position: relative;
}

.wp-block-columns {
  margin-bottom: 0;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entry-content .wp-block-column,
.entry-content .wp-block-columns.grid-container .wp-block-column {
  padding: 1rem 0;
}

.entry-content .aligncenter,
.entry-content img.aligncenter {
  text-align: center;
}


@media print, screen and (max-width: 39.5em) {
  .grid-padding-x,
  .wp-block-columns {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.entry-content .full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.entry-content .no-margin {
  gap: 0;
  padding: 0;
}

.entry-content .no-margin .wp-block-column {
  padding-top: 0;
  padding-bottom: 0;
}



/*********************
LINKS & BUTTONS
*********************/

a,
a:link,
a:active,
a:focus,
a:visited,
a p,
a span,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a,
a:link,
a:visited {
  color: #985d33;
}

a:hover,
a:active,
a:focus {
  color: #434360;
}

a .icon{
  margin-right: .5rem;
  display: inline-block;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a:hover .icon,
a:active .icon,
a:focus .icon {
  transform: translateX(.35rem);
}

.link--white a,
.link--white a:link,
.link--white a:visited {
  color: #f2efeb;
}

.link--white a:hover,
.link--white a:active,
.link--white a:focus {
  color: #f2efeb;
}

.btn,
a.btn,
button[type="submit"] {
  display: inline-block;
  padding: 1rem 2rem;
  margin: .5rem 0;
  color: #f2efeb;
  background: #985d33;
  color: #f2efeb;
  border: none;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}


.btn--light,
a.btn--light {
  background: transparent;
  border: 1px solid #f2efeb;
}

input.btn,
button[type="submit"] {
  margin: 0;
}


.btn:hover,
a.btn:hover,
input[type=submit]:hover {
  color: #b05f54;
  color: #f2efeb;
  z-index: +1;
}


.btn i {
  display: inline-block;
  font-size: .75em;
  margin-left: .5rem;
  -webkit-transform: translateY(-12.5%);
  -ms-transform: translateY(-12.5%);
  transform: translateY(-12.5%);
}

@media print, screen and (min-width: 40em) {
  .btn,
  a.btn {
    width: auto;
    margin-right: .5rem;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .9em;
  }
}

/*********************
NAVIGATION & MENUS
*********************/

.nav__container {
  width: 100%;
  padding: 2rem 0;
  position: relative;
  z-index: 99 !important;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.nav__container .grid-container {
  max-width: 70rem;
  position: relative;
}

.nav__container h1 {
  margin: 0;
  padding: 0;
}

.nav__container .custom-logo-link img {
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}


#main-nav-left,
#main-nav-right {
  position: relative;
  display: block;
  text-align: right;
}

#main-nav-left.menu.medium-horizontal,
#main-nav-right.menu.medium-horizontal {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#main-nav-left.menu.medium-horizontal {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#main-nav-right.menu.medium-horizontal {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}


#main-nav-left li,
#main-nav-right li {
  color: #434360;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  padding: .25rem 1.5rem;
  font-size: 1em;
}

#main-nav-left li:first-child,
#main-nav-right li:first-child {
  padding-left: 0;
}


#main-nav-left li:last-child,
#main-nav-right li:last-child {
  padding-right: 0;
}


#main-nav-left li a,
#main-nav-right li a {
  color: #47585F;
  text-transform: uppercase;
  font-size: .9em;
}

#main-nav-left .active>a,
#main-nav-left a:hover,
#main-nav-left a:focus,
#main-nav-right .active>a,
#main-nav-right a:hover,
#main-nav-right a:focus {
  background: transparent;
  color: #985d33;
}

.menu a {
  color: #434360;
  padding: .5rem .75rem;
}

.menu a:hover {
  color: #90A2AA;
}

#main-nav-left li.btn,
#main-nav-right li.btn {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

#main-nav-left li.btn a,
#main-nav-right li.btn a {
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 1rem 1.25rem;
  margin: 0 .75rem;
  background: #47585F;
  color: #f2efeb;
  overflow: hidden;
  position: relative;
  z-index: 1;
}


#main-nav-left li.btn a:before,
#main-nav-right li.btn a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #CEB39A;
  transform: translateX(-125%);
  -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}

#main-nav-left li.btn a:hover:before,
#main-nav-right li.btn a:hover:before,
#main-nav-left li.btn.active a:before,
#main-nav-right li.btn.active a:before {
  transform: translateX(-25%) skewX(-20deg);
}


#main-nav-left li.btn a:hover,
#main-nav-right li.btn a:hover, 
#main-nav-left li.btn.active a,
#main-nav-right li.btn.active a {
  color: #434360;
  z-index: +1;
}



.header .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  display: inline-block;
  position: relative;
  border: none;
  content: '\F0140';
  font-family: 'Material Design Icons';
  margin-left: .35rem;
}

.header .submenu {
  position: absolute;
  border: none;
  background: #f2efeb;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.04), 0 8px 8px 0 rgba(0,0,0,.04), 0 16px 16px 0 rgba(0,0,0,.04), 0 32px 32px 0 rgba(0,0,0,.04);
  z-index: 20;
  padding: 1rem;
  text-align: left;
  }
  
.header .is-dropdown-submenu>li {
  width: 100%;
  padding: .5rem 0 !important;
  border: none !important;
}

.header .submenu li a {
  color: #47585F !important;
  padding: 0 .5rem !important;
  }
  
  .header .submenu li a:hover {
  color: #CEB39A !important;
  transform: translateX(.25rem);
  }
  

.off-canvas .menu>li.is-dropdown-submenu-parent>a::after,
.off-canvas .menu>li.is-accordion-submenu-parent>a::after {
  display: inline-block;
  position: absolute;
  border: none;
  content: '\F0140';
  font-family: 'Material Design Icons';
  margin-left: .35rem;
  margin-top: -.5rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}

.header .dropdown.menu>li.is-dropdown-submenu-parent:hover>a::after,
.off-canvas .menu>li.is-dropdown-submenu-parent[aria-expanded=true]>a::after,
.off-canvas .menu>li.is-accordion-submenu-parent[aria-expanded=true]>a::after {
  content: '\F0143';
  font-family: 'Material Design Icons';
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
  right: 2.5rem !important;
}

.social-link {
  font-size: 1.5em;
  margin: 0 .25rem;
}

.social-link span {
  display: none;
}

.header .social-link,
.header .social-link:link,
.header .social-link:visited {
  color: #47585F;
}

.header .social-link:hover,
.header .social-link:active,
.header .social-link:focus {
  color: #90A2AA;
}

/* Hamburger */

.nav__hamburger {
  text-align: right;
}

.hamburger {
  padding: 15px 0 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger__box {
  width: 2.75rem;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger__inner, .hamburger__inner::before, .hamburger__inner::after {
    width: 2.75rem;
    height: 2px;
    background-color: #47585F;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger__inner::before, .hamburger__inner::after {
    content: "";
    display: block; }
  .hamburger__inner::before {
    top: -10px; }
  .hamburger__inner::after {
    bottom: -10px; }


.hamburger--spin .hamburger__inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger__inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger__inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger__inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger__inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger__inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.off-canvas {
  background: #1e2c45;
  padding: 2rem 0;
}

.admin-bar .off-canvas {
  padding: calc(32px + 2rem) 0 2rem 0;
}

.accordion-menu {
  margin-top: 0;
}

.accordion-menu li a {
  color: #f2efeb;
  font-size: 1em;
  line-height: 1.25;
  font-weight: 400;
  text-transform: uppercase;
  padding: 1.5rem 2rem !important;
}

.accordion-menu>li:first-child a {
  padding-top: 0;
}

.accordion-menu li a:hover,
.accordion-menu li.active a {
  opacity: .75;
  background: transparent;
  color: #f2efeb;
}

.accordion-menu li.btn a {
  border: none;
  padding: 1rem 0 !important;
  text-align: left;
}

.off-canvas .widget {
  margin: 2rem;
}

.off-canvas h1,
.off-canvas h2,
.off-canvas h3,
.off-canvas h4,
.off-canvas h5,
.off-canvas h6,
.off-canvas p,
.off-canvas figcaption,
.off-canvas a:link {
  color: #434360;
}

.off-canvas p {
  font-size: .9em;
  padding-left: 2rem;
  opacity: .25;
}

.off-canvas a:hover {
  color: #47585F;
}

.off-canvas h3 {
  display: none;
}


/*********************
FORM STYLES
*********************/

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: auto;
margin: 0 0 1.5rem;
padding: 1rem;
border: 1px solid #90A2AA;
border-radius: 0;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
font-family: inherit;
font-size: .9em;
line-height: 1.25;
color: #47585F;
font-weight: 300;
-webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
-ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-appearance: none;
-moz-appearance: none;
  appearance: none;
}

select {
  padding-right: 2rem;
}

[type=color]::placeholder,
[type=date]::placeholder,
[type=datetime-local]::placeholder,
[type=datetime]::placeholder,
[type=email]::placeholder,
[type=month]::placeholder,
[type=number]::placeholder,
[type=password]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=text]::placeholder,
[type=time]::placeholder,
[type=url]::placeholder,
[type=week]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #90A2AA;
  font-size: 1em;
  font-weight: 300;
}

[type=color]:hover,
[type=date]:hover,
[type=datetime-local]:hover,
[type=datetime]:hover,
[type=email]:hover,
[type=month]:hover,
[type=number]:hover,
[type=password]:hover,
[type=search]:hover,
[type=tel]:hover,
[type=text]:hover,
[type=time]:hover,
[type=url]:hover,
[type=week]:hover,
textarea:hover,
select:hover,
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus,
select:focus {
    outline: 0;
    border: 1px solid #434360;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*********************
CONTACT FORM STYLES
*********************/

.wpcf7-form .wpcf7-checkbox label {
  font-size: .9em;
  line-height: 1.25;
  color: #333;
}

@media screen {
  .wpcf7-form label {
    display: none;
  }
  .wpcf7-form .wpcf7-checkbox label {
    display: inline-block;
  }
}

.wpcf7 form div.wpcf7-response-output {
  width: 100%;
  width: calc(100% + 5rem);
  border: none;
  padding: 1em;
  background: #D94A47;
  color:#f2efeb;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  width: 100%;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #058C42;
}


.wpcf7 form div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	background: #D94A47;
}

.wpcf7 form div.wpcf7-spam-blocked {
	background: #a98bb5;
}

.wpcf7 form div.wpcf7-validation-errors,
.wpcf7 form div.wpcf7-acceptance-missing {
	background: #f2efeb176;
  color:#333;
}

.wpcf7 form span.wpcf7-not-valid-tip {
  display: block;
  color:#D94A47;
  margin-bottom: 1rem;
  margin-top: -.75rem;
  font-size: .8em;
  font-weight: 700;
}

.wpcf7 form span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1rem 0 0;
}

.wpcf7 form .wpcf7-not-valid {
  border-bottom-width: 2px;
  border-bottom-color: #D94A47 !important;
}

/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

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

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

.wp-embed-featured-image {
  display: none !important;
}

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #f2efeb; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #f2efeb; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer p {
  color: #434360;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */
