/*
Theme Name:     ATC Child
Theme URI:      http://empowerpadel.com/
Description:    Child theme for Divi
Author:         Oli Uwins
Author URI:     https://www.thameswebdesign.co.uk
Template:       Divi
Version:        0.1.0
*/

@import url("../Divi/style.css");

div#page-container {
  padding-top: 0px !important;
}

header#main-header {
  display: none;
}

h1 {
  font-size: 68px;
}

#main-footer {
  display: none;
}

.single .post {
  padding-bottom: 0px;
}

.pa-inline-buttons .et_pb_button_module_wrapper {
  display: inline-block;
}

body:not(.et-tb) #main-content .container,
body:not(.et-tb-has-header) #main-content .container {
  padding-top: 190px;
}

/* @media (min-width: 981px) {
  #main-content .container:before {
    width: 0px;
  }
} */

.post-content-inner {
  margin-bottom: 12px;
}

span.published {
  font-size: 14px;
}

sup {
  bottom: 0.8em;
  font-size: 50%;
}

h2 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.35em;
}

p a:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}

/* Navigation */
.et_pb_menu .et_pb_menu__menu > nav > ul > li > ul {
  top: calc(85% - 1px);
}
.et_pb_menu_0_tb_header.et_pb_menu .nav li ul {
  border-radius: 6px;
}

.nav li li:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 80%;
  border-bottom: 1px solid #9e9e9e;
}

.nav li li:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 80%;
  border-top: 1px solid #9e9e9e;
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a:before {
  font-family: "ETMODULES";
  content: "\5b";
  text-align: center;
  vertical-align: bottom;
  margin-right: 10px;
  margin-left: -10px;
  color: #c96b4e;
  font-size: 1em;
  transition: all 0.3s ease;
}

/* Ensure body behind that article is same green */

.wp-singular .et_pb_section_0_tb_header.et_pb_section {
  background-color: #163836 !important;
}

.wp-singular
  .et_pb_with_border.et_pb_section.et_pb_section_0_tb_header.et_pb_with_background.et_section_regular.et_pb_section--absolute.et_pb_section--with-menu {
  background-color: #163836 !important;
}

.home
  .et_pb_with_border.et_pb_section.et_pb_section_0_tb_header.et_pb_with_background.et_section_regular.et_pb_section--absolute.et_pb_section--with-menu {
  background-color: transparent !important;
}

.post-password-required {
  padding-top: 200px;
}

.et-menu li li a {
  width: 220px;
}

.et-pb-icon {
  font-size: 36px;
}

.policy-text h3:hover {
  color: #c96b4e !important;
}

@media only screen and (min-width: 981px) {
}

/* MAXXES */

@media (max-width: 980px) {
} /* end 980 */

@media (min-width: 768px) and (max-width: 980px) {
}

@media (max-width: 767px) {
} /* end 767 */

@media (max-width: 1115px) {
} /* end 600 */

@media (min-width: 981px) {
}

@media (max-width: 479px) {
}

@media (max-width: 375px) {
}
