.wpdevart_org_chart{
  position: relative;
  max-width: 100% !important;
}
.wpdevart_org_chart_container {
  text-align: center;
  display: inline-block;
  max-width: initial !important;
  position: relative;
}
.wpdevart_org_chart_container_parent {
  max-width: initial !important;
  text-align: center;
  margin-top: 0px !important;
}
.wpdevart_org_chart_container li .wpda_tree_item_container {
  line-height: 0px;
}
.wpdevart_org_chart_container li > ul {
  line-height: 0px;
}
.wpdevart_org_chart_container li .wpda_tree_item_container > div {
  border: 1px solid #ccc;
  padding: 0px;
  text-decoration: none;
  color: #666;
  font-family: arial, verdana, tahoma;
  font-size: 11px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  min-height: 120px;
  min-width: 102px;
  overflow: hidden;
  line-height: normal;
}
.wpdevart_org_chart_container .wpda_tree_item_container > div {
  position: relative;
}
.wpdevart_org_chart_container_parent .wpdevart_org_chart_container ul {
  padding-top: 20px;
  position: relative;
  white-space: nowrap;
  margin: 0;
  padding-left: 0;  
}
.wpdevart_org_chart_container ul:first-child {
  padding-top: 0px;
}
.wpdevart_org_chart_container li {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
  line-height: 0px;
  margin: 0px;
}
.wpdevart_org_chart_container ul li {
  padding: 20px 5px 0 5px;
  margin: 0px;
}
.wpdevart_org_chart_container li::before,
.wpdevart_org_chart_container li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #ccc;
  width: 50%;
  height: 20px;
  box-sizing: border-box;
}
.wpdevart_org_chart_container li:after {
  right: auto;
  left: 50%;
  border-left: 1px solid #ccc;
}
.wpdevart_org_chart_container li:only-child::after,
.wpdevart_org_chart_container li:only-child::before {
  display: none;
}
.wpdevart_org_chart_container li:only-child {
  padding-top: 0;
}
.wpdevart_org_chart_container li:first-child::before,
.wpdevart_org_chart_container li:last-child::after {
  border: 0 none;
}
.wpdevart_org_chart_container li:last-child::before {
  border-right: 1px solid #ccc;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
.wpdevart_org_chart_container li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}
.wpdevart_org_chart_container ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 20px;
}
.wpdevart_org_chart_container .wpda_tree_item_img_cont {
  width: 100px;
  height: 100px;
  margin: 0 auto 0px;
  display: inline-block;
}
.wpdevart_org_chart_container li .wpda_tree_item_container img {
  max-width: 100%;
  max-height: 100%;
}
.first_child_hidden.wpdevart_org_chart_container > ul > li > ul::before {
  display: none !important;
}
.wpda_tree_item_title,
.wpda_tree_item_desc,
.wpda_tree_item_img_cont {
  position: relative;
}
.wpda_tree_item_title,
.wpda_tree_item_desc {
  white-space: pre-line;
  word-break: break-all;
}
.wpdevart_org_chart_container .wpda_tree_node_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.wpdevart_org_chart_container .wpda_tree_node_link:focus {
  background: none !important;
}
/*
* Mobile
*/
.wpda_mobile.wpdevart_org_chart_container ul,
.wpdevart_org_chart_container .chart_wpda_mobile_before ul{
  padding-top: 0;
  padding-left: 20px;
  margin: 0px;
}
.wpda_mobile.wpdevart_org_chart_container li,
.wpdevart_org_chart_container .chart_wpda_mobile_before li{
  display: block;
  text-align: left;
}
.wpda_mobile.wpdevart_org_chart_container > ul > li > ul li,
.wpdevart_org_chart_container .chart_wpda_mobile_before > ul li {
  border-left: 1px solid #ccc;
  padding-top: 0;
}

.wpda_mobile.wpdevart_org_chart_container > ul > li > ul li:last-child,
.wpdevart_org_chart_container .chart_wpda_mobile_before > ul li:last-child {
  border-left: 0;
  position: relative;
}
.wpda_mobile.wpdevart_org_chart_container > ul > li > ul li:last-child:before,
.wpdevart_org_chart_container .chart_wpda_mobile_before > ul li:last-child:before {
  content: "";
  width: 0 !important;
  position: absolute;
  left: 0;
  top: 0 !important;
  height: 50% !important;
  right: auto;
  border-radius: 0;
}
.wpda_mobile.wpdevart_org_chart_container li.has_children > .wpda_tree_item_container:before,
.wpdevart_org_chart_container .chart_wpda_mobile_before.has_children > .wpda_tree_item_container:before,
.wpdevart_org_chart_container .chart_wpda_mobile_before li.has_children > .wpda_tree_item_container:before {
  content: "";
  border-left: 1px solid #ccc;
  width: 0;
  position: absolute;
  top: 50%;
  height: 50%;
}
.wpda_mobile.wpdevart_org_chart_container > ul > li.has_children > .wpda_tree_item_container:before,
.wpdevart_org_chart_container .chart_wpda_mobile_before.has_children > .wpda_tree_item_container:before{
  content: "";
  left: 0;
}
.wpda_mobile.wpdevart_org_chart_container > ul > li.has_children > .wpda_tree_item_container,
.wpdevart_org_chart_container .chart_wpda_mobile_before.has_children > .wpda_tree_item_container {
  padding-bottom: 20px;
}
.wpda_mobile.wpdevart_org_chart_container > ul > li.has_children > .wpda_tree_item_container > div,
.wpdevart_org_chart_container .chart_wpda_mobile_before.has_children > .wpda_tree_item_container > div {
  position: relative;
}

