/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

/* Fonts */

h1,
h2,
h3,
h4,
h5,
h1.vcex-module.vcex-heading,
h2.vcex-module.vcex-heading,
h3.vcex-module.vcex-heading,
h4.vcex-module.vcex-heading,
h5.vcex-module.vcex-heading,
.footer-widget .widget-title {
    font-family: filson-soft,sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1.vcex-module.vcex-heading,
.heading-background-image h2.vcex-module.vcex-heading {
    text-shadow: 0px 0px 100px #000;
}

h2,
h2.vcex-module.vcex-heading {
    font-size: 1.6em;
    margin-bottom: 10px;
    font-weight: 700;
}

h3,
h3.vcex-module.vcex-heading {
    font-size: 1.4em;
    font-weight: 500;
}

p,
.wpb_wrapper li {
    font-family: filson-soft,sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* Logo */

img.logo-img:hover {
    opacity: .8;
}

/* Main Menu */

#site-header #site-navigation .dropdown-menu ul.sub-menu >li.menu-item >a {
    text-align: center;
}

#site-header #site-navigation .dropdown-menu ul.sub-menu >li.menu-item >a:hover:before {
    content: ">";
    padding-right: 5px;
}

/* Main Menu - Open All Dropdowns to the left by default */

#site-navigation .dropdown-menu ul.sub-menu ul { 
	left: auto;
	right: 100%;
}

#site-navigation .dropdown-menu ul.sub-menu li.menu-item-has-children > a { 
	padding-left: 25px; 
	padding-right: 12px; 
}

#site-navigation .dropdown-menu ul.sub-menu .nav-arrow { 
	left: 9px; 
	right: auto; 
	transform: rotateY(180deg); 
	margin-right: 4px;
	 margin-left: 0; 
}

/* Top Header - Countdown Timer */

.hurrytimer-headline,
.hurrytimer-timer {
    font-family: filson-soft,sans-serif;
    font-weight: 500;
}

.hurrytimer-headline {
	vertical-align: baseline;
}

.hurrytimer-timer-block {
    margin-bottom: 0;
}

/* Top Header - Donate Button */

a.vcex-button.theme-button.top-header-button {
    text-align: center;
    border-radius: 10px 0 0 10px;
    padding: 10px 30px 10px 30px;
    margin: -10px -30px -50px;
    float: right;
}


/* Slider */

h3#slider-1-slide-1-layer-1,
h2#slider-1-slide-1-layer-2 {
    font-family: filson-soft,sans-serif !important;
    font-weight: 600 !important;
}


/* Home Page - Webform */

.home-green input[type="submit"] {
    background: #fff;
    color: #66ae48;
    border-radius: 25px;
    padding: 5px 15px;
}

.home-green input[type="text"], 
.home-green input[type="email"] {
    background: transparent;
    border: 3px solid #fff;
    color: #fff;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    width: 100%;
}

.home-green textarea.wpcf7-form-control.wpcf7-textarea {
    background: transparent;
    border-radius: 0;
    border: 3px solid #fff;
    color: #fff;
    width: 100%;
    height: 200px;
}

.home-green .wpcf7-form label {
    color: #fff;
}

/* Home Page - Grid Images */

.home-grid-images:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color 500ms ease 0s;
    opacity: .60;
}

.home-grid-images:hover:before {
    background-color: #37affc;
    opacity: .75;
    z-index: 10;
}

.home-grid-images .vcex-ib-caption {
    opacity: 0;
    transition: opacity 500ms ease 0s;
}

.home-grid-images:hover .vcex-ib-caption {
    opacity: 1;
}

.home-grid-images .vcex-ib-title.wpex-heading, 
.home-grid-images .vcex-ib-caption {
    font-family: filson-soft,sans-serif;
}

.home-grid-images .vcex-ib-title.wpex-heading {
    text-shadow: 0px 0px 100px #000;
}

/* Header Image */

.vc_row.wpb_row.vc_row-fluid.header-image {
		min-height: 400px;
}

/* Heading Background Image */

.vc_row.wpb_row.vc_row-fluid.heading-background-image {
    height: 300px;
}

/* FAQ */

.faq .vc_toggle_content p {
    padding-left: 35px;
}

.faq .vc_toggle_default .vc_toggle_title h4 {
    color: #004990 !important;
    font-weight: 800;
}


/* Extras */

.wpb_single_image_caption {
    background: #004990 !important;
    opacity: 1 !important;
}

/* Events */

.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: #66ae48;
    font-weight: 700;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
    background-color: #66ae48;
}

.tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: #004990 !important;
}

.tribe-events-calendar-month__multiday-event-bar-title {
    color: #fff !important;
}

.tribe-events-cal-links a,
.tribe-events-c-ical.tribe-common-b2.tribe-common-b3--min-medium .tribe-events-c-ical__link {
    display: none;
}

.tribe-events-cal-links {
    display: none;
}

/* Webforms */

span.wpcf7-list-item {
    display: block !important;
}

select.wpcf7-form-control.wpcf7-select {
    display: inline-block;
    color: #616161;
    padding: 6px 10px;
    font-family: inherit;
    font-weight: inherit;
    font-size: 1em;
    line-height: 1.65;
    max-width: 100%;
    border: 1px solid #e1e1e1;
    background: #fff;
    height: 45px;
    width: 100%;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    margin-left: 20px;
}

.wpcf7-form label {
    font-weight: bold;
}

span.wpcf7-list-item-label {
    font-weight: normal;
}

.wpcf7-field-group input {
    width: 100%;
}

.wpcf7-field-groups {
    margin-bottom: 20px;
}

button.wpcf7-field-group-remove, 
button.wpcf7-field-group-add {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.gform_body.gform-body {
    font-family: filson-soft,sans-serif;
}

.gform_wrapper .top_label .gfield_label {
    font-weight: bold !important;
    margin: 0 0 5px;
}

.gform_body label,
.gfield_header_item {
    font-weight: bold !important;
}

table th {
    font-weight: 600;
    color: #004990;
}

/* Home Gravity Form */

.home-green .ginput_container_textarea textarea {
    background: transparent !important;
    border: 3px solid #fff !important;
    color: #fff !important;
}

/* Footer */

.footer-items .widget.widget_nav_menu .footer-label-heading a {
    font-size: 1.25em;
}

.footer-items .widget.widget_nav_menu {
    font-size: .8em;
}

.footer-label-heading a {
    text-transform: uppercase;
    font-weight: 600;
}

.footer-items .widget ul li a:hover {
    color: #fff;
}

#footer-builder .widget_nav_menu a {
    color: #004990;
}

#footer-builder .widget_nav_menu a:hover {
    color: #ffffff;
}


/* Media Query */
@media(max-width:960px) {
	.vc_row.wpb_row.vc_row-fluid.header-image {
		min-height: 350px;
}
.vc_row.wpb_row.vc_row-fluid.heading-background-image {
    height: 200px;
}
}

@media(max-width:935px) {
	#cookie-notice .cookie-notice-container {
		display: block;
}
	.vc_row.wpb_row.vc_row-fluid.header-image {
		min-height: 300px;
}
}

@media(max-width:475px) {
	.footer-items .vc_wp_custommenu,
	.footer-items .wpb_text_column.has-custom-color {
		text-align: center;
}
	#footer-builder .theme-button-block-wrap a {
		display: block !important;
		text-align: center;
}
	.large-grid .vcex-ib-content-wrap {
		padding: 100px 40px !important;
}
}








