/*
Theme Name: JBBardot
Theme URI: http://ithemes.com/
Description: A Builder child theme.
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.0.1
Tags: blog, theme options, multiple layouts, wedding, blue
Template: Builder

Version History
	See history.txt
*/

/*********************************************
	Default font settings and typography.
*********************************************/
html {
	font-size: 100%;
}
body {
	color: #333;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5;
}
input, select, textarea {
	font-family: 'Trebuchet MS', 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: url("https://www.jbbardot.com/wp-content/uploads/2013/04/garden-bg2.jpg") no-repeat center;
	background-size: cover;
}


/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #336633;
	text-decoration: none;
}
a:hover {
	color: #ff9933;
	text-decoration: underline;
}
a:focus {
	color: #ff9933;
}


/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 27px;
}
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 {
	background: transparent;
	border: none;
	display: block;
	margin: 1.5em auto;
}


/*********************************************
	Default Module Styling
*********************************************/
.builder-module-outer-wrapper {
	overflow: visible !important;
}
.builder-module {
	background: transparent;
}
.builder-module-
.builder-module-last {
	margin-bottom: 0;
}
.builder-module-block {
	margin: 1.25em;
}

/* Failed attempt #5 at producing full-height sidebars

   This does not work due to a Firefox glitch that causes wide content to
   override the width of blocks.

   These rules should be looked at again later in case Firefox fixes this issue.
*/

/*
.builder-module {
	display: table;
	table-layout: fixed;
}
.builder-module-block-outer-wrapper {
	display: table-cell !important;
	float: none !important;
	vertical-align: top;
	position: relative;
}
.builder-module-sidebar {
	min-height: 100%;
}*/


/*********************************************
	Header Module
*********************************************/

.builder-module-header {
	background: #FFFFFF;
	text-align: center;
	border: 1px solid #336633;
	border-bottom: 1px solid #ffcc99;
}

.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	height: auto;
	margin-bottom: 0;
	text-decoration: none;
}
.site-title a:hover,
.site-tagline a:hover {

}
.site-title {
	margin-top: 0;
	font-size: 3.5em;
	font-weight: bold;
	line-height: 1;
	font-family: Helvetica, sans-serif;
}
.site-title a {
	
}
.site-title a:hover {
	
}
.site-tagline {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: .8em;
	margin-top: .5em;
}
.site-tagline a {
	
}


/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	background: #FFFFFF;
	font-size: .9em;
	display: block;
	margin: 0;
	padding: .75em 0;
	width: 100%;
}
.builder-module-sidebar.right {
	margin-right: 0;
}
.builder-module-sidebar.left {
	margin-left: 0;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	color: #333;
	margin: 0;
	padding: .75em 1.5em;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-block-outer-wrapper .widget-wrapper-left .widget,
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget {
	padding-right: .75em;
}
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget,
.builder-module-block-outer-wrapper .widget-wrapper-right .widget {
	padding-left: .75em;
}
.builder-module-sidebar h4.widget-title {
	background: none;
	font-weight: bold;
	color: #454545;
	font-size: 1.1em;
	line-height: 1.25;
	margin: 0 0 1em 0;
	padding: 0;
    border-bottom: 1px dashed #CDCDCD;
}
.builder-module-sidebar h4.widget-title a {
	color: #454545;
}
.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;
/*	background: url("images/heart-bullet.png") no-repeat 0 8px;
	padding-left: 12px; */
}


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

.builder-module-navigation {
	display: block;
	background: #ffffff; 
	line-height: 1.1;
	width: 100%;
	padding: .25em 0 .25em 0 !important;
	border-top: 5px solid #ffcc99;
	border-bottom: 5px solid #ffcc99;
}
.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;
	width: 70px;
	font-size: .8em;
	color: #336633;
	font-weight: bold;
	margin: .25em 0;
	text-decoration: none;
	text-align: center;
	border-radius: 2px;
	padding: .25em .9em;	
	-webkit-font-smoothing: antialiased;	
}
.builder-module-navigation .current_page_item a,
.builder-module-navigation .current-cat a,
.builder-module-navigation .current-menu-item a {
	background: transparent;
	color: #F5A426;
	font-weight: bold;
}
.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: #F5A426;
	font-weight: bold;
}
/* second level stuff */
.builder-module-navigation li ul {
	background: #FFFFFF;
	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 {
	background: #FFFFFF;
	color: #F5A426;
}
.builder-module-navigation li ul ul {
	margin: -2.05em 0 0 14em;
}

li#menu-item-147 a {
	width: 90px;
}

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

.builder-module-widget-bar {
	background: #FFFFFF;
}


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

