/**
* Theme Name: EP - Guilst
* Description: This is a child theme of Stack, generated by Merlin WP.
* Author: <a href="http://guilst.com/">Guilst</a>
* Template: falapedroso
* Version: 0.5.19
*/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('../stack/style.css');

body {
  font-family: 'Poppins', sans-serif;
}

h1{
  font-weight: bold;
}
h1, h2, h3, .h1, .h2, .h3{
  /* font-family: 'Playfair Display', serif; */
  font-family: 'Poppins', sans-serif;
  color: #888;
  font-weight: bold;
}

.avatar{
  border-radius: 100%;
  width: 80px;
  max-height: 80px !important;
  margin-top: 20px;
}

.input-checkbox + span + button[type] {
  margin-top: 0.92857143em;
}

.btn-margin-top{
  margin-top: 25px;
}

.ep--footer{
  background-color: #004874ff !important;
    color: white;
}

.btn--primary,
.btn--primary:visited {
  background: #004874ff;
  border-color: #004874ff;
}


.navbar-ep{
  margin-top: 4px;
}

.navbar-ep li a{
  color: #004874ff !important;
  display: block;
  padding: .8rem;
  font-size: 1.25rem !important;
  line-height: 1.2rem;
  font-weight: 550;
  opacity: 1 !important;
}

.navbar-ep li a:hover{
  color: #174854 !important;
  /* text-decoration: underline; */
  opacity: 1 !important;
}

.navbar-ep--grey li a{
    color: #666666 !important;
    display: block;
    padding: .8rem;
    font-size: 1.25rem !important;
    line-height: 1.2rem;
    font-weight: 550;
    opacity: 1 !important;
}

.navbar-ep--grey li a:hover{
    color: #4d4d4d !important;
    /* text-decoration: underline; */
    opacity: 1 !important;
}

.logo-ep{
  max-height: 130px;
  max-width: none;
  margin: 0;
  position: relative;
  top: 4px;
  transition: all .2s ease-in-out;
}
.logo-ep:hover{
  transform: scale(1.04);
}
.logo-ep-mobile{
  max-height: 400px;
}

div.home-image {
    margin-top: -30px;
   content:url('https://brasilsul.info/media/uploads/2022/08/path145.png');
   width: 100%;
}

.video-play-icon{
  background: #004874ff !important;
}

a {
  color: #004874ff;
  font-weight: 700;
}
a:hover {
  color: #216778;
  text-decoration: underline;
}
a.block {
  font-weight: normal;
  text-decoration: none;
  color: #666666;
}

input[type="submit"] {
  background: #004874ff;
}

.dobra-1{
  padding-top: 50px !important;
}

section{
  padding-top: 5.42857143em;
  padding-bottom: 5.42857143em;
}
.btn--primary:hover {
  background: #1c515e;
}
.btn--primary:active {
  background: #1c515e;
}
.article-text-section{
  padding-top: 0.429em !important;
}

.sidebar {
    background-color: #fafafa;
}

.featured-image-holder{
    display: flex;
    justify-content: center;
    margin-left: 0;
    max-width: 100%;
    margin-top: 3em;
}

.bg--whatsapp {
    background: #2f7e1f;
    color: #fff !important;
}

.bg--x-twitter {
    background: #192124;
    color: #fff !important;
}
.socicon-whatsapp{
    color: white;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

.hide-desktop,
.hide-desktop--inline-block {
    display: none !important;
}

.hide-mobile {
    display: block;
}

.hide-mobile--inline-block {
    display: inline-block;
}

.text-grey {
    color: #666666 !important;
}

@media screen and (max-width: 768px) {
    .search-top-fp{
        width: 100%;
    }

    .hide-mobile,
    .hide-mobile--inline-block {
        display: none !important;
    }

    .hide-desktop {
        display: block !important;
    }

    .hide-desktop--inline-block {
        display: inline-block;
    }

    .category-menu--mobile{
        top: 6.714em !important;
    }

}

section.space--sm, footer.space--sm {
    padding-top: 3.952em;
    padding-bottom: 1.952em;
}

article .article__title {
    margin-bottom: 0.714em;
}


