/* @override http://www.charlesapple.com/wp-content/themes/chuckapple/style.css?ver=3.5.2 */

@import url(http://fonts.googleapis.com/css?family=Bitter:400,700,400italic);

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/*-----------------------------------------------------------

    Theme Name: Chuck Apple
	Version: 1.0
    Description: WordPress theme by Danimal
    Author: Daniel Hunt
    Author URI: http://www.thedanielhunt.com
	Theme URI: http://www.thedanielhunt.com/themes/grid
	Tags: light, flexible-width, custom-header, custom-background, threaded-comments, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, translation-ready
    License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

:focus {
	outline: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

.row:after, .col:after, .clr:after, .group:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col {
	margin-bottom: 1.5em;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width:768px) {

.col {
	margin-left: 2%
}

}

@media (min-width:768px) {

.span_1 {
	width: 2.25%
}

.span_2 {
	width: 6.5%
}

.span_3 {
	width: 10.75%
}

.span_4 {
	width: 15.0%
}

.span_5 {
	width: 19.25%
}

.span_6 {
	width: 23.5%
}

.span_7 {
	width: 27.75%
}

.span_8 {
	width: 32.0%
}

.span_9 {
	width: 36.25%
}

.span_10 {
	width: 40.5%
}

.span_11 {
	width: 44.75%
}

.span_12 {
	width: 49.0%
}

.span_13 {
	width: 53.25%
}

.span_14 {
	width: 57.5%
}

.span_15 {
	width: 61.75%
}

.span_16 {
	width: 66.0%
}

.span_17 {
	width: 70.25%
}

.span_18 {
	width: 74.5%
}

.span_19 {
	width: 78.75%
}

.span_20 {
	width: 83.0%
}

.span_21 {
	width: 87.25%
}

.span_22 {
	width: 91.5%
}

.span_23 {
	width: 95.75%
}

.span_24 {
	width: 100%
}

}

/*clear left margin*/

.clr-margin {
	margin-left: 0
}

.count-1 {
	clear: both;
	margin-left: 0;
}


/* Lists
----------------------------------------------------------- */

.entry ul, .entry ol,
.loop-entry-details ul, .loop-entry-details ol {
	margin: 30px 0 30px 30px;
	font-size: .95em;
}

.entry ul, .loop-entry-details ul {
	list-style: disc;
}

.entry ol, .loop-entry-details ol {
	list-style: decimal;
}

.entry ul li, .entry ol li,
.loop-entry-details ul li, .loop-entry-details ol li {
	margin-bottom: 2px;
}


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

/*reset search styling*/

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
	display: none
}

/*inputs*/

input[type=search], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea {
	font-family: inherit;
	border: 1px solid #eee;
	background: #eee;
	color: #505050;
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 8px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	-webkit-appearance: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	border-radius: 3px;
}

textarea {
	width: 100%;
	padding: 15px;
	-webkit-appearance: none;
	border-radius: 0;
}

input[type=search] {
	font-weight: normal
}

#footer input[type=search] {
	border: none;
	box-shadow: none;
	padding: 10px;
	width: 100%;
}

#sidebar #searchsubmit, #footer #searchsubmit {
	display: none
}

#sidebar input[type=search] {
	width: 100%
}

input[type="search"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus {
	outline: none
}

/*buttons*/

button, input[type="button"], input[type="submit"], input[type="submit"] {
	background: #b62127;
	border: 1px solid #b62127;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 8px 12px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover, #commentsbox input[type="submit"]:hover {
	color: #fff;
	opacity: 0.80;
}


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

.sticky {
	
}

.bypostauthor {
	
}

.gallery-caption {
	
}

/*aligns*/

.aligncenter {
	display: block;
	margin: 0 auto;
}

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

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

/*floats*/

.floatleft {
	float: left
}

.floatright {
	float: right
}

/*text style*/

.textcenter {
	text-align: center
}

.textright {
	text-align: right
}

.textleft {
	text-align: left
}




/*captions*/

.wp-caption {
	text-align: center;
	max-width: 100%;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	display: block;
	margin: 0 auto;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	padding: 4px;
	margin: 0;
	text-align: center;
}

/*smiley reset*/

.wp-smiley {
	margin: 0;
	max-height: 1em;
}

/*blockquote*/

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}



