/*
Theme Name: Sinfully Divine
Theme URI: http://www.realestateconnected.com.au/
Description: This is a child theme for the Foundation theme. You should activate and modify this theme instead of Foundation. Doing so allows you to modify this child theme while allowing automatic upgrades for Foundation.
Author: Merv Barrett
Author URI: http://www.realestateconnected.com.au/
Version: 1.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
*/

/*********************************************
	Default font settings and typography.
*********************************************/
html { 
	font-size: 105%;
}
body {
	color:#65656D;
	font-family: Georgia, serif;
	font-size: 1em;
	line-height: 1.625;
}
input, select, textarea {
	font-family: 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: #FFFFFF;
}
/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #ff399c;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
	text-decoration: none;
}
a:hover {
	color: #809ead;
}
a:focus {
	color: #B36700;
}
.pink {
	font-family: Georgia, serif;
	color: #ff399c;
}
/*********************************************
	Button Link Styles
*********************************************/

.btn,
.more-link,
.loop-utility a,
input[type="submit"],
input[type="button"],
.comment-reply-link {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: inherit;
	cursor: pointer;
	display: inline-block;
	color: #FFFFFF;
	padding: .6em 1.6em;
	margin-bottom: 1em;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	text-decoration: none;
	letter-spacing: 1px;
	border:1px solid #eb1f85;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff3399), color-stop(1, #ce0268) );
	background:-moz-linear-gradient( center top, #ff3399 5%, #ce0268 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3399', endColorstr='#ce0268');
	background-color:#ff3399;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	-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 {
	color: #FFFFFF;
	text-decoration: none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0268), color-stop(1, #ff3399) );
	background:-moz-linear-gradient( center top, #ce0268 5%, #ff3399 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0268', endColorstr='#ff3399');
	background-color:#ce0268;
}

.btn:active,
.more-link:active,
input[type="submit"]:active,
input[type="button"]:active,
.comment-reply-link:active {
	position:relative;
	top:1px;
}

.more-link {
	display: inline-block;
	float: none;
	margin: 0;
}
.edit-post-link a {
	display: inline-block;
	margin: 1.5em 0 0 0;
	padding: .1em 1em;
	border-radius: 2px;
	background: #EBEBEB;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
}
/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 27px;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.55em;
}
h3 {
	font-weight: normal;
	font-size: 1.4em;
	color: #ff399c;
}
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-background-wrapper {
	background-position:center;
}
.builder-module {
	padding-top: 1em !important;
}
.builder-module-last {
	border-bottom: 0;
}
.builder-module-element {
	margin-bottom: 1em !important;
}
.left .builder-module-element {
	margin-right: 2em;
}
.middle .builder-module-element {
	margin-left: 2em;
	margin-right: 2em;
}
.right .builder-module-element {
	margin-left: 2em;
}
/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.builder-module-sidebar .widget-wrapper {
	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-weight: normal;
	font-size: 1.2em;
	line-height: 1.2;
	margin: 0 0 .75em 0;
	color: #ec008c;
	text-align: center;
}
.builder-module-sidebar h4
.builder-module-sidebar h4.widget-title a {
	color: #ffc9e5;
}
.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;
}

/* Contact Form */
.builder-module-block .gform_wrapper .left_label .gfield_label {
	font-size: 0.8em;
	width: 20%;
}
.builder-module-block .gform_wrapper input[type=text],
.builder-module-block .gform_wrapper input[type=url],
.builder-module-block .gform_wrapper input[type=email],
.builder-module-block .gform_wrapper input[type=tel],
.builder-module-block .gform_wrapper input[type=number],
.builder-module-block .gform_wrapper input[type=password],
.builder-module-block .gform_wrapper textarea {
	width: 100% !important;
	line-height: 1.6 !important;
	font-size: 0.8em !important;
}
.form-party {
	color: #ec008c;
	font-size: 0.7em;
	text-align: right;
}
.form-contact-party .alignleft.teapot {
	margin: 0
}
.form-contact-party .gform_footer.right_label,
.form-contact-party .gform_footer.left_label {
	width: 100%;
	background: url('images/arrow.png') no-repeat 15px 20px;
}
.form-contact-party ul.left_label li, 
.form-contact-party form ul.left_label {
	margin-bottom: 0.4em !important;
}

