/*--------------
Elements
----------------*/
/*main containers*/
.wmts_container,
.wmts_members {
position: relative;
overflow: hidden;
}

.wmts_members {clear: both;/*transition: .4s;  uncomment for smooth height transition */transition: .3s;}

.wmts_container.wmts_loaded{
max-height: none;
overflow: visible;
}

.wmts_members.wmts_loading:after{
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.wmts_container.wmts_loaded>*{
opacity: 1;
}

.wmts_container.wmts_loaded:after{
display: none;
}

/*-- loaded*/
.wmts_container:after
{
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin-left: -20px;
margin-top: -20px;
background: url(../gif/loader.gif) no-repeat center center;
background-size: 25px 25px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

.wmts_container:after
{
animation: wmts-3Drotate 1s infinite ease-in-out;
}

@keyframes wmts-3Drotate {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	} 50% {
		transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0deg)
	} 100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
	}
}

/*general elements*/
.wmts_element{
font-size: 1em;
line-height: 1.2em;
color: inherit;
box-sizing: border-box;
}

.wmts_member>.wmts_element{
padding-left: 10px;
padding-right: 10px;
margin: 10px 0;
}

a.wmts_element{
cursor: pointer;
text-decoration: none;
border-bottom: none;
}

/*member container*/
.wmts_member{
font-size: 14px;
background: #F5F5F5;
border-radius: 3px;
display: inline-block;
overflow:hidden;
line-height: 1em;
position: relative;
-webkit-perspective: 1000px;
/*perspective: 1000px;*/ /*Firefox mac bug*/
vertical-align: middle;
}

.wmts_member:hover{
/*box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);*/
}

/*image*/
.wmts_element.wmts_image_centering {
    position: relative;
    height: 280px;
    max-height:100%;
    overflow: hidden;
    margin: 0;
	padding: 0;
}

.wmts_members img.wph_element{
  margin: 0;
  display:block;
}

/*name*/
#poststuff h2.wmts_name,
h2.wmts_name,
.wmts_name
{
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: .2em 0;
  display:block;
  text-transform: uppercase;
}

.wmts_underline_name a{
	border-bottom: 1px solid;
	padding-bottom: .1em;
	display: inline-block;
	margin-bottom: .2em;
}

.wmts_enable_name_link_icon a:after,
.wmts_enable_name_link_icon.wmts_underline_name:after{
	content: "\f064";
	font-family: FontAwesome;
	margin-left: .4em;
	opacity: .3;
	transition: .2s;
	-webkit-transition: .2s;
}

.wmts_enable_name_link_icon.wmts_underline_name a:after{
	display: none;
}

.wmts_member:hover .wmts_enable_name_link_icon a:after,
.wmts_member:hover .wmts_enable_name_link_icon.wmts_underline_name:after {
	opacity: 1;
	font-size: 1em;
}

a.wph_auto_a{
	font-size: inherit;
	line-height: inherit;
/*	color: inherit;*/
	text-decoration: inherit;
    border-bottom: none;
}

/*job title*/
#poststuff h3.wmts_job_title,
h3.wmts_job_title,
.wmts_element.wmts_job_title
{
  font-size: 1em;
  line-height: 1.2em;
  margin: 0 0 .5em;
  padding: .2em 0;
  display:block;
  text-shadow: none;
}

/*description*/
.wmts_element .wmts_description{
  position: relative;
  margin-top: 2em;
  line-height: 2em;
  display: block;
}

.wmts_element .wmts_description:before {
content: '';
position: absolute;
top: -1em;
width: 20px;
border-bottom: 1px solid;
}

/*link*/
.wmts_element [data-wph-type="link"] i{
font-size: 1.4em;
line-height: 1.4em;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
}

a.wmts_element[data-wph-type="link"]{text-decoration: none;margin: .1em .6em .1em 0;}

a.wmts_element[data-wph-type="link"]:last-child{
margin-right: 0;
}

a.wmts_element[data-wph-type="link"] span{
text-decoration: underline;
}

/*pseudo links*/
.wmts_element[data-wph-href]{
	cursor: pointer;
}

/*
.wmts_attribute[data-wph-href] *{
	text-decoration: underline;
}
*/

.wmts_attribute[data-wph-href] i,
.wmts_attribute[data-wph-href] [data-wph-type="label"],
.wmts_attribute[data-wph-href] [data-wph-type="label"] span{
	text-decoration: none;
}

/*ribbon*/
.wmts_element.wmts_ribbon{
width: 240px;
margin: 0;
top: 35px;
right: -85px;
font-size: 1em;
line-height: 1em;
position: absolute;
z-index: 1;
text-align: center;
background: #1DA642;
color: white;
padding: 7px 50px;
transform: rotate( 45deg ) translate3d(0, 0, 0);
-webkit-transform: rotate( 45deg ) translate3d(0, 0, 0);
transform-origin: 50% 0%;
-webkit-transform-origin: 50% 0%;
}

