/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

/*
.woocommerce-page .shop_table.subscription_details a.button.cancel {
	display: none;
}
*/

.single-product.woocommerce-page .single_add_to_cart_button,
.single-product.woocommerce-page .woocommerce-breadcrumb,
.single-product.woocommerce-page .product_meta {
	display: none;
}
.single-product.woocommerce-page .product-title {
	display: none;
}
.facet_reset {
	font-size: 16px;
    line-height: 34px;
    height: 34px;
}
#facetwp-radius {
	height: 34px;
	margin-top: 5px;
}
.facetwp-facet-skills.facetwp-type-fselect .fs-dropdown {
	width: auto;
}
.reccommended_posts .recommended_post_grid {
	display: flex;
	justify-content: center;
}
.reccommended_posts .recommended_post_card {
	width: 208px;
	background: #fff;
    border: 1px solid #e6e6e6;
    height: 250px;
    margin: 0 30px 40px 30px;
}
.reccommended_posts .recommended_post_card .fl-post-image {
	height: 135px;
    overflow: hidden;
}
.reccommended_posts .recommended_post_card .fl-post-title {
	text-align: center;
    line-height: 14px;
    margin-top: 20px;
	padding: 0 20px;
}
.reccommended_posts .recommended_post_card a {
	font-size: 14px;
	color: #2ea3f2;
	display: block;
    line-height: 20px;
}

.post-type-archive-coworkers .fl-post-grid .search-filter-results .fl-post-column {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    width: 25%;
	font-size: 14px;
	float: left;
}


