:root {
  --bg_header: #015759; /*lighter*/
  --bg_menu: #014E50;
  --text: #fff;
  --menu_font: 'Open Sans', sans-serif;
  --menu_font_size: clamp(13px, 1vw, 20px);
   --the_green: #2fb74f;
   --the_blue: #0b305b;
   --the_light_blue: #2b7bb9;
}



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.20);
}

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: var(--menu_font_size);
 	font-family: var(--menu_font);
	font-weight: 400;
	border: 1px solid #ccc;
	width: 100%;
}


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;

	background: #fff !important;

	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;
	max-width:1980px;
}	
.wrap {
	margin: 0px auto;
	position: relative;
	max-width:1280px;
	}
.wrap_narrow {
	margin: 0px auto;
	position: relative;
	max-width:900px;
	}
.wrap_1020 {
	margin: 0px auto;
	position: relative;
	max-width:1020px;
	}
header {
		border-bottom: 1px solid #ccc;
	}
footer {
		border-top: 1px solid #ccc;
		margin-top: 0px;
	}
* {
	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;
}

.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(--bg_header);
	text-decoration: none;
	}
.content p a, .footer_area p a, .backlink_area p a  { text-decoration:underline; }	
a:hover {
	color: var(--bg_menu);
	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;
    }
	*/
.m_nav{
	background-color: var(--bg_menu);
	position:absolute;
	left: 0;
	top: 62px;
	
	transform:translate(-100%,0);
	z-index: 99999;
	min-height:100%;
	height:auto;
	transition: transform 0.2s linear;
	width: 100%;
	max-width: 450px;
}
.admin-bar .m_nav{
	background-color: var(--bg_menu);
	position:absolute;
	left: 0;
	top: 16px;
	width: 100%;
	transform:translate(-100%,0);
	z-index: 99999;
	min-height:100%;
	height:auto;
	transition: transform 0.2s linear;
}
.opened, .admin-bar .opened {
	transform:translate(0,0);
}
.navi {
	margin: 0px;
	padding: 0px;
	}
	
.navi ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.m_nav .navi ul {
	float: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}	
.m_nav .navi li {
	float: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	}
	
	
.navi li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}	
/*main menu items*/
.navi li a {
	color: #222;
	display: block;
	font-size: var(--menu_font_size);
 	font-family: var(--menu_font);
	font-weight: 400;
	text-transform: uppercase;
    margin: 0px;
	padding: 10px 10px;
	}

.navi li a:hover {
	color: #000;
    margin: 0px;
	text-decoration: none;
	}
.m_nav .navi li a {
	color: var(--text);
	border-bottom: 1px solid var(--bg_header);
		padding-left: 20px;
	padding-right: 20px;
	font-size: 19px;
	font-weight: 400;
}
.navi li li a {
	background: var(--bg_header);
	width: 200px;
	color: var(--text);
	font-size: clamp(11px, 0.8vw, 18px); /*submenu font size*/
	font-weight: 400;
	text-transform: uppercase;
	float: none;
	margin: 0px;
/*	padding: 10px 20px;*/
	border-bottom: 1px solid var(--bg_menu);
	}	
.navi li li a:hover {
	background: var(--bg_menu);
	color: var(--text);
	}

.m_nav .navi li li a {
	background: var(--bg_menu);
	border-bottom: 1px solid var(--bg_header);
	}
.m_nav .navi li li a {
	width: 100%;
	padding-left: 40px;
	background-color: rgba(255, 255, 255, 0.05);
	font-size: 97%;
	}
.m_nav .navi ul li ul li ul li a {
	padding-left: 80px;
	background-color: rgba(255, 255, 255, 0.05);
	font-size: 97%;
	}
	
	
.navi li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0px;
	padding: 0px;
	}
.m_nav .navi li ul {
	position: relative;
	left: 0em;
	width: 100%;
	}


.navi li ul a { 
	width: 200px;
	}



.navi li ul ul {
	margin: -40px 0 0 200px;
	}

.navi li:hover ul ul, 
.navi li:hover ul ul ul {
	left: -999em;
	}
.m_nav .navi li:hover ul ul,
.m_nav .navi li:hover ul ul ul,
.navi li:hover ul, 
.navi li li:hover ul, 
.navi li li li:hover ul {
	left: auto;
	}

.navi li:hover { 
	position: static;
	}
	


	
/************************************************
*	Images  					     		    * 
************************************************/

/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter, .alignleft, .alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .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 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);
}