/*text container*/
.wmts_member>.wmts_text_container{
	padding: 20px;
	margin: 0;
}

/*attribute*/
.wmts_attributes {
	display: inline-block;
	width: 100%;
	margin: 5px 0;
}

.wmts_attributes:empty{
	display: none;
}

.wmts_attribute{display: inline-block;width:100%;margin: .25em 0;}

/*-- attribute icons*/
.wmts_attribute span i{
width: 1.2em;
text-align:center;
}

/*-- attribute label*/
.wmts_attribute span[data-wph-type="label"]{
display: inline-block;
cursor: default;
}

.wmts_attribute span[data-wph-type="label"] i{
margin-right: 5px;
}

.wmts_attribute span[data-wph-type="label"] span{
margin-right: 5px;
}

.wmts_lightbox .wmts_attribute span[data-wph-type="label"] i{
margin-right: 10px;
}

/*-- attribute value*/
.wmts_attribute span[data-wph-type="value"]{
float: right;
display: inline-block;
}

.wmts_attribute span[data-wph-type="value"] a{
	color: inherit;
	text-decoration: none;
}

.wmts_attribute span[data-wph-type="value"] i{
margin-left: 5px;
}

/*iFrame*/
.wmts_members [data-wph-type="video"] iframe{
max-width: 100%;
height: 200px;
}

/*Lightbox*/
.mfp-wrap.wmts_lighbox_screen{
	z-index: 100000;
}

.wmts_members .wmts_lightbox {
display: none;
}

.wmts_lightbox {
	width: 950px;overflow: hidden;min-width: 300px;min-height: 100px;background: rgb(27, 27, 27);display: block;font-size: 1.5em;position: relative;margin: 0 auto;box-sizing: border-box;text-align: left;
}

.wmts_lighbox_screen .mfp-arrow{
	transition: 0s;
	position: absolute;
}

.wmts_lightbox .wmts_image_centering {
    height: 450px;
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
}

.wmts_lightbox .wmts_image_centering>img {
visibility: hidden;
max-width: 100%;
max-height: 100%;
}

.wmts_lightbox .wmts_name{
font-size: 1.2em;
}

.wmts_lightbox>.wmts_element{
	display:inline-block;
	padding: 10px;
}

.wmts_lightbox>.wmts_image_centering,
.wmts_lightbox>.wmts_text_container
{
vertical-align: middle;
padding: 0;
}

.wmts_lightbox_horizontal>.wmts_image_centering
{
  float: left;
}


.wmts_lightbox .wmts_job_title{
font-size: .8em;
}

.wmts_lightbox .wmts_element,
.wmts_lightbox .wmts_element * {
	color: rgba(255, 255, 255, 0.74);
	line-height: 1.4em;
}

.wmts_lightbox .wmts_element p {
    line-height: 1.8em;
}

.wmts_lightbox_dark .wmts_description{
	font-size: 14px;
}

.wmts_lightbox_dark .wmts_element a{
	color: white;
}

.wmts_lightbox .wmts_links{
margin: 10px 0;
}

.wmts_lightbox .wmts_text_container {
  padding: 20px;
  width: 500px;
  max-width: 100%;
  max-height: 450px;
  position: relative;
  display: inline-block;
  text-align: left;
}

.wmts_lightbox_horizontal .wmts_text_container {
  padding: 10px 20px;
  overflow-y: auto;
}

@media screen and (max-width: 1024px) {
	.wmts_lightbox_horizontal {
		width: 85%;
	}

	.wmts_lightbox_horizontal .wmts_image_centering {
		height: 450px;
		width: 50%;
	}

	.wmts_lightbox_horizontal .wmts_text_container {
		height: auto;
		width: 50%;
	}
}

.wmts_lightbox .wmts_text_container::-webkit-scrollbar {
	background: rgba(0,0,0, .4);
	width: 10px;
}

.wmts_lightbox .wmts_text_container::-webkit-scrollbar-track {

}

.wmts_lightbox .wmts_text_container::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.3);
}


/*Lightbox Vertical orientation begins*/

.wmts_lightbox_vertical{margin: 50px auto;width: 700px;text-align: center;}

.wmts_lightbox_vertical .wmts_image_centering{
    width: 350px;
    height: 350px;
	display: block;
	margin: 20px auto 10px;
	border-radius: 100%;
	border: 15px solid rgba(255,255,255,0.1);
	z-index: 1;
}

