/*   
Theme Name: Sytian Wordpress Bootstrap
Theme URI:
Description: Wordpress Base Theme
Author: Sytian-Productions
Author URI: https://www.sytian-productions.com
Version: 2.0
*/

.single-post .other-hosts .other-host-slider .slide-wrap {
  margin: 0 -5px;
}

.contact-us .contact-form .contact-form-wrapper .button-wrapper .wpcf7-form-control-wrap {
  float: left;
}

.single-post .other-hosts .other-host-slider .slide-wrap .ot-slider li {
  vertical-align: top;
  padding: 0 5px;
}

.single-post .other-hosts .other-host-slider .next-slide,
.single-post .other-hosts .other-host-slider .prev-slide {
  top: 40%;
}

.img-wrap {
  display: block;
  overflow: hidden;
  position: relative;
}

.img-wrap span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-bottom: 63%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.img-wrap span:hover,
.img-wrap span:active,
.img-wrap span:focus {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-post .single-content .single-frequency{
	margin-top: 0;
	line-height: .8;
}
.single-post .single-content .single-frequency a{
	color: #02bacf;
    font-family: open_sanssemibold;
    font-size: 14px;
}

#wpua-upload-existing,
#wpua-upload-messages-existing{
    display: none;
}
#wpua-upload-button-existing{
    text-align: center;
    margin-bottom: 10px;
}
#wpua-upload-button-existing input{
    display: inline-block;
    width: 80px;
}