/**

------------------
FONTS
------------------

font-family: "filson-soft", sans-serif;

Filson Soft Regular:
    menu, drop down menu, body text, French link, footer text, H2-H6, breadcrumbs

Filson Soft Bold:
    top contact bar, menu links (hover + current page), Banner headings, H1, buttons, page title

------------------
COLOURS
------------------

Blue:   		#638DC9
Pink:   		#F9A2C7
Purple: 		#565073
Light Shade: 	#F5F5F7
Teal:   		#1E9796
Yellow: 		#FCB323

*/

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

body {
	padding-top: 30px;
	padding-bottom: 50px;
	background: #dfdde6 url("/wp-content/uploads/2017/01/texture-bg.jpg") repeat;
}

.outer-wrapper {
	/*box-shadow: none !important;*/
}

body .content h1 a,
body .content h2 a,
body .content h3 a,
body .content h4 a,
body .content h5 a,
body .content h6 a,
body .content p a,
body .content li a {
	color: #1e9796;
}

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

/* <editor-fold> */

.top-header {
	background: #f5f5f7;
	padding: 0;
	margin: 0;
	text-align: right;
	color: #000;
	position: relative;
}

.top-header .header-contact {
	color: #565073;
	display: inline-block;
	font-family: "filson-soft", sans-serif;
	font-size: 24px;
	font-weight: bold;
	clear: none;
	vertical-align: middle;
}

.top-header .header-contact a:not(.btn) {
	color: #565073;
}

.top-header .header-contact .header-content {
	padding-top: 12px;
	display: inline-block;
}

.top-header .header-socials {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	float: none;
	margin-left: 20px;
}

.top-header .socials ul {
	display: inline-block;
	clear: none;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

.top-header .socials ul li {
	border: none;
}

.top-header .socials ul li a {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 21px;
	border: none;
}

.top-header .header-buttons {
	margin-left: 20px;
	display: inline-block;
	float: right;
}

.top-header .header-buttons .btn.btn-primary.btn-top-header {
	background: #fcb323;
	color: #fff;
	margin: 0;
	padding: 15px 15px;
	font-size: 22px;
}

/**
Language Selector
*/
#lang_sel_click {
	height: auto;
	position: absolute;
	z-index: 99;
	font-family: "filson-soft", sans-serif;
	top: 10px;
	left: 10px;
	text-align: left;
}

#lang_sel_click a {
	border: 0;
	background: none;
}

#lang_sel_click a:hover,
#lang_sel_click ul ul a:hover,
#lang_sel_click :hover > a,
#lang_sel_click ul ul :hover > a {
	/*background: url(../../plugins/sitepress-multilingual-cms/res/img/nav-arrow-down.png) #fff right no-repeat;*/
}

#lang_sel_click ul ul a:hover,
#lang_sel_click ul ul :hover > a {
	background: #f5f5f7;
}

@media (max-width: 991px) {
	.top-header {
		padding: 10px;
		text-align: right;
		padding-right: 10px;
	}

	.top-header .btn {
		background: #565073 !important;
		color: #fff !important;
	}

	#lang_sel_click {
		top: auto;
	}
}

@media (max-width: 380px) {
	.top-header {
		text-align: center;
	}

	.mobile-buttons {
		float: none;
		clear: both;
		display: block;
		margin-top: 10px;
	}

	#lang_sel_click {
		float: none;
		clear: both;
		display: block;
		top: auto;
		left: auto;
		position: relative;
		margin: auto;
	}

	#lang_sel_click li {
		width: 100%;
	}

	#lang_sel_click ul ul {
		width: 100%;
	}

	body {
		padding: 0;
	}
}

/* </editor-fold> */

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

/* <editor-fold> */

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

.main-header:lang(fr) {
	padding: 30px 0 50px 0;
}

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

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

.search-box {
	float: right;
	width: 30%;
}

.search-box .form-control {
	clear: none;
	display: inline-block;
	width: 60%;
	vertical-align: middle;
}

.search-box .btn {
	width: 38%;
	padding: 11px 15px !important;
	vertical-align: middle;
}

