/*
Theme Name:     Newspaper 8 Child theme
Theme URI: 		https://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	https://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        7.7c
*/

/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* Body / GENERAL */
@media (min-width: 1208px) {
  .single .td-container,
  .tdc-row,
  .page-template .td-container,
  .tdc-row {
    width: 1208px;
  }
  .single_template_11 #td_youtube_player,
  .single-format-video #td_youtube_player {
    height: 392px !important;
  }
  .single-format-video.single_template_9 #td_youtube_player {
    height: 601px !important;
  }
}

@media (min-width: 1114px) {
  .single .td-header-wrap .td-container {
    width: 1068px;
  }
}

@media (min-width: 768px) {
  .single .td-container,
  .tdc-row,
  .page-template .td-container,
  .tdc-row {
    padding-left: 70px;
    padding-right: 70px;
  }
  .td-block-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .td-block-row [class*="td-block-span"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .td-pb-span4.td-main-sidebar {
    padding-left: 5px;
    margin-top: 30px;
  }
  .single .td-ss-main-sidebar {
    /* width: 390px !important; */
  }
  .td-related-row .td-related-span4 {
    /* padding-right: 20px; */
    margin-bottom: 23px;
  }
  .custom-ps-hp-box-last .td_block_wrap {
    margin-bottom: 60px;
  }
}

/* Header */
.home .td-header-wrap .td-header-menu-wrap-full {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  .td-header-menu-wrap-full.td-container-wrap {
    height: 70px !important;
  }
  .td-header-style-6 .td-main-menu-logo {
    height: 70px;
  }
  .td-header-style-6 .td-main-menu-logo a {
    line-height: 70px;
  }
  .td-header-style-6 #td-header-menu {
    min-height: 70px;
  }
  .td-header-style-6 .sf-menu > li > a {
    line-height: 25px;
  }
  #menu-meniu-prinicipal-desktop-header li a {
    border-radius: 8px;
  }
  .td-header-wrap .td-affix .sf-menu > li > a {
    line-height: 25px !important;
  }
  .td-header-wrap .td-affix .sf-menu li {
    margin-top: 11px;
  }
  .td-header-style-6 .sf-menu li {
    margin-top: 23px;
  }
  .td-header-style-6 .td-main-menu-logo img {
    max-height: 45px;
  }
  .home .td-header-wrap.td-header-style-6,
  .category .td-header-wrap.td-header-style-6 {
    position: absolute;
    background-color: transparent !important;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .td-header-menu-wrap.td-affix {
    background-color: #000000 !important;
  }
  .header-search-wrap .td-drop-down-search:before {
    right: 70px;
  }
}

/* Category Template */
.category .td-main-content-wrap.td-container-wrap,
.error404 .td-main-content-wrap.td-container-wrap {
  background-color: #ececec;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .category .td-header-menu-wrap-full.td-container-wrap {
    background-color: transparent;
  }
  .td-full-layout
    .td-category-grid-fl
    .td_block_big_grid_fl_1
    .td-big-grid-post {
    padding-top: 0;
  }
  .category .td_block_big_grid_fl_1 {
    margin-bottom: 31px;
  }
}

@media (min-width: 1141px) {
  .td-full-layout
    .td-category-grid-fl
    .td_block_big_grid_fl_1
    .td-big-grid-post {
    min-height: 530px;
  }
}

@media (min-width: 1068px) {
  .category .td-category-grid-fl .td-container {
    width: 1068px !important;
    margin-right: auto;
    margin-left: auto;
  }
}

.category .td_module_mx18 .td-module-image a span {
  display: block;
}

.category .td-category-description {
  display: none;
}

.category.category-opinii .td-category-description {
  display: block;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  left: 0;
  top: 280px;
  right: 0;
  z-index: 2;
}

.category.category-opinii .td-category-description p {
  color: #ffffff;
}

@media (max-width: 767px) {
  .td-full-layout
    .td-category-grid-fl
    .td_block_big_grid_fl_1
    .td-big-grid-post
    .entry-title {
    font-size: 32px !important;
    line-height: 42px !important;
    font-weight: bold;
  }
  .td-full-layout
    .td-category-grid-fl
    .td_block_big_grid_fl_1
    .td-big-grid-post {
    padding-top: 0;
    min-height: 450px;
  }
  .category .td_module_mx18 .td-meta-info-container {
    background: -webkit-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.25),
      rgb(1, 7, 14)
    );
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.25), rgb(1, 7, 14));
    background: -moz-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.25),
      rgb(1, 7, 14)
    );
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgb(1, 7, 14));
    min-height: 126px;
    padding-top: 20px !important;
    padding-bottom: 5px !important;
  }
  .category .td-category-grid .td_block_wrap {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .td-full-layout
    .td-category-grid-fl
    .td_block_big_grid_fl_1
    .td-big-grid-post
    .entry-title {
    text-align: center;
    font-size: 36px;
    line-height: 44px !important;
    font-weight: bold;
    padding-bottom: 20px;
    font-family: "Montserratsemibold";
  }
  .category .td_module_mx18 .td-module-meta-info {
    text-align: center;
  }
  .category .td_module_mx18 .td-meta-info-container {
    background: -webkit-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.25),
      rgb(1, 7, 14)
    );
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.25), rgb(1, 7, 14));
    background: -moz-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.25),
      rgb(1, 7, 14)
    );
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgb(1, 7, 14));
    min-height: 126px;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }
}

.category .td_module_mx18 .td-module-meta-info .td-post-author-name {
  padding-right: 10px;
}

.category .td_module_mx18 .td-module-meta-info .td-post-author-name a,
.category .td_module_mx18 .td-module-meta-info .td-post-date {
  color: #7c7c7c;
  font-weight: 600;
  font-size: 13px;
}

.category .td_module_mx18 .td-module-meta-info .td-post-author-name a:before {
  content: "de ";
}

.category .td_module_mx18 .td-module-meta-info .td-post-author-name span {
  display: none;
}

.category .td-category-header h1.entry-title.td-page-title {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  left: 0;
  top: 10px;
  right: 0;
  z-index: 2;
  color: white;
  font-size: 16px;
  width: auto;
  border-radius: 5px;
  max-width: 280px;
  padding-top: 2px;
  padding-bottom: 2px;
  box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
}

.td-category-grid.td-category-grid-fl.td-container-wrap {
  margin-top: -57px !important;
  background-image: url("../../uploads/2017/05/bg_deschidere.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 0;
}

@media (min-width: 768px) {
  .td-category-grid.td-category-grid-fl.td-container-wrap {
    margin-top: -39px !important;
    padding-top: 95px;
  }
  .category .td-category-header h1.entry-title.td-page-title {
    top: 125px;
  }
  .category .td_module_mx18 .td-video-play-ico > img {
    top: 90px;
    right: 20px;
    left: auto;
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  .category .td_module_mx18 .td-video-play-ico > img {
    top: 165px;
    right: -5px;
    left: auto;
    bottom: 0;
    width: 65px !important;
  }
}

.category .td-category-header .td-crumb-container {
  display: none;
}

/* Tag Template & Author Template*/
.tag .td-main-content-wrap.td-container-wrap,
.author .td-main-content-wrap.td-container-wrap {
  background-color: #ececec;
}

.author .author-box-wrap.td-author-page {
  background-color: #ffffff;
}

/* Header Border Bottom Color */
@media (min-width: 767px) {
  .td-container.td-header-row.td-header-main-menu.black-menu {
    padding-left: 0;
    padding-right: 110px;
  }
  #td-top-search {
    right: 50px;
  }
  .custom-ps-hamburger-menu {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
  }
  .td-affix .custom-ps-hamburger-menu {
    top: 8px;
  }
  .custom-ps-hamburger-dropdown {
    position: absolute;
    width: 100%;
    background-color: #000000;
    color: white;
    z-index: 9999;
  }
  .custom-ps-hamburger-dropdown a {
    color: #ffffff;
  }
  .custom-ps-hamburger-closed {
    display: none;
    /* height: 634px; */ /*pentru varianta cu submeniu si cu heaightul cat deschiderea*/
    height: 344px;
  }
  @media (max-width: 600px) {
    .custom-ps-hamburger-closed {
      display: none!important;
    }
  }
  .custom-hamburger-x {
    top: 24px;
  }
  .home .custom-hamburger-x,
  .sustine .custom-hamburger-x {
    top: -46px;
  }
  .custom-hamburger-x {
    position: relative;
    right: 2px;
    font-size: 21px;
    float: right;
    cursor: pointer;
  }
  .td-affix .custom-hamburger-x {
    top: -36px;
  }
  .custom-ps-main-hamburger ul li,
  .td-footer-wrapper #menu-meniu-categorii-principale-footer li {
    width: 50%;
    float: left;
  }
  .custom-ps-main-hamburger > div > ul > li,
  .td-footer-wrapper #menu-meniu-categorii-principale-footer li {
    width: 33.333333%;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    padding-left: 60px;
  }
  .custom-ps-main-hamburger > div > ul > li {
    margin-bottom: 35px;
  }
  .custom-ps-bottom-hamburger {
    clear: both;
  }
}

@media (max-width: 767px) {
  .td-header-wrap.td-header-style-6 {
    border-bottom: 5px solid rgba(0, 0, 0, 0.3);
  }
  .home.page .td-main-content-wrap.td-main-page-wrap.td-container-wrap {
    /* padding-top: 32px; */
    padding-top: 0;
  }
}

/* Homepage */
.td-social-style8 .td_social_type .td-social-box {
  background-color: rgb(255, 255, 255);
  box-shadow: 1px 1px 0px #c9c9c9;
}

.page .td-main-content-wrap.td-main-page-wrap.td-container-wrap {
  background-color: #e0e0e0;
  padding-bottom: 20px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .home .custom-ps-hp-box-slider {
    /* margin-top: -63px !important; */
    display: none;
  }
  .td_block_related_posts .td-module-image {
    position: relative;
    width: 100%;
  }
  .td_module_related_posts {
    background-color: #ececec !important;
  }
  .td_block_related_posts .td-video-play-ico > img {
    width: 50px;
  }
}

@media (min-width: 768px) {
  .home.page .td-main-content-wrap.td-main-page-wrap.td-container-wrap {
    padding-top: 48px;
  }
  .td-social-style8 .td_social_type .td-social-box {
    width: 100px;
  }
  .custom-ps-hp-social h2 {
    font-size: 28px;
    line-height: 36px;
    font-family: "Montserratsemibold" !important;
  }
  .custom-ps-hp-social .td_block_social_counter,
  .custom-ps-hp-social .wpb_text_column.wpb_content_element,
  .custom-ps-hp-social .wpb_text_column.wpb_content_element .wpb_wrapper {
    margin-bottom: 0;
  }
  .custom-ps-hp-social .wpb_text_column.wpb_content_element .wpb_wrapper h2 {
    margin-bottom: 0;
    padding-top: 15px;
  }
  .td_module_1.td_module_wrap.td-animation-stack {
    background-color: #ffffff;
    padding-bottom: 0;
    position: relative;
    max-height: 335px;
  }
  .author .td_module_1 {
    background-color: #ececec;
    margin-bottom: 30px;
  }
  .td_module_related_posts {
    background-color: #ececec !important;
    padding-bottom: 0;
    position: relative;
    max-height: 335px;
  }
  .category .td-ss-main-content .td-block-row,
  .custom-ps-hp-box-articol-1 .td_block_3 .td-block-row,
  .error404 .td-block-row {
    margin-bottom: 14px;
  }
  .custom-ps-hp-box-slider .td_module_mx8 .entry-title {
    margin-top: 30px;
  }
  .td_module_1 h3.entry-title.td-module-title,
  .custom-ps-hp-box-articol-1 h3.entry-title.td-module-title,
  .single .td_module_related_posts h3.entry-title.td-module-title {
    padding: 20px 20px 0 20px;
    min-height: 95px;
    max-height: 95px;
    overflow: hidden;
  }
  .td_block_related_posts .entry-title a {
    color: #000000;
  }
  .custom-ps-hp-box-slider
    .custom-ps-hp-module-6
    h3.entry-title.td-module-title {
    padding: 15px 15px 15px 15px;
    min-height: 122px;
  }
  .td_module_1 .td-module-meta-info,
  .td_module_related_posts .td-module-meta-info {
    padding: 5px 15px 15px 20px;
  }
  .custom-ps-hp-box-articol-1 .td-module-meta-info {
    padding: 5px 15px 15px 20px;
  }
  .custom-ps-hp-box-articol-2 .td-module-meta-info {
    padding: 0 15px 5px 15px;
  }
  .custom-ps-hp-box-slider .custom-ps-hp-module-6 .td-module-meta-info {
    padding: 0 15px 7px 15px;
  }
}

.td_module_1 .td-module-thumb,
.custom-ps-hp-box-articol-1 .td-module-thumb {
  margin-bottom: 0;
}

.td_module_1 .td-module-image .td-post-category,
.custom-ps-hp-box-articol-1 .td-module-image .td-post-category {
  position: initial !important;
  background: none;
  font-size: 12px;
  text-transform: uppercase;
  bottom: -13px;
  left: 20px;
  border-radius: 5px;
}

.td_module_1 .td-post-author-name a,
.td_module_related_posts .td-post-author-name a,
.home .td-post-author-name a,
.custom-ps-hp-box-articol-2 .td-module-meta-info .td-post-date time {
  color: #b2b2b2;
  font-size: 13px;
  font-weight: normal;
}

.home .td-module-meta-info .td-author-name:nth-child(1) a:before,
.home .td-module-meta-info .td-post-author-name:nth-child(1) a:before {
  content: "de ";
}

.td_module_1 .td-video-play-ico > img,
.td_module_related_posts .td-video-play-ico > img {
  top: auto;
  right: 20px;
  bottom: 25px;
  left: auto;
}

.td_module_1 .td-video-play-youtube > img,
.td_module_related_posts .td-video-play-youtube > img {
  bottom: 45px;
}

.custom-ps-video-duration {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  margin: auto;
  color: white;
  font-size: 10px;
  z-index: 2;
}

.custom-ps-video-post.td_module_1 h3.entry-title.td-module-title,
.custom-ps-video-post.td_module_related_posts h3.entry-title.td-module-title {
  position: absolute;
  bottom: 0;
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.25),
    rgb(0, 0, 0)
  );
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.25), rgb(0, 0, 0));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.25), rgb(0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  padding-right: 75px;
  margin-bottom: 0;
  padding-left: 20px;
  min-height: 129px;
  min-width: 100%;
}

.custom-ps-video-post .custom-ps-category-color {
  bottom: 127px;
  background: rgba(0, 0, 0, 0.36) !important;
  border: 2px solid white;
  z-index: 2;
}

.custom-ps-video-post .custom-ps-category-color a {
  padding: 5px 18px 5px 18px !important;
}

.td_module_1 h3.entry-title.td-module-title a {
  font-family: "Montserratsemibold";
}

.custom-ps-video-post.td_module_1 h3.entry-title.td-module-title a,
.custom-ps-video-post.td_module_related_posts h3.entry-title.td-module-title a {
  color: white;
}

.custom-ps-video-post.td_module_1 .td-module-meta-info {
  display: none;
}

.single-format-standard .td-module-image,
.category-opinii .td-module-image,
.error404 .td-module-image,
.author .td-module-image,
.tag .td-module-image {
  min-height: 200px;
  text-align: center;
}

