/*
 Theme Name:   Versatile Child
 Template:     versatile-v1-14
 Text Domain:  versatile-child
*/

@font-face {
  font-family: 'manhattan-darling';
  src:  url('./fonts/ManhattanDarling-Regular.ttf');
}

h1, h2, h3, h4, h5, h6{ font-family: "proxima-nova", sans-serif !important; line-height: 1.1; }
a { color: #000; }
body, input, textarea, select{ font-family: "proxima-nova", sans-serif !important; line-height: 1.5; }
.gdlr-navigation{ font-family: "proxima-nova", sans-serif !important; }
.gdlr-slider-item{ font-family: "proxima-nova", sans-serif !important; }

.manhattan-font {
	font-family: 'manhattan-darling', sans-serif !important;
	line-height: 1;
}

.gdlr-content-item h2 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: .9;
	margin-bottom: 20px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*----------------- Rorah Button -----------------*/
.rorah-button {
	display: inline-block;
	padding: 18px 40px;
	margin: 15px 4px 0;
	font-size: 18px;
	-webkit-border-radius: 32px; -moz-border-radius: 32px; border-radius: 32px;
	font-weight: 600;
	-webkit-transition: background-color .5s, color .5s; transition: background-color .5s, color .5s;
}
.rorah-button.outline {
	border-width: 3px;
	border-style: solid;
	padding: 15px 37px;
}
.rorah-button.solid.white {
	background-color: #fff;
	color: #181818;
}
.rorah-button.solid.white:hover {
	background-color: #181818;
	color: #fff;
}
.rorah-button.solid.peach {
	background-color: #e36d59;
	color: #fff;
}
.rorah-button.solid.peach:hover {
	background-color: #181818;
}
.rorah-button.solid.aqua {
	background-color: #1e8190;
	color: #fff;
}
.rorah-button.solid.aqua:hover {
	background-color: #181818;
}
.rorah-button.outline.green {
	color: #27ac65;
	border-color: #27ac65;
}
.rorah-button.outline.green:hover {
	background-color: #27ac65;
	color: #fff;
}
.rorah-button.solid.green {
	background-color: #27ac65;
	color: #fff;
}
.rorah-button.solid.green:hover {
	background-color: #181818;
}


/*----------------- Colors -----------------*/
.peach { color: #e36d59; }
.aqua { color: #1e8190; }
.dark-green { color: #3c534b; }




/*----------------- Header -----------------*/
.gdlr-header-container { padding: 0 30px; }
.gdlr-header-wrapper {
	position: fixed;
	-webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}
.gdlr-header-wrapper.with-background {
	background: #181818;
	
}
.gdlr-navigation-wrapper .gdlr-main-menu > li > a {
	font-size: 13px;
	text-transform: uppercase;
}
.gdlr-navigation-wrapper .gdlr-main-menu > li > a.sf-with-ul:after {
	top: 8px;
}
.gdlr-navigation-wrapper .gdlr-main-menu > li.menu-item-105 {
	display: none !important;
}
.gdlr-logo {
	margin-left: 0;
	margin-right: 0;
}


@media only screen and (max-width: 1175px) {
	
	#gdlr-responsive-navigation { display: block !important; height: 0px; position: static; float: none; }
	#gdlr-responsive-navigation .dl-trigger{ position: absolute; right: 0px; top: 50%; margin-top: -20px; }
	#gdlr-responsive-navigation.dl-menuwrapper button { background: none !important; }
	#gdlr-responsive-navigation #menu-main-menu { top: 100%; background: #181818; width: 100%; padding: 0 30px 30px; left: -30px; }
	.dl-menuwrapper > .dl-menu, 
	.dl-menuwrapper > .dl-submenu{ margin: 30px 0px 0px; width: 400px; text-align: left; }
	#gdlr-responsive-navigation li a { font-size: 18px; text-transform: uppercase; text-align: center; font-weight: 600; padding: 10px 20px; }
	#gdlr-responsive-navigation li a:hover { background: none; }
	
	body .gdlr-logo{ float: none; position: relative; display: block; padding: 13px 0 15px; max-width: none; margin: 0px auto !important; }
	body .gdlr-logo > a { max-width: 214px; display: block; }
	body .gdlr-logo.gdlr-align-left #gdlr-responsive-navigation .dl-trigger,
	body .gdlr-logo.gdlr-align-right #gdlr-responsive-navigation .dl-trigger{ top: 45px; margin-top: 0px; }
	
	.gdlr-navigation-wrapper{ display: none; }
	.gdlr-header-wrapper{ background: #181818; position: relative; }
	.gdlr-header-container { padding: 0 30px; max-width: none !important; }

}


/*----------------- Body Global -----------------*/
sup {
	font-size: 60%;
	font-weight: 300;
}
.three-columns-text {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.gdlr-page-title-wrapper {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding-top: 190px;
	padding-bottom: 280px;
	background-color: #f9f9f9;
}
.gdlr-page-title-wrapper .gdlr-page-title-gimmick {
	display: none;
}
.gdlr-page-title-wrapper .gdlr-page-title {
	font-family: 'manhattan-darling' !important;
	font-size: 170px !important;
	line-height: 1;
	margin-bottom: -20px;
}
.gdlr-page-title-wrapper .gdlr-page-title-overlay {
	display: none;
}

.gdlr-item-title-wrapper.gdlr-item {
	margin-bottom: 60px;
}
.gdlr-item-title-wrapper .gdlr-item-title {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 600;
	color: #3c534b !important;
}

.gdlr-background-image {
	background-repeat: no-repeat;
	background-size: cover;
}

.gallery-item img {
	border: 10px solid #d9d6cf;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.single-post article.type-post {
	max-width: 600px;
	margin: -70px auto 120px;
}

@media only screen and (max-width: 1099px) {
	.gdlr-page-title-wrapper {
		padding-top: 100px;
		padding-bottom: 200px;
	}

}
@media only screen and (max-width: 768px) {
	.gdlr-gallery-item .clear {
		display: none;
	}
	.gdlr-gallery-item .clear:last-child {
		display: block;
	}
	.gallery-column.four {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.gdlr-page-title-wrapper .gdlr-page-title {
		font-size: 90px !important;
	}
	
	
}
@media only screen and (max-width: 580px) {
	.gallery-column.four {
		width: 100%;
	}
}

/*----------------- Footer -----------------*/
.footer-top {
	position: relative;
	top: -20px; left: 0;
	z-index: 90;
	height: 25px;
	width: 100%;
	background-position: center top;
}
.footer-logo {
	max-width: 145px;
	margin: 40px auto;
}
.footer-social {
	text-align: center;
}
.footer-social a {
	display: inline-block;
	max-width: 54px;
	margin: 0 13px;
}
.footer-info {
	max-width: 600px;
	margin: 55px auto;
}
.footer-nav {
	-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;
}
.footer-nav ul {
	margin: 0;
}
.footer-nav li {
	list-style: none;
	margin: 0;
}
.footer-nav li a {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}
.footer-email-mobile {
	display: none;
}
.copyright-wrapper {
	border: none;
	padding-bottom: 100px;
}
.copyright-wrapper p {
	font-size: 12px;
	text-align: center;
	color: #5b5c57;
	margin: 0;
}
.copyright-wrapper p a {
	color: #5b5c57;
}

@media only screen and (max-width: 768px) {
	
	.footer-info { display: none; }	
	.footer-email-mobile {
		display: block;
		text-align: center;
		margin: 30px 0;
		font-size: 20px;
	}
}



/*----------------- Home Page -----------------*/


@media only screen and (min-width: 1175px) {

	/* Center navigation and remove logo */
	.home .gdlr-header-wrapper .gdlr-logo {
		display: none;
	}
	.home .gdlr-navigation-wrapper {
		float: none;
		text-align: center;
		padding-bottom: 12px;
	}
	.home .gdlr-navigation-wrapper .sf-menu {
		float: none;
	}
	.home .gdlr-navigation-wrapper .sf-menu > li {
		float: none;
		display: inline-block;
	}
	.home .gdlr-navigation-wrapper .gdlr-main-menu > li > a {
		font-size: 16px;
	}
	
	/* Make navigation normal again when scrolling down */
	.home .gdlr-header-wrapper.with-background .gdlr-logo {
		display: block;
	}
	.home .with-background .gdlr-navigation-wrapper {
		float: right;
		text-align: left;
		padding-bottom: 0;
	}
	.home .with-background .gdlr-navigation-wrapper .sf-menu {
		float: left;
	}
	.home .with-background .gdlr-navigation-wrapper .sf-menu > li {
		float: left;
		display: block;
	}
	.home .with-background .gdlr-navigation-wrapper .gdlr-main-menu > li > a {
		font-size: 13px;
	}
	

}

.home #content-section-1 .gdlr-parallax-wrapper {
	position: relative;
	height: 100vh;
	background-repeat: none;
	background-size: cover;
	background-position: center bottom;
	background-attachment: fixed;
	padding-top: 0px;
	padding-bottom: 0px;
}
.home #content-section-1 .gdlr-parallax-wrapper .gdlr-content-item {
	position: absolute;
	top: 40%; left: 0;
	height: 240px;
	width: 100%;
	max-width: none;
	margin-top: -135px;
}

.home .portfolio-item-wrapper {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.home #news {
	opacity: 0;
	position: absolute;
	width: 100%;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	bottom: 30px;
	left: 0;
	padding: 100px 80px;
}
.home #news .gdlr-item {
	margin: 0;
	display: none;
}
.home #news .gdlr-blog-thumbnail {
	background: none;
	float: left;
	margin-bottom: 0;
}
.home #news .gdlr-blog-thumbnail img {
	-webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%;
}
.home #news .blog-content-wrapper {
	padding-left: 230px; padding-top: 50px;
	margin-bottom: 0;
	border: none;
}
.home #news .gdlr-blog-content {
	max-width: 600px;
	line-height: 1;
}
.home #news .gdlr-blog-info, .home #news .gdlr-blog-content a, .home #news .flex-direction-nav {
	display: none;
}
.home #news .gdlr-blog-title {
	font-size: 42px;
	text-transform: uppercase;
	margin-bottom: -5px;
	font-weight: bold;
}
.home #news .flex-control-nav-wrapper {
	left: 308px; top: 230px;
	text-align: left;
}
.home #news .flex-control-nav {
	padding-top: 20px;
}
.home #news .flex-control-paging li a {
	width: 10px; height: 10px;
	border-radius: 10px;
	border: none !important;
	background: #ddd;
	background: rgba(255,255,255,.45);
}
.home #news .flex-control-paging li a.flex-active {
	background: #fff;
}

