/*
	Theme Name: spacebetween Pro Child Theme
	Theme URI: http://my.studiopress.com/themes/spacebetween/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.0.0
 
	Tags: green, tan, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
		- Home Page
		- Miscellaneous
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- spacebetween Pro Blue
		- spacebetween Pro Green
		- spacebetween Pro Mustard
		- spacebetween Pro Purple
		- spacebetween Pro Red
	- Media Queries
		- Retina Display
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry-content:before,
.entry-pagination:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before  {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry-content:after,
.entry-pagination:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */


/* Typographical Elements
--------------------------------------------- */


html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #55555C;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.625;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #e28300;
	text-decoration: none;
}

a:hover,
.site-footer a:hover {
	color: #58595e;
}

p {
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "“";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #58595e;
	font-family: 'jennasue', sans-serif;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

.entry-title {
	font-family: 'cardo';
	font-size: 22px;
	font-size: 2.4rem !important;
	text-transform: lowercase;
	text-align: left;
}

h1 {
	font-size: 55px !important;
	font-size: 5.5rem;
}

h2,
.home-top .entry-title {
	font-size: 45px;
	font-size: 4.5rem;
}

h3{
	font-size: 36px;
	font-size: 3.6rem;
}

.archive-title,
.comments-title,
.home-bottom .entry-title,
.home-middle .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 30px;
	font-size: 3rem;
}

h5 {
	font-size: 25px;
	font-size: 2.5rem;
}

h6,
.sidebar .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}


/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #eeeee8;
	box-shadow: 0 0 5px #f8f8f8 inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #6f9cab;
	box-shadow: none;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #acacac;
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.sidebar input {
	padding: 15px;
	padding: 1.5rem;
	width: 70%;
	
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #eeeee8;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #eeeee8;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background-color: #fff;
	box-shadow: 0 0 5px #ddd;
	margin: 32px auto;
	margin: 3.2rem auto;
	margin-bottom: 0;
	margin-top: 0px;
	max-width: 1140px;
	overflow: hidden;
	/*background-image: url(images/blueprint.png);*/
	background-repeat: no-repeat !important;
}

.site-inner {
	background: #fff;
	clear: both;
	padding: 36px;
	padding-top: 15px;
	padding: 3rem;
	padding-top: 1.5rem;
}

