/*
	Theme Name: BEAM Child Theme by Wonderly
	Theme URI: http://my.studiopress.com/themes/daily-dish/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.1

	Tags: black, white, one-column, three-columns, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
	- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Easy Recipe
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Jetpack
	- Before Header
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

.wf-loading  {
    /* Hide stuff while web fonts are loading */
    color: #fff;
}


/* Typographical Elements
--------------------------------------------- */

body {
	background-attachment: fixed;
	background-color: #fff;
	background-position: top left;
	background-repeat: repeat;
	color: #5D8BBB;
	font-family: futura-pt, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.0px;
	-webkit-font-smoothing: antialiased;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #0D56A1;
	text-decoration: none;
}

.fl-rich-text a {
	text-decoration: underline !important;
}

a:hover {
	color: #000;
}

p {
	margin: 0 0 15px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	color: #999;
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

img {
	height: auto;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

.featured-content img,
.gallery img {
	width: auto;
}



/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: none;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 20px 24px;
	text-align: center;
	text-transform: uppercase;
}

.button {
	display: inline-block;
}


button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #e14d43;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}



input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background-color: #fff;
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
}

.daily-dish-landing .site-container {
	max-width: 768px;
}

.site-inner {
	clear: both;
	margin: 0px 0;
}

/* Column Widths and Positions
--------------------------------------------- */



/* Content */

.content {
	float: right;
	width: 720px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}




/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.author-box .avatar {
	height: 90px;
	margin-right: 30px;
	width: 90px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.sidebar .avatar {
	margin-right: 20px;
	max-width: 115px;
}




/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 100%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
	font-weight: 400;
	text-transform: none;
}

.sidebar .entry-title {
	font-size: 20px;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #e14d43;
}

