/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

@import url('https://fonts.googleapis.com/css?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css?family=Mr+De+Haviland&display=swap');
@import url('https://fonts.googleapis.com/css?family=Meddon&display=swap');

/* Variables and universal styles */

/* Doughnut border radius: 63% 37% 63% 37% / 59% 43% 57% 41% */
/* Doughnut - more sideways : border-radius: 40.752% 55.639% 41.053% 55.639% / 48.269% 49.038% 47.115% 51.538% */

body {
	max-width: 2000px;
    margin: auto;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
}

p, a, h1, h2, h3, h4 {
	word-break: break-word;
}

.kd-bg--white {
	background-color: #ffffff;
}

.white-text {
	color: #ffffff !important;
}

.dark-text {
	color: #282828 !important;
}

.dark-grey-text {
	color: #4d4d4d !important;
}

.slate-grey-text {
	color: #6b6b6b !important;
}

.dark-grey-article-text {
	color: #414141 !important;
}

.light-red-text {
	color: #f38594 !important;
}

.dark-blue-text {
	color: #2c2f76 !important;
}

.red-orange-text {
	color: #f04e23 !important;
}

.pink-purple-text {
	color: #d74599 !important;
}

.lilac-text {
	color: #717ebd !important;
}

.orange-yellow-text {
	color: #e5a812 !important;
}

.light-yellow-text {
	color: #f5ee31 !important;
}

.mint-green-text {
	color: #7ccaaa !important;
}

.bright-blue-text {
	color: #8dd8f8 !important;
}

.light-grey-text {
	color: #9c9c9c !important;
}

.centered-text {
	text-align: center;
}

.thick-header {
	font-weight: 700 !important;
}

.heavy-text {
	font-weight: 500 !important;
}

.normal-text {
	font-weight: 400 !important;
}

.sub-header {
	font-size: 18px !important;
}

.margin-top-text {
	margin-top: 15px !important;
}

.no-margin {
	margin: 0 !important;
}

@media only screen and (max-width: 800px) {
	.center-mobile {
		text-align: center;
	}

	.mobile-no-padding {
		padding: 0 !important;
	}
}

.rainbow-border-top {
	border-top-width: 5px;
	border-top-style: solid;
	border-image: url('/wp-content/uploads/2019/06/rainbow.jpg') 5;
}

.rainbow-border-bottom {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-image: url('/wp-content/uploads/2019/06/rainbow.jpg') 5;
}

/* Bare button */

.fusion-button.bare-button {
	border: none;
	background: none;
	padding-left: 0 !important;
}

a.fusion-button.bare-button span.fusion-button-text {
	color: #717ebd;
}

.fusion-button.bare-button .fa-arrow-right {
	color: #717ebd;
}

.bare-button:hover, .bare-button:focus, .bare-button:active {
	background: none !important;
	border: none !important;
}

/* Button icon */

.button-icon i.fas, .button-icon i.fab {
	height: 25px;
	width: 25px;
	background-color: #ffffff;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.button-icon i.fas:before, .button-icon i.fab:before {
	font-size: 18px;
	color: #000000;
	padding-left: 2px;
}

/* Search Bars */

form.searchform div.fusion-search-form-content div.fusion-search-field input.s {
	border-radius: 50px 0 0 50px;
	border: 1px solid #ececec;
	border-right: none;
	height: 45px;
	font-size: 17px;
}

form.searchform div.fusion-search-form-content div.fusion-search-button input.searchsubmit {
	border-radius: 0 50px 50px 0;
	border: 1px solid #ececec;
	border-left: none;
	height: 45px;
	background-color: #ffffff;
	color: #000000;
	font-size: 14px;
}

/* Header - Top Nav */

header.fusion-header-wrapper {
	background-color: #ffffff;
}

.fusion-secondary-header {
	width: calc(100% - 408px);
	max-width: 722px;
	height: 77px;
	position: absolute;
	right: 0;
	top: 15px;
	z-index: 1;
	padding-left: 0 !important;
	border: none;
}

.fusion-secondary-header .fusion-row {
	height: 100%;
}

.fusion-secondary-header .fusion-contact-info {
	width: 100%;
}

.fusion-secondary-header .fusion-contact-info .top-nav {
	display: flex;
	justify-content: space-between;
}

.custom-mobile-logo {
	display: none;
}

.fusion-secondary-header .fusion-contact-info .top-nav .top-nav-search {
	width: calc(100% - 220px);
}

.fusion-secondary-header .fusion-contact-info .top-nav .top-nav-button .fusion-button .fusion-button-text {
	color: #ffffff;
}

.fusion-secondary-header .fusion-contact-info .top-nav .top-nav-button .fusion-button i {
	color: #ffffff;
}

/* Header - Main Menu */

header.fusion-header-wrapper .fusion-header {
	border: none;
}

header.fusion-header-wrapper .fusion-secondary-main-menu nav.fusion-main-menu {
	border-top: 1px solid #ececec;
}

#menu-main-menu {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

#menu-main-menu .menu-item {
	padding: 0;
}

#menu-main-menu .menu-item .menu-text {
	text-transform: uppercase;
}

#menu-main-menu .fusion-bar-highlight {
	text-transform: uppercase;
}

.fusion-is-sticky .fusion-sticky-menu-only:not(.fusion-header-v6) .fusion-secondary-main-menu {
	max-width: 2000px;
}

/* Header - Media Queries */

@media only screen and (min-width: 1161px) {
	.fusion-secondary-header {
		margin-right: calc((100% - 1160px) / 2);
	}
}

