/*!
Theme Name: Films in Frames
Theme URI: http://underscores.me/
Author: ADC CREATIVE AGENCY
Author URI: https://www.agentiadecreatie.ro/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fif
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Films in Frames is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  max-width: 100%;
  overflow-x: hidden;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  max-width: 100% !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  outline: none !important;
}
body.admin-bar {
  margin-top: var(--wp-admin--admin-bar--height) !important;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
/* h3 {
	font-size: 30px;
	line-height: 40px;
	color: #38444C;
  font-family: Poppins;
  font-weight: 200;
} */
p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #38444c;
  font-family: Poppins;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  /* background: #fff9c0; */
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover,
a:focus,
a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.meniu_row {
  margin-top: 0px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
  background-color: white;
  z-index: 999;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    float: right;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
body:not(.home) .site-content {
  margin-top: 30px;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* HEADER START */
.top-menu ul li {
  display: inline;
}
.top-bar .widgettitle,
.qtranxs_widget .widgettitle {
  display: none;
}
.top-bar #text-2 img {
  display: none;
}
.top_bar_menu ul li:nth-child(2) {
  border-right: 0 !important;
}
.qtranxs_widget ul li.active a {
  color: #ec131b !important;
}
.top_lang {
  padding-right: 0;
}
.top_lang::before {
  width: 0 !important;
}
.metaslider .caption-wrap {
  padding: 50px 0;
}
.metaslider .container {
  padding: 0;
}
.slide-details {
  display: none !important;
  border: 2px solid !important;
  border-color: #fff;
  border-radius: 0px !important;
  background: none !important;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  font-family: Poppins !important;
  line-height: 50px !important;
  padding: 0px 15px;
  display: inline-block;
  clear: both;
  width: auto;
  margin: 30px auto 0;
}
.slide-excerpt {
  font-size: 16px;
  font-family: Poppins;
  max-width: 1200px;
  display: block;
  text-align: center;
  height: 60px;
  line-height: 25px;
  overflow-y: visible;
  overflow-x: visible;
}
.slide-excerpt a {
  color: #fff;
  text-decoration: underline !important;
}
.caption .slide-title {
  font-size: 40px;
  font-weight: 400;
  font-family: "Poppins";
  color: #fff !important;
  transition: 0.7s;
  line-height: 50px;
  max-width: 1200px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.metaslider .caption-wrap {
  padding: 50px 0;
  background: none !important;
  top: 50%;
  max-width: 1000px;
  left: 50% !important;
  transform: translate(-50%, 50%);
}
#sow-icon-2,
#sow-icon-2 .so-widget-sow-icon,
.sow-icon-container.sow-icon {
  display: inline;
}
.slide-346 {
  margin-bottom: 100px !important;
}
.slide-353 {
  margin: 100px 0 !important;
}
#full-screen-search button.close {
  opacity: 1;
  color: #ec131b !important;
}
.slide-img {
  position: relative;
}
.slide-img .overlay {
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.metaslider .caption-wrap {
  width: auto !important;
}
body .metaslider .flexslider .slides li .caption-wrap .caption {
  /* display: none; */
}
.slides {
  position: absolute;
  width: 100%;
  top: -630px;
}
.menu-top-ro-container .nl_ {
  color: #ec131b;
}
/* HEADER END */
/* FOOTER START */
#footer #text-2 .widgettitle {
  display: none;
}
#footer #media_image-2 .widgettitle {
  display: none;
}
.footer_col .menu li {
  display: inline;
  padding-right: 15px;
}
#menu-item-155 {
  display: none;
}
.powered_by_footer img,
.logo_fif img {
  margin: 0px 0 12px 0;
  max-width: 85px !important;
}
#text-3 .widgettitle {
  display: none !important;
}
.single .newsletter_homepage {
  display: none !important;
}
.newsletter_homepage {
  display: none !important;
  max-width: 1510px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 0;
  background-size: cover;
}
.anpc {
  margin: 0;
  z-index: 999999;
}
.anpc span {
  display: block;
  text-align: center;
}
.anpc img {
  max-width: 170px;
  margin: 10px auto;
}
.adfr-footer-logo {
  margin-right: 30px;
}
.glo-footer-logo {
  max-width: 60px !important;
  margin-right: 5px;
}
/* FOOTER END */
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.post,
.page {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/* STYLE */
.top_lang {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.top_lang li {
  list-style: none;
}
.top_lang a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #38444c;
  transition: all 0.4s;
}
.top_lang a:hover {
  color: #ec131b;
  transition: all 0.4s;
}
#footer .top_lang a {
  font-size: 12px;
  font-weight: bold;
}
.top_bar_menu ul li:nth-child(1),
.top_bar_menu ul li:nth-child(2),
.top_bar_menu ul li:nth-child(3),
.top_bar_menu ul li:nth-child(4) {
  border-right: 1px solid #38444c !important;
  padding-right: 15px;
  padding-left: 15px;
}
.top_bar_menu ul li:nth-child(5) {
  padding-left: 15px;
  padding-right: 15px;
}
.top_lang li:nth-child(1) {
  border-right: 1px solid #38444c;
  padding-right: 5px;
  margin-right: 5px;
}
/* .container {
  width: 1710px;
} */
.powered_by {
  padding-left: 0px;
}
.top-bar .powered_by a:hover {
  text-decoration: none;
  transition: 1s;
}
.top-bar .powered_by a {
  color: #ec131b;
  text-decoration: underline;
  transition: 1s;
}
.top-bar .powered_by {
  color: #38444c;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding-top: 15px;
  display: inline-flex;
  align-items: center;
}
.top-bar {
  color: #38444c;
  font-family: Poppins;
  border-bottom: 1px solid #e1e5f5;
  position: relative;
  z-index: 999;
}
.meniu_row ul li a {
  color: #38444c;
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
  font-family: Poppins;
  transition: 0.7s;
  background: none !important;
}
.meniu_row ul li a:hover {
  color: #ec131b;
  transition: 0.7s;
}
.top_bar_menu ul li a {
  color: #38444c;
  font-size: 12px;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
  font-family: Poppins;
  transition: 0.7s;
  z-index: 0;
  font-weight: 600;
}
.top_bar_menu ul li a:hover {
  color: #ec131b;
  transition: 0.7s;
}
.list_icons {
  padding-top: 10px;
}
.list_icons .so-widget-lsow-icon-list-default-cd4cf19f7143 .lsow-icon-list .lsow-icon-list-item .lsow-icon-wrapper span {
  font-size: 17px;
  color: #38444c;
  display: flex;
  margin-top: 15px;
}
.list_icons .so-widget-lsow-icon-list-default-cd4cf19f7143 .lsow-icon-list .lsow-icon-list-item .lsow-icon-wrapper span:hover {
  color: #ec131b;
}
.top_lang {
  position: relative;
}
.top_lang::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  background-color: #e1e5f5;
  right: 0%;
}
.logo_fif img {
  /* padding-top: 15px; */
}
.footer_lang {
  display: block;
}
.footer_lang::before {
  width: 0;
}
.collapse.in {
  position: absolute;
  top: 65%;
  text-align: left;
  right: -25%;
}
.info_nl.nl-footer .collapse.in {
  position: absolute;
  top: -270px;
  left: 0;
  z-index: 999999;
}
.info_nl.nl-footer .pop_up_nl input[type="submit"] {
  padding: 10px 0 !important;
}
.btn_search {
  font-size: 25px;
  position: relative;
  display: block;
  outline: none;
}
.top-bar input[type="search"] {
  border: 2px solid #38444c !important;
  position: absolute;
  transform: translate(-116%, -128%);
  display: none;
}
.mobile-menu .search input[type="submit"],
.top-bar input[type="submit"] {
  border-color: transparent;
  border-radius: 3px;
  background-image: url(/wp-content/uploads/2019/08/Group-204@2x.png);
  color: rgba(0, 0, 0, 0);
  background-size: 72%;
  background-color: transparent;
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 22px;
  line-height: 1;
  padding: 0;
  height: 24px;
  background-repeat: no-repeat;
}
.top-bar input[type="submit"]:hover input[type="search"] {
  display: block !important;
}
.top_bar_menu .menu-top-ro-container {
  width: 100%;
  float: right;
}
.top_bar_menu .search-form {
  display: inline;
}
.top_bar_menu {
  display: inline-flex;
  text-align: right;
}
.top_bar_menu ul {
  margin-left: 0px;
  padding-left: 0px;
}
.background_homepage {
  background-image: url("/wp-content/uploads/2019/08/fif_banner.png");
  text-align: center;
  background-size: cover;
  width: 100vw;
  min-height: 40vw;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.background_banner {
  background-image: url("/wp-content/uploads/2019/08/cinema-FIF.png");
  text-align: center;
  background-size: cover;
  width: 100vw;
  min-height: 40vw;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsletter_homepage {
  background-image: url("/wp-content/uploads/2019/08/Group-211-e1566668256265.png");
  /* background-image: url('https://www.filmsinframe.com/wp-content/uploads/2020/10/pop-up_963-x-300-01-1.png'); */
  text-align: center;
  background-size: contain;
  /* width: 100vw; */
  min-height: 26vw;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  text-align: left;
  align-items: center;
}
.page-template-page-home .newsletter_title_homepage,
.page-template-page-home .newsletter_text_homepage,
.page-template-page-home #mc4wp-form-2 {
  /* visibility: hidden; */
  /* pointer-events: none; */
}
.info_homepage {
  width: 50%;
  padding: 0px 90px;
}
.title {
  font-size: 40px;
  font-family: Poppins;
  font-weight: 200;
  line-height: 50px;
  color: white;
  max-width: 70%;
  margin: auto;
}
.text {
  font-size: 15px;
  font-weight: 600;
  font-family: Poppins;
  line-height: 25px;
  color: white;
  max-width: 30%;
  margin: auto;
}
.text_article_inner {
  font-size: 15px;
  font-weight: 600;
  font-family: Poppins;
  line-height: 25px;
  color: #38444c;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
}
.title_banner {
  margin-bottom: 100px;
}
.slick-prev,
.slick-next {
  display: none !important;
}
.home-article .slick-prev,
.home-article .slick-next,
.home-slide-carousel .slick-prev,
.home-slide-carousel .slick-next {
  display: block !important;
}
.home-slide-carousel .slick-prev:before,
.home-slide-carousel .slick-next:before,
.home-article .slick-prev:before,
.home-article .slick-next:before {
  display: none;
}
.home-article .slick-prev,
.home-slide-carousel .slick-prev {
  left: 50px !important;
  background: url(inc/prev-icon.svg);
  opacity: 1;
  z-index: 999999;
  width: 68px;
  height: 23px;
  background-repeat: no-repeat;
}
.home-article .slick-next,
.home-slide-carousel .slick-next {
  right: 50px !important;
  background: url(inc/next-icon.svg);
  opacity: 1;
  z-index: 999999;
  width: 68px;
  height: 23px;
  background-repeat: no-repeat;
}
.home-article .slick-dots {
  display: block;
  bottom: 30px;
  z-index: 99;
}
.home-article .slick-dots li button:before {
  color: #fff;
}
.home-slide-carousel .next-prev {
  right: 50px !important;
}
.post-categories {
  margin: 0px;
  padding: 0px;
  list-style: none !important;
  text-align: left;
  font-size: 30px;
  line-height: 1;
}
.post-categories a {
  font-weight: 400 !important;
}
.post-categories a:visited {
  color: #38444c;
}
.post-categories a:hover {
  color: #38444c;
}
.hp_newsletter {
  color: white;
  font-size: 40px;
  line-height: 50px;
  font-weight: 200;
  font-family: Poppins;
  text-align: center;
  margin-top: 130px;
}
.hp_newsletter_text {
  color: white;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  font-family: Poppins;
  text-align: center;
  margin-bottom: 30px;
}
.newsletter_title_homepage,
.newsletter_text_homepage {
  width: 50%;
}
ul .footer_title {
  padding: 0px;
  margin: 0px;
  list-style: none !important;
}
.footer_row ul {
  list-style: none;
  padding: 0px;
  margin: 13px 0 0 0;
}
.footer_row ul li {
  display: inline;
  padding-right: 12px;
}
.footer_row ul li a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  font-family: Poppins;
  color: #38444c;
}
.footer_row ul li a:visited {
  color: #38444c;
  transition: 0.7s;
}
.footer_row ul li a:hover {
  color: #ec131b;
  transition: 0.7s;
}
.list_icons_footer .so-widget-lsow-icon-list-default-cd4cf19f7143 .lsow-icon-list .lsow-icon-list-item .lsow-icon-wrapper span {
  font-size: 24px;
  color: #ec131b;
}
.footer_title a {
  font-size: 14px !important;
  line-height: 50px !important;
  font-weight: bold !important;
  font-family: Poppins;
  color: #38444c;
  transition: 0.7s;
}
.powered_by_footer_new p {
  color: #38444c;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 0px;
  width: 100%;
}
.powered_by_footer_new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0px;
  padding-top: 0px;
}
.powered_by_footer_new div > img {
  padding-top: 0px !important;
}
.powered_by_footer_new > img:nth-child(1) {
  max-width: 40% !important;
}
.powered_by_footer_new img {
  max-width: 70px;
}
.powered_by_footer p:nth-child(1) a {
  display: none !important;
}
.footer_row .logo_fif {
  text-align: right;
  top: 60px;
}
.footer_row,
/* .logo_fif, */
.details_footer {
  padding-right: 0px;
  padding-left: 0px;
}
.footer_col {
  padding-left: 0px;
}
.copyright_info {
  text-align: right;
}
.top-bar .footer_title {
  display: none;
}
.articole_homepage_row .titlu_articol,
.articole_search_row .titlu_articol,
.author .titlu_articol {
  font-size: 16px;
  line-height: 20px;
  min-height: 80px;
  font-weight: bold;
  font-family: Poppins;
  color: #38444c;
  margin-top: 5px;
  margin-bottom: 0;
  transition: 0.7s;
}
.articole_homepage_row .titlu_articol:hover,
.articole_search_row .titlu_articol:hover {
  color: #ec131b;
  transition: 0.7s;
}
.articole_homepage_row .categorie_articol,
.articole_search_row .categorie_articol {
  font-size: 16px;
  line-height: 0px;
  font-weight: 600;
  font-family: Poppins;
  color: #38444c;
  display: none;
}
.carusel_categorii {
  outline: none;
  padding: 0px 15px;
}
.carusel_categorii a {
  font-size: 30px;
  font-weight: 500;
  font-family: Poppins;
  color: #38444c;
  transition: 0.7s;
  margin-bottom: -15px;
  display: block;
}
.carusel_categorii .titlu_articol {
  font-size: 16px;
  line-height: 20px;
  min-height: 40px;
  font-weight: bold;
  font-family: Poppins;
  color: #38444c;
  margin-top: 5px;
  margin-bottom: 0;
  transition: 0.7s;
  max-width: 400px;
  text-transform: none;
}
.page-template-page-home .carusel_categorii a {
  font-size: 15px;
  text-align: left;
}
.carusel_categorii a:hover {
  color: #ec131b;
  transition: 0.7s;
}
.articole_homepage_row ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 0px;
  color: #6e717e;
  font-family: Poppins;
}
.agency_footer,
.copyright_info {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  font-family: Poppins;
  color: #b9bed1;
  margin-bottom: 0px;
  padding: 20px 0px;
}
.agency_footer a:hover {
  transition: 0.7s;
  color: #ec131b;
}
.agency_footer a {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  font-family: Poppins;
  color: #6e717e;
  transition: 0.7s;
}
.powered_by_footer p {
  color: #38444c;
  font-size: 16px;
  font-weight: bold;
  line-height: 52px;
  margin-bottom: 0px;
}
.site-info {
  border-top: 1px solid #38444c;
}
.powered_by p {
  margin-bottom: 0px;
  font-size: 16px;
}
.articole_homepage_row img {
  filter: brightness(1) !important;
  transition: 0.5s;
}
.articole_homepage_row img:hover {
  /* filter: blur(1px) grayscale(50%)!important;
	transition: 0.5s; */
}
.proiecte_row .post-categories {
  margin-bottom: 30px;
  display: none;
}
.background_banner {
  margin-bottom: 60px;
  margin-top: 80px;
}
.last_menu_footer {
  padding-top: 50px;
}
.list_icons_footer {
  margin-top: 15px;
}
.carusel_row_ {
  padding-right: 0px !important;
}
.carousel_categorii_row {
  overflow: hidden;
}
.imagine_blog {
  min-height: 585px;
  /* width: 100vw; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* margin-bottom: -20px; */
}
.page_blog_single .titlu_articol {
  font-size: 16px;
  line-height: 20px;
  min-height: 60px;
  font-weight: bold;
  font-family: Poppins;
  color: #38444c;
  margin-top: 5px;
  transition: 0.7s;
}
.page-sub-title {
  padding: 0 15px;
}
.wp-caption .wp-caption-text {
  font-family: Poppins;
  font-size: 12px;
  margin: 0;
}
.page_blog_single p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #38444c;
  margin: 0 0 20px;
}
.single h4 {
  font-size: 20px;
  line-height: 32px;
}
.single-content {
  font-family: Poppins;
}
.page_blog_single .date_art,
.page_blog_single .date,
.page_blog_single .post-categories a {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  font-family: Poppins;
  color: #6e717e;
  margin-bottom: 25px;
  margin-top: 0;
}
.page_blog_single .blog_article_title .title_col {
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  font-family: Poppins;
  color: #ec131b;
  margin: 0px;
}
.post-type-archive-podcast .sustinut {
  margin: 0;
}
.single-post-title {
  margin-top: 50px;
}
.commentariu_row_top img {
  filter: brightness(1) !important;
  transition: 0.4s !important;
  width: auto !important;
}
.page_blog_single img {
  filter: brightness(1) !important;
  transition: 0.4s !important;
  width: 100%;
}
.page_blog_single .blog_article_info .tittle_info_col {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  font-family: Poppins;
  margin: 0px;
}
.blog_article_title {
  padding-left: 0px;
  width: 33%;
  float: left;
  display: block;
  grid-auto-columns: max-content;
}
.comment_single {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 26px !important;
  font-family: Poppins;
  color: #38444c;
  margin-bottom: 0px !important;
  margin-top: 30px;
}
.second_blog_info {
  margin-top: 20px;
}
.commentariu_row .title_col {
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  font-family: Poppins;
  color: #38444c;
  margin: 0px;
  padding-left: 0px;
}
.commentariu_row_top {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #e1e5f5;
  /* border-bottom: 1px solid #E1E5F5; */
}
.articole_recente_blog {
  color: #fff !important;
  font-size: 40px;
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ec131b;
  font-family: Poppins;
  font-weight: 800 !important;
  text-align: center;
  letter-spacing: 0.5px;
}
.page_despre_ .title_despre h3 {
  font-size: 40px;
  font-weight: 200;
  line-height: 50px;
  font-family: Poppins;
  color: #38444c;
  width: 70%;
  margin-top: 50px;
}
.despre_p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  font-family: Poppins;
  color: #38444c;
}
.ce_facem,
.colaboratori_row h3 {
  font-size: 32px;
  line-height: 50px;
  font-weight: 400;
  font-family: Poppins;
  color: #38444c;
}
.colaboratori_row h3 {
  margin-bottom: 70px;
}
.colaboratori_info img {
  max-width: 110px;
  border-radius: 50%;
  margin-top: 20px;
  position: relative;
}
.colaboratori_info .nume_colaborator {
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  color: #38444c;
  font-family: Poppins;
  margin-bottom: 0px;
}
.colaboratori_info .info_colaborator {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  /*min-height: 280px;*/
  color: #38444c;
  font-family: Poppins;
  margin-bottom: 0;
}
.partners h3 {
  margin-bottom: 0;
}
.partners .info_colaborator {
  min-height: 240px;
  display: block;
  margin-bottom: 30px;
}
.partners .info_colaborator p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  min-height: 50px;
  color: #38444c;
  font-family: Poppins;
  margin-bottom: 0;
}
.about-colabo p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #38444c;
  font-family: Poppins;
  margin-bottom: 0;
}
.colaboratori_info {
  text-align: center;
}
.podcast {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
.single-podcast .imagine_articol,
.single-post .imagine_articol,
.articole_search_row .imagine_articol,
.archive .imagine_articol {
  width: 100%;
  height: 340px;
  background-repeat: no-repeat;
  max-width: 100%;
  background-size: cover;
  background-position: center;
}
.single-podcast .imagine_articol img,
.single-post .imagine_articol img,
.articole_search_row .imagine_articol img,
.archive .imagine_articol img {
  width: 100%;
  height: 100%;
}
.articole_search_row .titlu_articol {}
.cat_title,
.category-description,
.archive .page-header {
  font-size: 40px;
  font-weight: 200;
  line-height: 50px;
  font-family: Poppins;
  color: #38444c;
}
.cat_title {
  font-size: 40px;
  font-family: "Poppins";
  font-weight: 400;
}
.category-description p {
  padding-left: 15px;
}
.category-description p,
.page-header p {
  font-size: 15px;
  line-height: 36px;
  font-weight: 300;
  margin-top: 10px;
  font-family: Poppins;
  color: #38444c;
  padding: 0;
}
.archive .page-header a,
.archive .page-header a:visited {
  color: #38444c;
}
.archive .page-header a:hover {
  color: #38444c;
}
.page-header {
  border: none;
}
.banner_text {
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
  font-family: Poppins;
  color: #ffffff;
}
.banner_text_homepage {
  background-image: url("/wp-content/uploads/2019/09/adult-bar-cafe-cinema-375885.png");
  text-align: center;
  background-size: cover;
  min-height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.contact_title h3,
.form_title,
.cariere_title {
  font-size: 30px;
  color: #38444c;
  line-height: 40px;
  font-family: Poppins;
  font-weight: 400;
}
.title_info_ {
  font-size: 16px;
  font-weight: bold;
  line-height: 0px;
  font-family: Poppins;
  color: #333;
  margin: 0px;
  margin-top: 50px;
}
.contact_title_info span {
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  font-family: Poppins;
  color: #6e717e;
  margin: 0px;
}
.caldera-grid input::placeholder {
  color: #000 !important;
  font-weight: 400;
}
.caldera-grid input,
.caldera-grid .form-control.cf2-file .btn {
  height: 69px !important;
  border: 2px solid #38444c !important;
}
.cf2-list-files {
  /* display: none; */
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-extra-data {
  margin-top: 0px;
  display: none;
}
.caldera-grid ul.cf2-list-files .cf2-file-listed progress.cf2-file-progress-bar {
  position: relative;
  width: 100%;
  height: 2px;
  vertical-align: top;
  display: none;
}
.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-control {
  font-size: 18px;
}
.cf2-list-files {
  position: absolute;
  /* max-height: 0px; */
  /* top: -10%; */
  display: block;
  transform: translate(2%, -75%);
}
.caldera-grid textarea {
  border: 2px solid #38444c !important;
}
.caldera-grid .form-group {
  margin-bottom: 15px;
  text-align: center;
}
.caldera-grid .btn-default {
  color: #fff !important;
  background-color: #ec131b !important;
  border-color: #ec131b !important;
  text-shadow: none !important;
  font-size: 16px !important;
  outline: none !important;
  font-weight: bold !important;
  line-height: 50px !important;
  font-family: Poppins !important;
  width: 260px !important;
}
.cariere_title_info {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  font-family: Poppins;
  color: #6e717e;
  margin: 0px;
}
.cariere_form {
  margin-top: 100px;
  margin-bottom: 100px;
}
.caldera-grid .form-control.cf2-file .btn {
  height: 100%;
}
.single-podcast h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  font-family: Poppins;
  color: #38444c;
  margin-bottom: 0px;
}
.single-podcast h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 50px;
  font-family: Poppins;
  color: #38444c;
  margin-top: 0px;
  margin-bottom: 30px;
}
.single-podcast #main p {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  font-family: Poppins;
  color: #38444c;
}
.recente_title {
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  font-family: Poppins;
  color: #38444c;
}
.titlu_podcast {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  font-family: Poppins;
  color: #38444c;
  margin-bottom: 0px;
  margin-top: 10px;
}
.sustinut {
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  font-family: Poppins;
  color: #38444c;
}
.info_podcast_title {
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 50px !important;
  font-family: Poppins;
  color: #ec131b !important;
  margin: 0px !important;
}
.podcast-menu {
  display: none;
}
.podcast span {
  font-size: 16px;
  font-weight: 500;
  line-height: 0px;
  font-family: Poppins;
  color: #6e717e;
}
.single-post embed,
.single-post iframe,
.single-post object {
  margin: 0 auto;
  display: block;
}
.like iframe::before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: red;
}
.simplesocialbuttons.simplesocial-round-icon button {
  padding: 10px 10px !important;
  margin-right: 10px !important;
  border-radius: 5px;
  margin: 0px;
  height: auto;
}
.simplesocialbuttons.simplesocial-round-icon button:after {
  width: 20px;
  height: 15px;
  line-height: 22px;
}
.simplesocialbuttons button:after {
  font-size: 12px;
}
.info_row {
  padding-bottom: 70px;
  border-bottom: 1px solid #e1e5f5;
}
.social_row {
  margin-top: 50px;
}
.sustinut {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 23px !important;
  color: #6e717e !important;
  font-family: Poppins !important;
}
.contact_title {
  margin-top: 50px;
}
.form_title {
  margin-top: 170px;
}
.articole_search_row {
  /* margin-bottom: 30px; */
}
.carusel_row_ .imagine_articol {
  max-width: 100%;
  width: 405px;
  height: 295px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.btn_search {
  line-height: 60px;
  position: absolute;
}
.carousel_categorii_row {
  padding: 0px !important;
}
.top-bar .container {
  max-height: 50px;
}
#post-294 {
  display: none;
}
.single .articole_homepage_row h3 {
  font-weight: 800;
}
.single-post-title {
  font-size: 50px !important;
  font-weight: 400 !important;
  font-family: "Poppins" !important;
  transition: .7s;
  line-height: 55px;
  max-width: 920px;
  display: block;
  margin: 30px auto 20px !important;
  padding: 0 25px;
}
.single-title {
  font-size: 50px !important;
  font-weight: 400 !important;
  font-family: "Poppins" !important;
  color: #38444c !important;
  transition: 0.7s;
  line-height: 55px;
  max-width: 1200px;
  display: block;
  text-align: left;
  margin: 0 auto;
}
.articole_homepage_row h3 {
  font-size: 40px;
  font-family: "Poppins";
  font-weight: 400;
  margin: 0;
}
.articole_homepage_row .imagine_articol {
  height: 250px;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.carusel_categorii_blog .imagine_articol {
  height: 340px;
}
.articole_homepage_row img {
  filter: brightness(0.5);
  transition: 0.4s;
  width: 100%;
}
.video_page figcaption {
  display: none;
}
.video_page figure,
.video_page iframe {
  height: 266px;
  margin-top: 0px !important;
}
.videonew p {
  font-size: 15px;
  line-height: 36px;
  font-weight: 300;
  margin-top: 10px;
  font-family: Poppins;
  color: #38444c;
}
.films-tabs ul {
  margin: 0px;
  padding: 0;
}
.pop_up_nl {
  display: none;
  position: absolute;
  z-index: 999;
  background-image: url("/wp-content/uploads/2022/09/nl-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
  height: 250px;
  max-width: 500px;
  align-items: center;
  padding: 15px;
  -webkit-box-shadow: 0px 16px 20px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 16px 20px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 16px 20px 0px rgba(0, 0, 0, 0.39);
  justify-content: end;
  border-radius: 10px;
}
.pop_up_nl p {
  text-align: left !important;
  float: none !important;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  padding-top: 7px;
  font-family: Poppins;
  width: 60%;
}
.collapse.in {
  display: block;
}
.nl_ {
  position: relative;
  z-index: 999999;
}
li .nl_:hover .pop_up_nl {
  display: block !important;
  position: absolute;
  z-index: 999;
  background-image: url(/wp-content/uploads/2019/08/bg_grunge.png);
  background-position: center center;
  background-size: auto;
  background-color: white;
  height: 289px;
  width: 498px;
  align-items: center;
  padding: 15px;
  -webkit-box-shadow: 0px 16px 20px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 16px 20px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 16px 20px 0px rgba(0, 0, 0, 0.39);
  justify-content: center;
  border-radius: 10px;
}
.footer_row .top_lang::before {
  background-color: white;
}
.footer_row .logo_fif img {
  padding-top: 0px !important;
  margin-top: -10px;
}
body a,
body h3,
body h2 {
  text-decoration: none !important;
}
h2 * {
  font-size: 30px !important;
}
.cariera_single {
  margin-bottom: -100px;
}
.btn_search .sow-icon-genericons {
  transform: translate(300%, 0%);
}
blockquote p {
  /* font-size: 20px !important; */
  font-family: Poppins !important;
  font-weight: 500 !important;
  font-style: italic !important;
  line-height: 32px !important;
  color: #38444c !important;
}
blockquote {
  padding: 0px 100px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 0px solid #eee;
  position: relative;
  width: 100%;
}
blockquote::before {
  /* content: " “ "; */
  content: " ";
  position: absolute;
  font-family: "Playfair Display";
  font-size: 50px;
  color: red;
  background-image: url("/wp-content/uploads/2019/10/Group-208.png");
  background-size: cover;
  height: 26px;
  width: 33px;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
}
.articole_recente_blog {
  padding-left: 15px;
}
.search .ajax-load-more-wrap button,
.archive .ajax-load-more-wrap button,
.page-template-page-video .ajax-load-more-wrap button,
.page-template-page-critica .ajax-load-more-wrap button,
.page-template-page-features .ajax-load-more-wrap button,
.page-template-page-stiri .ajax-load-more-wrap button,
.page-template-page-interviu .ajax-load-more-wrap button,
.page-template-page-festival .ajax-load-more-wrap button,
.page-template-page-editoriale .ajax-load-more-wrap button,
.loadmore {
  border: 2px solid !important;
  border-color: #ec131b #ec131b #ec131b !important;
  border-radius: 0px !important;
  background: #ec131b !important;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  font-family: Poppins !important;
  line-height: 50px !important;
  padding: 0.6em 4em 0.4em !important;
  display: block;
  clear: both;
  margin: 0 auto;
}
.pop_up_nl input[type="submit"] {
  border: 1px solid !important;
  border-color: #ec131b !important;
  border-radius: 0px !important;
  background: #ec131b !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 12px !important;
  font-size: 12px !important;
  max-width: 100%;
  width: 50%;
  line-height: 22px !important;
  padding: 0.6em 1em 2.4em !important;
  position: relative;
  transform: translate(0px, 0px);
  font-family: Poppins;
  font-weight: bold;
}
.simplesocialbuttons.simplesocialbuttons_inline.simplesocial-round-icon button {
  border-radius: 5px !important;
}
.info_homepage input[type="submit"] {
  border: 1px solid !important;
  border-color: #ec131b !important;
  border-radius: 0px !important;
  background: #ec131b !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 12px !important;
  max-width: 300px;
  width: 100%;
  line-height: 52px !important;
  padding: 0.6em 0 0.6em !important;
  position: relative;
  transform: translate(0px, 0px);
  font-family: Poppins;
  font-weight: bold;
}
.pop_up_nl .nl_tx {
  margin-top: 18px;
}
.pop_up_nl input[type="email"] {
  color: #fff !important;
  border: 2px solid #fff !important;
  border-radius: 0px !important;
  background-color: transparent !important;
  height: 37px !important;
  width: 100% !important;
  margin-top: -10px;
  font-size: 14px;
  padding-left: 5px;
}
.pop_up_nl input::placeholder {
  color: #fff;
}
.info_homepage .mc4wp-form-fields {
  width: 50%;
  text-align: center;
}
.info_homepage input[type="email"] {
  border: 3px solid #ffffff !important;
  border-radius: 0px !important;
  background-color: transparent !important;
  height: 49px !important;
  max-width: 500px;
  width: 100% !important;
  color: #fff;
  padding-left: 5px;
  font-size: 14px;
}
.info_homepage input::placeholder {
  color: #fff;
  font-size: 14px;
}
.flex-active-slide img {
  filter: brightness(0.5);
  transition: 0.4s;
}
.sharing_row {
  margin-top: 30px;
  margin-bottom: 100px;
  display: table;
  width: 50%;
  margin: 60px 0px 60px auto;
}
.share.col-md-6.col-sm-6 {
  padding-right: 0px !important;
}
.ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
  display: none;
}
.simplesocialbuttons.simplesocial-round-icon button {
  margin-right: 0px !important;
  margin-left: 10px !important;
}
.ubermenu-skin-black-white-2 {
  border: 1px solid #0000 !important;
  background-color: #3d3d3d00 !important;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(50%, #3d3d3d00),
      color-stop(50%, #3d3d3d),
      color-stop(50%, #21212100)) !important;
  background: -webkit-linear-gradient(top, #3d3d3d00, #21212100);
  background: -moz-linear-gradient(top, #3d3d3d, #212121);
  background: -ms-linear-gradient(top, #3d3d3d, #212121);
  background: -o-linear-gradient(top, #3d3d3d, #212121);
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1);
}
.ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target {
  font-weight: bold;
  color: #d9d9d9;
  text-transform: uppercase;
  border-left: 1px solid #0000 !important;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.1);
}
.ubermenu .ubermenu-target-text {
  color: #39454d !important;
  transition: 0.8s;
  font-weight: 600 !important;
}
.ubermenu-skin-black-white-2 .ubermenu-item-level-0:hover > .ubermenu-target,
.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
  background: #1110 !important;
  color: #ec131b !important;
}
.ubermenu .ubermenu-target-text:hover {
  color: #ec131b !important;
  transition: 0.8s;
}
.page-template-page-video .page-header p {
  font-family: Poppins !important;
  color: #38444c !important;
}
/* .caldera_ajax_error_block{
	position: relative !important;
  margin-top: 45px !important;
} */
.caldera-grid .alert-danger,
.caldera-grid .alert-error,
.caldera-grid .alert-info,
.caldera-grid .alert-success,
.caldera-grid .alert-warning {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 30px;
  color: #38444c;
  line-height: 40px;
  font-family: Poppins;
  font-weight: 400;
}
div.simplesocialbuttons.simplesocialbuttons-align-right {
  text-align: right;
  text-align: -webkit-right !important;
}
.parsley-required {
  font-size: 15px;
  line-height: 40px;
  font-family: Poppins;
  font-weight: 400;
}
.mc4wp-response p {
  color: white;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  font-family: Poppins;
  text-align: center;
  margin-bottom: 30px;
  width: 50%;
}
.caldera-grid .alert-success {
  background-color: #dff0d800 !important;
  border-color: #a3d48e00 !important;
  background-image: none !important;
  color: #3c763d;
  font-size: 30px;
  color: #38444c;
  line-height: 40px;
  font-family: Poppins;
  font-weight: 400;
}
/* .caldera_ajax_error_block:not(#parsley-id-9) {
	position: relative !important;
	margin-top: 0px !important;
} */
.contact_form .cf2-dropzone ul {
  display: none;
}
.cf2-dropzone {
  margin-bottom: 40px;
}
.page-template-page-contact .caldera_ajax_error_block {
  position: relative !important;
  margin-top: 0px !important;
}
.date {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #e1e5f5;
  /* border-bottom: 1px solid #e1e5f5; */
}
.date img {
  border-radius: 50% !important;
  width: 50px !important;
}
/* .sharing_row .like::before{
	content: "";
	background-image: url(/wp-content/uploads/2019/09/high-five-1.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 40px;
	height: 40px;
} */
.site-title a {
  color: transparent;
  visibility: hidden;
}
.page-template-page-contact .fb_iframe_widget,
.page-template-page-cariere .fb_iframe_widget {
  display: none;
}
.single-content .fb-like {
  display: none;
}
.page_blog_single .post-categories a {
  font-family: Poppins;
  font-size: 16px;
  line-height: 1.5;
  display: inline;
}
.lb-like .lb-a,
.lb-dislike .lb-a {
  display: inline-block;
  color: #787869;
  overflow: visible;
  position: relative;
  text-decoration: none;
  outline: none;
  top: 1px;
  background-size: cover;
  background-image: url(https://www.filmsinframe.com/wp-content/uploads/2019/09/high-five-1.png) !important;
  width: 40px !important;
  height: 40px !important;
}
.lb-style-white .lb-like {
  background-color: transparent !important;
  color: transparent !important;
}
.lb-style-white .lb-like-icon,
.lb-style-padded .lb-like-icon,
.lb-style-drop .lb-like-icon {
  display: none !important;
}
.lb-voted .lb-like-icon {
  display: none !important;
}
.lb-style-custom .lb-like-label,
.lb-style-custom .lb-dislike-label {
  display: none !important;
}
.lb-dislike {
  display: none !important;
}
.likebtn-label {
  display: none !important;
}
.lb-style-custom .lb-count {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
  font-family: Poppins !important;
  color: #6e717e !important;
}
.likebtn-wrapper .lb-share-active .lb-a .lb-tt.lb-share-tt {
  visibility: hidden !important;
}
.lb-count {
  position: absolute !important;
  margin-left: 20px !important;
}
.lb-count::before {
  content: "Like";
  position: absolute !important;
  margin-left: 20px !important;
}
.likebtn-wrapper {
  line-height: 0px !important;
}
.lb-like,
.lb-dislike {
  height: auto !important;
  border-radius: 50% !important;
  border: 1px solid #ed1d25 !important;
  padding: 2px !important;
  width: 50px;
  height: 50px !important;
  position: relative;
}
.single-video figcaption,
.single-clipuri figcaption {
  display: none;
}
.page-template-page-video .date_art {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  font-family: Poppins;
  color: #6e717e;
  margin-bottom: 15px;
}
.page-template-page-video .likebtn_container {
  /* display: none; */
}
.lb-style-white .lb-count,
.lb-style-padded .lb-count,
.lb-style-drop .lb-count {
  border-left: 1px solid transparent !important;
  color: #000;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
  font-family: Poppins !important;
  color: #6e717e !important;
}
.likebtn_container {
  /* position: absolute; */
  width: 50%;
  transform: translate(0%, 15%);
  margin: 20px 0px;
}
.page_blog_single ol,
.page_blog_single ul {
  margin-left: 0;
}
.page_blog_single ol li,
.page_blog_single ul li {
  font-size: 20px;
  line-height: 25px;
  color: #38444c;
}
.page_blog_single ol li a,
.page_blog_single ul li a {
  font-size: 20px;
  line-height: 25px;
  color: royalblue;
}
.single-post .metaslider .caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  color: white;
  opacity: 0.7;
  margin: 0;
  display: block;
  width: auto !important;
  line-height: 1.4em;
  z-index: 1;
}
.single-post .caption {
  text-align: center;
  font-size: 32px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 50px;
  color: white;
}
.single-post .metaslider .flexslider {
  margin: 40px 0px 40px !important;
}
.single-post .flex-active-slide img {
  filter: brightness(1);
  transition: 0.4s;
}
.search_title,
.search_details {
  padding-left: 15px;
}
.result_src {
  color: #ec131b;
}
.blog_article_info {
  padding-left: 0px;
  width: 100% !important;
  float: left;
  display: block !important;
  grid-auto-columns: max-content;
}
.page_blog_single .blog_article_info .tittle_info_col {
  min-height: 70px !important;
}
.slide-img {
  background-position: center;
}
.pop_up_nl .mc4wp-response p {
  color: white;
  font-size: 16px;
  line-height: 2px;
  font-weight: 600;
  font-family: Poppins;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}
.carousel_categorii_row .post-categories li:nth-child(2) {
  padding-left: 10px;
  position: relative;
}
.carousel_categorii_row .post-categories li:nth-child(2)::before {
  content: ",";
  position: absolute;
  display: block;
  left: 0%;
}
.button_src_ .alm-btn-wrap,
.button_src_ button {
  display: none !important;
}
.button_src_low button {
  display: block !important;
}
.date .avatar_autor img {
  width: 30% !important;
}
.error-404 h3 {
  font-size: 161px;
  font-weight: 400;
  line-height: 242px;
  font-family: Poppins;
  text-align: center;
  color: #ec131b !important;
}
.error-404 p {
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
  font-family: Poppins;
  text-align: center;
  color: #39454d !important;
}
.error-404 span {
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  font-family: Poppins;
  color: #39454d !important;
}
.error-404 {
  text-align: center;
  padding: 85px 10px;
}
.error-404 p a {
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  width: 25%;
  height: 44px;
  align-items: center;
  /* display: flex; */
  justify-content: center;
  text-align: center;
  font-family: Poppins;
  color: #39454d;
  border: 1px solid;
  padding: 20px 70px;
  transition: 0.5s;
}
.error-404 p a:hover a {
  color: #fff;
  transition: 0.5s;
}
.error-404 p a:hover {
  background-color: #ec131b;
  transition: 0.5s;
  color: white;
}
.lb-like .lb-a,
.lb-dislike .lb-a {
  top: 10% !important;
  left: 10% !important;
}
.single-post .banner_single_row .metaslider .caption-wrap {
  padding: 50px 0;
  background: none !important;
  top: -100%;
  max-width: 1000px;
  left: 50% !important;
  transform: translate(-50%, 60%) !important;
}
.single-post .banner_single_row .flexslider .caption-wrap .caption a {
  font-size: 40px;
  font-weight: 400;
  font-family: Poppins;
  color: #fff;
  transition: 0.7s;
  line-height: 60px;
  text-align: center;
  display: block;
}
.single-post .banner_single_row .flexslider .slides {
  position: relative !important;
  top: 0px !important;
}
.single-post .banner_single_row .flexslider .slides img {
  display: block !important;
  /* filter: brightness(50%); */
}
.caldera-grid input[type="file"] {
  display: block;
  width: 100% !important;
  color: #f1f1f1;
}
.caldera-grid *,
.caldera-grid :after,
.caldera-grid :before {
  width: 100% !important;
}
.caldera-grid .form-group {
  position: relative !important;
}
input[type="file"] {
  font-size: 14px !important;
  line-height: 1.42857143;
  color: #555;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #f1f1f1;
  border: thin solid #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-left: 15px;
  padding-top: 20px;
}
.caldera-grid .col-sm-4 {
  width: 33.33% !important;
}
.lb-like .lb-a,
.lb-dislike .lb-a,
.likebtn-wrapper .lb-share-active .lb-a {
  cursor: pointer;
}
.category_link a {
  color: #39454d !important;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 700;
  transition: 0.5s;
}
.category_col_hp {
  margin-bottom: 30px;
}
.category_link a:visited,
.category_link a:active,
.category_link a:hover {
  color: #ff0000 !important;
  transition: 0.5s;
}
.tooltip .fas {
  color: #ff0000;
}
.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1 !important;
}
.tooltip .tooltiptext {
  visibility: hidden;
  min-width: 282px;
  width: 100%;
  text-align: center;
  border-radius: 0px;
  padding: 15px 15px;
  position: absolute;
  z-index: 9999;
  top: 55px;
  left: 0%;
  margin-left: 0px;
  opacity: 0;
  transition: opacity 0.3s;
  background-color: #fff;
  color: #38444c;
  font-family: Poppins;
  font-weight: 600;
  border: 1px solid #38444c;
}
p.tooltiptext {
  margin: 0px;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: -15%;
  left: 17%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  transform: rotate(180deg);
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.recomandari_video {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.recomandari_video li {
  width: 50%;
  display: flex;
  float: left;
}
.recomandari_video li .video_page {
  width: 100%;
}
.recomandari_video li .video_page {
  width: 100%;
}
.recomandari_video li:nth-child(3n+1) .video_page {
  padding-right: 15px;
}
.recomandari_video li:not(:nth-child(3n+1)) .video_page {
  padding-left: 15px;
  padding-right: 15px;
}
.hp_our_work.active .tooltiptext {
  /* font-size: 16px;
line-height: 1.2;
font-weight: 200;
font-family: Poppins;
color: #38444C; */
}
.powered_by_footer #text-2 {
  margin-right: -30px !important;
  float: right !important;
}
.page-template-page-videonew .search_new {
  display: block !important;
}
.carusel_categorii_blog a:nth-child(2) {
  color: #39454d !important;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 700;
  transition: 0.5s;
}
.single-product .sharing_row {
  display: table;
  width: 100%;
  position: relative;
  clear: both;
}
.woocommerce-checkout .entry-content {
  font-size: 15px;
}
.woocommerce-checkout .woocommerce-Price-amount.amount,
.woocommerce-cart .woocommerce-Price-amount.amount {
  font-size: 15px;
}
.woocommerce-cart .product-name {
  font-size: 14px;
  font-weight: 700;
}
.single-product .summary.entry-summary {
  margin-top: 0px;
}
.contul_meu_hidden {
  display: none !important;
}
.woocommerce-checkout .contul_meu_hidden,
.woocommerce-account .contul_meu_hidden,
.single-product .contul_meu_hidden {
  /* display: inline !important; */
}
.cart-empty,
.return-to-shop,
.woocommerce-notices-wrapper,
.woocommerce-additional-fields h3,
.woocommerce-billing-fields h3,
.woocommerce-form-coupon-toggle,
.woocommerce-cart tr td.actions,
/* .single-product .single_add_to_cart_button.button.alt, */
.single-product .onsale,
.single-product .date.row,
.single-product .product_meta,
.single-product .date_art,
.single-product .single-post-title,
.single-product .likebtn_container,
.carusel_categorii_blog a:nth-child(3),
.page_blog_single .post-categories li:nth-child(2) {
  display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-content a,
.woocommerce-account .woocommerce-MyAccount-content {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  font-family: Poppins;
  color: #38444c;
}
.woocommerce-account .woocommerce-MyAccount-content a {
  color: #ec131b !important;
}
.woocommerce-account .woocommerce-MyAccount-content p:last-child {
  text-align: left !important;
}
.woocommerce-MyAccount-navigation ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #414c54;
  font-size: 16px;
  transition: 0.5s;
  font-weight: bold;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #ec131b;
}
.woocommerce ul.order_details li {
  width: 100%;
  max-width: 100%;
}
.woocommerce ul.order_details {
  padding: 0px;
}
.woocommerce ul.order_details .woocommerce-order-overview__total,
.woocommerce ul.order_details .date {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #414d54;
  border-bottom: 1px solid #414d54;
}
.woocommerce-checkout .order-again {
  display: none;
}
.woocommerce-checkout .product-name a,
.woocommerce-checkout .download-product a,
.woocommerce ul.order_details li strong {
  color: #ec131b;
}
.woocommerce .woocommerce-customer-details address {
  border: 2px solid rgb(56 68 76);
  border-radius: 0px;
}
.woocommerce-privacy-policy-link,
.woocommerce-privacy-policy-link:hover,
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #ec131b;
  transition: 0.5s;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
  border: 2px solid !important;
  border-color: #ec131b #ec131b #ec131b !important;
  border-radius: 0px !important;
  background: #ec131b !important;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  font-family: Poppins !important;
  line-height: 50px !important;
  padding: 0.6em 4em 0.4em !important;
  display: block;
  clear: both;
  margin: 0 auto;
}
a:visited {
  color: #ec131b;
}
.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
  font-size: 14px;
  color: #39454d;
}
.woocommerce-Price-amount.amount {
  font-family: Poppins;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 18px;
  margin: 0px;
  padding: 0px;
  color: #ec131b !important;
}
del .woocommerce-Price-amount.amount {
  display: none; 
  font-size: 16px;
}
.order-again a,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #fff;
  border: 2px solid !important;
  border-color: #ec131b #ec131b #ec131b !important;
  border-radius: 0px !important;
  background: #ec131b !important;
  font-size: 14px;
  font-weight: bold;
  color: #fff !important;
  font-family: Poppins !important;
  line-height: 26px !important;
  padding: 10px 30px !important;
  display: block;
  clear: both;
  margin: 0 auto;
}
.woocommerce div.product .product_title {
  font-family: Poppins;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  margin: 0px;
  padding: 0px;
  color: #38444c !important;
  margin-bottom: 15px;
}
.cart button {
  border: 2px solid !important;
  border-color: #ec131b #ec131b #ec131b !important;
  border-radius: 0px !important;
  background: #ec131b !important;
  font-size: 16px !important;
  font-weight: bold;
  color: #fff !important;
  font-family: Poppins !important;
  line-height: 50px !important;
  padding: 0.6em 4em 0.4em !important;
  display: block;
  clear: both;
  margin: 0 auto;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 100%;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: normal;
  min-height: 50px;
  border: 2px solid #414d54;
  border-radius: 0px;
  padding-left: 15px;
  font-size: 14px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #fff;
  border-radius: 5px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #fff;
  color: #39454d;
  padding-left: 0px;
  padding: 0 !important;
  margin: 0 !important;
  display: none !important;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding-left: 0 !important;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}
#sn-mobilpay-methods ul {
  margin: 0;
  padding: 0px;
}
.shop_btn {
  display: table;
  width: 100%;
  position: relative;
  clear: both;
  text-align: center;
}
.shop_btn a {
  border: 2px solid !important;
  border-color: #ec131b #ec131b #ec131b !important;
  border-radius: 0px !important;
  background: #ec131b !important;
  font-size: 16px !important;
  font-weight: bold;
  color: #fff !important;
  font-family: Poppins !important;
  line-height: 50px !important;
  padding: 0.6em 4em 0.4em !important;
  display: block;
  clear: both;
  margin: 0 auto;
}
.woocommerce table.shop_table {
  border: 2px solid rgb(65 77 84);
  border-radius: 0px;
}
.woocommerce table.shop_table th {
  border-bottom: 1px solid #414d54 !important;
  color: #39454d !important;
}
.woocommerce table.shop_table td {
  border-top: none !important;
  border-bottom: 1px solid #414d54 !important;
}
.woocommerce .quantity .qty {
  width: 50%;
  text-align: center;
  outline: none;
  border: none;
}
.woocommerce-account .woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 100%;
  display: block !important;
  flex-direction: unset;
}
.woocommerce-account .u-column1.col-1 {
  width: 47%;
  float: left;
}
.woocommerce-account p:last-child {
  text-align: center !important;
}
.woocommerce-account .u-column2.col-2 {
  width: 47%;
  float: right;
}
.woocommerce-LostPassword a {
  font-size: 14px;
  color: #ec131b;
}
.woocommerce form.login,
.woocommerce form.register {
  border: 2px solid #414d54;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 0px;
}
.woocommerce-form-login-toggle {
  display: none;
}
.woocommerce-form-register__submit,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: none !important;
  margin-right: 1em;
  border: 2px solid !important;
  border-color: #ec131b #ec131b #ec131b !important;
  border-radius: 0px !important;
  background: #ec131b !important;
  font-size: 16px !important;
  font-weight: bold;
  color: #fff !important;
  font-family: Poppins !important;
  line-height: 50px !important;
  padding: 0.6em 4em 0.4em !important;
  display: block;
  clear: both;
  margin: 0 auto;
}
.imagine_articol_trailer {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 420px;
  width: 100%;
}
.imagine_articol_trailer,
.trailler_excerpt,
.trailler_button {
  display: none;
}
#trailere .trailler_content p:nth-child(1),
#trailere .trailler_content p iframe {
  display: nonee;
}
.trailler_content figure {
  width: 100% !important;
}
#trailere .imagine_articol_trailer,
#trailere .trailler_excerpt,
#trailere .trailler_button {
  display: block;
}
#trailere .recomandari_video li {
  width: 100% !important;
  display: block !important;
  float: inherit !important;
}
#trailere .recomandari_video .video_page {
  display: flex !important;
  width: 100% !important;
}
#trailere .recomandari_video li:nth-child(odd) .video_page {
  padding-right: 0px;
}
#trailere .recomandari_video li:nth-child(even) .video_page {
  padding-left: 0px;
}
#trailere li:nth-child(even) .video_page {
  flex-direction: row-reverse;
}
#trailere .recomandari_video .video_page .trailler_excerpt {
  flex-direction: column;
}
#trailere .recomandari_video .video_page .trailler_excerpt p {
  margin: 0px 120px;
  margin-bottom: 30px;
}
#trailere .recomandari_video .video_page .trailler_excerpt,
#trailere .recomandari_video .video_page .trailler_content {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}
.trailler_content p {
  width: 100%;
}
#trailere .recomandari_video .video_page .trailler_excerpt {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  color: #38444c;
}
.single_magazine {
  display: table;
  width: 100%;
  position: relative;
}
.single_magazine .lsow-icon-list.lsow-alignleft {
  text-align: right;
}
.single-product .share,
.single_magazine .lsow-icon-list.lsow-alignleft .lsow-icon-list-item:nth-child(3) {
  display: none;
}
.single-video .imagine_articol_trailer,
.single-clipuri .imagine_articol_trailer {
  display: block;
  min-height: 650px;
}
.single-video .avatar_autor,
.single-clipuri .avatar_autor,
.single-video .like,
.single-clipuri .like {
  text-align: left !important;
}
.video_page img {
  height: 425px !important;
}
#popmake-8395.pum-theme-4931 .pum-container,
.pum-theme-lightbox .pum-container {
  padding: 18px !important;
  border-radius: 0px !important;
  border: 8px solid #000000 !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border: none !important;
  text-align: center !important;
}
#product-8184 .summary,
.woocommerce-product-gallery {
  width: 100% !important;
}
.single-product .woocommerce-notices-wrapper {
  display: block !important;
}
.single-product .woocommerce-notices-wrapper .woocommerce-error li {
  font-size: 16px;
  color: #38444c;
  font-family: Poppins;
}
.page-id-8433 p {
  font-size: 18px;
}
.single-product .woocommerce-notices-wrapper .woocommerce-error {
  background-color: #fff;
  padding: 15px 0px;
  border-top-color: #38444c;
}
.woocommerce .woocommerce-error .button {
  background-color: #fff;
  border: 2px solid !important;
  border-color: #ec131b #ec131b #ec131b !important;
  border-radius: 0px !important;
  background: #ec131b !important;
  font-size: 14px;
  font-weight: bold;
  color: #fff !important;
  font-family: Poppins !important;
  line-height: 20px !important;
  padding: 10px !important;
  display: block;
  clear: both;
  margin: 0 auto;
}
.woocommerce-error::before {
  display: none;
}
.woocommerce-cart-form__cart-item td.product-name a {
  color: #38444c !important;
  outline: none;
}
.powered_by_footer .copyright_info_netopia {
  max-width: 50% !important;
  height: 30px;
  margin: 0 0 1.5em;
}
.powered_by_footer {
  display: flex;
  flex-direction: inherit;
  align-items: flex-end;
  justify-content: space-between;
}
.single-product #metaslider_5115 {
  display: none;
}
.articole_trailer_hp {
  margin-bottom: 100px;
}
.articole_trailer_hp .imagine_articol {
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: inset 200px 200px 300px 200px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: inset 200px 200px 300px 200px rgba(0, 0, 0, 0.39);
  box-shadow: inset 200px 200px 300px 200px rgba(0, 0, 0, 0.39);
}
.articole_trailer_hp .imagine_articol h3 {
  font-size: 40px;
  font-weight: 400;
  font-family: Poppins;
  color: #fff;
  transition: 0.7s;
  line-height: 60px;
  text-align: center;
  display: block;
}
.banner_header h3 {
  max-width: 50%;
  color: #bdbdbd;
}
.banner_header .caption_slide {
  background-size: cover !important;
  height: 700px;
  display: flex;
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px 0px 300px 320px #000000a6;
}
.banner_low {
  background-size: cover !important;
  height: 240px;
  width: 1140px;
  margin: 0 auto;
  margin-top: 30px;
}
.banner_header {
  margin-bottom: 70px !important;
  position: relative !important;
  clear: both !important;
}
.page-template-page-trailere h3.trailer_title {
  /* margin-bottom: 50px !important; */
}
.page-template-page-videonew .films-tabs .nav-tabs.nav-justified > li:nth-child(4) {
  display: none !important;
}
.trailere_content p {
  font-size: 15px;
  line-height: 36px;
  font-weight: 300;
  margin-top: 10px;
  font-family: Poppins;
  color: #38444c;
  max-width: 900px;
  padding: 0;
}
div.simplesocialbuttons.simplesocialbuttons-align-right {
  /* margin-bottom: 0px !important;
  float: right;
  top: 25px;
  position: relative; */
  margin: -30px auto 5px 0px;
}
.caption_slide p {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins";
  color: #fff !important;
  transition: 0.7s;
  text-align: center;
  max-width: 800px;
  line-height: 25px;
  margin: 30px auto 30px;
}
/* MOBILE */
@media only screen and (min-width: 375px) {
  /* .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  } */
  .info_homepage {
    width: 100%;
    padding: 0px 0px;
  }
}
@media only screen and (min-width: 425px) {
  /* .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  } */
  .info_homepage {
    width: 100%;
    padding: 0px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .articole_homepage_row img {
    height: inherit;
  }
  /* .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  } */
  .page_blog_single .container,
  .page-template-page-despre .page_despre_ .container {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .page_blog_single .container,
  .page-template-page-despre .page_despre_ .container {
    width: 970px;
  }
}
@media only screen and (min-width: 1024px) {
  /* .container {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  } */
}
@media only screen and (min-width: 1280px) {
  .powered_by_footer #text-2 {
    margin-right: -30px !important;
    float: right !important;
  }
  /* .container {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  } */
}
@media only screen and (min-width: 1366px) {
  /* .container {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  } */
}
@media only screen and (min-width: 1440px) {
  /* .container {
    max-width: 100%;
    width: 1710px;
    padding-left: 100px;
    padding-right: 100px;
  } */
  .video_page figure,
  .video_page iframe {
    height: 420px;
    width: 100%;
    margin-top: 15px;
  }
  /* .page_blog_single .container,
  .page-template-page-despre .page_despre_ .container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .page_blog_single .container {
    width: 1000px;
  } */
}
#trailere .recomandari_video li {
  margin-bottom: 50px;
}
.caption_slide.imagine_blog {
  margin-bottom: 0px !important;
  height: 700px;
  display: block;
  background-size: cover !important;
}
.banner_single_row {
  display: none;
}
.listing-meta {
  color: #6e717e;
  min-height: 50px;
}
/* UPDATE ADC JUNE 2021 */
.outline-title {
  color: #fff !important;
  font-size: 40px;
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ec131b;
  font-family: Poppins;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.5px;
}
.slick-dots li button:before {
  font-size: 12px;
}
@media only screen and (max-width: 1440px) {
  .banner_low {
    background-size: cover !important;
    height: 233px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  /* .page_blog_single .container {
    width: 900px;
  } */
  .video_page img {
    height: 349px !important;
  }
  .caption_slide.imagine_blog {
    height: 520px;
  }
  .articole_trailer_hp .imagine_articol {
    height: 525px;
  }
  .banner_header .caption_slide {
    height: 525px;
  }
  .page-template-page-home .caption .slide-title {
    padding-top: 0px;
  }
  .page-template-page-home .slide-img {
    height: 467px !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }
  /* .page_blog_single .blog_article_info .tittle_info_col {
    max-width: 60%;
} */
  .top-bar input[type="submit"] {
    transform: translate(0%, 0%) !important;
  }
  /* .top-bar .menu-item  input[type="submit"] {
    transform: translate(150%, -140%);
} */
  .newsletter_homepage {
    margin-top: 70px;
    max-width: 1250px;
  }
  .articole_homepage_row .imagine_articol {
    width: 100%;
    height: 270px;
    background-repeat: no-repeat;
    max-width: 100%;
    background-size: cover;
    background-position: center;
  }
  #metaslider_345 {
    margin-bottom: 0;
  }
  .articole_recente_blog {
    font-size: 30px;
  }
  .pop_up_nl {
    transform: translate(0%, 0%);
  }
  .btn_search .sow-icon-genericons {
    transform: translate(40%, 0%);
  }
  .hp_newsletter {
    margin-top: 60px;
  }
  .background_banner .title {
    font-size: 40px;
    font-family: Poppins;
    font-weight: 200;
    line-height: 50px;
    color: white;
    max-width: 70%;
    margin: auto;
  }
  .footer_row .logo_fif {
    top: 0;
  }
  .footer_row .logo_fif img {
    margin-top: 50px;
  }
  .articole_search_row {
    /* margin-bottom: 30px; */
  }
  .addtoany_header {
    display: inline;
    font-size: 16px;
    font-family: Poppins;
    margin: 0 10px;
  }
  .addtoany_content {
    float: right;
  }
  .page_blog_single ol li,
  .page_blog_single ul li,
  .page_blog_single ol li a,
  .page_blog_single ul li a,
  .page_blog_single p {
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 30px;
  }
  .articole_recente_blog {
    margin-bottom: 30px;
  }
  .comment_single {
    font-weight: 300;
  }
  .carusel_row_ .imagine_articol {
    max-width: 100%;
    width: 265px;
    height: 170px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .articole_homepage_row .titlu_articol,
  .articole_search_row .titlu_articol {
    font-size: 16px !important;
    line-height: 20px;
    min-height: 80px;
    font-weight: bold;
    font-family: Poppins;
    color: #38444c;
    margin-top: 5px;
    /* margin-bottom: 20px; */
    transition: 0.7s;
  }
  .top_bar_menu ul li:nth-child(4) {
    margin-right: 11px;
  }
  .top_bar_menu ul li:nth-child(2),
  .top_bar_menu ul li:nth-child(3),
  .top_bar_menu ul li:nth-child(4) {
    border-right: 1px solid #38444c;
    padding-right: 11px;
    padding-left: 11px;
  }
  .single-podcast .imagine_articol,
  .single-post .imagine_articol,
  .articole_search_row .imagine_articol,
  .archive .imagine_articol {
    width: 100%;
    height: 270px;
    background-repeat: no-repeat;
    max-width: 100%;
    background-size: cover;
    background-position: center;
  }
  .main-navigation li {
    /*padding-left: 60px;*/
  }
  .slick-slide img {
    width: 293px;
  }
}
#all .video_page a {
  padding: 0px;
  border: 0px solid #38444c !important;
  color: transparent !important;
  margin-right: 0px;
  transition: 0s;
  outline: none;
}
.featured_videos:nth-last-of-type(1) {
  /* display: none !important; */
}
@media only screen and (max-width: 1366px) {
  .imagine_blog {
    min-height: 58vh;
  }
  .banner_low {
    background-size: cover !important;
    height: 183px;
    width: 870px;
    margin: 0 auto;
    margin-top: 30px;
    margin-left: -50px;
    margin-right: 0;
  }
  .banner_header .caption_slide {
    height: 498px;
  }
  .post_container {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .video_page figure,
  .video_page iframe {
    height: 348px;
    margin-top: 0px;
  }
  .video_page img {
    height: 348px !important;
  }
  .top-bar input[type="submit"] {
    transform: translate(0%, 0%) !important;
  }
  .content-area {
    max-width: 100%;
    margin: 0 auto;
  }
  .cariere_title_info {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .single-podcast #main p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    font-family: Poppins;
    color: #38444c;
  }
  .background_homepage {
    background-image: url(/wp-content/uploads/2019/08/fif_banner.png);
    text-align: center;
    background-size: cover;
    width: 100vw;
    min-height: 34vw;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-navigation li {
    padding-left: 60px;
  }
  .top_bar_menu ul li:nth-child(2),
  .top_bar_menu ul li:nth-child(3),
  .top_bar_menu ul li:nth-child(4) {
    border-right: 1px solid #38444c;
    padding-right: 6px;
    padding-left: 6px;
  }
  .articole_homepage_row .imagine_articol {
    max-height: 270px;
    overflow: hidden;
    width: 100%;
    height: 270px;
    background-repeat: no-repeat;
    max-width: 100%;
    background-size: cover;
    background-position: center;
  }
  .single-podcast .imagine_articol,
  .single-post .imagine_articol,
  .articole_search_row .imagine_articol,
  .archive .imagine_articol {
    width: 100%;
    height: 270px;
    background-repeat: no-repeat;
    max-width: 100%;
    background-size: cover;
    background-position: center;
  }
  .articole_homepage_row .titlu_articol,
  .articole_search_row .titlu_articol {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0 !important;
    line-height: 1;
  }
  .pop_up_nl input[type="submit"] {
    transform: translate(0%, 0%) !important;
  }
  .top-bar input[type="search"] {
    border: 2px solid #38444c !important;
    display: none;
    position: absolute;
    transform: translate(-16%, -128%);
  }
  .btn_search .sow-icon-genericons {
    transform: translate(720%, 0%);
  }
  .main-navigation li {
    padding-left: 53px;
  }
  .powered_by {
    width: 17%;
  }
  .top_lang {
    /* width: 17% */
  }
  .top-bar .list_icons {
    width: 20%;
  }
  .list_icons {
    width: 100%;
  }
  .footer_row .top_lang {
    width: 100%;
  }
  .hp_newsletter {
    margin-top: 30px;
  }
  .hp_newsletter_text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
  }
  .single-post-title {
    top: -220px;
  }
}
@media only screen and (max-width: 1280px) {
  .banner_header .caption_slide {
    height: 466px;
  }
  /* .single .single-post-title {
    font-weight: 800 !important;
    margin-top: 30px !important;
  } */
  .page_blog_single .date_art .simplesocial-twt-share {
    margin-left: 0px !important;
    /* display: inline-flex; */
    /* justify-content: space-between; */
  }
  .banner_low {
    background-size: cover !important;
    height: 183px;
    width: 870px;
    margin: 0 auto;
    margin-top: 30px;
    margin-left: -50px;
    margin-right: -50px;
  }
  .articole_trailer_hp .imagine_articol {
    height: 467px;
  }
  .video_page img {
    height: 324px !important;
  }
  #trailere .recomandari_video .video_page .trailler_excerpt p {
    margin: 0px 15px !important;
    margin-bottom: 30px;
  }
  #trailere .imagine_articol_trailer,
  #trailere .trailler_excerpt,
  #trailere .trailler_button {
    display: block;
    padding-top: 30px;
  }
  .video_page figure,
  .video_page iframe {
    height: 323px;
    margin-top: 0px;
  }
  .films-tabs .nav-tabs.nav-justified {
    margin-bottom: 70px;
  }
  .articole_homepage_row .imagine_articol {
    max-height: 261px;
  }
  .imagine_blog {
    min-height: 55vh;
  }
  .top_bar_menu ul li:nth-child(2),
  .top_bar_menu ul li:nth-child(3),
  .top_bar_menu ul li:nth-child(4) {
    padding-right: 4px;
    padding-left: 4px;
  }
  .top_bar_menu ul li:nth-child(4) {
    margin-right: 4px;
  }
  .caption .slide-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1256px) {
  .top_bar_menu ul li:nth-child(1),
  .top_bar_menu ul li:nth-child(2),
  .top_bar_menu ul li:nth-child(3) {
    border-right: 1px solid #38444c !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}
@media only screen and (max-width: 1240px) {
  .top_bar_menu ul li:nth-child(1),
  .top_bar_menu ul li:nth-child(2),
  .top_bar_menu ul li:nth-child(3) {
    border-right: 1px solid #38444c !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .top_bar_menu ul li:nth-child(1),
  .top_bar_menu ul li:nth-child(2),
  .top_bar_menu ul li:nth-child(3) {
    padding-left: 7px !important;
  }
  .caption_slide.imagine_blog {
    height: 437px;
  }
  .top-bar input[type="submit"] {
    transform: translate(20%, 0%) !important;
  }
  .top-bar input[type="search"] {
    border: 2px solid #38444c !important;
    position: absolute;
    transform: translate(-26%, -128%);
  }
  .btn_search .sow-icon-genericons {
    transform: translate(580%, 0%);
  }
  .main-navigation li {
    padding-left: 47px;
  }
}
@media only screen and (max-width: 1100px) {
  .top-bar input[type="submit"] {
    transform: translate(140%, -140%) !important;
  }
}
@media only screen and (max-width: 1024px) {
  .recomandari_video li:nth-child(even) .video_page {
    padding-left: 0;
  }
  .banner_low {
    height: 183px;
    width: 872px;
  }
  .caption_slide.imagine_blog {
    height: 373px;
  }
  .banner_header .caption_slide {
    height: 373px;
  }
  .articole_trailer_hp .imagine_articol {
    height: 373px;
  }
  .articole_trailer_hp .imagine_articol h3 {
    font-size: 28px;
  }
  .video_page img {
    height: 236px !important;
  }
  .page-template-page-home .slide-img {
    height: 372px !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }
  .page-template-page-home .caption .slide-title {
    padding-top: 0px;
    font-size: 30px;
  }
  .carousel_categorii_row .post-categories li:nth-child(2)::before {
    top: -100%;
  }
  .articole_homepage_row .imagine_articol {
    max-height: 200px;
  }
  .imagine_blog {
    min-height: 44vh;
    background-size: contain;
  }
  .top_bar_menu ul li:nth-child(1),
  .top_bar_menu ul li:nth-child(2),
  .top_bar_menu ul li:nth-child(3) {
    padding-left: 2px !important;
  }
  .video_page figure,
  .video_page iframe {
    height: 236px;
    margin-top: 0px;
  }
  #myList .tab-pane.active li {
    display: list-item;
    width: 50%;
  }
  .tara_row,
  .actori_row {
    display: block !important;
  }
  .contact_informatii .list_icons {
    width: 100% !important;
  }
  .btn_search .sow-icon-genericons {
    transform: translate(280%, 0%);
  }
  .articole_homepage_row .titlu_articol,
  .articole_search_row .titlu_articol {
    font-size: 16px;
    line-height: 20px;
    min-height: 80px;
    font-weight: bold;
    font-family: Poppins;
    color: #38444c;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .carusel_row_ .imagine_articol {
    height: 209px;
    background-size: cover;
  }
  .main-navigation li {
    float: left;
    position: relative;
    padding-left: 29px;
  }
  .powered_by {
    width: 17%;
  }
  .top_lang {
    /* width: 17% */
  }
  .list_icons {
    width: 14%;
  }
  .top_bar_menu {
    width: 38%;
  }
  .background_banner {
    min-height: 423px;
  }
  .newsletter_homepage {
    min-height: 0px;
  }
  .slick-slide img {
    width: 250px;
  }
  .carusel_categorii a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .banner_header .caption_slide {
    height: 280px;
  }
  .caption_slide.imagine_blog {
    height: 280px;
  }
  .banner_low {
    height: 140px;
    width: 664px;
  }
  .page-template-page-home .caption .slide-title {
    padding-top: 0px;
    font-size: 22px;
  }
  .articole_trailer_hp .imagine_articol {
    height: 280px;
  }
  .recomandari_video li {
    width: 100% !important;
    display: flex;
    float: left;
  }
  #trailere .recomandari_video .video_page {
    display: block !important;
    width: 100% !important;
  }
  .powered_by_footer #text-2 {
    margin-right: 0px !important;
    float: none !important;
  }
  #myList .tab-pane.active li {
    display: list-item;
    width: 100%;
  }
  .films-tabs .nav-tabs.nav-justified {
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
  }
  .films-tabs .nav-tabs.nav-justified > li {
    display: table;
    width: auto;
    float: left;
    min-height: 66px;
  }
  .page-template-page-arhiva .films-tabs .nav-tabs.nav-justified > li {
    min-height: 40px;
  }
  .page-template-page-arhiva .films-tabs .nav-tabs.nav-justified > li a {
    font-size: 12px;
  }
  .slide-excerpt {
    font-size: 12px;
    line-height: 19px;
  }
  .caldera-grid .col-sm-4 {
    width: 100% !important;
  }
  .page-template-page-home .slide-img {
    height: 280px !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }
  .single-post .banner_single_row .metaslider .caption-wrap {
    transform: translate(-50%, 45%) !important;
  }
  .date .avatar_autor img {
    width: 15% !important;
  }
  .imagine_blog {
    min-height: 33vh;
    background-size: contain;
  }
  .post_container {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .video_page img {
    height: 360px !important;
  }
  .video_page figure,
  .video_page iframe {
    height: 360px;
    width: 100%;
  }
  .author_info {
    margin-top: 20px;
  }
  .ubermenu .ubermenu-target {
    padding: 15px 9px !important;
  }
  .cariere_form {
    margin-top: 40px;
    margin-bottom: 100px;
  }
  .cariera_single {
    margin-bottom: 0px;
  }
  .form_title {
    margin-top: 50px;
  }
  .slide-353 {
    margin: 60px 0 !important;
  }
  .caption .slide-title {
    font-size: 30px;
    line-height: 40px;
  }
  .metaslider .caption-wrap {
    top: -10%;
  }
  .newsletter_homepage {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  /* .pop_up_nl {
    transform: translate(0%, 3%);
} */
  .nl-footer .pop_up_nl {
    transform: translate(0%, 4%);
  }
  .background_homepage {
    min-height: 54vw;
  }
  .meniu_row ul li a {
    font-size: 12px;
  }
  .top-bar input[type="search"] {
    transform: translate(-9%, -128%);
  }
  .top-bar input[type="submit"] {
    transform: translate(0%, 0%) !important;
  }
  .newsletter_title_homepage,
  .newsletter_text_homepage {
    width: 50%;
  }
  .top-bar .container {
    max-height: 120px;
  }
  .hp_newsletter_text {
    color: white;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    font-family: Poppins;
    text-align: center;
  }
  .newsletter_homepage {
    display: block;
    background-color: #38444c;
    min-height: 270px;
  }
  .page_despre_ .title_despre h3 {
    font-size: 50px;
    font-weight: 200;
    line-height: 50px;
    font-family: Poppins;
    color: #38444c;
    width: 100%;
    margin-top: 50px;
  }
  .articole_homepage_row .titlu_articol,
  .articole_search_row .titlu_articol {
    font-size: 16px;
    line-height: 20px;
    min-height: 60px;
    font-weight: bold;
    font-family: Poppins;
    color: #38444c;
    margin: 0;
  }
  .powered_by {
    width: 50%;
  }
  .top_lang {
    /* width: 25% */
  }
  .list_icons {
    width: 25%;
  }
  .top_bar_menu {
    width: 100%;
  }
  .main-navigation li {
    padding-left: 12px;
  }
  .logo_fif img {
    max-width: 120px !important;
  }
  .footer_row .top_lang {
    width: 100%;
  }
  .title {
    font-size: 40px;
    max-width: 70%;
    margin: auto;
  }
  .text {
    font-size: 15px;
    max-width: 70%;
    margin: auto;
  }
  .powered_by_footer {
    clear: both;
  }
  .background_banner .title,
  .background_homepage .title {
    font-size: 40px;
    line-height: 50px;
  }
  .hp_newsletter {
    color: white;
    font-size: 30px;
    line-height: 40px;
    font-weight: 200;
    font-family: Poppins;
    margin-top: 20px;
    text-align: center;
  }
  blockquote {
    width: 100%;
  }
  .page_blog_single ol,
  .page_blog_single ul {
    padding-left: 0;
  }
  .page_blog_single ol li,
  .page_blog_single ul li,
  .page_blog_single ol li a,
  .page_blog_single ul li a,
  .page_blog_single p {
    font-size: 16px;
  }
  .caldera-grid input,
  .caldera-grid .form-control.cf2-file .btn {
    height: auto !important;
  }
  input[type="file"] {
    font-size: 14px !important;
    line-height: 1.42857143;
    color: #555;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #f1f1f1;
    border: thin solid #333;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding-left: 9px;
    padding-top: 5px;
    height: 36px !important;
  }
}
.lb-like .lb-a,
.lb-dislike .lb-a {
  top: -5% !important;
  left: -5% !important;
}
.lb-like .lb-a,
.lb-dislike .lb-a {
  background-size: 50% !important;
  background: no-repeat !important;
  background-position: center !important;
  background-image: url("/wp-content/uploads/2019/09/high-five-1.png") !important;
  width: 56px !important;
  height: 56px !important;
}
.checkout_film,
.checkout_film:hover,
.checkout_film:active,
.checkout_film:visited {
  color: #ec131b !important;
}
.synopsis_row p {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 26px !important;
  font-family: Poppins;
  margin: 0px;
}
.synopsis_row .title_col {
  font-size: 16px !important;
  font-weight: bold;
  line-height: 50px;
  font-family: Poppins;
  color: #ec131b;
  margin: 0px;
}
.synopsis_row {
  display: table;
  clear: both;
  width: 100%;
}
@media only screen and (max-width: 525px) {
  .caption_slide p {
    font-size: 10px;
    line-height: 1.5;
  }
  #trailere .recomandari_video li {
    margin-bottom: 70px !important;
  }
  .caption_slide.imagine_blog {
    height: 158px;
  }
  .single-post .imagine_blog {
    background-size: cover !important;
    margin-top: 30px;
  }
  .page-template-page-trailere .video_page img {
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .powered_by_footer_new {
    padding-right: 0px;
    padding-top: 0px;
    width: 100%;
    padding-bottom: 30px;
    margin-top: 0px;
  }
  .banner_low {
    height: 83px;
    width: 395px;
    margin-left: -15px !important;
  }
  .banner_header .caption_slide {
    height: 255px;
  }
  .articole_trailer_hp .imagine_articol {
    height: 255px;
  }
  .articole_trailer_hp .imagine_articol h3 {
    font-size: 16px;
  }
  .articole_homepage_row .films-tabs ul li a {
    padding: 5px !important;
  }
  .tooltip .tooltiptext {
    min-width: 177px;
  }
  .tooltip.active .tooltiptext {}
  #myList li {
    margin-left: 15px;
  }
  .video_page figure,
  .video_page iframe {
    /* height: 170px; */
    width: 380px;
    max-width: 380px;
    /* max-width: 100%; */
  }
  #full-screen-search {
    width: 100vw;
  }
  .video_page img {
    /* height: 170px !important; */
    width: 380px;
    max-width: 380px;
  }
  #full-screen-search button.close {
    top: 190px !important;
    right: 100px !important;
  }
  .page-template-page-home .slide-img {
    height: 155px !important;
    min-height: 110px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .page-template-page-home .caption .slide-title {
    padding-top: 0px;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
  }
  .powered_by_footer {
    margin-top: 35px;
  }
  .powered_by_footer p {
    font-size: 13px;
    line-height: 30px;
  }
  .pop_up_nl .mc4wp-response p {
    width: 100%;
    padding: 0px;
    font-size: 10px;
  }
  .page-template-page-home .site-content {
    /* display: none; */
  }
  .ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
    position: relative !important;
    z-index: 999 !important;
  }
  .site-header {
    margin-bottom: -40px;
  }
  .post_container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .info_homepage input[type="submit"] {
    line-height: 32px !important;
  }
  .metaslider .caption-wrap {
    transform: translate(-50%, 0%);
  }
  .slide-img {
    position: relative;
    height: 220px !important;
    background-repeat: no-repeat;
    min-height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  blockquote {
    padding: 0px 0px;
    margin: 70px 0 20px;
  }
  blockquote::before {
    top: -20px !important;
  }
  .single-post .banner_single_row .metaslider .slides img {
    min-height: 82px !important;
  }
  .single-post .banner_single_row .flexslider .caption-wrap .caption a {
    font-size: 16px;
  }
  .likebtn_container {
    position: relative;
    width: 50%;
    margin-bottom: 50px;
    float: left;
  }
  .single-post .banner_single_row .metaslider .caption-wrap {
    transform: translate(-50%, 18%) !important;
  }
  .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target {
    background: #252729 !important;
    color: #ec131b !important;
  }
  .caldera-grid .alert-success {
    background-color: #dff0d800 !important;
    border-color: #a3d48e00 !important;
    background-image: none !important;
    color: #3c763d;
    font-size: 30px;
    color: #38444c;
    line-height: 40px;
    font-family: Poppins;
    font-weight: 400;
  }
  div.simplesocialbuttons {
    margin: 25px 0px 25px 0px !important;
    padding: 25px 0px 25px 0px !important;
    border-top: 0px solid black;
    border-bottom: 0px solid black;
  }
  div.simplesocialbuttons.simplesocialbuttons-align-right {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    text-align: left !important;
  }
  .share.col-md-6.col-sm-6 {
    padding-right: 0px !important;
    padding-left: 0px;
  }
  .sharing_row {
    margin-top: 0px;
    margin-bottom: 0px;
    display: table;
    max-width: 50% !important;
    margin: 0px auto 0px 0px !important;
  }
  .nl-footer .pop_up_nl {
    transform: translate(0%, -25%);
  }
  /* .cf2-file{
		position: absolute;
		transform: translate(0%, 480%);
	} */
  .caldera_ajax_error_block {
    position: relative !important;
    margin-top: 0px !important;
  }
  .page-template-page-cariere .caldera-grid .btn-default {
    margin-top: 0px;
  }
  .page-template-page-contact .caldera_ajax_error_block {
    position: relative !important;
    margin-top: 0px !important;
  }
  .qtranxs_widget .lang_ul .lang_li.active a {
    color: #ec131b !important;
  }
  .meniu_row ul li a {
    font-size: 12px;
    color: white !important;
  }
  .lang_ul {
    display: inline-flex;
  }
  .qtranxs_widget {
    margin: 0px;
  }
  .lang_ {
    padding-right: 5px;
  }
  .separator_2 .widget,
  .separator_1 .widget {
    margin: 0px;
  }
  .separator_1 {
    border-top: 1px solid white !important;
  }
  .separator_2 {
    border-top: 1px solid white !important;
    border-bottom: 1px solid white !important;
  }
  .separator_3 {
    border-bottom: 1px solid white !important;
  }
  .main-navigation button {
    display: none !important;
  }
  .ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
    background: #222;
    color: #eee;
    font-size: 22px !important;
    padding: 0px !important;
    text-transform: uppercase;
    font-weight: bold;
  }
  .ubermenu.ubermenu-responsive .ubermenu-column,
  .ubermenu.ubermenu-responsive .ubermenu-column-auto {
    min-width: 100%;
    text-align: center !important;
  }
  .ubermenu-responsive .lsow-icon-list.lsow-alignleft {
    text-align: center !important;
  }
  .ubermenu-responsive.ubermenu .so-widget-lsow-icon-list-default-cd4cf19f7143 .lsow-icon-list .lsow-icon-list-item .lsow-icon-wrapper span {
    font-size: 24px;
    color: #ffffff !important;
  }
  .ubermenu-responsive.ubermenu {
    margin: 0;
    margin-top: 60px !important;
    position: absolute !important;
    background-color: #39454d !important;
    margin-left: -8% !important;
  }
  .ubermenu-responsive {
    width: 108% !important;
  }
  .widgettitle {
    display: none;
  }
  .ubermenu .ubermenu-target-text {
    color: #ffffff !important;
  }
  .ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
    display: block;
  }
  .ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
    color: #ec131b !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .caldera-grid .form-group {
    margin-bottom: 25px !important;
  }
  .newsletter_homepage {
    background-size: cover;
    background-position: left;
  }
  .caption .slide-title {
    font-size: 15px;
    line-height: 40px;
    margin-top: 550px;
  }
  .cariere_form {
    margin-top: 30px;
  }
  .cariera_single {
    margin-bottom: 30px;
  }
  .info_homepage .mc4wp-form-fields {
    width: 100%;
    text-align: center;
  }
  .top_lang {
    justify-content: flex-end;
    margin-top: 28px;
  }
  .cariera_info_ {
    padding: 0px !important;
  }
  .cariere_title_info {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
  }
  .slide-excerpt {
    font-size: 12px;
    line-height: 14px;
    margin-top: -10px;
  }
  .metaslider .caption-wrap {
    position: relative !important;
    margin-top: -150px !important;
    padding: 30px 0 20px;
  }
  .logo_fif img {
    max-width: 100px !important;
    padding-top: 15px;
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .logo_fif img {
    max-width: 80px !important;
    position: relative;
    z-index: 99;
  }
  .powered_by_footer img,
  .footer_row .logo_fif img {
    max-width: 65px !important;
    position: relative;
    z-index: 999;
  }
  .footer_row .logo_fif img {
    margin-top: 63px;
  }
  .agency_footer,
  .copyright_info {
    line-height: 1;
    padding: 0;
  }
  .blog_article_title,
  .blog_article_info {
    width: 100%;
  }
  .info_nl {
    position: relative;
    z-index: 99999;
  }
  .info_nl.nl-footer {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .pop_up_nl p {
    font-size: 11px;
    line-height: 16px;
  }
  .pop_up_nl .nl_tx {
    margin-top: 0px;
  }
  .pop_up_nl input[type="submit"] {
    border: 1px solid !important;
    border-color: #ec131b !important;
    border-radius: 0px !important;
    background: #ec131b !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 12px !important;
    font-size: 12px !important;
    max-width: 100%;
    width: 50%;
    line-height: 11px !important;
    padding: 0.6em 1em 1.4em !important;
    position: relative;
    transform: translate(0px, 0px);
    font-family: Poppins;
    font-weight: bold;
  }
  .pop_up_nl input[type="email"] {
    color: #6e717e !important;
    border: 2px solid #6e717e !important;
    border-radius: 0px !important;
    padding: 3px !important;
    background-color: transparent !important;
    height: 27px !important;
    width: 100% !important;
  }
  .pop_up_nl {
    height: 189px;
    width: 368px;
  }
  .btn_search .sow-icon-genericons {
    transform: translate(90%, -20%);
  }
  .top-bar input[type="submit"] {
    transform: translate(0%, 0%);
  }
  .top-bar input[type="search"] {
    transform: translate(21%, 20%);
  }
  .background_homepage {
    min-height: 94vw;
  }
  .main-navigation {
    width: 100% !important;
  }
  .menu-toggle {
    position: absolute;
    right: 5%;
  }
  .main-navigation button {
    border: 1px solid #ec131b !important;
    border-radius: 0px !important;
    background: #ec131b !important;
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 12px !important;
    font-size: 0rem !important;
    width: 27px !important;
    line-height: 1 !important;
    padding: 0px !important;
    margin-top: 12px;
  }
  .main-navigation button::before {
    content: "";
    position: absolute;
    display: block;
    border: 1px solid #ec131b !important;
    border-radius: 0px !important;
    background: #ec131b !important;
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 12px !important;
    font-size: 0rem !important;
    width: 32px !important;
    line-height: 1 !important;
    padding: 0px !important;
    top: 7px;
  }
  .main-navigation button::after {
    content: "";
    position: absolute;
    display: block;
    border: 1px solid #ec131b !important;
    border-radius: 0px !important;
    background: #ec131b !important;
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 12px !important;
    font-size: 0rem !important;
    width: 23px !important;
    line-height: 1 !important;
    padding: 0px !important;
    top: 14px;
  }
  .nav-menu {
    top: 21.1%;
  }
  .nav-menu {
    display: block;
    position: absolute;
    top: 76px;
    width: 100%;
    left: 0%;
    background-color: white;
    padding-bottom: 15px;
  }
  .menu-main_menu-container ul li {
    min-width: 100%;
    width: 100%;
    text-align: center;
    padding: 0px;
  }
  .main-navigation li {
    padding-left: 0px;
    width: 100%;
    text-align: center;
  }
  .meniu_row {
    bottom: 70px;
    /* max-width: 85vw; */
  }
  .list_icons {
    width: 35%;
  }
  .top_lang {
    /* width: 22%; */
  }
  .top-bar .powered_by {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    font-family: Poppins;
    color: #38444c;
    margin-top: 10px;
  }
  .btn_search {
    position: absolute;
    left: 0%;
    top: 9%;
  }
  .single-podcast .imagine_articol,
  .single-post .imagine_articol,
  .articole_search_row .imagine_articol,
  .archive .imagine_articol {
    width: 100%;
    height: 262px;
    background-repeat: no-repeat;
    max-width: 100%;
    background-size: cover;
    margin-top: 0px;
    background-position: center;
  }
  .single-post .imagine_articol {
    background-size: cover;
  }
  .imagine_blog {
    min-height: 158px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .categorie_articol .post-categories {
    text-align: left;
  }
  .top_bar_menu ul li:nth-child(2),
  .top_bar_menu ul li:nth-child(3),
  .top_bar_menu ul li:nth-child(4) {
    border-right: 1px solid #38444c;
    padding-right: 7px;
    padding-left: 5px;
  }
  .top_bar_menu ul li:nth-child(5) {
    padding-left: 0px;
  }
  .top_bar_menu .menu-top-ro-container {
    width: 100%;
  }
  .newsletter_homepage {
    display: block;
    background-color: #38444c;
    min-height: 270px;
  }
  .newsletter_title_homepage,
  .newsletter_text_homepage {
    width: 100%;
  }
  .hp_newsletter_text {
    color: white;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    font-family: Poppins;
    text-align: center;
  }
  .agency_footer,
  .copyright_info {
    text-align: center;
  }
  .title {
    font-size: 30px;
    max-width: 100%;
    margin: auto;
    line-height: 40px;
  }
  /* .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  } */
  .page_blog_single .titlu_articol {
    min-height: auto;
  }
  .single-post .cat_row.container .post-categories {
    text-align: left;
    display: block;
    border-bottom: 1px solid #6e717e;
    margin-bottom: 30px;
  }
  .articole_homepage_row .titlu_articol,
  .articole_search_row .titlu_articol {
    min-height: auto;
    margin-bottom: 15px !important;
  }
  .page_despre_ .title_despre h3 {
    font-size: 40px;
    font-weight: 200;
    line-height: 50px;
    font-family: Poppins;
    color: #38444c;
    width: 100%;
    margin-top: 50px;
    text-align: center;
  }
  .form_title {
    margin-top: 0px;
  }
  .contact_title h3,
  .form_title,
  .cariere_title {
    font-size: 40px;
  }
  .contact_title_info span {
    font-size: 16px;
    font-weight: 500;
    line-height: 0px;
    margin: 0px;
  }
  .title_info_ {
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #333;
  }
  .single-podcast h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    font-family: Poppins;
    color: #38444c;
    margin-bottom: 0px;
  }
  .single-podcast h3 {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .podcast_ p {
    font-size: 17px !important;
  }
  .page-header {
    margin: 20px 0;
  }
  .archive .page-header {
    font-size: 50px;
    font-weight: 200;
    line-height: 50px;
    font-family: Poppins;
    color: #38444c;
    margin-bottom: 70px;
  }
  .contact_title_info .list_icons {
    width: 100% !important;
  }
  .colaboratori_info .info_colaborator {
    min-height: auto;
  }
  .powered_by_footer_new img:nth-child(2),
  .powered_by_footer_new img:nth-child(1) {
    padding-top: 0px;
  }
  .copyright_info_netopia {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 428px) {
  .articole_homepage_row h3 {
    font-size: 24px !important;
    font-weight: 600;
    margin: 0 15px 0 0 !important;
  }
  .single-post .imagine_blog {
    position: relative;
  }
  .single-post .imagine_blog:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 0;
    height: 100%;
    position: absolute;
  }
  .single-content h3 {
    font-size: 24px !important;
    font-weight: 600;
  }
  .single-content ol {
    padding: 0;
    margin: 0;
  }
  .page-template-page-home .slide-img {
    height: 151px !important;
    min-height: 100% !important;
  }
  .single-post-title {
    font-size: 40px !important;
    line-height: 1.2;
    top: -190px;
  }
  .single-title {
    font-size: 40px !important;
    line-height: 1.2;
  }
  .imagine_blog {
    height: 255px;
  }
  .play-button {
    margin: 0px auto 70px !important;
  }
  .page-template-page-home .caption .slide-title {
    padding-top: 0px;
    font-size: 15px;
  }
  .listing-meta {
    min-height: auto;
  }
  .banner_low {
    height: 74px;
    width: 100%;
    margin: 0px !important;
  }
  .outline-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 375px) {
  .page-template-page-home .slide-img {
    height: 137px !important;
  }
  .ubermenu-responsive.ubermenu {
    margin-left: -10% !important;
  }
  .ubermenu-responsive {
    width: 110% !important;
  }
  .banner_low {
    height: 66px;
    width: 100%;
    margin: 0px !important;
  }
  .carusel_categorii .titlu_articol {
    max-width: 375px;
  }
  .carusel_row_ .imagine_articol {
    width: 375px !important;
  }
}
@media only screen and (max-width: 320px) {
  .banner_low {
    height: 54px;
    width: 100%;
    margin: 0px !important;
  }
}
/* GDPR COOKIE NOTICE */
.ct-ultimate-gdpr-cookie-popup-modern .ct-container {
  max-width: 1200px;
  margin: 0 auto;
}
.ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup #ct-ultimate-gdpr-cookie-content {
  max-width: 70%;
  float: left;
  margin-bottom: 0;
  margin-right: 50px;
}
.ct-ultimate-gdpr-cookie-modal-btn.save a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff !important;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 15px 25px;
  border-radius: 0;
  background-color: #a6ce39;
  border: none !important;
}
.ct-ultimate-gdpr-cookie-modal-slider-able li,
.ct-ultimate-gdpr-cookie-modal-slider-not-able li {
  line-height: 20px;
}
#ct-ultimate-gdpr-cookie-open {
  text-align: center;
  width: 60px;
}
#u_0_2 {
  background: none !important;
}
.page-template-page-home .flexslider .slides img {
  display: none !important;
}
#metaslider_343 img {
  display: none !important;
}
.contact_form input[type="file"] {
  opacity: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #38444c !important;
}
.contact_form .cf-multi-uploader-list {
  border: 2px solid #38444c;
  display: inline-block;
  border-radius: 2px;
  padding: 6px 12px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  line-height: 52px;
  text-align: left;
  position: relative;
  background-color: #38444c !important;
}
.contact_form .cf-multi-uploader-list:before {
  content: "Încarcă CV";
  color: white;
  font-size: 14px;
  color: #fff;
  display: block;
  font-weight: 500;
  text-align: center;
}
.contact_form .insert_file_en .cf-multi-uploader-list:before {
  content: "Upload CV";
  font-size: 14px;
  color: #fff;
  display: block;
  font-weight: 500;
  text-align: center;
}
#myList {
  display: table;
  width: auto;
  clear: both;
  position: relative;
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
}
.page-template-page-video #myList {
  display: table;
  width: 100%;
  clear: both;
  position: relative;
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
}
#myList .proiecte_row {
  display: table;
  width: 100%;
  clear: both;
  position: relative;
}
#myList li {
  display: none;
}
#myList li {
  float: left;
}
#loadMore {
  cursor: pointer;
  border: 2px solid !important;
  border-color: #ec131b #ec131b #ec131b !important;
  border-radius: 0px !important;
  background: #ec131b !important;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  font-family: Poppins !important;
  line-height: 50px !important;
  padding: 0px !important;
  display: block;
  clear: both;
  margin: 0 auto;
  width: 180px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#myList .tab-pane.active li {
  display: list-item;
}
.films-tabs .tab-content > .tab-pane.active {
  display: block;
}
.films-tabs .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
  display: flex;
  margin-top: 60px;
  margin-bottom: 90px;
  flex-wrap: wrap;
}
.films-tabs .nav-tabs.nav-justified > li {
  display: table;
  width: auto;
  float: left;
  z-index: 1;
}
.video_page h3 {
  display: none;
}
.articole_homepage_row .films-tabs ul li a {
  padding: 15px 25px!important;
  border: 1px solid #6e717e;
  margin-right: 15px;
  transition: 0.5s;
  outline: none;
}
.articole_homepage_row .films-tabs ul li a {
  padding: 15px 30px;
  border: 1px solid #38444c !important;
  color: #38444c !important;
  margin-right: 15px;
  transition: 0.5s;
  outline: none;
}
.articole_homepage_row .films-tabs ul li.hp_our_work.active a,
.articole_homepage_row .films-tabs ul li a:hover {
  border: 1px solid #ff0000 !important;
  color: #ff0000 !important;
  transition: 0.5s;
}
.cookie_page h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: Poppins;
}
.cookie_page p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 200;
  margin-top: 10px;
  font-family: Poppins;
}
.date.row {
  display: table;
  width: 100%;
  clear: both;
}
.extra_info_single {
  border-top: 0px solid #e1e5f5;
  padding-top: 0px;
  display: none;
}
.extra_info_movie.extra_info_single {
  display: table !important;
  width: 100%;
}
.extra_info_movie {
  /* .banner_single_row{ */
  border-top: 1px solid #e1e5f5;
  /* border-bottom: 1px solid #E1E5F5; */
  padding-top: 30px;
  /* padding-bottom: 30px; */
}
.single-post .date {
  margin-top: 20px !important;
  display: flex;
}
.author_info.col-md-8,
.avatar_autor {
  align-self: center;
}
.alm-load-more-btn.more.done {
  display: none;
}
/* SINGLE AUTHOR START */
.user-image img {
  max-width: 90px;
  border-radius: 50%;
  float: left;
}
.user-name {
  font-size: 16px;
  font-weight: 600;
  font-family: Poppins;
  display: inline;
  color: #38444c;
  margin-left: 10px;
  line-height: 82px;
}
.user-bio {
  font-size: 16px;
  font-weight: 400;
  font-family: Poppins;
  display: block;
  line-height: 26px;
  color: #38444c;
  clear: both;
  margin-top: 30px;
}
.author-article-image {
  height: 185px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.author .titlu_articol {
  min-height: 80px;
}
/* SINGLE AUTHOR END */
.author-name-listing {
  font-family: Poppins;
  font-size: 16px;
  display: inline;
}
.single .author-name-listing {
  float: left;
}
.single .post-categories {
  display: inline;
}
.author-name-listing a {
  color: #6e717e;
}
.single .author-name-listing a {
  float: left;
}
.single .author-name-listing span {
  float: left;
  color: #6e717e;
}
.category-title-listing {
  display: inline;
  font-family: Poppins;
  color: #38444c;
  font-size: 16px;
  text-transform: capitalize;
}
.category-title-listing a {
  font-family: Poppins;
  color: #6e717e;
  font-size: 16px;
}
.proiecte_row_search {
  margin-bottom: 30px;
}
.banner_header .listing-meta,
.banner_header .author-name-listing a,
.banner_header .category-title-listing a {
  color: #fff;
}
.carusel_row_ .listing-meta,
.carusel_row_ .author-name-listing a,
.carusel_row_ .category-title-listing a {
  color: #38444c;
}
.home-slide-carousel .slick-dots {
  top: 30px;
  z-index: 0;
  bottom: auto;
}
.home-slide-carousel .slick-dots li.slick-active button:before {
  color: #fff;
}
.home-video .slide-title {
  font-family: Poppins;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #fff !important;
  max-width: 1200px;
}
.home-video .caption_slide p {
  color: #fff !important;
}
.home-slide-carousel .slide-title {
  margin-top: 50px;
  font-size: 40px;
  line-height: 1;
}
.home-slide-carousel .listing-meta {
  margin-top: -50px;
}
.play-button {
  margin: 30px auto 100px;
  display: block;
  cursor: pointer;
  max-width: 75px;
}
.modal-content {
  border-radius: 0;
}
.modal-body {
  padding: 0;
}
.modal-dialog {
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  left: 50%;
  width: 100%;
  max-width: 800px;
}
.carusel_categorii a {
  font-family: Poppins;
  display: inline;
  font-size: 16px !important;
  font-weight: 400;
}
.carusel_row_ .imagine_articol {
  width: 100%;
  height: 209px;
}
.single-container {
  /* width: 850px; */
  width: 900px;
  margin: 0 auto;
  /* text-align: justify; */
  padding: 0px 15px;
}
@media screen and (max-width: 1280px) {
  .single-container {
    width: 800px;
  }
}
.single-content h3,
.single-content h3 * {
  font-size: 36px !important;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .carusel_row_ .imagine_articol {
    width: 100%;
    height: 200px;
  }
  .home-article .slick-next,
  .home-slide-carousel .slick-next,
  .home-article .slick-prev,
  .home-slide-carousel .slick-prev {
    display: none !important;
  }
  .ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
    top: 7px;
  }
  .home-video .caption_slide {
    height: 400px !important;
  }
  .home-video .slide-title {
    font-size: 15px;
    line-height: 24px;
    padding: 0 30px;
  }
  .single-container {
    width: auto;
    margin: 0 15px;
  }
  .banner_header {
    margin-bottom: 0 !important;
  }
  .ct-ultimate-gdpr-cookie-popup-modern.ct-ultimate-gdpr-cookie-bottomPanel .ct-ultimate-gdpr-cookie-buttons,
  .ct-ultimate-gdpr-cookie-popup-modern.ct-ultimate-gdpr-cookie-topPanel .ct-ultimate-gdpr-cookie-buttons {
    display: block !important;
  }
  .ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup .ct-ultimate-gdpr-cookie-buttons #ct-ultimate-gdpr-cookie-accept,
  .ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup .ct-ultimate-gdpr-cookie-buttons #ct-ultimate-gdpr-cookie-change-settings {
    width: 49% !important;
  }
  .ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup .ct-ultimate-gdpr-cookie-buttons #ct-ultimate-gdpr-cookie-change-settings {
    font-size: 11px !important;
  }
  .ct-ultimate-gdpr-cookie-popup-modern.ct-ultimate-gdpr-cookie-bottomPanel,
  .ct-ultimate-gdpr-cookie-popup-modern.ct-ultimate-gdpr-cookie-topPanel {
    padding: 15px !important;
  }
  .ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup #ct-ultimate-gdpr-cookie-content {
    max-width: 100% !important;
    margin-right: 0 !important;
    font-size: 12px !important;
    line-height: 1;
    margin-bottom: 15px;
  }
  .ct-ultimate-gdpr-cookie-popup-bottomPanel {
    padding: 20px 0 15px 0;
  }
}
.avatar_autor a {
  color: #000;
}
.carusel_categorii_blog {
  margin: 0;
}
.modal-header {
  padding: 0;
  height: 0;
  overflow: visible;
}
.modal-header .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 32px;
  opacity: 1;
  color: #fff;
  z-index: 9999;
}
/* SHOP START */
.red-button a,
.red-button a span {
  color: rgb(238, 42, 40) !important;
}
.product-featured {
  margin-bottom: 50px;
}
.product-featured .product-details {
  display: table;
  height: 500px;
}
.product-featured .product-center {
  display: table-cell;
  vertical-align: middle;
}
.product-title {
  min-height: 50px;
}
.product-featured .product-title {
  font-size: 36px;
  font-family: "Poppins";
  font-weight: 400;
  margin: 0;
  display: block;
  color: #38444c;
  line-height: 1;
  position: relative;
}
.product-featured .product-title a {
  font-size: 40px;
  font-family: "Poppins";
  font-weight: 400;
  margin: 0;
  display: block;
  color: #38444c;
  line-height: 1;
  position: relative;
}
.product-featured .product-description {
  font-size: 15px;
  font-family: "Poppins";
  font-weight: 400;
  color: #6e717e;
  line-height: 25px;
  display: block;
  margin: 25px 0 35px;
}
.product-featured .product-price {
  display: block;
}
.woocommerce-Price-currencySymbol {
  text-transform: capitalize;
}
.page-template-page-shop del bdi {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  margin: 0;
  color: #aaa;
  text-decoration: line-through;
  display: block;
  margin-bottom: 10px;
}
.page-template-page-shop ins {
  background: none;
}
.page-template-page-shop bdi,
.page-template-page-shop ins bdi {
  font-size: 32px;
  font-family: "Poppins";
  font-weight: 400;
  margin: 0;
  color: #38444c;
  text-decoration: none;
}
.btn-atc {
  background: #ec131b;
  border-radius: 0;
  font-size: 16px;
  color: #fff !important;
  font-family: Poppins;
  font-weight: 600;
  display: block;
  border: none;
  width: 100%;
  max-width: 260px;
  line-height: 58px;
  transition: all 0.3s;
  text-shadow: none;
  border: 2px solid transparent;
  margin-top: 35px;
  float: left;
  margin-right: 30px;
}
.btn-atc:hover {
  background: #ffffff;
  border: 2px solid #ec131b;
  color: #ec131b !important;
  text-shadow: none;
  transition: all 0.3s;
}
.btn-atc.outline {
  background: none;
  border-radius: 0;
  font-size: 16px;
  border: 2px solid #ec131b !important;
  color: #ec131b !important;
  font-family: Poppins;
  font-weight: 600;
  display: block;
  border: none;
  width: 100%;
  max-width: 260px;
  line-height: 58px;
  transition: all 0.3s;
  text-shadow: none;
  margin-top: 35px;
  float: left;
  margin-right: 30px;
}
.btn-atc.outline:hover {
  background: #ec131b;
  border: 2px solid #ec131b;
  color: #fff !important;
  text-shadow: none;
  transition: all 0.3s;
}
.product-grid .product-title a {
  font-family: Poppins;
  color: #38444c;
  margin: 25px 0 0;
  font-size: 16px;
  font-weight: 600;
  display: block;
  /* min-height: 50px; */
}
.product-grid .product-description {
  font-family: Poppins;
  color: #6e717e;
  margin: 0 0 0;
  font-size: 16px;
  display: block;
  /* min-height: 50px; */
}
.product-grid .product-price del bdi {
  color: #aaa;
  font-weight: 300;
}
.product-grid .product-price bdi {
  display: inline;
  font-family: Poppins;
  color: #ec131b;
  font-size: 16px;
  font-weight: 700;
}
.product_title.entry-title,
.tabs.wc-tabs,
.wc-tab h2 {
  display: none;
}
#menu-item-11829 a span,
#menu-item-14813 a span,
#menu-item-16687 a span {
  color: #ec131b !important;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 100%;
  float: none;
}
select,
.select2-container--default .select2-selection--single {
  line-height: normal;
  min-height: 50px;
  border: 2px solid #414d54;
  border-radius: 0px;
}
.reset_variations,
select,
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px !important;
  font-size: 14px !important;
  color: #000;
  height: 48px;
}
select,
.select2-results__option {
  font-size: 14px;
}
select,
.select2-dropdown {
  border-radius: 0;
  border: 2px solid #414d54;
}
select,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 0;
  border: 2px solid #414d54;
}
.address-field {
  display: none;
}
.pum-theme-4930 .pum-container,
.pum-theme-default-theme .pum-container,
.pum-container.pum-responsive img,
.pum-content.popmake-content:focus-visible,
.pum-content *:focus,
.pum-overlay .pum-content {
  box-shadow: none !important;
  outline: none !important;
}
.woocommerce div.product form.cart .variations {
  width: auto;
  display: inline;
}
.single_variation_wrap {
  display: inline;
  float: left;
}
.woocommerce div.product form.cart .variations td.label {
  display: none;
}
.product-id-12323 {
  display: none;
}
.single-product .woocommerce div.product form.cart .button {
  margin-right: 15px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  width: 100%;
  height: 55%;
  background: none;
  border-radius: 0;
  opacity: 0;
}
.pum-content + .pum-close,
.pum-theme-default-theme .pum-content + .pum-close {
  /* top: 42px !important; */
  font-size: 24px !important;
}
#pum-12184 {
  /* overflow-y: hidden!important; */
  top: -10px !important;
}
@media screen and (max-width: 1440px) {
  .product-featured .product-details {
    height: 440px;
  }
  .product-featured .product-title a {
    font-size: 36px;
  }
  /* .single-container {
    width: 900px;
  } */
}
@media screen and (max-width: 1440px) and (min-width: 1024px) {
  .single-post-title {
    max-width: 900px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 480px) {
  /* .single-post-title,
  .page_blog_single .container,
  .single-container {
    max-width: auto !important;
    width: auto !important;
  } */
  .single-post .date {
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0 !important;
  }
  .date .avatar_autor img {
    width: 100% !important;
    max-width: 80px;
  }
  .product-featured .product-details {
    height: auto;
  }
  .product-featured {
    margin-bottom: 30px;
  }
  .product-featured .product-center {
    display: block;
    margin: 15px 0;
  }
  .product-featured .product-title a {
    font-size: 24px;
  }
  .product-featured .product-description {
    margin: 15px 0;
  }
  .btn-atc {
    max-width: 100%;
    margin-top: 15px;
  }
  .product-grid {
    margin-bottom: 30px;
  }
  .product-grid .product-title a {
    margin: 15px 0 5px;
    min-height: auto;
  }
  .product-grid .product-description {
    margin: 0 0 5px;
  }
  .single ul {
    margin: 0;
  }
  .single-product ol li,
  .single-product ul li {
    font-size: 16px;
  }
  #menu-item-11452 a span {
    background: none !important;
    color: #ec131b !important;
  }
  .separator_2 {
    background: #3a454d !important;
    border-top: #fff;
    top: -3px !important;
    position: relative !important;
  }
  .lang_mobil {
    background: #3a454d !important;
    border: none !important;
    top: -2px !important;
    position: relative !important;
  }
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order,
  #add_payment_method .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    padding: 0.6em 0em 0.4em !important;
  }
  #popmake-12184 {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
  #pum-12184 {
    overflow-y: scroll !important;
  }
}
/* SHOP END */
.pum-content,
.pum-theme-default-theme .pum-content {
  outline: none !important;
}
#pum-12184 {
  background: linear-gradient(90deg,
      rgba(176, 0, 38, 1) 0%,
      rgba(176, 0, 38, 1) 58.1%,
      rgba(255, 206, 24, 1) 58%,
      rgba(255, 206, 24, 1) 100%);
}
@media only screen and (max-width: 768px) {
  #pum-12184 {
    background: rgba(176, 0, 38, 1);
  }
  .anpc img {
    max-width: 50%;
    float: left;
    padding: 10px;
  }
}
.mc4wp-checkbox-woocommerce label {
  font-weight: normal !important;
}
/* NEWSLETTER PAGE START */
.newsletter-body {
  max-width: 1170px;
  padding: 0 15px;
}
.newsletter-body h3 {
  font-size: 32px;
  line-height: 50px;
  font-weight: 400;
  font-family: Poppins;
  color: #38444c;
  font-weight: 600;
}
.newsletter-body ul {
  padding: 0;
  margin: 0;
  margin-left: 15px;
}
.newsletter-body ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #38444c;
  font-family: Poppins;
}
.newsletter-page-pop {
  color: #ec131b;
}
/* .page-template-page-newsletter .info_nl.nl-footer .collapse.in {
  position: absolute!important;
  top: 50%!important;
  left: 50%!important;
  transform: translateY(-50%)!important;
  z-index: 999!important;
} */
/* NEWSLETTER PAGE END */
.fpf-field label {
  font-size: 16px !important;
}
.fpf-field .input-checkbox {
  margin: -1px 8px 0 -4px !important;
  position: initial !important;
  font-size: 16px !important;
}
.woocommerce-order .wc-item-meta {
  padding: 0;
  margin: 0;
}
.wpro-pre-order-availability-date {
  display: block;
  float: left;
  width: 100%;
}
.mc4wp-checkbox-woocommerce {
  color: #ec131b;
}
.product-details .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.btn-custom-atc {
  background: #ec131b;
  border-radius: 0;
  font-size: 16px;
  color: #fff !important;
  font-family: Poppins;
  font-weight: 600;
  border: none;
  transition: all 0.3s;
  text-shadow: none;
  border: 2px solid transparent;
  float: left;
  box-shadow: none;
}
.btn-custom-atc.outline {
  background: none;
  border: 2px solid #ec131b !important;
  color: #ec131b !important;
  transition: all 0.3s;
  text-shadow: none;
  box-shadow: none;
}
.fa {
  color: inherit;
}
#cart.cart-rounded {
  position: fixed;
  right: 20px;
  bottom: 20px;
  /* content: "\f013"; */
  /* font-family: FontAwesome; */
  font-size: 22px;
  z-index: 999999;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  width: 60px;
  right: 20px;
  border-radius: 100%;
  display: block;
  background-color: rgb(238, 42, 40);
  color: rgb(255, 255, 255);
}
#cart.cart-rounded a {
  color: white !important;
}
.woocommerce-cart table.cart img {
  width: 80px;
  height: auto;
}
.variation-Bifeazaceastcsudacvreiunexemplargratuitalnumruluitrecut2021 p {
  font-size: 14px;
  line-height: 1.42857143;
  font-family: sans-serif;
  font-weight: 700;
}
/* .single-product .slick-slide {
  margin: 0 20px;
}
.single-product .slick-list {
  margin: 0 -20px;
} */
.single-product .slick-prev,
.single-product .slick-next {
  display: inline-block !important;
}
.single-product .slick-prev:before,
.single-product .slick-next:before {
  color: black;
}
.custom-qty {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  padding: 10px 0px 10px 5px !important;
  max-height: 50px;
  text-align: center;
}
.custom-qty::-webkit-inner-spin-button {
  opacity: 1;
}
.slb_details,
.pswp__caption {
  display: none;
}
.page-template-page-features .articole_homepage_row .films-tabs .nav-tabs {
  display: flex;
}
.page-template-page-features .articole_homepage_row .films-tabs .nav-tabs .featured_videos:nth-of-type(1) {
  order: 0;
}
.page-template-page-features .articole_homepage_row .films-tabs .nav-tabs .featured_videos:nth-of-type(2) {
  order: 1;
}
.page-template-page-features .articole_homepage_row .films-tabs .nav-tabs .featured_videos:nth-of-type(3) {
  order: 2;
}
.page-template-page-features .articole_homepage_row .films-tabs .nav-tabs .featured_videos:nth-of-type(4) {
  order: 3;
}
.page-template-page-features .articole_homepage_row .films-tabs .nav-tabs .featured_videos:nth-of-type(5) {
  order: 5;
}
.page-template-page-features .articole_homepage_row .films-tabs .nav-tabs .featured_videos:nth-of-type(6) {
  order: 4;
}
.tab-content .active .recomandari_video a {
  padding: 0 !important;
  border: none !important;
}
.single-product .pum-overlay {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    float: left;
    width: 58% !important;
  }
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    float: right;
    width: 38% !important;
    clear: none;
  }
  .woocommerce-page #content div.product div.summary .price {
    margin-top: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .single-product .page_blog_single p,
  .single-product .page_blog_single ul li {
    font-size: 15px;
    line-height: 28px;
  }
  #bwg_container1_0 #bwg_container2_0 .bwg_slideshow_filmstrip_thumbnail_0 {
    width: 81px !important;
    height: 46px !important;
    margin: 0px 15px 0 0 !important;
  }
}
.tinvwl_add_to_wishlist_button {
  font-size: 15px;
  color: red;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
  font-size: 22px;
  vertical-align: text-bottom;
}
.tinvwl_add_to_wishlist_button:hover {
  color: #38444c;
}
.tinv-wishlist .product-action {
  width: 225px;
  text-align: center;
}
#wishlist.wishlist-rounded {
  position: fixed;
  right: 20px;
  bottom: 90px;
  /* content: "\f013"; */
  /* font-family: FontAwesome; */
  font-size: 22px;
  z-index: 999999;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  width: 60px;
  right: 20px;
  border-radius: 100%;
  display: block;
  background-color: rgb(238, 42, 40);
  color: rgb(255, 255, 255);
}
#wishlist.wishlist-rounded span {
  margin: auto;
  padding: 0;
  color: white;
}
.single-product .single-title {
  margin-bottom: 20px !important;
}
#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_image_wrap_0 {
  background-color: #f2f2f200 !important;
}
td.product-name a {
  font-size: 15px;
  color: #38444c;
  font-weight: bold;
}
.edit_board .colaboratori_info {
  min-height: auto !important;
}
.redactors h3 {
  padding-top: 30px;
}
.colaboratori_info {
  min-height: 420px;
}
.board_editors .colaboratori_info {
  min-height: 420px;
}
.colaboratori_row h3,
.partners h3 {
  margin-bottom: 10px !important;
}
.page_despre_ .despre_p #post-35 {
  margin-bottom: 0 !important;
}
#menu_row_fif.sticky {
  display: block;
  position: fixed;
  z-index: 999;
  top: 0;
  background: white;
  width: 100%;
  padding-top: 5px;
  /* transition: all 0.5s ease-in-out 0.5s; */
  /* transform: translateY(0%); */
  box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.5);
  max-height: 90px;
}
.single-post a {
  font-family: Poppins;
  color: #6e717e;
  font-size: 18px;
}
@media only screen and (min-width: 1000px) and (max-width: 1366px) {
  .colaboratori_info {
    min-height: 600px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 999px) {
  .colaboratori_info {
    min-height: 700px;
  }
}
@media only screen and (max-width: 1439px) {
  .board_editors .colaboratori_info {
    min-height: 470px;
  }
  .colaboratori_info {
    min-height: 560px;
  }
}
@media only screen and (max-width: 995px) {
  .board_editors .colaboratori_info {
    min-height: 550px;
  }
  .colaboratori_info {
    min-height: 690px;
  }
  .single-post a {
    font-size: 16px;
  }
}
.glo-header-logo {
  max-width: 30px !important;
  margin-left: 5px;
  margin-top: -30px;
}
@media only screen and (max-width: 766px) {
  .colaboratori_info {
    min-height: auto !important;
  }
  .ubermenu.ubermenu-main:not(.ubermenu-responsive-collapse) {
    max-height: 90vh !important;
  }
  .footer_row,
  /* .logo_fif, */
  .details_footer {
    /* padding-right: 0px; */
    /* padding-left: 0px; */
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .carusel_categorii {
    outline: none;
    padding: 0px;
    margin: 0px 15px;
  }
  .carusel_categorii .titlu_articol,
  .carusel_categorii .listing-meta {
    max-width: 100vw;
    padding: 0px 15px;
  }
  .films-tabs .nav-tabs.nav-justified {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .recomandari_video li:not(:nth-child(3n+1)) .video_page {
    padding-left: 0px;
    padding-right: 0px;
  }
  .recomandari_video li:nth-child(3n+1) .video_page {
    padding-right: 0px;
  }
  .glo-header-logo {
    max-width: 30px !important;
    margin-left: 5px;
    margin-top: 2px;
  }
}
.single-post a {
  color: royalblue;
}
.avatar_autor a {
  color: black;
}
.agency_footer a {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  font-family: Poppins;
  color: #6e717e;
  transition: 0.7s;
}
.top_lang a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #ec131b;
  transition: all 0.4s;
}
.ubermenu .ubermenu-colgroup .ubermenu-column,
.ubermenu .ubermenu-custom-content-padded,
.ubermenu .ubermenu-nonlink,
.ubermenu .ubermenu-retractor,
.ubermenu .ubermenu-submenu-padded,
.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target,
.ubermenu .ubermenu-target,
.ubermenu .ubermenu-widget,
.ubermenu-responsive-toggle {
  padding: 15px 15px !important;
}
.page-id-16962 ul {
  padding: 0;
}
.page-id-16962 p,
.page-id-16962 ul li {
  font-size: 18px;
}
body.page-template-page-videonew2023,
body.tax-recomandari {
  background-color: black;
}
/* Page VIDEO */
body.page-template-page-videonew2023,
body.tax-recomandari {
  background-color: black;
}
body.page-template-page-videonew2023 *,
body.tax-recomandari * {
  color: white !important;
}
.top-bar input[type="submit"] {
  color: rgba(0, 0, 0, 0) !important;
}
body.page-template-page-videonew2023 .top-bar,
body.tax-recomandari .top-bar {
  border-bottom: 1px solid #ff0808;
}
body.page-template-page-videonew2023 .ubermenu .ubermenu-target-text,
body.tax-recomandari .ubermenu .ubermenu-target-text {
  color: #ffffff !important;
}
body.page-template-page-videonew2023 a.vezi-toate,
body.tax-recomandari a.vezi-toate {
  padding: 5px 15px;
  float: right;
  margin-right: 25px;
  border: 1px solid red;
  font-size: 15px;
}
body.page-template-page-videonew2023 h3.title body.tax-recomandari h3.title {
  margin-bottom: 20px;
}
body.page-template-page-videonew2023 a.vezi-toate:hover,
body.tax-recomandari a.vezi-toate:hover {
  border: 1px solid rgb(255, 255, 255);
}
body.page-template-page-videonew2023 #ubermenu-main-9-menu-1-2 *,
body.tax-recomandari #ubermenu-main-9-menu-1-2 * {
  box-shadow: none !important;
  webkit-box-shadow: none !important;
}
body.page-template-page-videonew2023 .recomandari_video li,
body.tax-recomandari .recomandari_video li {
  width: 33%;
}
.page-template-page-videonew2023 .ubermenu-skin-black-white-2,
.tax-recomandari .ubermenu-skin-black-white-2 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.m-a-box-content.m-a-box-profile .m-a-box-data {
  display: inline-flex;
  align-items: center;
}
.m-a-box-content.m-a-box-profile .m-a-box-avatar {
  max-width: 95px;
}
.m-a-box-avatar img {
  border-radius: 50% !important;
  filter: brightness(1) !important;
  transition: 0.4s !important;
}
.m-a-box-content.m-a-box-profile .m-a-box-data .m-a-box-name {
  min-width: 180px;
  text-align: left !important;
  color: black;
}
.m-a-box-name-url {
  color: black !important;
}
.m-a-box-bio p {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  font-family: Poppins;
  color: #6e717e;
}
.m-a-box-container {
  background-color: transparent !important;
  box-shadow: none !important;
}
.m-a-box-avatar img, .m-a-box-avatar div[data-avatar-type="acronym"] {
  border: none!important;
}
.m-a-box[data-box-layout='slim'] .m-a-box-container .m-a-box-profile {
    display: block;
    margin: 0!important;
    padding: 30px 0 45px;
}
.full_buttons_row {
  display: flex;
  justify-content: space-between;
}
.full_buttons_row .price_button a button {
  padding: 15px 30px;
  border: 1px solid #38444c !important;
  color: #38444c !important;
  margin-right: 15px;
  transition: 0.5s;
  outline: none;
  background: none;
  border-radius: 0;
  min-width: 200px;
  max-width: 100%;
  font-size: 16px;
}
.full_buttons_row .price_button a:hover button {
  border: 1px solid #ff0000 !important;
  background: #ff0000;
  transition: 0.5s;
  color: #FFF!important;
}
.page-id-20701 .lsow-accordion.style1 .lsow-panel {
  background: none;
}
.page-id-20701 .lsow-accordion.style1 .lsow-panel .lsow-panel-title {
  padding: 0!important;
  background: none!important;
}
.everest-forms button[type='submit'] {
  color: #fff !important;
  background-color: #ec131b !important;
  border-color: #ec131b !important;
  text-shadow: none !important;
  font-size: 16px !important;
  outline: none !important;
  font-weight: bold !important;
  line-height: 50px !important;
  font-family: Poppins !important;
  width: 260px !important;
  border-radius: 0!important;
}
@media only screen and (max-width: 766px) {
  .m-a-box-content.m-a-box-profile .m-a-box-data {
    display: block;
  }
  .m-a-box-content.m-a-box-profile .m-a-box-avatar {
    max-width: 90px;
  }
  .m-a-box[data-box-layout='slim'] .m-a-box-container .m-a-box-profile {
    padding: 20px 0 5px;
  }
}
.mobile-menu {
  display: none;
}
@media only screen and (max-width: 766px) {
  .menu_row .container {
    display: flex;
    flex-direction: column;
    /* height: calc(100vh - 71px); */
  }
  .meniu_row.sticky .container {
    /* height: (100vh); */
  }
  .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    background: #39454d;
    flex-grow: 1;
    height: calc(100vh - (88px + 71px));
    z-index: 999;
    transition: height .3s;
  }
  .sticky .mobile-menu {
    height: calc(100vh - 88px);
  }
  .mobile-menu > .menu-list,
  .mobile-menu ul {
    height: 100%;
    width: 100%;
  }
  .mobile-menu a,
  .mobile-menu a:hover,
  .mobile-menu a:active,
  .mobile-menu a:focus,
  .mobile-menu a:visited {
    color: #fff;
    text-decoration: none !important;
  }
  .mobile-menu ul.menu {
    padding-left: 0;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mobile-menu ul.menu li {
    list-style: none !important;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mobile-menu ul.menu li a {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: bold;
  }
  .burger {
    width: 100%;
    max-width: 32px;
    display: block;
    float: right;
    margin: 26px 0;
  }
  .burger:before,
  .burger:after,
  .burger span {
    background: red;
    content: "";
    display: block;
    height: 4px;
    border-radius: 1px;
    margin: 6px 0;
    transition: 0.5s;
    pointer-events: none;
  }
  .burger.open:before {
    transform: translateY(10px) rotate(135deg);
  }
  .burger.open:after {
    transform: translateY(-10px) rotate(-135deg);
  }
  .burger.open span {
    transform: scale(0);
  }
  header + .site-content {
    margin-top: 50px;
  }
  .mobile-menu .widget {
    height: 40px;
    border-top: 1px solid #fff;
    width: 100%;
  }
  .mobile-menu .widget ul {
    padding-left: 0;
    text-transform: uppercase;
    text-align: center;
  }
  .mobile-menu .widget ul li a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 40px;
  }
  .mobile-menu .widget.search {
    margin: 0 !important;
  }
  .mobile-menu .widget.search form {
    text-align: center;
  }
  #full-screen-search form div {
    width: 90% !important;
    left: 5% !important;
    margin-left: 0 !important;
  }
}
.page-id-20701 .lsow-accordion.style1 .lsow-panel-title{
color: #ec131b!important;
}
.page-template-page-scrisoare p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #38444c;
    margin: 0 0 20px;
}
.page-template-page-scrisoare .single-post-title { 
  padding: 0!important;
}
@media screen and (max-width: 480px) {
.page-template-page-scrisoare .single-post-title { 
  font-size: 24px!important;
  margin: 0 15px 0 0 !important;
  padding: 0!important;
}
.page-template-page-scrisoare p {
  font-size: 16px;
 }
}