.td-module-image.custom-opinii-module-image {
  min-height: 200px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1145px) {
  .custom-ps-mobile-facebook {
    display: none;
  }
  .td-container.td-header-row.td-header-main-menu.black-menu {
    padding-right: 0;
  }
  .td-main-menu-logo.td-logo-in-menu.td-logo-sticky {
    width: 160px;
  }
  .single aside.mashsb-container.mashsb-main.mashsb-stretched {
    margin-left: -355px;
  }
  .td_module_1 h3.entry-title.td-module-title,
  .custom-ps-hp-box-articol-1 h3.entry-title.td-module-title,
  .single .td_module_related_posts h3.entry-title.td-module-title {
    min-height: 170px;
  }
  .single-format-standard .td_module_related_posts .td-module-image {
    min-height: 100px !important;
  }
  .custom-ps-video-post.td_module_1 h3.entry-title.td-module-title,
  .custom-ps-video-post.td_module_related_posts h3.entry-title.td-module-title {
    /* bottom: -118px; */
    min-height: 192px;
    padding-right: 20px;
    min-width: 100%;
  }
  .td_module_1 .td-video-play-youtube > img,
  .td_module_related_posts .td-video-play-youtube > img {
    bottom: 20px;
  }
  .td_module_1 .td-video-play-ico > img,
  .td_module_related_posts .td-video-play-ico > img {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .custom-ps-video-duration {
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 52px;
  }
  .single span.td_social_info {
    display: none !important;
  }
  .custom-ps-video-post .custom-ps-category-color {
    bottom: 185px;
  }
  .td_module_related_posts.custom-ps-video-post .td-module-thumb {
    height: 310px !important;
  }
  .td_module_related_posts.custom-ps-video-post
    span.td-video-play-ico.td-video-play-youtube,
  .td_module_related_posts.custom-ps-video-post .custom-ps-video-duration {
    display: none;
  }
  .custom-ps-main-hamburger > div > ul > li:first-child,
  .custom-ps-main-hamburger > div > ul > li:nth-child(4),
  .td-footer-wrapper #menu-meniu-categorii-principale-footer > li:first-child,
  .td-footer-wrapper #menu-meniu-categorii-principale-footer > li:nth-child(4) {
    padding-right: 0 !important;
  }
  .custom-ps-main-hamburger > div > ul > li,
  .td-footer-wrapper #menu-meniu-categorii-principale-footer li {
    padding-left: 0 !important;
  }
  .td-theme-wrap .custom-ps-main-hamburger > div > ul li > a,
  .td-theme-wrap
    .td-footer-wrapper
    #menu-meniu-categorii-principale-footer
    li
    > a {
    font-size: 11px !important;
  }
  .custom-ps-main-hamburger > div > ul > li:nth-child(2),
  .custom-ps-main-hamburger > div > ul > li:nth-child(5),
  .td-footer-wrapper #menu-meniu-categorii-principale-footer > li:nth-child(2),
  .td-footer-wrapper #menu-meniu-categorii-principale-footer > li:nth-child(5) {
    padding-left: 10px !important;
  }
}

@media (min-width: 1019px) and (max-width: 1024px) {
  .single aside.mashsb-container.mashsb-main.mashsb-stretched {
    margin-left: -475px;
  }
}

/* Articole */
/* Start - Space for the social Share buttons */
@media (min-width: 1019px) {
  .single .td-pb-span8.td-main-content,
  .single .td-pb-span8.td-post-featured-video {
    padding-left: 34px;
    padding-right: 14px;
  }
  .td-post-template-3 .td-post-header-holder {
    padding-left: 10px;
  }
  .single .td_block_related_posts {
    padding-left: 10px;
  }
}
/* End - Space for the social Share buttons */

.single .td-post-views {
  display: none !important;
}

.single .td-post-content {
  padding-bottom: 0;
}

.single .td-post-content li {
  line-height: 30px;
}

.single .wp-caption-text,
.single .wp-caption-dd {
  font-size: 14px;
  font-style: normal;
  color: #727272;
}

@media (max-width: 767px) {
  .single .td-post-template-13 .td-post-header .entry-title,
  .single .td-post-template-2 .td-post-header .entry-title,
  .single .td-post-template-9 .td-post-header .entry-title,
  .single .td-post-template-5 .td-post-header .entry-title {
    font-size: 24px;
    line-height: 32px;
  }
  .single .td-container > .td-crumb-container {
    display: none;
  }
  .single .td-container,
  .single .tdc-row {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.td-post-template-5 .td-post-content {
  margin-top: 0;
}

.author span.td-author-comments-count {
  display: none;
}

.custom-ps-author-top {
  display: inline-block;
  vertical-align: middle;
}

.custom-ps-post-comments {
  width: 100%;
  text-align: center;
  background-color: #cc0000;
  color: white;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition-duration: 0.2s;
  margin-bottom: 45px;
  max-height: 32px;
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
}

.custom-ps-post-comments .fb_comments_count {
  color: white;
  transition-duration: 0.2s;
}

.custom-ps-author-subtitle h3 {
  text-align: center;
  text-decoration: underline;
}

div#wpdevar_comment_1 {
  display: none;
}

.custom-ps-post-comments:hover {
  background-color: #ececec;
  color: black;
}

.custom-ps-post-comments:hover .fb_comments_count {
  color: black;
}

.custom-ps-post-comments:after {
  content: ">";
  content: "\e83d";
  font-family: "newspaper";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  padding: 7px;
  position: relative;
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  right: 30px;
}

@media (max-width: 768px) {
  .custom-ps-post-comments:after {
    right: 10px;
  }
}

.perfect-pullquote.vcard.pullquote-align-full {
  border-left: none;
  margin: 0;
  padding: 0;
  background-image: url("https://recorder.ro/wp-content/themes/Newspaper-child/images/quotes.png");
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 20px;
}

.post blockquote p,
.page blockquote p,
.td-post-text-content blockquote p {
  text-transform: none;
  color: black !important;
  font-size: 30px !important;
  line-height: 42px !important;
}

.perfect-pullquote blockquote footer cite {
  font-size: 16px;
  line-height: 32px;
}

.perfect-pullquote blockquote footer:before {
  display: none;
}

/* Custom PS - Module 6 */
@media (min-width: 768px) {
  .custom-ps-hp-box-slider .custom-ps-hp-module-6.td_module_6 .item-details,
  .custom-ps-hp-box-articol-2 .custom-ps-hp-module-6.td_module_6 .item-details {
    margin-left: 145px;
    background-color: #01070e;
  }
  .custom-ps-hp-box-articol-2 .td-next-prev-wrap {
    position: absolute;
    width: 100%;
    bottom: -15px;
    height: 150px;
    margin: 0 !important;
    z-index: 0;
  }
  .custom-ps-hp-box-articol-2 .wpb_column.vc_column_container.td-pb-span12 {
    padding-right: 0;
    padding-left: 0;
  }
  .custom-ps-hp-box-articol-2 .td_block_7 {
    z-index: 1;
  }
  .custom-ps-hp-box-articol-2 .td-next-prev-wrap .td-ajax-prev-page {
    position: absolute;
    left: 0;
    border: none;
  }
  .custom-ps-hp-box-articol-2 .td-next-prev-wrap .td-ajax-next-page {
    position: absolute;
    right: 0;
    border: none;
  }
  .custom-ps-hp-box-articol-2 .td-next-prev-wrap .td-ajax-prev-page:hover,
  .custom-ps-hp-box-articol-2 .td-next-prev-wrap .td-ajax-next-page:hover {
    background-color: transparent;
  }
  .custom-ps-hp-box-articol-2
    .td-next-prev-wrap
    .td-ajax-prev-page
    i.td-icon-font.td-icon-menu-left {
    font-size: 25px;
    margin-left: -100px;
  }
  .custom-ps-hp-box-articol-2
    .td-next-prev-wrap
    .td-ajax-next-page
    i.td-icon-font.td-icon-menu-right {
    font-size: 25px;
    margin-right: -100px;
  }
  .custom-ps-hp-box-antologie .vc_single_image-wrapper img,
  .custom-ps-hp-box-opinii .vc_single_image-wrapper img {
    left: 20px;
  }
  .custom-ps-hp-box-slider .vc_row .wpb_column:nth-child(2) {
    padding-left: 5px;
  }
}

.custom-ps-hp-box-articol-2 .custom-ps-hp-module-6 {
  border: none !important;
}

.custom-ps-hp-box-slider
  .custom-ps-hp-module-6.td_module_6
  .item-details
  .entry-title
  a,
.custom-ps-hp-box-articol-2
  .custom-ps-hp-module-6.td_module_6
  .item-details
  .entry-title
  a {
  color: #c2c2c2;
}

.custom-ps-hp-module-mx8 .td-module-meta-info .td-post-author-name a,
.custom-ps-hp-module-mx8 .td-module-meta-info .td-post-date,
.custom-ps-hp-module-6.td_module_6
  .item-details
  .td-module-meta-info
  .td-post-date,
.custom-ps-hp-module-14 .td-module-meta-holder .td-post-author-name a,
.custom-ps-hp-module-14 .td-module-meta-holder .td-post-date {
  color: #676767;
  font-weight: 600;
  font-size: 13px;
}

.single
  .custom-ps-hp-module-6.td_module_6
  .item-details
  .td-module-meta-info
  .td-post-date {
  font-weight: normal;
}

.custom-ps-hp-box-antologie,
.custom-ps-hp-box-opinii {
  position: absolute;
  z-index: 99;
  width: 100%;
  max-width: 170px;
}

.custom-ps-hp-box-antologie .vc_single_image-wrapper img,
.custom-ps-hp-box-opinii .vc_single_image-wrapper img {
  position: absolute;
  top: -20px;
}
@media (max-width: 767px) {
  .custom-ps-hp-box-antologie .vc_single_image-wrapper img,
  .custom-ps-hp-box-opinii .vc_single_image-wrapper img {
    left: -10px;
  }
}

@media (max-width: 360px) {
  .custom-ps-hp-box-antologie .vc_single_image-wrapper img,
  .custom-ps-hp-box-opinii .vc_single_image-wrapper img {
    width: 75%;
  }
}

.custom-ps-hp-module-14 .td-module-meta-holder {
  background-color: transparent !important;
  padding-bottom: 0 !important;
}

.custom-ps-hp-module-mx8 .td-module-meta-info .entry-title a,
.custom-ps-hp-module-14.td_module_14 .td-module-meta-info .entry-title a {
  color: #ffffff;
  font-family: "Montserratsemibold";
}

.custom-ps-hp-module-14 span.td-video-play-ico {
  display: none;
}

.custom-ps-hp-module-14 .custom-ps-hp-module-14-title {
  min-height: auto !important;
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.custom-ps-hp-module-14 .td-module-meta-info h3.entry-title {
  padding-top: 0;
  padding-bottom: 0 !important;
  margin-bottom: 0;
  min-height: 50px;
}

.custom-ps-hp-module-mx8 .td-module-meta-info span.td-post-author-name,
.custom-ps-hp-module-14 .td-module-meta-holder span.td-post-author-name {
  padding-right: 0;
}

.custom-ps-hp-module-mx8
  .td-module-meta-info
  .td-post-author-name
  span:nth-child(2),
.custom-ps-hp-module-14
  .td-module-meta-holder
  .td-post-author-name
  span:nth-child(2) {
  display: none;
}
.custom-ps-hp-module-14 .td-module-meta-info {
  width: 100% !important;
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.25),
    rgb(0, 0, 0)
  );
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.25), rgb(0, 0, 0));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.25), rgb(0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgb(0, 0, 0));
}

/* Opinii */
.custom-ps-hp-module-mx7 img.entry-thumb {
  border-radius: 50%;
}

@media (min-width: 768px) {
  .custom-ps-hp-box-articol-3 .td-block-span4 {
    width: 33.33333333% !important;
  }
  .custom-ps-hp-module-mx7 {
    text-align: center;
  }
  .custom-ps-hp-module-mx7 img.entry-thumb {
    margin: 0 auto;
  }
  .custom-ps-hp-box-articol-3 .td_block_16 {
    margin-bottom: 40px;
  }
}

.custom-ps-hp-module-mx7 .td-excerpt {
  min-height: 100px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  font-family: "Montserratsemibold";
}

@media (max-width: 767px) {
  .custom-ps-hp-module-mx7 .td-excerpt {
    display: block;
    white-space: normal;
    min-height: 75px !important;
  }
  .custom-ps-hp-module-mx7 .custom-ps-author-avatar {
    padding-top: 20px;
  }
}

.custom-ps-hp-module-mx7 .td-excerpt a {
  color: #333333;
}

.custom-ps-hp-box-articol-3 .td-subcat-list li:nth-child(2) {
  display: none;
}

.custom-ps-hp-module-mx7 .entry-title.td-module-title {
  padding-top: 18px;
}

.custom-ps-hp-module-mx7 .entry-title.td-module-title a {
  color: #cc0000;
  font-family: "Montserratsemibold";
}

.custom-ps-hp-module-mx7 .custom-ps-view-all-posts a {
  color: #b2b2b2;
  font-size: 13px;
  font-weight: normal;
}

.custom-ps-hp-module-mx7 .custom-ps-view-all-posts a:hover {
  color: #cc0000;
}

.custom-ps-hp-box-articol-3 .td-subcat-filter {
  bottom: 40px;
}

.custom-ps-hp-box-articol-3 .td-subcat-filter .td-subcat-list a {
  background-color: #f0f0f0;
  color: #333333;
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Montserrat";
}

.custom-ps-hp-box-articol-3 .td-subcat-filter .td-subcat-list .td-subcat-item {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .custom-ps-hp-box-articol-3 .td_module_mx7 .td-module-image {
    z-index: 1;
  }
  .custom-ps-hp-box-articol-3 .td-subcat-filter {
    right: 20px;
  }
  .custom-ps-hp-box-articol-3 .td-subcat-dropdown {
    display: none !important;
  }
  .custom-ps-hp-box-articol-3 .td_block_wrap.td_block_16:before {
    content: "\e802";
    font-family: "newspaper";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 26%;
    color: rgba(0, 0, 0, 0.33);
    left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 38px;
    z-index: 2;
    width: 25px;
  }
  .custom-ps-hp-box-articol-3 .td_block_wrap.td_block_16:after {
    content: "\e803";
    font-family: "newspaper";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 26%;
    color: rgba(0, 0, 0, 0.33);
    right: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 38px;
    z-index: 2;
    width: 25px;
  }
  .custom-ps-hp-box-articol-3 ul.td-pulldown-filter-list li:nth-child(2) {
    display: none;
  }
}

/* Footer */
.td-footer-wrapper.td-container-wrap {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .td-footer-bottom-full .footer-text-wrap {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .td-footer-wrapper .menu-meniu-prinicipal-container {
    text-align: right;
  }
  .td-footer-wrapper .menu-meniu-prinicipal-container li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px 0 20px;
  }
  .td-footer-bottom-full {
    padding-top: 10px;
  }
  .td-footer-bottom-full > .td-container > .td-pb-row > div:first-child {
    margin-right: 24px;
    margin-left: 24px;
    margin-bottom: 20px;
  }
  .td-footer-bottom-full .footer-logo-wrap {
    margin-top: 21px;
  }
  .td-footer-wrapper .td-pb-span4 .td_block_template_1 {
    border-bottom: 1px solid #1b2027;
    padding-bottom: 20px;
  }
  .td-footer-wrapper .footer-social-wrap.td-social-style-2 {
    margin-top: -82px;
  }
}