@media only screen and (max-width: 1000px) {
	#menu-main-menu .menu-item .menu-text {
		font-size: calc(1.3vw + 2px);
	}
}

@media only screen and (max-width: 800px) {
	.fusion-header-wrapper .fusion-header-v5 {
		height: 127px;
		position: relative;
	}

	.fusion-header > .fusion-row > .fusion-logo .fusion-logo-link {
		position: absolute;
		bottom: calc(117px - 15px - 57px);
		left: 30px;
		padding: 30px;
	}

	.fusion-header > .fusion-row > .fusion-logo .fusion-logo-link img {
		width: auto;
		height: 57px !important;
	}

	.fusion-secondary-header {
		position: static;
	}

	.top-nav {
		position: static;
	}

	.top-nav a.fusion-logo-link {
		position: absolute;
		top: 15px;
		left: 30px;
	}

	.top-nav a.fusion-logo-link img {
		height: calc(127px - 30px);
		height: calc(127px - 30px) !important;
		max-height: none !important;
		width: auto;
		z-index: 11;
	}

	.top-nav-search {
		position: absolute;
		bottom: 15px;
		width: calc(100vw - 110px) !important;
		left: 30px;
	}

	.top-nav-button .fusion-button {
		position: absolute;
		right: 30px;
		top: 15px;
	}

	.fusion-sticky-header-wrapper {
		position: relative;
		bottom: -40px;
	}

	.fusion-sticky-header-wrapper .fusion-header {
		padding: 0 !important;
	}

	.fusion-sticky-header-wrapper .fusion-header .fusion-row {
		position: static;
	}

	.fusion-mobile-menu-icons .fusion-icon {
		
		right: 30px;
		top: -30px;
	}

	.fusion-mobile-menu-icons .fusion-icon:before {
		color: #000000;
	}
}

@media only screen and (max-width: 600px) {
	.top-nav .top-nav-button .fusion-button {
		padding: calc(0.5vw + 10px) calc(1.1vw + 21px);
	}

	.top-nav .top-nav-button .fusion-button-text {
		font-size: calc(1vw + 8px);
	}
}

@media only screen and (max-width: 500px) {
	.fusion-sticky-header-wrapper .fusion-header .fusion-logo {
		display: none;
	}

	.top-nav .fusion-logo-link {
		display: block;
	}

	.top-nav .top-nav-search {
		width: calc(100vw - 210px) !important;
		left: 120px;
	}
}

/* Footer Styles */

div.fusion-footer {
	position: relative;
}

.fusion-footer footer.fusion-footer-widget-area {
	border-top-width: 5px;
	border-top-style: solid;
	border-image: url('/wp-content/uploads/2019/06/rainbow.jpg') 5;
}

div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column {
	padding: 0;
	width: auto;
}

div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column .widget-title {
	margin: 0 0 14px;
}

div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column .fusion-footer-widget-column {
	margin-bottom: 28px;
}

div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column .menu-item a {
	padding-left: 0 !important;
}

div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-clearfix {
	display: none;
}

div.fusion-footer .fusion-footer-widget-area .link-text {
	font-weight: 400;
}

div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column .fusion-social-networks-wrapper .fusion-social-network-icon {
	font-size: 25px !important;
}

div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column .fusion-social-networks-wrapper .fusion-icon-facebook {
	color: #717ebd !important;
}

div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column .fusion-social-networks-wrapper .fusion-icon-twitter {
	color: #8dd8f8 !important;
}

div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column .fusion-social-networks-wrapper .fusion-icon-instagram {
	color: #d74599 !important;
}

div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column .footer-contact {
	display: flex;
	flex-direction: column;
}

div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column .footer-contact .footer-contact-info {
	font-weight: 400;
	font-size: 14px;
}

/* Footer - Copyright */

footer#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

footer#footer > .fusion-row {
	border-top: 1px solid #cecece;
}

footer#footer .fusion-copyright-content .fusion-copyright-notice div p {
	font-weight: 400;
}

/* Footer - Media queries */

@media only screen and (min-width: 1000px) {
	div.fusion-footer .fusion-footer-widget-area .fusion-columns {
		display: flex !important;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		width: 100%;
	}
}


@media only screen and (max-width: 1160px) {
	div.fusion-footer .fusion-footer-widget-area .fusion-columns {
		padding: 0 0 0 10px;
	}

	div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column {
		padding: 0 5px;
		flex: 1;
	}

	div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column:nth-child(4) {
		flex: 0.6;
	}
}

@media only screen and (max-width: 999px) and (min-width: 801px) {
	div.fusion-footer .fusion-footer-widget-area .fusion-columns {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-around;
		flex-wrap: wrap;
		width: 100%;
	}

	div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column {
		width: 33%;
		min-width: 33%;
		display: flex;
		flex-direction: column;
	}

	div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column:nth-child(4) {
		flex: 1;
	}

	div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column:nth-child(5) {
		flex-direction: row;
		justify-content: flex-start;
		width: 67%;
		flex: 3;
	}

	div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column:nth-child(5) section {
		width: 50%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 800px) {
	div.fusion-footer .fusion-footer-widget-area .fusion-columns {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
		width: 100%;
	}

	div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column {
		margin: 0;
		min-width: 240px;
		max-width: 240px;
	}

	div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column:nth-child(odd) {
		margin-right: 15vw;
	}

	div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column:nth-child(even) {
		min-width: 165px;
		max-width: 165px;
	}

	div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column:nth-child(5) {
		min-width: 60%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
		flex: 3;
		margin: 0;
	}

	div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column:nth-child(5) section {
		display: inline-block;
		width: 240px;
	}

	div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column:nth-child(5) section:first-child {
		margin-right: 15vw;
	}

	div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column:nth-child(5) section:nth-child(2) {
		min-width: 165px;
		max-width: 165px;
	}
}

@media only screen and (max-width: 575px) {
	div.fusion-footer .fusion-footer-widget-area .fusion-columns {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}

	div.fusion-footer .fusion-footer-widget-area .fusion-columns .fusion-column {
		margin: 0;
		max-width: 240px;
	}
}

/* Page title bar - Hero bar */

div#wrapper div.fusion-page-title-bar {
	padding: 0 !important;
	background-position: right 15% !important;
	position: relative;
	border: 0 solid rgba(0, 0, 0, 0);
	border-bottom-width: 5px;
	border-image: url('/wp-content/uploads/2019/06/rainbow.jpg') 5;
	z-index: 0;
	background-size: 55%;
	height: auto;
	display: flex;
    justify-content: start;
	align-items: center;
	min-height: 400px;
} 