.wpda_mobile.wpdevart_org_chart_container > ul > li > ul li.next_no_children:before,
.wpdevart_org_chart_container .chart_wpda_mobile_before ul li.next_no_children:before {
  content: none;
}

.wpda_mobile.wpdevart_org_chart_container li.has_children li,
.wpdevart_org_chart_container .chart_wpda_mobile_before.has_children li {
  padding-left: 20px;
  margin-left: -20px;
}
.wpda_mobile.wpdevart_org_chart_container li.has_children li .wpda_tree_item_container,
.wpdevart_org_chart_container .chart_wpda_mobile_before.has_children li .wpda_tree_item_container{
  padding-left: 20px;
  margin-left: -20px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
.wpda_mobile.wpdevart_org_chart_container li.has_children li .wpda_tree_item_container:after,
.wpdevart_org_chart_container .chart_wpda_mobile_before.has_children li .wpda_tree_item_container:after{
  content: "";
  border-top: 1px solid #ccc;
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  height: 0;
}
.wpda_mobile.wpdevart_org_chart_container li.has_children li .wpda_tree_item_container > div,
.wpdevart_org_chart_container .chart_wpda_mobile_before.has_children .wpda_tree_item_container:after{
  position: relative;
  background: #fff;
}
.wpda_mobile.wpdevart_org_chart_container > ul > li > ul li:last-child > div > span.wpda_tree_line,
.wpdevart_org_chart_container .chart_wpda_mobile_before > ul li:last-child > div > span.wpda_tree_line {
  position: absolute;
  height: 50%;
  width: 0;
  border-left: 1px solid #ccc;
  left: 0px;
  top: 0;
}
.wpda_mobile.wpdevart_org_chart_container li .wpda_tree_item_container > div,
.wpdevart_org_chart_container .chart_wpda_mobile_before .wpda_tree_item_container > div{
  border-radius: 0;
}
.wpda_mobile.wpdevart_org_chart_container li .wpda_tree_item_container,
.wpdevart_org_chart_container .chart_wpda_mobile_before .wpda_tree_item_container {
  text-align: center;
  display: inline-block;
  border-radius: 0;
  position: relative;
}
.wpda_mobile.wpdevart_org_chart_container ul ul::before,
.wpda_mobile.wpdevart_org_chart_container li::before,
.wpda_mobile.wpdevart_org_chart_container li::after,
.wpdevart_org_chart_container .chart_wpda_mobile_before ul::before,
.wpdevart_org_chart_container .chart_wpda_mobile_before li::before,
.wpdevart_org_chart_container .chart_wpda_mobile_before li::after {
  content: none;
}
.wpda_mobile.wpdevart_org_chart_container.first_child_hidden > ul > li > ul > li:first-child {
  border: none !important;
}
.wpda_mobile.wpdevart_org_chart_container.first_child_hidden > ul > li > ul > li:first-child::before {
  content: "";
  border-left: 1px solid #ccc;
  width: 0;
  position: absolute;
  left: 20px;
  top: 80px;
  height: calc(100% - 80px);
}
.wpda_mobile.wpdevart_org_chart_container.first_child_hidden > ul > li > div.wpda_tree_item_container:before {
  border: none;
}
/*Popup*/
.wpda_tree_element_hidden {
  display: none;
}
#wpdaOrgChartPopupWindow {
  overflow: hidden;
  z-index: 10000000;
}
#wpdaOrgChartCloseSection {
  padding-right: 10px;
}
.wpda_popup_innerhtml {
  overflow: auto;
}
#wpdaOrgChartCloseSection {
  line-height: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#wpdaOrgChartCloseSection > span,
#wpdaOrgChartPopupWindow > span {
  cursor: pointer;
}
/*Zoomable buttons*/
div.wpdevart_org_chart .zoomable_buttons_container{
  line-height: 0px;
  text-align: right;
  padding: 0px;
  padding-top: 5px;
  width: 100%;
  max-width: 100% !important;
  position:absolute;
  right:5px;
  z-index: 999999;
}
div.wpdevart_org_chart .zoomable_buttons_container button{
  background-color: #eaeaea;
  border: 0;
  border-radius: 3px;
  color: #000;
  padding: 8px 14px 8px 14px;
  line-height: 1em;
  font-size: 14px;
  margin-right: 4px;
  font-weight: normal;
  outline: none;
  cursor: pointer;
}

div.wpdevart_org_chart .zoomable_buttons_container button.wpda_fullScreen{
  margin-right: 0;
}

div.wpdevart_org_chart .zoomable_buttons_container.wpda_button_theme_dark button{
  background: #000000;
  color: #ffffff;
}
div.wpdevart_org_chart .zoomable_buttons_container.wpda_button_theme_dark button:hover{
  background: #000000;
  color: #ffffff;
  opacity:0.8;
}

div.wpdevart_org_chart .wpda_tree_open_button{
  background-color: #eaeaea;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
  padding: 3px 10px 3px 10px !important;
  line-height: 1em;
  font-size: 16px;
  margin-right: 3px;
  font-weight: normal;
  outline: none;
  cursor:pointer;
}
div.wpdevart_org_chart .wpda_tree_open_button:hover{
  background-color: #d4d4d4;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
  padding: 3px 10px 3px 10px !important;
  line-height: 1em;
  font-size: 16px;
  margin-right: 3px;
  cursor:pointer;
}

div.wpdevart_org_chart .wpda_tree_open_button.wpda_open_button_theme_dark{
  background: #000000;
  color: #ffffff;
}
div.wpdevart_org_chart .wpda_tree_open_button.wpda_open_button_theme_dark:hover{
  background: #000000;
  color: #ffffff;
  opacity:0.8;
}

