/* 
 Theme Name:   ESR Journals
 Theme URI:    
 Description:  
 Author:       Gr4fix s.r.o.
 Author URI:   
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==..
--------------------------------------------*/

/* PPNeueMontreal-Bold */
@font-face {
  font-family: 'PPNeueMontreal';
  src: url('fonts/PPNeueMontreal-Bold.woff2') format('woff2'),
       url('fonts/PPNeueMontreal-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

/* PPNeueMontreal-Light */
@font-face {
  font-family: 'PPNeueMontreal';
  src: url('fonts/PPNeueMontreal-Light.woff2') format('woff2'),
       url('fonts/PPNeueMontreal-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

/* PPNeueMontreal-Regular */
@font-face {
  font-family: 'PPNeueMontreal';
  src: url('fonts/PPNeueMontreal-Regular.woff2') format('woff2'),
       url('fonts/PPNeueMontreal-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

:root {
    --main-er-color: #4D73FE;
    --main-er-color-light: rgba(77, 115, 254, 0.2);
    --swiper-navigation-color: #4D73FE;
    --swiper-theme-color: #4D73FE;

    --main-i3-color: #7c08c4;
    --main-i3-color-light: rgba(124, 8, 196, .2);
    --swiper-navigation-color: #7c08c4;
    --swiper-theme-color: #7c08c4;

    --main-erx-color: #79e059;
    --main-erx-color-light: rgba(121,224,89,.2);
    /*--swiper-navigation-color: #79e059;
    --swiper-theme-color: #79e059;*/

    --main-erb-color: #eb8ff7;
    --main-erb-color-light: rgba(235, 143, 247, 0.2);

    --main-erx-color: #79e059;
    --main-erx-color-light: rgba(121,224,89,.2);

    --main-erx-color: #79e059;
    --main-erx-color-light: rgba(121,224,89,.2);

}



#main-header.et-fixed-header {
    background: var(--main-er-color);
    z-index: 900;
    -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
    -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
    box-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
}

/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

body {
    font-family: "PPNeueMontreal", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    -webkit-font-smoothing: auto;
    -moz-font-smoothing: auto;
    font-smoothing: auto;
}

p {
margin-bottom: 1em;
padding-bottom: 0em;
}

body a {
    color: var(--main-er-color);
}

sup {
    font-size: 50%;
}

body .wpcf7 form input, body .wpcf7 form textarea {
    font-size: 18px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid;
    width: 100%;
    color: #000;
    margin-bottom: 1em;
    transition: .1s;
    border-radius: 0;
}
body .wpcf7 .wpcf7-submit {
    cursor: pointer;
}
body .wpcf7 .wpcf7-form p {
    margin-bottom: 0.5em;
}
input[type="submit"] {
    background: #79E059;
    border: 0px;
    padding: 15px 50px;
    font-size: 18px;
    color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin: 0 auto;
    display: block;
}
input[type=text], input[type=password], input[type=tel], input[type=email], input.text, input.title, textarea, select {
    padding: 15px 20px;
    border: 0px;
    color: #4e4e4e;
    background-color: #efefef;
    font-size: 18px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%;
}


/* START HEADER */

#container.container {
  position: relative;
  width: 100% !important;
  height: 85vh;
  margin: 0 auto;
  padding: 0px;
  overflow: hidden;
  max-width: none;
}


.preloader {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0px;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 5;
    background: #131421;
}



#main-content .et_pb_section:first-child + .et_pb_section {
	background: initial;
}





span.ball1 {
top: 50%;
left: 50%;
display: block;
position: absolute;
z-index: 10;
transform: translate3d(-50%,-50%,0px);
width: 100px;
height: 100px;
animation: 2s ball1 infinite;

margin-left: -50px;
margin-top: -50px;
}

span.ball2 {
top: 50%;
left: 50%;
display: block;
position: absolute;
z-index: 10;
transform: translate3d(-50%,-50%,0px);
width: 100px;
height: 100px;
animation: 2s ball2 infinite;

margin-left: -50px;
margin-top: -50px;
}

.preloader span.ball1:before {
content: " ";
width: 10px;
height: 10px;
background: rgba(255,255,255,1);
display: block;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
margin: 0 auto;
}

.preloader span.ball2:before {
content: " ";
width: 10px;
height: 10px;
background: rgba(255,255,255,1);
display: block;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
margin: 0 auto;
}


@keyframes ball2 {
  0% {
-ms-transform: rotate(10deg);
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
  }
  50% {
-ms-transform: rotate(370deg);
-webkit-transform: rotate(370deg);
transform: rotate(370deg);
  }
  100% {
-ms-transform: rotate(370deg);
-webkit-transform: rotate(370deg);
transform: rotate(370deg);
  }
}

@keyframes ball1 {
  0% {
-ms-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
  }

  20% {
-ms-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
  }
  70% {
-ms-transform: rotate(350deg);
-webkit-transform: rotate(350deg);
transform: rotate(350deg);
  }
  100% {
-ms-transform: rotate(350deg);
-webkit-transform: rotate(350deg);
transform: rotate(350deg);
  }
}


.layer {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0px;
    z-index: 1;
margin: 0px !important;
}

#container .scene {
    display: block;
    height: 100%;
    width: 100%;
  padding: 0 !important;
  margin: 0 !important;
    overflow: hidden;
    height: 85vh; /* fix Divi 3.21.3 */
}

#container .scene2020 {
    height: 92vh !important; /* fix Divi 3.21.3 */
}


.scene img {
  display: block;
  width: 100%;
}

.scene .background img {
    min-width: 110%;
    max-width: none;
    width: auto;
    height: 100%;
    transform: translate3d(-50%,0px,0px);
    left: 50%;
    position: absolute;
    bottom: 0px;
    top: -50px;
}

.scene .buildings img {
transform: translate3d(-50%,10px,0px);
    left: 50%;
    position: absolute;
    bottom: 2vw;
    width: auto;
    max-width: 1600px;
    max-height: 80%;
}

.scene.leadspace .object img {
    transform: translate3d(-50%,10px,0px);
    left: 50%;
    position: absolute;
    bottom: 8vw;
    width: 110%;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
    max-width: none;
    max-height: 80%;
    min-width: 1620px;
}

.scene.leadspace .logo img {
    max-width: 500px;
    width: 50%;
    transform: translate3d(-50%,0%,0px);
    left: 50%;
    position: absolute;
    top: 10%;
    object-fit: contain;
    bottom: unset;
    object-position: center top;
    height: 80%;
}

.scene.leadspace .waves img {
	transform: translate3d(-50%,0px,0px);
    left: 50%;
    position: absolute;
    min-height: 250px;
    width: 110%;
    left: 50%;
    position: absolute;
    bottom: 5vh;
    min-width: 0;
    max-height: 25vw;
    object-fit: cover;
}

.scene .gradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000018+0,000018+100&0+67,1+100 */
background: -moz-linear-gradient(top, rgba(0,0,24,0) 0%, rgba(0,0,24,0) 67%, rgba(0,0,24,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,24,0) 0%,rgba(0,0,24,0) 67%,rgba(0,0,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,24,0) 0%,rgba(0,0,24,0) 67%,rgba(0,0,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000018', endColorstr='#000018',GradientType=0 ); /* IE6-9 */
}

li.layer.gradient2 {
    background: -moz-linear-gradient(top, rgba(0,0,24,0) 0%, rgba(0,0,24,0) 60%, rgb(0, 0, 25) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,24,0) 0%,rgba(0,0,24,0) 60%, rgb(0, 0, 25) 100%);
    background: linear-gradient(to bottom, rgba(0,0,24,0) 0%,rgba(0,0,24,0) 60%, rgb(0, 0, 25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000018', endColorstr='#000019',GradientType=0 );
}

li.layer.gradient2020 {
    z-index: 100;
    background: -moz-linear-gradient(top, rgba(0,0,24,0) 0%, rgba(0,0,24,0) 40%, rgb(0, 0, 25) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,24,0) 0%,rgba(0,0,24,0) 40%, rgb(0, 0, 25) 100%);
    background: linear-gradient(to bottom, rgba(0,0,24,0) 0%,rgba(0,0,24,0) 40%, rgb(0, 0, 25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000018', endColorstr='#000019',GradientType=0 );
}
li.layer.announcement {
    z-index: 101;
}


p.subtitle {
    width: 65%;
    transform: translate3d(0%,0%,0px);
    left: 90px;
    position: absolute;
    bottom: 0px;
    text-align: left;
    margin-bottom: 0px;
    font-style: italic;
    font-size: 10px;
    line-height: 1.6;
    max-width: 600px;
}

#home {
padding: 0px !important;
}

.et_pb_section_video_bg .mejs-video,
.et_pb_section_video_bg .mejs-container {
    background: #ffffff;
}

/* END HEADER */


#main-content h1, span.h1, .single #main-content .header-content h1 {
    font-size: 140px;
    font-size: clamp(60px, 10.2vw, 140px) !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

#main-content .backtoparent {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    color: #7e7c8e;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    position: relative;
    z-index: 100;
}



.single .et_pb_post .entry-content {
    padding-top: 0px;
}

.single .et_post_meta_wrapper img {
    float: left;
    max-width: 250px;
    margin: 0 20px 10px 0;
}


body #page-container #sidebar {
    position: relative;
    padding: 0 !important;
    margin: 0 0 0 0;
	width: 29%;
    float: right;
}

.single .published,
.search .published,
.category .published,
.archive .published,
.blog .published {
    text-align: left;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    line-height: 1.4;
}

.single #left-area .post-meta,
.search #left-area .post-meta,
.category #left-area .post-meta,
.archive #left-area .post-meta,
.blog #left-area .post-meta {
    padding-bottom: 0px;
    margin-bottom: 6px;
}