/*img attachment*/

#img-attch-page {
	text-align: center;
	overflow: hidden;
}

#img-attch-page img {
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 20px;
}

/*gallery shortcode*/

.gallery-item img {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



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








/* Body, Main & Commons
----------------------------------------------------------- */

body {
	background: #3A5E6E;
	nowhitespace: afterproperty;
	font: 16px/1.8 Bitter;
	color: #444;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

body a {
	color: #b62127;
}

body a:hover {
	
}

img {
	max-width: 100%;
	display: block;
}

a:not(img) a:hover {
	background: #b62127;
	color: #fff;
}

.entry-footer {
	clear: both;
	margin: 20px 0 0;
}

.full-width {
	width: 100% !important
}

#grid {
	position: relative
}

/* Commons
----------------------------------------------------------- */

/*read more*/

a.read-more {
	float: right;
	margin-top: 10px;
}

a.read-more:hover {
	color: #000;
	text-decoration: none;
}

blockquote {
	background: none repeat scroll 0 0 #F5F5F5;
	border-left: 5px solid #DDDDDD;
	color: #606060;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal 400;
	line-height: 1.8em;
	margin: 30px;
	padding: 20px;
}

blockquote p {
	margin: 0 0 12px 0;
}

blockquote p:last-child {
	margin: 0
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

address {
	letter-spacing: 1px;
	margin: 20px 0;
}

#page-featured-img {
	position: relative;
	margin-bottom: 25px;
}

#page-featured-img img {
	display: block;
	width: 100%;
}

.bypostauthor {
	
}

/* Typography
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: Montserrat;
    font-weight: normal;
    font-style: normal;
    }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #b62127
}

h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 10px;
}

h1 {
	font-size: 24px;
	margin: 0 0 20px;
}

h2 {
	font-size: 18px
}

h3 {
	font-size: 16px
}

h4 {
	font-size: 14px
}

h5 {
	font-size: 12px
}

h6 {
	font-size: 11px
}

.subheader {
	color: #777
}

p {
	margin: 0 0 20px
}

p img {
	margin: 0
}

p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}

em {
	font-style: italic
}

strong {
	font-weight: bold
}

small {
	font-size: 80%
}

hr {
	border: solid #eee;
	border-width: 1px 0 0;
	clear: both;
	margin: 40px 0 40px;
	height: 0;
}

p a, p a:visited {
	line-height: inherit
}

a:link {
	text-decoration: none
}

a:focus {
	outline: 0
}

a {
	outline: 0
}

p a, p a:visited {
	line-height: inherit
}

a:focus {
	outline: 0
}

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

/*page heading*/

.page-header {
	position: relative;
	margin-bottom: 40px;
	padding: 0 0 20px;
	border-bottom: 1px solid #eee;
}

.page-header h1, .page-header h2 {
	font-size: 52px;
	line-height: 1.2em;
	color: #000;
	margin: 0px;
	max-width: 85%;
	letter-spacing: -1px;
	font-family: Montserrat;
	letter-spacing: -2px;
	word-wrap: break-word;
}

.archive-meta {
	margin-top: 20px
}

.archive-meta p:last-child {
	margin: 0
}

/*heading class*/

.heading {
	border-bottom: 1px solid #EEEEEE;
	color: #333333;
	font-family: Bitter;
	height: 35px;
	line-height: 35px;
	margin: 0 0 25px;
}

.heading span {
	
}



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

#masthead {
	position: relative;
	margin-bottom: 30px;
}

.logo {
	float: left
}

.logo a {
	font-weight: 600;
	padding: 0px;
	margin: 0;
	text-decoration: none;
	display: inline-block;
}

.logo h1 a, .logo h2 a {
	color: #fff;
}

.logo h1 a:hover, .logo h2 a:hover {
	color: #fff;
	text-decoration: none;
}

.logo img {
	display: block;
	max-width: 100%;
}

.logo h1, .logo h2 {
	font-size: 52px;
	margin: 0;
	line-height: 1em;
	font-family: Montserrat;
	  font-weight: bold 700;
	  letter-spacing: -1.5px;
text-shadow: 2px 2px 3px #444444;
  filter: dropshadow(color=#444444, offx=2, offy=2);	 
}

p#site-description {
	margin: 0;
	color: #687E91;
	line-height: 1.6em;
}



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

