/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ==============================================*/
/* Heder */
/* ==============================================*/
.main-header-bar-wrap {
    box-shadow: 0px 3px 6px 1px #f3F3F3 !important;
}

/* ===== size Logo =========*/

.ast-site-identity {
  padding: 0.41em 0;
}
/*====== Menu ==========*/
.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu, .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper {
    border-top-width: 2px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-color: #fe5e08;
    border-style: solid;
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 3px;
}

.primary a:hover  {
  text-decoration: underline !important;
} 

.ast-button a:hover, .read-more a:hover, 
.button-primary a:hover, .button a:hover,
.acf-add-checkbox a:hover, .acf-checkbox-list .acf-add-checkbox a:hover,
.acf-gallery-add a:hover {
  text-decoration: none !important;
}

.ast-archive-entry-banner[data-post-type="post"], 
.ast-single-entry-banner {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
	background: #f7f7f7 !important;
}

.ast-archive-entry-banner[data-post-type="post"] .ast-container > :not(:last-child),
.ast-single-entry-banner[data-post-type="page"] .ast-container > :not(:last-child), .ast-single-entry-banner[data-post-type="page"] .read-more {
  margin: 5px 0;
}
.ast-single-entry-banner[data-post-type="post"] .ast-container > :not(:last-child), .ast-single-entry-banner[data-post-type="post"] .read-more {
  margin-bottom: 7px !important;
}
/* ====== Dop-Menu ====== */

.ast-hfb-header .ast-builder-menu-1 .main-header-menu .sub-menu .menu-link {
    text-transform: none;
}

.breadcrumb li {
    font: normal 500 13px / 18px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
    padding: 7px 0px 5px 0px;
}

.breadcrumb a:hover {
    text-decoration: underline !important;
    color: #F86A09 !important;
}

.breadcrumb-item.active span {
    color: #888 !important;
}

#primary {
    margin: 1.6em 0;
}

@media (max-width: 992px) {
    .ast-right-sidebar #primary {
    margin: 0.5em 0;
}
    }
}

/* Post-Categogy */
/*
.ast-blog-layout-4-grid .ast-article-post, .ast-blog-layout-5-grid .ast-article-post, .ast-blog-layout-6-grid .ast-article-post {
  box-shadow: 0px 3px 6px 1px #000000 !important;
}

 
.archive .ast-blog-layout-5 .ast-article-inner {
    padding: 20px;
}

.ast-blog-layout-5-grid .ast-blog-featured-section {
  width: 40% !important;
  padding: 20px;
}
.ast-blog-layout-5-grid .post-content {
  width: 60% !important;
  padding: 20px;
}

.post-content>.read-more
Specificity: (0,2,0)
 {
    text-align: center;
}

@media (max-width: 767px) {
    .ast-blog-layout-5-grid .ast-blog-featured-section,
    .ast-blog-layout-5-grid .post-content {
        width: 100% !important;
    }
} */

/* ================= Post ==================== 

.ast-related-post-content .entry-header .ast-related-post-title, .ast-related-post-content .entry-header .ast-related-post-title a:hover {
    color: #F95A09 !important;
}

.ast-post-social-sharing {
  margin-top: 50px;
}*/

/* Footer */

.widget-title {
  font: normal 600 17px/21px "Roboto", Helvetica, Arial, Verdana, sans-serif !important;
  color: #fe5e08 !important;
  padding-bottom: 12px !important;             /* расстояние между текстом и линией */
  margin-bottom: 14px !important;             /* расстояние до содержимого ниже */
  border-bottom: 1px dotted #777 !important; /* линия */
  width: 100% !important;                     /* сделать линию на всю ширину */
  display: block !important;                  /* обязательно, иначе строка не растянется */            
}

/* Все ссылки в футере */
.footer-widget-area a {
    color: #3d6e97 !important;              /* тёмно-серый цвет */
    text-decoration: none !important;    /* без подчёркивания */
}

/* Наведение */
.footer-widget-area a:hover {
    color: #333 !important;           /* фирменный оранжевый ArtMuz */
    text-decoration: underline;          /* опционально — можно убрать */
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
  background-color: #f5f5f5;
  border-style: solid;
  border-top-width: 1px;
  border-top-color: #D0D0D0;
  height: 80px;
}

.ast-footer-copyright p {
   margin-bottom: -10px;
}

