/* Table of Contents

	- ADMIN CSS
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
	- Content Area
		- Welcome Message
		- Entries
		- Entry Meta
		- Content Boxes
		- After Entry
		- Pagination
		- Comments
	- Site Footer
	- Custom Modifications
		- BuySellAds
		- 23 websites post
		- Calls to Action
		- Social sharing
		- FAQs
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px

*/


/*
ADMIN CSS
---------------------------------------------------------------------------------------------------- */
#adminmenu .menu-icon-testimonials div.wp-menu-image:before {
  content: "\f122"; }
#adminmenu .menu-icon-people div.wp-menu-image:before {
  content: "\f307"; }
#adminmenu .menu-icon-faq div.wp-menu-image:before {
  content: "\f223"; }
#adminmenu .menu-icon-cta div.wp-menu-image:before {
  content: "\f488"; }
#adminmenu .menu-icon-message div.wp-menu-image:before {
  content: "\f330"; }
#adminmenu .menu-icon-quotes div.wp-menu-image:before {
  content: "\f473"; }

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v3.0.0 | MIT License | git.io/normalize
--------------------------------------------- */

/* Box Sizing
--------------------------------------------- */


/* Float Clearing
--------------------------------------------- */


/*
Defaults
---------------------------------------------------------------------------------------------------- */

a {
	color: #1C1F31;
	text-decoration: underline;
}

a:hover {
	color: #99E811;
}

.site-inner .content a:hover {
	color: #83C512;
}


p {
	margin: 0 0 1.125em;
}


/* Typographical Elements
	10px : 0.625em
	12px : 0.75em
	14px : 0.875em
	16px : 1em
	18px : 1.125em
	20px : 1.25em
	22px : 1.375em
	24px : 1.5em
	26px : 1.625em
	28px : 1.75em
	30px : 1.875em
	32px : 2em
	36px : 2.25em
	42px : 2.625em
	48px : 3em
--------------------------------------------- */

body {
	font-size: 16px;
	line-height: 1.875;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1C1F31;
	font-weight: 400;
}

h1 {
	font-size: 2.625em;
}

h2 {
	font-size: 2.25em;
	margin: 1em 0 0.625em;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.5em;
}

h5,
h6 {
	font-size: 1.375em;
}

blockquote {
	color: #777;
	font-style: italic;
}

/* Objects
--------------------------------------------- */


/* Forms
--------------------------------------------- */

input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background: #74B209;
	font-weight: 700;
	text-decoration: none;
	padding: 1em 2em;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
	background: #5E9007;
	text-decoration: none;
}

input[type="search"] {
	margin-right: 10px;
    padding: 12px 16px;
	width: 250px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
}

input[type="search"]:focus {
	text-transform: none;
}

/* Gravity Forms
--------------------------------------------- */
.entry-content .gform_wrapper li.gfield.gfield_error,
.entry-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	padding-left: 1em;
}

.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url] {
	padding: 0.5em 0 !important;
}


/* Tables
--------------------------------------------- */

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.page.no-featured-image .site-inner {
	margin-top: 0;
}

.archive .author-box,
.archive-description,
.page .content,
.single .content,
.welcome-message .wrap,
.error404 .content,
.search .content {
	width: 100%;
	max-width: 800px;
}

.ambiance-frontpage .site-inner,
.ambiance-frontpage.page.no-featured-image .site-inner {
	margin: 0;
}

.ambiance-frontpage .site-inner .content {
	max-width: none;
}

.ambiance-frontpage .site-inner .content .entry {
	margin-bottom: 20px;
	margin-bottom: 2em;
	min-height: 252px;
}



/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

/* Genesis
--------------------------------------------- */


/* Search Form
--------------------------------------------- */

/*
.search .search-form input {
	background: url(images/search-icon.png) 5px center no-repeat;
	border: none;
	cursor: pointer;
	height: 20px;
	padding: 0 0 0 30px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	width: 0;
	font-size: 13px;
}

.search .search-form input:focus {
	border-bottom: 1px solid #004b8d;
	cursor: text;
	width: 300px;
	background: #fff;
}
*/



