/*
 Theme Name:   Divi Child
 Theme URI:    https://lentes-hoya.com.br/
 Description:  Tema Miyosmart
 Author:       Caetano Garcia
 Author URI:   https://www.caetanogarcia.com/
 Template:     Divi
 Version:      1.0.0
 Text Domain:  Divi-child
*/

/* Divirta-se */

/* Carrossel posts supreme home */
.carrossel_noticias_home.dsm_blog_carousel_0 .dsm-entry-thumbnail img {
	padding: 10px !important;
}
.carrossel_noticias_home.dsm_blog_carousel_0_tb_body .dsm-entry-thumbnail img {
	padding: 10px !important;
}

/* Botão voltar ao topo */
.et_pb_scroll_top.et-pb-icon {
	background-color: #0057bc;
	border-radius: 25px 0 0 25px;
}

/*style the wp-pagenavi pagination links*/

.wp-pagenavi a,
.wp-pagenavi span {
	color: #2d2a28;
	background: #f1f3f5;
	font-size: 1em !important;
	line-height: 1em;
	font-weight: bold !important;
	padding: 0.45em 0.8em !important;
	border-radius: 100px;
  	border: none;
	transition: all .5s;
}


/*style the wp-pagenavi current page number*/

.wp-pagenavi span.current {
	color: #ffffff !important;
	background: #0057bc !important;
	border-radius: 100px;
}


/*style the wp-pagenavi pagination links on hover*/

.wp-pagenavi a:hover {
	color: #ffffff !important;
	background: #0057bc !important;
}


/*style the wp-pagenavi pages text*/

.wp-pagenavi .pages {
	background: none;
}


/*remove border and center the wp-pagenavi links*/

.wp-pagenavi {
	border-top: none;
	text-align: center;
}