.fusion-page-title-bar:before {
	content: ' ';
	background-image: url(/wp-content/uploads/2019/06/splash_dot_sidebar.png);
	height: 100%;
	width: 30px;
	position: absolute;
	left: 0;
	background-size: contain;
	background-size: auto 300px;
	overflow: hidden;
	z-index: 2;
}

.fusion-page-title-bar:after {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

div#wrapper div.fusion-page-title-bar .fusion-page-title-row {
	position: relative;
	z-index: 2;
	padding: 2em 0;
	width: 100%;
}

div#wrapper div.fusion-page-title-bar .fusion-page-title-wrapper {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	/* padding: 0 52% 0 12.5%; */
	max-width: 1160px;
	margin: auto;
	padding: 0 30px;
}
div#wrapper div.fusion-page-title-bar h1 {
	max-width: 20ch;
}

.fusion-page-title-row .fusion-page-title-wrapper .fusion-page-title-secondary {
	margin: 30px 0 0;
	text-align: left;
	max-width: 50ch;
}

/* Page Title Bar - Hero Section - Media Queries */

@media only screen and (min-width: 1200px) {
	.fusion-page-title-bar:after {
		/* background-image: linear-gradient(
			to right,
			#f4f4f4 calc(100vw - 800px),
			rgba(244, 244, 244, 0.8) calc(100vw - 750px),
			rgba(244, 244, 244, 0.5) calc(100vw - 675px),
			rgba(244, 244, 244, 0.2) calc(100vw - 575px),
			transparent calc(100vw - 500px)
		); */
		background-image: linear-gradient(
			to right,
			#f4f4f4 45%,
			transparent 50%
		) !important;
	}
}

@media only screen and (min-width: 801px) and (max-width: 1200px) {
	/* .fusion-page-title-bar:after {
		background-image: linear-gradient(
			to right,
			#f4f4f4 40%,
			rgba(244, 244, 244, 0.8) 45%,
			rgba(244, 244, 244, 0.5) 50%,
			rgba(244, 244, 244, 0.2) 55%,
			transparent 60%
		);
	} */
	div#wrapper div.fusion-page-title-bar {
		background-size: 75%;
	}
	body.page-id-99 #wrapper .fusion-page-title-bar {
		background-size: 60%;
	}
}

@media only screen and (max-width: 800px) {
	div#wrapper div.fusion-page-title-bar {
		background-position: center top !important;
		background-size: cover !important;
		min-height: auto;
	}

	div#wrapper div.fusion-page-title-bar .fusion-page-title-row {
		max-width: calc(100% - 60px);
	}

	div#wrapper div.fusion-page-title-bar .fusion-page-title-row .fusion-page-title-wrapper {
		padding: 0;
	}

	.fusion-page-title-row .fusion-page-title-wrapper .fusion-page-title-captions {
		max-width: 100%;
		text-align: center;
	}

	.fusion-page-title-row .fusion-page-title-wrapper .fusion-page-title-captions h1 {
		color: #f4f4f4;
	}

	.fusion-page-title-bar:after {
		background-image: unset !important;
		background-color: rgba(0, 0, 0, 0.3) !important;
	}

	.fusion-page-title-row .fusion-page-title-wrapper .fusion-page-title-captions h1 {
		color: #ffffff;
	}
}

/* 
	Home Page Specific Styles
*/

/* Home - Title Bar Splash -  */

.home-splash {
	overflow: hidden;
	border: 0 solid rgba(0, 0, 0, 0);
	border-bottom-width: 5px;
	border-image: url('/wp-content/uploads/2019/06/rainbow.jpg') 5;
}

.home-splash-doughnut {
	z-index: -1;
	position: relative;
	right: 1100px;
	margin-top: -15px;
	overflow: visible;
}

.home-splash-doughnut-mobile {
	display: none;
}

.home-splash .home-splash-caption {
	font-size: 18px;
}

/* Home - Title Bar Splash - Media Queries */

@media only screen and (min-width: 1024px) {
	.home-splash {
		background-size: 60% !important;
	}
	.home-splash:before {
		content: ' ';
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: linear-gradient(
			to right,
			#22245b 45%,
			transparent 50%
		) !important;
	}
}

@media only screen and (min-width: 1000px) and (max-width:1600px) {
	.home-splash {
		background-size: contain !important;
	}
}


@media only screen and (max-width: 1000px) and (min-width: 801px) {
	.home-splash .home-splash-header {
		font-size: calc(2.5vw + 20px);
	}

	.home-splash .home-splash-caption {
		font-size: calc(0.8vw + 10px);
	}
}