.search h1.archive-title {
	text-align: center;
}

.search .search-again {
	text-align: center;
}

.search .post-image.entry-image {
	display: none;
}

.search .entry-header {
	text-align: left;
}

.search .relevanssi-query-term {
	color: #83C512;
    font-weight: bold;
}

/* Clear search field placeholder text on focus */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */


/* Titles
--------------------------------------------- */

.entry-title,
.archive-title {
	clear: both;
	font-size: 2.25em;
	margin: 2em 0 1em;
}

.ambiance-grid .entry-title {
	font-size: 2em;
}

.ambiance-grid .entry-title a,
.ambiance-grid .entry-title a:hover {
	text-decoration: none;
}



/* WordPress
--------------------------------------------- */


/*
Widgets
---------------------------------------------------------------------------------------------------- */
.widget_search input[type="submit"] {
    margin-left: 5px;
	padding: 15px;
	position: relative;
	height: auto;
	width: auto;
	display:inline-block;
}

.footer-widgets .widget_search input[type="submit"] {
	display:none;
}


/* Genesis Featured Content Widgets
--------------------------------------------- */


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */


/* Jetpack
--------------------------------------------- */


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	position: relative;
}

.site-header.shrink {
	position: fixed;
    box-shadow: 0px 1px 5px #aaa;
    -webkit-box-shadow: 0px 1px 5px #aaa;
    -moz-box-shadow: 0px 1px 5px #aaa;
}

.site-header,
.single-post .site-header.shrink,
.site-header.shrink {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#606c88+6,3f4c6b+61 */
	background: rgb(96,108,136); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(96,108,136,1) 6%, rgba(63,76,107,1) 61%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(96,108,136,1) 6%,rgba(63,76,107,1) 61%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(96,108,136,1) 6%,rgba(63,76,107,1) 61%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#606c88, endColorstr=#3f4c6b,GradientType=1 );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#606c88, endColorstr=#3f4c6b,GradientType=1 )";
	/* IE6-9 fallback on horizontal gradient */

}

.before-header {
	padding: 0;
}

.before-header .genesis-nav-menu li {
	float: left;
}

.before-header .genesis-nav-menu ul.menu {
	float: right;
}

.before-header .genesis-nav-menu a {
	display: inline-block;
	color: #333;
}

.no-featured-image .entry-background {
	height: 0;
	background: none;
}


/* Search (before header)
--------------------------------------------- */

.before-header div.top-search {
	display: inline-block;
    float: right;
}

.before-header div.top-search input[type="submit"] {
	display:none;
}

.before-header div.top-search input[type="search"] {
	padding: 5px 10px;
    margin: 5px 0 0;
    font-size: 0.75em;
}

.home .before-header div.top-search {
	display: none;
}

/* Social media icons (before header)
--------------------------------------------- */
.social-icons {
	float: right;
}

.social-icons a {
    width: 45px;
    height: 40px;
	padding: 5px;
    display: inline-block;
    text-align: center;
}

.social-icons a:hover {
	color: #FFF;
	background: #99E811;
}

.before-header .social-icons h2 {
	display: none;
}

/* Social media icons (before footer)
--------------------------------------------- */
.footer-social .social-icons {
    float: none;
    text-align: center;
}

.footer-social .social-icons a {
	font-size: 24px;
    width: 90px;
    height: 80px;
	padding: 5px;
    display: inline-block;
    text-align: center;
}

.footer-social .social-icons a:hover {
	color: #99E811;
	background: #FFF;
}

.footer-social .social-icons .fa {
	font-size: 36px;
}

