/*======================================
Theme Name: Divi Child by Patrick.pro
Description: Divi child theme by Patrick.pro
Version: 1.0
Author: Patrick.pro
Author URI: https://patrick.pro
Template: Divi
======================================*/

/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

h1,
h2,
h3 {
  font-weight: 600;
}

.home-item > a:before {
  font-family: "ETMODULES";
  content: "\e074";
  padding-right: 5px;
}

#et-top-navigation nav > ul > li > a {
  font-weight: 600;
  letter-spacing: 0.01em;
}

#et-top-navigation nav > ul > li > a:hover {
  color: #3c69b3;
  opacity: 1;
}

.et_pb_button {
  padding: 0.5em 2em;
}

.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
  padding: 0.5em 3.2em 0.5em 2em;
}

ul#footlevel-nav {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul#footlevel-nav li {
  margin: 0 15px;
}

#doradcy .et_pb_post {
  cursor: pointer;
}

#doradcy .et_pb_post {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#doradcy .et_pb_post:hover {
  box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 20%);
}

.blog-grid .et_pb_post {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.blog-grid .et_pb_post a.more-link {
  margin-top: 20px;
  text-align: right;
}

.blog-grid .et_pb_post a.more-link:after {
  content: "9";
  font-family: ETmodules;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-grid .et_pb_post a.more-link:hover:after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

span.coms:before {
  content: "\e065";
  display: inline-block;
  vertical-align: middle;
  font-family: ETmodules;
  padding: 0 10px;
  font-size: 14px;
  color: #3c69b3;
}

#recent-posts-2 ul li {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 10px;
}

#recent-posts-2 ul li:last-child {
  border-bottom: none;
}

#recent-posts-2 ul li a:hover {
  color: #3c69b3 !important;
}

.et_monarch .et_pb_section .et_social_inline_top, .et_monarch .et_pb_section .et_social_inline_bottom {
  margin-top: 30px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 1280px) {
  .et_pb_row,
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    width: 90%;
  }
}

@media only screen and (max-width: 980px) {
  ul#footlevel-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  @media only screen and (max-width: 767px) {
    p.post-meta {
      padding-top: 10px;
  }
  }
}