.single #left-area .post-meta {
    padding-bottom: 0px;
    margin-bottom: 20px;
}

body #page-container #left-area {
    width: 65% !important;
}


.et_pb_widget{
    padding: 0px;
}

.et_pb_widget ul {

}

.et_pb_widget_area_right {
    padding-left: 0px;
    border-left: 0px;
}

#sidebar .et_pb_widget ul li {
    margin-bottom: 1em;
}

#sidebar .widgettitle {
    margin-bottom: 0;
    color: #a6a7af;
}

#sidebar li {
    margin-bottom: 0px;
    list-style-type: none;
    padding: 0;
    position: relative;
}

.et_pb_widget a {
    color: #888;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}


.single #left-area .entry-content {

margin: 0 auto;
font-size: 20px;
line-height: 1.3;
letter-spacing: 0px;
}


#left-area,
.et_right_sidebar #left-area {


padding: 0px !important;
max-width: 800px;
width: 100%;
}

.et_pb_fullwidth_header.et_pb_fullscreen h1 {
margin: 0 0 20pnx 0;
}



.et_pb_text li {
margin: 0px 0px 15px 0px;
list-style-type: none;
padding: 0 0 0 35px;
position: relative;
}

.et_pb_text li:before {
    content: " ";
    display: block;
    position: absolute;
    left: 3px;
    top: 6px;
    border: 3px solid rgba(255, 255, 255, 0.8);
    width: 9px;
    height: 9px;
    border-radius: 10px;
}


.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
    margin: 0px;
    padding: 0px;
}

.narrow {
max-width: 860px;
margin: 0 auto;
}

.introsection .header-content {
margin: 0 auto !important;
}

.introsection .header-content h2 {
max-width: 1000px;
margin: 0 auto;
text-align: center;
}

.introsection .header-content .et_pb_button {
position: relative;
left: 50%;
transform: translateX(-50%);
}


.introsection .header-content p {
margin: 0 auto;
}

.introsection .header-content h3 {
margin-left: auto;
margin-right: auto;
}


#page-container {
padding-top: 0px !important;
margin-top: 0px !important;
}

#main-content {
    background: none;
}

.single #main-content .container {
    padding-top: 130px;
}

@media (max-width: 980px) {
    .single #main-content .container {
        padding-top: 80px;
    }

    .scene.leadspace .object img {
        bottom: 10vw;
    }

    .opinion-slider {
        margin: 0px;
        padding: 0px !important;
    }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "PPNeueMontreal", sans-serif;
    color: #000;
    line-height: 1;
    padding-bottom: 20px
}

h1 {
    font-size: 180px;
    font-weight: 400;
}

h2 {
    font-size: 90px;
    font-weight: 400;
}

h3 {
    font-size: 54px;
    font-weight: 700;
}

h4 {
    font-size: 34px;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6, .et_quote_content blockquote p, .et_pb_slide_description .et_pb_slide_title {
    line-height: 1;
}

.et_pb_slide_description .et_pb_slide_title {
    font-size: 60px!important;
    line-height: 1.2;
}
@media (max-width: 767px) {
    .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 48px !important;
    }
}
@media (max-width: 479px) {
    .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 34px!important;
    }
}

.et_pb_title_container h1 {
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 50px;
}

.et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2 {
    font-size: 90px;
    font-weight: 400;
}

.et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 {
    font-size: 54px;
    font-weight: 700;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 100%;
    max-width: none;
    margin: 0px auto !important;
}

#main-header {
    background: none;
    z-index: 900;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

@media (max-width: 980px) {
    .et_fixed_nav #main-header {
        position: fixed;
    }
}


@keyframes reflect {
  0% {
    -ms-transform: translate3d(-50%,-50%,0px) rotate(20deg);
    -webkit-transform: translate3d(-50%,-50%,0px) rotate(20deg);
-moz-transform: translate3d(-50%,-50%,0px) rotate(20deg);
    transform: translate3d(-50%,-50%,0px) rotate(20deg);
opacity: 0;
}


12% {
    -ms-transform: translate3d(-50%,-50%,0px) rotate(170deg);
    -webkit-transform: translate3d(-50%,-50%,0px) rotate(170deg);
-moz-transform: translate3d(-50%,-50%,0px) rotate(170deg);
    transform: translate3d(-50%,-50%,0px) rotate(170deg);
opacity: 1;
}


  25% {
-ms-transform: translate3d(-50%,-50%,0px) rotate(360deg);
    -webkit-transform: translate3d(-50%,-50%,0px) rotate(360deg);
-moz-transform: translate3d(-50%,-50%,0px) rotate(360deg);
    transform: translate3d(-50%,-50%,0px) rotate(360deg); 
    opacity: 0;
  }

  50% {
-ms-transform: translate3d(-50%,-50%,0px) rotate(720deg);
    -webkit-transform: translate3d(-50%,-50%,0px) rotate(720deg);
-moz-transform: translate3d(-50%,-50%,0px) rotate(720deg);
    transform: translate3d(-50%,-50%,0px) rotate(720deg); 
    opacity: 0;
  }

  75% {
-ms-transform: translate3d(-50%,-50%,0px) rotate(1080deg);
    -webkit-transform: translate3d(-50%,-50%,0px) rotate(1080deg);
-moz-transform: translate3d(-50%,-50%,0px) rotate(1080deg);
    transform: translate3d(-50%,-50%,0px) rotate(1080deg); 
    opacity: 1;
  }

  100% {
-ms-transform: translate3d(-50%,-50%,0px) rotate(1440deg);
    -webkit-transform: translate3d(-50%,-50%,0px) rotate(1440deg);
-moz-transform: translate3d(-50%,-50%,0px) rotate(1440deg);
    transform: translate3d(-50%,-50%,0px) rotate(1440deg); 
    opacity: 0;
  } 
}


@keyframes pulsing {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

.et_pb_fullwidth_header {
    padding: 0px;
}

.et_pb_fullwidth_header .header-image {
    position: relative;
}

.header-image:hover {

}

.header-image:hover:before {

}

header#main-header div.container {
    width: auto!important;
    max-width: 1440px!important;
    padding: 30px!important;
}

@media (max-width: 980px) {
header .container {
    width: auto;
    max-width: none;
    padding: 10px 20px !important;
}
}

@media (max-width: 540px) {
header#main-header div.container {
    padding: 15px 30px!important;
}
}



#logo {
    height: 45px !important;
    margin: 15px 0px;
}

.logo_container_footer img {
    width: 100%;
    max-height: 45px;
}

@media (max-width: 540px) {
    #logo {
        margin: 11px 0px;
    }
    .logo_container_footer img {
        max-height: 41px;
    }
}


#top-menu li {
    display: inline-block;
    padding-right: 22px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
}

@media (max-width: 1100px) {
#et_mobile_nav_menu {
    display: block;
}
}

@media (max-width: 1100px) {
#top-menu {
display: none;
}

#logo {
    height: 22px !important;
    margin: 10px 0px;
}
}

.mobile_menu_bar {
    position: relative;
    font-size: 0px;
    cursor: pointer;
    height: 2px;
    width: 20px;
    background: #fff;
    display: block;
    border-radius: 10px;
    padding: 0px !important;
    content: " ";
    transition: all 0.2s;
    top: -4px;
}

.opened .mobile_menu_bar {
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}

.mobile_menu_bar:before {
    position: relative;
    top: 8px;
    left: 0;
    font-size: 32px;
    content: "";
    cursor: pointer;
    height: 2px;
    width: 20px;
    background: #fff;
    display: block;
    border-radius: 10px;
    transition: all 0.2s;
}

.opened .mobile_menu_bar:before {
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
width: 20px;
top: 0px;
}

.mobile_menu_bar:after {
    position: relative;
    top: -12px;
    left: -5px;
    font-size: 32px;
    content: "";
    cursor: pointer;
    height: 30px;
    width: 30px;
    display: block;
}

.et_mobile_menu {
    position: absolute;
    z-index: 9999;
    left: 0;
    width: 100%;
    padding: 0px;
    border-top: 1px solid var(--main-er-color);
    opacity: 1;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    top: 96px;
    height: 100vh;
}

@media only screen and (max-width: 540px) {
    .et_mobile_menu {
        top: 68px;
    }
}

.et_mobile_menu li a {
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid var(--main-er-color);
    color: #000;
    font-weight: 400;
    margin: 0 0 0 18px;
    font-size: 13px;
}