.wrap {

	margin: 0 auto;
	max-width: 1140px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 868px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 700px;
	margin-right: -10px !important;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

.full-width-content .content {
	width: 100%;
}

.spacebetween-pro-landing .site-container {
	max-width: 772px;
}

.spacebetween-pro-landing .site-inner,
.spacebetween-pro-landing .entry {
	padding: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 350px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 164px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	overflow: hidden;
	width: 100%;
}

.search-form input[type="search"] {
	background: #fff url(images/search.png) no-repeat 15px 16px;
	background-size: 15px 15px;
	padding: 16px 16px 16px 44px;
	padding: 1.6rem 1.6rem 1.6rem 4.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
     max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border: 1px solid #eeeee8;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 16px 32px;
	padding: 1.6rem 32.rem;
}

.archive-description,
.author-box,
.sticky {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	overflow: hidden;
	padding: 32px;
	padding: 3.2rem;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.site-header .widget-title {
  color: #fff;
}

.entry-title a,
.sidebar .widget-title a {
	color: #6f9cab;
	text-decoration: none;
}

.entry-title a:hover {
	color: #58595e;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}



/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}



/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	text-align: center;
}

.featured-content .entry-header {
	border: none;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.featured-content .entry-title {
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */


/*Sidebar E-news widget----------------------------------------------*/


.enews-widget p {
	text-align: center;
	font-size: 20px;
	font-size: 2.5rem;
	padding-top: 8px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews-widget input {
	font-family: 'cardo';
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding: 10px;
}

.enews-widget {
	background: #8BA1A0;
	border: 2px solid #ACACAC;
	color: #fff;
	padding: 4px;
	font-family: 'cardo', serif;
	font-size: 2.4rem;
	text-transform: lowercase;
	
}

.enews button,
.enews input[type="button"],
.enews input[type="reset"],
input[type="submit"],
.enews .button,
.enews.entry-content .button {
	background-color: #ddd;
	box-shadow: none;
	border: none;
	color: #fff;
	cursor: pointer;
	margin-bottom: 3px !important;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	width: auto;
}
/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	border: none;
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	padding: 36px;
	padding: 3.6rem;
	margin-top: -30px;
	overflow: hidden;

}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 320px;
}

.site-title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 50px;
	font-size: 5rem;
	line-height: 1;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.site-description {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	text-align: center;
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

/* Logo, hide text */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 110px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #fff;
	float: right;
	width: 730px;
	padding:0;
}

.site-header .search-form {
	float: right;
	margin-top: 16px;
	margin-top: 1.6rem;
}

.site-header .widget-area a {
	color: #fff;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	width: 100%;
	margin-top: -18px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 20px 24px;
	padding: 2rem 2.4rem;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu > li:hover a,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #fff;
}

.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: 184px;
	z-index: 99;
}

.genesis-nav-menu > li:hover .sub-menu a,
.genesis-nav-menu .sub-menu a {
	font-family: 'cardo', serif;
	background-color: #E3E3E3;
	background-image: none;
	border: 1px solid #3d3c39;
	color: #58595e;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 1px;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	position: relative;
	width: 184px;
}

.genesis-nav-menu > li:hover .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:hover {
	background-image: none;
	background-color: #fff;
	color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 183px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
}

.genesis-nav-menu > .right > a {
	background: none;
	color: #a5a5a3;
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .right > a:hover {
	color: #76d2c5;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form input[type="search"] {
	background-position: 12px 12px;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 12px 12px 12px 44px;
	padding: 1.2rem 1.2rem 1.2rem 4.4rem;
}

/*Social Icon Floating Menu--------------------------------------------- */

.pinterest-float a {
	background: url(images/social-sprites.png) !important;
		background-position: -4px 0px !important;

	display: block;
	float: left;
	font-size:12px;
	height: 53px;
	overflow:hidden;
	text-indent: -5000px;
	width: 54px;
	margin-right: 15px;
	margin-top: 70px;
}

.pinterest-float a:hover {
	filter:alpha(opacity=80); /* For IE8 and earlier */
	opacity:0.8;

}


.facebook-float a {
	background: url(images/social-sprites.png) !important;
	background-position: -56px 0px !important;

	display: block;
	float: left;
	font-size:12px;
	height: 53px;
	overflow:hidden;
	text-indent: -5000px;
	width: 54px;
}

.facebook-float a:hover {
	filter:alpha(opacity=80); /* For IE8 and earlier */
	opacity:0.8;

}


.google-float a {
	background: url(images/social-sprites.png) !important;
		background-position: -108px 0px !important;
	display: block;
	float: left;
	font-size:12px;
	height: 53px;
	overflow:hidden;
	text-indent: -5000px;
	width: 54px;
	margin-right: 2px;
}

.google-float a:hover {
	filter:alpha(opacity=80); /* For IE8 and earlier */
	opacity:0.8;

}


.insta-float a {
	background: url(images/social-sprites.png) !important;
		background-position: -160px 0px !important;

	display: block;
	float: left;
	font-size:12px;
	height: 53px;
	overflow:hidden;
	text-indent: -5000px;
	width: 54px;
	margin-right: 2px;
}

.insta-float a:hover {
	filter:alpha(opacity=80); /* For IE8 and earlier */
	opacity:0.8;

}


.twitter-float a {
	background: url(images/social-sprites.png) !important;
		background-position: -212px 0px !important;

	display: block;
	float: left;
	font-size:12px;
	height: 53px;
	overflow:hidden;
	text-indent: -5000px;
	width: 54px;
	margin-right: 2px;
}

.twitter-float a:hover {
	filter:alpha(opacity=80); /* For IE8 and earlier */
	opacity:0.8;

}


.rss-float a {
	background: url(images/social-sprites.png) !important;
		background-position: -264px 0px !important;

	display: block;
	float: left;
	font-size:12px;
	height: 53px;
	overflow:hidden;
	text-indent: -5000px;
	width: 54px;
	margin-right: 2px;
}


.rss-float a:hover {
	filter:alpha(opacity=80); /* For IE8 and earlier */
	opacity:0.8;

}

/* Menu container - left side
 */		
#cfn_floating_menu ul{
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	 box-shadow:none !important;
}
/**
 * Menu container - right side
 */	
#cfn_floating_menu.right ul{
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	 box-shadow:none !important;
}
	/**
	 * Menu anchor container
	 */
	#cfn_floating_menu ul li{
		font-size:12px;
		border-bottom:none !important;
	}