@media only screen and (max-width: 800px) {
	.home-splash {
		padding: 340px 0 0 0 !important;
		/* background-image: url("/wp-content/uploads/2021/03/frontpage-banner-1024x684.jpg") !important;  */
		background-position: center !important;
	}

	.home-splash > .fusion-row > .fusion-layout-column:first-child {
		margin-bottom: 30px !important;
		padding: 0 30px;
	}

	.home-splash .home-splash-header {
		font-size: 40px;
	}

	.home-splash .home-splash-caption {
		font-size: 18px;
	}

	.home-splash-doughnut {
		display: none;
	}

	.home-splash-doughnut-mobile {
		display: block;
		position: absolute;
		overflow: visible;
		right: -50px;
		top: -500px;
		width: 160vw;
		min-width: 990px;
		height: auto;
		z-index: -1;
	}

	.home-splash-doughnut-mobile .home-splash-doughnut-outer {
		transform: scale(0.92);
	}
}

@media only screen and (max-width: 600px) {
	.home-splash {
		padding: 220px 0 0 0 !important;
	}
	.home-splash-doughnut-mobile {
		min-width: unset;
		width: 950px;
		/* top: -475px; */
		right: -50px;
		right: calc(18vw - 159px);
	}

	.home-splash .home-splash-header {
		font-size: calc(3vw + 17px);
	}

	.home-splash .home-splash-caption {
		font-size: calc(1vw + 12px);
	}
}

/* Home - Card Styles */

.card > .fusion-column-wrapper > * {
	padding: 0 30px;
}

.card > .fusion-column-wrapper > div[class*='imageframe'] {
	padding: 0;
}

.card > .fusion-column-wrapper h3 {
	font-weight: 500;
	line-height: 1.1em;
	font-size: 22px;
}

.card > .fusion-column-wrapper .fusion-button {
	border: none;
	background: none;
	padding-left: 0;
}

.card > .fusion-column-wrapper .fusion-button .fusion-button-text {
	color: #717ebd;
}

.card > .fusion-column-wrapper .fusion-button .fa-arrow-right {
	color: #717ebd;
}

/* Home - Card Styles - Media Queries */

@media only screen and (max-width: 1000px) {
	.card-holder.home-cards {
		padding-bottom: 15px !important;
	}

	.card {
		width: calc(50% - 25px) !important;
		margin-bottom: 50px !important;
	}

	.card .imageframe-align-center {
		width: 100%;
	}

	.card .imageframe-align-center > .fusion-imageframe {
		width: 100%;
	}

	.card .imageframe-align-center .img-responsive {
		width: 100%;
	}
}

@media only screen and (min-width: 601px) and (max-width: 1000px) {
	.card-holder.home-cards .card:nth-child(even) {
		margin-right: 50px !important;
	}

	.card-holder.home-cards .card:nth-child(odd) {
		margin-right: 0 !important;
	}
}

@media only screen and (min-width: 601px) and (max-width: 800px) {
	div.card-holder.home-cards {
		padding-bottom: 40px !important;
	}

	div.card-holder > div.fusion-builder-row > div.card {
		width: calc(50% - 12.5px) !important;
		height: calc(635px - 6.5vw);
		margin-bottom: 25px !important;
	}

	.card-holder.home-cards .card:nth-child(even) {
		margin-right: 25px !important;
	}

	div.card-holder.home-cards > div.fusion-builder-row > div.card .fusion-column-wrapper {
		height: calc(635px - 6.5vw) !important;
	}
}

@media only screen and (min-width: 331px) and (max-width: 600px) {
	div.card-holder.home-cards {
		padding-bottom: 40px !important;
		padding-top: 50px !important;
	}

	div.card-holder > div.fusion-builder-row {
		display: flex;
		flex-direction: column;
	}

	div.card-holder.home-cards > div.fusion-builder-row > div.card {
		max-width: 100%;
		margin: 0 auto 25px !important;
	}
}

/* Home - Slider / Calendar */

.home-slider-calendar .fusion-slider-sc {
	margin-bottom: 0;
}

.home-slider-calendar .fusion-slider-sc .slides {
	overflow: hidden;
}

.home-slider-calendar .fusion-slider-sc .flex-control-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 15px 15px 0;
}

.home-slider-calendar .fusion-slider-sc .flex-control-nav a {
	background: #717ebd;
	border-radius: 40.752% 55.639% 41.053% 55.639% / 48.269% 49.038% 47.115% 51.538%;
	height: 10.4px;
	width: 13.3px;
}

.home-slider-calendar .fusion-slider-sc .flex-control-nav .flex-active {
	background: #f04e23;
}

.home-slider-calendar .home-calendar .fusion-column-content .fusion-text {
	margin-left: 60px;
	position: relative;
}

