/*
Theme Name: Kyiv2035
Author: 
Version: 1.3
*/
.first-block-registr{
	max-width:50%;
}
.first-block{
	display: flex;
    flex-direction: row;
	margin-bottom: 60px;
}
._form{
	background-color: rgb(114 114 114 / 12%);
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
    padding-bottom: 50px;
    max-width: 610px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
.conference{
	    display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
}


div.conference-boxed{
	border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: transparent;;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 32px 32px 32px 32px;
}

div.conference-container{  
	max-width: 1140px;
}
div.conference-row{
	padding: 10px;
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
div.conference-number-box{
    width: 11%;
	display: flex;
}
div.conference-number-background{
	padding: 15px;
    display: flex;
    width: 100%;
    line-height: 21px;
    background-color: #5bc0de;
    align-items: center;
	justify-content: center;
}
.conference-number{
	color: #FFFFFF;
    font-size: 4.9em;
}
.conference-number-center{
	text-align: center;
}
.conference-event-box{
	padding: 20px;
	display: flex;
	width: 89% !important;
}
.conference-time{
	width: 25%;
	color: #474747;
    font-size: 21px;
    font-weight: 700;
}
.conference-event{
	width: 75%;
	color: #474747;
    font-size: 18px;
    font-weight: 500;
}
#conference-title{
	max-width:1140px;
	width:100%
}
#conference-form-title{
	margin-top:30px;
	max-width:1140px;
	width:100%;
	font-size: 47px;
}
@media (max-width: 768px){
	div.conference-row {
		display: flex;
		flex-direction: column;
	}
	div.conference-boxed {
    	padding: 0;
	}
	div.conference-number-box {
		width: 100%;
	}
	div.conference-number-background {
		padding: 0;
		line-height: 100%;
	}
	.conference-number {
    	color: #FFFFFF;
		font-size: 3.9em;
	}
	.conference-event-box {
		padding: 0px;
		width: 100% !important;
	}
	.conference-program{
		margin-top:40px;
	}
}



.d-none {
	display: none !important;
}
.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="tel"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap textarea {
	width: 100%;
}
.wpcf7-form-control-wrap textarea {
	display: block;
}

.pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 60px -10px 30px;
    padding: 0;
    list-style: none;
}
.pagination__item {
    padding: 0 10px;
}
.pagination__link {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 22px;
    font-weight: 500;
    color: #ed1c24;
    border-radius: 50%;
    border: 1px solid #ed1c24;
}
.pagination__link:hover, .pagination__link_current {
	color: #fff;
	text-decoration: none;
	background: #ed1c24;
}
.pagination__link_next, .pagination__link_prev {
    background: #ed1c24;
    color: #fff;
}

.post__category {
    position: absolute;
    top: 10px;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	z-index: 10;
}
.post__category .post__category-item {
    background: linear-gradient(132deg,#353535 0,#777 100%,#000 100%,#c9c9c9 100%,#f8f8f8 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 25px;
    padding: 5px 20px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 10px;
	background: #ed1c24;
}
time {
	text-transform: lowercase;
}

.strategy-num__text strong {
    font-size: 18px;
    font-weight: 700;
}

.wpml-language {
	text-transform: uppercase;
}
.socials a.wpml-language, .socials span.wpml-language {
	font-size: 18px;
}



/* CUSTOM WordPress */


pre {
	width:96%;
	padding:2%;
	background:#fff;
	color:#000;
	font-style:normal;
	font-weight:400;
	font-size: 12px;
	line-height: 12px;
    text-align: left;
    clear: both;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 10px;
}
.wp-caption-text { text-align: center; }
.navigation, .pagination { overflow:hidden; text-align: center; }
.navigation a, .navigation span {
	display: inline-block;
    vertical-align: top;
    height: 53px;
	line-height: 53px;
    margin: 0 5px;
    padding: 0 21px;
    text-decoration: none;
    border: 1px solid #e7e7e8;
}
.navigation a:hover, .navigation .current {
	color: #ffd200;
    border: 1px solid #ffd200;
}
.nav-previous { float: left; width: 50%; }
.nav-next { float: right; text-align: right; width: 50%; }
/* END custom WordPress */