.wmts_lightbox.wmts_lightbox_vertical{
	padding: 20px;
}

.wmts_lightbox_vertical .wmts_text_container{display: block;width: 100%!important;text-align:center;max-height: none;}

.wmts_lightbox_vertical .wmts_element,
.wmts_lightbox_vertical .wmts_element *{
color: #bbb;
}

.wmts_lightbox.wmts_lightbox_vertical .wmts_description:before {
left: 50%;
top: -30px;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
width: 50px;
height: 5px;
border: none;
background: #555;
}

.wmts_lightbox.wmts_lightbox_vertical .wmts_description {
font-size: 14px;
line-height: 2em;
margin-top: 50px;
text-align: justify;
}

.wmts_lightbox_vertical .wmts_attribute {
margin: 15px 0;
}

.wmts_lightbox_vertical.wmts_lightbox_dark .wmts_element h2,
.wmts_lightbox_vertical.wmts_lightbox_dark .wmts_element h3,
.wmts_lightbox_vertical.wmts_lightbox_dark .wmts_element h4,
.wmts_lightbox_vertical.wmts_lightbox_dark .wmts_element h5
{
color: white;
}

.wmts_lightbox_vertical.wmts_lightbox_light .wmts_element h2,
.wmts_lightbox_vertical.wmts_lightbox_light .wmts_element h3,
.wmts_lightbox_vertical.wmts_lightbox_light .wmts_element h4,
.wmts_lightbox_vertical.wmts_lightbox_light .wmts_element h5
{
color: black;
}

/*Lightbox Vertical orientation ends*/

/*Lightbox Color Theme Light begins*/
.wmts_lightbox_light{
background: white;
}

.wmts_lightbox_light .wmts_element,
.wmts_lightbox_light .wmts_element *{
color: #808080;
}

