/*
 Theme Name:     Divi Child Theme
 Description:    Divi Child Theme
 Author:         Lukas G
 Author URI:     #
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");
/* =Theme customization starts here
------------------------------------------------------- */
.category article.et_pb_post{
  width: 32.33333%;
  display: inline-block;
  float: left;
  margin: 0.5%;
  border: 1px solid #ccc;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .category article.et_pb_post{
    width: 48%;
    margin: 0.5%;
  }

}
.mobile_menu_bar:before{
  color: #fcbf00 !important;
}
.et_mobile_menu{
  border-top-color: #fcbf00 !important;
}
.category .widgettitle{
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
#top-menu li.current-menu-item>a{
    color: #000;
}
#top-menu li:hover>a{
    color: #fcbf00;
}
#footas a{
  color: #fff !important;
}
#footas a:hover{
  opacity: 0.6;
}
#main-content2 .container{
  margin-bottom: 50px;
}
#main-content2 .container > h2{
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;
  text-transform: uppercase!important;
  font-size: 46px!important;
  color: #494949!important;
  line-height: 1.4em!important;
  font-weight: 800;
  margin: 50px 0 30px;
}
article.sold img , article.sold h2, article.sold a{
  pointer-events: none;
}
.label.sold{
  position: absolute;
  background: #fcbf00;
  color: #000;
  padding: 5px 10px 5px 25px;
  right: 0;
  top: 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 600;
}
.single .entry-content .entry-title{
display: none !important;
}
