/*
Theme Name:     TVET
Theme URI:      
Description:    Divi child theme.
Author:         34ML
Author URI:     https://34ml.com
Template:       Divi
Version:        0.1.0
*/
* {
  cursor: default;
}

a,
button,
#logo {
  cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  cursor: text;
}

::selection {
  background-color: #0d468e;
  color: #d1be7e;
}

::-moz-selection {
  background-color: #0d468e;
  color: #d1be7e;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea, 
select{
  font-family: 'Gill Sans', 'Gill Sans MT', 'GE SS Two', 'Trebuchet MS', sans-serif !important;
}

/* Start of Page Header */
@media only screen and (max-width: 768px) {
  .et_pb_fullwidth_header
    .et_pb_fullwidth_header_container.center
    .header-content {
    width: 100%;
  }
}
/* End of Page Header */

/* Navigation Bar Width */
#main-header .container.et_menu_container {
  width: 90% !important;
  max-width: 1680px !important;
}
/* Navigation Bar Width */

#top-header .container {
  line-height: initial;
  width: 89% !important;
}

#top-header a {
  font-weight: 600;
}

.et_header_style_left #et-top-navigation nav > ul > li > a {
  font-weight: 600;
}

.et_header_style_left #et-top-navigation nav > ul > li.current-menu-item > a {
  font-weight: bold;
}

@media only screen and (min-width: 980px) {
  #main-header.et-fixed-header {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
  }
  #top-menu-nav #top-menu li.mega-menu ul.sub-menu li.menu-item-type-custom a::after {
    display: none !important;
  }
}

#top-menu li {
  padding-right: 16px;
}

#top-menu > li.current-menu-parent a {
  font-weight: bold;
}

#main-header #top-menu li.current-menu-item > a {
  color: #0D468E !important;
}

#page-container .et-fixed-header #top-menu > li.current-menu-item > a,
#top-menu li.mega-menu > ul > li > a {
  color: #0d468e !important;
  font-weight: 700 !important;
}

#top-menu li.mega-menu ul li a {
  font-weight: 600 !important;
}

#top-menu li.mega-menu > ul {
  padding: 8px 20px;
}

.menu-item a {
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
}

.et_mobile_menu li a {
  padding-left: 0;
}

.et_mobile_menu {
  padding: 6.5%;
}

.menu-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #d1be7e;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.menu-item a:hover::after {
  width: 100%;
  display: block;
}

/* Start Sub Menu */
.nav li ul {
  border-radius: 0;
}

#top-menu li.mega-menu > ul {
  position: fixed !important;
  width: 100vw;
  max-width: 100%;
  border-top: none;
}

#top-menu li.mega-menu > ul > li {
  text-align: center;
}

#top-menu li.mega-menu > ul > li > a,
#top-menu li.mega-menu.mega-menu-parent li > a {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}

#top-menu li.mega-menu.mega-menu-parent li > a {
  font-weight: normal;
}

#top-menu li.mega-menu > ul > li > a::before {
  display: none;
}

#top-menu li.mega-menu > ul > li > a::after {
  width: 0;
}

#top-menu li.mega-menu > ul > li:hover > a {
  opacity: 0.9;
}

#top-menu li.mega-menu > ul > li:hover > a::after {
  width: 100%;
}

#top-menu li.mega-menu > ul {
  padding-bottom: 0 !important;
}
/* End Sub Menu */

#top-menu li.mega-menu > ul > li > a:first-child {
  font-weight: normal;
  border-bottom: 0!important;
}

#et-secondary-nav .menu-item-has-children > a:first-child::after,
#top-menu .menu-item-has-children > a:first-child::after {
  content: '';
  top: initial;
}

#top-menu .menu-item-has-children > a:first-child {
  padding-right: inherit;
}

.menu-item:not(:last-child) a::before,
#et-secondary-nav .menu-item a::before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: -11px;
  width: 1px;
  height: 25px;
  background-color: #d1be7e;
}

#top-menu-nav #top-menu .current-menu-item a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #d1be7e;
}

#top-menu-nav > ul > li > a:hover,
#et-secondary-menu > ul > li > a:hover {
  opacity: 0.9;
}

#et-secondary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.et-social-icon {
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.et-social-icon:hover a {
  color: #d1be7e !important;
}

#et-secondary-menu > ul > li.current-menu-item > a {
  font-weight: bold;
}

#et-secondary-menu .et-social-icons {
  margin-right: 0;
  margin-left: 10px;
}

.et_mobile_menu li.et-social-icon a {
  padding-left: 0;
}

.et_mobile_menu li.et-social-icon a:hover {
  opacity: 0.95;
}

#mobile_menu > li {
  font-weight: bold;
}