.form-contact-party .gform_footer input {
	float: right; 
}
.form-contact-party li.gfield_html {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
/*********************************************
	Header Module
*********************************************/
.builder-module-header-background-wrapper {
	background: #ff3399 url("images/h-banner.jpg") no-repeat center top;
}
.builder-module-header .single .builder-module-element,
.builder-module-header .middle .builder-module-element {
}
.builder-module-header.builder-module {
	padding-top: 0 !important;
}
.builder-module-header .widget {
	color: #fff;	
}
.builder-module-header h4.widget-title {
	color: #fff;
}
.site-title,
.site-title a,
.site-title a:hover {
	font-size: 1.1em;
	margin-top: 4em;
	display: block;
	background: url(images/logo.png) no-repeat;
	height: 197px;
	width: 426px;
	text-indent: -999em;
}
h1.site-title {
	margin-bottom: 0;
}

.site-tagline {
	display: block;
	position: absolute;
}
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	font-style: italic;
	font-size: 0.88em;
	color: #cc0066;
}

/*********************************************
	Header Module (Dark Blue)
*********************************************/
.dark-blue-header-background-wrapper {
	background: #293B75;
}
/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation-background-wrapper {
    background: #cc0066; /* Old browsers */
	background: -moz-linear-gradient(left, #cc0066 0%, #ff3399 28%, #ff3399 67%, #cc0066 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cc0066), color-stop(28%,#ff3399), color-stop(67%,#ff3399), color-stop(100%,#cc0066)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #cc0066 0%,#ff3399 28%,#ff3399 67%,#cc0066 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #cc0066 0%,#ff3399 28%,#ff3399 67%,#cc0066 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #cc0066 0%,#ff3399 28%,#ff3399 67%,#cc0066 100%); /* IE10+ */
	background: linear-gradient(to right, #cc0066 0%,#ff3399 28%,#ff3399 67%,#cc0066 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0066', endColorstr='#cc0066',GradientType=1 ); /* IE6-9 */
	padding: 0;
	border-top:7px solid #66cccc;
	border-bottom:7px solid #66cccc;
}
.builder-module-navigation {
	display: block;
	line-height: 2;
	width: 100%;
	padding: .25em 0 .5em 0 !important;
	text-transform: uppercase;
	font-weight: bold;
}
.builder-module-navigation .builder-module-element {
	margin: 0 !important;
}
.builder-module-navigation-menu-wrapper {
    display: table;
    margin: 0 auto;
}
.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: #ffffff;
	margin: .25em 1.2em 0 0;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-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;
}
.builder-module-navigation .current_page_item a,
.builder-module-navigation .current-cat a,
.builder-module-navigation .current-menu-item a {
	color: #000000;
	font-weight:bold;
	text-transform: uppercase;
}
.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: #ffc9e5;
}
/* second level stuff */
.builder-module-navigation li ul {
	background: #ff3399;
	border: 4px solid #66cccc;
	width: 14em;
}
.builder-module-navigation li li {
	border-top: 1px solid #66cccc;
	border-bottom: 1px solid #66cccc;
	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;
	border-bottom: 0;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
	background: #ffc1e0;
	color: #ffffff;
}
.builder-module-navigation li ul ul {
	margin: -2.7em 0 0 14em;
}
.builder-module-navigation li .current_page_item a,
.builder-module-navigation li .current-cat a,
.builder-module-navigation li .current-menu-item a {
	border-bottom: none;
}

.navigation-phone {
	padding-left: 7.8em !important;
	background: url('images/fork.png') no-repeat center left;
	text-transform: none;
	
}

