/*
Theme Name: American Psychosomatic Society
Theme URI: https://www.psychosomatic.org
Version: 1.0
Description: A custom child theme for APS.
Author: Yoko Co
Author URI: https://www.yokoco.com
template: bb-theme
*/

@import url("base.css");


/*****************************************************************************/
/******************************* THE BASICS **********************************/
/*****************************************************************************/

/* Set your maximum container width here. Only use the customizer width to set the width for the header */

.fl-page-content .container {
	max-width: 1100px; 
}

/* Set this to the same as you set the content width in the customizer. */

.max-fix .fl-row-fixed-width {
	max-width: 1600px; 	
}


/* Define default accent background colors. */

.bg1 {
	background-color: #009390; 
}

.bg2 {
	background-color: #213535; 
}

.bg3 {
	background-color: #F7F7F4; 
}

/* How to size page banners without a featured image. */

.no-featured-image .banner-title .fl-row-content-wrap {
	padding-top: 50px; 
}

/* Define button styles. */

.fl-page button, .fl-page input[type=button], .fl-page input[type=submit], .fl-page .fl-builder-content a.fl-button, .fl-page .fl-builder-content a.fl-button:visited, .fl-page .wp-block-button__link {
	padding: 16px 24px 14px;
	border: 0px; 
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	text-decoration: none; 
  	-webkit-transition: background 0.5s; 
  	transition: background 0.5s;
	font-weight: 700; 
}


.fl-page .alt button, .fl-page .alt input[type=button], .fl-page .alt input[type=submit], .fl-page .fl-builder-content .alt a.fl-button, .fl-page .fl-builder-content .alt a.fl-button:visited, .fl-page .alt .wp-block-button__link {
	background-color: #213535; 
}

.fl-page button:hover, .fl-page input[type=button]:hover, .fl-page input[type=submit]:hover, .fl-page a.fl-button:hover, .fl-page .fl-builder-content a.fl-button:hover, .fl-page .wp-block-button__link:hover {
	color: #fff; 
	border: 0px; 
	/* background-color: #444444; */
	/* text-transform: none; */
}


.fl-page .alt button:hover, .fl-page .alt input[type=button]:hover, .fl-page .alt input[type=submit]:hover, .fl-page .fl-builder-content .alt a.fl-button:hover, .fl-page .alt .wp-block-button__link:hover {
	background-color: #32D1CE; 
}


.fl-page button:hover *, .fl-page input[type=button]:hover *, .fl-page input[type=submit]:hover *, .fl-page a.fl-button:hover *, .fl-page .fl-builder-content a.fl-button:hover * {
	color: #fff; 
}

.wp-block-button__link {
	margin-top: 10px; 
}

.fl-page #mc_embed_signup .button {
	padding: 8px 24px 6px;
	border: 0px; 
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	text-decoration: none; 
  	-webkit-transition: background 0.5s; 
  	transition: background 0.5s;
	font-weight: 700; 
	background: #009390; 
    height: auto;
    line-height: auto;
}


.fl-page #mc_embed_signup .button:hover {
    background: #ce5200;
}

.fl-post-image {
	max-height: 200px;
	overflow-y: hidden;
}

/*****************************************************************************/
/********************************* HEADER ************************************/
/*****************************************************************************/

.fl-page-bar {
	border: 0px; 
}

.fl-page-header-primary {
	position: relative; 
	z-index: 99; 
}

.fl-page-nav-wrap {
	border-top: 0px; 
	border-bottom: 0px; 
	padding: 10px 0px; 
}

.fl-page-nav-right .fl-page-header-wrap {
	border-bottom: 0px; 
}

.fl-page-bar .fl-social-icons i.fas, .fl-page-bar .fl-social-icons i.fab {
	margin-right: 2px; 
}

.fl-page-nav-search form {
	background-color: #fff; 
}

.fl-page-nav-search form input.fl-search-input {
	border-color: #ddd; 
	background-color: #fff; 
	color: #333!important; 
}

.custom-subtitle h4 {
	font-weight: 400; 
}

.mobile-nav-search {
	margin-top: 10px; 
}

