/*
* Theme Name: Kalium Child
* Theme URI: https://laborator.co/themes/kalium/
* Description: Child Theme for Kalium by Laborator
* Author: Levon Avetyan
* Author URI: https://drim.io
* Template: kalium
* Version: 1.0
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:  kalium-child
*/


/*** COURSE PAGES ***/

@media screen and (min-width: 992px) {
	.course-content-area {
		width: 75%;
		float: left;
		margin-top: 30px;
	}
	.course-sidebar-area {
		width: 25%;
		float: left;
		margin-top: 30px;
	}
}
@media screen and (max-width: 991px) {
	.top-objective,
	.top-professor {
		margin-bottom: 20px;
		margin-left: -15px;
		margin-right: -15px;
	}
}
.course-content-area h1.wp-page-title {
	margin-top: 0;
}
.course-sidebar-area {
	padding: 0 15px;
}
.top-content-part.top-modular {
	background: yellow;
	padding: 10px;
}
img.course-featured-image {
	width: 100%;
	/*height: 300px;*/
}
.top-content-part {
	margin-bottom: 20px;
}
.course_method {
	margin-top: 1em;
}
.related_courses {
	font-size: 13px;
	background-color: #000;
	padding: 12px;
	margin: 20px 0;
}
span.related_course {
	display: inline-block;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #fff;
}

.post-sidebar .widget,
.course_widget {
	background-color: #000 !important;
	padding: 15px;
	margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
	.course-more-info {
		position: fixed;
		width: 40%;
		top: 50%;
		left: 0;
		padding: 8px;
		background: yellow;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding-left: 40px;
		z-index: 999;
		text-align: center;
	}
}
@media screen and (min-width: 992px) {
	.course-more-info {
		width: 40%;
	}
}
@media screen and (min-width: 1200px) {
	.course-more-info {
		width: calc( ( 100% - 1200px ) / 2 + 420px );
	}
}
@media screen and (max-width: 766px) {
	.course-more-info {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 8px 0;
		text-align: center;
		background: yellow;
		text-transform: uppercase;
		letter-spacing: 1px;
		z-index: 999;
	}
}

.course-more-info a {
	color: #000;
	font-weight: 700;
}

.page-template-course-template .comment-connector.visible {
	display: none;
}
.form-submit {
	text-align: right;
	margin: 20px 0;
}


.yellow-txt {
	color: yellow;
}

/*** helpers ***/
.align-right {
	text-align: right;
}
.link_blanco a {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.link_blanco a:hover:after {
	width: 0;
	border-bottom: 1px solid #00b19e;
}
.texto_centro {
	text-align: center;
	display: block;
}
.texto_blanco {
	color: #fff;
}
.texto_amarillo {
	color: #ff0;
}
.texto_gris {
	color: #cec9c9;
}
.texto_normal {
	font-family: 'Roboto';
	font-size: 13px;
}
.texto_grande {
	font-family: 'Roboto';
	font-size: 15px;
	font-weight: 400;
}
.no_margin {
	margin-bottom: -10px;
	margin-top: -10px;
}
hr.limit {
	margin-left: -15px;
	margin-right: -15px;
	border-color: #fff;
}

/***** Course Sidebar *****/
.widget-area {
	color: #cec9c9;
	font-size: 13px;
}
.widget-area .widget-title,
.widget-area .widgettitle {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}
a.fulllink {
	display: block;
	padding: 10px;
	margin: -15px;
	text-align: center;
	color: #111;
	background: yellow;
	border: 1px solid #111;
	font-size: 14px;
	line-height: 1em;
	font-weight: 400;
}
a.fulllink small {
	font-size: 10px;
	font-weight: 300;
	display: block;
}


/******* INTERACTIVE PAGE STYLES *******/
.logo-area a:hover:after {
	width: 0;
}
#rev_slider_1_1 .uranus.tparrows:before {
	font-size: 60px;
}
.white-bg {
	background-color: #fff;
}
.absolute-area {
	position: absolute;
}
.interactive-content-area {
	position: absolute;
	top: 0;
	left: 40px;
	width: calc( 100% - 80px );
	height: 100%;
	padding: 15px;
	overflow: hidden;
}
@media screen and (max-width: 600px) {
	.interactive-content-area {
		left: 20px;
		width: calc( 100% - 40px );
		padding: 15px 0;
	}
}