.line1 {
	line-height: 1;
}
.line12 {
	line-height: 1.2;
}
.line15 {
	line-height: 1.5;
}
.line {
	line-height: 2;
}
.line2 {
	line-height: 2;
}



.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;
}

.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;
}




.mright {
	text-align:right;
}
.tr_bg {
	background-color: rgba(0, 0, 0, 0.3);
}
.rela {
	position:relative;
}

a.button {
	color: #fff;
	font-size:120%;
  background: #646B72;
  position: relative;
  border: 3px solid #fff;  

  display:inline-block;
  margin:4px 0px;
  padding:15px 35px;
  text-align:center;

}


a.button:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #ccc;  
  z-index: 100;
}

.mobile_menu {
	display:none;
}
.header_area {
	position:relative;
	z-index:900;
}
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%;
}
.main_row {
}
.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: #fff;
	z-index: 300;
}
.box_title {
	font-size: 24px;
	text-transform:uppercase;
	padding: 0px 10px 10px 10px;
}
.thebox {
	padding-bottom: 60px;
		position:relative;
}
.button_holder {
	position:absolute;
	bottom: 30px;
	width: 100%;
	text-align:center;
}
.boxtext {
	padding: 0px 20px 40px 20px;;
}
.tml.tml-register h2,
.acf-user-register-fields.acf-fields.-clear {
	display: none;
}
.login_box {
	margin: 1%;
	padding: 20px 40px;
}
.lbox_1 {
	background-color: rgba(0,0,0,0.05);
}
.lbox_2 {
	background-color: rgba(0,0,0,0.1);
}
.border_dotted {
	border: 1px dotted #e1e1e1;
	vertical-align:middle;
}
.the_header {
	background-color:#EDEDED;
}
.the_header,
.the_data {
	font-size: 13px;
	font-family: 'Roboto Condensed', sans-serif;
}

.dark_cell {
	background-color:#333333;
	color: #fff;
}
button.active_status {
	background-color: red;
	border: none !important;
}
button.cancelled_status {
	background-color: green;
	border: none !important;
}
.hero_image {
	z-index: 100;
	padding-top: 150px;
}
header {
	position: relative;
	z-index: 999 !important;
}
.hero_button {
	padding: 10px 25px 10px 15px;
	font-size: 18px;
	border-radius: 5px;
	margin-top: 20px;
	display: inline-block;
}
.hero_button i {
	padding: 0px 10px 0px;
}
a.fl-button.hero_button.green {
    background: var(--the_green);
    color: #fff;
    border: 1px solid #02a300;
}
.hero_tag_line h1 {

}
.tag_line_1 h1 strong {

}
.tag_line_1 h1 {

}
.hero_tag_line h1 strong {

}
.under_slider {
	background-color:#fff;
	text-align:center;
	box-shadow: 3px -7px 52px 0px rgba(0,0,0,0.46);
-webkit-box-shadow: 3px -7px 52px 0px rgba(0,0,0,0.46);
-moz-box-shadow: 3px -7px 52px 0px rgba(0,0,0,0.46);
z-index:150;
margin-top: -2px;
}


.home #services .fl-col-group {
	background-color: #fff !important;


	max-width: 1160px !important;
	margin: 15px auto !important;
}

#services .fl-module-content, :where(.fl-module:not(:has(> .fl-module-content))) {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}
#services .fl-photo-img {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    box-shadow: 5px 5px 50px 10px rgba(211, 211, 211, 0.77);
}


.page_display {
	position:relative;
	z-index: 100;
}
.chess h2 {
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: 600;

}
.chess h3 {


}
.chess.two_cols .fl-module-rich-text {
	padding: 10px 40px !important;
}

.code_holder,
.code_holder .fl-row-content-wrap  {
	margin: 0px !important;
	padding: 0px !important;
}
.code_holder .fl-row-content-wrap .fl-bg-embed-code {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    position: relative !important;
}
.code_holder .fl-row-content-wrap .fl-row-content {
	display: none !important;
}
.fl-node-8aorh5gcu6kt.fl-row-full-height > .fl-row-content-wrap {
    min-height: 10vh !important;
}
.videos .fl-col-group {
	margin-bottom: 10px;
}

.figures_dont_lie {
	position:relative;
	box-shadow: 1px 0px 18px 1px rgba(0,0,0,0.4);
-webkit-box-shadow: 1px 0px 18px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 1px 0px 18px 1px rgba(0,0,0,0.4);
z-index: 100;
}
.chess h2 {
	color: var(--the_green);
}
.chess h3 {
	color: var(--the_light_blue);
	font-weight: 600;
}

