/* 
Theme name: Kindergartner Saint P
*/
body {
    /* background: url("/wp-content/themes/kindergartner/assets/img/bg.png"); */
    

}
.bgcolor {
    background: #c0f99d;
   
}
img{
    max-width: 100%;
    height: auto;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none !important;
}
a:hover, a:visited, a:link, a:active {
    text-decoration: none!important;
}
/* Убрать синий outline */
.btn:focus,
.btn:active {
    box-shadow: none;
}

.frame {
    background: white;
    box-shadow: 0 0 15px grey;
    z-index: -1;

}

.main_header {
    padding-top: 23px;
    background: url("/wp-content/themes/kindergartner/assets/img/flowers_new.png") no-repeat 233px 17px;
    background-position: center;

}

.main_header img {
    height: 150px;
    width: 150px;
}

.mane_menu_block {
    display: flex;
    align-items: center; 
    justify-content: center;    
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
}

.menu_header {   
    vertical-align: middle;
    padding: 10px;
}

.main_nav {
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 0 10px;
    font-weight: bold;
    color: #529dc5;
}


.main_nav a {
    color: #3d7a9a;
    
}

.main_nav li {
    display: inline-block;
    padding: 0 10px;
    font-weight: bold;
    color: #529dc5;
}

.social {    
    vertical-align: middle;
    padding: 10px;
}

.social a {
    padding: 0 2px;
}

.social img {
    height: 35px;
    width: 35px;
}

/* Кнопки----------------------------------------------------------- */
.btn_sign {    
    padding: 6px 13px 6px 13px;    
    line-height: .7;
    background: #aac897;
    border-bottom: 4px solid #7db85d;
    border-radius: 2px;    
    color: white;
    font-size: 18px;
    font-weight: bold;
    outline: none !important;

}

.btn_sign:hover {
    background: #82c931;
    color: white;
}

.sign_nav_btn {
    text-align: right;
}
 /* --------------------------------------------------------------- */
/* Слайдер */
.main_slider {
    margin-top: 15px;
    margin-bottom: 15px;
}

.slide_images {
    margin-bottom: 15px;
    width: 100%;
}

/* Сайдбар */
/* .sidebar {
    margin-right: 7.5px;
} */
.botom_block {
    margin-bottom: 150px;
}
.news_block {
    margin-bottom: 15px;
    padding: 17px 17px 17px 10px;
    
    /* border: 1px solid grey; */
}
.news_block h6 {
    color: #5ca9d2;
    font-weight: bold;
}
.news_date {
    padding: 2px;
    width: 50%;
    background: rgb(238, 131, 131);
    text-align: center;
    color: white;
    font-weight: bold;
    border-radius: 3px;
}

/* Основной контент главной страницы */


.menu_title_news {
    padding: 10px 10px;
    text-align: center;
    color: white;
}

.sidebar_menu_title_block {
    background: #aac897;
}
.flowers {
    margin-bottom: 15px;
    width: 160px;
    height: 160px;
    text-align: center;
}

/* Footer */
.footer_img {
    position: absolute; 
    margin-top: -90px;    
    z-index: 1;
}

.navbar-toggler {
    text-align: center;
}

