/*
Theme Name: JR
Description:
Version: 1.0
Author: Josh Rowland
Author URI: https://www.josh-rowland.com
Template: enfold
*/

@font-face {
	font-family: 'redactedregular';
	src: url('fonts/redacted-regular.eot');
	src: url('fonts/redacted-regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/redacted-regular.woff2') format('woff2'),
	url('fonts/redacted-regular.woff') format('woff'),
	url('fonts/redacted-regular.ttf') format('truetype'),
	url('fonts/redacted-regular.svg#redactedregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


.entry-content-wrapper p a {
	text-decoration: underline;
}


abbr {
	border-bottom: 1px dotted rgba(0,0,0,0.3) !important;
	cursor: inherit !important;
	text-decoration: none !important;
	cursor: help !important;
}

blockquote p {
	font-size: 1.2em;
	font-style: italic;
}
blockquote p strong {
	font-family: 'Karla', sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	font-style: normal;
}
blockquote p i {
	font-style: italic;
}




.redacted,
.redacted h1,
.redacted h2,
.redacted h3,
.redacted h4,
.redacted h5,
.redacted h6,
.redacted p {
	font-family: redactedregular;
	letter-spacing: -0.08rem;
	cursor:not-allowed;
}
.redacted:before {
	content: "REDACTED ";
}



.av-logo-container .logo img {
	transition: max-height 0.25s ease-out;
}
.home #layer_slider_2 {
	top: -175px !important;
	margin-bottom: -175px !important;
}

/*
.single-portfolio .avia-layerslider {
	margin-bottom: -150px;
}
*/



.expertise_table {

}
.expertise_table,
.expertise_table th,
.expertise_table tr,
.expertise_table td {
	background: none !important;
	border: none !important;
	text-align: left !important;
}

.expertise_list ul li {
	list-style: none;
}


.offset-25,
.offset-50,
.offset-75,
.offset-100,
.offset-150,
.offset-200 {
	position: relative !important;
	background-color: transparent !important;
}




/* Footer */

#footer {
	background: #f3f4f5;
	border: none;
}

.badge-widget {
	color: #282b2e;
	font-weight: 600;
	line-height: 1.2;
}



/* Special Objects */

.portfolio-wrapper {
	min-height: 700px !important;
}

.object1 {
	position: absolute !important;
	right: -400px;
	bottom: 0;
}
.object2 {
	position: absolute !important;
	right: -100px;
}

.indy-map::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(64,150,238);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 50%, rgba(243,244,245,1) 95%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 5%,rgba(255,255,255,0) 50%,rgba(243,244,245,1) 95%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 5%,rgba(255,255,255,0) 50%,rgba(243,244,245,1) 95%);
	content: '';
	pointer-events: none;
}



/* Large */
@media only screen and (min-width: 990px){
	
	
	.offset-25 {
		top: -25px;
		margin-bottom: -25px;
	}
	.offset-50 {
		top: -50px;
		margin-bottom: -50px;
	}
	.offset-75 {
		top: -75px;
		margin-bottom: -75px;
	}
	.offset-100 {
		top: -100px;
		margin-bottom: -100px;
	}
	.offset-150 {
		top: -150px;
		margin-bottom: -150px;
	}
	.offset-200 {
		top: -200px;
		margin-bottom: -200px;
	}
	
	#footer .widget.badge-widget {
		margin: 0;
	}
	.badge-widget img {
		max-width: 125px;
	}
	
}

/* Medium */
@media only screen and (min-width: 768px) and (max-width: 989px) {
	
	.offset-25 {
		top: -5px;
		margin-bottom: -5px;
	}
	.offset-50 {
		top: -30px;
		margin-bottom: -30px;
	}
	.offset-75 {
		top: -55px;
		margin-bottom: -55px;
	}
	.offset-100 {
		top: -80px;
		margin-bottom: -80px;
	}
	.offset-150 {
		top: -130px;
		margin-bottom: -130px;
	}
	.offset-200 {
		top: -180px;
		margin-bottom: -180px;
	}
	
	
	#footer div .av_one_fourth {
		width: 47%;
	}
	#footer div .av_one_fourth:nth-child(odd) {
		margin-left: 0;
	}
	
	
}

/* Samll */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.offset-25 {
		top: 0;
		margin-bottom: 0;
	}
	.offset-50 {
		top: -10px;
		margin-bottom: -10px;
	}
	.offset-75 {
		top: -35px;
		margin-bottom: -35px;
	}
	.offset-100 {
		top: -60px;
		margin-bottom: -60px;
	}
	.offset-150 {
		top: -110px;
		margin-bottom: -110px;
	}
	.offset-200 {
		top: -160px;
		margin-bottom: -160px;
	}
	
	#footer .container {
		display: none;
	}
	
}

/* Very Small */
@media only screen and (max-width: 479px) {
	
	#footer .container {
		display: none;
	}
	
}


/* Custom */
@media only screen and (min-width: 990px) and (max-width: 1300px) {
	.av-logo-container .logo img {
		max-height: 150px;
	}
}