/*!
Theme Name: bbeTheme
Theme URI: http://wordpress.org/
Author: wordpress.org
Author URI: http://wordpress.org/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bbetheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

bbeTheme is based on wordpress https://wordpress.org/, (C) 2012-2017 Automattic, Inc.
wordpress is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
a, h1, h2, h3, h4, h5, h6, span, i, p, ul, li, img, *:before, *:after, input, 
button, select, textarea, img, header, main, section, footer {
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}
/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}
.btn:hover, .btn:focus, .btn.focus{
	color: #fff;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-family: 'Conv_calibrib';
	font-weight: normal;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}
/* Placeholder */
.search-form-div ::-webkit-input-placeholder {
  color: #fff;
}
.search-form-div ::-moz-placeholder {
  color: #fff;
}
.search-form-div :-ms-input-placeholder {
  color: #fff;
}
.search-form-div :-moz-placeholder {
  color: #fff;
}


/*---------------------------------------------------------------
# Fonts
-----------------------------------------------------------------*/
/** Calibri Regular **/
@font-face {
	font-family: 'Conv_calibri';
	src: url('https://buildingblockseducare.com/wp-content/themes/bbetheme/fonts/calibri-reg/calibri.eot');
	src: local('☺'), url('fonts/calibri-reg/calibri.woff') format('woff'), url('https://buildingblockseducare.com/wp-content/themes/bbetheme/fonts/calibri-reg/calibri.ttf') format('truetype'), url('https://buildingblockseducare.com/wp-content/themes/bbetheme/fonts/calibri-reg/calibri.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Calibri Bold **/
@font-face {
	font-family: 'Conv_calibrib';
	src: url('https://buildingblockseducare.com/wp-content/themes/bbetheme/fonts/calibri-bold/calibrib.eot');
	src: local('☺'), url('fonts/calibri-bold/calibrib.woff') format('woff'), url('https://buildingblockseducare.com/wp-content/themes/bbetheme/fonts/calibri-bold/calibrib.ttf') format('truetype'), url('https://buildingblockseducare.com/wp-content/themes/bbetheme/fonts/calibri-bold/calibrib.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Calibri Light **/
@font-face {
	font-family: 'Conv_calibril';
	src: url('https://buildingblockseducare.com/wp-content/themes/bbetheme/fonts/calibri-light/calibril.eot');
	src: local('☺'), url('fonts/calibri-light/calibril.woff') format('woff'), url('fonts/calibri-light/calibril.ttf') format('truetype'), url('https://buildingblockseducare.com/wp-content/themes/bbetheme/fonts/calibri-light/calibril.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Calvin **/
@font-face {
	font-family: 'Conv_calvin';
	src: url('https://buildingblockseducare.com/wp-content/themes/bbetheme/fonts/calvin/calvin.eot');
	src: local('☺'), url('fonts/calvin/calvin.woff') format('woff'), url('https://buildingblockseducare.com/wp-content/themes/bbetheme/fonts/calvin/calvin.ttf') format('truetype'), url('https://buildingblockseducare.com/wp-content/themes/bbetheme/fonts/calvin/calvin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Conv_calibri';
	font-weight: normal;
	font-size: 15px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

p {
	margin: 0 0 26px;
	font-size: 18px;
	line-height: 27px;
	font-family: 'Conv_calibri';
}

ul li,
ol li{
	font-size: 18px;
	line-height: 27px;
}
/*p+p{
	margin-top: 28px;
}*/
dfn, cite, em, i {
	font-style: italic;
}
em{
	color: #00adee;
	font-family: 'Conv_calibrib';
}
blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	font-family: 'Conv_calibri';
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ebebeb;
	border: 0;
	height: 1px;
	margin: 1em auto;
	max-width: 550px;
}

ul, ol {
	margin: 0 0 1.5em 3em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 5px;
    margin-left: 1.5em;
    list-style: circle;
    margin-top: 5px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: inherit;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #00adee;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	margin: 35px 0;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul li {
	float: left;
	position: relative;
	padding: 0 15px;
}
.main-navigation ul li:first-child{
	padding-left: 0;
}
.main-navigation ul li:last-child{
	padding-right: 0;
}
.main-navigation ul li:nth-child(4){
	margin-right: 425px; 
}
.main-navigation ul li a {
	display: block;
	text-decoration: none;
	color: #222;
	font-size: 15px;
	text-transform: uppercase;
}
.main-navigation ul li.current_page_item a,
.main-navigation ul li a:hover{
	color: #a6ce39;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*====================================================
	CUSTOM CSS
=====================================================*/
.site-header {
    padding: 25px 0;
	position: relative;
	background: #fff;
}
.site-header.sticky{
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	padding: 10px 0 15px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.site-header.sticky .site-branding{
	max-width: 280px;
}
.site-header.sticky .main-navigation {
    margin: 15px 0;
}
.site-branding{
	position: absolute;
    top: 0px;
    left: 54%;
    transform: translateX(-50%);
	max-width: 400px;
}
.top-header{
	background: #222;
	padding: 15px 0;
}
.top-left {
    margin: 5px 0 0 0;
	float: left;
}
.top-left ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-left ul li{
	float: left;
	padding: 0 10px;
	color: #fff;
	line-height: 18px;
}
.top-left ul li+li{
	border-left: #fff solid 1px;
}
.top-left ul li a{
	color: #fff;
	font-size: 14px;
	font-family: 'Conv_calibril';
}
.top-left ul li:first-child{
	padding-left: 0;
}
.top-left ul li .fa{
	color: #00adee;
    font-size: 14px
}
.top-right{
	float: right;
}
.top-right ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-right ul li{
	float: left;
	line-height: 30px;
}
.top-right ul li+li{
	margin-left: 15px;
}
.top-right ul li a{
	font-size: 30px;
}
.top-right ul li a:hover{
	color: #a6ce39;
}
.top-right a.btn_search{
	color: #222;
	font-size: 18px;
	background: #00adee;
	display: inline-block;
	width: 30px;
	height: 30px;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
	text-align: center;
}
.top-right a.btn_search:hover{
	background: #a6ce39;
	color: #222;
}
.cf.search_forn {
    position: absolute;
    top: 45px;
    right: 0;
	z-index: 100;
}

/* Slider */
.home-slider ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.home-slider ul li{
	
}
.home-slider .flexslider.loading{
	min-height: 400px;
	background: #f2f2f2 url(images/loading.gif) no-repeat center;
}
.sli-caption {
    position: absolute;
	bottom: 100px;
	width: 100%;
	left: 0;
}
.caption {
    text-align: center;
}
.caption h1{
	font-family: 'Conv_calvin';
	color: #00adee;
	font-size: 86px;
	margin: 0 0 30px;
}
.caption h1 span{
	padding: 20px;
	display: inline-block;
	border-top: #fff solid 1px;
	border-bottom: #fff solid 1px;
	text-shadow: 3px 2px 0px white, 0 0 1em white, 0 0 0.2em white;
	/*  text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em darkblue;*/
	color: #00adee;
}
.caption p{
	margin: 0;
}
.green-btn{
	background: #a6ce39;
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	font-family: 'Conv_calibri';
    font-weight: normal;
}
.green-btn:hover{
	background: #222;
	color: #fff;
}
.btn{
	padding: 15px 20px;
	text-align: center;
	line-height: 20px;
	border: none;
	display: inline-block;
	border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}
.home-testi{
	background: #00adee url(images/testi-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0 60px;
	margin: 0;
}
/*.home-testi p{
	color: #fff;
	font-family: 'Conv_calibril';
	font-style: italic;
	font-weight: normal;
    font-size: 16px;
	margin: 30px 0 0;
}
.testi_text{
	position: relative;
	padding: 0 13%;
}
.testi_text:before{
	content: "\f10d";
	font-family: FontAwesome;
	display: inline-block;
	font-size: 36px;
	color: #fff;
	line-height: 36px;
}
.testi_text h5{
	margin: 35px 0 0;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Conv_calibril';
}
.flexslider2 {
    overflow: hidden;
}
.flexslider2.loading2{
	background: url(https://buildingblockseducare.com/wp-content/themes/bbetheme/images/preloader.gif) no-repeat center center;
	min-height: 200px;
}
ul.slides {
    margin: 0;
    padding: 0;
    list-style: none;
}*/
/* Search */
#search-popup ::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
#search-popup ::-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}
#search-popup :-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
#search-popup :-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}
#search-popup .search-form input.search-field {
    border: none;
    background: none;
    border-bottom: #fff solid 1px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
	outline: none;
	border-radius: 0px;
	font-family: 'Conv_calibril';
}
#search-popup .search-form input.search-field:focus{
	box-shadow: none;
}
#search-popup .search-form .search-submit {
    cursor: pointer;
    z-index: 2;
    position: absolute;
    color: #fff;
    right: 0;
    bottom: 10px;
    background: url(images/search.png) no-repeat center;
    width: 19px;
    height: 18px;
    border: none;
    font-size: 0px;
    padding: 0;
    text-indent: -9999px;
}
.mfp-close-btn-in #search-popup .mfp-close {
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    background: #00adee;
    opacity: 1;
    border-radius: 0px;
}
body[class] .mfp-bg{
	background-color: rgba(0, 0, 0, 0.9);
}
/* Welcome */
.welcome {
    padding: 0;
}
.wel-text{
	padding: 0 0 60px;
	background-repeat: no-repeat;
	background-position: 100% bottom;
}
.wel-text p{
	padding: 0 270px 0 0;
}
.site-content h2{
	text-align: center;
	font-size: 44px;
	text-transform: uppercase;
	margin: 0 0 60px;
}
.home .our-objective{
	margin: 0;
}
.our-program {
    margin: 100px 0 0;
}
.our-objective {
    float: left;
    width: 100%;
	border: #a6ce39 solid 2px;
	margin: 0 0 50px;
}
.option-list{
	float: left;
    width: 100%;
	border: #a6ce39 solid 2px;
	margin: 0 0 50px;
}
.option-list .box-text{
	padding: 25px 10px;
	min-height: 520px;
}
.three-box {
    width: 378px;
    float: left;
	background-repeat: no-repeat;
	background-position: 98% 98%;
}
.three-box:last-child .box-text,
.three-box:last-child h3{
	border-right: none;
}
.three-box:last-child{
	width: 380px;
}
.three-box.one{
	background: url(https://buildingblockseducare.com/wp-content/themes/bbetheme/images/our-mission-icon.png) no-repeat 98% 98%;
}
.three-box.two{
	background: url(https://buildingblockseducare.com/wp-content/themes/bbetheme/images/our-prgrm-icon.png) no-repeat 98% 98%;
}
.three-box.three{
	background: url(https://buildingblockseducare.com/wp-content/themes/bbetheme/images/our-menu-icon.png) no-repeat 98% 98%;
}
.three-box h3{
	text-align: center;
	font-size: 36px;
	background: #a6ce39;
	padding: 20px 0;
	color: #fff;
	font-family: 'Conv_calvin';
	border-right: #fff solid 2px;
}
.home  .three-box{
	width: 100% !important;
}
.home .three-box h3{
	text-align: left;
	padding: 10px 15px;
}
.home .box-text{
	min-height: initial;
	padding: 25px 5px 10px 10px;
}
.box-text{
	padding: 25px 10px;
	border-right: #a6ce39 solid 2px;
	border-collapse: collapse;
	min-height: 500px;
	margin:  0;
}
.box-text p{
	font-size: 18px;
	line-height: 27px;
	margin: 0;
}	
.box-text p+p{
	margin-top: 35px;
}
.learn-more{
	color: #f58220;
	font-size: 18px;
}
.learn-more .fa{
	margin-left: 10px;
}	

.tour-book {
    padding: 40px 0;
}
.book-now {
    padding: 40px 0;
}
.tour-book h3{
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 40px;
}
.tour-text p{
	color: #fff;
	margin: 0;
	line-height: 27px;
}
.prgrm-text{
	padding: 0 7px 30px;
	-moz-box-shadow: 0 0 2px #ddd;
    -webkit-box-shadow: 0 0 2px #ddd;
    box-shadow: 0 0 2px #ddd;
}
.prgrm-text h3{
	color: #282828;
	text-align: center;
	font-family: 'Conv_calvin';
	font-size: 30px;
	padding: 25px 0;
}
.prgrm-text h6{
	text-align: center;
	color: #a6ce39;
	font-size: 16px;
	font-family: 'Conv_calibrib';
	font-weight: normal;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.prgrm-text p{
	line-height: 27px;
	margin: 0 0 50px;
}
.guide-img img {
    margin-bottom: 10px;
}
.head-chef {
	background: url(https://buildingblockseducare.com/wp-content/themes/bbetheme/images/nutrition-contact-icon.png) no-repeat 98% top;
    padding: 15px 0 0;
    float: right;
}
.pull-bottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}
.treat-btm{
	position: relative;
}
/* Our Program Page */
.prgrm-text.our-ptxt{
	padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.prgrm-text.our-ptxt p {
    line-height: 27px;
	margin: 0 0 15px;
}
.prgrm-text.our-ptxt p+p{
	margin-top: 28px;
}
/* Contact Us */
.banner img{
	width: 100%;
}
.site-content {
    padding: 100px 0 100px;
}
.contact-form {
    background: #a6ce39 url(images/contact-icon.png) no-repeat 97% 20px;
    padding: 25px;
    border-radius: 5px;
	float: left;
	width: 100%;
	position: relative;
}
.contact-text {
    border: #a6ce39 solid 2px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.contact-text h3{
	background: #a6ce39;
	padding: 20px 0;
	color: #fff;
	font-size: 36px;
	text-align: center;
	font-family: 'Conv_calvin';
}
.con-inner {
    padding: 35px 30px;
	 background: url(images/contact-us-left-icon.png) no-repeat center 97%;
}
/* FAQ */
.faq-tab {
    margin: 0 0 20px;
    text-align: center;
}
.faq-tab ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.faq-tab ul li{
	display: inline-block;
	padding: 0 12px;
	line-height: 18px;
}
.faq-tab ul li+li{
	border-left: #00adee solid 3px;
}
.faq-tab ul li a{
	color: #00adee;
	font-size: 19px;
	text-transform: uppercase;
}
.que-cat {
	font-size: 18px;
    text-transform: uppercase;
    color: #000;
    margin: 40px 0 10px;
    font-family: 'Conv_calibrib';
    font-weight: normal;
    line-height: 18px;
}
#accordion .group{
	margin: 0 0 15px;
}
#accordion .group h3{
	background: #a6ce39;
	padding: 18px 10px;
	font-size: 17px;
	color: #fff;
	cursor: pointer;
	outline: none;
	position: relative;
}
#accordion .group h3:after{
	float: right;
    font-family: FontAwesome;
    content: "\f067";
    padding-left: 10px;
    font-size: 22px;
	margin-top: -5px;
}
#accordion .group h3.ui-state-active:after{
	 content: "\f068";
}
#accordion .r-content{
	padding: 15px 10px;
	border: #a6ce39 solid 1px;
	font-size: 17px;
	line-height: 27px;
}
/* Gallery Page */
#filters{
	margin: 0 0 60px;
	text-align: center;
}
#filters button{
	border: none;
	background: none;
	color: #000;
	font-size: 18px;
	padding: 15px;
	margin: 0 27px;
	text-transform: uppercase;
	outline: none;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
	font-family: 'Conv_calibrib';
}
#filters button.is-checked,
#filters button:hover{
	background: #00adee;
	color: #fff;
}
.port {
    margin-bottom: 30px;
}
/* Tution Page */
.tution-prgrm {
    margin: 50px 0 0;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    border-collapse: collapse;
}
.tution-prgrm .table > thead > tr > th{
	border-bottom: 1px solid #000;
	background: #a6ce39;
	color: #fff;
	padding: 6px;
	text-transform: uppercase;
}
.tution-prgrm .table > tbody > tr > td{
	padding: 5px;
}
.tution-prgrm .table{
	border: 1px solid #000;
}
.tution-prgrm .table > thead > tr > th, 
.tution-prgrm .table > tbody > tr > th, 
.tution-prgrm .table > tfoot > tr > th, 
.tution-prgrm .table > thead > tr > td, 
.tution-prgrm .table > tbody > tr > td, 
.tution-prgrm .table > tfoot > tr > td{
	border-top: 1px solid #000;
	font-family: 'Conv_calibri';
	font-weight: normal;
	font-size: 15px;
	vertical-align: top;
}
.tution-prgrm .table > tfoot > tr > td{
	background: #f48120;
	color: #f3f3f3;
	padding: 4px;
}
.tution-prgrm .table > tfoot {
    border-bottom: #f48120 solid 1px;
    border-left: #f48120 solid 1px;
    border-right: #f48120 solid 1px;
}
.tution-prgrm  ul,
.t-prgrm{
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}
.tution-prgrm  ul li,
.t-prgrm li{
	display: inline-block;
	position: relative;
	padding: 0 0 0 10px;
}
.tution-prgrm  ul li:before,
.t-prgrm li:before{
	content: "";
	background: #00adee;
	width: 6px;
	height: 6px;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}
.tution-prgrm p a{
	color: #f48120;
}
.tution-prgrm  ul li+li{
	margin-left: 12px;
}
h4{
	font-size: 20px;
	font-family: 'Conv_calibrib';
	margin: 0 0 10px;
}
h5{
	font-size: 20px;
	font-family: 'Conv_calibrib';
	margin: 0 0 5px;
	color: #a6ce39;
}
h6{
	font-size: 16px;
	font-family: 'Conv_calibrib';
	margin: 0 0 10px;
}
h6 span{
	font-family: 'Conv_calibril';
	font-size: 14px;
}

/* Nutrition */
.baby-lead-pics img+img{
	margin-top: 20px;
}
.policy-box {
    margin-bottom: 30px;
}
.nutri-table table{
	width: 100%;
	border-collapse: collapse;
}
.nutri-table table tr td{
	text-align: center;
	vertical-align: middle;
	padding: 1px 2px;
	font-size: 15px;
	line-height: 18px;
	border: #000 solid 1px !important;
}	
.nutri-table table tr td.week-plan{
    font-family: 'Conv_calibrib';
	font-weight: normal;
	padding: 0;
    min-width: 25px;
}
.nutri-table table tr td.week-plan span{
	display: none;
}
.nutri-table table tr td.week-plan.one-plan{
	background: #e3f0bf url(images/week-one.png) no-repeat center center;
}
.nutri-table table tr td.week-plan.two-plan{
	background: #e3f0bf url(https://buildingblockseducare.com/wp-content/themes/bbetheme/images/week-two.png) no-repeat center center;
}
.nutri-table table tr td.t-blank{
	height: 20px;
}
.nutri-table table tr td.week-plan span {
	writing-mode: vertical-lr;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: tb-rl;
	-moz-writing-mode: tb-rl;
	-o-writing-mode: tb-rl;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     -o-transform: rotate(180deg);
    white-space: nowrap;
    text-decoration: underline;
    text-transform: uppercase;
}

.nutri-table table tr:nth-child(even) {
	/*background: #e1e1e1;*/
	background: #e3f0bf;
	font-family: 'Conv_calibri';
    font-weight: normal;
}
/* Footer */
.c-foot h4{
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.c-foot p{
	font-size: 17px;
	line-height: 24px;
}
.c-foot p+p{
	margin-top: 35px;
}
.foot-contact p a{
	color: #a6ce39;
}
.foot-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.foot-links ul li{
	margin: 0 0 7px;
	line-height: 24px;
}
.foot-links ul li:last-child{
	margin: 0;
}
.foot-links ul li a{
	color: #fff;
	font-size: 18px;
	display: block;
}
.foot-links ul li a:hover,
.foot-social li a:hover,
li.current_page_item.current_page_item a{
	color: #a6ce39;
}	
.foot-logo p{
	margin: 25px 0 20px;
}
.foot-social ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.foot-social ul li {
	display: inline-block;
	margin: 0 10px 0 0;
}
.foot-social ul li a{
	color: #00adee;
	font-size: 30px;
}
.main-footer {
    padding: 40px 0;
}
.site-footer {
    background: #222;
	color: #fff;
}
.site-info {
	 text-align: center;
	font-size: 12px;
	padding: 12px 0;
	border-top: #4d4d4d solid 1px;
}
.site-info p a{
	color: #4d4d4d;
}
.site-info p a:hover{
	color: #a6ce39;
}
.site-info p{
	font-size: 12px;
	margin: 0;
	line-height: 18px;
}
.site-info {
	color: #4d4d4d;
}
/* GRAVITY FORM */
body input[type=text]:focus, body input[type=email]:focus, body input[type=password]:focus, body input[type=tel]:focus, body input[id][class][type=text]:focus, body input[id][class][type=password]:focus, body input[id][class][type=email]:focus, body input[id][class][type=tel]:focus, body select[id][class]:focus, body textarea[id][class]:focus, body select[id][class]:focus {
    background: #fff;
    box-shadow: 0 0 0 1px #00adee;
    outline: none;
}	
body[class] .gform_wrapper .gfield_required{
	color: #00adee;
}
body[class] .gform_wrapper{
	margin: 0;
}
body[class] .gform_wrapper.gform_validation_error .gform_anchor{
	padding: 0;
    display: none;
}
body[class] .gform_wrapper[id*="gform_wrapper"] .gform_heading{
	 margin: 0 0 20px;
}
body[class] .gform_wrapper[id*="gform_wrapper"] h3.gform_title {
    letter-spacing: normal!important;
    margin: 0 0 20px;
    color: #fff;
    font-weight: normal;
	font-size: 19px;
	 padding: 0 35px 0 0;
}
body[class] .gform_wrapper[id*="gform_wrapper"] span.gform_description{
	font-weight: 400;
    display: block;
    width: 100%;
    margin-bottom: 20px;
	font-size: 14px;
	color: #fff;
}
body[class] .gform_wrapper[id*="gform_wrapper"]  label.gfield_label{
	display: block;
	font-size: 19px;
	color: #fff;
	margin: 0 2% 0 0 !important;
	font-weight: normal;
	float: left;
    width: 20%;
    padding: 0;
}
body[class] .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi, 
body[class] .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description, 
body[class] .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
    width: 78% !important;
    margin-left: 22% !important;
	margin-top: 0 !important;
	line-height: 0;
}
.gform_wrapper .gform_body .ginput_container .gf_repeater_add, 
.gform_wrapper .gform_body .ginput_container .gf_repeater_remove {
    font-size: 15px;
    margin: 0 0 5px;
    float: left;
    width: 100%;
}
body[class] .gform_validation_error[id*="gform_wrapper"] .gfield[class] {
    min-height: initial;
    margin-bottom: 10px !important;
}
body[class] .gform_validation_error[id*="gform_wrapper"] .gfield.gfield_html {
    min-height: inherit;
}
body[class] .gform_wrapper[id*="gform_wrapper"] .gfield[class]{
    background-color: transparent;
    border: medium none;
    margin: 0 0 20px;
    max-width: 100%;
    width: 100%;
    padding: 0;
    float: left;
    box-shadow: none;
   -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    height: auto;
    opacity: 1;
	list-style: none;
}
body[class] .gform_wrapper[id*="gform_wrapper"].gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
	 max-width: 100% !important;
}
body[class] .gform_wrapper[id*="gform_wrapper"] .top_label div.ginput_container{
	margin: 0;
}
body[class] .gform_wrapper[id*="gform_wrapper"] input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body[class] .gform_wrapper[id*="gform_wrapper"] textarea.medium{
	padding: 5px 10px 6px;
	height: 26px;
    width: 100%;
	font-size: 15px;
    color: #898989;
	background-color: #fff;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
	border: none;
	outline: none;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
}
.contact-form .gform_wrapper[id*=gform_wrapper] .gfield[id] .ginput_container select[class][id]{
    background: #fff url(images/select-bg.png) 0 0 no-repeat;
    background-position: 97% center;
    -moz-appearance: none;
    -webkit-appearance: none;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-size: 15px;
    color: #898989;
	margin-left: 0;
	 width: 100%;
	 height: 26px;
	line-height: 20px;
	padding: 0 10px;
	outline: none;
}
body[class] .gform_wrapper[id*="gform_wrapper"] textarea.medium{
	height: 190px;
}
body[class] .contact-form .gform_wrapper[id*="gform_wrapper"] .gform_footer {
    position: absolute;
    width: auto;
    margin: 0;
    right: 30px;
    bottom: 85px;
}
body[class] .gform_wrapper[id*="gform_wrapper"] .gform_footer {
    padding: 0;
    margin: 16px 0 0;
    clear: both;
    width: 100%;
	text-align: right;
}
body[class] .gform_wrapper[id*="gform_wrapper"] .gform_footer input.button, 
body[class] .gform_wrapper[id*="gform_wrapper"] .gform_footer input[type=submit], 
body[class] .gform_wrapper[id*="gform_wrapper"] .gform_page_footer input.button, 
body[class] .gform_wrapper[id*="gform_wrapper"] .gform_page_footer input[type=submit],
body[class] #mc_embed_signup .button{
	background: #01a7e1;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    -moz-border-radius: 0;
    -webkit-border-radius:0;
    -khtml-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 8px 20px;
    line-height: 14px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 15px;
	outline: none !important;
    border: #fff solid 1px !important;
}
/*=========================================== 
	Gravity Form Error & Success Messages 
==============================================*/
body[class] .gform_wrapper[id*="gform_wrapper"] .validation_error {
    background-color: #00adee;
    border: #fff dashed 1px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 15px;
    padding: 10px;
}
body[class] .gform_confirmation_message {
    background-color: green;
    border: medium none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 15px;
    padding: 12px 5px;
    text-align: center;
}
body[class] .gform_wrapper[id*="gform_wrapper"]  .gfield_error .gfield_description[class] {
    color: #00adee;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    line-height: 18px;
}
body[class] .gform_wrapper[id*="gform_wrapper"] .gfield_error[id] .ginput_container input[class][type="text"][id][name],
body[class] .gform_wrapper[id*="gform_wrapper"] .gfield_error[id] .ginput_container textarea[class][id]  {
    border: #00adee solid 1px;
}
body[class] .gform_wrapper[id*="gform_wrapper"] .gfield_error[id] .ginput_container input[class][type="text"][id][name]:focus,
body[class] .gform_wrapper[id*="gform_wrapper"] .gfield_error[id] .ginput_container textarea[class][id]:focus  {
    box-shadow: 0 0 0 1px #00adee;
}

/* Popup Form */
body[class] .white-popup[id*="infoform"] .gform_wrapper[id*="gform_wrapper"] {
    background: #eee;
    border-radius: 0px;
	border: #fff solid 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,.2);
    height: auto;
    margin: 20px auto;
    max-width: 900px;
    padding: 20px 25px;
    position: relative;
    width: 100%;
}
body[class] .white-popup[id*="infoform"] .gform_wrapper[id*="gform_wrapper"] label.gfield_label{
	   color: #333;
}
body[class] .white-popup[id*="infoform"] .gform_wrapper[id*="gform_wrapper"] input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body[class] .white-popup[id*="infoform"] .gform_wrapper[id*="gform_wrapper"] textarea.medium {
    background-color: #fff;
}
body[class] .white-popup[id*="infoform"] .gform_wrapper[id*="gform_wrapper"] textarea.medium{
	height: 140px;
}
body[class] .mfp-close-btn-in .mfp-close{
	background: #00adee;
    color: #fff;
    border-radius: 0;
    opacity: 1;
    top: 0;
    position: fixed;
    right: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    margin: 0;
    padding: 0;
	cursor: pointer;
}
body[class] .mfp-container{
	padding: 0 10px;
}
td.sm-box {
    width: 125px;
}