/*
Theme Name: Custom Theme by Aurora Tech
Author: Aurora Tech
Author URI: https://goauroratech.com/
Version: 99.0
*/

/*Reset Css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: none;
}
article,
aside,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px 0;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */

.entry-content th,
.comment-content th {
	background: #f1f1f1;
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	padding: 7px 14px;
	text-transform: uppercase;
	color: #636363;
}

/* Form fields, general styles first */

.wpcf7 sup {color: red;}
.wpcf7 p {margin: 0!important;}
.wpcf7 .flex {margin: 0!important;}
.wpcf7 label {padding: 0 0 2px; display: inline-block;}
.wpcf7-validation-errors {border: 1px solid red; margin: 30px 0; padding: 10px 15px;}
.wpcf7-not-valid-tip {font-size: 0.9em!important; margin: 0 0 10px;}
.wpcf7-form-control-wrap {margin: 0 0 10px;}
.wpcf7-checkbox, .wpcf7-radio {display: block; margin: 0 0 10px;}
.wpcf7-right {text-align: right;}

button, input, textarea, select {border: 1px solid #aaa; border-radius: 0px; font-family: inherit; margin-right:0%; margin-bottom: 7px; padding: 8px 10px; box-sizing: border-box; width: 100%; outline: none;}
input.wpcf7-file {margin: 0 0 20px;}
input[type="checkbox"], input[type="radio"] {width: auto;}
select {padding: 7px 10px;}
textarea {height: 120px;}
input[type="submit"] {width: auto; outline: none; padding: 8px 20px; cursor: pointer; -webkit-transition: .3s; transition: .3s;}

#searchsubmit {background: #548633; border: 0; color: #FFFFFF; min-width: 24%;}

/* Reset non-text input types */

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Responsive images */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}

/* Make sure videos fit max width of parent container */

embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Images */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #666666;
}
.entry-content dl.gallery-item {
	margin: 0!important;
}
.gallery-item a,
.gallery-caption {
	width: 100%;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	border: 0!important;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation for posts and pages*/

#nav-below {border-top: 5px solid #888; margin: 30px 0 0; padding: 15px; background: #f2f2f2; color: rgba(0,0,0,0);}
#nav-below::after {content: ""; display: block; clear: both;}
#nav-below a {display: inline-block; background: #fff; border-radius: 50px; padding: 10px 15px; color: #555; text-decoration: none!important; margin: 0 0 3px;}
#nav-below a:hover {box-shadow: 0 4px 10px rgba(0,0,0,0.1);}

.nav-single {border-top: 5px solid #888; background: #f2f2f2; clear: both; margin: 25px 0 0; overflow: hidden; padding: 12px 15px; font-size: 13px;}
.nav-single h4 {text-align: center;}
.nav-single #ns-next {text-align: right;}
.nav-single .ns-ib {display: inline-block; text-align: center;}
.nav-single a {display: inline-block; background: #fff; border-radius: 50px; padding: 10px 15px; color: #555; text-decoration: none!important; margin: 0 0 3px;}
.nav-single a:hover {box-shadow: 0 4px 10px rgba(0,0,0,0.1);}
.nav-single span {font-size: 12px; letter-spacing: 1px; color: #aaa;}

.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 90.5%;
}
body {
	line-height: 1.4;
	font-size: 15px;
	font-family: "open sans", Arial, sans-serif;
	text-rendering: optimizeLegibility;
	overflow: hidden;
	color: #333;
}

a {
	outline: none;
	color: #5B8B23;
	text-decoration:none;
	-webkit-transition: .3s;
	transition: .3s;
}
.entry-content a {color: #5B8B23; text-decoration: underline;}
a:hover {
	text-decoration: underline;
}

/* Sidebar */

.widget-area .widget {margin-bottom: 30px;}
.widget-area .widget:last-of-type {margin-bottom: 0;}
.widget-area .widget-title {background: url(//chucksink.com/wp-content/uploads/h2-bg.png) no-repeat right 2px / auto 26px; font-size: 22px; text-align: right; padding: 0 35px 0 0; line-height: 1.2;}
.textwidget p:last-child {margin: 0;}
	
.widget-area .textwidget ul {list-style: disc outside;}
.widget-area #s {
	margin-right: -4px;
	width: 67.9999%; /* define a width to avoid dropping a wider submit button */
}

/* Main content area, sticky post styling and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	}
.entry-title a {color: inherit;}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #333;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: inherit;
}
.entry-content h1,
.comment-content h1,
h1,
.entry-content h2,
.comment-content h2,
h2,
.entry-header .entry-title,
.entry-content h3,
.comment-content h3,
h3,
.entry-content h4,
.comment-content h4,
h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 0 0 20px;
	line-height: 1.2;
	font-family: Ubuntu;
}
.entry-content h1,
.comment-content h1,
h1.entry-title,
.archive-title,
.page-title {
	font-size: 28px;
  background: url(//chucksink.com/wp-content/uploads/h-bg.png) no-repeat left 2px / auto 30px;
	border-bottom: 1px solid #bbb;
  padding: 0 0 20px 35px;
}
.entry-content h2,
.comment-content h2,
.mu_register h2,
h2.entry-title {
	font-family: Ubuntu;
  font-size: 24px;
  font-weight: bold;
  background: url(//chucksink.com/wp-content/uploads/h-bg.png) no-repeat left top / auto 29px;
  padding: 0 0 0 35px;
}
.entry-content h2:not(:first-child) {margin-top: 35px;}
.entry-content h3,
.comment-content h3,
h3 {
	font-size: 24px;
	color: #5b8b23;
	text-transform: uppercase;
}
.entry-content h3:not(:first-child) {padding-top: 15px;}
.entry-content h4,
.comment-content h4,
h4 {
	font-size: 19px;
	line-height: 1.5;
}
.entry-content h5,
.comment-content h5 {
	font-size: 16px;
}
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p,
p {
	margin: 0 0 15px;
	line-height: inherit;
}
p:last-child {margin: 0;}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 15px;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 25px;
}
.entry-content blockquote,
.comment-content blockquote {
	background: #f4f4f4;
	margin: 0 0 20px;
	padding: 25px;
}
.entry-content blockquote strong {color: #5b8b23;}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
img.alignleft {margin: 0 15px 10px 0;}
img.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 15px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content dd,
.comment-content dd {
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	margin: 0 0 15px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	vertical-align: top;
	padding: 0 5px;
}
.blog article {margin: 0 0 50px;}
.blog article::after {content: " "; display: block; clear: both;}
.blog article .read-more {display: block; margin: 10px 0 0;}
.blog article p {line-height: 1.3;}
.single img.attachment-post-thumbnail {float: right; margin-left: 15px; max-width: 45%; height: auto;}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: inherit;
	color: #757575;
}

.entry-meta > span a {
	color: #333333;
    padding: 2px;
	text-decoration:none;
}


/* =Archives
-------------------------------------------------------------- */

.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}

/* =Comments
changed article header
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
float:left;
	margin: 0 15px 0 15px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 45px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 10px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: relative;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 30px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}

/* Below title meta styling */

.below-title-meta{color:#aaa; font-size: 12px; margin: 0 0 15px;}
.below-title-meta a{color: inherit; text-decoration:none;}

/* Minimum width of 850pixels. */
@media screen and (min-width: 850px) {

	.site {
		margin: 0 auto;
		max-width: 1100px;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
		margin: 0;
	}

/* NAV MENU DEFAULTS */

.themonic-nav {text-align: center;}
.themonic-nav ul {margin: 0; padding: 0; text-indent: 0;}
.themonic-nav li {display: inline-block; position: relative; -webkit-transition: .3s; transition: .3s;}
.themonic-nav li a {text-decoration: none; display: block;}
.themonic-nav .sub-menu {position: absolute; top: 100%; left: 50%; background: #5b8b23; border-radius: 10px; overflow: hidden; max-height: 0; transform: translateX(-50%); z-index: 10; text-align: center; transition: .5s;}
.themonic-nav .sub-menu .sub-menu {left: 100%; top: 0; -webkit-transform: none; transform: none;}

/* NAV MENU CUSTOMIZATIONS */

.themonic-nav .nav-menu > li {vertical-align: top;}
.themonic-nav .nav-menu > li > a {line-height: 1.3; padding: 0 13px; font-family: Ubuntu; color: #333; font-size: 18px;}
.themonic-nav .nav-menu > li > a:hover {}

.themonic-nav .nav-menu > li.current-menu-item > a {}

.themonic-nav .nav-menu li:hover > .sub-menu {max-height: 250px; padding: 10px 0;}
.themonic-nav .sub-menu > li {}
.themonic-nav .sub-menu > li > a {font-size: 14px; line-height: 1.4; padding: 8px 10px; width: 175px; color: #fff;}
.themonic-nav .sub-menu > li > a:hover {background: #87c046;}

.themonic-nav .sub-menu .sub-menu > li > a {background: #e9e9e9;}
.themonic-nav .sub-menu .sub-menu > li > a:hover {background: #ddd;}

}

#page-wrap {padding: 0 15px;}
#main {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.site-content {margin: 0; padding: 40px 0;  box-sizing: border-box; flex-grow: 1;}
.widget-area {margin: 0 0 0 25px; padding: 40px 0 40px 25px; width: 30%; box-sizing: border-box; flex-shrink: 0;}

img {max-width: 100%;}

.assistive-text {display: none;}

a[href$=".jpg"], a[href$=".jpeg"], a[href$=".png"], a[href$=".gif"], a[href$=".webp"] {cursor: zoom-in;}
.compensate-for-scrollbar {margin: 0!important;}
.fancybox-content-wrap {display: none;}
.fancybox-slide--html .fancybox-content {max-width: 750px; max-height: 75vh; min-height: 300px;}

#aurora-nav-btn {position: absolute; right: 0; top: 50%; transform: translate(0,-50%);}
#aurora-mobile-menu {background: #4a6427;}
#aurora-mobile-menu a br {display: none;}

.limit {max-width: 1100px; margin: 0 auto;}
.clear {clear: both;}
.center {text-align: center;}
.right {float: right; margin-left: 15px;}
img.right {max-width: 45%;}
.left {float: left; margin-right: 15px;}
img.left {max-width: 45%;}
.space li {margin-bottom: 15px;}
.flex {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.entry-content .flex:not(:last-child) {margin-bottom: 15px;}
.flex.rows {flex-flow: row wrap; width: 102%; margin-left: -1%;}
.flex.rows.p1 {flex-flow: row wrap; width: 103%; margin-left: -1.5%;}
.flex.rows.p2 {flex-flow: row wrap; width: 104%; margin-left: -2%;}
.flex.rows.p3 {flex-flow: row wrap; width: 105%; margin-left: -2.5%;}
.flex.rows.p4 {flex-flow: row wrap; width: 106%; margin-left: -3%;}
.flex.rows.p5 {flex-flow: row wrap; width: 107%; margin-left: -3.5%;}
.flex.rows.p6 {flex-flow: row wrap; width: 108%; margin-left: -4%;}
.flex.middle {-webkit-align-items: center; align-items: center;}
.flex.bottom {-webkit-align-items: flex-end; align-items: flex-end;}
.flex.column {-webkit-box-orient: vertical; flex-direction: column;}
.flex > * {flex-grow: 1; box-sizing: border-box; margin: 0 1%;}
.flex.rows > * {margin-bottom: 15px!important;}
.flex.f1 > * {flex: 1;}
.flex .f0 {flex-grow: 0; flex-shrink: 0;}
.flex .f34 {width: 73%; margin: 0 1%;}
.flex .f23 {width: 64.66%; margin: 0 1%;}
.flex .f2 {width: 48%; margin: 0 1%;}
.flex .f3 {width: 31.33%; margin: 0 1%;}
.flex .f4 {width: 24%; margin: 0 0.5%;}
.flex .f5 {width: 19%; margin: 0 0.5%;}
.flex.p1 > * {padding: 0 0.5%;}
.flex.p2 > * {padding: 0 1%;}
.flex.p3 > * {padding: 0 1.5%;}
.flex.p4 > * {padding: 0 2%;}
.flex.p5 > * {padding: 0 2.5%;}
.flex.p6 > * {padding: 0 3%;}
.flex:not(.rows).p1 > *:first-of-type, .flex:not(.rows).p2 > *:first-of-type, .flex:not(.rows).p3 > *:first-of-type, .flex:not(.rows).p4 > *:first-of-type, .flex:not(.rows).p5 > *:first-of-type, .flex:not(.rows).p6 > *:first-of-type {padding-left: 0;}
.flex:not(.rows).p1 > *:last-of-type, .flex:not(.rows).p2 > *:last-of-type, .flex:not(.rows).p3 > *:last-of-type, .flex:not(.rows).p4 > *:last-of-type, .flex:not(.rows).p5 > *:last-of-type, .flex:not(.rows).p6 > *:last-of-type {padding-right: 0;}
.flex:not(.rows) > *:first-of-type {margin-left: 0;}
.flex:not(.rows) > *:last-of-type {margin-right: 0;}
.abs-left {position: absolute; left: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%);}
.abs-right {position: absolute; right: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%);}
.abs-center {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translateX(-50%) translateY(-50%);}
.pad {padding: 30px 0;}
.entry-content .pad + .pad {padding-top: 0;}
.entry-content > .pad:last-child {padding-bottom: 0;}

a.button, input[type="submit"] {display: inline-block; background: #548633; color: #fff; padding: 8px 15px; border-radius: 50px; text-decoration: none; border: 0; -webkit-transition: .3s; transition: .3s;}
a.button:hover, input[type="submit"]:hover {background: #91c655;}
.featured {background: -webkit-linear-gradient(left, #5b8b23, #91c655); background: linear-gradient(to right, #5b8b23, #91c655); text-align: center; padding: 30px; color: #fff; font-size: 16px; margin: 30px 0;}
.featured .f-green {background: #5b8b23; padding: 10px 15px; margin: 0 0 30px;}
.featured .f-green a {color: #fff; text-decoration: none;}
.underline {color: #5B8B23; background: url(//chucksink.com/wp-content/uploads/underline.png) no-repeat center bottom; background-size: 100% auto; display: inline-block; padding: 0 0 2px;}
.shaded {background: #f4f4f4; padding: 25px 100px; font-size: 16px; margin: 0 0 15px;}
.shaded.check {position: relative; margin: 0 0 60px; padding: 25px 100px 50px; font-family: ubuntu;}
.shaded.check::after {content: url(//chucksink.com/wp-content/uploads/icon-check.png); position: absolute; left: 50%; bottom: 0; -webkit-transform: translate(-50%, 50%); transform: translateX(-50%) translateY(50%);}
.shaded.round {border-radius: 25px;}
.shaded h4 {font-size: 20px; color: #666; background: url(//chucksink.com/wp-content/uploads/sep-gray.png) no-repeat center bottom; padding: 0 0 10px; margin: 0 0 12px; line-height: 1.3;}
.big {font-size: 112%;}
.video-wrap {position: relative; padding: 56.25% 0 0; width: 100%;}
.video-wrap.vr2 {padding: 65.25% 0 0;}
.entry-content .video-wrap {margin: 0 0 15px;}
.video-wrap iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

.widget-area .video-wrap {width: calc(100% + 40px); margin: -21px 0 -20px -20px;}

.wp-pagenavi {margin: 50px 0 0;}
.wp-pagenavi .pages {color: #aaa; font-weight: normal; margin-left: 0;}
.wp-pagenavi > span, .wp-pagenavi > a {display: inline-block; margin: 0 8px; font-weight: bold; color: inherit;}
.wp-pagenavi > span.current {color: #aaa;}

#header {padding: 15px 15px 18px; border-bottom: 1px solid #bbb; position: relative; z-index: 9;}
#header .limit {position: relative;}
#logo {font-family: Ubuntu; font-size: 49px; letter-spacing: -3px; line-height: 0.9;}
#logo h2 {font-weight: normal; margin: 0; line-height: inherit;}
#logo a {text-align: right; text-decoration: none; display: inline-block; padding: 18px 0 0;}
#logo .l-l1 {color: #333; font-weight: bold;}
#logo .l-l2 {color: #333; font-weight: bold;}
#logo .l-l3 {color: #67893c; font-weight: bold; position: relative;}
#logo .l-l3:after {content: ""; position: absolute; left: 5%; top: -29%; width: 100%; height: 75%; background: url(//chucksink.com/wp-content/uploads/chuck-sink-logo2-accent.png) no-repeat left center / contain;}
#logo .l-tag {display: block; font-size: 39%; color: #333; letter-spacing: 0; text-align: center;}

#slider {position: relative; height: 60vh; overflow: hidden; border-bottom: 1px solid #bbb;}
#slider .metaslider {position: absolute; left: 0; top: 50%; transform: translate(0,-50%); height: 100%;}
#slider .metaslider > div {height: 100%;}
#slider .flexslider {height: 100%;}
#slider .slides {height: 100%;}
#slider .slides li {height: 100%;}
#slider img {height: 100%; width: 100%; object-fit: cover;}

#mods {padding: 0 15px;}
#mods .limit {position: relative;}
#mods .limit > .flex {position: absolute; left: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translate(0,-50%); width: 100%;}
#mods .flex > a {display: block; background: url(//chucksink.com/wp-content/uploads/mod-label.png) no-repeat center center / 100% 100%; padding: 18px 15px 18px 30px; color: #333; text-decoration: none; position: relative;}
#mods h2 {margin: 0; font-size: 22px;}
#mods .m-ico {position: absolute; right: 25px; top: 8px; max-height: calc(100% - 16px);}
#mods .m-slide {position: absolute; left: 0; bottom: 50%; z-index: -1; width: 100%; background: url(//chucksink.com/wp-content/uploads/mod-bg.jpg) no-repeat center top / cover; color: #fff; padding: 0 20px; height: 0; overflow: hidden; box-sizing: border-box; border-radius: 10px 10px 0 0; -webkit-transition: .4s; transition: .4s;}
#mods .mod:hover .m-slide.ms-has-img {background: none;}
#mods .mod:hover .m-slide.ms-has-title {background: url(//chucksink.com/wp-content/uploads/mod-newsletter.jpg) no-repeat center top / cover; border-radius: 15px 15px 0 0; padding: 20px 20px 55px 20px;}
#mods .mod:hover .m-slide {padding: 30px 20px 55px 20px; height: 250px;}
#mods .mod li {list-style: disc outside; margin: 0 0 10px 10px; font-size: 13px; line-height: 1.2;}
#mods .m-slide img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; border: 5px solid #fff; border-radius: 10px 10px 0 0; box-sizing: border-box;}
#mods p.ms-head1 {font-family: Ubuntu; text-align: center; font-size: 24px; font-weight: bold; margin: 0 0 40px;}
#mods .m-button {display: inline-block; border: 1px solid #fff; border-radius: 50px; padding: 5px 25px; -webkit-transition: .3s; transition: .3s;}
#mods .m-button:hover {background: #fff; color: #5B8B23;}

#message {background: url(//chucksink.com/wp-content/uploads/message-bg.jpg); padding: 125px 15px 75px; border-bottom: 1px solid #ddd;}
#message h1 {margin: 0; font-size: 36px; line-height: 1;}
#message h1 span {font-weight: normal; font-size: 48%; display: block; margin: 5px 0 0;}
#message .m-head1 {font-family: Ubuntu; font-size: 28px; font-weight: bold; background: url(//chucksink.com/wp-content/uploads/h-bg.png) no-repeat left top; padding: 0 0 0 35px; line-height: 1;}
#message #message1 {border-right: 1px solid #7b7b7b; padding: 0 20px 0 0; margin: 0 20px 0 0;}

#reviews {background: #f4f4f4; padding: 50px 15px;}
#reviews h2 {margin: 0 0 30px;}

#projs ul {column-count: 3;}
#projs li {list-style: none; line-height: 1.2;margin: 0 0 8px;}
#projs a {color: #333; text-decoration: none; position: relative; padding: 0 0 0 12px; display: inline-block;}
#projs a:before {position: absolute; left: 0; top: 0; content: "›"; font-weight: bold; color: #aaa; display: inline-block; margin: 0 8px 0 0; font-family: Ubuntu; -webkit-transition: .3s; transition: .3s;}
#projs a:hover {color: #5b8b23; text-decoration: none; margin: 0 0 0 8px;}
#projs a:hover:before {color: #5b8b23;}

#footer {background: linear-gradient(to right, #4a6427, #74b229); color: #fff; padding: 30px 15px; font-size: 14px; position: relative;}
#footer:before {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0) 50%);}
#footer .limit {position: relative; z-index: 2;}
#footer .f-head1 {font-family: Ubuntu; font-weight: bold; font-size: 20px;}
#footer a {color: rgba(255,255,255,0.7);}
#footer a:hover {color: #fff; text-decoration: none;}
#f-aff a {display: block; width: 200px; height: 90px; border-radius: 5px; margin: 0 0 10px; background: #fff; overflow: hidden; position: relative;}
#f-soc a:last-child {margin: 0;}
#f-aff img {position: absolute; left: 50%; top: 50%; width: calc(100% - 20px); height: calc(100% - 10px); transform: translate(-50%, -50%); object-fit: contain;}
#footer li {margin: 0 8px 0 0; -webkit-transition: .3s; transition: .3s;}
#footer li:hover {margin: 0 0 0 8px;}
#footer li a br {display: none;}
#footer li a:before {content: "›"; font-weight: bold; display: inline-block; font-family: Ubuntu; color: rgba(255,255,255,0.7); margin: 0px 8px 0px 0px; -webkit-transition: .3s; transition: .3s;}
#footer li a:hover:before {color: #fff;}
#footer .sub-menu {display: none;}

#bottom {background: #222; color: #7a7a7a; font-size: 13px; padding: 10px 15px;}
#bottom a {color: #bbb;}
#bottom a:hover {color: #eee; text-decoration: none;}

#inner-banner {background: url(//chucksink.com/wp-content/uploads/inner-header.jpg) no-repeat center center / cover; border-bottom: 1px solid #bbb; padding: 50px 15px; font-family: Ubuntu;}
#inner-banner .ib-head1 {font-size: 36px; font-weight: bold; color: #5b8b23; text-shadow: 0px 1px 1px #000; margin: 0; line-height: 1;}
#inner-banner .ib-head2 {font-size: 30px; line-height: 1.2;}

.textwidget {background: #f4f4f4; padding: 20px; border-top: 1px solid #bbb;}
.textwidget li {list-style: none; margin: 0;}
.textwidget li:before {content: "›"; font-weight: bold; display: inline-block; font-family: Ubuntu; color: #c3c3c3; margin: 0px 8px 0px 0px;}
.side-audio {margin: 0 0 25px;}

#header.h-nonav {text-align: center;}
.page-id-174 #page-wrap {background: url(//chucksink.com/wp-content/uploads/landing-page-bg2.jpg) no-repeat center top #f2f2f2; background-size: 100% auto; padding: 75px 0 0;}
.page-id-174 #page-wrap::before {content: "It's your website!"; text-align: center; width: 100%; display: block; color: #fff; font-family: Ubuntu; font-weight: bold; font-size: 30px; padding: 0 0 75px;}
.page-id-174 .site {border-radius: 10px; background: #fff;}
.page-id-174 .site-content {padding: 40px 35px 80px!important;}
.page-id-174 .entry-content h1 {background: url(//chucksink.com/wp-content/uploads/element-down.png) no-repeat center bottom; padding: 40px 0 32px; text-align: center; margin: 0 0 40px; line-height: 1.1; border: 0;}
.page-id-174 .entry-content h1 span {font-weight: normal; font-size: 24px;}
.page-id-174 .entry-content h2 {background: url(//chucksink.com/wp-content/uploads/element-down.png) no-repeat center bottom; padding: 30px 0 32px; text-align: center; margin: 0 0 30px; line-height: 1.1; border: 0;}
span.dashes {color: #5B8B23;}
.featured button, .featured input, .featured textarea, .featured select {border: 0; border-radius: 5px; padding: 12px; margin: 0 0 12px;}
.featured input.wpcf7-submit {border: 2px solid #fff; padding: 12px 25px; background: none; color: #fff; font-weight: bold; font-family: Ubuntu; font-size: 20px; -webkit-transition: .3s; transition: .3s;}
.c-quote {background: #87c046; border-radius: 25px; padding: 30px; color: #fff; margin: 0 0 15px; position: relative;}
.c-quote::before {content: url(//chucksink.com/wp-content/uploads/c-quote1.png); position: absolute; left: -15px; top: 12px;}
.c-quote:nth-of-type(even)::before {content: url(//chucksink.com/wp-content/uploads/c-quote2.png); position: absolute; right: -15px; left: auto; top: 12px;}
.c-quote:last-of-type {margin: 0 0 30px;}
.c-quote:nth-of-type(even) {background: #7ba14e;}
.c-quote a {color: #fff;}

.ssbp-wrap {border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; padding: 20px 0!important; margin: 20px 0;}
.entry-meta span {display: block;}

.works {display: flex; flex-flow: row wrap; gap: 30px;}
.work {width: calc(33.33% - 20px); background: #f4f4f4; padding: 30px; box-sizing: border-box; border-radius: 15px;}
.work-img {margin: 0 0 15px;}
.work-img img {aspect-ratio: 4; object-fit: contain; object-position: left center; width: 100%; max-width: 230px; mix-blend-mode: darken;}
.work h4 {line-height: 1.2; margin: 0 0 15px; font-size: 16px;}
.work-ex {font-size: 14px; margin: 0 0 20px;}
.work-link a.button {font-size: 12px; padding: 0.35em 1em; background: #7ba14e;}
.work-link a.button:hover {background: #91c655;}

.home #page-wrap {display: none;}
#projects {padding: 50px 15px;}
.sect-block {display: flex; justify-content: space-between; align-items: center; margin: 0 0 30px;}
.sect-block h2 {margin: 0;}

@media screen and (max-width : 1040px){
	body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content {padding: 40px 0; box-sizing: border-box;}
	.flex.rows {width: 100%; margin-left: 0;}

	.themonic-nav .nav-menu > li > a {padding: 0 8px;}
}
@media screen and (max-width : 850px){
	#main {display: block;}
	.site-content {padding: 30px 0;}
	.widget-area {width: 100%; margin: 0; padding: 0 0 30px;}

	.page-id-174 .site-content {padding: 40px 15px 80px!important;}
	.shaded.check {padding: 25px 50px 50px;}
	.shaded {padding: 25px 50px;}

	#footer #f-aff img {max-width: 150px;}

	#inner-banner {position: relative;}
	#inner-banner:before {content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.5);}
	#inner-banner .limit {position: relative; z-index: 2;}

	.work {width: calc(50% - 15px);}
}
@media screen and (max-width : 720px){
	.fbreak1 {display: block!important; margin-left: 0; width: 100%;}
	.flex.fbreak1.p1 > *, .flex.fbreak1.p2 > *, .flex.fbreak1.p3 > *,
	.flex.fbreak1.p4 > *, .flex.fbreak1.p5 > *, .flex.fbreak1.p6 > * {padding: 15px 0;}
	.fbreak1 > * {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak1 > *.m0, .fbreak1 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak1 > :last-of-type {margin: 0!important;}
	.f4-break {flex-flow: row wrap;}
	.f4-break > * {width: 48%!important; flex: auto!important; margin: 0 1% 15px!important;}
	.f4-break > *:nth-of-type(3), .f4-break > *:nth-of-type(4) {margin-bottom: 0!important;}

	.page-id-174 .entry-content h1 {font-size: 26px;}
	.page-id-174 .entry-content h1 span {font-size: 22px;}

	#slider {height: 350px;}

	#mods h2 {font-size: 19px;}
	#mods .flex > a {padding: 16px 15px 15px 20px;}

	#message #message1 {border: 0; max-width: 75%; margin: 0 auto 30px!important; padding: 0;}
	#message1 img {width: 150px;}

	.home #page-wrap {text-align: center;}
	.home #page-wrap h2 {background: none; padding: 0;}
	.home #page-wrap h2:after {content: ""; display: block; width: 50px; height: 1.5px; background: #5b8b23; margin: 10px auto;}

	#footer {text-align: center;}

	#inner-banner:before {background: rgba(255,255,255,0.6);}
	#inner-banner .ib-head1 {font-size: 30px;}
	#inner-banner .ib-head2 {font-size: 26px;}

	.work {padding: 20px;}
}
@media screen and (max-width : 575px){
	.site-content {padding: 30px 0;}
	.single img.attachment-post-thumbnail {float: none!important; display: block; margin: 0 auto 15px!important; max-width: 100%;}
	.nav-single, .nav-single #ns-next {text-align: center;}
	.nav-single span {display: none;}
	.nav-single .ns-ib {display: inline;}
	.right, .left {float: none; display: block; margin: 0 auto 15px;}
	img.right, img.left {max-width: 100%;}
	.fbreak2 {display: block!important; margin-left: 0; width: 100%;}
	.flex.fbreak2.p1 > *, .flex.fbreak2.p2 > *, .flex.fbreak2.p3 > *,
	.flex.fbreak2.p4 > *, .flex.fbreak2.p5 > *, .flex.fbreak2.p6 > * {padding: 15px 0;}
	.fbreak2 > * {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak2 > *.m0, .fbreak2 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak2 > :last-of-type {margin: 0!important;}
	.f4-break.fbreak2 > *:nth-of-type(3) {margin-bottom: 15px!important;}

	.page-id-174 #page-wrap {padding: 40px 0 0;}
	.page-id-174 #page-wrap::before {font-size: 24px; padding: 0 0 40px;}
	.page-id-174 .entry-content h1 {font-size: 24px; margin: 0 0 25px;}
	.page-id-174 .entry-content h1 span {font-size: 20px;}
	.featured .wpcf7-recaptcha {float: none;}
	.featured input.wpcf7-submit {float: none;}
	.wpcf7-right {text-align: center;}

	.entry-content h1, .comment-content h1, h1.entry-title, .archive-title, .page-title {font-size: 24px;}
	.entry-content h2, .comment-content h2, .mu_register h2, h2.entry-title {font-size: 20px;}
	.entry-content h3, .comment-content h3, h3 {font-size: 20px;}

	#slider {height: 250px; border: 0;}

	#mods {padding: 30px 50px; background: linear-gradient(to right, #4a6427, #74b229); border-bottom: 1px solid #bbb;}
	#mods .limit > .flex {position: static; transform: none;}
	#mods .flex > a {padding: 12px 15px 12px 20px; background: #fff; border: 1px solid #bbb; border-radius: 50px;}

	#message #message1 {max-width: none;}

	#inner-banner {padding: 30px 15px;}
	#inner-banner:before {background: rgba(255,255,255,0.7);}
	#inner-banner .ib-head1 {font-size: 28px;}
	#inner-banner .ib-head2 {font-size: 22px;}

	#bottom {text-align: center;}
	#bottom .left {margin: 0 0 5px;}
	#bottom .right {margin: 0;}

	.work {width: 100%;}
}
@media screen and (max-width : 425px){
	.fbreak3 {display: block!important; margin-left: 0; width: 100%;}
	.flex.fbreak3.p1 > *, .flex.fbreak3.p2 > *, .flex.fbreak3.p3 > *,
	.flex.fbreak3.p4 > *, .flex.fbreak3.p5 > *, .flex.fbreak3.p6 > * {padding: 15px 0;}
	.fbreak3 > *, .fbreak3.f4-break > *:nth-of-type(3), .fbreak3.f4-break > *:nth-of-type(4) {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak3 > *.m0, .fbreak1 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak3 > :last-of-type {margin: 0!important;}

	.page-id-174 .entry-content h1 {font-size: 22px;}
	.page-id-174 .entry-content h1 span {font-size: 18px;}
	.shaded.check {padding: 20px 20px 50px; font-size: 14px;}
	.shaded {padding: 25px; font-size: 14px;}
	.shaded h4 {font-size: 17px;}
	.page-id-174 .entry-content h2 {font-size: 22px;}
	.featured {padding: 30px 20px;}
	.featured h3 {font-size: 20px; line-height: 1.2!important; margin: 0 0 10px!important;}
	.featured .f-green {padding: 10px; font-size: 14px;}
	.featured button, .featured input, .featured textarea, .featured select {padding: 8px 10px; margin: 0 0 8px;}

	#logo {font-size: 34px;}
	#logo a {background: url(//chucksink.com/wp-content/uploads/chuck-sink-logo-icon.png) no-repeat right top / 40px auto; padding: 12px 36px 0 0;}

	#slider {height: 175px;}

	#mods {padding: 30px 15px;}
	#mods .flex > a {padding: 12px 15px 12px 20px;}

	#message1 img {width: 125px;}
	#message h1 {font-size: 30px;}
	#message .m-head1 {font-size: 22px; background: url(//chucksink.com/wp-content/uploads/h-bg.png) no-repeat left top / contain; padding: 0 0 0 22px;}
}.wp-admin .updraftupdatesnotice-yourversiontested {display: none;}