@media (min-width: 1024px) {
  .td-footer-bottom-full .td-subfooter-menu li a {
    margin-right: 30px;
  }
}

.td-footer-wrapper.td-container-wrap {
  background-color: #050f19;
  padding-top: 20px;
}

.td-footer-bottom-full {
  background-color: #000306;
  border-top: 1px solid #1b2027;
  padding-top: 25px;
}

.td-footer-bottom-full .td-container:before {
  background-color: transparent;
}

.td-footer-bottom-full .td-subfooter-menu {
  float: none !important;
}

.td-subfooter-menu li a {
  color: #7f868c;
  line-height: 25px;
}

.td-footer-wrapper a {
  color: #7f868c;
}

.td-footer-wrapper .td-social-style-2 .td-icon-font {
  font-size: 40px;
}

.td-footer-bottom-full .footer-text-wrap {
  color: #464e53;
}

.footer-text-wrap .footer-email-wrap {
  padding-top: 2px;
}

.footer-email-wrap a {
  color: #9b9b9b !important;
  text-decoration: underline;
}

.td-social-style-2 .td-icon-font:after {
  border: none;
}

.td-social-style-2 .td-icon-font {
  background-color: transparent;
}

.custom-ps-bottom-hamburger .td-social-icon-wrap {
  vertical-align: middle;
}

.td-header-style-6 .td-social-icon-wrap .td-icon-font,
.td-social-icon-wrap i.td-icon-facebook,
.td-icon-font.td-icon-instagram,
.td-icon-font.td-icon-youtube,
.td-icon-font.td-icon-twitter {
  color: #ffffff;
  border-radius: 50%;
}

.custom-ps-bottom-hamburger span.td-social-icon-wrap:hover .td-icon-font,
.footer-social-wrap span.td-social-icon-wrap:hover .td-icon-font {
  color: #cc0000;
}

#td-mobile-nav .td-social-icon-wrap i.td-icon-facebook,
.footer-social-wrap .td-social-icon-wrap i.td-icon-facebook {
  background-color: #3b5998;
  padding-top: 2px;
  font-size: 22px !important;
}

.custom-ps-bottom-hamburger .td-social-icon-wrap i.td-icon-facebook {
  background-color: #3b5998;
  padding-top: 1px;
  font-size: 22px !important;
}

#td-mobile-nav .td-icon-font.td-icon-instagram,
.footer-social-wrap .td-icon-font.td-icon-instagram {
  background-color: #3f729b;
  font-size: 22px !important;
  padding-top: 3px;
}

.custom-ps-bottom-hamburger .td-icon-font.td-icon-instagram {
  padding-top: 1px !important;
}

#td-mobile-nav .td-icon-font.td-icon-youtube,
.custom-ps-bottom-hamburger .footer-social-wrap .td-icon-font.td-icon-youtube {
  background-color: #cb2027;
  font-size: 22px !important;
  padding-top: 1px;
}
.footer-social-wrap .td-icon-font.td-icon-youtube {
  background-color: #cb2027;
  font-size: 22px !important;
  padding-top: 2px;
}

#td-mobile-nav .td-icon-font.td-icon-twitter,
.custom-ps-bottom-hamburger .td-icon-font.td-icon-twitter,
.footer-social-wrap .td-icon-font.td-icon-twitter {
  background-color: #00aced;
  font-size: 17px !important;
  padding-top: 2px;
}

@media (max-width: 767px) {
  .td-footer-wrapper.td-container-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .td-footer-bottom-full {
    text-align: left;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 30px;
  }
  .td-footer-bottom-full .td-pb-row > div {
    margin-bottom: 38px;
  }
  .td-footer-wrapper
    .footer-social-wrap.td-social-style-2
    .td-social-icon-wrap {
    margin: 5px 10px 10px 10px;
  }
  aside.footer-logo-wrap {
    text-align: center;
  }
  aside.footer-social-wrap.td-social-style-2 {
    text-align: center;
    width: 275px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}

.td-footer-wrapper .custom-ps-footer-desktop .td-social-icon-wrap {
  margin: 5px 34px 10px 0;
}

/* Module mx8 - Homepage Left Slider */
@media (min-width: 768px) {
  .td_block_18 .td_module_mx8 .td-module-thumb {
    min-height: 535px;
  }
  .custom-ps-hp-box-slider .wpb_column.vc_column_container.td-pb-span8 {
    padding-right: 15px;
  }
}

.custom-ps-hp-module-mx8 .td-module-meta-info {
  bottom: 0 !important;
}

.custom-ps-hp-slider-icon {
  position: relative;
}

.custom-ps-hp-slider-icon .td-video-play-ico > img {
  top: inherit;
  right: inherit;
  left: auto;
  right: 0;
  bottom: 20px;
}

.custom-ps-hp-module-mx8 .td-post-category {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #fff;
  font-size: 12px !important;
}

/* Module mx8 - Homepage Right Slider */
@media (min-width: 768px) {
  .custom-ps-hp-box-slider .custom-ps-hp-module-6 {
    height: 150px;
    margin-bottom: 5px;
  }
  .custom-ps-hp-box-slider .td_block_7 {
    margin-bottom: 0;
  }
  .custom-ps-hp-box-slider .td-next-prev-wrap .td-ajax-next-page,
  .custom-ps-hp-box-slider .td-next-prev-wrap .td-ajax-prev-page {
    border: none;
    background-color: #01070e;
    border-radius: 5px;
    margin-right: 7px;
    padding-top: 7px;
    height: 35px;
  }
  .custom-ps-hp-box-slider .td-ajax-prev-page i.td-icon-font.td-icon-menu-left {
    font-size: 20px;
    transform: rotate(90deg);
  }
  .custom-ps-hp-box-slider
    .td-ajax-next-page
    i.td-icon-font.td-icon-menu-right {
    font-size: 20px;
    transform: rotate(90deg);
  }
  .custom-ps-hp-box-slider .td-next-prev-wrap .td-ajax-prev-page:hover,
  .custom-ps-hp-box-slider .td-next-prev-wrap .td-ajax-next-page:hover {
    background-color: transparent;
  }
  .custom-ps-hp-box-slider .td-next-prev-wrap {
    width: 70%;
    float: left;
  }
  .custom-ps-hp-box-slider .td-next-prev-wrap a {
    width: 47%;
    margin: 0;
  }
}

.custom-ps-hp-box-slider .block-title {
  margin-bottom: 10px;
  background-color: #01070e;
  border-radius: 5px;
}

.custom-ps-hp-box-slider .block-title .td-pulldown-size {
  border-radius: 8px;
  padding-left: 11px;
  padding-right: 11px;
}

.custom-ps-hp-slider-more {
  width: 30%;
  float: left;
  margin-top: 6px;
}

.custom-ps-hp-slider-more a {
  font-size: 11px;
  color: #7c7c7c;
  background-color: #01070e;
  padding: 10px 19px 11px 19px;
  border-radius: 5px;
  font-weight: 600;
}

.custom-ps-hp-box-articol-2 .custom-ps-hp-slider-more {
  display: none;
}

.single .td-post-content a {
  color: #2196f3;
}

.single .mashsb-container .mashsb_below_buttons {
  border-radius: 50%;
  width: 40px !important;
  height: 40px;
  flex: none !important;
  margin-bottom: 10px !important;
  background-color: #cc0000;
  text-align: center;
  padding-top: 6px;
}
.single .mashsb-container .mashsb_below_buttons a {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 22px;
}
.td-post-sub-title {
  font-size: 16px;
  font-style: normal;
  color: #000;
}

.custom-related-post-recorder {
  background-color: #f1f1f1;
}

.custom-image-related-post-recorder .td-post-category {
  position: initial !important;
  background: none;
  font-size: 12px;
  text-transform: uppercase;
  bottom: -13px;
  left: 20px;
  border-radius: 5px;
}

.td_block_related_posts .td-module-thumb {
  margin-bottom: 0 !important;
}

.td-post-category {
  padding: 7px 20px 7px !important;
  margin-right: 0;
}

.td-tags span,
.td-tags a {
  background-color: black;
  padding: 12px;
  line-height: 0;
}

.td-post-small-box a {
  color: #ffffff !important;
}

.td_module_mx8 .td-module-meta-info {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgb(1, 7, 14));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgb(1, 7, 14));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgb(1, 7, 14));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(1, 7, 14));
  padding-bottom: 20px !important;
}

/* Content - Single Article Template 2 & 9 */
.custom-ps-single-template .td-crumb-container {
  padding-top: 15px;
  min-height: 0;
  margin-bottom: 10px;
}

.td-post-template-9 .td-post-sub-title {
  font-size: 19px;
}

.td-post-template-9 .td-post-featured-video {
  margin-bottom: 0;
  padding-top: 0;
}

.custom-ps-single-template,
.td-post-template-3 {
  background-color: #ececec;
  padding-top: 10px;
}

.td-post-template-3 {
  padding-bottom: 40px;
}

.td-post-template-3 .td-post-header-holder {
  background-color: #ffffff;
}

.td-post-template-3 .td-post-header {
  /* padding-top: 20px; */
}

.td-post-template-3 .td-category a {
  text-transform: uppercase;
  padding-top: 5px;
}

.single_template_3 header .td-post-author-name {
  background-color: transparent !important;
  color: white !important;
}

.single_template_3 header .td-post-author-name a {
  color: white !important;
}

.single_template_3 .td-author-line {
  display: none !important;
}

.single_template_11 article {
  background-color: #ececec;
}

.single_template_11 .td-ss-main-content p {
  color: #8a8a8a;
  font-size: 15px;
  font-family: "Open Sans";
  margin-bottom: 0;
  line-height: 24px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.single .td-post-template-11 {
  padding-bottom: 40px;
}

.td-post-template-11 .td_block_related_posts {
  margin-bottom: 48px;
}

.td-post-template-11 .td-related-title {
  margin-top: 20px !important;
}

@media (min-width: 992px) {
  .td-post-template-11 .td-video-template-bg .td-pb-span4 {
    padding-left: 7px;
  }
}

.td-post-template-11 .td-post-title .td-module-meta-info {
  margin-top: 15px;
  margin-bottom: 10px;
}

.single article.td-container-wrap > .td-container,
.custom-ps-single-template .td-container,
.page-template .tdc-content-wrap .td-container {
  background-color: white;
}

.custom-ps-single-meta-1 {
  margin-bottom: 0;
}

.custom-ps-single-meta-1 .entry-category a {
  color: black !important;
  background-color: transparent !important;
  border-color: transparent !important;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  padding-left: 0;
}

.single_template_11 .post .td-category a {
  background-color: transparent !important;
  border-color: transparent !important;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  padding-left: 0;
}

.custom-ps-single-meta-1 .td-category {
  display: inline-block;
  vertical-align: inherit;
  margin-bottom: 0;
}

.single_template_11 .post .td-category {
  display: inline-block;
  vertical-align: inherit;
}

.custom-ps-single-meta-1 .td-post-date,
.single_template_11 .post .td-post-date {
  display: inline-block;
  vertical-align: inherit;
  padding-left: 10px;
  top: 0;
  font-size: 13px;
}

@media (min-width: 768px) {
  .single_template_11 .td-post-template-11 .td-post-featured-video,
  .single_template_11 .td-post-template-11 .td-post-header {
    padding-bottom: 0;
  }
}

.custom-ps-single-template header.td-post-title {
  clear: both;
}

.custom-ps-author-avatar {
  display: inline-block;
  vertical-align: middle;
  z-index: 2;
  position: relative;
}

.custom-ps-author-avatar img {
  border-radius: 50%;
}

.single .custom-ps-single-template header .td-post-author-name {
  display: inline-block;
  vertical-align: middle;
  float: none;
  top: 0;
  left: -15px;
  background-color: #ececec;
  line-height: 30px;
  padding-left: 25px;
  z-index: 1;
  padding-right: 15px;
  font-size: 14px;
  color: #676767;
  font-weight: normal;
}

.custom-ps-single-template .custom-ps-author-bottom .td-post-author-name {
  display: inline-block;
  vertical-align: middle;
  float: none;
  top: 0;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 5px;
  z-index: 1;
  font-size: 15px;
  color: #000000;
  font-weight: normal;
}

.custom-ps-single-template .custom-ps-author-bottom .td-post-author-name a {
  color: #000000;
}

.custom-ps-single-template .td-author-line,
.single_template_11 .td-author-line {
  display: none !important;
}

.single .td-post-author-name a,
.category .td-post-author-name a,
.tag .td-post-author-name a {
  font-weight: normal;
  color: #676767 !important;
}

.single .td-ss-main-sidebar .td_module_6 .td-post-author-name a {
  font-size: 13px;
  line-height: 24px;
}

.single .td-ss-main-sidebar .td-module-meta-info {
  display: none;
}

@media (min-width: 768px) {
  .custom-ps-single-template footer {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .td-header-wrap.td-header-style-6.custom-ps-harfa-header {
    border-bottom: none !important;
  }
  .custom-ps-hp-box-slider .td_block_18 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  article footer {
    margin-top: 30px;
  }
  .custom-ps-single-template .custom-ps-author.description {
    display: none !important;
  }

  .td-post-template-3 .td-module-meta-info {
    /* padding-left: 10px; */
  }
}

.single ul.td-tags li:first-child {
  display: none;
}

.single .td-tags span,
.single .td-tags a {
  border-radius: 5px;
  padding: 15px;
  margin-right: 8px;
}

.custom-ps-single-template .custom-ps-author-bottom {
  margin-bottom: 0;
}

.custom-ps-single-template .custom-ps-author.description {
  display: block;
  clear: both;
  padding-left: 53px;
  font-size: 16px;
  color: #a9a9a9;
  font-weight: 100;
  line-height: 24px;
}

.custom-ps-single-template .custom-ps-author-bottom .td-author-by,
.custom-ps-single-template .custom-ps-author-bottom .td-post-author-name a {
  font-size: 18px;
  font-weight: 600;
}

.custom-ps-single-template .td-author-social {
  display: inline-block;
  vertical-align: middle;
}

.custom-ps-single-template .td-author-social span.td-social-icon-wrap {
  float: right;
}

.custom-ps-single-template
  .td-author-social
  .td-social-icon-wrap
  i.td-icon-twitter {
  color: #00aced;
  font-size: 14px;
}

.custom-ps-single-template
  .td-author-social
  .td-social-icon-wrap
  i.td-icon-facebook {
  color: #3b5998;
  font-size: 16px;
}

.custom-ps-single-template .td-author-social .td-social-icon-wrap i:hover {
  color: #c00;
}

.single .td-header-menu-wrap-full.td-container-wrap {
  z-index: 99999;
}

.td_youtube_player_close {
  display: none;
  right: -200px;
}

@media (min-width: 769px) {
  /* Video post */
  #td_youtube_player {
    position: relative;
  }
  .td_youtube_player_position {
    position: fixed !important;
    margin-left: 191px;
    max-width: 343px !important;
    max-height: 193px;
    z-index: 2;
    bottom: 100px;
    left: 50%;
    bottom: 48px;
    opacity: 1;
    width: 343px;
  }
  .td_youtube_player_close.scroll {
    display: block;
    font-size: 18px;
    padding-left: 1px;
    line-height: 23px;
    position: fixed;
    z-index: 2;
    color: white;
    cursor: pointer;
    background-color: #000000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    font-family: "Open Sans";
    left: 50%;
    bottom: 235px;
    margin-left: 525px;
    z-index: 9;
  }
  .single .wpb_video_wrapper {
    min-height: 439px;
  }
  .single .td-post-template-9 .wpb_video_wrapper {
    min-height: 600px;
  }
}

/* Homepage Harfa Section */
.custom-ps-hp-box-articol-2 span.td-video-play-ico img {
  left: 30px;
  right: auto;
  bottom: 10px;
}

@media (min-width: 768px) {
  .custom-ps-hp-box-articol-2
    .td_block_big_grid_fl_2
    .td-big-grid-post
    .entry-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    padding: 30px 20px 7px 15px;
    min-height: 145px;
    font-family: "Montserratsemibold";
  }
  .custom-ps-hp-box-articol-2
    .td-big-grids-fl.td-big-grids-margin
    .td-big-grid-post {
    height: 580px;
  }
  .td-big-grids-fl.td-big-grids-margin .td_module_mx19.td-big-grid-post {
    border-width: 0 10px;
  }
  .custom-ps-hp-box-articol-2
    .td_block_big_grid_fl_2
    .td-big-grid-post:first-child {
    border-left-width: 6px;
  }
  .custom-ps-hp-box-articol-2
    .td_block_big_grid_fl_2
    .td-big-grid-post:nth-child(2) {
    border-right-width: 6px;
  }
}