/* @media (max-width: 921px) {
    .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
        margin-bottom: 60px; 

    }
}

 @media (max-width: 744px) {
    .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
        margin-bottom: -10px; 

    }
}

@media (max-width: 544px) {
  .ast-footer-copyright {
	height: 60px;	  
    padding: 5px 8px;
	margin-bottom: -50px;
  }
}
*/
/* Сети */
i.fa-2x {
    font-size: 1.7rem !important; 
}

/* To-top */

.ast-scroll-to-top-right {
  right: 10px;
  bottom: 20px;
}

@media (max-width: 1025px) {
#ast-scroll-top {
  bottom: 70px !important;
}
}

/* ============================================== */
/* Img — emoji, icons + custom-img*/
/* ============================================== */

#content.site-content img:not(.custom-img):not(.emoji):not(.wp-smiley):not(.custom-logo):not(.avatar):not([src*="emoji"]):not([src*="smilies"]):not([src*=".svg"]):not([src^="data:image/svg"]) {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;

    padding: 8px !important;
    background-color: #f6f6f6 !important;
    border-radius: 0 !important;
    border: 1px solid #eaeaea !important;
    box-shadow:
        0 0 0 1px #eaeaea,
        2px 2px 6px rgba(0,0,0,0.2) !important;

    overflow: visible !important;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        opacity 0.25s ease !important;
}

/* Hover только для обычных фото */

#content.site-content img:not(.custom-img):not(.emoji):not(.wp-smiley):not(.custom-logo):not(.avatar):not([src*="emoji"]):not([src*="smilies"]):not([src*=".svg"]):not([src^="data:image/svg"]):hover {
    transform: translateY(-1px) !important;
    opacity: 0.8 !important;
    box-shadow:
        0 0 0 1px #eaeaea,
        4px 8px 18px rgba(0,0,0,0.18) !important;
}

/* custom-img & YouTube */

/* ============================================== */
/* Фото в контенте сайта — кроме emoji, иконок, custom-img и YouTube */
/* ============================================== */

#content.site-content img:not(.custom-img):not(.emoji):not(.wp-smiley):not(.custom-logo):not(.avatar):not([src*="emoji"]):not([src*="smilies"]):not([src*=".svg"]):not([src^="data:image/svg"]):not([src*="ytimg.com"]):not([data-lazy-src*="ytimg.com"]) {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;

    padding: 8px !important;
    background-color: #f6f6f6 !important;
    border-radius: 0 !important;
    border: 1px solid #eaeaea !important;
    box-shadow:
        0 0 0 1px #eaeaea,
        2px 2px 6px rgba(0,0,0,0.2) !important;

    overflow: visible !important;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        opacity 0.25s ease !important;
}


/* Hover только для обычных фото */

#content.site-content img:not(.custom-img):not(.emoji):not(.wp-smiley):not(.custom-logo):not(.avatar):not([src*="emoji"]):not([src*="smilies"]):not([src*=".svg"]):not([src^="data:image/svg"]):not([src*="ytimg.com"]):not([data-lazy-src*="ytimg.com"]):hover {
    transform: translateY(-1px) !important;
    opacity: 0.8 !important;
    box-shadow:
        0 0 0 1px #eaeaea,
        4px 8px 18px rgba(0,0,0,0.18) !important;
}


/* Картинки custom-img — без рамки, фона, тени и hover */

#content.site-content img.custom-img,
#content.site-content img.custom-img:hover {
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
    opacity: 1 !important;
}


/* ============================================== */
/* YouTube preview / LazyLoad — не оформлять как фото */
/* ============================================== */

#content.site-content .rll-youtube-player,
#content.site-content .su-youtube,
#content.site-content .su-responsive-media-yes {
    width: 100% !important;
    max-width: 100% !important;
}

#content.site-content .rll-youtube-player img,
#content.site-content .rll-youtube-player img:hover,
#content.site-content .su-youtube img,
#content.site-content .su-youtube img:hover,
#content.site-content img[src*="ytimg.com"],
#content.site-content img[src*="ytimg.com"]:hover,
#content.site-content img[data-lazy-src*="ytimg.com"],
#content.site-content img[data-lazy-src*="ytimg.com"]:hover {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;

    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
    opacity: 1 !important;
}

