/*
Theme Name:   OnePress Child
Theme URI:    https://www.famethemes.com/themes/onepress/
Description:  OnePress child theme
Author:       FameThemes
Author URI:   http://www.famethemes.com
Template:     onepress
Version:      1.0.1
Text Domain:  onepresschild
*/

.site-branding .site-logo-div {
  line-height: 75px;
  display: inline-block;
}
.site-branding .site-title-div {
  display: inline-block;
  line-height: 75px;
  vertical-align: middle;
  margin: 0 0 0 20px;
}
.site-branding .site-title,
.site-branding .site-text-logo{
  font-size: 30px;
}
.site-branding .no-logo-img.has-desc .site-description,
.site-branding .has-logo-img .site-description {
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  .site-branding .site-title,
  .site-branding .site-text-logo{
    font-size: 24px;
  }
  .site-branding .no-logo-img.has-desc .site-description,
  .site-branding .has-logo-img .site-description {
    font-size: 16px;
  }
}
.hero-content-style1 p {
  font-style: normal;
}
.phone-number {
  direction: ltr;
  display: inline-block;
}

.section-features .feature-item {
  background: #FFFFFF;
  padding-top: 20px;
  margin-bottom: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  transition: all 100ms ease-out 0s;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.section-videolightbox{
  background-image: url('assets/images/Minimalist-Youtube.jpg');
}
