/*
Theme Name: American Translators Association
Theme URI: https://www.atanet.org
Version: 1.0
Description: A custom child theme for ATA.
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: #003366; 
}

.bg2 {
	background-color: #71A54E; 
}

.bg3 {
	background-color: #122d57;
}

.bg4 {
    background-color: #EEEEEE;
}


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

/* 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,
a.fl-button, a.fl-button:visited, .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited,
a.button,
.cn-button.bootstrap,
.tribe-events-event-url a,
.tribe-organizer-url a {
	padding: 12px 24px;
	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;
	background-color: #82ba5d;
	/* text-transform: none; */
	color: #fff;
    font-weight: bold;
}

a.button {
	margin-top: 20px;
}

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

a.fl-button *, a.fl-button:visited *, .fl-builder-content a.fl-button *, .fl-builder-content a.fl-button:visited * {
	color: #fff;
	font-weight: bold;
}

.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 * { 
	
}

.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,
a.button:hover {
	color: #fff; 
	border: 0px; 
	background-color: #639144;
	/* text-transform: none; */
}

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

.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; 
}

.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 .fl-builder-content .alt a.fl-button:hover *, .fl-page .alt .wp-block-button__link:hover * {

}

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

/* Make text small and uppercase */

.uppercase {
	text-transform: uppercase;
}

.small {
	font-size: 11px;
}

.larger {
	font-size: 21px; 
}

/* CTA Box */

.cta-box {
	border: 6px solid #ddd;
    padding: 20px;
}

.cta-box h3 {
	margin-top: 0px;
}

.fl-page-nav-search {
	display: inline-block;
}

/* --- News Type Subscribe --- */

.news-subscribe .stc-checkbox:first-of-type {
	display: none;
}

.subscribe-box {
	
}

.news-subscribe input.form-control {
	margin-bottom: 20px !important;
}

.news-subscribe .stc-nested-u {
	padding: 0 !important;
}

.news-subscribe span.stc-caret-u, .news-subscribe ul.stcUL li label {
	display: none !important;
}

.news-subscribe ul.stc-nested-u li label {
	display: block !important;
}

.news-subscribe ul.stc-nested-u {
	margin-bottom: 20px !important;
}

ul.stcUL,
ul.stc-nested-u {
	list-style: none !important;
}

.stc-checkbox {
	display: none;
}

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

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

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

.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-header-fixed .fl-page-logo-wrap {
	width: 10%; 
}

.fl-page-header-fixed .fl-page-fixed-nav-wrap {
	width: 90%; 
}

.fl-page-nav-bottom .fl-page-header-content .fl-page-header-text {
	margin: 0px;
}

.fl-page-nav .navbar-nav, .fl-page-nav .navbar-nav a {
	font-weight: 600;
}

.fl-page-bar a {
	font-weight: 500;
}

.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; 
	max-width: 700px;
}

.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 15px; 
}

.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-wrap {
	border-top: 1px solid rgba(255,255,255,0.15);
	border-bottom: 1px solid rgba(255,255,255,0.15);
}

.home .fl-page-nav-wrap {
	border-bottom: none;
}

.fl-page-header-row {
	margin-left: 0;
}

/*.fl-page-nav-right .fl-page-header-wrap .container, .fl-page-bar .fl-page-bar-container {
	padding-left: 15px;
}*/

.fl-page-nav-wrap .navbar-nav li>a:first-child {
	padding-left: 0;
}

.fl-page-header-logo-col {
	padding-left: 0;
}

.fl-page-nav-search a.fa-search {
	padding: 8px 0;
}

header.fl-post-header {
	display: none;
}

