/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/


#header, #header-wrap, #logo img {
    height: 150px;
}

#primary-menu ul li > a {
    padding: 64px 11px;
}

#header.full-header #logo {
    border-right: none;
}

#header.full-header #primary-menu > ul {
    border-right: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
	transition: .3s ease;
	background-color: #ffffff30;
}

.team-image:hover .overlay {
  opacity: 0.5;
}

.overlay .icon {
  color: #C4302B;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.row.flexrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row.flexrow > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.team-desc {
    min-height: 140px;
}

.feature-box.green-light .fbox-icon i {
  background-color: #0c8253;
}

.feature-box.green-light.fbox-outline .fbox-icon {
  border-color: #0c8253;
}


footer a {
	color: #24805c;
}

#twitter-box {
  height: 300px;
}

.workshop-item {
  /*background-color: #FFF;
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);*/
  /* margin-bottom: 20px; */
  /*margin: 20px 10px;
  border-radius: 4px;*/
  cursor: pointer;
  margin: 3px;
}

.workshop-item:hover .workshop-body {
  background-color: #0C8253; 
}

.workshop-card {
  border-radius: 10px;
  border: 1px solid #ccc;
}

.workshop-body {
  background-color: #144733;  
  color: #FFF;
  padding: 10px;
  border-radius: 10px 10px 0px 0px;
  border-top: 5px solid #FFF;
  border-left: 5px solid #FFF;
  border-right: 5px solid #FFF;
}

.workshop-title {
  text-align: center;
  font-size: 20px;
}

.workshop-description, .workshop-link-modal {
  display: none;
}

.workshop-footer {
  background-color: #FFF;
  padding: 10px;
  border-radius: 0px 0px 10px 10px ;
  position: relative;
}

.workshop-date {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  /*font-style: italic;
  float: right;*/
}

.workshop-coach {
  font-style: italic;
  text-align: center;
}

.workshop-link {
  position: absolute;
  right: 10px;
  top: 10px;
}

.workshop-item span {
  /*display: block;*/
}

#footer {
  background-color: #144733!important;
}

#copyrights {
  color: rgba(255,255,255,0.62)!important;
  padding: 37px 0 20px 0;
}

#footer .col_one_third {
    margin-bottom: 0px;
}

body {
  font-size: 16px;
}



.modal-body p {
  margin-bottom: 12px;
  font-size: 14px;
}

.bio-text {
  display: none;
}

@media (min-width: 768px) {
  #twitter-box {
    height: 400px;
  }

}

@media (max-width: 991px) {
  #logo img {
      height: 100px;
  }
}

@media (min-width: 992px) {
  .team-image {
      padding: 0 25px;
  }

   #twitter-box {
    height: 604px;
  }
}

@media (min-width: 1200px) {
  #twitter-box {
    height: 714px;
  }

  #primary-menu ul li > a {
    padding: 64px 15px;
  }
}