/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li,
.site-header .widget_nav_menu ul ul {
	border: none;
	margin: 0;
	padding: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	margin-top: 20px;
	font-family: 'jennasue';
	margin-left: 75px;
}

.nav-primary a {
	background: url(images/nav-tab.png);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 32px;
	padding: 10px;
	padding-left: 0px;
	width: 140px;
	height: 44px;
	text-align: center;
}


.nav-primary a:hover, 
.nav-primary .current-menu-item > a  {
	color: #fff;
	font-size: 32px;
	background-image: url(images/nav-tab-hover.png);
	background-repeat: no-repeat;
	width: 140px;
	height: 44px;

}

.genesis-nav-menu > li:hover a,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #fff;
	}



/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #e3e3e3;
	border-top: 1px solid #3d3c39;
	border-bottom: 1px solid #3d3c39;
	text-align: center;
	padding-top: 10px;
	padding-top: 1rem;
}

.nav-secondary a {
	color: #58595e;
	font-family:'cardo';
	font-size: 20px;
	padding: 18px 10ps 8px;
	padding: 1.8rem 1rem 0.8rem;
}




/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.spacebetween-pro-home .content .widget {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.spacebetween-pro-home .featuredpost img {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.spacebetween-pro-home .featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding-bottom: 20px;
	padding-bottom: 2rem;
	
}

.spacebetween-pro-home .entry:last-child {
	margin-bottom: 0;
}

.home-top {
	margin-left: 20px;
	margin-bottom: 0px;
}

/* Middle 30% width Css------------------------------

.home-middle {
	width: 700px !important;
	margin-left: 10px;	
}

.home-middle .entry-meta {
	font-size: 8px !important;
}

.home-middle .entry, .home .page .post.entry {
	float: left !important;
	width: 30% !important;
	margin: 10px;
	padding: 8px !important;
	text-align: center;
	font-size: 14px;
}

.home-middle .featuredpost h2 {
	font-size: 20px;
	text-align: center;
}


.home-middle .featuredpost {
	margin: 10px !important;
	float: left !important;
	padding: 10px;
	padding: 1rem;
	border: 4px solid #ddd;
	margin-bottom: 40px !important;
	font-size: 14px;

}

.home-middle .widget-title {
	background: url(images/recently-in-sp-title.png);
	background-repeat: no-repeat;
	background-color: #fff !important;
	color: transparent !important;
	height: 60px;
	margin-bottom: -5px;
	
}

.home-middle .entry-title a {
	font-size: 18px;


}

.home-middle .featuredpost img {
	margin: 15px;
	width: 150px;
	
	
}

*/

/*Home Middle 100% Css----------------------------*/

.home-middle {
	width: 700px !important;
	margin-left: 10px;	
	margin-top: -30px;
}

.home-middle .entry, .home .page .post.entry {
	float: left !important;
	width: 97% !important;
	margin: 10px;
	padding: 8px !important;
	text-align: justify;
	font-size: 14px;
}

.home-middle .entry-meta {
	font-size: 10px !important;
	text-align: center !important;
}

.home-middle .post-info {
	font-size: 10px !important;
	text-align: center !important;
	padding: 20px 0 !important;

}

.home-middle h2 {
	font-family: 'cardo';
	font-size: 24px;
	text-align: center;
	margin: 5px 0 -10px 0;
	text-align: center;
}


.home-middle h2 a {
	color: #6f9cab;
}

.home-middle h2 a:hover {
	color: #58595e;
}

.home-middle .featuredpost p {
	padding-top: 0px;
	padding-right: 15px;
	font-size: 14px;
	margin-top: -10px !important;
}


.home-middle .featuredpost {
	margin: 10px !important;
	float: left !important;
	padding: 10px;
	padding: 1rem;
	border: 4px solid #ddd;
	margin-bottom: 0px !important;
	font-size: 14px;

}

.home-middle .widget-title {
	background: url(images/recently-in-sp-title.png);
	background-repeat: no-repeat;
	background-color: #fff !important;
	color: transparent !important;
	height: 60px;
	margin-bottom: -5px;
	
}


.home-middle .featuredpost img {
	margin: 15px;
	margin-left: 0;
	margin-bottom: 0px;
	
}

.home-bottom-title {
	margin-left: 30px;
	margin-bottom: -30px;
	
}

.home-bottom .featuredpost h2 {
	font-family: 'cardo' !important;
	color: #6f9cab !important;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem !important;
}

.home-bottom h2 a {
	color: #6f9cab !important;
}

.home-bottom h2 a:hover {
	color: #58595e !important;
}


.home-bottom-left {
	width: 28%;
	float: left;
	margin: 20px;
	margin-left: 27px;	
}

.home-bottom-left .featuredpost .entry {
	border: none;
	background-color: #f6f6f6 !important;
	padding: 10px !important;
}

.home-bottom-middle {
	width: 28%;
	float: left;
	margin: 20px;

}

.home-bottom-middle .featuredpost .entry {
	border: none;
	background-color: #f6f6f6;
	padding: 10px !important;

}

.home-bottom-right {
	width: 28%;
	float: left;
	margin: 20px;
	margin-right: 0px;

}

.home-bottom-right .featuredpost .entry {
	border: none;
	background-color: #f6f6f6;
	padding: 10px !important;

}


.spacebetween-pro-home .content .featuredpost p {
	margin: 0;
	
}

.spacebetween-pro-home .content .widget-title {
	background-color: #76d2c5;
	color: #fff;
	padding: 12px 32px;
	padding: 1.2rem 3.2rem;
}



/* Entries
--------------------------------------------- */

.content .entry {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 10px;
	padding: 1rem 1rem 0 0;
}

.spacebetween-pro-landing .content .entry {
	border: none;
}

.entry-header {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
}

.entry-header .entry-meta {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eeeee8;
	margin: 0;
	padding: 32px 0 8px;
	padding: 3.2rem 0 0.8rem;
}

.entry-comments-link::before {
	content: "|";
	margin: 0 6px 0 6px;
	margin: 0 0.6rem 0 0.6rem;
}

.entry-meta .entry-tags {
	float: left;
}


/*Custom Archive Page------------------------------------------------------*/

.archive .content {
	max-width: 700px;
}

.archive .content .entry {
	float: left;
	height: 300px !important;
	margin-bottom: 30px;
	margin-right: 8px;
	padding: 10px 12px;
	width: 225px;
}
	
.archive img {
	background: url(images/featured.png);
	margin-bottom: 5px;
	padding: 8px;
 }

.archive .content img:hover {
	filter:alpha(opacity=80); /* For IE8 and earlier */
	opacity:0.8;
}

.archive h1 , .custom-archive .entry-title {
	text-align: center !important;
	font-size: 1rem !important;
	
}

.archive .entry-title  {
	font-size: 18px !important;
	font-size: 1rem !important;
	line-height: 26px;
	text-align: center !important;


	
}

.archive .entry-title a {
	font-family: 'Josefin Slab', sans-serif;
	font-size: 18px !important;
	line-height: 26px;

}

.archive .content h2 a:hover {
	color: #a1a1a1;
}


.portfolio-image {
	width: 200px !important;
	height: 200px;
}
/* Entry Navigation
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	border: 1px solid #eeeee8;
	color: #a5a5a3;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #76d2c5;
}

/*After post area-----------------------------------------------*/

#after-post {
	border-top: 1px solid #eeeee8;
	width: 697px;
	margin-top: 30px;
	margin-left: -30px;
	padding: 3rem;
	
}