/* Title Area
--------------------------------------------- */
.site-title {
	font-size: 1.75em;
}
.shrink .site-title {
	font-size: 1.5em;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.big-leader h1.entry-title {
    background: rgba(0,0,0,0.6);
    padding: 1em;
    font-size: 2.4em;
    font-weight: 400;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-primary .genesis-nav-menu {
	margin: 0;
	padding: 1em 0 0;
}

.shrink .nav-primary .genesis-nav-menu {
	margin-top: 0;
    padding-top: 0.75em;
}

.genesis-nav-menu > .menu-item > a {
	text-decoration: none;
}

.footer-widgets a:hover {
	color: #99E811;
}

.genesis-nav-menu a {
	margin: 0 0.75em;
	color: #fff;
}

.genesis-nav-menu .current-menu-item > a {
	color: #FFF;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	color: #99E811;
}

ul.menu li.feature a {
	color: #99E811;
}

ul.menu li.feature a:hover {
	color: #FFFFFF;
}

.genesis-nav-menu .menu-item-has-children > a:after {
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 14px;
	padding-left: 3px;
	padding-left: 0.3rem;
	vertical-align: bottom;
}

.genesis-nav-menu > .menu-item > a {
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 0 1.25em;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 260px;
	z-index: 99;
	margin-top: 1.25em;
	border: 1px solid #333;
}

.genesis-nav-menu .sub-menu a {
    background-color: #3F4C6B;
    border-bottom: 1px solid #333;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 20px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 260px;
    text-decoration: none;
    margin: 0;
}


.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	top: 5px;
	left: 0;
	margin-left: 0px;
	opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

/* Secondary Navigation
--------------------------------------------- */


/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	display: none;
}


.responsive-menu {
	display: block;
}

.responsive-menu-icon:after {
	content: "Menu";
	position: absolute;
	color: #fff;
	margin-top: -3px;
    text-transform: uppercase;
    font-family: Lato,sans-serif;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 24px/1 "dashicons";
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

.big-leader {
	max-height: 550px;
}

.page.no-featured-image .site-inner {
	margin-top: 3em;
}

.post-feature-image {
	margin-bottom: 2.25em;
}

.post-feature-image .image-credit {
	float: right;
    font-size: 0.75em;
    font-style: italic;
    color: #aaa;
    padding-right: 5px;
}

.post-feature-image .image-credit a{
	color: #aaa;
}

/* Welcome Message
--------------------------------------------- */
.welcome-message {
	margin: 3em 0 2em;
}

.welcome-message h4.widget-title {
	font-size: 2.25em;
}

.welcome-message input[type="search"] {
    border: 1px solid #74B209;
    text-align: center;
    margin-right: 0;
    width: 375px;
}


/* Entries
--------------------------------------------- */
.entry-background {
	height: 500px;
}

.no-featured-image .entry-background {
    height: 80px;
}

.after-entry {
	border-bottom: 1px solid #ddd;
}

/* Entry Meta
--------------------------------------------- */
.entry-header p.entry-meta {
	margin-bottom: 0;
	margin: 2em 0;
}

/* Content Boxes
--------------------------------------------- */

.section-categories {
	display: block;
	clear:both;
	margin: 0 0 3em;
}

/* Home page categories */
 .section-categories ul li a {
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 0.5em 1em;
    border: 2px solid #606C88;
    color: #606C88;
    text-decoration: none;
    /*width: 80%;*/
    display: block;
    text-align: center;
    margin: 0.5em auto;
 }

.section-categories ul li a:hover {
	background: #74B209;
	color: #fff;
}


/* After Entry
--------------------------------------------- */

.entry-footer {
	margin: 1em 0;
}

.author-box .left {
	float: left;
	width: 25%;
	margin-right: 5%;
}
.author-box .right {
	float: right;
	width: 70%;
}

.author-box a {
	color: #FFF;
}

.single .author-box {
    border-top: 0;
    margin-bottom: 2.25em;
    padding: 3em 2em 2em;
    background: #606C88;
    color: #fff;
}

.author-box-title {
	color: #FFF;
	font-size: 1.25em;
}

.avatar {
	border-radius: 0;
}

.archive .avatar,
.author-box .avatar,
.entry-avatar .avatar {
	width: 100%;
	height: auto;
}


/* Pagination
--------------------------------------------- */
.pagination {
	margin: 0 auto 3em;
	text-align: center;
}

.adjacent-entry-pagination {
	border-top: 0;
	border-bottom: 0;
}

.adjacent-entry-pagination a {
	font-weight: 400;
}

/*
.archive-pagination li.pagination-previous a:hover,
.archive-pagination li.pagination-next a:hover,
.archive-pagination li a:hover,
.archive-pagination .active a,
.pagination a:hover,
*/
.adjacent-entry-pagination a:hover {
	background: none !important;
}

.archive-pagination li {
	margin: 0 0.125em;
}
.archive-pagination li a {
    padding: 0.25em 0.75em;
    text-decoration: none;
    background: #606C88;
    color: #FFF;
}

.archive-pagination li.pagination-previous a,
.archive-pagination li.pagination-next a {
	background: none;
	padding: 5px 0 20px;
}

.site-inner .content .archive-pagination ul li a:hover,
.archive-pagination ul li a:hover,
.archive-pagination .active a,
.pagination a:hover {
	background: #74B209;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.entry-comments .comment,
.entry-comments .children .comment,
.entry-comments article {
	margin-bottom: 3.25em;
}

.entry-comments a {
	text-decoration: none;
	color: #3F4C6B;
}

.entry-comments a:hover {
	text-decoration: underline;
}

.entry-comments .avatar {
    height: 90px;
    width: 90px;
    border: 1px solid #aaa;
    border-radius: 50%;
    margin-top: -1em;
}

.entry-comments .comment {
	border-bottom: 0;
}

.entry-comments .comment-header {
	float: none;
	font-size: 16px;
	font-size: 1rem;
}

.entry-comments .comment-author span,
.entry-comments a.comment-author-link {
	text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.entry-comments a.comment-author-link:hover {
	text-decoration: underline;
}

.entry-comments .comment-author span.says {
	font-family: Merriweather, serif;
	text-transform: none;
	font-weight: normal;
}

.entry-comments .comment-content {
	padding-left: 110px;
}

.entry-comments .comment-meta {
	line-height: 1.1;
	margin-bottom: 1em;
    font-family: Lato, sans-serif;
}

.entry-comments .comment-meta .comment-time {
	font-size: 0.75em;
}

.entry-comments .comment-meta a {
	text-decoration: none;
}

.entry-comments .comment-meta a:hover {
	text-decoration: underline;
}

.entry-comments ul.children {
    margin-left: 110px;
}

.entry-pings {
	display: none;
}

/* Archive Grid with Hover
--------------------------------------------- */

.ambiance-archive .content .entry {
	padding: 0;
	background: #3F4C6B; /* for dark overlay */
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	min-height: 252px;
}

.ambiance-archive .entry-thumb img {
	position: absolute;
	left: 0;
	top: 0;
	/*transition: all 0.1s ease-in-out 0s;*/ /* For faster hover effect */
	transition: all .4s linear;
	/*z-index: 1;*/
    opacity: 0.6;
}

.ambiance-archive .content .entry:hover .entry-thumb img {
	opacity: 0.3;
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.ambiance-archive .content .entry .entry-content {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
    width: 80%;
    padding: 0;
    margin: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ambiance-archive .content .entry .entry-title {
	clear: both;
	font-size: 1.75em;
	font-weight: 600;
	margin: 0;
}

.ambiance-archive .content .entry .entry-title a,
.ambiance-archive .content .entry .entry-title a:hover {
	text-decoration: none;
	text-shadow: #888 1px 1px 10px;
	color: #FFF;
}


/* for dark overlay */
/*.category .content .entry .entry-title a {
	color: #fff;
}*/

/*
@media only screen and (max-width: 1024px) {

	.category .entry-thumb img {
		position: static;
	}

	.category .content .entry .entry-content {
		position: static;
		text-align: left;
		padding: 20px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

}

@media only screen and (max-width: 800px) {

	.category .content .entry.one-third {
		width: 31.6239%;
		margin-left: 2.5641%;
	}

	.category .content .entry.one-third.first {
		margin-left: 0;
	}

	.category .content .entry .entry-content {
		padding: 10px 0;
	}

}

@media only screen and (max-width: 500px) {

	.category .content .entry {
		margin-bottom: 40px;
	}

	.category .content .entry.one-third {
		width: 100%;
		margin-left: 0;
	}

}
*/

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #fff;
	padding: 1em 0;
    text-align: center;
    font-size: 0.75em;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.site-footer,
.site-footer a,
.site-footer a:hover {
	color: #1c1f31;
}

.site-footer a {
	text-decoration: none;
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer ul.menu {
	float: left;
}

.site-footer #back-to-top {
	float: right;
}

.site-footer ul.menu li {
	display: inline-block;
	margin: 0 0.5em;
}

.site-footer ul.menu li.tla {
    margin: 0 0.5em 0 0;
}

.site-footer ul.menu li.tlatitle {
	font-weight: 600;
    border: 1px solid #99E811;
    padding: 0 0.5em;
    margin: 0 0.5em 0 2em;
}
.site-footer ul.menu li.tlatitle a:hover {
	text-decoration: none;
}

.site-footer ul.menu li.tla {
    margin: 0 1em 0 0;
}

/* Footer Widgets
--------------------------------------------- */
.footer-widget-header-container .textwidget a {
	display: block;
    margin: 0 auto 1em;
    text-align: center;
    width: 468px;
}

.footer-widgets {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#606c88+6,3f4c6b+61 */
	background: rgb(96,108,136); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(96,108,136,1) 6%, rgba(63,76,107,1) 61%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(96,108,136,1) 6%,rgba(63,76,107,1) 61%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(96,108,136,1) 6%,rgba(63,76,107,1) 61%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#606c88, endColorstr=#3f4c6b,GradientType=1 );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#606c88, endColorstr=#3f4c6b,GradientType=1 )";
	/* IE6-9 fallback on horizontal gradient */

}
.footer-widgets,
.footer-widgets a,
.footer-widgets li a,
.footer-widgets h4 {
	color: #FFF;
}

.footer-widgets .wrap {
	padding: 2em 0;
}

.footer-widgets li a {
	text-decoration: none;
}


.footer-widgets .widget-area {
	display: inline-block;
	max-width:300px;
	width: 25%;
	padding: 1em;
	float: left;

}

.footer-widgets .widget-area .featured-content {
	margin-bottom: 0;
}

.footer-widgets .widget-area .featured-content .entry {
	width: 100%;
	min-height: 0;
	float: none;
    margin-bottom: 1em;
    margin-left: 0;
}

.footer-widgets .featured-content h2.entry-title {
	font-size: 1em;
	padding: 1em;
	margin: 0;
	font-family: Merriweather, serif;
    text-align: left;
    padding: 0;
}

.footer-widgets .featured-content h2.entry-title a {
	line-height: 1.625;
	text-decoration: none;
}

.footer-widgets .widget-area .widget h4.widget-title {
	font-size: 1.125em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer-widgets .textwidget a.button {
    padding: 0.6em 2em;
}

.footer-widgets .widget-area input[type="search"] {
	font-size: 0.8em;
}



/*
Custom Modifications
---------------------------------------------------------------------------------------------------- */

/*FONTAWESOME replace the content value with the
corresponding value from the list below

#text-2 h4.widget-title:before {
    content: "\f087";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
--adjust as necessary--
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0.2em;
    left: 0;
}

#text-2 h4.widget-title {
    padding-left: 1em;
}

*/

/* 23 websites post
--------------------------------------------- */
.content .site_list_row {
	padding-bottom: 1.6em;
}

/* BuySellAds
--------------------------------------------- */

.before-footer {
	margin: 5em 0;
}

.before-footer .widget {
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
}

div.bsap_block .bsap a {
	max-width: 125px;
	width: 15%;
	margin: 2% 2% 2% 0;
}

.before-footer div.bsap_block {
	padding: 2em 0;
}

.before-footer div.bsap a {
	margin: 0 0.6em 2em 0.6em;
    display: inline-block;
    float: none;
}

html>body div.bsap_1305515 {
	text-align: center;
}

html>body div.bsap_1305515 a.adhere,
html>body div.bsap_1305515 a.ad1, {
	margin: 0 auto 50px;
    display: block;
}

div.bsap_1250815 a:first-child {
	margin-left: 0;
}

/* FAQs
--------------------------------------------- */

/* Social sharing
--------------------------------------------- */

.sumome-share-client-wrapper.sumome-share-client-wrapper-left-page {
	top: 40% !important;
}

.sumome-share-client-wrapper-left-page {
	box-shadow: 1px 0px 5px #555;
	-webkit-box-shadow: 1px 0px 5px #555;
	-moz-box-shadow: 1px 0px 5px #555;
}

#socialButtonOnPage .csbwfs-sbutton-post img {
	border-radius: 0;
	box-shadow: none;
}

.leftSocialButtonOnPage .csbwfs-sbutton-post {
	padding: 5px;
}

#csbwfs-li a {
    background: none repeat scroll 0 0 #007BB6;
}


/* Calls to action
--------------------------------------------- */

.section-cta {
	color: #fff;
}

.section-cta .wrap {
	padding: 4em 6em;
}

/* centered */
.section-cta.home-footer-cta {
	text-align: center;
}

.section-cta.home-footer-cta .cta-content {
	max-width: 800px;
	margin: 0 auto;
}

.section-cta.home-footer-cta .cta-content .gform_wrapper.horizontal_wrapper {
	max-width: none;
}

.section-cta.home-footer-cta .gform_wrapper.horizontal_wrapper form {
	text-align: center;
}
.section-cta.home-footer-cta .gform_wrapper.horizontal_wrapper .gform_footer input[type=submit] {
	min-width: 250px;
}

/* end centered */

.ambiance-frontpage .site-inner .content-sidebar-wrap h2 {
	text-align: center;
	margin-bottom: 1em;
}

.ambiance-frontpage .site-inner .content-sidebar-wrap .section-button {
    clear: both;
    text-align: center;
    padding: 3em 0;
}

.section-cta .cta-content h2 {
	color: #FFF;
	margin-top: 0;
}

.section-cta .cta-content .gform_wrapper.horizontal_wrapper li.gfield {
	width: 49%;
	margin-right: 2%;
	display: inline-block;
}

.section-cta .cta-content .gform_wrapper.horizontal_wrapper li.gfield.last {
	margin-right: 0;
}

.gform_wrapper.horizontal_wrapper .top_label input.medium,
.gform_wrapper.horizontal_wrapper .top_label select.medium {
	width: 100%;
}

.section-cta .cta-content .gform_wrapper li.gfield.nolabel label,
.section-cta .cta-content .gform_wrapper.horizontal_wrapper li.gfield.nolabel label {
	display:none;
}

.section-cta .cta-content .gform_wrapper div.validation_error {
	font-size: 1em;
	width: 100%;
	background-color: #FFDFE0;
}

.cta-blue,
.section-cta.cta-blue {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#606c88+6,3f4c6b+61 */
	background: rgb(96,108,136); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(96,108,136,1) 6%, rgba(63,76,107,1) 61%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(96,108,136,1) 6%,rgba(63,76,107,1) 61%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(96,108,136,1) 6%,rgba(63,76,107,1) 61%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#606c88, endColorstr=#3f4c6b,GradientType=1 );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#606c88, endColorstr=#3f4c6b,GradientType=1 )";
	/* IE6-9 fallback on horizontal gradient */
}

.cta-green {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5e9007+6,486f05+61 */
	background: rgb(94,144,7); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(94,144,7,1) 6%, rgba(72,111,5,1) 61%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(94,144,7,1) 6%,rgba(72,111,5,1) 61%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(94,144,7,1) 6%,rgba(72,111,5,1) 61%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#5e9007, endColorstr=#486f05,GradientType=1 );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#5e9007, endColorstr=#486f05,GradientType=1 )";
	/* IE6-9 fallback on horizontal gradient */
}

.cta-none {
	background: none;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1230px) {

	.footer-widgets .textwidget div.bsap {
		width: auto !important;
		height: auto !important;
	}

	.footer-widgets .textwidget div.bsap a {
		width: auto !important;
		height: auto !important;
	}

}

@media only screen and (min-width: 981px) and (max-width: 1230px) {

	.site-header .title-area {
		width: 30%;
	}

	.nav-primary .genesis-nav-menu {
		width: auto;
	}

	.genesis-nav-menu a {
		margin: 0 0.5em;
	}

	.ambiance-archive .content .entry .entry-title {
		font-size: 1.5em;
	}
}

@media only screen and (min-width: 980px) {
/*
	.section-categories {
		padding: 0 10em;
	}
*/
}


@media only screen and (max-width: 1024px) {

	.ambiance-archive .content .entry {
		min-height: 200px;
		height: auto;
	}

}

@media only screen and (max-width: 980px) {

	.archive .entry,
	.home .entry {
		margin-left: 1.564102564102564%;;
	}

/*
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin-left: 1.564102564102564%;
	}
*/

	/* footer widgets */
	.footer-widgets .widget-area {
		max-width: none;
		width: 40%;
	    margin: 0 5%;
	}

	.footer-widgets-3 {
		clear: both;
	}

}

@media only screen and (min-width: 769px) and (max-width: 980px) {

	.title-area {
		padding-bottom: 1.25em;
	}

	.site-inner {
		padding: 1em 3em;
	}

	.ambiance-archive .content .entry .entry-title	{
		font-size: 1.375em;
	}


}

@media only screen and (min-width: 769px) {
	.welcome-message .wrap {
		max-width: 600px;
	}

}

@media only screen and (max-width: 768px) {

	.site-inner {
		padding: 30px 60px;
	}

	/* Font sizes ------------------------ */
	h2 {
		font-size: 2em;
	}
	/* Header / Navigation ------------------------ */

	.title-area,
	.nav-primary {
		padding: 0.75em 0;
	}

	.title-area {
		text-align: left;
		float: left;
		width: auto;
		padding-left: 1em;
	}

	.site-title {
	    font-size: 1.25em;
	}

	.responsive-menu {
		display: none;
	}

	.responsive-menu-icon {
		cursor: pointer;
		display: block;
		margin-top: 0;
		width: 120px;
    	float: right;
	    margin-right: 1em;
	}

	.nav-primary {
		/*background: #3F4C6B;*/
	    top: 0;
	    z-index: 999999;
	    width: 100%;
	    display: block;
	}

	.site-header .nav-primary .genesis-nav-menu,
	.shrink .nav-primary .genesis-nav-menu {
		margin-top: 50px;
	}

	.site-header .genesis-nav-menu .menu-item {
		text-align: right;
		padding:0;
	}

	.site-header .genesis-nav-menu .menu-item a {
		padding: 1.125em 0;
	}

	.site-header .nav-primary ul.responsive-menu .sub-menu {
		display: none;
	    left: auto;
	    opacity: 0;
	    position: relative;
	    -moz-transition: opacity .4s ease-in-out;
	    -ms-transition: opacity .4s ease-in-out;
	    -o-transition: opacity .4s ease-in-out;
	    -webkit-transition: opacity .4s ease-in-out;
	    transition: opacity .4s ease-in-out;
	    width: 100%;
        margin-top: 0;
        margin-bottom: 2em;
	    z-index: 99;
	}

	.nav-primary .genesis-nav-menu .sub-menu li {
		border: 0;
	}

	.nav-primary .genesis-nav-menu .sub-menu a {
		text-align: right;
		margin-right: 1em;
		width: auto;
		border: 0;
		background: none;
	}

	/* Content ------------------------ */

	.adjacent-entry-pagination {
		border-top: 0;
		border-bottom: 0;
	}

	.single .pagination-next,
	.single .pagination-previous {
		font-size: 1.25em;
		font-weight: 400;
		border-right: 0;
		float: none;
		width: 100%;
		padding: 1em 0;
	}

	.ambiance-frontpage .site-inner .content .entry {
		margin-bottom: 1em;
	}


	/* CTA ------------------------ */

	.section-cta .wrap {
		padding: 4em 2em;
	}
	.section-cta .cta-content .gform_wrapper.horizontal_wrapper li.gfield {
		display: block;
		width: 80%;
		margin: 0 auto 1em !important
	}

	/* BSA ------------------------ */
	html>body div.bsap_1305515 a.adhere {
		width: auto !important;
		height: auto !important;
	}


	/* Footer ------------------------ */
	.site-footer ul.menu,
	#back-to-top {
		width: 100%;
		float: none;
	}

	.csbwfs-social-widget,
	.csbwfs-show {
		display: none;
	}

}

@media only screen and (max-width: 568px) {

	.shrink .site-title {
		font-size: 1.25em;
	}

	.before-header div.top-search {
		float: left;
		padding-left: 10px;
	}

	.site-inner {
		padding: 30px 30px;
	}

	div.bsap_block .bsap a {
	    width: 45%;
		margin: 2%;
	}

	.entry-author {
		clear:both;
		display:block;
	}

	.author-box .left,
	.author-box .right {
		float: none;
		width: 100%;
		clear: both;
	}

	.author-box .left img {
		margin-bottom: 2em;
	}

	.search-form input[type="search"] {
		max-width: none;
		width: 92%;
	}

	.search-form input[type="submit"] {
		width: 50%;
		margin-top: 1em;
	}

	.ambiance-archive .content .entry .entry-title {
		font-size: 1.5em;
	}

	/* Comments ------------------- */
	.entry-comments .comment-content {
		padding-left: 0px;
	}

	.entry-comments ul.children {
		padding-left: 25px;
		margin-left: 25px;
	}

	.entry-comments .avatar {
	    height: 50px;
		width: 50px;
		margin: 0 10px 10px 0;
	}

	/* CTA ------------------------ */

	.section-cta .wrap {
		padding: 2em;
	}


	.before-footer {
		margin-bottom: 3em;
	}

	.before-footer div.bsap {
		width: 300px;
		margin: 0 auto;
	}

	.before-footer div.bsap a {
	    margin: 0 10px 2em;
	}

	/* footer widgets */
	.footer-widgets .widget-area {
		max-width: none;
		width: 95%;
	    margin: 0 5%;
	}

	.footer-social .social-icons a {
		width: 60px;
		height: 60px;
	}

	.footer-social .social-icons {
		margin-bottom: 2em;
	}

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		clear: both;
	}


	.content .site_list_row .site_list_cell_left,
	.content .site_list_row .site_list_cell_right {
		clear:both;
	}

}

@media only screen and (max-width: 480px) {


	.before-header .social-icons {
		display: none;
	}
	.before-header div.top-search {
		float: none;
		padding-left: 10px;
    	width: 95%;
	    margin: 5px auto;
	}

	.site-header .wrap {
		padding: 20px 5px;
	}

	.site-header .nav-primary .genesis-nav-menu,
	.shrink .nav-primary .genesis-nav-menu {
		margin-top: 30px;
	}

	.title-area,
	.nav-primary {
		padding:0;
	}

	.title-area {
		width: 70%;
		padding-left: 5px;
	    margin-top: 5px;
	}
	.site-title {
		font-size: 1em;
	}
	.nav-primary {
		/*width: 20%;*/
		margin-top: -20px;
		float: right;
	}

	.entry-title,
	.archive-title {
		margin-top: 0;
	}

}

@media only screen and (max-width: 320px) {

}