/** Wordpress default clases */

/* Contact Us */

.contact_section {
  margin-top: 50px;
}
.wpcf7-form input[type="text"], input[type="email"], select, textarea {
  background: #fff none repeat scroll 0 0;
  width: 100%;
  font-family: arial,sans-serif;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
  display: block;
  font-size: 13px;
  padding: 6px 13px;
}
.wpcf7-form .paragraph-row {
  margin-bottom: 10px;
}
.contact_info .paragraph-row .column6, .contact_info .paragraph-row .column12{
  margin-left: 0;
}
.our_address {
  margin-bottom: 30px;
}
.contact_info ul li {
  line-height: 22px;
}
.light_text{
  font-size: 16px;
  font-weight: bold;
}
/* Contact Us End*/

.title_italic.staff_position {
  margin-bottom: 12px;
}

.mc4wp-form-fields input {
  width: 100%;
}
.mc4wp-form-fields input[type="submit"] {
  background-color: #9dc8cf;
  border: 0 none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Arial";
  font-size: 13px;
  font-weight: bold;
  padding: 7px 14px;
  width: auto;
}
.mc4wp-form-fields input[type="submit"]:hover{
	box-shadow: 0 60px 50px -50px rgba(255, 255, 255, 0.3) inset;
    color: #fff;
}

.main-menu .the-menu.transition-active.menu.load-responsive {
  float: left;
}

.widget-1.widget-first.widget-last.widget-odd.social_container.widget-1.first.widget {
  display: block;
  float: right;
  margin-top: 5px;
  position: relative;
}
ul.social_share li {
  display: inline-block;
}
.social_share a {
  border: 2px solid;
  border-radius: 50%;
  color: #293d7c !important;
  display: inline-block;
  font-size: 19px;
  height: 32px;
  line-height: 31px;
  margin-left: 5px;
  padding: 0 !important;
  text-align: center;
  width: 32px;
}
.social_share a:hover {
  background-color: #fff !important;
  color: #9dc8cf !important;
}
.social_share .fa {
  vertical-align: middle;
}

/* Gallery */
.gallery-container {
  width: 100%;
}
.gallary_img .cover i {
  font-size: 22px;
}
.gallary_img {
  box-sizing: border-box;
  float: left;
  margin-bottom: 1.5px;
  padding: 0 3px;
  position: relative;
  width: 20%;
}
.gallary_img img {
  max-width: 100%;
  width: 100%;
}

/* Event */
.event_box {
  display: inline-block;
  width: 100%;
}
.event_box .hover-effect {
  display: inherit;
}
.single-event .single-block {
  overflow: hidden;
}
.single-event .block .block-content {
  margin-top: 0;
}
.single_desc {
  display: table;
  width: 100%;
}

/* Stories */

.home .block-content > p {
  display: none;
}
.article-block-big.story_block > li {
  min-height: 320px;
  position: relative;
}
.read_more {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.single-stories .block .block-content {
  margin-top: 0;
}
.highlight_desc {
  color: #111;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}

.srr-title > a {
  color: #000;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 15px;
}
.srr-meta {
  color: #8b8b8b;
}