.home-slider-calendar .home-calendar .fusion-column-content .fusion-text:before {
	content: ' ';
	background-color: #ffd503;
	background-image: url(https://www.centreforsexuality.ca/wp-content/uploads/2019/06/calendar-today.png);
	display: inline-block;
	height: 50px;
	width: 60px;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: -75px;
	top: 0;
	border-radius: 40.752% 55.639% 41.053% 55.639% / 48.269% 49.038% 47.115% 51.538% ;
}

.home-calendar h3 {
	line-height: 1.1em !important;
	margin: 0;
	font-size: 21px !important;
}

.home-calendar p {
	font-size: 18px;
	color: #ffffff;

}

.home-calendar .fusion-text:last-child p {
	margin-bottom: 0;
}

/* Home Slider / Calendar - Media Queries */

@media only screen and (min-width: 1161px) {
	.home-slider-calendar .fusion-slider-sc .slides li {
		height: 405px;
		width: auto;
	}

	.home-slider-calendar .fusion-slider-sc .slides li img {
		min-width: 550px;
		min-height: 405px;
		width: auto !important;
		height: auto !important;
	}
}

@media only screen and (min-width: 331px) and (max-width: 1160px) {
	.home-slider-calendar .fusion-slider-sc .slides {
		display: flex;
		align-items: center;
	}

	.home-slider-calendar .fusion-slider-sc .slides li {
		height: 36.81vw;
		width: auto;
	}

	.home-slider-calendar .fusion-slider-sc .slides li img {
		min-width: 50vw;
		min-height: 36.81vw;
		width: auto !important;
		height: auto !important;
	}
}

@media only screen and (min-width: 331px) and (max-width: 800px) {
	.home-slider-calendar .fusion-slider-sc .slides li {
		height: 73.77vw;
	}
	
	.home-slider-calendar .fusion-slider-sc .slides li img {
		min-width: 100vw;
		min-height: 73.77vw;
	}
}

/* Home - Flow Flow */

.ff-stream .ff-filter {
	border-radius: 40.752% 55.639% 41.053% 55.639% / 48.269% 49.038% 47.115% 51.538% !important;
	padding: 5px !important;
	height: 57px !important;
	width: 63px;
	font-size: 18px !important;

	max-height: 52px !important;
	max-width: 66.5px !important;
}

.ff-stream .ff-filter-holder .ff-filter i {
	position: relative;
	font-size: 24px !important;
	right: 0px;
}

span.ff-filter {
	background-color: #b0d2c9 !important;
}

span.ff-filter[data-filter="twitter"] {
	background-color: #8dd8f8 !important;
}

span.ff-filter[data-filter="instagram"] {
	background-color: #d74599 !important;
}

span.ff-filter[data-filter="facebook"] {
	background-color: #717ebd !important;
}

span.ff-filter[data-filter="posts"] {
	background-color: #e5a812 !important;
}

.ff-stream .ff-filter-holder .ff-search {
	display: none;
}

.ff-stream article.ff-item .ff-item-bar {
	border: 0px solid rgba(0, 0, 0, 0);
	height: 60px;
}

.ff-stream article.ff-item .ff-item-bar * {
	display: none;
}

.ff-stream article.ff-item .ff-label-wrapper {
	bottom: -32px;
	top: unset;
	right: calc(50% - 19.945px);
}

.ff-stream article.ff-item .ff-label-wrapper:before {
	content: ' ';
	border-top: 1px solid #dfdfdf;
	width: 200px;
	position: absolute;
	left: -90px;
	top: 20px;
}

.ff-stream article.ff-item .ff-label-wrapper .ff-icon {
	right: 5px;
	top: 5px;
}

.ff-stream article.ff-item .ff-label-wrapper .ff-icon:before {
	border-radius: 40.752% 55.639% 41.053% 55.639% / 48.269% 49.038% 47.115% 51.538%;

	border: 0px solid transparent;
	background-color: #717ebd;

	height: 26px;
	width: 33.25px;

	height: 31.2px;
	width: 39.9px;
}

.ff-stream article.ff-item.ff-posts .ff-label-wrapper .ff-icon:before {
	background-color: #e5a812;
}

.ff-stream article.ff-item.ff-twitter .ff-label-wrapper .ff-icon:before {
	background-color: #8dd8f8;
}

.ff-stream article.ff-item.ff-instagram .ff-label-wrapper .ff-icon:before {
	background-color: #d74599 ;
}

.ff-stream article.ff-item .ff-label-wrapper .ff-icon .ff-icon-inner {
	right: 4px;
	top: 1px;
}

.ff-stream .ff-loadmore-wrapper {
	display: none;
}

/* Flow Flow - Media queries */

@media only screen and (max-width: 600px) {
	.ff-stream article.ff-item .ff-label-wrapper:before {
		width: 150px;
		left: -67.5px;
	}
}

/* Programs and Services - Side Cards */

.side-card > .fusion-column-wrapper {
	overflow: visible !important;
}

.side-card .fusion-imageframe {
	position: absolute;
	left: -50px;
	top: 15px;
	width:177px;
	height: 144px;
}

/* .side-card .fusion-imageframe img {
	object-fit: cover;
} */

.side-card .fusion-imageframe img {
	width:177px;
	height: 144px;
	object-fit: cover;
}
.side-card .kd-image--contain img {
	object-fit: contain;
}

.side-card .fusion-text h3 {
	margin: 0;
}

.side-card .fusion-text p {
	margin: 0;
}

@media only screen and (max-width: 1200px) {
	.side-card .fusion-column-wrapper {
		padding-left: 175px !important;
	}

	.side-card .fusion-imageframe {
		left: -15px;
	}

	.side-card .fusion-text h3 {
		font-size: calc(0.5vw + 19px);
	}

	.side-card .fusion-text p {
		font-size: calc(0.5vw + 12px);
	}
}

@media only screen and (max-width: 450px) {
	.side-card .fusion-column-wrapper {
		padding: 175px 30px 30px 30px !important;
	}

	.side-card .imageframe {
		left: 0;
		top: 0;
	}
}

/* Programs and Services - Professional Counselling Services - Custom Page title bar */

@media only screen and (min-width: 1200px) {
	body.page-id-103 .fusion-page-title-bar:after {
		background-image: linear-gradient(
			to right,
			#eeeeee calc(100vw - 755px),
			rgba(238, 238, 238, 0.8) calc(100vw - 700px),
			rgba(238, 238, 238, 0.5) calc(100vw - 650px),
			rgba(238, 238, 238, 0.2) calc(100vw - 600px),
			transparent calc(100vw - 550px)
		);
	}
}

@media only screen and (min-width: 801px) and (max-width: 1200px) {
	body.page-id-103 .fusion-page-title-bar:after {
		background-image: linear-gradient(
			to right,
			#eeeeee 40%,
			rgba(238, 238, 238, 0.8) 45%,
			rgba(238, 238, 238, 0.5) 50%,
			rgba(238, 238, 238, 0.2) 55%,
			transparent 60%
		);
	}
}

/* Professional Counselling Services - Background */

@media only screen and (min-width: 801px) {
	body.page-id-103 main#main {
		background: linear-gradient(
				to right,
				transparent 50vw,
				#ffffff 50vw
			),
			url('/wp-content/uploads/2019/06/home_card_section_background-1200x670.jpg')
			#f1f5f6;
		background-repeat: repeat-x;
	}
}

