/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,600,700,800');
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/*font*/
.body-font {
  font-family: 'Roboto', serif;
}
.heading-font {
  font-family: 'Roboto', serif;
}
/*sizes*/
.transition1 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.text-bold {
  font-weight: bold;
}
.text-white {
  color: white;
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.py-10 {
  padding-top: 8rem!important;
  padding-bottom: 8rem!important;
}
@media (max-width:991px) {
  .py-10 {
    padding-top: 6rem!important;
    padding-bottom: 6rem!important;
  }
}
@media (max-width:767px) {
  .py-10 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important;
  }
}
.pt-15 {
  padding-top: 12rem!important;
}
@media (max-width:991px) {
  .pt-15 {
    padding-top: 8rem!important;
  }
}
@media (max-width:767px) {
  .pt-15 {
    padding-top: 6rem!important;
  }
}
.pb-10 {
  padding-bottom: 9rem!important;
}
@media (min-width:992px) {
  .pb-10 {
    padding-bottom: 6rem!important;
  }
}
@media (max-width:767px) {
  .pb-10 {
    padding-bottom: 0rem!important;
  }
}
@media (min-width:992px) {
  .pb-lg-10 {
    padding-bottom: 9rem!important;
  }
}
@media (min-width:992px) {
  .pl-lg-10 {
    padding-left: 8rem!important;
  }
}
/**************
TYPOGRAPHY
**************/
body {
  font-family: 'Roboto', serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto', serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  line-height: 1.1;
}
h1,
.h1 {
  font-size: 100px;
}
@media (max-width:1199px) {
  h1,
  .h1 {
    font-size: 60px;
  }
}
@media (max-width:991px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media (max-width:575px) {
  h1,
  .h1 {
    font-size: 28px;
  }
}
h2,
.h2 {
  font-size: 80px;
}
@media (max-width:1199px) {
  h2,
  .h2 {
    font-size: 48px;
  }
}
@media (max-width:991px) {
  h2,
  .h2 {
    font-size: 34px;
  }
}
@media (max-width:575px) {
  h2,
  .h2 {
    font-size: 20px;
  }
}
h3,
.h3 {
  font-size: 36px;
}
@media (max-width:1199px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
@media (max-width:991px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
@media (max-width:575px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}
h4,
.h4 {
  font-size: 24px;
}
@media (max-width:1199px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
@media (max-width:991px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media (max-width:575px) {
  h4,
  .h4 {
    font-size: 14px;
  }
}
h5,
.h5 {
  font-size: 22px;
}
@media (max-width:1199px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}
@media (max-width:991px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}
@media (max-width:575px) {
  h5,
  .h5 {
    font-size: 14px;
  }
}
h6,
.h6 {
  font-size: 18px;
}
@media (max-width:1199px) {
  h6,
  .h6 {
    font-size: 14px;
  }
}
@media (max-width:991px) {
  h6,
  .h6 {
    font-size: 14px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.grecaptcha-badge {
  visibility: collapse !important;
}
@media (max-width:767px) {
  p,
  li {
    font-size: 14px;
  }
}
.img-responsive {
  width: 100%;
  height: auto;
}
/**********
LAYOUT
***********/
/*.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-left: 10px;
    padding-right: 10px;
}*/
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content li,
.content ul,
.content p,
.content div {
  line-height: 1.33;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  padding-bottom: 10px;
}
.content p {
  padding-bottom: 20px;
}
.content ul {
  padding-left: 15px;
}
.content li {
  padding-bottom: 5px;
}
.full-width-container {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width:576px) {
  .full-width-container {
    margin-left: calc(-100vw / 2 + 525px / 2);
    margin-right: calc(-100vw / 2 + 525px / 2);
  }
}
@media (min-width:768px) {
  .full-width-container {
    margin-left: calc(-100vw / 2 + 705px / 2);
    margin-right: calc(-100vw / 2 + 705px / 2);
  }
}
@media (min-width:992px) {
  .full-width-container {
    margin-left: calc(-100vw / 2 + 945px / 2);
    margin-right: calc(-100vw / 2 + 945px / 2);
  }
}
@media (min-width:1200px) {
  .full-width-container {
    margin-left: calc(-100vw / 2 + 1125px / 2);
    margin-right: calc(-100vw / 2 + 1125px / 2);
  }
}
.content-wrap,
.tribe-events-view,
#tribe-events-content {
  padding-top: 200px;
  min-height: 60vh;
}
@media (max-width:1199px) {
  .content-wrap,
  .tribe-events-view,
  #tribe-events-content {
    padding-top: 120px;
  }
}
@media (max-width:767px) {
  .content-wrap,
  .tribe-events-view,
  #tribe-events-content {
    padding-top: 110px;
  }
}
.form-control {
  padding: 1.5rem .75rem;
  border-radius: .75rem;
}
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.read-more:hover {
  text-decoration: underline;
}
.archive-link:hover {
  text-decoration: underline;
}
.footer-icon {
  color: white;
  font-size: 27px;
  margin-left: 10px;
}
.footer-icon:hover {
  color: rgba(255, 255, 255, 0.8);
}
footer a {
  color: white;
}
footer a:hover,
footer a:focus {
  color: white;
}
.blog-posts .even figure {
  position: absolute;
  left: -50px;
  top: 15px;
  padding-right: 50px;
}
@media (max-width:991px) {
  .blog-posts .even figure {
    position: relative;
    left: initial;
    top: initial;
    padding-right: initial;
  }
}
.blog-posts .odd figure {
  border-radius: 100%;
  overflow: hidden;
}
@media (max-width:991px) {
  .blog-posts .odd figure {
    border-radius: 0;
  }
}
.blog-posts .dropdown:hover > .dropdown-menu {
  display: block;
}
.blog-posts .dropdown-toggle::after {
  display: none;
}
.blog-posts .dropdown-categories {
  margin: auto;
  max-width: 280px;
}
.blog-posts .dropdown-categories .btn {
  font-size: 18px;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: bold;
  letter-spacing: 0.7px;
}
.blog-posts .dropdown-categories .dropdown-menu {
  position: absolute;
  left: -7px;
  top: 70px;
  width: 100%;
  border: 0;
}
.blog-posts .dropdown-categories .dropdown-item {
  padding: 1rem 1.5rem;
}
.blog-posts .text-part .categories {
  font-size: 90%;
  color: white;
}
.blog-posts .text-part .categories a {
  color: white;
}
.blog-posts .text-part .categories a:hover,
.blog-posts .text-part .categories a:focus {
  color: white;
  text-decoration: underline;
}
.blog-posts .text-part .date {
  text-transform: uppercase;
}
.blog-posts hr {
  border-top: 1px solid white;
}
.search-form .input-group-text {
  border-radius: 1rem;
  color: white;
  padding: 0.175rem 1.5rem 0.375rem 1rem;
  cursor: pointer;
}
.search-form .form-control {
  color: white;
  padding: 1.2rem .75rem;
}
.search-form .form-control:focus {
  box-shadow: none;
}
.search-form .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}
.search-form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
.search-form .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}
.blog-post .top-meta a:hover,
.blog-post .bottom-meta a:hover,
.blog-post .download-meta a:hover,
.blog-post .top-meta a:focus,
.blog-post .bottom-meta a:focus,
.blog-post .download-meta a:focus {
  text-decoration: underline;
}
.blog-post h1 {
  max-width: 80%;
  margin: 30px auto;
  padding: 20px 30px;
  border-radius: 30px;
  display: inline-block;
}
.blog-post .content a {
  text-decoration: underline;
}
.blog-post figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.blog-post .gallery {
  width: 100%;
}
.blog-post .swiper-pagination {
  padding-top: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
.blog-post .swiper-pagination-bullet {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background: transparent;
}
.zoom-image {
  overflow: hidden;
  line-height: 0;
}
.zoom-image img {
  vertical-align: bottom;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.zoom-image:hover img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width:767px) {
  .scroll-section-down img {
    max-width: 100px;
    width: 100%;
    height: auto;
  }
}
/**********************************
LIGHTBOX GALLERY
***********************************/
.mm-page {
  z-index: auto;
}
.gallery .swiper-button-next,
.gallery .swiper-button-prev {
  background-size: 100%;
  height: 100px;
  top: 40%;
}
.gallery .swiper-button-next,
.gallery .swiper-container-rtl .swiper-button-prev {
  right: 10px;
}
.gallery .swiper-button-prev,
.gallery .swiper-container-rtl .swiper-button-next {
  left: 10px;
}
.gallery .swiper-button-next.swiper-button-disabled,
.gallery .swiper-button-prev.swiper-button-disabled {
  opacity: 0.05;
}
/*****************
VIDEOS
******************/
.responsive-container.vimeo,
.responsive-container.youtube {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.responsive-container.vimeo:before,
.responsive-container.youtube:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.responsive-container.vimeo iframe,
.responsive-container.youtube iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/**********************************
Boostrap overides
***********************************/
.page-numbers {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
}
.page-numbers:hover {
  text-decoration: none;
}
.page-numbers:focus {
  z-index: 2;
  outline: 0;
}
.page-numbers:not(:disabled):not(.disabled) {
  cursor: pointer;
}
/**********************************
Events
***********************************/
.tribe-common-l-container {
  background: white;
}
@media (max-width:767px) {
  .tribe-events .tribe-events-l-container {
    min-height: 400px;
  }
}
/*header*/
.navbar {
  padding-right: 0;
}
@media (max-width:767px) {
  .navbar {
    background-color: rgba(255, 255, 255, 0.85);
  }
}
.navbar.scrolled {
  background: rgba(255, 255, 255, 0.9);
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
#main-menu {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
}
#main-menu.scrolled {
  opacity: 0;
}
#main-menu > ul > li {
  text-align: center;
}
#main-menu li {
  position: relative;
}
#main-menu li a {
  color: #3c3c3b;
  font-family: 'Roboto', serif;
  position: relative;
}
@media (max-width:1400px) {
  #main-menu li a {
    font-size: 14px;
  }
}
#main-menu li a:hover,
#main-menu li a:focus {
  font-weight: bold;
}
#main-menu li a:hover:before,
#main-menu li a:focus:before {
  background: #3c3c3b;
}
#main-menu li a:after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#main-menu li:first-child a {
  min-width: 50px;
}
#main-menu li:before {
  content: "";
  width: 100%;
  height: 2px;
  background: transparent;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 1rem);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#main-menu li.current-menu-item,
