/*
Theme Name: Art of Manliness Builder Child
Theme URI: http://screenfour.com/
Description: A Responsive Builder Child Theme.
Author: Screen Four Solutions
Author URI: http://screenfour.com/
Version: 1.0.0
Template: Builder

Version History
	See history.txt
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,700,800,600);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(stylesheets/app-minim.css);
/*********************************************
	Default font settings and typography.
*********************************************/
html {
	font-size: 100%;
}
body {
	color: #222222;
	font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.625;
}
input, select, textarea {
	font-family: Lato, '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: #FFFFFF url(images/body-bg.jpg) repeat;
}


/*********************************************
	Universal Link Styles
*********************************************/




/*********************************************
	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: #862A1F;
	color: #FFFFFF;
	font-size:.8em;
	padding: .2em .5em;
	border: 1px solid transparent;
	border-radius: 2px;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;	
	margin-bottom: 1.5em;
	text-decoration: none;
	-webkit-transition: all .5s 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: #50130C;
	color: #FFFFFF;	
	text-decoration: none;
}
.more-link {
	display: inline-block;
	float: none;
	margin: 0;
}
.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;
}


/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 27px;
	font-family: 'Oswald', sans-serif;
}
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-background-wrapper {
}
.builder-module {
	padding-top: .3em;
	padding-bottom: .3em;
}
.builder-module-last {
	border-bottom: 0;
}
.builder-module-element {
	margin-bottom: 2em !important;
}
.left .builder-module-element {
	margin-right: 3em;
}
.middle .builder-module-element {
	margin-left: 3em;
	margin-right: 3em;
}
.right .builder-module-element {
	margin-left: 3em;
}

/*********************************************
	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: 0em;
}
.builder-module-sidebar .widget {
	margin: 0em 0 1em 0;
	padding: 0;
}
/*.ithemes-billboard a img {
	margin-bottom:1em;
}*/
.ithemes-billboard {
	margin-bottom:0em;
}

.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 {

}
.builder-module-sidebar h4.widget-title a {
	color: #3B3F42;
}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 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;
	padding: 3px 0;
}
.builder-module-sidebar .widget li a {
	text-decoration: none;
}

/*********************************************
	Header Module
*********************************************/

.top-bar-container.fixed { z-index: 99999; }

.builder-module-header-background-wrapper {
	width:100%;
}
.builder-module-header {
	text-align: center;
}

.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	text-decoration: none;
	margin:0 auto;
}
.site-title a:hover,
.site-tagline a:hover {

}
.site-title {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	margin-top: 0;
	font-size: 3.5em;
	font-weight: bold;
	line-height: 1;
}
.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 {
	
}


/*********************************************
	Navigation Module
*********************************************/

.builder-module-navigation-background-wrapper {
	background: #222222;
}
.builder-module-navigation {
	display: block;
	line-height: 2;
	width: 100%;
	padding: 1.5em 0 !important;
}
.builder-module-navigation .builder-module-navigation-menu-wrapper {
    display: table;
    margin: 0 auto;
}
.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 {
	font-size: 1em;
	font-weight: normal;
	color: #8F96A2;
	margin: 0 1.25em 0 0;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;	
}
.builder-module-navigation .current_page_item a,
.builder-module-navigation .current-cat a,
.builder-module-navigation .current-menu-item a {
	color: #FFFFFF;
}
.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: #FFFFFF;
}
/* second level stuff */
.builder-module-navigation li ul {
	background: #FFFFFF;
	border: .1em solid #EBEBEB;
	box-shadow: 0 0 2px 1px rgba(50, 56, 72, .4);
	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 {
	color: #3B3F42;
	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: #222222; 
	color: #FFFFFF;
}
.builder-module-navigation li .current_page_item a,
.builder-module-navigation li .current-cat a,
.builder-module-navigation li .current-menu-item a {
	background: #222222; 
	color: #FFFFFF;
}
.builder-module-navigation li ul ul {
	margin: -2.56em 0 0 14em;
}
.nav-highlight a {
	padding: 0 .5em !important;
	background: rgba(255, 255, 255, .1);
	color: #222222;
}

/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar-background-wrapper {
	background: transparent;
}
.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;
}

.builder-module-widget-bar-1 .widget-wrapper {
	text-align:center;
}
.builder-module-widget-bar-1 .widget {
	text-align:left;
	margin:0 auto;
	width:auto;
}

.builder-module-widget-bar .widget {
	color:#FFF !important;
}
.builder-module-widget-bar-1 .widget div {
	width:auto;
	margin:0 auto;
}

/*********************************************
	Footer Module
*********************************************/

.builder-module-footer-background-wrapper {
    background: none repeat scroll 0 0 transparent;		color:#FFF;	
    margin: 0 auto;
    max-width: 1200px;
    padding: 10px;
    width: 100%;
    border-top: 0px solid #EBDDC4;
    font-size: 0.8em;
}
.builder-module-footer-background-wrapper .builder-module-element {
    margin-bottom: 0 !important;
}
.builder-module-footer,
.builder-module-footer a {
	color: #FFFFFF;
}
.builder-module-footer a {
	text-decoration: underline;
}

/*********************************************
	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-background-wrapper {
	background: #F8F7F8;	
}
.html-matching-background-wrapper {
	background: transparent;
}
.html-matching-outer-wrapper {
	background: #F8F3EA;
}
.builder-module-html .builder-module-element>*:first-child {
	margin-top: 0;
}
.builder-module-html .builder-module-element>*:last-child {
	margin-bottom: 0;
}

/*********************************************
	HTML Module (Alternate - Callout)
*********************************************/

.html-callout-background-wrapper {
	background: #A95046;
}
.html-callout {
	font-size: 2em;
	font-weight: 300;
	text-align: center;
	line-height: 1.2;
	color: #FFFFFF;
}

/*********************************************
	Content Module
*********************************************/

.builder-module-content {
	padding-top: 0px !important;
	padding-bottom:0 !important;
	background:#F8F3EA;
}

/*.home .builder-module-content {
	padding-top: 10px !important;
}*/

.builder-module-content .builder-module-element {
	overflow: visible;
	box-sizing: border-box;
	border-left: 0px solid #EBEBEB;
	border-right: 0px solid #EBEBEB;	
	margin-bottom: 0 !important;
}

.builder-module-content .builder-module-element .loop {
	padding-left:10px;
}
.home .builder-module-content .builder-module-element,
.home .builder-module-content .builder-module-sidebar {
	padding:8px;
}
.builder-module-content .hentry {
	padding: 0em 0 0em 0;
	border-top: 0px solid #EBEBEB;
	word-break: break-word;
}
.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 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 2.3em;
	margin-bottom: 0.125em;
	text-align: center;
	padding: 0 1em;
}
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover {
	text-decoration: none;
}

.hentry .entry-meta {
	display: block;
	float: left;
	color: #858C90;
	font-size: .8em;
	text-transform: uppercase;	
}
.hentry .entry-meta a {
	font-weight: bold;
	text-decoration: none;
}
.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;
}
.hentry .entry-footer .entry-utility, 
.hentry .entry-footer .categories,
.hentry .entry-footer .comments {
	
}
.hentry .entry-footer img {
	max-width: none;
}

.hentry .entry-attachment .attachment {
	text-align: center;
}

