
/*
Theme Name: BoundBy
*/
img {
	max-width: 100%;
	height: auto;
}

.help-form .input-holder label {
	z-index: 1;
}

.work-area .margin-row {
	margin-top: 25px;
}

.input-holder label {
	z-index: 1;
}

.contact-banner .bottom-section {
	display: none;
}

.btn-404 {
	margin-top: 30px;
}

.grecaptcha-badge {
	visibility: hidden;
}

/* Loading */
.wrapper {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.wrapper.loading {
	opacity: 0;
}

.animsition-loading, .animsition-loading:after {
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	border-radius: 50%;
	z-index: 2;
}

.animsition-loading {
	background-color: transparent;
	border-top: 5px solid rgba(0, 0, 0, .2);
	border-right: 5px solid rgba(0, 0, 0, .2);
	border-bottom: 5px solid rgba(0, 0, 0, .2);
	border-left: 5px solid #eee;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-name: animsition-loading;
	animation-name: animsition-loading;
}

@-webkit-keyframes animsition-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes animsition-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

/* Contact Form 7 */
.wpcf7-form-control-wrap {
	display: block;
}

div.wpcf7-response-output {
	line-height: 1.2;
	margin: .5em 0 1em 0;
	padding: .5em 50px;
	border: none;
	color: #fff;
	background-color: #255379;
	position: relative;
	z-index: 1;
}

div.wpcf7-response-output:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 17px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: -9px;
}

div.wpcf7-validation-errors {
	background-color: #c24747;
}

div.wpcf7-validation-errors:before {
	content: "";
}

div.wpcf7-mail-sent-ok {
	background-color: #0fa55d;
}

div.wpcf7-mail-sent-ok:before {
	content: "";
}

.wpcf7 .wpcf7-not-valid-tip {
	color: #fff;
	padding-left: 0;
	min-height: 1px;
}

/* WordPress Generated Classes */
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

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

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

img {
	height: auto;
}

a img.alignright {
	float: right;
	margin: 40px 0 20px 20px;
}

a img.alignnone {
	margin: 40px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 40px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. ( z-index: 100000; - Above WP toolbar. )
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;  
}
*/
.gallery-caption {
	display: block;
	line-height: 1.5;
	padding: .5em 0;
}

.bypostauthor > .comment-body .fn:before {
	content: "";
	vertical-align: text-top;
}

/* WordPress Generated Classes END */

/* main elements */
.wp-pagenavi {
	margin-bottom: 2em;
	margin-top: 1em;
	padding-bottom: 0;
	text-align: center;
	padding: 10px 0 15px;
}

.wp-pagenavi span {
	color: #00b68d;
	font-weight: normal !important;
}

.info-form .select-box .holder {
	float: left;
}

.navigation {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	padding: 0 0 5px;
}

.navigation a {
	text-decoration: none;
}

.navigation .prev {
	float: left;
	padding-right: 30px;
}

.navigation .next {
	float: right;
	padding-left: 10px;
}

.respond {
	overflow: hidden;
	padding: 0 0 30px;
}

.respond h2 {
	font-size: 19px;
	line-height: 25px;
	margin: 0 0 5px !important;
}

.respond p {
	margin: 0 0 5px !important;
}

.respond dl {
	margin: 0;
}

.respond dt {
	display: block;
}

.respond dd {
	margin: 0;
	overflow: hidden;
}

.respond textarea {
	border: 1px solid #dddfe0;
	background: #fff;
	padding: 5px;
	height: 116px;
	font-size: 15px;
	line-height: 18px;
	overflow: auto;
	color: #444441;
}

.comments {
	padding: 40px 0 10px;
}

.comments h2 {
	margin: 0 0 15px;
	font: 19px/25px "chunkfive-roman", serif;
}

.commentlist {
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
}

.commentlist .comment {
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}

.commentlist .comment p {
	margin: 0 0 5px !important;
}

.commentlist .comment img {
	float: left;
	margin: 0 5px 5px 0;
}

#content .commentlist ul {
	padding: 0 0 0 20px;
	margin: 0;
	list-style: none;
}

#content .commentlist ul li {
	padding: 0;
}