@media (max-width: 767px) {
  .td_module_mx19 .td-module-image .td-module-thumb span {
    max-height: 255px;
  }
}

.td_module_mx19 .td-excerpt {
  font-size: 15px;
  font-family: Montserrat;
  line-height: 20px;
  padding-bottom: 30px;
  color: #a4a6a6;
}

.custom-ps-hp-box-articol-2 .td_module_mx19 .td-meta-info-container {
  background: -webkit-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgb(1, 13, 16) 32%
  );
  background: -o-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgb(1, 13, 16) 32%
  );
  background: -moz-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgb(1, 13, 16) 32%
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(1, 13, 16) 32%);
  padding-top: 105px;
}

/* Mashare */
.mashsb-count.mash-small {
  font-family: Montserrat;
}

.counts.mashsbcount {
  text-shadow: 0px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

@media (max-width: 767px) {
  .mashsb-count.mash-small {
    display: none;
  }
}

aside.mashsb-container.mashsb-main.mashsb-stretched {
  position: fixed;
  width: 40px;
  /* height: 270px; */
  height: 310px;
  left: 50%;
  margin-left: -585px;
  z-index: 0;
}

.single.post-template-default aside.mashsb-container {
  /* top: 400px; */
  top: 150px;
}

.single.post-template-default.single_template_2 aside.mashsb-container,
.single.post-template-default.single_template_13 aside.mashsb-container,
.single.post-template-default.single_template_9 aside.mashsb-container {
  top: 235px;
}

.single.post-template-default .category-harfa aside.mashsb-container {
  top: 182px;
}

.single_template_11 aside.mashsb-container {
  /* top: 410px !important; */ /* For ADS */
  top: 210px !important; /* Without ADS */
}

.single_template_11 .counts.mashsbcount {
  /* color: white; */
}

.single_template_11 .category-harfa aside.mashsb-container {
  top: 208px !important;
}

.mashsb-buttons {
  display: inline-block !important;
}

.mashsb-count {
  font-family: inherit;
  margin-bottom: 15px !important;
}

.mashsb-buttons a {
  border-radius: 50%;
  width: 40px !important;
  height: 40px;
  flex: none !important;
  margin-bottom: 10px !important;
}

.mashsb-buttons span.icon {
  line-height: 28px;
}

.mashicon-facebook span:before,
.mashicon-pinterest span:before,
.mashicon-mail span:before {
  font-size: 20px !important;
}

.mashicon-pinterest span:before {
  margin-right: 0px !important;
}

.mashicon-mail span:before {
  margin-right: 2px !important;
}

.mashicon-twitter span:before {
  font-size: 16px !important;
  margin-right: 2px !important;
}

.custom-ps-social-sticky-adjust {
  top: auto !important;
  bottom: 465px !important;
}

.single.post-template-default.single_template_2 .custom-ps-social-sticky-adjust,
.single.post-template-default.single_template_13
  .custom-ps-social-sticky-adjust,
.single.post-template-default.single_template_9
  .custom-ps-social-sticky-adjust {
  bottom: 540px !important;
}

html .single_template_11 .custom-ps-social-sticky-adjust {
  top: auto !important;
  bottom: 445px !important;
}

/* Sidebar - Single Article Template 2 & 9 + Pagina 'Sustine' */
.single .td-ss-main-sidebar .block-title,
.custom-ps-paypal-donate .block-title,
.custom-ps-contact-page .block-title,
.error404 .block-title {
  text-align: center;
  position: relative;
}

.single .block-title span.td-pulldown-size,
.custom-ps-paypal-donate .block-title span.td-pulldown-size,
.custom-ps-contact-page .block-title span.td-pulldown-size,
.error404 .block-title span {
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
  z-index: 3;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}

.single .td-ss-main-sidebar .block-title:after,
.custom-ps-paypal-donate .block-title:after,
.custom-ps-contact-page .block-title:after {
  content: "";
  width: 25%;
  border-bottom: solid 1px #ececec;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 1;
}

.single .td-ss-main-sidebar .block-title:before,
.custom-ps-paypal-donate .block-title:before,
.custom-ps-contact-page .block-title:before {
  content: "";
  width: 25%;
  border-bottom: solid 1px #ececec;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 1;
}

.custom-ps-paypal-donate,
.custom-ps-contact-page {
  text-align: center;
}

form input[type="image"] {
  cursor: pointer;
}

@media (max-width: 768px) {
  .custom-ps-paypal-donate-text-1,
  .custom-ps-paypal-donate-text-2 {
    display: none;
  }
}

.custom-ps-paypal-donate-cl-2 h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.td_mod_wrap > div > label:first-child,
.td_mod_wrap > div > br:nth-child(2) {
  display: none;
}

.vc_row.wpb_row.td-pb-row.custom-ps-paypal-donate .td_block_wrap,
.vc_row.wpb_row.td-pb-row.custom-ps-paypal-donate .block-title {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .custom-ps-paypal-donate > div:first-child .td_mod_wrap {
    padding-top: 58px;
  }
  .custom-ps-paypal-donate .wpb_column {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .custom-ps-page-sustine-video iframe {
    /* height: 526px !important; */
    /* height: 655px !important; */
  }
  .td-footer-wrapper .footer-social-wrap.td-social-style-2 {
    margin-left: 35px;
  }
}
@media (min-width: 1024px) and (max-width: 1140px) {
  .custom-ps-page-sustine-video iframe {
    /* height: 406px !important; */
    height: 450px !important;
  }
  .td-footer-wrapper .footer-social-wrap .td-social-icon-wrap {
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 1140px) {
  .td-full-layout
    .td-category-grid-fl
    .td_block_big_grid_fl_1
    .td-big-grid-post {
    min-height: 451px !important;
  }
}

@media (min-width: 1141px) {
  .custom-ps-page-sustine-video iframe {
    /* height: 324px !important; */
  }
}

@media (min-width: 1141px) and (max-width: 1200px) {
  .custom-ps-page-sustine-video iframe {
    /* height: 346px !important; */
    height: 390px !important;
  }
}

@media (min-width: 1200px) {
  .custom-ps-sustine-text p {
    line-height: 25px !important;
  }
  .custom-ps-page-sustine-video iframe {
    /* height: 271px !important; */
  }
}

.sustine h1.entry-title.td-page-title {
  display: none;
}

.custom-ps-page-sustine > .wpb_column:nth-child(1) p {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-family: "Open Sans";
}

.custom-ps-page-sustine > .wpb_column:nth-child(1) .vc_column-inner {
  /* border: 1px solid #b8b8b8; */
  /* border-radius: 8px; */
}

.custom-ps-page-sustine h4 {
  font-family: "Open Sans" !important;
  font-size: 22px;
  margin-bottom: 5px;
}

.custom-ps-page-sustine > .wpb_column:nth-child(1) .wpb_text_column,
.custom-ps-page-sustine > .wpb_column:nth-child(1) .wpb_wrapper {
  margin-bottom: 0;
}

.custom-ps-page-sustine > .wpb_column:nth-child(2) {
  /* padding-left: 0; */
}

@media (max-width: 767px) {
  .custom-ps-page-sustine > .wpb_column:nth-child(2) {
    margin-top: 10px;
  }
  .custom-ps-paypal-donate > div:first-child {
    margin-bottom: 30px;
  }
}

.custom-ps-paypal-donate table td {
  border: none;
}

.custom-ps-sustine-article-box {
  background-color: #ececec;
  padding: 10px 10px;
  margin-bottom: 20px;
  border: 1px solid #b8b8b8;
  border-radius: 8px;
}

.custom-ps-sustine-article-box h4 {
  margin: 0;
  padding-bottom: 10px;
}

.custom-ps-sustine-article-box h4,
.custom-ps-sustine-article-box p {
  font-family: "Open Sans" !important;
  margin-bottom: 0;
}

.custom-ps-sustine-article-box .custom-ps-box-button {
  background-color: #cc0000;
  color: white !important;
  font-family: "Open Sans";
  border-radius: 15px;
  font-weight: bold;
  font-size: 15px;
  padding: 5px 20px;
}

.custom-ps-sustine-article-box .custom-ps-box-button:hover {
  background-color: #000306;
  text-decoration: none;
}

.custom-ps-sustine-article-box .td-icon-menu-right {
  font-size: 14px;
}

/* Pagina Cine Suntem - Author Box Description */
.page .td_block_author {
  margin-bottom: 0;
}

.td_block_author .td-author-description {
  display: none;
}

.custom-ps-cine-suntem-auth-desc p {
  padding: 2px 0 0 0;
  font-family: "Open Sans", arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 21px !important;
  font-style: italic;
  color: #555;
  padding-bottom: 20px;
}

/* .custom-ps-single-template .td_block_social_counter, */
.single .custom-ps-hp-module-6 {
  margin-bottom: 26px;
  padding-bottom: 0;
}

.single .custom-ps-hp-module-6 {
  border: none !important;
}

.custom-ps-single-template .td_module_2 {
  background-color: #f1f1f1;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.custom-ps-single-template .td_module_2 h3.entry-title.td-module-title {
  padding: 0 15px 0 15px;
}

.custom-ps-single-template .td_module_2 .td-module-meta-info {
  padding: 5px 15px 0 15px;
}

.custom-ps-single-template
  .td_block_2
  .td_module_2
  .td-post-author-name:nth-child(1)
  a:before,
.custom-ps-single-template
  .td_block_2
  .td_module_6
  .td-post-author-name:nth-child(1)
  a:before,
.td_module_related_posts
  .td-module-meta-info
  .td-post-author-name:nth-child(1)
  a:before,
.category
  .td_module_1
  .td-module-meta-info
  .td-post-author-name:nth-child(1)
  a:before,
.tag
  .td_module_1
  .td-module-meta-info
  .td-post-author-name:nth-child(1)
  a:before {
  content: "de ";
}

.custom-ps-single-template .td_block_2 .td_module_2 .td-post-author-name a,
.custom-ps-single-template .td_block_2 .td_module_6 .td-post-author-name a,
.td_module_related_posts .td-module-meta-info .td-post-author-name a {
  /* font-size: 12px; */
}

.custom-ps-single-template .td_block_2 .td-block-span12,
.custom-ps-single-template .td_block_7 .td-block-span12 {
  position: relative;
}

.custom-ps-post-numbering {
  position: absolute;
  bottom: 0;
  padding: 11px;
  font-weight: bold;
  font-size: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  color: white;
}

.custom-ps-post-numbering-2 {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4px;
  font-weight: bold;
  font-size: 18px;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  color: #000000;
  border: 1px solid black;
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 12px;
  z-index: 2;
}

.custom-ps-post-numbering-content {
  position: relative;
}

.custom-ps-post-numbering-content-2 {
  position: relative;
}

.custom-ps-post-numbering .custom-ps-post-numbering-content span {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

.custom-ps-post-numbering-2 .custom-ps-post-numbering-content-2 span {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .custom-ps-single-template .td_block_2 h4.block-title {
    margin-bottom: 20px;
  }
}

.td-ss-main-sidebar .td_block_7 ~ .td_block_7 .custom-ps-post-numbering-2 {
  display: none;
}

/* Related Articles - Single Article Template 2 & 9 */
@media (min-width: 768px) {
  .single .td_block_related_posts h4.td-related-title.td-block-title a {
    font-size: 30px !important;
  }
}

@media (max-width: 767px) {
  .single .td_block_related_posts h4.td-related-title.td-block-title a {
    font-size: 18px !important;
  }
}
.single .td_block_related_posts h4.td-related-title.td-block-title a {
  background-color: transparent;
  color: #000000;
  text-transform: initial;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  font-family: "Montserratsemibold";
}

.single .td_block_related_posts h4.td-related-title.td-block-title a:hover {
  color: #c00;
}

.td_module_related_posts .td-module-meta-info .td-post-author-name a {
}

.single
  .td_block_related_posts
  .td_module_related_posts
  .td-module-meta-info
  .td-post-author-name {
  background-color: transparent;
}

.td_module_1 .td-post-author-name span,
.td_module_mx19 .td-post-author-name span {
  display: none;
}

/* Load More Icon - GENERAL */
.custom-ps-hp-box-articol-1 .td-load-more-wrap {
  padding: 20px;
  background-color: #e0e0e0;
}

.single .td-load-more-wrap {
  padding: 20px;
  background-color: #f1f1f1;
}

.td-load-more-wrap a {
  color: #000000;
  background-color: #ffffff;
  border: none;
  box-shadow: 1px 1px 5px #c9c9c9;
  padding: 10px 50px 10px 50px;
  font-weight: bold;
  font-size: 13px;
  font-family: "Montserrat";
}

.td-load-more-wrap a:hover {
  color: #ffffff !important;
}

.td-load-more-wrap i {
  display: none;
}

.td-loader-blocks-load-more {
  bottom: 20px;
}

.td-load-more-wrap {
  margin-top: 25px !important;
}

/* === Category Color - Single Article Template 2 & 9 === */
.custom-ps-category-color {
  font-size: 12px;
  text-transform: uppercase;
  bottom: -8px;
  left: 20px;
  border-radius: 8px;
  position: absolute;
}

.custom-ps-hp-module-mx8 .custom-ps-category-color {
  bottom: -13px;
}

.custom-ps-category-color:hover {
  background-color: #cc0000 !important;
}

.custom-ps-category-color .td-post-category:hover {
  background-color: transparent;
}

/* === Harfa Single Post === */
.td-container.td-header-row.td-header-top-menu {
  position: relative;
}

.top-header-menu > li {
  line-height: 50px;
}

.custom-ps-harfa-image {
  position: absolute;
  left: 0;
  top: 10px;
}

/* START - FONT Proxima Nova Condensed Extrabold ======================= */
@font-face {
  font-family: Proximanova;
  src: url("https://recorder.ro/wp-content/themes/Newspaper-child/font-family/Proxima Nova Condensed Extrabold.otf")
    format("opentype");
}
/* END - FONT Proxima Nova Condensed Extrabold ======================= */

/* START - FONT Montserrat 700 */
@font-face {
  font-family: Montserratbold;
  src: url("https://recorder.ro/wp-content/themes/Newspaper-child/font-family/Montserrat-Bold.ttf");
}
@font-face {
  font-family: Montserratsemibold;
  src: url("https://recorder.ro/wp-content/themes/Newspaper-child/font-family/Montserrat-SemiBold.ttf");
}
/* END - FONT Montserrat 700 */

.post h1.entry-title,
.page h1.entry-title.td-page-title,
.tag h1.entry-title {
  font-family: "Montserratsemibold" !important;
}

/* === Custom Social WIdget === */
.home .custom-ps-social-widget {
  display: none;
}

.single .custom-ps-social-widget,
.page-template-page-pagebuilder-title .custom-ps-social-widget {
  display: block !important;
}

.single .td-social-list.custom-ps-social-widget-container,
.page-template-page-pagebuilder-title
  .td-social-list.custom-ps-social-widget-container {
  border-top: 8px solid #df1d1d;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 0 20px 5px 20px;
  margin-left: auto;
  margin-right: auto;
}

.single .custom-ps-social-widget,
.page-template-page-pagebuilder-title .custom-ps-social-widget {
  color: black;
}

.single #mc_embed_signup_scroll h2,
.page-template-page-pagebuilder-title #mc_embed_signup_scroll h2 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 28px;
}

.single #mc_embed_signup_scroll p,
.page-template-page-pagebuilder-title #mc_embed_signup_scroll p {
  color: #999999;
  font-size: 13px;
  font-weight: 200;
}

.single #mc_embed_signup_scroll .td-icon-mail,
.page-template-page-pagebuilder-title #mc_embed_signup_scroll .td-icon-mail {
  font-size: 22px;
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
}

.single .custom-ps-social-newsletter label,
.page-template-page-pagebuilder-title .custom-ps-social-newsletter label {
  font-size: 22px;
  font-weight: bold;
}

.single .custom-ps-social-newsletter,
.page-template-page-pagebuilder-title .custom-ps-social-newsletter {
  display: inline-block;
  vertical-align: top;
  max-width: 85%;
  padding-bottom: 10px;
}

.single input#mce-EMAIL,
.page-template-page-pagebuilder-title input#mce-EMAIL {
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
}

