/**
 * Theme Name: Hybrid - Cakeb0t child theme
 * Theme URI: http://cakeb0t.com
 * Description: 2 column custom theme
 * Version: 0.1
 * Author: Your Name
 * Author URI: http://cakeb0t.com
 * Tags: hybrid, child
 *Template: hybrid
 */
 
 /**
* Import pre-made styles from Hybrid
************************************************/

/* Get reset CSS */
/*@import url('../hybrid/library/css/reset.css');*/

/* Get base CSS */
@import url('../hybrid/library/css/18px.css');

/* Get layout CSS */
/* @import url('../hybrid/library/css/2c-l-fixed.css'); */

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default CSS */
/* @import url('../hybrid/library/css/screen.css'); */


/* Make sure theme clears WP.org theme repository checklist */

.alignright {}
.alignleft {}
.alignnone {}
.aligncenter {}
.avatar {}
.wp-caption {}
.gallery {}
.wp-smiley {}


/**
 * Two columns with content floated left.
 * Fixed width of 960px.
 */

#body-container {
	/* overflow: hidden; */
	width: 960px;
	margin: 0 auto;
	}

#container {
	overflow: hidden;
	float: left;
	width: 920px;
	}

.content {
	overflow: hidden;
	float: left;
	width: 620px;
	}
	
.page-500 .content {
	width: 100%;
	}

.page-500 .page-title{
display: none;
}
	
.no-widgets .content, .no-default-widgets .content {
	width: 900px;
	}

#primary {
	position: relative;
	float: right;
	width: 240px;
	/* background-color: red; */
	}

#secondary {
	position: relative;
	clear: right;
	float: right;
	width: 187px;
	height: 933px;
	margin: 0px 16px 5px 17px;
	padding: 74px 10px 0;
	background: transparent url(images/secSidebarBG.png) no-repeat 0 0;
	text-align: center;
	}
	#secondary ul{
		list-style: none;
		margin: 0;
		}
		#secondary ul li{
			margin-bottom: 14px;
			}
	#secondary .widget-title{
		margin-bottom: 10px !important;
		}
	#secondary .widget{
		margin-bottom: 20px !important;
		}
		
.page-500 #secondary {
	display: none;
	}

	
#subsidiary {
	overflow: hidden;
	}

#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	}

#footer-container {
	clear: both;
	overflow: hidden;
	}

#footer {
	clear: both;
	overflow: hidden;
	}

/* Body */
body {
	font: normal normal normal 15px/18px Frutiger, ÔFrutiger LinotypeÕ, Univers, Calibri, ÔGill SansÕ, ÔGill Sans MTÕ, ÔMyriad ProÕ, Myriad, ÔDejaVu Sans CondensedÕ, ÔLiberation SansÕ, ÔNimbus Sans LÕ, Tahoma, Geneva, ÔHelvetica NeueÕ, Helvetica, Arial, sans-serif;
	color: #4F280F;
	width: 960px;
	margin: 30px auto 21px auto;
	border: #EFE7A4 1px dotted;
	}

/* Body container */
#body-container {	
	margin: 30px 10px 30px 30px;
	width: auto;
	/* padding: 30px; */
/* 	background: url(images/Cakeb0tSiteMOCKUP.png) -30px -30px; */
	}

/* Links */
a {
	color: #78AAAF;
	text-decoration: none;
	}
a:visited {
	color: #314C4F;
	}
a:hover, a:active {
	color: #9F6945;
	text-decoration: underline;
	}

/* Headers */
h2, h3, h4, h5, h6 {
	font-family: Frutiger, ÔFrutiger LinotypeÕ, Univers, Calibri, ÔGill SansÕ, ÔGill Sans MTÕ, ÔMyriad ProÕ, Myriad, ÔDejaVu Sans CondensedÕ, ÔLiberation SansÕ, ÔNimbus Sans LÕ, Tahoma, Geneva, ÔHelvetica NeueÕ, Helvetica, Arial, sans-serif;
	color: #4F280F;
	font-weight: bold;
	}
h2 {
	font-size: 21px;
	}
h3 {
	font-size: 19px;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}


/* Lists */
ul {
	list-style: square;
	}

/* Blockquotes */
blockquote {
	font-style: italic;
	color:#EF5D0E;
	/*font-weight:bold;*/
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}

