/*
Theme Name: DiviSpecial child
Version: 1.0
Description: A child theme of DiviSpecial
Author: dribera
Template: DiviSpecial
*/

@import url("../DiviSpecial/style.css");
@import url('https://fonts.googleapis.com/css2?family=Volkhov:wght@400;700&display=swap');

h1, h2 {
	font-family: "Volkhov", Georgia, serif;
  font-weight: 700;
}

h2 {
  color: #09c3ba;
  margin-bottom: -40px;
  font-size: 2em;
  text-align: center;
}

h3 {
  color: #ed6a5a;
  font-weight: 700;
  margin-bottom: -20px;
}

#logo {
    max-height: 145%;
    margin-top: 10px;
	}
	
@media only screen and (max-width: 980px) {
  #logo {
    max-height: 125%;
    margin-top: 10px;
  }
}

.mobile_menu_bar::before {
  color: #fff;
}

.et_mobile_menu {
  border-top: 6px solid #ed6a5a;
}

#main-header {
  background-color: rgb(9, 195, 186, 1)!important;
}

#top-menu a {
  color: #fff;
}

#top-menu a:hover {
  color: rgb(36, 64, 106, 1);
}

#full_width_slider {
  max-height: 400px;
}

.et_pb_slide_title {
  padding: 15px 10px 20px 10px;
}

.et_pb_slide_description {
  padding: 10%;
  text-shadow: 2px 2px 3px rgba(0,0,0,.5)!important;
}

#whoweare {
  background-color: #ededed;
}

#whatwevedone {
  background-color: #24406a;
  color: #fff;
}

ul {
  margin-left: 15px;
}

li {
  line-height: 2.5em;
}

/* donate button */
.menu_cta {
background-color: #fff;
color: #09c3ba !important;
padding: 0 !important;
}

.menu_cta a {
color: #09c3ba !important;
padding: 15px 15px 15px 15px !important;
}

.menu_cta a:hover {
  background-color: rgb(36, 64, 106, 1)!important;
  opacity: 1!important;
  color: #fff!important;
}

@media only screen and (min-width: 980px){
  .menu_cta a:before {
	color: #fff;
	font-family: 'ETmodules';
	font-size: 16px;
	line-height: 1;
	position: absolute;
	left: 12px;
	}

  .menu_cta a {
	padding: 15px 25px 15px 25px !important;
	}
}

.et_pb_button, .et_pb_button a:hover {
  background-color: #09c3ba !important;
  color: #fff!important;
  font-size: 1.75em;
  font-weight: bold;
}

.et_pb_button::after {
  font-size: 40px;
}

.et_pb_button_module_wrapper{
  float: none;
  text-align: center;
}

/* footer */
#footer-bottom {
  background-color: rgb(9, 195, 186, 1) !important;
}

#footer-info {
  color: #fff;
}

.et-social-icon a {
  color: #fff;
}

.et-social-icon a:hover {
  color: #24406a;
}

/* mobile */
@media only screen and (max-width: 500px) {
  .mobile_image {
    height: auto !important;
    width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
	}
	
  #main-header {
    height: 60px;
  }
	
  #logo {
    max-height: 110%;
  }
	
  .et_pb_slide_title {
    padding: 15px 10px 50px 10px;
  }
	
  .mobile_menu_bar {
    margin-top: -8px;
  }
	
  .et_mobile_menu {
    margin-top: -12px;
  }
}

@media only screen and (max-width: 980px) {
  .et_pb_slide_title {
    font-size: 2.5em!important;
  }
}

@media only screen and (max-width: 767px) {
  .et_pb_slide_title {
    font-size: 2em!important;
  }
}