.widget-title {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 30px;
	padding: 12px 15px;
	text-transform: uppercase;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignnone {
    display: inline-block;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

.sidebar a.aligncenter,
.sidebar a.alignleft,
.sidebar a.alignright {
	margin-bottom: 20px;
}

.before-footer-widgets a.aligncenter,
.before-footer-widgets a.alignleft,
.before-footer-widgets a.alignnone,
.before-footer-widgets a.alignright {
	margin: 0;
	padding: 0 15px;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}



/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	margin-bottom: 40px;
}

.widget:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.widget li:last-child {
	border: none;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Home Page 4 Boxes
--------------------------------------------- */

.home-box button {
	border: 2px solid #fff;
	border-radius: 25px;
	background-color: transparent;
	padding: 10px 20px;
	
}

.home-box .uabb-infobox-text-wrap {
 margin-top: auto !important;
}

.home-box .uabb-infobox-content {
	height: 100%;
	display: inline-flex;
   	flex-direction: column;
}

.home-box,
.home-box .fl-module-content,
.home-box .uabb-infobox {
	height: 100% !important;
}


/* About Page Info Boxes Alignment
--------------------------------------------- */


.button-bottom-boxes .uabb-infobox-content,
.button-bottom-boxes .uabb-infobox-text-wrap {
	height: 100%;
	display: inline-flex;
	flex-direction: column;
}

.button-bottom-boxes .uabb-infobox-button {
	margin-top: auto !important;
}

.media-box .uabb-imgicon-wrap {
	background: linear-gradient(116.62deg, rgba(240, 178, 87, 0.5) 0.32%, rgba(164, 124, 151, 0.5) 52.76%, rgba(93, 139, 187, 0.5) 100%);
border-radius: 24px;
	padding: 12%;
	height: 400px;
}


.media-box:hover {
	opacity: .8;
}

.media-box .uabb-imgicon-wrap .uabb-image {
background: rgba(242, 236, 226, 0.9);
border-radius: 24px;
		padding: 12%;
	height: 100%;
	width: 100% !important;
	display: inline-flex;
}

.media-box .uabb-imgicon-wrap .uabb-image-content {
	display: block !important;
	text-align: center;
	margin: auto !important;
}

.media-box .uabb-infobox-title-wrap {
	padding: 20px;
}



/* EVENTS Listings Content Grid Customization
--------------------------------------------- */

.pp-content-post {
	overflow: visible !important;
}

.event-left {
	float: left;
	width: 70%;
	color: #fff;
	padding-right: 5%;

}

.event-right {
	float: right;
	width: 30%;
	color: #fff;
	text-align: right;
}

.ig-live-icon {
	float: left;
	margin-left: -50px;
}

h3.pp-content-grid-post-title {
	float: left;
		font-family: DIN-Condensed;
	font-weight: 400;
	font-size: 36px !important;
	line-height: 1.1 !important;
}

.pp-content-grid-post-text {
	clear: both;
	padding: 0px !important;
	font-size: 18px;
}

.event-instagram-button button,
.event-link-button button {
	border: 2px solid #fff;
	border-radius: 25px;
	background-color: transparent;
	font-family: DIN-Condensed;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 15px 20px 10px;
}

.event-instagram-button button:hover,
.event-link-button button:hover {
	background-color: #0D56A1;
		border: 2px solid #0D56A1;

}


/*
Dropdowns
---------------------------------------------------------------------------------------------------- */


select.postform,
select.taxonomy_dropdown_widget_dropdown,
select.uabb-masonary-filters {
    background-color: #fff;
    border: 2px solid #0D56A1;
	border-radius: 100px;
    box-shadow: none;
    color: #0D56A1;
    font-size: 16px;
	font-family: din-condensed;
    font-weight: 500;
    padding: 10px 20px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
	text-align: left;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url("images/dropdown-arrow.png") !important;
background-size: 12px !important;
background-position: calc(100% - 20px) center !important;
background-repeat: no-repeat !important;
}

select.postform:hover,
select.uabb-masonary-filters:hover {
    background-color: #f1f1f1 !important;
}

select.uabb-masonary-filters {
	width: 37.3% !important;
}

.widget_categories h2.widgettitle,
.widget_taxonomy_dropdown_widget h2.widgettitle
 {
	display: none;
}



/*
Wellness Tools
---------------------------------------------------------------------------------------------------- */

.share-column-left  {
	width: 170px !important;
}

.share-column-right {
	width: calc(100% - 170px) !important;
}

.single-post .entry-header,
.single-post .entry-meta,
.single-post .entry-footer {
	display: none;
}

.uabb-new-ib-title {
	    margin-bottom: 40px !important;
    margin-right: 40px !important;
}



/*
Team Page
---------------------------------------------------------------------------------------------------- */

.uabb-slide-front-right-text {
	width: 100% !important;
	border: 0px solid #ffffff;
	padding-bottom: 0px !important;
}

.uabb-slide-front-above-img .uabb-image-content img {
	border: 0px solid #EDC205;
	border-radius: 25px !important;

}

.uabb-slide-box-section-content p {
	text-align: left !important;
}

.uabb-slide-dropdown {
	    margin-top: -40px !important;
    position: relative !important;
}

.uabb-slide-down {
		width: 300% !important;
    box-shadow: none !important;
	border: none !important;
		margin-top: -25px !important;
}

.staff-column-1 .uabb-slide-down {

	margin-left: -20px !important;
}

.staff-column-2 .uabb-slide-down {
	margin-left: -100% !important;
}

.staff-column-3 .uabb-slide-down {
	margin-left: -200% !important;
}

.uabb-slide-box-wrap .uabb-slide-box .uabb-slide-down {
	top: 100% !important;
}




/*
Plugins
---------------------------------------------------------------------------------------------------- */

.fl-node-bpv2hc5gyjx9 .uabb-video__outer-wrap {
	border-radius: 25px !important;
	overflow: hidden  !important;
-webkit-transform: translateZ(0);

}

.eapps-instagram-feed-posts-grid-load-more-container {
	display: none !important;
}

.smaller .menu-item-text {
	font-family: 'muller-extrabold', Verdana, Arial, sans-serif;
	font-size: 18px;
}
li.smaller > a, 
li.smaller > .uabb-has-submenu-container > a {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}


.pp-infobox-wrap .layout-2 .pp-heading-wrapper {
	display: flex !important;
}

.pp-infobox-wrap .layout-2 .pp-infobox-title-wrapper, 
.pp-infobox-wrap .layout-2 .pp-icon-wrapper {
	margin-top: auto;
}

img.phone {
	width: 22px;
	margin-left: 15px;
}

a.pp-more-link:hover img.phone {
	  filter: grayscale(100%) brightness(0%);
}

.columns-three  {
	column-count: 3 !important;
	column-gap: 5%;
}

.columns-three ul {
	margin: 0px 0px 30px 30px; !important;
}

.columns-three li {
	margin: 0px 0px 30px 0px; !important;
}

#scrollUp {
	width: 84px !important;
		height: 84px !important;
	background-size: cover !important;
}

.uabb-post-thumbnail img {
	  object-fit: cover !important;
    aspect-ratio: 1 / 1 !important;
}

.pp-image-carousel-item:after {
	content:"";
	background: #5D8BBB;
	opacity: .6;
	width: 100%;
	height: 100%;
	display: block;
	margin-top: -300px;
		mix-blend-mode: multiply !important;
}

.single-post .pp-image-carousel-item:after {
	display: none;
}

.need-column {
	width: 380px !important;
}

.need-menu-column {
	width: calc(100% - 380px) !important;
}

.training-list .uabb-list-icon-wrap {
align-items: flex-start !important;
}


.subscribe-form input {
	border-radius: 25px;
}

.breadcrumb a {
	text-decoration: underline !important;
}

.breadcrumb a:hover {
    color: #a47c97 !important;
}




.hero-program > .fl-row-content-wrap:after {
	background-color: transparent !important;
	background: linear-gradient(106.82deg, rgba(252, 176, 64, 0.8) 17.18%, rgba(164, 124, 151, 0.8) 51.48%, rgba(93, 139, 187, 0.8) 84.37%) !important;
}

.blend img {
	mix-blend-mode: multiply !important;
}


.blend-lighten img {
	mix-blend-mode: lighten !important;
}

.under {
	position: relative;
	z-index: 5;
}

.over {
	position: relative;
	z-index: 10;
}

.fl-menu-horizontal {
	padding: 0 30px !important;
}

.fl-menu .menu li {
   list-style-type: none !important;
}

.nf-form-fields-required {
	display: none;
}

.nf-form-content button, 
.nf-form-content input[type=button], 
.nf-form-content input[type=submit] {
    background: #000 !important;
    color: #fff !important;
    transition: all .5s;
    display: block;
    margin: 0 auto;
    padding: 10px 60px;
    height: auto !important;
    font-size: 16px;
    font-weight: 500;
}

.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
    background: #666 !important;
    color: #fff !important;
}


