/*
Theme Name: OkDork.com 2017
Theme URI: http://okdork.com
Version: 1.0
*/



/**
 * General Styles
 */

body, p, a, .form-control {
	font-family: Source Sans Pro, sans-serif;
}

b, strong {
	font-weight: bold;
}

.nav-item.green .nav-link {
	color: #2bbd3e !important;
}

.blog button, .blog input, .blog .btn {
	vertical-align: middle;
}

.blog form button {
	background-color: #2BBD3E;
	color: #fff;
	font-family: 'Lato', sans-serif;
	border: none;
	letter-spacing: 0.05rem;
	cursor: pointer;  
	position: relative;
	padding: 4px 30px !important;
	font-size: 1.2rem;
	font-weight: 400;
	margin: 0;
	transition: all .2s;
}

.blog form button:hover {
	transition: all .2s;
    color: white;
}

/*.nav-item.current-menu-item a,
.nav-item.current_page_item a,
.nav-item.current_page_parent a {
	font-weight: bold;
}

*/


/**
 * Blog/Archive/Single Post Styles
 */

p {
	font-size:1.1rem;
}

.dork-text h1, .dork-text h1 a {
	color: #212121;
}
.dork-text img {
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
}
.dork-text iframe {
	max-width: 100%;
}

.pagination .current {
	color: #000;
}
.pagination .button-dork.dots {
	cursor: default;
}


.comment-respond { /* When reply form is moved to comment */
	background-color: #FFF;
	padding: 15px;
	border-top: 1px solid #f1f4f5;
}
.reply-box .comment-respond { /* When reply form is at top of comments list */
	background-color: transparent;
	padding: 0;
	border-top: none;
}

.comment-box.child {
	/*border-left: 1px solid #f1f4f5;*/
}

/*
.comment.bypostauthor > .row > .comment-content > .comment-name {
	color: #2BBD3E;
}
*/

.button-dork.submit {
	text-transform: uppercase;
}

.page-template-template-join-php .form-control {
	background-color:#FFF;
	width:100%;
	max-width:300px;
}

.comment-edit {
	display: inline-block;
}
.comment-edit .comment-edit-link {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: .65rem;
	letter-spacing: 0.15rem;
	text-transform: uppercase;
	margin-left: 15px;
}

/*
.comment-img img {
	width: 100%;
	max-width: 90px;
	height: auto;
}
*/

.comment-content a {
	float: none;
	margin-top: 0;
}
.comment-content .comment-reply-link {
	float: right;
	margin-top: -10px;
}


.lattest-box {
	display: block;
}
.lattest-title {
	color: #212121;
}
.lattest-body {
	padding-bottom: 0px;
}
.lattest-excerpt {
	color: #000;
}


.blog .section-title, .blog h3 {
	font-weight: 300;
}

.home-latest-posts {
	font-size: 0;
}

.home-latest-post {
	display: inline-block;
	font-size: 1rem;
	margin-bottom: 2rem;
}

.home-latest-post .post-link {
	display: block;
	border: 2px solid #F1F4F5;
	height: 100%;
	position: relative;
}

.home-latest-post .post-image {
	
}

.home-latest-post .post-body {
	min-height: 130px;
	position: unset;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 45px;
}

.home-latest-post .post-title {
	color: #212121;
}

.home-latest-post .post-excerpt {
	display: none;
	color: #000;
}

.home-latest-post .post-more {
	position: absolute;
	bottom: 12px;
}

.blog-categories, .dork-content ul.blog-categories {
	padding-left: 0;
	font-size: 0;
}

.blog-category, .dork-content li.dork-category {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.7rem !important;
	font-size: 1rem;
}
.dork-content li.blog-category::before {
	content: '';
	margin: 0;left: 0;
}

.blog-category-link {
	display: block;
	padding: 1rem 1.5rem;
	text-align: center;
	border: 2px solid #F1F4F5;
}

.blog .dork-text img {
	border: 0;
}

.blog .dork-text {
	outline: 0;
}

.blog .gray-bg {
	padding-top: 0;
	padding-bottom: 0;
}

.blog .gray-bg h4 {
	margin-top: 0;
}

.archive-month-post {
	margin-bottom: 1.2em;
}

.archive-month-post a {
	font-size: 1.1rem;
}

.archive-month-post-meta {
	display: block;
	color: #c3c5c5;
	font-size: 0.8rem;
	font-weight: 300;
}





/**
 * Article blocker
 */

.dorkblocker {
	text-align: center;
	padding: 140px 0 50px;
	width: 100%;
	z-index: 10000;
	bottom: 0px;

	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.79) 21%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(21%, rgba(255,255,255,0.79)), color-stop(35%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.79) 21%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.79) 21%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.79) 21%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.79) 21%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );

	display: none;
	position: fixed;

}


#hideBlocker {
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	color: #2bbd3e;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	transition: all .2s;
	border: 0;
	border-bottom: 2px solid;
	padding: 0;
	margin-bottom: 0;
	height: 28px;	
	cursor: pointer;
	margin-right: 3px;
}

#hideBlocker:hover {

	outline-width: 0;
	text-decoration: none;
	color: #2fdd3f;
	transition: all .2s;	
	margin-right: 8px;	

}