#main-menu li.current-menu-ancestor {
  font-weight: bold;
}
#main-menu .dropdown:hover > .dropdown-menu {
  display: block;
}
#main-menu .dropdown-toggle::after {
  display: none;
}
#main-menu .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  border: 0;
  padding-top: 0;
  border-top: 10px solid transparent;
  top: 29px;
  left: -10px;
  min-width: 230px;
}
#main-menu .dropdown-menu li:before {
  width: 40% !important;
  right: initial !important;
  left: 1.5rem !important;
  height: 2px !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#main-menu .dropdown-menu li:hover:before,
#main-menu .dropdown-menu li:focus:before {
  height: 4px !important;
}
#main-menu .dropdown-menu li.current-menu-item:before {
  height: 4px !important;
}
#main-menu .dropdown-menu li a {
  white-space: initial;
  text-align: left;
  padding: 1rem 1.5rem;
}
#main-menu .dropdown-item:focus,
#main-menu .dropdown-item:hover {
  text-decoration: none;
  background-color: transparent;
}
.social-icons .facebook {
  color: #1877f2;
}
.social-icons .facebook:hover,
.social-icons .facebook:focus {
  color: rgba(24, 119, 242, 0.8);
}
.social-icons .twitter {
  color: #1da1f2;
}
.social-icons .twitter:hover,
.social-icons .twitter:focus {
  color: rgba(29, 161, 242, 0.8);
}
.social-icons .instagram {
  color: #517ea3;
}
.social-icons .instagram:hover,
.social-icons .instagram:focus {
  color: rgba(81, 126, 163, 0.8);
}
.social-icons .linkedin {
  color: #2d78b4;
}
.social-icons .linkedin:hover,
.social-icons .linkedin:focus {
  color: rgba(45, 120, 180, 0.8);
}
.social-icons .youtube {
  color: #f00a0d;
}
.social-icons .youtube:hover,
.social-icons .youtube:focus {
  color: rgba(240, 10, 13, 0.8);
}
@media (max-width:1199px) {
  .social-icons {
    padding-right: 85px !important;
  }
}
.home #main-menu li.current-menu-item:before {
  background: transparent;
}
.home #main-menu li.menu-item-home:before {
  background: transparent;
}
@media (min-width:768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
#open-menu {
  display: block !important;
  opacity: 0;
  position: fixed;
  right: 20px;
  top: 3.5rem;
  z-index: 3;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: -1;
}
#open-menu.scrolled {
  opacity: 1;
  z-index: 1;
}
@media (max-width:1199px) {
  #open-menu {
    opacity: 1;
    top: 18px;
    right: 10px;
    z-index: 1;
  }
}
@media (max-width:767px) {
  #open-menu {
    top: 1rem;
  }
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 35px;
  height: 3px;
}
.mm-navbar_size-2 {
  text-align: center;
  position: relative;
  border-bottom: none;
  display: block !important;
  padding-top: 20px !important;
}
.mm-navbar_size-2 > a {
  border-radius: 40px;
  font-size: 16px !important;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.15);
  tap-highlight-color: rgba(255, 255, 255, 0.15);
}
.mm-navbar_size-2 > * {
  display: inline-block;
  vertical-align: middle;
}
.mm-navbar_size-2 .logo-menu {
  width: 75px;
  padding: 10px;
  border-radius: 100%;
  margin: 0 15px;
}
.mm-navbar_size-2 .logo-menu img {
  width: 100%;
  height: auto;
}
@media (max-width:767px) {
  .mm-navbar_size-2 .logo-menu {
    width: 75px;
    margin: 0 5px;
  }
}
/*sidemenu*/
/*footer*/
#footer {
  color: #024f77;
}
#footer .border-top-gray {
  border-top: 1px solid #cccccc;
}
#footer a {
  color: #cccccc !important;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .copy {
  color: #cccccc !important;
}
#footer .widget-title {
  border-bottom: 1px solid #024f77;
  display: inline;
  padding-bottom: 5px;
}
#footer .textwidget {
  padding-top: 20px;
}
#footer #menu-footer-menu {
  padding-left: 0;
  list-style: none;
  justify-content: center;
}
/**********************
HERO IMAGE
**********************/
.hero-image {
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
}
/**********************
RECENT POSTS
**********************/
.recent-post-box a:hover {
  text-decoration: none !important;
}
.recent-post-box .zoom-image {
  position: relative;
}
.recent-post-box .section-title {
  position: absolute;
  top: 0;
  z-index: 1;
}
.recent-post-box .section-title h2 {
  line-height: 1;
}
@media (max-width:767px) {
  .recent-post-box .section-title {
    position: relative;
  }
}
.recent-post-box .image figure {
  overflow: hidden;
  min-height: 200px;
  position: relative;
  display: flex;
  align-items: center;
}
.recent-post-box .image figure .border-helper {
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
}
@media (max-width:767px) {
  .recent-post-box .image figure {
    min-height: inherit;
  }
  .recent-post-box .image figure .border-helper {
    border-radius: 0;
    position: relative;
  }
}
/**********************
COUNTER & TESTIMONIAL
**********************/
.counter-section,
.testimonial-section {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top right !important;
  background-attachment: fixed !important;
}
@media (max-width:991px) {
  .counter-section,
  .testimonial-section {
    background-attachment: initial !important;
  }
}
.counter-section .counter-circle,
.testimonial-section .counter-circle {
  position: relative;
  width: 150px;
  height: 150px;
  margin: auto;
}
@media (max-width:767px) {
  .counter-section .counter-circle,
  .testimonial-section .counter-circle {
    width: 120px;
    height: 120px;
  }
}
.counter-section .progressbar-text,
.testimonial-section .progressbar-text {
  position: absolute !important;
  font-weight: bold;
  font-family: 'Roboto', serif;
  font-size: 3.5rem;
}
@media (max-width:767px) {
  .counter-section .progressbar-text,
  .testimonial-section .progressbar-text {
    font-size: 2rem;
  }
}
.swiper-pagination-bullet {
  opacity: 1;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 40px;
}
/**********************
INFO BOXES
**********************/
.info-boxes .box {
  background: white;
  border: 1px solid black;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.info-boxes .box .text-box h5 {
  padding-bottom: 0;
}
.info-boxes .box .text-box hr {
  width: 100px;
  margin: auto;
}
/**********************
CONTACT FORM OVVERIDE
**********************/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid black;
  padding: 10px;
}
/**********************
WP BLOCKS OVVERIDE
**********************/
.wp-block-cover,
.wp-block-cover-image {
  height: initial;
  width: initial;
}
.wp-block-cover {
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}
@media (max-width:767px) {
  .wp-block-cover {
    min-height: 30vh !important;
  }
}
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6 {
  line-height: 1.1 !important;
}
.wp-block-cover a {
  color: white !important;
}
@media (max-width:991px) {
  .wp-block-cover {
    background-attachment: initial !important;
  }
}
.wp-block-cover,
.wp-block-cover-image {
  background-color: transparent;
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  opacity: 0;
}
.wp-block-columns {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .wp-block-column {
    flex-basis: 100%!important;
  }
}
@media (max-width:767px) {
  .wp-block-column:nth-child(2n) {
    margin-left: initial;
  }
}
.wp-block-image {
  margin-bottom: 10px;
}
@media (max-width:767px) {
  .wp-block-spacer.is-style-responsive-none {
    height: 0 !important;
  }
  .wp-block-spacer.is-style-responsive-large {
    height: 60px !important;
  }
  .wp-block-spacer.is-style-responsive-medium {
    height: 40px !important;
  }
  .wp-block-spacer.is-style-responsive-small {
    height: 20px !important;
  }
}
.wp-block-button .wp-block-button__link {
  text-decoration: none !important;
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: bold;
  font-size: 14px;
}
.wp-block-button .wp-block-button__link:after {
  content: '';
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  bottom: -10px;
  right: -10px;
  border-radius: 28px;
  z-index: -1;
  transition: 0.2s ease-in-out;
  transition-property: all;
}
.wp-block-button .wp-block-button__link:hover:after {
  background: transparent;
  bottom: 0;
  right: 0;
}
blockquote,
q {
  margin: 20px 0;
  border-left: 1px solid black;
  padding-left: 10px;
}
blockquote p,
q p {
  padding-bottom: 0 !important;
}
/**********************
NEWSLETTER
**********************/
@media (max-width:767px) {
  .newsletter-email {
    padding-top: 15px;
  }
}
.newsletter-email input {
  font-weight: bold;
  border: 1px solid black;
  padding: 10px;
  background: transparent;
}
@media (max-width:767px) {
  .newsletter-email input {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */