/*
	Theme Name: Zintro Blog
	Description: Zintro Blog Child Theme of the Genesis Framework
	Author: Mike Eaton
	Author URI: http://mikeeaton.co.uk

	Template: genesis
*/





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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #585956;
	font-family: 'adelle_sansregular', Helvetica 'Helvetica Neue', Arial !important;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

.clear-fix:after {
	content: ".";
	display:block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: #F2F2F0;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding: 90px 20px 0;
}


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

#header {
	margin: 0 auto;
	min-height: 65px;
	width: 100%;
}



#description {
	font-size: 14px;
	padding: 0 0 0 20px;
}

#header .widget-area {
	padding: 0;
	width: 100%;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

#title-area h1 a, #title a {
	float: left;
	height: 38px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 284px;
	background: url(images/zintro-logo.png) no-repeat center center;
	display: inline-block;
	margin: 8px 0;
}

#title-area {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 284px;
	display: inline-block;


}
.header-image #description {
	display: none;
}


/* Image Header - Full Width
------------------------------------------------------------ */

#header {
	background: #3C3B3C;
	position: fixed;
	z-index: 9999;
	width: 98%;
	padding: 0 1%;

}

#title a {

}

#wrap>#header {
	display: none;
}



/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menus>.primary {
	display: none;
}

#nav {
	display: none;
}

#nav_menu-2 .widget-wrap {
	width: 100%;
}

#nav_menu-2 ul {
	margin: -37px 0 0 0;
    padding: 0;
    text-align: right;
    width: 100%;
}

#nav_menu-2 ul li {
	display: inline;
	font-size: 12px;
}

#nav_menu-2 ul li a:link, #nav_menu-2 ul li a:visited {
	text-transform: uppercase;
	color: #f2f2f2;
	text-decoration: none;
	border-top: 4px solid transparent;
	line-height: 2.5em;
	padding: 1.6em 0 2em;
	margin: 0 0 0 2em;
}

#nav_menu-2 ul li a:hover, #nav_menu-2 ul li a:active {
	border-top: 4px solid #edbf56;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#nav_menu-2 ul li.current-menu-item a {
	border-top: 4px solid #edbf56 !important;
}



/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
}



/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


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

#content {
	float: left;
	width: 410px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 64%;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 880px;
}

#content .post {
	background: #fff;
	margin: 0 2px 20px;
	padding: 3%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e8e8e8;
	clear: both;
}

#content .post:hover {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
	border: 1px solid #e9e8e8;
}

body.single-post #content .post {
	background: none !important;
	padding: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

body.single-post #content .post:hover {
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

#content h2 a:link, #content h2 a:visited {
	color: #58595b;
	font-size: 22px;
	text-decoration: none;
	font-weight: 400;
}

#content h2 a:hover, #content h2 a:active {
	color: #51729b;

}

.entry-content {
	overflow: hidden;
	clear: both;
}

#content .post p {
	margin: 0 0 25px;
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'adelle_sansregular', Helvetica 'Helvetica Neue', Arial;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2.entry-title a,
h2.entry-title a:visited {
	font-size: 18px;
	margin: 0 0 5px;
}

h2.entry-title a,
h2.entry-title a:visited {
	color: #58595b;
	font-family: 'adelle_sansregular', Helvetica 'Helvetica Neue', Arial;
}

h2 a:hover {
	color: #51729b;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 24px;
}

#content h4.widgettitle {
	font-family: 'adelle_sansbold', Helvetica 'Helvetica Neue', Arial;
	background: url(images/title-underline.png) repeat-x left bottom;
	padding: 0 0 14px 0;
	margin: 0 0 14px;
	text-shadow: 0 1px 0 #fff;
	font-size: 28px;
	line-height: 30px;
}

h4 {
	font-size: 20px;
}

.taxonomy-description h1,
.widget-area h4 {
	font-family: 'adelle_sansregular', Helvetica 'Helvetica Neue', Arial;
	border-bottom: 1px solid #e9e8e8;
	font-size: 18px;
	padding: 0 0 5px 0;
	color: #585956;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 18px;
}



/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

#content .post-info {
	font-style: italic;
	text-align: right;
	color: #9e9d9b;
	font-size: 12px;
	background: url(images/date-line.png) repeat-x left center;
	display: block;
	margin: 0 0 10px;
}

.post-info span.date {
	background: #F2F2F0;
	padding: 0 6px 0 10px;
}

.post-info span.author {
	background: #F2F2F0;
}

#featured-post-2 .post-info span.date, body.archive .post-info span.date {
	background: #fff;
	padding: 0 10px 0 0;
}

#featured-post-2 .post-info span.author, body.archive .post-info span.author {
	background: #fff;
}


/* Post Meta
------------------------------------------------------------ */

#content .post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
	display: none;
}


/* Read More Link
------------------------------------------------------------*/

#content .post a.read-more:link, #content .post a.read-more:visited {
	color: #6992d1;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	float: right;
	margin: 20px 0 0 0;
}

#content .post a.read-more:hover, #content .post a.read-more:active {
	color: #51729b;
}

#content .post a.more-link:link, #content .post a.more-link:visited {
	color: #6992d1;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	float: right;
	margin: 20px 0 0;
}

#content .post a.more-link:hover, #content .post a.more-link:active {
	color: #51729b;
}

/* Category Descriptions
------------------------------------------------------------ */

#content>p:first-child {

	background: #fff;
	margin: 0 2px 20px;
	padding: 1% 3%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
	clear: both;
	font-size: 14px;
}


/* Bread Crumbs
------------------------------------------------------------ */

.breadcrumb {
	background: #fff;
	margin: 0 2px 20px;
	padding: 1% 3%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
	clear: both;
	font-size: 14px;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
	display: none;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	width: 95px;
	height: auto;
	overflow: hidden;
	margin: 0 2% 2% 0;
	border: 2px solid #c9c9c9;
	-webkit-border-radius: 6px;
    border-radius: 6px;

}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
	float: left;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Pagination
------------------------------------------------------------ */


.navigation {
	width: 100%;
	background: url(images/title-underline.png) repeat-x left top;
	text-align: center;
}

.navigation ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.navigation ul li {
	list-style-type: none;
	display: inline-block;
	font-family 'adelle_sanslight', Helvetica 'Helvetica Neue', Arial;
	line-height: 24px;
}

.navigation ul li a:link, .navigation ul li a:visited {
	color: #9e9d9b;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
	font-size: 13px;
	padding: 5px 10px;
	display: inline-block;

}

.navigation ul li a:hover, .navigation ul li a:active {
	color: #3b3b3f;
}

.navigation ul li.active {
	border-top: 2px solid #edbf56;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 32%;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background: #fff;
	margin: 0 2px 20px;
	padding: 3%;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	border: 1px solid #e8e8e8;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

.sidebar .featuredpost h2 a:link, .sidebar .featuredpost h2 a:visited {
	color: #3b3b3f;
	font-size: 14px;
	line-height: 20px;
}

.sidebar .featuredpost h2 a:hover, .sidebar .featuredpost h2 a:active {
	color: #3b3b3f;
	text-decoration: underline;
}

.sidebar .featuredpost p {
	display: none;
}

.sidebar .featuredpost img {
	width: 45px;
	height: auto;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

@-moz-document url-prefix() {
select.inquiry-select {
		background: #f7f7f7;
	}
}


/* Dropdowns
------------------------------------------------------------ */


.widget_archive select,
#cat {
    padding: 7px 7px 5px;
    line-height: 20px;
    width: 100%;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: url(images/dropdown-icon.png) no-repeat right center #e9e8e8;
    color: #9e9d9b;
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    border: 1px solid #b6b5b2;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.widget_archive select,
#cat:hover {
	background: url(images/dropdown-icon-hover.png) no-repeat right center #e9e8e8;
}

/* Recent Posts / Most Popular Posts
------------------------------------------------------------ */


.widget .post {
	background: #e9e8e8;
	padding: 4% 4% 0 4%;
	margin: 0 0 4% 0;
	border-left: 2px solid #c9c9c9;
	border-top: 1px solid #e9e8e8;
	border-right: 1px solid #e9e8e8;
	border-bottom: 1px solid #e9e8e8;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 13px;

}

.widget .post:hover {
	border-left: 2px solid #6992d1;
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}

.widget .post img {
	float: left;
	border: 2px solid #c9c9c9;
	margin: 0 4% 2% 0;
}

.widget .post a:link, .widget .post a:visited {
	color: #3b3b3f;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.widget .post a:hover, .widget .post a:active {
	text-decoration: underline;
}

.widget .post a h3 {
	font-size: 13px;
	font-weight: 200;
	line-height: 20px;
	margin: 0 0 0 0;

}

.widget_top-posts ul {
	padding: 0 !important;
}

.widget_top-posts ul li {
	background: #e9e8e8;
	padding: 4% 4% 0 !important;
	margin: 0 0 4%;
	border-left: 2px solid #c9c9c9;
	border-top: 1px solid #e9e8e8;
	border-right: 1px solid #e9e8e8;
	border-bottom: 1px solid #e9e8e8;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
}

.widget_top-posts ul li:hover {
	border-left: 2px solid #6992d1;
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}

.widget_top-posts ul li img {
	float: left;
	border: 2px solid #c9c9c9;
	margin: 0 4% 2% 0;
	height: 45px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

.widget_top-posts .widgets-list-layout-links {
	width: 76.404255%;
}

.widget_top-posts ul li a:link, .widget_top-posts ul li a:visited {
	color: #3b3b3f;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}

.widget_top-posts ul li a:hover, .widget_top-posts ul li a:active {
	text-decoration: underline;
}

.widget_top-posts ul li a {
	font-size: 14px;
	font-weight: 200;
	line-height: 20px;
	margin: 0;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 12px;
	overflow: hidden;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: url(images/gradient.png) 0 0;
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(images/gradient.png) 0 -33px;
	text-decoration: none;
}


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

.sidebar .widget_search {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	padding: 0;
}

.sidebar .widget_search form {
	-webkit-border-radius: 6px;
    border-radius: 6px;
	border: 1px solid #e8e8e8;
    margin: 0 0 6% 0;
    background: #fff;

}

.sidebar .widget_search form input[type=text] {
	color: #3b3b3f;
	border: none;
	-webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    padding: 13px 8px 9px 9px;
    float: right;
    font: 13px 'adelle_sanslight', Helvetica 'Helvetica Neue', Arial;
    width: 81.4%;
    position: relative;
    z-index: 2;
    background: #fff;

}

.sidebar .widget_search form input[type=submit] {
	text-indent: -999999px;
	border: none;
	-webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
	background: url(images/search-icon.png) no-repeat center center #c9c9c9;
	width: 11.6%;
	height: 40px;
}

.sidebar .widget_search form input[type=submit]:hover {
	background: url(images/search-icon.png) no-repeat center center #9e9d9b;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}

/* Connect With Us Widget
------------------------------------------------------------ */

.sidebar .social ul {
	text-align: center;
	margin: 0 0 2% 0;
	padding: 0;
}

.sidebar .social ul li {
	display: inline;
	margin: 0 2% 0;
	border: none;
}


/* Tag Cloud
------------------------------------------------------------ */

.tagcloud a:link, .tagcloud a:visited {
	color: #9e9d9b;
}

.tagcloud a:hover, .tagcloud a:active {
	color: #3b3b3f;
	text-decoration: none;
}


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

footer.wrap {
	max-width: 1280px;
	margin: 0 auto;
}

#wrap>#footer, #footer {
	display: none;
}

.footer-container {
	background: #5f5f5f;
	padding: 4% 3%;
	font-size: 14px;
	clear: both;
	z-index: 0;
	position: relative;
	font-family: 'adelle_sanslight', Helvetica 'Helvetica Neue', Arial;
	margin: 60px 0 0 0;
}

footer p {
	display: block;
	text-align: center;
	color: #f2f2f0;
	font-family: 'adelle_sanslight', Helvetica 'Helvetica Neue', Arial;
	font-weight: 200;
	font-size: 14px;
}

.m-footer {
	background: #5f5f5f;
	padding: 4% 3%;
	font-size: 14px;
	clear: both;
	z-index: 0;
	position: relative;
	font-family: 'adellesans-light', sans-serif;
}

footer .one-fifth {
	width: 17.7%;
	float: left;
	margin: 0 2% 0 0;
	padding: 0;
}

footer h2 {
	color: #fff;
	font-weight: 200;
	margin: 0 0 10px;
}

.expert-footer {
	margin-top: 31px !important;
}

.footer-links a:link, .footer-links a:visited {
	color: #fff;
	display: block;
	margin: 4% 0;
}

.footer-links a:hover, .footer-links a:active {
	color: #9e9d9b;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none;
}

.social-links {
	color: #fff;
}

.social-links img {
	margin: 0 5px 8px 0;
	opacity: 1;
}

.social-links img:hover {
	opacity: 0.7;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.social-links p {
	margin: 0 0 4%;
	text-align: left;
}

.footer-logo {
	display: block;
	width: 136px;
	max-width: 100%;
}

.copyright {
	color: #fff;
	clear: both;
	font-size: 11px;
	margin: 30px 0 0 0;
	text-align: center;
}

.copyright span {
	margin: 0 10px;
}

.copyright a:link, .social-links a:link, .copyright a:visited, .social-links a:visited {
	color: #fff;
	text-decoration: underline;
}

.copyright a:hover, .social-links a:hover, .copyright a:active, .social-links a:active {
	color: #9e9d9b;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none;
}


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

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


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

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Responsive Design
------------------------------------------------------------ */



@media all and (max-width: 810px) {



	#nav_menu-2 ul li {
		display: none;
		text-align: center;
	}

	#nav_menu-2 ul li:first-child {
		display: block;
		background: url(images/nav-icon.png) no-repeat left 3px;
	}

	#nav_menu-2 ul li a:link, #nav_menu-2 ul li a:visited {
		display: block;
		padding: 4px 0 !important;
		border: none;
	}

	#nav_menu-2 ul li a:hover, #nav_menu-2 ul li a:active {
		border: none;
		color: #edbf56;
	}


	#nav_menu-2 ul li.current-menu-item a {
		color: #edbf56;
		border: none !important;
	}

	#nav_menu-2 ul:hover li {
		display: block;
	}

	.widget-area {
		clear: both;
		margin: 30px 0 0 0;
	}

	.widget_search {
		position: absolute;
		top: 110px !important;
		left: 2%;
		width: 96%;
	}

	.widget_categories {
		position: absolute;
		top: 166px !important;
		left: 2%;
		width: 89.8%;
	}

	#wrap {
		padding: 285px 0 0 0 !important;
	}

}