/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #78AAAF;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #78AAAF;
	border-left: 1px solid #78AAAF;
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
	padding: 3px 6px;
	border-bottom: 1px solid #78AAAF;
	border-right: 1px solid #78AAAF;
	}
th {
	background: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Georgia, serif;
	color: #333;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #78AAAF;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* hr */
hr {
background-color: #9F6945;
margin-left: 30px;
margin-right: 30px;
}


/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 30px 0;
	font-size: .9em;
	font-style: italic;
	color: #9F6945;
	}
.breadcrumb a {
	color: #78AAAF;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #9F6945;
	text-decoration: underline;
	}

/* Images */
.post img {
	max-width: 568px;
	padding: 5px;
	border: 1px solid #78AAAF;
	}

.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #78AAAF;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #78AAAF;
	}
.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #78AAAF;
	}

/* Gallery [gallery] */
.gallery img {
	border: 1px solid #78AAAF;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #78AAAF;
	}

/* Header */
#header {
	margin: 0;
	/* margin: 0 0 40px 0; */
	padding: 10px 0 0 100px;
	}
	
#utility-header{
	float: right;
	left:-68px;
	position:relative;
	top:-138px;
	}

#text-6{
	height: 165px;
	width: 119px;
	margin-bottom: 0;
/* 	background: transparent url(images/freeGift.png) no-repeat 0 0; */
	}

/* Blog title */
#site-title {
	font: italic normal normal 35px/35px Frutiger, ÔFrutiger LinotypeÕ, Univers, Calibri, ÔGill SansÕ, ÔGill Sans MTÕ, ÔMyriad ProÕ, Myriad, ÔDejaVu Sans CondensedÕ, ÔLiberation SansÕ, ÔNimbus Sans LÕ, Tahoma, Geneva, ÔHelvetica NeueÕ, Helvetica, Arial, sans-serif;
	margin: 0;
	}
#site-title a {
	color: #4F280F;
	text-indent: -9999px;
	display: block;
	height: 130px;
	width: 524px;
	white-space: nowrap;
	background: transparent url(images/titleBG.png) no-repeat 0 0;
	}


/* Blog description */
#site-description {
	font: normal normal normal 16px/20px Frutiger, ÔFrutiger LinotypeÕ, Univers, Calibri, ÔGill SansÕ, ÔGill Sans MTÕ, ÔMyriad ProÕ, Myriad, ÔDejaVu Sans CondensedÕ, ÔLiberation SansÕ, ÔNimbus Sans LÕ, Tahoma, Geneva, ÔHelvetica NeueÕ, Helvetica, Arial, sans-serif;
	margin:-11px 0 0 77px;
	color: #78AAAF;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 430px;
	white-space: nowrap;
	background: transparent url(images/subtitleBG.png) no-repeat 0 0;
	}

/* Navigation */
#primary-menu, #navigation {
	overflow: visible;
	height: 34px;
	margin: 10px 0 13px 40px;
	z-index: 100;
	}
#primary-menu li, #page-nav li {
	margin-right: 63px;
	}
	#menu-item-10{
		margin-right: 0 !important;	
		}
#primary-menu li li, #page-nav li li {
	margin-right: 0;
	}
#primary-menu li a, #page-nav li a {
	/* padding: 8px 15px 8px 15px; */
	/* color: #111; */
	/* background: #fff; */
	/* border: 1px solid #ccc; */
	}
	
#menu-item-491 a{
	color: #825231;
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 46px;
	white-space: nowrap;
	background: transparent url(images/about.png) no-repeat 0 0;
	}

#menu-item-492 a{
	color: #825231;
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 49px;
	white-space: nowrap;
	background: transparent url(images/recipes.png) no-repeat 0px 3px;
	}

#menu-item-493 a{
	color: #825231;
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 98px;
	white-space: nowrap;
	background: transparent url(images/blog.png) no-repeat 0 0;
	}

#menu-item-494 a{
	color: #825231;
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 166px;
	white-space: nowrap;
	background: transparent url(images/ideas.png) no-repeat 0 1px;
	}
	
#menu-item-495 a{
	color: #825231;
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 206px;
	white-space: nowrap;
	background: transparent url(images/techniques.png) no-repeat 0 0;
	}
	
	
/* Drop-downs style */
#primary-menu li:hover ul, #primary-menu li.sfHover ul, #page-nav li:hover ul, #page-nav li.sfHover ul {
	top: 25px;
	}
