/*
Theme Name: Real Estate Connected
Theme URI: http://www.realestateconnected.com.au/
Description: A Responsive Builder Child Theme.
Author: Merv Barrett
Author URI: http://www.realestateconnected.com.au/
Version: 5.0.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, theme options, multiple layouts, multiple color schemes
Text Domain: it-l10n-Builder-Air
Domain Path: /lang/
Template: Builder-Air

Version History
	See history.txt
*/

@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);

/*********************************************
	Default font settings and typography.
*********************************************/
html {
	font-size: 95%;
}
body {
	color: #666666;
	font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5;
}
input, select, textarea {
	font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a img {
	margin: 0;
}


/*********************************************
	Constrain table and input widths
*********************************************/
table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}


/*********************************************
	Main Background
*********************************************/
body {
	background: #f6f6f6;
	margin-top: -1em;
}


/*********************************************
	Universal Link Styles
*********************************************/

a {
	color: #1494dd;
	text-decoration: none;
}
a:hover {
	color: #32AEF1;
	text-decoration: underline;
}
a:focus {
	color: #353535;
}


/*********************************************
	Button Link Styles
*********************************************/

.btn,
.more-link,
.loop-utility a,
input[type="submit"],
input[type="button"],
.comment-reply-link {
	font-weight: normal;
	font-size: inherit;
	cursor: pointer;
	display: inline-block;
	background: #1494dd;
	color: #FFFFFF;
	padding: .8em 1.5em;
	border: 1px solid transparent;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	margin-bottom: 0.5em;
	text-decoration: none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.btn:hover,
.more-link:hover,
.loop-utility a:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.comment-reply-link:hover {
	background: #7EC1FB;
	color: #FFFFFF;
	text-decoration: none;
}

.download-button {
  line-height: 38px;
  font-size: 17px;
  padding: 2px 18px 3px;
  font-weight: 300;
  background-color: #3498db;
  color: #fff;
  margin-top: 15px;
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 3px;
  -webkit-transition: background .2s linear;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 2px rgba(255, 255, 255, 0.2);
  background: -webkit-linear-gradient(top, #3498db 0%, #1a7fcc 100%);
  background: -moz-linear-gradient(top, #3498db 0%, #1a7fcc 100%);
  background: -o-linear-gradient(top, #3498db 0%, #1a7fcc 100%);
  background: -ms-linear-gradient(top, #3498db 0%, #1a7fcc 100%);
  background: linear-gradient(top, #3498db 0%, #1a7fcc 100%);
}
.download-button:hover {
  background: #50a4dc;
  background: -webkit-linear-gradient(top, #50a4dc 0%, #1a7fcc 100%);
  background: -moz-linear-gradient(top, #50a4dc 0%, #1a7fcc 100%);
  background: -o-linear-gradient(top, #50a4dc 0%, #1a7fcc 100%);
  background: -ms-linear-gradient(top, #50a4dc 0%, #1a7fcc 100%);
  background: linear-gradient(top, #50a4dc 0%, #1a7fcc 100%);
  color: #fff;
}
/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 27px;
	font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: -1px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1.125em;
}
h6 {
	font-size: 1em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}


/*********************************************
	Container Div
*********************************************/

.builder-container-outer-wrapper {
	display: block;
	margin: 0 auto;
}
.builder-container {

}

/*********************************************
	Default Module Styling
*********************************************/

.builder-module {
	padding-top: 3em;
	padding-right: 0.5em;
}
.builder-module-last {
	border-bottom: 0;
}
.builder-module-element {
	margin-bottom: 3em;
}
.left .builder-module-element {
	margin-right: 4em;
}
.middle .builder-module-element {
	margin-left: 4em;
	margin-right: 4em;
}
.right .builder-module-element {
	margin-left: 4em;
}

/*********************************************
	All Sidebars
*********************************************/

.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.builder-module-sidebar .widget-wrapper {
	margin-top: 0.5em;
	width: 100%;
}
.builder-module-sidebar .widget-background-wrapper {
	margin-bottom: 2em;
}
.builder-module-sidebar .widget {
	margin: 0;
	padding: 0;
}
.builder-module-sidebar .widget-wrapper-left .widget {
	margin-right: 1em;
}
.builder-module-sidebar .widget-wrapper-right .widget {
	margin-left: 1em;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-sidebar h4.widget-title {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #000000;
}
.builder-module-sidebar h4.widget-title a {
	color: #218BC4;
}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}
.builder-module-sidebar .widget ul {
	margin-left: 0;
}
.builder-module-sidebar .widget li {
	list-style: none;
}
.widget_recent_entries  li {
	margin-bottom: 1.5em;
}
/*********************************************
	Tinted Widget
*********************************************/
.builder-module-sidebar-1-right .widget.gform_widget {
	background: #d8e7f4;
	padding: 1.2em;
}
.builder-module-sidebar-1-right .widget.gform_widget h4.widget-title {
	background: none;
	font-size: 1.6em;
	font-weight: 700;
	color: #333;
}
.widget.gform_widget .gfield .large {
	background-color: #fff;
	height: 2.5em;
}


/*********************************************
	Header Module
*********************************************/
.builder-module-header-background-wrapper {
}
.builder-module-header {

}
.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	color: #FFFFFF;
	height: auto;
	margin-bottom: 0;
	text-decoration: none;
	text-indent: -9999px;
	display: none;
}
.site-title a:hover,
.site-tagline a:hover {
}
.site-title {
	margin-top: 0;
}
.site-title a {
}
.site-title a:hover {
}
.site-tagline {

}
.site-tagline a {
}
.site-logo {
    float: left;
    padding: 0;
}
/*********************************************
	Header Module (Center)
*********************************************/
.header-center .site-title {
	width: 295px;
	margin: 0 auto;
}
.header-center .site-title a {

}

/*********************************************
	Navigation Module
*********************************************/

.builder-module-navigation-background-wrapper {

}
.builder-module-navigation {
	display: block;
	line-height: 2;
	width: 98.4%;
	font-size: 1em;
}
.builder-module-navigation .builder-module-element {
	margin: 0 !important;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;

}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
}
.builder-module-navigation li a,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a,
.builder-module-navigation .current-menu-item li a {
	background: transparent;
	color: #666666;
	margin: 0 0.5em 0 0;
	text-decoration: none;
	padding: .25em .75em;
}
.builder-module-navigation .current_page_item a,
.builder-module-navigation .current-cat a,
.builder-module-navigation .current-menu-item a {
}
.builder-module-navigation li a:hover,
.builder-module-navigation .current_page_item li a:hover,
.builder-module-navigation .current-cat li a li a:hover,
.builder-module-navigation .current-menu-item li a:hover {
	color: #fff;
}
/* second level stuff */
.builder-module-navigation li ul {
	background: #ddd;
	border: .1em solid #EBEBEB;
	border-bottom: 0;
	width: 14em;
}
.builder-module-navigation li li {
	border-bottom: .1em solid #EBEBEB;
	width: 14em;
}
.builder-module-navigation li li a,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a,
.builder-module-navigation .current-menu-item li a {
	float: none;
	padding: .75em;
	line-height: 1;
	margin: 0;
	border-radius: 0;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
}
.builder-module-navigation li ul ul {
	margin: -2.05em 0 0 14em;
}

/*********************************************
	Navigation Module Inset
*********************************************/
.navigation-inset-background-wrapper {
	background: #e9e9e9;
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 0 #000000;
	box-shadow: inset 0 4px 10px -6px #000000;
	background-color: #d4d4d4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d4d4d4), to(#f9f9f9));
	background-image: -webkit-linear-gradient(top, #d4d4d4, #f9f9f9);
	background-image:    -moz-linear-gradient(top, #d4d4d4, #f9f9f9);
	background-image:      -o-linear-gradient(top, #d4d4d4, #f9f9f9);
	background-image:         linear-gradient(to bottom, #d4d4d4, #f9f9f9);
}
.navigation-inset .builder-module-navigation-menu-wrapper {
	display: table;
	margin: 0 auto;
}
.navigation-inset {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: 400;
	font-size: 1em;
	margin: 1em 0.5em 0em;
	padding: .1em 0 .26em 0.3em !important;
}
.navigation-inset li a,
.navigation-inset .current_page_item li a,
.navigation-inset .current-cat li a,
.navigation-inset .current-menu-item li a {
	margin: 0 2em 0 0;
}
.navigation-inset li a:hover,
.navigation-inset .current_page_item li a:hover,
.navigation-inset .current-cat li a li a:hover,
.navigation-inset .current-menu-item li a:hover {
	background: #1494dd;
	color: #fff;
	box-shadow:inset 0 0 10px #555;
	background-clip: padding-box;
}
/*********************************************
	HTML Header with Navigation Module
*********************************************/
.header-html-background-wrapper {
	background: #ffffff;
	padding: 1em 0;
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
}
.header-html {
   list-style: none;
   padding-left: 0;
   padding-right: 0;
}
.header-html .builder-module-element {
    margin: 0 !important;
}
.header-html.builder-module {
	padding: 0!important;
}
.header-html {
   border: 0 none;
   display: block;
   line-height: 2;
   padding: 0;
   width: 100%;
}
.header-html .builder-module-navigation-menu-wrapper {
	display: block;
	/* float: right; */
}
.header-html .builder-module-navigation ul {
	float: right;
}
.header-html ul {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 999;
}
.header-html li {
   float: left;
   padding: 0;
}
.header-html li a {
   display: block;
   background: none;
   color: #666666;
   margin: 1.7em 1em;
   padding: 0;
   text-decoration: none;
   text-transform: uppercase;
   	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .2s ease-in;
}
.header-html li li a {
   text-transform: none;
}
.header-html li li a:hover {
   background: #fff;
}
.header-html li:last-child a {
   padding-right: 0;
   margin-right: 0;
}
.header-html li a:hover {
	color: #ed2a2c;
}
.header-html li.current-menu-item a {

}
/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar .left .widget {
	margin-right: 1.5em;
}
.builder-module-widget-bar .middle .widget {
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.builder-module-widget-bar .right .widget {
	margin-left: 1.5em;
}
/*********************************************
	Widget Bar Dark Footer (Alternate)
*********************************************/
.widget-bar-dark-background-wrapper {
	background-color: #dddddd;
	font-size: 0.9em;
}
.widget-bar-dark  {
}
.widget-bar-dark h4.widget-title {
	background: none;
	padding: 0;
	font-size: 1.5em;
}
.widget-bar-dark .widget_recent_entries li {
	text-decoration: none;
	display: block;
	padding: 9px 0 0 15px;
}
.widget-bar-dark a {
}
/*********************************************
	Widget Bar Featured (Alternate)
*********************************************/
.widget-bar-featured-background-wrapper {
	border-bottom: 1px solid #ddd;
	color: #666;
}
.widget-bar-featured-background-wrapper:hover {
	/*background: #abdffe;
	color: #555;*/
}
.widget-bar-featured .widget-background-wrapper {
	margin-bottom: 0;
}
.widget-bar-featured  {
	padding: 5em 0 !important;
}
.widget-bar-featured .featured-center {
	text-align: center;
	line-height: 1.3em;
}
.widget-bar-featured h4 {
	font-weight: 700;
	font-size: 1.6em !important;
}

.widget-bar-featured h2 {
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.4em;
}
.widget-bar-featured a {
}



/*********************************************
	Footer Module
*********************************************/

.builder-module-footer-background-wrapper {
	background-color: #000000;
	color: #fff;
	font-size: 0.7em;
	line-height: 1.3em;
}
.builder-module-footer {
	text-align: center;
}
.builder-module-footer a {
	color: #fff;
}

/*********************************************
	Image Module
*********************************************/

.builder-module-image .builder-module-element img {
	margin: 0;
}

/*********************************************
	Image Module (Alternate - No Spacing)
*********************************************/

.image-no-spacing {
	margin: 0;
	padding: 0 !important;
}
.image-no-spacing .builder-module-element {
	margin: 0 !important;
	padding: 0;
}

/*********************************************
	Image Module (Alternate - Full Window)
*********************************************/

.image-full-window-outer-wrapper {
	max-width: none !important;
}
.image-full-window {
	padding: 0 !important;
}
.image-full-window .builder-module-element {
	margin: 0 !important;
}
.image-full-window-outer-wrapper img {
	width: 100%;
	height: auto;
}

/*********************************************
	HTML Module
*********************************************/

.builder-module-html .builder-module-element>*:first-child {
	margin-top: 0;
}
.builder-module-html .builder-module-element>*:last-child {
	margin-bottom: 0;
}


/*********************************************
	Content Module
*********************************************/
.loop-content {
	padding: 6px;
}
/*Showcase*/
#builder-layout-5639b5fab9c07 .loop-content {
	padding: 6px;
	overflow: visible;
    float: left;
    padding: 0 1.5em;
}
.builder-module-background-wrapper .builder-module-outer-wrapper {
	overflow: visible;
}
.builder-module-content .builder-module-element {
	overflow: hidden;
}

.builder-module-content .hentry {
	margin-bottom: 3em;
	background: #FFFFFF;
}
.builder-module-content .type-page.hentry,
.builder-module-content .format-standard.hentry {
	border: 2px solid #ddd;
	-webkit-box-shadow: 0px 0px 3px 0px #dddddd;
	box-shadow: 0px 0px 3px 0px #dddddd;
	/* padding-bottom: 40px; */
}
.builder-module-content .entry-meta-wrapper {
	display: block;
	overflow: hidden;
}
.builder-module-content .entry-content>*:first-child {
	margin-top: 0;
}
.builder-module-content .entry-content > *:last-child {
	margin-bottom: 0;
}
.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}

.entry-title,
.entry-meta-wrapper,
.entry-content,
.entry-footer {
	margin-left: 40px;
	margin-right: 40px;
}

.entry-title {
	font-size: 2.6em;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: 600;
}
.entry-title a {
	text-decoration: none;
	color: #444;
}
.entry-title a:hover {
	text-decoration: underline;
}

.hentry .entry-meta-wrapper {
	margin-bottom: 2em;
}

.hentry .entry-meta {
	display: block;
	color: #858C90;
	font-size: .8em;
}
.hentry .entry-meta a {
	text-decoration: none;
}
.hentry .entry-meta a:hover {
	text-decoration: underline;

}
.hentry .entry-meta.alignleft {
	max-width: 60%;
}
.hentry .entry-meta.alignright {
	float: right;
}
.hentry .entry-footer {
	display: block;
	margin-top: 1.5em;
}
.hentry .entry-footer .entry-utility,
.hentry .entry-footer .categories,
.hentry .entry-footer .comments {
	margin-bottom: .5em;

}
.hentry .entry-footer img {
	max-width: none;
}

.hentry .entry-attachment .attachment {
	text-align: center;
}

.hentry .edit-entry-link {
	clear: both;
	margin: 0;
}
.hentry .more-link {
	font-weight: bold;
}
.entry-content {
	clear: both;
}
.loop-title {
	font-weight: bold;
}


/*********************************************
	Content Module (content-single)
*********************************************/
.builder-module-content.content-single .hentry {

}

.builder-module-content.content-single .type-page .entry-header,
.builder-module-content.content-single .type-page .single-highlight {
	color: #fff;
	text-align: center;
	padding: 2em 6em;
	background: rgb(52,100,184);
	background: -moz-linear-gradient(-45deg,  rgba(52,100,184,1) 0%, rgba(78,169,234,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(52,100,184,1)), color-stop(100%,rgba(78,169,234,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(52,100,184,1) 0%,rgba(78,169,234,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(52,100,184,1) 0%,rgba(78,169,234,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(52,100,184,1) 0%,rgba(78,169,234,1) 100%);
	background: linear-gradient(135deg,  rgba(52,100,184,1) 0%,rgba(78,169,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3464b8', endColorstr='#4ea9ea',GradientType=1 );

}
.builder-module-content.content-single .type-page .entry-header {
	margin: -1em -3em 3em;
}
.builder-module-content.content-single h1.entry-title {
	font-size: 4em;
}

.content-single ul.checks {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2em;
}

.content-single ul.checks li {
	background-image: url(images/check.png);
	background-position: 21px 13px;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 12px 0 12px 64px;
	text-align: left;
}

/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/

.hentry .gallery {
	margin-bottom: 1.5em;
}
.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {

}
.hentry .alignright {
	margin: 1em 0 1em 1.5em
}
.hentry .alignleft {
	margin: 1em 1.5em 1em 0;
}
.hentry .aligncenter {
	margin: 0 auto;
}
.hentry .alignnone {
	margin: 1em 0 0;
}
.hentry .wp-caption {
	margin-bottom: 1.5em;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
}

.hentry .wp-caption-text {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}


/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
}
.type-page .entry-header,
.format-standard .entry-header {
}

.entry-footer {
	clear: both; /* we need this so floats in the post are cleared */
}
.entry-footer .alignright {

}
.entry-footer .categories,
.entry-footer .tags {

}
.entry-footer .comments {

}

.EXIF table {
	margin: 0 auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}


/*********************************************
	Previous/Next Page Navigation
*********************************************/

.loop-utility {
	clear: both; /* To clear any floats */
}


/*********************************************
	Page Specific Styling
*********************************************/

.page .builder-module-content .hentry {
	margin-bottom: 0;
}
.team-members {
	padding: 3em;
}

/*********************************************
	Single Post Specific Styling
*********************************************/

.single .builder-module-content .hentry {
	margin-bottom: 2em;
	padding-bottom: 1.5em;
	border-bottom: 0;
}

/* navigation for posts that split into multiple pages */
.entry-pages a {
	display: inline-block;
	background: #EBEBEB;
	padding: 0 .35em;
}


/*********************************************
	Author Box
*********************************************/
#author-bio {
	background: #eee;
	padding: 1em;
	border: 1px solid #ddd;
}
#author-bio .author-box {
	box-sizing: border-box;
	float: left;
}
#author-bio .author-image {
	width: 16%;
	height: 80px;
	margin-right: 0.4em;
}
#author-bio .author-image img {
	margin: 0;
	padding: 0;
}
#author-bio .author-text{
	width: 81%;
}
#author-bio h4,
#author-bio p {
	font-size: 0.9em;
	margin: 0 0 0.3em;
	line-height: 1.1em;
}
#author-bio p {
	margin-bottom: 0;
}
/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin-top: 1.5em;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li.comment,
.commentlist li.trackback,
.commentlist li.pingback {
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
	border-radius: 2px;
	padding: 0 1.5em;
	margin-bottom: 1.5em;
}
.commentlist .avatar {
	margin: 0;
	float: left;
	margin-right: 1em;
}
.commentlist .fn {
	display: inline-block;
	margin-top: .3em;
}
.commentlist ul.children {
	margin: 0 0 1.5em 0;
}
.commentlist ul.children li:last-child {
	margin: 0;
}
.commentlist .comment-body {
	margin: 1.5em 0;
}
.commentlist div.reply:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#respond h3 {
	margin: 0;
}
#respond input[type="submit"] {
	line-height: inherit;
	margin: 0;

}
#respond textarea {
	width: 100%;
	max-width: 100%;
}
#respond .comment-submit-wrapper {
	margin: 0;
}
.commentlist #respond {
	margin-bottom: 1.5em;
}
.comment-reply-link {
	padding: .25em 1em;
}
.cancel-comment-reply a {
	display: inline-block;
	background: #dadddf;
	color: #3b3f42;
	border-radius: 2px;
	padding: .25em .5em;
	margin: .5em 0;
	font-size: .85em;
	text-decoration: none;
}
.cancel-comment-reply a:hover {
	background: #ebebeb;
}
.logged-in-as {
	margin: 0.25em 0;
}


/*********************************************
	Text elements
*********************************************/

p {
}
p img.left {
	float: left;
	margin: 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 0;
}
blockquote {
	border-left: 5px solid #EBEBEB;
	padding: 0.1em 1em;
	font-size: 1.2em;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	background: #f4f4f4;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
blockquote p {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666666;
}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin-bottom: 1.5em;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}
cite {
	font-style: normal;
}


/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin-left: 1.5em;
	padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: .5em;
}
li {
	padding: 0;
	margin: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
dl {
	margin-bottom: 1.5em;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 0;
}

ul li ul li {
	padding-left: 1em;
}
/*********************************************
	Tables
*********************************************/

table {
	width: 100%;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	font-weight: bold;
}
th, td, caption {
	padding: .25em;
	text-align: center;
}
td a {
	display: block;
}
tfoot td {
	padding: 0;
}
tfoot a {
	display: block;
	padding: .25em;
}
caption {
	border: 1px solid #CFCFCF;
	border-bottom: 0;
	font-weight: bold;
}


/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}


/*********************************************
	Form fields
*********************************************/

input[type="color"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"],
input[type="number"], input[type="date"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="month"], textarea {
	font-size: 1em;
	margin: 0;
	padding: .25em;
	background: #FFFFFF;
	border: 1px solid #CECECE;
	-webkit-appearance: none;
	border-radius: 0;
	line-height: inherit;
}
input[type="color"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
input[type="text"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="month"]:focus, textarea:focus {

}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	max-width: 99.5%;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #CECECE;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
textarea {
	width: 30em;
	height: 20em;
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0;
}
input[type="submit"] {
	font-size: 1em;
	cursor: pointer;
}

.rec-form-shade {
	background: #eee;
	padding: 1em;
	color: #999;
}
body .rec-form-hide-title .gfield_label {
	display: none !important;
}
/*********************************************
	Search Form Styling
*********************************************/

#searchform {
	position: relative;
}
#searchform input[type="text"] {
	width: 75%;
	max-width: 100%;
}
#searchform input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 24.75%;
	max-width: 100%;
	margin: 0;
	padding: .25em 0;
	line-height: inherit;
}


/*********************************************
	Password Protected Post Form
*********************************************/

.post-password-required input[type="submit"] {
	display: inline-block;
	float: none;
}


/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}


/*********************************************
	Widget Specific Styling
*********************************************/

/* RSS Widget */
.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}