/*****************************************************************************/
/********************************* 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: 7px 0px;
}

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

.cta-text {
	font-size: 18px;
	text-transform: uppercase;
}

.footer-main .fl-rich-text {
	font-size: 15px;
}

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

.banner-image-col .fl-col-content:after {
	background: rgb(27,55,102);
background: -moz-linear-gradient(90deg, rgba(27,55,102,1) 5%, rgba(27,55,102,0) 35%, rgba(27,55,102,0) 65%, rgba(27,55,102,1) 95%);
background: -webkit-linear-gradient(90deg, rgba(27,55,102,1) 5%, rgba(27,55,102,0) 35%, rgba(27,55,102,0) 65%, rgba(27,55,102,1) 95%);
background: linear-gradient(90deg, rgba(27,55,102,1) 5%, rgba(27,55,102,0) 35%, rgba(27,55,102,0) 65%, rgba(27,55,102,1) 95%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b3766",endColorstr="#1b3766",GradientType=1);
}


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

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


.blog-sidebar .fl-widget + .fl-widget { 
	padding-top: 30px; 
}

.blog-sidebar li {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}

.blog-sidebar .fl-widget ul li {
	margin-bottom: 14px;
}

.blog-sidebar li .post-date {
	color: #777;
	font-size: 16px;
}

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-container .post-meta-category, .post-meta-author, .fl-post-feed-meta {
	color: #888; 
	font-style: italic;
}

.post-meta-categories a,
.post-meta-categories .fl-html {
	font-size: 12px;
	color: #A4C1ED!important;
}

.post-sharing { 
	color: #888; 
}

.preshare-text {
	display: inline; 
}

.addtoany_shortcode {
	display: inline; 
	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; 
}

.page-sidebar .textwidget {
	border: 1px solid #ddd;
	border-radius: 4px;
}

.page-sidebar .textwidget img {
	margin: 0px;
}

.page-sidebar .textwidget .widget-text {
	padding: 20px;
	margin-bottom: 0px;
}

.page-sidebar .textwidget h4 {
	padding-bottom: 0px!important;
}

.page-sidebar .fl-button-wrap.fl-button-width-auto.fl-button-left {
	padding: 0px 20px 20px!important;
}

.archive-container-columns .widgettitle {
	font-size: 24px;
}

.archive-container-columns .widget_categories li {
	border-top: 1px solid #eee;
	padding: 14px 0px 8px;
}

.small-feed h2 {
	font-size: 20px; 
}

.fl-post-feed-more, .fl-post-grid-more {
	font-weight: 700; 
	margin-bottom: 30px;
}

.feat-card {
	border-top: 6px solid #82ba5d;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1); 
}

/*.fl-module img {
	width: 100%;
}*/

.sidebar-cta {
	border: 6px solid #ddd;
}

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

/* People */

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

.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; 
}

/* Events */

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

.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; 	
}

.tribe-events-event-url,
.tribe-organizer-url {
	margin: 20px 0 !important;
}

.tribe-event-org-details .org-name {
	background-color: #CCCCCC;
}

.tribe-events-organizer-4439 .tribe-event-org-details .org-name {
	background-color: #013266;
}

.tribe-event-org-details .org-name {
    padding: 3px 8px;
    border-radius: 4px;
    color: #fff;
}

.event-type-tax {
	margin-top: 10px;
}

/* Podcasts */

.podcast-category-text {
	text-transform: uppercase;
}

.featured-podcast .fl-post-grid-post .podcast-image img,
.podcast-feed .fl-post-grid-post .podcast-image img {
	max-width: 300px;
}

.featured-podcast .fl-post-grid-post,
.podcast-feed .fl-post-grid-post {
	background: rgba(0,0,0,0);
	border: none;
}

.podcast-text {
	padding-top: 5px!important;
}

.podcast-title a {
	font-size: 26px;
}

.podcast-cat-date {
	text-transform: uppercase;
}

.podcast-listen {
	font-weight: bold;
}


.fl-module-cta .fl-module-content {
	border-top: 6px solid #82ba5d; 
	background: #fff; 
	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);
}

.card-row .fl-col-content{
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
}

.empty-col .fl-col-content {
	background: transparent; 
	border: none; 
	border-bottom: none; 
	border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/* Organizers */

.single-tribe_organizer .tribe-events-before-html,
.single-tribe_organizer p.tribe-events-back {
	display: none;
}

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

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

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

.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; 
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	background: #1c3766;
	font-weight: bold;
	color: #fff;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
	background: #71a54e;
}

.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
	font-weight: normal;
}

/*****************************************************************************/
/******************************* HOME STYLES *********************************/ 
/*****************************************************************************/

.industry-news-row .fl-post-grid-post {
	border: none;
	background: rgba(0,0,0,0);
}

.industry-news-row .fl-post-grid-post .fl-post-grid-title {
	font-size: 21px;
}

.industry-news-row .fl-post-grid-post .fl-post-grid-terms,
.industry-news-row .fl-post-grid-post .fl-post-grid-more {
	font-size: 13px;
}

.industry-news-row .fl-post-grid-post .fl-post-grid-more {
	color: #82BA5D!important;
	font-weight: bold;
}

.industry-news-row .fl-post-grid-post .fl-post-grid-content p {
	font-size: 16px;
}

.ata-news-row .home-featured-post .fl-post-grid-title a {
	font-size: 28px;
}

.ata-news-row .most-recent-posts h2.fl-post-feed-title {
	line-height: 1.5rem; 
}

.ata-news-row .most-recent-posts .fl-post-feed-title a {
	font-size: 21px;
	line-height: 1.3;
}