#mobile_menu .sub-menu > li {
  font-weight: normal;
}

#mobile_menu .sub-menu > li.current-menu-item a {
  font-weight: normal !important;
}

#mobile_menu .et-social-icons {
  margin-top: 8px;
  margin-bottom: 0;
  text-align: left;
}

#mobile_menu .et-social-icons li.et-social-icon a {
  font-size: 16px;
}

#mobile_menu .et-social-icons li:first-child {
  margin-left: 0;
  margin-right: 25px;
}

#mobile_menu .et-social-icons li:last-child {
  margin: 0;
}

#mobile_menu .menu-item a::before {
  display: none;
}

.et_mobile_menu li a:hover {
  opacity: 0.92;
}

.et_mobile_menu li.current-menu-item a {
  font-weight: 700 !important;
}

/* Remove Goldish ::after for subnav items */
#et_mobile_nav_menu .et_mobile_menu > li.current-menu-item > a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #d1be7e;
}

#et_mobile_nav_menu .et_mobile_menu > li.mega-menu > ul.sub-nav > li.current-menu-item > a::after {
  display: none;
  width: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
/* Remove border-right of menu items on mobile */

/* Centered Header */
.heading-center {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: bold;
}

.heading-center::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background-color: #d1be7e;
}

.heading-center-white {
  margin-bottom: 25px;
  position: relative;
}

.heading-center-white::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background-color: #fff;
}

.heading-center-blue {
  position: relative;
}

.heading-center-blue::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background-color: #0d468e;
}

/* Heading Left */
.heading-left {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: bold;
}

.heading-left::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background-color: #d1be7e;
}

.white-subtitle {
  max-width: 45%;
  margin: 0 auto;
  font-size: 22px;
  text-transform: initial;
}

@media only screen and (max-width: 992px) {
  .white-subtitle {
    max-width: 100%;
  }
}

/* Button */
.et_pb_button,
.et_pb_module .et_pb_button,
.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
  padding: 10px 63px 10px 47px;
}

.et_pb_button::after {
  font-weight: 600;
  top: 49%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  #footer-widgets {
    padding-bottom: 10px;
  }

  #main-footer .container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 10px 0;
  }
}

#main-footer {
  margin-top: 50px;
}

#footer-bottom {
  display: none;
}

.et_pb_gutters3 .footer-widget {
  margin-bottom: 1.5%;
}

.heading {
  position: relative;
  margin-bottom: 15px;
}

.heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 4px;
  background-color: #d1be7e;
}

#main-footer #footer-widgets .footer-widget h4 {
  display: none;
}

#footer-widgets {
  padding: 3% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer-widgets .custom-html-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer-disclaimer p:nth-of-type(1){
  direction: ltr;
  line-height: 1.2em;
  text-align: justify;
  font-weight: 600;
  font-style: italic;
}

#footer-disclaimer p:nth-of-type(2){
  direction: rtl;
  font-size: 13px;
  line-height: 1.6em;
  font-family: 'GE SS Two',sans-serif;
  font-weight: 500;
  text-align: right;
}

#footer-disclaimer-logos {
  display: inline-block;
}

#footer-disclaimer-logos ul li {
  display: inline-block;
  padding-left: 0 !important;
  vertical-align: text-bottom;
}

#footer-disclaimer-logos ul li::before {
  display: none;
}

#footer-disclaimer-logos ul li:not(:last-child) {
  margin-right: 14px;
}

#footer-disclaimer {
  text-align: left;
  display: inline-block;
  width: 80%;
}

@media only screen and (max-width: 768px) {
  #footer-disclaimer {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1010px) {
  #footer-widgets .custom-html-widget {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  #footer-widgets .footer-widget {
    padding-bottom: 3% !important;
    padding-top: 3% !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 479px) {
  #footer-widgets .footer-widget:nth-child(n) {
    margin-bottom: 0 !important;
  }
}

.navbar-seperator-item {
  height: 30px;
  position: relative;
}

.navbar-separator {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0);
}

.navbar-separator::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: -webkit-fill-available;
  background-color: #d1be7e;
}

#top-menu .navbar-social-icon a {
  font-size: 18px;
}

.mobile_menu_bar::before {
  color: #0d468e;
}

#top-menu #menu-item-36986 {
  padding-right: 18px;
}

#et-main-area .et_pb_scroll_top {
  color: #d1be7e;
  bottom: 105px;
  background: rgba(13, 71, 142, 0.9);
}

@media only screen and (max-width: 768px) {
  #footer-widgets {
    padding-bottom: 10px;
  }
  #main-footer .container {
    padding: 10px 0;
  }
}

