/*
Theme Name: DniproTV
Version: 1.0.0
Theme URI: -
Text Domain: dniprotv
Description: -
Author: WPWP
Author URI: -
*/

.single .container-fluid .post-single__content .wp-block-gallery .wp-block-image .wp-element-caption {
	display: none !important;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	font-size: 22px;
	margin-top: 40px;
}

.pagination > * {
		border-radius: 100%;
		color: #808080;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		transition: all .2s linear;
}

.pagination > *:hover {
			color: #004b94;
}

.pagination .page-numbers {
		font-size: 22px;
		text-decoration: none;
}
    
.pagination .current {
		color: #004b94;
}

.post-single .wp-caption .wp-caption-text {
	display: none !important;
}

.wp-caption {
    width: 100% !important;
	    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

.post-single .wp-caption-text {
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0 0;
    color: #000;
}
.post-single .wp-caption > img {
    width: 100%;
    max-height: 1000px;
   object-fit: cover;
}
.post-single .wp-caption {
    margin-bottom: 30px;
    object-fit: cover;
}

.post-single__content .gallery .wp-caption-text {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.post-single .wp-caption {
      margin-bottom: 20px;
    }	
}