div.wpdevart_org_chart .zoomable_buttons_container button:last-child{
  margin-right: 0px;
}

div.wpdevart_org_chart .wpdevart_org_chart .wpda_tree_open_popup_el{
  cursor:pointer;
}
ul.wpda_chart_hidden{
  display:none;
}
ul.wpda_chart_show{
  display:block;
}
div.wpdevart_org_chart .wpdevart_org_chart_container li .wpda_tree_item_container > div{
  position: relative;
  overflow: visible;
}
div.wpda_tree_item_container button{
  position: absolute;
  bottom: -15px;
  transform: translateX(-50%);
  z-index: 99;
  cursor: pointer;
  padding: 3px 10px 3px 10px;
}
div.wpdevart_org_chart .wpdevart_search_bar{
  width: 245px;
    position: absolute;
    display: flex;
    right: 5px;
    z-index: 999999;
}

.wpdevart_search_bar.wpdevart_after_zoomable{
  top: 38px;
}

div.wpdevart_org_chart .wpdevart_search_term {
  width: 100%;
  border: 1px solid #d3d3d3;
  border-right: none;
  padding: 5px !important;
  height: 20px !important;
  border-radius: 3px 0 0 3px;
  outline: none;
  color: #000;
  font-size: 14px !important;
  box-sizing: content-box;
}
div.wpdevart_org_chart .wpdevart_search_term:focus {
  border-color: #000000;
}
div.wpdevart_org_chart .wpdevart_search_term:focus{
  color: #000;
}