.icon-phone {
	height: 44px;
	display: inline-block;
	width: 44px;
	background: url('images/call-icon.png') no-repeat;
	text-align: left;
	text-indent: -9999em;
}
.icon-forward {
	height: 24px;
	width: 24px;
	display: inline-block;
	text-indent: -999em;
	background: url('images/arrow-forward.png') no-repeat;
}
.icon-page-arrow,
.icon-page-arrow-right {
	height: 24px;
	display: inline-block;
}
.icon-page-arrow {
	padding-left: 2em;
	background: url('images/arrow-page.png')  no-repeat left;
}
.icon-page-arrow-right {
	padding-right: 1.4em;
	background: url('images/arrow-page.png')  no-repeat right;
}
.icon-love,
.icon-facebook {
	height: 53px;
	width: 46px;
	margin-left: 1em;
	display: inline-block;
	text-align: left;
	text-indent: -9999em;
	background: url('images/icon-love.png') no-repeat;
}
.icon-facebook {
	background: url('images/icon-facebook.png') no-repeat;
}
.text-love {
	font-size: 1.2em;
	height: 53px;
	display:inline-block;
	vertical-align: top;
	padding-top: 0.6em;
}
.builder-module-navigation .it-mobile-nav-menu-header {
    background: transparent;
}
.positioning {
	font-size: 0.9em;
	padding-bottom: 1em;
	vertical-align: middle;
}
.positioning img {
	margin: 0 1em;
	vertical-align: middle;
}
/*********************************************
	Widget Bar Module (Default)
*********************************************/
.builder-module-widget-bar .left .widget {
	margin-right: 2em;
}
.builder-module-widget-bar .middle .widget {
	margin-left: 0em;
	margin-right: 2em;
}
.builder-module-widget-bar .right .widget {
	margin-left: 1em;
}
/*********************************************
	Widget Bar Module (Dark)
*********************************************/
.dark-wb-background-wrapper {
	background: #293B75;
	color: #AAB1C5;
}
.dark-wb {
	border: 0;
}
.dark-wb a {
	color: #12143D;
}
.dark-wb-background-wrapper.builder-module-before-footer-background-wrapper {
	background: #293B75;
	color: #AAB1C5;
}
.dark-wb h4.widget-title {
	color: #DDE1EB;
}
/*********************************************
	Widget Bar Module (Featured)
*********************************************/
.featured-wb-background-wrapper {
	background: #809ead url(images/texture.jpg) center top;
	color: #FFFFFF;
}
.featured-wb {
	color: #ffffff;
}
.featured-wb h4.widget-title {
	color: #ffffff;
}
.featured-wb select,
.featured-wb .gform_wrapper input[type=text],
.featured-wb .gform_wrapper input[type=url],
.featured-wb .gform_wrapper input[type=email],
.featured-wb .gform_wrapper input[type=tel],
.featured-wb .gform_wrapper input[type=number],
.featured-wb .gform_wrapper input[type=password] {
	background-color: rgba(0,0,0,.2);
	color: #bbb;
	border: 2px solid #423064;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 0.5em !important;
	padding-top: 1em !important;
}
.featured-wb .widget h4.widget-title {
	background-image: none;
	padding-bottom: 0;
}
/*********************************************
	Widget Bar Module (No Padding)
*********************************************/
.no-padding-wb {
	padding-top: 0 !important;
}
.no-padding-wb .widget-background-wrapper {
	margin-bottom: 0
}
/*********************************************
	Widget Bar Module (Footer) & (Footer Line)
*********************************************/
.footer-wb-background-wrapper,
.footer-line-wb-background-wrapper {
	background: url(images/footer-bg.jpg) repeat-y scroll 0 0 #040404;
	background-position:center;
	font-family: Helvetica, Arial, sans-serif;
}
.footer-line-wb-background-wrapper {
	border-top: 8px solid #ff3399;
}
.footer-wb,
.footer-line-wb {
	color: #ffffff;
	font-size: 0.9em;
	padding-top: 0 !important;
}
.footer-wb p,
.footer-line-wb p{
	margin-top: 0;
	margin-bottom: 0;
}
.footer-wb h4.widget-title,
.footer-line-wb h4.widget-title{
	color: #ff3399;
	text-align: left;
}
.footer-wb a:hover,
.footer-line-wb a:hover {
	color: #ffc9e5;
}

