/**
*Theme Name: Masterfix
*Theme URI: http://google.com
*Author: dima23ua
*Text Domain: 
*Author URI: http://google.com
*Version: 1.0.0
*Description: 
License URI:   
License:
*Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
*/

.aligncenter {
   margin: 10px auto;
   display: block;
}

.alignright {
   float: right;
   margin: 0 0 20px 20px;
   max-width: 50%;
}

.alignleft {
   float: left;
   margin: 0 20px 20px 0;
   max-width: 50%;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p,
.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
.sticky {
   position: sticky;
   top: 0;
   bottom: 0;
}

.gallery-caption {
   display: flex;
}

.bypostauthor {
   display: flex;
}
.screen-reader-text {
   display: flex;
}
.pagination {
   margin-top: 40px;
   display: flex;
   justify-content: center;
}
.page-numbers {
	color: #fff;
    font-size: 20px;
    padding: 0 5px;
}

.page-numbers:hover {
	    background: -webkit-gradient(linear, left top, left bottom, from(#9550D5), to(#354DB4));
    background: linear-gradient(180deg, #9550D5 0%, #354DB4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}    
.current {
	font-size: 24px;
     background: linear-gradient(180deg, #9550D5 0%, #354DB4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}