#content .commentlist ul li:before {
	display: none;
}

#comments h2, #respond h2 {
	font: 22px/34px "Helvetica-Regular", sans-serif;
}

#comments a, #respond a {
	font-weight: bold;
	text-decoration: none;
}

#respond #submit {
	margin: 10px 0;
}

#respond #comment {
	width: 100%;
}

/*wp-pagenavi*/
.wp-pagenavi {
	position: relative;
	font-size: 16px;
	font-family: "Rubik";
}

.wp-pagenavi .pages {
	border-radius: 999px;
	border: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	color: #00b68d;
	font-weight: 300;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.wp-pagenavi a:hover {
	text-decoration: none;
	opacity: .7;
}

.wp-pagenavi a {
	border-radius: 7px;
	border: 2px solid #00b68d;
	padding: 0;
	vertical-align: middle;
	display: inline-block;
	line-height: 26px;
	margin: 0 2px;
}

.wp-pagenavi .page {
	width: 30px;
	height: 30px;
}

.wp-pagenavi .current, .wp-pagenavi .extend {
	width: 30px;
	height: 30px;
	border: 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	padding: 0;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .first, .wp-pagenavi .last {
	width: 30px;
	height: 30px;
	font-size: 0;
	line-height: 0;
	position: relative;
	margin: 0 2px;
}

.wp-pagenavi .previouspostslink:before, .wp-pagenavi .nextpostslink:before, .wp-pagenavi .first:before, .wp-pagenavi .last:before, .wp-pagenavi .first:after, .wp-pagenavi .last:after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	border: solid #00b68d;
	border-width: 0 0 1px 1px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.wp-pagenavi .previouspostslink:before {
	margin: -5px 0 0 -3px;
}

.wp-pagenavi .nextpostslink:before {
	margin: -5px 0 0 -6px;
}

.wp-pagenavi .previouspostslink:before, .wp-pagenavi .first:before, .wp-pagenavi .first:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wp-pagenavi .first:before {
	margin: -5px 0 0 -6px;
}

.wp-pagenavi .first:after {
	margin: -5px 0 0 -0px;
}

.wp-pagenavi .nextpostslink:before, .wp-pagenavi .last:before, .wp-pagenavi .last:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.wp-pagenavi .last:before {
	margin: -5px 0 0 -3px;
}

.wp-pagenavi .last:after {
	margin: -5px 0 0 -9px;
}

@media screen and (max-width: 991px),
screen and (orientation: landscape) and (max-width: 991px),
screen and (orientation: portrait ) and (max-width: 991px) {}

@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait ) and (max-width: 767px) {
	.wp-pagenavi .pages, .wp-pagenavi .extend, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
		display: none !important;
	}
	
	.contact-banner .bottom-section {
		display: block;
	}
}

@media screen and (max-width: 479px),
screen and (orientation: landscape) and (max-width: 479px),
screen and (orientation: portrait ) and (max-width: 479px) {}

/* Luke Smith --------------------- */
.main-nav > ul:after {
	display: inline-block;
}

.contact-form .btn {
	padding: 14px 24px;
}

.contact-form .btn .wpcf7-spinner {
	vertical-align: middle;
	margin: 0 15px;
	display: none;
}

.contact-form .submitting .btn .wpcf7-spinner {
	display: inline-block;
}

.contact-form div.wpcf7-response-output {
	padding: 15px 15px 15px 50px;
	margin: 15px 0;
	border-radius: 4px;
	border: none;
	background: #00b68d;
}

.contact-form .invalid div.wpcf7-response-output {
	background: #df0010;
}

.v-center {
	width: 100%;
	height: 100%;
	display: table;
	top: 0;
}

.v-center .v-center-in {
	display: table-cell;
	vertical-align: middle;
}

/* Blog --- */
.blog .page-title {
	padding-top: 52px;
	margin: 0 0 40px;
	font: 30px/34px "Raleway", sans-serif;
}

.blog .wp-pagenavi {
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 80px;
}

.blog .wp-pagenavi .pages {
	font-size: 18px;
	padding: 10px 0;
	bottom: -22px;
}