div.wpdevart_org_chart button.wpdevart_search_button {
  width: 40px;
  height: 32px !important;
  min-height: 10px;
  border: 0;
  background: #000000;
  background-color: #000000;
  text-align: center;
  color: #fff;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  font-size: 20px;
  position: relative;
  box-sizing: border-box;
  padding: 0px;
}
div.wpdevart_org_chart .wpdevart_search_button > img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 24px;
}
div.wpdevart_org_chart .wpdevart_search_button:hover {
  opacity: 0.8;
}
div.wpdevart_org_chart .wpdevart_search_button .fa:before{
  font-size: 14px;
}
.wpda_tree_item_title{
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #000000;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    font-weight: bold;
    font-style: initial;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.wpda_tree_item_desc{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    line-height:normal;
    letter-spacing:normal;
    font-weight: initial;
    font-style: initial;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
/*################################  FADE  ###################################*/
@keyframes wpda_animation_fade {
	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}
@-webkit-keyframes wpda_animation_fade {
  	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}
@keyframes wpda_animation_fade_remove {
	0%{
		opacity:1;
	}
	100%{
		opacity:0;
	}
}
@-webkit-keyframes wpda_animation_fade_remove {
  	0%{
		opacity:1;
	}
	100%{
		opacity:0;
	}
}
.wpda_animation_fade {	
  -webkit-animation-name: wpda_animation_fade;
  animation-name: wpda_animation_fade;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; 
}
.wpda_animation_fade_remove {	
  -webkit-animation-name: wpda_animation_fade_remove;
  animation-name: wpda_animation_fade_remove;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; 
}
/*################################  ZOOM outic in  ###################################*/
@keyframes wpda_animation_zoom_out {
	0%{
		transform:scale(1.5,1.5);
		opacity:0;
	}
	100%{
		transform:scale(1,1);
		opacity:1;
	}
}
@-webkit-keyframes wpda_animation_zoom_out {
  	0%{
		transform:scale(1.5,1.5);
		opacity:0;
	}
	100%{
		transform:scale(1,1);
		opacity:1;
	}
}
@keyframes wpda_animation_zoom_out_remove {
	0%{
		transform:scale(1,1);
		opacity:1;
	}
	100%{
		transform:scale(1.5,1.5);
		opacity:0;
	}
}
@-webkit-keyframes wpda_animation_zoom_out_remove {
  	0%{
		transform:scale(1,1);
		opacity:1;
	}
	100%{
		transform:scale(1.5,1.5);
		opacity:0;
	}
}
.wpda_animation_zoom_out {	
  -webkit-animation-name: wpda_animation_zoom_out;
  animation-name: wpda_animation_zoom_out;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; 
}
.wpda_animation_zoom_out_remove {	
  -webkit-animation-name: wpda_animation_zoom_out_remove;
  animation-name: wpda_animation_zoom_out_remove;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; 
}
/*################################  ZOOM inic out  ###################################*/
@keyframes wpda_animation_zoom_in {
	0%{
		transform:scale(0.2,0.2);
		opacity:0;
	}
	100%{
		transform:scale(1,1);
		opacity:1;
	}
}
@-webkit-keyframes wpda_animation_zoom_in {
  	0%{
		transform:scale(0.2,0.2);
		opacity:0;
	}
	100%{
		transform:scale(1,1);
		opacity:1;
	}
}
@keyframes wpda_animation_zoom_in_remove {
	0%{
		transform:scale(1,1);
		opacity:1;
	}
	100%{
		transform:scale(0.1,0.1);
		opacity:0;
	}
}
@-webkit-keyframes wpda_animation_zoom_in_remove {
  	0%{
		transform:scale(1,1);
		opacity:1;
	}
	100%{
		transform:scale(0.1,0.1);
		opacity:0;
	}
}
.wpda_animation_zoom_in {	
  -webkit-animation-name: wpda_animation_zoom_in;
  animation-name: wpda_animation_zoom_in;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; 
}
.wpda_animation_zoom_in_remove {	
  -webkit-animation-name: wpda_animation_zoom_in_remove;
  animation-name: wpda_animation_zoom_in_remove;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; 
}
/*################################  SLIDE IN FROM LEFT  ###################################*/
@keyframes wpda_animation_slide_in_left {
	0%{
		opacity:0;
		left:0px;
	}
	100%{
		opacity:1;
	}
}
@-webkit-keyframes wpda_animation_slide_in_left {
  	0%{
		opacity:0;
		left:0px;
	}
	100%{
		opacity:1;
	}
}
@keyframes wpda_animation_slide_in_left_remove {
	0%{
		opacity:1;
	}
	100%{
		opacity:0;
		left:0px;
	}
}
@-webkit-keyframes wpda_animation_slide_in_left_remove {
  	0%{
		opacity:1;
	}
	100%{
		opacity:0;
		left:0px;
	}
}
.wpda_animation_slide_in_left {	
  -webkit-animation-name: wpda_animation_slide_in_left;
  animation-name: wpda_animation_slide_in_left;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; 
}
.wpda_animation_slide_in_left_remove {	
  -webkit-animation-name: wpda_animation_slide_in_left_remove;
  animation-name: wpda_animation_slide_in_left_remove;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; 
}
/*################################  SLIDE IN FROM RIGHT  ###################################*/
@keyframes wpda_animation_slide_in_right {
	0%{
		opacity:0;
		left:100%;
	}
	100%{
		opacity:1;
	}
}
@-webkit-keyframes wpda_animation_slide_in_right {
  	0%{
		opacity:0;
		left:100%;
	}
	100%{
		opacity:1;
	}
}
@keyframes wpda_animation_slide_in_right_remove {
	0%{
		opacity:1;
	}
	100%{
		opacity:0;
		left:100%;
	}
}
@-webkit-keyframes wpda_animation_slide_in_right_remove {
  	0%{
		opacity:1;
	}
	100%{
		opacity:0;
		left:100%;
	}
}
.wpda_animation_slide_in_right {	
  -webkit-animation-name: wpda_animation_slide_in_right;
  animation-name: wpda_animation_slide_in_right;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; 
}
.wpda_animation_slide_in_right_remove {	
  -webkit-animation-name: wpda_animation_slide_in_right_remove;
  animation-name: wpda_animation_slide_in_right_remove;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; 
}
/*################################  SLIDE IN FROM RIGHT  ###################################*/
@keyframes wpda_animation_slide_from_top {
	0%{
		opacity:0;
		top:0px;
	}
	100%{
		opacity:1;
	}
}
@-webkit-keyframes wpda_animation_slide_from_top {
  	0%{
		opacity:0;
		top:0px;
	}
	100%{
		opacity:1;
	}
}
@keyframes wpda_animation_slide_from_top_remove {
	0%{
		opacity:1;
	}
	100%{
		opacity:0;
		top:0px;
	}
}
@-webkit-keyframes wpda_animation_slide_from_top_remove {
  	0%{
		opacity:1;
	}
	100%{
		opacity:0;
		top:0px;
	}
}
.wpda_animation_slide_from_top {	
  -webkit-animation-name: wpda_animation_slide_from_top;
  animation-name: wpda_animation_slide_from_top;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; 
}
.wpda_animation_slide_from_top_remove {	
  -webkit-animation-name: wpda_animation_slide_from_top_remove;
  animation-name: wpda_animation_slide_from_top_remove;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; 
}
/*################################  SLIDE IN FROM bottom  ###################################*/
@keyframes wpda_animation_slide_from_bottom {
	0%{
		opacity:1;
		top:70%;
	}
	100%{
		opacity:1;
	}
}
@-webkit-keyframes wpda_animation_slide_from_bottom {
  	0%{
		opacity:0;
		top:70%;
	}
	100%{
		opacity:1;
	}
}
@keyframes wpda_animation_slide_from_bottom_remove {
	0%{
		opacity:0;
	}
	100%{
		opacity:0;
		top:70%;
	}
}
@-webkit-keyframes wpda_animation_slide_from_bottom_remove {
  	0%{
		opacity:1;
	}
	100%{
		opacity:0;
		top:70%;
	}
}
.wpda_animation_slide_from_bottom {	
  -webkit-animation-name: wpda_animation_slide_from_bottom;
  animation-name: wpda_animation_slide_from_bottom;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; 
}
.wpda_animation_slide_from_bottom_remove {	
  -webkit-animation-name: wpda_animation_slide_from_bottom_remove;
  animation-name: wpda_animation_slide_from_bottom_remove;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; 
}
/*################################  Newspaper  ###################################*/
@keyframes wpda_animation_newspaper {
	0%{
		opacity:0;
		-ms-transform: rotate(720deg) scale(0.1,0.1); /* IE 9 */
		-webkit-transform: rotate(720deg) scale(0.1,0.1);/* Safari */
		transform: rotate(720deg) scale(0.1,0.1);/* Standard syntax */
	}
	100%{
		opacity:1;
		-ms-transform: rotate(0deg) scale(1,1); /* IE 9 */
		-webkit-transform: rotate(0deg) scale(1,1); /* Safari */
		transform: rotate(0deg) scale(1,1); /* Standard syntax */
	}
}
@-webkit-keyframes wpda_animation_newspaper {
	0%{
		opacity:0;
		-ms-transform: rotate(720deg) scale(0.1,0.1); /* IE 9 */
		-webkit-transform: rotate(720deg) scale(0.1,0.1);/* Safari */
		transform: rotate(720deg) scale(0.1,0.1);/* Standard syntax */
	}
	100%{
		opacity:1;
		-ms-transform: rotate(0deg) scale(1,1); /* IE 9 */
		-webkit-transform: rotate(0deg) scale(1,1); /* Safari */
		transform: rotate(0deg) scale(1,1); /* Standard syntax */
	}
}
@keyframes wpda_animation_newspaper_remove {
	0%{
		opacity:1;
		-ms-transform: rotate(0deg) scale(1,1); /* IE 9 */
		-webkit-transform: rotate(0deg) scale(1,1); /* Safari */
		transform: rotate(0deg) scale(1,1); /* Standard syntax */
	
	}
	100%{
		opacity:0;
		-ms-transform: rotate(720deg) scale(0.1,0.1); /* IE 9 */
		-webkit-transform: rotate(720deg) scale(0.1,0.1);/* Safari */
		transform: rotate(720deg) scale(0.1,0.1);/* Standard syntax */		
	}

}
@-webkit-keyframes wpda_animation_newspaper_remove {
	0%{
		opacity:1;
		-ms-transform: rotate(0deg) scale(1,1); /* IE 9 */
		-webkit-transform: rotate(0deg) scale(1,1); /* Safari */
		transform: rotate(0deg) scale(1,1); /* Standard syntax */
	
	}
	100%{
		opacity:0;
		-ms-transform: rotate(720deg) scale(0.1,0.1); /* IE 9 */
		-webkit-transform: rotate(720deg) scale(0.1,0.1);/* Safari */
		transform: rotate(720deg) scale(0.1,0.1);/* Standard syntax */		
	}
}
.wpda_animation_newspaper {	
  -webkit-animation-name: wpda_animation_newspaper;
  animation-name: wpda_animation_newspaper;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; 
}
.wpda_animation_newspaper_remove {	
  -webkit-animation-name: wpda_animation_newspaper_remove;
  animation-name: wpda_animation_newspaper_remove;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; 
}
/*################################  Flip Horizontal Left  ###################################*/
/*################################  Flip Horizontal Left  ###################################*/
/*################################  Flip Horizontal Left  ###################################*/
@keyframes wpda_animation_flip_hor_left {
	0%{
		opacity:0;
		-ms-transform: rotateY(90deg); /* IE 9 */
		-webkit-transform: rotateY(90deg);/* Safari */
		transform: rotateY(90deg);/* Standard syntax */
	}
	100%{
		opacity:1;
		-ms-transform: rotateY(0deg); /* IE 9 */
		-webkit-transform: rotateY(0deg);/* Safari */
		transform: rotateY(0deg);/* Standard syntax */
	}
}
@-webkit-keyframes wpda_animation_flip_hor_left {
	0%{
		opacity:0;
		-ms-transform: rotateY(90deg); /* IE 9 */
		-webkit-transform: rotateY(90deg);/* Safari */
		transform: rotateY(90deg);/* Standard syntax */
	}
	100%{
		opacity:1;
		-ms-transform: rotateY(0deg); /* IE 9 */
		-webkit-transform: rotateY(0deg);/* Safari */
		transform: rotateY(0deg);/* Standard syntax */
	}
}
@keyframes wpda_animation_flip_hor_left_remove {
	0%{
		opacity:1;
		-ms-transform: rotateY(0deg); /* IE 9 */
		-webkit-transform: rotateY(0deg);/* Safari */
		transform: rotateY(0deg);/* Standard syntax */
	}
	100%{
		opacity:0;
		-ms-transform: rotateY(90deg); /* IE 9 */
		-webkit-transform: rotateY(90deg);/* Safari */
		transform: rotateY(90deg);/* Standard syntax */
	}

}
@-webkit-keyframes wpda_animation_flip_hor_left_remove {
	0%{
		opacity:1;
		-ms-transform: rotateY(0deg); /* IE 9 */
		-webkit-transform: rotateY(0deg);/* Safari */
		transform: rotateY(0deg);/* Standard syntax */
	}
	100%{
		opacity:0;
		-ms-transform: rotateY(90deg); /* IE 9 */
		-webkit-transform: rotateY(90deg);/* Safari */
		transform: rotateY(90deg);/* Standard syntax */
	}
}
.wpda_animation_flip_hor_left {	
  -webkit-animation-name: wpda_animation_flip_hor_left;
  animation-name: wpda_animation_flip_hor_left;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; 
}
.wpda_animation_flip_hor_left_remove {	
  -webkit-animation-name: wpda_animation_flip_hor_left_remove;
  animation-name: wpda_animation_flip_hor_left_remove;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; 
}
/*################################  Flip Horizontal right  ###################################*/
/*################################  Flip Horizontal right  ###################################*/
/*################################  Flip Horizontal right  ###################################*/
@keyframes wpda_animation_flip_hor_right {
	0%{
		opacity:0;
		-ms-transform: rotateY(-90deg); /* IE 9 */
		-webkit-transform: rotateY(-90deg);/* Safari */
		transform: rotateY(-90deg);/* Standard syntax */
	}
	100%{
		opacity:1;
		-ms-transform: rotateY(0deg); /* IE 9 */
		-webkit-transform: rotateY(0deg);/* Safari */
		transform: rotateY(0deg);/* Standard syntax */
	}
}
@-webkit-keyframes wpda_animation_flip_hor_right {
	0%{
		opacity:0;
		-ms-transform: rotateY(-90deg); /* IE 9 */
		-webkit-transform: rotateY(-90deg);/* Safari */
		transform: rotateY(-90deg);/* Standard syntax */
	}
	100%{
		opacity:1;
		-ms-transform: rotateY(0deg); /* IE 9 */
		-webkit-transform: rotateY(0deg);/* Safari */
		transform: rotateY(0deg);/* Standard syntax */
	}
}
@keyframes wpda_animation_flip_hor_right_remove {
	0%{
		opacity:1;
		-ms-transform: rotateY(0deg); /* IE 9 */
		-webkit-transform: rotateY(0deg);/* Safari */
		transform: rotateY(0deg);/* Standard syntax */
	}
	100%{
		opacity:0;
		-ms-transform: rotateY(-90deg); /* IE 9 */
		-webkit-transform: rotateY(-90deg);/* Safari */
		transform: rotateY(-90deg);/* Standard syntax */
	}
}
@-webkit-keyframes wpda_animation_flip_hor_right_remove {
	0%{
		opacity:1;
		-ms-transform: rotateY(0deg); /* IE 9 */
		-webkit-transform: rotateY(0deg);/* Safari */
		transform: rotateY(0deg);/* Standard syntax */

	}
	100%{
		opacity:0;
		-ms-transform: rotateY(-90deg); /* IE 9 */
		-webkit-transform: rotateY(-90deg);/* Safari */
		transform: rotateY(-90deg);/* Standard syntax */
	}
}
.wpda_animation_flip_hor_right {	
  -webkit-animation-name: wpda_animation_flip_hor_right;
  animation-name: wpda_animation_flip_hor_right;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; 
}
.wpda_animation_flip_hor_right_remove {	
  -webkit-animation-name: wpda_animation_flip_hor_right_remove;
  animation-name: wpda_animation_flip_hor_right_remove;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; 
}
/*################################  Flip vertical top  ###################################*/
/*################################  Flip vertical top  ###################################*/
/*################################  Flip vertical top  ###################################*/

@keyframes wpda_animation_flip_ver_top {
	0%{
		opacity:0;
		-ms-transform: rotateX(-90deg); /* IE 9 */
		-webkit-transform: rotateX(-90deg);/* Safari */
		transform: rotateX(-90deg);/* Standard syntax */
	}
	100%{
		opacity:1;
		-ms-transform: rotateX(0deg); /* IE 9 */
		-webkit-transform: rotateX(0deg);/* Safari */
		transform: rotateX(0deg);/* Standard syntax */
	}
}
@-webkit-keyframes wpda_animation_flip_ver_top {
	0%{
		opacity:0;
		-ms-transform: rotateX(-90deg); /* IE 9 */
		-webkit-transform: rotateX(-90deg);/* Safari */
		transform: rotateX(-90deg);/* Standard syntax */
	}
	100%{
		opacity:1;
		-ms-transform: rotateX(0deg); /* IE 9 */
		-webkit-transform: rotateX(0deg);/* Safari */
		transform: rotateX(0deg);/* Standard syntax */
	}
}
@keyframes wpda_animation_flip_ver_top_remove {
	0%{
		opacity:1;
		-ms-transform: rotateX(0deg); /* IE 9 */
		-webkit-transform: rotateX(0deg);/* Safari */
		transform: rotateX(0deg);/* Standard syntax */
	}
	100%{
		opacity:0;
		-ms-transform: rotateX(-90deg); /* IE 9 */
		-webkit-transform: rotateX(-90deg);/* Safari */
		transform: rotateX(-90deg);/* Standard syntax */
	}

}
@-webkit-keyframes wpda_animation_flip_ver_top_remove {
	0%{
		opacity:1;
		-ms-transform: rotateX(0deg); /* IE 9 */
		-webkit-transform: rotateX(0deg);/* Safari */
		transform: rotateX(0deg);/* Standard syntax */
	}
	100%{
		opacity:0;
		-ms-transform: rotateX(-90deg); /* IE 9 */
		-webkit-transform: rotateX(-90deg);/* Safari */
		transform: rotateX(-90deg);/* Standard syntax */
	}
}
.wpda_animation_flip_ver_top {	
  -webkit-animation-name: wpda_animation_flip_ver_top;
  animation-name: wpda_animation_flip_ver_top;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
 
}
.wpda_animation_flip_ver_top_remove {	
  -webkit-animation-name: wpda_animation_flip_ver_top_remove;
  animation-name: wpda_animation_flip_ver_top_remove;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; 
}
/*################################  Flip vertical bottom  ###################################*/
/*################################  Flip vertical bottom  ###################################*/
/*################################  Flip vertical bottom  ###################################*/

@keyframes wpda_animation_flip_ver_bottom {
	0%{
		opacity:0;
		-ms-transform: rotateX(90deg); /* IE 9 */
		-webkit-transform: rotateX(90deg);/* Safari */
		transform: rotateX(90deg);/* Standard syntax */
	}
	100%{
		opacity:1;
		-ms-transform: rotateX(0deg); /* IE 9 */
		-webkit-transform: rotateX(0deg);/* Safari */
		transform: rotateX(0deg);/* Standard syntax */
	}
}
@-webkit-keyframes wpda_animation_flip_ver_bottom {
	0%{
		opacity:0;
		-ms-transform: rotateX(90deg); /* IE 9 */
		-webkit-transform: rotateX(90deg);/* Safari */
		transform: rotateX(90deg);/* Standard syntax */
	}
	100%{
		opacity:1;
		-ms-transform: rotateX(0deg); /* IE 9 */
		-webkit-transform: rotateX(0deg);/* Safari */
		transform: rotateX(0deg);/* Standard syntax */
	}
}
@keyframes wpda_animation_flip_ver_bottom_remove {
	0%{
		opacity:1;
		-ms-transform: rotateX(0deg); /* IE 9 */
		-webkit-transform: rotateX(0deg);/* Safari */
		transform: rotateX(0deg);/* Standard syntax */

	}
	100%{
		opacity:0;
		-ms-transform: rotateX(90deg); /* IE 9 */
		-webkit-transform: rotateX(90deg);/* Safari */
		transform: rotateX(90deg);/* Standard syntax */

	}

}
@-webkit-keyframes wpda_animation_flip_ver_bottom_remove {
	0%{
		opacity:1;
		-ms-transform: rotateX(0deg); /* IE 9 */
		-webkit-transform: rotateX(0deg);/* Safari */
		transform: rotateX(0deg);/* Standard syntax */

	}
	100%{
		opacity:0;
		-ms-transform: rotateX(90deg); /* IE 9 */
		-webkit-transform: rotateX(90deg);/* Safari */
		transform: rotateX(90deg);/* Standard syntax */

	}
}
.wpda_animation_flip_ver_bottom {	
  -webkit-animation-name: wpda_animation_flip_ver_bottom;
  animation-name: wpda_animation_flip_ver_bottom;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
 
}
.wpda_animation_flip_ver_bottom_remove {	
  -webkit-animation-name: wpda_animation_flip_ver_bottom_remove;
  animation-name: wpda_animation_flip_ver_bottom_remove;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
 
}
.superpwa-button{
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  text-align: center;
}
.superpwa-sticky-banner{
    background: #bac747;
    position: fixed;
    text-align: center;
    font-family: sans-serif;
    left: 50%;
    transform: translateX(-50%); /* Center horizontally */
    height: auto;
    display: none;
    z-index: 2147483647;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;  
}
.superpwa-sticky-banner .superpwa-stky-blk{
    background: #ff416c;
    width: 80%;
    margin: 0 auto;
    margin-left: 5%;
    margin-top: 1%;
    margin-bottom: 1%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    padding: 15px 20px;
}
.superpwa-stky-blk span.superpwa-txt{
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
}
a.superpwa_add_home_close{
    position: absolute;
    right: 4%;
    background: #f1f1f1;
    border: 0;
    top: 35%;
    border-radius: 100px;
    text-decoration: none;
    width: 30px;
    height: 30px;
    color: #000000;
    cursor: pointer;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
}
span.superpwa-butn{
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.superpwa-stky-blk h2{
  font-weight: 400;
  margin: 0 0 0 10px;
}
.superpwa-cta-btn{
  width:100%;
}
.superpwa-stky-blk a.superpwa-cta-btn{
  width:auto;
}
.superpwa-stky-blk h2:before{
  display: none;
}
/*
*For mobile view
 */
@media only screen and (max-width: 600px) {
 
}


/**
 * iOS banner pop up styles
 */
#superpwa-iossafari-a2h-banner{
  left: 0px;
  right:0px;
  width: 90%;
  transition-property: transform;
  transition-duration: 0.2s;
  transform: translate3d(0px, 0px, 0px);
  position: fixed;
  bottom: 14px;
  opacity: 1;
  background: #F2F2F2;
  padding: 15px;
  border:1px solid #ccc;
  display:none;
  box-sizing: border-box;
  margin:0 auto;
  z-index: 2147483647;
  font-family: sans-serif;
  box-shadow: 0px 0px 6px 1px #ccc;
}
.iossafari-buzz {
  animation: shake 0.10s;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
#superpwa-iossafari-a2h-banner p{
  font-size: 17px;
  line-height:1.4;
  margin:0px 0px 0px -90px;
  color:#111;
}
#superpwa-iossafari-a2h-banner img.superpwa-logo-icon{
    width: 80px;
    float: left;
    margin-right: 20px;
}
#superpwa-iossafari-a2h-banner img.superpwa-a2h-icon{
 width: 20px;display: inline;
}
#superpwa-iossafari-a2h-banner .superpwa-ov-txt .ath{
  font-size: 16px;
  font-weight: 700;
  color:#000;
}
#superpwa-iossafari-a2h-banner .arrow:after, #superpwa-iossafari-a2h-banner .arrow:before {
    bottom: -23px;
    z-index: 10;
    opacity: 1;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
}
#superpwa-iossafari-a2h-banner .arrow:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #f2f2f2;
    border-width: 11px;
    margin-left: -11px;
    bottom:-20px;
    transform: rotate(180deg);
}
#superpwa-iossafari-a2h-banner .arrow:after {
    z-index: -999;
    border-bottom-color: #ccc;
    border-width: 11px;
    margin-left: -11px;
    transform: rotate(180deg);
}
#superpwa-iossafari-a2h-banner .superpwa_ios_message_close{
    right: 6px;
    top: 6px;
    width: 22px;
    height: 22px;
    font-size: 18px;
    position: absolute;
    background: transparent;
    border-radius: 100px;
    color: #666;
    cursor: pointer;
    font-weight: 400;
    border: 1px solid #666;
    text-align: center;
    line-height: 18px;
}