.fl-post-grid .search-filter-results .fl-post-column {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    width: 33.3333333333%;
	font-size: 14px;
	height: 560px;
	float: left;
}
.fl-post-grid .search-filter-results .fl-post-more-link {
	margin-top: 20px;
}
.fl-post-grid .search-filter-results .fl-post-image {
	/* padding: 0 5px; */
}
.post-type-archive-coworkers .fl-post-grid .search-filter-results .fl-post-text {
   /* padding: 20px; */
}
.fl-post-grid .search-filter-results .fl-post-text {
    padding: 20px 0;
}
.fl-post-grid .search-filter-results .fl-post-title {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding: 0 0 5px;
}
.post-type-archive-coworkers .fl-post-grid .search-filter-results img {
	margin: 0 auto;
}
.fl-post-grid .search-filter-results img {
	margin: 5px auto 5px auto;
	    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.facet_search_wrap {
	display: flex;
	justify-content: center;
}
.facet_search_wrap .facetwp-facet {
	margin: 0 25px;
	font-size: 16px;
}
.facet_search_wrap .locate-me {
	top: 5px;
}
.search-filter-results .fl-post-feed-post hr {
	margin-top: 40px;
    margin-bottom: 40px;
}
.search-filter-results .fl-post-feed-post .fl-post-meta {
    margin-bottom: 10px;
}
.searchandfilter > ul {
	display: flex;
	justify-content: center;
}
.searchandfilter > ul li {
	margin: 0 10px;
}
.search-filter-reset {
	font-size: 16px;
}

.vendor_wrap .coworker_archive_img {
	width: 25%;
	float: left;
}

.vendor_wrap .coworker_archive_img img {
	    border-radius: 50%;
}

.vendor_wrap .fl-post-text {
	width: 70%;
	float: right;
	padding-left: 30px;
}

.vendor_wrap .coworker_archive_tags {
	border: none;
}

.vendor_wrap .fl-post-feed-post {
    margin-bottom: 50px;
    border-bottom: 1px solid #eaeaea;
	padding-bottom: 40px;
	display: flex;
    align-items: center;
}

.vendor_wrap .fl-post-title {
	margin-top: -10px;
}

.coworker_meta {
    text-align: center;
    margin-top: -5px;
}

.coworker_follow_list ul {
	list-style: none;
}
.coworker_follow_list .follow_label {
    display: inline-block;
    width: 40px;
	vertical-align: top;
}

.coworker_header_img img {
	border-radius: 50%;
}

.coworker_archive_tags {
	margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px !important;
}

.coworker_skill_box {
	margin-left: 40px;
}


.coworker_archive_img img {
	min-width: 100%;
}

.coworker_archive_location {
	padding-bottom: 10px !important;
}

.videos_archive_meta {
	margin-top: 10px;
}

.banner_text {
	text-shadow: rgb(0, 0, 0) 1px 1px 0px;
}

.arena_login_form .login-submit input[type="submit"],
.read_more_button a {
	border: 2px solid #2ea3f2;
    padding: 12px 24px;
    display: inline-block;
    max-width: 100%;
    text-transform: uppercase;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: background-color 200ms linear;
	color: #2ea3f2;
	font-size: 12px;
}

.arena_login_form .login-submit input[type="submit"] {
	color: white;
}
.arena_login_form .login-submit input[type="submit"]:hover,
.read_more_button a:hover {
	background-color: #2ea3f2;
	color: white;
}

.read_more_button.reversed_button a {
	background-color: #2ea3f2;
	color: white;
}

.read_more_button.reversed_button a:hover {
	background-color: white;
	color: #2ea3f2;
}


a.fl-button {
	font-weight: 600;
	letter-spacing: 1px;
}

header.fl-theme-builder-header-shrink .fl-photo-content img {
	max-height: 75px;
}
.fl-page-header-primary .fl-logo-img {
	max-height: 135px;
}

.fl-content .fc-event {
	font-size: 14px;
	border-radius: 0;
}
.fl-content .fc-unthemed .fc-bg td.fc-today {
    background: rgba(46, 163, 242, 0.2);
}

.arena_login_form .bbp_lf_loggedinmessage {
	text-align: center;
}
.arena_login_form .bbp_lf_login_links {
	font-size: 0px;
    margin-bottom: 10px;
}
.arena_login_form .bbp_lf_login_links .bbp_lf_login_lostpass {
	font-size: 14px;
}

ul.menu > li.menu-item a {
	color: #444444;
    font-size: 13px;
    font-weight: 600;
    padding-right: 20px !important;
    padding-left: 20px !important;
    text-transform: uppercase;
    letter-spacing: 0px;
}
ul.menu > li.menu-item a.fa {
	font-family: FontAwesome;
}

/*
ul.menu > li.menu-item > div > a:after,
ul.menu > li.menu-item > a:after {
	content: "";
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    transition: all .15s ease-out;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
	background-color: #2ea3f2;
    color: #ffffff;
	margin-top: 5px;
}
*/
/*
ul.menu > li.menu-item:hover > div > a:after,
ul.menu > li.menu-item.current-menu-item > div > a:after,
ul.menu > li.menu-item:hover > a:after,
ul.menu > li.menu-item.current-menu-item a:after {
	-webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
}
*/
.article_tags {
	font-size: 14px;
}

.header_row {
	border-bottom: 1px solid #eee;
}

.header_row img {
	max-height: 90px;
}

.footer_form h2.widgettitle {
	display: none;
}

.footer_form .gform_wrapper .gform_heading {
    width: 50%;
    float: left;
}
.footer_form  .gform_title { font-size: 22px; line-height: 130%; }
.footer_form  .gform_description { color: #fff; font-size: 16px; }
.footer_form  .gform_wrapper .gform_body { float: left; width: 50%; padding-left: 3%; padding-top: 1%; }
.footer_form .gform_wrapper .top_label .gfield_label,
.footer_form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label { display: none; }
.footer_form  .ginput_complex span { width: 100%; padding-bottom: 0px; }
.footer_form  .ginput_complex span input,
.footer_form .gform_wrapper .top_label input.medium { border-radius: 3px !important; color: #666 !important; background-color: #fff !important; font-size: 14px !important; font-weight: 400; padding: 10px 4% !important; border: none !important; width: 100%; }
.footer_form .gform_wrapper .gform_footer { padding-top: 0; padding-left: 3%; width: 50%; float: right; margin-bottom: 40px; margin-top: -10px; }
.footer_form .gform_wrapper .gform_footer input.button,
.footer_form .gform_wrapper .gform_footer input[type=submit] { width: 100%; background-color: rgba(255,255,255,0.2) !important; border: 2px solid transparent !important; border-radius: 3px; font-size: 20px; font-weight: 500; line-height: 22px !important; transition: all linear 0.3s; }
.footer_form .gform_wrapper .gform_footer input.button:hover,
.footer_form .gform_wrapper .gform_footer input[type=submit]:hover { background-color: rgba(255,255,255,0.2) !important; border: 2px solid transparent !important; letter-spacing: 3px; }
.footer_form .gform_wrapper form li,
.footer_form .gform_wrapper li { padding-bottom: 0; }
.footer_form .gform_wrapper h3.gform_title { font-size: 30px; }
body .footer_form .gform_wrapper ul li.gfield { margin-top: 0; padding-right: 0; }
body .footer_form .gform_wrapper .top_label div.ginput_container { margin-top: 0; }

#tribe-events {
    padding: 30px 100px;
}

.post_list .fl-post-text {
    padding: 0 20px;
}
.post_list .fl-post-title {
    font-size: 22px;
	line-height: 26px;
	margin: 0;
	padding: 0 0 5px;
}
.post_list .fl-post-title h2 { vertical-align: top }

.work_w_margo_gallery {
	padding-left: 15px;
}
.work_w_margo_gallery .fl-gallery {
	height: initial !important;
}
.work_w_margo_gallery .fl-gallery-item {
	height: 100px;
    width: 85px;
    position: relative !important;
    left: initial !important;
	top: initial !important;
    float: none;
    display: inline-block !important;
    margin-right: 10px;
}
.work_w_margo_gallery .fl-gallery-item:last-child {
	margin-right: 0;
}

header:not(.fl-theme-builder-header-scrolled) .fl-node-5ac06b385525a > .fl-col-content.fl-node-content {
    box-shadow: none;
}

/*
body.home.page .home_logo_blue {
	width: 200px;
}

.page_logo_blue { max-width: 200px; }
*/

body.home.page:not(.fl-builder-edit) header:not(.fl-theme-builder-header-scrolled) .home_logo_blue img { filter: brightness(0) invert(1); }

body.home.page:not(.fl-builder-edit) header:not(.fl-theme-builder-header-scrolled) #loginForm,
body.home.page:not(.fl-builder-edit) header:not(.fl-theme-builder-header-scrolled) #loginUp a *,
body.home.page:not(.fl-builder-edit) header:not(.fl-theme-builder-header-scrolled) #loginDown a *,
body.home.page:not(.fl-builder-edit) header:not(.fl-theme-builder-header-scrolled) p,
body.home.page:not(.fl-builder-edit) header:not(.fl-theme-builder-header-scrolled) h1,
body.home.page:not(.fl-builder-edit) header:not(.fl-theme-builder-header-scrolled) h1 a,
body.home.page:not(.fl-builder-edit) header:not(.fl-theme-builder-header-scrolled) h5,
body.home.page:not(.fl-builder-edit) header:not(.fl-theme-builder-header-scrolled) ul.menu > li.menu-item a {
	color: white;
}

#loginForm {
	text-align: right;
	font-size: 14px;
}

#loginForm #bbp_lf_loginform {
	max-width: 270px;
    float: right;
    width: 100%;
    text-align: left;
}