.hentry .edit-entry-link {
	clear: both;
	margin: 0;
}
.entry-content {
	clear: both;
}
.loop-title {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
	margin-left: 1.5em;
	padding: .25em 1em;
	margin-top: 1em;
	background: #EBEBEB;
	display: inline-block;
}
.builder-module-content .left .builder-module-element {
	margin-right: 0;
	background: #ebddc4;
	border-top: 1px solid #FFFFFF;
	box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.35);
}
.builder-module-content .left.builder-module-sidebar h4.widget-title {
	border-bottom: 0px solid #EBEBEB;
	padding-bottom: .5em;
	padding-right: 1.5em;
}
.builder-module-content .left.builder-module-sidebar h4.widget-title + * {
	margin-right: 2em;
}
.builder-module-content .right .builder-module-element {
	margin-left: 0;
}
.builder-module-content .right.builder-module-sidebar h4.widget-title {
	border-bottom: 3px double #EBDDC4;
	padding-bottom: 0em;
	margin: 0 0 0.5em 20px;
}
.builder-module-content .right.builder-module-sidebar h4.widget-title + * {
	margin-left: 2em;
}

.builder-module-content .builder-module-sidebar .widget ul li {
	list-style: square outside;
}

.wpp-list li
{
	list-style:none !important;
}

.nobullets li{
	list-style:none !important;
}

.builder-module-content .widget-top {margin-top:1em;}
.builder-module-content {
	padding-top: 2em;
}
.builder-module-content .middle .builder-module-element {
	margin-right: 0;
	margin-left: 0;
}

/*.builder-module-content .right .widget{
	margin-right:1em;
}*/
.builder-module-content .left .widget{
	margin-left:1em;
}
.page .builder-module-content,
.search .builder-module-content,
.archive .builder-module-content,
.single .builder-module-content {
	background:#F4EEE2;
}
.page .builder-module-content .builder-module-sidebar,
.search .builder-module-content .builder-module-sidebar,
.archive .builder-module-content .builder-module-sidebar,
.single .builder-module-content .builder-module-sidebar {
	background-image:transparent;
}

.widget_aomsidebars_3 {
	padding-top:1em;
}

/*********************************************
	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: 0;
}
.hentry .wp-caption {
	margin-bottom: 1.5em;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
	margin-bottom: 0;
}

.hentry .wp-caption-text {
	font-size: .8em;
	line-height: 1.3;
	color: #555555;
	font-weight: normal;
	margin-top: 10px;
}


/*********************************************
	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;
}


/*********************************************
	Previous/Next Page Navigation
*********************************************/

.loop-utility {
	clear: both; /* To clear any floats */
}
.loop-utility a {
	margin-bottom: 3em;
}
.blog .loop-utility {
	padding-top: 3em;
	border-top: 1px solid #EBDDC4;
}


/*********************************************
	Page Specific Styling
*********************************************/

.page .builder-module-content .hentry {
	margin-bottom: 0;
	border-bottom: 0;
}

/*********************************************
	Single Post Specific Styling
*********************************************/

.single .builder-module-content .hentry {
	margin-bottom: 2em;
	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;
	padding: 0 1.5em;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li.comment,
.commentlist li.trackback, 
.commentlist li.pingback {
	border: 1px solid #EBEBEB;
	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 {
	border-top: 1px solid #EBEBEB;
	margin-top: 2em;
	padding: 2em;
}
#respond h3 {
	margin: 0;
}
#respond label {
	margin-left: .5em;
}
#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 {

}
/* 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;
	word-break: break-word;
}
big {
	font-size: 1.2em;
	line-height: 1;
}
cite {
	font-style: italic;
}


/*********************************************
	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 {
	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 {
	margin-bottom: 1.5em;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 0;
}


/*********************************************
	Tables
*********************************************/

table.fanceytable {
	width: 100%;
	margin-bottom: 1.5em;
}
table.fanceytable table, table.fanceytable td, table.fanceytable th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
table.fanceytable th {
	font-weight: bold;
}
table.fanceytable th, table.fanceytable td, table.fanceytable caption {
	padding: .25em;
	text-align: center;
}
table.fanceytable td a {
	display: block;
}
table.fanceytable tfoot td {
	padding: 0;
}
table.fanceytable tfoot a {
	display: block;
	padding: .25em;
}
table.fanceytable 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 !important;
}
.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;
}





/*********************************************
	Search Form Styling
*********************************************/