.builder-module-footer {
	background: #FFFFFF;
	border: 1px #336633 solid;
	border-top: none;
}
.builder-module-footer .builder-module-element {
	color: #333333;
	font-size: .75em;
	margin: 0 1.5em;
	padding-bottom: 1em;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
	color: #000000;
}
.builder-module-footer .builder-module-sidebar {
	background: transparent;
}


/*********************************************
	Image Module
*********************************************/
.builder-module-image {
	background: #FFFFFF;
}
.builder-module-image .builder-module-element {
	font-size: 0;
	margin: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}


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


/*********************************************
	Content Module
*********************************************/

.builder-module-content {
	background: #FFFFFF;
}
.builder-module-content .builder-module-element {
	overflow: hidden;
}
.builder-module-content .hentry {
	margin-bottom: 0.5em;
}
.builder-module-content h1 {
	margin-top: 0;
}
.builder-module-content .entry-content {
	margin-top: 0;
}
.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry {
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}

.entry-title {
	clear: both;
	color: #336633;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: 0;
}
.entry-title a {
	color: #336633;
	font-size: 1em;
	text-decoration: none;
}
.entry-title a:hover {
	color: #ff9933;
}
.hentry .entry-meta {
	display: inline;
}
.hentry .entry-meta a {
	font-style: normal;
	text-decoration: none;
}
.hentry .entry-meta a:hover {
	text-decoration: underline;
}
.hentry .entry-footer {
	display: block;
}
.hentry .entry-footer img {
	max-width: none;
}

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

.hentry .edit-entry-link {
	clear: both;
	margin: 0 0 1.5em 0;
}

.entry-content {
	clear: both;
	margin-top: 1.5em;
}
.loop-title {
	font-size: 1.75em;
	line-height: 1.7;
	margin-top: 0;
	margin-bottom: .875em;
}


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

.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	background: #336633;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {
	background: #336633;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	height: auto;
}
.hentry .alignright {
	margin: 0 0 1.5em 1.5em;
}
.hentry .alignleft {
	margin: 0 1.5em 1.5em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}

.hentry .wp-caption {
	background: #FFFFFF;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
}

.hentry .wp-caption-text {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}


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

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

.entry-footer {
	border-top: .1em dashed #D7D7D7;
	clear: both; /* we need this so floats in the post are cleared */
	margin-bottom: 0;
	padding-top: 1.4em;
}
.entry-footer .alignright {
	margin-bottom: 1.5em;
}
.entry-footer .categories,
.entry-footer .tags {
	background: url( 'images/category-bg.png' ) -2px 6px no-repeat;
	padding: 0 0 0 1.5em;
}
.entry-footer .comments {
	background: url( 'images/comments-bg.png' ) 0 2px no-repeat;
	padding: 0 0 0 1.5em;
}

.EXIF table {
	margin: 1.5em 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 */
}
.loop-utility a {
	color: #FFFFFF;
	background: #336633;
	padding: 5px 10px;
	border: 1px solid #336633;
	line-height: 3.1;
	border-radius: 3px;
	text-shadow: 0 0 2px #858585;
	text-decoration: none;
}
.loop-utility a:hover {
	background: #333333;
	border-color: #333333;
}


/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin: 3em 0 1.5em 0;
	padding: 0;
}
#comments ol.commentlist {
	background: transparent;
	margin: 1.5em 0;
	padding: 0;
}
#comments ul.children {
	margin: 0 1.5em;
}
#comments .vcard {
	line-height: 1;
	margin-bottom: 0;
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0 .75em 0 0;
	padding: 2px;
	background: #86ACC2;
	border: 1px dashed #41535E;
}
#comments .comment-meta {
	margin-bottom: 1.5em;
}
#comments li {
	border: 1px solid #999999;
	clear: both;
	list-style-type: none;
	margin: 1.5em 0;
	overflow: hidden;
}
#comments li .comment-body {
	margin: 1.5em;
}
#comments blockquote {
	margin: 1.5em;
}

#respond {
	margin-top: 3em;
	overflow: visible !important;
}
.comment #respond {
	border: 1px solid #999999;
	margin: 1.5em 1.5em 1.5em 1.5em;
	padding: 0 1.5em 1.5em 1.5em;
}
#respond h3 {
	margin-bottom: 0;
}
#respond .cancel-comment-reply a {
	display: block;
	margin: 0;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	width: 20em;
}
#commentform input,
#commentform textarea {
	margin: 0;
}
#commentform #comment {
	width: 100%;
}
#commentform .comment-submit-wrapper {
	margin-bottom: 0;
}
#comments .children li.depth-2,
#comments .children li.depth-4,
#comments .children li.depth-6 {
	background: #FAFAFA;
	border: 1px dashed #CDCDCD;
}
#comments li.even {
	background: white;
}
#comments .reply a {
	color: #FFFFFF;
	background: #FEA4D5;
	padding: 5px;
	border: 1px solid #C27DA3;
	line-height: 3.1;
	border-radius: 3px;
	text-shadow: 0 0 2px #858585;
	text-decoration: none;
}
#comments .reply a:hover {
	background: #C27DA3;
	border-color: #84556F;
}

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