/* Tag Cloud Widget */
.widget_tag_cloud a {
	line-height: 1;
	font-weight: bold;
	display: inline-block;
	background: #CECECE;
	padding: .5em .75em;
	margin: 5px 0;
	text-decoration: none;
}
.widget_tag_cloud a:hover {
	background: #343434;
	color: #ECECEC;
}


/*********************************************
	Social Tabs
*********************************************/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}


/*********************************************
	The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}

/*********************************************
	Sitemap Template Styling
*********************************************/

.archive-left {
	float: left;
	width: 40%;
	max-width: 40%;
	margin-right: 10%;
}
.archive-right {
	float: left;
	width: 50%;
	max-width: 50%;
}


/*********************************************
	Mobile Navigation Menu (Alternate Module Style - hidden above 500px wide)
*********************************************/

#it-mobile-menu {
	display: none;
}


/*********************************************
	Featured Image
*********************************************/

.it-featured-image {
	line-height: 0;
}
.it-featured-image img {
	width: inherit;
}



/*********************************************
	Cody's Edits
*********************************************/

.more-link {
	display: inline-block;
	float: none;
	margin: 0;
}
.header-inset,
.navigation-inset,
.content-inset,
.html-inset,
.image-inset,
.widget-bar-inset,
.footer-inset {
	padding-left: 2em !important;
	padding-right: 2em !important;
	width: auto !important;
	max-width: 100% !important;
}
.edit-post-link a {
	display: inline-block;
	margin: 0;
	padding: .1em 1em;
	border-radius: 2px;
	background: #EBEBEB;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
}
.it-featured-image a {
	display: block;
}
.it-featured-image img {
	display: block;
}


