@import "columns.css";
@import "percentages.css";

/*
	Theme Name: Custom
	Author: MP

*/

/* ---------- Root Variables ---------- */
:root {
  --menu_font_size: clamp(14.3px, calc(12.1px + 0.55vw), 16.5px);
}

/* ---------- Reset Styles ---------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  scroll-behavior: smooth;
  background-color: rgba(216, 216, 216, 0.2);
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="submit"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="button"],
input[type="reset"],
select,
textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 0 !important;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="submit"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="button"],
input[type="reset"],
select,
textarea {
  padding: 10px;
  font-size: 16px;
  font-family: var(--main_font);
  font-weight: 400;
  border: 1px solid #ccc;
  width: 100%;
}

input:not([type="radio"]):not([type="checkbox"]),
select,
textarea {
}
address {
  line-height: 2;
}

.wpcf7 p {
  margin: 0px 0px;
  line-height: 1;
}

body:not(.home) .footer_area {
  /*background: #c9c9c9; 
background: -moz-linear-gradient(top,  #c9c9c9 0%, #f2f2f2 100%); 
background: -webkit-linear-gradient(top,  #c9c9c9 0%,#f2f2f2 100%); 
background: linear-gradient(to bottom,  #c9c9c9 0%,#f2f2f2 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#f2f2f2',GradientType=0 ); 

-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.57);
box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.57);*/
}

div {
  position: relative;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
}
strong,
b {
  font-weight: bold;
  font-weight: 700;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
td,
th {
  display: table-cell;
  vertical-align: inherit;
  padding: 0;
}
body {
  text-align: left;
  font-family: var(--main_font);
  font-size: clamp(16px, 1.2vw, 19px);
  font-weight: 300;
  line-height: 1;
  background: #fff;
  color: var(--text-color);
  padding: 0px;
  margin: 0px auto;
  max-width: 1980px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.25);
}

.resp_text {
  font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
}

