/*
 Theme Name:     Diamond Challenge
 Theme URI:      https://diamondchallenge.org/
 Description:    Divi Child Theme
 Author:         Octolab
 Author URI:     https://divi-pixel.com
 Template:       Divi
 Version:        1.0
*/



#logo {
  max-width: 275px !important;
}
#top-menu-nav > ul > li {
  position: inherit
}
.nav li ul {
  width: 100%;
  left: 0 !important;
  padding: 0 4.2% 0 0
}
#top-menu li li, .nav li li {
  float: right;
  padding: 20px
}
#top-menu a {
  font-weight: 400
}
#top-menu li li a {
  padding: 6px 9px;
  width: auto
}
#top-menu li {
  padding-right: 0
}
.et_header_style_left #et-top-navigation {
  padding: 0px !important;
}
.et_header_style_left #et-top-navigation nav > ul > li > a {
    padding-top: 47px !important;
	padding-bottom: 47px !important;
}
#top-menu .menu-item-has-children > a:first-child::after {
  top: 47px;
  display: none
}
#top-menu > li .sub-menu {
  min-width: 180px;
  padding: 0;
  top: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
#top-menu > li > .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out
}
#top-menu > li > .sub-menu li {
  display: block;
  float: none;
  padding: 0
}
#top-menu > li > .sub-menu li a {
  padding: 5px 15px;
  background-color: white;
  font-size: 14px
}
#top-menu > li > .sub-menu li a:hover {
  background-color: #00a0df;
  color: white;
  opacity: 1
}
#top-menu > li > .sub-menu > li .sub-menu {
  border-top: 0
}
#top-menu > li .sub-menu li.current-menu-item > a {
  color: white;
  background: #00a0df
}
#top-menu > li .sub-menu li.current-menu-parent > a {
  color: white;
  background: #00a0df
}
#top-menu > li > .sub-menu > li:hover > .sub-menu {
  left: 100% !important;
  top: 0
}
#top-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  z-index: 100
}
#top-menu-nav > ul > li {
  position: relative;
  float: left;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out
}
#top-menu-nav > ul > li.active, #top-menu-nav > ul > li.donate-btn, #top-menu-nav > ul > li:hover {
  background-color: #00a0df
}
#top-menu-nav > ul > li > a {
  padding-left: 20px;
  padding-right: 20px
}
#top-menu-nav > ul > li.active > a, #top-menu-nav > ul > li.donate-btn > a, #top-menu-nav > ul > li:hover > a {
  opacity: 1;
  color: white
}
#top-menu-nav > ul > li.current-menu-item {
  background-color: #00a0df
}
#top-menu-nav > ul > li.current-menu-item > a {
  color: white !important;
  font-weight: 600
}
#top-menu-nav > ul > li.current-menu-ancestor {
  background: #00a0df
}
#top-menu-nav > ul > li.current-menu-ancestor > a {
  color: white !important;
  font-weight: 600
}
.et_fullwidth_secondary_nav #top-header .container {
  padding-right: 6% !important
}
.nav li li ul {
  top: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f0f0f0
}
#top-menu li li ul li, .nav li li ul li {
  float: left;
  padding: 0 20px
}
#top-menu li li ul li a {
  font-size: 12px
}
.et_primary_nav_dropdown_animation_expand #et-top-navigation ul li:hover > ul {
  animation: none
}

/* BUTTON STYLES */
et_pb_button, .et_pb_button:hover, .et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  box-sizing: border-box;
  border-radius: 0;
  padding: 0.8em 1em !important;
}
.et_pb_bg_layout_light .et_pb_button {
  color: #003c71;
  border: 4px solid #003c71;
  font-weight: 600;
  padding: 0.8em 1em !important
}
.et_pb_bg_layout_light .et_pb_button:hover {
  border: 4px solid #00539f;
  color: #00539f;
  background-color: transparent
}
.et_pb_bg_layout_dark .et_pb_button, .et_pb_button.table_button {
  color: white;
  border: 3px solid white;
  font-weight: 600
}
.et_pb_bg_layout_dark .et_pb_button:hover, .et_pb_button.table_button:hover {
  background: #fff;
  border: 3px solid #fff;
  color: #00539f
}
.et_pb_button.table_button {
  width: 95%
}
.fullwidth_buttons a.et_pb_button {
  width: 100%;
  text-align: center
}


/* FOOTER STYLES */
.footer-widget h4 {
  letter-spacing: 0.7px;
  font-weight: 700 !important;
  margin-bottom: 10px;
  color: #003c71 !important;
  font-size: 32px !important;
}
.footer-widget h4.title {
  font-size: 32px !important;
}
.textwidget p {
  font-size: 14px;
  font-weight: 600
}
.post-date {
  color: rgba(255, 255, 255, 0.7)
}
#footer-widgets .footer-widget ul.footer_social li a {
  font-size: 32px
}
#footer-widgets .footer-widget li.et-social-icon a:hover {
  color: #00a0df;
}
#footer-widgets .footer-widget li.et-social-icon a {
  color: #003c71;
}
#footer-widgets .footer-widget li::before {
  display: none
}
#footer-widgets .footer-widget li {
  padding-left: 0;
  font-size: 14px;
  font-weight: 600
}
.social_twitter_circle a.icon::before {
  content: "\e0ab"
}
.social_facebook_circle a.icon::before {
  content: "\e0aa"
}
.social_linkedin_circle a.icon::before {
  content: "\e0b4"
}
#main-footer {
  background-color: #FFFFFF;
}
#footer-bottom {
  padding: 30px 0 10px 0
}
#footer-widgets {
  padding: 10% 0 3% 0
}
ul.footer_social {
  margin-top: 15px
}
#footer-widgets .footer-widget ul.footer_social li {
  padding-left: 0;
  display: inline-block;
  margin-right: 20px
}
#footer-widgets .footer-widget ul.footer_social li::before {
  content: "";
  border: none
}
#footer-info {
  float: right;
  padding-top: 25px
}
h1 {font-size: 60px;
line-height: 1.4em;}
h2 {font-size: 46px;
line-height: 1.4em;}
h3 {font-size: 36px;
line-height: 1.4em;}