/* Professional Counselling Services - Sidebar */

.checklist-sidebar .fusion-column-wrapper .fusion-checklist .fusion-li-item {
	padding: 30px 0 0;
}

.checklist-sidebar h4 {
	font-weight: 500 !important;
}

.checklist-sidebar .fusion-checklist h4 {
	margin: 0 0 10px 0;
	color: #282828;
}

.checklist-sidebar .fusion-checklist p {
	line-height: 1.2em;
	overflow-wrap: break-word;
}

.checklist-sidebar .fusion-column-wrapper .fusion-checklist .fusion-li-item .icon-wrapper {
	height: 30px !important;
	width: 36.25px !important;
	border-radius: 61.221% 38.779% 60.066% 39.934% / 53.521% 44.467% 55.533% 46.479%;
}

.checklist-sidebar .fusion-column-wrapper .fusion-checklist .fusion-li-item:first-child .icon-wrapper {
	display: none;
}

.checklist-sidebar .fusion-column-wrapper .fusion-checklist .fusion-li-item:nth-child(3) .icon-wrapper {
	background-color: #7ccaaa !important;
	border-radius: 38.779% 61.221% 39.934% 60.066% / 44.467% 53.521% 46.479% 55.533% ;
}

.checklist-sidebar .fusion-column-wrapper .fusion-checklist .fusion-li-item:nth-child(4) .icon-wrapper {
	background-color: #f38594 !important;
}

.checklist-sidebar .fusion-column-wrapper .fusion-checklist .fusion-li-item:nth-child(5) .icon-wrapper {
	background-color: #e5a812 !important;
}

.checklist-sidebar .fusion-column-wrapper .fusion-checklist .fusion-li-item:nth-child(6) .icon-wrapper {
	background-color: #2c2f76 !important;
}

.checklist-sidebar .fusion-column-wrapper .fusion-checklist .fusion-li-item .fusion-li-item-content {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
}

.checklist-sidebar .fusion-li-item a  {
	color: #535353;
}

.checklist-sidebar .fusion-li-item .kd-link-with-icon  {
	padding-left: 30px;
	position: relative;
}

.checklist-sidebar .fusion-li-item a i {
	position: absolute;
	left: 0;
}

/* Professional Counselling Services - Sidebar - Media Queries */

/* Professional Counselling Services - Media Queries */

@media only screen and (max-width: 800px) {
	body.page-id-103 main#main #post-103 .post-content .fusion-row {
		display: flex;
		flex-direction: column;
	}

	body.page-id-103 main#main #post-103 .checklist-sidebar {
		order: 999;
		background: url('/wp-content/uploads/2019/06/home_card_section_background-1200x670.jpg'), #f1f5f6;
		background-repeat: repeat-x;

		margin: 0 -30px !important;
		width: 100vw !important;
	}

	body.page-id-103 main#main #post-103 .checklist-sidebar .fusion-column-wrapper {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	body.page-id-103 .mobile-no-padding > .fusion-column-wrapper {
		margin: 0 !important;
		padding: 55px 0 65px !important;
	}
}

/* Get Involved Page */

/* Get Involved - Custom Page Title Bar */

/* @media only screen and (min-width: 1500px) {
	body.page-id-99 .fusion-page-title-bar:after {
		background-image: linear-gradient(
			to right,
			#f4f4f4 calc(100vw - 955px),
			rgba(234, 232, 220, 0.8) calc(100vw - 855px),
			rgba(234, 232, 220, 0.5) calc(100vw - 755px),
			rgba(234, 232, 220, 0.2) calc(100vw - 655px),
			transparent calc(100vw - 555px)
		);
	}
}

@media only screen and (min-width: 801px) and (max-width: 1500px) {
	body.page-id-99 .fusion-page-title-bar:after {
		background-image: linear-gradient(
			to right,
			#f4f4f4 40%,
			rgba(234, 232, 220, 0.8) 45%,
			rgba(234, 232, 220, 0.5) 50%,
			rgba(234, 232, 220, 0.2) 55%,
			transparent 60%
		);
	}
} */



@media only screen and (max-width: 800px) {
	body.page-id-99 .fusion-page-title-row .fusion-page-title-wrapper .fusion-page-title-captions h1 {
		color: #2c2f76;
	}
}

/* Get Involved - Cursive Difference Text */

.cursive-text {
	font-family: cursive;
	font-family: 'Meddon';
}

.cursive-text-holder {
	position: relative;
	display: inline-block;
}

