@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
:root{
--font-size-menu: 15px;
}
html {
scroll-behavior: smooth;
}
body {
font-size: 16px;
color: var(--primary);
background: var(--light-dark);
}
.smooth-appearance {
opacity: 0;
top: 0;
transition: all 1s ease-out;
-webkit-transition: all 1s ease-out;
}
* {
outline: none !important;
}
a:hover {
text-decoration: none;
}
.clear {
clear: both;
}
#booking {
border: none;
height: 910px;
}
.blog-header-logo {
font-family: "Playfair Display", Georgia, "Times New Roman", serif;
font-size: 2.25rem;
}
.header-logo {
position: relative;
width: 60%;
height: 80px;
-webkit-transition: all .25s ease;
-ms-transition: all .25s ease;
transition: all .25s ease;
}
.header-logo a {
position: relative;
display: block;
height: 100%;
width: 260px; margin: 0 auto;
}
.container {
opacity: 1;
//-webkit-transition: all 1s ease-in-out;
//transition: all 1s ease-in-out;
}
.container.visible {
-webkit-animation: visible 1.2s ease;
-moz-animation: visible 1.2s ease;
-o-animation: visible 1.2s ease;
animation: visible 1.2s ease;
-webkit-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
-o-animation-iteration-count: 1;
animation-iteration-count: 1;
}
@keyframes visible {
0% {opacity: 0;}
30% {opacity: 0;}
100% {opacity: 1;}
} 
.site-main .container {
padding-top: 30px;
padding-bottom: 30px;
}
.site-main .container .item {
padding-bottom: 20px;
border-bottom: 1px solid var(--secondary);
}
article h2 {
margin-top: 30px;
}
.full {
width: 100%;
max-width: 100%;
margin-left: 0;
margin-right: 0;
}
.custom-logo-link img {
width: 220px;
height: auto;
}
.menu a {
text-transform: uppercase;
font-size: var(--font-size-menu);
font-weight: 600;
}
footer .widget_nav_menu ul {
padding: 0;
list-style: none;
}
#map {
height: 400px;
}
.form_saved_message {
display: none !important;
}
.entry-title, .page-title {
margin-bottom: 30px;
}
.entry-subtitle, .page-subtitle {
margin-bottom: 24px;
}
.entry-content img {
width: 100%;
height: auto;
}
.entry-content img.gform_ajax_spinner {
width: auto;
}
.entry-content tr:nth-child(2n-1) {
background-color: rgba(185,166,154,0.25);
}
.blog-header-logo img {
height: 80px;
}
.hook-wrapper {
padding: 0 0 40px;
line-height: 2;
}
.carousel-main img, .service-picture-mainpage img {
width: 100%;
}
.bg-color-brown {
background-color: var(--primary);
}
.bg-color-secondary {
background: linear-gradient(86deg, rgba(190,143,57,1) 0%, rgba(226,179,92,1) 16%, rgba(235,199,119,1) 35%, rgba(253,235,177,1) 47%, rgba(245,211,112,1) 60%, rgba(233,189,89,1) 74%, rgba(228,181,90,1) 87%, rgba(180,148,87,1) 100%);
background-size: 400% 400%;
-webkit-animation: AnimationName 10s ease infinite;
-moz-animation: AnimationName 10s ease infinite;
-o-animation: AnimationName 10s ease infinite;
animation: AnimationName 10s ease infinite;
}
@-webkit-keyframes AnimationName {
0% { background-position: 0%; }
50% { background-position: 100%; }
100% { background-position: 0%; }
}
@-moz-keyframes AnimationName {
0% { background-position: 0%; }
50% { background-position: 100%; }
100% { background-position: 0%; }
}
@-o-keyframes AnimationName {
0% { background-position: 0%; }
50% { background-position: 100%; }
100% { background-position: 0%; }
}
@keyframes AnimationName {
0% { background-position: 0%; }
50% { background-position: 100%; }
100% { background-position: 0%; }
}
.menu-fixed {
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
}
.text-color-white, .text-color-white-all * {
color: var(--white)!important;
}
footer .widget-title {
display: block;
font-size: 1.5rem;
font-weight: 500;
padding-bottom: 0.25rem !important;
margin-bottom: 0.25rem !important;
border-bottom: 1px solid var(--secondary);
color: var(--secondary) !important;
}
.career-container-single {
width: 100%;
max-width: 840px;
margin: 0 auto;
}
.button {
display: inline-block;
font-weight: 400;
color: var(--white);
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: var(--secondary) !important;
border: 1px solid var(--secondary) !important;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.button:hover {
background-color: #fff !important;
color: var(--secondary) !important;
}
textarea,
input:not([type='submit']):not([type='file']) {
display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem !important;
font-size: 1rem !important;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contacts-map {
height: 400px;
}
.review-star {
color: var(--secondary)
}
.gfield input[type='file'] {
}
.gfield textarea:focus,
.gfield input:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.gform_wrapper li.gfield.gfield_error {
margin-bottom: 0!important;
border-top: none!important;
border-bottom: none!important;
padding-bottom: 0!important;
padding-top: 0!important;
}
@media only screen and (min-width: 641px) {
.gform_wrapper ul.gform_fields li.gfield {
padding-right: 0 !important;
max-width: 100% !important;
}
}
.oxisecret-request {
position: relative;
}
.oxisecret-request input {
padding-left: 15px !important;
}
.oxisecret-request .gfield_label {
position: absolute;
left: 0;
}
.status-publish h3 {
font-size: 22px;
font-weight: 500;
}
h3.related-name {
font-size: 18px;
font-weight: 500;
}
.service-container-single-left {
float: left;
width: 75%;
padding-right: 30px;
}
.service-container-single-right {
float: right;
width: 25%;
}
.container-single-left {
float: left;
width: 75%;
padding-right: 30px;
}
.container-single-right {
float: right;
width: 25%;
}
.service-main-image {
display: block;
width: 100%;
max-width: 250px;
height: 250px;
border-radius: 250px;
overflow: hidden;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.service-title {
//background-color: var(--secondary);
color: var(--gray-dark);
font-size: 18px;
line-height: 24px;
font-weight: 600 !important;
display: block;
padding: 7px 0;
}
.services-page .service-title {
background-color: var(--secondary);
color: #fff;
padding: 7px;
}
.service-subtitle {
border-bottom: solid 0.5px var(--gray);
font-size: 16px;
line-height: 22px;
font-weight: 600;
font-style: italic;
padding: 4px;
}
.service-subtitle:last-child {
border-bottom: none;
}
.service-subtitle a {
color:  var(--primary) !important;
}
.service-wrapper {
padding: 0 35px;
}
.service-wrapper .rounded-circle {
border: 0;
position: relative;
overflow: hidden;
width: 100%;
margin: 0 auto;
}
.service-wrapper .srv-image {
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.service-wrapper .rounded-circle::before,
.service-wrapper .rounded-circle::after {
box-sizing: inherit;
content: '';
position: absolute;
width: 100%;
height: 100%;
}
.service-wrapper .spin::before,
.service-wrapper .spin::after {
top: 0;
left: 0;
}
.service-wrapper .spin::before {
border: 2px solid transparent;
}
.service-wrapper:hover .spin::before {
border-top-color: var(--secondary);
border-right-color: var(--secondary);
border-bottom-color: var(--secondary);
transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.10s, border-bottom-color 0.15s linear 0.20s;
}
.service-wrapper .spin::after {
border: 0 solid transparent;
}
.service-wrapper:hover .spin::after {
border-top: 2px solid var(--secondary);
border-left-width: 2px;
border-right-width: 2px;
transform: rotate(270deg);
transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}
.service-wrapper .circle {
border-radius: 100%;
box-shadow: none;
}
.service-wrapper .circle::before,
.service-wrapper .circle::after {
border-radius: 100%;
}
.service-wrapper h6 {
font-family: inherit;
font-weight: 600;
margin-top: 10px;
font-size: 18px;
color: var(--primary) !important;
}
.service-wrapper:hover h6{
color: var(--secondary) !important;
}
.works-wrapper .rounded-circle {
background: #fff;
}
.our-work-wrapper {
margin-left: -15px;
margin-right: -15px;
}
.our-work-wrapper:after {
content: '';
clear: both;
display: table;
}
.our-work-wrapper .our-work {
width: calc(50% - 30px);
float: left;
margin: 15px;
}
.works-wrapper .srv-image {
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 200px;
margin-left: 0;
margin-top: 0;
}
.price-container-single .service-subtitle {
font-weight: 600;
font-size: 18px;
color: var(--dark-gray);
padding: 5px;
margin: 0;
}
.table-price-header {
background-color: var(--gray-dark); color: var(--white);
}
.table-price-row:nth-child(2n-1) {
background-color: rgba(185,166,154,0.25);
}
.table-discount_price {
text-align: right;
}
.table-discount_price span {
position: relative;
display: inline-block;
margin-right: 10px;
font-size: 0.9em;
}
.table-discount_price span:after {
content: '';
position: absolute;
width: 100%;
height: 1px;
background: #f00;
left: 0;
top: 11px;
}
nav .language-menu {
position: absolute;
right: 10px;
top: 3px;
text-transform: uppercase;
margin: 0;
}
nav .language-menu select {
text-transform: uppercase;
}
.image-block {
height: 370px;
margin-bottom: 10px;
}
.subheader {
font-family: 'Open Sans';
}
#canvas {
height: 124px;
width: 100%;
position: absolute;
z-index: -1;
top: 0;
}
h1{
font-family: inherit;
font-size: 32px;
font-weight: 700;
letter-spacing: -0.03em;
}
h2{
font-family: inherit;
font-size: 24px;
font-weight: 600;
}
h3{
font-family: inherit;
font-size: 20px;
font-weight: 600;
}
h4{
font-family: inherit;
font-size: 20px;
font-weight: 700;
}
h2.subtitle {
font-size: 20px;
}
h2.subtitle a {
color: var(--primary);
}
h1.entry-title {
}
.entry-content h2 {
font-size: 22px;
font-weight: 500;
}
.picture-popup {
position: relative;
width: 100%;
height: 100%;
}
.picture-popup-wrap {
height: 100%;
overflow: hidden;
}
.team-name-wrapper {
background-color: var(--primary);
padding: 10px;
text-align: center;
color: #fff;
text-decoration: none;
}
.team-name-wrapper .team-name {
font-size: 20px;
}
.image-block-single {
float: left;
margin-right: 20px;
display: block;
width: 250px;
height: 250px;
border-radius: 250px;
overflow: hidden;
}
.hightlight-item {
background: #fff;
border-radius: 4px;
}
.hightlight-item a, .hightlight-item a:hover {
color: var(--primary)
}
.services .item .image {
float: left;
width: 150px;
height: 150px;
border-radius: 100px;
overflow: hidden;
}
.services .item .image a {
display: block;
width: 100%;
height: 100%;
}
.services .item .image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.services .item .info {
float: right;
width: calc(100% - 180px);
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.services .item .info h5 a, .services .item .info h5 a:hover {
color: var(--primary);
}
.services .item .button-wrapper {
text-align: right;
}
.btn-more {
background: linear-gradient(86deg, rgba(190,143,57,1) 0%, rgba(226,179,92,1) 16%, rgba(235,199,119,1) 35%, rgba(253,235,177,1) 47%, rgba(245,211,112,1) 60%, rgba(233,189,89,1) 74%, rgba(228,181,90,1) 87%, rgba(180,148,87,1) 100%);
background-size: 400% 400%;
-webkit-animation: AnimationName 10s ease infinite;
-moz-animation: AnimationName 10s ease infinite;
-o-animation: AnimationName 10s ease infinite;
animation: AnimationName 10s ease infinite;
border: 1px solid var(--secondary);
color: #666666 !important;
font-size: 14px;
line-height: 20px;
font-weight: bold;
padding: 4px 20px;
text-transform: uppercase;
opacity: 1;
transition: all ease-in-out 0.5s;
}
.btn-more:hover {
opacity: 0.7;
}
.btn-xl {
padding: 15px 30px;
font-size: 20px;
}
.btn-fixed {
top: 30vh;
right: 30px;
padding: 8px 20px;
transform-origin: top right;
position: fixed;
z-index: 9;
//top: 40%;
//right: 0;
box-shadow: 0 0 1px #fff;
//-webkit-transform: rotate(-90deg) translate(50%, -105%);
//transform: rotate(-90deg) translate(50%, -105%);
}
.btn-white {
color: var(--brown);
background-color: var(--white);
border-color: var(--white);
}
.tab-wrapper {
margin-bottom: 20px;
}
.tab-row {
display: flex;
align-items: center;
}
.tab-row a {
width: 50%;
background: var(--secondary);
margin: 5px;
height: auto;
min-height: 50px;
padding: 5px;
font-weight: 700;
line-height: 1.3;
display: flex;
align-items: center;
color: var(--gray-dark);
}
.tab-row a:first-child {
margin-left: 0;
}
.tab-row a:last-child {
margin-right: 0;
}
.btn-up {
position: fixed;
font-size: 42px;
right: 20px;
bottom: 20px;
display: none;
}
#menu-social-networks {
padding: 0;
}
#menu-social-networks li {
margin-right: 15px;
display: inline-block;
}
#menu-social-networks li a {
font-size: 34px;
}
.lang-dropdown {
justify-content: flex-end;
align-items: center;
display: flex;
}
.lang-dropdown > ul {
list-style: none;
margin: 0 30px 0 0;
padding: 0;
z-index: 9999;
text-transform: uppercase;
height: 36px;
overflow: hidden;
display: flex;
align-items: center;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
} .search-btn {
text-align: center;
margin: 0;
padding: 0;
list-style: none;
font-size: 23px;
z-index: 9999;
width: 30px;
height: 36px;
overflow: hidden;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.search-form-wrapper {
position: fixed;
width: 80%;
left: 10%;
top: 50vh;
opacity: 0;
visibility: hidden;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.search-form-wrapper.display {
top: 30vh;
opacity: 1;
visibility: visible;
z-index: 111;
}
.search-form-wrapper .card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
}
.search-form-wrapper .card-body {
display: flex;
width: 100%;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem;
}
.search-form-wrapper .col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.search-form-wrapper .col-auto {
position: relative;
width: 100%;
min-height: 1px;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.search-form-wrapper .form-control {
margin: 0 .75rem;
width: calc(100% - 1.5rem) !important;
}
.search-form-wrapper .no-gutters {
margin-right: 0;
margin-left: 0;
}
#search-result {
margin: 12px 12px;
max-height: 212px;
overflow: auto;
}
#search-result::-webkit-scrollbar {
width: 7px;
}
#search-result::-webkit-scrollbar-track {
background: #f1f1f1; 
}
#search-result::-webkit-scrollbar-thumb {
background: #888; 
}
#search-result::-webkit-scrollbar-thumb:hover {
background: #555; 
} .lang-dropdown > ul.menu-open {
height: auto;
}
.lang-dropdown ul li {
z-index: 1;
padding: 2px;
margin-left: 10px;
cursor: default; -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.lang-dropdown ul.menu-open {
background: #efefef;
-webkit-box-shadow: 0 0 1px 1px rgb(0 0 0 / 25%);
-moz-box-shadow: 0 0 1px 1px rgb(0 0 0 / 25%);
box-shadow: 0 0 1px 1px rgb(0 0 0 / 25%);
}
.lang-dropdown ul.menu-open li {
margin-bottom: 4px;
}
.lang-dropdown ul li {
font-weight: bold;
}
.lang-dropdown ul li a {
color: var(--gray-dark);
}
.lang-dropdown ul li a.active {
color: #fff !important;
font-weight: bold;
}
.lang-dropdown ul li:first-child {
display: block;
}
.lang-dropdown ul li img {
width: 32px;
height: 20px;
}
.gform_body .custom-check input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.gform_body .custom-check .gfield_consent_label:before {
content: '';
position: absolute;
width: 24px;
height: 24px;
padding-left: 6px;
border: 1px solid var(--secondary);
top: 3px;
left: 0;
transition: all 0.3s ease-in-out;
}
.gform_body .custom-check input:checked + .gfield_consent_label {
font-weight: 400 !important;
}
.gform_body .custom-check input:checked + .gfield_consent_label:before {
content: '\f00c';
font-family: 'Font Awesome 5 Pro';
color: var(--secondary);
}
.gform_body .custom-check .gfield_consent_label {
display: block;
position: relative;
padding-left: 35px !important;
margin-bottom: 12px !important;
cursor: pointer !important;
font-size: 14px !important;
font-weight: 400;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.gform_fields .form-col-2 {
width: auto;
display: inline-block;
}
.gform_fields .form-col-2 {
margin-right: 30px !important;
}
.ss-content.ss-open {
z-index: 99999;
}
.gform_legacy_markup_wrapper .gfield_time_ampm, 
.gform_legacy_markup_wrapper .gfield_time_hour, 
.gform_legacy_markup_wrapper .gfield_time_minute {
width: 40% !important;    
} .crc_review_carousel_wrapper {
overflow: hidden;
}
.crc_review_carousel_wrapper ul{
position: relative;
margin: 0;
padding: 0;
overflow: hidden;
}
.crc_review_carousel_wrapper ul li {
position: relative;
list-style: none;
width: 100%;
overflow: hidden;
text-align: center;
}
.crc_review_carousel_wrapper .bullets ul {
margin: 0;
padding: 0;
width: auto; top: auto;
bottom: 0;
padding: 15px 60px; display: inline-block;
left: 50%;
transform: translateX(-50%);
}
.crc_review_carousel_wrapper .bullets ul li{
list-style: none !important;
border-radius: 8px;
padding: 0;
margin: 0 6px;
cursor: pointer;
overflow: hidden !important;
z-index: 99;
background: #494949;
box-shadow: none;
width: 15px;
height: 15px;
}
.wpb_image_grid .wpb_image_grid_ul img {
float:left;
}
.crc_review_carousel_wrapper .bullets ul li:hover {
background-color: #e8c479;
}
.crc_review_carousel_wrapper .bullets ul li.active {
background-color: #e8c479;
} .review-wrapper {
position: relative;
overflow: hidden;
padding: 0 50px;
}
.mobile .review-wrapper {
padding: 0 10px;
}
.review-wrapper ul{
position: relative;
margin: 0;
padding: 0;
overflow: hidden;
}
.review-wrapper ul li {
position: relative;
list-style: none;
width: 100%;
padding: 20px;
overflow: hidden;
padding: 20px;
border-radius: 8px;
text-align: center;
background: #fff;
}
.review-wrapper .review-prev,
.review-wrapper .review-next  {
text-decoration: none;
display: block;
width: 40px;
height: 60px;
margin: -20px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: rgba(0,0,0,.8);
font-family: flexslider-icon;
text-shadow: 1px 1px 0 rgb(255 255 255 / 30%);
transition: all .3s ease;
}
.review-wrapper .review-prev:before,
.review-wrapper .review-next:before {
font-size: 30px;    
display: block;
font-family: 'Font Awesome 5 Pro';
position: relative;
}
.review-wrapper .review-prev {
left: 0;
}
.review-wrapper .review-prev:before {
text-align: left;
content: '\f053';
}
.review-wrapper .review-next {
right: 0;
}
.review-wrapper .review-next:before {
text-align: right;
content: '\f054';
}
.review-wrapper.no-arrows .review-prev,
.review-wrapper.no-arrows .review-next {
display: none !important;
}
.review-wrapper .review-avatar img {
width: 80px;
height: 80px;
}
.review-wrapper small {
font-weight: 700;
}
.review-wrapper .bullets ul {
margin: 0;
padding: 0;
width: auto; top: auto;
bottom: 0;
padding: 15px 60px; display: inline-block;
left: 50%;
transform: translateX(-50%);
}
.review-wrapper .bullets ul li{
list-style: none !important;
border-radius: 8px;
padding: 0;
margin: 0 6px;
cursor: pointer;
overflow: hidden !important;
z-index: 99;
background: #494949;
box-shadow: none;
width: 15px;
height: 15px;
}
.review-wrapper .bullets ul li:hover {
background-color: #e8c479;
}
.review-wrapper .bullets ul li.active {
background-color: #e8c479;
}
.our-wrapper {
position: relative;
overflow: hidden;
padding: 0 50px;
height: 100%;
}
.our-wrapper > div:nth-child(2) {
height: 100%;
}
.our-wrapper ul{
position: relative;
margin: 0;
padding: 0;
overflow: hidden;
height: 100% !important;
}
.our-wrapper ul li {
position: relative;
list-style: none;
width: 100%;
padding: 20px;
overflow: hidden;
padding: 20px;
border-radius: 8px;
text-align: center;
background: #fff;
height: 100% !important;
}
.our-prev, .our-next {
width: 40px;
position: absolute;
top: calc(50% - 20px);
left: 10px;
}
.our-prev:before {
content: '\f104';
font-size: 70px;
font-family: 'Font Awesome 5 Pro';
}
.our-next:before {
content: '\f105';
font-size: 70px;
font-family: 'Font Awesome 5 Pro';
}
.our-next {
text-align: right;
left: auto;
right: 10px;
} .contact-page .hook-wrapper:nth-child(2n-1) {
text-align: right;
}
.contact-page .hook-wrapper {
position: relative;
display: inline-block;
width: 50%;
padding: 0 20px;
vertical-align: top;
}
.pagination_service {
position: fixed;
font-size: 50px;
top: calc(50% - 25px);
opacity: 0.5;
-webki-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.pagination_service:hover {
opacity: 0.8;
}
.pagination_service.prev_service {
left: 20px;
}
.pagination_service.next_service {
right: 20px;
}
.pagination_service.out {
opacity: 0;
}
.nav_crumb {
margin-bottom: 20px;
}
.related-image-block {
height: 350px;
margin-bottom: 10px;
}
.related-name {
font-weight: 700;
padding: 10px;
font-size: 16px;
background-color: var(--brown);
border-color: var(--brown);
border-radius: 0.3rem;
color: #fff;
}
.video-container {
max-height: 780px;
}
.video-container:before {
position: absolute;
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
filter: contrast(1.4) saturate(1.8);
background-image: linear-gradient(5deg, #aaa 25%, transparent 25%, transparent 50%, #aaa 50%, #aaa 75%, transparent 75%, transparent);
background-size: 4px 4px;
}
@keyframes gift {
0%,25% { bottom: 0; }
25.1% { bottom:20px; }
28% { bottom:-10px; }
31% { bottom:10px; }
34% { bottom:-5px; }
37% { bottom:5px; }
40%,100% { bottom:0; }
}
@keyframes gift-wrap {
0%,50% { bottom: 100vh; }
100% { bottom:40px; }
}
.gift-wrap {
position: fixed;
align-items: center;
flex-direction: column;
bottom: 30px;
left: 30px;
z-index: 9999;
display: flex;
align-content: center;
animation: gift-wrap 3s ease-in-out;
transition: bottom 0.5s ease-in;
}
.gift-wrap .gift-wrapper {
width: 140px;
height: 140px;
display: flex;
position: relative;
border-radius: 150px;
background: #fff;
border: 2px solid var(--secondary);
animation: gift 5s infinite;
}
.gift-wrap .gift-wrapper a {
display: block;
width: 100%;
height: 100%;
background: url(//oxisecret.com/wp-content/themes/oxisecret/assets/img/darek_icon.png);
background-position: center;
background-size: 70%;
background-repeat: no-repeat;
}
.gift-wrap .gift-text {
text-align: center;
font-weight: 800;
color: var(--secondary);
font-size: 20px;
padding: 5px 10px;
background: #fff;
border-radius: 40px;
}
.gift-wrap .gift-close {
position: absolute;
right: 0;
}
.gift-wrap.gift-hide {
bottom: -300px;
}
.fb-container {
width: 740px;
max-width: 100%;
margin: 0 auto;
}
.fb-container .item .image {
width: 210px;
height: 210px;
border-radius: 150px;
}
.fb-container .item .info {
width: calc(100% - 230px);
}
.fb-container .show-down-shadow{
display: none !important;
}
.fb-container .fb-images {
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 10px;
grid-row-gap: 10px;
}
.fb-container .fb-images > img {
max-width: 100%;
}
.benefit_cards {
text-align: center;
padding: 10px;
}
.benefit_cards img {
width: 100px;
margin-right: 30px;
}
a.click-left {
display: block;
position: absolute;
width: 50%;
height: 100%;
top: 0;
}
a.click-right {
display: block;
position: absolute;
width: 50%;
height: 100%;
top: 0;
right: 0;
}