/*
Theme Name:     blaznisnoa
Description:    child theme
Author:         david
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
.mfp-title {
	display: none;
}
.no-underline {
	text-decoration: none !important;
}
/*styles the wp-pagenavi pagination links*/
.wp-pagenavi a, .wp-pagenavi span {
  padding: 0.2em 0.6em !important;
  font-size: 1.5em !important;
  color: #fff;
  line-height: 1.5em;
  background: #00537f;
  transition: all .5s;
}
 
/*styles the wp-pagenavi current page number*/
.wp-pagenavi {
	font-family: Spartan;
	font-size: 12px;
    text-align: right;
    border-top: 1px solid #00537f;
	padding-left: 10px;
	padding-right: 10px;
    clear: both;
    margin-bottom: 30px;
}
.wp-pagenavi span.current {
  color: #ffffff !important;
  background: #00537f !important;
  text-decoration: underline !important;
}
 
/*styles the wp-pagenavi pagination links on hover*/
.wp-pagenavi a:hover {
  color: #fff !important;
  background: #00537f !important;
}
 
/*styles the wp-pagenavi pages text*/
.wp-pagenavi .pages {
  background: none;
}