.et_mobile_menu li a:after {
    display: block;
    width: 20px;
    height:20px;
    font-family: "ETmodules";
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    content: "5";
    float: right;
	margin-right: 10px
}

.et_header_style_left .logo_container {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding: 17px 0 !important;
}

@media only screen and (max-width: 540px) {
    .et_header_style_left #et-top-navigation {
        padding: 20px 0 !important;
    }
}

.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 0px !important;
}

.et_pb_blog_grid {
    flex-wrap: wrap;
    display: flex;
}

.et_pb_blog_grid h2.entry-title {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
    padding-bottom: 0px !important;
    text-transform: none;
    width: 100%;
}
.home .et_pb_blog_grid h2.entry-title {
    margin-top: 10px;
    margin-bottom: 0;
}

.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column article {
margin-bottom: 20px !important;
}

.et_pb_blog_grid .size-1of3 {
display: flex;
flex: 1 0 0%;
max-width: 31.3333%;
margin-bottom: 30px;
flex-direction: column;
}

.et_pb_blog_grid .size-1of3 article {
flex-wrap: wrap;
width: 100%;
margin-bottom: 0px !important;
display: flex;
flex-grow: 1;
align-content: flex-start;
}


.et_pb_blog_grid .et_pb_post {
    border: 0px;
    background: none;
    padding: 30px;
}

.et_pb_blog_grid article a.more-link {
color: var(--main-er-color); !important;
font-family: "Montserrat", sans-serif;
background: rgba(236, 157, 65, 0) !important;
font-size: 13px;
text-transform: uppercase;
}

body .et_pb_bg_layout_light .et_pb_post p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #A3A3A3;
}

.et_pb_post h2 a, .et_pb_portfolio_item h3 a {
letter-spacing: 0px;
}

body .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
    display: none;
}
body #main-content .et_pb_fullwidth_header_container {
    min-height: 480px;
    position: relative;
    z-index: 10;
}
body #main-content .et_pb_fullwidth_header.et_pb_fullwidth_header.et_hover_enabled:hover {
    z-index: unset;
}
body #main-content .et_pb_fullwidth_header.et_pb_fullwidth_header {
    background-color: var(--main-er-color);
}
body #main-content .et_pb_fullwidth_header.et_pb_fullwidth_header h1 {
    font-size: 140px!important;
    font-size: clamp(60px, 10.2vw, 140px) !important;
    color: #fff;
    padding-bottom: 20px;
}

@media (max-width: 980px) {
    body #main-content .et_pb_fullwidth_header.et_pb_fullwidth_header h1 {
        font-size: 100px!important;
    }
}
@media (max-width: 767px) {
    body #main-content .et_pb_fullwidth_header.et_pb_fullwidth_header h1 {
        font-size: 60px!important;
    }
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
        -moz-justify-content: end;
        -ms-justify-content: end;
        justify-content: end;
    }
    body #main-content .et_pb_fullwidth_header_container {
        min-height: 300px;
        width: 90%!important;
    }
}

/*body #main-content .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    position: relative;
    z-index: 3;
    width: 80%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
body #main-content .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
}*/
body #main-content .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container.center {
    -webkit-align-self: end;
    -ms-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
    justify-content: end;
}

.et-social-icons {
    float: none;
    text-align: right;
    margin: 50px 0px 60px 0px !important;
}

.et-social-icons li {
    display: inline-block;
    margin-left: 0px;
}

#footer-widgets {
    padding: 0px;
}

footer#main-footer .footer-widget {
    float: none;
    display: block;
    width: auto !important;
    margin: 0px;
}

.footer-widget .et_pb_widget {
    float: none;
    max-width: 100%;
}

#footer-bottom .et-social-icons {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin:0!important;
}
#footer-bottom .et-social-icons li a {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin: 0px 10px;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    transition: all 0.1s ease-in-out;
    position: relative;
}

#footer-bottom .et-social-icons li a:before {
    position: absolute;
    color: #fff;
    transition: all 0.1s ease-in-out;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
}
#footer-bottom .et-social-icons li a:hover {
    border-color: var(--main-er-color);
}
#footer-bottom .et-social-icons li a:hover:before {
    opacity: 1;
    color: var(--main-er-color);
}

.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
    width: 31.333%;
    margin-right: 3%;
}

#main-content .container:before {
    width: 0px;
    background: none;
    content: "";
}



#main-footer {
/*background: url('/content-journals/uploads/2020/01/footer_2020.jpg') center bottom;
background-size: cover;*/
}

#menu-footer-menu {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

#footer-bottom {
    padding: 45px 0 35px;
    background: none;
}
#footer-bottom .container {
    display: flex;
    flex-direction: column;
    min-height: 115px;
}
#footer-bottom-wrapper {
    display: flex;
    justify-content: space-between;
}
#footer-bottom-part {
    display: flex;
    align-items: center;
    margin-top: auto;
}
#footer-info {
    font-size: 15px;
    line-height: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #E7E7E7;
    margin: 0;
    padding: 0;
    padding-right: 20px
}

.et_pb_image_container {
    margin: 0px 0px 10px;
}

.et_pb_blog_grid article:hover .et_pb_image_container img,
#left-area article:hover img.wp-post-image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}

.et_pb_blog_grid .et_pb_image_container img,
#left-area article img.wp-post-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.credits {
    background: #fff;
    padding: 30px 0px;
}

.bottom-nav a,
.bottom-nav li.current-menu-item > a {
    font-size: 15px;
    line-height: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #fff;

}

.bottom-nav {
    padding: 0;
}
.bottom-nav li {
    font-size: 15px;
    line-height: normal;
    font-weight: 300;
    padding-right: 10px;
}

@media (max-width: 980px) {
    #footer-bottom-wrapper,
    #footer-bottom-part {
        flex-direction: column;
    }
    #footer-bottom .et-social-icons {
        position: relative;
        transform: unset;
        right: unset;
        top: unset;
        text-align: center;
        padding: 20px 0;
    }
    #footer-info {
         text-align: center;
         padding-bottom: 10px;
    }
}

hr {
    border: 1px solid rgba(255, 255, 255, 0.1);
}


.bordered {
    border: 1px solid #24252f;
    max-width: 660px;
    padding: 50px 70px !important;
    margin: 4vh auto 0px auto;
    font-size: 15px;
    line-height: 30px;
    font-weight: 100;
}

.blog article.page {
	padding: 0px !important;
	border: 0px !important; 
}

#main-content .blog .et_pb_row {
    max-width: 800px;
}

.et_pb_post .entry-featured-image-url {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
}

.home .news-grid .et_pb_column {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.home .news-grid.news-btn {
    display: flex;
    justify-content: flex-end;
}
.home .news-grid.news-btn .et_pb_column {
    max-width: 1140px;
    display: flex;
    justify-content: center;
    margin-left: 238px;
}
.home .news-grid.news-btn .et_pb_column .et_pb_button {
    margin: 0!important;
}
.home .et_pb_blog_grid .et_pb_salvattore_content {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.home .et_pb_blog_grid .column.size-1of3 {
    margin-right: 0!important
}
.home .et_pb_blog_grid .et_pb_post {
    padding: 0px;
}
.home .et_pb_post .entry-title a {
    color: #000;
}

@media (max-width: 980px) {
    .home .news-grid.news-btn {
        justify-content: center!important;
    }
    .home .news-grid.news-btn .et_pb_column {
        margin-left: 0;
    }
}
/*#left-area article .image-overlay {
    display: flex;
    position: relative;
    margin-bottom: 0;
    margin-right: 0;
    float: left;
}
*/
.home .et_pb_blog_grid .et_pb_image_container a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: var(--main-er-color);
    mix-blend-mode: color; 
}
.home .et_pb_blog_grid .et_pb_image_container a:hover:before {
    display: none;
}
.home .et_pb_blog_grid .size-1of3 {
    margin-bottom: 0;
}
.home .et_pb_blog_grid .et_pb_post .et_pb_image_container {
    margin-bottom: 0;
}
.home .et_pb_blog_grid .et_pb_post .entry-featured-image-url {
    display: flex;
    position: relative;
    min-width: 100%;
    margin-bottom: 0;
}

.et_pb_blog_grid .et_pb_image_container {
    display: block;
    width: 100%;
}

.et_pb_blog_grid .et_pb_image_container img {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}

.et_pb_image .et_pb_image_wrap {
    line-height: 1;
}

.et_pb_gutters1 .et_pb_column {
    width: 100%;
}

#main-content .blog article h2,
.single #main-content h1,
.search h2.entry-title,
.category h2.entry-title,
.archive h2.entry-title,
.blog h2.entry-title {
    font-size: 34px !important;
    font-weight: 700;
    color: var(--main-er-color); !important;
    text-align: left;
    padding-bottom: 0px;
    text-transform: none;
    margin-bottom: 5px;
    margin-top: 0px;
}

.blog article h2, .blog article p {
	margin: 0px;
}


/* OPINIONS SLIDER */

#opinions h2 {
padding: 0 0 50px 0;
}