@media (max-width: 1199px) {
	.search-box {
		position: absolute;
		top: 53px;
		right: 13px;
	}
}

@media (max-width: 991px) {
	.search-box {
		width: 40%;
	}

	.search-box .btn {
		padding: 11px !important;
	}

	.top-header .header-contact a.btn.btn-primary {
		font-size: 14px;
		padding: 5px 8px;
	}
}

@media (max-width: 610px) {
	.search-box {
		clear: both;
		position: relative;
		top: auto;
		right: auto;
		float: none;
		width: 100%;
		padding-top: 20px;
	}

	.search-box .btn {
		padding: 11px !important;
	}

}

/* </editor-fold> */

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

/* <editor-fold> */

.nav {
}

.main-nav {
	bottom: 8px;
}

.main-nav:lang(fr) {
	bottom: -40px;
}

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

.main-nav > li > a {
	display: inline-block;
	margin: 0;
	padding: 10px 15px;
	font-size: 16px;
	font-family: "filson-soft", sans-serif;
	color: #565073;
}

.main-nav > li > a.hovered,
.main-nav > li > a:hover {
	background: #565073;
	color: #fff;
}

.main-nav > li.current-menu-ancestor > a,
.main-nav > li.current-menu-item > a {
	font-weight: bold;
}

.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: #fff;
	border: 1px solid #ccc;
}

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

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

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

.main-nav > li > ul.sub-menu > li > a {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	min-width: 140px;
	text-align: left;
	padding: 10px 20px;
	font-size: 20px;
	min-height: 20px;
	line-height: 20px;
	white-space: nowrap;
	font-family: "filson-soft", sans-serif;
}

.main-nav > li > ul.sub-menu > li.current-menu-item > a {
	font-weight: bold;
}

.main-nav > li > ul.sub-menu > li > a:hover {
	background: #565073;
	color: #fff;
}

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

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

.mobile-nav li a {
	display: block;
	width: 100%;
	clear: both;
	padding: 10px 15px;
	font-family: "filson-soft", sans-serif;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

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

.mobile-nav li ul > li > a {
	font-size: 14px;
	font-weight: normal;
	font-family: "filson-soft", sans-serif;
}

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

/* </editor-fold> */

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

/* <editor-fold> */

@media (max-width: 1200px) {
	.logo {
		width: 50%;
		float: left;
		margin: 0;
	}

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

	.nav {
		margin-bottom: 0;
	}

	.main-nav {
		display: none;
	}

	.mobile-nav-trigger {
		display: block;
		float: right;
	}
}

/* </editor-fold> */

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

/* <editor-fold> */

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

.flex-caption {
	position: absolute;
	top: 10%;
	bottom: 10%;
	right: 55%;
	left: 5%;
	background: #1e9796;
	/*rgba(0, 0, 0, 0.5);*/
	padding: 30px;
	font-family: "filson-soft", sans-serif;
}

.flex-caption-wrap {
}

.flex-caption-title {
	padding: 0;
	background: none;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: bold;
	text-shadow: none;
	font-size: 2em;
	display: block;

	clear: both;
	color: #fff;
	font-family: "filson-soft", sans-serif;
}

.flex-caption-title:lang(fr) {
	font-size: 2em;
}

.flex-caption-description {
	padding: 0;
	background: none;
	line-height: 1.4;
	margin-bottom: 20px;
	font-size: 1.2em;
	display: block;
	clear: both;
	color: #fff;
	font-family: "filson-soft", sans-serif;
}

.flex-caption-link a.btn.btn-default {
	font-size: 23px !important;
	padding: 15px 30px !important;
	font-family: "filson-soft", sans-serif;
}

/* </editor-fold> */

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

/* <editor-fold> */

@media (max-width: 768px) {
	.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: 1000px) {

	.flex-caption {
		display: none;
	}
}

/* </editor-fold> */

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

/* <editor-fold> */

.page-title {
	background: #f5f5f7;
	margin-bottom: 0;
	border: 0;
	padding: 15px 0;
}

.page-title h1 {
	padding: 0;
	margin: 0;
	background: transparent;
	text-transform: uppercase;
	font-family: "filson-soft", sans-serif;
}

.breadcrumbs {
	font-family: "filson-soft", sans-serif;
	background: transparent;
	color: #000;
	padding: 0;
}

/* </editor-fold> */

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

/* <editor-fold> */

body .content,
body .content p {
	line-height: 1.4;
	font-size: 18px;
	font-family: "filson-soft", sans-serif;
}

p {
	margin-bottom: 25px;
}

body.single .content h1,
body.page .content h1 {
	font-family: "filson-soft", sans-serif;
	color: #638dc9;
	font-size: 40px;
	margin-bottom: 40px;
	line-height: 1.2;
	font-weight: bold;

}

body.single .content h2, body.single .content h3, body.single .content h4,
body.page .content h2, body.page .content h3, body.page .content h4 {
	font-family: "filson-soft", sans-serif;
	color: #638dc9;
	line-height: 1.2;
	font-weight: normal;
}

body.page .content h2 {
	font-size: 32px;
	margin-bottom: 20px;
	margin-top: 20px;
}

body.page .content h2:first-child {
	margin-top: 0;
}

body.page .content h3 {
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 20px;
}

body.page .content h4 {
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 20px;
}

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

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

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;
}