#primary-menu li li a, #page-nav li li a {
	border-top: none;
	margin-right: 0;
	}
#primary-menu li ul, #page-nav li ul {
	background: #fff;
	border: 1px solid #825231;
	}
#primary-menu li li:hover ul, #primary-menu li li.sfHover ul, #primary-menu li li li:hover ul, #primary-menu li li li.sfHover ul, 
#page-nav li li:hover ul, #page-nav li li.sfHover ul , #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}
#primary-menu li li li, #page-nav li li li {
	margin-left: -1px;
	}

#primary-menu ul.sub-menu li a{
	text-indent: 0px;
	background-image: none; 
	}

#primary-menu ul.sub-menu{
	padding-top: 5px;
	}

#primary-menu li ul li{
	padding-left: 5px;
	/* border:1px solid #825231; */
	}

/* Container (wraps content, primary, and secondary) */
#container {
	margin: -100px 0px 21px;
	}

.page-template-no-widgets #container, .no-widgets #container {
	margin: 20px 0px 21px !important;
	}

/* Main content */
.content {
	margin: 0 0 21px 0;
	}
.no-widgets .content, .page-template-no-widgets .content {
	width: 900px;
	}

/* Posts */
.post {
	overflow: hidden;
	margin: 0 0 40px 0;
	}
.single .post, .attachment .post, .page .post {
	margin: 0;
	}

/* Archive information */
.author-info, .search-info {
	overflow: hidden;
	margin: 0 0 40px 0;
	}

/* Entry title */
.entry-title {
	font-size: 24px;
	margin: 0 0 12px 0;
	font-weight: normal;
	font-style: italic;
	}
	.page-template-widgets .widget-posts .entry-title {
		font-size:15px;
		margin:0 0 4px;
		}
	
.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin: 0;
	}
.page-title, .attachment-title {
	margin: 0 0 21px 0;
	}
.entry-title a {
	color: #4F280F;
	}

/* Byline */
.byline {
	margin: 0 0 30px 0;
	font-style: italic;
	color: #9F6945;
	}
.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}

/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0 0 10px 0;
	}

/* Entry metadata */
.entry-meta {
	clear: both;
	font-style: italic;
	color: #9F6945;
	}

/* Page links (multiple-paged posts) */
p.page-links a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #78AAAF;
	}

/* Navigation links */
.navigation-links {
	margin-bottom: 21px;
	font-style: italic;
	}
.navigation-links .previous {
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}
.navigation-attachment {
	overflow: hidden;
	}

/* WP Pagenavi plugin */
.wp-pagenavi {
	margin-bottom: 21px;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #78AAAF;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 42px 0;
	color: #4F280F;
	}
.widget a {
	color: #78AAAF;
	text-decoration: underline;
	}
.widget a:hover {
	color: #9F6945;
	text-decoration: none;
	}

/* Widget titles */
.widget-title {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #4F280F;
	}

/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #78AAAF;
	}
	

/*********** Sidebar Custom Widgets ***********/
#hybrid-search-3{
	width: 240px;
	}
	#hybrid-search-3 .widget-inside{
	
		}
		#hybrid-search-3 .widget-inside #search-form{
			margin:0 29px;
			/* background: transparent url(images/searchBox.png) no-repeat 0 0; */
			}
			#hybrid-search-3 .widget-inside #search-form input{
				border:3px solid #FFF6AF;
				}
	#hybrid-search-3 h3.widget-title{
		color: #4F280F;
		text-indent: -9999px;
		display: block;
		height: 18px;
		width: 51px;
		white-space: nowrap;
		background: transparent url(images/search.png) no-repeat 0 0;
		margin: 0 88px 10px;
		}
	
#text-7{
	height: auto;
	margin:0 33px;
	
	/* width: 240px; */
	}
	#text-7 .widget-inside{
		width: 174px;
		height: 57px;
		/* margin: 10px 16px; */
		padding:10px 16px;
		background: transparent url(images/shareBG.png) no-repeat 0 0;
		}
	
#text-8{
	width: 240px;

	}
	#text-8 .widget-inside{
		background:url("images/tv.png") no-repeat scroll 0 0 transparent;
		height:173px;
		margin:0 17px;
		padding:55px 2px 7px 2px;
		width:200px;
		}
		#text-8 .textwidget{
			height: 174px;
			background: url("images/latestvideo.png") no-repeat scroll 50px 146px #FFF2F2;
			}

