/* Custom CSS */

.owl-nav >div {
    display: inline-block;
    border: 3px solid;
    border-color: #22e3e5;
    border-radius: 50%;
    width: 34px;
    padding: 3px 6px;
    text-align: center;
    color: #22e3e5;
}

.owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 3px solid;
    border-color: #d5d5d5;
    margin: 0 5px;
}

.portfolio-entry-content .page-scroll .btn-primary {
	display: none;
}

.portfolio-entry-content .agni_custom_heading h5 {
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}

.portfolio-entry-content .agni_custom_heading h5::after {
  content: "Trabalhos Relacionados";
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
}

.accordion .panel {
	margin-bottom: 0;
}




/* MediaQueries */

@media (max-width: 1199px) { 



}

@media (max-width: 991px) { 



}

@media (max-width: 767px) {

.rev_slider .tp-caption {
  font-size: 25px !important;
}





}

@media (max-width: 575px) {



.rev_slider .tp-caption {
  font-size: 25px !important;
  white-space: normal !important;
  width: 150px !important;
  text-align: center !important;
}

	
}