body.page .content h4.team-member-name {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1.3em;
}

body.page .content h5.position {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 0;
	font-weight: normal;
}

body.single-teammembers .content h2.team-member-name {
	margin-bottom: 0;
	line-height: 1.2;
}

body.single-teammembers .content h3.team-member-position {
	margin-bottom: 20px;
	font-style: italic;
	color: #aaa;
}

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

body.single-teammembers .team-contact {
	display: block;
	margin-bottom: 5px;
}

div.alert a {
	color: #fff !important;
	text-decoration: underline !important;
}

.green-footer-section {
	padding: 0 !important;
}

.green-footer-section .left-side {
	padding: 30px 45px;
	margin-left: 0;
}

.green-footer-section .right-side {
	margin: 0;
	padding: 0;
	text-align: right;
}

.green-footer-section .right-side p {
	margin: 0;
	padding: 0;
}

.green-footer-section .right-side img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
	text-align: right;
}

.green-footer-section,
body.page .content .green-footer-section h1,
body.page .content .green-footer-section h2,
body.page .content .green-footer-section h3,
body.page .content .green-footer-section h4,
body.page .content .green-footer-section h5,
body.page .content .green-footer-section h6 {
	color: #fff;
	margin-top: 0;
}

.content ul.letter-items {
	padding-left: 0;
}

.content ul.letter-items li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.letter-heading {
	background: #565073;
	color: #fff;
	padding: 3px 0;
	font-size: 22px;
	font-family: "filson-soft", sans-serif;
}

.memorials-indexes button {
	font-family: "filson-soft", sans-serif;
}

@media (max-width: 480px) {
	body.page .content h1,
	body.single .content h1 {
		font-size: 30px;
	}

	body.page .content h2,
	body.single .content h2 {
		font-size: 24px;
	}

	body.page .content h3,
	body.single .content h3 {
		font-size: 20px;
	}
}

/* </editor-fold> */

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

/* <editor-fold> */

.btn.btn-default,
.btn.btn-primary,
.gform_button {
	border: 0;
	text-transform: none;
	box-shadow: none;
	text-shadow: none;
	padding: 12px 15px;
	font-family: "filson-soft", sans-serif;
	font-weight: bold;
	/*color: #fff;*/
	/*background: #becb8b;*/
	font-size: 18px;
	border-radius: 0;
}

.btn.btn-default:lang(fr),
.btn.btn-primary:lang(fr),
.gform_button:lang(fr) {
	font-size: 15px;
}

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

.btn.btn-default.btn-lg:lang(fr),
.btn.btn-primary.btn-lg:lang(fr) {
	font-size: 17px;
	padding: 10px 30px;
}

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

@media (max-width: 480px) {
	.btn.btn-default.btn-lg, .btn.btn-primary.btn-lg {
		font-size: 16px !important;
	}
}