.wrap_full {
  margin: 0px auto !important;
  max-width: 1980px;
}
.wrap {
  margin: 0px auto !important;
  position: relative;
  max-width: 1200px;
}
.wrap_narrow {
  margin: 0px auto !important;
  position: relative;
  max-width: 1000px;
}
* {
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

td {
  vertical-align: top;
}
.cl {
  clear: both;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.transition {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
p {
  margin: 10px 0px;
  line-height: 1.5;
}
.nop p {
  margin: 5px 0px;
  line-height: 2;
}
.content ul,
.content ol {
  padding-left: 20px;
  line-height: 2;
  /*	 list-style:none;*/
  margin: 15px 0px;
}
.content ul li:before,
.content ol li:before {
  /*  content: ' ✓ ';
  font-weight: 900;
  font-size: 140%;*/
}

.line2,
.line2 p,
.line,
.line p {
  line-height: 2;
}
.line15,
.line15 p {
  line-height: 1.5;
}
.white_bg {
  background-color: #fff;
}

/************************************************
*	Hyperlinks									*
************************************************/

a,
a:visited {
  color: var(--main-color-hover);
  text-decoration: none;
}
.content p a,
.footer_area p a,
.backlink_area p a {
  text-decoration: underline;
}
a:hover {
  color: var(--main-color);
  text-decoration: underline;
}

a img {
  border: none;
}

a:focus,
a:hover,
a:active {
  outline: none;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 10px 12px;
  border: 1px dotted #e1e1e1;
}
.page-numbers.current {
  background-color: #ebebeb;
}

/************************************************
*	Navbar      								*
************************************************/

/*   .navi {
        text-align:center
    }
    .navi li {
        display:inline-block;
        float:none;
        margin-left: -5px;
    }
    .navi li li {
        display:block;
        text-align:left;
    }
	*/
.navi {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 999999;
  /* border-top: 1px solid var(--menu-color); */
}

.navi ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  border-top: 1px solid var(--menu-color);
}

.navi li {
  position: relative;
}

/* Main menu items */
.navi li a {
  color: var(--menu-color);
  display: block;
  font-size: var(--menu_font_size);
  font-family: var(--menu-font);
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 5px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.navi li a:hover {
  color: var(--menu-color);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
}

/* Submenu styling */
.navi li ul {
  position: absolute;
  left: -999em;
  top: 100%;
  min-width: 200px;
  background: var(--main-color);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  text-align: left;
  border-top: none;
}

.navi li:hover > ul {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.navi li li {
  width: 100%;
}

.navi li li a {
  color: var(--menu-color-mobile);
  padding: 12px 10px;
  font-size: calc(var(--menu_font_size) * 0.9);
  border-bottom: 1px solid var(--main-color-hover);
  white-space: nowrap;
  text-align: left;
}
.navi li li a:hover {
  color: var(--menu-color-mobile);
}

/* Third level submenu */
.navi li ul ul {
  top: 0;
  left: -999em;
  margin-left: 100%;
}

.navi li li:hover > ul {
  left: 100%;
}

/* Remove old float-based layout */
.navi li {
  float: none;
}

@media only screen and (max-width: 1200px) {
  .navi li a {
    padding: 15px 15px;
  }
}

/************************************************
*	Images  					     		    * 
************************************************/

/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter,
.alignleft,
.alignright {
  display: block;
  padding: 0;
}

.aligncenter {
  float: none;
  margin: 0.5em auto 1em;
}

.alignright {
  float: right;
  margin: 0.5em 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 1em 0;
}

.wp-caption {
  padding: 5px 0;
  border: 1px solid #555;
  background: #444;
  text-align: center;
}

.wp-caption img {
  display: inline;
}

.wp-caption p.wp-caption-text {
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 75%;
  font-weight: 100;
  font-style: italic;
  color: #ddd;
}
/*
 * Default WP Alignment Classes
 *****************************************************************************/

/************************************************
*	Custom								*
************************************************/

.thumb {
  float: left;
  margin: 8px 10px 0px 0px;
}
ul.navi li span.donate a {
  font-weight: bold;
  color: #900;
}

#side h2 {
  display: none;
}
#side li,
#side ul {
  list-style-type: none;
}

/* Responsive images */
.resp img {
  border: 0;
  width: 100%;
  height: auto;
  vertical-align: top;
}
img {
  max-width: 100%;
  height: auto;
}
.p0 {
  padding: 0px;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.p30 {
  padding: 30px;
}
.p40 {
  padding: 40px;
}
.p0-10 {
  padding: 0px 10px;
}
.p0-20 {
  padding: 0px 20px;
}
.p0-30 {
  padding: 0px 30px;
}
.p10-0 {
  padding: 10px 0px;
}
.p20-0 {
  padding: 20px 0px;
}
.p30-0 {
  padding: 30px 0px;
}
.p10-20 {
  padding: 10px 20px;
}
.p20-10 {
  padding: 20px 10px;
}
.p20-40 {
  padding: 20px 40px;
}
.p40-20 {
  padding: 40px 20px;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}

.shadow {
  -webkit-box-shadow: 0px 0px 24px 10px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 24px 10px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 24px 10px rgba(0, 0, 0, 0.28);
}

article ol,
article ul {
  margin-left: 20px;
  line-height: 2;
}

.line1 {
  line-height: 1;
}
.line12 {
  line-height: 1.2;
}
.line15 {
  line-height: 1.5;
}
.line {
  line-height: 2;
}
.line2 {
  line-height: 2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--header_font);
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 19px;
}
.upper {
  text-transform: uppercase;
}

article ul li {
  margin-bottom: 6px;
}
ul.tribe-events-sub-nav li {
  padding: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  list-style: none;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: left top;

  margin-bottom: 6px;
}
article p {
  margin-bottom: 20px;
  margin-top: 10px;
}
article ul {
  margin-bottom: 20px;
  margin-top: 10px;
}
.mshow {
  display: none;
}

.gallery-item img {
  width: 95%;
  height: auto;
}
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  height: auto;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: auto !important;
}
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  align-items: end !important;
}