@media all and (max-width: 960px) {

	body {
		width: 100%;
		margin: 0 auto;
	}

	#header>.wrap {
		max-width: 960px;
		margin: -12px auto 0;
	}

	#nav_menu-2 ul li a:link, #nav_menu-2 ul li a:visited {
		padding: 20px 0 17px;
	}

	#nav_menu-2 ul li a:hover, #nav_menu-2 ul li a:active {
		padding: 20px 0 17px;
	}

	#sidebar .widget {
		margin: 0 0 2%;
	}

	#wrap {
		position: relative;
		padding: 255px 0 0 0;
	}

	.widget_search {
		position: absolute;
		top: 78px;
		left: 2%;
		width: 96%;
	}

	.widget_categories {
		position: absolute;
		top: 133px;
		left: 2%;
		width: 89.8%;
	}

	#title-area h1 a, #title a {
		margin: 18px 0 12px;
	}



	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#sidebar-alt,
	#wrap {
		width: 100%;
	}

	#wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}

	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}

	#title-area {
		padding: 5px 0;
		display: block;
	}

	#description,
	#title a,
	#title a:hover {
		padding: 0;
	}

	#header .widget-area {
		width: 100%;
		margin: 2px 0 0;
	}

	#header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}

	#header .s {
		margin: 0 -7px 0 0;
	}

	.menu li.right {
		display: none;
	}

	#inner {
		padding: 20px 2% 0;
	}

	.breadcrumb,
	.navigation,
	.sidebar .widget,
	.taxonomy-description {
		margin: 0 20px 20px;
	}

	#content {
		padding: 0;
	}

	.page .page,
	.post,
	#comments,
	#respond {
		padding: 2%;
	}

	.author-box {
		margin: 0 20px 40px;
	}

	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

	#footer-widgets .wrap {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}

}