.logo-area.absolute-area {
	width: 250px;
	height: auto;
}
.logo-area.absolute-area img {
	max-width: 100%;
}

.interacive-windows {
	margin-left: 300px;
}

.dwrap-1 {
	top: 540px;
	/*left: 280px;*/
	left: 170px;
}
.dwrap-2 {
	top: 80px;
	left: 560px;
}
.dwrap-3 {
	top: 600px;
	/*left: 560px;*/
	left: 450px;
}
.dwrap-4 {
	top: 40px;
	left: 730px;
}
.dwrap-5 {
	top: 580px;
	left: 840px;
}
.dwrap-6 {
	top: 80px;
	left: 1010px;
}
.dwrap-7 {
	top: 600px;
	left: 1120px;
}
.dwrap-8 {
	top: 100px;
	left: 1400px;
}
.dwrap-9 {
	top: 560px;
	left: 1400px;
}



@media screen and (min-width: 1367px) {
	.dwrap-1 {
		top: 560px;
		left: 260px;
	}
	.dwrap-2 {
		top: 60px;
		left: 530px;
	}
	.dwrap-3 {
		top: 670px;
		left: 560px;
	}
	.dwrap-4 {
		top: 110px;
		left: 790px;
	}
	.dwrap-5 {
		top: 600px;
		left: 860px;
	}
	.dwrap-6 {
		top: 90px;
		left: 1060px;
	}
	.dwrap-7 {
		top: 400px;
		left: 1110px;
	}
	.dwrap-8 {
		top: 100px;
		left: 1400px;
	}
	.dwrap-9 {
		top: 560px;
		left: 1400px;
	}
}


.fixed-section.news-section {
	top: 420px;
}
.fixed-section.about-section {
	top: 80px;
	left: 280px;
}

@media screen and (max-width: 767px) {
	.fixed-section.news-section {
		top: 290px;
	}
}
@media screen and (max-height: 767px) {
	.fixed-section.news-section {
		top: 320px;
	}
}



.fixed-section.about-section ul.social-networks.rounded {
	margin: 0 0 -5px 0;
	padding: 5px 0 0 0;
}
.fixed-section .section-content{
	color: #fff;
}
.fixed-news strong {
	font-size: .7em;
}
.fixed-news span {
	margin-bottom: 20px;
	display: block;
	text-align: justify;
}
.fixed-news h5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.fixed-section a,
.fixed-section a:hover {
	color: #8bc640;
}
.fixed-section .close-window {
	display: none;
}
.lem-form input {
	width: 200px;
	float: left;
	margin-bottom: 5px;
	height: 20px;
	font-size: 13px;
}

.lem-form input[type=submit] {
	width: 60px;
	height: 20px;
	border: 0 none;
	margin-left: 3px;
	background: #fff;
	color: #000;
}
@media screen and (max-width: 600px) {
	.lem-form input {
		width: 100%;
		margin-bottom: 5px;
		height: 32px;
	}
	.lem-form input[type=text] {
		width: 100%;
		height: 32px;
	}
	.lem-form input[type=submit] {
		width: 100%;
		margin-left: 0;
	}
}
.open-fix {
	width: 300px;
	left: 0;
	display: none;
	cursor: pointer;
}
.open-fix-1 {
	bottom: 40px;
}
.open-fix-2 {
	bottom: 100px;
}
@media screen and (max-width: 800px) {
	.fixed-section {
		display: none;
		top: 90px !important;
		left: 0 !important;
		z-index: 99;
		overflow: hidden;
		max-height: 400px;
	}
	.fixed-section .section-content {
		overflow: scroll;
		max-height: 360px;
	}
	.open-fix,
	.fixed-section .close-window {
		display: block;
	}
}

.lem {
	width: 220px;
	margin-bottom: 30px;
	background-color: #111;
}

