/* Header */
header.zta-transparent-header {
    position: absolute;
    width: 100%;
    z-index: 999;
    background-color: #ffffffb8;
}

.top-header .top-header-bar {
    background: #662e91 !important;
	opacity: .8;
}

.bottom-header .btm-two .bottom-header-col2 {
    display: none;
}

.main-header-bar {
	padding: .5em 0 0 0;
}

.main-header-bar.two .main-header-col1 

.bottom-header {
	margin-top: -.8em;
}

.bottom-header {
	display:none;
}

.main-header .main-header-bar {
    background-color: #ffffff6b;
}

.zita-site .main-header-bar:before {
	background: #ffffff6b;
}

.two .main-header-col2 {
    justify-content: left;
}

/* End */

#move-to-top {
	background: #662e91;
}

/* Menu */
.zita-menu-link {
	font-weight:bold;
}

.mhdrleft .zita-menu {
    padding-left: 22%;
}

#menu-item-40 {
	display: block;
}

nav {
    margin-left: 2.5em;
    width: 90%;
}

/* End */

/* Content */
.page.boxed #content.site-content article.zita-article, .page.contentbox #content.site-content article.zita-article {
	border: none;
}
.page #content.site-content.boxed article.zita-article {
	background: #662e91 !important;
	opacity: .8;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 20px;
    color: #662e91;
}

.page #content.site-content.boxed article.zita-article {
	padding: 0;
}

/* End */

/*Logo*/

.zita-logo {
	margin-top: -25%;
	display: inline-block;
}

/* End */

/* Site Description */
.site-description {
	float: right;
	margin-left: 8px;
	margin-top: -3px;
	font-family: lato;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.site-description p {
	color: #662e91;
}

/* End *.

/* Entry Footer */

.entry-footer {
	display: none;
}

/* End */

/* Menus */

#menu-item-40 a span.zita-menu-link {
	font-family: lato;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #662e91;
}

.menu-item-40 a span.zita-menu-link {
	color: #662e91;
}
.top-header .top-header-bar a:hover {
	color: lemonchiffon;
}

.zita-menu > li > a {
    font-size:16px;
}

#menu-item-53 a {
    padding-top: 0;
    font-weight: bold;
}

/* End */

/* Responsive iFrame */

.iframe-container {
	position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* End */

/* Main Page Image */

.frame {
	overflow: hidden;
	position: relative;
	max-height: 27.5em;
}

.fade {
	height: 100%;
    width: 100%;
    position: absolute;
    background: -webkit-linear-gradient(left, rgba(0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, #f5f5f5 100% );
}

/* END*/

/* LOCATIONS PAGE */

.location-name {
    color: #662e91; 
	font-size: 18px;
}

.location-address {
    color:black;
}

.location-div {
    width: 48%; 
	text-align: center; 
	float:left; 
	padding:2%;
}

.location-div-last {
    width: 100%; 
	text-align: center; 
	float:left; 
	padding:2%;
}

.location-img {
    max-width: 400px; 
    max-height: 140px;
    height: 140px;
    width: auto;
}

/* END */

/* LOCATIONS DROPDOWN */

.dropbtn {
  background-color: #741fa2;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #741fa2;
}

/* END */

/* OUR TEAM PAGE */

.our-team-div {
    width: 33%;
    text-align: center;
    float: left;
    padding: 2%;
    height: 122px;
   
}

.team-name {
    color: #222; 
    font-weight: bold;
    font-style: italic;
}

/* END */

/* PURPLE FOOTER */

.purple-footer {
    background-color: #662e91;
    padding: 20px;
    clear: both;
}

/* END */

/* @ Media Queries */

@media only screen and (max-width: 1024px) {
	.bottom-header-col1 {
		display: none;
	}
}

@media screen and (max-width: 767px) {
.top-header .top-header-bar .top-header-col1 .menu-toggle .menu-btn, .top-header .top-header-bar .top-header-col1 .menu-toggle .menu-btn {
    float: right;
    margin: 0 0 0 15em;
	} }

@media screen and (max-width: 768px) {
    .frame {
        overflow: hidden;
        position: relative;
        max-height: 21.5em;
    }
}

@media screen and (max-width: 425px) {
    .frame {
        overflow: hidden;
        position: relative;
        max-height: 11.5em;
    }
}

@media screen and (max-width: 425px) {
    .site-content #primary {
        margin-top: 4em !important;
        padding: 0;
        margin-bottom: 4em;
    }
}

@media screen and (max-width: 375px) {
    .zita-logo img {
        max-width: 200px;
    }
}

@media screen and (max-width: 320px) {
    .zita-logo img {
        max-width: 150px;
    }
}

@media screen and (max-width: 320px) {
    nav {
        margin-left: 0;
    }
}

@media screen and (max-width: 425px) {
    .our-team-div {
        width: 48%;
}
}

@media screen and (max-width: 375px) {
    .our-team-div {
        width: 100%;
}
}

/* END*/
