/**----------------------------------------
 Core
----------------------------------------**/

body {
}

/**----------------------------------------
 Top Header
----------------------------------------**/

/* <editor-fold desc="Top Header"> */

.top-header {
	position: relative;
	float: right;
	margin: 0;
}

.top-header .header-contact {
	display: inline-block;
}

.top-header .header-contact a {
}

/* </editor-fold> */

/**----------------------------------------
 Social Links
----------------------------------------**/

/* <editor-fold desc="Socials"> */

.top-header .header-socials {
	position: absolute;
	top: 8px;
	right: 15px;
}

.header-socials,
.header-socials .socials {
	display: inline-block;
	float: none;
	border: 0;
}

.header-socials .socials ul {
	float: none;
	display: inline-block;
}

.header-socials .socials ul li {
	float: none;
	display: inline-block;
}

.header-socials .socials ul li a {
	width: 18px;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
	margin-left: 8px;
}

.footer-main .header-socials .socials ul li a {
	margin-right: 8px;
	margin-left: 0;

}

.header-socials .socials ul li a:hover {
	background: transparent !important;
}

.header-socials ul li:last-child {
	border: 0;
}

.header-socials ul li {
	border: 0;
}

/* </editor-fold> */

/**----------------------------------------
 Main Header
----------------------------------------**/

/* <editor-fold desc="Main Header"> */

.main-header {
	display: block;
	float: left;
	width: 100%;
	clear: both;
	position: relative;
	padding: 20px 0 20px 0;
}

.main-header .container {
	position: relative;
}

.covid-19-alberta img {
	max-height: 78px !important;
	width: auto;
}

.call-911 img {
	max-width: 200px;
	height: auto;
}

.logo {
	margin-bottom: 0;
	margin-top: 15px;
}

.logo .logo-img {
	width: 100%;
	height: auto;
}

@media (max-width: 960px) {
	.top-header .header-contact a.btn.btn-primary {
		font-size: 14px;
		padding: 5px 8px;
	}
}

/* </editor-fold> */

/**----------------------------------------
 Nav
----------------------------------------**/

/* <editor-fold desc="Nav"> */

.main-nav {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	display: block;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #002f87;
	text-align: center;
}

.main-nav > li {
	display: inline-block;
	position: relative;
}

.main-nav > li > a {
	display: inline-block;
	margin: 0;
	padding: 20px 15px;
}

/*
	@todo Enable for arrows under menus with sub-menu
.main-nav > li.menu-item-has-children > a:after {
	content: "\f078";
	color: #888;
	font-size: 12px;
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	margin-left: 15px;
	bottom: 10px;
}
*/

.main-nav > li.current-menu-item > a,
.main-nav > li.current-menu-ancestor > a,
.main-nav > li > a.hovered,
.main-nav > li > a:hover {
	color: #b0b0b0;
}

.main-nav > li > ul.sub-menu {
	position: absolute;
	z-index: 1001;
	display: none;
	visibility: hidden;
	padding: 0;
	margin: 0;
	width: auto;
	left: 0;
	top: -999em;
	background: #002f87;
	box-shadow: none;
}

.main-nav > li:hover > ul.sub-menu {
	left: 0;
	top: 61px;
}

.main-nav ul.sub-menu {
	background: #002f87;
}

.main-nav ul.sub-menu li {
	list-style-type: none;
	float: left;
	display: block;
	clear: both;
	position: relative;
	text-align: left;
	width: 100%;
}

.main-nav ul.sub-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

.main-nav ul.sub-menu li a {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	min-width: 140px;
	text-align: left;
	padding: 8px 30px 8px 10px;
	font-size: 14px;
	min-height: 20px;
	line-height: 20px;
	white-space: nowrap;
	text-transform: uppercase;
	color: #0d5a22;
	color: #fff;
}

.main-nav ul.sub-menu ul.sub-menu {
	position: absolute;
	z-index: 1002;
	display: none;
	visibility: hidden;
	padding: 0;
	margin: 0;
	width: auto;
	left: 100% !important;
	top: -999em;
	float: left;
}

.main-nav ul.sub-menu li:hover > ul.sub-menu {
	left: 100% !important;
	top: 0;
}

