* {
  --mui-palette-primary-main: #ec6460;
  --mui-palette-primary-mainChannel: 236 100 96;
  --mui-palette-primary-dark: #ec6460;
}

body > header.header-small .header-right .navbar .navbar-collapse .navbar-nav > li.active > a {
  color: #ec6460;
}

.contacte-info {
  margin-bottom: 50px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ec6460;
}
.contacte-info .mails {
  margin-top: 30px;
  margin-bottom: 30px;
}
.contacte-info .mails a {
  color: #a48900;
}
.contacte-info .mails a:hover, .contacte-info .mails a:focus {
  color: #222;
}
.contacte-info .mails a + a {
  border-left: 1px solid #a48900;
  margin-left: 15px;
  padding-left: 15px;
}
.contacte-info .highlight {
  color: #ec6460;
  font-weight: 700;
}

.contact .breadcrumb {
  display: none;
}

#container-comp11_main .widgetsContainer > div .widget {
  height: 100%;
}
#container-comp11_main iframe {
  margin-top: auto;
  display: block;
}
#container-comp11_main .widget_form {
  background: #eaeaea;
  padding: 50px;
}

form .btn-success {
  font-size: 18px;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ec6460;
  border-color: #ec6460;
}
form .btn-success:hover, form .btn-success:focus {
  background-color: #222;
  border-color: #222;
}
form .checkbox a {
  font-weight: 700;
  color: #ec6460;
}
form .checkbox a:hover, form .checkbox a:focus {
  color: #222;
}