.tc-testimonial-wrap .tcnav-vmid .owl-controls .owl-nav [class*='owl-'] {
  border-radius: 0;
  color: #fff;
  background-color: rgba(209, 190, 126, 0.7);
  border: none;
  font-size: 13px;
  line-height: 2.4em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-testimonial-wrap .tcnav-vmid .owl-controls .owl-nav:hover {
  background-color: rgba(209, 190, 126, 1);
}

.tc-content p {
  font-size: 18px;
  line-height: 1.3em;
}

.tc-content p::before,
.tc-content p::after {
  opacity: 0.7;
}

.tc-content p::after {
  bottom: -20px;
}

.tc-testimonial-wrap .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(209, 190, 126, 0.6) !important;
}

.tc-testimonial-wrap .owl-theme .owl-dots .owl-dot.active span {
  background-color: #d1be7e !important;
}

.tc-testimonial-wrap .tcnav-vmid .owl-controls .owl-prev {
  left: -100px;
}

.tc-testimonial-wrap .tcnav-vmid .owl-controls .owl-next {
  right: -100px;
}

.tc-testimonial-wrap .tcnav-vmid .owl-controls .owl-next,
.tc-testimonial-wrap .tcnav-vmid .owl-controls .owl-prev {
  top: 20%;
}

.tc-client {
  display: none;
}

.testimonial-img {
  float: left;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 2px solid #d1be7e;
  position: relative;
  overflow: hidden;
}

.testimonial-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 88% !important;
  height: auto;
}

.tc-content > p {
  text-align: center;
  max-width: 85%;
  margin-left: auto;
}

.tc-content > p::before {
  content: url('https://tvetegypt.org/wp-content/uploads/Quote-Start.png');
}

.tc-content > p::after {
  content: url('https://tvetegypt.org/wp-content/uploads/Quote-End.png');
  position: absolute;
  left: 85%;
  bottom: -5px;
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .testimonial-img {
    float: none;
    padding-right: 0;
    margin: 0 auto 30px;
  }
  .tc-content > p {
    max-width: 100%;
    margin-left: auto;
  }
  .tc-content > p::after {
    right: 15px;
  }
  .tc-testimonial-single {
    padding: 20px 0 !important;
    margin: 0 !important;
  }
  .tc-testimonial-wrap .owl-carousel .owl-item img {
    margin: 0 auto !important;
    width: 80% !important;
  }
}

.slick-dots {
  bottom: -50px !important;
  padding: 0 !important;
}

button.slick-prev,
button.slick-prev:active,
button.slick-next,
button.slick-next:active {
  background-color: #d1be7e !important;
}

.slick-dots li {
  margin: 0 6px !important;
}

button.slick-arrow {
  width: 35px !important;
  height: 35px !important;
  border-radius: 0 !important;
}

.slick-dots li button::before {
  display: none !important;
}

.slick-dots li.slick-active button {
  background-color: rgba(209, 190, 126, 0.9) !important;
}

.slick-dots li button {
  border: none !important;
  background-color: rgba(209, 190, 126, 0.5);
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
}

/* Logo Showcase */
.wpls-logo-showcase .slick-dots {
  bottom: -30px !important;
}

button.slick-prev,
button.slick-prev:active,
button.slick-next,
button.slick-next:active {
  background-color: #d1be7e !important;
}

.wpls-logo-showcase .wpls-fix-box {
  padding: 0 30px;
}

.wpls-logo-showcase .slick-dots li {
  margin: 0 6px !important;
}

.wpls-logo-showcase button.slick-arrow {
  width: 35px !important;
  height: 35px !important;
  border-radius: 0 !important;
}

.wpls-logo-showcase .slick-dots li button::before {
  display: none !important;
}

.wpls-logo-showcase .slick-dots li.slick-active button {
  background-color: rgba(209, 190, 126, 0.9) !important;
}

.wpls-logo-showcase .slick-dots li button {
  border: none !important;
  background-color: rgba(209, 190, 126, 0.6);
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
}

.wpls-logo-showcase button.slick-prev,
.wpls-logo-showcase button.slick-prev:active,
.wpls-logo-showcase button.slick-next,
.wpls-logo-showcase button.slick-next:active {
  background-color: rgba(209, 190, 126, 0.6) !important;
  background-size: 20px 20px !important;
}

.wpls-logo-showcase button.slick-prev:hover,
.wpls-logo-showcase button.slick-prev:focus,
.wpls-logo-showcase button.slick-next:hover,
.wpls-logo-showcase button.slick-next:focus {
  background-color: rgba(209, 190, 126, 0.9) !important;
  background-size: 20px 20px !important;
}

@media only screen and (max-width: 768px) {
  .wpls-logo-showcase .slick-dots {
    display: none !important;
  }
}