.ata-news-row .most-recent-posts .fl-post-feed-header {
	margin-bottom: 10px;
}

.ata-news-row .most-recent-posts .fl-post-feed-post {
	border: none;
}

.ata-news-row .most-recent-posts img {
	border-radius: 4px;
}

.ata-news-row .most-recent-posts .fl-post-feed-terms a,
.ata-news-row .home-featured-post .fl-post-grid-terms a,
.ata-news-row .most-recent-posts .fl-post-feed-terms .fl-sep-term,
.ata-news-row .home-featured-post .fl-post-grid-terms .fl-sep-term {
	font-style: normal;
	color: #aaa!important;
	font-size: 13px;
}

.ata-news-row .most-recent-posts .fl-post-feed-meta {
	margin-top: 20px;
}

.ata-news-row .most-recent-posts .fl-post-feed-more,
.ata-news-row .home-featured-post .fl-post-grid-more {
	font-weight: bold;
	font-size: 13px;
}

.menu-item .fl-button-wrap a {
    display: block;
    text-align: center;
}

.fl-row-content .fl-post-grid .fl-post-grid-post {
	border-radius: 6px; 
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	box-shadow: 0px 8px 16px rgba(0,0,0,0.1); 
	-moz-box-shadow: 0px 8px 16px rgba(0,0,0,0.1); 
	-webkit-box-shadow: 0px 8px 16px rgba(0,0,0,0.1); 
	border-top: 6px solid #82ba5d; 
	background: #fff; 
}


/* .fl-row-content .fl-post-grid .fl-post-grid-post img {
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
} */

.feed-featured {
	background: #fff;
	margin-left: 20px; 
	margin-right: 20px; 
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	box-shadow: 0px 8px 16px rgba(0,0,0,0.1); 
	-moz-box-shadow: 0px 8px 16px rgba(0,0,0,0.1); 
	-webkit-box-shadow: 0px 8px 16px rgba(0,0,0,0.1); 
}

.fl-builder-pagination li a.page-numbers, .fl-builder-pagination li span.page-numbers {
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
}

@media screen and (min-width: 769px) {
		.feed-featured .fl-post-feed-text {
		padding: 10px 20px 10px 0px; 
	}
}


/*****************************************************************************/
/******************************* EVENT STYLES ********************************/ 
/*****************************************************************************/

.tribe-events-calendar thead th,
#tribe-bar-form .tribe-bar-submit input[type=submit] {
	background: #82ba5d;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
	border-radius: 4px;
}

#tribe-bar-form .tribe-bar-filters-inner {
	background: #f4f5f7;
}

.tribe-events-page-title {
	display: none;
}

#tribe-events-content a.button, #tribe-events-content a.fl-button {
	color: #fff; 
}

/*****************************************************************************/
/******************************* TABLEPRESS **********************************/ 
/*****************************************************************************/

.tablepress tfoot th, .tablepress thead th {
	background-color: #82ba5d;
	color: #fff;
}

.tablepress tfoot th h3, .tablepress thead th h3 {
	color: #fff;
	margin-top: 10px;
}

/*****************************************************************************/
/***************************** STICKY BUTTON *********************************/ 
/*****************************************************************************/

.sticky-find-pro {
	display: none;
}

@media only screen and (max-width: 767px) {
	.sticky-find-pro {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 5;
		background-color: #273C76;
		margin: 0 auto;
		width: 100%;
		padding: 20px;
	}
	.sticky-find-pro-button {
		padding: 0 35px;
	}
	.sticky-find-pro-button a.fl-button {
		border-radius: 4px;
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;
	}
}

#cookie-notice .cn-button:not(.cn-button-custom) {
	font-weight: 700; 
	color: #fff; 
}

/*****************************************************************************/
/****************************** 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 (min-width: 768px) {
	.fl-page-nav ul.sub-menu {
		background: #fff; 
		border-top: 3px solid #82ba5d; 
	}
	.fl-page-nav ul.sub-menu li a {
		color: #1b3766; 
	}
} */


@media only screen and (max-width: 767px) {
	.fl-col-small:not(.fl-col-small-full-width) {
		max-width: 100%;
	}
	h1 {font-size: 30px;}
	h2 {font-size: 24px;}
	h3 {font-size: 21px;}
	h4,h5,h6 {font-size: 18px;}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle {
		font-size: 29px; 
		line-height: 26px; 
		margin-top: 0px; 
		top: 21px; 
	}
	.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;
	}
	.col-sm-6.col-md-6 .fl-page-header-content {
		display: none;
	}
	.fl-post-feed-post.fl-post-feed-image-beside {
		max-width: 100%
	}
}