@media all and (max-width: 767px) {
html .et-db .two-col-mob .et_pb_column {
width:47.25% !important;
}
html .et-db .two-col-mob .et_pb_column:nth-last-child(-n+2) {
margin-bottom:0;
}
html .et-db .two-col-mob .et_pb_column:not(:nth-child(2n)) {
margin-right:5.5% !important;
}
} @media all and (max-width: 767px) {
html .et-db .three-col-mob .et_pb_column {
width:29.6667% !important;
}
html .et-db .three-col-mob .et_pb_column:nth-last-child(-n+3) {
margin-bottom:0;
}
html .et-db .three-col-mob .et_pb_column:not(:nth-child(3n)) {
margin-right:5.5% !important;
}
} @media all and (max-width: 767px) {
html .et-db .four-col-mob .et_pb_column {
width:20.875% !important;
}
html .et-db .four-col-mob .et_pb_column:nth-last-child(-n+4) {
margin-bottom:0;
}
html .et-db .four-col-mob .et_pb_column:not(:nth-child(4n)) {
margin-right:5.5% !important;
}
} @media all and (max-width: 767px) {
html .et-db .five-col-mob .et_pb_column {
width:15.6% !important;
}
html .et-db .five-col-mob .et_pb_column:nth-last-child(-n+5) {
margin-bottom:0;
}
html .et-db .five-col-mob .et_pb_column:not(:nth-child(5n)) {
margin-right:5.5% !important;
}
} @media all and (max-width: 767px) {
html .et-db .six-col-mob .et_pb_column {
width:12.083% !important;
}
html .et-db .six-col-mob .et_pb_column:nth-last-child(-n+6) {
margin-bottom:0;
}
html .et-db .six-col-mob .et_pb_column:not(:nth-child(6n)) {
margin-right:5.5% !important;
}
}  @media all and (min-width: 768px) and (max-width: 980px) {
html .et-db .one-col-tab .et_pb_column {
margin-right:0 !important;
width:100% !important;
}
html .et-db .one-col-tab .et_pb_column:not(:last-child) {
margin-bottom:30px !important;
}
} @media all and (min-width: 768px) and (max-width: 980px) {
html .et-db .two-col-tab .et_pb_column {
width:47.25% !important;
}
.two-col-tab .et_pb_column:nth-last-child(-n+2) {
margin-bottom:0;
}
html .et-db .two-col-tab .et_pb_column:not(:nth-child(2n)) {
margin-right:5.5% !important;
}
} @media all and (min-width: 768px) and (max-width: 980px) {
html .et-db .three-col-tab .et_pb_column {
width:29.6667% !important;
}
html .et-db .three-col-tab .et_pb_column:nth-last-child(-n+3) {
margin-bottom:0;
}
html .et-db .three-col-tab .et_pb_column:not(:nth-child(3n)) {
margin-right:5.5% !important;
}
} @media all and (min-width: 768px) and (max-width: 980px) {
html .et-db .four-col-tab .et_pb_column {
width:20.875% !important;
}
html .et-db .four-col-tab .et_pb_column:nth-last-child(-n+4) {
margin-bottom:0;
}
html .et-db .four-col-tab .et_pb_column:not(:nth-child(4n)) {
margin-right:5.5% !important;
}
} @media all and (min-width: 768px) and (max-width: 980px) {
html .et-db .five-col-tab .et_pb_column {
width:15.6% !important;
}
.five-col-mob .et_pb_column:nth-last-child(-n+5) {
margin-bottom:0;
}
html .et-db .five-col-tab .et_pb_column:not(:nth-child(5n)) {
margin-right:5.5% !important;
}
} @media all and (min-width: 768px) and (max-width: 980px) {
html .et-db .six-col-tab .et_pb_column {
width:12.083% !important;
}
html .et-db .six-col-tab .et_pb_column:nth-last-child(-n+6) {
margin-bottom:0;
}
html .et-db .six-col-tab .et_pb_column:not(:nth-child(6n)) {
margin-right:5.5% !important;
}
}
#filter__category, .filter__category {
display: flex;
flex-wrap: wrap;
gap: 4px;
margin-bottom: 4rem;
justify-content: center;
}
#filter__category span, .filter__category span, .filter__category a {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.8em 1.8em;
background-color: #14786e;
color: #fff;
font-weight: bold;
font-size: 17px;
text-align: center;
border-radius: 0;
transition: all 0.3s ease;
cursor: pointer;
line-height: normal;
}
#filter__category span:first-child, .filter__category span:first-child, .filter__category a:first-child {
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}
#filter__category span:last-child, .filter__category span:last-child, .filter__category a:last-child  {
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
}
#filter__category span.active, .filter__category span.active, .filter__category span:hover, .filter__category a.active, .filter__category a:hover  {
background-color: #eb4f6b;
color: white;
} @media (max-width: 980px) {
#filter__category span, .filter__category span, .filter__category a  {
font-size: 16px;
padding: 0.8em 1.2em;
}
} @media (max-width: 576px) {
#filter__category, .filter__category  {
flex-direction: column;
align-items: center;
}
#filter__category span, .filter__category span, .filter__category a {
width: 100%;
max-width: 300px;
border-radius: 50px !important;
}
}
#grid_tables_3 > DIV {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
column-gap: 1.2em;
row-gap: 1.2em;
}
#grid_tables_3 > DIV > DIV {
margin-bottom: 0% !important;
}
#grid_tables_3 .g_2_2 {
grid-column: 2 / span 2;
}
#grid_tables_3 .g_1_2 {
grid-column: 1 / span 2;
}
@media all and (max-width: 980px) {
#grid_tables_3 > DIV {
grid-template-columns: repeat(2, 1fr);
}
#grid_tables_3 .g_2_2, #grid_tables_3 .g_1_2 {
grid-column: auto;
}
}
@media all and (max-width: 512px) {
#grid_tables_3 > DIV {
display: block;
}
} #ward_menu {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 1fr;
column-gap: 3%;
row-gap: 2.8em;
}
#ward_menu ARTICLE {
grid-column: span 3;
position: relative;
background-color: #ffffff;
border: 1px #14786e36 solid;
border-radius: 20px;
transition: border-color 0.35s ease-in-out;
background-image: url(https://test.nemiv.cz/wp-content/uploads/2024/12/bg_02-1.png);
background-repeat: no-repeat;
background-position: right center;
background-size: contain; }
#ward_menu ARTICLE:hover {
border-color: #14786e;
}
#ward_menu ARTICLE DIV {
display: flex;
flex-direction: column;
height: 100%;
padding: 0px 20px;
padding-top: 40px;
text-align: center;
}
#ward_menu ARTICLE DIV A:first-of-type {
display: flex;
justify-content: center; align-items: center; flex-grow: 1;
border-bottom: 1px #14786e36 solid;
}
#ward_menu ARTICLE DIV A {
display: block;
vertical-align: middle;
padding: 15px 15px;
}
#ward_menu ARTICLE DIV A SPAN {
display: block;
font-size: 26px;
line-height: 1.2em;
font-weight: bold;
}
#ward_menu .ward_menu--big_font DIV A:first-of-type SPAN {
font-size: 30px;
}
#ward_menu .ward_menu--extrabig_font DIV A:first-of-type SPAN {
font-size: 36px;
}
#ward_menu ARTICLE DIV A:first-of-type SPAN STRONG {
color: #fb5271;
}
#ward_menu .ward_menu--hexagon {
position: absolute;
display: flex;
align-items: center;
text-align: center;
height: 62px; left: 50%;
transform: translateX(-50%);
top:-31px;
aspect-ratio: 1/cos(30deg);
clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
background: #14786e;
}
#ward_menu .ward_menu--hexagon SPAN {
width: 100%;
vertical-align: middle;
text-align: center;
line-height: 0px;
}
#ward_menu .ward_menu--hexagon SPAN IMG {
width: 46%;
}
#ward_menu .ward_menu--pink .ward_menu--hexagon {
background: #FB5271;
}
#ward_menu .ward_menu--pink {
border-color: #fb527187;
}
#ward_menu .ward_menu--btn {
color: #FB5271;
}
#ward_menu .ward_menu--pink:hover {
border-color: #FB5271;
}
@media all and (max-width: 1550px) {
#ward_menu {
display: grid;
column-gap: 3%;
row-gap: 2.8em;
}
#ward_menu ARTICLE {
grid-column: span 4; }
}
@media all and (max-width: 1150px) {
#ward_menu ARTICLE DIV A SPAN {
font-size: 20px;
}
#ward_menu .ward_menu--big_font DIV A:first-of-type SPAN {
font-size: 24px;
}
#ward_menu .ward_menu--extrabig_font DIV A:first-of-type SPAN {
font-size: 30px;
}
}
@media all and (max-width: 980px) {
#ward_menu {
column-gap: 3%;
row-gap: 2.8em;
}
#ward_menu ARTICLE {
grid-column: span 6; }
}
@media all and (max-width: 780px) {
#ward_menu ARTICLE DIV A SPAN {
font-size: 18px;
}
#ward_menu .ward_menu--big_font DIV A:first-of-type SPAN {
font-size: 18px;
}
#ward_menu .ward_menu--extrabig_font DIV A:first-of-type SPAN {
font-size: 26px;
}
}
@media all and (max-width: 512px) {
#ward_menu ARTICLE DIV A SPAN {
font-size: 16px;
}
#ward_menu .ward_menu--big_font DIV A:first-of-type SPAN {
font-size: 16px;
}
#ward_menu ARTICLE DIV {
padding: 0px 10px;
padding-top: 30px;
}
#ward_menu ARTICLE DIV A {
padding: 5px 5px;
font-size: 16px;
}
.ward_menu--mobil__small DIV A:first-of-type SPAN {
font-size: 16px !important;
}
} .gallery_posts {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 1fr;
column-gap: 1.4em;  
} .carier-thumb {
margin-bottom: 24px;
}
.carier-thumb img {
width: 100%;
height: auto;
display: block;
border-radius: 20px;
}
.posts__carier {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 1fr;
column-gap: 1.4em;
row-gap: 1.4em;
min-height: 120px;
margin-top: 30px;
}
.posts__carier--2 {
grid-template-columns: repeat(2, 1fr);
}
.posts__carier--3 {
grid-template-columns: repeat(3, 1fr);
}
.posts__carier--none {
display: block;
min-height: 0px;
}
.posts__carier--none  H3 {
display: block;
text-align: center;
color: #076659;
}
.home .posts__carier--none {
display: none;
}
.posts__carier article {
padding: 0em;
}
.posts__carier article A, .posts__carier.our_people article {
height: 100%;
padding: 0px;
display: flex;
flex-direction: column;
background-color: #FFF;
border-radius: 20px;
transition: all 0.35s ease-in-out;}
.posts__carier article:hover A {
margin-top: -5px;
}
.posts__carier article P {
padding-top: 0px !important;
padding-bottom: 20px !important;
padding-left: 0px;
padding-right: 0px;
flex: 1;
font-size: 14px;
line-height: 24px;
color:#14786e;
}
.posts__carier .post--tag {
padding: 0.7em 1.6em;
background-color: #14786e;
border-radius: 50px;
color: #FFF;
font-size: 12px;
margin-right: 4px;
text-wrap: nowrap;
}
.posts__carier article H4, .posts__carier article P, .posts__carier article DIV.posts__carier--text {
padding-left: 24px;
padding-right: 24px;
}
.posts__carier article DIV.posts__carier--text {
padding-bottom: 24px;
}
.posts__carier .post--tag__news {
background-color: #fb5271;
}
.posts__carier H4 {
font-size: 22px;
font-weight: 700;
color: #14786e;
transition: color 0.35s ease-in-out;
}
.posts__carier__all article A {
border: 1px #076659 solid;
border-radius: 20px;
padding-top: 20px;
}
.posts__carier__all--noborder article A {
border: 0px #076659 solid;
}
.posts__carier__all article:hover A {
margin-top: 0px;
border-color: #fb5271;
}
.posts__carier__all H4 SPAN {
font-size: 18px;
border-color: #14786e !important;
background-color: #14786e !important;
color: #FFF !important;
padding: 1em 2em !important;
border-radius: 30px;
font-weight: 300;
margin-bottom: 15px;
display: inline-block;
}
.posts__carier__all article:hover SPAN {
background-color: #065f54 !important;
}    @media (max-width: 768px) {
.section_vyhody {
width: 100%;
}
.section__vyhody.slider__active {
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
gap: 20px;
padding-left: 20px;
scroll-padding-left: 20px;
}
.section__vyhody.slider__active::-webkit-scrollbar {
display: none;
}
.section__vyhody.slider__active .vyhoda {
flex: 0 0 85%;
scroll-snap-align: start;
border-radius: 1rem;
background-color: rgba(255, 255, 255, 0.05); }
.section__vyhody.slider__active .vyhoda:first-child {
margin-left: 0;
}
.section__vyhody.slider__active .vyhoda:last-of-type {
margin-right: 20px;
}
.vyhoda__ikona {
text-align: center;
margin-top: 2rem;
margin-bottom: 0.5rem;
}
.vyhoda__ikona img {
max-width: 90px;
height: auto;
}
.vyhoda__obsah {
text-align: center;
padding: 0 1rem;
}
.vyhoda__obsah h3 {
font-size: 1.3rem;
margin-bottom: 0.5rem;
}
.vyhoda__obsah p {
font-size: 1rem;
color: #B9D6D3;
margin: 0;
} #highlights.slider__active {
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
gap: 20px;
padding-left: 20px;
scroll-padding-left: 20px;
}
#highlights.slider__active::-webkit-scrollbar {
display: none;
}
#highlights.slider__active article {
flex: 0 0 85%;
scroll-snap-align: start;
border-radius: 1rem;
background-color: rgba(255,255,255,0.05); }
#highlights.slider__active article:first-child {
margin-left: 0;
}
#highlights.slider__active article:last-of-type {
margin-right: 20px;
} .posts__carier, .posts__carier--2, .posts__carier--3 {
grid-template-columns: repeat(1, 1fr);
}
.posts__carier.slider__active {
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
gap: 20px;
padding-left: 20px;
scroll-padding-left: 20px;
}
.posts__carier.slider__active::-webkit-scrollbar {
display: none;
}
.posts__carier.slider__active article {
flex: 0 0 85%;
scroll-snap-align: start;
border-radius: 1rem;
}
.posts__carier.slider__active article:first-child {
margin-left: 0;
}
.posts__carier.slider__active article:last-of-type {
margin-right: 20px;
}
.posts__carier__all H4 SPAN {
font-size: 14px !important;
padding: 0.5em 1.5em !important;
}
}
@font-face {
font-family: "DM Sans";
src:
url(//sanatoriumpalava.cz/wp-content/themes/divi-child/assets/fonts/dm-sans/DMSans-Regular.woff2) format("woff2"),
url(//sanatoriumpalava.cz/wp-content/themes/divi-child/assets/fonts/dm-sans/DMSans-Regular.woff) format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "DM Sans";
src:
url(//sanatoriumpalava.cz/wp-content/themes/divi-child/assets/fonts/dm-sans/DMSans-Italic.woff2) format("woff2"),
url(//sanatoriumpalava.cz/wp-content/themes/divi-child/assets/fonts/dm-sans/DMSans-Italic.woff) format("woff");
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "DM Sans";
src:
url(//sanatoriumpalava.cz/wp-content/themes/divi-child/assets/fonts/dm-sans/DMSans-Medium.woff2) format("woff2"),
url(//sanatoriumpalava.cz/wp-content/themes/divi-child/assets/fonts/dm-sans/DMSans-Medium.woff) format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "DM Sans";
src:
url(//sanatoriumpalava.cz/wp-content/themes/divi-child/assets/fonts/dm-sans/DMSans-MediumItalic.woff2) format("woff2"),
url(//sanatoriumpalava.cz/wp-content/themes/divi-child/assets/fonts/dm-sans/DMSans-MediumItalic.woff) format("woff");
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "DM Sans";
src:
url(//sanatoriumpalava.cz/wp-content/themes/divi-child/assets/fonts/dm-sans/DMSans-Bold.woff2) format("woff2"),
url(//sanatoriumpalava.cz/wp-content/themes/divi-child/assets/fonts/dm-sans/DMSans-Bold.woff) format("woff");
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "DM Sans";
src:
url(//sanatoriumpalava.cz/wp-content/themes/divi-child/assets/fonts/dm-sans/DMSans-BoldItalic.woff2) format("woff2"),
url(//sanatoriumpalava.cz/wp-content/themes/divi-child/assets/fonts/dm-sans/DMSans-BoldItalic.woff) format("woff");
font-weight: 700;
font-style: italic;
font-display: swap;
} @font-face {
font-family: "Open Sans";
src:
url(//sanatoriumpalava.cz/wp-content/themes/divi-child/assets/fonts/open-sans/OpenSans-Regular.woff2) format("woff2"),
url(//sanatoriumpalava.cz/wp-content/themes/divi-child/assets/fonts/open-sans/OpenSans-Regular.woff) format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Open Sans";
src:
url(//sanatoriumpalava.cz/wp-content/themes/divi-child/assets/fonts/open-sans/OpenSans-Italic.woff2) format("woff2"),
url(//sanatoriumpalava.cz/wp-content/themes/divi-child/assets/fonts/open-sans/OpenSans-Italic.woff) format("woff");
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Open Sans";
src:
url(//sanatoriumpalava.cz/wp-content/themes/divi-child/assets/fonts/open-sans/OpenSans-Bold.woff2) format("woff2"),
url(//sanatoriumpalava.cz/wp-content/themes/divi-child/assets/fonts/open-sans/OpenSans-Bold.woff) format("woff");
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Open Sans";
src:
url(//sanatoriumpalava.cz/wp-content/themes/divi-child/assets/fonts/open-sans/OpenSans-BoldItalic.woff2) format("woff2"),
url(//sanatoriumpalava.cz/wp-content/themes/divi-child/assets/fonts/open-sans/OpenSans-BoldItalic.woff) format("woff");
font-weight: 700;
font-style: italic;
font-display: swap;
}
body{
font-family: "Open Sans", sans-serif;
}
h1,h2,h3,h4,h5,h6{
font-family: "DM Sans", sans-serif;
}
.header--h1 H1,.header--h2 H2 {
font-size: 46px;
}
.p--large P {
font-size: 22px;
line-height: 1.6em;
}
.p--normal, .p--normal P {
font-size: 18px;
line-height: 1.4em;
} @keyframes load_scale {
0% {
transform: scale(0);
}
80% {
transform: scale(1.1);
}
100% {
transform: scale(1.0);
}
} @media all and (max-width: 1680px) {
.header--h1 H1,.header--h2 H1,.header--h2 H2,.header--h2 H3 {
font-size: 36px !important;
} 
.p--large P {
font-size: 20px;
line-height: 1.6em;
}
} @media all and (max-width: 1024px) {
.header--h1 H1,.header--h2 H1,.header--h2 H2,.header--h2 H3 {
font-size: 36px !important;
} 
.p--large P {
font-size: 18px;
line-height: 1.6em;
}
.p--normal, .p--normal P, .p--normal TABLE {
font-size: 16px;
line-height: 1.4em;
}
} @media all and (max-width: 980px) {
.header--h1 H1,.header--h2 H1,.header--h2 H2,.header--h2 H3 {
font-size: 36px !important;
} 
} @media all and (min-width: 768px) and (max-width: 980px) {
} @media all and (max-width: 767px) {
.header--h1 H1,.header--h2 H1,.header--h2 H2,.header--h2 H3 {
font-size: 38px !important;
} 
.p--large P {
font-size: 16px;
line-height: 1.6em;
}
.p--normal, .p--normal P, .p--normal TABLE {
font-size: 14px;
line-height: 1.4em;
}
} #header_menu {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 80px; display: flex;
align-items: center;
padding: 20px 30px;
z-index: 9999;
transition:
transform 1.2s cubic-bezier(0.25, 1, 0.5, 1),
background-color 0.3s ease,
filter 1.8s ease;
will-change: transform, backdrop-filter;
}
body.home #header_menu {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
body:not(.home) #header_menu {
position: relative;
}
.header__menu--wrapper {
filter: blur(0px);
transition: filter 1.8s ease;
will-change: filter;
}
body.blur-clear .header__menu--wrapper {
filter: blur(0);
} body.scrolling #header_menu {
position: fixed;
transform: translateY(-100%);
backdrop-filter: blur(20px);
background-color: #02463e9e !important;
}
body.scrolled #header_menu {
transform: translateY(0);
}
.header__menu--logo img, .header__menu--logo svg {
max-height: 40px;
}
.header__menu--wrapper {
display: flex;
align-items: center;
justify-content: space-between;
gap: 2rem;
}
.header__menu--logo {
min-width: 250px;
}
.header__menu--menu {
flex-grow: 1; text-align: right;
}
.header__menu--menu LI A {
}
.header__menu--menu LI A:hover, .header__menu--logo:hover {
}
.nav-list {
display: flex;
justify-content: flex-end; gap: 2rem;
list-style: none;
padding: 0px !important;
}
.nav-list li {
list-style: none;
}
.nav-list li a {
text-decoration: none;
color: #FFF;
text-transform: uppercase;
}
.nav-list li a:hover, .nav-list li.current_page_item a {
color: #FB5271 !important;
}
@media screen and (max-width: 1224px) {
.mobile-toggle {
display: block;
width: 30px;
height: 22px;
margin: 1rem 0;
cursor: pointer;
position: relative;
z-index: 1001;
}
.mobile-toggle span {
display: block;
height: 2px;
margin-bottom: 7px;
background: #fff;
transition: all 0.3s ease;
transform-origin: center;
position: relative;
} .mobile-toggle.open span:nth-child(1) {
transform: rotate(45deg) translate(7px, 7px);
}
.mobile-toggle.open span:nth-child(2) {
opacity: 0;
}
.mobile-toggle.open span:nth-child(3) {
transform: rotate(-45deg) translate(6px, -6px);
} .header__menu--menu {
display: none;
background: #f8fafa;
padding: 1rem 0;
}
.header__menu--menu.active {
display: block;
position: absolute;
top: 70px;
min-width: 300px;
right: 0px;
padding: 7px 13px;
background: #ffffffd6;
border-radius: 12px;
}
.header-nav .nav-list {
list-style: none;
margin: 0;
padding: 0;
display: block;
text-align: center;
}
.header-nav .nav-list li {
border-bottom: 1px solid #eee;
}
.header-nav .nav-list li a {
display: block;
padding: 1rem;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
color: #14665c;
text-decoration: none;
}
.header-nav .nav-list li a:hover,
.header-nav .nav-list li.current-menu-item a {
color: #e75d7c;
}
} #section__vyhody {
}
.section__vyhody {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: start;
gap: 2.5rem;
}
.vyhoda {
display: grid;
grid-template-columns: 80px auto;
align-items: start;
gap: 1.5rem;
padding-bottom: 30px;
}
.vyhoda__ikona img {
max-width: 80px;
height: auto;
}
.vyhoda__obsah h3 {
color: white;
margin: 0 0 0.5rem;
font-size: 1.65rem;
font-weight: 900;
}
.vyhoda__obsah p {
margin: 0;
font-size: 1.05rem;
color: #B9D6D3;
}
.vyhoda__obsah B {
color: #FFF;
margin: 0 0 0.5rem;
} @media (max-width: 600px) {
.vyhoda {
grid-template-columns: 1fr;
text-align: center;
}
.vyhoda__ikona {
margin-bottom: 1rem;
}
}
@media (max-width: 768px) {
.header__menu--logo {
min-width: 150px;
}
.section_vyhody {
width: 100%;
}
.section__vyhody {
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
gap: 20px;
padding-left: 20px;
scroll-padding-left: 20px;
}
.section__vyhody::-webkit-scrollbar {
display: none;
}
.section__vyhody .vyhoda {
flex: 0 0 85%;
scroll-snap-align: start;
border-radius: 1rem;
background-color: rgba(255, 255, 255, 0.05); }
.section__vyhody .vyhoda:first-child {
margin-left: 0;
}
.section__vyhody .vyhoda:last-of-type {
margin-right: 20px;
}
.vyhoda__ikona {
text-align: center;
margin-top: 2rem;
margin-bottom: 0.5rem;
}
.vyhoda__ikona img {
max-width: 90px;
height: auto;
}
.vyhoda__obsah {
text-align: center;
padding: 0 1rem;
}
.vyhoda__obsah h3 {
font-size: 1.3rem;
margin-bottom: 0.5rem;
}
.vyhoda__obsah p {
font-size: 1rem;
color: #B9D6D3;
margin: 0;
}
} .et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button, .et_button_no_icon.et_button_left .et_pb_button:hover, .et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover {
padding: .5em 2em !important;
font-weight: 700;
}
.btn--large {
font-size: 1.6em !important;
font-weight: 500 !important;
}
.btn--white {
border-color: #FFF !important;
color: #FFF !important;
}
.btn--small {
font-size: 0.9em;
}
.btn--white--full {
background-color: #FFF !important;
color: #14786e !important;
}
.btn--white--full--border {
border: 1px #14786e solid;
}
.btn--white--full:hover {
background-color: #14786e !important;
color: #FFF !important;
}
.btn--blue--full {
background-color: #FFF !important;
color: #1C33FF !important;
border-color: #1C33FF !important;
}
.btn--blue--full:hover {
color: #FFF !important;
background-color: #1327d5 !important;
}
.btn--white--blue {
border-color: #FFF !important;
color: #FFF !important;
}
.btn--white--blue:hover {
border-color: #FFF !important;
border-color: #1327d5 !important;
background-color: #1327d5 !important;
}
.btn--green {
border-color: #14786e !important;
background-color: #14786e !important;
color: #FFF !important;
}
.btn--green:hover {
background-color: #02463e !important;
}
.btn--dual .btn-el--primary {
border-color: #14786e !important;
background-color: #14786e !important;
color: #FFF !important;
}
.btn--dual .btn-el--primary:hover {
background-color: #02463e !important;
}
.btn--dual .btn-el--secondary {
background-color: #FFF !important;
}
.btn--dual .btn-el--secondary:hover {
background-color: #14786e !important;
} .icon_phone, .icon_envelope {
margin-left: 50px;
margin-bottom: 20px;
display: block;
}
.icon_phone:before, .icon_envelope:before {
width: 40px;
height: 40px;
position: absolute;
left: 0px;
margin-top: -5px;
display: inline-block;
}
.icon_phone:before {
content: url(//sanatoriumpalava.cz/wp-content/themes/divi-child/img/phone.svg);
}
.icon_envelope:before {
content: url(//sanatoriumpalava.cz/wp-content/themes/divi-child/img/envelope.svg);
}
.icon_phone_small, .icon_email_small {
margin-left: 28px;
display: inline-block;
}
.icon_phone_small:before, .icon_email_small:before {
width: 22px;
height: 22px;
position: absolute;
margin-left: -28px;
margin-top: 2px;
display: inline-block;
}
.icon_phone_small:before {
content: url(//sanatoriumpalava.cz/wp-content/themes/divi-child/img/phone_small.svg);
}
.icon_email_small:before {
content: url(//sanatoriumpalava.cz/wp-content/themes/divi-child/img/envelope_small.svg);
}
.social-thumb {
width: 100%;
aspect-ratio: 1 / 1; overflow: hidden;
margin-bottom: 0px;
}
.social-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.o_projektu_numbers P {
font-size: 22px;
font-weight: 700;
}
.o_projektu_numbers STRONG {
font-size: 50px;
line-height: 54px;
}
.o_projektu_numbers STRONG SPAN{
font-size: 24px;
}
.o_projektu_numbers_img .et_pb_image_wrap img {
aspect-ratio: 1 / 1;
max-height: 150px;
max-width: 150px;
width: 100%;
height: auto;
object-fit: contain; display: block;
margin-bottom: 25px;
margin-left: auto;
margin-right: auto;
}
.o_projektu_numbers_img__text P {
display: block;
font-size: 1.6em;
line-height: 1.3em;
font-weight: 500;
}
.o_projektu_numbers_img--height .et_pb_image_wrap img {
aspect-ratio: 5 / 3;
}
.o_projektu_numbers_img > div {
position: relative;
}
.o_projektu_numbers--arrow > div:before {
content: "";
position: absolute;
width: 80px;
height: 2px;
background-color: RGBA(94,156,148,0.5)!important;
top: 30%;
left: 100%;
transform: translateY(-50%);
}
.o_projektu_numbers--arrow > div:after {
content: "";
position: absolute;
border: 8px solid transparent;
border-left-color: RGBA(94,156,148,0.5)!important;
top: 30%;
left: calc(100% + 80px);
transform: translateY(-50%);
}
.o_projektu_numbers--arrow > div:last-of-type:before,
.o_projektu_numbers--arrow > div:last-of-type:after {
display: none;
}
@media (max-width: 1289px) {
.o_projektu_numbers--arrow > div:before,
.o_projektu_numbers--arrow > div:after {
display: none;
}
} .img-post-gallery {
display: flex;
gap: 0.5rem;
width: 100%;
flex-wrap: wrap;
}
.img-post-item {
flex: 1 1 calc((100% - 1rem) / 3); max-width: calc((100% - 1rem) / 3);
}
.img-post-item img {
width: 100%;
height: auto; display: block;
}
@media (max-width: 767px) {
.o_projektu_numbers--small STRONG {
font-size: 34px;
line-height: 40px;
}
.o_projektu_numbers_img .et_pb_image_wrap img {
max-height: 100px;
max-width: 100px;
}
.o_projektu_numbers_img .et_pb_image {
max-width: 100px;
}
.o_projektu_numbers_img__text P {
font-size: 1.6em !important;
line-height: 1.4em;
}
.o_projektu_numbers P {
font-size: 18px;
}
.img-post-item {
flex: 1 1 100%;
max-width: 100%;
}
} .hex-wrapper ul {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem 2rem;
list-style: none;
padding: 0;
margin: 0;
}
.hex-wrapper li {
display: flex;
align-items: center;
font-weight: 700;
color: #0F6B5B;
font-size: 1.5rem;
position: relative;
padding: 20px 0px;
}
.hex-wrapper li::before {
content: "";
margin-top: 2px;
display: inline-block;
width: 2rem;
height: 2rem;
margin-right: 1rem;
background-image: url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 24 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(1,0,0,1,-14463.8,-2250.58)"><g transform="matrix(1,0,0,0.945312,13750,0)"><g transform="matrix(0.0643151,-0.0396654,0.0371323,0.0687026,700.927,2458.79)"><path d="M708.7,-726.295L843.484,-648.478L843.484,-492.842L708.7,-415.025L573.915,-492.842L573.915,-648.478L708.7,-726.295ZM708.945,-687.66L607.497,-629.089L607.497,-511.948L708.454,-453.66L809.902,-512.231L809.902,-629.372L708.945,-687.66Z" style="fill:rgb(20,110,120);"/></g></g></g></svg>');
background-repeat: no-repeat;
background-size: contain;
flex-shrink: 0;
}
.hex-wrapper--white li {
color: #FFF;
}
.hex-wrapper--white li::before {
background-image: url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 24 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(1,0,0,1,-14463.8,-2250.58)"><g transform="matrix(1,0,0,0.945312,13750,0)"><g transform="matrix(0.0643151,-0.0396654,0.0371323,0.0687026,700.927,2458.79)"><path d="M708.7,-726.295L843.484,-648.478L843.484,-492.842L708.7,-415.025L573.915,-492.842L573.915,-648.478L708.7,-726.295ZM708.945,-687.66L607.497,-629.089L607.497,-511.948L708.454,-453.66L809.902,-512.231L809.902,-629.372L708.945,-687.66Z" style="fill:white;"/></g></g></g></svg>');
}
.hex-wrapper--3col ul {
grid-template-columns: repeat(3, 1fr);
}
.hex-wrapper--centered li {
flex-direction: column;
justify-content: center;
text-align: center;
}
.hex-wrapper--centered li::before {
margin-right: 0;
margin-bottom: 0.75rem;
}
.hex-wrapper--centered li::before {
background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 98 86" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(1,0,0,1,-1096.64,-4600.12)"><g transform="matrix(2,0,0,2,1120.98,4685.22)"><path d="M0,-42.551L-12.168,-21.262L0,0L24.222,0L36.387,-21.262L24.222,-42.551L0,-42.551Z" style="fill:rgb(20,120,110);fill-rule:nonzero;"/></g></g></svg>');
}
.hex-wrapper--subtext P {
color: #B9D6D3;
font-size: 16px;
font-weight: 400;
line-height: 21px;
padding-top: 10px;
}
.hex-wrapper--subtext LI {
align-items: flex-start;
} @media (max-width: 768px) {
.hex-wrapper--subtext P {
font-size: 14px;
line-height: 16px;
}
.hex-wrapper li {
font-size: 1.0rem;
line-height: 1.1 rem;
padding: 0px 0px;
}
.hex-wrapper--3col ul {
grid-template-columns: 1fr;
}
} @media (max-width: 768px) {
.hex-wrapper ul {
grid-template-columns: 1fr;
}
.btn--dual .dtq-dual-btn {
display: block;
text-align: center;
}
.btn--dual .dtq-dual-btn .dtq-btn-wrap {
margin-bottom: 10px;
}
}  .wpcf7 form p {
margin-bottom: 0em;
}
.wpcf7 form label {
width: 100%;
} .wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="file"],
.wpcf7 textarea {
width: 100%;
padding: 0.9em 1.2em;
border: 1px solid #14786e;
border-radius: 12px;
font-size: 16px;
color: #14786e;
background-color: #fff;
box-sizing: border-box;
}
.wpcf7 textarea {
min-height: 160px;
resize: vertical;
} .wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
color: #14786e;
opacity: 0.8;
} .wpcf7 input[type="submit"] {
background-color: #14786e;
color: white;
font-size: 20px;
font-weight: bold;
padding: 1em 3em;
border: none;
border-radius: 100px;
cursor: pointer;
transition: background-color 0.3s ease;
display: inline-block;
}
.wpcf7 input[type="submit"]:hover {
background-color: #0f5f5a;
} .wpcf7 .wpcf7-acceptance {
margin-top: 1em;
display: block;
font-size: 14px;
color: #14786e;
}
.wpcf7 .wpcf7-list-item {
display: flex;
align-items: center;
gap: 0.5em;
}
.horizontal-center {
align-items: center;
justify-content: center;
} .footer_address, .footer_address h4, .footer_address h4 B {
color: #FFF;
}
.footer_address .two-column-footer {
display: flex;
flex-direction: row;
gap: 4rem; }
.footer_address .two-column-footer DIV {
position: relative;
}
.footer_address .two-column-footer DIV A {
color: #FFF;
font-size: 18px;
line-height: 24px;
font-weight: 300;
}
.footer_address .two-column-footer DIV A B {
color: #FFF;
font-weight: 300;
}
.footer_address .two-column-footer > .footer-col-33 {
flex: 0 0 40%;
}
.footer_address .two-column-footer > .footer-col-66 {
flex: 0 0 60%;
}
@media (max-width: 768px) {
.footer_address .two-column-footer {
flex-direction: column;
}
.footer_address .two-column-footer > .footer-col-33,
.footer_address .two-column-footer > .footer-col-66 {
flex: 0 0 100%;
}
}
#et-boc .area-outer-wrap[data-da-color=light] .da-close {
border-radius: 50px;
border: 1px #14786e solid;
color: #14786e;
font-size: 32px;
position: absolute;
top: 0;
right: 0;
background: #FFFFFF;
transform: translate(50%, -50%);
opacity: 1;
}
#et-boc .area-outer-wrap[data-da-color=light] .da-close:hover {
color: #FB5271;
} .timeline_fill_fullpink {}
.timeline_fill_fullgreen {}
.timeline_fill_fullgreen_dark {} .timeline_custom .tmdivi-wrapper .tmdivi-icondot {
position: absolute;
width: calc(var(--tw-ibx-size) / 1);
height: calc(var(--tw-ibx-size) / 1);
background-color: transparent;
background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 24 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(1,0,0,1,-375.395,-441.734)"><g transform="matrix(1,0,0,1,-13881,-1928.88)"><g transform="matrix(0.0643151,-0.0374962,0.0371323,0.0649454,14243.6,2444.35)"><path d="M708.945,-687.66L607.497,-629.089L607.497,-511.948L708.454,-453.66L809.902,-512.231L809.902,-629.372L708.945,-687.66Z" style="fill:white;"/></g></g><g transform="matrix(1,0,0,1,-13881,-1928.88)"><g transform="matrix(0.0643151,-0.0374962,0.0371323,0.0649454,14243.6,2444.35)"><path d="M708.7,-726.295L843.484,-648.478L843.484,-492.842L708.7,-415.025L573.915,-492.842L573.915,-648.478L708.7,-726.295ZM708.945,-687.66L607.497,-629.089L607.497,-511.948L708.454,-453.66L809.902,-512.231L809.902,-629.372L708.945,-687.66Z" style="fill:rgb(170,210,204);"/></g></g></g></svg>');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
border: none;
border-radius: 0;
}
.timeline_custom .tmdivi-vertical.tmdivi-wrapper .tmdivi-timeline:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: calc(50% - 2px);
width: 0;
background-color: transparent !important;
border-left: 4px dotted #5e9c94 !important;
z-index: 0;
}
.tmdivi-description, .tmdivi-description P {
font-weight: 400 !important;
}
.tmdivi-wrapper .tmdivi-title {
font-size: 16px !important;
font-weight: 600 !important;
}
.tmdivi-wrapper .tmdivi-icondot {
scale: 0.8;
}
.timeline_fill_fullgreen .tmdivi-icondot {
background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 24 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(1,0,0,1,-375.395,-441.734)"><g transform="matrix(1,0,0,1,-13881,-1928.88)"><g transform="matrix(0.0643151,-0.0374962,0.0371323,0.0649454,14243.6,2444.35)"><path d="M708.945,-687.66L607.497,-629.089L607.497,-511.948L708.454,-453.66L809.902,-512.231L809.902,-629.372L708.945,-687.66Z" style="fill:rgb(170,210,204);"/></g></g><g transform="matrix(1,0,0,1,-13881,-1928.88)"><g transform="matrix(0.0643151,-0.0374962,0.0371323,0.0649454,14243.6,2444.35)"><path d="M708.7,-726.295L843.484,-648.478L843.484,-492.842L708.7,-415.025L573.915,-492.842L573.915,-648.478L708.7,-726.295ZM708.945,-687.66L607.497,-629.089L607.497,-511.948L708.454,-453.66L809.902,-512.231L809.902,-629.372L708.945,-687.66Z" style="fill:rgb(170,210,204);"/></g></g></g></svg>') !important;
}
.timeline_fill_fullgreen .tmdivi-description, .timeline_fill_fullgreen .tmdivi-description P {
font-weight: 700 !important;
}
.timeline_fill_fullgreen .tmdivi-icondot {
scale: 1;
}
.timeline_fill_fullgreen_dark .tmdivi-icondot {
background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 24 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(1,0,0,1,-375.395,-441.734)"><g transform="matrix(1,0,0,1,-13881,-1928.88)"><g transform="matrix(0.0643151,-0.0374962,0.0371323,0.0649454,14243.6,2444.35)"><path d="M708.945,-687.66L607.497,-629.089L607.497,-511.948L708.454,-453.66L809.902,-512.231L809.902,-629.372L708.945,-687.66Z" style="fill:rgb(94,156,148);"/></g></g><g transform="matrix(1,0,0,1,-13881,-1928.88)"><g transform="matrix(0.0643151,-0.0374962,0.0371323,0.0649454,14243.6,2444.35)"><path d="M708.7,-726.295L843.484,-648.478L843.484,-492.842L708.7,-415.025L573.915,-492.842L573.915,-648.478L708.7,-726.295ZM708.945,-687.66L607.497,-629.089L607.497,-511.948L708.454,-453.66L809.902,-512.231L809.902,-629.372L708.945,-687.66Z" style="fill:rgb(94,156,148);"/></g></g></g></svg>') !important;
}
.timeline_fill_fullgreen_dark .tmdivi-description, .timeline_fill_fullgreen_dark .tmdivi-description P {
font-size: 24px;
font-weight: 900 !important;
}
.timeline_fill_fullgreen_dark .tmdivi-icondot {
scale: 1.2;
}
.timeline_fill_fullpink .tmdivi-icondot {
background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 24 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(1,0,0,1,-375.395,-441.734)"><g transform="matrix(1,0,0,1,-13881,-1928.88)"><g transform="matrix(0.0643151,-0.0374962,0.0371323,0.0649454,14243.6,2444.35)"><path d="M708.945,-687.66L607.497,-629.089L607.497,-511.948L708.454,-453.66L809.902,-512.231L809.902,-629.372L708.945,-687.66Z" style="fill:rgb(251,81,113);"/></g></g><g transform="matrix(1,0,0,1,-13881,-1928.88)"><g transform="matrix(0.0643151,-0.0374962,0.0371323,0.0649454,14243.6,2444.35)"><path d="M708.7,-726.295L843.484,-648.478L843.484,-492.842L708.7,-415.025L573.915,-492.842L573.915,-648.478L708.7,-726.295ZM708.945,-687.66L607.497,-629.089L607.497,-511.948L708.454,-453.66L809.902,-512.231L809.902,-629.372L708.945,-687.66Z" style="fill:rgb(251,82,113);"/></g></g></g></svg>') !important;
}
.timeline_fill_fullpink .tmdivi-description, .timeline_fill_fullpink .tmdivi-description P {
font-size: 36px;
font-weight: 900 !important;
}
.timeline_fill_fullpink .tmdivi-icondot {
scale: 1.4;
}
.timeline_custom .tmdivi-arrow {
display: none !important;
}
.tmdivi-vertical.tmdivi-wrapper .tmdivi-story.tmdivi-story-left .tmdivi-icondot {
left: auto;
right: calc(var(--tw-ibx-size) * .75 - var(--tw-ibx-size) * 2.25);
}
.timeline_custom .tmdivi-vertical.tmdivi-wrapper .tmdivi-icondot {
top: 0;
left: calc(var(--tw-ibx-size) * .75 - var(--tw-ibx-size) * 2.25);
}
.timeline_custom .tmdivi-wrapper .tmdivi-content, .timeline_custom .tmdivi-vertical.tmdivi-wrapper .tmdivi-story.tmdivi-story-left .tmdivi-content {
box-shadow: none !important;
}
.timeline_custom .tmdivi-story-left .tmdivi-description p,.timeline_custom .tmdivi-story-left .tmdivi-description {
text-align: right;
}
.timeline_custom .tmdivi-wrapper .tmdivi-title {
padding: 0px !important;
margin-bottom: 0 !important;
}
.timeline_custom .tmdivi-vertical.tmdivi-wrapper .tmdivi-story.tmdivi-story-left .tmdivi-title {
justify-content: end;
}
@media (max-width: 768px) {
.timeline_custom .tmdivi-vertical.tmdivi-wrapper .tmdivi-timeline:before {
left: 22px;
}
.tmdivi-vertical.tmdivi-wrapper .tmdivi-story.tmdivi-story-left .tmdivi-icondot {
right: auto;
left: calc(var(--tw-ibx-size) * .75 - var(--tw-ibx-size) * 2.25);
}
.timeline_custom .tmdivi-vertical.tmdivi-wrapper .tmdivi-story.tmdivi-story-left .tmdivi-title {
justify-content: start;
}
.timeline_custom .tmdivi-story-left .tmdivi-description p, .timeline_custom .tmdivi-story-left .tmdivi-description {
text-align: left;
}
.tmdivi-wrapper .tmdivi-content {
padding-left: 0px;
}
.timeline_fill_fullgreen_dark .tmdivi-description, .timeline_fill_fullgreen_dark .tmdivi-description P {
font-size: 18px;
}
.timeline_fill_fullpink .tmdivi-description, .timeline_fill_fullpink .tmdivi-description P {
font-size: 28px;
}
}
.avatar-circle {
width: 180px;
height: 180px;
border-radius: 50%;
object-fit: cover;
object-position: center;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
} .career-list {
display: flex;
flex-direction: column;
gap: 10px;
}
.career-item {
display: flex;
align-items: center;
gap: 14px;
} .career-item img {
width: 32px;
height: 32px;
object-fit: contain;
object-position: center;
flex-shrink: 0;
display: block;
} .career-item span {
font-size: 1.45rem;
font-weight: 700;
color: #e94e64; line-height: 1.2;
} @media (max-width: 480px) {
.career-item span {
font-size: 1.25rem;
}
.career-item img {
width: 32px;
}
.avatar-circle {
width: 100px;
height: 100px;
}
}
@media (max-width: 980px) { .menu-sitemap .et_pb_menu__menu-button,
.menu-fastnav .et_pb_menu__menu-button, .menu-sitemap .mobile_menu_bar {
display: none !important;
} .menu-sitemap .et_pb_menu__menu,
.menu-fastnav .et_pb_menu__menu {
display: flex !important;
} .menu-sitemap .et_pb_menu__wrap,
.menu-fastnav .et_pb_menu__wrap {
justify-content: flex-start;
} .menu-sitemap .et_pb_menu__menu > nav > ul,
.menu-fastnav .et_pb_menu__menu > nav > ul {
display: flex !important;
flex-direction: column;
gap: 10px;
}
}