.draggable {
	display: none;
}
.draggable:hover {
	cursor: move;
}
.section-header {
	background: #000;
	color: #fff;
	font-weight: 700;
	padding: 10px;
	font-size: 18px;
}
span.close-window {
	float: right;
	margin-top: -5px;
	font-weight: lighter;
}
span.close-window:hover{
	cursor: pointer;
}
.section-image {
	width: 100%;
}
.section-image img {
	width: 100%;
}
.section-content {
	padding: 15px;
}
.section-content,
.section-content p {
	color: #fff;
	font-size: 13px;
}
.section-footer {
	text-align: right;
	padding: 0 5px 5px 0;
}
a.circle-plus {
	height: 1em;
	width: 1em;
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	color: #000;
	background: #8bc640;
	border-radius: 50%;
}
a.circle-plus:hover {
	color: #000
}
a.circle-plus:hover:after {
	height: 0;
	display: none;
}

.section-footer .social-networks.rounded li a {
	width: 20px;
	height: 20px;
}
.draggable.different-section .section-footer {
	display: none;
}


.temporary {
	top: 850px;
	left: 400px;
}
.list-open li {
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

/********* SPIDER CALENDAR STYLES *********/
.page-template-course-template .course-sidebar-area section.course_widget:first-child {
	margin-bottom: 1px;
}
#afterbig1 table,
#bigcalendar1 table,
#afterbig2 table,
#bigcalendar2 table,
#afterbig3 table,
#bigcalendar3 table,
#afterbig4 table,
#bigcalendar4 table,
#afterbig5 table,
#bigcalendar5 table,
#afterbig6 table,
#bigcalendar6 table,
#afterbig7 table,
#bigcalendar7 table {
	font-family: 'Roboto' !important;
}
table > tbody > tr > td > table.general_table > tbody > tr > td > table > tbody > tr:first-child {
	display: none;
}

.widget-area .box:hover,
.widget-area .calyear_table,
.widget-area .general_table {
	background-color: transparent !important;
}
.widget-area .top_table {
	background-color: #000 !important;
}
.box {
	max-width: 180px;
	margin: 0 auto;
	color: #cec9c9
}
span.startdate {
	font-size: 24px;
	color: #fff;
}
span.startday {
	font-size: 36px;
}
#afterbig1 table .enddate {
	display: none;
}
.c_name {
	display: none;
}
.c_name a {
	color: #cec9c9;
}
.c_desc {
	margin-bottom: -10px;
}
.last_table {
	display: none;
}


/*** new widget ***/
.global-link {
	display: block;
	width: 100%;
}
a.global-link:hover:after {
	width: 0;
}
.evs hr.limit {
	margin-bottom: 10px;
	margin-top: 10px;
}
.evs hr.limit:last-child {
  display: none;
}
.tac {
	text-align: center;
}
.ev-heading {
	text-align: center;
	font-size: 1.2em;
	color: #fff;
}
.ev-dates {
	text-align: center;
}
.ev-day,
.ev-month {
	display: block;
	color: #fff;
}
.ev-day {
	font-size: 54px;
}
.ev-month {
	font-size: 24px;
	text-transform: uppercase;
}
.ev-time {
	color: #898989;
}
.ev-desc {
	width: 80%;
	margin: 0 auto;
}

/********* COURSE LIST PAGE ********/
.course-list-wrapper {
	padding: 0 15px;
	margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
	.course-list-wrapper {
		float: left;
		width: calc( 100% - 285px);
	}
}
.loading {
	max-width: 300px;
	margin: 0 auto;
	display: none;
}

.course-list-container .course-sidebar-area {
	width: 100%
}
.course-draggable-area {
	position: absolute;
	top: 0;
}

.course-grid {
	display: grid;
	grid-gap: 1em;
	grid-template-columns: 1fr;
}
@media screen and (min-width: 640px) {
	.course-grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}