.single button#mc-embedded-subscribe,
.page-template-page-pagebuilder-title button#mc-embedded-subscribe {
  color: #df1d1d;
  padding: 6px 0;
  font-weight: bold;
  font-size: 14px;
  border: none;
  background: #ffffff;
  width: auto;
  text-align: left;
}

.single .td-social-boxed .td_social_type,
.page-template-page-pagebuilder-title .td-social-boxed .td_social_type {
  width: 50%;
}

.single .td-social-boxed .td_social_type .td-social-box,
.page-template-page-pagebuilder-title
  .td-social-boxed
  .td_social_type
  .td-social-box {
  height: 44px;
  text-align: left;
  padding: 5px;
  margin: 0 5px 15px;
}

.single .td-social-boxed .td_social_info_name,
.page-template-page-pagebuilder-title .td-social-boxed .td_social_info_name {
  font-size: 12px;
}

.single .td_social_type .td-social-box .td-sp,
.page-template-page-pagebuilder-title .td_social_type .td-social-box .td-sp {
  display: inline-block;
  vertical-align: middle;
  margin: 0 !important;
  padding-right: 30px;
}

.single .td-social-boxed .td_social_type span,
.page-template-page-pagebuilder-title .td-social-boxed .td_social_type span {
  display: inline-block;
  width: auto;
  padding: 0;
  vertical-align: middle;
}

.single .td-social-boxed .td_social_type span,
.page-template-page-pagebuilder-title .td-social-boxed .td_social_type span {
  display: inline-block;
  width: auto;
  padding: 0;
  vertical-align: middle;
  padding-right: 5px;
}

.single .td_social_type .td_social_button a,
.page-template-page-pagebuilder-title .td_social_type .td_social_button a {
  color: #fff;
  height: 44px;
  width: 143px;
  position: absolute;
  left: -73px;
}

/* === Facebook Comments === */
#wpdevar_comment_1 span {
  font-family: inherit !important;
}

/* ================ MOBILE ================ */
@media (max-width: 767px) {
  .td-main-menu-logo img {
    left: 15px;
    right: auto;
  }
  div#td-top-mobile-toggle {
    float: right;
    right: -60px;
  }
  .single div#td-top-mobile-toggle {
    right: -8px;
  }
  .td-footer-wrapper #menu-meniu-categorii-principale-footer li {
    margin-bottom: 20px;
  }
  .td-footer-wrapper #menu-meniu-categorii-principale-footer li:last-child {
    margin-bottom: 10px;
  }
  .custom-ps-hp-box-slider .td_module_mx8 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .custom-ps-hp-box-slider .td_module_mx8 .entry-title {
    margin-top: 20px;
  }
  .custom-ps-hp-box-slider .td_module_mx8 .entry-title a {
    font-size: 23px;
    line-height: 38px;
  }
  .custom-ps-hp-box-slider .td_module_mx8 .td-module-thumb {
    margin-bottom: 0;
  }
  .custom-ps-hp-slider-icon .td-video-play-ico > img {
    bottom: 15px;
  }
  .custom-ps-hp-box-slider-mobile-2 .td_block_wrap {
    margin-bottom: 10px;
  }
  .custom-ps-hp-box-slider-mobile-title .td_mod_wrap {
    display: none;
  }
  .custom-ps-hp-box-slider-mobile-2 .td_module_slide img,
  .custom-ps-hp-box-slider-mobile-2 .td-slide-meta {
    display: inline-block;
    vertical-align: middle;
    bottom: 18px;
    background-color: #01070e;
    height: 145px;
    width: auto;
    padding-right: 0;
  }
  .custom-ps-hp-box-slider-mobile-2 h3.entry-title {
    position: relative !important;
    display: block;
    width: 100%;
    min-height: 110px;
  }
  .custom-ps-hp-box-slider-mobile-2 h3.entry-title a {
    color: #bcbcbd;
  }
  .td_block_slide .td-icon-left,
  .td_block_slide .td-icon-right {
    opacity: 1;
  }
  .custom-ps-hp-social h2 {
    font-size: 15px;
    line-height: 27px;
    font-weight: bold;
    text-align: center;
  }
  .custom-ps-hp-social
    .vc_row
    .wpb_column:first-child
    .wpb_wrapper
    .wpb_text_column,
  .custom-ps-hp-social
    .vc_row
    .wpb_column:first-child
    .wpb_wrapper
    .wpb_wrapper {
    margin-bottom: 10px;
  }
  .custom-ps-hp-social .td_block_social_counter {
    margin-bottom: 20px;
  }
  .custom-ps-video-post .td-module-thumb > a > img {
    width: 100%;
  }
  .td_module_1,
  .td_module_related_posts {
    padding-bottom: 10px !important;
    background-color: #ffffff;
    margin-bottom: 20px;
  }
  .td_module_1.custom-ps-video-post,
  .td_module_related_posts.custom-ps-video-post {
    background-color: transparent;
    margin-bottom: 5px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .td_module_1 .td-module-image .td-module-thumb,
  .td_module_related_posts .td-module-image .td-module-thumb {
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
  }
  .td_module_1 .td-module-thumb > a > img {
    width: 100%;
  }
  .td_module_1.custom-ps-video-post .td-module-image .td-module-thumb,
  .td_module_related_posts.custom-ps-video-post
    .td-module-image
    .td-module-thumb {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-ps-video-post.td_module_1 h3.entry-title.td-module-title {
    bottom: 10px;
  }
  .td_module_1 h3.entry-title.td-module-title,
  .td_module_related_posts h3.entry-title.td-module-titl {
    /* padding: 30px 20px 7px 20px; */
    padding: 15px 20px 0 20px;
    margin-bottom: 0;
  }
  .td_module_1 .td-module-meta-info,
  .td_module_related_posts .td-module-meta-info {
    padding: 0 15px 0 20px;
    margin-bottom: 0;
    display: none;
  }
  .td_module_1 .td-excerpt,
  .td_module_related_posts .td-excerpt {
    font-size: 15px;
    padding-bottom: 20px;
  }
  .td_module_1 .td-post-author-name,
  .td_module_related_posts .td-post-author-name {
    padding-bottom: 10px;
  }
  .td_module_1 img.attachment-custom-ps-390x175,
  .td_module_related_posts img.attachment-custom-ps-390x175 {
    width: 100%;
  }
  .td-big-grids-fl .td_module_mx19.td-big-grid-post {
    height: 352px;
    margin-bottom: 20px;
  }
  .td_module_mx19 .td-meta-info-container {
    padding-left: 30px;
  }
  .td_module_mx19 .td-meta-info-container .entry-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    padding: 0 10px 5px 0;
    min-height: 77px;
  }
  .custom-ps-hp-box-articol-2 span.td-video-play-ico img {
    left: 10px;
    top: 70px;
    width: 60px !important;
  }
  .custom-ps-hp-box-last {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .custom-ps-hp-box-last .td_module_1.custom-ps-video-post {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-ps-hp-box-last .td_module_1 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .td-mobile-main-menu .menu-item {
    margin-top: 10px;
  }
  .td-mobile-main-menu .menu-item ul li a {
    font-size: 14px !important;
    background-color: #05111c;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .td-mobile-content .td-icon-menu-right {
    top: 7px;
    right: 0px;
    font-size: 20px;
    color: #fff !important;
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  .td-mobile-content .td-sub-menu-open > a i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .custom-ps-mobile-facebook {
    position: absolute;
    right: 78px;
    font-size: 20px;
    top: 16px;
    color: white;
  }
  .td-mobile-content .menu-item-has-children a {
    color: white !important;
  }
  .td-mobile-content #menu-meniu-prinicipal-mobile-hamburger > li > a {
    border-radius: 5px;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #ffffff;
  }
  ul.td-subfooter-menu {
    margin: 15px 0 0 0;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-line-pack: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    list-style-type: none;
  }
  ul.td-subfooter-menu li {
    margin: 0.5em 1em;
  }
  ul.td-subfooter-menu li a {
    text-decoration: underline;
    color: #c2c3c5;
    font-family: "Open Sans";
  }
  #td-mobile-nav .footer-text-wrap {
    color: #9b9b9b;
    text-align: center;
    padding-top: 30px;
    font-family: "Open Sans";
    line-height: 25px;
  }
  #td-mobile-nav .td-sub-footer-copy {
    color: #9b9b9b;
    text-align: center;
    font-family: "Open Sans";
    line-height: 25px;
  }
  .custom-ps-mobile-facebook a {
    color: white;
  }
  .td-menu-socials .td-main-menu-logo img {
    left: 20px;
    top: 20px;
    bottom: auto;
  }
  .custom-ps-mobile-search #td-header-search {
    width: 100%;
  }
  .custom-ps-mobile-search .td-head-form-search-wrap {
    position: relative;
  }
  .custom-ps-mobile-search #td-header-search {
    height: 45px;
    border-radius: 5px;
  }
  .custom-ps-mobile-search #td-header-search-top {
    position: absolute;
    right: 0;
    background-color: transparent;
    color: black;
    font-size: 25px;
    padding: 10px 10px 10px 10px;
  }
  .custom-ps-mobile-search #td-aj-search {
    margin-top: 20px;
  }
  .custom-ps-mobile-search .td_module_mx2 h3.entry-title.td-module-title a {
    color: #ffffff;
  }
  .custom-ps-mobile-search .result-msg a {
    color: #ffffff;
  }
  .custom-ps-mobile-search .result-msg {
    text-align: center;
  }
  .custom-ps-hp-box-articol-3 .td_block_16 .td-column-3 .td-block-row {
    overflow: auto;
    white-space: nowrap;
    overflow-x: visible;
    overflow-y: scroll !important;
  }
  .custom-ps-hp-box-articol-3
    .td_block_16
    .td-column-3
    .td-block-row
    .td-block-span4 {
    width: 100%;
    display: inline-block !important;
    color: white;
    text-align: center;
    padding: 0 25px 0 25px;
    text-decoration: none;
    float: none !important;
  }
  aside.mashsb-container {
    display: none;
  }
  aside.mashsb-container.mashsb-main.mashsb-stretched {
    width: 100%;
    height: 32px;
    bottom: 0;
    top: auto !important;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0;
  }
  .mashsb-stretched .mashsb-buttons {
    width: 100%;
  }
  aside.mashsb-container .mashsb-box {
    width: 60%;
    float: left;
  }
  aside.mashsb-container.mashsb-main.mashsb-stretched > div:nth-child(2) {
    clear: none !important;
  }
  .mashsb-box .mashsb-buttons a.mash-small {
    border-radius: 0;
    width: 33.333333% !important;
    margin: 0 !important;
  }
  .single .mashsb-container .mashsb_below_buttons {
    width: 40% !important;
    float: left;
    border-radius: 0;
    margin: 0 !important;
    padding: 0;
    position: relative;
  }
  .single .mashsb-container .mashsb_below_buttons a {
    font-size: 14px;
    color: #cc0000;
  }
  .mashsb_below_buttons a::after {
    content: "SUSȚINE";
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 14px;
    color: #ffffff;
    font-family: "Montserrat";
  }
  .mashsb-buttons span.icon {
    line-height: 22px;
  }
  .mashicon-facebook span:before,
  .mashicon-pinterest span:before,
  .mashicon-mail span:before {
    font-size: 14px !important;
  }
  .mashicon-twitter span:before {
    font-size: 12px !important;
  }
  a.mashicon-reddit {
    display: none;
  }
}

@media (max-width: 1018px) and (min-width: 768px) {
  .home .custom-ps-hp-box-slider h4.block-title {
    margin-bottom: 40px !important;
  }
  .home .td_module_6 .td-module-thumb {
    width: 127px !important;
  }
  .custom-ps-hp-box-slider .custom-ps-hp-module-6 {
    margin-bottom: 15px !important;
  }
  .custom-ps-hp-box-slider .custom-ps-hp-module-6.td_module_6 .item-details,
  .custom-ps-hp-box-articol-2 .custom-ps-hp-module-6.td_module_6 .item-details {
    margin-left: 125px !important;
  }
  .custom-ps-hp-box-slider
    .custom-ps-hp-module-6
    h3.entry-title.td-module-title {
    min-height: 105px !important;
  }
  .custom-ps-hp-module-6.td_module_6
    .item-details
    .td-module-meta-info
    .td-post-date {
    font-size: 12px !important;
  }
  .custom-ps-hp-box-slider .td-next-prev-wrap {
    display: none;
  }
  .td-social-style8 .td_social_type .td-social-box {
    width: auto !important;
  }
}

/* === Menu Mobile + Hamburger Header + Category Footer Menu === */
.custom-ps-hamburger-dropdown .td-container {
  position: static;
}

.custom-ps-hamburger-dropdown .td-main-menu-logo {
  width: 100%;
}

.custom-ps-hamburger-dropdown .td-container {
  padding-right: 0 !important;
}

.custom-ps-menu-cei > a {
  background-color: #dd0f0f;
}