.mobile-nav-search label {
	width: 82%; 
	display: block; 
	float: left; 
}
.mobile-nav-search input[type=search] {
	
}

.mobile-nav-search button {
	background: rgba(0,0,0,0);
	padding: 6px 20px; 
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav>li:last-of-type {
	border: 0px; 
}

.fl-page-nav-right.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav>li>a, .fl-page-header-fixed .fl-page-nav-wrap .navbar-nav>li>a {
	font-size: 13px; 
}

.fl-page-bar .navbar-nav li.super-button>a {
	background-color: #009390;
	color: #fff; 
	font-weight: 700; 
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
}


.fl-page-bar .navbar-nav li.super-button>a:hover {
	background-color: #213535; 
}


/*****************************************************************************/
/********************************* FOOTER ************************************/ 
/*****************************************************************************/

.footer-main .fl-row-content-wrap .menu .fl-has-submenu .sub-menu {
	display: none; 
}

.footer-main .fl-menu-toggle {
	display: none; 
}

.footer-sub {
	font-size: 13px; 
}

.footer-main .menu a {
	padding-left: 0px; 
	padding-bottom: 5px; 
}

.footer-main a:hover {
	text-decoration: underline; 
}



/*****************************************************************************/
/******************************* COMPONENTS **********************************/
/*****************************************************************************/

blockquote, .fl-page .fl-content .wp-block-quote {
	padding: 20px; 
	border: 4px solid #eee; 
	border-left: 4px solid #eee; 
	font-size: 1.3em; 
}

.search-results .fl-post-feed-content {
	color: #888; 
}

.fl-post-feed-post {
	padding-bottom: 40px; 
}

.blog-sidebar .fl-widget + .fl-widget {
}

h2.widgettitle {
	font-size: 21px; 
}

.widget_recent_entries li + li {
	margin-top: 15px; 
}

.widget_recent_entries .post-date {
	display: block; 
	font-size: 13px;
	opacity: 0.5; 
}

.post-meta-category, .post-meta-author, .fl-post-feed-meta {
	color: #888; 
}

.post-sharing {
	text-align: right; 
	color: #888; 
}

.preshare-text {
	display: inline; 
}

.addtoany_shortcode {
	float: right; 
	margin-left: 10px; 
}

.breadcrumbs {
	font-size: 13px; 
	opacity: 0.5; 
}

.side-article-feed, .article-feed-item {
	list-style-type: none; 
	padding: 0px; 
	margin: 0px; 
}

.side-article-feed .addtoany_content {
	display: none; 
}

.article-feed-item {
	margin-bottom: 30px; 
}

.article-feed-item h4 {
	margin-bottom: 2px; 
}

.article-feed-item .article-date {
	font-size: 14px; 
	color: #888; 
	margin-bottom: 10px; 
}

.article-feed-item .article-more {
	font-size: 14px; 
}

.fl-post-grid-meta {
	font-size: 13px; 
	color: #aaa; 
}

.fl-post-grid-more {
	font-weight: 700; 
}

.fl-post-grid-post {
	border: 0px; 
	box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
}

.blog-sidebar .fl-widget {
	background: #fff; 
	padding: 20px; 
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
}

.fl-content-left {
	border: 0px; 
}

.fl-page-content .fl-post-header .fl-post-title {
	display: none; 
}

.resource-taxonomy-banner {
	font-size: 13px; 
	opacity: 0.6; 
}

.facetwp-dropdown {
	max-width: 100%; 
	width: 100%; 
}

.fl-module-cta .fl-module-content {
	border-top: 6px solid #009390; 
	padding: 20px; 
	box-shadow: 0px 0px 24px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 24px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 24px rgba(0,0,0,0.1);
}

.element-heading.fl-module-heading h2 {
	color: #ccc; 
	padding: 90px 0px 20px!important; 
}

.facetwp-counter {
	display: none; 
}

.fl-row-content-wrap .facetwp-depth {
	margin-left: 15px; 
	font-size: 13px; 
}

.fl-row-content-wrap .facetwp-checkbox {
    background-position: 0 5px; 
}

.facetwp-expand {
	font-weight: 700; 
	font-size: 12px; 
	color: #009390; 
}

.fl-accordion .fl-accordion-item {
	background: #fff; 
}

.fl-accordion .fl-accordion-button-label {
	font-weight: 700; 
}

.wp-block-file {
	background: #F7F7F4; 
	border-top: 3px solid #009390; 
	font-weight: 700; 
	padding: 20px; 
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
}

.annual-meeting-link a {
	color: #009390; 
}

@media screen and (min-width: 768px) {
	.home-banner h1 {
		font-size: 64px; 
	}
}

/*****************************************************************************/
/**************************** CUSTOM POST TYPES ******************************/
/*****************************************************************************/

.resource-grid-taxonomy {
	font-size: 13px; 
	line-height: 18px; 
}

.team-grid-meta {
	opacity: 0.5; 
}

.bio-meta {
	opacity: 0.5; 
	font-weight: 400; 
}

.bio-meta h2, .bio-meta h3, .bio-meta h4, .bio-meta h5, .bio-meta h6 {
	font-weight: 400; 
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-top: 20px; 
}

.tribe-events-meta-group .tribe-events-single-section-title {
	font-size: 24px; 
}

.tribe-venue {
	font-weight: 700; 
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
	background: #009390; 
}

.tribe-events .tribe-events-c-ical__link {
	border: 1px solid #009390; 
	color: #009390; 
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
	color: #009390; 
}


.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3:hover {
	background: #009390; 
}

.tribe-events-c-top-bar__datepicker-time {
	color: #009390!important; 
}


.tribe-events .tribe-events-c-ical__link:hover {
	background: #009390;
}

.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: #009390;
}