.dorkblocker h3 {
	display: inline-block;
	max-width: 400px;
	margin: auto 30px 1.7rem;
	font-size: 1.5rem;
}

.dorkform.form-inline {
	text-align: center;
}

.dorkform .form-control {
	background-color: #fff;
	font-size: 1.3rem;
	font-weight: 300;
	color: #212121;
	padding: 0.9rem .9rem 0.9rem;
	font-family: 'Lato', sans-serif;
	height: 55px;
	width: 100%;
	max-width: 400px;
	margin: auto 20px;
	border: solid 1px #2BBD3E !important;
}

.dorkform .form-control:focus {
	border: solid 1px #BEC4C6 !important;
}





/**
 * Front Page
 */

.home .navbar {
	display: none;
}

.home .dork-footer {
	display: none;
}





/**
 * Forms
 */

input[type=submit]{
	background-color: #2bbd3e;
	border: 0;
	padding: 4px 17px;
	color: white;
	font-family: Lato, sans-serif;
}

input[type=submit]:hover {
	background-color: #2fdd3f;
}

input[type=text]:focus {
	border: 1px solid #2fdd3f;
}

input[type=text] {
	border: solid 1px #BEC4C6;
	padding: 3px 0.9rem;
}





/**
 * Plugin override
 */

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





/**
 * Podcast CTA
 */

.podcast-cta h4 {
	color: #2bbd3e;
	cursor: pointer;
	margin-top: -0.8rem;
	border-bottom: 2px solid #F1F4F5;
	padding-bottom: 1.3rem;
	margin-bottom: 0.5rem;	
}

.podcast-cta h4:hover {
	color: #2fdd3f;
}

.podcast-cta img {
	border: none;
}

.podcast-cta {
	margin-top: 20px;
	margin-bottom: 100px;
}

.podcast-cta .btn-secondary {
    background-color: #F1F4F5;
    border: 0;
}    

.podcast-cta .btn {
	border-radius: 50px;
	margin: 9px;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(181,181,181,1);
	-moz-box-shadow: 3px 3px 0px 0px rgba(181,181,181,1);
	box-shadow: 3px 3px 0px 0px rgba(181,181,181,1);
	cursor: pointer;
	transition: none;
	margin-top: -0.4rem;
	padding: .8rem 1.2rem;
}

.podcast-cta .btn:hover {
	top: 2px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(181,181,181,1);
	-moz-box-shadow: 0px 0px 0px 0px rgba(181,181,181,1);	
	box-shadow: 0px 0px 0px 0px rgba(181,181,181,1);	
	transition: none;
}

.taco-dj {
	position: relative;
	height: 100%;
}
.taco-dj img {
	right: 10px;
	bottom: 20px;
	position: absolute;
	height: 170px;
}

.podcast-cta .btn-group .btn:nth-child(1) img {
	width: 100px;
	margin-top: 8px;
}

.podcast-cta .btn-group .btn:nth-child(2) img {
	width: 70px;
	margin-top: 0;
}

.podcast-cta .btn-group .btn:nth-child(3) img {
	width: 90px;
	margin-top: 4px;
}

@media (max-width: 768px) {
	.taco-dj img {
	    right: 0px;
	}

}


@media (max-width: 575px) {

	.taco-dj img {
	    right: -8px;
	    bottom: 27px;
	    position: relative;
	    height: 170px;
	}	

	.podcast-cta {
		text-align: center;
		width: 100%;
		margin-bottom: 70px;
		max-width: 400px;	
	}

	.podcast-cta .btn-group {
	    padding: 0;
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-radius: 0;

		position: relative;
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		vertical-align: middle;			    
	}	

	.podcast-cta .btn {
		margin: 5px;
		width: 210px;
		border-radius: 0;
		height: 68px;
	}

	.podcast-cta .btn-group .btn img {
	    margin: auto;
	}

	.podcast-cta .btn-group .btn:nth-child(1) img {
	    width: 140px;
	}

	.podcast-cta .btn-group .btn:nth-child(2) img {
	    width: 80px;
	}	

	.podcast-cta .btn-group .btn:nth-child(3) img {
	    width: 115px;
	}	

}






/**
 * Media Queries
*/

@media (min-width:992px) {

	.comment .row {
		-webkit-flex-wrap:nowrap;
		flex-wrap:nowrap;
	}

	.comment-img {
		flex: 1 1 auto;
		max-width: 90px;
		margin-right: 15px;
	}

	/*
	.comment-img img {
		flex: 1 1 auto;
		max-width: none;
		width: 100%;
	}
	*/

}

@media (max-width: 767px) {
	.dorkblocker { 
		padding-bottom: 100px;
		max-width: 100vw;
	}
	.post-date span {
		display: block;
	}
	.dork-content .post-meta-sep {
		display:none;
	}
	.comment-edit {
		display: none;
	}
}

@media (min-width: 768px) {
	.noah-photo {
		position: absolute;
		right: 10px;
	}
}





/**
 * Browser-specific overrides
 */
/*
@-moz-document url-prefix() { 
	.header-img img {
		top: 0;
		left: 0;
	}
}
*/