@media screen and (min-width: 992px) {
	.course-grid {
		grid-template-columns: repeat( 3, 1fr );
	}
	.course-list-container .course-sidebar-area {
		width: 285px;
		margin-top: 0;
	}
	.course-draggable-area {
		position: relative;
	}
}
@media screen and (min-width: 1200px) {
	.course-grid {
		grid-template-columns: repeat( 4, 1fr );
	}
}
@media screen and (min-width: 1440px) {
	.course-grid {
		grid-template-columns: repeat( 5, 1fr );
	}
}
.course-grid-item {
	border: 1px solid #eee;
}
.course-grid-item a,
.course-grid-item a:hover {
	text-decoration: none;
	border: 0 none;
	color: #fff;
	display: block;
	height: 100%;
}
.course-grid-item a:after,
.course-grid-item a:hover:after {
	height: 0;
}
.course-date {
    position: absolute;
    bottom: 0;
    padding: 0.2em .9em;
    text-align: center;
    font-weight: 700;
    background: rgba(0,0,0,.6);
}
.course-date-day {
	font-size: 1.8em;
    display: block;
}
.course-info,
.course-data {
	padding-left: 8px;
	padding-right: 8px;
}
.course-info {
	background-color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.course-data {
	background-color: #333;
	padding-bottom: 3px;
	padding-top: 3px;
}
.course-info h4,
.course-data p {
	margin: 0;
	font-size: 16px;
	color: #fff;
}
.course-info h4 {
	max-height: 17px;
	overflow: hidden;
}

/*** Course List Page Floating Window ***/
.course-draggable-area .absolute-area {
	height: 0;
}
.draggable.lem.single {
	width: 320px;
	display: block;
	z-index: 100020;
	top: 50px;
	left: 50px;
}
#drag-1.maximized,
.minimizable.maximized,
.draggable.lem.single.maximized {
	transition: all 0.15s;
	transform: scale(1.05);
	border: 2px solid #f00;
}
.draggable.lem.single .section-header {
	font-size: 15px;
}
.course-list-filters {
	color: #fff;
	font-size: 13px;
}
.course-list-filters ul {
	list-style: none;
	padding-left: 0;
	padding-bottom: 1em;
}
.course-list-filters ul li {
	border-top: 1px solid #fff;
	padding-left: 2em;
	color: #fff;
}
.pastilla {
	background-color: #fff;
	color: #000;
	padding: 1px 6px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}
span.subtitulo {
	background-color: #000;
	display: block;
	margin: -1.4em -1em 0 -1em;
	padding: 0 10px 1em;
	font-size: 14px;
	font-weight: 700;
}

@media screen and (max-width: 600px) {
	.course-draggable-area {
		position: relative;
	}
	.course-draggable-area .draggable-wrapper {
		position: relative;
		height: auto;
		padding: 0 15px;
	}
	.course-draggable-area .draggable-wrapper .draggable {
		top: 0;
		left: 0;
		width: 100%;
		position: initial !important;
	}
	.course-draggable-area .draggable-wrapper .draggable .section-header,
	.course-draggable-area .draggable-wrapper .draggable .section-content {
		display: none;
	}
}


/******** HEADER BOXES *********/
header.site-header.main-header.menu-type-full-bg-menu {
	pointer-events: unset;
}
.boxes-column .menu-items-blocks {
	justify-content: center;
	flex-wrap: wrap;
}
.le-header-box {
	width: 220px;
	margin-left: 30px;
	height: 44px;
	margin-top: 1em;
	flex-grow: 1;
}
.le-draggable-box {
	height: 42px;
	background: #eee;
	padding-top: 12px;
	text-align: center;
	transition: all 0.15s;
}
.le-draggable-box.minimized {
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

.le-search-box form {
	position: relative;
	width: 100%;
}
.le-search-box form input[type=search] {
	height: 42px;
	background-color: #eee;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	font-weight: 400;
	padding-right: 55px;
}
.le-search-box form input[type=submit] {
	font-size: 14px;
	background-color: transparent;
	font-weight: 700;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: absolute;
	right: 0;
	top: 0;
	height: 43px;
	text-transform: uppercase;
	padding-right: 15px;
	color: #333;
}
.resp {
	display: none;
}
.unresp {
	display: block;
}

@media screen and (max-width: 991px) {
	.le-draggable-box {
		margin-left: -30px;
	}
}
@media screen and (max-width: 529px) {
	.le-search-box {
		margin-left: -30px;
	}
	/* .single-service .le-search-box {
		display: none;
	} */
	.single-service .boxes-column .menu-items-blocks,
	.post-type-archive-service .boxes-column .menu-items-blocks {
		flex-wrap: nowrap;
	}
	.single-service .le-header-box,
	.post-type-archive-service .le-header-box {
		width: auto;
		margin-right: 1em;
	}
	.resp {
		display: block;
	}
	.unresp {
		display: none;
	}
}
@media screen and (min-width: 992px) {
	.menu-column.burger-column {
		order: 1;
		flex-basis: 60px;
		flex-grow: unset !important;
	}
	.boxes-column .menu-items-blocks {
		justify-content: flex-end;
	}
	.le-header-box {
		margin-top: 0;
		flex-grow: 0;
	}
}

/********** Team Template Styles **********/
.members-grid {
	display: grid;
	grid-gap: 1em;
	margin-bottom: 1em;
	grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 600px) {
	.members-grid {
		grid-template-columns: repeat( 3, 1fr );
	}
}
@media screen and (min-width: 992px) {
	.members-grid {
		grid-template-columns: repeat( 4, 1fr );
	}
}
@media screen and (min-width: 1200px) {
	.members-grid {
		grid-template-columns: repeat( 5, 1fr );
	}
}
.members-grid-item {
	margin-bottom: 0.5em;
}
.member-photo img {
	margin-bottom: 0.5em;
}
.content-grid > div {
	padding: 1em;
	border: 1px solid #eee;
}
.content-grid {
	display: grid;
	grid-gap: 1em;
	margin-bottom: 1em;
	grid-template-columns: 1fr;
}
.page-template-team-template .section-footer ul {
	margin-bottom: 0;
}
@media screen and (min-width: 992px) {
	.content-grid {
		grid-template-columns: 1fr 1fr;
	}
}
.draggable form texarea,
.draggable form input:not([type="submit"]) {
	width: 90%;
	height: 26px;
	font-size: 1em;
	margin-bottom: .2em;
}
.draggable form input[type="submit"] {
	background-color: #111;
}
@media screen and (max-width: 600px) {
	.page-template-team-template .draggable-wrapper {
		position: relative;
		height: auto;
		padding: 0 15px;
		height: auto !important;
	}
	.page-template-team-template .draggable-wrapper .draggable {
		top: 0;
		left: 0;
		width: 100%;
		position: initial !important;
	}
}


/******* WPSPA *******/
.molester,
.molester .surprise {
	position: fixed;
	left: 0;
	padding: 8px;
	background: yellow;
	letter-spacing: 1px;
	z-index: 999;
}

.molester .surprise {
    display: none;
    padding: 1em 0;
}

.molester:hover .surprise {
	display: block;
}

.molester a {
	color: #000;
	font-weight: 700;
}

.molester .no-molester {
	position: absolute;
	right: 10px;
	cursor: pointer;
}
.molester.closed .no-molester {
	display: none;
}

@media screen and (max-width: 991px) {
	.molester,
	.molester .surprise {
		bottom: 0;
		width: 100%;
	}
	.molester .surprise {
		bottom: 2em;
	}
	.molester .no-molester {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.molester,
	.molester .surprise {
		width: 40%;
		bottom: 50%;
		left: 0;
	}
	.molester .surprise {
		bottom: calc( 50% + 2em );
	}
	.molester.closed,
	.molester.closed .surprise {
		width: 100%;
		bottom: 0;
	}
	.molester.closed .surprise {
		bottom: 2em;
	}
}
@media screen and (min-width: 1200px) {
	.molester,
	.molester .surprise {
		width: calc( ( 100% - 1200px ) / 2 + 420px );
		bottom: 50%;
	}
	.molester .surprise,
	.molester.closed .surprise {
		bottom: calc( 50% + 2em );
	}
}

@media screen and (min-width: 1500px) {
	.molester.closed,
	.molester.closed .surprise {
		width: 300px;
		bottom: 50%;
	}
	.molester.closed .surprise {
		bottom: calc( 50% + 2em );
	}
}

/******* WPSPA *******
@media screen and (min-width: 767px) {
	.molester {
		position: fixed;
		width: 40%;
		top: 50%;
		left: 0;
		padding: 8px;
		background: yellow;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding-left: 40px;
		z-index: 999;
		text-align: center;
	}
}
@media screen and (min-width: 992px) {
	.molester {
		width: 40%;
	}
}
@media screen and (min-width: 1200px) {
	.molester {
		width: calc( ( 100% - 1200px ) / 2 + 420px );
	}
}
@media screen and (max-width: 766px) {
	.molester {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 8px 0;
		text-align: center;
		background: yellow;
		text-transform: uppercase;
		letter-spacing: 1px;
		z-index: 999;
	}
}

.molester a {
	color: #000;
	font-weight: 700;
}
*/


/*********************************
********** SERVICES **************
*********************************/

.wrapper.fullvh {
	height: 100vh;
}

.service-wrapper {
	position: relative;
	width: 100%;
	height: calc( 100% - 138px );
}
.service-content {
	position: relative;
	left: 4em;
	top: 4em;
	width: 300px;
	padding: .1em 1em;
	background: rgba(0,0,0,.6);
	z-index: 10;
}
.single-service .service-content {
	width: 600px;
}
.child-node {
	position: absolute;
	display: none;
}
#subService {
	left: calc(300px + 6em);
}
#subSubService {
	left: calc(600px + 8em);
}
.service-content a.link-back:hover:after {
	width: 0;
}
.service-content .close-window {
	margin-top: -15px;
	color: #fff;
}
.single-service .service-content .close-window {
	margin-top: 10px;
}
.service-content .hide-service {
	display: block;
	margin-top: 10px;
	margin-bottom: -10px;
	color: #fff;
	cursor: pointer;
}
.service-content h2,
.service-content div,
.service-content p {
	color: #fff;
}
.service-content .action-link {
	text-align: right;
	margin-top: 1em;
}
.service-content .action-link a {
	color: #ff0;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 0.5em;
}
.service-content .sub-service-link {
	display: inherit;
	color: #ff0;
}
.service-content .sub-service-link.noLink {
	display: none;
}
.service-list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.service-list li {
	margin-left: -1em;
	margin-right: -1em;
	padding-left: 2em;
	border-top: 1px solid #fff;
	line-height: 2em;
}
.service-list li:first-of-type {
	border-color: #ff0;
}
.service-list li a {
	color: #fff;
}
.service-list li a:hover {
	color: #ff0;
}
.service-list li a:after {
	display: none;
}
.loading.fixed {
	position: fixed;
	top: calc(50% - 150px);
	left: calc(50% - 150px);
}

/* slider */
.service-slider {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.service-slides {
	display: flex;
	height: 100%;
}
.service-slide {
	flex-basis: 0;
	flex-shrink: 0;
	flex-grow: 0;
	opacity: 0;
	transition: opacity 1.6s;
	background-size: cover;
	background-position: center;
}
.service-slide img {
	display: block;
	max-width: 100%;
}
.service-slide.active {
	flex-grow: 10;
	opacity: 1;
}
.service-slide .obj_link {
	display: none;
	position: absolute;
	top: 49%;
	right: calc(50% - 100px);
	color: #000;
	background: #ff0;
	padding: 0.5em 1em;
	min-width: 200px;
	text-align: center;
}
.service-slide.active .obj_link {
	display: block;
}
/* .single-service .service-slide .obj_link {
	top: 49%;
	right: calc(50% - 100px);
} */
@media screen and (max-width: 900px) {
	.single-service .service-slide .obj_link {
		top: 1em;
		left: 0;
		right: unset;
	}
}
.service-slider-controls {
	position: absolute;
	top: 50%;
	right: 0;
	padding: 1em 1em 0;
}
.service-slider-controls span {
	cursor: pointer;
}
.service-slider-controls span svg {
	width: 4em;
	fill: #fff;
	stroke: #000;
	stroke-width: 1;
}

/* responsive styles */
@media screen and (max-width: 900px) {
	.service-content {
		left: 0;
		max-width: 90%;
	}
	.service-slider-controls {
		padding: 0;
	}
	.service-slider-controls span svg {
		width: 3em;
	}
}

/******* FORM PAGE *******/
.form-wrapper {
	position: relative;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
}
.form-content {
	position: absolute;
	top: 0;
	left: calc(50% - 450px);
	width: 100%;
	max-width: 900px;
	height: 100%;
	padding: 3em 1em;
	color: #fff;
	background: rgba(0,0,0,.6);
	z-index: 10;
	overflow: scroll;
}
.form-content p {
	color: #fff;
}
@media screen and (max-width: 900px) {
	.form-content {
		left: 1em;
		width: calc(100% - 2em);
	}
}

.page-template-form-template input[type=tel],
.page-template-form-template input[type='text'],
.page-template-form-template input[type='email'],
.page-template-form-template select,
.page-template-form-template textarea {
	width: 320px;
	max-width: 80%;
}