#searchform {
	position: relative;
}
#searchform input[type="text"] {

}
#searchform input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 28%;
	max-width: 100%;
	margin: 0;
	padding: .5em;
	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: #EBEBEB;
	padding: .5em .75em;
	margin: 5px 0;
	text-decoration: none;
}
.widget_tag_cloud a:hover {
	background: #3B3F42;
	color: #FFFFFF;
}


/*********************************************
	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 {
	margin-bottom: 0;
	line-height: 0;
}
.it-featured-image img {
	display: block;
	width: inherit;
}

/* Theme Specific Styling */

.sticky.hentry {
	box-sizing: border-box;
	border: 1px solid #EDDF85;
	padding: 1.5em;
	background: #FFF7C7;
	box-shadow: 0 0 3px 3px #FCF7D4;
	overflow: visible;
}

.title-meta-wrapper {
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #EBEBEB;
	padding: 1em;
	max-width: 85%;
	margin: -75px auto 0 auto;
	position: relative;
	z-index: 10;
}
.title-meta-wrapper-no-image {
	margin-top: .25em;
}
.entry-meta-wrapper {
	text-align: center;
}
.hentry .entry-meta-wrapper .entry-meta {
	float: none;
	display: inline;
}
.hentry .entry-footer,
.hentry .entry-content {
	padding: 0 2em;
}
/* Single Page Specific Styling */

.page .builder-module-content .hentry {
	border-top: 0;
}

/* 
	#################################
	##### IMPORTED ##################
	#################################
 */
.widget_aomsidebars_1 {
	text-align:center;
}
.widget_aomsidebars_1 section  {
	text-align:center;
	margin:5px auto;
}
.widget_aomsidebars_1 section div {
	margin:0px auto;
}

.builder-module-html .disqus-comments {margin:0em 1em;}

.social-share .social-share-button {margin-bottom:5px;}

/* .widget-content iframe { position: relative !important; width: 100%; } */

.widget-background-wrapper .fixto-fixed {margin-top:45px !important;}

#subscribe-popup { background:#E6D4AE url(images/subscribe-paper.jpg) repeat 50% 50%; padding:1em;}

#subscribe-popup .subscribe-wrapper { background:transparent url(images/subscribe-image.png) no-repeat bottom right; margin:0em; padding:1em; border:3px solid #000;}

#subscribe-popup .subscribe-top {max-width:100%;}

.subscribe {max-width: 300px;}