/*entry*/

z.category-happy-birthday img {
	float: left;
	clear: both;
	height: 150px;
	width: 150px;
	margin: 8px 12px 12px 0
}


.loop-entry {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 2px solid #eee;
}

.loop-entry h2 {
	font-size: 36px;
	margin: 0 0 15px;
	line-height: 1.2em;
	font-family: Montserrat;
	letter-spacing: -1.5px;
}

.loop-entry p:last-child {
	margin: 0
}

.loop-entry-img-link {
	display: block;
	margin-bottom: 30px;
}

.loop-entry-img-link img {
	display: block;
	width: 100%;
}

.loop-entry-img-link img:hover {
	opacity: 0.85;
	-moz-opacity: 0.85;
	-webkit-opacity: 0.85;
}

.loop-entry .loop-entry-categories {
	margin: 0;
	line-height: 1.25em;
}

.loop-entry-categories li {
	list-style: none;
	display: inline;
	margin: 0;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-style: italic;
	margin-right: 4px;
}

.loop-entry-categories li a {
	color: #909090
}

.loop-entry-categories li a:hover {
	color: #000
}

/*post-thumbnail*/

#post-thumbnail img {
	width: 100%;
	display: block;
	margin-bottom: 30px;
	-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;
}

#post-thumbnail img:hover {
	opacity: 0.85;
	-moz-opacity: 0.85;
	-webkit-opacity: 0.85;
}

/*tags*/

.post-tags {
	margin-top: 40px
}

.post-tags a {
	display: block;
	float: left;
	padding: 4px 8px;
	background: #f5f5f5;
	color: #666;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: 400;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-tags a:hover {
	background: #b62127;
	color: #fff;
	text-decoration: none;
}

/*related posts*/

.related-posts {
	margin-top: 60px;
	font-family: Montserrat;
	font-size: 14px;
	line-height: 1.6;
}

.related-posts img {
	-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;
}

.related-posts img:hover {
	opacity: 0.85
}

.related-entry-details h2 {
	font-family: Montserrat;
	line-height: 1.6em;
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
}

.related-entry-img-link {
	margin-bottom: 20px;
	display: block;
}

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

.meta, .loop-entry-details .meta {
	display: block;
	float: none;
	color: #999;
	margin: 10px 0 0;
	font-family: Montserrat;
	font-size: 13px;
}

.meta a {
	color: #999
}

.meta a:hover {
	color: #000
}

.loop-entry-details .meta {
	list-style: none;
}

