/*
Theme Name: Nextepper
Author: Alex
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nextepper
*/

.vdz_cb_widget {
    display: block;
    z-index: 9100;
    position: absolute;
    top:-2px;
    left:-2px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 50%;
    box-sizing: content-box !important;
}
.vdz_cb_widget:hover{
    border: 2px solid rgba(32, 152, 209, 0.5);
    background-color: #fff;
}
.vdz_cb_widget:hover span{
    animation-name: manimate_i;
    animation-delay: 0s;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.vdz_cb_widget span svg{
    width: 40px;
    height: 40px;
    margin-top: 17px;
    fill: white;
}
.vdz_cb_widget:hover svg{
    fill: #0F9E5E;
}
.vdz_cb_widget span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    vertical-align: middle;
    color: #fff;
    z-index: 9200;
    transition: all 0.3s linear !important;
    animation-name: manimate_i;
    animation-delay: 2s;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*@keyframes manimate_i {*/
    /*0%, 100%, 50% {*/
        /*-webkit-transform: rotate(0) scale(1) skew(1deg);*/
        /*transform: rotate(0) scale(1) skew(1deg)*/
    /*}*/
    /*10%, 30% {*/
        /*-webkit-transform: rotate(-25deg) scale(1) skew(1deg);*/
        /*transform: rotate(-25deg) scale(1) skew(1deg)*/
    /*}*/
    /*20%, 40% {*/
        /*-webkit-transform: rotate(25deg) scale(1) skew(1deg);*/
        /*transform: rotate(25deg) scale(1) skew(1deg)*/
    /*}*/
/*}*/

.vdz_cb_widget.vdz_cb_widget_btn:focus{
    outline: none !important;
}
.vdz_cb_widget:hover i{
    cursor: pointer;
    color: rgba(32, 152, 209, 0.9);
    animation: manimate_i 1s infinite ease-in-out
}
#vdz_cb_widget{
    position: fixed;
    right: 40px;
    /*left: 40px;*/
    bottom: 40px;
    width: 100px;
    height: 100px;
    /*line-height: 78px;*/
    border-radius: 50%;
    border: 2px solid rgba(32, 152, 209, 0.3);
    background-color: rgba(32, 152, 209, 0.5);
    text-align: center;
    transition:  all 0.8s linear;
    /*animation-name: manimate_i;*/
    /*animation-timing-function: linear;*/
    /*animation-iteration-count: infinite;*/
    opacity: 1;
    z-index: 9999;
}
#vdz_cb_widget:after,
#vdz_cb_widget:before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    animation-duration: 4s;
    content: '';
    width: 100%;
    height: 100%;
    /*background-color: red;*/
    border-radius: 50%;
    z-index: -1;
    box-sizing: content-box !important;
}

#vdz_cb_widget:after {
    background-color: rgba(32, 152, 209, 0.3);
    animation-name: manimate_after;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    /*z-index: 4000;*/
    opacity: 0;
}

#vdz_cb_widget:before {
    top: -2px;
    left: -2px;
    border: 2px solid rgba(32, 152, 209, 0.5);
    animation-name: manimate_before;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    /*z-index: 3000;*/
    opacity: 0;

}

#vdz_cb_widget:hover {
    animation-play-state: paused;
}

@keyframes manimate_after {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    35% {
        opacity: 1;
        transform: scale(1.5);

    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes manimate_before {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    35% {
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes manimate {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    30% {
        border-width: 10px;
    }
    50% {
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
.body_modal_form{
    margin: 0;
    display: none;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
#modal_form_bottom {
    position: fixed;
    overflow: hidden;
    padding: 30px 0 0;
    background-color: #fff;
    z-index: 10000;
    padding: 40px;
    box-sizing: border-box;
    top: 9vh;
}
#modal_form_bottom .title{
    text-align: center;
    font-size: 1.5rem;
    width: 60%;
    margin: 0 auto 15px;
}
#modal_form_bottom label{
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
}
#modal_form_bottom input,#modal_form_bottom textarea{
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    font-size: 20px;
    color: #000;
}
#modal_form_bottom p{
    text-align:center;
}
#modal_form_bottom input{
    height: 35px;
}
#modal_form_bottom input[type="submit"]{
    background: #000;
    border: none;
    color: #fff;
    padding: 10px;
    height: auto;
    width: 300px;
    margin: 0 auto;
}
#modal_form_bottom input[type="submit"]:hover{

}

/* Кнoпкa зaкрыть для тех ктo в тaнке) */
#modal_form_bottom #modal_close {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
    border-radius: 11px;
    background: #fff;
    color: #808080;
}
#modal_form_bottom #modal_close:hover{
    color: #fff;
    background: red;
}
/* Пoдлoжкa */
#overlay {
    z-index:10000; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position:fixed; /* всегдa перекрывaет весь сaйт */
    background-color:#000; /* чернaя */
    opacity:0.8; /* нo немнoгo прoзрaчнa */
    -moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
    filter:alpha(opacity=80);
    width:100%; 
    height:100%; /* рaзмерoм вo весь экрaн */
    top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left:0;
    cursor:pointer;
    display:none; /* в oбычнoм сoстoянии её нет) */
    z-index: 10000;
}
/* End Modal form
-----------------------------------------------------------------------------*/
.tel{
    font-weight: 700;
}
.tel a{
    color: red;
}
@media screen and (max-width: 700px){
    .tel{
        display: none;
    }
}

.inside-container ol li, .inside-container ul li{
    margin-bottom: 10px;
    font-size: 16px;
}
.inside-container ul{
    line-height: auto;
}
@media (min-width: 1440px){

    .inside-container{
        max-width: 1440px;
        margin: 0 auto;
    }
}
.inside-container p{
    text-align: justify;
}

.event-title{
    line-height: inherit;
}
.wpcf7-form .wpcf7-form-control-wrap{
    text-align: left;
}
.inside-container{
    float: none!important;
    margin: 0 auto;
    padding: 0;
}
@media (max-width: 1439px) and (min-width: 1200px){
    .inside-container{
        width: 1200px;
    }
    .news_inside > .inside-container{
    margin: 0 auto;
    width: 1200px;
}
}
.news_inside{
    padding-left: 0;
    padding-right: 0;

}
@media screen and (max-width: 700px){
    .vdz_cb_widget{
display: none;
    }
}

/* trubadurchick styles */

.sliderClients__item p.sliderClients__text {
	text-align: center;
}

.home-events__links .home-events__btn {
	margin-top: 0;
}

html[lang="en-GB"] .home-events.container-fluid > .row {
	height: auto;
}
.trbd-about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}
.trbd-about__image {
	max-width: 100%;
	height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.trbd-about__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	padding: 2.78rem 35px;
	background-color: #3C5A98;
	color: #fff;
}
.trbd-about__title {
	margin-top: 0;
	margin-bottom: 2rem;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.trbd-about__desc {
	margin-bottom: 1.94rem;
	font-size: 0.9rem;
	line-height: 1.8rem;
}

.trbd-about__btn.home-events__btn {
	margin-top: 0;
}
@media screen and (min-width: 768px){
	.trbd-about__thumbnail,
	.trbd-about__content {
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
		max-width: 50%;
	}
}