.uabb-subscribe-form-inline .uabb-form-field {

    width: 100% !important;
}

.uabb-hamburger-menu-top,
.uabb-hamburger-menu-middle,
.uabb-hamburger-menu-bottom {
	height: 4px !important;
}


.uabb-hamburger-menu-middle {
	y: 15px !important;
}


.uabb-hamburger-menu-bottom {
	y: 30px !important;
}

.uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container, 
.uabb-creative-menu-mobile-toggle.hamburger-label .uabb-svg-container {
	    width: 45px !important;
    margin-top: 0px !important;
}

.uabb-creative-menu-mobile-toggle.hamburger .uabb-creative-menu-mobile-toggle-label, .uabb-creative-menu-mobile-toggle.hamburger-label .uabb-creative-menu-mobile-toggle-label {


   margin-bottom: 4px;
}

.uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container, .uabb-creative-menu-mobile-toggle.hamburger-label .uabb-svg-container {
	height: 1.1em !important;
}


/* Beaver Builder MOBILE ONLY Labels
--------------------------------------------- */


.fl-visible-mobile .fl-block-overlay-active,
.fl-visible-mobile.fl-block-overlay-active,
.fl-visible-medium-mobile .fl-block-overlay-active,
.fl-visible-medium-mobile.fl-block-overlay-active,
.fl-visible-medium .fl-block-overlay-active,
.fl-visible-medium.fl-block-overlay-active {
	border: 2px solid #cc0000;

}

.fl-col.fl-visible-mobile .fl-block-overlay-active::after {	
	content: "MOBILE-ONLY COLUMN";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}


.fl-row.fl-visible-mobile .fl-block-overlay-active::after {	
	content: "MOBILE-ONLY ROW";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}

.fl-module.fl-visible-mobile.fl-block-overlay-active::after {	
	content: "MOBILE-ONLY MODULE";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}

.fl-col.fl-visible-medium-mobile .fl-block-overlay-active::after {
		content: "MOBILE+TABLET ONLY COLUMN";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}


.fl-row.fl-visible-medium-mobile .fl-block-overlay-active::after {	
	content: "MOBILE+TABLET ONLY ROW";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}

.fl-module.fl-visible-medium-mobile.fl-block-overlay-active::after {	
	content: "MOBILE+TABLET ONLY MODULE";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}


.fl-col.fl-visible-medium .fl-block-overlay-active::after {
		content: "TABLET ONLY COLUMN";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}


.fl-row.fl-visible-medium .fl-block-overlay-active::after {	
	content: "TABLET ONLY ROW";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}

.fl-module.fl-visible-medium.fl-block-overlay-active::after {	
	content: "TABLET ONLY MODULE";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}






/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.archive .entry {
}

.page .entry {
	margin-bottom: 0;
}

.single .entry {
	margin-bottom: 60px;
}

.entry-content ol,
.entry-content ul,
.site-inner ol,
.site-inner ul {
	margin-bottom: 28px;
	margin-left: 40px;
	
}

.entry-content ol > li,
.site-inner ol > li,
.fl-rich-text ol > li  {
	list-style-type: decimal;
	margin-bottom: 10px;

}