hr {border-color: #EBDDC4;}

.section-title, .widget-title {
    border-bottom: 3px double #EBDDC4;
}
@media screen and (max-width: 1426px) {
	#menu-main-menu li a {
	    font-size: 10px !important;
	}
}
@media screen and (max-width: 800px) {
	.left.thumb_container {
	    overflow: hidden;
		width: 100%;
	}
/* 	.left.thumb_container .th.wp-post-image { */
/* 	    min-height: 140px !important; */
/* 	} */
	.builder-module-content .builder-module-element .loop {
	    padding-left: 0 !important;
	}
	.builder-module-footer .builder-module-block div {
	    float: left;
	    margin-left: 0;
	    text-align: left;
	}
	.section-bg {
	    background: none !important;
	    height: 134px !important;
	}
}
@media screen and (max-width: 980px) {
	.section-bg {
	    background-size: 940px 134px !important;
	    height: 134px !important;
	}
}
@media screen and (max-width: 500px) {
	.section-bg {
	    height: 100px !important;
	}
}
.top-bar ul#menu-main-menu li.toggle-topbar li a, .top-bar ul#menu-main-menu li a:not(.button), #menu-footer-menu li {
    font-size: 13px;
}
.th.wp-post-image { width: 100%; height: auto !important; }
.center.thumb_container { overflow:hidden; margin-bottom:10px; }
.left.thumb_container { overflow:hidden;margin-bottom:10px; width: 100% }
.navth.thumb_container { overflow:hidden;margin-bottom:10px; }
.rpwe-block ul li h3.rpwe-title a { color: #222222; }
.main-nav-dropdown.hidden {
    border-bottom: medium none;
    display: block;
    opacity: 0;
    visibility: hidden;
}
.main-nav-dropdown {
    display: block;
    transition: all 100ms ease 1s;
    visibility: visible;
}
.subcategory-drawer .navth.thumb_container {
    /* max-height: 168px; */
}
.subcategory-drawer .th.wp-post-image {
    min-height: 168px;
}
/* .left.thumb_container .th.wp-post-image { */
/*     min-height: 125px; */
/* } */
.center.thumb_container .th.wp-post-image {
    min-height: 280px;
}
.thumb_container {
    border: 1px solid #AAAAAA;
}
.category.thumb_container .th.wp-post-image {
    width: 100%;
}
.category.thumb_container {
    margin-bottom: 10px;
    overflow: hidden;
	width: 100%;
	clear: both;
}
.right .widget-content {
    margin-left: 1.3em;
}
.visiblebox {
width: 456px !important;
height: 422px !important;
}
.subscribe-wrapper2 > form {
    margin: 0 14px;
    width: 100%;
}
.subscribe-wrapper2 input {
    margin-bottom: 0 !important;
}
.subscribe-wrapper2 > footer {
    margin-top: 0 !important;
}
.subscribe-wrapper2 table {
    margin: 0;
}
.subscribe-wrapper2 label {
    color: #FFFFFF;
    margin: -2px 6px;
}

a[name]:before { 
  display: inline-block; 
  content: " "; 
  margin-top: -60px; 
  padding-top: 60px; 
  visibility: hidden; 
}
.builder-module-before-footer-background-wrapper {
    background: none;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.builder-module-navigation-last-outer-wrapper {
	background: #87240F;
}
.builder-module-navigation-last {
	padding: 0 !important;
}
.builder-module-content .left .builder-module-element .section-title {
	border-bottom: 3px double #aaaaaa;
}
.widget-content .fluid-width-video-wrapper {
/*     padding-top: 0 !important; */
    padding-right: 10px;
    right: 10px;
}
.wp-caption-text > a {
    color: #87240f;
}
.wp-caption-text > a:hover {
    color: #330000;
}
ul.bycategories {
margin: 0;
padding: 0;
}
ul.bycategories li {
list-style: none; 
list-style-type: none;
margin: 0; 
padding: 0;
}
ul.bycategories li a {
	background: none repeat scroll 0 0 #862a1f;
    border: 1px solid transparent;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    font-size: 0.8em;
    font-weight: normal;
    margin: 0 20px 15px 0;
    float: left;
    padding: 5px 10px;
    text-decoration: none;
    transition: all 0.2s ease-in 0s;
    list-style: none;
    list-style-type: none;
}
ul.bycategories li a:hover{
	background: none repeat scroll 0 0 #50130c;
    color: #ffffff;
    text-decoration: none;
}

.clear{clear: both;}

.sponsored
{
	background-color: #F5F5F5;
	border: 1px solid #aaaaaa !important;
	margin-bottom: 27px;
}

.sponsored .post-title
{
	margin: 0 0 15px 12px; 
	padding: 0 15px 0 0;
}

.sponsored .left.thumb_container
{
	padding: 4px 4px 0px 4px;
	border: none;
}

.sponsored .left.thumb_container .left-col-img
{
	border: 1px solid #aaaaaa;
}

.sponsored-title
{
	margin: 0 0 0 12px;
	line-height: 120%;
	padding: 0;
	color : #382222;
	text-transform: uppercase;
	font-size: 11px;
}

.post-content table img
{
	max-width: none !important;
}

.single-date
{
	font-size: 13px; margin: 0; padding: 0;
}

.byline2
{
	font-size: 13px;
	font-style: italic;
	color: #555;
	margin-top: 5px !important;
	margin-bottom: 4px !important;
}