/* ==============================================*/
/* sticky-mobile-buttons */
/* ==============================================*/
/* Кнопки приклеены к нижней части экрана */
@media (max-width: 1024px) {
  .sticky-bottom-buttons {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    z-index: 9999 !important;
  }

  .sticky-bottom-buttons.single-button {
    grid-template-columns: 1fr !important;
  }

  .sticky-bottom-buttons .sticky-btn {
    width: 100% !important !important;
    height: 45px;
    line-height: 25px !important !important;
    font-size: 0 !important !important;
    border-radius: 0 !important !important;
    padding: 0 !important !important;
    text-align: center !important;
  }

  body {padding-bottom: 47px !important;}
  .scroll-top {bottom: 50px !important;}
}

@media (min-width: 1025px) {
  .sticky-bottom-buttons { display: none !important; }
}

@media screen and (max-width: 768px) {
  .sticky-bottom-buttons .sticky-btn span {
    line-height: 1.6 !important;
  }
}

.desk-block {
  margin: 20px 0 !important;
  padding: 15px !important;
}

/* ==============================================*/
/* Slider */
/* ==============================================*/

.full-width-slider {
    position: relative;
    width: 100vw;
    max-width: 100vw;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: -58px;

    padding: 0;
    overflow: hidden;
}

/* Сам Swiper */
.full-width-slider .swiper,
.full-width-slider .my-swiper {
    position: relative;

    width: 100vw;
    max-width: 100vw;

    height: clamp(360px, 60vh, 640px);

    margin: 0;
    padding: 0;

    overflow: hidden;
}

/* Обёртка */
.full-width-slider .swiper-wrapper {
    height: 100%;
}

/* Slide */
.full-width-slider .swiper-slide {
    position: relative;

    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;

    background-size: cover;
    background-position: center;
}

/* Foto */
.full-width-slider .swiper-slide picture {
    position: absolute;
    inset: 0;

    z-index: 1;

    display: block;

    width: 100%;
    height: 100%;

    overflow: hidden;
}

/* Img */
.full-width-slider .swiper-slide img {
    position: absolute;

    left: 50%;
    top: 50%;

    display: block;

    width: 100%;
    max-width: none;
    height: 100%;

    object-fit: cover;
    object-position: center center;

    transform: translate(-50%, -50%) scale(1.10);
    transform-origin: center center;

    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

/* Text */
.full-width-slider .slide-text {
    position: absolute;

    z-index: 2;

    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);

    padding: 0 20px;

    left: var(--left, 50%);
    right: var(--right, auto);
    top: var(--top, 50%);

    transform: translate(var(--tx, -50%), var(--ty, -50%));

    font-size: var(--fs, clamp(20px, 3vw, 40px));
    font-weight: var(--fw, bold);

    text-align: var(--align, center);
    max-width: var(--maxw, 90%);
}

/* swiper-button */
.full-width-slider .swiper-button-next,
.full-width-slider .swiper-button-prev {
    z-index: 5;

    color: #fff;
    font-weight: bold;
    font-size: 30px;

    text-shadow: 0 2px 5px rgba(0,0,0,0.7);
}

.full-width-slider .swiper-button-next::after,
.full-width-slider .swiper-button-prev::after {
    font-weight: bold;
    color: #fff;
}

/* Punkt */
.full-width-slider .swiper-pagination {
    z-index: 5;
}

.full-width-slider .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.full-width-slider .swiper-pagination-bullet-active {
    background-color: #fff;
}

/* LapTop */
@media (min-width: 769px) and (max-width: 1024px) {
    .full-width-slider .swiper,
    .full-width-slider .my-swiper {
        height: 100vh;
    }

    .full-width-slider .swiper-slide img {
        transform: translate(-50%, -50%) scale(1.12);
    }

    .full-width-slider .slide-text {
        top: 50%;
        left: 50%;
        right: auto;

        transform: translate(-50%, -50%);

        max-width: 90%;
        text-align: center;

        font-size: var(--fs-t, clamp(18px, 4vw, 28px));
        line-height: 1.2;
    }

    .full-width-slider .slide-text button,
    .full-width-slider .slide-text .btn {
        font-size: clamp(14px, 3vw, 18px);
        padding: 0.5em 1em;
    }
}