/* Comments
--------------------------------------------- */

.ping-list,
.entry-comments,
.comment-respond {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

.comment {
	border: 1px solid #eeeee8; 
	border-right: none; 
}

.comment.depth-1 {
	border-right: 1px solid #eeeee8; 
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.form-allowed-tags {
	background-color: #ebecec;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 2.4rem 0 1.6rem;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0px;

}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 0px;
	padding-bottom: 0rem;
	text-align: center;
}


.sidebar .widget-title {
	color: #58595e;
	font-family: 'cardo';
	font-weight: normal;
	font-size: 16px;
	background: url(images/widget-title-bg.png);
	background-repeat: no-repeat;
	background-position:center;
	height: 50px;
	width: 355px;
	padding-top: 18px;
	margin-left: -5px;
	
}


.widget li {
	list-style-type: none;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding-bottom: 12px;
	padding-bottom: 1.2rem;
}

.widget ul ul {
	border-top: 1px solid #eeeee8;
	margin-top: 12px;
	margin-top: 1.2rem;
	padding-top: 12px;
	padding-top: 1.2rem;
}

.widget ul > li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.textwidget a {
	color: #e28300 !important;
}



/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #fff;
	clear: both;
	margin: 0 auto;
	padding: 36px;
	padding: 3.6rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 332px;
}