.wmts_lightbox_vertical.wmts_lightbox_light .wmts_image_centering{
	border: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.wmts_lightbox_vertical.wmts_lightbox_light .wmts_description:before{
    background: #ECECEC;
}
/*Lightbox Color Theme Light ends*/

.wmts_lightbox [data-wph-type="link"] i{
font-size: 1em;
margin: .1em .1em .1em 0;
}

.wmts_lightbox .wmts_description {font-size: 14px;line-height: 27px;margin: 2em 0 1em 0;}

.wmts_lightbox .wmts_description:before {
left: 8px;
transform: translateX( -50% );
-webkit-transform: translateX( -50% );
box-shadow: none;
border-color: inherit;
width: 15px;
}

.wmts_lightbox .wmts_description h2,
.wmts_lightbox .wmts_description h3,
.wmts_lightbox .wmts_description h4,
.wmts_lightbox .wmts_description h5
{
margin: 1.2em 0 .4em;
font-weight: bold;
}

.wmts_lightbox .wmts_attribute {font-size: 13px;display: block;margin-bottom: 7px;}

.wmts_lightbox .wmts_attribute [data-wph-type=value] {
float: none;
}

.wmts_element button.mfp-close{
	color: #FFFFFF;
	top: 15px;
	right: 15px;
	transition: .2s;
	position: absolute;
	font-size: 50px;
	font-weight: normal;
}

.wmts_element button.mfp-close:hover{
	color: white;
}

.wmts_lightbox_horizontal{
	overflow: visible;
}

.wmts_lightbox_horizontal:after{
	content:" ";
	display: block;
	clear: both;
}

.wmts_lightbox_horizontal.wmts_element button.mfp-close{
	right: -50px;
	top: -10px;
	font-size: 50px;
	font-weight: normal;
}

.wmts_lightbox_light.wmts_lightbox_vertical button.mfp-close, .wmts_lightbox_light.wmts_lightbox_vertical button.mfp-close:hover{
	color: black;
}

@media screen and (max-width: 920px) {
	.wmts_lightbox,
	.wmts_lightbox .wmts_image_centering,
	.wmts_lightbox .wmts_text_container{
		display: block;
		width: 100%;
	}

	.wmts_lightbox .wmts_image_centering{
		max-height:300px;
		width: 100%;
		margin: 0;
	}

	.wmts_lightbox{
		padding: 0!important;
	}

	.wmts_lightbox.wmts_lightbox_vertical .wmts_image_centering{
		width: 300px;
		height: 300px;
		margin: 0 auto;
		border: 5px solid rgba(255,255,255,0.1);
	}

	.wmts_lightbox.wmts_lightbox_vertical{
		margin-top: 0;
		margin-top: 5px;
		padding-top: 20px!important;
	}

	.wmts_lightbox_horizontal .wmts_text_container {
		height: auto;
		max-height: none;
		overflow-y: hidden;
	}

	.wmts_lightbox_horizontal .wmts_image_centering {
		width: 300px;
		height: 300px;
		border-radius: 100%;
		margin: 0 auto 40px;
		position: relative;
		top: 20px;
		border: 4px solid white;
		box-shadow: 0 0 10px rgba(0,0,0,0.5);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		float: none;
	}

	.wmts_lightbox_horizontal.wmts_element button.mfp-close {
		right: 10px;
		top: 10px;
	}

	.wmts_lightbox_horizontal.wmts_element.wmts_lightbox_light button.mfp-close {
		color: black;
	}

	.wmts_lightbox_horizontal.wmts_element.wmts_lightbox_dark button.mfp-close {
		color: white;
	}

	.wmts_lighbox_screen .mfp-arrow {
		top: 30%;
	}
}


@media screen and (max-width: 600px) {
	.wmts_element button.mfp-close{
		right: 0;
		top: 0;
		/*background: rgba( 0, 0, 0, .5 );*/
		border: none;
		border-radius: 0;
		transform: none;
		-webkit-transform: none;
	}

	.wmts_lighbox_screen .mfp-arrow{
		top: 25%;
	}

	.wmts_lightbox_light.wmts_element button.mfp-close{
		/*color: white!important;*/
	}

	.wmts_element.wmts_lightbox_horizontal.wmts_lightbox_dark button.mfp-close{
		background: rgba(0, 0, 0, 0.24);
		color: rgb(255, 255, 255)!important;
	}

	.wmts_lighbox_screen .mfp-arrow {
	    transition: 0s;
	    position: absolute;
	}

}

.wmts_lightbox .wpcf7{
	margin: 20px 0;
}

.wmts_lightbox .wpcf7 input, .wmts_lightbox .wpcf7 textarea{
	background: transparent;
	width: 100%!important;
	max-width: none;
	color: white;
	font-size: 16px;
	line-height: 1.2em;
	padding: 1em;
	font-family: raleway;
	border: 1px solid rgba(255, 255, 255, 0.19);
	height: auto;
}

.wmts_lightbox_light .wpcf7 input, .wmts_lightbox_light .wpcf7 textarea{
	border: 1px solid rgba(0, 0, 0, 0.19);
	color: black;
}

.wmts_lightbox .wpcf7 input:focus, .wmts_lightbox .wpcf7 textarea:focus{
	background: rgba(255, 255, 255, 0.07);
}

.wmts_lightbox_light .wpcf7 input:focus, .wmts_lightbox_light .wpcf7 textarea:focus{
	background: rgba(0, 0, 0, 0.07);
}

.wmts_lightbox .wpcf7 input[type="submit"]{
	width: 100%;
	line-height: 1.2em;
	height: auto;
	cursor: pointer;
}

.wmts_lightbox div.wpcf7-validation-errors, .wmts_lightbox div.wpcf7-mail-sent-ng, .wmts_lightbox div.wpcf7-mail-sent-ok {
	border: 2px solid rgba(0, 0, 0, 0.01);
  padding: 12px;
  background: #EC7C7C;
  color: rgb(255, 255, 255);
  font-size: 16px;
  margin: 0;
}

.wmts_lightbox div.wpcf7-mail-sent-ok {
    background: #6AB370;
}

.wmts_lightbox span.wpcf7-not-valid-tip {
	color: #EC7C7C;
	margin-top: 5px;
}

.wmts_lightbox .wpcf7 form p{
	font-size: 16px;
}

.wmts_lightbox hr {
	opacity: .3;
	margin: 40px 0;
}

/*Search*/
.wmts_search{
	clear: both;
}

@media (max-width:950px){
	.wmts_search{
		float: left;
		clear: left;
	}
}

.wp-admin .wmts_search>*,
.wmts_search>*{
	font-size: 14px;
	line-height: 1.6em;
	margin: 0 15px 15px 0;
	padding: 0 10px;
	min-height: 44px;
	width: auto;
	border: 1px solid rgba(0,0,0,0.08);
	background: rgba(0,0,0,0.03);
	color: #333;
	vertical-align: top;
	box-sizing: border-box;
  display: inline-block;
}

.wp-admin .wmts_search:hover>*,
.wmts_search:hover>*{
	color: #333;
}

.wmts_search>select {
    -webkit-appearance: menulist!important;
}

.wp-admin .wmts_search>*:last-child,
.wmts_search>*:last-child{
	margin: 0 0 15px 0!important;
	display: inline-block;
}

.wmts_search span.wmts_search_submit {
	background-color: rgba(0,0,0,0.08);
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid rgba(0,0,0,0.08);
    color: black;
    text-shadow: none;
    border-width: 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.21);
}