.custom-ps-menu-reportaj > a {
  background-color: #dd1c1c;
}

.custom-ps-menu-interviu > a {
  background-color: #dd1c1c;
}

.custom-ps-menu-harfa > a {
  background-color: #285e00;
}

.custom-ps-menu-politica > a {
  background-color: #f2650f;
}

.custom-ps-menu-portret > a {
  background-color: #005aa7;
}

.custom-ps-menu-video > a {
  /* background-color: #b92ca3; */
  background-color: #1f67ba;
}

/* === Start Culori Meniu === */
.custom-ps-menu-red > a {
  background-color: #cb1112;
}

.custom-ps-menu-light-red > a {
  background-color: #ff282b;
}

.custom-ps-menu-green-dark > a {
  background-color: #2f6f00;
}

.custom-ps-menu-green-light > a {
  background-color: #97c900;
}

.custom-ps-menu-orange > a {
  background-color: #f2650f;
}

.custom-ps-menu-blue > a {
  background-color: #153ccd;
}

.custom-ps-menu-light-blue > a {
  background-color: #007ab9;
}

.custom-ps-menu-dark-purple > a {
  background-color: #a9008f;
}

.custom-ps-menu-light-purple > a {
  /* background-color: #b92ca3; */
  background-color: #1f67ba;
}
.custom-ps-menu-brown > a {
  background-color: #5b3000;
}
/* End Culori Meniu */

.custom-ps-main-hamburger > div > ul li > a,
.td-footer-wrapper #menu-meniu-categorii-principale-footer li > a {
  padding: 5px 20px 5px 20px;
  width: 100%;
  display: block;
  border-radius: 5px;
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: "Montserrat";
  color: #ffffff;
}

.custom-ps-hamburger-dropdown ul {
  list-style: none;
}

.custom-ps-main-hamburger .menu-item {
  margin-top: 10px;
}

.td-footer-wrapper .widget {
  margin-bottom: 20px;
}

.custom-ps-main-hamburger .menu-item ul li a {
  font-size: 12px !important;
  font-weight: normal !important;
  color: #c2c3c5;
}

.custom-ps-hamburger-dropdown .sub-menu {
  list-style: none;
  border-bottom: 1px solid #1b2027;
  display: block;
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .custom-ps-bottom-hamburger ul.menu li:first-child {
    margin-left: 0;
  }
  .custom-ps-main-hamburger > div > ul > li:first-child,
  .custom-ps-main-hamburger > div > ul > li:nth-child(4),
  .td-footer-wrapper #menu-meniu-categorii-principale-footer > li:first-child,
  .td-footer-wrapper #menu-meniu-categorii-principale-footer > li:nth-child(4) {
    padding-left: 0;
    box-sizing: inherit;
    padding-right: 20px;
  }
  .custom-ps-main-hamburger > div > ul > li:nth-child(2),
  .custom-ps-main-hamburger > div > ul > li:nth-child(5),
  .td-footer-wrapper #menu-meniu-categorii-principale-footer > li:nth-child(2),
  .td-footer-wrapper #menu-meniu-categorii-principale-footer > li:nth-child(5) {
    padding-left: 30px;
    padding-right: 10px;
  }
  .td-footer-wrapper
    #menu-meniu-categorii-principale-footer
    li:nth-child(-n + 3) {
    margin-bottom: 35px;
  }
  .custom-ps-bottom-hamburger .td-container {
    padding-left: 15px;
  }
  .custom-ps-bottom-hamburger .td-container .td-pb-span3 {
    text-align: right;
    padding-right: 0;
  }
  #td-header-menu ul li a:hover {
    border-radius: 8px;
  }
}

.custom-ps-bottom-hamburger {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #05111c;
  border-top: 1px solid #253039;
  height: 100px;
}

.custom-ps-bottom-hamburger .td-container > div > div {
  max-width: 1068px !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 20px;
}

.custom-ps-bottom-hamburger ul.menu li {
  display: inline-block;
  vertical-align: middle;
}

.custom-ps-sustine {
  background-color: #cc0000;
  border-radius: 8px;
}

.custom-ps-sustine-2 a {
  background-color: #cc0000;
  border-radius: 8px;
  padding: 0 14px;
}

.custom-ps-sustine a {
  margin: 0 auto !important;
  left: 0;
  right: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff !important;
  border-radius: 8px;
}

.custom-ps-sustine a:hover {
  color: #000000 !important;
}

/* === Footer Web Design === */
.custom-web-design {
  background-color: #000306;
  text-align: center;
  font-size: 12px !important;
  color: #464e53;
  padding-bottom: 20px;
}

.custom-web-design a {
  color: #464e53;
}

@media (max-width: 767px) {
  .custom-web-design {
    padding-bottom: 40px;
  }
}

/* === ADS GENERAL === */
/* Ads Homepage */
.custom-ps-hp-branding {
  overflow: visible !important;
  z-index: 2;
}

.custom-ps-hp-box-second .custom-hp-box-add,
.custom-ps-hp-box-last .custom-hp-box-add {
  display: none;
}

.custom-ps-hp-box-first
  .td_block_inner
  > .td-block-row:last-child
  > .td-block-span4:last-child {
  /*  display: none; */
}

/* === Placement code standard desktop – AllSite Invix_Video === */
.recor-placement-code-standard-desktop-allsite-invix_video {
  z-index: 3;
  position: relative;
}

div#mimsIqqnnalzwvkvproax {
  background-color: transparent !important;
}

/* === Mailchimp form in content of Article === */
.custom-ps-allsite-ads {
  padding-top: 10px;
}

.single_template_2 .custom-ps-allsite-ads {
  padding-top: 0;
}

.custom-ps-social-newsletter-content {
  padding-bottom: 10px;
  padding-top: 0;
  border-radius: 20px;
  text-align: center;
  margin-top: -5px;
}

#mc_embed_signup_scroll .custom-ps-social-newsletter-content h2 {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 25px;
}

#mc_embed_signup_scroll .custom-ps-social-newsletter-content h3 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 17px;
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}

#mc_embed_signup_scroll .custom-ps-social-newsletter-content h4 {
  font-size: 15px;
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 100;
  color: #5d5d5d;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 10px;
}

.custom-ps-social-newsletter-content .mc-field-group,
.custom-ps-social-newsletter-content #mce-responses {
  display: inline-block;
  vertical-align: middle;
}

.custom-ps-social-newsletter-content .mc-field-group input[type="email"] {
  font-family: "Open Sans", arial, sans-serif;
  font-weight: bold;
}

.custom-ps-social-newsletter-content
  .mc-field-group
  input[type="email"]::placeholder {
  color: #797979;
}

.custom-ps-social-newsletter-content input[type="submit"] {
  background-color: #cc0000;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.custom-ps-social-newsletter-content input[type="submit"]:hover {
  color: black;
}

.custom-ps-social-newsletter-content .mc-field-group input[type="email"] {
  height: 40px;
  border-radius: 5px;
  font-size: 15px;
  border-left: 1px solid #505050 !important;
  border-top: 1px solid #505050 !important;
  border-right: 1px solid #505050 !important;
  border-bottom: 1px solid #505050 !important;
}

@media (max-width: 767px) {
  .custom-ps-social-newsletter-content .mc-field-group,
  .custom-ps-social-newsletter-content #mce-responses {
    width: 100%;
  }
  .custom-ps-social-newsletter-content .mc-field-group input[type="email"] {
    text-align: center;
  }
  .custom-ps-social-newsletter-content .mc-field-group {
    margin-top: 10px;
  }
  .single #mc_embed_signup_scroll .custom-ps-social-newsletter-content h3 {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .custom-ps-social-newsletter-content .mc-field-group input[type="email"] {
    min-width: 350px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 35px;
    padding-left: 10px !important;
    border-radius: 5px;
    font-size: 15px;
  }
}

/* === Continut sponsorizat single_template_13  - Aqua Carpatica === */
.td_module_1.custom-ps-sponsored-module-1 {
  background-position: center bottom;
  background-size: auto;
}

.td_module_1.custom-ps-romania-pe-curat {
  background-image: url("../../uploads/2018/04/hp-cs-article-aqua-carpatica.jpg");
}

.td_module_1.custom-ps-romanian-stories {
  background-image: url("../../uploads/2018/04/hp-cs-article-unicredit-4.jpg");
}

.td_module_1.custom-ps-romania-meseriasa {
  background-image: url("../../uploads/2018/04/hp-cs-article-omv-2.jpg");
}

.td_module_1.custom-ps-supercoders {
  background-image: url("../../uploads/2018/04/hp-cs-article-supercoders-3.jpg");
}

.td_module_1.custom-ps-redescopera-binele {
  background-image: url("../../uploads/2018/04/hp-cs-article-timisoreana-2.jpg");
}

.td_module_1.custom-ps-urmele-tacerii {
  background-image: url("../../uploads/2018/07/hp-cs-article-avon.jpg");
}

.td_module_1.custom-ps-informeazate-sanatos {
  background-image: url("../../uploads/2018/04/hp-cs-article-aqua-carpatica.jpg");
}

.td_module_1.custom-ps-regina-maria-single {
  background-image: url("../../uploads/2018/11/hp-cs-article-rm.jpg");
}

.td_module_1.custom-ps-e-loc-pentru-toti {
  background-image: url("../../uploads/2018/11/hp-cs-article-uber.jpg");
}

.td_module_1.custom-ps-stare-de-bine {
  background-image: url("../../uploads/2018/12/hp-cs-article-kaufland.jpg");
}

.td_module_1.custom-ps-romania-angajeaza {
  background-image: url("../../uploads/2019/06/hp-cs-article-concordia.jpg");
}

.td_module_1.custom-ps-sponsored-module-1 .td-post-author-name {
  visibility: hidden;
}

.td_module_1.custom-ps-sponsored-module-1 .td-module-title {
  padding-top: 15px !important;
  padding-bottom: 22px !important;
}

.td_module_1.custom-ps-romania-pe-curat .td-post-author-name {
  /* visibility: hidden; */
}

@media (min-width: 768px) {
  .category-romania-pe-curat .td-category-header h1.entry-title.td-page-title,
  .category-romanian-stories .td-category-header h1.entry-title.td-page-title,
  .category-romania-meseriasa .td-category-header h1.entry-title.td-page-title,
  .category-supercoders .td-category-header h1.entry-title.td-page-title,
  .category-redescopera-binele .td-category-header h1.entry-title.td-page-title,
  .category-urmele-tacerii .td-category-header h1.entry-title.td-page-title,
  .category-informeaza-te-sanatos
    .td-category-header
    h1.entry-title.td-page-title,
  .category-e-loc-pentru-toti .td-category-header h1.entry-title.td-page-title,
  .category-stare-de-bine .td-category-header h1.entry-title.td-page-title,
  .category-romania-angajeaza .td-category-header h1.entry-title.td-page-title,
  .category-vremuri-noi .td-category-header h1.entry-title.td-page-title {
    top: 500px;
  }
  .category-romania-pe-curat .custom-ps-bc-billboard,
  .category-romanian-stories .custom-ps-bc-billboard,
  .category-romania-meseriasa .custom-ps-bc-billboard,
  .category-supercoders .custom-ps-bc-billboard,
  .category-redescopera-binele .custom-ps-bc-billboard,
  .category-urmele-tacerii .custom-ps-bc-billboard,
  .category-informeaza-te-sanatos .custom-ps-bc-billboard,
  .category-e-loc-pentru-toti .custom-ps-bc-billboard,
  .category-stare-de-bine .custom-ps-bc-billboard,
  .category-romania-angajeaza .custom-ps-bc-billboard {
    margin-bottom: 20px;
    max-height: 119px;
  }
  .category-vremuri-noi .custom-ps-bc-billboard {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .td_module_1.custom-ps-romania-pe-curat .td-module-title {
    /* padding-top: 15px !important; */
    /* padding-bottom: 22px !important; */
  }
  .category-romania-pe-curat .custom-ps-bc-billboard,
  .category-romanian-stories .custom-ps-bc-billboard,
  .category-romania-meseriasa .custom-ps-bc-billboard,
  .category-supercoders .custom-ps-bc-billboard,
  .category-redescopera-binele .custom-ps-bc-billboard,
  .category-urmele-tacerii .custom-ps-bc-billboard,
  .category-informeaza-te-sanatos .custom-ps-bc-billboard,
  .category-e-loc-pentru-toti .custom-ps-bc-billboard,
  .category-stare-de-bine .custom-ps-bc-billboard,
  .category-romania-angajeaza .custom-ps-bc-billboard,
  .category-vremuri-noi .custom-ps-bc-billboard {
    margin-bottom: 5px;
    background-color: #071726;
  }
  .category-romania-pe-curat .td-category-grid .td_block_wrap,
  .category-romanian-stories .td-category-grid .td_block_wrap,
  .category-romania-meseriasa .td-category-grid .td_block_wrap,
  .category-supercoders .td-category-grid .td_block_wrap,
  .category-redescopera-binele .td-category-grid .td_block_wrap,
  .category-urmele-tacerii .td-category-grid .td_block_wrap,
  .category-informeaza-te-sanatos .td-category-grid .td_block_wrap,
  .category-e-loc-pentru-toti .td-category-grid .td_block_wrap,
  .category-stare-de-bine .td-category-grid .td_block_wrap,
  .category-romania-angajeaza .td-category-grid .td_block_wrap,
  .category-vremuri-noi .td-category-grid .td_block_wrap {
    margin-top: 42px;
  }
  .custom-ps-sponsored-module-1 .td-module-title {
    margin-bottom: 6px !important;
  }
}

@media (max-width: 399px) {
  .category-romania-pe-curat .td-category-header h1.entry-title.td-page-title,
  .category-romanian-stories .td-category-header h1.entry-title.td-page-title,
  .category-romania-meseriasa .td-category-header h1.entry-title.td-page-title,
  .category-supercoders .td-category-header h1.entry-title.td-page-title,
  .category-redescopera-binele .td-category-header h1.entry-title.td-page-title,
  .category-urmele-tacerii .td-category-header h1.entry-title.td-page-title,
  .category-informeaza-te-sanatos
    .td-category-header
    h1.entry-title.td-page-title,
  .category-e-loc-pentru-toti .td-category-header h1.entry-title.td-page-title,
  .category-stare-de-bine .td-category-header h1.entry-title.td-page-title,
  .category-romania-angajeaza .td-category-header h1.entry-title.td-page-title {
    top: 100px;
  }
  .category-vremuri-noi .td-category-header h1.entry-title.td-page-title {
    top: 120px;
  }
}

@media (min-width: 400px) and (max-width: 767px) {
  .category-romania-pe-curat .td-category-header h1.entry-title.td-page-title,
  .category-romanian-stories .td-category-header h1.entry-title.td-page-title,
  .category-romania-meseriasa .td-category-header h1.entry-title.td-page-title,
  .category-supercoders .td-category-header h1.entry-title.td-page-title,
  .category-redescopera-binele .td-category-header h1.entry-title.td-page-title,
  .category-urmele-tacerii .td-category-header h1.entry-title.td-page-title,
  .category-informeaza-te-sanatos
    .td-category-header
    h1.entry-title.td-page-title,
  .category-e-loc-pentru-toti .td-category-header h1.entry-title.td-page-title,
  .category-stare-de-bine .td-category-header h1.entry-title.td-page-title,
  .category-romania-angajeaza .td-category-header h1.entry-title.td-page-title {
    top: 108px;
  }
  .category-vremuri-noi .td-category-header h1.entry-title.td-page-title {
    top: 120px;
  }
}

.single_template_2 .td-main-content-wrap.td-container-wrap,
.single_template_13 .td-main-content-wrap.td-container-wrap,
.single_template_9 .td-main-content-wrap.td-container-wrap {
  background-color: #ececec;
}

@media (min-width: 768px) {
  .single_template_2 .td-main-content-wrap.td-container-wrap,
  .single_template_13 .td-main-content-wrap.td-container-wrap {
    padding-top: 10px;
  }

  .customspace_add {
    margin-bottom: 50px;
  }
}

.td-post-template-13 .td-post-header .entry-title {
  text-align: center;
}

.custom-ps-bc-billboard,
.custom-ps-bc-billboard-bottom {
  padding-bottom: 0;
}

.custom-ps-bc-billboard .td-container,
.custom-ps-bc-billboard-bottom .td-container {
  padding: 0;
}

.custom-ps-bc-billboard-bottom {
  padding-bottom: 10px;
}

.custom-ps-bc-billboard-bottom .td-container {
  margin-top: -40px;
}

.custom-ps-bc-billboard-img,
.custom-ps-bc-lead-img {
  background-size: cover;
  background-position: center center;
  height: 105px;
}

.td-post-template-13 .td-post-header {
  margin-bottom: 0;
}

.td-post-template-13 .td-post-header .entry-title {
  text-align: left;
  padding: 0;
}

.td-post-template-13 .td-post-sub-title {
  text-align: left;
  font-size: 18px;
}

/*=== Newsletter Page - Abonare === */
.custom-ps-newsletter-page > div {
  border: 5px outset rgba(204, 0, 0, 0.71);
}

@media (min-width: 1200px) {
  .custom-ps-newsletter-page .mc-field-group {
    width: 61%;
  }
}

@media (max-width: 1023px) {
  .custom-ps-newsletter-page-desktop {
    display: none !important;
  }
}

/* === Continut sponsorizat single_template_2  - template pentru articole din categoria de tip 'Continut sponsorizat' === */
.single_template_2 .td-module-meta-info .td-category li a {
  color: #fff !important;
  box-shadow: 3px 3px 10px 0px #22222266;
  border-radius: 5px;
  padding: 9px 10px;
}
@media (min-width: 768px) {
  .single_template_2 .td-main-sidebar {
    margin-top: 0;
  }
}

.ps-custom-recaptcha {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
}

/* Cookie bar CSS */

a#cn-accept-cookie:before {
  /* 	content: "\2716";
	content: "X"; */
  color: white !important;
  font-size: 15px;
}

