/**
Theme Name: Conejo Recreation and Parks
Author: Nine Planets, LLC
Author URI: https://www.9planetsdesign.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.hide-test {
	display: none;
}

/* COLOR CODED MENU & PAGE HEADINGS
 ***************/

/* programs & sports pages */
.parent-pageid-3849 h1 {
	color: #11abc1;
}

/* facilities pages */
.parent-pageid-3850 h1 {
	color: #DBA530;
}

/* parks & reservations pages */
.parent-pageid-3851 h1 {
	color: #4bac3f;
}

/* events */
.post-type-archive-mec-events h1,
.parent-pageid-3852 h1 {
	color: #df3062;
}

/* LAYOUT & SPACING
 ***************/
.fl-module-content {
    margin-bottom: 5px;
}
.fl-module-heading .fl-heading {
    margin-top: 10px!important;
}
.fl-photo {
	margin-top: 5px;
	margin-bottom: 20px;
}
.home .fl-photo {
	margin-top: unset;
	margin-bottom: unset;
}
.table-responsive {
    margin-bottom: 0px;
}

.fl-accordion img {
    margin-top: 5px;
    margin-bottom: 20px;
}

@media screen and (max-width: 780px) {
	.fl-col-small {
		max-width: 100%;
	}
	.fl-module-heading .fl-heading {
    margin-top: 0px!important;
	}
	.fl-row > .fl-row-content-wrap {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
}

/* BUTTONS 
 ***************/
/* Change default button background color */

.smallbutton {
	background-color: #666666;	
	border-radius: 5px;
	padding: 1px 8px 2px;
	color: white!important;
	font-weight: bold;
}

.buttonStandard a.fl-button {
	background-color: #666666 !important;
	border-radius: 5px;
	border: 1px solid #666666 !important;
	padding: 20px 30px;
	margin: 15px 0;
}

.buttonStandard .fl-button:hover {
	background-color: #4bac3f !important;
	border: 1px solid #4bac3f !important;
}

/* Change default button text color */
.buttonStandard a.fl-button span.fl-button-text {
	color: #ffffff;
	font-weight: 600;
}

.buttonStandard .fl-module-content {
	margin: 0 20px 5px 10px;
}

.dualButtons .uabb-btn {
	background-color: #666666;
}

/* TYPOGRAPHY 
 ***************/

h1, h2, h3, h4, h5, h6 {
    clear: unset;
}

/* larger text size for paragraphs needing emphasis */
.textBigImpact {
	font-size: 20px;
}
/* events pages */

.post-type-archive-mec-events h1 {
	margin-bottom: 40px;
}

/* NAVIGATION MENU */
/* to fix drop-down menu in last navigation item in top secondary menu */
/* .ast-container .ast-above-header-menu ul {
	left: -70px !important;
} */

/* ACCORDION STYLES */
.accord .fl-accordion-item {
	margin-bottom: 10px;
}

.accord .fl-accordion-button {
	background-color: #4bac3f;
}

.accord .fl-accordion-button-icon {
	color: #ffffff;
	opacity: 0.5;
}

.accord .fl-accordion-button-label {
	color: #ffffff;
	font-size: 24px;
}

.accord .fl-accordion-content {
	padding-top: 15px;
}

/* HOME PAGE */
@media screen and (max-width: 768px) and (min-width: 460px) {
	.homepagetab .fl-module-content {
		max-width: 400px;
		margin: 0 auto;
	}	
}

/* SPECIAL BOX with ROUNDED CORNERS */

.roundedBox {
	width: 80%;
}

@media screen and (max-width:980px) {
	.roundedBox .fl-row-content {
		max-width: 95% !important;
	}
}

.roundedBox .fl-row-content-wrap {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 20px;
}

.roundedBox .fl-row-content {
	padding-left: 5%;
	padding-right: 5%;
}

@media screen and (max-width: 780px) {
	.roundedBox  {
		max-width: 100%;
		margin: 20px;
	}
	.roundedBox .fl-row-content-wrap {
		padding-top: 10px;
		padding-bottom: 30px;
		border-radius: 20px;
	}
}

/* SMALL BOX with ROUNDED CORNERS */

.uabb-module-content.uabb-infobox.infobox-center.infobox-has-icon.infobox-icon-above-title {
    border-radius: 20px;
}

/* heading for a section that needs to stand out separately */

.headingSpecial h2 {
	font-size: 40px;
	font-weight: 600;
}

.headingSpecial .fl-module-content {
	margin-top: 0;
}

@media screen and (max-width: 769px) {
	.headingSpecial h2 {
		font-size: 25px;
	}
	.headingSpecial .fl-module-content {
		margin-top: 20px;
	}
}

.subheadingSpecial h3 {
	font-size: 21px;
	font-weight: 600;
}

.subheadingSpecial .fl-module-content {
	margin-bottom: 0;
}

/* Above Header */

#astra-widget-social-profiles-2 .astra-widget-social-profiles-inner li > a {
  padding-top: 12px;
	padding-bottom: 0;
}

#gtranslate_selector { 
	padding: 5px; 
}