.opinion-slider .et_pb_slide {
    display: none !important;
}

.opinion-slider {
    margin: 0px;
    padding: 0px 10px 50px 10px;
}
.opinion-slider .et_pb_slides .et_pb_slider_container_inner {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}

#opinions .opinion-slider .et_pb_slide_description .et_pb_slide_title {
    margin-top: 0;
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 1;
    margin-bottom: 25px;
    text-transform: none;
    letter-spacing: 0px !important;
	padding-bottom: 0px;
    text-align: left !important;
}
#opinions .opinion-slider .et_pb_slide_description .et_pb_slide_title a {
    color: var(--main-er-color);
}

.opinion-slider .et_pb_slide_description
.et_pb_slide_content, .et_pb_slide_content {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 25px;
}
/*.opinion-slider .et_pb_slide_description
.et_pb_slide_content, .et_pb_slide_content,
.opinion-slider .et_pb_slide_description .et_pb_button_wrapper {
    margin-left: 20%;

}*/
.opinion-slider .et_pb_slide_description {
    /*max-width: 560px;*/
    padding: 50px 0 !important;
    margin: 0px 10px 0px 10px;
    float: left;
    animation-name: fadeIn;
    display: table;
    min-height: 430px;
    width: 100%;
    text-align: left !important;
    max-width: 550px;
}

.et_pb_slide_description_inner {
    display: table-cell;
    vertical-align: middle;
}

.opinion-slider .et-pb-active-slide .et_pb_slide_description,
.opinion-slider .et-pb-active-slide + .et_pb_slide .et_pb_slide_description {
    -webkit-animation-name: fadeBottom;
    -moz-animation-name: fadeBottom;
    -ms-animation-name: fadeBottom;
    -o-animation-name: fadeBottom;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -ms-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.opinion-slider .et-pb-active-slide + .et_pb_slide .et_pb_slide_description {
animation-name: fadeIn;

}

.opinion-slider .et_pb_container {
    width: 100% !important;
}

.opinion-slider .et_pb_slide {
margin-right: 0px;
width: 50%;
padding: 0px;
}

/*.opinion-slider .et-pb-active-slide .et_pb_slide_description {
float: right;
}*/

.opinion-slider .et-pb-active-slide + .et_pb_slide, .opinion-slider .et-pb-active-slide {
    display: block !important;
    opacity: 1 !important;
    float: left;
    margin: 0px;
    padding: 0px;
}

.opinion-slider .et-pb-controllers a:nth-child(even) {
display: none;
}

@media (max-width: 980px) {
.opinion-slider .et_pb_slide {
float: none !important;
margin: 0 0 20px 0 !important;
}


.opinion-slider .et_pb_slider_container_inner {
width: 100%;
display: block;
}
.opinion-slider .et_pb_slide_description {
margin: 0 auto;
float: none !important;
}
}

.et_pb_post_slider>.box-shadow-overlay, .et_pb_post_slider_0.et-box-shadow-no-overlay {
    box-shadow: unset!important;
}

.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: unset!important;
}
.et_pb_bg_layout_dark .et_pb_slide_content {
    color: #000;
}

.one_half {
    margin-bottom: 30px;
}


@media (max-width: 540px) {
.opinion-slider .et_pb_slide_description {
    max-width: 560px;
    padding: 30px 40px !important;
    margin-bottom: 4vh;
}
}


.et_pb_slider.news-slider .et_pb_slides .et_pb_container,
#news .et_pb_container {
    display: table;
    max-width: 700px;
}

#news .et_pb_slide_content {
font-size: 15px;
margin-bottom: 20px;
}

.et_pb_slider.news-slider .et_pb_slide {
    padding: 0px;
}

.et_pb_slider .et_pb_slide {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 980px) {
.et_pb_slider.news-slider .et_pb_slide,
.et_pb_slider .et_pb_slide {
    display: block !important;
    opacity: 1 !important;
    float: none;
    position: relative;
    width: 100%;
    margin-right: 0px;
}
.et_pb_slide_description {
    width: auto;
    margin: auto;
    padding: 100px 0 0 0;
}

.et_pb_slides .et_pb_container {
    display: block;
    min-height: 0px !important;
}
}

#news .news-slider {
text-align: center;
}

#news h2.et_pb_slide_title {
font-size: 26px !important;
    margin-bottom: 20px;
    line-height: 1.2em;
font-weight: bold;
padding-bottom: 0px;
}

@media (max-width: 980px) {
.et_pb_slide_description .et_pb_slide_title {
    font-weight: 300 !important;
margin-bottom: 20px;
}
}

.et_pb_slider.news-slider .et_pb_slide_description, et_pb_slider.news-slider .et_pb_slider_fullwidth_off .et_pb_slide_description {
    width: auto;
    margin: auto;
    padding: 0px;
}

#news .et_pb_slide_description {
    width: auto;
    margin: auto;
    padding: 0%;
}

.et_pb_slider.news-slider .et-pb-controllers {
    position: relative;
    z-index: 10;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 100px;
}

.et-pb-controllers {
    position: relative;
    z-index: 10;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    height: 9px;
}

.et_pb_post_slider.et_pb_bg_layout_dark {
    background: none;
}

.et_pb_slide .et_pb_container {
min-height: 0px !important;
}

#main-content .et_pb_row {
    padding: 0px 0px 20px 0px;
}

@media only screen and (max-width: 980px) {
    .slider h2 {

    }
    .et_pb_slide_description {
        padding: 0 0 100px 0 !important;
    }

    #news .et_pb_slide:last-child .et_pb_slide_description {
        padding: 0px !important;
    }
}

.et_pb_column {
    margin-bottom: 0px;
}

.et-pb-controllers a {
display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 10px;
    padding: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #24252f;
    border: 0px;
    text-indent: -9999px;
}

.et-pb-controllers .et-pb-active-control {
    background: var(--main-er-color);
    border: 0px;
}

body .et_pb_bg_layout_light .et_pb_post p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}


.scroll-down.et-pb-icon {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 96px;
    text-transform: none;
    content: " " !important;
    border: 1px solid #24252f;
    text-indent: 300px;
    overflow: hidden;
    width: 20px;
    height: 32px;
    border-radius: 100px;
}

@keyframes scroll {
  0% {
    background-color: rgba(68,68,77,0.0);
    transform: translate3d(-50%, 16px, 0px);
  }

  20% {
    background-color: rgba(68,68,77,1.0);
    transform: translate3d(-50%, 12px, 0px);
  }

  40% {
    background-color: rgba(68,68,77,1.0);
    transform: translate3d(-50%, 8px, 0px);
  }

  50% {
    background-color: rgba(68,68,77,0.0);
    transform: translate3d(-50%, 4px, 0px);
  }



  100% {
    background-color: rgba(255,255,255,0.0);
    transform: translate3d(-50%, 15px, 0px);

  }
}

.scroll-down.et-pb-icon:before {
    content: " ";
    width: 2px;
    height: 8px;
    background: #fff;
    display: block;
    left: 50%;
    position: absolute;
    border-radius: 10px;
    animation: scroll 2s linear infinite;

}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
    position: absolute;
    z-index: 3;
    bottom: 0;
    width: 100%;
    min-height: 30px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 4vh;
    text-align: center;
}

/*
.section-menu {
    display: block;
    position: fixed;
    z-index: 1200;
    height: 100vh;
    left: 40px;
    border-left: 1px solid #7e7c8e;
    top: 0px;
}

.section-menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
background: linear-gradient(to right, rgba(19,20,33,0.95) 10%,rgba(3,3,5,0) 64%,rgba(0,0,0,0) 100%);    z-index: 1100;

	visibility: hidden;
	opacity: 0;
	transition: 0.2s;
}

.section-menu-overlay.active {
	opacity: 1;
	visibility: visible;
}

@media only screen and (max-width: 1440px) {
.section-menu-overlay {
background: linear-gradient(to right, rgba(19,20,33,0.95) 10%,rgba(3,3,5,0) 64%,rgba(0,0,0,0) 100%);
}
}


div.section-menu.no-sections {
	display: none;
}

.section-menu ul {
    position: absolute;
    top: 50%;
    width: 150px;
    transition: all 0.3s ease;
    flex-direction: column;
    display: flex;
    max-height: 800px;
    transform: translateY(-50%);
    height: 100%;
    padding: 115px 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.section-menu ul li {
    line-height: 13px;
    position: relative;
    display: flex;
    flex-grow: 1;
    align-content: center;
}



.section-menu ul li a {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #939393;
    line-height: 13px;
    position: relative;
    margin-left: 25px;
    align-self: center;
    display: flex;
}

.section-menu:hover ul li a {
color: #939393;
}

.section-menu:hover ul li a:before {
background: #4d4e58;
}



.section-menu ul li a:hover {
color: #fff;
}



.section-menu ul li a span {
opacity: 0;
position: relative;
left: 30px;
transition: all 0.3s ease;
}

.section-menu:hover ul li a span {
opacity: 1;
position: relative;
left: 0px;
}

@media (min-width: 1600px) {
.section-menu ul li a span {
opacity: 1;
position: relative;
left: 0px;
} 
}


.section-menu ul li a:before {
content: " ";
display: block;
width: 9px;
height: 9px;
background: #7e7c8e;
position: absolute;
left: -30px;
border-radius: 10px;
top: 50%;
transform: translateY(-50%);
transition: all 0.3s ease;
}

.section-menu ul li a:hover:before {
background: #fff;
}

.section-menu ul li a.selected {
color: #fff;
}

.section-menu ul li a.selected:before {
background: #fff;
}

@media only screen and (max-width: 1100px) {
.section-menu{
    display: none;
}
}*/