@media (min-width: 1024px) {
  /* For desktop screens */
  .superpwa-sticky-banner {
      width: 90%;
  }
}

@media (max-width: 768px) {
  /* For mobile screens */
  .superpwa-sticky-banner {
      width: 100%;
  }
}
/* added with Calendarize It -> CSS Editor -> Custom CSS before (field)*/
.fc-button.fc-state-active {
    background-color: rgba(229, 42, 127, 1);
} 
.fc-button.fc-button-agendaWeek {
    background-color: #5dade2 !important;
}
.fc-button.fc-button-agendaWeek:hover {
  background-color: #e52a7f !important;
}
.fc-button.fc-state-default:hover {
  background-color: #e52a7f;
}
.rhcalendar.not-widget.rhc_holder {
    margin-top: 0;
}
.rhcalendar.not-widget.rhc_holder {
       padding: 5px;
       color: #333;
}
.fc-content {
    background-color: white;
}
.fc table {
    border-top: 0;
    font-size: .9em;
}
.fc-header-left {
    padding-left: 25px;
}
.fc-header-right {
    padding-right: 25px;
}
.fc-event-vert.fc-event-end {
    border-bottom-width: 1px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
}
.fc-event-vert.fc-event-start {
    border-top-width: 1px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}
.fc-event-time, .fc-event-title {
    line-height: 14px;
    font-size: 12px;
}
.fct-tooltip {
    background-color: #ffffff;
    border: 1px solid;
    border-color: #cecece;
    -webkit-border-radius: 10px;
    border-radius: 0;
    border-left: 10px solid #3498db;
    box-shadow: none;
    margin: 0 0 0 5px;
    padding: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-family: 'Public Sans', sans-serif;
}
.fc-close-tooltip {
    position: absolute;
    top: 6px;
    right: 15px;
    width: 21px;
    height: 20px;
}
.fc-start label:before, .fc-end label:before, .fc-tax-venue label:before, .fc-close-tooltip a:before {
    margin-left: 9px;
}
.ical-tooltip .fbd-head {
  border-radius: 0;
}
.ical-tooltip .fbd-dialog-content {
  padding: 7px 25px !important;
}
textarea.ical-url {
  color:blue;
  margin-top: 13px;
  border-radius: 0;
}
p.fbd-dialog-content {
	margin:0;
}
.ical-tooltip .fbd-buttons .ical-ics {
  background-color: #e52a7f;
  border: none;
  border-radius: 0;
}
.fbd-button-secondary {
  color: #3a7bc8 !important;
  font-size: 14px;
  line-height: 13px;
  padding: 12px;
  border: none;
  border-radius: 0;
  width: 30% ;
  margin: 0 auto 25px;
  display: block;
  text-align: center;
} 
.fbd-button-secondary:hover {
  color: #e52a7f  !important;
}
.ical-clip {
  visibility: visible;
}
.fc-state-default.fc-corner-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-state-default.fc-corner-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-button.fc-state-default {
  color: #ffffff;
  background-color: #3a7bc8 ;
}
/* END Custom CSS */