#text-9{
	height: 92px;
	width: 240px;
	}
	#text-9 .widget-inside{
		margin: 0 58px;
		width: 124px;
		}

/* Secondary Widgets */

#wpp-4{
	
	}
	#wpp-4 .widget-title{
		color: #4F280F;
		text-indent: -9999px;
		display: block;
		height: 25px;
		width: 60px;
		white-space: nowrap;
		background: transparent url(images/popular.png) no-repeat 0 0;
		margin:0 auto;
		}
		
#hybrid-archives-3{
	
	}
	#hybrid-archives-3 .widget-title{
		color: #4F280F;
		text-indent: -9999px;
		display: block;
		height: 18px;
		width: 62px;
		white-space: nowrap;
		background: transparent url(images/archives.png) no-repeat 0 0;
		margin:0 auto;
		}

#hybrid-categories-3{
	
	}
	#hybrid-categories-3 .widget-title{
		color: #4F280F;
		text-indent: -9999px;
		display: block;
		height: 23px;
		width: 79px;
		white-space: nowrap;
		background: transparent url(images/categories.png) no-repeat 0 0;
		margin:0 auto;
		}

/* Comments template */
#comments-template {
	clear: both;
	}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #78AAAF;
	}
#comments li li, #comments li li li li {
	background: #f9f9f9;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #78AAAF;
	}

/* Comment metadata */
.comment-meta {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #9F6945;
	}
.comment-author {
	font-size: 15px;
	color: #4F280F;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	color: #78AAAF;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 15px;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 97%;
	}
#comments-template label {
	font-size: .9em;
	}
	

/* Respond textarea */
textarea {
	width: 98%;
	}

input, textarea {
	font-family: Helvetica, Arial, sans-serif;
	color: #4F280F;
	font-size:1em;
	padding:3px;
	}
	
#comments input, textarea, .text-input {
	border: 1px solid #78AAAF;
	}

/* Submit and rest buttons */
.button, .submit, .reset {
	color:#4F280F;
	height:27px;
	width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px 15px;
	background: #fff;
	border: 1px solid #78AAAF;
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #f9f9f9;
	}
	
#submit{
	background:#fff;
	border:1px solid #78AAAF;
	color:#4F280F;
	height:27px;
	}

/* Footer container */
#footer-container {
	clear: both;
	margin: 0;
	padding-top: 83px;
	background: transparent url(images/footerBG.png) no-repeat 275px 0px;
	}

/* Subsidiary */
#subsidiary {
	margin: 0 0 21px 0;
	}

/* Footer */
#footer {
	font-style: italic;
	color: #4F280F;
	}
#footer .copyright {
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
	margin: 0;
	}

/* Post Layouts */
.layout-1c .content {
	width: 960px;
	}
.layout-1c #primary {
	clear: left;
	float: left;
	width: 470px;
	}
.layout-1c #secondary {
	clear: none;
	float: right;
	width: 470px;
	}
.layout-2c-r .content {
	float: right;
	width: 620px;
	}
.layout-2c-r #primary {
	float: left;
	width: 300px;
	}
.layout-2c-r #secondary {
	clear: left;
	float: left;
	width: 300px;
	}
.layout-2c-l .content {
	float: left;
	width: 620px;
	}
.layout-2c-l #primary {
	float: right;
	width: 300px;
	}
.layout-2c-l #secondary {
	clear: right;
	float: right;
	width: 300px;
	}
.layout-3c-r .content {
	float: right !important;
	width: 520px !important;
	}
.layout-3c-r #primary {
	float: left !important;
	width: 190px !important;
	}
.layout-3c-r #secondary {
	clear: none;
	float: left !important;
	width: 190px !important;
	margin-left: 20px;
	}
.layout-3c-l .content {
	float: left;
	width: 520px;
	}
.layout-3c-l #primary {
	float: right;
	width: 190px;
	}
.layout-3c-l #secondary {
	clear: none;
	float: right;
	width: 190px;
	margin-right: 20px;
	}
.layout-3c-c #container {
	padding-left: 240px;
	padding-right: 240px;
	}
.layout-3c-c .content {
	width: 480px;
	float: left;
	}
.layout-3c-c #primary {
	float: left;
	width: 220px;
	position: relative;
	right: 720px;
	}