.main-nav ul.sub-menu li.menu-item-has-children > a:after,
.main-nav ul.sub-menu li.menu-item-has-children > a:hover:after {
	content: "\f04b";
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 9px;
}

.main-nav ul.sub-menu li.current-menu-item > a,
.main-nav ul.sub-menu li > a:hover {
	background: #002f87;
	color: #fff;
}

.main-nav > li > ul.sub-menu > li > ul.sub-menu {
	display: none;
	/*position: relative;*/
	/*z-index: 1001;*/
	/*display: none;*/
	/*visibility: hidden;*/
	/*padding: 0;*/
	/*margin: 0;*/
	/*width: auto;*/
	/*left: 0;*/
	/*top: -999em;*/
	/*background: #f7b11c;*/
}

.main-nav > li:hover > ul.sub-menu > li > ul.sub-menu {
	left: 0;
	top: 0;
}


.main-nav > li > ul.sub-menu > li.current-menu-item > ul.sub-menu a,
.main-nav > li > ul.sub-menu > li.current-menu-item > a,
.main-nav > li > ul.sub-menu > li > a:hover {
	background: rgba(0, 0, 0, 0.2);
}

/* </editor-fold > */

/**----------------------------------------
 Mobile Nav
----------------------------------------**/

/* <editor-fold desc="Mobile Nav"> */

.mobile-nav {
	display: none;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #002f87;
}

.mobile-nav li {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}

.mobile-nav li a {
	display: block;
	width: 100%;
	clear: both;
	padding: 10px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	text-align: left;
	color: #fff;
}

.mobile-nav li ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.mobile-nav li ul > li > a {
	color: #fff;
}

.mobile-nav-trigger {
	display: none;
	font-size: 22px !important;
	padding: 10px 20px !important;
}

/* </editor-fold> */

/**----------------------------------------
 Responsive Header
----------------------------------------**/

/* <editor-fold desc="Responsive Header"> */

@media (max-width: 1199px) {

	body {
		padding-top: 0;
	}

	.main-header {
		padding: 20px 0;
		display: block;
		clear: both;
		height: 110px;
	}

	.nav {
		margin-bottom: 0;
	}

	.main-nav {
		display: none;
	}

	.logo {
		margin-top: 5px;
	}

	.mobile-nav-trigger {
		display: block;
		float: none;
		position: absolute;
		top: 0;
		right: 15px;
	}

	.top-header {
		padding: 0;
		float: none;
		position: absolute;
		top: 0;
		right: 90px;
		width: 420px;
	}

	.call-911 {
		width: 100%;
	}


}

@media (max-width: 991px) {

	.main-header {
		height:195px;
		border:1px solid red;
		float: none;
		position: relative;
		clear: both;
		padding-top:10px;
	}

	.top-header {
		top: 0;
		right: auto;
		left: 15px;
		width: 93%;

	}

	.call-911 {
		width: 48%;
		display: inline-block;
	}

	.covid-19-alberta {
		width: 48%;
		display: inline-block;
	}

	.mobile-nav-trigger {
		top:95px;
	}
	.logo {
		position:relative;
		top:85px;
	}
}


@media (max-width: 544px) {

}

@media (max-width: 437px) {
	.logo {
		max-width: 205px;
	}
	.call-911 img {
		max-width:100%;
		height:auto;
	}
	.main-header {
		height:175px;
	}

}

@media (max-width: 320px) {
	.main-header {
		height:145px;
	}
	.mobile-nav-trigger {
		top:75px;
	}
	.logo {
		position:relative;
		top:65px;
	}
}

/* </editor-fold> */

/**----------------------------------------
 Banner / Slider
----------------------------------------**/

/* <editor-fold desc="Slider"> */

.slideshow-wrapper {
	margin-bottom: 0;
}

