/**
Theme Name: Chase Oliver
Author: Chase Oliver for President	
Author URI: https://votechaseoliver.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: chase-oliver
Template: astra
*/

mark, .caldera-grid mark {
    background: #f4c55c;
    color: #015ea8;
    padding: 0px 5px;
}

hr {
  background-color: #f4c55c;
}

/* padding for title for elementor pages 
.ast-page-builder-template .site .site-content #primary {
  padding-top: 2%;
}
*/

  .main-header-bar {
    border-bottom-width: 0;
  }

@media (min-width:1200px) {
  .ast-plain-container.ast-no-sidebar #primary {
    margin-top:20px;
	}
}

.link-blue-bg {color:#F4C55C;}

/*-----------------------------------------------------------------------------------*/
/* Event Organiser */
/*-----------------------------------------------------------------------------------*/
#eo_venue_map-1, #eo_venue_map-2, #eo_venue_map-3 {
    height: 400px !important;
}

/* remove bullet from civicrm register button */
.civicrm-event-register-link {
    list-style: none;
}

/* register link change to button */
a.civicrm-event-organiser-register-link {
	padding:10px 20px;
	border-radius: 3px;
    background: #f4c55c;
	color: #333;
	font-weight: 700;
	text-decoration:none;
	margin-top:10px;
}

.civicrm-event-register-link {
    margin-top: 10px;
}

a.civicrm-event-organiser-register-link:hover {
	background: #E87200;
	color: white;
}

.eo-event-meta {
    margin: 0px 0px 30px 0px !important;
}

*/
.eo-event-search-filters {
    padding-bottom: 5%;
}

/* search button */
.ui-button-text-only .ui-button-text {padding:0px !important;}

/*make map full width */
body.single-event .eo-event-venue-map {width:100% !important;}

/* event meta 100% width */
body.single-event .eo-event-meta {width:100% !important;}

.eo-event-search.search {margin-bottom:2em;}

/*category archive */
@media (min-width:400px) {
	.eo-tc-event {
    background: white;
    padding: 30px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}
}

/*events sidebar */
.eo-events.eo-events-widget a {font-weight:700;}
.eo-events.eo-events-widget a:hover {color:#ffcd00;}


.eo-tc-event .eo-event-meta {
    display: block !important;
	box-shadow:none;
	background:transparent;
}

.entry-meta { color: inherit;}
.entry-meta a {color: #428bca;}

.ui-button-text-only .ui-button-text {
  padding: 0 !important;
}

/* event search */
.eo-event-search-filters li {width:30% !important;}

@media (max-width:768px) {
.event-entry-meta {clear:both !important;}
}

/*desktop only */
@media (min-width:768px) {
.ui-button {
  margin-left: 20px !important;
}
	
.eo-event-search-filters {
	padding-bottom:7% !important;
}
}
/*mobile eo search */
@media (max-width:768px) {
 .eo-event-search {
         margin-bottom:30px !important;
 }  
 .eo-event-search ul {
         float:none!important;
         margin-bottom:20px !important;
 }
.eo-event-search li {
         width: 100% !important;
 }
.ui-button {margin-bottom:8% !important;}
	
a.civicrm-event-organiser-register-link {
	display:block !important;
	text-align:center;
	}
}

/* Footer CSS Start 26-6*/
.lightlinks a{
	color:#fff !important;
}
/* Footer CSS End  26-6 */

/* Platform page CSS Start  26-6 */
.platform-text li{
	padding-bottom:15px;
}
/* Platform page CSS End  26-6 */

/* form CSS Start 27-6-24 */
.intl-tel-input.allow-dropdown {
    display: block;
}
.inquiry-form .caldera-grid .form-control {
    background: #fff !important;
    border: 1px solid #333;
   box-shadow: none;
}
.chase-form label{
	color:#fff;
	font-size: 14px!important;
}
.chase-form span.field_required{
	color:#fff !important;
}
.chase-form .caldera-grid .form-control {
    background: #fff !important;
}
.chase-form .caldera-grid input[type=file] {
    display: block;
    color: #fff;
    font-size: 14px;
}
/* form CSS Start 27-6-24 */

/* smaller headings errenously uppercase in astra settings - Andy */
h3,h4,h5,h6 {text-transform:none !important;}