@media only screen and (max-width: 1175px) {
	.home #content-section-1 .gdlr-parallax-wrapper > .container {
		margin-top: -190px;
	}
	.home #content-section-1 {
		margin-top: -107px;
	}
	.home #news {
		padding-left: 20px;
		padding-right: 20px;
	}
	.home #news .flex-control-nav-wrapper {
		left: 247px;
	}
}

.home #content-section-2 {
	margin-top: -50px;
	position: relative;
	z-index: 1;
}
.home #content-section-3 .gdlr-parallax-wrapper {
	margin-top: -50px;
	background-repeat: none;
	background-size: cover;
	background-position: center bottom;
}
.home #content-section-3 .container {
	max-width: none;
}
.home #content-section-3 .gdlr-item {
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.home #content-section-1 {
		margin-top: 0;
	}
	.home #content-section-1 .gdlr-parallax-wrapper {
		height: auto;
		background-attachment: scroll;
	}
	.home #content-section-1 .gdlr-parallax-wrapper > .container {
		margin-top: 0;
	}
	.home #content-section-1 .gdlr-parallax-wrapper .gdlr-content-item {
		position: static;
		top: auto; left: auto;
		height: auto;
		margin: 0;
		padding: 90px 0 40px;
	}
	.home #news {
		display: none;
	}
}