/* Dropdown Content (Hidden by Default) */
.sub-menu {
    display: none;
    position: absolute;
    padding: 0;
    background-color: #5ca9d2;
    min-width: 160px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 1;
  }
  .sub-menu li {
     display: block;
     color: #3d7a9a;
  }
  
  /* Links inside the dropdown */
  .sub-menu a {
    color: white;
    padding: 12px 16px;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  /* .sub-menu a:hover {background-color: #ddd;} */
  
  /* Show the dropdown menu on hover */
  
  .menu-item:hover {
    background: #5ca9d2;
    color: white;
    
  }
  .menu-item a:hover {
      color: white;
  }

  
  /* .menu-item a:link {
      color: #3d7a9a;
  } */
  /* .menu-item a:visited {
    color: #3d7a9a;
  } */

  .menu-item:hover .sub-menu {
      display: block;
      color:white;
  }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .menu-item:hover .dropbtn {
      background-color: #5ca9d2;
      color:white;
  }


.widget ul  {    
    margin-bottom: 15px;  
    padding: 0;  
    font-size: 16px;
    font-weight: 700;    
    list-style: none !important;
    
}
.widget a {
    color: #5ca9d2;
    
}
.widget li {
    padding: 17px 17px 17px 10px;
    display: block;
}
.post-date {
    display: block;
    margin-top: 5px;
    padding: 2px;
    font-size: 14px;
    font-weight: 500;
    width: 50%;
    background: rgb(238, 131, 131);
    text-align: center;
    color: white;    
    border-radius: 3px;
}
/* Хедер контакты */
.contacts {
    text-align: right;
}
.contacts_head {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    color: #5ca9d2;
}
.contacts_head_city {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    color: #5ca9d2;
}
.contacts_head_phone {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    color: #ed9581;
}
    /* Слайдер */
.main_slider  {
    margin-top: 2px;
}
/* Footer */
.footer_text {
    padding-bottom: 40px;
    font-size: 14px;    
    color: #5ca9d2;
}
.footer_text_company {
    font-size: 14px;
    font-weight: 700;
    color: #5ca9d2;
}
.main_content_front {
    padding: 10px 40px 40px 40px;
    text-align: center;
}
.main_content {
    padding: 10px 40px 40px;
}
.entry-title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #5ca9d2;
}
.main_content_header {
    padding-bottom: 10px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #5ca9d2;
}
.main_content_header2, .main_content_header3  {
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
    color: #F9896F;
}
/* .main_content_header3  {
    font-size: 25px;
    font-weight: 700;
    color: #F9896F;
} */
.props {
    line-height: 2;
    text-align: left;
    font-size: 15px;
    color: #545454;
}
/* .props li {
    list-style: none;
} */
.main_pic_content {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 780px;
    height: 400px;
}

/* div.wpcf7{  
    padding: 30px; 
    text-align: center;
    background-color: #f7f7f7;
    border: 2px solid rgb(238, 131, 131);
    border-radius: 7px;
} */
/* .wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="phone"],
.wpcf7 textarea
{
    height: 35px;
    background-color: #fff;
    color: #000;
    
}
.wpcf7-form-control, .wpcf7-text, .wpcf7-validates-as-required {
    margin-top: 7px;
    width: 300px;
    height: 35px;
}
.wpcf7 label {
    font-size: 18px;
    font-weight: 700;
    color: rgb(238, 131, 131);
}
.wpcf7-submit {
    margin-left: 20px;  
    font-size: 18px;
    font-weight: bold;  
    background: rgb(238, 131, 131);
    color: white;
    text-decoration: none;
    border: none;
} */
/* Цветы текст */
.flowers_text1 {
    padding: 14px 14px 14px 14px;
    background: #728ee1;
    font-size: 16px;
    font-weight: 600;
    color: white;
    /* border-bottom: 5px solid #5071d3; */
    
}
.flowers_text2 {
    padding: 14px 14px 14px 14px;
    background: #ed9581;
    font-size: 16px;
    font-weight: 600;
    color: white;
    /* border-bottom: 5px solid #c06e5b; */
    
}
.flowers_text3 {
    padding: 14px 14px 14px 14px;
    background: #a0bd6b;
    font-size: 16px;
    font-weight: 600;
    color: white;
    /* border-bottom: 5px solid #7e994d; */
    
}
.flowers_text4 {
    padding: 14px 14px 14px 14px;
    background: #e5ad60;
    font-size: 16px;
    font-weight: 600;
    color: white;
    /* border-bottom: 5px solid #c4914b; */
    
}
/* Иконки главная страница */
.icons_main_page {
    width: 115px;
    height: 115px;
}
.icons_main {
    margin-top: 40px;
    margin-bottom: 20px;
}
.all-posts {
    list-style: none;
}
/* Иконки с преимуществами заголовки */
.icons_text {
    font-size: 16px;
    font-weight: 700;
    color: #5ca9d2;
}
/* Все посты */
.all-posts li {
    font-size: 18px;
    font-weight: 700;
    color: #5ca9d2;
}
.all-post li:visited {
    color: #5ca9d2;
}
.when_post {
    
}
.when_post_date {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 25%;
    color: white ;
    padding: 3px;
    background: #ed9581;
    font-weight: 700;
    text-align: center;
}
/* Адаптив */
@media (min-width: 320px) and (max-width: 360px) { 
    .navbar-toggler {
    margin-left: 90px;
    }
    .main_nav li {
        display: block;
    }
    .sub-menu {
        display: block;
       position: relative;
        padding: 0;
        background-color: #5ca9d2;
        min-width: 160px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    
    }
   .logo {
       display:block;
       margin:0 auto;
       text-align: center;
       
   }
   .main_pic_content {
       width: 260px;
       height: 130px;
   }
   .main_content_header, .main_content_header2, .main_content_header3  {
       font-size: 18px;
   }
   .contacts {
       text-align: center;
       
   }
   .main_header {
       background: none;
   }
   .main_content {
       padding: 10px;
   }
   .sign_nav_btn {
       display: block;
       float: none;
       margin: 0 auto;
       margin-top: 10px;
       margin-bottom: 20px;
       text-align: center;
       
   }
   .props {
       padding: 0;
   }
   .is_rtl  {
       margin-left: 50%;
       
       
   }
   
}