#cookie-notice .button.bootstrap {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #cb1112 !important;
  background-image: none !important;
  background-image: none !important;
  background-image: none !important;
  background-image: none !important;
  background-image: none !important;
  background-repeat: repeat-x;
  border-color: none !important;
  border-color: none !important;
  box-shadow: none !important;
  color: #fff !important;
  border-radius: 50px;
  font-weight: bold;
}

#cn-notice-text a {
  color: white !important;
  text-decoration: underline !important;
}

#cn-notice-text {
  font-weight: bold;
}

.cookie-notice-container {
  padding: 15px !important;
}

@media (min-width: 320px) and (max-width: 414px) {
  #cn-accept-cookie {
    position: absolute;
    top: 11px;
    right: 0;
  }

  .cookie-notice-container {
    padding: 15px !important;
    width: 80%;
    margin: 0 auto;
  }

  a#cn-accept-cookie:before {
    font-size: 20px;
  }

  a#cn-accept-cookie {
    position: relative;
    width: 110px;
  }
}

/* START - Category Template 2 - Grupaj - Serial - Trecutul lui Dragnea */
.td_category_template_2 .td-category-header {
  background-color: transparent;
  border-bottom: 1px solid transparent;
}

.td_category_template_2.td-boxed-layout .td-container-wrap {
  width: auto;
}

.td_category_template_2 {
  background-size: cover;
  background-attachment: fixed;
}

.td_category_template_2
  .td-category-grid.td-category-grid-fl.td-container-wrap {
  background-image: none !important;
  background-color: transparent;
}

.td_category_template_2 .td-main-content-wrap.td-container-wrap {
  background-color: transparent !important;
}

@media (min-width: 768px) {
  .td_category_template_2 .td-header-wrap {
    border-bottom: none !important;
  }
  .td_category_template_2 .td-category-header h1.entry-title.td-page-title {
    top: 465px;
  }
  .td_category_template_2 .td-category-header h1.entry-title.td-page-title {
    font-size: 45px;
    max-width: inherit;
    box-shadow: none;
    text-shadow: 1px 1px #071726;
  }
  .td_category_template_2 .td-category-header .td-page-title {
    text-transform: initial;
  }
  .td_category_template_2 .td_module_3 h3.entry-title.td-module-title {
    /* padding: 20px 20px 0 20px; */
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
  }
  .td_category_template_2 .td_module_mx20 {
    height: 640px !important;
  }
}

@media (max-width: 767px) {
  .td_category_template_2
    .td-category-grid.td-category-grid-fl.td-container-wrap {
    margin-top: -21px !important;
  }
  .td-grid-style-2 .td-mx-19 .td-big-grid-meta {
    padding-top: 60px;
  }
}