.footer-widgets-1 {
	margin-right: 36px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 5px;
	padding: .5rem;
	text-align: center;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}




/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #d0dbd7;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px;
	padding: 1rem;
	text-align: center;
}

.site-footer a {
	color: #fff;
	text-decoration: none;	
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer img {
	margin-top: 8px;
}

/*
Genesis Responsive Slider
---------------------------------------------------------------------------------------------------- */

#genesis-responsive-slider {
	background-color: transparent;
	border: 4px solid #acacac !important;
	margin: 0 auto;
	padding: 4px !important;
	position: relative;
	max-width: 700px !important;
	max-height: 476px;
}

.genesis-responsive-slider-wrap {
	clear: both;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

#slides {
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 1;
}

.slide-excerpt {
	background-color: #fff;
	filter: alpha(opacity=80);
	display: block;
	margin: 10px;
	opacity: 0.8;
	padding: 0;
	position: absolute;
	z-index: 8;
}

html > body .slide-excerpt-border {
	background: none;
	border: 1px solid #ddd;
	display: inline;
	float: left;
	margin: 10px;
	padding: 14px;
	position: relative;
	z-index: 8;
}

.slide-image {
	overflow: hidden;
}

/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	list-style: none;
	margin: 0; 
	margin-top: -5px;
	padding: 0; 
} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	background-color: transparent;
	margin: 0; 
	padding: 0;
	width: 100%; 
}

.flexslider .slides > li {
	display: none;
	margin: 0;
	padding: 0;
} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	background-color: none !important;
	display: block;
	max-width: 100%; 
	max-height: 100%;
	
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	clear: both;
	content: "."; 
	display: block; 
	height: 0;  
	line-height: 0; 
	visibility: hidden;
} 

html[xmlns] .slides {
	display: block;
} 

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	background: none !important; 
	position: relative; 
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}


.flexslider .slides img {
	background-color: none !important;
	display: block;
	max-width: 100%; 
	
}


.flexslider .slides > li {
	display: none;
	margin: 0 !important;
	padding: 0 !important;
}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1; 
	position: relative;
}

/* Caption style */
/* IE rgba() hack */
.flex-caption {
	background:none; 
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); 
	zoom: 1;
}

.flex-caption {
	background: rgba(0,0,0,.3);
	bottom: 0; 
	color: #fff; 	 
	font-size: 14px;
	left: 0; 
	line-height: 18px;
	padding: 2%; 
	position: absolute;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	width: 96%;
}

/* Direction Nav */
.flex-direction-nav li a {
	width: 52px; 
	height: 52px; 
	margin: -20px 0 0; 
	display: block; 
	background: url(images/bg_direction_nav.png) no-repeat 0 0; 
	position: absolute; 
	top: 50%; 
	cursor: pointer; 
	text-indent: -9999px; 
	z-index: 100;
}

.flex-direction-nav li .next {
	background-position: -52px 0; 
	right: -60px;
}

.flex-direction-nav li .next:hover {
	background-position: -52px -50px; 
}

.flex-direction-nav li .prev {
	left: -60px;
}

.flex-direction-nav li .prev:hover {
	background-position: 0 -50px;
}

.flex-direction-nav li .disabled { 	 
	cursor: default;
	filter:alpha(opacity=30);
	opacity: .3;
}

/* Control Nav */

.flex-control-nav {
	float: left;
	margin: 25px  0 10px !important;
	position: relative; 
	text-align: center; 
	width: 100%;
	z-index: 100;
}

.flex-control-nav li {
	*display: inline;
	display: inline-block;
	margin: 0 0 0 5px;  
	zoom: 1;
}

.flex-control-nav li:first-child {
	margin: 0;
}

.flex-control-nav li a {	 
	background: url(images/bg_control_nav.png) no-repeat 0 0; 
	cursor: pointer; 
	display: block;
	height: 13px;
	text-indent: -9999px;
	width: 13px;
}

.flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.flex-control-nav li a.active {
	background-position: 0 -26px; 
	cursor: default;
}

/* Social Media Icons SPAN Technique  --------------------------------------------------------------------------*/



.replace{
	margin:0;
	overflow:hidden;
	padding:0px;
	position:relative;
}



.replace span{
	display:block;
	left:0;
	position:absolute;
	top:0;
	z-index:1;
}



