/*!
Theme Name: GlobalWood-Happy-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: globalwood-happy-theme
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.
GlobalWood-Happy-theme is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  overflow-x: hidden;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * 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;
  height: 0;
  overflow: visible;
}
/**
 * 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;
  font-size: 1em;
}
/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * 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;
  font-size: 1em;
}
/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * 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;
  padding: 0;
}
/**
 * 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;
  outline-offset: -2px;
}
/**
 * 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;
  font: inherit;
}
/* 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;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-family: "Merriweather", serif;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
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;
  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;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}
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: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Links
--------------------------------------------- */
a {
  color: #c2131f;
}
a:hover,
a:focus,
a:active {
  color: #707070;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* 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);
  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%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  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 {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
  .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid {
    width: 100%;
    padding-left: 0px;
    padding-right: 15px;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
/* 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;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}
.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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/*Happy css*/
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap");
a {
  text-decoration: none;
}
li {
  list-style: none !important;
}
header {
  padding: 15px 0;
}
header p {
  font-family: "Merriweather", serif;
  font-weight: 400;
  margin: 0 !important;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 20px 10px 0;
  color: #262626;
  font-style: inherit;
}
.menu-menu-site-container ul li a {
  font-family: "Roboto", serif;
  font-weight: 700;
  margin: 0 !important;
  font-size: 14px;
  line-height: 20px;
  color: #262626;
  margin-left: 30px !important;
}
.menu-log-out-menu-container ul li a,
.menu-log-in-menu-container ul li a {
  font-family: "Roboto", serif;
  font-weight: 700;
  margin: 0 !important;
  font-size: 14px;
  line-height: 20px;
  color: #262626;
  margin-left: 30px !important;
}
.menu-menu-site-container ul {
  float: right;
  margin-top: 18px;
}
.menu-log-out-menu-container ul,
.menu-log-in-menu-container ul {
  float: right;
  margin-top: 18px !important;
}
.sectiune-meniu {
  background: #c2131f;
  height: 50px;
}
.newsletter_log {
  background: #262626;
  background-image: none;
  background-image: url("../images/Mask-Group-2.png");
  min-height: 120px;
  background-repeat: no-repeat;
}
.newsletter_log p {
  font-family: "Merriweather", serif;
  font-weight: 400;
  margin: 0 !important;
  font-size: 12px;
  line-height: 20px;
  color: #bfbfbf;
  border-right: 1px solid #707070;
  padding-right: 10px;
  font-style: inherit;
}
.newsletter_log .container {
  padding-top: 35px;
}
.newsletter_log .col-md-1 {
  width: 70px !important;
}
.newsletter_log a {
  font-family: "Roboto", serif;
  font-weight: 400;
  color: #f2f2f2;
  font-size: 16px;
  line-height: 21px;
  text-decoration: underline;
}
.slide {
  padding: 40px 0;
}
.box-icon {
  /*display: flex;*/
  display: block;
  text-align: center;
}
.box-icon img {
  width: 30px;
  height: 30px;
  /*margin-right: 20px;*/
  margin-bottom: 20px;
}
.box-icon p {
  font-family: "Merriweather", serif;
  font-weight: 400;
  margin: 0 !important;
  font-size: 14px;
  line-height: 20px;
  color: #262626;
  font-style: inherit;
  padding: 0 40px;
}
.icons-section {
  margin-bottom: 45px;
  background: #eee;
  padding: 50px 0;
}
.categ-sect-hp h3 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
  color: #262626;
  font-style: inherit;
}
.categ-sect-hp p {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #7f7f7f;
  margin-bottom: 10px;
}
.categ-sect-hp .link-view-all {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  /*color: #c2131f;
  text-decoration: underline;*/
  color: #fff;
  text-decoration: none;
  background: #c2131f;
  padding: 8px 20px;
}
.categ-sect-hp .link-view-all:hover {
  background: #262626;
}
.categ-sect-hp .link-view-all {
position: absolute;
  right: 0;
  top: 27px;
}


.data {
  font-family: "Roboto", serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #595959 !important;
  margin-bottom: 5px !important;
  margin-top: 10px !important;
}
.titlu {
  font-family: "Roboto", serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #262626 !important;
  margin-bottom: 20px !important;
  display: block !important;
}

.categ-sect-hp .titlu {
  font-family: "Roboto", serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  color: #262626 !important;
  margin-bottom: 15px !important;
}
.categ-sect-hp .row_posts1 .data, .categ-sect-hp .row_posts1 .data {
  margin-top: 0 !important;
}

.tag .categ-sect-hp .titlu {
    font-weight: 500 !important;
  font-size: 14px !important;
}

.tag #same-category-posts-2 {
    display: none;
}

.first-art {
  font-size: 18px !important;
  line-height: 25px !important;
}
.categ-sect-hp .row {
  margin-top: 30px;
}
.entry-title {
  display: none;
}
.slider-class li {
  list-style: none;
}
.sidebar_hp h2 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #262626;
  border-top: 3px solid #c2131f;
  padding-top: 30px;
  /* margin-bottom: 22px; */
  font-style: inherit;
}
.border-recent {
  border-top: 3px solid #c2131f;
  margin-bottom: 20px;
}
.articole-recente {
  margin-bottom: 40px !important;
}
.sidebar_hp {
  margin-top: -103px;
  background: #eeeeee;
  height: 100%;
}
.sidebar_hp ul {
  margin: 0;
  margin-bottom: 40px !important;
}
.wp-block-tag-cloud a {
  color: #a6a6a6;
  font-family: "Roboto", serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  border: 1px solid #a6a6a6;
  border-radius: 10px;
  padding: 4px 12px;
  margin-bottom: 5px;
}
.sidebar_hp ul li a {
  font-family: "Roboto", serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 18px !important;
  color: #262626 !important;
  display: block !important;
}
.sidebar_hp ul li {
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 0;
}
.newsletter-section {
  background: #262626;
  background-image: url("../images/phone-bg.png");
  min-height: 370px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.newsletter-section h3,
.newsletter-section p {
  color: #fff;
}
.line-separator {
  background: #c2131f;
  height: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  opacity: 1;
}
.market-analysis li {
  list-style: none;
}
.row_posts1,
.row_posts2 {
  /*display: flex;*/
  display: block;
}
.row_posts1 li:first-child,
.row_posts2 li:first-child {
  /*margin-right: 25px;*/
  margin-right: 0;
}
.row_posts1 li,
.row_posts2 li {
  width: 100%;
  margin-bottom: 25px;
  border-bottom: 1px solid #a6a6a6;
}
/*.market-analysis {
  padding-top: 30px;
  padding-bottom: 30px;
}*/
.row_posts_categ1 ul,
.row_posts_categ2 ul {
  display: flex;
}
.post_topics {
  margin: 0;
  display: flex;
  padding: 0;
}
.post_topics li {
  color: #a6a6a6;
  font-family: "Roboto", serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  border: 1px solid #a6a6a6;
  border-radius: 10px;
  padding: 4px 12px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.line-separator2 {
  background: #d9d9d9 !important;
}
.newsletter-section .col-md-1 {
  width: 60px !important;
}
.newsletter-section h3 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
  color: #fff;
  font-style: inherit;
}
.newsletter-section p {
  font-family: "Merriweather", serif;
  font-weight: 400;
  margin: 0 !important;
  font-size: 12px;
  line-height: 20px;
  color: #bfbfbf;
  padding-right: 10px;
  font-style: inherit;
}
.newsletter-section .button-login {
  font-family: "Roboto", serif;
  font-weight: 400;
  color: #f2f2f2 !important;
  font-size: 16px;
  line-height: 21px;
  text-decoration: underline;
  background: transparent;
  border: none!important;
  text-align: left;
  padding: 0;
  margin-top: 40px;
}
.input-form ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.input-form ul li label {
  margin-bottom: 5px;
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.input-form ul li input {
  width: 228px;
  height: 48px;
  border: 1px solid #595959;
  background: #404040;
  color: #fff !important;
  outline: 0;
}
.input-form ul li:first-child {
  margin-right: 20px;
}
.input-form {
  padding: 20px 0 30px 0;
}
.newsletter-section {
  padding-top: 60px;
}
.footer-left p {
  font-family: "Merriweather", serif;
  font-weight: 400;
  margin: 0 !important;
  font-size: 14px;
  line-height: 18px;
  padding-right: 240px;
  color: #262626;
  padding-top: 30px;
  font-style: inherit;
}
.footer-center h4,
.footer-right h4 {
  font-family: "Roboto", serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 26px !important;
  color: #262626 !important;
}
.footer-center ul,
.footer-right ul {
  margin: 0;
  padding: 0;
}
.footer-center ul li a,
.footer-right ul li a {
  font-family: "Roboto", serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #595959 !important;
}
.site-info hr {
  margin: 30px 0 !important;
}
.copyright {
  font-family: "Merriweather", serif;
  font-weight: 400;
  margin: 0 !important;
  font-size: 12px;
  line-height: 20px;
  color: #262626;
  padding-top: 20px;
  font-style: inherit;
}
.paypal {
  text-align: right;
}
.site-info {
  padding-top: 40px;
}
.slide {
  position: relative;
}
.slide-left li,
.slide-right li {
  position: relative !important;
}
.slide-left li .data-slide {
  font-family: "Roboto", serif !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  color: #fff !important;
  position: absolute;
  top: 30px;
  left: 40px;
}
.slide-left li .titlu-slide {
  font-family: "Roboto", serif !important;
  font-weight: 700 !important;
  font-size: 25px !important;
  line-height: 35px !important;
  color: #fff !important;
  position: absolute;
  bottom: 0px;
  left: 40px;
  padding-right: 24% !important;
}
.slide-left li .descriere-slide {
  font-family: "Merriweather", serif;
  font-weight: 400;
  margin: 0 !important;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  position: absolute;
  top: 390px;
  left: 40px;
  padding-right: 48%;
  font-style: inherit;
}
.slide-left li .categorie-slide {
  font-family: "Roboto", serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  color: #fff !important;
  background: #c2131f;
  width: 150px;
  text-align: center;
  padding: 5px 0;
  border-radius: 10px;
  position: absolute;
  bottom: 100px;
  left: 40px;
}
.slide-right li .data-slide2 {
  font-family: "Roboto", serif !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  color: #fff !important;
  position: absolute;
  top: 25px;
  left: 25px;
}
.slide-right li .titlu-slide2 {
  font-family: "Roboto", serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  color: #fff !important;
  position: absolute;
  bottom: 0px !important;
  left: 25px;
  padding-right: 0 !important;
  max-width: 320px;
}
.slide-right li .descriere-slide2 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  margin: 0 !important;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  position: absolute;
  top: 170px;
  left: 25px;
  padding-right: 0;
  font-style: inherit;
}
.slide-right li .categorie-slide2 {
  font-family: "Roboto", serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  color: #fff !important;
  background: #c2131f;
  width: 150px;
  text-align: center;
  padding: 5px 0;
  border-radius: 10px;
  position: absolute;
  bottom: 100px !important;
  left: 25px;
}
.slide-right li:first-child {
  margin-bottom: 24px;
}
.ubermenu .ubermenu-target-text {
  font-family: "Roboto", serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 30px !important;
  color: #fff !important;
}
.ubermenu-target:hover {
  background: transparent !important;
}
.categ-sect-hp ul {
  margin: 0;
  padding: 0;
}
.category .sidebar_hp,
.archive .sidebar_hp {
  margin-top: 0;
}
.category h1,
.archive h1 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
  color: #262626;
  margin-top: 40px;
  font-style: inherit;
}
.all_posts ul {
  margin: 0;
  padding: 0;
}
.all_posts ul img {
  width: 270px;
  height: 204px;
}
.all_posts ul li {
  width: 270px;
  margin-right: 20px;
}
.all_posts ul li:nth-child(4) {
  margin-right: 0 !important;
}
.all_posts .post_topics li {
  width: auto !important;
  margin-right: 5px !important;
}
.row_posts_categ1,
.row_posts_categ2 {
  margin-bottom: 50px;
}
.related_posts h3 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
  color: #262626;
  /*font-style: inherit;*/
}
.related_posts ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.related_posts ul li {
  width: 270px;
  margin-right: 20px;
}
.related_posts ul li:nth-child(4) {
  margin-right: 0 !important;
}
.related_posts .post_topics li {
  width: auto !important;
  margin-right: 5px !important;
}
.single-post .sidebar_hp {
  margin-top: 0px;
  background: #eeeeee;
  height: 100%;
}
.comments-area {
  display: none;
}
.short_descript {
  margin-bottom: 20px !important;
  /* padding-right: 80px; */
  font-style: inherit;
}
.wp-block-latest-posts li:nth-child(5) {
  border-bottom: none !important;
}
.widget-container {
  padding: 40px 0 80px 0;
}
.widget-container .post_topics {
  margin-top: 20px;
}
.entry-header,
.entry-footer {
  display: none;
}
.titlu-pag-art {
  font-family: "Roboto", serif !important;
  font-weight: 700 !important;
  font-size: 25px !important;
  line-height: 1 !important;
  color: #262626 !important;
  padding-right: 20%;
}
.header-articol {
  position: relative;
}
.corp-articol .container {
  padding: 0;
}
.corp-articol img {
  width: 100%;
}
.article-content img {
  width: auto;
}
.corp-articol p {
  font-family: "Merriweather", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #404040;
  font-style: inherit;
}
.subtitlu-post {
  font-family: "Roboto", serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 26px !important;
  color: #262626 !important;
}
.ubermenu-skin-white .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target,
.ubermenu-skin-white .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target,
.ubermenu-skin-white .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
  color: #fff !important;
}
.wpcp-carousel-section.nav-vertical-center {
  padding: 30px 0 !important;
}
/* Tabs Start */
.ease {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tabs {
  background: #fff;
  position: relative;
  margin-bottom: 0px;
  padding: 40px 0 0 0;
}
.tabs input {
  display: none;
}
.tabs label {
  font-family: "Roboto", serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #262626 !important;
  cursor: pointer;
}
.tabs label {
  background: #fff;
  text-align: left;
  overflow: hidden;
  position: absolute;
  top: 10px;
}
.tabs label i,
.tabs label {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tabs input:hover + label {
  background: rgba(255, 255, 255, 0.1);
}
.tabs input:checked + label {
  background: #fff;
}
.tabs input:checked + label,
.tabs input:hover + label {
  color: #c2131f !important;
  font-weight: 700 !important;
}
#tab-1,
#tab-1 + label {
  left: 0;
}
#tab-22,
#tab-22 + label {
  left: 7%;
}
#tab-23,
#tab-23 + label {
  left: 15%;
}
#tab-24,
#tab-24 + label {
  left: 28%;
}
#tab-25,
#tab-25 + label {
  left: 42%;
}
#tab-26,
#tab-26 + label {
  left: 50%;
}
#tab-27,
#tab-27 + label {
  left: 57%;
}
#tab-28,
#tab-28 + label {
  left: 68%;
}
#tab-29,
#tab-29 + label {
  left: 75%;
}
#tab-71,
#tab-71 + label {
  left: 95%;
}
/*.tab-content {*/
/*padding: 20px 0 0;*/
/*width: 100%;*/
/*min-height: 340px;*/
/*}*/
.tab-content > section {
  width: 100%;
  display: none;
}
.tab-content section h1 {
  margin-top: 15px;
  font-size: 100px;
  font-weight: 100;
  text-align: center;
}
#tab-1:checked ~ .tab-content #tab-item-1 {
  display: block;
}
#tab-22:checked ~ .tab-content #tab-item-22 {
  display: block;
}
#tab-23:checked ~ .tab-content #tab-item-23 {
  display: block;
}
#tab-24:checked ~ .tab-content #tab-item-24 {
  display: block;
}
#tab-25:checked ~ .tab-content #tab-item-25 {
  display: block;
}
#tab-26:checked ~ .tab-content #tab-item-26 {
  display: block;
}
#tab-27:checked ~ .tab-content #tab-item-27 {
  display: block;
}
#tab-28:checked ~ .tab-content #tab-item-28 {
  display: block;
}
#tab-29:checked ~ .tab-content #tab-item-29 {
  display: block;
}
#tab-71:checked ~ .tab-content #tab-item-71 {
  display: block;
}
/* effect-1 */
.effect-1 > input:checked + label {
  background: #fff;
}
.input-search {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 0 !important;
  padding: 9px !important;
  margin-top: 10px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #a6a6a6;
  font-style: inherit;
}
.search-div {
  position: relative;
}
.search-div img {
  position: absolute;
  top: 20px;
  right: 25px;
}
.subtit {
  font-style: inherit;
}
.btn-load-more button {
  font-family: "Roboto", serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #262626 !important;
  margin-bottom: 80px !important;
  width: 120px;
  height: 40px;
  border-radius: 0;
  border: none;
  background: #f2f2f2;
}
.btn-load-more {
  text-align: center;
}
.wp-block-tag-cloud a:nth-child(19),
.wp-block-tag-cloud a:nth-child(20),
.wp-block-tag-cloud a:nth-child(21),
.wp-block-tag-cloud a:nth-child(22),
.wp-block-tag-cloud a:nth-child(23),
.wp-block-tag-cloud a:nth-child(24),
.wp-block-tag-cloud a:nth-child(25),
.wp-block-tag-cloud a:nth-child(26),
.wp-block-tag-cloud a:nth-child(27),
.wp-block-tag-cloud a:nth-child(28),
.wp-block-tag-cloud a:nth-child(29),
.wp-block-tag-cloud a:nth-child(30),
.wp-block-tag-cloud a:nth-child(31),
.wp-block-tag-cloud a:nth-child(32),
.wp-block-tag-cloud a:nth-child(33),
.wp-block-tag-cloud a:nth-child(34),
.wp-block-tag-cloud a:nth-child(35),
.wp-block-tag-cloud a:nth-child(36),
.wp-block-tag-cloud a:nth-child(37),
.wp-block-tag-cloud a:nth-child(38),
.wp-block-tag-cloud a:nth-child(39),
.wp-block-tag-cloud a:nth-child(40),
.wp-block-tag-cloud a:nth-child(41),
.wp-block-tag-cloud a:nth-child(42),
.wp-block-tag-cloud a:nth-child(43),
.wp-block-tag-cloud a:nth-child(44),
.wp-block-tag-cloud a:nth-child(45),
.wp-block-tag-cloud a:nth-child(46),
.wp-block-tag-cloud a:nth-child(47),
.wp-block-tag-cloud a:nth-child(48) {
  display: none !important;
}
/* #menu-item-28294,
#menu-item-28295,
#menu-item-28296,
#menu-item-30276,
#menu-item-30277 {
  display: none;
} */
.page-gdpr p {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #404040;
  font-style: inherit;
}
.page-gdpr h2 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
  color: #262626;
  margin-top: 40px;
  font-style: inherit;
}
.page-gdpr {
  padding-bottom: 40px;
}
.page-contact h3 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
  color: #262626;
  margin-top: 40px;
  font-style: inherit;
}
.page-contact p {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #404040;
  font-style: inherit;
}
.page-contact .wp-block-tag-cloud a {
  font-style: normal !important;
}
.page-contact .sidebar_hp {
  margin-top: -40px;
  margin-bottom: 40px;
  background: #eeeeee;
}
.archive .categ-sect-hp {
  padding-top: 0 !important;
  min-height: 850px;
}
/*.tab-content {
  min-height: 850px;
  margin-top: 1px;
}*/
.load-more-sect .col-md-3 {
  display: none;
}
.load-more-sect ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.load-more-sect .col-md-3 img {
  width: 270px;
  height: 204px;
}
.load-more {
  display: inline-block;
  font-family: "Roboto", serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #262626 !important;
  border-radius: 0;
  border: none;
  background: #f2f2f2;
  padding: 10px 27px;
  margin: 50px 0;
}
.asl_w_container {
  border: 1px solid #ccc;
  margin: 8px 0px 0px 0px !important;
}
#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  border-radius: 0 !important;
  font-family: "Merriweather", serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  color: #a6a6a6 !important;
  font-style: italic !important;
}
a.adv-us {
  line-height: 50px;
  background: #c2131f;
  padding: 5px 10px;
  color: #fff !important;
}
/*custom s2member*/
.article-content.foggy {
  margin-bottom: 0;
  overflow: hidden;
}
.single .paywall-container {
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 33px #818181;
  padding: 50px 55px;
  margin-left: 0%;
  margin-top: 0%;
  position: relative;
  z-index: 100;
  margin-bottom: 54px;
}
.page-template-page-register .paywall-container {
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 33px #818181;
  padding: 25px 30px;
  margin-left: 0%;
  position: relative;
  z-index: 100;
  margin-bottom: 54px;
}
.page-template-page-register .section-title--big {
  display: none;
}
.page-template-page-register .content--full-width {
  padding-top: 50px;
}
.register-form-custom h3 {
  font-family: "Roboto", serif !important;
  font-weight: 700 !important;
  font-size: 25px !important;
  line-height: 43px !important;
  color: #262626 !important;
  text-align: center;
}
.register-form-custom p {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #404040;
  font-style: inherit;
  text-align: center;
  padding: 0 80px;
}
.register-form-custom ul li {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #404040;
  font-style: inherit;
  text-align: center;
}
.register-form-custom ul {
  margin: 0;
  padding: 0;
}
.register-form-custom ul li img {
  width: 13px;
  height: 13px;
  margin-right: 10px;
  margin-bottom: 0;
}
.register-form-custom ul {
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
  margin: 0 60px;
}
.register-form-title,
#s2member-pro-stripe-checkout-form-description-div {
  font-family: "Roboto", serif !important;
  font-weight: 700 !important;
  font-size: 25px !important;
  line-height: 20px !important;
  color: #262626 !important;
  text-align: center;
}
.register-form-title {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
#s2member-pro-stripe-checkout-form-description-div {
  margin-top: 0 !important;
  color: #c2131f !important;
  margin-bottom: 60px;
}
div.s2member-pro-stripe-form-registration-section-title,
div.s2member-pro-stripe-form-billing-method-section-title,
div.s2member-pro-stripe-form-section-title {
  font-family: "Roboto", serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 14px !important;
  color: #262626;
}
.s2member-pro-stripe-checkout-form label {
  font-family: "Roboto", serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 18px !important;
  color: #262626;
}
.s2member-pro-stripe-checkout-form input[type="text"],
#s2member-pro-stripe-form-card-element {
  border: 1px solid #262626 !important;
  border-radius: 0 !important;
}
#s2member-pro-stripe-checkout-submit {
  font-family: "Roboto", serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #fff !important;
  width: 120px;
  height: 40px;
  border-radius: 0;
  border: none;
  background: #c2131f;
}
div.s2member-pro-stripe-form-submission-section > div.s2member-pro-stripe-form-submit-div {
  float: none !important;
  margin-left: calc(50% - 60px) !important;
}
div.s2member-pro-paypal-form-submission-section > div.s2member-pro-paypal-form-submit-div {
  float: none !important;
  margin-left: calc(50% - 72.5px) !important;
}
.ElementsApp .InputElement {
  font-size: 14px !important;
  color: #262626 !important;
}
.page-template-page-register .tabcontent,
.single .tabcontent {
  display: none;
  padding: 30px 12px;
}
.slide-left img {
  width: 100%;
  max-width: 770px;
  height: 516px;
}
.slide-right img {
  width: 100%;
  max-width: 370px;
  height: 246px;
}
.categ-sect-hp .left-box img {
  width: 100%;
  /*max-width: 570px;*/
  max-width: 100%;
  /* height: 432px; */
  height: 419px;
  object-fit: cover;
  margin-bottom: 15px;
}
/* .categ-sect-hp img {
  width: 100%;
  max-width: 270px;
  height: 205px;
}
.related_posts img {
  width: 100%;
  max-width: 370px;
  height: 205px;
} */
#s2member-pro-paypal-checkout-form-description-div {
  font-family: "Roboto", serif !important;
  font-weight: 700 !important;
  font-size: 25px !important;
  line-height: 40px !important;
  text-align: center;
  margin-top: 0 !important;
  color: #c2131f !important;
  margin-bottom: 60px;
}
#s2member-pro-paypal-checkout-form-registration-section-title,
#s2member-pro-paypal-checkout-form-billing-method-section-title,
#s2member-pro-paypal-checkout-form-submission-section-title {
  font-family: "Roboto", serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 14px !important;
  color: #262626;
}
#s2member-pro-paypal-checkout-form-registration-section label {
  font-family: "Roboto", serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 18px !important;
  color: #262626;
}
.tablinks {
  font-family: "Comic Sans MS", "Comic Sans", cursive !important;
  font-weight: 700 !important;
  font-size: 25px !important;
  line-height: 20px !important;
  color: #fff !important;
  width: 190px;
  height: 80px;
  border-radius: 0;
  border: none;
  background: transparent;
}
.tab-payment #defaultOpen {
  background: transparent !important;
}
.tab-payment {
  text-align: center;
}
#s2member-pro-paypal-checkout-form-billing-address-section-title {
  font-family: "Roboto", serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 14px !important;
  color: #262626;
}
#s2member-pro-paypal-checkout-form-billing-method-section label,
#s2member-pro-paypal-checkout-form-billing-address-section label {
  font-family: "Roboto", serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 18px !important;
  color: #262626;
}
.paywall-container input:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.paywall-container .btn-primary {
  font-family: "Roboto", serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #fff !important;
  width: 120px;
  height: 40px;
  border-radius: 0;
  border: none;
  background: #c2131f;
}
.paywall-container .btn-primary {
  box-shadow: none !important;
}
div[id*="ajaxsearchlite"].asl_m {
  padding: 6px 0 !important;
}
.category .site-main,
.archive .site-main {
  position: relative;
}
/*.category .sidebar_hp {*/
/*position: absolute;*/
/*right: 0;*/
/*top: 127px;*/
/*}*/
/* .tag .sidebar_hp {
  position: absolute;
  right: 0;
  top: 275px;
} */
.post_topics li a {
  color: #a6a6a6 !important;
}
.left-box,
.row_posts1,
.row_posts2 {
  position: relative;
}
.free-access-ribbon-col1 {
  display: block;
  background: url(../images/ui.png) no-repeat transparent -96px 0;
  width: 59px;
  height: 52px;
  position: absolute;
  top: 0 !important;
  /*left:       0;*/
  z-index: 100;
}
.free-access-ribbon-col2 {
  display: block;
  background: url(../images/ui.png) no-repeat transparent -96px 0;
  width: 59px;
  height: 52px;
  position: absolute;
  top: 0 !important;
  /*left:       0;*/
  z-index: 100;
}
.free-access-ribbon-col3 {
  display: block;
  background: url(../images/ui.png) no-repeat transparent -96px 0;
  width: 59px;
  height: 52px;
  position: absolute;
  top: 0 !important;
  /*left:       0;*/
  z-index: 100;
}
.home .free-access-ribbon-col2, .home .free-access-ribbon-col3 {
    display: none;
}
.rec-art .free-access-ribbon-col1,
.rec-art .free-access-ribbon-col2 {
  top: 173px !important;
}
.pag-de-categ .free-access-ribbon-col1,
.pag-de-categ .free-access-ribbon-col2 {
  top: 0 !important;
}
.pag-de-categ .free-access-ribbon-col2 {
  display: none;
}
/* .tag .free-access-ribbon-col1,
.tag .free-access-ribbon-col2 {
  top: 70px !important;
} */
.categ-sect-hp,
.pag-de-categ,
.archive {
  position: relative;
}
.gform_fields {
  margin: 0;
  padding: 0;
}
.gform_fields input {
  width: 100%;
  border: 1px solid #595959 !important;
  height: 35px;
  margin-bottom: 20px;
}
.gfield_label {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #404040;
  margin-bottom: 10px;
}
.gform_fields textarea {
  resize: none;
  border: 1px solid #595959 !important;
  height: 120px;
  margin-bottom: 20px;
}
.gform_button {
  font-family: "Roboto", serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #262626 !important;
  width: 120px !important;
  height: 40px !important;
  border-radius: 0 !important;
  border: none !important;
  background: #f2f2f2 !important;
}
span {
  top: 0 !important;
  font-size: 14px !important;
}
/* .tax-area .sidebar_hp {
  position: absolute;
  right: 0;
  top: 275px;
} */
.carousel-area .owl-carousel .owl-item img {
  height: 100%;
  margin: 0 auto;
}
.carousel-area .owl-carousel .owl-item .item {
  width: 100% !important;
  box-shadow: 0 1px 3px rgba(0,0,0,.2) !important;
  margin: 10px 5px;
  max-width: 270px;
}
.carousel-area .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.carousel-area .owl-nav button.owl-prev {
  left: -40px;
}
.carousel-area .owl-nav button.owl-next {
  right: -35px;
}
.carousel-area .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.carousel-area .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.carousel-area .owl-dots button.owl-dot.active {
  background-color: #000;
}
.carousel-area .owl-dots button.owl-dot:focus {
  outline: none;
}
.carousel-area .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-area button span {
  font-size: 70px;
  position: relative;
  top: -5px;
  color: #bfbfbf;
  font-weight: 300px !important;
}
.carousel-area .owl-nav button:focus {
  outline: none;
}
.carousel-area .owl-prev span {
  background: url("../images/left-arrow.svg");
  background-repeat: no-repeat;
  color: transparent !important;
  font-size: 55px !important;
  top: 10px !important;
}
.carousel-area .owl-next span {
  background: url("../images/right-arrow.svg");
  background-repeat: no-repeat;
  color: transparent !important;
  font-size: 55px !important;
  top: 10px !important;
}
.carousel-area {
  margin: 40px 0 0 0;
}
.carousel-area .owl-nav button {
  background: transparent !important;
}
/*05.07.2022*/
.sidebar h2 {
  font-family: "Merriweather", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #262626;
  border-top: 3px solid #c2131f;
  padding-top: 30px;
  margin-bottom: 22px;
  /*font-style: inherit;*/
}
.sidebar ul li a {
  font-family: "Roboto", serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 18px !important;
  color: #262626 !important;
}
.sidebar ul {
  margin: 0;
  margin-bottom: 40px !important;
}
.sidebar ul li {
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 0;
}
.category-section h3 {
  font-family: "Merriweather", serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 30px;
  color: #262626;
  /*font-style: inherit;*/
  margin-top: 30px;
}
.slide-right-category h2 a {
  font-family: "Roboto", serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #262626 !important;
}
.slide-left-category h2 a {
  font-size: 20px !important;
  font-family: "Roboto", serif !important;
  font-weight: 700 !important;
  color: #262626 !important;
}
.slide-right-category h2 {
  line-height: 12px !important;
  margin-bottom: 20px !important;
}
.slide-left-category img {
  width: 100%;
  max-width: 570px;
  height: 432px;
}
.slide-right-category img {
  width: 100%;
  max-width: 270px;
  height: 205px;
}
.categories-list a {
  color: #a6a6a6;
  font-family: "Roboto", serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  border: 1px solid #a6a6a6;
  border-radius: 10px;
  padding: 4px 12px;
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block !important;
  line-height: 19px !important;
}
.region-select-container {
  display: none;
}
.list-item__date {
  font-family: "Roboto", serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #595959 !important;
  margin-bottom: 5px !important;
  margin-top: 10px !important;
}
.slide-right-category .cf {
  margin-bottom: 20px;
}
/*05.07.2022*/
.article-content ul {
  margin: 0;
  padding: 0;
}
.article-content ul li {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #404040;
  font-style: inherit;
}
.tax-area .categ-sect-hp .free-access-ribbon-col2 {
  top: 70px !important;
}
.container {
  max-width: 1170px;
}
/*Happy css end*/
.news-row1,
.news-row2 {
  display: flex;
}
.gwmi_nwl_form label {
  margin-bottom: 5px;
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.gwmi_nwl_form input {
  width: 228px;
  height: 48px;
  border: 0 !important;
  background: #fff;
  color: #000 !important;
  outline: 0;
  border-radius: 0 !important;
}
.gwmi_nwl_form .btn-subscribe {
  font-family: "Roboto", serif;
  font-weight: 400;
  color: #f2f2f2;
  font-size: 16px;
  line-height: 21px;
  text-decoration: underline;
  background: transparent;
  border: none !important;
  text-align: left;
  padding: 0;
  margin-top: 40px;
}
.gwmi_nwl_form .inputgwmi {
  margin-right: 20px;
}
.news-row1 {
  margin-bottom: 20px;
}
.gwmi_nwl_form {
  /* margin: 40px auto; */
}

#ws-plugin--s2member-profile input {
  border-radius: 0 !important;
  height: 45px !important;
  border-color: #262626 !important;
}

