/**
* Theme Name: Antra Child
* Description: This is a child theme of Antra, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: antra
* Version: 1.0.16
*/



.post-author {
    display:none;
}


.posted-on:before{
     display:none;
}




.sr7-btn.sr7-layer span {
    background-color: black !important;
    color: #fff;
    transition: all 0.5s ease;
    border-radius: 100%;
    padding: 9px 10px;
    margin-left: 7px;
}

/*
p {
  margin: 0 0 16 0px;
}*/


  .main-navigation ul.menu ul.sub-menu,
.main-navigation ul.nav-menu ul.sub-menu {
    width: 370px;
  }
  
  #page .site-content {
  margin-top: 60px;
}


.w-pagina-contact
.wpcf7-button button.submit {
  background-color: var(--e-global-color-24ec52d);
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: none;
}

.w-pagina-contact .wpcf7-button i.fas.fa-arrow-right {
    background-color: white;
    color: black;
}

.elementor-widget-sidebar li.service-item a {
	text-transform: unset;
}

.joinchat__button {
    bottom: 72px;
	right: 4px;}
	
	.joinchat--chatbox {
    z-index: 999999 !important;
}


@media only screen and (max-width: 767px) {
.joinchat__button {
    bottom: 10px;
    right: 4px;
    }}
    


.widget_block p:first-of-type {
display: none;
}


.post h2 {
    font-size: 42px;
    margin: 16px 0 16px 0;
}

.post h3 {
    font-size: 30px;
    margin: 16px 0px 16px 0px;
}

.post img {
    border-radius: 16px;
}

p + h2, p + header h2, p + h3, p + h4,
ul + h2,
ul + header h2,
ul + h3,
ul + h4,
ol + h2,
ol + header h2,
ol + h3,
ol + h4,
table + h2,
table + header h2,
table + h3,
table + h4,
blockquote + h2,
blockquote + header h2,
blockquote + h3,
blockquote + h4,
form + h2,
form + header h2,
form + h3,
form + h4 {
  margin-top: 1em;
}