#loginForm .bbp_lf_login_links,
#loginForm #bbp_lf_loginform,
#loginUp,
body.logged-in #loginDown {
	display: none;
}

#loginUp,
#loginDown {
	display: none !important;
	float: right;
}
#loginUp a,
#loginDown a {
	background-color: transparent;
	border: none;
}



/* not(.page-id-852) */
body:not(.page-id-29):not(.archive) .fl-post-meta a[rel="tag"],
.category_tag {
	color: #656565;
}
.videos_archive_meta .category_tag {
	display: block;
	color: black;
	margin-bottom: 10px;
}


@media screen and (max-width: 768px){
	.footer_form  .gform_heading,
	.footer_form  .gform_body,
	.footer_form .gform_wrapper .gform_footer {
		width: 100%;
		padding-left: 0;
	}
	.footer_form .gform_wrapper .gform_footer {
		margin-top: 30px;
	}

	.facet_search_wrap {
		display: block;
		text-align: center;
	}
	.facetwp-type-fselect .fs-wrap,
	.facetwp-type-fselect .fs-dropdown {
		width: 100% !important;
	}
	.facet_search_wrap .facetwp-facet {
		margin: 0 25px 30px;
	}

	.searchandfilter > ul {
		display: block;
		text-align: center;
	}
	.searchandfilter select.sf-input-select,
	.searchandfilter .chosen-container {
		max-width: 100%;
	}

	.fl-post-grid .search-filter-results .fl-post-column {
		width: 100%;
		height: auto;
	}
	.post-type-archive-coworkers .fl-post-grid .search-filter-results .fl-post-column {
		width: 50%;
	}

	.vendor_wrap .coworker_archive_img {
		width: 150px;
	    margin-right: 30px;
    	margin-left: 30px;
	}

	.vendor_wrap .fl-post-text {
		width: 100%;
		float: none;
	}


	.vendor_wrap .fl-post-title {
		margin-top: 0px;
	}

}

@media screen and (min-width: 768px){

	.post-type-archive-coworkers .fl-post-grid {
		margin-left: -30px;
		margin-right: -30px;
	}

	.footer_form .gform_fields {
		display: flex !important;
    		align-items: center;
    		justify-content: space-between;
	}
	body .footer_form .gform_wrapper ul li.gfield {
		width: 49%;
    	display: inline-block;
	}
	body .footer_form .gform_wrapper ul li#field_2_2 {
		margin-top: -5px;
	}
	.footer_form .gform_wrapper .gform_footer {
		margin-top: -45px;
		margin-bottom: 35px;
	}
	.footer_form .gform_wrapper h3.gform_title {
		margin-top: 10px;
	}
	.footer_form .gform_wrapper .button {
		padding: 5px 15px !important;
	}
	.footer_form .gform_wrapper .gform_footer input.button,
	.footer_form .gform_wrapper .gform_footer input[type=submit] {
		font-size: 18px;
	}
}

@media screen and (min-width: 760px){
    .post_list {
        position: relative;
        padding-left: 260px;
    }
    .post_list .fl-post-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 220px;
    }
}

@media only screen and (min-width: 641px) {
	.footer_form .gform_wrapper ul.gform_fields li.gfield {
	    padding-right: 0;
	}
}

@media screen and (max-width: 480px) {
	.post-type-archive-coworkers .fl-post-grid .search-filter-results .fl-post-column {
		width: 100%;
	}
}