.meta li {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.meta li i {
	margin-right: 5px
}






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

ul.page-numbers {
	list-style: none;
	margin: 0;
}

.page-numbers:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

ul.page-numbers li {
	display: block;
	float: left;
	margin: 0 3px 3px 0;
	text-align: center;
}

.page-numbers a, .page-numbers span {
	display: block;
	padding: 6px 8px;
	text-decoration: none;
	font-size: 11px;
	cursor: pointer;
	color: #666;
	background: #eee;
	border-radius: 3px;
	line-height: 1em;
}

.page-numbers a:hover, .page-numbers.current, .page-numbers.current:hover {
	color: #fff;
	background: #b62127;
	border-color: transparent;
	text-shadow: none;
	text-decoration: none;
}

.pagination {
	font-family: Montserrat;
	color: #999;
	font-size: 14px;
}

span.pagecount {
	margin-right: 20px;
}

span.current {
	font-weight: bold;
	color: #FFF;
	background: #b62127;
	margin: -3px 4px;
	padding: 3px 7px;
}

.pagination a.inactive {
	margin: 5px;
	font-weight: bold;
	color: #777;
	background: #DDD;
	margin: -3px 4px;
	padding: 3px 7px;
}


.pagebutton {
	font-weight: bold;
	color: #FFF;
	background: #999;
	margin: -3px 4px;
	padding: 3px 7px;
}


.backtotop {
	float: right;
}
.backtotop .pagebutton {
	background: #DDD;
	color: #777;

}

.pagination a.inactive:hover,
.pagebutton:hover {
	color: #FFF;
	background: #b62127;	
}


/* Page Links
----------------------------------------------------------- */

.page-links {
	margin-top: 20px
}

.page-links span {
	float: left;
	display: block;
	padding: 4px 10px;
	margin: 0 3px 3px 0;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	background: #444;
	border: 1px solid #444;
	border-radius: 3px;
}

.page-links a {
	float: left;
	display: block;
	padding: 4px 10px;
	margin: 0 3px 3px 0;
	text-decoration: none;
	display: block;
	color: #666;
	background: #eee;
	text-shadow: 0;
	border-radius: 3px;
}

.page-links a:hover {
	background: #444;
	border-color: #444;
}

.page-links a span {
	background: none;
	padding: 0;
	margin: 0;
	border: none;
	color: #666;
}

.page-links a:hover span {
	color: #fff
}

/* Single Nav
----------------------------------------------------------- */

.single-nav {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -11px;
}

.single-nav-left, .single-nav-right {
	float: left;
	margin-left: 3px;
}

.single-nav a {
	font-size: 10px;
	font-weight: bold;
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: block;
	text-align: center;
	color: #666;
	text-shadow: none;
	background: #eee;
	border-radius: 3px;
}

.single-nav a:hover {
	color: #fff;
	background: #b62127;
	text-decoration: none;
	border-color: transparent;
}




/* Sidebar
----------------------------------------------------------- */

.sidebar-box {
	margin-bottom: 30px;
	line-height: 1.5;
}

.sidebar-container h4 {
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: bold;
}

.sidebar-container a, .navbar a {
	display: inline;
	color: #DDD;
	cursor: pointer;
}

.sidebar-container a:hover, .navbar a:hover {
	color: #fff;

}

.sidebar-container li li {
	margin-left: 30px;
	text-indent: -15px;
	font-size: 14px;
}



/* Social Media icons
----------------------------------------------------------- */

ul.social-media li {
	float: left;
	text-indent: -999px;
}
ul.social-media li a {
	
	padding-right: 4px;
		width: 32px;
	display: block;
	height: 32px;
	
}
li.sm-email {
	background: url('images/16/envelope.png') no-repeat;

}
li.sm-twitter {
	background: url('images/16/twitter.png') no-repeat;

}
li.sm-facebook {
	background: url('images/16/facebook.png') no-repeat;

}
li.sm-linkedin {
	background: url('images/16/linkedin.png') no-repeat;

}
li.sm-portfolio {
	background: url('images/16/newspagedesigner.png') no-repeat;

}




/* Widgets
----------------------------------------------------------- */

/*text*/

.widget_text a {
	text-decoration: underline;
	  color: #FFF;
}

.widget_twitter li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
}

.widget_twitter li:first-child {
	padding-top: 0
}

.widget_twitter a {
	text-decoration: underline
}

.widget_twitter h4 a {
	color: #000 !important;
	text-decoration: none !important;
}

h4.widget-title-subhead {
	font-family: Montserrat;
	font-size: 28px;
	letter-spacing: -0.5px;
	line-height: 1;
	margin-top: 20px;
	font-weight: bold;
}



/*tagcloud*/

.tagcloud a {
	
}

.tagcloud a:hover {
	
}

/*calendar*/

#wp-calendar {
	width: 100%
}

/*recent posts with thumb*/

.att-widget-recent-posts {
	line-height: 1.5em
}

.sidebar-container .att-widget-recent-posts a {
	color: #444
}

.sidebar-container .att-widget-recent-posts a:hover {
	color: #000
}

.att-widget-recent-posts li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ddd;
}

.att-widget-recent-posts li:last-child {
	margin: 0
}

.att-widget-recent-posts li .date {
	font-size: 11px;
	color: #999;
}

.att-widget-recent-posts img {
	float: left;
	margin-right: 15px;
	border: 5px solid #eee;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
}

.att-widget-recent-posts img:hover {
	border-color: #b62127
}

.att-recent-posts-content a {
	font-weight: bold
}

.att-recent-posts-content a:hover {
	color: #b62127 !important;
	text-decoration: underline;
}

.att-widget-recent-posts-date {
	margin-top: 4px;
	font-size: 12px;
}

.att-widget-recent-posts-date i {
	margin-right: 5px
}

/*pages*/

.widget_nav_menu li {
	display: block;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #ddd;
}