/*********************************************
	Post Format Styling
*********************************************/

/* Quote */
.builder-module-content .format-quote .entry-content {
	padding: 2.3em;
	border-left: 5px solid #EBEBEB;
	font-size: 1.5em;
	line-height: 1.42;
	-webkit-font-smoothing: antialiased;
}
.builder-module-content .format-quote .entry-content > *:last-child {
	margin-bottom: 0;
}
.format-quote .edit-post-link a {
	margin-top: 1em;
}

/* Image */
.builder-module-content .format-image {
	border: 1px solid #EBEBEB;
	border-radius: 2px;
	padding: 1em;
}
.builder-module-content .format-image .entry-header {
	padding-bottom: 1em;
	border-bottom: 1px solid #EBEBEB;
}
.builder-module-content .format-image .entry-title {
	margin-bottom: 0;
}
.builder-module-content .format-image .it-featured-image {
	margin-bottom: 1em;
}
.format-image .edit-post-link a {
	margin-top: 1em;
}

/* Video */
.builder-module-content .format-video {
	border: 1px solid #EBEBEB;
	border-radius: 2px;
	padding: 1em;
}
.builder-module-content .format-video .entry-header {
	padding-bottom: 1em;
	border-bottom: 1px solid #EBEBEB;
}
.builder-module-content .format-video .entry-title {
	margin-bottom: 0;
}
.format-video .edit-post-link a {
	margin-top: 1em;
}