/*********************************************
	Footer Module
*********************************************/
.builder-module-footer-background-wrapper {
	background: url("images/footer-bg.jpg") repeat-y scroll center center #040404;
}
.builder-module-footer .builder-module-element,
.builder-module-footer .builder-module-element a {
	color: #ff3399;
	font-size: 0.9em
}
/*********************************************
	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;
}
/*********************************************
	HTML Module (Featured)
*********************************************/
.featured-html-background-wrapper {
	background: #97A4ED;
}
/*********************************************
	Content Module
*********************************************/
.builder-module-content-background-wrapper {
	background: #FFFFFF;
}
.builder-module-content .builder-module-element {
	overflow: hidden;
}
.builder-module-content .entry-content>*:first-child {
	margin-top: 0;
}
.builder-module-content .entry-content > *:last-child {
	margin-bottom: 0;
}

.builder-module-content .builder-module-sidebar .widget {
	margin-bottom: 2em;
	background: #b2e5e5;
	padding: 0.8em;
}

.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}
.entry-title {
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 0.5em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover {
	text-decoration: none;
}
.hentry .entry-meta-wrapper {
	font-family: Helvetica, Arial, sans-serif;
	display: inline-block;
	margin-bottom: 1em;
	background: #E7E7F3;
	padding: .1em .5em;
}
.hentry .entry-meta {
	display: block;
	float: left;
	color: #858C90;
	font-size: .9em;
	font-weight: 400;
	letter-spacing: 1px;
}

.hentry .entry-meta a {
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}
.hentry .entry-meta a:hover {
}
.hentry .entry-meta.alignleft {
	max-width: 60%;
	margin: 0;
}
.hentry .entry-meta.alignright {
	float: right;
	margin: 0;
}
.hentry .entry-footer {
	display: block;
	margin-top: 3.5em;
}
.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 {
}
.entry-content {
	clear: both;
}
.loop-title {
	font-size: 2em;
	letter-spacing: -1px;
	font-weight: 300;
	margin-bottom: 3em;
	display: inline-block;
	opacity: .8;
}
.builder-module-content .hentry {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 3px double #E6E5F1;
}
.builder-module-content .hentry:last-child {
	margin-bottom: 0;
}
.builder-module-content .builder-module-sidebar {
}
.builder-module-content .builder-module-sidebar .widget a {
	text-decoration: none;
}
.builder-module-content .builder-module-sidebar .widget a:hover {
	text-decoration: underline;
}
.builder-module-content .entry-content .excerpt-read-more:after {
	content: "\2192";
	position: absolute;
	top: 10px;
	right: 200px;
	overflow: hidden;
	-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;
	opacity: 0;
}
.builder-module-content .entry-content .excerpt-read-more:hover:after {
	right: 35px;
	opacity: 1;
}
.builder-module-content  .entry-content .excerpt-read-more {
	font-family: Helvetica, Arial, sans-serif;
	background: #FFF;
	border: 1px solid #8887A8;
	color: #ffc9e5;
	border-bottom: 4px solid #CFCEE6;
	letter-spacing: 3px;
	margin: 2em 0 0;
	padding: 12px 50px;
	display: inline-block;
	text-decoration: none;
	border-radius: 2px;
	opacity: .5;
	overflow: hidden;
	position: relative;
	-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;
}
.builder-module-content  .entry-content .excerpt-read-more:hover {
	opacity: 1;
	padding-left: 40px;
	padding-right: 60px;
}
.builder-module-content .builder-module-sidebar h4.widget-title {

}
/*********************************************
	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;
}
.cake-price.alignright,
.cake-title.alignleft {
	margin:0 0 1em;
}
.hentry .aligncenter {
	margin: 0 auto;
}
.hentry .alignnone {
	margin: 0;
}
.hentry .wp-caption {
	margin-bottom: 1.5em;
	line-height: 1;
	border: 1px solid #ccc;
	padding: 2px
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 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 */
	margin-bottom: 1.5em;
}
.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;
}
/*********************************************
	Sticky Post
*********************************************/
.builder-module-content .sticky.hentry {
	margin-bottom: 3.25em;
	border: 3px solid #ff399c;
	background: #ffc1e0;
}
.sticky .entry-header {
	padding: 1em 2em;
	background: #ff399c;
}
.sticky .entry-header:hover {
	background: #ffc1e0;
}
.sticky .entry-header a {
	color: #FFFFFF;
}
.sticky .entry-header .entry-meta {
	color: #FFFFFF;
}
.sticky .entry-content {
	padding: 0 2em;
}
.sticky .entry-footer {
	padding: 0 2em;
}
/*********************************************
	Previous/Next Page Navigation
*********************************************/
.loop-utility {
	clear: both; /* To clear any floats */
	margin: 0;
}
.loop-utility .alignleft,
.loop-utility .alignright {
	margin: 0;
}
.loop-utility a {
	margin: 2em 0;
	padding: 12px 20px;
	display: inline-block;
	text-decoration: none;
}