.dp-card .dp-card-content .dp-main-category, .dp-card .dp-card-content .dp-date {
  display: none;
}
.dp-card .dp-card-content > .tw\:relative::after {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  background: linear-gradient(90deg, #a48b14, #eb655f);
}
.dp-card .dp-card-content h3 {
  margin-top: 0;
  font-weight: 700;
}
.dp-card .dp-card-content p {
  font-size: 14px;
}
.dp-card .dp-card-content .dp-preview-content {
  margin-bottom: 20px;
}

[role=tablist] > button {
  font-weight: 700;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.category_post_view .breadcrumb, .post_view .breadcrumb {
  display: none;
}
.category_post_view .main_container, .post_view .main_container {
  margin: 0;
  padding: 0;
}
.category_post_view .main_container > .row, .post_view .main_container > .row {
  background-color: #eaeaea;
  display: flex;
  padding: 0;
}
.category_post_view .main_container > .row aside, .post_view .main_container > .row aside {
  padding-top: 20px;
}
.category_post_view .main_container > .row main.col-lg-9, .post_view .main_container > .row main.col-lg-9 {
  padding-top: 20px !important;
  background-color: #fff;
}
@media (max-width: 768px) {
  .category_post_view .main_container > .row main.col-lg-9, .post_view .main_container > .row main.col-lg-9 {
    padding: 5% !important;
  }
}
.category_post_view .aside-left, .post_view .aside-left {
  margin-top: 0;
}
.category_post_view .aside-left .widget_title, .post_view .aside-left .widget_title {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 28px;
  font-weight: 700;
  color: #ec6460;
}
.category_post_view .aside-left .widget_recentBlogPosts .recent-posts, .post_view .aside-left .widget_recentBlogPosts .recent-posts {
  margin-left: 15px;
  margin-right: 15px;
}
.category_post_view .aside-left .widget_recentBlogPosts .recent-posts > li, .post_view .aside-left .widget_recentBlogPosts .recent-posts > li {
  padding-left: 0;
  padding-right: 0;
}
.category_post_view .aside-left .widget_recentBlogPosts .recent-posts > li .post-image, .category_post_view .aside-left .widget_recentBlogPosts .recent-posts > li .posted-on, .post_view .aside-left .widget_recentBlogPosts .recent-posts > li .post-image, .post_view .aside-left .widget_recentBlogPosts .recent-posts > li .posted-on {
  display: none;
}
.category_post_view .aside-left .widget_recentBlogPosts .recent-posts > li + li, .post_view .aside-left .widget_recentBlogPosts .recent-posts > li + li {
  border-top: 1px solid #ec6460;
}
.category_post_view .aside-left .widget_recentBlogPosts .view-all, .post_view .aside-left .widget_recentBlogPosts .view-all {
  margin-top: 40px;
  margin-left: 15px;
}
.category_post_view .aside-left .widget_recentBlogPosts .view-all > .btn, .post_view .aside-left .widget_recentBlogPosts .view-all > .btn {
  color: #fff;
  background-color: #a48900;
  border: none;
  font-size: 16px;
}
.category_post_view .aside-left .widget_recentBlogPosts .view-all > .btn::before, .post_view .aside-left .widget_recentBlogPosts .view-all > .btn::before {
  content: unset;
}
.category_post_view .aside-left .widget_recentBlogPosts .view-all > .btn:hover, .category_post_view .aside-left .widget_recentBlogPosts .view-all > .btn:focus, .post_view .aside-left .widget_recentBlogPosts .view-all > .btn:hover, .post_view .aside-left .widget_recentBlogPosts .view-all > .btn:focus {
  background-color: #222;
}
.category_post_view .page-header, .post_view .page-header {
  margin-bottom: 0;
}
.category_post_view .page-header h1, .post_view .page-header h1 {
  text-align: left;
}
.category_post_view .page-header h1::after, .post_view .page-header h1::after {
  content: unset;
}
.category_post_view .blog-post article header .post-meta .posted-on, .post_view .blog-post article header .post-meta .posted-on {
  display: none;
}
.category_post_view .blog-post article header .post-meta .categories, .post_view .blog-post article header .post-meta .categories {
  margin-bottom: 30px;
}
.category_post_view .blog-post article header .post-meta .categories a, .post_view .blog-post article header .post-meta .categories a {
  background-color: transparent;
  border: none;
  color: #ec6460;
  font-weight: 700;
  padding: 0;
}
.category_post_view .blog-post article header .post-meta .categories a:hover, .category_post_view .blog-post article header .post-meta .categories a:focus, .post_view .blog-post article header .post-meta .categories a:hover, .post_view .blog-post article header .post-meta .categories a:focus {
  color: #222;
}
.category_post_view .blog-post article .socialShares a, .post_view .blog-post article .socialShares a {
  height: 36px;
  width: 36px;
  border-width: 1px;
  border-color: #555;
  color: #222;
}
.category_post_view .blog-post article .socialShares a[title=Twitter], .post_view .blog-post article .socialShares a[title=Twitter] {
  display: none;
}
.category_post_view .blog-post article .socialShares a i, .post_view .blog-post article .socialShares a i {
  font-size: 24px;
}
.category_post_view .blog-post article .post_gallery, .post_view .blog-post article .post_gallery {
  margin: 30px 0;
}
.category_post_view .blog-post article .post_gallery .gallery-mosaic, .post_view .blog-post article .post_gallery .gallery-mosaic {
  gap: 15px;
  padding: 0 15px !important;
}
.category_post_view .blog-post article .post_gallery .gallery-mosaic > div, .post_view .blog-post article .post_gallery .gallery-mosaic > div {
  border: none;
  width: calc(20% - 12px);
}
@media (max-width: 1200px) {
  .category_post_view .blog-post article .post_gallery .gallery-mosaic > div, .post_view .blog-post article .post_gallery .gallery-mosaic > div {
    width: calc(33.3333333333% - 12px);
  }
}
@media (max-width: 768px) {
  .category_post_view .blog-post article .post_gallery .gallery-mosaic > div, .post_view .blog-post article .post_gallery .gallery-mosaic > div {
    width: 100%;
  }
}
.category_post_view .blog-post article .post_gallery .gallery-mosaic::before, .category_post_view .blog-post article .post_gallery .gallery-mosaic::after, .post_view .blog-post article .post_gallery .gallery-mosaic::before, .post_view .blog-post article .post_gallery .gallery-mosaic::after {
  content: unset;
}
.category_post_view .blog-post .nav-posts a, .post_view .blog-post .nav-posts a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #a48900;
  background-color: #a48900;
  color: #fff;
  font-size: 1.5em;
}
.category_post_view .blog-post .nav-posts a:hover, .category_post_view .blog-post .nav-posts a:focus, .post_view .blog-post .nav-posts a:hover, .post_view .blog-post .nav-posts a:focus {
  border-color: #222;
  background-color: #222;
}
@media (min-width: 769px) {
  .category_post_view .post-wrap.horizontal > .post-image, .post_view .post-wrap.horizontal > .post-image {
    padding-left: 0;
    width: 50%;
  }
  .category_post_view .post-wrap.horizontal > .post-content, .post_view .post-wrap.horizontal > .post-content {
    margin-bottom: 0;
  }
  .category_post_view main.col-lg-9, .post_view main.col-lg-9 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (max-width: 768px) {
  .category_post_view .post-wrap.horizontal .post-image, .post_view .post-wrap.horizontal .post-image {
    padding: 0;
    margin-bottom: 30px;
  }
  .category_post_view .post-wrap.horizontal .post-content, .post_view .post-wrap.horizontal .post-content {
    padding: 0;
  }
}

.blog_view .breadcrumb, .postcategory_view .breadcrumb {
  display: none;
}
.blog_view .aside-left, .postcategory_view .aside-left {
  display: none;
}
.blog_view main.col-lg-9, .postcategory_view main.col-lg-9 {
  width: 100%;
}
.blog_view main.col-lg-9 .pull-left, .blog_view main.col-lg-9 .pull-right, .postcategory_view main.col-lg-9 .pull-left, .postcategory_view main.col-lg-9 .pull-right {
  display: none !important;
}

#container-comp2_main .widgetsContainer > div {
  align-content: end;
}
#container-comp2_main ul {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .carousel .carousel-caption {
    top: unset;
    bottom: 30px;
    left: 20%;
    right: 20%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .carousel .carousel-caption {
    bottom: 15px;
    right: 15px;
    top: unset;
    left: unset;
    padding: 0;
  }
  .carousel .carousel-caption hr {
    display: none;
  }
  .carousel .carousel-caption h1 {
    margin: 0;
  }
}

@media (max-width: 768px) {
  body > header {
    background-color: #ea645c;
  }
  body > header a {
    color: #222 !important;
  }
  body > header .header-right .navbar .navbar-collapse {
    border-top: none;
    background-color: #eaeaea;
  }
}