/* Status */
.builder-module-content .format-status .entry-header {
	margin-bottom: .25em;
}
.builder-module-content .format-status .entry-content {
	border: 1px solid #EBEBEB;
	padding: 3em;
	background: #3B3F42;
	color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	border-radius: 3px;
}
.format-status .edit-post-link a {
	margin-top: 1em;
}
::selection {
	color: #FFFFFF;
	background: #1494dd; /* Safari */
}
::-moz-selection {
	color: #FFFFFF;
	background: #218BC4; /* Firefox */
}
.single .builder-module-content .format-video,
.single .builder-module-content .format-image {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 1em;
}
/*******************************
	Team Members
*******************************/
.team-members {
	overflow: hidden;
}
.builder-module-content .type-team.hentry {
	overflow: hidden;
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #ccc;
}
.builder-module-content .type-team.hentry:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.type-team .team-heading-meta {
    float: left;
    width: 310px;
    font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
}
.type-team .team-name {
	font-size: 2em;
	letter-spacing: -1px;
	margin-bottom: 0.4em;
	line-height: 1.1em;
}
.type-team .team-photo {
	float:left;
	margin: 0.4em 1em .5em 0;
}
.type-team .team-photo img {
	box-shadow: 0px 0px 0px 5px #ebebeb;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	   		border-radius: 50%;
	margin: 0;
  -webkit-filter: grayscale(100%);
  -webkit-transition:  all .2s linear;
  width: 130px;
  min-width: 130px;
}
.type-team .team-photo img:hover {
  -webkit-filter: grayscale(0%);
}
.type-team .team-motto {
	color: red;
	font-size: 1.5em;
	margin-bottom: 0.4em;
	display: block;
}
.type-team .team-bio {
    float: left;
    font-size: 16px;
    line-height: 1.5em;
    max-width: 550px;
}
.type-team .team-bio p {
	margin: 0 0 0.5em;
}
/*******************************
	Home Page Tweaks
*******************************/