#ws-plugin--s2member-profile .btn-primary {
   background: rgb(194, 19, 31) !important;
  border-radius: 0px !important;
  color: rgb(255, 255, 255) !important;
  border: medium !important;
}

#ws-plugin--s2member-profile .btn-primary:hover {
    background: rgb(38, 38, 38) !important;
}

.page-id-4412 #secondary,
.error-404 #secondary {
  display: none !important;
}
.tab-payment img:hover {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.wp-pagenavi {
  margin: 20px;
  text-align: center;
}
#lc_taxonomy-2 ul {
  padding-left: 0rem;
}
form.s2member-pro-stripe-form {
  padding: 10px 0 !important;
}
.summary-list li:first-child {
  text-indent: 50px !important;
}
.corp-articol p:first-line {
  text-indent: 30px !important;
}
.page-id-30282 .newsletter_log {
  display: none !important;
}
#lct-widget-topic li {
  color: #a6a6a6;
  font-family: "Roboto", serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  border: 1px solid #a6a6a6;
  border-radius: 10px;
  padding: 4px 12px;
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
}
#lct-widget-topic li a {
  color: #a6a6a6 !important;
}
.overlay-custom {
  background: linear-gradient(180deg,
      rgb(255 255 255 / 0%) 0%,
      rgb(0 0 0) 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
/*sidebar*/
/* .sidebar_category_page {
  position: inherit;
  top: auto;
  right: auto;
} */
/*sidebar end*/
.category-slide-single a {
  font-family: "Roboto", serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 19px;
  color: #fff !important;
  background: #c2131f;
  text-align: center;
  padding: 5px 10px;
  border-radius: 10px;
}
.category-slide-single {
  margin-top: 30px;
}
.single-post .data-slide {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  color: white;
  top: 30px;
  left: 40px;
}
.single .categorie-slide {
  position: absolute;
  bottom: 100px;
  left: 40px;
}
.single .categorie-slide a {
  font-family: "Roboto", serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 19px;
  color: #fff !important;
  background: #c2131f;
  text-align: center;
  padding: 5px 10px;
  border-radius: 10px;
}
.single h1.titlu-slide {
  font-family: "Roboto", serif !important;
  font-weight: 700 !important;
  font-size: 25px !important;
  line-height: 35px !important;
  color: #fff !important;
  position: absolute;
  bottom: 0px;
  left: 40px;
  padding-right: 24% !important;
  margin-bottom: 1.5em;
}
.article-content {
  margin-top: 20px;
}
.widget.same-category-posts ul {
  padding-left: 0px;
}
.post-date {
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  color: #595959;
}
.sidebar_hp .post-date {
  font-size: 12px !important;
}

.related_sidebar a {
  font-size: 12px !important;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  margin-bottom: 0 !important;
  line-height: 18px !important;
}

.gray-separator {
  margin-bottom: 60px;
  margin-top: 60px;
}
.single-post .extra-content {
  display: flex;
  justify-content: space-between;
  margin: 20px 0px;
  float: right;
  /* padding-right: 110px; */
}
social {
  display: flex;
  max-height: 18px;
  /* position: absolute;
  right: 0;
  bottom: 10px; */
}
social a {
  margin-left: 10px !important;
}
.page-id-30306 #lc_taxonomy-2 {
  display: none;
}
.section-one {
  position: relative;
}
.sidebar_category_page {
  position: absolute;
  top: 0;
  right: 0;
}
/*20.10.2022*/
.category .nav-tabs,
.archive .nav-tabs,
.tag .nav-tabs {
  border-bottom: 1px solid #d9d9d9 !important;
  margin-bottom: 60px;
  padding-bottom: 20px;
}
.sidebar_category_page {
  padding-left: 20px;
  background: #eeeeee;
  position: relative;
}
.sidebar_category_page ul {
  padding: 0;
}
.sidebar_category_page .post-date {
  margin-bottom: 0;
}
.sidebar_hp ul li:last-child {
  border: none;
}
/* .sidebar_category_page .popular-posts h2 {
  margin-bottom: 30px;
} */
/*.category .section-one .col-md-3 img,
.archive .section-one .col-md-3 img,
.search .col-md-3 img {
  max-height: 206px;
}*/

.tax-topic .project-tiles .col-md-3 img {
  display: none;
}
.tax-topic .project-tiles .col-md-3 br {
  display: none;
}
.category .project-tiles .col-md-3 img {
  display: none;
}
.category .project-tiles .col-md-3 br {
  display: none;
}

.right_posts_categ img {
  display: none;
}

.right_posts_categ br {
  display: none;
}


.corp-articol .single-feature-img {
  height: 480px;
  object-fit: cover;
}

.everest-forms-submit-button {
  background: #c2131f !important;
  border-radius: 0 !important;
  color: #fff !important;
  border: none !important;
}
.everest-forms-submit-button:hover {
  background: #262626 !important;
}
.evf-submit-container {
  padding: 0 !important;
}
.everest-forms input {
  border-radius: 0 !important;
  height: 45px !important;
  border-color: #262626 !important;
}
.everest-forms textarea {
  border-radius: 0 !important;
  height: 150px !important;
  border-color: #262626 !important;
  resize: none !important;
}
.categ-sect-hp .row_posts1 li, .categ-sect-hp .row_posts2 li {
  min-height: 85px;
}
.categ-sect-hp .row_posts1 li .titlu, .categ-sect-hp .row_posts2 li .titlu {
  min-height: 45px;
}
.categ-sect-hp .left-box .titlu {
  min-height: 45px;
}
.categ-sect-hp .left-box li {
  border-bottom: 1px solid #a6a6a6;
  margin-bottom: 25px;
}

.archive .right_posts_categ a {
  min-height: 80px;
}
.archive .right_posts_categ a .titlu {
  min-height: 35px;
}

.archive .project-tiles .left-box a {
  border-bottom: 1px solid #a6a6a6;
  display: block;
}
.archive .project-tiles .left-box a .titlu {
  font-size: 14px !important;
  min-height: 35px;
  line-height: 1.2 !important;
}
.tag .categ-sect-hp .left-box li {
  border-bottom: none !important;
}

.category .section-one,
.archive .section-one {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.sidebar_hp ul {
  padding: 0;
}
.sidebar_hp .post-date {
  margin-bottom: 0;
}
/* .section-one .left-box img {
  min-height: 432px;
} */
.categ-sect-hp {
  padding: 30px 0 60px 0 !important;
}
.trending_keys {
  padding: 60px 0 90px 0 !important;
}
.category .section-two img,
.archive .section-two img {
  max-height: 206px;
}
/* .single-post .corp-articol img {
  min-height: 516px;
}
img.size-270x205.wp-post-image {
  min-height: 180px;
} */
.no-posts {
  min-height: 80vh;
}
.perpage-filtering {
  margin-bottom: 20px;
}
.perpage-filtering select {
  background: #c2131f;
  border: 1px solid #c2131f;
  color: #fff;
  padding: 5px 10px;
}
.archive .section-two {
  padding-bottom: 60px;
}
.wp-pagenavi a {
  border: none;
}
.wp-pagenavi .extend:before {
  content: "...";
}
.wp-pagenavi span {
  border: none;
}
.wp-pagenavi a:visited {
  color: #c2131f;
}
#menu-item-31640, #menu-item-31642, #menu-item-31639, #menu-item-31641 {
    display: none;
}

#ubermenu-main-2843 {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
  margin: 0 auto !important;
  justify-content: center !important;
  display: flex !important;
} 

