/*
Theme Name: Uplift Divi Child
Theme URI: https://uplift.indicegenealogico.com
Template: Divi
Author: Henry Diaz
Author URI: https://www.indicegenealogico.net
Description: Uplift W07.
Version: .01.1650503967
Updated: 2022-04-21 01:19:27

*/

/* ==== Basic ==== */
@import url('https://fonts.googleapis.com/css?family=Arvo');


html {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Arvo', serif;
}


h2 .author {
	white-space: pre;
}


/* ==== General ==== */

/* Remove padding from sections and rows */
.et_pb_section, .et_pb_row {
   padding-top: 0 !important;
}

/* Top Menu items */
#top-menu a:link, #top-menu a:visited, #et_top_search{
  border-top: 5px solid transparent;
}

#top-menu a:hover {
  border-top: 5px solid #07162e;
  opacity:1 !important;
}

/* Mobile menu */
.mobile_menu_bar::before {
   color: #07162e;
}
.et_mobile_menu  {
  border-top: 5px solid #07162e;
}

#mobile_menu li a:hover {
  opacity: 1 !important;
  color: white;
  background-color:  #07162e;
}

.button, .button:visited {
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 10px;
  font-size: .9em;
  font-weight: bold;
}
.button:hover, .button:visited {
  text-decoration: underline;
}


/* ==== Hero Section ==== */

/* Align content to the left */
.hero .et_pb_slide_description {
   text-align: left;
}

.hero h2, .hero p {
 text-shadow: 2px 2px 5px black;
}

.hero h2 {
  font-size: 2em !important;;
  text-transform: capitalize;
  margin: .25em 0;
}
.hero .et_pb_slide_content {
  width: 40%;
  min-width: 250px;
}
.hero .et_pb_slide_description {
  padding: 0;
  width: 80%;
  max-width: 1080px;
  margin: auto;
}
.hero .et_pb_container {
  min-height: 200px;
  padding: 150px 0;
}
.hero .et_pb_slide {
  padding: 0
}

/* ==== Intro Section ==== */
.et_pb_text {
	text-align: left;
	line-height: 1.3em;
	font-size: 1.1em;
	padding: 20px;
}
.et_pb_text h2 {
	font-weight: bold;
	text-transform: capitalize;
} 

.author{
  font-weight: normal;
  display:block;
  margin-top: 10px;
  font-size: .8em;
}
.textbox p {
  margin-bottom: 15px;
}
/* Dark Blue Text Box */
.introduction .textbox * {
  color: white;
}

.introduction .button:hover {
  color: #07162e;
  background-color: white;

}

.introduction .textbox {
  background-color:  #07162e;
  padding: 30px;
}

/* Donation Slide*/
.donations::after {
  content: "";
  height: 100px;
  background-color: #07162e;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: .5;
}

.donations p {
  color: white;
  position: absolute;
  left: 0;
  bottom: -50px;
}



/* ==== Messages Section ==== */

/* Quotes or messages section*/
.messages .button{
  color: #07162e;
}

.messages .button:hover {
  background-color: #07162e;
  color: white;
}


/* Mobile fixes*/
@media all and (max-width: 980px) {
  .donations p {
    bottom: -115px;
  }
  #et_top_search {
  border-top: 0;
  }
  p a {
    margin-bottom: 30px;
  }
  .textbox p {
    margin-bottom: 0;
  }

}