.layout-3c-c #secondary {
	float: left;
	width: 220px;
	position: relative;
	margin-left: -220px;
	}
	
/* Singular Page Web Form Styles */ 


#af-form-616115933 .af-body .af-textWrap{width:70%;display:block;float:right;}
#af-form-616115933 .af-body .privacyPolicy{color:#888888;font-size:12px;font-family:, serif;}
#af-form-616115933 .af-body a{color:#888888;text-decoration:underline;font-style:normal;font-weight:normal;}
#af-form-616115933 .af-body input.text, #af-form-616115933 .af-body textarea{background-color:#FFFFFF;border: 1px solid #78AAAF;/* color:#000000; */text-decoration:none;font-style:normal;font-weight:normal;font-size:inherit;font-family:inherit;}
#af-form-616115933 .af-body input.text:focus, #af-form-616115933 .af-body textarea:focus{background-color:inherit;border: 1px solid #78AAAF;}
#af-form-616115933 .af-body label.previewLabel{
		display:block;
		float:left;
		width:25%;
		text-align:left;
		text-decoration:none;
		font-style:normal;
		font-weight:normal;
		font-size:inherit;
		font-family:inherit;
		height:22px;
		line-height:22px;
		}
/* #af-form-616115933 .af-body{padding-bottom:15px;background-repeat:no-repeat;background-position:inherit;background-image:none;color:inherit;font-size:12px;font-family:, serif;} */
#af-form-616115933 .af-quirksMode{padding-right:15px;padding-left:15px;}
#af-form-616115933 .af-standards .af-element{padding-right:10px;padding-left:10px;}
/*#af-form-616115933 .buttonContainer input.submit{color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:inherit;font-family:inherit;}*/
#af-form-616115933 .buttonContainer input.submit{width:auto;}
#af-form-616115933 .buttonContainer{text-align:center;}
#af-form-616115933 button,#af-form-616115933 input,#af-form-616115933 submit,#af-form-616115933 textarea,#af-form-616115933 select,#af-form-616115933 label,#af-form-616115933 optgroup,#af-form-616115933 option{float:none;position:static;margin:0;}
#af-form-616115933 div{margin:0;}
#af-form-616115933 form,#af-form-616115933 textarea,.af-form-wrapper,.af-form-close-button,#af-form-616115933 img{float:none;color:inherit;position:static;background-color:none;border:none;margin:0;padding:0;}
#af-form-616115933 input,#af-form-616115933 button,#af-form-616115933 textarea,#af-form-616115933 select{font-size:100%;}
#af-form-616115933 select,#af-form-616115933 label,#af-form-616115933 optgroup,#af-form-616115933 option{padding:0;}
/* #af-form-616115933,#af-form-616115933 .quirksMode{width:190px;} */
#af-form-616115933.af-quirksMode{overflow-x:hidden;}
#af-form-616115933{background-color:transparent;border-color:inherit;border-width:none;border-style:none;}

#af-form-616115933{
	overflow:hidden;
	margin-left: 18px;
	}
	
.af-body .af-textWrap{text-align:left;}
.af-body input.image{border:none!important;}
.af-body input.submit,.af-body input.image,.af-form .af-element input.button{float:none!important;}
.af-body input.text{width:100%;float:none;padding:2px!important;}
.af-body.af-standards input.submit{padding:4px 12px;}
.af-clear{clear:both;}
.af-element label{text-align:left;display:block;float:left;}
.af-element{padding:5px 0;}
.af-form-wrapper{text-indent:0;}
.af-form{text-align:left;margin:auto;}
.af-quirksMode .af-element{padding-left:0!important;padding-right:0!important;}
.lbl-right .af-element label{text-align:right;}


#af-body-616115933 .af-element{
	float:left !important;
	margin-right:30px;
	}
	
.singular-web-form-intro{
	color:#78AAAF;
	text-align: center;
	}	
	
#af-body-616115933 .privacyPolicy{
	clear: both;
	width: 94%;
	text-align: center;
	}
	#af-body-616115933 .privacyPolicy p{
		margin-bottom: 8px;
		}
	
#af-body-616115933 .buttonContainer, #af-body-616115933 .privacyPolicy{
	margin-right: 0;
	}
	
#text-11 .widget-inside{
/* 	background-color: #FDF8CA; */
	border: 1px dotted #99DADF;
	padding-top:10px;
	}