.pagination, .wp-pagenavi {
    clear: both;
    margin-bottom: 30px;
    padding-top: 13px;
    border-top: 1px solid var(--main-er-color);
    text-align: right;
    width:100%;
}


.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink{
    color: var(--main-er-color); !important;
}

/*.et_pb_button_module_wrapper .et_pb_button {
    float: left;
}*/

.et_pb_button,
p.attachment a,
.wpcf7 .wpcf7-submit {
    display: inline-block;
    color: #fff !important;
    background: var(--main-er-color)!important;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5.6px;
    border: 1px solid var(--main-er-color)!important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 10px 25px;
    text-transform: uppercase;
    margin: 0em 1em 1em 0px !important;
}

.wp-pagenavi a:hover,
.pagination a:hover,
.pagination > .current, .pagination > .dots, .wp-pagenavi span.current{
    color: #fff!important;
    border: 1px solid var(--main-er-color)!important;
    background: var(--main-er-color)!important;
    padding: 8px 15px;
}

.wp-pagenavi a,
.pagination a {
    color: var(--main-er-color)!important;
    border: 1px solid var(--main-er-color)!important;
    background: #fff !important;
    padding: 8px 15px;
}

.et_pb_button:hover,
p.attachment a:hover,
.wpcf7 .wpcf7-submit:hover {
    color: var(--main-er-color) !important;
    border: 1px solid var(--main-er-color)!important;
    padding: 10px 25px!important;
    background: #fff !important;
}

.et_pb_button:after {
    display: none
}

.et_pb_button:hover:after {
    display: none
}


.et_pb_text {
margin-bottom: 0px;
}


@media only screen and (max-width: 540px) {
.et_pb_container,
.et_pb_row,
.container {
    width: 95% !important;
}

header .container {
    width: auto;
    max-width: none;
    padding: 10px 10px;
}
}

.hidden {
display: none;
}

/*

#rotate {
position: fixed;
background-color: #0f0f0f;
height: 100%;
width: 100%;
text-align: center;
z-index: 99999;
font-size: 11px;
color: var(--main-er-color);
    font-family: "Montserrat", sans-serif;
}

#rotate div {
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%,-50%, 0px);
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    #rotate.hidden {
        display:block;
    }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    #rotate.hidden {
        display:block;
    }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    #rotate.hidden {
        display:block;
    }
}

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
    #rotate.hidden {
        display:block;
    }
}


@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {
    #rotate.hidden {
        display:block;
    }
}

@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
    #rotate.hidden {
        display:block;
    }
}

@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
    #rotate.hidden {
        display:block;
    }
}

*/


.et_pb_pricing_table {
    float: left;
    width: 31.33% !important;
    margin: 0px 1% 0 1%;
    padding-bottom: 50px;
    border: 1px solid #24252f;
    background: none;
    text-align: center;
    min-height: 390px;
}

.et_pb_pricing_content_top {
    padding-bottom: 30px;
    border-bottom: 0px;
}

.et_pb_pricing_heading {
    margin-bottom: 0px;
    padding: 50px 0;
    text-transform: uppercase;
}

.et_pb_pricing_heading h2 {
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 0px;
padding-bottom: 0px;
}

.et_pb_et_price {
position: relative;
}

.et_pb_dollar_sign {
    position: absolute;
    margin-left: 0px;
    font-size: 18px;
    font-weight: 400;
    top: -35px;
    color: #fff;
    right: -10px;
}


.et_pb_pricing_table .et_pb_frequency {
display: block;
}

.et_pb_pricing_content {
    padding: 0px;
    text-align: center;
}

.et_pb_pricing li {
    position: relative;
    padding: 0px;
    line-height: 1.6em;
}

.et_pb_sum {
    font-size: 62px;
    font-weight: bold;
    line-height: 1em;
    color: #fff;
    font-family: "Montserrat", sans-serif;

}

@media (max-width: 980px) {
.et_pb_column .et_pb_pricing_table {
    margin: 0px auto 20px auto !important;
    display: block;
    float: none;
}
}



.et_pb_section.multiple-rows .et_pb_row:last-child {
    padding-bottom: 0px;
}





.borderboxes {
display: table;
width: 100%;
max-width: 1200px;
margin: 0 auto;
}

.borderboxes-three .borderbox {
width: 33%;
text-align: center;
display: table-cell;
position: relative;
}

.borderboxes-three .borderbox:after {
content: " ";
    position: absolute;
    right: 0px;
    width: 24px;
    height: 18px;
    background: url(/content-journals/uploads/arrow-grey.svg) no-repeat center center;
    top: 175px;
    transform: translate3d(50%,-50%,0px);
    background-size: contain;
}

.borderboxes-three .borderbox:last-child:after {
    content: none;
}

.borderboxes-four .borderbox {
width: 25%;
text-align: center;
display: table-cell;
}

@media only screen and (max-width: 980px) {
    .borderboxes-four .borderbox,
    .borderboxes-three .borderbox {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .borderboxes-three .borderbox-content .cube {
        margin-bottom: 20px;
    }

    .borderboxes-three .borderbox {
        margin-bottom: 80px;
    }

    .borderboxes-three .borderbox:last-child {
        margin-bottom: 0px;
    }

.borderboxes-three .borderbox:after {
    content: " ";
    position: absolute;
    left: 50%;
    width: 38px;
    height: 20px;
    background: url(/content-journals/uploads/arrow-grey.svg) no-repeat center center;
    top: initial;
    bottom: -45px;
    transform: translate3d(-50%,0px,0px) rotate(90deg);
}
}

.borderbox-content {
max-width: 270px;
width: 90%;
display: block;
margin: 0 auto;
}

.borderbox-content .cube {
height: 270px;
width: 100%;
max-width: 270px;
border: 1px solid #24252f;
position: relative;
margin-bottom: 40px
}

.borderbox-content .cube span {
line-height: 1em;
display: block;
}

.borderbox-content-center {
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%,-50%, 0px)
}

.borderbox-content-center span {
    font-family: "Montserrat", sans-serif;

}



/* CONTACT */

.wpcf7 form {
max-width: 700px;
margin: 0 auto;
}

.wpcf7 form label {
text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
font-size: 13px;

}

.wpcf7 form input,
.wpcf7 form textarea {
font-size: 18px;
padding: 30px 20px;
background: #fff;
border: none;
width: 100%;
    color: #000;
margin-bottom: 1em;
transition: 0.1s;
}

.wpcf7 form input:focus,
.wpcf7 form textarea:focus {
background: rgba(255, 255, 255, 1);
}

.g-recaptcha {
margin-bottom: 2em;
}

.g-recaptcha div {
margin: 0 auto;
}

.wpcf7 .wpcf7-submit {
    display: block;
    width: auto;
    min-width: 200px;
    margin: 0 auto!important;
}

span.wpcf7-not-valid-tip {
    color: var(--main-er-color);
    font-size: 1em;
    display: block;
}

.wpcf7 .wpcf7-submit:focus {
background: none;
}

div.wpcf7-validation-errors {
    border: 1px solid var(--main-er-color);
    color: var(--main-er-color);
}

#map {
height: 500px;
width: 100%;
}

.map-marker {
    color: #525252;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    text-align: left;
    font-size: 11px;
    line-height: 16px;
}

.map-marker h3 {
    color: #000;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
}

p.file a {
    display: block;
    max-width: 500px;
    text-align: center;
    border: 1px solid var(--main-er-color);
    padding: 10px;
    color: #fff;
    background-color: var(--main-er-color);
    /*margin-left: 12.5%;*/
}

p.file a:hover {
    color: var(--main-er-color);
    background-color: #fff;
}

#et-main-area .et_pb_widget ul {
    margin: 0px;
}

.et_pb_widget li a {
    color: var(--main-er-color);
    display: block;
    padding: 15px 30px 15px 20px;
    background-color: #fff;
    border: 1px solid var(--main-er-color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    transition: 0.2s ease;
    position: relative;
    left: 0px;
    line-height: 1.2;
}

.et_pb_widget li a:hover {
    border: 1px solid var(--main-er-color-light);
    background-color: var(--main-er-color-light);
}

.et_pb_widget li a:after {
    display: block;
    width: 20px;
    height: 20px;
    font-family: "ETmodules";
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    content: "5";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}




@media (max-width: 1500px) {
.scene .buildings img {
    width: 70%;
}
}





@media (max-width: 980px) {
.et_pb_column .et_pb_widget:nth-child(n) {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
}

body #page-container #left-area {
width: 100% !important;
}
}

