/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

.main_color {
    color: #444444 !important;
}

body, p, h1, h2, h3, h4, h5 {
    font-family: "Rubik", sans-serif !important;
    font-optical-sizing: auto !important;
    font-style: normal !important;
}

h1 {
    font-size: 40px !important;
    font-weight: 600 !important;
}

h2 {
    font-size: 28px !important;
    font-weight: 600 !important;
}

h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

body {
    font-size: 16px !important;
}

p {
    font-size: 16px !important;
}

/* Slider */

@keyframes zoomIn {
  from {
    transform: translateZ(0) scale(1);
  }
  to {
    transform: translateZ(0) scale(1.1);
  }
}

.avia-fullscreen-slider .avia-slideshow > ul > li.active-slide {
  animation: zoomIn 8s ease-in-out forwards !important;
}

.avia-caption-content p, .avia-caption-title {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin: 0 0 1px 0;
    padding: 10px 15px;
}

.avia-fullscreen-slider .avia_loading_icon {
    display: none !important;
}

/* Pricelist */

.av-catalogue-title {
    text-transform: none !important;
}

/* Reviews */

.five-stars {
    height: 20px !important;
}

.avia-testimonial-image {
    width: 120px !important;
    height: 120px !important;
    margin: 0 !important;
}

.avia-testimonial-meta-mini {
    margin-top: 150px !important;
    float: unset !important;
}

.avia-testimonial-name {
    text-align: center !important;
}

/* Contact-Form */

.input_checkbox_label {
    font-size: 11px !important;
    font-weight: 400 !important;
}

.ui-datepicker-next, .ui-datepicker-prev {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Custom social icons list */

.custom-social-icons-list-item {
    display: inline;
    margin-right: 3px;
}

.custom-social-icons-list-item img{
    height: 40px;
}

.social-about .custom-social-icons-list-item img{
    height: 25px !important;
}

.social-about ul, .social-about li {
    margin-left: 0 !important;
}

/* Класс для картинки */
.rotating-image {
    animation: rotate 3s linear infinite; /* Вращение с длительностью 5 секунд */
}

/* Анимация вращения */
@keyframes rotate {
  from {
    transform: rotate(0deg); /* Начальный угол */
  }
  to {
    transform: rotate(360deg); /* Конечный угол */
  }
}

/* Footer */

#footer .footer-logo {
	height: 65px !important;
}

/* Copyright */

.copyright {
    font-size: 13px !important;
}

.shishka img{
	height: 200px;
	margin-bottom: 40px;
}

@media (max-width: 767px){

/*
.responsive #top #wrap_all #header {
    position: absolute !important;
}

#top #wrap_all .header_color.av_header_transparency {
    background: none !important;
}
*/

.shishka img{
	display: none;
}

.av-masonry-container a {
    margin-bottom: 20px;
}

}