/*
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 strong {
    color: #444444 !important;
}

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

.template-page .entry-content-wrapper h1 {
    margin-bottom: 50px !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;
}

.logo img, .logo svg {
    height: 40px !important;
    margin-top: 35px !important;
}

.av-main-nav > li > a {
    font-weight: 400 !important;
    font-size: 18px !important;
}

.av-main-nav ul {
    width: 248px !important;
    margin-top: -30px !important;
}

#top .av-main-nav ul a {
    font-size: 14px !important;
}

#cms h2, #cert h2 {
	margin-bottom: 50px !important;
}

#cms img {
    height: 45px !important;
}

.iconbox_top .iconbox_content {
    border-radius: 15px !important;
}

.iconbox_top .iconbox_icon {
    background-color: #f7f7f7 !important;
    border: 3px dotted #444444;
}

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

#top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
    text-transform: none !important;
    color: #444444 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

.html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

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

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


/* Slider */

#full_slider_1.avia-shadow {
    box-shadow: none !important;
}

.av_slideshow_full li img {
    border-radius: 20px !important;
}

.av-control-minimal .avia-slideshow-arrows a.avia-svg-icon {
    border: none !important;
}


/* Arena */
 
.arena .container {
    width: 100% !important;
    padding: 0 !important;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#BgCanvas {
    z-index: 0;
}

#LfgCanvas {
    z-index: 1;
}

.cycles-container {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.cycles-text {
    position: absolute;
    width: 350px;
    background: #ffffff;
    padding: 7px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 3px 3px 10px rgba(0,0,0,0.3);
    z-index: 1;
    pointer-events: none;
}

.eyes-container {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.submarine-container, .pacman-container {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.container_wrap {
    border: none !important;
}


/* Scrolling-Text */

.scrolling-text .container {
    width: 100% !important;
    padding: 0 !important;
}

:root {
      --scroll-speed: 50s; /* Настрой скорость: меньше = быстрее */
    }

    .marquee-container {
      width: 100%;
      height: 120px;
      overflow: hidden;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      white-space: nowrap;
    }

    .marquee-track {
      display: flex;
      animation: scroll-left var(--scroll-speed) linear infinite;
    }

    .marquee-text {
      font-size: 100px;
      font-weight: bold;
      text-transform: uppercase;
      padding: 20px 0px;
      color: #000;
      background: #fff;
      text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-50%);
      }
    }


/* Contact-Form */

#contact-form.avia-section, #contact-form-bottom.avia-section, #cms.avia-section, #cert.avia-section{
	border: 1px solid #f7f7f7 !important;
	border-radius: 20px !important;
}

.text_input, .text_area {
    border: 3px dotted #444444 !important;
    font-size: 16px !important;
    border-radius: 12px !important;
}

#top textarea {
    max-height: 180px !important;
}

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

.main_color .button {
    background-color: #444444 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border: 2px solid #444444 !important;
    border-radius: 12px !important;
}

.button:hover {
    background-color: #f7f7f7 !important;
    color: #444444 !important;
    border: 2px solid #444444 !important;   
}


/* 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;
}

#top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: none !important;
}


/* Footer */

#footer {
    padding: 45px 0 30px 0 !important;
}

#footer .widget {
    margin: 0 !important;
}

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

#footer .widget_nav_menu li {
    font-size: 16px !important;
}

#footer .widget_nav_menu a {
    padding: 0 !important;
}


/* Copyright */

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


/* Portfolio */

.av-large-gap .av-masonry-pagination {
    border-radius: 20px !important;
}

.portfolio-item .avia-image-container-inner {
    border: 1px solid #f7f7f7;
}

.av-masonry-entry .av-masonry-entry-title {
    line-height: 1.3em;
    margin: 0;
    font-size: 15px !important;
}
    
.av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry  {
    border: 1px solid #f7f7f7 !important;
    border-radius: 10px !important;
    box-shadow: 1px 1px 9px rgba(0, 0, 0, .12) !important;
}

.avia-button.avia-size-small {
    background-color: #444444 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border: 2px solid #444444 !important;
    border-radius: 6px !important;
}

.avia-button.avia-size-small:hover {
    background-color: #f7f7f7 !important;
    color: #444444 !important;
    border: 2px solid #444444 !important;   
}


@media (max-width: 767px){
h1 {
    font-size: 24px !important;
}

h2 {
    font-size: 22px !important;
}
.responsive .logo img, .responsive .logo svg {
    height: 40px !important;
    margin-top: 0 !important;

    }
#top .menu-item-search-dropdown > a.avia-svg-icon {
    padding-top: 4px !important;
}
#cms img {
    width: 230px !important;
    height: auto !important;
}
#cert .flex_column {
    width: 50% !important;
    }
.input_checkbox_label {
    font-size: 10px !important;
    }
.cycles-text {
    width: 275px !important;
    padding: 7px 10px !important;
    }
.marquee-text {
      font-size: 48px !important;
    } 
}