.flex-caption {
	position: absolute;
	top: 20%;
	bottom: 20%;
	right: 24%;
	left: 24%;
	padding: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-caption-wrap {
}

.flex-caption-title {
	padding: 0;
	background: none;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 20px;
	text-shadow: none;
	display: block;
	clear: both;
	color: #fff;
	font-family: Ubuntu, sans-serif;
	font-size: 55px;
	font-weight: bold;
}

.flex-caption-description {
	padding: 0;
	background: none;
	line-height: 1.4;
	margin-bottom: 20px;
	display: block;
	clear: both;
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 35px;
	font-weight: normal;
}

.flex-caption-link a.btn.btn-default {
	margin: auto;
	padding: 15px !important;
	background: #000 !important;
	color: #fff !important;
	font-family: "Ubuntu", sans-serif !important;
	font-size: 26px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}

/* </editor-fold> */

/**----------------------------------------
 Responsive Slider
----------------------------------------**/

/* <editor-fold desc="Responsive Slider"> */

.page-top-slider.slider-mobile {
	display: none;
}

@media (max-width: 1199px) {

}

@media (max-width: 1022px) {

	.flex-caption {
		padding: 30px;
	}

	.flex-caption-title {
		font-size: 45px;
	}

	.flex-caption-description {
		font-size: 25px;
	}

	.flex-caption-link a.btn.btn-default {
		padding: 15px !important;
		font-size: 18px !important;
	}
}

@media (max-width: 767px) {

	.flex-caption {
		position: absolute;
		top: 10%;
		bottom: 10%;
		right: 10%;
		left: 10%;
		padding: 20px;
		text-align: center;
	}

	.flex-caption-title {
		font-size: 40px;
	}

	.flex-caption-description {
		font-size: 24px;
	}

	.flex-caption-link a.btn.btn-default {
		padding: 8px !important;
		font-size: 16px !important;
	}

	.page-top-slider.slider-desktop {
		display: none;
	}

	.page-top-slider.slider-desktop-only {
		display: block;
	}

	.page-top-slider.slider-mobile {
		display: block;
	}
}

@media (max-width: 500px) {

	.flex-caption-title {
		font-size: 32px;
	}

	.flex-caption-description {
		font-size: 22px;
	}

	.flex-caption-link a.btn.btn-default {
		padding: 8px !important;
		font-size: 16px !important;
	}

	.page-top-slider.slider-desktop {
		display: none;
	}

	.page-top-slider.slider-desktop-only {
		display: block;
	}

	.page-top-slider.slider-mobile {
		display: block;
	}
}

/* </editor-fold> */

/**----------------------------------------
 Page Header
----------------------------------------**/

/* <editor-fold desc="Page Header"> */

.page-title {
	border: 0;
	margin-bottom: 20px;
	text-align: right;
}

.page-title h1 {
	padding: 0;
	margin: 0;
	background: transparent;
	text-transform: uppercase;
}

.breadcrumbs {
	display: none;
}

.breadcrumbs a {

}

/* </editor-fold> */

/**----------------------------------------
 Main Content
----------------------------------------**/

/* <editor-fold desc="Content"> */

.page-area > p:empty,
.content-wrapper > p:empty {
	display: none;
}

.content-wrapper > p {
	margin: 0;
}

.content img.alignright {
	margin-left: 20px;
	margin-bottom: 20px;
}

.content img.alignleft {
	margin-right: 20px;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.content img.alignright {
		width: 100%;
		height: auto;
		clear: both;
		margin-left: 0;
		margin-bottom: 30px;
	}

	.content img.alignleft {
		width: 100%;
		height: auto;
		clear: both;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.content,
.content p {
	line-height: 1.2;
	font-size: 18px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	line-height: 1.2;
}

.content h1 {
	text-transform: uppercase;
	text-align: center;
	font-size: 50px;
	margin-bottom: 50px;
}

@media (max-width: 500px) {
	.content h1 {
		font-size: 35px;
	}
}

.content h2 {
	margin-bottom: 30px;
}

.content h3 {
	margin-bottom: 30px;
}

.content h4 {
	margin-bottom: 30px;
}

.content h5 {
	margin-bottom: 30px;
}

.content h6 {
	margin-bottom: 30px;
}

.content ul,
.content ol {
	margin-bottom: 30px;
}

.content ul li,
.content ol li {
	margin-bottom: 10px;
}

.content .sidebar-inner ul li {
	margin-bottom: 0;
}

.content ul.nav-tabs li {
	margin-bottom: 0;
}


h4.widget-title {
	font-size: 16px;
	text-transform: none;
}

.header-custom.single > span:before,
.header-custom.single > span:after {
	display: none;
}

.googlemap {
	margin-bottom: 20px;
}

.static-map {
	width: 100%;
	height: auto;
}

.gprep-post {
	background: #e0e4e9;
	margin-bottom: 30px;
}

.gprep-post-icon {
	padding: 25px 15px;
	background-size: cover;
	background-position: 15px center;
	background-repeat: no-repeat;
}

.gprep-post-content {
	padding: 30px;
	font-size: 25px;
}

.gprep-post-content .post-link {
	text-align: right;
}

.post-meta-label {
	font-weight: bold;
}

.content .gprep-post-content h2 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 25px;
}

.gprep-post-icon-bg {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 57%;
}

.gprep-post-icon-over {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 100px;
	line-height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	color: #d62205;
}

.gprep-post-standard .gprep-post-meta {
	font-size: 25px;
	margin-bottom: 30px;
	color: #000;
}

.content .gprep-post-standard h1 {
	text-align: left;
	text-transform: none;
	margin-bottom: 15px;
}

.sidebar-inner {
	padding: 30px;
	background: #e0e4e9;
}

.sidebar-inner input#s {
	background: #fff;
}

.sidebar-inner .widget-title {
	font-size: 30px;
	color: #092f87;
	text-transform: uppercase;
}

.sidebar-inner .widget {
	margin-bottom: 26px;
}

.sidebar-inner ul {
	margin-bottom: 0;
}

.blog .post {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}

.sharethis-inline-share-buttons {
	margin-bottom: 30px !important;
	margin-top: 20px !important;
}

/**----------------------------------------
 Tables
----------------------------------------**/

table, th, td {
	border: 1px solid #333;
}

th, thead {
	font-size: 26px;
	font-weight: 700;
	background-color: #f1f2f2;
}

td {
	padding: 10px;
	/*text-align: center;*/
	margin-bottom: 0;
}

/* </editor-fold> */

/**----------------------------------------
 Buttons
----------------------------------------**/

/* <editor-fold desc="Buttons"> */

.btn.btn-default,
.btn.btn-primary,
.gform_button {
	border: 0;
	box-shadow: none;
	text-shadow: none;
	padding: 10px 15px;
	text-transform: uppercase;
	border-radius: 0;
	font-weight: 600;
	font-size: 20px;
}

.btn.btn-default:hover,
.btn.btn-primary:hover,
.gform_button:hover {
	/*background: #d1dbab;*/
	/*color: #fff;*/
}

.btn.btn-default.btn-lg,
.btn.btn-primary.btn-lg {
	/*font-size: 22px;*/
	/*padding: 10px 30px;*/
}

/* </editor-fold> */

/**----------------------------------------
 Forms
----------------------------------------**/

/* <editor-fold desc="Forms"> */

.gform_wrapper form {
	padding: 20px;
	background: #f3f3f3;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=password],
.gform_wrapper textarea {
	border: 1px solid #ccc;
}

.ginput_container_radio,
.ginput_container_checkbox {
	padding-left: 20px;
}

.gfield_radio label,
.gfield_checkbox label {
	font-weight: normal;
}

@media (max-width: 380px) {
	.g-recaptcha {
		transform: scale(0.79);
		-webkit-transform: scale(0.79);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}

/* </editor-fold> */

/**----------------------------------------
 Team
----------------------------------------**/

/* <editor-fold desc="Team Module"> */

.team-member-list-2-col .team-member:nth-child(6n) {
	clear: right;
}

.team-member-list-2-col .team-member:nth-child(6n+1) {
	clear: left;
}

.team-member-list-3-col .team-member:nth-child(4n) {
	clear: right;
}

.team-member-list-3-col .team-member:nth-child(4n+1) {
	clear: left;
}

.team-member-list-4-col .team-member:nth-child(3n) {
	clear: right;
}

.team-member-list-4-col .team-member:nth-child(3n+1) {
	clear: left;
}

.team-member-list-6-col .team-member:nth-child(2n) {
	clear: right;
}

.team-member-list-6-col .team-member:nth-child(2n+1) {
	clear: left;
}

body.page h2.team-member-name {
	margin-bottom: 5px;
	line-height: 1.2;
}

body.page h3.position {
}

body.single-teammembers .team-contacts {
	margin-bottom: 30px;
}

body.single-teammembers .team-contact {
	display: block;
	padding: 5px 0;
	border-top: 1px dotted #ccc;
}

body.single-teammembers .team-contact:last-of-type {
	border-bottom: 1px solid #ccc;
}

body.single-teammembers .content h1 {
	line-height: 1;
	margin-top: -11px;
	margin-bottom: 5px;
}

body.single-teammembers .content h2.team-member-position {
	margin-bottom: 20px;
	font-size: 30px;
}

body.single-teammembers .team-socials {
	clear: both;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

body.single-teammembers .team-socials ul {
	margin-bottom: 0 !important;
}

/* </editor-fold> */

/**----------------------------------------
 Blog
----------------------------------------**/

/* <editor-fold desc="Blog"> */

.meta {
	margin-bottom: 20px;
}

.post-content,
.meta-inner {
	padding: 0;
}

.meta-inner .meta-item {
	box-shadow: none;
	background: none;
	padding: 0;
	color: #444;
	font-size: 18px;
}

.meta-inner .meta-item .fa {
	margin-right: 10px;
	color: #888;
}

@media (max-width: 767px) {
	.gprep-post .gprep-post-icon {
		display: none;
	}

	.gprep-post {
		text-align: center;
	}

	.gprep-post .gprep-post-content {
		font-size: 18px;
		padding: 30px 30px 0 30px;
	}

	.gprep-post .post-link {
		text-align: center;
		margin-top: 20px;
	}
}

/* </editor-fold> */

/**----------------------------------------
 FAQ
----------------------------------------**/

/* <editor-fold desc="FAQ"> */

.mt-accordion .ui-accordion-header {
	display: block;
	min-height: auto;
	line-height: 1;
	margin: -1px 0 0;
	padding: 16px 10px 16px 40px;
	cursor: pointer;
	outline: none;
	position: relative;

}

.mt-accordion span.ui-icon {
	top: 12px;
	left: 21px;
}

body.page .content .mt-accordion h3 {
	margin-bottom: 0;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.mt-accordion .ui-accordion-content {
	padding-left: 50px;
}

.mt-accordion-item {
	margin-bottom: 10px;
}

/* </editor-fold> */

/**----------------------------------------
 Portfolio
----------------------------------------**/

/* <editor-fold desc="Portfolio"> */

.portfolio-row.grid {
	margin-bottom: 30px;
}

ul.portfolio-filters {
	padding-left: 0 !important;
	text-align: center;
}

.portfolio-filters li {
	float: none;
}

.portfolio-navigation div a {
	background: #4c6048;
	font-size: 18px;
	margin-top: 1px;
}

.portfolio-filters a {
	font-size: 20px;
	font-weight: 400;
}

.portfolio-gallery {
	margin-top: 30px;
}

.portfolio-info {
	margin-top: 30px;
}

.single-portfolio .content {
	padding-top: 15px;
}

.portfolio-row.grid .portfolio-item-wrapper .portfolio-item-top, .gallery-row.grid .mt-gallery-item a {
}

.portfolio-picture img {
	width: 100%;
	height: auto;
}

.content .portfolio-blog-post {
	background: #f3f3f3;
	padding: 20px;
	margin-bottom: 20px;
}

.content .portfolio-blog-post p {
	font-size: 14px;
}

.content .portfolio-blog-post p:last-of-type {
	margin-bottom: 0;
}

.content .portfolio-blog-post h4 {
	font-size: 22px;
	margin-bottom: 5px;
}

.content .portfolio-blog-post h4 a {
	font-weight: 500;
}

.content .portfolio-blog-post a.btn.btn-default {
	font-size: 14px !important;
	margin-top: 0;
}

.content .portfolio-blog-post .meta-item {
	font-size: 12px;
	font-weight: 400;
}

.portfolio-item {
	/*border-radius:50%;*/
	overflow: hidden;
}

.overlay-wrapper {
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
	overflow: hidden;
	transition: all 0.5s;
}

.overlay-wrapper:hover {
	background: rgba(0, 0, 0, 0);
	transition: all 0.5s;
}

.portfolio-row .project-overlay:hover img {
	transform: scale(1.03);
	-webkit-backface-visibility: hidden;
}

.image-overlay .overlay-content h5 {
	transition: all 0.5s;
	display: block;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 15px;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 16px;
	overflow: hidden;
}

.overlay-wrapper:hover .overlay-content h5 {
	transition: all 0.5s;
	background: rgba(0, 0, 0, 1);
}

.portfolio-filters a {
	text-transform: none;
	box-shadow: none;
	text-shadow: none;
	padding: 7px 15px;
	font-size: 16px;
	font-weight: bold;
}

.portfolio-single-details .title-col h2 {
	margin-bottom: 5px;
}

.portfolio-single-details .pdf-col {
	text-align: right;
}

/* </editor-fold> */

/**----------------------------------------
 Ticker
----------------------------------------**/

/* <editor-fold desc="Ticker"> */
.n10-news-ticker {
	padding: 20px 0;
	background: #efd489;
	text-align: right;
	float: left;
	width: 100%;
	clear: both;
	position: relative;
}

.n10-news-ticker,
.n10-news-ticker a,
.n10-news-ticker a.btn,
.n10-news-ticker a:not(.btn) {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #000 !important;
}

.n10-news-ticker a.btn {
	border-color: #000 !important;
	background: #092f87 !important;
	padding: 5px 10px !important;
	color: #fff !important;
}

.n10-news-ticker-label {
	position: absolute;
	top: 11px;
	left: 10px;
	width: 10%;
	height: 45px;
	float: left;
	background: transparent url("https://gprep.nine10hosting.com/wp-content/uploads/2018/08/gprep-grande-prairie-news-ticker-logo.png") no-repeat left center;
	background-size: contain;
}

.n10-news-ticker-content {
	width: 85%;
	float: right;
	overflow: hidden;
}

@media (max-width: 767px) {
	.n10-news-ticker-label {
		display: none;
	}

	.n10-news-ticker-content {
		width: 100%;
		float: none;
		overflow: hidden;
	}
}

/* </editor-fold> */

/**----------------------------------------
 Footer
----------------------------------------**/

/* <editor-fold desc="Footer"> */

.footer-main {
	line-height: 1.4;
}

.footer-main input#s {
	background: #fff;
	color: #666;
}

.footer-main h2,
.footer-main h3,
.footer-main h4,
.footer-main h5,
.footer-main h6 {
	line-height: 1.2;

}

.footer-main h2 {
}

.footer-main h3 {
}

.footer-main h4 {
}

.footer-main h5 {
}

.footer-main h6 {
}

.footer-bottom {
}

.footer-bottom a {
}

@media (max-width: 767px) {
	.footer-main {
		text-align: center;
	}
}

ul.footer-menu {
	display: block;
	width: 100%;
	padding: 0;
	margin: 10px 0 0;
	text-align: center;
}

ul.footer-menu > li {
	display: inline-block;
	position: relative;
}

ul.footer-menu > li > a {
	display: inline-block;
	margin: 20px 0 0;
	padding: 0 5px;
	color: #000;
	font-family: "Ubuntu", sans-serif;
	font-size: 22px;
}

ul.footer-menu > li.current-menu-item > a,
ul.footer-menu > li.current-menu-ancestor > a,
ul.footer-menu > li > a.hovered,
ul.footer-menu > li > a:hover {
	text-decoration: underline;
}

.footer-jumbotron {
	background: #fff;
	border-radius: 0 !important;
	box-shadow: none;
	padding-left: 30px !important;
	padding-right: 30px !important;
	padding-bottom: 20px !important;
	margin-bottom: 15px;
}

.footer-main .footer-jumbotron h3 {
	color: #000;
}

.footer-bottom a {
	color: #fff;
}

.footer-bottom a:hover {
	color: #d62205;
}

.footer-jumbotron .latest-posts li h4 {
	font-size: 15px;
	line-height: 1.2em;
}

.footer-jumbotron .latest-posts li .post-date {
	font-size: 11px;
	line-height: 1.2em;
	color: #888;
}

/* </editor-fold> */
