/*
Theme Name: Teaching By Design
Author: Craig Harshbarger
Description: A theme build off of the visual composer starter theme
Version: 9.9.9
*/

.icon-w-link:hover,
.icon-w-link a:hover {
	text-decoration: none;
}

.icon-w-link * {
	transition: all 0.4s ease;
}

.icon-w-link:hover img {
	transform: translateY(-10px);
}

.icon-w-link p {
	font-size: 19px;
	font-family: arial, helvetica, sans-serif;
	font-weight: 600;
	color: #6c6c6c;
    text-align: center;
}

.icon-w-link:hover p {
	color: #28cbca !important;	
}

header .bar .inner {
	justify-content: space-between;
	align-items: center;
	display: flex;
	min-height: 50px;
}

.lessons .lesson .lesson-header .lesson-download:hover {
	background: #ff8d5d;	
	text-decoration: none;
}

.lessons .lesson .lesson-header .lesson-download:hover:after {
	border-right-color: #ff8d5d;
}

.lessons .lesson .lesson-header .lesson-download:hover:before {
	border-left-color: #ff8d5d;
}


.lessons .lesson .lesson-header .lesson-download:after,
.lessons .lesson .lesson-header .lesson-download:before {
	transition: border-right-color .4s ease, border-left-color .4s ease;
	border: 37px solid transparent;
	border-top-width: 24px;
	border-bottom-width: 24px;
	background: transparent;	
	position: absolute;
	display: block;
	content: '';
	top: 36px;
	z-index: -1;
}

.nav-links.archive-navigation .page-numbers,
.nav-links.archive-navigation a.page-numbers:hover, .nav-links.archive-navigation a.page-numbers:focus, .nav-links.archive-navigation .page-numbers.current {
	background-color: transparent;
	color: #777;
}

.footer_content p {
	font-size: 18px;
	color: #fff;
}