.entry-content ul > li,
.site-inner ul > li,
.fl-rich-text ul > li {
	list-style-type: disc;
	margin-bottom: 10px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.entry-header p.entry-meta {
	margin-top: 0px;
}

p.entry-meta,
p.entry-meta a {
	color: #999;
}

p.entry-meta a:hover {
	color: #000;
}

p.entry-meta:last-child {
	margin-bottom: 20px;
}

.entry-footer {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

.entry-author::before,
.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
	
}

.entry-author,
.entry-comments-link,
.entry-time {
}

.entry-tags {
}

.entry-author::before {
}

.entry-categories::before {
}

.entry-comments-link::before {

}

.entry-tags::before {
}

.entry-time::before {
}

/* After Entry
--------------------------------------------- */

.after-entry {
	margin-bottom: 60px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.after-entry li {
	margin-bottom: 6px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e14d43;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 16px;
}

ol.comment-list {
	margin-bottom: 28px;
    margin-left: 0px;
}

li.comment {
	list-style-type: none;
    background-color: #fff;
    border: 2px solid #ccc;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	    margin-right: -20px;
    border: 2px solid #eae5da;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-author-name {

    font-size: 26px;
}

.bypostauthor {
}

.entry-comments h3 {
	   text-align: center;
    text-transform: uppercase;
}

.comment-time {
	display: none;
}

.comment-content {
	    font-size: 19px;
}

.comment-reply a {
	color: inherit;
    text-decoration: underline;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 18px;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	overflow: hidden;
}





/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-header,
.site-footer {
		display: none;
}


/*
After Footer
---------------------------------------------------------------------------------------------------- */

.wp-core-ui .attachment .thumbnail .centered img {

    max-width: 150px !important;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.get-what-you-need .uabb-image {
		overflow: hidden;
	}	
	
	.get-what-you-need .uabb-image-content {
    margin-left: -100px;
    margin-right: 100px;
	}
	
	.need-column {
	width: 200px !important;
		margin-right: -60px;
}

	.need-menu-column {
	width: calc(100% - 200px) !important;
	}


}

@media only screen and (max-width: 1170px) {
	
	.columns-three  {
	column-count: 2 !important;
	column-gap: 5%;
}
	
	
	/*
Wellness Tools Sidebar Column
-------------- */
.fl-node-3volugzdiy0m {
	width: 100% !important;
}

	select.uabb-masonary-filters {
	width: 100% !important;
}

.need-menu-column {
	overflow: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */


}

.need-menu-column::-webkit-scrollbar {
  display: none;
}
	
	ul#menu-get-what-you-need-menu,
	ul#menu-dive-deeper-into-beam-menu {
		width: 800px;
	}
	
	#menu-get-what-you-need-menu .menu-item-text,
	#menu-dive-deeper-into-beam-menu .menu-item-text {
		width: auto !important; 
	}
	
	#menu-get-what-you-need-menu > li > a,
	#menu-dive-deeper-into-beam-menu > li > a {
		float: left !important;
	}


		/*  making column reverse-stacking take effect at tablet size  ----- */
	
	.fl-col-group.fl-col-group-responsive-reversed {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -ms-box-orient: horizontal;
    -webkit-flex-flow: row wrap;
}

	.fl-col-group.fl-col-group-responsive-reversed .fl-col {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 0;
	}

.fl-col-group-responsive-reversed .fl-col:nth-of-type(1) {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
	}



	.after-footer,
	.before-header,
	.site-container {
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}


}

@media only screen and (max-width: 760px) {
	
	.site-container {
		max-width: 100% !important;
		overflow: hidden !important;
}
	
	
	.uabb-slide-down {
		width: 100% !important;
}

.staff-column-1 .uabb-slide-down,
.staff-column-2 .uabb-slide-down,
.staff-column-3 .uabb-slide-down {
	margin-left: 0px !important;
}
	
.uabb-slide-box-wrap .uabb-slide-down {

    padding-left: 0 !important;
    padding-right: 0 !important;
}


	
		.columns-three  {
	column-count: 1 !important;
	column-gap: 0%;
}
	
	.need-menu-column {
			margin-left: 4% !important;
	}
	
.event-left {
	float: none;
	width: 100%;
	color: #fff;
	padding-right: 0%;

}

.event-right {
	float: none;
	width: 100%;
	color: #fff;
	text-align: left;
	padding-top: 20px;
}

.ig-live-icon {
	float: left;
	margin-left: 0px;
	margin-bottom: 10px;
}
	
	
	.media-box .uabb-imgicon-wrap {
		min-height: 300px;
	}
	


	body {
		font-size: 18px;
	}

	.after-footer,
	.before-header,
	.daily-dish-landing .site-container,
	.site-container {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.entry-tags {
		float: left;
	}
	
	

}

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

	body {
		padding-left: 0;
		padding-right: 0;
	}

	.site-container {
		margin-bottom: 0;
		margin-top: 0;
	}

	.after-footer,
	.before-header,
	.site-container {
		
	}

	.before-header {
		margin-bottom: 0;
	}

	.after-footer {
		margin-top: 0;
	}

	.site-header {
		padding: 40px 0;
	}

	.site-title {
		font-size: 30px;
	}

	.entry-title {
		font-size: 24px;
	}

}