/* </editor-fold> */

/**----------------------------------------
 Jumbotrons
----------------------------------------**/

.container .jumbotron {
	background: #565073;
	color: #fff;
	padding: 25px;
}

body.page .content .container .jumbotron h2,
body.page .content .container .jumbotron h3,
body.page .content .container .jumbotron h4 {
	color: #fff;
}

.container .jumbotron a {
	color: #eee;
	text-decoration: underline;
}

.container .jumbotron a.btn.btn-default,
.container .jumbotron a.btn.btn-primary {
	background: #eee;
	color: #565073;

	text-decoration: none;
}

.container .jumbotron a.btn.btn-default:hover,
.container .jumbotron a.btn.btn-primary:hover {
	background: #fff;
}

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

/* <editor-fold> */

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

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

/* </editor-fold> */

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

/* <editor-fold> */

body .content h1,
body .content h2,
body .content h3,
body .content h4,
body .content h5,
body .content h6,
body .content p {
	font-family: "filson-soft", sans-serif;
}

body .content h1,
body .content h2,
body .content h3,
body .content h4,
body .content h5,
body .content h6 {
	color: #638dc9;
}

.post-content {
	padding-left: 0 !important;
	font-family: "filson-soft", sans-serif;
	font-weight: normal;
	font-size: 16px;
}

.meta {
	margin-bottom: 20px;
}

.meta-inner {
	padding: 0;
}

.meta-date {
	font-weight: normal;
}

.meta-inner .meta-item {
	box-shadow: none;
	background: none;
	padding: 0;
	color: #888;
	font-size: 16px;
	font-family: "filson-soft", sans-serif;

}

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

body.blog .content .post {
	margin-bottom: 80px;
}

body.blog .content .post:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.meta-tags {
	font-family: "filson-soft", sans-serif;
}

.meta-tags i {
	margin-right: 5px;
}

body.single .post h2 {
	font-size: 34px;
	margin-bottom: 10px;
}

body.single .post .meta {
	margin-bottom: 30px;
	font-size: 14px;
}

/* </editor-fold> */

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

/* <editor-fold> */

.team-listing-grid .team-member:nth-child(3n+1) {
	clear: left;
}

/* </editor-fold> */

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

/* <editor-fold> */

.footer-main {
	font-size: 18px;
	line-height: 1.4;
	color: #565073;
	font-family: "filson-soft", sans-serif;
}

.footer-main h2,
.footer-main h3,
.footer-main h4,
.footer-main h5,
.footer-main h6 {
	line-height: 1.2;
	font-family: "filson-soft", sans-serif;
	color: #565073;
	font-weight: normal;
}

.footer-main h2 {
	font-size: 40px;
}

.footer-main h3 {
	font-size: 26px;
}

.footer-main h4 {
	font-size: 18px;
}

.footer-main .footer-logo {
	margin-top: -15px;
	margin-bottom: 30px;
}

.footer-main .btn.btn-yellow {
	background: #fcb323;
}

.footer-main .gform_wrapper form {
	padding: 0 !important;
	background: transparent !important;
}

body .footer-main .gform_wrapper ul li.gfield {
	margin-top: 0;
}

.footer-main .gform_wrapper br {
	display: none;
}

.footer-main .gform_wrapper p {
	margin: 0 !important;
}

.footer-main .socials ul {
	display: inline-block;
}

.footer-main .socials ul i.fa {
	color: #565073;
}

.footer-main .gform_wrapper .gform_footer {
	padding-top: 0;
}

.footer-bottom {
	text-align: center;
	padding: 20px 0;
	background: #565073;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-family: "filson-soft", sans-serif;
}

.footer-bottom a {
	font-weight: normal;
	color: #fff;
	font-family: "filson-soft", sans-serif;
}

/* </editor-fold> */


.lang-fr:lang(en) {
	display: none !important;
}

.lang-en:lang(fr) {
	display: none !important;
}


@media (max-width: 767px) {
	.wpml-ls-legacy-dropdown-click {
		width: auto !important;
	}
}