.widget_nav_menu li:first-child {
	padding-top: 7px;
	border-top: 1px dotted #ddd;
}

.widget_nav_menu li ul li {
	padding-bottom: 0;
	border-bottom: none;
	padding-left: 20px;
}

.widget_nav_menu li ul li:first-child {
	margin-top: 7px
}

.widget_nav_menu li[class^="icon-"], .widget_nav_menu li[class*=" icon-"] {
	font-family: inherit
}

.widget_nav_menu li[class^="icon-"]:before, .widget_nav_menu li[class*=" icon-"]:before {
	display: none
}

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

#copyright {
	width: 200px;
	position: fixed;
	left: 40px;
	bottom: 40px;
}


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

.search-entry {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.search-entry h2 {
	margin: -8px 0 5px;
	font-size: 16px;
}

.search-entry h2 span {
	margin-left: 5px;
	color: #999;
	font-size: 11px;
	font-weight: 600;
}

.search-entry-img-link {
	display: block;
	float: left;
	border: 5px solid #f5f5f5;
}

.search-entry-img-link img {
	display: block
}

.search-entry-text {
	float: right;
	width: 500px;
}

.search-entry-text p:last-child {
	margin: 0
}

/* Form 7
----------------------------------------------------------- */

div.wpcf7 .wpcf7-not-valid {
	border-color: #F00;
	border-width: 2px;
}

div.wpcf7 p {
	color: #666;
	font-size: 13px;
	font-weight: bold;
}

span.wpcf7-not-valid-tip {
	display: none !important
}

div.wpcf7-validation-errors {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fffdf3;
	border: 1px solid #e6bf4a;
	border-radius: 3px;
	color: #c4690e;
	margin: 0;
	padding: 10px;
	text-align: center;
}

div.wpcf7-mail-sent-ng {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #ffe9e9;
	border: 1px solid #e7a9a9;
	border-radius: 3px;
	color: #d04544;
	margin: 0;
	padding: 10px;
}

span.wpcf7-form-control-wrap input[type="search"], span.wpcf7-form-control-wrap input[type="text"], span.wpcf7-form-control-wrap input[type="password"], span.wpcf7-form-control-wrap input[type="email"], span.wpcf7-form-control-wrap input[type="tel"], span.wpcf7-form-control-wrap input[type="url"], span.wpcf7-form-control-wrap textarea {
	margin-top: 5px
}

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

#comments {
	margin-top: 40px
}

.comment-notes {
	color: #666
}

.commentlist .children {
	margin-left: 20px
}

.commentlist li article {
	position: relative
}

.comment-author {
	left: 0;
	position: absolute;
	top: 0;
}

.comment-author .avatar {
	border-radius: 3px;
	display: block;
}

.comment-details {
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	margin-left: 90px;
	padding-bottom: 30px;
}

.comment-meta {
	margin-bottom: 15px
}

.comment-meta .fn {
	font-size: 18px;
	font-weight: bold;
	font-family: Montserrat;
}

.comment-date {
	
}

.comment-date a {
	color: #909090;
	margin-right: 10px;
}

.comment-date a:hover {
	color: #b62127
}

.comment-reply-link {
	background: #f5f5f5;
	border-color: transparent;
	border-radius: 3px;
	color: #909090;
	cursor: pointer;
	display: inline-block;
	font-family: Montserrat;
	font-size: 11px;
	font-weight: 500;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.65em;
	padding: 2px 8px;
	text-transform: uppercase;
}

.comment-reply-link:hover {
	background: #b62127;
	color: #fff;
}

#cancel-comment-reply-link {
	background: #f5f5f5;
	border-color: transparent;
	border-radius: 3px color: #909090;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-family: Montserrat;
	font-size: 11px;
	font-weight: 500;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.65em;
	padding: 2px 8px;
	text-transform: uppercase;
	color: #909090;
}

#cancel-comment-reply-link:hover {
	background: #b62127;
	color: #fff;
}

#respond {
	margin: 0
}

#respond h3 {
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	margin: 0;
}

.commentlist #respond {
	margin-bottom: 80px;
	margin-top: 60px;
}

.comment-edit-link {
	color: #909090;
	cursor: pointer;
	display: inline-block;
	font-family: Montserrat;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.65em;
	margin-left: 5px;
	text-transform: uppercase;
}