#icon-pinterest {
	display: block;
	float: left;
	font-size:12px;
	height: 53px;
	overflow:hidden;
	text-indent: -5000px;
	width: 58px;
	margin-right: 2px;
}



#icon-pinterest span{
	background-image: url(images/social-sprites.png);
	background-position: 0 0px;
	cursor: pointer;
	height: 100%;
	position: absolute;
	width: 100%;
}



#icon-pinterest:hover span {
	filter:alpha(opacity=80); /* For IE8 and earlier */
	opacity:0.8;

}


#icon-facebook {
	display: block;
	float: left;
	font-size:12px;
	height:53px;
	overflow:hidden;
	text-indent: -5000px;
	width: 54px;
	margin-right: 2px;

}



#icon-facebook span{
	background-image: url(images/social-sprites.png);
	cursor: pointer;
	height: 100%;
	position: absolute;
	width: 100%;
	background-position: -56px 0px;
}



#icon-facebook:hover span {
	filter:alpha(opacity=80); /* For IE8 and earlier */
	opacity:0.8;
}


#icon-google {
	display: block;
	float: left;
	font-size:12px;
	height:53px;
	overflow:hidden;
	text-indent: -5000px;
	width:53px;
	margin-right: 2px;

}



#icon-google span{
	background-image: url(images/social-sprites.png);
	background-position: -108px 0px;
	cursor: pointer;
	height: 100%;
	position: absolute;
	width: 100%;
}



#icon-google:hover span {
	filter:alpha(opacity=80); /* For IE8 and earlier */
	opacity:0.8;
}


#icon-insta {
	display: block;
	float: left;
	font-size:12px;
	height:53px;
	overflow:hidden;
	text-indent: -5000px;
	width:53px;
	margin-right: 2px;

}



#icon-insta span{
	background-image: url(images/social-sprites.png);
	background-position: -160px 0px;
	cursor: pointer;
	height: 100%;
	position: absolute;
	width: 100%;
}

#icon-insta:hover span {
	filter:alpha(opacity=80); /* For IE8 and earlier */
	opacity:0.8;
}


#icon-twitter {
	display: block;
	float: left;
	font-size:12px;
	height:53px;
	overflow:hidden;
	text-indent: -5000px;
	width:53px;
	margin-right: 2px;

}



#icon-twitter span{
	background-image: url(images/social-sprites.png);
	cursor: pointer;
	height: 100%;
	position: absolute;
	width: 100%;
	background-position: -212px 0px;
}



#icon-twitter:hover span {
	filter:alpha(opacity=80); /* For IE8 and earlier */
	opacity:0.8;
}




#icon-email {
	display: block;
	float: left;
	font-size:12px;
	height:53px;
	overflow:hidden;
	text-indent: -5000px;
	width:53px;
	margin-right: 2px;

}



#icon-email span{
	background-image: url(images/social-sprites.png);
	cursor: pointer;
	height: 100%;
	position: absolute;
	width: 100%;
	background-position: -264px 0px;
}

#icon-email:hover span {
	filter:alpha(opacity=80); /* For IE8 and earlier */
	opacity:0.8;
}


#text-3 {
	padding: 3rem 0rem 0 0 !important;
	
	
}



/*Project Gallery Page-------------------------------------------------------*/



input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #eeeee8;
	box-shadow: 0 0 5px #f8f8f8 inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 6px;
	padding: .6rem;
	width: 100%;
}
.projectgallery-top .search-form input {
	background-image: none !important;
	margin-top: -2px;
	padding: 8px 30px;
}


.projectgallery-top {
	background: #E3E3E3;
	padding: 20px;
	padding: 1rem 2rem 0rem 2rem;
	min-height: 90px;
}

.projectgallery-top h4{
	margin: 5px;
}

.projectgallery-top .widget {
	float: left;
	margin-right: 1%;
	width: 32%;
}

.projectgallery-bottom {
	margin-top: -15px;
	margin-top: -1.5rem;
}

.projectgallery-bottom .widget {
	border-bottom: 2px solid #ddd;
	padding: 20px 0;
	padding: 2rem 0;
}

.projectgallery-bottom .widgettitle {
	font-size: 52px;
	font-size: 5.2rem;
	margin-bottom: 6px;
	margin-bottom: .6rem;
	text-align: left;
	text-transform: lowercase;
	font-family: 'jennasue', serif;
}

.projectgallery-bottom .entry {
	float: left;
	margin-left: 2.564102564102564%;
	width: 30%;
}