#builder-module-51a484eae225f .builder-module-column-2-outer-wrapper.right .widget-wrapper-right.widget-wrapper-2 {
	overflow: hidden;
	width: 570px;
	height: 403;
}
.pb_carousel_default img {
  -webkit-box-shadow: 0px 0px 10px 0px #cccccc;
          box-shadow: 0px 0px 10px 0px #cccccc;
}

/* My Comment */

.plugin-home {
	margin: 0 auto;
	text-align: left;
}

.plugin-home {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}
.plugin-home-center,
.plugin-home h1 {
	text-align: center;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	border: 1px solid #ccc;
}
/*******************************
EDD Styles
********************************/

.content-single .edd-add-to-cart.button{
	padding:  1.2em 2em;
	font-size: 1.4em;
	box-shadow: 0 1px 3px rgba(0,0,0,.2), inset 0 -3px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2), inset 0 -3px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2), inset 0 -3px 0 rgba(0,0,0,.1);
	background-color: #f69914;
	background-image: -moz-linear-gradient(bottom, #f59914 0%, #fdb11b 100%);
	background-image: -o-linear-gradient(bottom, #f59914 0%, #fdb11b 100%);
	background-image: -webkit-linear-gradient(bottom, #f59914 0%, #fdb11b 100%);
	background-image: linear-gradient(bottom, #f59914 0%, #fdb11b 100%);
	text-shadow: 1px 1px 1px rgba(151,71,0,.35);
}

.content-single .edd-add-to-cart.button  {
	color: #fff
}

.content-single .edd-add-to-cart.button:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2), inset 0 2px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.2), inset 0 2px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.2), inset 0 2px 0 rgba(0,0,0,.1);
	background-image: -moz-linear-gradient(bottom, #fdb11b 0%, #f59914 100%);
	background-image: -o-linear-gradient(bottom, #fdb11b 0%, #f59914 100%);
	background-image: -webkit-linear-gradient(bottom, #fdb11b 0%, #f59914 100%);
	background-image: linear-gradient(bottom, #fdb11b 0%, #f59914 100%);
	color: #fff;
}
.centered-button {
	text-align: center;
}

.landing-box {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	width:50%;
	float:left;
}
.landing-box.column-left {

}
.landing-box.column-right {
	padding-left: 5em
}
.subscribe-box {
box-sizing: border-box;
}
.subscribe-box.left {
width: 70%;
}
.home .gform_footer.top_label{
	margin: 0 0.8em;
}
.fluid-width-video-container {
	margin: 0 auto;
}

/************************************
	Extensions/ Showcase
************************************/
.tour.two-col{
	width: 46%;
}
.tour.three-col{
	width: 20%;
}
/* Animation */
.tour.showcase,
.tour.showcase img,
.tour.showcase h2,
.tour.showcase p {
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	transition: all .5s ease-in;
	font-size: 1.3em;
}
.tour.showcase {
	float: left;
	margin: 3em;
	border: none;
	background: #fff;
	height: auto;
	padding: 1em;
	margin-bottom: 0;
	-webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -kthtml-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.tour.showcase:hover {
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(255,153,0,0.8);
	-moz-box-shadow: 0px 0px 20px 0px rgba(255,153,0,0.8);
	box-shadow: 0px 0px 20px 0px rgba(255,153,0,0.8);
}
.tour.showcase.hentry{
	padding: 0;
	margin: 2em 0;
}
.tour.showcase:hover {
}
.tour.showcase:nth-of-type(odd) {

}
.tour.showcase:nth-of-type(even) {
	float: right
}

.tour.showcase .entry-content {
	text-align: center;
	margin: 0;
}
.tour.showcase .entry-header {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.tour.showcase .entry-header {
	background: #fff;
	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.15);
	height: 490px;
	margin-bottom: 0;
	-webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -kthtml-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.tour.showcase .entry-header {
	height: 375px;
	overflow: visible;
}
.tour.showcase .entry-header:hover {
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}
.tour.showcase .entry-header img:hover {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.tour.showcase .thumbnail-holder {
	overflow: hidden;
	padding: 1em;
	max-height: 335px;
}
.tour.showcase img {
}

.tour.showcase .site a {
	display: block;
	width: 100%;
	padding: 0.5em 0;
	margin: 0;
}
.tour.showcase:hover img {
	opacity: 0.8;
}
.tour.showcase:hover .text-overlay {
	background: orange;
}
.tour.showcase .text-overlay {
	background: #1494dd;
	color: #FFFFFF;
}
.tour.showcase .text-overlay:hover {
	color: #FFFFFF;
	background: orange;
}

/** Website Design **/
#builder-layout-586c5bbde4c58 #builder-module-586c7023dcb91 {

}
/** 1st Row **/
#builder-layout-586c5bbde4c58 #builder-module-586c7023dcb91,
#builder-layout-586c5bbde4c58 #builder-module-586c7023dcbc8 {
	padding-top: 1em;
}

/** 2nd Row **/
#builder-layout-586c5bbde4c58 #builder-module-586c7023dcbc8 {
	padding-top: 0;
}
/** 3rd Row Title **/
#builder-layout-586c5bbde4c58 #builder-module-586c8c0360a74 {
	padding-top: 1em;
}
/** 3rd Row  **/
#builder-layout-586c5bbde4c58 #builder-module-586c7aae74107 {
	padding-top: 0;
}

#builder-module-586c5cda1e4d3-background-wrapper {
	background: #1494dd;
	color: #ffffff;
}


#post-23828 {

}
#post-23828 h1 {
	text-align: center;
}
#post-23828 dl {
	text-align: center;
	position: relative;
}
#post-23828 dt {
}
#post-23828.hentry .gallery-caption {
	background: rgba(0,0,0,0.7);
	text-align: center;
	font-size: 1.1em;
	padding: 0.2em 0;
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #fff;
}