.comment-edit-link:hover {
	color: #aaa
}

#commentform label {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
}

#commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url {
	max-width: 70%;
	width: 240px;
}

.comment-navigation {
	font-size: 12px
}

.nav-next {
	text-align: right
}

.form-allowed-tags {
	display: none
}

span.required {
	color: #F00
}

/* 404 Page
----------------------------------------------------------- */

#error-page-title {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	background: none;
	line-height: 1em;
	border: none;
	margin: 0 0 10px;
	color: #777;
}

#error-page-title span {
	margin-right: 7px
}

#error-page-text {
	text-align: center;
	font-size: 11px;
}


/* Site Widths & Core Layout
----------------------------------------------------------- */

.container-left {
	color: #FFF;
	font-family: Montserrat;
}


@media print {
  /* Print =================================================== */
  	
}

@media only screen and (max-width: 480px) {
  /* 480 =================================================== */
  
  .container {
	margin: 0 auto
}

.container-left {
	float: left;
	padding: 20px !important;
	height: 100%;
}

.container-right {
	background: #fff;
	margin-bottom: 0;
}

.site-main {
	float: left;
	width: 99%;
	max-width: 1000px;
	padding: 20px;
}
  
  
   .loop-entry h2 {
	font-size: 30px;
	margin: 0 0 25px;
	line-height: 1.25em;
	letter-spacing: -1.5px;
	font-weight: bold;
}
  
  
.page-header h1, .page-header h2 {
	font-size: 36px !important;
}


body {
	nowhitespace: afterproperty;
	font: 18px/1.8 Montserrat;
	color: #222;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
  
  .loop-entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #ccc;
}

  
  div.sidebar-box.widget_categories.clr {
	display: none;
}
}



@media only screen and (min-width: 480px) {
  /* 480 =================================================== */
  
  .container {
	margin: 0 auto
}

.container-left {
	float: left;
	padding: 40px;
	height: 100%;
}

.container-right {
	background: #fff;
	margin-bottom: 0;
}

.site-main {
	float: left;
	width: 99%;
	max-width: 1000px;
	padding: 40px;
}
  
div.sidebar-box.widget_categories.clr {
	display: none;
}


.page-header h1, .page-header h2 {
	font-size: 36px !important;
}


}
@media only screen and (min-width: 600px)  {
  /* 600 =================================================== */
  
  .container {
	margin: 0 auto
}

.container-left {
	float: left;
	padding: 40px;
	height: 100%;
}

.container-right {
	background: #fff;
	margin-bottom: 0;
}

.site-main {
	float: left;
	width: 99%;
	max-width: 1000px;
	padding: 40px;
}
  
  div.sidebar-box.widget_categories.clr {
	display: none;
}
  
  .page-header h1, .page-header h2 {
	font-size: 48px !important;
}

  
  
}

@media only screen and (min-width: 768px) {
  /* 768 =================================================== */
  
  .container {
	margin: 0 auto
}

.container-left {
	float: left;
	padding: 30px;
	height: 100%;
}

.container-right {
	background: #fff;
	margin-bottom: 0;
}

.site-main {
	float: left;
	width: 90%;
	max-width: 1000px;
	padding: 30px;
}
  
  .span_5 {
	width: 22%
}
.span_19 {
	width: 76%
}
  
  
  div.sidebar-box.widget_categories.clr {
	display: block;
}
  
  .page-header h1, .page-header h2 {
	font-size: 52px !important;
}

  
}


@media only screen and (min-width: 992px) {
  /* 992 =================================================== */
  
 
  
}
@media only screen and (min-width: 1382px) {
  /* 1382 =================================================== */
  body {
    max-width: 1240px;
  }
  
  
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 2x =================================================== */
  
 .page-header h1, .page-header h2 {
	font-size: 36px !important;
}
 
  
  
}








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

h4.widget-title-subhead {
 display: none;
 }
	.textwidget img {
	display: none;
}

.page-header h1, .page-header h2 {
	font-size: 40px !important;
}



}


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

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

.related-posts .related-entry {
	margin-bottom: 40px;
}

}

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

}

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

.container-left {
	padding: 80px;
	width: 90%;
}

}