@media all and (max-width: 600px) {

	.widget_search {
		position: absolute;
		top: 106px !important;
		left: 2%;
		width: 96%;
	}

	.widget_categories {
		position: absolute;
		top: 156px !important;
		left: 2%;
		width: 89.8%;
	}

	#wrap {
		padding: 246px 0 0 0 !important;
	}

	.menu-primary li,
	.menu-primary li ul,
	.menu-primary li ul a,
	.menu-secondary li,
	.menu-secondary li ul,
	.menu-secondary li ul a,
	#header .menu li,
	#header .menu li ul,
	#header .menu li ul a {
		width: 100%;
	}

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	.menu-primary li a,
	.menu-secondary li a,
	#header .menu li a {
		margin: 0;
		padding: 7px 3%;
	}

	.menu li li a .sf-sub-indicator,
	.menu li li li a .sf-sub-indicator {
		background: url(images/icon-plus-white.png) right no-repeat;
	}

	.menu-primary li li a,
	.menu-primary li li a:link,
	.menu-primary li li a:visited,
	.menu-secondary li li a,
	.menu-secondary li li a:link,
	.menu-secondary li li a:visited,
	#header .menu li li a,
	#header .menu li li a:link,
	#header .menu li li a:visited {
		background: none;
		color: #fff;
		padding: 7px 3%;
		width: 94%;
	}

	.menu-primary li ul,
	.menu-secondary li ul,
	#header .menu li ul {
		background: #333;
		clear: both;
		margin: 0;
		padding: 0;
		position: inherit;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		background: #666;
	}

	.menu-primary li ul ul ul,
	.menu-secondary li ul ul ul,
	#header .menu li ul ul ul {
		background: #999;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		margin: 0;
	}

}

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

	footer .one-fifth {
		float: none;
		width: 100%;
		display: block;
		margin: 0 0 10px;
		text-align: center;
	}

	.social-links img {
		margin: 0 auto 20px;
	}

	.social-links p {
		text-align: center;
	}

}


/* Custom Fonts
------------------------------------------------------------ */



@font-face {
    font-family: 'adelle_sansbold';
    src: url('fonts/adellesans_bold-webfont-webfont.eot');
    src: url('fonts/adellesans_bold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/adellesans_bold-webfont-webfont.woff') format('woff'),
         url('fonts/adellesans_bold-webfont-webfont.ttf') format('truetype'),
         url('fonts/adellesans_bold-webfont-webfont.svg#adelle_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'adelle_sanslight';
    src: url('fonts/adellesans_light-webfont-webfont.eot');
    src: url('fonts/adellesans_light-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/adellesans_light-webfont-webfont.woff') format('woff'),
         url('fonts/adellesans_light-webfont-webfont.ttf') format('truetype'),
         url('fonts/adellesans_light-webfont-webfont.svg#adelle_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'adelle_sansregular';
    src: url('fonts/adellesans_regular-webfont-webfont.eot');
    src: url('fonts/adellesans_regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/adellesans_regular-webfont-webfont.woff') format('woff'),
         url('fonts/adellesans_regular-webfont-webfont.ttf') format('truetype'),
         url('fonts/adellesans_regular-webfont-webfont.svg#adelle_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'adelle_sanssemibold';
    src: url('fonts/adellesans_semibold-webfont-webfont.eot');
    src: url('fonts/adellesans_semibold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/adellesans_semibold-webfont-webfont.woff') format('woff'),
         url('fonts/adellesans_semibold-webfont-webfont.ttf') format('truetype'),
         url('fonts/adellesans_semibold-webfont-webfont.svg#adelle_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* BROWSER SPECIFIC STYLES */

@-moz-document url-prefix() {
	#cat {
		background-image: none !important;
	}
}