/* Mobil */
@media (max-width: 768px) {
    .full-width-slider .swiper,
    .full-width-slider .my-swiper {
        height: 100vh;
    }

    .full-width-slider .swiper-slide img {
        transform: translate(-50%, -50%) scale(1.12);
    }

    .full-width-slider .slide-text {
        top: 50%;
        left: 50%;
        right: auto;

        transform: translate(-50%, -50%);

        max-width: 90%;
        text-align: center;

        font-size: var(--fs-m, clamp(16px, 5vw, 22px));
        line-height: 1.2;
    }

    .full-width-slider .slide-text button,
    .full-width-slider .slide-text .btn {
        font-size: clamp(12px, 4vw, 16px);
        padding: 0.4em 0.8em;
    }
}

@media (max-width: 480px) {
    .full-width-slider .slide-text {
        font-size: clamp(14px, 6vw, 18px);
    }

    .full-width-slider .slide-text button,
    .full-width-slider .slide-text .btn {
        font-size: clamp(12px, 5vw, 15px);
    }
}

/* ==============================================*/
/* === ArtMuz Universal Buttons — с анимацией === */
/* ==============================================*/

.artmuz-btn {
  display: inline-block;
  width: auto;
  padding: 12px 14px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  border-radius: var(--btn-radius, 8px);
  background: var(--btn-bg, #ff6c00);
  color: var(--btn-color, #fff) !important;
  transition: all var(--btn-duration, 0.35s) var(--btn-ease, ease-in-out);
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
}

/* === Hover эффект с лёгким подъёмом === */
.artmuz-btn:hover {
  background: var(--btn-bg-hover, #ff7f24);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* === Анимация при клике (пульс) === */
.artmuz-btn:active {
  transform: scale(0.97);
}

/* === Эффект “вспышка” при наведении === */
.artmuz-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  transform: skewX(-25deg);
  transition: all 0.7s ease-in-out;
}
.artmuz-btn:hover::after {
  left: 125%;
}

/* === Варианты размера === */
.btn-s { padding: 8px 20px; font-size: 13px; }
.btn-m { padding: 12px 28px; font-size: 15px; }
.btn-l { padding: 16px 36px; font-size: 17px; }
.btn-x { padding: 20px 42px; font-size: 19px; }

/* === Icons === */
.artmuz-btn i {
    margin: 1px 6px;
	padding-top: 3px;
    font-size: 15px;
}

/* === Радиус закругления === */
[data-radius="none"]  { --btn-radius: 0px; }
[data-radius="soft"]  { --btn-radius: 6px; }
[data-radius="round"] { --btn-radius: 30px; }
[data-radius="pill"]  { --btn-radius: 50px; }

/* === Цветовые пресеты === */
.btn-orange { --btn-bg:#ff6c00; --btn-bg-hover:#ff7f24; }
.btn-green  { --btn-bg:#53ad00; --btn-bg-hover:#00d166; }
.btn-olive  { --btn-bg:#9BA11C; --btn-bg-hover:#ADB51B; }
.btn-blue   { --btn-bg:#007bff; --btn-bg-hover:#2196f3; }
.btn-dark   { --btn-bg:#333; --btn-bg-hover:#444; }

/* === Ширина === */
.fullwidth { width: 100%; display: block; }
.halfwidth { width: 50%; display: block; }
.auto      { width: auto !important; display: inline-block !important;}

/* === Выравнивание === */
.btn-left   { display: flex; justify-content: flex-start; }
.btn-center { display: flex; justify-content: center; }
.btn-right  { display: flex; justify-content: flex-end; }

/* === Обёртка кнопки === */
.artmuz-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

/* === ✨ Эффекты появления (entry animations) === */
/* === ✨ Плавные анимации появления ArtMuz Buttons === */
.fade-in,
.slide-up,
.slide-down,
.zoom-in,
.bounce-in {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1); /* более плавная кривая */
}

/* Анимации активируются, когда элемент попадает в область видимости */
.fade-in.visible,
.slide-up.visible,
.slide-down.visible,
.zoom-in.visible,
.bounce-in.visible {
  opacity: 1;
}

/* === Универсальные параметры через CSS-переменные === */
.fade-in.visible {
  animation: fadeIn var(--btn-duration, 1.5s) ease-out var(--btn-delay, 0s);
}

.slide-up.visible {
  animation: slideUp var(--btn-duration, 1.5s) ease-out var(--btn-delay, 0s);
}

.slide-down.visible {
  animation: slideDown var(--btn-duration, 1.5s) ease-out var(--btn-delay, 0s);
}

.zoom-in.visible {
  animation: zoomIn var(--btn-duration, 1.5s) ease-out var(--btn-delay, 0s);
}

.bounce-in.visible {
  animation: bounceIn var(--btn-duration, 1.5s) cubic-bezier(0.68,-0.55,0.27,1.55) var(--btn-delay, 0s);
}

/* === Keyframes === */
@keyframes fadeIn {
  0%   { opacity: 0; transform: translateY(15px) scale(0.98); }
  60%  { opacity: 1; transform: translateY(0) scale(1.02); }
  100% { transform: scale(1); }
}

@keyframes slideUp {
  0%   { opacity: 0; transform: translateY(40px); }
  80%  { opacity: 1; transform: translateY(-3px); }
  100% { transform: translateY(0); }
}

@keyframes slideDown {
  0%   { opacity: 0; transform: translateY(-40px); }
  80%  { opacity: 1; transform: translateY(3px); }
  100% { transform: translateY(0); }
}

@keyframes zoomIn {
  0%   { opacity: 0; transform: scale(0.85); }
  70%  { opacity: 1; transform: scale(1.05); }
  100% { transform: scale(1); }
}

@keyframes bounceIn {
  0%   { opacity: 0; transform: scale(0.3) translateY(40px); }
  50%  { opacity: 1; transform: scale(1.1) translateY(-10px); }
  70%  { transform: scale(0.95) translateY(3px); }
  100% { transform: scale(1) translateY(0); }
}

/* ==============================================*/
/* === ArtMuz Lightbox Style (плавная анимация) === */
/* ==============================================*/

.mfp-bg {
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.45s ease;
}

.mfp-ready .mfp-bg { opacity: 1; }

.lightbox-content {
  background: #fff;
  color: #222;
  padding: 40px 35px;
  border-radius: 12px;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
  transform: scale(0.95) translateY(40px);
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

/* При появлении */
.mfp-ready .lightbox-content {
  transform: scale(1) translateY(0);
  opacity: 1;
}

/* При закрытии */
.mfp-removing .lightbox-content {
  transform: scale(0.97) translateY(30px);
  opacity: 0;
}

/* Заголовок */
.lightbox-content h3, .lightbox-content h2 {
  font-family: "Inter", "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
}

/* Текст и формы */
.lightbox-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.lightbox-content .dt-btn:hover,
.lightbox-content button:hover {
  background: #99999923;
}
/* Мобильная адаптация */
@media (max-width: 600px) {
  .lightbox-content {
    max-width: 90%;
    padding: 25px 20px;
	margin-bottom: 5px;
  }
  .lightbox-content h3 { font-size: 18px; }
  
/* ==============================================*/
/* tPrev + tNext - Lightbox ArtMuz */
/* ==============================================*/

/* Стрелки как в твоём слайдере */
.mfp-arrow {
  opacity: 1 !important;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  backdrop-filter: blur(4px);
  transition: 0.3s ease;
}

.mfp-arrow:hover {
  background: rgba(255,255,255,0.55);
}

.mfp-arrow:before,
.mfp-arrow:after {
  color: #fff;
  font-size: 28px;
}

.mfp-arrow-left:before {
  content: '←';
  margin-right: 4px;
}

.mfp-arrow-right:before {
  content: '→';
  margin-left: 4px;
}

/* Оформляем текст под фото */
.mfp-alt, .mfp-title, .mfp-caption, .mfp-description {
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.45;
}

.mfp-title {
  font-size: 18px;
  font-weight: 600;
}

.mfp-caption {
  opacity: 0.9;
}

.mfp-description {
  opacity: 0.8;
  font-size: 15px;
}


/* ==========================================
===== H(1,2,3,4) Category inLine ACF ======== 
==========  class="am-inline-h"  ============
==============================================*/

.term-short-description p {
	margin-bottom:7px !important;
}

.term-short-description .am-inline-h{
	display:block !important;
	margin:0 0 28px 0 !important;
	padding:0 !important;
	font-size:16px !important;
	line-height:0.9 !important;
	font-weight:700 !important;
	text-align:left !important;
	white-space:normal !important;
	overflow-wrap:break-word !important;
	word-wrap:break-word !important;
}


/*   ====== Short Description @ Description ===== */

.term-description {
	margin-top:  10px;
}