@media (min-width: 360px) and (max-width: 576px) { 
   /* img {display:block;margin:0 auto;} */
   .main_pic_content {
       width: 260px;
       height: 130px;
   }
   .main_content_header, .main_content_header2, .main_content_header3  {
       font-size: 18px;
   }
   .navbar-toggler {
    margin-left: 138px;
    }
    .main_nav li {
        display: block;
    }
    .sub-menu {
        display: block;
       position: relative;
        padding: 0;
        background-color: #5ca9d2;
        min-width: 160px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    
    }
   .logo {
       display:block;
       margin:0 auto;
       text-align: center;
       
   }
   .main_pic_content {
       width: 260px;
       height: 130px;
   }
   .main_content_header, .main_content_header2, .main_content_header3  {
       font-size: 18px;
   }
   .contacts {
       text-align: center;
       
   }
   .main_header {
       background: none;
   }
   .main_content {
       padding: 10px;
   }
   .sign_nav_btn {
       display: block;
       float: none;
       margin: 0 auto;
       margin-top: 10px;
       margin-bottom: 20px;
       text-align: center;
       
   }
   .props {
       padding: 0;
   }
   .is_rtl  {
       margin-left: 50%;
       
       
   }
   
}

@media (min-width: 576px) and (max-width: 768px) { 
     /* img {display:block;margin:0 auto;} */
   .main_pic_content {
       width: 260px;
       height: 130px;
   }
   .main_content_header, .main_content_header2, .main_content_header3  {
       font-size: 18px;
   }
   .navbar-toggler {
    margin-left: 120px;
    }
    .main_nav li {
        display: block;
    }
    .sub-menu {
        display: block;
       position: relative;
        padding: 0;
        background-color: #5ca9d2;
        min-width: 160px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    
    }
   .logo {
       display:block;
       margin:0 auto;
       text-align: center;
       
   }
   .main_pic_content {
       width: 260px;
       height: 130px;
   }
   .main_content_header, .main_content_header2, .main_content_header3  {
       font-size: 18px;
   }
   .contacts {
       text-align: center;
       
   }
   .main_header {
       background: none;
   }
   .main_content {
       padding: 10px;
   }
   .sign_nav_btn {
       display: block;
       float: none;
       margin: 0 auto;
       margin-top: 10px;
       margin-bottom: 20px;
       text-align: center;
       
   }
   .props {
       padding: 0;
   }
   .is_rtl  {
       margin-left: 50%;
       
       
   }  
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

    