/* START rhc custom css */

/* section: main scope:  */
body .rhcalendar .fullCalendar .fc-header-title h2 {
	font-style:normal;
}
body .rhcalendar .fullCalendar .fc-header-title h2 {
	font-family:Public Sans;
}
body .rhcalendar .fullCalendar .fc-header-title h2 {
	font-size:25px;
}

/* END rhc custom css */

/* added with Calendarize It -> CSS Editor -> Custom CSS after (field)*/
@media screen and (max-width: 780px) {
#calendarize_1 > div.fullCalendar.fc.fc-ltr > div.fc-content > div > div > div:nth-child(4) {
    height: auto!important;
}
body .rhcalendar .fullCalendar .fc-header-title h2 {
    font-size: 22px;
     display:none;
}
.rhcalendar.not-widget.rhc_holder {
    margin-top: 0;
}
body .rhcalendar .fullCalendar .fc-header-cell .fc-header-title {
    top: -73px;
}
.fc-header-row {
    margin-top: 0;
}
.fc-header-center {
    display: none;
}
.fc-header-left {
    padding-left: 0px;
    float: left;
}
.fc-header .fc-header-left {
    margin: 0px auto 0;
    display: block;
    text-align: center;
    float: left;
    width: 40%;
}
.fullCalendar .fc-header-left .fc-button-today {
    border-radius: 4px;
    padding: 9px 0 10px;
    display: inline-block;
    margin: 0px 7px 2px;
    width: 40%;
}
.fc-header .fc-button.fc-button-prev {
  width:20%;
}
.fc-button.fc-button-prev, .fc-button.fc-button-next {
    border-radius: 4px;
}
.fc-header-right .fc-button {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4x;

}
.fc-header .fc-button-prev::before {
   transform: translateX(-50%);
   left: 12% !important;
   text-indent: initial;
}
.fc-header .fc-button-next::before {
   transform: translateX(-50%);
   left: 25%;
   text-indent: initial;
}
.fc-header-right {
    padding-right: 0px;
    float: right;
}
.fc-header .fc-header-right {
    float: right;
    margin: 0 0 10px;
    text-align: right;
    display: block;
    width: 50%;
}
.fc-header-right .fc-button {
    float: right;
    display: inline-block;
    width: 40%;
    padding: 9px 0;
}
}
@media screen and (max-width: 480px) {
.fc-content {
    border: none;
    padding: 0;
    color: #333;
}
.fullCalendar table.fc-border-separate {
    margin: 0;
    height: 675px;
}
.fc-view {
    background-color: white;
    width: 100%;
    overflow: visible;
    height: 685px;
}
.fc-header-row {
    margin-top: 0;
}
.fc-header-center {
    display: none;
}
.fc-header-left {
    padding-left: 0px;
    float: left;
}
.fc-header-right {
    padding-right: 0px;
    float: right;
}
/* test remove blue background */
.rhcalendar.not-widget.rhc_holder {
    border:none;
    padding: 5px;
    background: white;
    color: #666;
}
.fc-header .fc-button-prev::before {
   transform: translateX(-50%);
  left: 12%;
  text-indent: initial;
}
}
/* END Custom CSS */