.projectgallery-bottom .featuredpost h2 {
	font-family: 'cardo', serif;
	font-size: 18px;
	font-size: 1.8rem !important;
	font-weight: 400;
	text-transform: none;
	text-align: center;
}


.projectgallery-bottom .featuredpost h2 a {
	color: #6f9cab;

	
}

.projectgallery-bottom .featuredpost .post-info,
.projectgallery-bottom .featuredpost .post-meta {
	font-size: 10px;
	font-size: 1rem;
}

.projectgallery .search-form  {
	background: #fff url('images/search.png') center right no-repeat;
	border: 1px dotted #ddd;
	color: #333;
}


.more-from-category a {
	background: #8CA1A1;
	color: #fff;
	font-family: 'cardo';
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 2px;
	letter-spacing: .2rem;
	padding: 3px 8px;
	padding: .4rem 1rem;
	text-transform: lowercase;
}
.more-from-category {
	clear: both;
	display: block;
	float: none;
	text-align: center;
}

/* Style Tabs */

.tabber-widget {
	padding-bottom: 0 !important;
}

.tabber-widget-basic-light a {
	color: #e28300 !important;
}
.tabber-widget-basic-light ul.tabber-widget-tabs li {
	float: left;
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none;
}

.tabber-widget-basic-light ul.tabber-widget-tabs a {
	display: block;
	padding: 10px 6px;
	text-decoration: none !important;
	margin: 1px;
	margin-left: 0;
	color: #55555c !important;
	background: #FFF !important;
	font-family: 'numans';
	font-size: 12px;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a:hover {
	color: #fff !important;
	background: #6f9cab !important;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a.selected,
.tabber-widget-basic-light ul.tabber-widget-tabs a.selected:hover {
	margin-bottom: 0;
	color: #fff!important;
	background:#8ca1a1 !important;
	border-bottom: ;
	cursor: default;
}

.tabber-widget-basic-light .tabber-widget-content {
	padding: 6px 6px  !important;
	margin: 0;
	clear: both;
	background: #fff !important;
	border: 2px solid #8ca1a1;
}

/* Style Content */

.tabber-widget-basic-light .tabber-widget-content p{
	text-align: left;
	font-size: 17px;
}
.tabber-widget-basic-light .tabber-widget-content .tabber-widget-title {
	margin-top: 0;
}

/*Sidebar E-news widget----------------------------------------------*/

.sidebar 
.enews-widget {
	padding: 4px;

	
}

.sidebar .enews-widget input {
	padding: 10px;
}

.sidebar .enews-widget p {
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	padding-top: 8px;
}



/*
Remove page titles
---------------------------------------------------------------------------------------------------- */

.page-template-default .entry-title {
	display: none;
}

.pagination-previous {
	margin-top: 20px !important;
	font-family: 'cardo';
	max-width: 300px;
}

.pagination-next {
	margin-top: 20px !important;
	font-family: 'cardo';
	max-width: 300px;

}

.pluginCountBox {
	width: 37px !important;
}

/*Category Thumbnail plugin-------------------------------------------*/

.categoryThumbnailList .categoryThumbnailList_item {
width: 150px;
height: 280px !important;
display: inline;
float: left;
margin: 0px 10px 20px 0px;
overflow: hidden;
text-align: center !important;
}

.categoryThumbnailList .categoryThumbnailList_item a {
	color: #6f9cab !important;

}


.categoryThumbnailList .categoryThumbnailList_item a:hover {
	color: #58595e !important;
}



/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
	
	.search-form input[type="search"] {
		background-image: url(images/search@2x.png);
	}

}

@media only screen and (max-width: 1139px) {
	
.nav-primary {
	border-top: 1px solid #3d3c39;
	background: #8ca1a1;
	margin-top: 20px;
	font-family: 'jennasue';
	margin-left: 0px;
	margin-top: -30px;
}

.nav-primary a {
	background: none;
	background-repeat: no-repeat;
	font-size: 34px;
	width: auto;
	height: auto;
	text-align: center;
}


.nav-primary a:hover, 
.nav-primary .current-menu-item > a  {
	color: #E3E3E3 !important;
	font-size: 34px;
	background-image:none;
	background-repeat: no-repeat;
	width: auto;
	height: auto;
	text-align: center;

}

	.site-header .widget-area {
		margin-top: 16px;
		margin-top: 4rem !important;
	}


	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 688px;
	}

	.content {
		width: 580px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.site-header .widget-area {
		width: 380px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-bottom-left,
	.home-bottom-right,
	.sidebar-primary {
		width: 272px;
	}

}

@media only screen and (max-width: 1023px) {

	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 772px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.site-header {
		padding: 24px;
		padding: 2.4rem;
	}
	
	.header-image .site-title a {
		background-position: center !important;
		margin: 0 0 16px;
		margin: 0 0 1.6rem;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-footer p,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 16px;
		padding: 1.6rem;
	}
	
	.nav-primary {
	border-top: 1px solid #3d3c39;
	background: #8ca1a1;
	margin-top: 20px;
	font-family: 'jennasue';
	margin-left: 0px;
	margin-top: -25px;
	padding: 12px 0 0 0;
}
	
	.site-header .widget-area {
		margin-top: 16px;
		margin-top: 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.alignleft,
	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}
	
	.home-bottom-left,
	.home-bottom-right {
		width: 332px;
	}
	
	.footer-widgets-1 {
		margin: 0;
	}

	.site-footer {
		padding: 24px;
		padding: 2.4rem;
	}
	
	#after-post {
		max-width: 694px;
		margin-left: -30px;
	
}

}

@media only screen and (max-width: 767px) {

	body {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.site-container {
		padding: 20px 5%;
		padding: 2rem 5%;
		width: 94%;
	}

	.five-sixths,
	.four-sixths,
	.home-bottom-left,
	.home-bottom-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.site-title {
		font-size: 44px;
		font-size: 4.4rem;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}
	
	.genesis-nav-menu a,
	.nav-primary .sub-menu a {
		padding: 12px;
		padding: 1.2rem;
	}
	
	.nav-secondary a,
	.nav-secondary .sub-menu a {
		padding: 10px 8px;
		padding: 1rem 0.8rem;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -31px 0 0 199px;
	}
	
	.nav-primary .sub-menu .sub-menu {
		margin: -36px 0 0 199px;
	}
	
	.entry-meta .entry-tags {
	  clear: both;
	  float: left;
	}
	
	.entry-meta .entry-comments a {
		margin: 0 0 10px;
		margin: 0 0 1rem;
	}
	
	.spacebetween-pro-home .featuredpost .alignleft,
	.spacebetween-pro-home .featuredpost .alignright {
		float: none;
		margin: 0 auto;
	}
	
	#after-post {
	max-width: 100% !important;
	margin-left: 0;
	
}


.home-middle .widget-title {
	background: url(images/recently-mobile.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fff !important;
	color: transparent !important;
	height: 60px;
	margin-bottom: -5px;
	
	
}

.home-middle {
	width: 100% !important;
	margin-left: 0px;	
}

.home-middle .entry, .home .page .post.entry {
	float: left !important;
	width: 90% !important;
	margin: 10px;
	height: 370px;
	padding: 8px !important;
	text-align: left;
}

.home-bottom-title {
	margin-left: 30px;
	margin-bottom: -10px;
	
}

.home-bottom-left {
	width: 100%;
	float: left;
	margin: 20px;

}

.home-bottom-middle {
	width: 100%;
	float: left;
	margin: 20px;

}

.home-bottom-right {
	width: 100%;
	float: left;
	margin: 20px;

}

}


@media only screen and (max-width: 510px) {
	
	.site-container {
		background: url(images/mobile-header-bg.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.sidebar {
		padding-left: 15px;
	}
	
	.sidebar .widget-title {
		background-size: contain;
		width: 280px;
	}
		
	#genesis-responsive-slider {
		display: none;
	}

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	width: 100%;
	margin-top: 0px;
}
.home-middle .post {
	min-height: 450px !important;
}

.home-bottom {
	max-width: 50% !important;
	margin: 0 auto;
}

}

@media only screen and (max-width: 480px) {
	
	.site-container {
		background: url(images/mobile-header-bg2.png) !important;
		background-repeat: no-repeat !important;
		background-size: contain;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	.site-inner {
	padding-left: 0;
	
}
	
	#genesis-responsive-slider {
		display: none;
	}
	
.home-middle .featuredpost {
	border: none;
}

.home-middle .post {
	min-height: 600px !important;
}

#cfn_floating_menu ul{
	visibility: hidden;
}

.home-bottom {
	max-width: 75% !important;
	margin: 0 auto;
}


}