/* Impact Section */
.counter-col::before,
.counter-col::after {
  content: '';
  background-color: #fff;
  display: block;
  position: absolute;
  height: 2px;
  width: 0;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.counter-col::before {
  top: 0;
  left: 0;
}

.counter-col::after {
  bottom: 0;
  right: 0;
}

/* .counter-col:hover::before,
.counter-col:hover::after {
  width: 100%;
} */

/* .counter-col:hover .percent::after {
  width: 0;
}
 */
.counter-col .percent {
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.counter-col .et_pb_number_counter {
  margin-bottom: 20px !important;
}

/* .counter-col:hover .et_pb_number_counter {
  margin-bottom: 0 !important;
} */

.counter-col .percent::after {
  content: '';
  background-color: #d1be7e;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 5px;
  width: 100px;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.counter-col .counter-title {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-bottom: 20px;
}

.counter-col .percent > p {
  margin-top: 10px;
}

.counter-col .et_pb_text_inner p {
  padding-bottom: 10px;
}

/* .counter-col:hover .impact-icon {
  fill: #d1be7e;
  width: 70px;
} */

/* .counter-col:nth-child(2):hover .impact-icon,
.counter-col:first-child:hover .impact-icon {
  width: 45px;
} */

/* .counter-col:nth-child(3):hover .impact-icon {
  width: 77px;
} */

.impact-icon {
  fill: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#impact-section #our-impact-btn:hover {
  color: #0d468e !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

#impact-section #our-impact-btn:hover::after {
  color: #0d468e !important;
}

@media only screen and (max-width: 768px) {
  .counter-col:hover .et_pb_number_counter {
    margin-bottom: 20px !important;
  }
  .counter-col .percent {
    height: 82px !important;
  }
  .counter-col .percent::after,
  .counter-col:hover .percent::after {
    width: 100px;
  }
  .counter-col::before,
  .counter-col::after {
    display: none;
  }
  .counter-col .impact-icon {
    fill: #fff;
    width: 30% !important;
  }
  /*   .counter-col:hover .impact-icon {
    fill: #fff;
    width: 30% !important;
  }
  .counter-col:nth-child(2):hover .impact-icon,
  .counter-col:first-child:hover .impact-icon {
    fill: #fff;
    width: 30% !important;
  } */
}

/* Events */
.event-col {
  background-color: #fff;
}

.event-col .event-content {
  font-size: 18px;
}

.event-img-wrapper {
  margin-bottom: 10px;
}

.event-img {
  width: 100%;
}

.event-title {
  text-transform: capitalize;
}

.event-link {
  font-weight: 600;
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 10px;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  #events-row {
    min-width: 100% !important;
  }
}

/* Tabs Gloabl Styling */
.et_pb_tab {
  padding: 10px 0;
}

#tvet-tabs ul.et_pb_tabs_controls li.et_pb_tab_active a[href='#'],
#areas-tabs ul.et_pb_tabs_controls li.et_pb_tab_active a[href='#'] {
  color: #0d468e !important;
  font-weight: 600;
  font-size: 20px !important;
}

.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active {
  height: 55px !important;
}

.et_pb_tabs .et_pb_tabs_controls li {
  height: 40px !important;
}

.et_pb_tabs {
  -webkit-transform: translateY(-55px);
      -ms-transform: translateY(-55px);
          transform: translateY(-55px);
}

ul.et_pb_tabs_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.et_pb_tabs_controls li {
  border: none;
  border-radius: 3px;
  font-weight: 500;
  position: relative;
}

.et_pb_tabs_controls li:not(:last-child) {
  margin-right: 5px;
}

.et-pb-active-slide {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #tvet-tabs,
  #areas-tabs {
    border-radius: 0;
  }

  .et_pb_tabs_controls li {
    margin-right: 0 !important;
    border-bottom: 1.2px solid #d1be7e !important;
    border-radius: 0;
    width: 100%;
  }
  #tvet-tabs .et_pb_tabs_controls li a,
  #areas-tabs .et_pb_tabs_controls li a {
    display: block;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }
  .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active,
  .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active {
    height: auto !important;
  }
}

@media only screen and (max-width: 992px) {
  .et_pb_tabs {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

/* Placeholders */
::-moz-placeholder {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
:-moz-placeholder {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
:-ms-input-placeholder {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
::-webkit-input-placeholder {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* Popup Maker Fix */
html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* Arrow of Buttons */
body #page-container .et_pb_button_module_wrapper .et_pb_button::after {
  font-size: 21px !important;
}

/* Single Post Page */
.entry-title {
  font-size: 38px;
  font-weight: bold !important;
}

.et_pb_post .entry-content {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.et_post_meta_wrapper img {
  width: auto;
  display: block;
  margin: 0 auto;
}

/* Remove Glitches */
.foobox_font_preload {
  display: none;
}