body.page-id-99 .cursive-text {
	position: absolute;
	right: -106px;
	top: 20px;
	font-size: 40px;
	transform: rotate(-21deg);
	display: inline-block;
	font-weight: 100;
}

@media only screen and (min-width: 801px) and (max-width: 950px) {
	body.page-id-99 .cursive-text-holder {
		width: 265px;
	}
}

@media only screen and (max-width: 500px) {
	body.page-id-99 .cursive-text-holder {
		width: 265px;
	}

	body.page-id-99 .cursive-text {
		right: calc(176.35px - 56.47vw);
		top: calc(112.118px - 18.824vw);
	}
}

@media only screen and (max-width: 330px) {
	body.page-id-99 .cursive-text {
		right: -10px;
		top: 50px;
	}
}

/* Get Involved - Card Section */

@media only screen and (min-width: 601px) and (max-width: 1000px) {
	.get-involved-cards.card-holder > .fusion-row {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.get-involved-cards.card-holder > .fusion-row:before, .get-involved-cards.card-holder > .fusion-row:after {
		display: none;
		content: none;
	}

	.get-involved-cards.card-holder .card .fusion-imageframe {
		margin-bottom: 10px;
	}

	.get-involved-cards.card-holder .card:nth-child(odd) {
		margin-right: 50px !important;
	}

	.get-involved-cards.card-holder .card:nth-child(even) {
		margin-right: 0 !important;
	}

	.get-involved-cards.card-holder .card:last-child {
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}
}

@media only screen and (min-width: 601px) and (max-width: 800px) {
	div.get-involved-cards.card-holder > div.fusion-builder-row > div.card {
		width: calc(50% - 12.5px) !important;
		height: auto;
		margin-bottom: 25px !important;
	}

	.get-involved-cards.card-holder .card:nth-child(odd) {
		margin-right: 25px !important;
	}

	div.get-involved-cards.card-holder > div.fusion-builder-row div.card:nth-child(2) {
		order: 3;
		margin-bottom: 0 !important;
	}

	div.get-involved-cards.card-holder > div.fusion-builder-row div.card:nth-child(2) > .fusion-column-wrapper {
		min-height: unset !important;
	}

	.get-involved-cards.card-holder .card:last-child {
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}

	div.get-involved-cards.card-holder > div.fusion-builder-row > div.card .fusion-column-wrapper {
		height: auto !important;
	}
}

@media only screen and (max-width: 601px) {
	div.get-involved-cards.card-holder > div.fusion-builder-row > div.card {
		max-width: 100%;
	}

	div.get-involved-cards.card-holder > div.fusion-builder-row div.card:nth-child(3) {
		margin-bottom: 0 !important;
	}
}

/* Get Involved - Statistics section */

.involved-stats .stats-icon-wrapper {
	border-bottom: 2px solid #8dd8f8;
	margin: 0 auto;
	width: 80%;
	padding: 0;
}

.involved-stats svg {
	height: 98px;
	margin: 0 auto;
	display: block;
	fill: #8dd8f8;
}

.involved-stats h2 {
	margin-bottom: 5px;
}

@media only screen and (max-width: 800px) {
	.involved-stats .stats-icon-wrapper {
		width: 50%;
		min-width: 215px;
	}
}

/* Get Involved - Volunteer section */

.involved-volunteer {
	background-image: url('https://www.centreforsexuality.ca/wp-content/uploads/2019/06/links_camp_background.jpg');
	background-position: right top;
	background-size: auto;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 1500px) {
	.involved-volunteer {
		background-position: calc(50vw + 190px) top !important;
	}
}

@media only screen and (min-width: 1160px) and (max-width: 1499px) {
	.involved-volunteer {
		background-position: calc(50vw + 145px) top !important;
		background-size: calc(368px + 32.94vw);
	}
}

@media only screen and (min-width: 801px) and (max-width: 1159px) {
	.involved-volunteer {
		background-position: calc(50vw + 145px) top !important;
		background-size: calc(368px + 32.94vw);
	}
}

@media only screen and (max-width: 800px) {
	.involved-volunteer {
		background-position: right bottom !important;
		background-size: auto 300px;
	}
}

@media only screen and (max-width: 575px) {
	.involved-volunteer {
		background-position: 170px bottom !important;
	}
}

/* Get Involved - Make an Impact */

@media only screen and (max-width: 550px) {
	.make-impact-button i.fas {
		margin-top: 5px;
	}
}

/* Contact Us - Address */

@media only screen and (min-width: 801px) {
	.contact-us-header > .fusion-column-wrapper {
		border: 0 solid transparent !important;
		border-right-width: 2px !important;
		border-style: solid !important;
		border-image: linear-gradient(
			to top,
			transparent 15%,
			#a8a8a8 15%,
			#a8a8a8 85%,
			transparent 85%
		) 1 !important;
	}

	.contact-us-header:nth-child(4) > .fusion-column-wrapper {
		border-right-width: 0 !important;
	}
}

@media only screen and (min-width: 801px) and (max-width: 900px) {
	.contact-us-header:nth-child(2) > .fusion-column-wrapper {
		padding-right: 30px !important;
	}
	.contact-us-header:nth-child(3) > .fusion-column-wrapper {
		padding: 0 30px !important;
	}
	.contact-us-header:nth-child(4) > .fusion-column-wrapper {
		padding-left: 30px !important;
	}
}

@media only screen and (max-width: 800px) {
	.contact-address > .fusion-row {
		display: flex;
		flex-direction: column;
	}

	.contact-address .fusion-layout-column {
		text-align: center;
	}

	.contact-address h3 {
		margin-top: 0;
	}

	.contact-address .contact-us-header > .fusion-column-wrapper {
		padding: 0 !important;
	}
}

/* Contact us - Form */

#gform_1 .gfield {
	margin: 0;
}