.mobile_app h2 {
	color: var(--the_green);
}
.mobile_app h3 {
	color: var(--the_light_blue);
	font-size: 34px;
}
.headline_line span.fl-heading-text span {
	color: var(--the_light_blue);
}


/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

.the_boxes {
	z-index: 100;
	background-color: rgba(75,75,75,1.00);

}

.flex_boxes {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: center;
}
.a_box {
	width: 10.92vw;
	height: 10.92vw;
	margin: 0.025vw;
	background-color: rgba(0,0,0,1.00);
	 display: flex;
	 justify-content: center;
	 align-items:center;
	 background-repeat:no-repeat;
	 background-size:cover;
	 cursor:pointer;
}
.a_box_content {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.65);
		 display: flex;
	 justify-content: center;
	 align-items:center;
	 transition:all ease-in 0.2s;
}
.a_box h2 {

	font-size: 15px;
	text-align:center;
	padding: 10px;
	color: #e1e1e1;
	margin-top: 0px;
    margin-bottom: 0px;
	font-weight: 600;
	position:relative;
	transform:translate(0px,0px);
	text-transform:uppercase;

}
.a_box h3 {

	text-align:center;
	padding: 10px 5px;
	color: #fff;
	margin-top: 0px;
    margin-bottom: 0px;
	font-weight: 300;
}
.a_box h3 span {

	background-color:#fff; 
	color: #000;
	display:inline-block;
	border-radius:5px;
	padding: 2px 8px;

	margin: 1px;


}

  .wrap_hero_image {
	  max-width: 1990px;
	  margin: 0px auto;
	  	position: relative;
  }
.box_lines {

	width: 100%;
	transition:all ease-in 0.2s;
}
.box_line_1 {
	text-align:center;
	color: #fff;
	padding: 10px;

}
.box_line_2 {
	position:absolute;
		 display: flex;
	 justify-content: center;
	 align-items:center;
	bottom: 0;
	width: 100%;


	opacity: 0;
	transition:all ease-in 0.2s;
}
.a_box .a_box_content:hover {
	align-items:flex-start;
}
.a_box:hover .box_line_2 {
	opacity: 1;
}
.a_box:hover .a_box_content {
	background-color:rgba(0,0,0,0.2);
}
.a_box:hover .box_lines,
.a_box.emulated .box_lines {
	background-color: var(--the_blue);

}



.a_box.emulated .a_box_content {
	align-items:flex-start;
}
.a_box.emulated .box_line_2 {
	opacity: 1;
}
.a_box.emulated .a_box_content {
	background-color:rgba(0,0,0,0.2);
}


   @media only screen and (max-width: 1920px) { 
		  .a_box {
		  width: 16.40vw;
		  height: 14vw;
		  }  
		  .box_line_1 {
		  text-align:center;
		  color: #fff;
		  font-size: clamp(20px, 1.0vw, 23px);
		  padding: 10px;
		  
		  }
		  .a_box h3 span {
		  font-size: 18px;
		  }
   }
   
   
   @media only screen and (max-width: 1650px) { 
		  .a_box {
		  width: 19.6vw;
		  height: 19vw;
		  }  
		  .box_line_1 {
		  text-align:center;
		  color: #fff;
		  font-size: clamp(20px, 1.0vw, 23px);
		  padding: 10px;
		  
		  }
		  .a_box h3 span {
		  font-size: 18px;
		  }
		  
 .a_box.box_num_4,
  .a_box.box_num_8,
   .a_box.box_num_16 {
	 display: none;
} 


   }
   
      @media only screen and (max-width: 1300px) { 
		  .a_box {
		  width: 24.5vw;
		  height: 22vw;
		  }  
		  .box_line_1 {
		  text-align:center;
		  color: #fff;
		  font-size: clamp(20px, 1.0vw, 23px);
		  padding: 10px;
		  
		  }
		  .a_box h3 span {
		  font-size: 18px;
		  }
		  

  .a_box.box_num_8 {
	display: flex;
} 


   }
   
   
         @media only screen and (max-width: 1100px) { 
		  .a_box {
		  width: 32.5vw;
		  height: 30vw;
		  }  
		  .box_line_1 {
		  text-align:center;
		  color: #fff;
		  font-size: clamp(20px, 1.0vw, 23px);
		  padding: 10px;
		  
		  }
		  .a_box h3 span {
		  font-size: 18px;
		  }
		  
		   .a_box.box_num_4,
  .a_box.box_num_8,
   .a_box.box_num_16 {
	 display: flex;
} 
   }
   
   
   
            @media only screen and (max-width: 900px) { 
		  .a_box {
		  width: 48.4vw;
		  height: 40vw;
		  }  
		  .box_line_1 {
		  text-align:center;
		  color: #fff;
		  font-size: clamp(20px, 1.0vw, 23px);
		  padding: 10px;
		  
		  }
		  .a_box h3 span {
		  font-size: 18px;
		  }
   }
   
               @media only screen and (max-width: 767px) { 
		  .a_box {
		  width: 100vw;
		  height: 50vw;
		  }  
		  .box_line_1 {
		  text-align:center;
		  color: #fff;
		  font-size: clamp(20px, 1.0vw, 23px);
		  padding: 10px;
		  
		  }
		  .a_box h3 span {
		  font-size: 18px;
		  }
   }
   
   
   