/*********************************************
	Page Specific Styling
*********************************************/
.page .builder-module-content .hentry {
	margin-bottom: 0;
	border-bottom: 0;
}
.builder-module-content .hentry.page {
	margin-bottom: 0;
	border-bottom: 0;
}
/*********************************************
	Single Post Specific Styling
*********************************************/
.single .builder-module-content .hentry {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
/* navigation for posts that split into multiple pages */
.entry-pages a {
	display: inline-block;
	background: #EBEBEB;
	padding: 0 .35em;
}
/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin-top: 1.5em;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li.comment,
.commentlist li.trackback,
.commentlist li.pingback {
	border: 1px solid #D6D6D6;
	border-radius: 2px;
	padding: 0 1.5em;
	margin-bottom: 1.5em;
}
.commentlist .avatar {
	margin: 0;
	float: left;
	margin-right: 1.5em;
	border-radius: 36px;
}
.commentlist .fn {
	display: inline-block;
	font-size: 1.4em;
	font-weight: 300;
}
.commentlist .fn a {
	text-decoration: none;
}
.commentlist .fn a:hover {
	text-decoration: underline;
}
.comment-metadata,
.comment-metadata a {
	color: #C0C8CC;
}
.comment-metadata a:hover {
	color: #ffc9e5;
}
.comment-content {
	clear: both;
	margin-top: 4em;
}
.commentlist ul.children {
	margin: 0 0 1.5em 0;
}
.commentlist ul.children li:last-child {
	margin: 0;
}
.commentlist .comment-body {
	margin: 2.5em 0;
}
.commentlist div.reply:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#respond {
	margin-top: 2em;
}
#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: .5em 2em;
	display: inline-block;
	margin-top: 4em;
	margin-bottom: 1em !important;
}
.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 {
	font-style: italic;
	padding: .25em 2em;
	font-size: 1em;
	line-height: 1.42;
	-webkit-font-smoothing: antialiased;
	border: 1px solid #ffc1e0;
	border-left: 20px solid #ffc1e0;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
blockquote cite {
	display: block;
	font-weight: bold;
	font-style: italic;
	margin-top: 1.5em;
}
blockquote p {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	font-size: .75em;
	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 {
	opacity: .7;
}
pre {
	margin-bottom: 1.5em;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}
cite {
	font-style: normal;
}
ins {
	color: #FFFFFF;
	background: #ffc9e5;
	padding: 0 5px;
}
/*********************************************
	Lists
*********************************************/
ul, ol {
	list-style-position: outside;
	margin-left: 1.5em;
	padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: 1.5em;
}
li {
	margin: 0;
	padding: 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 {
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 0;
}
/*********************************************
	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 Styling
*********************************************/
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;
	color: #707686;
	margin: 0;
	padding: .5em;
	background: #FFFFFF;
	border: 1px solid #CECECE;
	border-top-color: #AEAEAE;
	-webkit-appearance: none;
	line-height: 1;
}
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 {
	border-color: #7F8BC8;
	box-shadow: inset 0 0 2px 1px #CACFEB;
}
select {
	font-size: 1em;
	max-width: 99%;
}
textarea {
	width: 30em;
	height: 20em;
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0;
}
input[type="submit"] {
	font-size: 1em;
	cursor: pointer;
}
/*********************************************
	Search Form Styling
*********************************************/
#searchform {
	position: relative;
}
#searchform input[type="text"] {
	width: 60%;
	max-width: 100%;
}
#searchform input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 38%;
	max-width: 100%;
	margin: 0;
}
/*********************************************
	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 h4.widget-title {
	display: inline-block;
	font-weight: 300;
}
.widget_rss h4.widget-title a {
	font-weight: 300;
	text-decoration: none;
}
.widget_rss h4.widget-title a {
	text-decoration: none;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: inherit;
	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: normal;
	display: inline-block;
	border-radius: 3px;
	background: #25356b;
	color: #FFFFFF;
	padding: .5em .75em;
	margin: 5px 0;
	text-decoration: none;
}
.widget_tag_cloud a:hover {
	background: #ffc9e5;
	text-decoration: none;
}
/*********************************************
	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
*********************************************/
.it-mobile-menu {
	display: none;
}
/*********************************************
	Featured Image
*********************************************/
.it-featured-image {
	display: inline-block;
	margin-bottom: 2.5em;
	line-height: 0;
}
.it-featured-image img {
	width: inherit;
	width: 100%;
}
.it-featured-image a {
	display: block;
}
.it-featured-image img {
	display: block;
}
/*********************************************
	Misc.
*********************************************/
::selection {
	color: #FFFFFF;
	background: #ff399c; /* Safari */
	}