.wmts_search .wmts_search_submit>i {
    margin: 0;
    opacity: 0;
    overflow: hidden;
    text-align:center;
    width:0;
    transition: .5s;
    position: relative;
    top: 2px;
}

.wmts_search_submit.wmts_loading>i:first-child,
.wmts_search_submit.wmts_init>i:last-child
{
    width: 1.2em;
    margin: 0 5px 0 0;
    opacity: .7;
    top: 2px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'1\'/></filter></svg>#grayscale");
}

.wmts_search_submit.wmts_init>i:last-child
{
    margin: 0 -4px 0 5px;
}

.wmts_clear{
	display: block;
	width: 100%;
	clear: both;
	float: none;
}

.wmts_clear_search_trigger_container,
.wmts_clear_filter_trigger_container {
	text-align:center;
}

.wmts_clear_search_trigger,
.wmts_clear_filter_trigger {
	display: inline-block;
    text-align: center;
    font-size: 1.5em;
    margin: 30px 0;
}

/*Filters*/
.wmts_filters{
    /* float: left; */
}

.wmts_filters .wph_filter_label{
	margin: 0 10px 10px 0;
	display: inline-block;
	font-size: 16px;
	color: black;
	font-weight: bold;
}

.wmts_filters span.wph_filter,
.wph_pagination_load_more {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 13px 19px;
	background: rgb(255, 255, 255);
	background: radial-gradient(ellipse at center, rgb(255, 255, 255) 0%,rgb(239, 239, 239) 100%);
	border-radius: 2px;
	margin: 0 15px 15px 0;
	cursor: pointer;
	position: relative;
	color: rgba(0, 0, 0, 0.62);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.21);
	transition: .2s;
}

.wmts_filters span.wph_filter i{
	display: none;
	position: absolute;
  top: -8px;
  left: -8px;
  background: inherit;
  padding: 2px;
  border-radius: 100%;
  border: inherit;
  height: 15px;
  width: 15px;
  font-size: 15px;
  text-align: center;
  line-height: 15px;
}

.wmts_filters span.wmts_selected_filter i{
	display: block;
}

.wmts_filters span.wmts_selected_filter,
.wmts_filters span.wph_filter:hover{
	background: radial-gradient(ellipse at center, rgb(234, 234, 234) 0%,rgb(222, 222, 222) 100%);
}

/*Pagination*/
.wmts_pagination{
	display: block;
	text-align:center;
	margin-top: 5px;
}

.wmts_pagination a.page-numbers, .wmts_pagination span.page-numbers, .wph_pagination_load_more {font-size: 15px;font-weight: bold;line-height: 1em;color: rgba(0, 0, 0, 0.62);cursor:pointer;text-decoration:none;padding: 12px 18px;background: rgba(0, 0, 0, 0.04);background: radial-gradient(ellipse at center, rgb(255, 255, 255) 0%,rgb(239, 239, 239) 100%);display:inline-block;margin:2px;border-radius:2px;position:relative;transition:.2s background;box-sizing: border-box;position: relative;border: 1px solid rgba(0,0,0,0.08);}

.wmts_pagination a.page-numbers i, .wmts_pagination span.page-numbers i{
	display: inline-block;
}

.wmts_pagination span.dots{
cursor: default;
}

.wmts_pagination a.page-numbers:hover, .wmts_pagination span.page-numbers:hover, .wmts_pagination .current.page-numbers{background: rgba(0, 0, 0, 0.11);background: radial-gradient(ellipse at center, rgb(230, 230, 230) 0%,rgb(210, 210, 210) 100%);}

.wmts_pagination .wmts_loading .fa-refresh{position: absolute;width: 100%;text-align: center;top: auto;left: 0;color: rgb(0, 0, 0);filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'1\'/></filter></svg>#grayscale");}

.wph_pagination_load_more{
	padding: 20px 60px;
  overflow: hidden;
	margin-top: 10px;
}

.wph_pagination_load_more:hover{
	background: rgba(0, 0, 0, 0.08);
	background: radial-gradient(ellipse at center, rgb(245, 245, 245) 0%,rgb(234, 234, 234) 100%);
}

.wmts_pagination .wmts_loading.page-numbers{
color: transparent;
}

.wmts_pagination .wmts_loading.wph_pagination_load_more{
	color: rgba(0, 0, 0, .4);
}

.wmts_pagination .wmts_loading.wph_pagination_load_more .fa-refresh {
	position: absolute;
	left: 38px;
	width: auto;
}

.wmts_loading.wmts_members{
	opacity: .4;
}

.wmts_hide{
display: none;
}

/*--------------
Templates
----------------*/

/*Vertical Dark*/

.wmts_vertical_dark>.wmts_element.wmts_image_centering{
	height: 330px;
}

.wmts_vertical_dark a[href]{
	text-decoration: none;
}

.wmts_vertical_dark .wmts_text_container{
	color: #fff;
}

#poststuff .wmts_vertical_dark h2.wmts_name, .wmts_vertical_dark .wmts_name {
    font-size: 1.2em;
    line-height: 1.2em;
	margin: 0;
	padding: 0;
}