.content ul li.blocks-gallery-item:before {
  content: "";
  font-weight: 100;
  font-size: 100%;
  display: none;
}
.content ul.blocks-gallery-grid {
  padding-left: 0px;
  line-height: 1;
  list-style: none;
  margin: 0px 0px;
}

.mright {
  text-align: right;
}
.tr_bg {
  background-color: rgba(0, 0, 0, 0.3);
}
.rela {
  position: relative;
}

a.wp-block-button__link.wp-element-button,
a.button,
.button,
.btn,
.tag_lines_area .wrap a,
.chess_text a {
  color: var(--menu-color-mobile) !important;
  font-size: 100% !important;
  background: var(--accent-color);
  font-weight: normal !important;
  position: relative;
  border: none !important;
  cursor: pointer;
  display: inline-block;
  margin: 4px 0px;
  padding: 15px 35px !important;
  text-align: center;
  line-height: 1 !important;
  text-decoration: none;
  border-radius: 5px !important;
}

a.wp-block-button__link.wp-element-button:hover,
a.button:hover,
.button:hover,
.btn:hover,
.tag_lines_area .wrap a:hover,
.chess_text a:hover {
  background: var(--accent-color-hover);
}

.mobile_menu {
  display: none;
}
.header_area {
  position: relative;
  z-index: 900;
  background-color: rgba(255, 255, 255, 0.6);
}
.home .header_area {
  position: relative;
  z-index: 900;
  background-color: rgba(255, 255, 255, 0.8);

  /* padding-bottom: 40vh; */
}
.phone a {
  font-size: 22px;
  color: var(--menu-color);
  text-decoration: none;
  font-family: var(--menu-font);
  text-transform: uppercase;
}
.phone a:hover {
  color: var(--menu-color);
  text-decoration: none;
}
.phone,
.address {
  display: inline-block;
  font-family: var(--menu-font);
}
.phone span,
.address span {
  transform: translateY(4px);
}
.address {
  font-size: 22px;
  color: var(--menu-color);

  text-transform: uppercase;
}
hr {
  border-top: 1px dotted #e1e1e1;
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  clear: both;
}

