.categories-type li a > span {
    float: none; 
}
.categories-type ul.level0 li {
    display: block;
}
.recent-post-box img { 
    width: 80px;
}
.comment-form input[type="submit"]{
	margin-left: 0px;
}
.team-section .container a.btn-view-all {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    border: 2px solid transparent;
    padding: 12px 25px;
    color: #33a9ee;
    display: inline-block;
    margin-top: 35px;
}
.member-content, .team-section .container a.btn-view-all {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
	font-family: 'Raleway', sans-serif;
	}
.testimonial-quote > i { 
    width: 45px;
    height: 45px; 
}
.entry-content .btintro{
    color: #fff;
    line-height: 30px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
} 
.top-header  a.btn-book {
    background-color: #C00000;
    color: #fff;
    padding: 10px 30px 10px 47px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 11px;
    position: relative;
    text-decoration: none;
    margin-left: 13px;
}
.top-header  a.btn-book {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.top-header .btn-book-parent a:hover  {
    background-color: #fff;
	color: #C00000;
	transition: all .5s ease-in-out;
}
.top-header  a.btn-book ,.btn-book-parent{
    display: inline-block;font-family: 'Raleway', sans-serif;
}
.top-header  a.btn-book > span {
    margin-right: 18px;
    font-size: 25px;
    position: absolute;
    left: 20px;
    top: 10px;
}
.top-header  a.btn-book > span  {
    font-family: 'Lato', sans-serif;
}
@media (min-width: 700px) {
  .widget-about {
    height:300px;
  }
  .widget-about img {
    max-width: 50%;
  }
.widget-about h3 {
      position: absolute;
    bottom: 1%;
}
}

.flex-row {
  display:flex;
}
.flex-column {
  flex:50%;
  padding-left: 5%;
}