@media only screen and (max-width: 767px) {
    .et_header_style_left #logo {
        max-width: 100%;
    }
    .slider h2 {
        margin: 0 auto 50px auto;
        display: block;
        position: relative;
        padding: 0px;
    }

    .et_pb_text {
        margin-bottom: 0px !important;
    }

    .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
        width: 100%;
    }

    .et_pb_container, .et_pb_row {
        width: 90% !important;
    }
    .container {
        width: auto !important;
        padding: 20px;
    }

    .opinion-slider .et_pb_slide_description {
        padding: 30px !important;
        min-height: 0px;
    	display: block;
    }

    .et_pb_slide_description h2.et_pb_slide_title {

    }

    #left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
    padding: 0px;
    }

    .et_pb_blog_grid .et_pb_image_container:before {
    display: none;
    }

}

#left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
padding: 10px !important;
}



/* DARK SECTIONS */
/*body:not(.home) #main-content .et_builder_inner_content > .et_pb_section:not(.et_pb_fullwidth_section):nth-of-type(even) {background-color:var(--main-er-color-light);}
*/
.et_pb_section.dark {
background-color: var(--main-er-color-light);
background-repeat: repeat;
}

.et_pb_section.dark .et_pb_blog_grid .et_pb_post {
    border: 1px solid var(--main-er-color);
}



.et_pb_section.dark .et_pb_button:after {
display: none;
}

.et_pb_text li:before {
    border: 3px solid var(--main-er-color) !important;
}

.et_pb_section.dark .borderbox-content .cube, .et_pb_section.dark p.file a {
    border: 1px solid var(--main-er-color);
}

p {
margin-bottom: 20px;
}

body #main-content div.header-logo-esr {
    position: absolute !important;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 40px;
    margin: 0px !important;
}

div.header-logo-esr a#logo-esr {
    text-align: right !important;
    display: block;
    float: right;
    clear: both;
background: url(/content-journals/uploads/logo-esr-header.svg) no-repeat center center;
    width: 183px;
    height: 22px;
    background-size: contain;
    margin: 0 auto;
}

div.header-logo-esr a#logo-esr2020 {
    text-align: right !important;
    display: block;
    float: right;
    clear: both;
background: url(/content-journals/uploads/2020/01/new-esr-logo.png) no-repeat center center;
    background-size: 100% auto;
    width: 183px;
    height: 32px;
    background-size: contain;
    margin: 0 auto;
}

@media only screen and (max-width: 980px) {
div.header-logo-esr .broughttoyou {
    font-size: 10px;
    width: 100px;
    margin-bottom: 0px;
}
div.header-logo-esr a#logo-esr {
    width: 100px;
    height: 22px;
}
p.subtitle {
    width: 65%;
    transform: translate3d(0%,0%,0px);
    left: 20px;
    position: absolute;
    bottom: 0px;
    text-align: left;
    margin-bottom: 0px;
    font-style: italic;
    font-size: 10px;
    line-height: 1.6;
    max-width: 600px;
}
}
@media only screen and (max-width: 540px) {
.home div.header-logo-esr {
    top: 80%;
}
div.header-logo-esr a#logo-esr {
    width: 100px;
    height: 22px;
    margin: 0 auto;
	float: none;
}
div.header-logo-esr .broughttoyou {
    text-align: center;
    width: 100px;
    margin: 0 auto;
	float: none;
}
p.subtitle {
    width: 80%;
    transform: translate3d(-50%,0%,0px);
    left: 50%;
    position: absolute;
    bottom: 14%;
    text-align: center;
    margin-bottom: 0px;
    font-style: italic;
    font-size: 10px;
    line-height: 1.6;
    max-width: 600px;
    top: initial;
}
div.header-logo-esr a#logo-esr2020 {
    text-align: center !important;
    float: none;
}
}




@media (min-width: 981px) {
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_module {
    margin-bottom: 20px;
}

p.subtitle {
    transform: translate3d(-50%,0%,0px);
    left: 50%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    margin-bottom: 0px;
    font-style: italic;
    font-size: 13px;
    line-height: 1.6;
    width: 40%;
    max-width: none;
}
}

@media (min-width: 769px) {
    #home.et_pb_section_0.et_pb_fullwidth_section p.subtitle {
        transform: translate3d(-50%,0%,0px);
        left: 50%;
        position: absolute;
        bottom: 25%;
        text-align: center;
        margin-bottom: 0px;
        font-style: normal;
        font-size: 25px;
        line-height: 1.3;
        width: 100%;
        max-width: 650px;
        font-weight: 300;
        font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
        text-shadow: 0 0 30px rgba(0, 0, 0, 1);
    }
}

@media (max-width: 768px) {
    #home.et_pb_section_0.et_pb_fullwidth_section p.subtitle {
        transform: translate3d(-50%,0%,0px);
        left: 50%;
        position: absolute;
        bottom: 36%;
        text-align: center;
        margin-bottom: 0px;
        padding: 0 20px;
        font-style: normal;
        font-size: 18px;
        line-height: 1.3;
        width: 100%;
        max-width: 450px;
        font-weight: 300;
        font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
        text-shadow: 0 0 30px rgba(0, 0, 0, 1), 0 0 30px rgba(0, 0, 0, 1);
    }
}

@media (max-width: 330px) {
    #home.et_pb_section_0.et_pb_fullwidth_section p.subtitle {
        bottom: 39%;
        font-size: 14px;
    }
}


span#et_search_icon {
top:-6px;
    position: relative;
    transform: rotateZ(-35deg);
    width: 12px;
    height: 18px;
    display: block;
}

#et_search_icon:before {
position: absolute;
    top: 0px;
    left: 0px;
    font-size: 17px;
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #7e7c8e;
    border-radius: 10px;
}

#et_search_icon:after {
    position: absolute;
    top: 10px;
    left: 5px;
    font-size: 17px;
    content: "";
    width: 2px;
    height: 8px;
    border-radius: 10px;
    background: #7e7c8e;
}

.et_pb_menu_hidden #top-menu,
.et_pb_menu_hidden #et_search_icon:before,
.et_pb_menu_hidden #et_search_icon:after,
.et_pb_menu_hidden .mobile_menu_bar {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_menu_visible #top-menu,
.et_pb_menu_visible #et_search_icon:before,
.et_pb_menu_visible #et_search_icon:after,
.et_pb_menu_visible .mobile_menu_bar {
    z-index: 99;
    opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et-search-form {
    position: relative;
    z-index: 1000;
    top: initial;
    right: initial;
    bottom: 0;
    width: 100%;
    display: block;
    max-width: none !important;
}

.et-search-form input {
position: relative;
    top: initial;
    right: initial;
    bottom: initial;
    width: 300px;
    margin: auto;
    border: none;
    color: #7e7c8e;
    background: rgb(36, 37, 47);
    height: 50px;
    padding: 5px 10px;
    float: right;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

span.et_close_search_field {
    display: block;
    position: absolute;
    z-index: 99999;
    top: 47px;
    right: 10px;
    bottom: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    cursor: pointer;
    color: #7e7c8e;
}

.et_overlay {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 0px;
    opacity: 0;
    background: rgba(126, 124, 142, 0.85);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

.et_overlay:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -14px;
    font-size: 32px;
    content: "\e050";
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    color: #fff;
}

.et_pb_gallery .et_pb_gallery_items {
    margin: 0 auto;
    /*max-width: 1080px;*/
}

.et_pb_gallery_image img {
    min-width: 0 !important;
    min-height: 0 !important;
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 6px solid #fff;
}

p.attachment a {
    display: block;
    border: 1px solid var(--main-er-color);
    text-align: center;
    margin: 50px 0px !important;
}

body.attachment #sidebar {
    display: none;
}

body.attachment #left-area {
    margin: 0 auto;
    float: none;
}


.single #main-content h1 {
    line-height: 1.2;
}

.single #main-content h2 {
    display: block;
    color: #000;
    font-size: 1em;
    text-align: left;
    text-transform: none;
    letter-spacing: 0px !important;
    margin-top: 0;
    padding-bottom: 0 !important;
    margin-bottom: 20px;
}

.single #main-content h1 + h2 {
    margin-bottom: 10px;
}

a.reference {
    font-size: 13px;
    line-height: 1.6 !important;
    display: block;
    margin-bottom: 20px !important;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    padding-left: 50px;
    position: relative;
}

a.reference:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 20px;
    border-left: 2px solid var(--main-er-color);
    border-bottom: 2px solid var(--main-er-color);
    top: 0px;
}

p.references {
    font-size: 13px;
    line-height: 1.5;
    color: #000;
    font-weight: 500;
}

.et_pb_toggle {
    border: none;
    cursor: pointer;
    background: var(--main-er-color-light);
}

.et_pb_toggle .et_pb_toggle_title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
}

.et_pb_toggle_title:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.5em;
    color: var(--main-er-color);
    font-size: 25px;
    content: "\33";
}

.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\32";
}

.et_pb_toggle_open {
    padding: 20px;
    background: var(--main-er-color-light);
}