.header-board-meeting {
	background: #eee;
	padding-right: 13px;
	font-style: italic;
	color: #222;
	margin-right: 10px;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
}

/* Submenu */

.sub-menu {
    padding: 8px 0;
}

/* Astra Mobile Nav Fix */

@media(max-width: 980px) {
    .main-header-bar .main-header-bar-navigation ul.ast-below-header-menu-items {
        width: unset;
        margin-left: unset;
    }
	.ast-below-header-custom-menu-items {
		display: none!important;
	}
}

.internet-explorer button.ast-menu-toggle {
right: 50px;
}

.internet-explorer .ast-header-break-point .ast-below-header-menu-items li a {
padding: unset;
}

/* Mobile Menu */

@media(min-width: 981px) {
	.mobile-only {
		display: none;
	}
}

/* Footer Nav */

footer #text-2 a,
footer li.menu-item-has-children > a {
	font-weight: bold;
	font-size: 1.2em;
}

footer h2.widget-title {
	font-weight: bold !important;
	font-size: 1.1em;
}

/* to indent the menu items in the footer */
.site-footer li {
	padding-left: 15px;
}

/* to NOT indent the social media icons in the first footer widget */
.astra-widget-social-profiles-inner li a {
	padding-left: 0 !important;
}

footer a:hover {
		color: #F5B935!important;
}

/* Content Spacing */

p:last-child 
{ margin-bottom: 0 !important; margin-right: 0 !important; 
}

/* H1 Margin */
.fl-builder-content:first-child h1 {
	margin-top: 20px!important;
}

/* Footer Astra Widget Icon color */
#astra-widget-social-profiles-3 svg {
fill: #ffffff;
}

/* TABLES styles */

.wprt-container .table-bordered > thead > tr > th, .wprt-container .table-bordered > tbody > tr > th, .wprt-container .table-bordered > tfoot > tr > th, .wprt-container .table-bordered > thead > tr > td, .wprt-container .table-bordered > tbody > tr > td, .wprt-container .table-bordered > tfoot > tr > td, .wprt-container .table > tr > td {
	border: none!important;
}

.table-responsive table {
    table-layout: auto;
}

/*  SEARCH RESULTS
============================== */

.search.ast-page-builder-template {
    font-size: 15px;
}

.search.ast-page-builder-template .site-content > .ast-container {
    margin: 0 auto;
    max-width: 1240px;
    padding: 20px;
    width: 100%;
}

.search.ast-page-builder-template .site-content > .ast-container #primary {
    border: none;
    width: 100%;
}

.search.ast-page-builder-template .site-content > .ast-container header {
    color: #116433;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

.search.ast-page-builder-template .entry-content ul li,
.search.ast-page-builder-template .entry-content ul li a {
    font-size: 15px;
}

.search.ast-page-builder-template .post_type {
    color: #999;
    text-transform: capitalize;
}

/*  SEARCH TABS
============================== */

#tab-container .resp-tabs-list {
    margin-top: 0 !important;
}

#tab-container  .resp-tabs-container {
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
    border-radius: 0;
}

#tab-container li.resp-tab-item {
    font-size: 18px;
    padding: 20px 30px;
      -moz-transition: color 0.35s;
      -webkit-transition: color 0.35s;
    transition: color 0.35s;
}

#tab-container li.resp-tab-active,
#tab-container .resp-tabs-container {
    border-color: #CCC;
    border-width: 4px;
}

#tab-container li.resp-tab-active {
    border-right: none !important;
    margin-right: -4px !important;
}

#tab-container li.resp-tab-active:hover,
#tab-container li.resp-tab-active {
    color: #4bac3f;
}

#tab-container .content_list {
    padding: 21px 30px 21px 45px;
    margin: 0 auto;
}

#tab-container .content_list li > a,
#tab-container div.content_list p {
    font-size: 20px;
    font-weight: 700;
      -moz-transition: 0.35s;
      -webkit-transition: 0.35s;
    transition: 0.35s;
}

#tab-container .content_list li {
    margin-bottom: 15px;
}

#tab-container .content_list li p {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    
    #tab-container h2, 
    #tab-container .entry-content h2 {
        font-size: 18px;
    }
    
    #tab-container .content_list {
        padding: 16px 36px;
    }
    
    #tab-container .resp-tab-content {
        border-top: none;
    }
    
    #tab-container .resp-tab-content,
    #tab-container h2,
    #tab-container h2.resp-tab-active {
        border-bottom: none;
        border-color: #CCC;
        border-width: 4px;
    }
    
    #tab-container h2.resp-tab-active {
        border-bottom: none !important;
    }
    
    #tab-container h2 i {
        float: right;
    }
    
    #tab-container .resp-tab-active i {
        display: none;
    }
    
    #tab-container h2,
    #tab-container h2.resp-tab-active {
        color: #4bac3f;
    }
    
}

/* IMAGES in ACCORDIONS on MOBILE */
@media screen and (max-width: 499px) {
	.fl-accordion img {
    	max-width: 100%;
    	width: 95% !important;
	}
}