/* .a_box.box_num_4 {
	width: 24.6vw;
	height: 15.92vw;
}  */
   



   
   

/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

	
@media all and ( min-width: 767px ) {
  
.arow {
    display: table;
    table-layout: fixed;
    width: 100%;
	clear:both;
  }
[class*="acol-"] {
    display: table-cell;
	vertical-align: top;
	position:relative;
  }

  .acol-2-3 {
    width: 66.66666666%;
  }
  .acol-1-2 {
    width: 50%;
  }
  .acol-1-3 {
    width: 33.333333333333%;
  }
  .acol-1-5 {
    width: 20%;
  }
    .acol-1-4 {
    width: 25%;
  }
    .acol-1-1 {
    width: 100%;
  }
  .acol-1-8 {
    width: 12.5%;
  }
      .acol-05 {
	  width:0.5%;
  }
    .acol-1 {
	  width:1%;
  }
      .acol-2 {
	  width:2%;
  }
    .acol-5 {
	  width:5%;
  }
  .acol-10 {
	  width:10%;
  }
    .acol-15 {
	  width:15%;
  }
    .acol-20 {
	  width:20%;
  }
      .acol-28 {
	  width:28%;
  }
  .acol-25 {
	  width:25%;
  }
    .acol-33 {
	  width:33.33333333333333%;
  }
        .acol-65 {
	  width:65%;
  }
            .acol-35 {
	  width:35%;
  }
      .acol-66 {
	  width:66.6666666666666666666%;
  }
      .acol-30 {
	  width:30%;
  }
    .acol-50 {
	  width:50%;
  }
      .acol-40 {
	  width:40%;
  }
      .acol-60 {
	  width:60%;
  }
      .acol-70 {
	  width:70%;
  }
        .acol-75 {
	  width:75%;
  }
      .acol-80 {
	  width:80%;
  }
      .acol-90 {
	  width:90%;
  }
    .acol-100 {
	  width:100%;
  }
  

.flex {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: center;
}
[class*="fl-"] {
}
    .fl-1 {
	  width:1%;
  }
      .fl-2 {
	  width:2%;
  }
    .fl-5 {
	  width:5%;
  }
  .fl-10 {
	  width:10%;
  }
    .fl-15 {
	  width:15%;
  }
    .fl-20 {
	  width:20%;
  }
      .fl-28 {
	  width:28%;
  }
  .fl-25 {
	  width:25%;
  }
    .fl-29 {
	  width:29%;
  }
    .fl-33 {
	  width:33.33333333333333%;
  }
        .fl-65 {
	  width:65%;
  }
            .fl-35 {
	  width:35%;
  }
      .fl-66 {
	  width:66.6666666666666666666%;
  }
      .fl-30 {
	  width:30%;
  }
    .fl-50 {
	  width:50%;
  }
      .fl-40 {
	  width:40%;
  }
        .fl-45 {
	  width:45%;
  }
      .fl-60 {
	  width:60%;
  }
      .fl-70 {
	  width:70%;
  }
        .fl-75 {
	  width:75%;
  }
      .fl-80 {
	  width:80%;
  }
      .fl-90 {
	  width:90%;
  }

    .fl-100 {
	  width:100%;
  }


}

  
  
  .mid {
	vertical-align:middle;
}
.bot {
	vertical-align:bottom;
}
.top {
	vertical-align: top;
  }
  		.mshow {
		display:none;
	}
	
	
	
   @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) {
	

	
.m_nav{


    bottom:0;
    left:0;
    right:0;
    overflow:hidden;
	z-index: 99999999;
}



.admin-bar .mobile_menu {
	margin-top: -46px !important;
}
.mobile_menu {
	display:block;
	background-color: var(--bg_header) !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;
}
h1 {
	font-size: 170%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 110%;
}
.wp-embedded-content {
	width: 100% !important;
}
.backlink_area a {
	display:block;
}


.a_box,
.a_box.box_num_1, .a_box.box_num_2, .a_box.box_num_3, .a_box.box_num_4 {
	width: 100%;
	height: 150px;
	margin-bottom: 1px;
}

.a_box:hover {
	height: 300px;
}




.fl-node-hyslefi2956z {

}
.fl-builder-content-1832 .fl-node-q0nwksue7h1l {
    display: block;
}
.fl-builder-content-1832 [class*="fl-node-"] {
    display: block;
}
[class*="fl-node-"] .fl-button-wrap {
	text-align:center;
}

[class*="fl-node-"] .fl-button-wrap a {
	width: 100%;
}

.testim .fl-col-small:not(.fl-col-small-full-width),
.testim_2 .fl-col-small:not(.fl-col-small-full-width) {
        max-width: 100%;
		display:block;
		margin: 0px auto;
    }

.testim [class*="fl-node-"].fl-col > .fl-col-content,
.testim_2 [class*="fl-node-"].fl-col > .fl-col-content {
        max-width: 95%;
		display:block;
		margin: 10px auto;
    }
.testim {
	background-image:none;
	background-color:#6B1A1C;
}


.testim .fl-node-hju28yv0b9zp > .fl-module-content {
        margin-top: 0px;
    }


.hero_tag_line {
	padding: 10px 20px;
}
.under_slider h1,
.hero_tag_line h1 {


}
.under_slider .p30.tag_line_1 {
	padding: 15px 20px 20px 20px;
}

.chess.two_cols .fl-module-rich-text {
    padding: 0px 0px !important;
}
  .fl-photo-content.fl-photo-img-png {
    width: 100% !important;
  }
.hero_image {
    z-index: 100;
    padding-top: 70px;
}
.rw-header-section .fl-module-content, .rw-header-section :where(.fl-module:not(:has(> .fl-module-content))) {
    margin-top: 10px; 
    margin-right: 10px; 
    margin-bottom: 10px; 
    margin-left: 10px; 
}
.headline_line {
	padding: 40px 10px;
}
.headline_line h2.fl-heading {
	font-size: 30px !important;
}


.chess h3 {
    color: var(--the_light_blue);
    font-weight: 600;
	font-size: 30px;
	line-height: 1 !important;
	margin: 0px 0px 10px 0px !important;
}
.chess .fl-col-bg-photo {
	display: none !important;
}
.chess hr {
	opacity: 0;
}
.chess .fl-row-content-wrap,
.chess .fl-module-content.fl-node-content {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
		margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.schedule_appointment a.fl-button {
	font-size: 24px !important;
}
.figs_lie h2.fl-heading {
	font-size: 40px !important;
}

.videos .fl-col.fl-col-small.fl-col-has-cols {
	margin-top: -10px;
}


.fl-node-swtplr46qa58 .fl-module-content.fl-node-content {
	margin: 10px 10px 0px 10px;
}
.fl-node-swtplr46qa58 .fl-photo-content.fl-photo-img-png {
        width: 100% !important;
    }
.fl-builder-content .fl-node-mn6rkvbe0tud > .fl-col-content {
    min-height: 74px;
}
.fl-builder-content .fl-node-3mx487zjbukv > .fl-col-content {
    min-height: 74px;
}
.fl-builder-content .fl-node-6pfg1ltoy2dm > .fl-col-content {
    min-height: 74px;
}
.fl-builder-content .fl-node-mose6dyrcfag > .fl-col-content {
    min-height: 74px;
}
.fl-builder-content .fl-node-cuhpbflzr9og > .fl-col-content {
    min-height: 74px;
}

.fl-node-q9bp03jd1uwr .fl-row-content-wrap {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.fl-node-4v753gqs0fcz {
	margin-bottom: 0px !important;
}
.fl-node-pv5il0d9jtcr .fl-row-content-wrap {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.fl-rich-text p {
	font-size: 17px;
}



.fl-node-of1ya8jwqedt {
	margin: 0px;
	padding: 0px;
}
.fl-node-rajqyfd5m07e {
	display:inline-block !important;
	z-index: 100;
	width: 70% !important;
	padding: 8px 0px 0px 10px;
}



.fl-node-ewpztuyk1n2r {
	position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 100% !important;
	z-index: 10;
}





}