/*

Theme Name: Rhythm Wordpress Theme (Shared by JOJOThemes.com)
Theme URI: http://themeforest.net/user/JoiThemes
Author URI:http://themeforest.net/user/JoiThemes
Description: Clean Corporate Theme
Author: Joi Team
Version: 1.8
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.wprm {
    display: none;
}
.wrym {
    opacity:0; 
    position: absolute; 
	left:-650px;
}	  
/*--------------------------------------------------------------
12.2 Default
--------------------------------------------------------------*/

.bypostauthor {
	
}

#tribe-events-pg-template {
	max-width: none;
}

#tribe-events-content-wrapper {
	max-width: 1000px;
	margin: 0 auto;
}
.partners-img{
	display: flex;
justify-content: center;
align-items: center;
flex-wrap:wrap;
}
.partners-img img{
	margin-bottom:20px;
}
.rowafisha .radario-button{
	background: rgba(0,0,0, .7) !important;
width: 161px;
margin: 0 !important;
line-height: 27px;
text-transform: uppercase;
font-weight:400 !important;
font-family: "Open Sans";
letter-spacing:2px;
font-size: 10px !important;
}
.rowafisha .radario-button:hover{
	background-color: #0c0c0c!important;
}
.sold-btn{
	color: #666;
border-color: #EBEBEB;
background-color: #EBEBEB;
	font-size: 14px;
padding: 14px 20px;
border-radius: 5px;
display:block;
margin:0 auto;
width: fit-content;
text-decoration: none;
}
.sold-btn:hover{
	color: black;
border-color: #bbbbbb;
background-color: #bbbbbb;
text-decoration: none;
}

.category-afisha .radario-button{
	background: rgba(0,0,0, .7) !important;
width: 161px;
margin: 0 !important;
line-height: 27px;
text-transform: uppercase;
font-weight:400 !important;
font-family: "Open Sans";
letter-spacing:2px;
font-size: 10px !important;
}
.category-afisha .radario-button:hover{
	background-color: #0c0c0c!important;
}


@media all and (max-width:700px){
	.afisha-slider{
	margin-top:40px;
}
}
@media all and (max-width:550px){
	.partners-img{
	flex-direction:column;
}
.partners-img img{
		margin-right:0;
	}
}