#poststuff .wmts_vertical_dark h3.wmts_job_title, .wmts_vertical_dark .wmts_job_title {
    margin-top: 5px;
    color: rgb(134, 222, 91);
    font-weight: bold;
}

/*Wide*/
.wmts_wide.wmts_member {
border: 2px solid rgba(0, 0, 0, 0.03);
border-bottom: none;
margin: 0;
overflow: hidden;
position: relative;
padding: 40px;
background-color: rgba(0, 0, 0, 0.01);
}

.wmts_wide.wmts_member:last-child {
border-bottom: 2px solid rgba(0, 0, 0, 0.03);
}

.wmts_wide.wmts_member .wmts_element.wmts_image_centering {
height: 200px;
width: 200px;
float: left;
margin: 10px 20px 50px 0;
}

.wmts_wide.wmts_member .wmts_text_container {
width: calc(100% - 230px);
display: inline-block;
}

.wmts_wide.wmts_member .wmts_links {
position: absolute;
top: 270px;
left: 40px;
width: 200px;
text-align: center;
}

.wmts_wide.wmts_member .wmts_attribute span[data-wph-type="value"] {
float: none;
}

.wmts_wide.wmts_member .wmts_attribute span[data-wph-type="label"] {
margin-right: 5px;
}

.wmts_wide.wmts_member a.wmts_element[data-wph-type="link"] i
{
font-size: 20px;
margin-right: 5px;
}

.wmts_wide.wmts_member a.wmts_element[data-wph-type="link"]:last-child
{
margin-right: 0;
}

.wmts_wide.wmts_member .wmts_description{
color: rgba(0, 0, 0, 0.65);
font-size: 1em;
line-height: 2em;
margin: .25em 0 .5em 0;
}

.wmts_wide.wmts_member .wmts_description:before{
display: none;
}

#poststuff .wmts_wide.wmts_member h2.wmts_name, .wmts_wide.wmts_member .wmts_element.wmts_name,
#poststuff .wmts_wide.wmts_member h3.wmts_job_title, .wmts_wide.wmts_member .wmts_element.wmts_job_title
{
font-size: 2em;
line-height: 1.6em;
font-weight: 900;
display: inline-block;
margin: 0;
padding: 0;
text-transform: uppercase;
margin-right: 0.5em;
}

#poststuff .wmts_wide.wmts_member h2.wmts_name, .wmts_wide.wmts_member .wmts_element.wmts_name
{
color: #FE8D51;
}

@media (max-width: 720px){

	.wmts_wide.wmts_member {
	padding: 20px 10px;
	}

	#poststuff .wmts_wide.wmts_member h2.wmts_name, .wmts_wide.wmts_member .wmts_element.wmts_name,
	#poststuff .wmts_wide.wmts_member h3.wmts_job_title, .wmts_wide.wmts_member .wmts_element.wmts_job_title
	{
	display: block;
	text-align: center;
	}

	body .wmts_wide.wmts_element .wmts_element.wmts_job_title {
	font-size: 16px;
	}

	.wmts_wide.wmts_member .wmts_element.wmts_image_centering {
	height: 200px;
	width: 200px;
	float: none;
	margin: 10px auto;
	}

	.wmts_wide.wmts_member .wmts_text_container {
	width: 100%;
	padding: 5px 15px;
	}

	.wmts_wide.wmts_member .wmts_description {
	margin-top: 15px;
	text-align: justify;
	}

	.wmts_wide.wmts_member .wmts_links {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	}

}

/*Horizontal*/
.wmts_horizontal .wmts_attribute [data-wph-type=value]{
	float:none;
	display: inline;
}

.wmts_horizontal .wmts_element.wmts_image_centering{
	position: relative!important;
}