#gform_1 .ginput_container {
	margin: 0;
}

#gform_1 input {
	margin-top: 0;
	margin-bottom: 15px;
	padding: 5px 15px;
	height: 39px;
	border-color: #ebebeb;
}

#gform_1 textarea {
	border-color: #ebebeb;
}

#gform_1 input::placeholder, #gform_1 textarea::placeholder, #gform_1 input::-webkit-input-placeholder, #gform_1 textarea::-webkit-input-placeholder {
	color: rgb(30, 30, 30);
	opacity: 1;
}

#gform_1 .gform_footer {
	/* margin: 0; */
	padding-bottom: 0;
}

#gform_1 .gform_footer .gform_button {
	color: #ffffff;
	text-transform: capitalize;
	padding: 5px 75px;
}

@media only screen and (max-width: 800px) {
	.contact-form > .fusion-column-wrapper {
		padding: 30px !important;
	}
}

@media only screen and (max-width: 400px) {
	.contact-form > .fusion-column-wrapper {
		margin: 0 -30px;
	}
}

/* Contact Us - Directory */

.directory-listing {
	border-bottom: 1px solid #d1d1d1;
}

.directory-listing .fusion-separator {
	border-image: linear-gradient(
		to right,
		#a7abac 12.5%,
		#c2c6c7 12.5%,
		#c2c6c7 25%,
		#c8cccd 25%,
		#c8cccd 37.5%,
		#a5a9aa 37.5%,
		#a5a9aa 50%,
		#c2c6c7 50%,
		#c2c6c7 62.5%,
		#7e8283 62.5%,
		#7e8283 75%,
		#d8dcdd 75%,
		#d8dcdd 87.5%,
		#acb0b1 87.5%
	) 5 !important;
}

.directory-email {
	word-break: break-all;
}

@media only screen and (max-width: 800px) {
	.directory-listing {
		margin-bottom: 20px !important;
	}
}

/* Search Bar */

.interpage-search {
	width: 60%;
	margin: 0 auto;
}

/* Learning Centre Custom Post Template */

.single-learning_centre #main {
	padding: 0;
}

@media only screen and (min-width: 1160px) {
	.single-learning_centre #main .learning-center-searchbar {
		width: 100vw;
		left: calc(-50vw + 550px);
	}
}

@media only screen and (min-width: 1160px) {
	.single-learning_centre #main.width-100 .learning-center-searchbar {
		width: unset;
		left: unset;
	}
}

@media only screen and (max-width: 1159px) {
	.single-learning_centre #main .learning-center-searchbar {
		margin: 0 -30px;
	}
}

.single-learning_centre #main #content > .single-navigation {
	display: none;
}

.faq-toggles .fusion-panel {
	border-radius: 15px !important;
	box-shadow: 0 0 5px 0 rgba(100, 100, 100, 0.3) !important;
	margin-bottom: 15px !important;
}

.faq-toggles .fusion-panel:last-of-type {
	margin-bottom: 0 !important;
}

.faq-toggles .fusion-panel .panel-title .fusion-toggle-heading {
	color: #000000;
}

.faq-toggles .fusion-panel .fusion-toggle-icon-wrapper i {
	color: #333333 !important;
	background-color: #ffffff !important;
	border: 1px solid #333333 !important;
	border-radius: 50% !important;
	padding: 0 !important;
}

@media only screen and (max-width: 1000px) {
	.faq-toggles .fusion-toggle-heading {
		font-size: calc(0.5vw + 15px);
	}
}

/* Learning Centre post type */

.post.learning_centre h2 {
	color: #d74599 !important;
}

.post.learning_centre h3 {
	color: #2c2f76 !important;
}

.post.learning_centre h4 {
	font-weight: 600;
	color: #4d4d4d !important;
}

/* Category page */

/* body.archive.category main#main {
	padding: 0 !important;
} */

body.archive.category.learning-centre .fusion-archive-description .kd-fullwidth {
	width: 100vw;
}

@media only screen and (min-width: 1160px) {
	body.archive.category.learning-centre main#main .fusion-row,
	body.category-learning-centre main#main .fusion-row {
		max-width: unset;
	}
}

.kd-content-banner-image img {
	max-height: 300px;
	object-fit: cover;
	margin-bottom: 20px;
}

.kd-title-bg-color {
    background-color: #91d9f8;
    padding: 20px;
    display: inline-block !important;
}
.kd-title-bg-color a {
     color: #ffffff !important;
}
.kd-ready-to-come-out-container .fusion-column-wrapper {
    min-height: 400px !important;
    display: flex;
    align-items: flex-end;
}

.kd-donut-shape {
	border-radius: 40.752% 55.639% 41.053% 55.639% / 48.269% 49.038% 47.115% 51.538%;
}

.kd-resources-list h4:not(:first-child) {
	margin-top: 30px;
}

.kd-text-container--custom-list-icons ul {
	list-style-type: none;
	padding-left: 20px;
}
.kd-text-container--custom-list-icons ul li {
	padding-left: 15px;
	padding-bottom: 10px;
}
.kd-text-container--custom-list-icons ul li::marker {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: #8dd1b5;
    font-style: normal;
    font-variant: normal;
	text-rendering: auto;
	font-weight: 900;
    line-height: 1;
}