/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 



.sub-menu .menu-item {
    margin-bottom: 15px;
}
.menu-item {
    border-style: none !important;
    border-right-style: none!important;
}
.menu-item:hover, .menu-item:focus {
    border-right-style: solid !important;
    border-right-width: 2px !important;
    border-color: #f15c2b !important;
}



.fl-page-nav-wrap .ctct-form-container .ctct-form-defaults {
    padding: 0px;
}


.afterNavSection {
    padding: 0px 30px 30px 30px;
}


.afterNavSectionInner {
    padding-top: 30px;
}


.afterNavSection .afterNavSectionInnerFirst {
    padding-top: 15px;
}









.fl-rich-text {
    font-size: 16px !important;
}


@media only screen and (max-width: 1024px) {
   .fl-rich-text { 
       font-size: 16px !important;
       line-height: 1.8;
   }
}



 .fl-builder-content .fl-module-button .fl-button-wrap a.fl-button
 {
    font-size: .8em;
    border: 1px solid #a2b600;
    border-style: solid;
    border-width: 0;
    background-clip: padding-box;
    border-color: #ffffff;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    background: #aec208;
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    min-width: 150px;
	 
	     -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

.fl-builder-content .fl-module-button .fl-button-wrap a.fl-button:hover {
	background: #9cad05;
}

.afterNavSection .afterNavSectionInner .fl-button-wrap a {
    font-size: .8em;
    border: 1px solid #a2b600;
    border-style: solid;
    border-width: 0;
    background-clip: padding-box;
    border-color: #ffffff;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    background: #aec208;
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: block;
}


.afterNavSection .afterNavSectionInner .fl-button-wrap a {
    width: 100% !important;
    padding: 16px;
    
}
.afterNavSection .afterNavSectionInner .fl-button-wrap {
    width: 100% !important;
    display: block;
}

.fl-builder-content .fl-button-wrap a.fl-button {
    
    
}

.min-height-button .fl-button-wrap a{
    height: 150px;
  position: relative;
  width: 100%;
  padding: 0px !important;
}

.min-height-button a span{
     margin: 0;
  position: absolute;
  padding: 0px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    
}


.gutenberg-block {
            font-size: .8em;
    border: 1px solid #a2b600;
    border-style: solid;
    border-width: 0;
    background-clip: padding-box;
    border-color: #ffffff;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    background: #aec208;
    text-decoration: none;
    text-shadow: none;
    text-align: center !important;
    width: 300px;
	    padding: 16px;
    border-radius: 4px;
    	 
	     -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

.gutenberg-block a:hover {
		background: #9cad05;
}

.gutenberg-block  a{
  position: relative;
  width: 100% !important;
  padding: 0px !important;
  max-height: 25px;
}

.wp-block-button__link {width:100%;}




.fullcalendar td {
    width: 14.2% !important;
     vertical-align: text-top;
}

.fullcalendar {
    width: 100%;
    min-height: 500px;
}


#side-header{
    margin-top: -20px;
}



/* The Modal (background) */
.modal, .modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content, .modal-content2 {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
	margin-left: 30%;
}

/* The Close Button */
.close, .close2 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus, .close2:hover,
.close2:focus  {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



.Event .disclaimerModal {
	visibility: hidden !important;
	display: none;
}

.myBtn, .myBtn2 {
font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 800 !important;
    letter-spacing: 0px;
    color: white !important;
    padding: 16px;
    text-transform: uppercase;
    border-radius: 4px !important;
    background: #aec208 !important;
font-size: 18px;
    line-height: 1.8;
}







.search-results #content {
    margin: 0 auto !important;
    display: block;
    width: 85%;
}

.cal-button a {
    padding: 5px !important;
    font-size: .75em !important;
}

ul {
    padding-inline-start: 3px !important;
}

h2.ctct-form-header {
    font-size: 21px !important;
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
}

#email_address_label_0, .ctct-gdpr-text {
    display: none !important;
}


 .afterNavSection div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
   border-color: #f15c2b !important;
    color: #7c7979 !important;
    background-color: #f3f3f3 !important;
    
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #595f6b;
    vertical-align: middle;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #e6e6e6;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 50px;
}


.signupForm {
}



































.afterNavSection .afterNavSectionInner .search-form {
    position: absolute;
    right: 30px;
    left: 30px;
    top: 580px;
}
 
.afterNavSection .afterNavSectionInner .search-field {
    background-color: transparent;
    background-image: url(/wp-content/uploads/2019/05/15028-200.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
}
 
.afterNavSection .afterNavSectionInner .search-field:focus {
    background-color: #fff;
    border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 230px;
}
.afterNavSection .afterNavSectionInner .search-form
.search-submit { 
display:none;
}

@media only screen and (max-width: 768px) {
	.afterNavSection .afterNavSectionInner .search-form {
		display: none;
	}
}



.fl-icon a {
    margin-right: 5px;
    color: #f15c2b;
}


.afterNavSectionInner .fl-icon i {
        line-height: 40px;
    height: 40px;
    width: 40px;
        font-size: 20px;
background: #ffffff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    text-align: center;
    color: #f15c2b;
}