@media screen and (min-width: 600px) {

	.wmts_member.wmts_horizontal{
		padding: 0 10px;
		min-height: 150px;
	}

	.wmts_horizontal .wmts_element.wmts_image_centering{
		width: 40%;
		height: 100%;
		display: inline-block;
		margin-bottom: 0;
		position: absolute!important;
		top:0px;
		left:-10px;
	}

	.wmts_horizontal .wmts_text_container{
		width: 59.5%;
		display: inline-block;
		margin: 5px 0 0.5em 40%;
		padding: 10px;
	}

	.wmts_horizontal .wmts_attributes{
		margin: 0;
	}

	.wmts_links{
		margin: 5px 0;
	}

	.wmts_horizontal .wmts_description {
		margin: 0 0 5px;
		padding: 0;
	}

	.wmts_horizontal .wmts_description:before {
		display: none;
	}

	.wmts_element [data-wph-type="link"] i {
	  font-size: 1.2em;
	  line-height: 1.2em;
	}

	.wmts_lightbox .wmts_element [data-wph-type="link"] i {
		font-size: .9em;
	}

}

/*Horizontal Round*/
.wmts_horizontal_round .wmts_attribute span[data-wph-type="value"] {
    float: none;
    display: inline-block;
    margin-left: 5px
}

.wmts_horizontal_round .wmts_description{
	display: inline-block;
	margin-top: auto;
}

.wmts_horizontal_round .wmts_description:before {
display: none;
}

/*Overlay*/
.wmts_members>.wmts_overlay{
	position:relative;
	padding: 0;
	-webkit-perspective: 1000;
}

.wmts_overlay .wmts_overlay_container{
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 100px rgba(0, 0, 0, 0.33) inset;
	-webkit-perspective: 1000;
	opacity: 0;
	position:relative;
	height: 100%;
	margin: 0;
	transition: .3s opacity;
}

.wmts_overlay:hover .wmts_overlay_container{
	opacity: 1;
	transition: .3s opacity;
}

.wmts_overlay .wmts_text_container{
	position: absolute;
	text-align:center;
	top:50%;
	left:0;
	padding: 10px;
	margin:0;
	width:100%;
	transform: translateY( -50% );
	-webkit-transform: translateY( -50% );
}

.wmts_overlay .wmts_text_container *{
	color: white;
}

.wmts_overlay .wmts_attributes{
	margin: .4em 0;
}

.wmts_overlay .wmts_attribute{
	clear: left;
	font-size: .85em;
}

.wmts_overlay .wmts_attribute [data-wph-type="value"]{
float: none;
}

.wmts_overlay .wmts_description{
	font-size: .8em;
}

.wmts_overlay .wmts_description:before {
	left: 50%;
	-webkit-transform: translateX( -50% );
	transform: translateX( -50% );
	box-shadow: none;
	border-color: inherit;
	opacity : .8;
	width: 10px;
}

.wmts_overlay .wmts_image_centering{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.wmts_overlay [data-wph-type="link"] i{
font-size: 1.2em;
line-height: 1.4em;
margin: .3em;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.wmts_overlay .wmts_links [data-wph-type="link"]:last-child{
margin-right: 0;
}

/*Table*/
.wmts_table{
	vertical-align: middle;
	padding: 5px;
	border-radius:0;
	box-shadow: none;
	background: rgba(0, 0, 0, 0.03);
}

.wmts_table:nth-of-type(even){
	background: #fff;
}

.wmts_table:hover {
	background: rgba(204, 204, 204, 0.37);
	box-shadow: none;
}

.wmts_table>.wmts_element{
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  width: calc( 20% - 35px );
  padding: 0;
}

.wmts_table>.wmts_image_centering{
    width: 60px;
    height: 60px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#poststuff .wmts_table>h2.wmts_name,
.wmts_table>.wmts_name
{
	margin: 0 10px!important;
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	padding: 10px 0;
}

/* .wmts_table:hover>.wmts_name{
	text-decoration:underline;
}
 */
.wmts_table>.wmts_name .fa
{
	opacity: .3;
	transition: .2s;
	margin-left: 3px;
}

.wmts_table:hover>.wmts_name .fa
{
	opacity: .7;
}

/* .wmts_table:hover>.wmts_email [data-wph-type=value]{
	text-decoration:underline;
}
 */
#poststuff .wmts_table>h3.wmts_job_title,
.wmts_table>h3.wmts_job_title
{
	margin: 0 10px!important;
	display: inline-block;
	font-weight: bold;
}

.wmts_table .wmts_attribute span[data-wph-type=value]{
	float: none;
}

@media screen and (min-width: 700px) {

	.wmts_table>.wmts_email{
		width: 22%;
	}

	.wmts_table>.wmts_mobile{
		width: calc( 20% - 50px);
	}

	.wmts_table>.wmts_links{
		width: auto;
	}

	.wmts_table>.wmts_image_centering{
		transform: scale(.9);
		-webkit-transform: scale(.9);
		transition: .3s;
		margin-right: 10px;
	}

	.wmts_table:hover>.wmts_image_centering{
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
	}

}

@media screen and (max-width: 700px) {
	.wmts_table>.wmts_element{
		display: block;
		margin: 10px!important;
		padding: 0;
		width: 100%;
	}

	.wmts_table>.wmts_image_centering{
		width: 50px;
	}
}

.wmts_table>.wmts_lightbox{
	display: none;
}

/*Vertical Right*/
.wmts_vertical_right .wmts_description:before {
left: auto;
right: 3px;
border-bottom-color:#999;
}

/*Vertical Round*/
.wmts_vertical_round{
	overflow: hidden;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.13) inset; */
}

.wmts_vertical_round .wmts_description:before {
display: none;
}

.wmts_vertical_round .wmts_description{
margin-top:.5em;
}

.wmts_vertical_round .wmts_attribute [data-wph-type="value"]{
float: none;
}

.wmts_vertical_round .wmts_attributes + .wmts_description{
	margin-top:0;
}

.wmts_vertical_round .wmts_image_centering{
background-color: #FFF;
border-right: 1px solid rgba(0,0,0,0.2);
border-left: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
margin: 5% auto;
border-radius: 100%;
max-width: 80%;
width: 300px;
height: 300px;
transform: translateZ(0);
-webkit-transform: translateZ(0);
}

/*Round*/
.wmts_round.wmts_member{
overflow: visible;
}

.wmts_round .wmts_text_container {
position: absolute;
bottom: 0px;
right: 2%;
text-align: right;
color: white;
}

.wmts_round .wmts_text_container>*{
padding: 8px 12px!important;
margin-bottom: 3px!important;
width: auto!important;
display: inline-block!important;
float: right;
clear:both;
text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3)!important;
}

.wmts_round .wmts_text_container  i {
text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3)!important;
color: #FFF!important;
}