@media (max-width: 767px) {
.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
.et_pb_gutters1 .et_pb_column .et_pb_widget {
    margin-bottom: 20px !important;
}
}

.et_pb_gallery_fullwidth .et_pb_gallery_item {
    display: none;
    float: left;
    position: relative;
    margin-right: -100%;
    width: 20% !important;
}


.et_pb_gallery_fullwidth .et_pb_gallery_item a {
    padding: 10px;
    display: block;
}

.et_pb_gallery_fullwidth .et_pb_gallery_item,
.et_pb_gallery_fullwidth .et_pb_gallery_image img {
    width: auto;
    display: block !important;
    opacity: 1 !important;
    margin: 0px;
}

.et_pb_gallery .et-pb-slider-arrows,
.et_pb_gallery .et-pb-controllers {
display: none;
}

/*@media (max-width: 1600px) and (min-width: 1100px) {
    #main-content .et_pb_section:not(.et_pb_fullwidth_section) .et_pb_row {
        padding-left: 240px !important;
        padding-right: 240px !important;
        margin: 0 auto;
        width: 100%;
        max-width: none;
    }
}*/

.home #main-content .et_pb_section:not(.et_pb_fullwidth_section) {
  padding-top:100px!important;
  padding-bottom:100px!important;
}

.home #main-content .et_pb_section:not(.et_pb_fullwidth_section) + .et_pb_section {
  padding-top:0px!important;
  padding-bottom:0px!important;
}

.home #main-content .et_pb_section:not(.et_pb_fullwidth_section) + .et_pb_section:last-child {
  padding-bottom:100px!important;
}
#main-content .et_pb_section:not(.et_pb_fullwidth_section) {
  padding-top:160px!important;
  padding-bottom:160px!important;
}

/**
Divi 4.10.0 Fix
*/

.et_pb_text img.et-waypoint {
    opacity:1;
}

.et-waypoint:not(.et_pb_counters) {
    opacity: 1;
}



.grid-row-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: space-between;
    grid-column-gap: 20px;
}
.grid-row-6 .et_pb_column {
    width: 100%!important
}


/*.et_pb_column_4_4 .et_pb_text .et_pb_text_inner p,
.et_pb_column_4_4 .et_pb_text .et_pb_text_inner ul,
.et_pb_column_4_4 .et_pb_text + .et_pb_button_module_wrapper {
    margin-left: 12.5%!important
}
}
.et_pb_column_1_2 .et_pb_text .et_pb_text_inner p,
.et_pb_column_1_2 .et_pb_text .et_pb_text_inner ul,
.et_pb_column_1_2 .et_pb_text + .et_pb_button_module_wrapper{
    margin-left: 25%!important
}

*/

.intro-links a {
    color: #000!important;
}
.intro-links a:hover {
    color: var(--main-er-color)!important;
}

.et_pb_text_inner {
    max-width: 1024px;
}

/*.et_pb_column_4_4 .push-column {
    margin-left: 12.5%!important;
}
.et_pb_column_1_2 .push-column {
    margin-left: 25%!important;
}
.et_pb_column_4_4 .push-two-column {
    margin-left: 25%!important;
}
.et_pb_column_1_2 .push-two-column {
    margin-left: 50%!important;
}*/

.et-social-linkedin a.icon:before { 
    content: '\e09d'; 
}

.et-social-backtop a.icon:before {
    content: "\32";
}

.et-social-backtop a.icon {
    cursor: pointer;
}


.et_pb_section_video_bg{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.entry-content .et_pb_text table:not(.variations) {
    border: 1px solid #000;
    margin: 0 0 15px;
    text-align: left;
    width: 100%;
}
.entry-content .et_pb_text tr td {
    border-top: 1px solid #000;
    padding: 6px 24px;
}

@media (min-width: 981px) {
    .et_pb_gutters4 .et_pb_column_2_5 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_module {
        margin-bottom: 0;
    }
}
@media (max-width: 980px) {
    #main-content .et_pb_section:not(.et_pb_fullwidth_section) {
      padding-top:50px!important;
      padding-bottom:50px!important;
    }

    #main-content .et_pb_section:not(.et_pb_fullwidth_section) + .et_pb_section {
      padding-top:50px!important;
      padding-bottom:50px!important;
    }

    #main-content .et_pb_section:not(.et_pb_fullwidth_section) + .et_pb_section:last-child {
      padding-top:50px!important;
      padding-bottom:50px!important;
    }
    #main-content .et_pb_section.et_pb_fullwidth_section {
      padding-top:0!important;
      padding-bottom:0!important;
    }
}
@media (max-width: 767px) {
    #main-content .et_pb_section:not(.et_pb_fullwidth_section) {
      padding-top:30px!important;
      padding-bottom:30px!important;
    }

    #main-content .et_pb_section:not(.et_pb_fullwidth_section) + .et_pb_section {
      padding-top:30px!important;
      padding-bottom:30px!important;
    }

    #main-content .et_pb_section:not(.et_pb_fullwidth_section) + .et_pb_section:last-child {
      padding-bottom:30px!important;
    }
    h1, #main-content h1, span.h1, .single #main-content .header-content h1 {
        font-size: 70px;
    }
    h2, #main-content h2, span.h2, .single #main-content .header-content h2 {
        font-size: 54px;
    }
    h3, .et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 {
        font-size: 34px;
    }
    .home .news-grid .et_pb_column {
        flex-wrap: wrap;
    }
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-image img {
        width: 100%;
    }
    .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post {
        margin-bottom: 20px;
    }
    .et_pb_column_4_4 .push-column,
    .et_pb_column_1_2 .push-column,
    .et_pb_column_4_4 .push-two-column,
    .et_pb_column_1_2 .push-two-column  {
        margin-left: 0!important;
    }
}

/* SWIPER JS */
.dp-carousel .swiper-container {
    position: relative;
    width: 95%;
    margin: 0 auto;
}
.dp-carousel .swiper-button-prev {
    left: -10px;
}
.dp-carousel .swiper-button-next {
    right: -10px;
}
.dp-carousel .swiper-slide {
    display: flex;
    justify-content: center;
}
.dp-carousel .swiper-slide img {
    height: 120px;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}
.dp-carousel .swiper-pagination {
    bottom: -15px!important;
}


.journals-dots-navigation {
    position: fixed;
    top: 50%;
    right: 0;
    display: flex;
    gap: 5px;
    flex-direction: column;
    padding-right: 30px;
    transform: translateY(-50%);
    z-index: 9999;
}
.journals-dots-navigation a {
    display: flex;
}
.journals-dots-navigation .tooltip {
    text-align: center;
    position: absolute;
    top: 6px;
    right: 60px;
    background: #fff;
    width: 220px;
    padding: 10px;
    border-radius: 50px;
    text-transform: none;
    font-size: 12px;
    letter-spacing: 0;
    color: #044b85;
    font-weight: bold;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    display: none;
}

.journals-dots-navigation .color-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
  
.journals-dots-navigation .er .tooltip,
.journals-dots-navigation .i3 .tooltip {
    width: 140px;
}
  
.journals-dots-navigation .er .tooltip {
    color: #4d73fe;
}
.journals-dots-navigation .i3 .tooltip {
    color: #7c08c4;
}
.journals-dots-navigation .erx .tooltip {
    color: #79E059;
}
.journals-dots-navigation .esr .tooltip {
    color: #000;
}
.journals-dots-navigation .er-b .tooltip {
    color: #eb8ff7;
}
.journals-dots-navigation .er-a .tooltip {
    color: #ff8c00;
}
.journals-dots-navigation .er-ct .tooltip {
    color: #f74141;
}
.journals-dots-navigation a{
   position: relative;
}
.journals-dots-navigation a:hover .tooltip{
   display: block;
}
@media (max-width: 768px) {
    .journals-dots-navigation {
        padding-right: 3px;
    }
    .journals-dots-navigation .tooltip {
        top: 0px;
        right: 45px;
    }
    .journals-dots-navigation img,
    .journals-dots-navigation .color-circle {
        width: 36px!important;
        height: 36px!important;
    }
    
}

/* i3 start */
body #main-content.current_site_3 .et_pb_fullwidth_header_container {
    min-height: 480px;
    position: relative;
    z-index: 10;
}
body #main-content.current_site_3 .et_pb_fullwidth_header.et_pb_fullwidth_header h1 {
    font-size: 140px!important;
    font-size: clamp(60px, 10.2vw, 140px) !important;
    color: #fff;
    padding-bottom: 20px;
}
@media (max-width: 980px) {
    body #main-content.current_site_3 .et_pb_fullwidth_header.et_pb_fullwidth_header h1 {
        font-size: 100px!important;
    }
}
@media (max-width: 767px) {
    body #main-content.current_site_3 .et_pb_fullwidth_header.et_pb_fullwidth_header h1 {
        font-size: 60px!important;
    }