.byarea img {
  width: 100%;
  max-width: 70px;
  margin-bottom: 30px;
}
.byarea h4 a {
  color: #000;
  font-size: 20px;
  font-style: italic;
}
.byarea h4 a:hover {
  color: #c2131f;
}

.byareabox img {
  width: 100% !important;
  max-width: 70px !important;
  margin-bottom: 30px !important;
}
.byareabox {
  text-align: center;
  /*box-shadow: 0 1px 3px rgba(0,0,0,.06);*/
  padding-top: 30px;
  padding-bottom: 30px;
}
.byareabox h4 a {
  color: #000;
  font-size: 20px;
  font-style: italic;
}
.byareabox h4 a:hover {
  color: #c2131f;
}
.related_sidebar img {
  height: 150px;
  object-fit: cover;
  display: none !important;
}
.related_sidebar .data {
  font-size: 12px !important;
}
.related_sidebar .my-4 {
   margin-bottom: 5px !important;
   margin-top: 0 !important;
}

.related_sidebar h2 {
  margin-bottom: 10px;
}

.related_sidebar {
  padding-top: 0;
}

.right_posts_categ a {
  border-bottom: 1px solid #a6a6a6;
  display: block;
  margin-bottom: 20px;
}

.archive .left-box img {
  height: 395px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 9px;
}
.project-tilesall img {
  height: 200px;
  object-fit: cover;
}
.wp-pagenavi span {
  font-size: 16px !important;
  border: none !important;
}
.wp-pagenavi span.current {
  border-bottom: 2px solid #000 !important;
}
.wp-pagenavi a {
  border: none !important;
}