hr.wp-block-separator {
  border-top: 1px dotted #e1e1e1 !important;
  border-bottom: none !important;
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  clear: both;
}
.video {
  position: relative;
  padding-bottom: 56%;

  height: 0;
  overflow: hidden;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box_title {
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0px !important;
  padding: 0px !important;
  border: none !important;
}
.wpcf7-spinner {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 100px !important;
  height: 100px !important;
}
.wpcf7-spinner::before {
  top: 40px !important;
  left: 40px !important;
  width: 10px !important;
  height: 10px !important;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  margin-bottom: 10px;
}
.tag {
  position: relative;
  z-index: 200;
  padding: 40px;
}
.main_row {
  position: relative;
  background-color: #e1e1e1;
  z-index: 300;
  /* background-image: url(images/1_03.png); */
  background-repeat: repeat-x;
  z-index: 100000;
}
.box_title {
  font-size: 24px;
  text-transform: uppercase;
  padding: 0px 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  margin-top: 20px;
}
.box_title a {
  color: #fff;
  text-decoration: none;
}
.thebox {
  position: relative;
  padding: 10px;
}
.box_image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button_holder {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.boxtext {
  padding: 10px;
}
.footer_area {
  background-color: var(--footer-background-color);
  position: relative;
  z-index: 100;
  color: var(--footer-color);
}
.footer_area a {
  color: var(--footer-color);
  text-decoration: underline;
}

.backlink {
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 100;
}
.tag_lines_area {
  position: absolute;
  z-index: 100;
  padding: 20px;
  color: var(--menu-color-mobile);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.tag_lines_area .wrap h1 {
  font-weight: 400;
  font-size: 70px;
}

.tag_lines_area .wrap h2 {
  font-family: var(--main_font);
  font-weight: 300;
  font-size: 40px;
}

.tag_lines_area .wrap a {
  font-size: 26px !important;
  text-transform: uppercase;
  margin: 20px 0px;
  background-color: #ffee5e;
  color: #141827 !important;
}
.tag_lines_area .wrap a:hover {
  background-color: #eedb2c;
}
.testimonials_area {
  position: relative;
  z-index: 1000;
  background-color: #f0f0f0;
}
.featured_projects_area {
  position: relative;
  z-index: 900;
  background-color: #ffffff;
  padding: 30px 0px 0px 0px;
}
.gutenberg_area {
  position: relative;
  z-index: 1000;
  background-color: #ffffff;
}
.wp-block-columns {
  padding: 30px;
}
.accordion {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 12.5%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}
.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  top: 0;
}
.accordion ul li div a {
  display: block;
  height: 350px;
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 200ms ease;
  background-color: rgba(0, 0, 0, 0.5);
}
.accordion ul li div a:hover {
  background-color: transparent !important;
}
.accordion ul li div a * {
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.accordion ul li div a h2 {
  font-family: Montserrat, sans-serif;
  text-overflow: clip;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 160px;
}
.accordion ul li div a p {
  top: 160px;
  font-size: 13.5px;
}

.accordion ul li .the_cell_1 {
  opacity: 1;
}
.accordion ul li .the_cell_1:hover {
  opacity: 1;
}
.accordion ul li .the_cell_1:hover .tit {
  background-color: var(--accent-color);
}

.accordion ul:hover li {
  width: 8%;
}
.accordion ul:hover li:hover {
  width: 17%;
}

.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.accordion ul li div.tit {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 20px 20px 10%;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-left: 1px solid #444444;
  position: relative;
  z-index: 200;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(14px, 1.2vw, 17px);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.the_cell_1 {
  background-repeat: no-repeat;

  background-position: left top;
  border-left: 1px solid #ccc;
  position: relative;
  z-index: 100;
}
.text_column {
  background-color: #f7f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 500px;
}
.acol-50.text_column.even {
  background-color: #fff;
}
.acol-50.text_column.odd {
  background-color: #f7f3f3;
}
.chess_text a {
  text-transform: uppercase;
  font-size: 22px;
  border: 1px solid #fff !important;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}
.chess_text h1,
.chess_text h2,
.chess_text h3,
.chess_text h4,
.chess_text h5,
.chess_text h6 {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #444 !important;
  margin-bottom: 10px;
}
.image_column {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.image_column.even {
  height: 500px;
}

.blue_area {
  color: var(--menu-color) !important;
  background: var(--accent-color);
  padding: 40px 10px;
  position: relative;
  z-index: 100000;
}
.blue_text h1,
.blue_text h2 {
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.blue_text h3,
.blue_text h4,
.blue_text h5,
.blue_text h6 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}
.footer_area .wrap_narrow h4,
.footer_area .wrap_narrow h5,
.footer_area .wrap_narrow h6 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
}
.footer_area {
  border-top: 1px solid #ccc;
}
.home .the_line {
  border-top: 1px solid #444;
  padding-bottom: 4px;
  height: 1px;
}

.mshow {
  display: none;
}

.tribe-common .tribe-common-b2,
.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6,
.tribe-common .tribe-common-h3,
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn,
.tribe-events .tribe-events-c-view-selector__list-item-text,
.tribe-events-single-event-title,
.tribe-events-schedule .recurringinfo,
.tribe-events-schedule h2,
.tribe-related-event-info .recurringinfo,
.tribe-events-content,
.tribe-events-event-meta,
.tribe-events-back a,
.tribe-events-back a:visited,
.tribe-events-single .tribe-events-sub-nav,
.tribe-events-cal-links,
.tribe-events .tribe-events-c-breadcrumbs__list,
.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8,
.tribe-common--breakpoint-medium.tribe-common
  .tribe-common-form-control-text__input,
.tribe-common .tribe-common-form-control-text__input,
.tribe-common .tribe-common-c-btn-border-small,
.tribe-common a.tribe-common-c-btn-border-small,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  font-family: "Open Sans", sans-serif !important;
}
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn,
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:hover {
  color: #fff;
  background-color: #424242 !important;
}
.tribe-events .tribe-events-c-ical__link,
.tribe-events .tribe-events-c-ical__link:hover {
  border: 1px solid #4444 !important;
  background-color: #4444 !important;
  color: #fff !important;
}
.tribe-common .tribe-common-c-svgicon {
  color: #fff !important;
}
.tribe-events-cal-links .tribe-events-gcal,
.tribe-events-cal-links .tribe-events-ical,
.tribe-events-event-meta a,
.tribe-events-event-meta a:visited {
  color: #4444 !important;
}
.tribe-events-event-categories a {
  line-height: 2;
  text-transform: uppercase;
}
.tribe-events-event-categories-label {
  font-weight: 700;
  text-transform: uppercase;
}
.tribe-events .tribe-events-calendar-day__event-featured-image-link,
.tribe-events .tribe-events-calendar-list__event-featured-image,
.tribe-events-event-image img {
  display: block;
  width: 100% !important;
}

.tribe-events-content ol,
.tribe-events-content p,
.tribe-events-content ul {
  font-size: 100% !important;
  line-height: 1.5;
}
.tribe-events-content {
  color: #141827;
}

.tribe-events
  .tribe-events-calendar-month__day--current
  .tribe-events-calendar-month__day-date,
.tribe-events
  .tribe-events-calendar-month__day--current
  .tribe-events-calendar-month__day-date-link {
  color: #e01a1e !important;
}
.tribe-common .tribe-common-anchor-thin-alt,
.tribe-common .tribe-common-anchor-thin-alt:hover {
  border-bottom: 1px solid #9b898a !important;
  color: #9b898a !important;
  transition: color 0.2s ease;
}
.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
  color: var(--tec-color-text-primary);
  font-family: var(--tec-font-family-sans-serif);
  font-size: var(--tec-font-size-2);
  line-height: var(--tec-line-height-3);
  font-weight: var(--tec-font-weight-regular);
  font-weight: var(--tec-font-weight-bold);
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: auto;
  padding: 0;
  text-decoration: none;
  width: auto;
  background-color: #fff !important;
  border: 1px solid #222 !important;
  border-radius: var(--tec-border-radius-default);
  text-align: center;
  transition: var(--tec-transition);
  color: #222 !important;
  padding: 11px 20px;
  width: 100%;
}
.tribe-common .tribe-common-c-btn-border:hover,
.tribe-common a.tribe-common-c-btn-border:hover {
  background-color: #fff !important;
}
.tribe-events-calendar-list-nav.tribe-events-c-nav {
  display: none !important;
}
.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active:focus,
.tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .year.active,
.tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .year.active:hover {
  background: #222 !important;
  color: #fff !important;
  text-shadow: none;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__export-icon,
.tribe-block__events-link .tribe-events-c-subscribe-dropdown__export-icon {
  display: none !important;
}
.footer_logo img {
  max-width: 300px;
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
@media all and (min-width: 1600px) {
  .acol-50.text_column.even {
    padding-left: 15vw;
  }
  .acol-50.text_column.odd {
    padding-right: 15vw;
  }
}

@media only screen and (max-width: 1400px) {
  .navi li a {
    /*font-size: 1.2vw; */
    /*padding: 5px 20px 8px 20px;*/
  }
  .navi li li a {
    /*font-size: 1.1vw;*/
    /*padding: 10px 20px;*/
  }
  ul#menu-main-menu li:last-of-type ul {
    margin-left: -110px;
  }
  .m_nav ul#menu-main-menu li:last-of-type ul {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1200px) {
  .navi li a {
    /*font-size: 1.2vw; */
    /*padding: 5px 10px 10px 10px;*/
  }
  .navi li li a {
    /*font-size: 1.1vw; */
    /*padding: 10px 10px;*/
  }
}

@media only screen and (max-width: 767px) {
  #wpadminbar {
    display: none !important;
    z-index: -1 !important;
  }

  html {
    min-height: 100%;
    position: relative;
  }

  body {
    font-size: 17px;
  }

  .m_nav {
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 99999999;
    padding-top: 20px;
  }

  .admin-bar .mobile_menu {
    margin-top: -46px !important;
  }
  .mobile_menu {
    display: block;
    background-color: var(--main-color) !important;
    position: relative;
    padding: 10px;
    z-index: 999999;
  }

  .admin-bar .m_nav {
    margin-top: 0px !important;
  }

  .mhide,
  .ws_controls {
    display: none;
  }
  .mshow {
    display: block;
  }
  img.resp {
    width: 100% !important;
    height: auto !important;
  }
  img.alignleft,
  img.alignright {
    display: block;
    clear: both;
    text-align: center;
    float: none;
    margin: 10px auto;
  }
  .gallery-item {
    width: 100% !important;
  }

  .mright {
    text-align: center;
  }
  .mcenter {
    text-align: center;
  }
  .wp-embedded-content {
    width: 100% !important;
  }
  .backlink_area a {
    display: block;
  }
  .phone {
    position: absolute;
    top: 20px;
    left: 15px;
    text-align: left;
  }
  .phone span {
    vertical-align: middle;
  }
  .phone a {
    font-size: 22px;
    color: #fff;
    text-decoration: none;
  }
  .navi ul {
    border-top: none;
  }
  .phone span,
  .address span {
    transform: translateY(-2px);
  }
  .accordion {
    height: auto;
  }
  .accordion ul li,
  .accordion ul li:hover,
  .accordion ul:hover li,
  .accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
  .tit {
    text-align: center;
    font-size: 22px;
  }
  .main_row {
    position: relative;
    z-index: 300;
    background-image: none;
    background-repeat: repeat-x;
  }
  .accordion ul li div.tit {
    font-size: 19px;
    height: auto;
    padding: 30px 10px;
  }
  .tag_lines_area .wrap h1 {
    font-weight: 600;
    font-size: 40px;
  }

  .tag_lines_area .wrap h2 {
    font-weight: 400;
    font-size: 30px;
  }
}

/* Mobile Navigation */
.m_nav {
  background-color: var(--main-color-hover);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  transform: translateX(-100%);
  z-index: 99999;
  width: 100%;
  max-width: 450px;
  padding-top: 80px;
  transition: transform 0.3s ease;
  overflow-y: auto;
}

.opened {
  transform: translateX(0);
}

/* Mobile Menu Styles */
.m_nav .navi ul {
  float: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.m_nav .navi li {
  float: none;
  width: 100%;
  position: relative;
}

.m_nav .navi li a {
  color: var(--menu-color-mobile);
  border-bottom: 1px solid var(--main-color);
  padding: 15px 20px;
  font-size: 19px;
  font-weight: 400;
  display: block;
}

.m_nav .navi li ul {
  position: static;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  width: 100%;
}

.m_nav .navi li.menu-item-has-children > a {
  position: relative;
}

.m_nav .navi li li a {
  padding-left: 40px;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 16px;
}

.m_nav .navi li li li a {
  padding-left: 60px;
  font-size: 15px;
}

/* Mobile Menu Toggle */
.mobile_menu {
  display: none;
  padding: 10px;
  background-color: var(--main-color);
  position: relative;
  z-index: 999999;
}

/* Media Queries */
@media only screen and (max-width: 767px) {
  .mobile_menu {
    display: block;
  }

  .navi ul {
    display: none; /* Hide desktop menu */
  }

  .m_nav .navi ul {
    display: block; /* Show mobile menu */
  }

  .blue_text h1,
  .blue_text h2 {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
  }
  .blue_text h3,
  .blue_text h4,
  .blue_text h5,
  .blue_text h6 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
  }
  .wp-block-columns {
    padding: 30px;
  }
  .wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 30px !important;
  }
  .wp-block-media-text > .wp-block-media-text__content {
    padding: 10px 30px !important;
  }
  .tag_lines_area {
  }
  .tag_lines_area .wrap a {
    font-size: 20px !important;
    text-transform: uppercase;
    margin: 20px 0px;
    margin: 20px 0px;
    padding: 20px !important;
  }
}