.blog .wp-pagenavi a {
	color: #00b68d;
}

.blog .wp-pagenavi a:hover:before {
	border-color: #736256;
}

.blog .wp-pagenavi a:hover {
	color: #736256;
}

.blog .wp-pagenavi .current {
	color: #736256;
}

.blog-grid .grid-item {
	margin-bottom: 35px;
}

.blog-grid .grid-item img {
	display: block;
	margin-bottom: 15px;
}

.blog-grid .grid-item figcaption {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5em;
}

.blog-grid .grid-item.first {
	padding-bottom: 40px;
	margin-bottom: 50px;
	border-bottom: 1px solid #eaeaea;
}

.blog-grid .grid-item.first .inner {
	max-width: 892px;
	display: block;
	margin: 0 auto;
}

.blog-grid .grid-item.first figure img {
	margin-bottom: 30px;
}

.blog-grid .grid-item.first .item-title {
	font-size: 45px;
	font-weight: 300;
	margin-bottom: 15px;
}

.blog-grid .grid-item.first .item-meta {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px;
}

.blog-grid .grid-item.first .item-meta > span {
	display: inline-block;
	margin-right: 15px;
}

.blog-grid .grid-item.first .item-meta a {
	color: #04b48e;
}

.blog-grid .grid-item.first .item-meta a:hover {
	color: #736256;
}

.blog-grid .grid-item.first .item-excerpt {
	font-weight: 400;
}

.blog-grid .grid-item.first .item-more {
	color: #04b48e;
	font-weight: 400;
}

.blog-grid .grid-item.first .item-more:hover {
	color: #736256;
}

@media (max-width: 767px) {
	.blog .page-title {
		font-size: 26px;
	}
	
	.blog-grid .grid-item.first figure img {
		margin-bottom: 15px;
	}
	
	.blog-grid .grid-item.first .item-title {
		font-size: 28px;
	}
	
	.blog-grid .grid-item.first .item-excerpt {
		font-size: 15px;
	}
}

/* Single Post --- */
.single-post .single-post-content {
	padding: 25px 0 0;
}

.single-post .post-content a {
	color: #00b68d;
}

.single-post .post-content a:hover {
	color: #736256;
}

.single-post .post-content .content-box {
	padding-bottom: 30px;
}

.single-post .post-sidebar {
	position: static;
	padding-bottom: 10px;
}

.single-post .post-sidebar .sidebar-box {
	padding: 25px 30px;
	border-radius: 3px;
	background-color: #f6f6f6;
}

.single-post .post-sidebar .widget {
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #e0e0e0;
}

.single-post .post-sidebar .widget:first-child {
	padding-top: 0px;
	margin-top: 0px;
	border-top: none;
}

.single-post .post-sidebar .widget .widget-title {
	font-size: 20px;
	margin: 0 0 15px;
}

.single-post .single-post-content p, .single-post .single-post-content ul, .single-post .single-post-content ol {
	margin-bottom: 24px;
}

.single-post .single-post-content ul {
	/*list-style-type: square;*/
	list-style: none;
	padding-left: 22px;
}

.single-post .single-post-content ul li {
	position: relative;
	padding-left: 18px;
}

.single-post .single-post-content ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	background-color: #00b68d;
}

.single-post .post-title {
	text-align: left;
	margin-bottom: 25px;
}

.single-post .post-hero .post-title {
	margin-bottom: 0;
}

.single-post .post-subtitle {
	font-size: 42px;
	font-weight: 300;
	margin-top: 10px;
}

.single-post .post-info {
	font-size: 14px;
	margin-bottom: 25px;
}

.single-post .post-info > div {
	margin-right: 15px;
	display: inline-block;
}

.single-post .post-info > div a {
	font-weight: 400;
}

.single-post .post-info .post-date:after {
	width: 30px;
	height: 1px;
	clear: both;
	display: block;
	margin: 15px 0 30px;
	background-color: #736256;
	opacity: .3;
}

.single-post .post-crumbs {
	font-size: 14px;
	margin-bottom: 5px;
}

.single-post .post-featured {
	margin-bottom: 25px;
	background-color: #f4f4f4;
}