/*    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
        -moz-justify-content: end;
        -ms-justify-content: end;
        justify-content: end;
    }*/
    body #main-content.current_site_3 .et_pb_fullwidth_header.et_pb_fullwidth_header {
        min-height: 300px!important;
    }
    body #main-content.current_site_3 .et_pb_fullwidth_header_container {
        min-height: 300px!important;
        width: 90%!important;
    }
}
body #main-content.current_site_3 .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    position: relative;
    z-index: 3;
    max-width: 1380px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

body #main-content.current_site_3 .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
}
body #main-content.current_site_3 .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center {
    -webkit-align-self: end;
    -ms-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
}

body:not(.home) #main-content.current_site_3 .et_builder_inner_content>.et_pb_section:not(.et_pb_fullwidth_section):nth-of-type(even) {
    background-color: var(--main-i3-color-light);
}

.current_site_3 .et_pb_section.dark {
    background-color: var(--main-i3-color-light);
    background-repeat: repeat
}

.current_site_3 .et_pb_section.dark .et_pb_blog_grid .et_pb_post {
    border: 1px solid var(--main-i3-color)
}
.current_site_3 .container,
.current_site_3 .et_pb_row,
.current_site_3 .et_pb_slider .et_pb_container,
.current_site_3 .et_pb_fullwidth_section .et_pb_title_container,
.current_site_3 .et_pb_fullwidth_section .et_pb_title_featured_container,
.current_site_3 .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    max-width: 1380px!important;
    width: 80%!important
}
/* i3 end */

/* erx start */
body #main-content.current_site_4 .et_pb_fullwidth_header_container {
    min-height: 480px;
    position: relative;
    z-index: 10;
}
body #main-content.current_site_4 .et_pb_fullwidth_header.et_pb_fullwidth_header h1 {
    font-size: 140px!important;
    font-size: clamp(60px, 10.2vw, 140px) !important;
    color: #fff;
    padding-bottom: 20px;
}
@media (max-width: 980px) {
    body #main-content.current_site_4 .et_pb_fullwidth_header.et_pb_fullwidth_header h1 {
        font-size: 100px!important;
    }
}
@media (max-width: 767px) {
    body #main-content.current_site_4 .et_pb_fullwidth_header.et_pb_fullwidth_header h1 {
        font-size: 60px!important;
    }
/*    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
        -moz-justify-content: end;
        -ms-justify-content: end;
        justify-content: end;
    }*/
    body #main-content.current_site_4 .et_pb_fullwidth_header.et_pb_fullwidth_header {
        min-height: 300px!important;
    }
    body #main-content.current_site_4 .et_pb_fullwidth_header_container {
        min-height: 300px!important;
        width: 90%!important;
    }
}
body #main-content.current_site_4 .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    position: relative;
    z-index: 3;
    max-width: 1380px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

body #main-content.current_site_4 .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
}
body #main-content.current_site_4 .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center {
    -webkit-align-self: end;
    -ms-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
}

body:not(.home) #main-content.current_site_4 .et_builder_inner_content>.et_pb_section:not(.et_pb_fullwidth_section):nth-of-type(even) {
    background-color: var(--main-erx-color-light);
}

.current_site_4 .et_pb_section.dark {
    background-color: var(--main-erx-color-light);
    background-repeat: repeat
}

.current_site_4 .et_pb_section.dark .et_pb_blog_grid .et_pb_post {
    border: 1px solid var(--main-erx-color)
}
.current_site_4 .container,
.current_site_4 .et_pb_row,
.current_site_4 .et_pb_slider .et_pb_container,
.current_site_4 .et_pb_fullwidth_section .et_pb_title_container,
.current_site_4 .et_pb_fullwidth_section .et_pb_title_featured_container,
.current_site_4 .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    max-width: 1380px!important;
    width: 80%!important
}
/* erx end */

/* new 3 journal start */
body #main-content.current_site_5 .et_pb_fullwidth_header_container,
body #main-content.current_site_6 .et_pb_fullwidth_header_container,
body #main-content.current_site_7 .et_pb_fullwidth_header_container {
    min-height: 480px;
    position: relative;
    z-index: 10;
}
body #main-content.current_site_5 .et_pb_fullwidth_header.et_pb_fullwidth_header h1,
body #main-content.current_site_6 .et_pb_fullwidth_header.et_pb_fullwidth_header h1,
body #main-content.current_site_7 .et_pb_fullwidth_header.et_pb_fullwidth_header h1 {
    font-size: 140px!important;
    font-size: clamp(60px, 10.2vw, 140px) !important;
    color: #fff;
    padding-bottom: 20px;
}
@media (max-width: 980px) {
    body #main-content.current_site_5 .et_pb_fullwidth_header.et_pb_fullwidth_header h1,
    body #main-content.current_site_6 .et_pb_fullwidth_header.et_pb_fullwidth_header h1,
    body #main-content.current_site_7 .et_pb_fullwidth_header.et_pb_fullwidth_header h1 {
        font-size: 100px!important;
    }
}
@media (max-width: 767px) {
    body #main-content.current_site_5 .et_pb_fullwidth_header.et_pb_fullwidth_header h1,
    body #main-content.current_site_6 .et_pb_fullwidth_header.et_pb_fullwidth_header h1,
    body #main-content.current_site_7 .et_pb_fullwidth_header.et_pb_fullwidth_header h1 {
        font-size: 60px!important;
    }
/*    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
        -moz-justify-content: end;
        -ms-justify-content: end;
        justify-content: end;
    }*/
    body #main-content.current_site_5 .et_pb_fullwidth_header.et_pb_fullwidth_header,
    body #main-content.current_site_6 .et_pb_fullwidth_header.et_pb_fullwidth_header,
    body #main-content.current_site_7 .et_pb_fullwidth_header.et_pb_fullwidth_header {
        min-height: 300px!important;
    }
    body #main-content.current_site_5 .et_pb_fullwidth_header_container,
    body #main-content.current_site_6 .et_pb_fullwidth_header_container,
    body #main-content.current_site_7 .et_pb_fullwidth_header_container {
        min-height: 300px!important;
        width: 90%!important;
    }
}
body #main-content.current_site_5 .et_pb_fullwidth_header .et_pb_fullwidth_header_container,
body #main-content.current_site_6 .et_pb_fullwidth_header .et_pb_fullwidth_header_container,
body #main-content.current_site_7 .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    position: relative;
    z-index: 3;
    max-width: 1380px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

body #main-content.current_site_5 .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left,
body #main-content.current_site_6 .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left,
body #main-content.current_site_7 .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left{
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
}
body #main-content.current_site_5 .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center,
body #main-content.current_site_6 .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center,
body #main-content.current_site_7 .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center {
    -webkit-align-self: end;
    -ms-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
}

body:not(.home) #main-content.current_site_5 .et_builder_inner_content>.et_pb_section:not(.et_pb_fullwidth_section):nth-of-type(even),
body:not(.home) #main-content.current_site_6 .et_builder_inner_content>.et_pb_section:not(.et_pb_fullwidth_section):nth-of-type(even),
body:not(.home) #main-content.current_site_7 .et_builder_inner_content>.et_pb_section:not(.et_pb_fullwidth_section):nth-of-type(even) {
    background-color: var(--main-er-color-light);
}

.current_site_5 .container,
.current_site_5 .et_pb_row,
.current_site_5 .et_pb_slider .et_pb_container,
.current_site_5 .et_pb_fullwidth_section .et_pb_title_container,
.current_site_5 .et_pb_fullwidth_section .et_pb_title_featured_container,
.current_site_5 .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container,
.current_site_6 .container,
.current_site_6 .et_pb_row,
.current_site_6 .et_pb_slider .et_pb_container,
.current_site_6 .et_pb_fullwidth_section .et_pb_title_container,
.current_site_6 .et_pb_fullwidth_section .et_pb_title_featured_container,
.current_site_6 .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container,
.current_site_7 .container,
.current_site_7 .et_pb_row,
.current_site_7 .et_pb_slider .et_pb_container,
.current_site_7 .et_pb_fullwidth_section .et_pb_title_container,
.current_site_7 .et_pb_fullwidth_section .et_pb_title_featured_container,
.current_site_7 .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    max-width: 1380px!important;
    width: 80%!important
}
/* new 3 journal end */

/* HOMEPAGE LOGOS */
/* FLEX KONTAJNER */
.logos .et_pb_column{
  display:flex;
  justify-content:flex-start;
  align-items:center;
  gap:40px;
  flex-wrap:wrap;
}

/* ZRUŠENIE 100% ŠÍRKY NA MODULE */
.logos .et_pb_column > .et_pb_module.et_pb_image{
  width:fit-content;
  margin:0;
  flex:0 0 auto;
}

/* OBRÁZKY – ZJEDNOTENIE OPTICKEJ VEĽKOSTI */
.logos .et_pb_image img{
  display:block;
  max-height:120px;   /* ← tu si uprav požadovanú výšku */
  width:auto;
  height:auto;
  object-fit:contain;
}

/* MOBILE ÚPRAVA */
@media (max-width: 768px){
  .logos .et_pb_column{
    gap:20px;
    justify-content:center;
  }

  .logos .et_pb_image img{
    max-height:100px;  /* menšie logá na mobile */
  }
}