/*
 Theme Name:   Benevolentpro-child
 Theme URI:    
 Description:  Child theme for Benevolent Pro theme
 Author:       Ben Silverstein
 Author URI:   
 Template:     benevolent-pro
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  benevolentpro
*/

.custom-logo {
  max-width: 70%;
}

.banner-text p {
  text-shadow: 0 1px 0 black;
}

@media only screen and (min-width: 1000px) {
  .custom-logo {
    min-width: 300px;
    margin-left: -30px;
  }
}
@media only screen and (max-width: 605px) {
  #banner-slider .main-title {
    font-size: 1em !important;
    text-transform: uppercase;
    line-height: 1.4em;
    color: white !important;
  }
}

#banner-slider .main-title {
  font-size: 1.3em;
  text-transform: uppercase;
  line-height: 1.4em;
  color: white !important;
}

.owl-prev path,
.owl-next path {
  fill: #2a384d !important;
}

.heading .main-title,
.container .text .main-title {
  color: #2a384d !important;
  background-image: linear-gradient(
    transparent 0%,
    transparent 75%,
    #53aad3 65%,
    #53aad3 95%,
    transparent 95%,
    transparent
  );
  display: inline;
}

.widget-title {
  font-size: 38px;
  line-height: 48px;
  color: #2a384d !important;
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  background-image: linear-gradient(
    transparent 0%,
    transparent 75%,
    #53aad3 65%,
    #53aad3 95%,
    transparent 95%,
    transparent
  );
  display: inline;
}

.our-works p {
  text-align: left !important;
}

.social-shortcode {
  display: flex;
  justify-content: center;
}

.social-shortcode a {
  padding: 5px 15px;
}

.custom-btn {
  padding: 6px 10px;
  text-decoration: none;
  background-color: #2a384d;
  color: white;
  margin-top: 30px;
  display: inline-block;
  width: 80%;
}

.custom-btn:hover {
  color: white !important;
  text-decoration: none;
}

[itemprop="headline"] {
  background-image: linear-gradient(
    transparent 0%,
    transparent 75%,
    #53aad3 65%,
    #53aad3 95%,
    transparent 95%,
    transparent
  );
  display: inline;
}

[itemprop="headline"]:after {
  content: "";
  display: block;
}

.nav-previous,
.nav-next {
  display: none;
}

.widget_recent_entries .widget-title {
  background-color: #2a384d !important;
  color: white !important;
}

.widget_recent_entries {
  background-color: #69a9cf !important;
}
.widget_recent_entries a {
  color: white !important;
}

.widget_recent_entries a:hover {
  color: #2a384d !important;
}