/*----------------- About Page -----------------*/

.personnel-author-image {
	text-align: center;
}
.personnel-author-image	img {
	-moz-border-radius: 200px; -webkit-border-radius: 200px; border-radius: 200px;
}
.gdlr-personnel-item.plain-style .personnel-info {
	margin-top: 30px;
}
.gdlr-personnel-item.plain-style .personnel-author {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
}
.gdlr-personnel-item.plain-style .personnel-position {
	font-size: 18px;
	font-style: italic;
	text-transform: uppercase;
}
.gdlr-personnel-item.plain-style .personnel-content {
	text-align: left;
	color: #231f20;
	font-size: 16px;
	line-height: 1.3;
}
.personnel-item {
	margin-bottom: 80px;
}

/*----------------- Activities Page -----------------*/
.page-id-16 .activities-list li {
	width: 33.333%;
	float: left;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	margin: 0;
	padding: 10px;
	list-style: none;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
}
@media screen and (max-width: 1000px) {
	.page-id-16 .activities-list li {
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	.page-id-16 .activities-list li {
		width: 100%;
	}
}



/*----------------- Facilities Page -----------------*/
.facility-feature-list {
	text-align: center;
	margin: 30px 0 0;
}
.facility-feature-list li {
	padding: 10px;
	list-style: none;
	display: inline;
	color: #27ac65;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	white-space: nowrap;
}

/*----------------- Contact Page -----------------*/
.contact-social {
	text-align: center;
}
.contact-social a {
	display: inline-block;
	max-width: 54px;
	margin: 0 10px;
}

.wpcf7 .gdlr-item {
	margin: 0 15px 20px;
}
.wpcf7 span.wpcf7-form-control-wrap {
	padding-right: 0;
	margin-top: 0;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 textarea {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	border: 1px solid #b7b7b7;
	background: none;
	font-size: 18px;
	color: #333;
	-webkit-appearance: none;
	border-radius: 0;
}
.wpcf7  input[type="submit"] {
	display: inline-block;
	padding: 15px 45px;
	font-size: 18px;
	-webkit-border-radius: 32px; -moz-border-radius: 32px; border-radius: 32px;
	font-weight: 600;
	color: #27ac65;
	border: 3px solid #27ac65;
	background: none;
}
div.wpcf7-response-output {
	border: none !important;
	text-align: center;
	padding: 0 !important;
	margin: 0 0 20px !important;
}
@media only screen and (max-width: 768px) {
	
	.contact-page-email {
		font-size: 30px !important;
	}
}

/*----------------- Jobs Page -----------------*/
.page-id-20 .gdlr-accordion-item.style-2 {
	text-align: center;
}
.page-id-20 .gdlr-accordion-item.style-2 .accordion-tab {
	padding-bottom: 15px;
}
.page-id-20 .gdlr-accordion-item.style-2 .accordion-title {
	font-size: 30px;
	color: #3c534b;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
}
.page-id-20 .gdlr-accordion-item.style-2 .accordion-title .icon-minus, .page-id-20 .gdlr-accordion-item.style-2 .accordion-title .icon-plus {
	display: none;
}
.page-id-20 .gdlr-accordion-item.style-2 .accordion-content {
	font-size: 18px;
	font-weight: 300;
	margin-left: 0;
	padding-bottom: 30px;
}
.page-id-20 .gdlr-accordion-item.style-2 .accordion-content p:first-child {
	margin-bottom: 10px;
}

/*----------------- Staff Page -----------------*/
.page-id-313 .gdlr-personnel-item-wrapper {
	max-width: 800px;
	margin: 0 auto;
}
.page-id-313 .gdlr-personnel-item.plain-style .personnel-info {
	margin-top: 0;
}
.page-id-313 .personnel-item {
	margin-bottom: 45px;
}
.page-id-313 .gdlr-personnel-item.plain-style .personnel-author {
	font-size: 20px;
	color: #3c534b;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
}
.page-id-313 .gdlr-personnel-item.plain-style .personnel-position {
	font-size: 16px;
	color: #999999;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 300;
	text-align: left;
}
.page-id-313 .gdlr-personnel-item.plain-style .personnel-content {
	font-size: 18px;
	margin-top: 7px;
}

/*----------------- Events (Calendar) Page -----------------*/
.events-archive .gdlr-item-start-content {
	padding-top: 0;
}