.single-post .post-hero {
	color: #fff;
	margin-bottom: 5px;
	position: relative;
	background-color: #777;
}

.single-post .post-hero .hero-image {
	position: relative;
}

.single-post .post-hero .hero-image .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.single-post .post-hero .hero-image img, .single-post .post-hero .hero-image .img {
	opacity: .2;
}

.single-post .post-hero .hero-content {
	width: 100%;
	height: 100%;
	padding: 60px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.single-post .single-post-content .testimonials {
	display: block;
}

.single-post .post-blocks {
	margin-top: 40px;
}

@media (min-width: 501px) {
	.single-post .post-hero .hero-image {
		background-image: none !important;
	}
	
	.single-post .post-hero .hero-image.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width: 992px) {
	.single-post .post-crumbs {
		padding-left: 0;
	}
	
	.single-post .single-post-content .col-md-8 {
		width: 71%;
	}
	
	.single-post .single-post-content .col-md-4 {
		width: 29%;
	}
}

@media (max-width: 767px) {
	.single-post .post-hero .hero-content {
		padding: 30px;
	}
}

@media (max-width: 500px) {
	.single-post .post-hero .hero-image {
		min-height: 370px;
	}
	
	.single-post .post-hero .hero-image img {
		display: none;
	}
}

/* Testimonials --- */
.testimonials-block .frame {
	width: 100%;
	display: block;
}

.testimonials-slider .slide {
	padding: 0;
}

.testimonials-block blockquote {
	display: table-cell;
	width: 66.7%;
	padding: 49px 30px 38px 60px;
}

.testimonials-block .holder {}

@media screen and (max-width: 991px) {
	.testimonials-block blockquote, .testimonials-block .holder {
		width: 100%;
	}
	
	.testimonials-block blockquote {
		padding: 50px 30px 50px 60px;
	}
}

@media screen and (max-width: 767px),
	screen and (max-width: 767px) and (orientation: landscape),
	screen and (max-width: 767px) and (orientation: portrait) {
	.testimonials-block blockquote {
		padding: 31px 20px 33px 33px;
	}
}

/* Shortcode - Listings --- */
.listings.shortcode .listings-wrap .listing-item {
	margin-top: 25px;
}

.listings.shortcode .listings-wrap .listing-item .the-title {
	font-size: 16px;
}

.listings.shortcode.type-solution .listings-wrap .listing-item .the-title {
	text-transform: uppercase;
}

.listings.shortcode .listings-wrap .listing-item .the-title a {
	color: #00b68d;
}

.listings.shortcode .listings-wrap .listing-item:hover .the-title a {
	color: #736256;
}

/*footer*/
#footer .footer-inner {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding-right: 25px;
	padding-top: 13px;
}

#footer .footer-item {
	display: inline-flex;
	flex-direction: column;
	padding-left: 3px;
}

#footer .footer-item h3 {
	font-size: 20px;
	font-weight: 400;
	line-height: 2;
	color: #00b68d;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 6px;
	letter-spacing: -.02em;
}

#footer .footer-item ul {
	margin: 0;
	padding: 0 50px 0 0;
	list-style: none;
	letter-spacing: -.04em;
	border-right: 1px solid rgba(255, 255, 255, .1);
	flex-grow: 1;
}

#footer .footer-item:last-child ul {
	border: none;
	padding: 0;
}

#footer .footer-rights {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 36px;
	padding-top: 47px;
	padding-left: 3px;
	letter-spacing: .01em;
}

@media screen and (max-width: 1239px) {
	/* footer */
	#footer {
		font-size: 15px;
	}
	
	#footer .nav {
		margin: 0 -20px 27px;
	}
	
	#footer .nav > li {
		padding: 0 20px;
	}
	
	#footer .footer-inner {
		padding-right: 0;
	}
	
	#footer .footer-item h3 {
		font-size: 16px;
	}
	
	#footer .footer-item ul {
		padding-right: 15px;
		border: none;
	}
	
	/* modal */
	.modal-content {
		padding: 30px 55px;
	}
}

.header-message {
	display: none;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
	.about-list li {
		padding: 6px 0 6px 0;
	}
}