::-moz-selection {
	color: #FFFFFF;
	background: #ff399c; /* Firefox */
}
.no-featured-image .entry-title {
	margin-bottom: 1.5em;
}
/*********************************************
	Post Formats
*********************************************/
/* Status */
.builder-module-content .format-status {

}
.builder-module-content .format-status .entry-header {
	margin-bottom: 0;
}
.builder-module-content .format-status .entry-header .entry-meta-wrapper {
	margin-bottom: 0;
}
.builder-module-content .format-status {
	padding: 3em;
	border-radius: 3px;
	background: #32457b;
	color: #ffffff;
	border-bottom: none;
}
/* Aside */
.builder-module-content .format-aside {
	border-radius: 6px;
	font-size: 1.5em;
	font-style: italic;
	background: #ff399c;
	padding: 1em;
	border-bottom: none;
	color: #ffffff;
}
.builder-module-content .format-aside a{
	color: #32457b;
}
/* Quote */
.builder-module-content .format-quote .entry-content {
	font-size: 1.5em;
	font-style: italic;
}

/* Image */ 
.builder-module-content .format-image .it-featured-image {
	margin-bottom: 0;
}
.builder-module-content .format-image .entry-content {
	margin-top: 2.5em;
}

#soliloquy-2-background-wrapper {
	margin-bottom: 0;
}

.builder-module-block .soliloquy-container {
	overflow: hidden;
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
} 
.author-details {
	padding-top: 0em;
}
label.gfap_placeholder {
	display: none;
	color: transparant;
}

.store-cakes .cakes {
	width: 22%;
	float: left;
	padding-right: 2em;
	font-style: italic;
	font-size: 0.8em;
}
.store-cakes .entry-header,
.store-cakes img {
	margin:0;
}
.form-contact-party_wrapper {
	line-height: 1.3
}


span.cake-title{
	max-width: 79%
}


