/**
 * Theme Name: Eighteen tags Child Theme
 * Template: eighteen-tags
 *
 * Не обязательные параметры:
 * Theme URI:
 * Description: Дочерняя тема для Eighteen tags
 * Author:
 * Author URI:
 * Version: 1.0
 */

/* импортируем стили родительской темы @import url("../eighteen-tags/style.css");*/

/* breadcrumb */

.eighteen-tags-pro-active .woocommerce-breadcrumb {
    margin: 0 0 1em;
    font-size: .857em;
    padding: 1em 0;
    max-width: 65em;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 640px) {
 .eighteen-tags-pro-active .woocommerce-breadcrumb {
   margin-left: 10px;
  }
}

/* home Our mission */
.mission {
  text-align: center;
}

.mission h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.mission hr {
  margin: 10px auto;
  width: 80px;
  border-top: 1px solid #ddd;
}

.goals {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.goal-desc {
  flex: 1 1 30%;
  margin: 5px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 15px;
  transition: transform 0.5s ease;
}

.goal-desc:hover {
  transform: translateY(-5px);
}

.goal-desc i {
  color: #1da1a9;
  margin-bottom: 15px;
  font-size: 40px;
}

.goal-desc h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.goal-desc p {
  font-size: 14px;
}

/* home */

.post-excerpt a {
	font-size: 18px;
}

.container-title {
   margin-top: 30px;
}

.home .entry-title {
    padding-top: 80px;
    padding-bottom: 80px !important;
    background-image: url(/wp-content/uploads/2024/09/homepage-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
	padding-left: 5px;
}

@media screen and (min-width: 770px) {
.home .entry-title {
	padding-top: 100px;
    padding-bottom: 150px !important;
    margin-left: -999px;
    margin-right: -999px;
    padding-left: 999px;
    padding-right: 999px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
  }
}

.home .hentry .entry-header {
    margin-bottom: 30px;
}

.home #masthead {
   margin-bottom: 0em;
}

.container-text {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.block-content {
    flex: 1;
    height: 230px;
    margin: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px blue;
    border: thick double #32a1ce1f;
}

.block-content .read-more {
  display: inline-block;
  text-decoration: none;
  color: #3d72b4;
  font-weight: bold;
}

.block-content .read-more:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
 .container-text, .goal-desc {
  display: block;
  width: 100%;
  flex: auto;
  }
}

.block-content h2 {
   margin-top: 8%;
   border-bottom: 2px dashed #babcbf6b;
}

.block-text-message {
    background-color: #d9f2ff;
    border-left: 5px solid #2c7da7;
    padding: 50px 20px;
    font-size: 16px;
    margin-top: 20px;
}

/* h1 */
.hentry .entry-header h1 {
    padding-bottom: .25em;
    margin-bottom: 3px;
    background-color: #256ed50f;
    color: #103866;
}

/* category page */
.eighteen-tags-pro-active h1 {
	margin-bottom: 40px;
}
/* footer */
.site-content {
min-height: 80vh;
}