.tribe-events-cal-links .tribe-events-button {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background-color: #555; 
}

.tribe-events-page-title {
	text-align: left; 	
}

.past-presidents-grid img {
	height: 300px; 
	object-fit: cover; 
}

.team-grid .fl-post-title {
	font-size: 16px; 
}

/*****************************************************************************/
/********************************** FORMS ************************************/
/*****************************************************************************/

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
	font-weight: 700; 
}

h2.gsection_title {
	color: #009390; 
}

body .gform_wrapper ul li.gfield {
	margin-top: 20px;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 4px; 
}

.gform_wrapper {
    border: 1px solid #ddd;
    padding: 10px 18px 30px 32px;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
}

.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
	margin-top: 4px; 
}

/*****************************************************************************/
/****************************** MEDIA QUERIES ********************************/ 
/*****************************************************************************/

@media only screen and (max-width: 1100px) and (min-width: 992px) {
	
}



/****************************** IPAD LANDSCAPE ********************************/ 

@media only screen and (max-width: 1024px) {
	
}


/********************************* BB MEDIUM **********************************/ 

@media only screen and (max-width: 1024px) {
	.trans-banner .fl-row-content-wrap {
		margin-top: 0px; 
	}
}




/****************************** IPAD PORTRAIT ********************************/ 

@media only screen and (max-width: 769px) and (min-width: 768px) {
	
}



/******************************* SMARTPHONE **********************************/ 

@media only screen and (max-width: 768px) {
	.fl-col-small, .fl-col-small:not(.fl-col-small-full-width) {
		max-width: 100%; 
	}
}

@media only screen and (max-width: 767px) {
	h1 {font-size: 30px;}
	h2 {font-size: 24px;}
	h3 {font-size: 21px;}
	h4,h5,h6 {font-size: 18px;}
	.fl-page-header-primary .fl-logo-img {
		max-height: 40px; 
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle {
		font-size: 29px; 
		line-height: 26px; 
		margin-top: 4px; 
	}
	.footer-sub .fl-rich-text p {
		text-align: center; 
	}
	.fl-page-bar {display: none;}
	.post-sharing, .addtoany_shortcode {
		text-align: left; 
	}
	.addtoany_shortcode, .preshare-text {
		float: left; 
	}
	.team-grid .person {
    max-width: 300px;
    margin: 0 auto;
	}
}