#filtru1::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/world_1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
#filtru2::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/europe.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
#filtru3::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/north-america.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
#filtru4::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/asia.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
#filtru5::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/russia.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
#filtru6::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/china.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
#filtru7::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/south-america.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
#filtru8::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/africa.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
#filtru9::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/australia.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
#filtru10::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/worldwide.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}


/*filtre tag page*/

#nav-all-tab::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/world_1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
#nav-22-tab::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/europe.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
#nav-23-tab::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/north-america.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
#nav-24-tab::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/asia.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
#nav-25-tab::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/russia.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
#nav-26-tab::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/china.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
#nav-27-tab::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/south-america.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
#nav-28-tab::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/africa.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
#nav-29-tab::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/australia.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
#nav-71-tab::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/worldwide.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}

.tag .right_posts_categ .titlu {
  font-family: "Roboto", serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #262626 !important;
  margin-bottom: 20px !important;
  display: block !important;
}

.tag .all_posts .titlu {
  font-family: "Roboto", serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #262626 !important;
  margin-bottom: 20px !important;
  display: block !important;
}

.all_posts img {
  height: 200px;
  object-fit: cover;
}

/*20.10.2022*/
/*Responsive*/
@media only screen and (max-width: 767px) {
  #tab-1,
  #tab-1 + label {
    margin-right: 25px !important;
  }
  #tab-23,
  #tab-23 + label {
    margin-right: 30px !important;
  }
  #tab-25,
  #tab-25 + label {
    margin-right: 30px !important;
  }
  #tab-27,
  #tab-27 + label {
    margin-right: 30px !important;
  }
  #tab-29,
  #tab-29 + label {
    margin-right: 30px !important;
  }
  .category .sidebar_hp,
  .archive .sidebar_hp {
    display: none;
  }
  .container {
    max-width: 100% !important;
  }
  .all_posts ul li,
  .load-more-sect .col-md-3 img {
    width: 100% !important;
    margin: auto !important;
  }
  .gwmi_nwl_form .inputgwmi {
    margin: auto !important;
  }
  .gwmi_nwl_form input {
    width: 100% !important;
  }
  .tabs label {
    position: initial !important;
    padding: 4px 6px !important;
    min-width: 40vw;
    max-width: 40vw;
    top: 10px !important;
    display: inline-flex !important;
    border-bottom: 1px solid #ff000000 !important;
  }
  .tabs input:checked + label {
    border-bottom: 1px solid #c2131f !important;
  }
  .carousel-area .owl-carousel .owl-item .item {
    width: 100% !important;
     max-width: 300px !important;
  margin: 10px auto !important;
  }
  .carousel-area .owl-carousel .owl-item img {
    height: auto !important;
  }
  .categ-sect-hp .link-view-all {
    position: relative;
    top: 0;
  }
  .carousel-area .owl-next span {
    background: url("../images/right-arrow.svg");
    background-repeat: no-repeat;
    color: transparent !important;
    font-size: 55px !important;
    top: 10px !important;
    background-position-x: right;
  }
  #cat-tabs {
    display: none;
  }
  .btn-dropdown {
    border: none;
    background: none;
    padding: 10px 20px 10px 0px;
    margin-bottom: 20px;
  }
	#menu-item-31640, #menu-item-31642, #menu-item-31639, #menu-item-31641 {
    display: block;
		background-color: #fff!important;
}
#menu-item-31640 span,
#menu-item-31642 span,
#menu-item-31639 span,
#menu-item-31641 span 	{
color: #c2131f!important;
}
	#menu-item-31642, #menu-item-31641{
		border-bottom: 2px solid #c2131f!important;
	}
	.logged-in #menu-item-31641{
		display:none!important;
	}
  .related_sidebar img {
  height: 250px;
  object-fit: cover;
}
.categ-sect-hp .data {
  margin-top: 10px !important;
}
}
@media only screen and (max-width: 480px) {
  .newsletter_log .container {
    padding: 35px 30px;
  }
  #recent-posts .wp-post-image {
    width: 100%;
  }
  .archive .section-one .col-md-3 img {
    width: 100%;
    height: auto;
  }
  /* .slide-left li .categorie-slide {
    top: 70px;
  } */
  .slide-left li .data-slide {
    top: 30px;
    left: 25px;
  }
  .slide-left li .titlu-slide {
    padding-right: 0;
    font-size: 16px !important;
    line-height: 20px !important;
    padding-right: 10% !important;
    left: 25px;
  }
  .slide-left li .categorie-slide {
    left: 25px;
  }
  .slide-right li .titlu-slide2 {
    padding-right: 0;
    font-size: 16px !important;
    line-height: 20px !important;
    padding-right: 10% !important;
  }
  .slide-left li .descriere-slide {
    top: 270px;
    padding-right: 0;
  }
  .slide-right img {
    width: 100%;
  }
  .box-icon {
    padding: 20px 20px;
    display: block;
    text-align: center;
  }
  .box-icon img {
    margin-bottom: 20px;
  }
  .categ-sect-hp img {
    width: 100%;
  }
  .sidebar_hp {
    margin-top: 10px;
  }
  .row_posts1,
  .row_posts2 {
    display: block;
  }
  .post_topics {
    display: block;
    width: 110px;
    text-align: center;
    margin-bottom: 20px !important;
  }
  .input-form ul {
    display: block;
  }
  .row_posts_categ1 ul,
  .row_posts_categ2 ul {
    display: block;
  }
  .row_posts_categ1 ul li a img,
  .row_posts_categ2 ul li a img {
    width: 100% !important;
  }
  .related_posts ul {
    display: block;
  }
  .corp-articol {
    padding-right: 10px;
  }
  .titlu-pag-art {
    padding-right: 0;
  }
  .newsletter-section {
    padding-bottom: 60px;
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu .ubermenu-nav {
    background: #c2131f;
  }
  .ubermenu-item a {
    text-align: center;
  }
  .ubermenu-responsive-toggle {
    background: transparent !important;
    color: #fff !important;
    text-align: right !important;
    position: absolute !important;
    top: 70px !important;
    float: right !important;
    right: 10px !important;
  }
  .ubermenu-skin-white {
    border: none !important;
  }
  #menu-item-28294,
  #menu-item-28295,
  #menu-item-28296 {
    display: block;
  }
  #site-navigation {
    display: none;
  }
  .fa-bars::before {
    font-size: 24px;
    color: #000;
  }
  .sectiune-meniu {
    background: #fff;
    height: 1px;
  }
  header p {
    padding: 0;
  }
  .register-form-custom p {
    padding: 0 20px;
  }
  .ubermenu {
    z-index: 9999 !important;
  }
  .register-form-custom ul {
    margin: 0;
  }
  .slide-left img {
    max-width: 100%;
    height: 320px;
  }
  .slide-right img {
    max-width: 100%;
  }
  .categ-sect-hp .left-box img {
    max-width: 100%;
    height: 250px;
  object-fit: cover;
  }
  .categ-sect-hp img {
    max-width: 100%;
    height: auto;
  }
  .copyright,
  .paypal {
    text-align: center;
  }
  .category .categ-sect-hp,
  .archive .categ-sect-hp {
    min-height: 100%;
  }
  .post_topics li {
    display: inline;
  }
  /*.free-access-ribbon-col1, .free-access-ribbon-col2, .free-access-ribbon-col3 {
    top: 149px !important;
}*/
  .footer-left p {
    padding-right: 0 !important;
  }
  .footer-left,
  .footer-center,
  .footer-right {
    text-align: center;
  }
  .footer-center {
    margin: 20px 0;
  }
  .post_topics li:nth-child(4),
  .post_topics li:nth-child(5),
  .post_topics li:nth-child(6),
  .post_topics li:nth-child(7),
  .post_topics li:nth-child(8),
  .post_topics li:nth-child(9),
  .post_topics li:nth-child(10) {
    display: none;
  }
  .all_posts img {
    width: 100%;
  }
  .page-contact .sidebar_hp {
    margin-top: 30px !important;
  }
  .carousel-area .owl-nav button.owl-prev {
    left: 0 !important;
  }
  .carousel-area .owl-nav button.owl-next {
    right: 0 !important;
  }
  body {
    width: 100%;
    max-width: 480px;
    overflow-x: hidden;
  }
  .news-row1,
  .news-row2 {
    display: block !important;
  }
  #s2member-pro-stripe-checkout-form-description-div {
    margin-top: 40px !important;
    line-height: 30px !important;
  }
  a.adv-us {
    line-height: 50px;
    background: #c2131f;
    padding: 5px 10px;
    color: #fff !important;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    /* text-align: center; */
    justify-content: center;
    margin-top: 20px;
  }
  .single-post .data-slide {
    top: 10px;
    left: 10px;
  }
  .single h1.titlu-slide {
    font-size: 18px !important;
    line-height: 25px !important;
    left: 10px;
    padding-right: 0% !important;
  }
  .single .categorie-slide {
    left: 10px;
    bottom: 80px;
  }
  .short_descript {
    padding-right: 0;
    font-size: 15px;
    display: none;
  }
  /* .section-one {
    display: none;
  } */
  .category .section-two img,
  .archive .section-two img {
    max-height: none;
    width: 100%;
  }
  .corp-articol .single-feature-img {
  height: 300px;
  object-fit: cover;
}
.archive .left-box img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.project-tilesall img {
  height:  250px;
  object-fit: cover;
  width: 100%;
}
.categ-sect-hp .titlu {
  font-size: 16px !important;
}
.all_posts img {
  height: 250px;
    object-fit: cover;
    width: 100%;
}
.archive .right_posts_categ a .titlu {
    font-size: 14px !important;
  line-height: 1.2 !important;
  min-height: auto;
}
.archive .right_posts_categ a {
  min-height: auto;
}
.home .free-access-ribbon-col2 {
    display: none;
}
}
@media only screen and (max-width: 450px) {
  .slide-left li {
    margin-bottom: 24px;
  }
  .ubermenu-skin-white.ubermenu-responsive-toggle {
    top: 65px;
  }
  .slide-right li .descriere-slide2 {
    top: 205px !important;
  }
  .stripe-top-badge img{

    width: 100%;
  }
  /* .slide-right li .titlu-slide2 {
    top: 125px !important;
} */
  .ubermenu-responsive-toggle {
    top: 60px !important;
  }
  body {
    max-width: 450px;
  }
  .category-slide-single a {
    line-height: 35px !important;
  }
  .gray-separator {
    margin-bottom: 20px !important;
    margin-top: 0px !important;
  }
  .single .categorie-slide a {
    font-size: 12px !important;
  }
}
.stripe-top-badge{
  text-align: center;
  margin-left: auto;
  margin-right: auto;

}
.stripe-top-badge img{

  max-width: 500px;
}
@media only screen and (max-width: 414px) {
  .ubermenu-skin-white.ubermenu-responsive-toggle {
    top: 60px;
  }
  body {
    max-width: 414px;
  }
  .no-posts {
    min-height: 50vh;
  }
}
@media only screen and (max-width: 375px) {
  .ubermenu-skin-white.ubermenu-responsive-toggle {
    top: 55px;
  }
  body {
    max-width: 375px;
  }
  .single .categorie-slide {
    bottom: 100px;
  }
  .single .categorie-slide a {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 360px) {
  body {
    max-width: 360px;
  }
}
.all_posts img {
  height: 200px;
    object-fit: cover;
}
.nav {
  justify-content: space-between !important;
}
.nav-tabs {
  border: none !important;
}
.nav-link {
  padding: 0.5rem 0 !important;
  border: none !important;
  font-family: "Roboto", serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #262626 !important;
  cursor: pointer;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #c2131f !important;
  font-weight: 400 !important;
  border: 1px solid #eeeeee !important;
  padding: 0.5rem 5px !important;
  border-radius: 0 !important;
  background: #eeeeee !important;
}

.nav-tabs .nav-link {
  padding: 0.5rem 5px !important;
}


.search .short_descript {
  padding-right: 0px;
}
.search .short_descript a:first-of-type {
  color: #262626;
}
.home .row_posts1 img,
.home .row_posts2 img {
  max-height: 206px !important;
}
.ubermenu a.ubermenu-target {
  padding: 10px !important;
}
.wp-post-image {
  border: 1px solid #e9e7e785;
}
#post-4412 .post-thumbnail {
  display: none !important;
}
.tab-payment .tablinks img {
  margin-top: -30px;
}
.page-id-4249 .post-thumbnail,
.page-id-4249 #secondary{
  display:none;
}
.page-id-4249 .entry-content{
  text-align: center;
}