@media (max-width: 1018px) {
  .td_category_template_2 .td_block_big_grid_fl_3 .td-module-meta-info {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .td_category_template_2 .td-category-header .entry-title.td-page-title {
    background-color: transparent !important;
  }
}
@media (max-width: 320px) {
  .td_category_template_2 .td_module_mx20 h3 a {
    font-size: 14px !important;
  }
  .td-grid-style-2 .td-mx-19 .td-big-grid-meta {
    padding-top: 55px !important;
  }
}

.td_category_template_2 .td_module_3 h3 a,
.td_category_template_2 .td_module_mx20 h3 a {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.td_category_template_2 .td_module_3 .td-post-author-name a {
  color: #8e8d8d !important;
  font-size: 13px;
  font-weight: normal;
}

.td_category_template_2 .td_module_mx20 .td-post-author-name a {
  color: white !important;
  font-size: 13px;
  font-weight: normal;
}

.td_category_template_2
  .td_module_3
  .td-module-meta-info
  .td-post-author-name:nth-child(1)
  a:before,
.td_category_template_2
  .td_module_mx20
  .td-module-meta-info
  .td-post-author-name:nth-child(1)
  a:before {
  content: "de ";
}

.td_category_template_2 .td_module_3 .td-post-author-name span,
.td_category_template_2 .td_module_mx20 .td-post-author-name span {
  display: none;
}
/* END - Category Template 2 - Grupaj - Serial - Trecutul lui Dragnea */

/* START - Pagina Proiecte speciale */
.custom-ps-project-call-to-action-button {
  box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
}

.custom-ps-project-call-to-action-button a {
  background-image: none !important;
}
/* END - Pagina Proiecte speciale */

/* START - Interscroller z-index UBER */

.custom-ps-bc-interscroller {
  z-index: 10;
  position: relative;
}

/* END - Interscroller z-index UBER */

/*
 * START Custom PS - Pagina Sustine V.2
*/
.sustine .td-main-content-wrap.td-main-page-wrap.td-container-wrap,
.sustine-2-test .td-main-content-wrap.td-main-page-wrap.td-container-wrap {
  background-color: rgba(0, 0, 0, 0);
}

.sustine h1,
.sustine h2,
.sustine h3,
.sustine h4,
.sustine h5,
.sustine p {
  font-family: "Montserrat" !important;
}

.sustine .td-main-content-wrap.td-main-page-wrap.td-container-wrap {
  padding-top: 0;
}

.custom-ps-sustine-box .block-title,
.custom-ps-sustine-box .custom-ps-sustine-title-block {
  /* margin-bottom: 0; */
}

.custom-ps-sustine-main-title h1 {
  /* padding-left: 10px; */
  font-size: 45px;
  line-height: 50px;
  color: #ffffff;
  letter-spacing: 3px;
  /* font-weight: bold; */
}

body .custom-ps-sustine-box p {
  font-size: 21px;
  text-align: justify;
  line-height: 25px;
  color: #cccecf;
}

.custom-ps-sustine-box p a {
  color: #cccecf;
}

@media (max-width: 767px) {
  .custom-ps-sustine-main-title {
    padding-top: 90px;
  }
  .custom-ps-sustine-main-title h1 {
    font-size: 24px;
    line-height: 35px;
    padding-bottom: 20px;
    font-weight: 600;
  }
  .custom-ps-sustine-main-title h1 br {
    display: none;
  }
  body .custom-ps-sustine-box p {
    font-size: 15px;
  }
  .custom-ps-sustine-main-title h1,
  .custom-ps-sustine-main-title > div > div > div,
  .custom-ps-sustine-main-title > div > div > div > div {
    margin-bottom: 0 !important;
  }
  .custom-ps-sustine-quote h4,
  .custom-ps-sustine-quote p {
    /* text-align: center !important; */
    /* padding-right: 0; */
  }
  .custom-ps-sustine-quote h4 {
    /* font-size: 15px; */
    /* margin-bottom: 0; */
  }
  .custom-ps-sustine-quote p {
    /* font-size: 13px !important;	 */
  }
  .custom-ps-row-declaratie > div:first-child {
    float: left !important;
    width: 16.66666667% !important;
  }
  .custom-ps-row-declaratie > div:last-child {
    float: left !important;
    width: 83.33333333% !important;
  }
  .custom-ps-patreon {
    /* text-align: center; */
  }
  .custom-ps-patreon p {
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .custom-ps-sustine-main-title h1 {
    font-size: 28px;
  }
  .custom-ps-sustine-quote h4 {
    /* font-size: 15px; */
  }
  .custom-ps-sustine-quote p {
    /* padding-right: 0 !important; */
  }
}

@media (min-width: 768px) {
  .custom-ps-sustine-content {
    padding-left: 10px;
  }
  .custom-ps-sustine-column-1 {
    padding-left: 14px !important;
  }
  .custom-ps-sustine-column-1 .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
  }
  .custom-ps-row-declaratie .wpb_column:last-child {
    padding-left: 0;
  }
  .custom-ps-sustine-column-2 {
    padding-left: 30px !important;
    padding-right: 0 !important;
    border-left: 2px solid #d6d9dc;
  }
}

@media (min-width: 1019px) {
  .custom-ps-sustine-content h2 {
    font-weight: 500;
    font-size: 40px;
  }
}

@media (min-width: 1025px) {
  .custom-ps-sustine-quote h4 {
    /* font-size: 17px; */
  }
}

.custom-ps-sustine-quote h4 {
  /* font-weight: 300; */
  /* margin-bottom: 0; */
  /* line-height: 20px; */
}

.custom-ps-sustine-quote {
  /* padding-top: 25px; */
}

.custom-ps-sustine-quote p {
  /* font-size: 13px !important; */
  /* padding-right: 25px; */
}

.custom-ps-sustine-box .block-title span {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  text-transform: initial;
  font-size: 15px;
}

.custom-ps-sustine-box .td_mod_wrap {
  /* display: none; */
}

.custom-ps-sustine-content p {
  line-height: 20px;
  font-size: 13px;
  /* font-weight: bold; */
}

.custom-ps-redirectioneaza-1 {
  /* border: 2px solid #d6d9dc; */
  /* border-radius: 20px; */
  /* padding-top: 20px; */
  /* padding-bottom: 20px; */
  /* margin-bottom: 20px; */
}

.custom-ps-redirectioneaza-1 > div,
.custom-ps-redirectioneaza-2 > div {
  margin-bottom: 0 !important;
}

.custom-ps-redirectioneaza-1 h3 {
  font-size: 27px;
  margin-bottom: 5px;
}

.custom-ps-redirectioneaza-1 p {
  font-size: 18px !important;
  font-weight: 500;
  margin-bottom: 0 !important;
}

.custom-ps-redirectioneaza-1 p:last-child {
  line-height: 20px;
  padding-top: 8px;
}

.custom-ps-sustine-column-2 .custom-ps-redirectioneaza-2 {
  background-position: center right !important;
  background-size: auto !important;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.custom-ps-sustine-column-2 .custom-ps-redirectioneaza-2 p {
  color: #555555;
  text-align: justify;
  font-size: 14px;
  padding-right: 80px;
  line-height: 23px;
  margin-bottom: 0 !important;
}

.custom-ps-redirectioneaza-3,
.custom-ps-redirectioneaza-4 {
  margin-bottom: 20px;
}

.custom-ps-redirectioneaza-3 h3,
.custom-ps-redirectioneaza-4 h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.custom-ps-sustine-column-2 .custom-ps-redirectioneaza-3 p,
.custom-ps-sustine-column-2 .custom-ps-redirectioneaza-4 p {
  line-height: 18px;
  font-size: 15px;
}

.custom-ps-row-declaratie .wpb_column:first-child {
  padding-top: 8px;
}

/* START Custom PS - Formular Paypal - Tip Donatie */
.custom-ps-form-container .gfield_label {
  display: none !important;
}

.custom-ps-form-checkbox {
  margin-bottom: 23px !important;
}

.custom-ps-form-checkbox .gfield_radio {
  /* display: table; */
  display: inline-flex;
  width: 212px !important;
  border: 1px solid #cc0000;
  border-radius: 34px;
  height: 44px;
  overflow: hidden;
}

.custom-ps-form-checkbox .ginput_container ul li,
.custom-ps-form-checkbox .ginput_container ul li label {
  margin: 0 !important;
  display: inline-block;
  vertical-align: middle;
}

.custom-ps-form-checkbox .ginput_container ul li input,
.custom-ps-form-valori .ginput_container ul li input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.custom-ps-form-checkbox .ginput_container ul li label {
  float: left;
}

.custom-ps-form-checkbox .ginput_container ul li label {
  display: table;
  width: 105px !important;
  background-color: rgba(255, 255, 255, 0);
  line-height: 30px;
  /* color: rgba(0, 0, 0, 0.6); */
  border-radius: 34px !important;
  height: 43px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 22px;
  max-width: 100% !important;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.custom-ps-form-checkbox .ginput_container ul li label:hover {
  cursor: pointer;
}

.custom-ps-form-checkbox .ginput_container ul li input:checked + label {
  background-color: #cc0000;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}

.custom-ps-form-checkbox .ginput_container ul li label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.custom-ps-form-checkbox .ginput_container ul li label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.gform_wrapper li.gf_list_inline.custom-ps-form-checkbox ul.gfield_radio li {
  width: 50% !important;
  float: left !important;
  display: block !important;
}

.custom-ps-form-checkbox
  .ginput_container
  ul
  li:last-child
  input:checked
  + label {
  /* width: 115px !important; */
}

.gform_wrapper .custom-ps-form-paypal-button .gfield_radio li input {
  display: none;
}

.custom-ps-form-paypal-button .gfield_radio li label {
  /* border: 1px solid #cc0000; */
  display: inline-block;
  text-align: center;
  color: white;
  width: 220px;
  height: 44px;
  margin: 0;
  border-radius: 34px;
  line-height: 45px;
  font-size: 14px;
  padding: 0 !important;
  margin-top: 0 !important;
}

.gform_wrapper
  .custom-ps-form-paypal-button
  ul.gfield_radio
  li
  input[type="radio"]
  + label,
.gform_wrapper
  .custom-ps-form-paypal-button
  ul.gfield_radio
  li
  input[type="radio"]:checked
  + label {
  color: white;
  border: none !important;
}

.gform_wrapper
  .custom-ps-form-paypal-button
  ul.gfield_radio
  li:first-child
  input[type="radio"]
  + label,
.gform_wrapper
  .custom-ps-form-paypal-button
  ul.gfield_radio
  li:first-child
  input[type="radio"]:checked
  + label {
  background-color: #009cde;
}

.gform_wrapper
  .custom-ps-form-paypal-button
  ul.gfield_radio
  li:last-child
  input[type="radio"]
  + label,
.gform_wrapper
  .custom-ps-form-paypal-button
  ul.gfield_radio
  li:last-child
  input[type="radio"]:checked
  + label {
  background-color: rgb(232, 91, 70);
}

@media (min-width: 1019px) {
  .gform_wrapper
    .custom-ps-form-2-2
    .custom-ps-form-paypal-button
    ul.gfield_radio
    li:last-child {
    float: right !important;
  }
}

@media (max-width: 1017px) {
  .gform_wrapper
    .custom-ps-form-2-2
    .custom-ps-form-paypal-button
    ul.gfield_radio
    li,
  .gform_wrapper
    .custom-ps-form-2-2
    .custom-ps-form-paypal-button
    ul.gfield_radio
    li
    label {
    width: 100% !important;
    max-width: 100%;
  }
}

@media (max-width: 1018px) and (min-width: 768px) {
  .gform_wrapper
    .custom-ps-form-2-2
    .custom-ps-form-paypal-button
    ul.gfield_radio
    li,
  .gform_wrapper
    .custom-ps-form-2-2
    .custom-ps-form-paypal-button
    ul.gfield_radio
    li
    label {
    width: 300px !important;
    max-width: 100%;
  }
}
/* END Custom PS - Formular Paypal - Tip Donatie */

/* START Custom PS - Formular Paypal - Valori */
.custom-ps-form-valori .ginput_container ul li {
  margin: 0 !important;
  display: inline-block;
}

/* .custom-ps-form-valori .gfield_label,
.custom-ps-form-alta-suma .gfield_label {
    display: none !important;
} */

.custom-ps-form-valori .ginput_container ul li label,
.custom-ps-form-singular .ginput_container input,
.custom-ps-form-alta-suma .ginput_container input,
.custom-ps-form-email .ginput_container input,
.custom-ps-form-name .ginput_container input,
.custom-ps-form-surname .ginput_container input,
.custom-ps-form-tel .ginput_container input,
.custom-ps-form-card .ginput_container input,
.custom-ps-form-card .ginput_container select {
  border: 1px solid #cc0000;
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 44px;
  margin: 0;
  border-radius: 34px;
  line-height: 45px;
  font-size: 14px;
  padding: 0 !important;
  margin-top: 0 !important;
}

@media (max-width: 375px) {
  .custom-ps-form-singular .ginput_container input,
  .custom-ps-form-alta-suma .ginput_container input {
    width: 100%;
  }
  .custom-ps-form-valori .ginput_container ul li {
    margin: 10px 0 0 0 !important;
  }
}

.custom-ps-form-valori .ginput_container ul li:nth-child(5) label {
  width: 125px;
}

.custom-ps-form-valori .ginput_container ul li input:checked + label {
  background-color: #cc0000;
  color: #ffffff;
}
/* END Custom PS - Formular Paypal - Valori */

.custom-ps-sustine-content #gform_submit_button_1,
.custom-ps-sustine-content #gform_submit_button_4,
.custom-ps-sustine-content #gform_submit_button_5,
.custom-ps-sustine-content #gform_submit_button_6 {
  background-color: #cc0000;
  color: #ffffff;
  border-radius: 34px;
  height: 44px;
  padding: 0 35px 0 20px;
  font-size: 14px !important;
  font-family: inherit;
  font-weight: bold;
}

.custom-ps-form-actual .gform_footer.top_label::after {
  content: "";
  background-image: url("../../uploads/2019/08/recorder-donatii-card.jpg");
  background-repeat: no-repeat;
  background-size: 150px 31px;
  width: 150px;
  background-position: center;
  height: 44px;
  color: transparent;
  display: inline-block;
  vertical-align: bottom;
}

@media (max-width: 641px) {
  .custom-ps-form-container .gform_footer.top_label::after {
    width: 100%;
  }
}

.custom-ps-sustine-content #gform_submit_button_1:hover,
.custom-ps-sustine-content #gform_submit_button_4:hover,
.custom-ps-sustine-content #gform_submit_button_5:hover,
.custom-ps-sustine-content #gform_submit_button_6:hover {
  background-color: #2f6f00;
}

.custom-ps-form-total {
  margin-top: 20px !important;
}

.custom-ps-form-total .ginput_total {
  color: #000000 !important;
}

.custom-ps-form-total .ginput_total::before {
  content: "Total: ";
  font-weight: bold;
  padding-left: 20px;
  color: #000000;
}

.custom-ps-form-container .gform_footer {
  position: relative;
}

.custom-ps-form-actual .gform_footer.top_label::before,
.custom-ps-form-1-2 .gform_footer.top_label::before,
.custom-ps-form-2-2.custom-arrow-adjust-2-2 .gform_footer.top_label::before {
  content: "";
  background-image: url("../../uploads/2019/02/doneaza-arrow-right.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 33px;
  display: block;
  width: 15px;
  height: 12px;
  z-index: 99999;
}

.custom-ps-form-actual .gform_footer.top_label::before,
.custom-ps-form-2-2.custom-arrow-adjust-2-2 .gform_footer.top_label::before {
  left: 90px;
}

.custom-ps-form-1-2 .gform_footer.top_label::before {
  left: 160px;
}

@media (max-width: 767px) {
  .custom-ps-sustine-content .gform_footer.top_label::before {
    right: 36%;
    left: auto !important;
  }
  .custom-ps-form-actual
    .gform_footer.top_label.custom-gform-mob-arrow-adjust::before,
  .custom-ps-form-2-2
    .gform_footer.top_label.custom-gform-mob-arrow-adjust::before {
    left: 90px !important;
    right: auto !important;
  }
  .custom-ps-form-1-2
    .gform_footer.top_label.custom-gform-mob-arrow-adjust::before {
    left: 160px !important;
    right: auto !important;
  }

  .custom-ps-form-1-2 .gform_footer.top_label::before {
    right: 25%;
    left: auto !important;
  }
}

/* START CUSTOM PS - Braintree Addon */
.custom-ps-form-subtitle p {
  font-size: 17px;
}

.custom-ps-form-valori.custom-ps-form-metoda-plata
  .ginput_container
  ul
  li
  label {
  width: 220px;
}

.custom-ps-form-valori.custom-ps-form-metoda-plata
  .ginput_container
  ul
  li:first-child
  input:checked
  + label {
  background-color: #009cde;
  border: 1px solid #009cde;
}

.custom-ps-form-valori.custom-ps-form-metoda-plata
  .ginput_container
  ul
  li:last-child
  input:checked
  + label {
  background-color: #003087;
  border: 1px solid #003087;
}

.gform_wrapper .custom-ps-form-card select {
  padding-left: 14px !important;
  color: #797575;
}

.gform_wrapper .custom-ps-form-name .ginput_container input,
.gform_wrapper .custom-ps-form-surname .ginput_container input,
.gform_wrapper .custom-ps-form-tel .ginput_container input,
.gform_wrapper .custom-ps-form-email .ginput_container input {
  width: 100%;
}

@media (min-width: 641px) {
  .custom-ps-sustine-column-1 .gform_wrapper .custom-ps-form-name,
  .custom-ps-sustine-column-1 .gform_wrapper .custom-ps-form-email {
    padding-right: 5px !important;
  }

  .custom-ps-sustine-column-1 .gform_wrapper .custom-ps-form-surname,
  .custom-ps-sustine-column-1 .gform_wrapper .custom-ps-form-tel {
    padding-left: 5px !important;
  }
}

.gform_wrapper .custom-ps-form-email,
body .gform_wrapper .top_label .custom-ps-form-email div.ginput_container {
  /* margin-top: 0 !important; */
}
/* END CUSTOM PS - Braintree Addon */

/* END Custom PS - Pagina Sustine V.2 */

/* START CUSTOM PS - Pagina Proiecte speciale */
@media (min-width: 768px) {
  .custom-ps-project-section-1 .wpb_column:first-child {
    padding-right: 6px;
  }

  .custom-ps-project-section-1 .wpb_column:nth-child(2) {
    padding-left: 14px;
    padding-right: 15px;
  }

  .custom-ps-project-section-1 .wpb_column:nth-child(3) {
    padding-left: 5px;
    padding-right: 25px;
  }
}

.custom-ps-project-page-sponsor-img {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  right: 20px;
  height: 60px;
  width: 115px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.custom-ps-text-proiect-sustinut {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 20px;
}

.custom-ps-text-proiect-sustinut p {
  font-weight: 600;
  font-size: 12px !important;
  border: 1px solid black;
  padding: 0 5px;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .mashsb-stretched {
    z-index: 999999 !important;
  }
}

.custom-ps-project-module-1 {
  /* background-image: url('../../uploads/2018/12/hp-cs-project-clean.jpg'); */
  /* margin-top: 13px; */
}

.custom-ps-project-section-1 {
  padding-bottom: 13px;
}
/* END CUSTOM PS - Pagina Proiecte speciale */

.custom-ps-author-bottom {
  display: none;
}

.grecaptcha-badge {
  display: none !important;
}

#cookie-notice {
  z-index: 999999 !important;
}

/* START CUSTOM PS - NEW FUNCTIONALITITES PAGINA SUSTINE V2 */
.custom-ps-sustine-content .custom-total-val-buton,
.custom-ps-sustine-content .custom-total-val-buton-1-2,
.custom-ps-sustine-content .custom-total-val-buton-2-2 {
  position: absolute;
  color: white;
  font-weight: 600;
  left: 115px;
  top: 28px;
}

.custom-ps-sustine-content .custom-total-val-buton,
.custom-ps-sustine-content .custom-total-val-buton-2-2 {
  left: 115px;
}

.custom-ps-sustine-content .custom-total-val-buton-1-2 {
  left: 185px;
}

.custom-ps-sustine-content .gform_footer.top_label {
  position: relative;
}

@media (max-width: 768px) {
  .custom-ps-sustine-content #gform_submit_button_1,
  .custom-ps-sustine-content #gform_submit_button_1.custom-gform-width-2,
  .custom-ps-sustine-content #gform_submit_button_5,
  .custom-ps-sustine-content #gform_submit_button_5.custom-gform-width-2,
  .custom-ps-sustine-content #gform_submit_button_6,
  .custom-ps-sustine-content #gform_submit_button_6.custom-gform-width-2 {
    width: 100%;
    text-align: left;
  }
  .custom-ps-sustine-content #gform_submit_button_1.custom-gform-width-1,
  .custom-ps-sustine-content #gform_submit_button_5.custom-gform-width-1,
  .custom-ps-sustine-content #gform_submit_button_6.custom-gform-width-1 {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 769px) {
  .custom-ps-sustine-content #gform_submit_button_1,
  .custom-ps-sustine-content #gform_submit_button_1.custom-gform-width-2,
  .custom-ps-sustine-content #gform_submit_button_4,
  .custom-ps-sustine-content #gform_submit_button_4.custom-gform-width-2,
  .custom-ps-sustine-content #gform_submit_button_6,
  .custom-ps-sustine-content #gform_submit_button_6.custom-gform-width-2 {
    width: 240px;
    text-align: left;
  }
  .custom-ps-sustine-content #gform_submit_button_5,
  .custom-ps-sustine-content #gform_submit_button_5.custom-gform-width-2 {
    width: 300px;
    text-align: left;
  }
  .custom-ps-sustine-content #gform_submit_button_1.custom-gform-width-1,
  .custom-ps-sustine-content #gform_submit_button_4.custom-gform-width-1,
  .custom-ps-sustine-content #gform_submit_button_5.custom-gform-width-1,
  .custom-ps-sustine-content #gform_submit_button_6.custom-gform-width-1 {
    width: auto;
    text-align: center;
  }
}

.custom-netopia-message {
  color: #cc0000;
  border: 2px solid #00308773;
  border-radius: 6px;
  padding: 5px;
}
/* END CUSTOM PS - NEW FUNCTIONALITITES PAGINA SUSTINE V2 */

/* Fix temproary - Pago Mobile Billboard Top */
div#custom-pago-mobile-banner-top {
  display: flex;
  height: 35px !important;
}

div#custom-pago-mobile-banner-top img {
  height: auto !important;
}

/* Fix - Pago Desktop Billboard Top */
div#custom-pago-desktop-banner-top > div {
  width: 100% !important;
  height: auto !important;
}

/* @media (min-width: 768px) and (max-width: 1018px) {

}

@media (min-width: 1019px) and (max-width: 1140px) {

}

@media (min-width: 1141px) and (max-width: 1207px) {

}

@media (min-width: 12017px) {

} */

/* START CUSTOM PS - PODCAST Category - Category Template 3 + Heading Template/Style 3 */
.td_category_top_posts_style_disable {
  background-color: #ececec;
}

.podcast-icons-category {
  background-color: #dadbdd !important;
  margin-top: 10px;
}

@media (min-width: 1025px) {
  .podcast-icons-category {
    min-height: 140px;
  }
  .podcast-icons {
    padding-top: 50px;
  }
  .podcast-icons-section .td-pb-row .podcast-icon {
    padding: 0 10px;
  }
  .podcast-icons-article .podcast-icons .podcast-icon {
    width: 32.9%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    max-height: 39px;
  }
  .podcast-icons-article .podcast-icons .podcast-icon a {
    display: inline-block;
  }
  .podcast-icons-article .podcast-icons .podcast-icon img {
    margin-bottom: 0;
  }
  .podcast-icons-article .podcast-icons {
    padding-top: 0;
  }
}

.podcast-icons-section .podcast-icon {
  text-align: center;
}

.podcast-icons-section .podcast-icon a:hover {
  opacity: 0.7;
}

.custom-podcast-feature-img img {
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .podcast-icons-section.podcast-icons-category .podcast-icons {
    padding-top: 10px;
  }
  .podcast-icons-section.podcast-icons-category {
    padding-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .podcast-icons-section ~ .td-main-content-wrap.td-container-wrap {
    padding-top: 10px;
  }
  .podcast-icons-section {
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .podcast-icons-section h2 {
    font-size: 20px;
    text-align: left;
    margin: 15px 0;
  }
  .podcast-icons-section .podcast-icon {
    display: inline;
    margin-right: 0.625rem;
    line-height: 2.75rem;
  }
  .podcast-icons-section .podcast-icon a span {
    margin-right: 0.41667rem;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .podcast-icons-section .podcast-icon a {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #333;
    color: #ffffff;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 0.75rem;
    border-radius: 1.0625rem;
    height: 2.125rem;
    font-family: Montserrat;
    font-size: 14px;
  }
}
/* END CUSTOM PS - PODCAST Category - Category Template 3 + Heading Template/Style 3 */

/* Fixes for categories */

.category-vremuri-noi .td-module-image img{
  width: 100%;
}