p {
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
blockquote {
	color: #666666;
	font-size: 1.2em;
	font-style: italic;
	margin: 1.5em;
	padding: 0;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
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 #666;
}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}
hr {
	color: #cccccc;
}

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

ul, ol {
	list-style-position: outside;
	margin: 0 0 0 1.4em;
	padding: 0;
}
.entry-content > ul,
.entry-content > ol {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
ol {
	margin-left: 20px;
}
#ie6 ol,
#ie7 ol {
	margin-left: 24px;
}
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: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}


/*********************************************
	Tables
*********************************************/

table {
	background: #F3F3F3;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	background: #E8E8E8;
	font-weight: bold;
	line-height: 1.5;
}
th, td, caption {
	padding: .75em;
}
tr:nth-child(2n) th {
	background: #F6F6F6;
}
tr:nth-child(2n) td {
	background: #FFFFFF;
}
tfoot {
	font-style: italic;
}
caption {
	background: #EEEEEE;
}


/*********************************************
	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=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #CDCDCD;
	padding: 5px;
	border-radius: 3px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
textarea {
	width: 30em;
	height: 20em;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
/*	position: relative;
	top: .25em;*/
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0 !important;
	padding: .2em .5em;
}


/*********************************************
	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 Styling
*********************************************/

.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}


/*********************************************
	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;
}


/*********************************************
	Outer Wrapper Styling
*********************************************/

.builder-module-content-outer-wrapper {
	border: 1px solid #336633;
	border-top: none;
	border-bottom: none;
}
.builder-module-content-outer-wrapper,
.builder-module-widget-bar-outer-wrapper,
.builder-module-html-outer-wrapper,
.builder-module-image-outer-wrapper {
	margin-bottom: 0em !important;
}
.builder-module-navigation-outer-wrapper,
.builder-module-widget-bar-outer-wrapper,
.builder-module-image-outer-wrapper {
	border-left: 1px solid #336633;
	border-right: 1px solid #336633;
	margin-bottom: 0em !important;
}
.builder-module-navigation-outer-wrapper,
.builder-module-image-outer-wrapper {
	border-bottom: 1px solid #ffcc99;
}
.builder-module-before-navigation-outer-wrapper.builder-module-navigation-outer-wrapper {
	margin-bottom: .5em !important;
}


/*********************************************
	Page Specific Styles
*********************************************/

.page .builder-module-content .hentry {
	margin-bottom: 0;
}
.page .entry-footer {
	border: none;
	margin-bottom: 0;
}
.page .hentry .edit-entry-link {
	margin-bottom: 0;
	display: none;
}


/*********************************************
	Post Specific Styles
*********************************************/

.post.hentry {
	margin-bottom: 4em !important;
}
.post.hentry:last-child {
	margin-bottom: 1.5em !important;
}


/*********************************************
	Custom Gravity Forms Styling
*********************************************/

.gf_progressbar_percentage.percentbar_custom {
	background-color: #91BBD3 !important;
}
.gform_wrapper .gf_progressbar {
	border-color: #627E8E !important;
}
.gform_wrapper span.ginput_product_price {
	color: #627E8E !important;
}
.gform_wrapper span.ginput_total {
	color: #627E8E !important;
}

/*********************************************
	Attachment/Image Specific Styles
*********************************************/

.attachment .loop-footer {
	margin-top: 1.5em;
}	
.attachment .loop-utility {
	clear: none;
}
.attachment .loop-utility a {
	display: block;
	line-height: 0;
	background: #EFEFEF;
	border-color: #AAAAAA;
}
/*********************************************
	Featured Image
*********************************************/

.it-featured-image {
	width: 640px;
	margin: 1em auto;
	line-height: 0;
}
.it-featured-image img {
	width: inherit;
}

/********************************************
	Featured Posts
********************************************/
#pluginbuddyfeaturedposts-2 .featuredposts-excerpt {
	position: absolute !important;
	display: block !important;
	background: #ffcc99;
	right: 0;
	font-size: 16px;
	word-wrap: break-word;
}
#builder-layout-517d5ad16c32b .loop-content {
	background: #ffcc99;
	padding: .75em;
	border: 1px dashed #336633;
}