.wmts_round .wmts_description:before {
display: none;
}

.wmts_round .wmts_image_centering{
	transition: .4s transform;
	-webkit-transition: .4s -webkit-transform;
}

.wmts_round:hover .wmts_image_centering{
	transform: scale(1.024);
	-webkit-transform: scale(1.024);
}

.wmts_round .wmts_name,
.wmts_round .wmts_job_title {
	transition: .8s;
}

.wmts_round:hover .wmts_name{
	transform: translateX(5%);
	-webkit-transform: translateX(5%);
}


.wmts_round:hover .wmts_job_title{
	transform: translateX(-5%);
	-webkit-transform: translateX(-5%);
}


/*Framed Round*/
.wmts_framed_round .wmts_attribute span[data-wph-type="value"] {
    float: none;
}

/*Tooltip*/
.wmts_member .wmts_tooltip{
	display: none;
}

.wmts_tooltip{
	font-size: 1.3em;
	padding: 0;
}

.qtip.wmts_tooltip_theme,
.qtip.wmts_tooltip_theme .qtip-tip
{
	background: #FFF;
	color: black;
	border-color: #E0E0E0;
	padding: 5px;
}

.qtip.wmts_tooltip_theme .qtip-tip{
	box-shadow: none;
	width: 20px;
	height: 20px;
}

.wmts_tooltip .wmts_description{
margin-bottom:.5em;
}

.wmts_clearfix{
display: block!important;
clear: both!important;
padding: 0!important;
margin: 0!important;
}

.wmts_element.wmts_rounded{
border-radius: 100%!important;
}

.wmts_isotope_arranging,
.wmts_isotope_arranging>.wmts_members>*
{
transition: none!important;
}

/*grayscale*/
.wmts_grayscale>img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(100%);
}

.wmts_grayscale_{
transform: translateZ(0);
-webkit-transform: translateZ(0);
}

.wmts_grayscale_>canvas {
transition: .3s;
}

.wmts_member:hover .wmts_grayscale_>canvas {
opacity: 0;
}

.wph_editor_form_options_save{
	display: none;
}

/* qTip2 v2.2.1 | Plugins: tips viewport modal | Styles: core | qtip2.com | Licensed MIT | Mon Sep 08 2014 09:34:41 */
.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;cursor:pointer;outline:0;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:-100em -100em no-repeat}.qtip-default{border: 3px solid #F1D031;background-color:#FFFFA3;color:#555;}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,x:-o-prefocus{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color: #FFFFFF;background: white;border:0 dashed transparent;}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:0;top:0;width:100%;height:100%}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}


/* Magnific Popup CSS */
.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-arrow:after,.mfp-arrow:before,.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}.mfp-figure:after,.mfp-iframe-scaler iframe{box-shadow:0 0 8px rgba(0,0,0,.6);position:absolute;left:0}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent;}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}button.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px;width: auto!important;height: auto!important;opacity: 1;}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}button.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px;}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;top:0;width:100%;height:100%;background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{top:40px;bottom:40px;right:0;z-index:-1;background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
