.ova_archive_career.archive_career {
margin: 120px 0;
}
@media (max-width: 1024px) {
.ova_archive_career.archive_career {
margin: 90px 0;
}
}
.ova_archive_career .career-content {
display: grid;
grid-gap: 30px;
}
.ova_archive_career .career-content.two_column {
grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
.ova_archive_career .career-content.two_column {
grid-template-columns: auto;
}
}
.single-career .wrap-fullwidth {
background-color: #f4f2f9;
}
.career_single_container {
padding-bottom: 120px;
}
@media (max-width: 1024px) {
.career_single_container {
padding-bottom: 90px;
}
}
.career_single_container .career_banner {
margin-bottom: -120px;
}
@media (max-width: 1024px) {
.career_single_container .career_banner {
margin-bottom: -70px;
}
}
.career_single_container .career_banner img {
display: block;
width: 100%;
height: 600px;
object-fit: cover;
}
@media (max-width: 1024px) {
.career_single_container .career_banner img {
height: 480px;
}
}
@media (max-width: 767px) {
.career_single_container .career_banner img {
height: 380px;
}
}
.ova_career_single {
display: grid;
grid-template-columns: 0.7fr 0.3fr;
grid-gap: 30px; }
@media (max-width: 1024px) {
.ova_career_single {
grid-template-columns: 1fr;
}
}
.ova_career_single .heading {
margin: 0;
font-size: 22px;
line-height: 1.3;
}
.ova_career_single .heading.heading-related-career {
margin-bottom: 22px;
}
.ova_career_single .main_content {
position: relative;
background-color: #fff;
padding: 40px;
}
@media (max-width: 767px) {
.ova_career_single .main_content {
padding: 30px;
}
}
.ova_career_single .main_content .icon-heart {
position: absolute;
top: 30px;
right: 30px;
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid rgba(29, 23, 41, 0.1);
display: inline-flex;
align-items: center;
justify-content: center;
}
.ova_career_single .main_content .icon-heart i {
display: inline-flex;
color: var(--primary);
}
.ova_career_single .main_content .top-info {
position: relative;
display: flex;
align-items: flex-start;
gap: 20px;
margin-bottom: 45px;
margin-right: 45px;
padding-bottom: 45px;
border-bottom: 1px solid rgba(29, 23, 41, 0.1);
}
@media (max-width: 450px) {
.ova_career_single .main_content .top-info {
flex-direction: column;
margin-right: 0;
}
}
.ova_career_single .main_content .top-info .career-thumbnail {
display: block;
}
.ova_career_single .main_content .career-title {
margin: 0 0 8px 0;
font-size: 24px;
font-weight: 800;
}
.ova_career_single .main_content .by-and-categories {
margin-bottom: 15px;
line-height: 1.5;
}
.ova_career_single .main_content .by-and-categories .by, .ova_career_single .main_content .by-and-categories .categories {
display: inline-block;
}
.ova_career_single .main_content .by-and-categories .name {
color: var(--heading);
}
.ova_career_single .main_content .tag-wrapper .tag {
position: relative;
display: inline-block;
margin: 0 10px 10px 0;
padding: 8px 10px;
font-size: 14px;
line-height: 1;
color: var(--heading);
background-color: #f3f3f3;
}
.ova_career_single .main_content .tag-wrapper .tag.from {
color: #fff;
background-color: var(--primary);
}
.ova_career_single .main_content .tag-wrapper .tag i {
line-height: 1;
vertical-align: middle;
}
.ova_career_single .main_content .share-social-icons {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 12px;
list-style: none;
padding: 30px 0;
margin: 0;
margin-top: 30px;
}
.ova_career_single .main_content .share-social-icons li {
display: inline-block;
}
.ova_career_single .main_content .share-social-icons li a {
transition: all 0.3s ease;
display: inline-flex;
justify-content: center;
align-items: center;
background-color: #f5f5f5;
width: 46px;
height: 46px;
border-radius: 50%;
font-family: var(--secondary-font);
font-weight: 400;
font-size: 14px;
line-height: 1.2;
font-feature-settings: "pnum" on, "lnum" on, "ordn" on;
color: var(--heading);
}
.ova_career_single .main_content .share-social-icons li a:hover {
transition: all 0.3s ease;
background-color: var(--primary);
color: #fff;
}
.ova_career_single .main_content .share-social-icons li a i {
display: inline-flex;
}
.ova_career_single .main_content .share-social-icons .share {
font-size: 20px;
font-weight: bold;
color: var(--heading);
}
.ova_career_single .main_content .career_gallery {
margin: 25px 0 50px 0;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 15px;
}
@media (max-width: 767px) {
.ova_career_single .main_content .career_gallery {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 400px) {
.ova_career_single .main_content .career_gallery {
grid-template-columns: 1fr;
}
}
.ova_career_single .main_content .career_gallery .gallery-fancybox {
position: relative;
}
.ova_career_single .main_content .career_gallery .gallery-fancybox:hover .blur-bg {
transition: all 0.5s ease;
opacity: 1;
}
.ova_career_single .main_content .career_gallery .gallery-fancybox .blur-bg {
transition: all 0.5s ease;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(29, 23, 41, 0.85);
opacity: 0;
cursor: pointer;
}
.ova_career_single .main_content .career_gallery .gallery-fancybox .blur-bg .icon {
transition: all 0.5s ease;
position: absolute;
top: 50%;
left: 50%;
width: 45px;
height: 45px;
display: inline-flex;
justify-content: center;
align-items: center;
transform: translate(-50%, -50%);
border-radius: 50%;
background-color: var(--primary);
}
.ova_career_single .main_content .career_gallery .gallery-fancybox .blur-bg .icon i {
display: inline-flex;
color: #fff;
}
.ova_career_single .main_content .career_gallery .gallery-fancybox img {
display: block;
width: 100%;
height: 180px;
object-fit: cover;
}
@media (max-width: 767px) {
.ova_career_single .main_content .career_gallery .gallery-fancybox img {
height: 150px;
}
}
.ova_career_single .main_content .career_map {
position: relative;
z-index: 1;
}
.ova_career_single .main_content .career_map #ova_career_admin_show_map {
height: 400px;
margin-bottom: 55px;
}
@media (max-width: 767px) {
.ova_career_single .main_content .career_map #ova_career_admin_show_map {
height: 320px;
}
}
.ova_career_single .main_content .career-related-wrapper .item-career {
margin-bottom: 30px;
}
.ova_career_single .career_sidebar {
position: sticky;
top: 0;
background-color: #fff;
border-top: 3px solid var(--primary);
height: fit-content;
}
.ova_career_single .career_sidebar .top-sidebar {
text-align: center;
padding: 40px 45px;
border-bottom: 1px solid rgba(29, 23, 41, 0.1);
}
.ova_career_single .career_sidebar .apply {
margin-bottom: 20px;
}
.ova_career_single .career_sidebar .apply .days {
color: var(--primary);
}
.ova_career_single .career_sidebar .button-apply, .ova_career_single .career_sidebar .website {
transition: all 0.3s ease;
display: inline-block;
width: 100%;
padding: 20px 24px;
border-radius: 0;
font-size: 14px;
font-weight: bold;
line-height: 1.3;
text-align: center;
text-transform: uppercase;
background-color: var(--primary);
color: #fff;
}
.ova_career_single .career_sidebar .button-apply i, .ova_career_single .career_sidebar .website i {
display: inline-block;
margin-left: 5px;
}
.ova_career_single .career_sidebar .button-apply:hover, .ova_career_single .career_sidebar .website:hover {
transition: all 0.3s ease;
background-color: var(--heading);
}
.ova_career_single .career_sidebar .message {
transition: all 0.3s ease;
display: inline-block;
width: 100%;
margin: 15px 0 30px 0;
padding: 20px 24px;
border-radius: 0;
border: 1px solid var(--primary);
font-size: 14px;
font-weight: bold;
line-height: 1.3;
text-align: center;
text-transform: uppercase;
background-color: #fff;
color: var(--primary);
}
.ova_career_single .career_sidebar .message i {
display: inline-block;
margin-left: 5px;
}
.ova_career_single .career_sidebar .message:hover {
transition: all 0.3s ease;
color: #fff;
background-color: var(--primary);
}
.ova_career_single .career_sidebar .middle-bottom-sidebar {
padding: 40px;
}
.ova_career_single .career_sidebar .middle-bottom-sidebar .heading {
margin: 0 0 23px 0;
}
.ova_career_single .career_sidebar .listing-info-bar {
margin: 0;
padding: 0 0 20px 0;
list-style-type: none;
}
.ova_career_single .career_sidebar .listing-info-bar li {
position: relative;
margin: 0 0 15px 0;
padding-left: 30px;
font-size: 16px;
font-weight: 400;
line-height: 1.3;
color: var(--text);
}
.ova_career_single .career_sidebar .listing-info-bar li i {
position: absolute;
left: 0;
top: 0;
color: var(--primary);
}
.ova_career_single .career_sidebar .listing-info-bar li .details-content {
display: block;
margin: 5px 0 0 0;
color: var(--heading);
}
.ova_career_single .career_sidebar .social {
margin: 0;
padding: 0;
text-align: center;
list-style-type: none;
}
.ova_career_single .career_sidebar .social li {
transition: all 0.3s ease;
margin: 4px;
display: inline-flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #efeafd;
}
.ova_career_single .career_sidebar .social li:hover {
transition: all 0.3s ease;
background-color: var(--primary);
}
.ova_career_single .career_sidebar .social li:hover i {
transition: all 0.3s ease;
color: #fff;
}
.ova_career_single .career_sidebar .social li a {
display: inline-flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
.ova_career_single .career_sidebar .social li i {
transition: all 0.3s ease;
display: inline-flex;
font-size: 14px;
color: var(--primary);
}
.item-career {
position: relative;
background-color: #fff;
padding: 40px;
border: 1px solid rgba(29, 23, 41, 0.1);
}
@media (max-width: 767px) {
.item-career {
padding: 30px;
}
}
.item-career .icon-heart {
position: absolute;
top: 20px;
right: 20px;
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid rgba(29, 23, 41, 0.1);
display: inline-flex;
align-items: center;
justify-content: center;
}
.item-career .icon-heart i {
display: inline-flex;
color: var(--primary);
}
.item-career .top-info {
position: relative;
display: flex;
align-items: flex-start;
gap: 20px;
margin: 0 30px !important;
padding: 0 !important;
border: none !important;
}
@media (max-width: 450px) {
.item-career .top-info {
flex-direction: column;
margin: 0 !important;
}
}
.item-career .top-info .career-thumbnail {
display: block;
}
.item-career a:hover .career-title {
color: var(--primary);
}
.item-career .career-title {
margin: 0 0 8px 0;
font-size: 24px;
font-weight: 800;
}
.item-career .by-and-categories {
margin-bottom: 15px;
line-height: 1.5;
}
.item-career .by-and-categories .by, .item-career .by-and-categories .categories {
display: inline-block;
}
.item-career .by-and-categories .name {
color: var(--heading);
}
.item-career .tag-wrapper .tag {
position: relative;
display: inline-block;
margin: 0 10px 10px 0;
padding: 8px 10px;
font-size: 14px;
line-height: 1;
color: var(--heading);
background-color: #f3f3f3;
}
.item-career .tag-wrapper .tag.from {
color: #fff;
background-color: var(--primary);
}
.item-career .tag-wrapper .tag i {
line-height: 1;
vertical-align: middle;
}
.ova-category-career-slider .slide-category-career .item-category-career {
position: relative;
z-index: 1;
padding: 40px 30px;
background-color: #f4f2f9;
}
.ova-category-career-slider .slide-category-career .item-category-career:after {
transition: all 0.5s ease;
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
height: 100%;
background-color: var(--primary);
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: bottom;
transform-origin: bottom;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.ova-category-career-slider .slide-category-career .item-category-career:hover:after {
transition: all 0.5s ease;
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
.ova-category-career-slider .slide-category-career .item-category-career:hover .mask {
transition: all 0.5s ease;
opacity: 0.1;
}
.ova-category-career-slider .slide-category-career .item-category-career:hover .icon {
transition: all 0.5s ease;
background-color: #fff;
}
.ova-category-career-slider .slide-category-career .item-category-career:hover .icon i {
transition: all 0.5s ease;
color: var(--primary);
}
.ova-category-career-slider .slide-category-career .item-category-career:hover .title, .ova-category-career-slider .slide-category-career .item-category-career:hover .description {
transition: all 0.5s ease;
color: #fff;
}
.ova-category-career-slider .slide-category-career .item-category-career .mask {
transition: all 0.5s ease;
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
background-position: top right;
background-size: auto;
background-repeat: no-repeat;
z-index: 1;
}
.ova-category-career-slider .slide-category-career .item-category-career .icon {
transition: all 0.5s ease;
display: inline-flex;
justify-content: center;
align-items: center;
width: 60px;
height: 60px;
background-color: var(--primary);
border-radius: 50%;
margin-bottom: 35px;
position: relative;
z-index: 1;
}
.ova-category-career-slider .slide-category-career .item-category-career .icon i {
transition: all 0.5s ease;
display: inline-flex;
font-size: 22px;
color: #fff;
}
.ova-category-career-slider .slide-category-career .item-category-career .title {
transition: all 0.5s ease;
margin: 0 0 22px 0;
font-size: 22px;
line-height: 1.2;
position: relative;
z-index: 2;
}
.ova-category-career-slider .slide-category-career .item-category-career .description {
transition: all 0.5s ease;
margin: 0;
font-size: 16px;
line-height: 1.6;
position: relative;
z-index: 2;
}
.ova-category-career-slider .slide-category-career .owl-dots {
position: relative;
z-index: 1;
text-align: center;
width: fit-content;
margin-top: 55px;
margin-left: auto;
margin-right: auto;
}
.ova-category-career-slider .slide-category-career .owl-dots .owl-dot {
outline: none;
}
.ova-category-career-slider .slide-category-career .owl-dots .owl-dot span {
width: 16px;
height: 4px;
margin: 5px;
background: #b3b0ba;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 0.2s ease;
}
.ova-category-career-slider .slide-category-career .owl-dots .owl-dot.active span {
background: var(--primary);
}
.ova-category-career-slider .slide-category-career .owl-nav {
position: absolute;
bottom: -4px;
left: 50%;
transform: translateX(-50%);
}
.ova-category-career-slider .slide-category-career .owl-nav button {
transition: all 0.5s ease;
display: inline-flex;
justify-content: center;
align-items: center;
width: 45px;
height: 45px;
border-radius: 50%;
margin: 0 30px;
}
.ova-category-career-slider .slide-category-career .owl-nav button i {
transition: all 0.5s ease;
display: inline-flex;
font-size: 12px;
color: var(--text);
}
.ova-category-career-slider .slide-category-career .owl-nav button:hover {
transition: all 0.5s ease;
}
.ova-category-career-slider .slide-category-career .owl-nav button:hover i {
transition: all 0.5s ease;
color: var(--primary);
}.single_collection {
margin: 0 auto 110px auto;
max-width: 1100px;
}
@media (max-width: 767px) {
.single_collection {
margin: 0 auto 70px auto;
}
}
.single_collection .collection_intro {
padding-bottom: 60px;
border-bottom: 1px solid #eeeeee;
text-align: center;
}
.single_collection .collection_intro .image img {
width: auto;
height: 615px;
object-fit: cover;
}
@media (max-width: 767px) {
.single_collection .collection_intro .image img {
height: auto;
}
}
.single_collection .collection_intro ul.buttons {
list-style-type: none;
margin: 25px 0 0 0;
padding: 0;
display: flex;
justify-content: center;
gap: 5px;
}
.single_collection .collection_intro ul.buttons > li a {
display: inline-flex;
justify-content: center;
align-items: center;
width: 46px;
height: 46px;
color: var(--heading);
background-color: #f5f5f5;
}
.single_collection .collection_intro ul.buttons > li a:hover {
color: #fff;
background-color: var(--primary);
}
.single_collection .collection_intro ul.buttons > li a:hover i {
color: #fff;
}
.single_collection .collection_intro ul.buttons > li i {
display: inline-flex;
line-height: 1;
}
.single_collection .collection_intro ul.buttons .share {
position: relative;
}
.single_collection .collection_intro ul.buttons .share ul {
transition: 0.4s all ease;
list-style-type: none;
margin: 0;
padding: 0;
display: block;
position: absolute;
bottom: 46px;
left: 0;
opacity: 0;
visibility: hidden;
}
.single_collection .collection_intro ul.buttons .share ul li {
transition: 0.3s all ease;
background-color: #fff;
}
.single_collection .collection_intro ul.buttons .share ul li:hover {
background: #e8e8e8;
transition: 0.3s all ease;
}
.single_collection .collection_intro ul.buttons .share ul li.share {
display: none;
}
.single_collection .collection_intro ul.buttons .share ul li a {
padding: 5px 20px;
color: var(--text);
}
.single_collection .collection_intro ul.buttons .share:hover ul {
transition: 0.4s all ease;
opacity: 1;
visibility: visible;
}
.single_collection .collection_content .collection_top {
padding-bottom: 20px;
}
.single_collection .collection_content .collection_top .title_top {
font-size: 30px;
margin-bottom: 8px;
}
.single_collection .collection_content .collection_top .desc {
padding-bottom: 35px;
}
.single_collection .collection_content .collection_top .desc .artist a {
color: var(--text);
}
.single_collection .collection_content .collection_top .desc .artist a:hover {
color: var(--primary);
}
.single_collection .collection_content .collection_top .desc span.space {
color: var(--text);
margin-left: -3px;
}
.single_collection .collection_content .collection_top .desc .year_number, .single_collection .collection_content .collection_top .desc .location {
color: var(--text);
}
.single_collection .collection_content .collection_top .content {
font-size: 17px;
border-top: solid 1px #e8e8e8;
padding-top: 25px;
}
.single_collection .collection_content .collection_mid {
padding-bottom: 30px;
}
.single_collection .collection_content .collection_mid ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.single_collection .collection_content .collection_mid ul li {
display: flex;
border-bottom: solid 1px #e8e8e8;
padding: 12px 6px;
}
.single_collection .collection_content .collection_mid ul li:last-child {
border: 0;
}
.single_collection .collection_content .collection_mid ul li .title_mid {
width: 33%;
font-size: 16px;
font-weight: bold;
color: var(--heading);
}
.single_collection .collection_content .collection_mid ul li .value_mid {
color: var(--text);
width: 67%;
}
.single_collection .collection_content .collection_mid ul li .value_mid span {
margin-left: -3px;
}
.single_collection .collection_content .collection_mid ul li .value_mid span:last-child {
display: none;
}
@media (max-width: 525px) {
.single_collection .collection_content .collection_mid ul li .title_mid {
width: 40%;
}
.single_collection .collection_content .collection_mid ul li .value_mid {
width: 60%;
}
}
.single_collection .collection_content .collection_bottom {
padding-bottom: 30px;
}
.single_collection .collection_content .collection_bottom .card {
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #e8e8e8;
}
.single_collection .collection_content .collection_bottom .card:last-child {
border-width: 1px 1px 1px 1px;
}
.single_collection .collection_content .collection_bottom .card button {
position: relative;
border-width: 0 0 1px 0;
border-style: solid;
border-color: #e8e8e8;
width: 100%;
padding: 20px;
background: #fff;
font-size: 16px;
font-weight: bold;
color: var(--heading);
text-align: left;
}
.single_collection .collection_content .collection_bottom .card button.collapsed i {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
transform: rotate(-180deg);
color: #999999;
}
.single_collection .collection_content .collection_bottom .card button i {
transition: 0.5s all ease;
position: absolute;
right: 20px;
margin-top: 2px;
}
.single_collection .collection_content .collection_bottom .card button:hover {
cursor: pointer;
background-color: #e8e8e8;
}
.single_collection .collection_content .collection_bottom .card .collapse {
display: none;
}
.single_collection .collection_content .collection_bottom .card .collapse.show {
display: block;
}
.single_collection .collection_content .collection_bottom .card .content {
padding: 35px 20px;
}
.single_collection .collection_content .collection_bottom .card .content p:last-child {
margin-bottom: 0;
}
@media (max-width: 1190px) {
.single_collection .collection_content {
padding-left: 0;
padding-right: 0;
}
} .ova-collections-slide .content_archive_coll .items_archive_coll {
width: auto;
}
.ova-collections-slide .content_archive_coll .items_archive_coll .desc {
margin-bottom: 0;
}
.ova-collections-slide .content_archive_coll .owl-dots {
text-align: center;
margin-top: 50px;
}
.ova-collections-slide .content_archive_coll .owl-dots .owl-dot {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
margin: 0 2px;
width: 21px;
padding: 0;
background: transparent;
border-color: transparent;
height: 21px;
}
.ova-collections-slide .content_archive_coll .owl-dots .owl-dot span {
width: 5px;
height: 5px;
background: var(--heading);
display: block;
border-radius: inherit;
-webkit-backface-visibility: visible;
transition: opacity 0.2s ease;
}
.ova-collections-slide .content_archive_coll .owl-dots .owl-dot.active {
border: 1px solid var(--primary);
}
.ova-collections-slide .content_archive_coll .owl-dots .owl-dot.active span {
opacity: 1;
background: var(--primary);
} .archive_collection .search_archive_coll {
margin-bottom: 60px;
margin-top: 60px;
}
@media (max-width: 1024px) {
.archive_collection .search_archive_coll {
padding-left: 10px;
padding-right: 10px;
}
}
.archive_collection .search_archive_coll #search_collection {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 24px;
}
@media (max-width: 767px) {
.archive_collection .search_archive_coll #search_collection {
max-width: 100%;
width: 100%;
display: block;
text-align: center;
}
}
@media (max-width: 767px) {
.archive_collection .search_archive_coll #search_collection .coll_artist, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search {
max-width: 100%;
width: 100%;
margin-bottom: 20px;
}
}
.archive_collection .search_archive_coll #search_collection .coll_artist .select2-container--default, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search .select2-container--default, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search .select2-container--default {
height: 100%;
}
.archive_collection .search_archive_coll #search_collection .coll_artist .select2-container--default .select2-selection--single, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search .select2-container--default .select2-selection--single, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search .select2-container--default .select2-selection--single {
display: flex;
border-color: #e8e8e8;
padding-left: 20px;
padding-right: 40px;
height: 50px;
border-radius: 0;
}
@media (max-width: 767px) {
.archive_collection .search_archive_coll #search_collection .coll_artist .select2-container--default .select2-selection--single, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search .select2-container--default .select2-selection--single, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search .select2-container--default .select2-selection--single {
border-right: 1px solid #e8e8e8;
justify-content: center;
}
}
.archive_collection .search_archive_coll #search_collection .coll_artist .select2-container--default .select2-selection--single:focus, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search .select2-container--default .select2-selection--single:focus, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search .select2-container--default .select2-selection--single:focus {
outline: none;
}
.archive_collection .search_archive_coll #search_collection .coll_artist .select2-container--default .select2-selection--single .select2-selection__rendered, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search .select2-container--default .select2-selection--single .select2-selection__rendered, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search .select2-container--default .select2-selection--single .select2-selection__rendered {
text-align: center;
min-width: 180px;
line-height: 50px;
font-size: 17px;
padding: 0;
}
.archive_collection .search_archive_coll #search_collection .coll_artist .select2-container--default .select2-selection--single .select2-selection__rendered:focus, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search .select2-container--default .select2-selection--single .select2-selection__rendered:focus, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
outline: none;
}
.archive_collection .search_archive_coll #search_collection .coll_artist .select2-container--default .select2-selection--single .select2-selection__arrow, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search .select2-container--default .select2-selection--single .select2-selection__arrow, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 50px;
top: -1px;
position: relative;
}
.archive_collection .search_archive_coll #search_collection .coll_artist .select2-container--default .select2-selection--single .select2-selection__arrow b, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search .select2-container--default .select2-selection--single .select2-selection__arrow b, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search .select2-container--default .select2-selection--single .select2-selection__arrow b {
position: relative;
top: 50%;
margin: 0;
padding: 0;
border: none;
width: 10px;
height: 10px;
left: 100%;
right: 0;
}
.archive_collection .search_archive_coll #search_collection .coll_artist .select2-container--default .select2-selection--single .select2-selection__arrow b:after, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search .select2-container--default .select2-selection--single .select2-selection__arrow b:after, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
position: absolute;
right: 0;
font-family: "ElegantIcons";
font-size: 18px;
line-height: 1;
font-weight: normal;
color: #25282e;
transform: translateY(-50%);
content: "3";
margin-top: -1px;
}
@-moz-document url-prefix() {
.archive_collection .search_archive_coll #search_collection .coll_artist .select2-container--default .select2-selection--single .select2-selection__arrow b:after, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search .select2-container--default .select2-selection--single .select2-selection__arrow b:after, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
margin-top: 5px;
}
}
.archive_collection .search_archive_coll #search_collection .ovacoll_submit {
cursor: pointer;
transition: all 0.3s;
}
.archive_collection .heading_archive_coll {
text-align: center;
}
.archive_collection .heading_archive_coll .title_collection {
font-size: 50px;
margin-bottom: 15px;
margin-top: 70px;
}
.archive_collection .heading_archive_coll .desc_collection {
font-size: 22px;
font-weight: 400;
}
.archive_collection .blog_pagination {
margin-bottom: 60px;
}
.archive_collection .blog_pagination .pagination {
justify-content: center;
}
.archive_collection .blog_pagination .pagination li a {
font-size: 16px;
line-height: 1.3;
color: #25282e;
width: 40px;
height: 40px;
padding: 0;
border: 1px solid #e5e5e5;
display: flex;
align-items: center;
}
.archive_collection .blog_pagination .pagination li.next a {
border-right: 1px solid #e5e5e5;
}
.archive_collection .blog_pagination .pagination li.active a {
border: 1px solid #25282e;
background-color: #25282e;
color: #fff;
} .content_archive_coll .items_archive_coll {
width: calc(25% - 25px);
}
@media (max-width: 1260px) {
.content_archive_coll .items_archive_coll {
width: calc(33% - 20px);
}
}
@media (max-width: 1024px) {
.content_archive_coll .items_archive_coll {
width: calc(50% - 15px);
}
}
@media (max-width: 600px) {
.content_archive_coll .items_archive_coll {
width: 100%;
}
}
.content_archive_coll .items_archive_coll .img {
position: relative;
margin-bottom: 20px;
}
.content_archive_coll .items_archive_coll .img a {
width: 100%;
height: 100%;
display: block;
position: relative;
transition: 0.3s all linear;
}
.content_archive_coll .items_archive_coll .img a img {
transition: 0.3s all linear;
}
.content_archive_coll .items_archive_coll .img a:hover img {
opacity: 0.9;
transition: 0.3s all linear;
}
.content_archive_coll .items_archive_coll .img .year {
position: absolute;
right: 20px;
bottom: -10px;
font-size: 22px;
font-weight: 700;
color: #fff;
padding: 6px 18px;
background-color: var(--primary);
border-radius: 5px;
z-index: 1;
}
.content_archive_coll .items_archive_coll .desc {
margin-bottom: 50px;
box-shadow: none;
}
.content_archive_coll .items_archive_coll .desc .categories span {
font-size: 14px;
font-weight: 800;
letter-spacing: 0.2px;
text-transform: uppercase;
}
.content_archive_coll .items_archive_coll .desc .title {
margin: 0 0 15px 0;
padding: 8px 0 0 0;
font-size: 24px;
}
.content_archive_coll .items_archive_coll .desc .title a {
color: var(--heading);
transition: 0.3s all linear;
}
.content_archive_coll .items_archive_coll .desc .title a:hover {
color: var(--primary);
transition: 0.3s all linear;
}
.content_archive_coll .items_archive_coll .desc .artists {
display: inline-flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 8px;
font-size: 15px;
font-weight: 600;
}
.content_archive_coll .items_archive_coll .desc .artists img {
width: 30px;
height: 30px;
min-width: 30px;
border-radius: 50%;
object-fit: cover;
}
.content_archive_coll .items_archive_coll .desc .artists a {
line-height: 1.3;
color: var(--text);
transition: 0.3s all linear;
}
.content_archive_coll .items_archive_coll .desc .artists a:hover {
color: var(--primary);
transition: 0.3s all linear;
}
.content_archive_coll.type2 .wrapper-content {
position: relative;
}
.content_archive_coll.type2 .wrapper-content .desc {
-webkit-transition: all 0.6s;
transition: all 0.6s;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: calc( 100% - 30px);
height: calc(100% - 30px);
background: #fff;
opacity: 0;
visibility: hidden;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 0 15px;
text-align: center;
}
@media (max-width: 1024px) {
.content_archive_coll.type2 .wrapper-content .desc {
position: static;
opacity: 1;
visibility: visible;
text-align: left;
margin-bottom: 55px;
padding: 15px;
}
}
.content_archive_coll.type2 .wrapper-content .desc .title {
font-size: 20px;
width: 100%;
margin-bottom: 5px;
}
.content_archive_coll.type2 .wrapper-content .desc .title a {
color: var(--heading);
transition: 0.3s all linear;
}
.content_archive_coll.type2 .wrapper-content .desc .title a:hover {
color: var(--primary);
transition: 0.3s all linear;
}
.content_archive_coll.type2 .wrapper-content .desc .artists {
margin-top: 12px;
width: 100%;
}
.content_archive_coll.type2 .wrapper-content .desc .artists a {
font-size: 17px;
color: var(--text);
text-transform: capitalize;
}
.content_archive_coll.type2 .wrapper-content:hover .desc {
visibility: visible;
opacity: 1;
}
.wrap_archive_masonry.archive_collection_page {
margin-bottom: 60px;
}
@media (max-width: 1024px) {
.wrap_archive_masonry.archive_collection_page {
margin-bottom: 30px;
}
}
.wrap_archive_masonry .archive_collection .content_archive_coll.type1 .items_archive_coll, .wrap_archive_masonry .archive_collection .content_archive_coll.type2 .items_archive_coll {
width: calc(33% - 20px);
}
@media (max-width: 1024px) {
.wrap_archive_masonry .archive_collection .content_archive_coll.type1 .items_archive_coll, .wrap_archive_masonry .archive_collection .content_archive_coll.type2 .items_archive_coll {
width: calc(50% - 15px);
}
}
@media (max-width: 600px) {
.wrap_archive_masonry .archive_collection .content_archive_coll.type1 .items_archive_coll, .wrap_archive_masonry .archive_collection .content_archive_coll.type2 .items_archive_coll {
width: 100%;
}
}
.rtl .archive_collection .content_archive_coll.type1 .items_archive_coll .img .year, .rtl .archive_collection .content_archive_coll.type2 .items_archive_coll .img .year {
right: unset;
left: 20px;
}
.archive.post-type-archive-collection .select2-container--open .select2-dropdown--below {
border: 1px solid #e8e8e8;
}
.search_not_found {
margin-bottom: 80px;
text-align: center;
margin-left: 20px;
} .single_artist {
margin: 0 auto 110px auto;
}
@media (max-width: 767px) {
.single_artist {
margin: 0 auto 70px auto;
}
}
.single_artist .intro {
display: flex;
gap: 35px;
padding-bottom: 60px;
border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
.single_artist .intro {
flex-direction: column;
}
}
.single_artist .intro .image {
width: 50%;
}
@media (max-width: 767px) {
.single_artist .intro .image {
width: 100%;
margin: 0 auto;
}
}
.single_artist .intro .image img {
width: 100%;
object-fit: cover;
max-height: 500px;
}
.single_artist .intro .desc {
width: 50%;
}
@media (max-width: 767px) {
.single_artist .intro .desc {
width: 100%;
}
}
.single_artist .intro .desc .name {
margin: 0 0 25px 0;
font-size: 45px;
}
@media (max-width: 767px) {
.single_artist .intro .desc .name {
font-size: 33px;
}
}
.single_artist .intro .desc .skill {
margin-bottom: 12px;
font-size: 18px;
font-weight: 500;
}
.single_artist .intro .desc .contact {
display: block;
font-weight: 500;
line-height: 1.5;
}
.single_artist .intro .desc .contact:hover {
text-decoration: underline;
}
.single_artist .intro .desc .content {
margin-top: 33px;
}
.single_artist .work .related-title {
margin: 60px 0 33px 0;
font-size: 33px;
}
.single_artist .work .content_archive_coll {
display: flex;
flex-wrap: wrap;
gap: 30px;
} .item-artist {
width: calc(33% - 20px);
}
@media (max-width: 767px) {
.item-artist {
width: 100%;
}
}
.item-artist .wrap_item {
text-align: center;
}
.item-artist .name {
transition: 0.3s all linear;
margin-top: 15px;
display: block;
font-size: 22px;
font-weight: 800;
color: var(--heading);
}
.item-artist .name:hover {
transition: 0.3s all linear;
color: var(--primary);
}
.item-artist .contact {
margin-top: 10px;
}
.item-artist .contact a {
display: block;
font-weight: 500;
line-height: 1.5;
}
.item-artist .contact a:hover {
text-decoration: underline;
} .archive_artist {
margin: 0 auto 110px auto;
max-width: var(--container-width);
}
@media (max-width: 1024px) {
.archive_artist {
margin: 0 auto 70px auto;
}
}
.archive_artist .heading_archive_artist {
text-align: center;
margin-bottom: 65px;
}
.archive_artist .heading_archive_artist .heading_artist {
margin: 0 0 12px 0;
font-size: 45px;
}
.archive_artist .heading_archive_artist .desc_artist {
font-size: 20px;
}
.archive_artist .content {
display: flex;
flex-wrap: wrap;
gap: 30px;
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.ova_dep_slide .owl-stage-outer {
padding: 5px 0;
}
.ova_dep_slide .dep_slide_content {
transition: all 0.3s ease;
position: relative;
background-color: #fff;
border: 1px solid rgba(5, 26, 83, 0.1);
padding: 40px 35px;
overflow: hidden;
}
.ova_dep_slide .dep_slide_content:hover {
transition: all 0.3s ease;
border: 1px solid #fff;
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.ova_dep_slide .dep_slide_content:hover .mask {
transition: all 0.5s ease;
top: 0;
opacity: 1;
}
.ova_dep_slide .dep_slide_content:hover .icon {
transition: all 0.3s ease;
background-color: var(--primary);
}
.ova_dep_slide .dep_slide_content:hover .icon i {
transition: all 0.3s ease;
color: #fff;
}
.ova_dep_slide .dep_slide_content .mask {
transition: all 0.5s ease;
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: -30px;
opacity: 0;
background-position: top right;
background-size: auto;
background-repeat: no-repeat;
}
.ova_dep_slide .dep_slide_content .icon {
transition: all 0.3s ease;
position: relative;
z-index: 1;
margin: 0 0 30px 0;
display: flex;
align-items: center;
justify-content: center;
width: 58px;
height: 58px;
border-radius: 50%;
background-color: #fff;
border: 1px solid var(--primary);
}
.ova_dep_slide .dep_slide_content .icon i {
transition: all 0.3s ease;
display: inline-flex;
font-size: 26px;
color: var(--primary);
}
.ova_dep_slide .dep_slide_content .title-wrapper {
position: relative;
z-index: 1;
display: flex;
align-items: center;
gap: 8px;
}
.ova_dep_slide .dep_slide_content .number {
font-size: 20px;
font-weight: 800;
color: var(--primary);
}
.ova_dep_slide .dep_slide_content .title {
transition: all 0.3s ease;
margin: 0;
font-size: 20px;
line-height: 1.3;
}
.ova_dep_slide .dep_slide_content .title a {
color: var(--heading);
}
.ova_dep_slide .dep_slide_content .title a:hover {
color: var(--primary);
}
.ova_dep_slide .dep_slide_content .description {
position: relative;
z-index: 1;
margin: 28px 0 0 0;
padding: 28px 0 0 0;
border-top: 1px solid rgba(5, 26, 83, 0.1);
}
.ova_dep_slide .dep_slide_content .readmore {
position: relative;
z-index: 1;
margin: 28px 0 0 0;
display: inline-flex;
align-items: center;
column-gap: 6px;
font-weight: 700;
color: var(--text);
}
.ova_dep_slide .dep_slide_content .readmore .text-button {
text-decoration: underline;
}
.ova_dep_slide .dep_slide_content .readmore i {
display: inline-flex;
}
.ova_dep_slide .dep_slide_content .readmore:hover {
color: var(--primary);
}
.ova_dep_slide .owl-dots {
text-align: center;
margin-top: 30px;
}
.ova_dep_slide .owl-dots .owl-dot {
outline: none;
}
.ova_dep_slide .owl-dots .owl-dot span {
transition: opacity 0.2s ease;
display: block;
width: 6px;
height: 6px;
margin: 5px;
background: var(--heading);
border-radius: 50%;
opacity: 0.6;
-webkit-backface-visibility: visible;
}
.ova_dep_slide .owl-dots .owl-dot.active span {
width: 12px;
border-radius: 5px;
opacity: 1;
}
.ova_dep_single {
display: flex;
column-gap: 30px;
row-gap: 50px;
margin: 100px 0;
}
@media (max-width: 1024px) {
.ova_dep_single {
flex-direction: column;
margin: 70px 0;
}
}
.ova_dep_single .ova-dep-sidebar {
flex: 0 0 370px;
position: sticky;
top: 150px;
left: 0;
height: 100%;
margin-bottom: 50px;
}
@media (max-width: 1024px) {
.ova_dep_single .ova-dep-sidebar {
margin-bottom: 0;
}
}
.ova_dep_single .ova_dep_content .share-social-icons {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 12px;
list-style: none;
padding: 30px 0;
margin: 0;
}
.ova_dep_single .ova_dep_content .share-social-icons li {
display: inline-block;
}
.ova_dep_single .ova_dep_content .share-social-icons li.share {
font-size: 20px;
font-weight: bold;
color: var(--heading);
}
.ova_dep_single .ova_dep_content .share-social-icons li a {
transition: all 0.3s ease;
display: inline-flex;
justify-content: center;
align-items: center;
background-color: #f5f5f5;
width: 46px;
height: 46px;
border-radius: 50%;
font-family: var(--secondary-font);
font-weight: 400;
font-size: 14px;
line-height: 1.2;
font-feature-settings: "pnum" on, "lnum" on, "ordn" on;
color: var(--heading);
}
.ova_dep_single .ova_dep_content .share-social-icons li a:hover {
transition: all 0.3s ease;
background-color: var(--primary);
color: #fff;
}
.ova_dep_single .ova_dep_content .share-social-icons li a i {
display: inline-flex;
}
.ova_archive_dep.archive_dep {
margin: 100px 0;
}
@media (max-width: 1024px) {
.ova_archive_dep.archive_dep {
margin: 70px 0;
}
}
.ova_archive_dep .category-description {
font-size: 16px;
text-align: center;
}
.ova_archive_dep .content {
display: grid;
grid-gap: 30px;
}
.ova_archive_dep .content.two_column {
grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
.ova_archive_dep .content.two_column {
grid-template-columns: auto;
}
}
.ova_archive_dep .content.three_column {
grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
.ova_archive_dep .content.three_column {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 600px) {
.ova_archive_dep .content.three_column {
grid-template-columns: auto;
}
}
.ova_archive_dep .content.four_column {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
.ova_archive_dep .content.four_column {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media (max-width: 1024px) {
.ova_archive_dep .content.four_column {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 600px) {
.ova_archive_dep .content.four_column {
grid-template-columns: auto;
}
}
.ova_archive_dep .content.template1 .ova-item-department {
box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.ova_archive_dep .content.template1 .ova-media {
border-bottom: 5px solid var(--primary);
}
.ova_archive_dep .content.template1 .ova-content {
text-align: center;
padding: 0 20px 25px 20px;
background-color: #fff;
}
.ova_archive_dep .content.template1 .ova-content .icon {
top: -29px;
}
.ova_archive_dep .content.template1 .ova-content .icon i {
font-size: 22px;
}
.ova_archive_dep .content.template1 .ova-content .title {
margin: 10px 0;
}
@media (max-width: 1024px) {
.ova_archive_dep .content.template2 {
grid-template-columns: 1fr;
}
}
.ova_archive_dep .content.template2 .ova-item-department {
display: flex;
align-items: center;
justify-content: center;
flex-direction: row-reverse;
gap: 30px;
}
@media (max-width: 600px) {
.ova_archive_dep .content.template2 .ova-item-department {
flex-direction: column;
}
}
.ova_archive_dep .content.template2 .ova-item-department:hover .readmore {
transition: all 0.3s ease;
opacity: 1;
visibility: visible;
right: 0;
}
.ova_archive_dep .content.template2 .ova-media {
min-width: 45%;
}
.ova_archive_dep .content.template2 .ova-content .icon {
width: 42px;
height: 42px;
}
.ova_archive_dep .content.template2 .ova-content .description {
max-width: 320px;
}
@media (max-width: 600px) {
.ova_archive_dep .content.template2 .ova-content {
text-align: center;
}
}
.ova_archive_dep .content .ova-item-department {
position: relative;
overflow: hidden;
}
.ova_archive_dep .content .ova-media {
position: relative;
}
.ova_archive_dep .content .ova-media img {
display: block;
width: 100%;
height: 190px;
object-fit: cover;
}
.ova_archive_dep .content .readmore {
transition: all 0.3s ease;
position: absolute;
width: 100%;
height: 100%;
right: -10px;
top: 0;
z-index: 1;
display: inline-flex;
align-items: center;
justify-content: center;
column-gap: 6px;
font-weight: 700;
color: #fff;
opacity: 0;
visibility: hidden;
background-color: rgba(216, 34, 33, 0.8);
}
.ova_archive_dep .content .readmore .text-button {
text-decoration: underline;
}
.ova_archive_dep .content .readmore i {
display: inline-flex;
}
.ova_archive_dep .content .readmore:hover {
color: var(--heading);
}
.ova_archive_dep .content .ova-content .icon {
transition: 0.3s ease;
position: relative;
width: 58px;
height: 58px;
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: 50%;
background-color: var(--primary);
}
.ova_archive_dep .content .ova-content .icon i {
display: inline-flex;
font-size: 16px;
line-height: 1;
color: #fff;
}
.ova_archive_dep .content .ova-content .title {
margin: 20px 0 10px 0;
font-size: 18px;
line-height: 1.3;
}
.ova_archive_dep .content .ova-content .title a {
color: var(--heading);
}
.ova_archive_dep .content .ova-content .title a:hover {
color: var(--primary);
}
.ova_archive_dep .content .ova-content .description {
margin: 0;
}
.ova_archive_dep .blog_pagination {
margin: 0px 0 70px 0;
width: 100%;
}
.search_archive_department {
padding-bottom: 50px;
margin-bottom: 50px;
border-bottom: 1px solid #f1f1f1;
}
.search_archive_department form {
display: flex;
justify-content: space-evenly;
align-items: flex-end;
gap: 0px;
}
@media (max-width: 768px) {
.search_archive_department form {
flex-direction: column;
justify-content: center;
align-items: center;
gap: 15px;
}
}
.search_archive_department form input {
display: inline-block;
height: 50px;
}
.search_archive_department form .ovadep_cat_search {
position: relative;
width: 33%;
}
@media (max-width: 768px) {
.search_archive_department form .ovadep_cat_search {
width: 310px;
}
}
.search_archive_department form .ovadep_cat_search .ovadep_cat {
background-image: none;
border: 1px solid #e2e2e2;
border-radius: 5px;
}
.search_archive_department form .ovadep_cat_search i {
font-size: 22px;
color: var(--primary);
position: absolute;
top: 13px;
right: 15px;
}
.search_archive_department form .ova-label-search {
display: inline-block;
font-size: 16px;
line-height: 1.3;
font-weight: 700;
color: var(--heading);
margin-bottom: 8px;
}
.search_archive_department form .select2-selection {
width: 100%;
outline: none;
height: 100%;
padding: 5px 15px;
border: 1px solid #e2e2e2;
border-radius: 5px;
}
.search_archive_department form .select2-selection.select2-selection--single .select2-selection__rendered {
font-size: 16px;
color: var(--text);
line-height: 40px;
padding: 0;
opacity: 1;
}
.search_archive_department form .select2-selection .select2-selection__arrow {
height: 100%;
top: 0;
display: none;
}
.search_archive_department form .dep-name {
width: 33%;
position: relative;
}
@media (max-width: 767px) {
.search_archive_department form .dep-name {
width: 310px;
}
}
.search_archive_department form .dep-name input {
border: 1px solid #e2e2e2;
border-radius: 5px;
width: 100%;
font-size: 16px;
line-height: 50px;
}
.search_archive_department form .dep-name input::placeholder {
font-size: 16px;
line-height: 50px;
opacity: 1;
}
.search_archive_department form .dep-name i {
font-size: 16px;
color: var(--primary);
position: absolute;
bottom: 16px;
right: 15px;
}
.search_archive_department form .wrap-ovadep_submit {
width: 20%;
}
@media (max-width: 767px) {
.search_archive_department form .wrap-ovadep_submit {
margin-top: 20px;
width: 310px;
}
}
.search_archive_department form .wrap-ovadep_submit .ovadep_submit {
transition: 0.3s all linear;
width: 100%;
border-radius: 5px;
font-size: 16px;
line-height: 1;
font-weight: 700;
text-decoration: none;
cursor: pointer;
}
.search_archive_department form .wrap-ovadep_submit .ovadep_submit:hover {
background-color: var(--heading);
color: #fff;
border: none;
transition: 0.3s all linear;
}
.ova_list_dep {
display: grid;
grid-gap: 30px;
}
.ova_list_dep.three_column {
grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
.ova_list_dep.three_column {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 767px) {
.ova_list_dep.three_column {
grid-template-columns: auto;
}
}
.ova_list_dep.four_column {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
.ova_list_dep.four_column {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media (max-width: 767px) {
.ova_list_dep.four_column {
grid-template-columns: auto;
}
}
.ova_list_dep.five_column {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
.ova_list_dep.five_column {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media (max-width: 767px) {
.ova_list_dep.five_column {
grid-template-columns: auto;
}
}
.ova_list_dep.six_column {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 1300px) {
.ova_list_dep.six_column {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media (max-width: 767px) {
.ova_list_dep.six_column {
grid-template-columns: auto;
}
}
.ova_list_dep.template2 {
padding: 45px 30px;
grid-row-gap: 40px;
background-color: #fff;
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.ova_list_dep.template2 .items {
padding: 0 30px;
text-align: center;
box-shadow: none;
border-right: 1px solid #d2d5df;
}
.ova_list_dep.template2 .items:last-child {
border: none !important;
}
@media (max-width: 1024px) {
.ova_list_dep.template2 .items {
border: none !important;
}
}
.ova_list_dep.template2 .items:hover .icon {
background-color: var(--primary);
}
.ova_list_dep.template2 .items:hover .icon i {
color: #fff;
}
.ova_list_dep.template2 .items .icon {
width: 80px;
height: 80px;
background-color: #f3f4f7;
}
.ova_list_dep.template3 {
justify-items: center;
}
.ova_list_dep.template3 .items {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 210px;
height: 210px;
padding: 21px;
border-radius: 50%;
text-align: center;
overflow: hidden;
}
.ova_list_dep.template3 .items .icon i {
font-size: 58px;
}
.ova_list_dep.template3 .items .title {
margin: 16px 0;
}
.ova_list_dep.template3 .divider {
display: inline-block;
height: 2px;
width: 36px;
background-color: var(--primary);
}
.ova_list_dep.template4 .items {
display: flex;
align-items: flex-start;
gap: 15px;
background-color: transparent;
padding: 30px 0;
border-bottom: 2px solid rgba(255, 255, 255, 0.1);
box-shadow: none;
}
.ova_list_dep.template4 .items:hover {
border-bottom: 2px solid white;
}
.ova_list_dep.template4 .items:hover img.follow-img {
transition: all 0.5s ease;
top: 70%;
opacity: 1;
visibility: visible;
z-index: 1;
}
.ova_list_dep.template4 .items:hover .arrow-button {
transition: all 0.3s ease;
background-color: var(--primary);
color: #fff;
}
.ova_list_dep.template4 .items .icon i {
font-size: 28px;
}
.ova_list_dep.template4 .items .title {
margin: 0 0 6px 0;
font-size: 20px;
}
.ova_list_dep.template4 .items .title a {
color: var(--primary);
}
.ova_list_dep.template4 .items .description {
color: #7580a0;
}
.ova_list_dep.template4 .items .arrow-button {
transition: all 0.3s ease;
margin-left: auto;
min-width: 40px;
width: 40px;
height: 40px;
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.5);
}
.ova_list_dep.template4 .items .arrow-button i {
display: inline-flex;
font-size: 14px;
}
.ova_list_dep.template5 .items {
padding: 24px;
text-align: center;
}
.ova_list_dep.template5 .items .number {
top: 10px;
left: 10px;
right: unset;
font-size: 18px;
font-weight: bold;
color: var(--primary);
background: #fbe8e8;
}
.ova_list_dep.template5 .items .icon i {
font-size: 55px;
}
.ova_list_dep.template5 .items .title {
font-size: 20px;
}
.ova_list_dep .items {
transition: all 0.3s ease;
position: relative;
padding: 40px 30px;
background-color: #fff;
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
}
.ova_list_dep .items img.follow-img {
transition: all 0.5s ease;
position: absolute;
max-width: 100%;
width: 220px;
height: 170px;
object-fit: cover;
top: 50%;
left: 50%;
z-index: -1;
opacity: 0;
visibility: hidden;
}
.ova_list_dep .items:hover {
transition: all 0.3s ease;
}
.ova_list_dep .items:hover .icon {
transition: all 0.3s ease;
}
.ova_list_dep .items:hover .icon i {
transition: all 0.3s ease;
}
.ova_list_dep .items .number {
display: inline-flex;
justify-content: center;
align-items: center;
position: absolute;
top: 40px;
right: 30px;
height: 48px;
width: 48px;
background: linear-gradient(90deg, #f3f4f7 0%, rgba(254, 253, 253, 0) 100%);
font-size: 14px;
line-height: 1;
}
.ova_list_dep .items .icon {
transition: all 0.3s ease;
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: 50%;
}
.ova_list_dep .items .icon i {
transition: all 0.3s ease;
display: inline-flex;
font-size: 34px;
color: var(--primary);
}
.ova_list_dep .items .title {
transition: all 0.3s ease;
margin: 16px 0 0 0;
font-size: 18px;
line-height: 1.2;
}
.ova_list_dep .items .title a {
transition: all 0.3s ease;
color: var(--heading);
}
.ova_list_dep .items .title a:hover {
color: var(--primary);
}
.ova_list_dep .items .description {
margin: 0;
}
.ova-list-dep-name .title {
position: relative;
margin: 0;
font-size: 20px;
font-weight: 800;
color: #fff;
padding: 13px 50px;
background: var(--primary);
}
.ova-list-dep-name .title:after {
content: "";
position: absolute;
bottom: -10px;
left: 50px;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 10px solid var(--primary);
}
.ova-list-dep-name .dep-list {
margin: 0;
padding: 0;
list-style: none;
padding: 30px;
border: 2px solid var(--primary);
border-top: 0;
}
.ova-list-dep-name .dep-list .item:not(:last-child) {
margin-bottom: 10px;
}
.ova-list-dep-name .dep-list .item.active > a.item-link {
background: var(--heading);
color: #fff;
}
.ova-list-dep-name .dep-list .item.active > a i {
color: var(--primary);
}
.ova-list-dep-name .dep-list .item i {
color: var(--heading);
cursor: pointer;
transition: all 0.3s linear;
}
.ova-list-dep-name .dep-list .item i:hover {
color: var(--primary);
}
.ova-list-dep-name .dep-list .item .child-cate {
padding: 0;
padding-left: 10px;
margin: 0;
margin-top: 10px;
list-style: none;
display: none;
}
.ova-list-dep-name .dep-list .item-link {
display: flex;
padding: 16px 24px;
align-items: center;
justify-content: space-between;
background: #f3f4f7;
font-size: 16px;
line-height: 1.5;
font-weight: 700;
color: var(--heading);
transition: all 0.3s linear;
}
.ova-list-dep-name .dep-list .item-link:hover {
color: var(--primary);
}
.ova_dep_list_file {
list-style-type: none;
padding: 0;
margin: 0;
}
.ova_dep_list_file li {
display: flex;
align-items: center;
border: 1px solid #D2D5DF;
padding: 18px 28px 15px 28px;
}
.ova_dep_list_file li:not(:last-child) {
margin-bottom: 20px;
}
.ova_dep_list_file li .icon-attachment {
flex: 0 0 44px;
}
.ova_dep_list_file li .icon-attachment i {
display: inline-block;
font-size: 24px;
color: var(--primary);
line-height: 1;
}
.ova_dep_list_file li .file-name-size {
flex: 0 0 calc(100% - 144px);
padding-right: 10px;
}
.ova_dep_list_file li .file-name-size .file-name {
display: block;
font-size: 17px;
font-weight: 600;
line-height: 1.2;
color: var(--heading);
word-break: break-all;
}
.ova_dep_list_file li .file-name-size .file-size {
font-size: 1em;
color: var(--heading);
text-transform: capitalize;
}
.ova_dep_list_file li .ova-download {
width: 100px;
display: inline-flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
}
.ova_dep_list_file li .ova-download a {
transition: all 0.3s linear;
display: inline-flex;
justify-content: center;
align-items: center;
border: 1px solid #e8e8e8;
width: 40px;
height: 40px;
color: var(--heading);
}
.ova_dep_list_file li .ova-download a:hover {
color: var(--primary);
border-color: var(--primary);
}
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.rtl .ova_list_dep.template2 .items {
border-left: 1px solid #d2d5df;
border-right: 0;
}
.rtl .ova_list_dep .items .number {
right: unset;
left: 30px;
}
.rtl .search_archive_department form .ovadep_cat_search i, .rtl .search_archive_department form .dep-name i {
right: unset;
left: 15px;
}
.rtl .search_archive_department form .select2-selection.select2-selection--single .select2-selection__rendered {
direction: rtl;
}.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:thin dotted}body.is-using-mouse .fancybox__container :focus{outline:none}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-36px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));opacity:0;transition:opacity .15s ease;border-radius:4px}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:4px}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}.ova-dir-category .title {
position: relative;
margin: 0;
font-size: 20px;
font-weight: 800;
color: #fff;
padding: 13px 50px;
background: var(--primary);
}
.ova-dir-category .title:after {
content: "";
position: absolute;
bottom: -10px;
left: 50px;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 10px solid var(--primary);
}
.ova-dir-category .directory-cat-list {
margin: 0;
padding: 0;
list-style: none;
padding: 30px;
border: 2px solid var(--primary);
border-top: 0;
}
.ova-dir-category .directory-cat-list li:not(:last-child) {
margin-bottom: 10px;
}
.ova-dir-category .directory-cat-list .item i {
color: var(--heading);
cursor: pointer;
transition: all 0.3s linear;
}
.ova-dir-category .directory-cat-list .item i:hover {
color: var(--primary);
}
.ova-dir-category .directory-cat-list .item .child-cate {
padding: 0;
padding-left: 10px;
margin: 0;
margin-top: 10px;
list-style: none;
display: none;
}
.ova-dir-category .directory-cat-list .item-link {
display: flex;
padding: 16px 24px;
align-items: center;
justify-content: space-between;
background: #f3f4f7;
transition: all 0.3s linear;
}
.ova-dir-category .directory-cat-list .item-link.active {
background: var(--heading);
}
.ova-dir-category .directory-cat-list .item-link.active .cate_name {
color: #fff;
}
.ova-dir-category .directory-cat-list .item-link.active i {
color: #fff;
}
.ova-dir-category .directory-cat-list .item-link:hover .cate_name {
color: var(--primary);
}
.ova-dir-category .directory-cat-list .cate_name {
line-height: 1.5;
font-size: 16px;
font-weight: 700;
color: var(--heading);
transition: all 0.3s linear;
}
.ova-dir-category .directory-cat-list .cate_name:hover {
color: var(--primary);
}
.ova-dir-single .ova_dir_content .title {
font-size: 22.5px;
}
.ova-dir-single .ova_dir_content .thumbnail img {
display: block;
width: 100%;
}
.ova-dir-single .ova_dir_content .content {
margin-top: 30px;
}
.ova-dir-single .ova_dir_content .contact-box .contact-list {
margin: 0;
padding: 0;
list-style: none;
}
.ova-dir-single .ova_dir_content .contact-box .contact-list .item {
display: flex;
align-items: center;
column-gap: 10px;
}
.ova-dir-single .ova_dir_content .contact-box .contact-list .item a:hover {
text-decoration: underline;
}
.ova-dir-single .ova_dir_content .contact-box .contact-list .item i {
color: var(--heading);
}
.ova-dir-single .ova_dir_content .opening_hours .table {
border: 0;
}
.ova-dir-single .ova_dir_content .opening_hours .table tr:nth-child(odd) {
background-color: rgba(240, 240, 240, 0.4);
}
.ova-dir-single .ova_dir_content .opening_hours .table tr td {
width: 50%;
border: 0;
}
.ova-dir-single .ova_dir_content .opening_hours .table .time {
text-transform: lowercase;
}
.ova-dir-single .ova_dir_content #ova_dir_single_google_map {
height: 400px;
margin-bottom: 40px;
}
.ova-dir-single .ova_dir_content .gallery .gallery-inner {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-gap: 5px;
}
@media (max-width: 1200px) {
.ova-dir-single .ova_dir_content .gallery .gallery-inner {
grid-template-columns: 1fr 1fr 1fr;
}
}
.ova-dir-single .ova_dir_content .gallery .gallery-inner .gallery-item {
position: relative;
overflow: hidden;
}
.ova-dir-single .ova_dir_content .gallery .gallery-inner .gallery-item:hover img {
transform: scale(1.1);
}
.ova-dir-single .ova_dir_content .gallery .gallery-inner .gallery-item img {
display: block;
width: 100%;
transition: all 0.3s linear;
}
.ova-dir-single .ova_dir_content .metabox {
margin: 40px 0px 0px 0px;
padding: 24px 0;
list-style: none;
border-top: 1px solid #f0f0f0;
}
.ova-dir-single .ova_dir_content .metabox .item {
display: flex;
column-gap: 10px;
align-items: center;
}
.ova-dir-single .ova_dir_content .metabox .item a:hover {
text-decoration: underline;
}
.ova-dir-single .ova_dir_content .share-social-icons {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 12px;
list-style: none;
padding: 30px 0;
margin: 0;
}
.ova-dir-single .ova_dir_content .share-social-icons li {
display: inline-block;
}
.ova-dir-single .ova_dir_content .share-social-icons li.share {
font-size: 20px;
font-weight: bold;
color: var(--heading);
}
.ova-dir-single .ova_dir_content .share-social-icons li a {
transition: all 0.3s ease;
display: inline-flex;
justify-content: center;
align-items: center;
background-color: #f5f5f5;
width: 46px;
height: 46px;
border-radius: 50%;
font-family: var(--secondary-font);
font-weight: 400;
font-size: 14px;
line-height: 1.2;
font-feature-settings: "pnum" on, "lnum" on, "ordn" on;
color: var(--heading);
}
.ova-dir-single .ova_dir_content .share-social-icons li a:hover {
transition: all 0.3s ease;
background-color: var(--primary);
color: #fff;
}
.ova-dir-single .ova_dir_content .share-social-icons li a i {
display: inline-flex;
}
.ova-dir-single .share-social-icons {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 12px;
list-style: none;
padding: 30px 0;
margin: 0;
margin-top: 30px;
}
.ova-dir-single .share-social-icons li {
display: inline-block;
}
.ova-dir-single .share-social-icons li a {
transition: all 0.3s ease;
display: inline-flex;
justify-content: center;
align-items: center;
background-color: #f5f5f5;
width: 46px;
height: 46px;
border-radius: 50%;
font-family: var(--secondary-font);
font-weight: 400;
font-size: 14px;
line-height: 1.2;
font-feature-settings: "pnum" on, "lnum" on, "ordn" on;
color: var(--heading);
}
.ova-dir-single .share-social-icons li a:hover {
transition: all 0.3s ease;
background-color: var(--primary);
color: #fff;
}
.ova-dir-single .share-social-icons li a i {
display: inline-flex;
}
.ova-dir-single .share-social-icons .share {
font-size: 20px;
font-weight: bold;
color: var(--heading);
}
.fancybox__container {
z-index: 9999;
}
.ova-dir-archive .ova_dir_archive_content {
width: 100%;
}
.ova-dir-archive .ova_dir_archive_content.overlay {
opacity: 0.5;
}
.ova-dir-archive .list-cat-dir {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 60px;
}
.ova-dir-archive .list-cat-dir .item.active .cate_name {
color: #fff;
background: var(--primary);
}
.ova-dir-archive .list-cat-dir .item .cate_name {
transition: all 0.3s linear;
display: inline-block;
font-size: 18px;
line-height: 1.2;
font-weight: 600;
color: var(--heading);
padding: 7px 15px;
margin: 0 5px;
border-radius: 5px;
}
.ova-dir-archive .list-cat-dir .item .cate_name:hover {
transition: all 0.3s linear;
color: #fff;
background: var(--primary);
}
.ova-dir-archive #ova_dir_archive_google_map, .ova-dir-archive #el_ova_dir_archive_google_map {
height: 400px;
}
.ova-dir-archive .property {
position: relative;
}
.ova-dir-archive .property.highlight .card {
display: flex;
}
.ova-dir-archive .property:before {
content: "";
display: block;
position: absolute;
bottom: -8px;
left: 50%;
margin-left: -10px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #fff;
}
.ova-dir-archive .property .avatar {
width: 55px;
height: 55px;
border-radius: 50%;
border: 4px solid transparent;
background: #fff;
position: relative;
overflow: hidden;
}
.ova-dir-archive .property .avatar img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.ova-dir-archive .property .card {
display: none;
position: absolute;
top: 63px;
left: 50%;
transform: translateX(-50%);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
background-color: #FFF;
width: 280px;
cursor: default;
}
.ova-dir-archive .property .card .thumbnail {
display: block;
flex: 0 0 100px;
}
.ova-dir-archive .property .card .thumbnail:hover img {
opacity: 0.9;
}
.ova-dir-archive .property .card .thumbnail img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: all 0.3s linear;
}
.ova-dir-archive .property .card .content {
width: 100%;
padding: 15px 20px;
}
.ova-dir-archive .property .card .content .title {
margin: 0;
}
.ova-dir-archive .property .card .content .title a {
font-size: 16px;
}
.ova-dir-archive .property .card .content .title a:hover {
text-decoration: underline;
}
.ova-dir-archive .property .card .content .info {
margin: 10px 0px 0px 0px;
padding: 0;
list-style: none;
}
.ova-dir-archive .property .card .content .info li:not(:first-child) {
margin-top: 5px;
}
.ova-dir-archive .property .card .content .info li {
display: flex;
align-items: center;
gap: 5px;
font-size: 12px;
line-height: 1.3;
}
.ova-dir-archive .property .card .content .info li i {
width: 12px;
line-height: 1;
display: inline-flex;
}
.ova-dir-archive .property .card .content .info li .text {
display: inline-block;
}
.ova-dir-archive .property .card .content .info li .text a:hover {
text-decoration: underline;
}
.ova-dir-archive .ova-dir-items {
margin-top: 30px;
display: grid;
gap: 30px;
}
.ova-dir-archive .ova-dir-items .item {
background: #fff;
box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.ova-dir-archive .ova-dir-items .item:hover .thumbnail img {
transform: scale(1.1);
}
.ova-dir-archive .ova-dir-items .item .thumbnail {
display: block;
height: auto;
position: relative;
overflow: hidden;
}
.ova-dir-archive .ova-dir-items .item .thumbnail img {
display: block;
width: 100%;
transition: all 0.3s linear;
}
.ova-dir-archive .ova-dir-items .item .content {
position: relative;
padding: 14px 24px 24px 24px;
}
.ova-dir-archive .ova-dir-items .item .content .title {
margin: 0;
}
.ova-dir-archive .ova-dir-items .item .content .title a {
font-size: 18px;
}
.ova-dir-archive .ova-dir-items .item .content .title a:hover {
text-decoration: underline;
}
.ova-dir-archive .ova-dir-items .item .content .description {
display: none;
margin: 14px 0 24px 0;
padding: 0 0 24px 0;
border-bottom: 1px solid rgba(5, 26, 83, 0.1);
}
.ova-dir-archive .ova-dir-items .item .content .info {
margin: 13px 0px 0px 0px;
padding: 0;
list-style: none;
}
.ova-dir-archive .ova-dir-items .item .content .info li {
margin: 0 0 8px 0;
display: flex;
align-items: center;
gap: 5px;
font-size: 14px;
line-height: 1.3;
}
.ova-dir-archive .ova-dir-items .item .content .info li i {
display: inline-flex;
width: 14px;
line-height: 1;
}
.ova-dir-archive .ova-dir-items .item .content .info li .text {
display: inline-block;
}
.ova-dir-archive .ova-dir-items .item .content .info li .text a:hover {
text-decoration: underline;
}
.ova-dir-archive.three_column .ova-dir-items {
grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1023px) {
.ova-dir-archive.three_column .ova-dir-items {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 600px) {
.ova-dir-archive.three_column .ova-dir-items {
grid-template-columns: 1fr;
}
}
.ova-dir-archive.two_column .ova-dir-items {
grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 600px) {
.ova-dir-archive.two_column .ova-dir-items {
grid-template-columns: 1fr;
}
}
.ova-dir-archive.one_column .ova-dir-items {
grid-template-columns: 1fr;
}
.ova-dir-archive.template_2 .list-cat-dir .item .cate_name {
font-size: 16px;
font-weight: 800;
margin: 0 15px;
padding: 2px 0;
border-radius: 0;
border-bottom: 2px solid transparent;
}
.ova-dir-archive.template_2 .list-cat-dir .item .cate_name:hover {
color: var(--primary);
background-color: transparent;
border-bottom: 2px solid var(--primary);
}
.ova-dir-archive.template_2 .list-cat-dir .item.active .cate_name {
color: var(--primary);
background-color: transparent;
border-bottom: 2px solid var(--primary);
}
.ova-dir-archive.template_2 .ova-dir-items .item {
box-shadow: none;
}
.ova-dir-archive.template_2 .ova-dir-items .item .content {
margin: -30px auto 0 auto;
padding: 45px 30px 20px 30px;
background: #fff;
max-width: calc(100% - 40px);
box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.ova-dir-archive.template_2 .ova-dir-items .item .content .title a {
font-size: 22px;
color: var(--heading);
}
.ova-dir-archive.template_2 .ova-dir-items .item .content .description {
display: block;
}
.ova-dir-archive.template_2 .ova-dir-items .item .content .info li {
margin: 0;
font-weight: 500;
}
.ova-dir-archive.template_2 .ova-dir-items .item .content .info li:nth-child(2) {
position: absolute;
top: -10px;
left: 30px;
background-color: var(--primary);
padding: 10px 20px;
}
.ova-dir-archive.template_2 .ova-dir-items .item .content .info li:nth-child(2) a {
color: #fff;
}
.ova-dir-archive.template_2 .ova-dir-items .item .content .info li:nth-child(2) i {
display: none;
}
.ova-dir-loader {
text-align: center;
margin-bottom: 30px;
}
.ova-dir-loader .loader {
margin: 0 auto;
width: 35px;
height: 35px;
border: 5px solid;
border-color: var(--primary) transparent;
border-radius: 50%;
display: none;
box-sizing: border-box;
animation: ova_dir_rotation 1s linear infinite;
}
.ova-dir-loader .loader.is-active {
display: inline-block;
}
@keyframes ova_dir_rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.ova-dir-wrapper {
display: flex;
column-gap: 30px;
row-gap: 50px;
margin: 100px 0;
}
@media (max-width: 1024px) {
.ova-dir-wrapper {
flex-direction: column;
margin: 70px 0;
}
}
.ova-dir-wrapper .ova-dir-sidebar-wrapper {
flex: 0 0 370px;
position: sticky;
top: 150px;
left: 0;
height: 100%;
margin-bottom: 50px;
}
@media (max-width: 1024px) {
.ova-dir-wrapper .ova-dir-sidebar-wrapper {
margin-bottom: 0;
}
}.loader {
width: 20px;
height: 20px;
border: 3px solid #FFF;
border-bottom-color: transparent;
border-radius: 50%;
display: none;
box-sizing: border-box;
animation: ova_rotation 1s linear infinite;
}
.loader.is-active {
display: inline-block;
}
@keyframes ova_rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.ova-doc-archive {
padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
.ova-doc-archive {
padding-bottom: 60px;
}
}
.ova-doc-archive .doc_loader {
width: 30px;
height: 30px;
border-width: 5px;
border-color: var(--primary);
border-bottom-color: transparent;
}
.ova-doc-archive .category-info {
margin-bottom: 20px;
}
.ova-doc-archive .category-info .category-name {
margin: 0;
}
.ova-doc-archive .category-info .desc {
margin: 0;
margin-top: 10px;
}
.ova-doc-archive .document-list {
margin: 0;
padding: 0;
list-style: none;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
}
@media screen and (max-width: 767px) {
.ova-doc-archive .document-list {
grid-template-columns: 1fr;
}
}
.ova-doc-archive .document-list .item {
background: #f3f4f7;
padding: 40px 30px;
}
.ova-doc-archive .document-list .item-wrap {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}
.ova-doc-archive .document-list .view i {
font-size: 24px;
color: var(--primary);
}
.ova-doc-archive .document-list .loader {
margin-left: 10px;
border-color: var(--primary);
border-bottom-color: transparent;
}
.ova-doc-archive .document-list .date {
margin: 0;
font-size: 14px;
font-weight: 500;
margin-top: 5px;
}
.ova-doc-archive .document-list .title {
margin: 0;
}
.ova-doc-archive .document-list .title a {
position: relative;
font-size: 20px;
color: var(--heading);
font-weight: 800;
transition: all 0.3s linear;
}
.ova-doc-archive .document-list .title a:after {
position: absolute;
content: "";
bottom: 0;
left: 0;
width: 0%;
height: 1px;
background: var(--primary);
transition: all 0.3s linear;
}
.ova-doc-archive .document-list .title a:hover {
color: var(--primary);
}
.ova-doc-archive .document-list .title a:hover:after {
width: 100%;
}
.ova-doc-archive .document-list .icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
border-radius: 50%;
background: #fff;
font-size: 24px;
color: var(--primary);
}
.ova-doc-archive.three_column .ova-doc-content .document-list {
grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1200px) {
.ova-doc-archive.three_column .ova-doc-content .document-list {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 767px) {
.ova-doc-archive.three_column .ova-doc-content .document-list {
grid-template-columns: 1fr;
}
}
.ova-doc-archive.one_column .ova-doc-content .document-list {
grid-template-columns: 1fr;
}
.ova-doc-sidebar-wrapper {
flex: 0 0 370px;
position: sticky;
top: 150px;
left: 0;
height: 100%;
margin-bottom: 50px;
}
.ova-doc-content {
width: 100%;
}
.ova-doc-content .content_inner.overlay {
opacity: 0.5;
}
.ova-doc-filter {
padding: 30px;
margin-bottom: 30px;
background: #f1f1f1;
}
.ova-doc-filter .wrapper {
display: grid;
grid-template-columns: auto auto auto;
gap: 10px;
}
@media screen and (max-width: 767px) {
.ova-doc-filter .wrapper {
grid-template-columns: 1fr;
}
}
.ova-doc-filter label {
display: block;
width: 100%;
font-size: 16px;
margin-bottom: 5px;
color: var(--heading);
font-weight: 700;
}
.ova-doc-filter .form-control input, .ova-doc-filter .form-control select {
display: block;
width: 100%;
border: 0;
}
.ova-doc-filter .form-control .select2-selection {
width: 100%;
outline: none;
height: 100%;
padding: 5px 15px;
border: none;
border-radius: 0;
}
.ova-doc-filter .form-control .select2-selection.select2-selection--single .select2-selection__rendered {
font-size: 16px;
color: var(--text);
line-height: 38px;
padding: 0;
opacity: 1;
}
.ova-doc-filter .form-control .select2-selection .select2-selection__arrow {
height: 100%;
top: 0;
display: none;
}
.ova-doc-filter select:not([size]):not([multiple]) {
border: 0;
}
.ova-doc-filter .date-control {
position: relative;
}
.ova-doc-filter .date-control .icon {
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
}
.ova-doc-filter .date-control .icon i {
color: var(--primary);
}
@media screen and (max-width: 767px) {
.ova-doc-filter .ova-doc-submit {
margin-top: 20px;
}
}
.ova-doc-filter .ova-doc-submit:hover {
color: #fff;
background: var(--heading);
border-color: var(--heading);
}
.ova-doc-category .title {
position: relative;
margin: 0;
font-size: 20px;
font-weight: 800;
color: #fff;
padding: 13px 50px;
background: var(--primary);
}
.ova-doc-category .title:after {
content: "";
position: absolute;
bottom: -10px;
left: 50px;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 10px solid var(--primary);
}
.ova-doc-category .document-cat-list {
margin: 0;
padding: 0;
list-style: none;
padding: 30px;
border: 2px solid var(--primary);
border-top: 0;
}
.ova-doc-category .document-cat-list .item:not(:last-child) {
margin-bottom: 10px;
}
.ova-doc-category .document-cat-list .item i {
color: var(--heading);
cursor: pointer;
transition: all 0.3s linear;
padding: 10px;
}
.ova-doc-category .document-cat-list .item i:hover {
color: var(--primary);
}
.ova-doc-category .document-cat-list .item .child-cate {
padding: 0;
padding-left: 10px;
margin: 0;
margin-top: 10px;
list-style: none;
display: none;
}
.ova-doc-category .document-cat-list .item-link {
display: flex;
padding: 16px 14px 16px 24px;
align-items: center;
justify-content: space-between;
background: #f3f4f7;
transition: all 0.3s linear;
}
.ova-doc-category .document-cat-list .item-link.active {
background: var(--heading);
}
.ova-doc-category .document-cat-list .item-link.active .cate_name {
color: #fff;
}
.ova-doc-category .document-cat-list .item-link.active i {
color: #fff;
}
.ova-doc-category .document-cat-list .item-link:hover .cate_name {
color: var(--primary);
}
.ova-doc-category .document-cat-list .cate_name {
line-height: 1.5;
font-size: 16px;
font-weight: 700;
color: var(--heading);
transition: all 0.3s linear;
}
.ova-doc-category .document-cat-list .cate_name:hover {
color: var(--primary);
}
.ova-doc-wrapper {
display: flex;
gap: 30px;
}
@media screen and (max-width: 1024px) {
.ova-doc-wrapper {
flex-direction: column-reverse;
}
}
@media screen and (max-width: 1024px) {
.ova-doc-wrapper.archive_right_sidebar, .ova-doc-wrapper.single_right_sidebar {
flex-direction: column;
}
}
.ova-doc-single {
padding-top: 10px;
padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
.ova-doc-single {
padding-bottom: 50px;
}
}
.ova-doc-single .ova-doc-content .entry {
display: inline-flex;
flex-wrap: wrap;
align-items: center;
}
.ova-doc-single .ova-doc-content .date {
font-size: 16px;
font-weight: 500;
}
.ova-doc-single .ova-doc-content .separator {
margin: 0 4px;
}
.ova-doc-single .ova-doc-content .categories {
margin: 0;
color: var(--primary);
}
.ova-doc-single .ova-doc-content .categories a {
position: relative;
font-size: 16px;
font-weight: 500;
transition: all 0.3s linear;
}
.ova-doc-single .ova-doc-content .categories a:after {
position: absolute;
content: "";
width: 0%;
height: 1px;
left: 0;
bottom: 0;
background: var(--primary);
transition: all 0.3s linear;
}
.ova-doc-single .ova-doc-content .categories a:hover:after {
width: 100%;
}
.ova-doc-single .ova-doc-content .title {
margin: 5px 0 25px 0;
font-size: 30px;
font-weight: 800;
}
.ova-doc-single .ova-doc-content .content p {
margin-bottom: 40px;
}
.ova-doc-single .ova-doc-content .content blockquote {
margin-bottom: 50px;
padding: 20px 80px 20px 30px;
border-left: 6px solid var(--primary);
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.ova-doc-single .ova-doc-content .content blockquote:before {
content: none;
}
.ova-doc-single .ova-doc-content .content blockquote p {
margin: 0;
font-weight: 700;
font-size: 18px;
font-style: normal;
}
.ova-doc-single .ova-doc-content .attachment-file {
padding: 15px 0;
}
.ova-doc-single .share-social-icons {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 12px;
list-style: none;
margin: 0;
padding: 30px 0;
}
.ova-doc-single .share-social-icons li {
display: inline-block;
}
.ova-doc-single .share-social-icons li a {
transition: all 0.3s ease;
display: inline-flex;
justify-content: center;
align-items: center;
background-color: #f5f5f5;
width: 46px;
height: 46px;
border-radius: 50%;
font-family: var(--secondary-font);
font-weight: 400;
font-size: 14px;
line-height: 1.2;
font-feature-settings: "pnum" on, "lnum" on, "ordn" on;
color: var(--heading);
}
.ova-doc-single .share-social-icons li a:hover {
transition: all 0.3s ease;
background-color: var(--primary);
color: #fff;
}
.ova-doc-single .share-social-icons li a i {
display: inline-flex;
}
.ova-doc-single .share-social-icons .share {
font-size: 20px;
font-weight: bold;
color: var(--heading);
}
.ova-list-attachment {
list-style-type: none;
padding: 0;
margin: 0px;
}
.ova-list-attachment li {
display: flex;
align-items: center;
border: 1px solid #D2D5DF;
padding: 18px 28px 15px 28px;
}
.ova-list-attachment li:not(:last-child) {
margin-bottom: 20px;
}
.ova-list-attachment li .icon-attachment {
flex: 0 0 44px;
}
.ova-list-attachment li .icon-attachment i {
display: inline-flex;
font-size: 24px;
line-height: 1;
color: var(--primary);
}
.ova-list-attachment li .ova-file-name-size {
flex: 0 0 calc(100% - 144px);
padding: 0 8px;
}
.ova-list-attachment li .ova-file-name-size .ova-file-name {
display: block;
font-size: 17px;
font-weight: 600;
line-height: 1.2;
color: var(--heading);
word-break: break-all;
}
@media screen and (max-width: 767px) {
.ova-list-attachment li .ova-file-name-size .ova-file-name {
margin-bottom: 5px;
}
}
.ova-list-attachment li .ova-file-name-size .ova-file-size {
font-size: 1em;
color: var(--heading);
text-transform: capitalize;
}
.ova-list-attachment li .ova-download {
width: 100px;
display: inline-flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
}
.ova-list-attachment li .ova-download a {
transition: all 0.3s linear;
display: inline-flex;
justify-content: center;
align-items: center;
border: 1px solid #e8e8e8;
width: 40px;
height: 40px;
color: var(--heading);
}
.ova-list-attachment li .ova-download a:hover {
color: var(--primary);
border-color: var(--primary);
}
.ova-list-attachment li .ova-download i {
display: inline-flex;
font-size: 16px;
line-height: 1;
}
.ova-doc-download {
position: relative;
padding: 80px 80px 60px 80px;
background: var(--heading);
}
@media screen and (max-width: 1260px) {
.ova-doc-download {
padding: 60px 45px 40px 45px;
}
}
@media screen and (max-width: 600px) {
.ova-doc-download {
padding: 40px 25px 20px 25px;
}
}
.ova-doc-download .triangle-topright {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
border-top: 190px solid var(--primary);
border-left: 280px solid transparent;
z-index: 1;
}
.ova-doc-download .head {
position: relative;
display: flex;
z-index: 1;
margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
.ova-doc-download .head {
flex-direction: column;
gap: 30px;
}
}
.ova-doc-download .head .title {
margin: 0;
white-space: pre-line;
font-size: 30px;
font-weight: 800;
color: #fff;
line-height: 1.2;
}
.ova-doc-download .head .icon {
flex-shrink: 0;
margin-left: auto;
display: inline-flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
border-radius: 50%;
background: #fff;
font-size: 24px;
color: var(--primary);
}
@media screen and (max-width: 480px) {
.ova-doc-download .head .icon {
margin-left: 0;
}
}
.ova-doc-download .document-list {
margin: 0;
padding: 0;
list-style: none;
}
.ova-doc-download .document-list .item {
padding: 23px 0 30px 0;
}
.ova-doc-download .document-list li:not(:first-child) {
border-top: 1px solid #374875;
}
.ova-doc-download .document-list .item-wrap {
display: flex;
align-items: center;
justify-content: space-between;
gap: 15px;
}
.ova-doc-download .document-list .info {
max-width: 85%;
}
.ova-doc-download .document-list .date {
margin: 0;
font-size: 14px;
font-weight: 500;
color: #bac1d7;
}
.ova-doc-download .document-list .title {
margin: 0;
}
.ova-doc-download .document-list .title a {
position: relative;
font-size: 20px;
font-weight: 800;
color: #fff;
transition: all 0.3s linear;
}
.ova-doc-download .document-list .title a:hover {
color: var(--primary);
}
.ova-doc-download .document-list .title a:hover:after {
width: 100%;
}
.ova-doc-download .document-list .title a:after {
position: absolute;
content: "";
bottom: 0;
left: 0;
width: 0%;
height: 1px;
background: var(--primary);
transition: all 0.3s linear;
}
.ova-doc-download .document-list .icon {
display: inline-flex;
align-items: center;
}
.ova-doc-download .document-list .icon a {
transition: all 0.3s linear;
display: block;
font-size: 24px;
color: var(--primary);
z-index: 2;
}
.ova-doc-download .document-list .icon a:hover {
color: #fff;
}
.ova-doc-download .document-list .icon .loader {
margin-right: 10px;
}
.ova-doc-download-2 {
position: relative;
padding: 35px;
background: var(--primary);
}
.ova-doc-download-2 .document-list {
margin: 0;
padding: 0;
list-style: none;
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 40px;
grid-row-gap: 0;
}
@media screen and (max-width: 767px) {
.ova-doc-download-2 .document-list {
grid-template-columns: 1fr;
}
}
.ova-doc-download-2 .document-list.three_columns {
grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 911px) {
.ova-doc-download-2 .document-list.three_columns {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 767px) {
.ova-doc-download-2 .document-list.three_columns {
grid-template-columns: 1fr;
}
}
.ova-doc-download-2 .document-list .item {
padding: 25px 0;
border-bottom: 1px solid #e04e4d;
}
.ova-doc-download-2 .document-list .item-wrap {
display: flex;
justify-content: space-between;
align-items: center;
}
.ova-doc-download-2 .document-list .date {
margin: 0;
font-size: 14px;
font-weight: 500;
color: #fff;
}
.ova-doc-download-2 .document-list .title {
margin: 0;
font-size: 20px;
font-weight: 800;
transition: all 0.3s linear;
}
.ova-doc-download-2 .document-list .title a {
position: relative;
color: #fff;
}
.ova-doc-download-2 .document-list .title a:hover {
color: var(--heading);
}
.ova-doc-download-2 .document-list .title a:hover:after {
width: 100%;
}
.ova-doc-download-2 .document-list .title a:after {
position: absolute;
content: "";
bottom: 0;
left: 0;
width: 0%;
height: 1px;
background: var(--heading);
transition: all 0.3s linear;
}
.ova-doc-download-2 .document-list .icon {
display: inline-flex;
align-items: center;
gap: 10px;
}
.ova-doc-download-2 .document-list .icon a {
font-size: 24px;
display: block;
line-height: 1;
color: #fff;
transition: all 0.3s linear;
}
.ova-doc-download-2 .document-list .icon a:hover {
color: var(--heading);
}
.ova-doc-download-3 .document-slider {
margin: 0;
padding: 0;
list-style: none;
}
.ova-doc-download-3 .document-slider .item {
background: #f3f4f7;
padding: 45px 35px;
transition: all 0.3s linear;
}
.ova-doc-download-3 .document-slider .item:hover {
background: var(--primary);
}
.ova-doc-download-3 .document-slider .item:hover .loader {
border-color: #fff;
border-bottom-color: var(--primary);
}
.ova-doc-download-3 .document-slider .item:hover .view i {
color: #fff;
}
.ova-doc-download-3 .document-slider .item:hover .date {
color: #fff;
}
.ova-doc-download-3 .document-slider .item:hover .title a {
color: #fff;
}
.ova-doc-download-3 .document-slider .item-wrap {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}
.ova-doc-download-3 .document-slider .view i {
font-size: 24px;
color: var(--primary);
transition: all 0.3s linear;
}
.ova-doc-download-3 .document-slider .loader {
border-color: var(--primary);
border-bottom-color: transparent;
}
.ova-doc-download-3 .document-slider .date {
margin: 0;
font-size: 14px;
font-weight: 500;
margin-top: 5px;
}
.ova-doc-download-3 .document-slider .title {
margin: 0;
font-size: 20px;
color: var(--heading);
font-weight: 800;
}
.ova-doc-download-3 .document-slider .title a {
transition: all 0.3s linear;
position: relative;
}
.ova-doc-download-3 .document-slider .title a:after {
position: absolute;
content: "";
bottom: 0;
left: 0;
width: 0%;
height: 1px;
background: #fff;
transition: all 0.3s linear;
}
.ova-doc-download-3 .document-slider .title a:hover:after {
width: 100%;
}
.ova-doc-download-3 .document-slider .icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
border-radius: 50%;
background: #fff;
font-size: 24px;
color: var(--primary);
}
.ova-doc-download-3 .document-slider .owl-dots {
text-align: center;
margin-top: 50px;
}
.ova-doc-download-3 .document-slider .owl-dots .owl-dot {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
margin: 0 2px;
width: 21px;
padding: 0;
background: transparent;
border-color: transparent;
height: 21px;
}
.ova-doc-download-3 .document-slider .owl-dots .owl-dot span {
width: 5px;
height: 5px;
background: var(--heading);
display: block;
border-radius: inherit;
-webkit-backface-visibility: visible;
transition: opacity 0.2s ease;
}
.ova-doc-download-3 .document-slider .owl-dots .owl-dot.active {
border: 1px solid var(--primary);
}
.ova-doc-download-3 .document-slider .owl-dots .owl-dot.active span {
opacity: 1;
background: var(--primary);
}
.ova-doc-items .document-list {
margin: 0;
padding: 0;
list-style: none;
display: grid;
grid-template-columns: 1fr;
gap: 20px;
}
.ova-doc-items .document-list .item {
transition: all 0.3s linear;
background: #f3f4f7;
padding: 40px 30px 40px 30px;
}
.ova-doc-items .document-list .item:hover {
transition: all 0.3s linear;
background: var(--primary);
}
.ova-doc-items .document-list .item:hover .loader {
border-color: #fff;
border-bottom-color: var(--primary);
}
.ova-doc-items .document-list .item:hover .view i {
color: #fff;
}
.ova-doc-items .document-list .item:hover .date {
color: #fff;
}
.ova-doc-items .document-list .item:hover .title a {
color: #fff;
}
.ova-doc-items .document-list .item-wrap {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}
.ova-doc-items .document-list .view i {
font-size: 24px;
color: var(--primary);
transition: all 0.3s linear;
}
.ova-doc-items .document-list .loader {
border-color: var(--primary);
border-bottom-color: transparent;
}
.ova-doc-items .document-list .date {
margin: 0;
font-size: 14px;
font-weight: 500;
margin-top: 5px;
}
.ova-doc-items .document-list .title {
margin: 0;
}
.ova-doc-items .document-list .title a {
position: relative;
font-size: 20px;
color: var(--heading);
font-weight: 800;
transition: all 0.3s linear;
}
.ova-doc-items .document-list .title a:after {
position: absolute;
content: "";
bottom: 0;
left: 0;
width: 0%;
height: 1px;
background: #fff;
transition: all 0.3s linear;
}
.ova-doc-items .document-list .title a:hover:after {
width: 100%;
}
.ova-doc-items .document-list .icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
border-radius: 50%;
background: #fff;
font-size: 24px;
color: var(--primary);
transition: all 0.3s linear;
}
.ova-doc-modal {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
background-color: black;
background-color: rgba(0, 0, 0, 0.4);
}
.ova-doc-modal .modal-content {
position: absolute;
background-color: #fefefe;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 50px 20px 20px 20px;
border: 1px solid #888;
width: 50%;
max-height: 80vh;
overflow: auto;
}
@media screen and (max-width: 767px) {
.ova-doc-modal .modal-content {
width: 80vw;
}
}
.ova-doc-modal .close {
position: absolute;
top: 10px;
right: 10px;
font-size: 24px;
color: red;
text-decoration: none;
cursor: pointer;
}
@media screen and (max-width: 767px) {
.ova-doc-modal .ova-list-attachment li {
display: block;
text-align: center;
}
}
@media screen and (max-width: 767px) {
.ova-doc-modal .ova-list-attachment li .ova-download {
margin-top: 10px;
justify-content: center;
}
}.container-event {
display: flex;
flex-wrap: wrap;
column-gap: 30px;
max-width: var(--container-width);
margin: 110px auto;
padding: 0px 10px;
}
@media only screen and (min-width: 1024px) {
.container-event #sidebar-event {
flex: 0 0 370px;
max-width: 370px;
}
.container-event #sidebar-active {
flex: 0 0 calc(100% - 400px);
max-width: calc(100% - 400px);
}
}
@media (max-width: 1024px) {
.container-event {
margin: 70px auto;
}
.container-event #sidebar, .container-event #sidebar-active {
flex: 0 0 100%;
max-width: 100%;
}
}
.container-event #main-event {
width: 100%;
}
.container-event #sidebar-active {
width: 100%;
}
.container-event .sidebar {
position: sticky;
position: -webkit-sticky;
top: 150px;
left: 0;
height: 100%;
margin-bottom: 65px;
}
.container-event .ovaev-content {
position: relative;
}
.container-event .ovaev-content a {
text-decoration: none;
}
.icon_event {
font-size: 14px;
margin-right: 4px;
color: var(--primary);
}
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
@media (max-width: 1024px) {
#sidebar-event {
width: 100%;
}
}
#sidebar-event .widget ul {
list-style: none;
margin: 0;
padding: 0;
}
#sidebar-event .widget ul li {
border: none;
margin: 0;
padding: 0;
position: relative;
}
#sidebar-event .widget ul li a {
font-size: 16px;
}
#sidebar-event .widget ul li a:hover {
color: var(--primary);
}
#sidebar-event .widget .tagcloud {
position: relative;
width: 100%;
margin-top: 7px;
}
#sidebar-event .widget .tagcloud a {
display: inline-block;
font-size: 15px !important;
line-height: 22px;
padding: 2px 10px 1px 10px;
border: 1px solid #e0e0e0;
margin: 0 10px 10px 0;
background-color: transparent;
}
#sidebar-event .widget .tagcloud a:hover {
color: var(--primary);
}
#sidebar-event .widget_feature_event .event-feature .item-event {
display: flex;
padding: 20px 0 17px 0;
}
#sidebar-event .widget_feature_event .event-feature .item-event:first-child {
padding-top: 0;
}
#sidebar-event .widget_feature_event .event-feature .item-event:not(:last-child) {
margin-bottom: 30px;
}
#sidebar-event .widget_feature_event .event-feature .item-event .desc .event_post .post_cat .event_type {
font-size: 17px;
line-height: 22px;
color: #0067da;
font-weight: 600;
}
#sidebar-event .widget_feature_event .event-feature .item-event .desc .event_post .event_title {
font-size: 22px;
line-height: 26px;
letter-spacing: 0.2px;
color: #202b5d;
text-transform: capitalize;
margin-top: 12px;
margin-bottom: 10px;
}
#sidebar-event .widget_feature_event .event-feature .item-event .desc .event_post .event_title a {
color: var(--heading);
}
#sidebar-event .widget_feature_event .event-feature .item-event .desc .event_post .event_title a:hover {
color: var(--primary);
}
#sidebar-event .widget_feature_event .event-feature .item-event .desc .event_post .time-event {
font-size: 16px;
line-height: 1.2;
}
#sidebar-event .widget_feature_event .event-feature .item-event .desc .event_post .time-event .time {
margin-bottom: 7px;
}
#sidebar-event .widget_feature_event .event-feature .item-event .desc .event_post .time-event .time .more_date_text:hover {
color: #202b5d;
}
#sidebar-event .widget_feature_event .event-feature .item {
position: relative;
}
#sidebar-event .widget_feature_event .event-feature .item .desc .event-thumbnail {
position: relative;
overflow: hidden;
}
#sidebar-event .widget_feature_event .event-feature .item .desc .event-thumbnail img {
display: block;
width: 100%;
height: 210px;
object-fit: cover;
}
#sidebar-event .widget_feature_event .event-feature .item .desc .event-thumbnail .date-event {
transition: all 0.3s ease;
position: absolute;
bottom: 20px;
left: 30px;
z-index: 1;
font-size: 12px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
text-align: center;
line-height: 1.3;
letter-spacing: 1px;
background-color: var(--primary);
padding: 12px;
}
#sidebar-event .widget_feature_event .event-feature .item .desc .event-thumbnail .date-event span {
display: block;
}
#sidebar-event .widget_feature_event .event-feature .item .desc .event_post .event_title {
margin: 20px 0 15px 0;
font-size: 18px;
line-height: 1.3;
color: var(--heading);
text-transform: capitalize;
}
#sidebar-event .widget_feature_event .event-feature .item .desc .event_post .event_title a {
color: var(--heading);
}
#sidebar-event .widget_feature_event .event-feature .item .desc .event_post .event_title a:hover {
color: var(--primary);
}
#sidebar-event .widget_feature_event .event-feature .item .desc .event_post .time-event {
line-height: 1.2;
font-weight: 500;
}
#sidebar-event .widget_feature_event .event-feature .item .desc .event_post .time-event .time {
margin-bottom: 7px;
}
#sidebar-event .widget_feature_event .event-feature .item .desc .event_post .time-event .time .more_date_text {
color: var(--primary);
}
#sidebar-event .widget_feature_event .event-feature .item .desc .event_post .time-event .time .more_date_text:hover {
color: var(--heading);
}
#sidebar-event .widget_list_event .list-event {
padding-top: 5px;
margin-bottom: 30px;
}
#sidebar-event .widget_list_event .list-event .item-event {
display: flex;
column-gap: 20px;
padding: 20px 0 16px 0;
}
#sidebar-event .widget_list_event .list-event .item-event:first-child {
padding-top: 0;
}
#sidebar-event .widget_list_event .list-event .item-event:last-child {
padding-bottom: 0;
}
#sidebar-event .widget_list_event .list-event .item-event:not(:last-child) {
border-bottom: 1px solid #e5e5e5;
}
#sidebar-event .widget_list_event .list-event .item-event .ova-thumb-nail {
flex: 0 0 80px;
}
#sidebar-event .widget_list_event .list-event .item-event .ova-thumb-nail a {
width: 80px;
height: 80px;
display: inline-block;
background-size: cover;
background-position: center center;
}
#sidebar-event .widget_list_event .list-event .item-event .ova-content .title {
margin: 0;
font-size: 18px;
line-height: 1.3;
color: var(--heading);
margin-bottom: 5px;
}
#sidebar-event .widget_list_event .list-event .item-event .ova-content .title a {
color: var(--heading);
}
#sidebar-event .widget_list_event .list-event .item-event .ova-content .title a:hover {
color: var(--primary);
}
#sidebar-event .widget_list_event .list-event .item-event .ova-content .time span {
font-size: 15px;
line-height: 20px;
}
#sidebar-event .widget_list_event .list-event .item-event .ova-content .time span.date {
display: block;
}
#sidebar-event .widget_list_event .list-event .item-event .ova-content .time span.bellow {
display: block;
}
#sidebar-event .widget_list_event .list-event .item-event .ova-content .time .more_date_text span {
transition: all 0.3s ease;
color: var(--primary);
}
#sidebar-event .widget_list_event .list-event .item-event .ova-content .time .more_date_text span:hover {
color: var(--heading);
}
#sidebar-event .widget_list_event .button-all-event {
display: inline-flex;
align-items: center;
}
#sidebar-event .widget_list_event .button-all-event a {
transition: all 0.3s;
background-color: #fff;
border: 1px solid var(--primary);
margin-right: 11px;
font-weight: 500;
font-size: 16px;
line-height: 1.2;
color: var(--primary);
padding: 8px 20px;
}
#sidebar-event .widget_list_event .button-all-event a:hover {
color: #fff;
background-color: var(--primary);
border-color: var(--primary);
}
.single_event .content-event .event_intro h1.event_title {
font-size: 36px;
margin: 0 0 36px 0;
}
.single_event .content-event .event_intro .image {
margin-bottom: 25px;
}
.single_event .content-event .event_intro .image img {
display: block;
max-height: 520px;
width: 100%;
object-fit: cover;
}
.single_event .content-event .event_intro .wrap-event-info {
display: grid;
grid-template-columns: 1fr 1fr;
padding: 0 0 30px 0;
}
@media only screen and (max-width: 767px) {
.single_event .content-event .event_intro .wrap-event-info {
grid-template-columns: 1fr;
}
.single_event .content-event .event_intro .wrap-event-info .wrap-info {
margin-bottom: 30px;
}
}
.single_event .content-event .event_intro .wrap-event-info .wrap-info .wrap-pro {
margin-bottom: 10px;
}
.single_event .content-event .event_intro .wrap-event-info .wrap-info .wrap-pro i {
margin-right: 8px;
color: var(--primary);
}
.single_event .content-event .event_intro .wrap-event-info .wrap-info .wrap-pro span {
color: var(--text);
}
.single_event .content-event .event_intro .wrap-event-info .wrap-booking-links {
display: flex;
align-items: center;
justify-content: flex-end;
}
@media only screen and (max-width: 645px) {
.single_event .content-event .event_intro .wrap-event-info .wrap-booking-links {
justify-content: flex-start;
}
}
.single_event .content-event .event_intro .wrap-event-info .wrap-booking-links a {
display: inline-block;
font-size: 15px;
font-weight: 700;
line-height: 1.2;
text-transform: capitalize;
border-radius: 0;
background-color: var(--primary);
color: #fff;
padding: 17px 51px;
transition: all 0.3s ease;
}
.single_event .content-event .event_intro .wrap-event-info .wrap-booking-links a:hover {
background-color: var(--heading) !important;
}
.single_event .content-event .event_intro .wrap-event-info .ovaev-category i {
margin-right: 10px;
}
.single_event .content-event .event_intro .wrap-event-info .ovaev-category span, .single_event .content-event .event_intro .wrap-event-info .ovaev-category a {
font-size: 16px;
line-height: 24px;
letter-spacing: 0.2px;
font-weight: 500;
}
.single_event .content-event .event_intro .wrap-event-info .ovaev-category .separator-in {
color: #2a2c37;
}
.single_event .content-event .event_intro .wrap-event-info .ovaev-category a {
color: #202b5d;
font-weight: 500;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.single_event .content-event .event_intro .wrap-event-info .ovaev-category a:hover {
color: var(--primary);
}
.single_event .content-event .tab-Location .event_nav {
display: flex;
flex-wrap: wrap;
margin: 0;
list-style: none;
border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 450px) {
.single_event .content-event .tab-Location .event_nav {
flex-direction: column;
}
}
.single_event .content-event .tab-Location .event_nav button.event_nav-link {
position: relative;
margin: 0 15px;
font-size: 22px;
line-height: 1.2;
color: var(--heading);
background-color: transparent;
font-weight: bold;
padding: 0 0 15px 0;
border-width: 0 0 0 0;
cursor: pointer;
}
.single_event .content-event .tab-Location .event_nav button.event_nav-link .event_nav-link {
display: block;
}
.single_event .content-event .tab-Location .event_nav button.event_nav-link:first-child {
margin-left: 0;
}
@media (max-width: 767px) {
.single_event .content-event .tab-Location .event_nav button.event_nav-link {
text-transform: uppercase;
font-size: 16px;
font-weight: bold;
}
}
@media screen and (max-width: 450px) {
.single_event .content-event .tab-Location .event_nav button.event_nav-link {
padding-bottom: 5px;
margin: 0 0 20px 0;
}
}
.single_event .content-event .tab-Location .event_nav button.event_nav-link.active {
border-width: 0 0 1px 0;
}
.single_event .content-event .tab-Location .tab-content {
margin-top: 40px;
}
.single_event .content-event .tab-Location .tab-content .col_contact {
flex: 0 0 50%;
max-width: 50%;
padding: 0;
}
@media (max-width: 767px) {
.single_event .content-event .tab-Location .tab-content .col_contact {
flex: 0 0 100%;
max-width: 100%;
}
}
.single_event .content-event .tab-Location .tab-content .col_contact .contact .info-contact {
padding: 0;
margin: 0;
}
.single_event .content-event .tab-Location .tab-content .col_contact .contact .info-contact li {
list-style: none;
margin-bottom: 25px;
margin-left: 0;
}
.single_event .content-event .tab-Location .tab-content .col_contact .contact .info-contact li span:nth-child(1) {
color: var(--heading);
letter-spacing: 0.2px;
font-weight: bold;
margin-bottom: 4px;
}
.single_event .content-event .tab-Location .tab-content .col_contact .contact .info-contact li span, .single_event .content-event .tab-Location .tab-content .col_contact .contact .info-contact li a {
font-size: 16px;
color: var(--text);
display: block;
line-height: 1.2;
}
.single_event .content-event .tab-Location .tab-content .col_contact .contact .info-contact li a:hover {
color: var(--primary);
}
.single_event .content-event .tab-Location .tab-content .event_row {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 10px;
}
.single_event .content-event .tab-Location .tab-content .event_row img {
display: block;
width: 100%;
height: 255px;
object-fit: cover;
}
.single_event .content-event .event_tags_share .event-tags {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 0;
margin-top: 50px;
padding-bottom: 40px;
}
.single_event .content-event .event_tags_share .event-tags .ovatags {
display: inline-block;
text-transform: capitalize;
font-size: 100%;
line-height: 22px;
letter-spacing: 0.3px;
color: #202b5d;
font-weight: bold;
margin-right: 10px;
margin-bottom: 10px;
}
.single_event .content-event .event_tags_share .event-tags a {
font-size: 12px;
line-height: 1.2;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.3px;
color: var(--heading);
padding: 18px 30px;
background: #f5f5f5;
border: none;
border-radius: 100px;
margin-bottom: 10px;
}
.single_event .content-event .event_tags_share .event-tags a:hover {
color: #fff !important;
background: var(--primary);
}
.single_event .content-event .event_tags_share .event-tags a:not(:last-child) {
margin-right: 10px;
}
.single_event .content-event .event_tags_share .share_social .share-social-icons {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 12px;
list-style: none;
padding: 30px 0;
margin: 0;
margin-top: 30px;
}
.single_event .content-event .event_tags_share .share_social .share-social-icons li {
display: inline-block;
}
.single_event .content-event .event_tags_share .share_social .share-social-icons li.share {
font-size: 20px;
font-weight: bold;
color: var(--heading);
}
.single_event .content-event .event_tags_share .share_social .share-social-icons li a {
transition: all 0.3s ease;
display: inline-flex;
justify-content: center;
align-items: center;
background-color: #f5f5f5;
width: 46px;
height: 46px;
border-radius: 50%;
font-family: var(--secondary-font);
font-weight: 400;
font-size: 14px;
line-height: 1.2;
font-feature-settings: "pnum" on, "lnum" on, "ordn" on;
color: var(--heading);
}
.single_event .content-event .event_tags_share .share_social .share-social-icons li a:hover {
transition: all 0.3s ease;
background-color: var(--primary);
color: #fff;
}
.single_event .content-event .event_tags_share .share_social .share-social-icons li a i {
display: inline-flex;
}
.single_event .content-event .ova-next-pre-post {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 30px;
margin-bottom: 25px;
direction: ltr;
}
@media (max-width: 767px) {
.single_event .content-event .ova-next-pre-post {
flex-direction: column;
}
}
.single_event .content-event .ova-next-pre-post .pre, .single_event .content-event .ova-next-pre-post .next {
display: flex;
flex: 0 0 calc(50% - 25px);
}
@media (max-width: 767px) {
.single_event .content-event .ova-next-pre-post .pre, .single_event .content-event .ova-next-pre-post .next {
flex: 0 0 100%;
}
}
.single_event .content-event .ova-next-pre-post .pre:hover .num-1 .icon, .single_event .content-event .ova-next-pre-post .next:hover .num-1 .icon {
background-color: var(--primary);
}
.single_event .content-event .ova-next-pre-post .pre:hover .num-1 .icon i, .single_event .content-event .ova-next-pre-post .next:hover .num-1 .icon i {
color: #fff;
}
.single_event .content-event .ova-next-pre-post .pre .num-1, .single_event .content-event .ova-next-pre-post .next .num-1 {
margin-right: 20px;
}
.single_event .content-event .ova-next-pre-post .pre .num-1 .icon, .single_event .content-event .ova-next-pre-post .next .num-1 .icon {
display: inline-block;
width: 50px;
height: 50px;
border: 2px solid #eaeaea;
border-radius: 50%;
position: relative;
transition: 0.4s;
vertical-align: middle;
}
.single_event .content-event .ova-next-pre-post .pre .num-1 .icon i, .single_event .content-event .ova-next-pre-post .next .num-1 .icon i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: inline-block;
line-height: 1;
color: #000;
}
.single_event .content-event .ova-next-pre-post .pre .num-1 .icon i:before, .single_event .content-event .ova-next-pre-post .next .num-1 .icon i:before {
transition: 0.4s;
margin: 0px;
font-size: 28px;
}
.single_event .content-event .ova-next-pre-post .pre .num-2 span.text-label, .single_event .content-event .ova-next-pre-post .next .num-2 span.text-label {
font-size: 16px;
line-height: 22px;
letter-spacing: 0.2px;
font-weight: 400;
margin-bottom: 4px;
display: inline-block;
}
.single_event .content-event .ova-next-pre-post .pre .num-2 .title, .single_event .content-event .ova-next-pre-post .next .num-2 .title {
display: block;
font-size: 20px;
color: var(--heading);
font-weight: bold;
word-break: break-word;
text-decoration: none;
}
.single_event .content-event .ova-next-pre-post .ova-slash {
flex: 0 0 50px;
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
}
@media (max-width: 767px) {
.single_event .content-event .ova-next-pre-post .ova-slash {
display: none;
}
}
.single_event .content-event .ova-next-pre-post .ova-slash span {
width: 7px;
height: 7px;
border-radius: 50%;
background: #bcbfce;
display: inline-block;
}
.single_event .content-event .ova-next-pre-post .pre {
padding-right: 15px;
}
@media (max-width: 767px) {
.single_event .content-event .ova-next-pre-post .pre {
padding-right: 0px;
}
}
.single_event .content-event .ova-next-pre-post .next {
flex-direction: row-reverse;
padding-left: 15px;
}
@media (max-width: 767px) {
.single_event .content-event .ova-next-pre-post .next {
flex-direction: row;
margin-top: 60px;
padding-left: 0px;
}
}
.single_event .content-event .ova-next-pre-post .next .num-1 {
margin: 0px;
margin-left: 20px;
}
@media (max-width: 767px) {
.single_event .content-event .ova-next-pre-post .next .num-1 {
margin-left: 0px;
margin-right: 20px;
}
}
.single_event .content-event .ova-next-pre-post .next .num-2 {
text-align: right;
}
@media (max-width: 767px) {
.single_event .content-event .ova-next-pre-post .next .num-2 {
text-align: left;
}
}
.single_event .content-event .ova-next-pre-post a {
display: flex;
align-items: center;
}
.single_event .content-event .event-related {
margin-bottom: 60px;
}
.single_event .content-event .event-related .related-event {
font-size: 26px;
line-height: 1.2;
margin: 50px 0 25px 0;
}
.single_event .content-event .event-related .archive_event {
grid-template-columns: 1fr 1fr;
grid-gap: 40px;
}
@media (max-width: 767px) {
.single_event .content-event .event-related .archive_event {
grid-template-columns: 1fr;
}
}
.single_event .content-event .event-related .archive_event .ovaev-content.content-grid {
position: relative;
margin-bottom: 0;
}
.single_event .content-event .event-related .archive_event .ovaev-content.content-grid .item {
height: 100%;
box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.single_event .content-event .event-related .archive_event .ovaev-content.content-grid .desc .event-thumbnail {
position: relative;
overflow: hidden;
}
.single_event .content-event .event-related .archive_event .ovaev-content.content-grid .desc .event-thumbnail .date-event {
transition: all 0.5s ease;
position: absolute;
bottom: 20px;
left: 30px;
z-index: 1;
font-size: 12px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
text-align: center;
line-height: 1.3;
letter-spacing: 1px;
background-color: var(--primary);
padding: 12px;
}
.single_event .content-event .event-related .archive_event .ovaev-content.content-grid .desc .event-thumbnail .date-event span {
display: block;
}
.single_event .content-event .event-related .archive_event .ovaev-content.content-grid .desc .event-thumbnail a img {
display: block;
width: 100%;
height: 210px;
object-fit: cover;
}
.single_event .content-event .event-related .archive_event .ovaev-content.content-grid .desc .event_post {
padding: 25px 25px 40px 25px;
}
@media (min-width: 1024px) and (max-width: 1099px) {
.single_event .content-event .event-related .archive_event .ovaev-content.content-grid .desc .event_post {
padding-left: 20px;
padding-right: 20px;
}
}
.single_event .content-event .event-related .archive_event .ovaev-content.content-grid .desc .event_post .post_cat .event_type {
font-size: 16px;
line-height: 22px;
font-weight: 500;
transition: all 0.3 ease;
}
.single_event .content-event .event-related .archive_event .ovaev-content.content-grid .desc .event_post .post_cat .event_type:hover {
color: #202b5d;
}
.single_event .content-event .event-related .archive_event .ovaev-content.content-grid .desc .event_post .event_title {
font-size: 22px;
line-height: 1.3;
color: var(--heading);
text-transform: capitalize;
margin-top: 8px;
margin-bottom: 15px;
}
.single_event .content-event .event-related .archive_event .ovaev-content.content-grid .desc .event_post .event_title a {
color: var(--heading);
}
.single_event .content-event .event-related .archive_event .ovaev-content.content-grid .desc .event_post .event_title a:hover {
color: var(--primary);
}
.single_event .content-event .event-related .archive_event .ovaev-content.content-grid .desc .event_post .time-event {
font-weight: 500;
}
.single_event .content-event .event-related .archive_event .ovaev-content.content-grid .desc .event_post .time-event .time {
margin-bottom: 7px;
}
.single_event .content-event .event-related .archive_event .ovaev-content.content-grid .desc .event_post .button_event {
margin-top: 30px;
display: inline-flex;
align-items: center;
}
.single_event .content-event .event-related .archive_event .ovaev-content.content-grid .desc .event_post .button_event .view_detail {
transition: all 0.3s;
background: #fff;
border: 1px solid var(--primary);
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.2px;
padding: 5px 20px;
}
.single_event .content-event .event-related .archive_event .ovaev-content.content-grid .desc .event_post .button_event .view_detail:hover {
transition: all 0.3s;
color: #fff;
background-color: var(--primary);
border-color: var(--primary);
}
.single_event .wrapper_order {
padding-left: 14px;
position: sticky;
top: 150px;
}
@media (max-width: 767px) {
.single_event .wrapper_order {
padding-left: initial;
}
}
.single_event .wrapper_order .order_ticket {
background: #25282e;
padding: 40px 40px 45px 40px;
}
.single_event .wrapper_order .order_ticket .button_order {
background: #fff;
color: #25282e;
font-size: 16px;
text-transform: uppercase;
font-weight: 500;
height: 50px;
line-height: 50px;
-webkit-box-shadow: none;
box-shadow: none;
border: 0;
margin-bottom: 36px;
cursor: pointer;
width: 100%;
text-align: center;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.single_event .wrapper_order .order_ticket .button_order:focus {
outline: none;
}
.single_event .wrapper_order .order_ticket .button_order a {
color: #25282e;
transition: all 0.3s;
}
.single_event .wrapper_order .order_ticket .button_order:hover {
background: #c1b696;
color: #fff;
}
.single_event .wrapper_order .order_ticket .button_order:hover a {
color: #fff;
}
.single_event .wrapper_order .order_ticket ul.info_order {
padding: 0;
}
.single_event .wrapper_order .order_ticket ul.info_order li {
list-style: none;
margin-bottom: 22px;
}
.single_event .wrapper_order .order_ticket ul.info_order li span {
font-size: 16px;
color: #888888;
font-weight: 400;
line-height: 24px;
display: block;
}
.single_event .wrapper_order .order_ticket ul.info_order li span.label {
color: #fff;
}
.single_event .wrapper_order .order_ticket ul.info_order li a {
color: #888888;
font-size: 16px;
font-weight: 400;
}
.single_event .wrapper_order .order_ticket .share_social {
display: flex;
align-items: center;
cursor: pointer;
position: relative;
padding-top: 17px;
width: fit-content;
}
.single_event .wrapper_order .order_ticket .share_social i {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
background-color: #797c82;
color: #22262e;
border-radius: 50%;
margin-right: 10px;
}
.single_event .wrapper_order .order_ticket .share_social span {
color: #fff;
}
.single_event .wrapper_order .order_ticket .share_social .share-social-icons {
padding-left: 0px;
list-style-type: none;
background-color: #fff;
min-width: 160px;
box-shadow: 0px 3px 15px -3px;
position: absolute;
bottom: 100%;
left: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.single_event .wrapper_order .order_ticket .share_social .share-social-icons li {
padding-left: 18px;
border-bottom: 1px solid #e8e8e8;
}
.single_event .wrapper_order .order_ticket .share_social .share-social-icons li a {
padding-bottom: 5px;
padding-top: 7px;
display: inline-block;
font-size: 15px;
line-height: 24px;
color: #777777;
}
.single_event .wrapper_order .order_ticket .share_social:hover .share-social-icons {
opacity: 1;
visibility: visible;
}
.single_event .content_comments .comments ul.commentlists {
margin-bottom: 0;
}
.single_event .content_comments .comments .comment-respond .title-comment {
margin: 78px 0 33px 0;
}
.ovaev-event-content p {
color: var(--text);
}
.ovaev-event-content .event-medium-heading {
margin: 25px 0;
font-size: 20px;
color: var(--primary);
font-weight: 500;
}
.ovaev-event-content .wp-block-columns {
margin: 40px 0;
}
.ovaev-event-content .wp-block-columns .wp-block-image img {
width: 100%;
object-fit: cover;
}
.ovaev-meta-event {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
}
.ovaev-meta-event .author {
margin-right: 14px;
}
.ovaev-meta-event .author a {
color: var(--text);
}
.ovaev-meta-event .author a:hover {
color: var(--primary);
}
.ovaev-calendar-sync {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 20px;
}
.ovaev-calendar-sync a {
font-weight: 600;
}
.ovaev-calendar-sync a:hover {
text-decoration: underline;
}
.search_archive_event {
padding-bottom: 50px;
margin-bottom: 50px;
border-bottom: 1px solid #f1f1f1;
}
.search_archive_event form {
display: flex;
justify-content: space-around;
align-items: flex-end;
gap: 30px;
}
@media (max-width: 768px) {
.search_archive_event form {
flex-direction: column;
justify-content: center;
align-items: center;
}
}
.search_archive_event form input {
height: 50px;
display: inline-block;
}
.search_archive_event form .ovaev_cat_search {
width: 28%;
position: relative;
}
@media (max-width: 1024px) {
.search_archive_event form .ovaev_cat_search {
width: 25%;
}
}
@media (max-width: 768px) {
.search_archive_event form .ovaev_cat_search {
width: 310px;
}
}
.search_archive_event form .ovaev_cat_search .ovaev_type {
background-image: none;
}
.search_archive_event form .ovaev_cat_search i {
font-size: 22px;
color: var(--primary);
position: absolute;
top: 13px;
right: 15px;
}
.search_archive_event form .ova-label-search {
display: inline-block;
font-size: 16px;
line-height: 1.3;
font-weight: 700;
color: var(--heading);
margin-bottom: 8px;
}
.search_archive_event form .select2-selection {
width: 100%;
outline: none;
height: 100%;
padding: 4px 15px;
border: 1px solid #e2e2e2;
border-radius: 5px;
}
.search_archive_event form .select2-selection.select2-selection--single .select2-selection__rendered {
font-size: 16px;
color: var(--text);
line-height: 40px;
padding: 0;
opacity: 1;
}
.search_archive_event form .select2-selection .select2-selection__arrow {
height: 100%;
top: 0;
display: none;
}
.search_archive_event form .start_date, .search_archive_event form .end_date {
width: 28%;
position: relative;
}
@media (max-width: 1024px) {
.search_archive_event form .start_date, .search_archive_event form .end_date {
width: 25%;
}
}
@media (max-width: 768px) {
.search_archive_event form .start_date, .search_archive_event form .end_date {
width: 310px;
}
}
.search_archive_event form .start_date input, .search_archive_event form .end_date input {
border: 1px solid #e2e2e2;
border-radius: 5px;
width: 100%;
font-size: 16px;
line-height: 50px;
}
.search_archive_event form .start_date input::placeholder, .search_archive_event form .end_date input::placeholder {
font-size: 16px;
line-height: 50px;
opacity: 1;
}
.search_archive_event form .start_date i, .search_archive_event form .end_date i {
font-size: 16px;
color: var(--primary);
position: absolute;
bottom: 16px;
right: 15px;
}
.search_archive_event form .wrap-ovaev_submit {
width: 16%;
}
@media (max-width: 767px) {
.search_archive_event form .wrap-ovaev_submit {
width: 310px;
margin-top: 20px;
}
}
.search_archive_event form .wrap-ovaev_submit .ovaev_submit {
transition: 0.3s all linear;
width: 100%;
border-radius: 5px;
font-size: 16px;
line-height: 1;
font-weight: 700;
text-decoration: none;
cursor: pointer;
}
.search_archive_event form .wrap-ovaev_submit .ovaev_submit:hover {
background-color: var(--heading);
color: #fff;
border: none;
transition: 0.3s all linear;
}
.rtl .search_archive_event form .ovaev_cat_search i, .rtl .search_archive_event form .start_date i, .rtl .search_archive_event form .end_date i {
right: unset;
left: 15px;
}
.rtl .search_archive_event form .select2-selection.select2-selection--single .select2-selection__rendered {
direction: rtl;
}
.archive_event {
display: grid;
grid-gap: 30px;
}
.archive_event.col1 {
grid-template-columns: 1fr;
}
.archive_event.col2 {
grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
.archive_event.col2 {
grid-template-columns: 1fr;
}
}
.archive_event.col3 {
grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
.archive_event.col3 {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 768px) {
.archive_event.col3 {
grid-template-columns: 1fr;
}
}
.ovaev-event-element {
position: relative;
}
.ovaev-event-element .item {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 20px;
padding: 45px 0;
background-color: transparent;
border-bottom: 1px solid #e0e0e0;
}
.ovaev-event-element .item:first-child {
border-top: 1px solid #e0e0e0;
}
.ovaev-event-element .item .date-time_title {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}
@media (max-width: 767px) {
.ovaev-event-element .item .date-time_title {
flex-direction: column;
align-items: flex-start;
}
}
.ovaev-event-element .item .date-start {
position: relative;
font-size: 16px;
font-weight: bold;
line-height: 1.2;
color: var(--heading);
min-width: 180px;
}
.ovaev-event-element .item .event-thumbnail-v2 .date-event {
display: none;
}
.ovaev-event-element .item .event-thumbnail-v2 img {
display: block;
min-width: 80px;
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 50%;
}
.ovaev-event-element .item .time_title {
max-width: 420px;
}
.ovaev-event-element .item .time_title .title {
margin: 0;
font-size: 22px;
line-height: 1.4;
}
.ovaev-event-element .item .time_title .title a {
color: var(--heading);
}
.ovaev-event-element .item .time_title .title a:hover {
text-decoration: underline;
}
.ovaev-event-element .item .time_title .time-venue {
line-height: 1;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 6px;
column-gap: 16px;
margin-bottom: 8px;
}
.ovaev-event-element .item .time_title .time-venue span {
line-height: 1.2;
font-weight: 500;
}
.ovaev-event-element .item .event-excerpt {
margin: 0;
max-width: 300px;
}
.ovaev-event-element .item .readmore.up-arrow {
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
justify-content: center;
width: 46px;
min-width: 46px;
height: 46px;
border: 1px solid rgba(5, 26, 83, 0.1);
border-radius: 50%;
}
.ovaev-event-element .item .readmore.up-arrow i {
transition: all 0.3s ease;
display: inline-flex;
color: var(--heading);
transform: rotate(45deg);
}
.ovaev-event-element .item .readmore.up-arrow:hover {
transition: all 0.3s ease;
background-color: var(--primary);
}
.ovaev-event-element .item .readmore.up-arrow:hover i {
transition: all 0.3s ease;
color: #fff;
}
.ovaev-event-element.version_1 .item.type2 {
border: none;
background-color: #fff;
padding: 24px 35px 24px 55px;
margin-bottom: 20px;
}
@media (max-width: 1024px) {
.ovaev-event-element.version_1 .item.type2 {
padding: 24px 24px 24px 35px;
}
}
.ovaev-event-element.version_1 .item.type2 .date-time_title {
column-gap: 40px;
}
.ovaev-event-element.version_1 .item.type2 .date-start {
transition: all 0.3s ease;
position: absolute;
top: 10px;
left: -20px;
z-index: 1;
font-size: 12px;
color: #fff;
text-transform: uppercase;
text-align: center;
line-height: 1.3;
letter-spacing: 1px;
background-color: var(--primary);
padding: 12px;
min-width: 56px;
}
.ovaev-event-element.version_1 .item.type2 .date-start span {
display: block;
}
.ovaev-event-element.version_1 .item.type2 .event-thumbnail-v2 img {
width: 120px;
min-width: 120px;
height: 120px;
}
.ovaev-event-element.version_1 .item.type2 .time_title .title {
margin: 0 0 10px 0;
font-size: 24px;
}
.ovaev-event-element.version_1 .item.type2 .time_title .venue i {
color: var(--text);
}
.ovaev-event-element.version_1 .item.type3 {
padding: 25px 0;
}
@media (min-width: 768px) {
.ovaev-event-element.version_1 .item.type3 {
flex-wrap: nowrap;
}
}
.ovaev-event-element.version_1 .item.type3:hover .event-thumbnail-v2 {
transition: all 0.5s ease;
top: 50%;
opacity: 1;
visibility: visible;
z-index: 1;
}
@media (max-width: 767px) {
.ovaev-event-element.version_1 .item.type3:hover .event-thumbnail-v2 {
top: 85%;
}
}
.ovaev-event-element.version_1 .item.type3 .date-time_title {
position: static;
column-gap: 30px;
}
.ovaev-event-element.version_1 .item.type3 .date-start {
transition: all 0.3s ease;
font-size: 12px;
color: #fff;
text-transform: uppercase;
text-align: center;
line-height: 1.3;
letter-spacing: 1px;
background-color: var(--primary);
padding: 12px;
min-width: 56px;
}
.ovaev-event-element.version_1 .item.type3 .date-start span {
display: block;
}
.ovaev-event-element.version_1 .item.type3 .event-thumbnail-v2 {
transition: all 0.5s ease;
position: absolute;
top: 40%;
right: 18%;
transform: translateY(-50%);
z-index: -1;
opacity: 0;
visibility: hidden;
}
@media (max-width: 767px) {
.ovaev-event-element.version_1 .item.type3 .event-thumbnail-v2 {
right: 5%;
}
}
.ovaev-event-element.version_1 .item.type3 .event-thumbnail-v2 img {
width: 265px;
min-width: 265px;
height: 200px;
border-radius: 0;
}
@media (max-width: 767px) {
.ovaev-event-element.version_1 .item.type3 .event-thumbnail-v2 img {
width: 155px;
min-width: 155px;
height: 100px;
}
}
.ovaev-event-element.version_1 .item.type3 .time_title {
max-width: 100%;
}
.ovaev-event-element.version_1 .item.type3 .time_title .title {
margin: 0 0 10px 0;
font-size: 24px;
}
.ovaev-event-element.version_1 .item.type3 .readmore.up-arrow i {
transform: rotate(90deg);
}
.ovaev-event-element.version_2 .container-event {
margin: 0;
padding: 0;
}
.ovaev-event-element.version_2 .container-event .content-event .archive_event {
margin: 0;
}
.ovaev-event-element.version_2 .title-readmore {
margin-bottom: 30px;
}
.ovaev-event-element.version_2 .title-readmore:after {
content: "";
display: block;
clear: both;
}
.ovaev-event-element.version_2 .title-readmore .title-event {
margin: 0;
font-size: 36px;
line-height: 1.5;
float: left;
}
.ovaev-event-element.version_2 .title-readmore .read-more {
transition: all 0.3s ease;
font-size: 18px;
font-weight: 600;
line-height: 1.2;
letter-spacing: 0.2px;
float: right;
}
.rtl .ovaev-event-element.version_1 .item.type2 .date-start {
right: -20px;
left: unset;
}
.rtl .ovaev-event-element.version_1 .item.type3 .event-thumbnail-v2 {
right: unset;
left: 18%;
}
@media (max-width: 767px) {
.rtl .ovaev-event-element.version_1 .item.type3 .event-thumbnail-v2 {
right: unset;
left: 5%;
}
}
.cal1 .clndr .clndr-controls {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
position: relative;
color: #23d3d3;
font-size: 20px;
line-height: 60px;
font-weight: 600;
background-color: #202b5d;
margin-bottom: -10px;
}
.cal1 .clndr .clndr-controls .month {
float: left;
width: 60%;
text-align: center;
}
.cal1 .clndr .clndr-controls .clndr-control-button {
float: left;
width: 20%;
}
.cal1 .clndr .clndr-controls .clndr-control-button.rightalign {
text-align: right;
width: 20%;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button {
cursor: pointer;
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; color: transparent;
font-size: 0;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:after {
position: absolute;
top: 40%;
right: 20px;
content: "";
display: inline-block;
height: 13px;
width: 13px;
border: solid #23d3d3;
border-width: 0 2px 2px 0;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover:after {
border-color: #fff;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive {
opacity: 0.5;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive:hover {
background: none;
cursor: default;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
cursor: pointer;
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; color: transparent;
font-size: 0;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:before {
position: absolute;
top: 40%;
left: 20px;
content: "";
display: inline-block;
height: 13px;
width: 13px;
border: solid #23d3d3;
border-width: 0 2px 2px 0;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover:before {
border-color: #fff;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive {
opacity: 0.5;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive:hover {
background: none;
cursor: default;
}
.cal1 .clndr .clndr-table {
table-layout: fixed;
width: 100%;
margin: 10px 0 0;
}
.cal1 .clndr .clndr-table .header-days {
height: 30px;
font-size: 16px;
background: #e8e9ee;
}
.cal1 .clndr .clndr-table .header-days .header-day {
vertical-align: middle;
text-align: center;
color: #202b5d;
}
.cal1 .clndr .clndr-table tr {
height: 50px;
}
.cal1 .clndr .clndr-table tr td {
vertical-align: top;
}
.cal1 .clndr .clndr-table tr .day {
width: 100%;
height: inherit;
vertical-align: middle;
}
.cal1 .clndr .clndr-table tr .day:hover {
background: #eee;
}
.cal1 .clndr .clndr-table tr .day.today,
.cal1 .clndr .clndr-table tr .day.my-today {
background: #9AD6E3;
}
.cal1 .clndr .clndr-table tr .day.today:hover,
.cal1 .clndr .clndr-table tr .day.my-today:hover {
background: #72c6d8;
}
.cal1 .clndr .clndr-table tr .day.today.event,
.cal1 .clndr .clndr-table tr .day.my-today.event {
background: #a7dbc1;
}
.cal1 .clndr .clndr-table tr .day.event,
.cal1 .clndr .clndr-table tr .day.my-event {
background: #B4E09F;
}
.cal1 .clndr .clndr-table tr .day.event:hover,
.cal1 .clndr .clndr-table tr .day.my-event:hover {
background: #96d478;
cursor: pointer;
}
.cal1 .clndr .clndr-table tr .day.inactive,
.cal1 .clndr .clndr-table tr .day.my-inactive {
background: #ddd;
}
.cal1 .clndr .clndr-table tr .day .day-contents {
box-sizing: border-box;
font-size: 16px;
text-align: center;
color: #202b5d;
}
.cal1 .clndr .clndr-table tr .empty,
.cal1 .clndr .clndr-table tr .adjacent-month,
.cal1 .clndr .clndr-table tr .my-empty,
.cal1 .clndr .clndr-table tr .my-adjacent-month {
width: 100%;
height: inherit;
background: #f5f5f5;
}
.cal1 .clndr .clndr-table tr .empty:hover,
.cal1 .clndr .clndr-table tr .adjacent-month:hover,
.cal1 .clndr .clndr-table tr .my-empty:hover,
.cal1 .clndr .clndr-table tr .my-adjacent-month:hover {
background: #ddd;
}
.title_event_calendar {
color: #ffff !important;
background-color: #23d3d3;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
font-size: 24px;
line-height: 44px;
font-weight: 600;
margin-bottom: 40px;
margin-top: 0;
}
.title_event_calendar:before, .title_event_calendar:after {
display: none;
}
.ovaev-event-element.ovaev-event-slide {
position: relative;
padding: 0;
}
.ovaev-event-element.ovaev-event-slide .owl-carousel .owl-stage-outer {
margin-right: -20px;
margin-left: -20px;
padding-left: 20px;
padding-right: 20px;
width: auto;
padding-bottom: 30px;
}
@media (max-width: 1290px) {
.ovaev-event-element.ovaev-event-slide .owl-carousel .owl-stage-outer {
margin-right: 0px;
margin-left: 0px;
padding-left: 0px;
padding-right: 0px;
width: 100%;
}
}
.ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid:hover img {
transform: scale(1.05);
}
.ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid .date-event {
position: absolute;
top: 20px;
display: flex;
z-index: 2;
}
.ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid .date-event .date {
color: #fff;
font-size: 20px;
padding: 0px 8px 0px 10px;
height: 36px;
line-height: 36px;
font-weight: 700;
background-color: #ff3514;
}
.ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid .date-event .month-year {
background: #fff;
color: #202b5d;
font-weight: 600;
font-size: 16px;
text-transform: uppercase;
padding: 0px 15px 0px 12px;
height: 36px;
line-height: 36px;
letter-spacing: 0.2px;
}
.ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid .date-event .month-year .month {
margin-right: 5px;
}
.ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid .desc .event-thumbnail {
overflow: hidden;
}
.ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid .desc .event-thumbnail a img {
width: 100%;
transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
}
.ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid .desc .event_post {
padding: 23px 25px 40px 25px;
text-align: left;
border-top: 0;
-webkit-transition: all 3s;
transition: all 0.3s;
}
@media (min-width: 1024px) and (max-width: 1099px) {
.ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid .desc .event_post {
padding-left: 20px;
padding-right: 20px;
}
}
.ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid .desc .event_post .post_cat .event_type {
font-size: 17px;
line-height: 22px;
color: #0067da;
font-weight: 600;
}
.ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid .desc .event_post .post_cat .event_type:hover {
color: #ff3514;
}
.ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid .desc .event_post .event_title {
font-size: 22px;
line-height: 26px;
letter-spacing: 0.2px;
color: #202b5d;
text-transform: capitalize;
margin-top: 12px;
margin-bottom: 10px;
}
.ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid .desc .event_post .event_title a {
font-size: 22px;
line-height: 26px;
letter-spacing: 0.2px;
color: #202b5d;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-weight: 400;
text-decoration: none;
}
.ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid .desc .event_post .event_title a:hover {
color: #ff3514;
}
.ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid .desc .event_post .time-event {
line-height: 22px;
color: #62718d;
font-size: 16px;
font-weight: 400;
}
.ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid .desc .event_post .time-event .time {
margin-bottom: 7px;
}
.ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid .desc .event_post .time-event .time, .ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid .desc .event_post .time-event .venue {
display: flex;
align-items: center;
}
.ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid .desc .event_post .time-event svg {
color: #62718d;
width: 18px;
margin-right: 6px;
}
.ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid .desc .event_post .button_event {
margin-top: 30px;
display: inline-flex;
align-items: center;
}
.ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid .desc .event_post .button_event .view_detail {
background: #fff;
border: 2px solid #e0e0e0;
margin-right: 11px;
font-weight: 500;
-webkit-transition: all 0.3s;
transition: all 0.3s;
color: #202b5d;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.2px;
padding: 6px 20px 5px 20px;
}
.ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid .desc .event_post .button_event .view_detail:hover {
color: #fff;
background-color: #ff3514;
border-color: #ff3514;
}
.ovaev-event-element.ovaev-event-slide .ovaev-content.content-grid .item {
box-shadow: none;
background: #fff;
}
.ovaev-event-element.ovaev-event-slide .owl-item.active .ovaev-content.content-grid .item {
box-shadow: 0px 10px 40px -10px rgba(6, 22, 58, 0.1);
}
.ovaev-event-element.ovaev-event-slide:hover .owl-nav button {
visibility: visible;
opacity: 1;
transition-duration: 0.3s;
}
@media (max-width: 1300px) {
.ovaev-event-element.ovaev-event-slide .owl-nav {
display: none;
}
}
.ovaev-event-element.ovaev-event-slide .owl-nav button {
position: absolute;
top: calc(50% - 36px);
border-color: 1px solid #e5e5e5;
box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
border-radius: 50%;
width: 50px;
height: 50px;
display: inline-flex;
justify-content: center;
align-items: center;
outline: none;
transition: 0.4s;
visibility: hidden;
opacity: 0;
}
.ovaev-event-element.ovaev-event-slide .owl-nav button:focus {
outline: none;
}
.ovaev-event-element.ovaev-event-slide .owl-nav button:hover i {
color: var(--primary);
}
.ovaev-event-element.ovaev-event-slide .owl-nav button i {
font-size: 26px;
}
.ovaev-event-element.ovaev-event-slide .owl-nav button.owl-prev {
left: -25px;
background-color: #fff;
}
.ovaev-event-element.ovaev-event-slide .owl-nav button.owl-next {
right: -25px;
background-color: #fff;
}
.ovaev-event-element.ovaev-event-slide .owl-dots {
text-align: center;
margin-top: 5px;
}
.ovaev-event-element.ovaev-event-slide .owl-dots .owl-dot {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
margin: 0 2px;
width: 21px;
padding: 0;
background: transparent;
border-color: transparent;
height: 21px;
}
.ovaev-event-element.ovaev-event-slide .owl-dots .owl-dot span {
width: 5px;
height: 5px;
background: var(--heading);
display: block;
border-radius: inherit;
-webkit-backface-visibility: visible;
transition: opacity 0.2s ease;
}
.ovaev-event-element.ovaev-event-slide .owl-dots .owl-dot.active {
border: 1px solid var(--primary);
}
.ovaev-event-element.ovaev-event-slide .owl-dots .owl-dot.active span {
opacity: 1;
background: var(--primary);
}
.ovapo_project_slide .owl-carousel .owl-item.active .owl-lazy {
opacity: 1 !important;
}
@media (max-width: 767px) {
.ovapo_project_slide .grid {
padding-top: 60px;
}
}
.ovapo_project_slide .grid .grid-item {
position: relative;
}
.ovapo_project_slide .grid .grid-item:after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
transition: 0.3s all linear;
}
@media (max-width: 767px) {
.ovapo_project_slide .grid .grid-item:after {
background-color: transparent;
}
}
.ovapo_project_slide .grid .grid-item:hover:after {
opacity: 1;
transition: 0.3s all linear;
}
.ovapo_project_slide .grid .grid-item:hover .info {
opacity: 1;
transition: 0.3s all linear;
}
.ovapo_project_slide .grid .grid-item .info {
position: absolute;
z-index: 99;
left: 30px;
bottom: 0;
display: flex;
flex-direction: column;
opacity: 0;
transition: 0.3s all linear;
}
@media (max-width: 767px) {
.ovapo_project_slide .grid .grid-item .info {
position: relative;
opacity: 1;
left: 0;
padding-left: 10px;
}
}
.ovapo_project_slide .grid .grid-item .info .title {
color: #fff;
margin: 0;
font-weight: 600;
font-size: 22px;
text-transform: uppercase;
transition: 0.3s all linear;
}
.ovapo_project_slide .grid .grid-item .info .title:hover {
color: #fed501;
transition: 0.3s all linear;
}
@media (max-width: 767px) {
.ovapo_project_slide .grid .grid-item .info .title {
margin-top: 10px;
}
}
.ovapo_project_slide .grid .grid-item .info .cat {
color: #fff;
padding-left: 8px;
line-height: 0.9em;
margin-top: 10px;
text-transform: capitalize;
}
.ovapo_project_slide .grid:hover .owl-nav button {
visibility: visible;
opacity: 1;
transition-duration: 0.3s;
}
@media (max-width: 1300px) {
.ovapo_project_slide .grid .owl-nav {
display: none;
}
}
.ovapo_project_slide .grid .owl-nav button {
position: absolute;
top: calc(50% - 36px);
border-color: 1px solid #e5e5e5;
box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
border-radius: 50%;
width: 50px;
height: 50px;
display: inline-flex;
justify-content: center;
align-items: center;
outline: none;
transition: 0.4s;
visibility: hidden;
opacity: 0;
}
.ovapo_project_slide .grid .owl-nav button:focus {
outline: none;
}
.ovapo_project_slide .grid .owl-nav button:hover i {
color: var(--primary);
}
.ovapo_project_slide .grid .owl-nav button i {
font-size: 26px;
}
.ovapo_project_slide .grid .owl-nav button.owl-prev {
left: -25px;
background-color: #fff;
}
.ovapo_project_slide .grid .owl-nav button.owl-next {
right: -25px;
background-color: #fff;
}
.ovapo_project_grid .button-filter {
display: flex;
gap: 12px;
flex-wrap: wrap;
padding-bottom: 40px;
justify-content: center;
}
.ovapo_project_grid .button-filter button {
cursor: pointer;
font-size: 18px;
font-weight: bold;
color: var(--heading);
padding: 5px 8px;
background-color: transparent;
border: none;
text-transform: capitalize;
}
.ovapo_project_grid .button-filter button.active, .ovapo_project_grid .button-filter button:hover {
color: var(--primary);
background-color: transparent;
}
.ovapo_project_grid.grid .items {
margin: 0 -15px;
}
@media (max-width: 480px) {
.ovapo_project_grid.grid .items {
margin: 0;
}
}
.ovapo_project_grid .content {
position: relative;
}
.ovapo_project_grid .content .items {
display: flex;
flex-wrap: wrap;
direction: ltr;
}
.ovapo_project_grid .content .items .wrap_item.four_column {
width: 25%;
}
@media (max-width: 767px) {
.ovapo_project_grid .content .items .wrap_item.four_column {
width: 50%;
}
}
@media (max-width: 480px) {
.ovapo_project_grid .content .items .wrap_item.four_column {
width: 100%;
}
}
.ovapo_project_grid .content .items .wrap_item.three_column {
width: 33.333%;
}
@media (max-width: 767px) {
.ovapo_project_grid .content .items .wrap_item.three_column {
width: 50%;
}
}
@media (max-width: 480px) {
.ovapo_project_grid .content .items .wrap_item.three_column {
width: 100%;
}
}
.ovapo_project_grid .content .items .item {
width: 100%;
}
.ovapo_project_grid .wrap_loader {
display: none;
position: absolute;
width: 100%;
height: 100%;
top: 0;
z-index: 2;
background-color: rgba(255, 255, 255, 0.9);
}
.ovapo_project_grid .wrap_loader .loader {
position: absolute;
top: 100px;
left: 50%;
transform: translate(-50%);
stroke-linecap: round;
}
.ovapo_project_grid .wrap_loader .loader circle {
fill: none;
stroke-width: 1.5;
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
transform-origin: 25px 25px;
will-change: transform;
stroke: #FF0000;
}
.ovapo_project_grid .wrap_loader .loader circle:nth-of-type(1) {
stroke-dasharray: 40px;
animation-name: preloader_1;
}
.ovapo_project_grid .wrap_loader .loader circle:nth-of-type(2) {
stroke-dasharray: 80px;
animation-name: preloader_2;
}
@keyframes preloader_1 {
100% {
transform: rotate(360deg);
}
}
@keyframes preloader_2 {
100% {
transform: rotate(-360deg);
}
}
.ovapo_project_grid .wrap_loader .not_found {
display: none;
}
.ovapo_project_grid:hover .ovapo_project_slide .items .owl-nav button {
opacity: 1;
transition: 0.3s;
}
.ovapo_project_grid .ovapo_project_slide .owl-carousel .owl-stage-outer {
margin-right: -20px;
margin-left: -20px;
padding-left: 20px;
padding-right: 20px;
width: calc(100% + 40px);
padding-bottom: 30px;
}
@media (max-width: 1290px) {
.ovapo_project_grid .ovapo_project_slide .owl-carousel .owl-stage-outer {
margin-right: 0px;
margin-left: 0px;
padding-left: 0px;
padding-right: 0px;
width: 100%;
}
}
.ovapo_project_grid .btn_grid {
display: flex;
justify-content: center;
margin-top: 30px;
}
@media (max-width: 767px) {
.ovapo_project_grid .btn_grid {
margin-top: 10px;
}
}
.ovapo_project_grid .btn_grid .btn_grid_event {
transition: all 0.3s ease;
font-size: 15px;
font-weight: 500;
line-height: 1.2;
padding: 17px 51px;
color: #fff;
background-color: var(--primary);
}
.ovapo_project_grid .btn_grid .btn_grid_event:hover {
background-color: #000;
}
.ovaev-wrapper-search-ajax .ovaev-search-ajax-form.search_archive_event form .start_date, .ovaev-wrapper-search-ajax .ovaev-search-ajax-form.search_archive_event form .end_date, .ovaev-wrapper-search-ajax .ovaev-search-ajax-form.search_archive_event form .ovaev_cat_search {
padding: 0;
}
.ovaev-wrapper-search-ajax .ovaev-search-ajax-form.search_archive_event form .start_date i, .ovaev-wrapper-search-ajax .ovaev-search-ajax-form.search_archive_event form .end_date i, .ovaev-wrapper-search-ajax .ovaev-search-ajax-form.search_archive_event form .ovaev_cat_search i {
right: 20px;
}
.ovaev-wrapper-search-ajax .ovaev-search-ajax-container {
position: relative;
}
.ovaev-wrapper-search-ajax .ovaev-search-ajax-container .search-ajax-content .data-events {
display: none;
}
.ovaev-wrapper-search-ajax .ovaev-search-ajax-container .wrap_loader {
display: none;
position: absolute;
width: 100%;
height: 100%;
top: 0;
z-index: 2;
background-color: rgba(255, 255, 255, 0.9);
}
.ovaev-wrapper-search-ajax .ovaev-search-ajax-container .wrap_loader .loader {
position: absolute;
top: 100px;
left: 50%;
transform: translate(-50%);
stroke-linecap: round;
}
.ovaev-wrapper-search-ajax .ovaev-search-ajax-container .wrap_loader .loader circle {
fill: none;
stroke-width: 1.5;
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
transform-origin: 25px 25px;
will-change: transform;
stroke: #FF0000;
}
.ovaev-wrapper-search-ajax .ovaev-search-ajax-container .wrap_loader .loader circle:nth-of-type(1) {
stroke-dasharray: 40px;
animation-name: preloader_1;
}
.ovaev-wrapper-search-ajax .ovaev-search-ajax-container .wrap_loader .loader circle:nth-of-type(2) {
stroke-dasharray: 80px;
animation-name: preloader_2;
}
@keyframes preloader_1 {
100% {
transform: rotate(360deg);
}
}
@keyframes preloader_2 {
100% {
transform: rotate(-360deg);
}
}
.ovaev-wrapper-search-ajax .ovaev-search-ajax-container .wrap_loader .not_found {
display: none;
} .fc .fc-toolbar {
flex-wrap: wrap;
}
@media (max-width: 768px) {
.fc .fc-toolbar {
flex-direction: column;
justify-content: center;
}
.fc .fc-toolbar .fc-toolbar-chunk:not(:last-child) {
margin-bottom: 10px;
}
}
.fc-view-harness .fc-view-harness-passive a {
text-decoration: none;
}
.fc .fc-list-event.fc-event-forced-url:hover a {
text-decoration: none;
color: #ff3514;
}
.fc a[data-navlink]:hover {
text-decoration: none;
}
.popper, .tooltip {
position: absolute;
z-index: 9999;
background-color: #fff;
color: black;
width: 400px;
border-radius: 3px;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
padding-bottom: 10px;
text-align: center;
}
.popper .popper__arrow, .tooltip .tooltip-arrow {
width: 0;
height: 0;
border-style: solid;
position: absolute;
margin: 5px;
}
.tooltip .tooltip-arrow, .popper .popper__arrow {
border-color: #FFC107;
}
.popper[x-placement^=top], .tooltip[x-placement^=top] {
margin-bottom: 1px;
}
.popper[x-placement^=top] .popper__arrow, .tooltip[x-placement^=top] .tooltip-arrow {
border-width: 5px 5px 0 5px;
border-left-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
bottom: -5px;
left: calc(50% - 5px);
margin-top: 0;
margin-bottom: 0;
}
.popper[x-placement^=bottom], .tooltip[x-placement^=bottom] {
margin-top: 1px;
}
.tooltip[x-placement^=bottom] .tooltip-arrow, .popper[x-placement^=bottom] .popper__arrow {
border-width: 0 5px 5px 5px;
border-left-color: transparent;
border-right-color: transparent;
border-top-color: transparent;
top: -5px;
left: calc(50% - 5px);
margin-top: 0;
margin-bottom: 0;
}
.tooltip[x-placement^=right], .popper[x-placement^=right] {
margin-left: 1px;
}
.popper[x-placement^=right] .popper__arrow, .tooltip[x-placement^=right] .tooltip-arrow {
border-width: 5px 5px 5px 0;
border-left-color: transparent;
border-top-color: transparent;
border-bottom-color: transparent;
left: -5px;
top: calc(50% - 5px);
margin-left: 0;
margin-right: 0;
}
.popper[x-placement^=left], .tooltip[x-placement^=left] {
margin-right: 1px;
}
.popper[x-placement^=left] .popper__arrow, .tooltip[x-placement^=left] .tooltip-arrow {
border-width: 5px 0 5px 5px;
border-top-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
right: -5px;
top: calc(50% - 5px);
margin-left: 0;
margin-right: 0;
}
.tooltip-inner {
overflow: hidden;
border-radius: 3px;
}
.tooltip-inner a {
text-decoration: none;
color: #202b5d;
font-size: 18px;
}
.tooltip-inner a:hover {
color: #ff3514;
}
.tooltip-inner a img {
width: 100%;
transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.tooltip-inner a img:hover {
transform: scale(1.05);
}
.tooltip-inner p {
margin: 20px 0;
}
.calendar_filter_event {
margin: 30px 0;
padding: 20px;
background-color: #fff;
border: 1px solid #e4e4e4;
border-radius: 5px;
}
.calendar_filter_event label {
display: block;
color: var(--heading);
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
}
.calendar_filter_event #calendar_filter_event {
border-radius: 5px;
max-width: 420px;
}
a.fc-col-header-cell-cushion {
color: #343434 !important;
}
.fc-col-header {
margin: 0;
padding: 0;
}
.type1 {
position: relative;
background-color: #fff;
}
.type1:hover .date-event {
transition: all 0.5s ease;
left: 0;
}
.type1 .date-event {
transition: all 0.5s ease;
position: absolute;
bottom: 20px;
left: 30px;
z-index: 1;
font-size: 12px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
text-align: center;
line-height: 1.3;
letter-spacing: 1px;
background-color: var(--primary);
padding: 12px;
}
.type1 .date-event span {
display: block;
}
.type1 .desc {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.type1 .desc .event-thumbnail {
position: relative;
overflow: hidden;
}
.type1 .desc .event-thumbnail img {
display: block;
width: 100%;
height: 213px;
object-fit: cover;
}
.type1 .desc .event_post {
margin: auto;
padding: 30px;
}
.type1 .desc .event_post .meta-event {
margin-bottom: 20px;
}
.type1 .desc .event_post .meta-event .venue, .type1 .desc .event_post .meta-event .time {
font-size: 14px;
font-weight: 500;
line-height: 1.2;
margin-bottom: 8px;
}
.type1 .desc .event_post .event_title {
margin: 0;
font-size: 22px;
line-height: 1.4;
color: var(--heading);
}
.type1 .desc .event_post .event_title a {
color: var(--heading);
}
.type1 .desc .event_post .event_title a:hover {
color: var(--primary);
}
.archive_event.horizontal .type1 .date-event {
top: 0;
left: 0;
bottom: unset;
}
.archive_event.horizontal .type1 .desc {
display: grid;
grid-template-columns: 0.37fr 0.63fr;
}
@media (max-width: 767px) {
.archive_event.horizontal .type1 .desc {
grid-template-columns: auto;
}
}
.archive_event.horizontal .type1 .desc .event_post .event_title {
font-size: 20px;
}
.type2 {
position: relative;
overflow: hidden;
}
.type2:hover .desc .event-thumbnail:before {
transition: all 0.5s ease;
opacity: 0.8;
}
.type2:hover .desc .event_post {
transition: all 0.5s ease;
top: 0;
}
.type2:hover .desc .event_post .time-event, .type2:hover .desc .event_post .icon {
transition: all 0.5s ease;
opacity: 1;
visibility: visible;
}
.type2 .date-event {
display: inline-block;
font-size: 12px;
line-height: 1;
font-weight: 500;
color: #fff;
text-align: center;
padding: 8px;
background-color: var(--primary);
}
.type2 .date-event i {
display: none;
}
.type2 .desc .event-thumbnail {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%;
min-height: 430px;
}
.type2 .desc .event-thumbnail img {
display: none;
width: 100%;
}
.type2 .desc .event-thumbnail:before {
transition: all 0.5s ease;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0.4;
}
.type2 .desc .event_post {
transition: all 0.5s ease;
position: absolute;
left: 0;
top: 55%;
padding: 45px 30px 40px 30px;
width: 100%;
}
.type2 .desc .event_post .event_title {
margin: 13px 0 0 0;
font-size: 22px;
line-height: 1.4;
max-height: 3em;
overflow: hidden;
color: #fff;
text-transform: capitalize;
}
.type2 .desc .event_post .event_title a {
color: #fff;
}
.type2 .desc .event_post .event_title a:hover {
color: var(--primary);
}
.type2 .desc .event_post .time-event {
opacity: 0;
visibility: hidden;
font-size: 16px;
color: #fff;
line-height: 1;
font-weight: 500;
margin-top: 30px;
}
.type2 .desc .event_post .time-event .wrapper {
margin-bottom: 30px;
}
.type2 .desc .event_post .time-event .time, .type2 .desc .event_post .time-event .venue {
display: flex;
gap: 5px;
}
.type2 .desc .event_post .time-event label {
margin: 8px 0 0 22px;
display: block;
color: #bfbfbf;
}
.type2 .desc .event_post .time-event svg, .type2 .desc .event_post .time-event i {
font-size: 16px;
color: var(--primary);
width: 16px;
}
.type2 .desc .event_post .icon {
opacity: 0;
visibility: hidden;
display: flex;
justify-content: center;
align-items: center;
background-color: #fff;
width: 52px;
height: 52px;
border-radius: 50%;
margin-left: auto;
}
.type2 .desc .event_post .icon i {
transition: all 0.3s ease;
display: inline-flex;
font-size: 14px;
color: var(--heading);
}
.type2 .desc .event_post .icon i:before {
font-weight: 500 !important;
}
.type2 .desc .event_post .icon:hover {
transition: all 0.3s ease;
background-color: var(--primary);
}
.type2 .desc .event_post .icon:hover i {
transition: all 0.3s ease;
color: #fff;
}
.type3 {
position: relative;
background-color: #fff;
}
.type3:hover .date-event {
transition: all 0.5s ease;
bottom: 40px;
}
.type3 .date-event {
transition: all 0.5s ease;
position: absolute;
bottom: 0;
right: 30px;
z-index: 1;
font-size: 12px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
text-align: center;
line-height: 1.3;
letter-spacing: 1px;
background-color: var(--primary);
padding: 12px;
}
.type3 .date-event span {
display: block;
}
.type3 .desc .event-thumbnail {
position: relative;
overflow: hidden;
text-align: center;
margin-bottom: -40px;
}
.type3 .desc .event-thumbnail img {
display: inline-block;
width: calc( 100% - 60px );
height: 203px;
object-fit: cover;
vertical-align: middle;
}
.type3 .desc .event_post {
margin: auto;
padding: 70px 30px 30px 30px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
border-top: 2px solid var(--primary);
}
.type3 .desc .event_post .meta-event {
margin-bottom: 20px;
}
.type3 .desc .event_post .meta-event:last-child {
margin-bottom: 0;
}
.type3 .desc .event_post .meta-event .venue, .type3 .desc .event_post .meta-event .time {
font-size: 14px;
font-weight: 500;
line-height: 1.2;
margin-bottom: 8px;
}
.type3 .desc .event_post .event_title {
margin: 0 0 18px 0;
font-size: 22px;
line-height: 1.4;
color: var(--heading);
}
.type3 .desc .event_post .event_title a {
color: var(--heading);
}
.type3 .desc .event_post .event_title a:hover {
text-decoration: underline;
}
.type4 {
transition: all 0.3s ease;
position: relative;
padding: 35px 40px;
background-color: #f3f4f7;
box-shadow: 0 10px 60px rgba(0, 0, 0, 0);
}
.type4:hover {
transition: all 0.3s ease;
background-color: #fff;
box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}
.type4 .date-event {
transition: all 0.3s ease;
position: absolute;
top: 0;
left: -10px;
z-index: 1;
font-size: 12px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
text-align: center;
line-height: 1.3;
letter-spacing: 1px;
background-color: var(--primary);
padding: 12px;
}
.type4 .date-event span {
display: block;
}
.type4 .desc {
display: grid;
align-items: center;
justify-content: flex-start;
gap: 30px;
grid-template-columns: auto auto;
}
@media (max-width: 767px) {
.type4 .desc {
grid-template-columns: auto;
}
}
.type4 .desc .event-thumbnail-v2 {
position: relative;
}
.type4 .desc .event-thumbnail-v2 img {
display: block;
min-width: 142px;
width: 142px;
height: 142px;
border-radius: 50%;
object-fit: cover;
}
.type4 .desc .event_post .meta-event {
margin-bottom: 20px;
}
.type4 .desc .event_post .meta-event .venue, .type4 .desc .event_post .meta-event .time {
font-size: 14px;
font-weight: 500;
line-height: 1.2;
margin-bottom: 8px;
}
.type4 .desc .event_post .event_title {
margin: 0 0 18px 0;
font-size: 22px;
line-height: 1.4;
color: var(--heading);
}
.type4 .desc .event_post .event_title a {
color: var(--heading);
}
.type4 .desc .event_post .event_title a:hover {
color: var(--primary);
}
.type4 .desc .event_post .readmore {
display: inline-flex;
align-items: center;
column-gap: 6px;
font-weight: 700;
color: var(--text);
}
.type4 .desc .event_post .readmore:hover {
color: var(--primary);
}
.type4 .desc .event_post .readmore .text-button {
text-decoration: underline;
}
.type4 .desc .event_post .readmore i {
display: inline-flex;
line-height: 1;
}
.type5 {
transition: all 0.3s ease;
position: relative;
padding: 35px 40px;
background-color: #fff;
box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
}
.type5 .date-event {
transition: all 0.3s ease;
position: absolute;
top: 0;
left: -10px;
z-index: 1;
font-size: 12px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
text-align: center;
line-height: 1.3;
letter-spacing: 1px;
background-color: var(--primary);
padding: 12px;
}
.type5 .date-event span {
display: block;
}
.type5 .desc {
display: grid;
justify-content: flex-start;
gap: 30px;
grid-template-columns: auto auto;
}
@media (max-width: 767px) {
.type5 .desc {
grid-template-columns: auto;
}
}
.type5 .desc .event-thumbnail-v2 {
position: relative;
}
.type5 .desc .event-thumbnail-v2 img {
display: block;
min-width: 132px;
width: 132px;
height: 132px;
border-radius: 50%;
object-fit: cover;
}
.type5 .desc .event_post .meta-event .venue, .type5 .desc .event_post .meta-event .time {
font-size: 14px;
font-weight: 500;
line-height: 1.2;
margin-bottom: 12px;
}
.type5 .desc .event_post .meta-event-2 {
padding-top: 16px;
border-top: 1px solid rgba(5, 26, 83, 0.1);
}
.type5 .desc .event_post .meta-event-2 .venue {
font-size: 15px;
}
.type5 .desc .event_post .meta-event-2 i {
color: var(--text);
}
.type5 .desc .event_post .event_title {
margin: 0 0 18px 0;
font-size: 24px;
line-height: 1.4;
color: var(--heading);
}
.type5 .desc .event_post .event_title a {
color: var(--heading);
}
.type5 .desc .event_post .event_title a:hover {
color: var(--primary);
}
.type5 .desc .event_post .event-excerpt {
margin: 0 0 18px 0;
}
.rtl .type5 .date-event {
left: unset;
right: -10px;
}
.type6 {
position: relative;
}
.type6 .desc .event-thumbnail img {
direction: block;
width: 100%;
height: 260px;
object-fit: cover;
}
.type6 .desc .event_post {
position: relative;
margin: -35px auto 0 auto;
padding: 15px 25px;
width: calc(100% - 45px);
background-color: white;
box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
z-index: 1;
}
.type6 .desc .event_post .meta-event .date-event {
font-size: 14px;
font-weight: 800;
text-transform: uppercase;
color: var(--primary);
}
.type6 .desc .event_post .meta-event .date-event span.date {
display: inline-block;
margin: 0 3px;
}
.type6 .desc .event_post .meta-event-2 {
padding-top: 16px;
border-top: 1px solid rgba(5, 26, 83, 0.1);
}
.type6 .desc .event_post .meta-event-2 .venue {
font-size: 15px;
}
.type6 .desc .event_post .meta-event-2 i {
color: var(--text);
}
.type6 .desc .event_post .event_title {
margin: 4px 0 18px 0;
font-size: 22px;
line-height: 1.4;
color: var(--heading);
}
.type6 .desc .event_post .event_title a {
color: var(--heading);
}
.type6 .desc .event_post .event_title a:hover {
color: var(--primary);
}
.ovaev_elementor_none {
background-color: rgba(213, 218, 223, 0.8);
}
.ovaev_elementor_none:not(:lass-child) {
margin-bottom: 20px;
}
.ovaev_elementor_none span {
color: #6d6d6d;
font-size: 22px;
display: block;
text-align: center;
padding: 10px 0;
font-weight: 400;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
.ovaev-event-thumbnail img {
width: 100%;
object-fit: cover;
max-height: 520px;
display: block;
}
.ovaev-event-date {
font-size: 14px;
line-height: 1.2;
color: #fff;
padding: 8px;
background-color: var(--primary);
text-align: center;
}
.ovaev-event-date i {
margin-right: 4px;
}
.ovaev-event-date .separator {
display: inline-block;
}
.ovaev-event-time i {
margin-right: 10px;
}
.ovaev-event-time .separator {
display: inline-block;
}
.ovaev-event-location i {
margin-right: 10px;
}
.ovaev-event-categories i {
margin-right: 10px;
}
.ovaev-event-tabs {
margin: 0;
}
.ovaev-event-tags .ovatags {
display: inline-block;
text-transform: capitalize;
font-size: 100%;
line-height: 22px;
letter-spacing: 0.3px;
color: #202b5d;
font-weight: bold;
margin-right: 10px;
margin-bottom: 10px;
}
.ovaev-event-tags .ovaev-tag {
font-size: 15px;
line-height: 22px;
letter-spacing: 0.3px;
color: #62718d;
padding: 2px 10px 1px 10px;
background: transparent;
border-radius: 3px;
border: 1px solid #e0e0e0;
margin-bottom: 10px;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ovaev-event-tags .ovaev-tag:not(:last-child) {
margin-right: 10px;
}
.ovaev-event-tags .ovaev-tag:hover {
color: #dd3333;
}
.ovaev-event-share .share-social-icons {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 12px;
list-style: none;
padding: 0;
margin: 30px 0 0 0;
}
.ovaev-event-share .share-social-icons li {
display: inline-block;
}
.ovaev-event-share .share-social-icons li.share {
font-size: 20px;
font-weight: bold;
color: var(--heading);
}
.ovaev-event-share .share-social-icons li a {
transition: all 0.3s ease;
display: inline-flex;
justify-content: center;
align-items: center;
background-color: #f5f5f5;
width: 46px;
height: 46px;
border-radius: 50%;
font-family: var(--secondary-font);
font-weight: 400;
font-size: 14px;
line-height: 1.2;
font-feature-settings: "pnum" on, "lnum" on, "ordn" on;
color: var(--heading);
}
.ovaev-event-share .share-social-icons li a:hover {
transition: all 0.3s ease;
background-color: var(--primary);
color: #fff;
}
.ovaev-event-share .share-social-icons li a i {
display: inline-flex;
}
.ovaev-event-navigation {
margin: 0;
}
.ovaev-event-navigation .content-event {
margin: 0;
}
.ovaev-event-navigation .content-event .ova-next-pre-post {
margin: 0;
}
.ovaev-event-related {
margin: 0;
}
.ovaev-event-related .content-event {
margin: 0;
}
.ovaev-event-related .content-event .event-related .archive_event {
grid-gap: 30px;
}
.ovaev-event-related .content-event .event-related .archive_event .ovaev-content.content-grid {
padding: 0;
}
.ovaev-event-sidebar #sidebar-event {
padding: 0;
}
.ovaev-shortcode-title {
margin: 0;
padding: 0;
}
.ovaev-shortcode-title a {
text-decoration: none;
font-size: 22px;
line-height: 26px;
letter-spacing: 0.2px;
color: #202b5d;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-weight: 400;
text-decoration: none;
}
.ovaev-shortcode-thumbnail a {
text-decoration: none;
}
.ovaev-shortcode-thumbnail a img {
width: 100%;
}
.ovaev-shortcode-date i {
margin-right: 10px;
}
.ovaev-shortcode-date span {
color: #202b5d;
font-weight: 500;
}
.ovaev-shortcode-time i {
margin-right: 10px;
}
.ovaev-shortcode-time span {
color: #202b5d;
font-weight: 500;
}
.ovaev-shortcode-location i {
margin-right: 10px;
}
.ovaev-shortcode-location span {
color: #202b5d;
font-weight: 500;
}
.ovaev-shortcode-categories i {
margin-right: 10px;
}
.ovaev-shortcode-categories span {
color: #202b5d;
font-weight: 500;
}
.ovaev-shortcode-categories span.event-category a {
text-decoration: none;
color: #202b5d;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.2px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ovaev-shortcode-tabs.single_event {
margin: 0;
}
.ovaev-shortcode-tags .ovatags {
display: inline-block;
text-transform: capitalize;
font-size: 100%;
line-height: 22px;
letter-spacing: 0.3px;
color: #202b5d;
font-weight: bold;
margin-right: 10px;
}
.ovaev-shortcode-tags .ovaev-tag {
font-size: 15px;
line-height: 22px;
letter-spacing: 0.3px;
color: #62718d;
padding: 3px 5px;
background: transparent;
border-radius: 3px;
border: 1px solid #e0e0e0;
margin-bottom: 10px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ovaev-shortcode-tags .ovaev-tag:not(:last-child) {
margin-right: 5px;
}
.ovaev-shortcode-share .share-social-icons {
margin: 0;
padding: 0;
list-style: none;
}
.ovaev-shortcode-share .share-social-icons li {
margin: 0;
padding: 0;
display: inline-block;
}
.ovaev-shortcode-share .share-social-icons li a {
color: #fff;
background-color: #ff3514;
padding: 0;
border-radius: 50%;
margin-bottom: 0px;
display: inline-flex;
width: 40px;
height: 40px;
justify-content: center;
align-items: center;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ovaev-shortcode-share .share-social-icons li a:hover {
background-color: #06163A !important;
}
.ovaev-shortcode-share .share-social-icons li a.ico-facebook {
background-color: #3b5998;
}
.ovaev-shortcode-share .share-social-icons li a.ico-twitter {
background-color: #18a6f0;
}
.ovaev-shortcode-share .share-social-icons li a.ico-pinterest {
background-color: #dd4b39;
}
.ovaev-shortcode-share .share-social-icons li a.ico-linkedin {
background-color: #4c5fd7;
}
.ovaev-shortcode-navigation.single_event {
margin: 0;
}
.ovaev-shortcode-navigation.single_event .content-event {
margin: 0;
}
.ovaev-shortcode-related.single_event {
margin: 0;
}
.ovaev-shortcode-related.single_event .content-event {
margin: 0;
}
.events_pagination {
margin-top: 40px;
}
.events_pagination ul.page-numbers {
display: flex;
flex-wrap: wrap;
justify-content: center;
list-style: none;
margin: 0;
padding: 0;
}
.events_pagination ul.page-numbers li {
margin: 0px 3px 10px 3px;
}
.events_pagination ul.page-numbers li a, .events_pagination ul.page-numbers li span {
transition: all 0.3s ease;
cursor: pointer;
min-width: 45px;
height: 45px;
font-size: 16px;
line-height: 1.2;
font-weight: 600;
color: var(--text);
display: inline-flex;
justify-content: center;
align-items: center;
background: #f1f1f1;
}
.events_pagination ul.page-numbers li a:focus, .events_pagination ul.page-numbers li span:focus {
outline: none;
}
.events_pagination ul.page-numbers li a:hover, .events_pagination ul.page-numbers li span:hover {
background-color: var(--primary);
color: #fff;
}
.events_pagination ul.page-numbers li i {
font-size: 0.7em;
line-height: 1;
}
.events_pagination ul.page-numbers li .current {
color: #fff;
background-color: var(--primary);
}
.ovaev-booking-btn a {
display: inline-block;
font-size: 15px;
font-weight: 700;
line-height: 1.2;
text-transform: capitalize;
border-radius: 0;
background-color: var(--primary);
color: #fff;
padding: 17px 51px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ovaev-booking-btn a:hover {
background-color: var(--heading);
}
.ovaev-event-info {
padding: 50px;
background: #fff;
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
border-top: 10px solid var(--primary);
}
@media (max-width: 767px) {
.ovaev-event-info {
padding: 40px 35px;
}
}
.ovaev-event-info .info-contact {
margin: 0;
padding: 0;
list-style-type: none;
}
.ovaev-event-info .info-contact li {
margin-bottom: 30px;
}
.ovaev-event-info .info-contact .label {
display: block;
font-weight: 500;
line-height: 1.2;
margin-bottom: 4px;
}
.ovaev-event-info .info-contact .info, .ovaev-event-info .info-contact a {
display: inline-block;
font-size: 16px;
font-weight: 700;
line-height: 1.2;
color: var(--heading);
}
.ovaev-event-info .info-contact a {
transition: all 0.3s ease;
margin-bottom: 0;
}
.ovaev-event-info .info-contact a:hover {
transition: all 0.3s ease;
color: var(--primary);
}
.ovaev-event-gallery .event_row {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
}
@media (max-width: 767px) {
.ovaev-event-gallery .event_row {
grid-template-columns: auto;
}
}
.ovaev-event-gallery .event_row img {
display: block;
width: 100%;
height: 255px;
object-fit: cover;
}@font-face {
font-family: 'ElegantIcons';
src:url(//teamuae.net/en/wp-content/plugins/ova-events/assets/libs/elegant_font/fonts/ElegantIcons.eot);
src:url(//teamuae.net/en/wp-content/plugins/ova-events/assets/libs/elegant_font/fonts/ElegantIcons.eot?#iefix) format('embedded-opentype'),
url(//teamuae.net/en/wp-content/plugins/ova-events/assets/libs/elegant_font/fonts/ElegantIcons.woff) format('woff'),
url(//teamuae.net/en/wp-content/plugins/ova-events/assets/libs/elegant_font/fonts/ElegantIcons.ttf) format('truetype'),
url(//teamuae.net/en/wp-content/plugins/ova-events/assets/libs/elegant_font/fonts/ElegantIcons.svg#ElegantIcons) format('svg');
font-weight: normal;
font-style: normal;
} [data-icon]:before {
font-family: 'ElegantIcons';
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}  .arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.arrow_up:before {
content: "\21";
}
.arrow_down:before {
content: "\22";
}
.arrow_left:before {
content: "\23";
}
.arrow_right:before {
content: "\24";
}
.arrow_left-up:before {
content: "\25";
}
.arrow_right-up:before {
content: "\26";
}
.arrow_right-down:before {
content: "\27";
}
.arrow_left-down:before {
content: "\28";
}
.arrow-up-down:before {
content: "\29";
}
.arrow_up-down_alt:before {
content: "\2a";
}
.arrow_left-right_alt:before {
content: "\2b";
}
.arrow_left-right:before {
content: "\2c";
}
.arrow_expand_alt2:before {
content: "\2d";
}
.arrow_expand_alt:before {
content: "\2e";
}
.arrow_condense:before {
content: "\2f";
}
.arrow_expand:before {
content: "\30";
}
.arrow_move:before {
content: "\31";
}
.arrow_carrot-up:before {
content: "\32";
}
.arrow_carrot-down:before {
content: "\33";
}
.arrow_carrot-left:before {
content: "\34";
}
.arrow_carrot-right:before {
content: "\35";
}
.arrow_carrot-2up:before {
content: "\36";
}
.arrow_carrot-2down:before {
content: "\37";
}
.arrow_carrot-2left:before {
content: "\38";
}
.arrow_carrot-2right:before {
content: "\39";
}
.arrow_carrot-up_alt2:before {
content: "\3a";
}
.arrow_carrot-down_alt2:before {
content: "\3b";
}
.arrow_carrot-left_alt2:before {
content: "\3c";
}
.arrow_carrot-right_alt2:before {
content: "\3d";
}
.arrow_carrot-2up_alt2:before {
content: "\3e";
}
.arrow_carrot-2down_alt2:before {
content: "\3f";
}
.arrow_carrot-2left_alt2:before {
content: "\40";
}
.arrow_carrot-2right_alt2:before {
content: "\41";
}
.arrow_triangle-up:before {
content: "\42";
}
.arrow_triangle-down:before {
content: "\43";
}
.arrow_triangle-left:before {
content: "\44";
}
.arrow_triangle-right:before {
content: "\45";
}
.arrow_triangle-up_alt2:before {
content: "\46";
}
.arrow_triangle-down_alt2:before {
content: "\47";
}
.arrow_triangle-left_alt2:before {
content: "\48";
}
.arrow_triangle-right_alt2:before {
content: "\49";
}
.arrow_back:before {
content: "\4a";
}
.icon_minus-06:before {
content: "\4b";
}
.icon_plus:before {
content: "\4c";
}
.icon_close:before {
content: "\4d";
}
.icon_check:before {
content: "\4e";
}
.icon_minus_alt2:before {
content: "\4f";
}
.icon_plus_alt2:before {
content: "\50";
}
.icon_close_alt2:before {
content: "\51";
}
.icon_check_alt2:before {
content: "\52";
}
.icon_zoom-out_alt:before {
content: "\53";
}
.icon_zoom-in_alt:before {
content: "\54";
}
.icon_search:before {
content: "\55";
}
.icon_box-empty:before {
content: "\56";
}
.icon_box-selected:before {
content: "\57";
}
.icon_minus-box:before {
content: "\58";
}
.icon_plus-box:before {
content: "\59";
}
.icon_box-checked:before {
content: "\5a";
}
.icon_circle-empty:before {
content: "\5b";
}
.icon_circle-slelected:before {
content: "\5c";
}
.icon_stop_alt2:before {
content: "\5d";
}
.icon_stop:before {
content: "\5e";
}
.icon_pause_alt2:before {
content: "\5f";
}
.icon_pause:before {
content: "\60";
}
.icon_menu:before {
content: "\61";
}
.icon_menu-square_alt2:before {
content: "\62";
}
.icon_menu-circle_alt2:before {
content: "\63";
}
.icon_ul:before {
content: "\64";
}
.icon_ol:before {
content: "\65";
}
.icon_adjust-horiz:before {
content: "\66";
}
.icon_adjust-vert:before {
content: "\67";
}
.icon_document_alt:before {
content: "\68";
}
.icon_documents_alt:before {
content: "\69";
}
.icon_pencil:before {
content: "\6a";
}
.icon_pencil-edit_alt:before {
content: "\6b";
}
.icon_pencil-edit:before {
content: "\6c";
}
.icon_folder-alt:before {
content: "\6d";
}
.icon_folder-open_alt:before {
content: "\6e";
}
.icon_folder-add_alt:before {
content: "\6f";
}
.icon_info_alt:before {
content: "\70";
}
.icon_error-oct_alt:before {
content: "\71";
}
.icon_error-circle_alt:before {
content: "\72";
}
.icon_error-triangle_alt:before {
content: "\73";
}
.icon_question_alt2:before {
content: "\74";
}
.icon_question:before {
content: "\75";
}
.icon_comment_alt:before {
content: "\76";
}
.icon_chat_alt:before {
content: "\77";
}
.icon_vol-mute_alt:before {
content: "\78";
}
.icon_volume-low_alt:before {
content: "\79";
}
.icon_volume-high_alt:before {
content: "\7a";
}
.icon_quotations:before {
content: "\7b";
}
.icon_quotations_alt2:before {
content: "\7c";
}
.icon_clock_alt:before {
content: "\7d";
}
.icon_lock_alt:before {
content: "\7e";
}
.icon_lock-open_alt:before {
content: "\e000";
}
.icon_key_alt:before {
content: "\e001";
}
.icon_cloud_alt:before {
content: "\e002";
}
.icon_cloud-upload_alt:before {
content: "\e003";
}
.icon_cloud-download_alt:before {
content: "\e004";
}
.icon_image:before {
content: "\e005";
}
.icon_images:before {
content: "\e006";
}
.icon_lightbulb_alt:before {
content: "\e007";
}
.icon_gift_alt:before {
content: "\e008";
}
.icon_house_alt:before {
content: "\e009";
}
.icon_genius:before {
content: "\e00a";
}
.icon_mobile:before {
content: "\e00b";
}
.icon_tablet:before {
content: "\e00c";
}
.icon_laptop:before {
content: "\e00d";
}
.icon_desktop:before {
content: "\e00e";
}
.icon_camera_alt:before {
content: "\e00f";
}
.icon_mail_alt:before {
content: "\e010";
}
.icon_cone_alt:before {
content: "\e011";
}
.icon_ribbon_alt:before {
content: "\e012";
}
.icon_bag_alt:before {
content: "\e013";
}
.icon_creditcard:before {
content: "\e014";
}
.icon_cart_alt:before {
content: "\e015";
}
.icon_paperclip:before {
content: "\e016";
}
.icon_tag_alt:before {
content: "\e017";
}
.icon_tags_alt:before {
content: "\e018";
}
.icon_trash_alt:before {
content: "\e019";
}
.icon_cursor_alt:before {
content: "\e01a";
}
.icon_mic_alt:before {
content: "\e01b";
}
.icon_compass_alt:before {
content: "\e01c";
}
.icon_pin_alt:before {
content: "\e01d";
}
.icon_pushpin_alt:before {
content: "\e01e";
}
.icon_map_alt:before {
content: "\e01f";
}
.icon_drawer_alt:before {
content: "\e020";
}
.icon_toolbox_alt:before {
content: "\e021";
}
.icon_book_alt:before {
content: "\e022";
}
.icon_calendar:before {
content: "\e023";
}
.icon_film:before {
content: "\e024";
}
.icon_table:before {
content: "\e025";
}
.icon_contacts_alt:before {
content: "\e026";
}
.icon_headphones:before {
content: "\e027";
}
.icon_lifesaver:before {
content: "\e028";
}
.icon_piechart:before {
content: "\e029";
}
.icon_refresh:before {
content: "\e02a";
}
.icon_link_alt:before {
content: "\e02b";
}
.icon_link:before {
content: "\e02c";
}
.icon_loading:before {
content: "\e02d";
}
.icon_blocked:before {
content: "\e02e";
}
.icon_archive_alt:before {
content: "\e02f";
}
.icon_heart_alt:before {
content: "\e030";
}
.icon_star_alt:before {
content: "\e031";
}
.icon_star-half_alt:before {
content: "\e032";
}
.icon_star:before {
content: "\e033";
}
.icon_star-half:before {
content: "\e034";
}
.icon_tools:before {
content: "\e035";
}
.icon_tool:before {
content: "\e036";
}
.icon_cog:before {
content: "\e037";
}
.icon_cogs:before {
content: "\e038";
}
.arrow_up_alt:before {
content: "\e039";
}
.arrow_down_alt:before {
content: "\e03a";
}
.arrow_left_alt:before {
content: "\e03b";
}
.arrow_right_alt:before {
content: "\e03c";
}
.arrow_left-up_alt:before {
content: "\e03d";
}
.arrow_right-up_alt:before {
content: "\e03e";
}
.arrow_right-down_alt:before {
content: "\e03f";
}
.arrow_left-down_alt:before {
content: "\e040";
}
.arrow_condense_alt:before {
content: "\e041";
}
.arrow_expand_alt3:before {
content: "\e042";
}
.arrow_carrot_up_alt:before {
content: "\e043";
}
.arrow_carrot-down_alt:before {
content: "\e044";
}
.arrow_carrot-left_alt:before {
content: "\e045";
}
.arrow_carrot-right_alt:before {
content: "\e046";
}
.arrow_carrot-2up_alt:before {
content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
content: "\e048";
}
.arrow_carrot-2left_alt:before {
content: "\e049";
}
.arrow_carrot-2right_alt:before {
content: "\e04a";
}
.arrow_triangle-up_alt:before {
content: "\e04b";
}
.arrow_triangle-down_alt:before {
content: "\e04c";
}
.arrow_triangle-left_alt:before {
content: "\e04d";
}
.arrow_triangle-right_alt:before {
content: "\e04e";
}
.icon_minus_alt:before {
content: "\e04f";
}
.icon_plus_alt:before {
content: "\e050";
}
.icon_close_alt:before {
content: "\e051";
}
.icon_check_alt:before {
content: "\e052";
}
.icon_zoom-out:before {
content: "\e053";
}
.icon_zoom-in:before {
content: "\e054";
}
.icon_stop_alt:before {
content: "\e055";
}
.icon_menu-square_alt:before {
content: "\e056";
}
.icon_menu-circle_alt:before {
content: "\e057";
}
.icon_document:before {
content: "\e058";
}
.icon_documents:before {
content: "\e059";
}
.icon_pencil_alt:before {
content: "\e05a";
}
.icon_folder:before {
content: "\e05b";
}
.icon_folder-open:before {
content: "\e05c";
}
.icon_folder-add:before {
content: "\e05d";
}
.icon_folder_upload:before {
content: "\e05e";
}
.icon_folder_download:before {
content: "\e05f";
}
.icon_info:before {
content: "\e060";
}
.icon_error-circle:before {
content: "\e061";
}
.icon_error-oct:before {
content: "\e062";
}
.icon_error-triangle:before {
content: "\e063";
}
.icon_question_alt:before {
content: "\e064";
}
.icon_comment:before {
content: "\e065";
}
.icon_chat:before {
content: "\e066";
}
.icon_vol-mute:before {
content: "\e067";
}
.icon_volume-low:before {
content: "\e068";
}
.icon_volume-high:before {
content: "\e069";
}
.icon_quotations_alt:before {
content: "\e06a";
}
.icon_clock:before {
content: "\e06b";
}
.icon_lock:before {
content: "\e06c";
}
.icon_lock-open:before {
content: "\e06d";
}
.icon_key:before {
content: "\e06e";
}
.icon_cloud:before {
content: "\e06f";
}
.icon_cloud-upload:before {
content: "\e070";
}
.icon_cloud-download:before {
content: "\e071";
}
.icon_lightbulb:before {
content: "\e072";
}
.icon_gift:before {
content: "\e073";
}
.icon_house:before {
content: "\e074";
}
.icon_camera:before {
content: "\e075";
}
.icon_mail:before {
content: "\e076";
}
.icon_cone:before {
content: "\e077";
}
.icon_ribbon:before {
content: "\e078";
}
.icon_bag:before {
content: "\e079";
}
.icon_cart:before {
content: "\e07a";
}
.icon_tag:before {
content: "\e07b";
}
.icon_tags:before {
content: "\e07c";
}
.icon_trash:before {
content: "\e07d";
}
.icon_cursor:before {
content: "\e07e";
}
.icon_mic:before {
content: "\e07f";
}
.icon_compass:before {
content: "\e080";
}
.icon_pin:before {
content: "\e081";
}
.icon_pushpin:before {
content: "\e082";
}
.icon_map:before {
content: "\e083";
}
.icon_drawer:before {
content: "\e084";
}
.icon_toolbox:before {
content: "\e085";
}
.icon_book:before {
content: "\e086";
}
.icon_contacts:before {
content: "\e087";
}
.icon_archive:before {
content: "\e088";
}
.icon_heart:before {
content: "\e089";
}
.icon_profile:before {
content: "\e08a";
}
.icon_group:before {
content: "\e08b";
}
.icon_grid-2x2:before {
content: "\e08c";
}
.icon_grid-3x3:before {
content: "\e08d";
}
.icon_music:before {
content: "\e08e";
}
.icon_pause_alt:before {
content: "\e08f";
}
.icon_phone:before {
content: "\e090";
}
.icon_upload:before {
content: "\e091";
}
.icon_download:before {
content: "\e092";
}
.social_facebook:before {
content: "\e093";
}
.social_twitter:before {
content: "\e094";
}
.social_pinterest:before {
content: "\e095";
}
.social_googleplus:before {
content: "\e096";
}
.social_tumblr:before {
content: "\e097";
}
.social_tumbleupon:before {
content: "\e098";
}
.social_wordpress:before {
content: "\e099";
}
.social_instagram:before {
content: "\e09a";
}
.social_dribbble:before {
content: "\e09b";
}
.social_vimeo:before {
content: "\e09c";
}
.social_linkedin:before {
content: "\e09d";
}
.social_rss:before {
content: "\e09e";
}
.social_deviantart:before {
content: "\e09f";
}
.social_share:before {
content: "\e0a0";
}
.social_myspace:before {
content: "\e0a1";
}
.social_skype:before {
content: "\e0a2";
}
.social_youtube:before {
content: "\e0a3";
}
.social_picassa:before {
content: "\e0a4";
}
.social_googledrive:before {
content: "\e0a5";
}
.social_flickr:before {
content: "\e0a6";
}
.social_blogger:before {
content: "\e0a7";
}
.social_spotify:before {
content: "\e0a8";
}
.social_delicious:before {
content: "\e0a9";
}
.social_facebook_circle:before {
content: "\e0aa";
}
.social_twitter_circle:before {
content: "\e0ab";
}
.social_pinterest_circle:before {
content: "\e0ac";
}
.social_googleplus_circle:before {
content: "\e0ad";
}
.social_tumblr_circle:before {
content: "\e0ae";
}
.social_stumbleupon_circle:before {
content: "\e0af";
}
.social_wordpress_circle:before {
content: "\e0b0";
}
.social_instagram_circle:before {
content: "\e0b1";
}
.social_dribbble_circle:before {
content: "\e0b2";
}
.social_vimeo_circle:before {
content: "\e0b3";
}
.social_linkedin_circle:before {
content: "\e0b4";
}
.social_rss_circle:before {
content: "\e0b5";
}
.social_deviantart_circle:before {
content: "\e0b6";
}
.social_share_circle:before {
content: "\e0b7";
}
.social_myspace_circle:before {
content: "\e0b8";
}
.social_skype_circle:before {
content: "\e0b9";
}
.social_youtube_circle:before {
content: "\e0ba";
}
.social_picassa_circle:before {
content: "\e0bb";
}
.social_googledrive_alt2:before {
content: "\e0bc";
}
.social_flickr_circle:before {
content: "\e0bd";
}
.social_blogger_circle:before {
content: "\e0be";
}
.social_spotify_circle:before {
content: "\e0bf";
}
.social_delicious_circle:before {
content: "\e0c0";
}
.social_facebook_square:before {
content: "\e0c1";
}
.social_twitter_square:before {
content: "\e0c2";
}
.social_pinterest_square:before {
content: "\e0c3";
}
.social_googleplus_square:before {
content: "\e0c4";
}
.social_tumblr_square:before {
content: "\e0c5";
}
.social_stumbleupon_square:before {
content: "\e0c6";
}
.social_wordpress_square:before {
content: "\e0c7";
}
.social_instagram_square:before {
content: "\e0c8";
}
.social_dribbble_square:before {
content: "\e0c9";
}
.social_vimeo_square:before {
content: "\e0ca";
}
.social_linkedin_square:before {
content: "\e0cb";
}
.social_rss_square:before {
content: "\e0cc";
}
.social_deviantart_square:before {
content: "\e0cd";
}
.social_share_square:before {
content: "\e0ce";
}
.social_myspace_square:before {
content: "\e0cf";
}
.social_skype_square:before {
content: "\e0d0";
}
.social_youtube_square:before {
content: "\e0d1";
}
.social_picassa_square:before {
content: "\e0d2";
}
.social_googledrive_square:before {
content: "\e0d3";
}
.social_flickr_square:before {
content: "\e0d4";
}
.social_blogger_square:before {
content: "\e0d5";
}
.social_spotify_square:before {
content: "\e0d6";
}
.social_delicious_square:before {
content: "\e0d7";
}
.icon_printer:before {
content: "\e103";
}
.icon_calulator:before {
content: "\e0ee";
}
.icon_building:before {
content: "\e0ef";
}
.icon_floppy:before {
content: "\e0e8";
}
.icon_drive:before {
content: "\e0ea";
}
.icon_search-2:before {
content: "\e101";
}
.icon_id:before {
content: "\e107";
}
.icon_id-2:before {
content: "\e108";
}
.icon_puzzle:before {
content: "\e102";
}
.icon_like:before {
content: "\e106";
}
.icon_dislike:before {
content: "\e0eb";
}
.icon_mug:before {
content: "\e105";
}
.icon_currency:before {
content: "\e0ed";
}
.icon_wallet:before {
content: "\e100";
}
.icon_pens:before {
content: "\e104";
}
.icon_easel:before {
content: "\e0e9";
}
.icon_flowchart:before {
content: "\e109";
}
.icon_datareport:before {
content: "\e0ec";
}
.icon_briefcase:before {
content: "\e0fe";
}
.icon_shield:before {
content: "\e0f6";
}
.icon_percent:before {
content: "\e0fb";
}
.icon_globe:before {
content: "\e0e2";
}
.icon_globe-2:before {
content: "\e0e3";
}
.icon_target:before {
content: "\e0f5";
}
.icon_hourglass:before {
content: "\e0e1";
}
.icon_balance:before {
content: "\e0ff";
}
.icon_rook:before {
content: "\e0f8";
}
.icon_printer-alt:before {
content: "\e0fa";
}
.icon_calculator_alt:before {
content: "\e0e7";
}
.icon_building_alt:before {
content: "\e0fd";
}
.icon_floppy_alt:before {
content: "\e0e4";
}
.icon_drive_alt:before {
content: "\e0e5";
}
.icon_search_alt:before {
content: "\e0f7";
}
.icon_id_alt:before {
content: "\e0e0";
}
.icon_id-2_alt:before {
content: "\e0fc";
}
.icon_puzzle_alt:before {
content: "\e0f9";
}
.icon_like_alt:before {
content: "\e0dd";
}
.icon_dislike_alt:before {
content: "\e0f1";
}
.icon_mug_alt:before {
content: "\e0dc";
}
.icon_currency_alt:before {
content: "\e0f3";
}
.icon_wallet_alt:before {
content: "\e0d8";
}
.icon_pens_alt:before {
content: "\e0db";
}
.icon_easel_alt:before {
content: "\e0f0";
}
.icon_flowchart_alt:before {
content: "\e0df";
}
.icon_datareport_alt:before {
content: "\e0f2";
}
.icon_briefcase_alt:before {
content: "\e0f4";
}
.icon_shield_alt:before {
content: "\e0d9";
}
.icon_percent_alt:before {
content: "\e0da";
}
.icon_globe_alt:before {
content: "\e0de";
}
.icon_clipboard:before {
content: "\e0e6";
}
.glyph {
float: left;
text-align: center;
padding: .75em;
margin: .4em 1.5em .75em 0;
width: 6em;
text-shadow: none;
}
.glyph_big {
font-size: 128px;
color: #59c5dc;
float: left;
margin-right: 20px;
}
.glyph div { padding-bottom: 10px;}
.glyph input {
font-family: consolas, monospace;
font-size: 12px;
width: 100%;
text-align: center;
border: 0;
box-shadow: 0 0 0 1px #ccc;
padding: .2em;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.centered {
margin-left: auto;
margin-right: auto;
}
.glyph .fs1 {
font-size: 2em;
}.single_exhibition {
margin-bottom: 110px;
}
@media (max-width: 1024px) {
.single_exhibition {
margin-bottom: 70px;
}
}
.single_exhibition iframe {
width: 100%;
}
.single_exhibition .wp-block-image, .single_exhibition figure {
margin: 0 0 30px 0;
}
.single_exhibition .exhibition_content {
display: flex;
justify-content: center;
gap: 40px;
}
@media (max-width: 1024px) {
.single_exhibition .exhibition_content {
flex-direction: column;
}
}
.single_exhibition .exhibition_content .wrap_content {
width: 75%;
}
@media (max-width: 1024px) {
.single_exhibition .exhibition_content .wrap_content {
width: 100%;
}
}
.single_exhibition .exhibition_content .wrap_content .feature_img {
margin-bottom: 30px;
}
.single_exhibition .exhibition_content .line {
position: relative;
width: 25%;
}
@media (max-width: 1024px) {
.single_exhibition .exhibition_content .line {
width: 100%;
}
}
.single_exhibition .exhibition_content .line .wrapper_order {
padding-bottom: 60px;
position: sticky;
top: 160px;
bottom: auto;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .member, .single_exhibition .exhibition_content .line .wrapper_order .order_ticket .button_order {
-webkit-transition: all 0.3s;
transition: all 0.3s;
margin-bottom: 25px;
display: inline-flex;
justify-content: center;
font-size: 16px;
font-weight: 600;
line-height: 1.3;
padding: 12px 24px;
border: 1px solid var(--primary);
width: 100%;
max-width: 250px;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .member:hover, .single_exhibition .exhibition_content .line .wrapper_order .order_ticket .button_order:hover {
color: #fff;
background-color: var(--primary);
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .button_order {
color: #fff;
background-color: var(--primary);
border: 1px solid transparent;
margin-bottom: 35px;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .button_order:hover {
background-color: var(--heading);
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket ul.info_order {
margin: 0 0 30px 0;
padding: 0;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket ul.info_order li {
list-style: none;
margin-bottom: 16px;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket ul.info_order li span {
display: block;
font-size: 16px;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket ul.info_order li span.label {
font-weight: 800;
color: var(--heading);
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket ul.info_order li a {
color: var(--text);
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social {
position: relative;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social i {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
background-color: var(--primary);
color: #fff;
border-radius: 50%;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social .share-social-icons {
-webkit-transition: all 0.3s;
transition: all 0.3s;
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
gap: 10px;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social .share-social-icons li {
margin-top: 5px;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social .share-social-icons li.share {
display: none;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social .share-social-icons li a {
display: inline-block;
font-size: 15px;
line-height: 1.2;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social .share-social-icons li:hover i {
background-color: var(--heading);
}
.single_exhibition .gallery_exhibition .gallery_slide {
position: relative;
margin-top: 25px;
margin-bottom: 45px;
}
.single_exhibition .gallery_exhibition .gallery_slide .items {
cursor: pointer;
}
.single_exhibition .gallery_exhibition .gallery_slide .items img {
height: 330px;
object-fit: cover;
}
.single_exhibition .gallery_exhibition .gallery_slide .owl-dots {
text-align: center;
margin-top: 30px;
}
.single_exhibition .gallery_exhibition .gallery_slide .owl-dots .owl-dot {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
margin: 0 2px;
width: 21px;
padding: 0;
background: transparent;
border-color: transparent;
height: 21px;
}
.single_exhibition .gallery_exhibition .gallery_slide .owl-dots .owl-dot span {
width: 5px;
height: 5px;
background: var(--heading);
display: block;
border-radius: inherit;
-webkit-backface-visibility: visible;
transition: opacity 0.2s ease;
}
.single_exhibition .gallery_exhibition .gallery_slide .owl-dots .owl-dot.active {
border: 1px solid var(--primary);
}
.single_exhibition .gallery_exhibition .gallery_slide .owl-dots .owl-dot.active span {
opacity: 1;
background: var(--primary);
}
.single_exhibition .map-and-video {
display: grid;
grid-gap: 20px;
grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
.single_exhibition .map-and-video {
grid-template-columns: 1fr;
}
}
.single_exhibition .map-and-video h2 {
margin-bottom: 20px;
}
.single_exhibition .related_post .related_ex {
margin-bottom: 60px;
}
.single_exhibition .related_post .related_ex h2 {
text-transform: capitalize;
margin-top: 45px;
margin-bottom: 20px;
}
.ova-wrap-exhibition {
display: flex;
gap: 30px;
row-gap: 50px;
flex-wrap: wrap;
}
.ova-wrap-exhibition .post-items {
width: calc(33% - 20px);
}
@media (max-width: 1024px) {
.ova-wrap-exhibition .post-items {
width: calc(50% - 15px);
}
}
@media (max-width: 767px) {
.ova-wrap-exhibition .post-items {
width: 100%;
}
}
.ova-wrap-exhibition .post-items.ex2_columns {
width: 50%;
}
@media (max-width: 767px) {
.ova-wrap-exhibition .post-items.ex2_columns {
width: 100%;
}
}
.ova-wrap-exhibition .post-items.ex3_columns {
width: calc(33% - 20px);
}
@media (max-width: 1024px) {
.ova-wrap-exhibition .post-items.ex3_columns {
width: calc(50% - 15px);
}
}
@media (max-width: 767px) {
.ova-wrap-exhibition .post-items.ex3_columns {
width: 100%;
}
}
.ova-wrap-exhibition .post-items.ex4_columns {
width: calc(25% - 25px);
}
@media (max-width: 1200px) {
.ova-wrap-exhibition .post-items.ex4_columns {
width: calc(33% - 20px);
}
}
@media (max-width: 1024px) {
.ova-wrap-exhibition .post-items.ex4_columns {
width: calc(50% - 15px);
}
}
@media (max-width: 767px) {
.ova-wrap-exhibition .post-items.ex4_columns {
width: 100%;
}
}
.ova-wrap-exhibition .post-items .img-exhibition {
position: relative;
}
.ova-wrap-exhibition .post-items .img-exhibition img {
transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
-webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
opacity: 1;
display: block;
}
.ova-wrap-exhibition .post-items .content {
margin-top: 35px;
padding: 0 5px;
}
.ova-wrap-exhibition .post-items .content .ex-meta {
border-bottom: 1px solid rgba(5, 26, 82, 0.1);
padding-bottom: 15px;
margin-bottom: 15px;
}
.ova-wrap-exhibition .post-items .content .ex-meta i {
display: inline-block;
color: var(--primary);
margin-right: 5px;
}
.ova-wrap-exhibition .post-items .content .ex-meta span, .ova-wrap-exhibition .post-items .content .ex-meta a {
display: inline-block;
font-weight: 500;
}
.ova-wrap-exhibition .post-items .content .ex-meta a {
color: var(--text);
}
.ova-wrap-exhibition .post-items .content .ex-meta a:hover {
color: var(--primary);
}
.ova-wrap-exhibition .post-items .content h3 {
-webkit-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
margin: 0 0 16px 0;
font-size: 22px;
color: var(--heading);
}
.ova-wrap-exhibition .post-items .content h3:hover {
text-decoration: underline;
}
.ova-wrap-exhibition .post-items .content .link-to-detail {
display: inline-flex;
align-items: center;
gap: 5px;
font-size: 15px;
font-weight: 700;
color: var(--text);
}
.ova-wrap-exhibition .post-items .content .link-to-detail:hover {
color: var(--primary);
}
.ova-wrap-exhibition .post-items .content .link-to-detail span {
text-decoration: underline;
}
.ova-wrap-exhibition .post-items .content .link-to-detail i {
display: inline-flex;
font-size: 18px;
}
.exhibition_arc.exhibition_arc_page {
margin-bottom: 110px;
}
@media (max-width: 1024px) {
.exhibition_arc.exhibition_arc_page {
margin-bottom: 70px;
}
}
.exhibition_arc .heading_archive_exh {
text-align: center;
margin-bottom: 50px;
}
.exhibition_arc .heading_archive_exh .title_exh {
font-size: 45px;
color: var(--heading);
margin-bottom: 15px;
margin-top: 60px;
}
.exhibition_arc .heading_archive_exh .desc_exh {
padding-left: 50px;
padding-right: 50px;
font-size: 22px;
}
@media (max-width: 768px) {
.exhibition_arc .heading_archive_exh .desc_exh {
padding-left: 0;
padding-right: 0;
}
}
.exhibition_arc .wrap-content .post-items.list {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.exhibition_arc .wrap-content .post-items.list .img-exhibition {
max-width: 31%;
width: 100%;
}
@media (max-width: 767px) {
.exhibition_arc .wrap-content .post-items.list .img-exhibition {
max-width: 100%;
}
}
.exhibition_arc .wrap-content .post-items.list .content {
padding: 0 40px;
max-width: 69%;
width: 100%;
}
@media (max-width: 767px) {
.exhibition_arc .wrap-content .post-items.list .content {
max-width: 100%;
padding: 0;
}
}
.exhibition_arc .wrap-content .post-items.list .content h3 {
margin-top: 20px;
}
.exhibition_arc .wrap-content.owl-carousel {
display: block;
position: relative;
}
@media (max-width: 1500px) {
.exhibition_arc .wrap-content.owl-carousel .owl-nav {
display: none;
}
}
.exhibition_arc .wrap-content.owl-carousel .owl-nav .owl-prev:hover {
color: var(--heading);
transition: 0.3s all linear;
}
.exhibition_arc .wrap-content.owl-carousel .owl-nav .owl-prev span {
display: none;
}
.exhibition_arc .wrap-content.owl-carousel .owl-nav .owl-next:hover {
color: var(--heading);
transition: 0.3s all linear;
}
.exhibition_arc .wrap-content.owl-carousel .owl-nav .owl-next span {
display: none;
}
.exhibition_arc .wrap-content.owl-carousel .owl-dots {
text-align: center;
margin-top: 50px;
}
.exhibition_arc .wrap-content.owl-carousel .owl-dots .owl-dot {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
margin: 0 2px;
width: 21px;
padding: 0;
background: transparent;
border-color: transparent;
height: 21px;
}
.exhibition_arc .wrap-content.owl-carousel .owl-dots .owl-dot span {
width: 5px;
height: 5px;
background: var(--heading);
display: block;
border-radius: inherit;
-webkit-backface-visibility: visible;
transition: opacity 0.2s ease;
}
.exhibition_arc .wrap-content.owl-carousel .owl-dots .owl-dot.active {
border: 1px solid var(--primary);
}
.exhibition_arc .wrap-content.owl-carousel .owl-dots .owl-dot.active span {
opacity: 1;
background: var(--primary);
}
.exhibition_arc .wrap-content.owl-carousel .post-items {
width: auto;
}
.exhibition_arc .wrap-content ul.nav-tabs {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
margin-bottom: 60px;
list-style-type: none;
}
.exhibition_arc .wrap-content ul.nav-tabs li {
margin: 0;
padding: 0 15px;
}
.exhibition_arc .wrap-content ul.nav-tabs li a {
transition: all 0.3s;
font-size: 20px;
font-weight: 600;
color: var(--text);
border-bottom: 2px solid transparent;
text-transform: capitalize;
}
.exhibition_arc .wrap-content ul.nav-tabs li a.active {
border-bottom: 2px solid var(--primary);
color: var(--heading);
}
.exhibition_arc .wrap-content.element-arc {
display: block;
}
.exhibition_arc .wrap-content.element-arc .tab-content {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 30px;
}
.exhibition_arc .ova_more_post {
margin-top: 40px;
text-align: center;
}
.exhibition_arc .ova_more_post .load-more {
transition: all 0.3s;
display: inline-block;
border: 1px solid #e5e5e5;
padding: 20px 48px;
font-size: 16px;
line-height: 1.3;
font-weight: 600;
color: var(--heading);
text-transform: capitalize;
cursor: pointer;
}
.exhibition_arc .ova_more_post .load-more:hover {
background: var(--primary);
border-color: var(--primary);
color: #fff;
}
.exhibition_arc .ova_more_post .image-loadmore {
display: none;
}
.exhibition_arc .ova-nodata, .exhibition_arc .ova-noload {
width: 100%;
text-align: center;
display: none;
}
.exhibition_arc .ova-nodata span, .exhibition_arc .ova-noload span {
transition: all 0.3s;
margin-top: 40px;
display: inline-block;
border: 1px solid #e5e5e5;
padding: 20px 48px;
font-size: 16px;
line-height: 1.3;
font-weight: 600;
color: var(--heading);
text-transform: capitalize;
cursor: pointer;
}
.exhibition_arc .ova-nodata span:hover, .exhibition_arc .ova-noload span:hover {
background: var(--primary);
border-color: var(--primary);
color: #fff;
}
.exhibition_arc .blog_pagination {
margin-top: 60px;
}
.exhibition_arc .blog_pagination ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
list-style: none;
margin: 0;
padding: 0;
}
.exhibition_arc .blog_pagination ul li {
margin: 0px 3px 10px 3px;
}
.exhibition_arc .blog_pagination ul li a, .exhibition_arc .blog_pagination ul li span {
transition: all 0.3s ease;
cursor: pointer;
min-width: 45px;
height: 45px;
font-size: 16px;
line-height: 1.2;
font-weight: 600;
color: var(--text);
display: inline-flex;
justify-content: center;
align-items: center;
background: #f1f1f1;
}
.exhibition_arc .blog_pagination ul li a:focus, .exhibition_arc .blog_pagination ul li span:focus {
outline: none;
}
.exhibition_arc .blog_pagination ul li a:hover, .exhibition_arc .blog_pagination ul li span:hover {
background-color: var(--primary);
color: #fff;
}
.exhibition_arc .blog_pagination ul li i {
line-height: 1;
}
.exhibition_arc .blog_pagination ul li.active a, .exhibition_arc .blog_pagination ul li.active span {
color: #fff;
background-color: var(--primary);
}.ova-por-loader {
text-align: center;
margin-bottom: 30px;
}
.ova-por-loader .loader {
margin: 0 auto;
width: 35px;
height: 35px;
border: 5px solid;
border-color: var(--primary) transparent;
border-radius: 50%;
display: none;
box-sizing: border-box;
animation: rotation 1s linear infinite;
}
.ova-por-loader .loader.is-active {
display: inline-block;
}
@keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.single-ova_por .ova-wrapp {
overflow: hidden;
}
.wrap-portfolio {
max-width: var(--container-width);
padding: 0 10px;
margin: 0 auto;
}
.wrap-portfolio .archive-por {
margin: 100px auto;
}
@media (max-width: 1024px) {
.wrap-portfolio .archive-por {
margin: 70px 0;
padding: 0 10px;
}
}
.wrap-portfolio .archive-por ul.list-cat-por {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 60px;
}
.wrap-portfolio .archive-por ul.list-cat-por li.active a {
color: #fff;
background: var(--primary);
}
.wrap-portfolio .archive-por ul.list-cat-por li a {
transition: all 0.3s linear;
display: inline-block;
font-size: 18px;
line-height: 1.2;
font-weight: 600;
color: var(--heading);
padding: 7px 15px;
margin: 0 5px;
border-radius: 5px;
}
.wrap-portfolio .archive-por ul.list-cat-por li a:hover {
transition: all 0.3s linear;
color: #fff;
background: var(--primary);
}
.wrap-portfolio .archive-por .category-desc {
text-align: center;
}
.wrap-portfolio .archive-por .content-por {
margin: 0 -15px;
}
.wrap-portfolio .archive-por .content-por .ovapor-item {
padding: 0 15px;
margin-bottom: 30px;
}
.wrap-portfolio .archive-por .content-por .ovapor-item > a {
display: block;
position: relative;
max-height: 470px;
}
.wrap-portfolio .archive-por .content-por .ovapor-item > a:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
background: #202b5d;
top: 0;
left: 0;
z-index: 1;
opacity: 0;
transition: 0.4s;
}
.wrap-portfolio .archive-por .content-por .ovapor-item img {
display: block;
width: 100%;
height: 100%;
object-position: center;
object-fit: cover;
}
.wrap-portfolio .archive-por .content-por .ovapor-item:hover > a:before {
opacity: 0.2;
}
.wrap-portfolio .archive-por .content-por.two_column .ovapor-item {
width: 50%;
}
@media (max-width: 767px) {
.wrap-portfolio .archive-por .content-por.two_column .ovapor-item {
width: 100%;
}
}
.wrap-portfolio .archive-por .content-por.three_column .ovapor-item {
width: 33.33%;
}
@media (max-width: 991px) {
.wrap-portfolio .archive-por .content-por.three_column .ovapor-item {
width: 50%;
}
}
@media (max-width: 767px) {
.wrap-portfolio .archive-por .content-por.three_column .ovapor-item {
width: 100%;
}
}
.wrap-portfolio .archive-por .content-por.four_column .ovapor-item {
width: 25%;
}
@media (max-width: 1024px) {
.wrap-portfolio .archive-por .content-por.four_column .ovapor-item {
width: 33.33%;
}
}
@media (max-width: 991px) {
.wrap-portfolio .archive-por .content-por.four_column .ovapor-item {
width: 50%;
}
}
@media (max-width: 767px) {
.wrap-portfolio .archive-por .content-por.four_column .ovapor-item {
width: 100%;
}
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item {
position: relative;
overflow: hidden;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item:hover .content-item {
top: calc(100% - 150px);
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item:hover > a:after {
height: 100%;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item:hover > a:before {
display: none;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item:hover .content-item .readmore a {
background: #fff;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item:hover .content-item .readmore a svg {
color: #404040;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item:hover .content-item .readmore a:hover svg {
color: #fff;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item > a {
display: block;
z-index: 2;
transition: 0.3s;
position: relative;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item > a:after {
content: "";
width: 100%;
height: 50%;
position: absolute;
bottom: 0;
left: 0;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
z-index: 1;
transition: 0.2s;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .number-gallery {
position: absolute;
display: inline-flex;
justify-content: center;
align-items: center;
top: 15px;
right: 30px;
z-index: 2;
background: rgba(0, 0, 0, 0.3);
color: #fff;
border-radius: 100%;
min-width: 50px;
width: 50px;
height: 50px;
line-height: 1;
font-size: 16px;
font-weight: 600;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item {
transition: all 0.4s ease;
position: absolute;
top: calc(100% - 75px);
left: 15px;
margin: 0 25px;
z-index: 2;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item .category {
margin-bottom: 1px;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item .category span, .wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item .category a {
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
line-height: 1.1em;
color: #eeeeee;
transition: all 0.3s linear;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item .category span:hover, .wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item .category a:hover {
color: var(--primary);
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item .title {
margin: 0;
font-size: 20px;
line-height: 1.2em;
font-weight: 800;
margin-bottom: 19px;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item .title a {
font-size: 20px;
line-height: 1.2;
font-weight: 800;
color: #fff;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item .title a:hover {
color: var(--primary);
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item .readmore {
padding-top: 2px;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item .readmore a {
display: inline-flex;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
border-radius: 50%;
transition: all 0.3s linear;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item .readmore a:hover {
background: var(--primary);
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item .readmore a:hover i {
color: #fff;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item .readmore a i {
font-size: 16px;
line-height: 1;
color: var(--heading);
transition: all 0.3s linear;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio {
margin: 0;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio.three_column .ovapor-item {
width: calc(33.33% - 20px);
}
@media (max-width: 991px) {
.wrap-portfolio .archive-por .content-por.classic-portfolio.three_column .ovapor-item {
width: calc(50% - 15px);
}
}
@media (max-width: 767px) {
.wrap-portfolio .archive-por .content-por.classic-portfolio.three_column .ovapor-item {
width: 100%;
}
}
.wrap-portfolio .archive-por .content-por.classic-portfolio.four_column .ovapor-item {
width: calc(25% - 22.5px);
}
@media (max-width: 1024px) {
.wrap-portfolio .archive-por .content-por.classic-portfolio.four_column .ovapor-item {
width: calc(33.33% - 20px);
}
}
@media (max-width: 991px) {
.wrap-portfolio .archive-por .content-por.classic-portfolio.four_column .ovapor-item {
width: calc(50% - 15px);
}
}
@media (max-width: 767px) {
.wrap-portfolio .archive-por .content-por.classic-portfolio.four_column .ovapor-item {
width: 100%;
}
}
.wrap-portfolio .archive-por .content-por.classic-portfolio.two_column .ovapor-item {
width: calc(50% - 15px);
}
@media (max-width: 767px) {
.wrap-portfolio .archive-por .content-por.classic-portfolio.two_column .ovapor-item {
width: 100%;
}
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item {
position: relative;
overflow: hidden;
margin-bottom: 30px;
padding-left: 0;
padding-right: 0;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .ovapor-item-sub-content {
transition: 0.4s;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .ovapor-item-sub-content > a {
display: block;
position: relative;
overflow: hidden;
max-height: 470px;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .ovapor-item-sub-content > a:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
background: #202b5d;
top: 0;
left: 0;
z-index: 1;
opacity: 0;
transition: 0.4s;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item:hover {
box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item:hover .ovapor-item-sub-content > a:before {
opacity: 0.2;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .number-gallery {
background: rgba(0, 0, 0, 0.3);
color: #fff;
border-radius: 100%;
position: absolute;
top: 15px;
right: 30px;
z-index: 2;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 16px;
font-weight: 600;
text-align: center;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .content-item {
padding: 20px;
z-index: 2;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .content-item .category {
margin-bottom: 1px;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .content-item .category span, .wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .content-item .category a {
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
line-height: 1.2;
color: var(--text);
transition: all 0.4s linear;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .content-item .category span:hover, .wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .content-item .category a:hover {
color: var(--primary);
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .content-item .title {
margin: 0;
font-size: 20px;
line-height: 1.2;
font-weight: 800;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .content-item .title a {
color: var(--heading);
transition: all 0.3s linear;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .content-item .title a:hover {
transition: all 0.3s linear;
color: var(--primary);
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .content-item .readmore {
display: none;
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item {
position: relative;
overflow: hidden;
margin-bottom: 35px;
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item:hover .number-gallery {
opacity: 1;
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item:hover .content-item {
transition: all 0.5s ease;
bottom: 20px;
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item .number-gallery {
opacity: 0;
transition: 0.4s;
background: rgba(0, 0, 0, 0.3);
color: #fff;
border-radius: 100%;
position: absolute;
top: 15px;
right: 30px;
z-index: 2;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 16px;
font-weight: 600;
text-align: center;
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item .content-item {
transition: all 0.5s ease;
margin: 0 15px;
padding: 20px;
background: #fff;
position: absolute;
bottom: -100%;
left: 20px;
right: 20px;
z-index: 2;
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item .content-item .category {
margin-bottom: 1px;
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item .content-item .category span, .wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item .content-item .category a {
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
line-height: 1.2;
color: var(--text);
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item .content-item .category span:hover, .wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item .content-item .category a:hover {
color: var(--primary);
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item .content-item .title {
margin: 0;
font-size: 20px;
line-height: 1.2;
font-weight: 800;
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item .content-item .title a {
color: var(--heading);
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item .content-item .title a:hover {
color: var(--primary);
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item .content-item .readmore {
display: none;
}
.wrap-portfolio .archive-por .ova_more_por {
text-align: center;
}
.wrap-portfolio .archive-por .ova_more_por .ova-load-more-por {
transition: all 0.3s ease;
display: inline-block;
margin-top: 35px;
padding: 20px 40px;
font-size: 16px;
line-height: 1.3;
font-weight: bold;
color: #fff;
cursor: pointer;
background: var(--primary);
}
.wrap-portfolio .archive-por .ova_more_por .ova-load-more-por:hover {
background: var(--heading);
}
.wrap-portfolio .archive-por .ova_more_por .ova-loader {
display: none;
border: 3px solid #ddd;
border-top: 3px solid;
border-radius: 50%;
width: 30px;
height: 30px;
border-radius: 50%;
animation: spin 1s linear infinite;
margin: 0 auto;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.wrap-portfolio .archive-por .ova-nodata {
text-align: center;
display: none;
}
.wrap-portfolio .archive-por .ova-nodata span {
display: inline-block;
margin-top: 35px;
padding: 20px 40px;
font-size: 16px;
font-weight: bold;
color: #fff;
cursor: pointer;
background: var(--primary);
}
.wrap-portfolio .archive-por .ova-nodata span:hover {
background: var(--heading);
}
@media (max-width: 767px) {
.wrap-portfolio .single-por {
padding-left: 15px;
padding-right: 15px;
}
}
.wrap-portfolio .single-por .share-social-icons {
margin: 0;
padding: 0;
list-style: none;
}
.wrap-portfolio .single-por .share-social-icons li {
display: inline-block;
}
.wrap-portfolio .single-por .share-social-icons .ico-facebook {
background: #3b5998;
}
.wrap-portfolio .single-por .share-social-icons .ico-twitter {
background: #18a6f0;
}
.wrap-portfolio .single-por .share-social-icons .ico-pinterest {
background: #dd4b39;
}
.wrap-portfolio .single-por .share-social-icons .share {
font-size: 20px;
font-weight: bold;
color: var(--heading);
}
.wrap-portfolio .single-por .share-social-icons a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
color: #fff;
}
.wrap-portfolio .single-por .share-social-icons a:hover {
background: #000;
}
.wrap-portfolio .single-por.type1 .por-gallery {
grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
.wrap-portfolio .single-por.type1 .por-gallery {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 767px) {
.wrap-portfolio .single-por.type1 .por-gallery {
grid-template-columns: 1fr;
}
}
.wrap-portfolio .single-por.type1 .wrap-content-por {
display: flex;
gap: 40px;
}
@media (max-width: 767px) {
.wrap-portfolio .single-por.type1 .wrap-content-por {
flex-direction: column;
}
}
.wrap-portfolio .single-por.type1 .wrap-content-por .content {
width: 100%;
}
.wrap-portfolio .single-por.type1 .wrap-content-por .info-por {
flex: 0 0 320px;
}
.wrap-portfolio .single-por.type1 .wrap-content-por .info-por .content-info {
box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
padding: 45px 30px 25px 30px;
}
.wrap-portfolio .single-por.type1 .wrap-content-por .info-por .content-info > div {
margin-bottom: 20px;
}
.wrap-portfolio .single-por.type1 .wrap-content-por .info-por label {
display: block;
font-size: 20px;
color: var(--heading);
font-weight: 800;
margin: 0 0 1px 0;
}
.wrap-portfolio .single-por.type1 .wrap-content-por .info-por a, .wrap-portfolio .single-por.type1 .wrap-content-por .info-por span {
font-size: 14px;
line-height: 1;
color: var(--text);
}
.wrap-portfolio .single-por.type1 .wrap-content-por .info-por .share_social .ova_label {
display: block;
font-size: 20px;
line-height: 1.2;
color: var(--heading);
font-weight: 800;
margin-bottom: 12px;
}
.wrap-portfolio .single-por.type1 .wrap-content-por .info-por .share_social a {
color: #fff;
}
.wrap-portfolio .single-por.type1 .single-foot-por .ova-next-pre-post {
position: relative;
}
.wrap-portfolio .single-por.type1 .single-foot-por .ova-next-pre-post:after {
content: "";
position: absolute;
top: 0px;
left: 50%;
transform: translateX(-50%);
width: 5000px;
height: 1px;
background: #eeeeee;
}
.wrap-portfolio .single-por.type2 .por-gallery {
grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
.wrap-portfolio .single-por.type2 .por-gallery {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 767px) {
.wrap-portfolio .single-por.type2 .por-gallery {
grid-template-columns: 1fr;
}
}
.wrap-portfolio .single-por.type2 .info-por {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 45px;
margin-top: -6px;
}
.wrap-portfolio .single-por.type2 .info-por label {
font-size: 20px;
line-height: 26px;
font-weight: 800;
color: var(--heading);
}
.wrap-portfolio .single-por.type2 .info-por span, .wrap-portfolio .single-por.type2 .info-por a {
font-size: 16px;
line-height: 26px;
font-weight: 500;
color: var(--text);
}
.wrap-portfolio .single-por.type2 .info-por > div:not(:last-child) {
margin-right: 37px;
}
.wrap-portfolio .single-por.type2 .single-foot-por .share_social {
border: none;
}
.wrap-portfolio .single-por.type2 .single-foot-por .share_social .ova_label {
font-weight: 800;
font-size: 20px;
margin-bottom: 10px;
display: block;
color: var(--heading);
}
.wrap-portfolio .single-por.type2 .single-foot-por .ova-next-pre-post {
position: relative;
padding-top: 30px;
margin-top: 0;
}
.wrap-portfolio .single-por.type2 .single-foot-por .ova-next-pre-post:after {
content: "";
position: absolute;
top: 0px;
left: 50%;
transform: translateX(-50%);
width: 5000px;
height: 1px;
background: #eeeeee;
}
.wrap-portfolio .single-por.type3 .wrap-content-por {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.wrap-portfolio .single-por.type3 .wrap-content-por .por-gallery-share {
width: calc(100% - 375px);
}
@media (max-width: 991px) {
.wrap-portfolio .single-por.type3 .wrap-content-por .por-gallery-share {
width: 100%;
}
}
.wrap-portfolio .single-por.type3 .wrap-content-por .por-gallery-share .por-gallery {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px) {
.wrap-portfolio .single-por.type3 .wrap-content-por .por-gallery-share .por-gallery {
grid-template-columns: 1fr;
}
}
.wrap-portfolio .single-por.type3 .wrap-content-por .por-gallery-share .share_social {
border-top: none;
}
.wrap-portfolio .single-por.type3 .wrap-content-por .content-info {
width: 320px;
}
@media (max-width: 991px) {
.wrap-portfolio .single-por.type3 .wrap-content-por .content-info {
width: 100%;
}
}
.wrap-portfolio .single-por.type3 .wrap-content-por .content-info .info-por > div {
margin-bottom: 19px;
}
.wrap-portfolio .single-por.type3 .wrap-content-por .content-info .info-por label {
display: block;
font-size: 20px;
line-height: 1.2;
color: var(--heading);
font-weight: 800;
margin: 0 0 1px 0;
}
.wrap-portfolio .single-por.type3 .wrap-content-por .content-info .info-por a, .wrap-portfolio .single-por.type3 .wrap-content-por .content-info .info-por span {
font-size: 14px;
line-height: 1;
color: var(--text);
}
.wrap-portfolio .single-por.type3 .wrap-content-por .content-info .info-por .share_social {
padding: 0 0 0 0;
border-bottom: none;
border-top: none;
}
.wrap-portfolio .single-por.type3 .wrap-content-por .content-info .info-por .share_social .ova_label {
display: block;
font-size: 20px;
line-height: 1.2;
color: var(--heading);
font-weight: 800;
margin-bottom: 12px;
}
.wrap-portfolio .single-por.type3 .wrap-content-por .content-info .info-por .share_social a {
color: #fff;
}
.wrap-portfolio .single-por.type3 .single-foot-por .share_social {
padding: 45px 0 0 0;
border: none;
}
.wrap-portfolio .single-por.type3 .single-foot-por .ova-next-pre-post {
margin-top: 80px;
padding-top: 30px;
position: relative;
}
.wrap-portfolio .single-por.type3 .single-foot-por .ova-next-pre-post:after {
content: "";
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 5000px;
height: 1px;
background: #eeeeee;
}
.wrap-portfolio .single-por .por-gallery {
display: grid;
grid-gap: 30px;
margin-bottom: 80px;
}
.wrap-portfolio .single-por .por-gallery .item-gallery .por-gallery-fancybox {
position: relative;
display: block;
height: 100%;
cursor: pointer;
}
.wrap-portfolio .single-por .por-gallery .item-gallery .por-gallery-fancybox:hover:after {
background: rgba(32, 43, 93, 0.2);
}
.wrap-portfolio .single-por .por-gallery .item-gallery .por-gallery-fancybox:after {
position: absolute;
top: 0;
left: 0;
content: "";
width: 100%;
height: 100%;
background: rgba(32, 43, 93, 0);
transition: 0.4s;
}
.wrap-portfolio .single-por .por-gallery .item-gallery img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.wrap-portfolio .single-por .por-gallery .item-gallery .icon {
position: absolute;
top: 15px;
right: 30px;
z-index: 2;
min-width: 50px;
width: 50px;
height: 50px;
font-size: 18px;
color: #fff;
line-height: 50px;
font-weight: 600;
text-align: center;
background: rgba(0, 0, 0, 0.3);
border-radius: 50%;
}
.wrap-portfolio .single-por .single-foot-por .share_social {
border-top: none;
padding: 75px 0 95px 0;
border-bottom: 1px solid #eeeeee;
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post {
direction: ltr;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 60px;
padding: 30px 0;
}
@media (max-width: 767px) {
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post {
flex-direction: column;
}
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .pre, .wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next {
display: flex;
flex: 0 0 calc(50% - 25px);
}
@media (max-width: 767px) {
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .pre, .wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next {
flex: 0 0 100%;
}
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .pre:hover .num-1 .icon, .wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next:hover .num-1 .icon {
border: 0;
background: var(--primary);
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .pre:hover .num-1 .icon i, .wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next:hover .num-1 .icon i {
color: #fff;
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .pre .num-1, .wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next .num-1 {
margin-right: 20px;
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .pre .num-1 .icon, .wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next .num-1 .icon {
display: inline-block;
min-width: 50px;
width: 50px;
height: 50px;
border: 2px solid #eaeaea;
border-radius: 50%;
position: relative;
vertical-align: middle;
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .pre .num-1 .icon i, .wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next .num-1 .icon i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: inline-block;
font-size: 16px;
line-height: 1;
color: var(--heading);
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .pre .num-2 span.text-label, .wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next .num-2 span.text-label {
font-size: 14px;
line-height: 22px;
letter-spacing: 0.2px;
font-weight: 500;
margin-bottom: 4px;
display: inline-block;
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .pre .num-2 .title, .wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next .num-2 .title {
display: block;
font-size: 20px;
line-height: 24px;
font-weight: 800;
color: var(--heading);
margin-top: -3px;
word-break: break-word;
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .ova-slash {
flex: 0 0 50px;
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 767px) {
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .ova-slash {
display: none;
}
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .ova-slash span {
width: 7px;
height: 7px;
border-radius: 50%;
background: #bcbfce;
display: inline-block;
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .ova-slash span:not(:last-child) {
margin-right: 6px;
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .pre {
padding-right: 15px;
}
@media (max-width: 767px) {
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .pre {
padding-right: 0px;
}
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next {
flex-direction: row-reverse;
padding-left: 15px;
}
@media (max-width: 767px) {
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next {
flex-direction: row;
margin-top: 60px;
padding-left: 0px;
}
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next .num-1 {
margin: 0px;
margin-left: 20px;
}
@media (max-width: 767px) {
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next .num-1 {
margin-left: 0px;
margin-right: 20px;
}
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next .num-2 {
text-align: right;
}
@media (max-width: 767px) {
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next .num-2 {
text-align: left;
}
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post a {
display: flex;
align-items: center;
}
.wrap-related-por {
background: #f6f6f6;
padding: 100px 0;
}
@media (max-width: 1024px) {
.wrap-related-por {
padding: 70px 0;
}
}
.wrap-related-por .related-por-inner {
max-width: 1190px;
margin: 0 auto;
padding: 0px 10px;
}
.wrap-related-por .title-related {
margin: 0 0 32px 0;
font-size: 30px;
line-height: 1.2;
font-weight: 800;
letter-spacing: 0.2px;
color: var(--heading);
text-align: center;
}
.wrap-related-por .related-por {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 30px;
}
@media (max-width: 991px) {
.wrap-related-por .related-por {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 767px) {
.wrap-related-por .related-por {
grid-template-columns: 1fr;
}
}
.wrap-related-por .related-por .ovapor-item {
position: relative;
overflow: hidden;
}
.wrap-related-por .related-por .ovapor-item:hover .content-item {
top: calc(100% - 150px);
}
.wrap-related-por .related-por .ovapor-item:hover > a:after {
height: 100%;
}
.wrap-related-por .related-por .ovapor-item:hover > a:before {
display: none;
}
.wrap-related-por .related-por .ovapor-item > a {
display: block;
width: 100%;
height: 420px;
position: relative;
overflow: hidden;
z-index: 2;
}
.wrap-related-por .related-por .ovapor-item > a:after {
content: "";
width: 100%;
height: 50%;
position: absolute;
bottom: 0;
left: 0;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
z-index: 1;
}
.wrap-related-por .related-por .ovapor-item > a img {
display: block;
width: 100%;
height: 100%;
object-position: center;
object-fit: cover;
}
.wrap-related-por .related-por .ovapor-item .number-gallery {
background: rgba(0, 0, 0, 0.3);
color: #fff;
border-radius: 100%;
position: absolute;
top: 15px;
right: 30px;
z-index: 2;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 16px;
font-weight: 600;
text-align: center;
}
.wrap-related-por .related-por .ovapor-item .content-item {
transition: all 0.3s linear;
position: absolute;
top: calc(100% - 75px);
left: 25px;
z-index: 2;
}
.wrap-related-por .related-por .ovapor-item .content-item .category {
margin-bottom: 1px;
}
.wrap-related-por .related-por .ovapor-item .content-item .category span, .wrap-related-por .related-por .ovapor-item .content-item .category a {
font-size: 12px;
text-transform: uppercase;
color: #eee;
transition: all 0.3s linear;
}
.wrap-related-por .related-por .ovapor-item .content-item .category span:hover, .wrap-related-por .related-por .ovapor-item .content-item .category a:hover {
color: var(--primary);
}
.wrap-related-por .related-por .ovapor-item .content-item .title {
margin: 0;
font-size: 24px;
line-height: 1.2;
font-weight: 700;
margin-bottom: 19px;
}
.wrap-related-por .related-por .ovapor-item .content-item .title a {
font-size: 20px;
line-height: 1.2;
font-weight: 800;
color: #fff;
transition: all 0.3s linear;
}
.wrap-related-por .related-por .ovapor-item .content-item .title a:hover {
color: var(--primary);
}
.wrap-related-por .related-por .ovapor-item .content-item .readmore a {
display: inline-flex;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
border-radius: 50%;
background: #fff;
color: var(--heading);
transition: all 0.3s linear;
}
.wrap-related-por .related-por .ovapor-item .content-item .readmore a i {
font-size: 16px;
line-height: 1;
}
.wrap-related-por .related-por .ovapor-item .content-item .readmore a:hover {
color: #fff;
background: var(--primary);
}
.portfolio-grid.four_columns .wrapper {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.portfolio-grid.three_columns .wrapper {
grid-template-columns: 1fr 1fr 1fr;
}
.portfolio-grid .wrapper {
margin: 0;
padding: 0;
list-style: none;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
gap: 30px;
}
@media screen and (max-width: 1500px) {
.portfolio-grid .wrapper {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 1024px) {
.portfolio-grid .wrapper {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 600px) {
.portfolio-grid .wrapper {
grid-template-columns: 1fr;
}
}
.portfolio-grid .img {
display: block;
width: 100%;
height: 470px;
object-fit: cover;
object-position: center;
}
.portfolio-grid .item.lower {
margin-top: 80px;
}
@media screen and (max-width: 600px) {
.portfolio-grid .item.lower {
margin-top: 0;
}
}
.portfolio-grid .item-wrap {
position: relative;
}
.portfolio-grid .info {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
overflow: hidden;
width: 100%;
height: 100%;
padding: 15px;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: 0.5s ease;
transition: 0.5s ease;
}
.portfolio-grid .item-wrap:hover .info {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.portfolio-grid .info-wrap {
position: relative;
width: 100%;
height: 100%;
background-color: var(--primary);
opacity: 0.9;
text-align: center;
padding: 40px 10px;
}
.portfolio-grid .icon {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 78px;
width: 78px;
height: 78px;
border-radius: 50%;
border: 1px solid #fff;
-webkit-transition: 0.5s ease;
transition: 0.5s ease;
}
.portfolio-grid .icon:hover {
transform: rotate(-45deg);
}
.portfolio-grid .icon a {
line-height: 1;
}
.portfolio-grid .icon i {
display: inline-flex;
font-size: 20px;
line-height: 1;
color: #fff;
}
.portfolio-grid .content {
width: 100%;
position: absolute;
left: 50%;
bottom: 40px;
transform: translateX(-50%);
}
.portfolio-grid .categories {
margin: 0;
color: #fff;
}
.portfolio-grid .categories a {
color: #fff;
font-size: 12px;
text-transform: uppercase;
}
.portfolio-grid .categories a:hover {
text-decoration: underline;
}
.portfolio-grid .title {
text-align: center;
margin: 0;
}
.portfolio-grid .title a {
color: #fff;
font-size: 24px;
font-weight: 800;
}
.portfolio-grid .title a:hover {
text-decoration: underline;
}
.portfolio-grid-2 {
max-width: 1780px;
margin: 0 auto;
}
.portfolio-grid-2.four_columns .wrapper {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1200px) {
.portfolio-grid-2.four_columns .wrapper {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 767px) {
.portfolio-grid-2.four_columns .wrapper {
grid-template-columns: 1fr;
}
}
.portfolio-grid-2.two_columns .wrapper {
grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
.portfolio-grid-2.two_columns .wrapper {
grid-template-columns: 1fr;
}
}
.portfolio-grid-2 .wrapper {
margin: 0;
padding: 0;
list-style: none;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 30px;
grid-row-gap: 80px;
}
@media screen and (max-width: 1200px) {
.portfolio-grid-2 .wrapper {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 767px) {
.portfolio-grid-2 .wrapper {
grid-template-columns: 1fr;
}
}
.portfolio-grid-2 .item {
position: relative;
}
.portfolio-grid-2 .img {
display: block;
width: 100%;
height: 520px;
object-position: center;
object-fit: cover;
}
@media screen and (max-width: 911px) {
.portfolio-grid-2 .img {
height: 400px;
}
}
.portfolio-grid-2 .info {
position: absolute;
left: 0;
bottom: -50px;
width: calc(100% - 50px);
z-index: 2;
}
.portfolio-grid-2 .info-wrap {
display: flex;
justify-content: space-between;
align-items: center;
gap: 30px;
padding: 20px 35px;
background: #fff;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.portfolio-grid-2 .categories {
margin: 0;
color: var(--primary);
line-height: 1;
}
.portfolio-grid-2 .categories a {
color: var(--primary);
font-weight: 800;
font-size: 14px;
text-transform: uppercase;
}
.portfolio-grid-2 .categories a:hover {
text-decoration: underline;
}
.portfolio-grid-2 .title {
margin: 0;
margin-top: 6px;
}
.portfolio-grid-2 .title a {
font-size: 22px;
color: var(--heading);
transition: all 0.3s linear;
}
.portfolio-grid-2 .title a:hover {
color: var(--primary);
text-decoration: underline;
}
.portfolio-grid-2 .icon {
min-width: 50px;
width: 50px;
height: 50px;
border-radius: 50%;
border: 1px solid #e2e2e2;
display: inline-flex;
justify-content: center;
align-items: center;
line-height: 1;
color: var(--heading);
transition: all 0.3s linear;
}
.portfolio-grid-2 .icon:hover i {
color: var(--primary);
}
.portfolio-grid-2 .icon i {
display: inline-flex;
font-size: 18px;
line-height: 1;
color: var(--heading);
}
.ova_por_slider .portfolio {
position: relative;
}
.ova_por_slider .portfolio:hover .info {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.ova_por_slider .portfolio .img {
display: block;
width: 100%;
height: 350px;
object-position: center;
object-fit: cover;
}
.ova_por_slider .portfolio .info {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: var(--primary);
opacity: 0.9;
overflow: hidden;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: 0.5s ease;
transition: 0.5s ease;
}
.ova_por_slider .portfolio .info-wrap {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.ova_por_slider .portfolio .icon {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 78px;
width: 78px;
height: 78px;
border-radius: 50%;
border: 1px solid #fff;
-webkit-transition: 0.5s ease;
transition: 0.5s ease;
}
.ova_por_slider .portfolio .icon:hover {
transform: rotate(-45deg);
}
.ova_por_slider .portfolio .icon i {
display: inline-flex;
font-size: 20px;
line-height: 1;
color: #fff;
}
.ova_por_slider .owl-dots {
text-align: center;
margin-top: 50px;
}
.ova_por_slider .owl-dots .owl-dot {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
margin: 0 2px;
width: 21px;
padding: 0;
background: transparent;
border-color: transparent;
height: 21px;
}
.ova_por_slider .owl-dots .owl-dot span {
width: 5px;
height: 5px;
background: var(--heading);
display: block;
border-radius: inherit;
-webkit-backface-visibility: visible;
transition: opacity 0.2s ease;
}
.ova_por_slider .owl-dots .owl-dot.active {
border: 1px solid var(--primary);
}
.ova_por_slider .owl-dots .owl-dot.active span {
opacity: 1;
background: var(--primary);
}
.ova_por_slider_2 .portfolio {
position: relative;
overflow: hidden;
transition: all 0.5s ease;
}
.ova_por_slider_2 .portfolio:hover .info {
height: 100%;
}
.ova_por_slider_2 .portfolio .img {
display: block;
width: 100%;
height: 430px;
object-position: center;
object-fit: cover;
}
.ova_por_slider_2 .owl-dots {
text-align: center;
margin-top: 50px;
}
.ova_por_slider_2 .owl-dots .owl-dot {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
margin: 0 2px;
width: 21px;
padding: 0;
background: transparent;
border-color: transparent;
height: 21px;
}
.ova_por_slider_2 .owl-dots .owl-dot span {
width: 5px;
height: 5px;
background: var(--heading);
display: block;
border-radius: inherit;
-webkit-backface-visibility: visible;
transition: opacity 0.2s ease;
}
.ova_por_slider_2 .owl-dots .owl-dot.active {
border: 1px solid var(--primary);
}
.ova_por_slider_2 .owl-dots .owl-dot.active span {
opacity: 1;
background: var(--primary);
}
.ova_por_slider_2 .info {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 0;
overflow: hidden;
transition: all 0.9s linear;
}
.ova_por_slider_2 .info-wrap {
position: absolute;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
padding: 40px 30px;
width: calc(100% - 35px);
background: var(--primary);
}
.ova_por_slider_2 .categories {
margin: 0;
font-size: 12px;
font-weight: 500;
color: #fff;
}
.ova_por_slider_2 .categories a {
font-size: 12px;
font-weight: 500;
color: #fff;
text-transform: uppercase;
}
.ova_por_slider_2 .categories a:hover {
text-decoration: underline;
}
.ova_por_slider_2 .title {
margin: 0;
}
.ova_por_slider_2 .title a {
font-size: 24px;
font-weight: 800;
color: #fff;
}
.ova_por_slider_2 .title a:hover {
text-decoration: underline;
}
.ova_por_slider_2 .icon {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 52px;
width: 52px;
height: 52px;
border-radius: 50%;
background: #fff;
transition: all 0.3s linear;
}
.ova_por_slider_2 .icon:hover {
transform: rotate(-45deg);
}
.ova_por_slider_2 .icon i {
display: inline-flex;
font-size: 16px;
line-height: 1;
color: var(--heading);
}
.ova-por-gallery {
max-width: 1780px;
margin: 0 auto;
}
@media screen and (max-width: 1780px) {
.ova-por-gallery {
padding: 0px 10px;
}
}
.ova-por-gallery .grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-auto-flow: column;
grid-template-rows: 262px;
grid-auto-rows: 262px;
grid-auto-flow: dense;
gap: 30px;
}
@media screen and (max-width: 1024px) {
.ova-por-gallery .grid {
grid-template-columns: auto auto auto;
}
}
@media screen and (max-width: 767px) {
.ova-por-gallery .grid {
grid-template-columns: auto auto;
}
}
@media screen and (max-width: 600px) {
.ova-por-gallery .grid {
grid-template-columns: auto;
}
}
.ova-por-gallery .grid .grid-item {
position: relative;
overflow: hidden;
}
.ova-por-gallery .grid .grid-item.item-2 {
grid-column: 2;
grid-row: 1/span 2;
}
@media screen and (max-width: 1024px) {
.ova-por-gallery .grid .grid-item.item-2 {
grid-column: auto/auto;
grid-row: auto/auto;
}
}
.ova-por-gallery .grid .grid-item.item-4 {
grid-column: 4;
grid-row: 1/span 2;
}
@media screen and (max-width: 1024px) {
.ova-por-gallery .grid .grid-item.item-4 {
grid-column: auto/auto;
grid-row: auto/auto;
}
}
.ova-por-gallery .grid .grid-item .gallery-fancybox {
width: 100%;
height: 100%;
position: relative;
}
.ova-por-gallery .grid .grid-item .gallery-fancybox img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.ova-por-gallery .grid .grid-item .gallery-fancybox .gallery-container {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
}
.ova-por-gallery .grid .grid-item .gallery-fancybox .gallery-container:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: var(--primary);
transition: all 0.3s ease;
opacity: 0;
}
.ova-por-gallery .grid .grid-item .gallery-fancybox .gallery-container .gallery-icon {
text-align: center;
}
.ova-por-gallery .grid .grid-item .gallery-fancybox .gallery-container .gallery-icon .icon {
display: inline-flex;
justify-content: center;
align-items: center;
min-width: 55px;
width: 55px;
height: 55px;
border-radius: 50%;
border: 1px solid #fff;
cursor: pointer;
transition: transform 0.3s linear;
}
.ova-por-gallery .grid .grid-item .gallery-fancybox .gallery-container .gallery-icon .icon:hover {
transform: rotate(-45deg);
}
.ova-por-gallery .grid .grid-item .gallery-fancybox .gallery-container .gallery-icon i {
display: inline-flex;
color: #fff;
font-size: 18px;
}
.ova-por-gallery .grid .grid-item .gallery-fancybox .gallery-container .gallery-content {
position: absolute;
width: 100%;
bottom: 20%;
left: 50%;
transform: translate(-50%, 50%);
visibility: hidden;
transition: all 0.3s ease;
}
.ova-por-gallery .grid .grid-item .gallery-fancybox .gallery-container .gallery-content .gallery-title {
text-align: center;
margin: 0;
margin-top: 25px;
line-height: 1.5;
}
.ova-por-gallery .grid .grid-item .gallery-fancybox .gallery-container .gallery-content .gallery-title a {
font-size: 24px;
color: #fff;
}
.ova-por-gallery .grid .grid-item .gallery-fancybox .gallery-container .gallery-content .gallery-title a:hover {
text-decoration: underline;
}
.ova-por-gallery .grid .grid-item:hover .gallery-fancybox .gallery-container:before {
opacity: 0.8;
}
.ova-por-gallery .grid .grid-item:hover .gallery-fancybox .gallery-container .gallery-content {
visibility: visible;
bottom: 50%;
}
.ova-por-gallery .grid .fancybox__content img {
cursor: zoom-in;
}
.ova-por-gallery .grid .fancybox__caption {
text-align: center;
}
.rtl .wrap-related-por .related-por .ovapor-item .content-item {
right: 25px;
left: unset;
}
.rtl .wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item {
left: unset;
right: 15px;
}.ova-sev-loader {
text-align: center;
margin-bottom: 30px;
}
.ova-sev-loader .loader {
margin: 0 auto;
width: 35px;
height: 35px;
border: 5px solid;
border-color: var(--primary) transparent;
border-radius: 50%;
display: none;
box-sizing: border-box;
animation: rotation 1s linear infinite;
}
.ova-sev-loader .loader.is-active {
display: inline-block;
}
@keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.ova-sev-icon-box .wrapper {
margin: 0;
padding: 0;
list-style: none;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 30px;
}
@media screen and (max-width: 1200px) {
.ova-sev-icon-box .wrapper {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 911px) {
.ova-sev-icon-box .wrapper {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 600px) {
.ova-sev-icon-box .wrapper {
grid-template-columns: 1fr;
}
}
.ova-sev-icon-box .item {
padding: 25px 30px 20px 30px;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
transition: all 0.3s linear;
}
.ova-sev-icon-box .item:hover {
background: var(--primary);
}
.ova-sev-icon-box .item:hover .icon:after {
background: #e04e4d;
}
.ova-sev-icon-box .item:hover .icon i {
color: #fff;
}
.ova-sev-icon-box .item:hover .title a {
color: #fff;
}
.ova-sev-icon-box .item:hover .link i {
color: #fff;
}
.ova-sev-icon-box .icon {
position: relative;
display: inline-block;
}
.ova-sev-icon-box .icon i {
position: relative;
font-size: 44px;
line-height: 1;
color: var(--primary);
transition: all 0.3s linear;
z-index: 2;
}
.ova-sev-icon-box .icon:after {
position: absolute;
content: "";
background: #fbe8e8;
width: 40px;
height: 40px;
border-radius: 50%;
bottom: -16px;
right: -13px;
z-index: 1;
transition: all 0.3s linear;
}
.ova-sev-icon-box .info {
display: flex;
align-items: flex-end;
justify-content: space-between;
}
.ova-sev-icon-box .title {
margin: 23px 0 0 0;
font-size: 20px;
}
.ova-sev-icon-box .title a {
transition: all 0.3s linear;
color: var(--heading);
}
.ova-sev-icon-box .title a:hover {
transition: all 0.3s linear;
text-decoration: underline;
}
.ova-sev-icon-box .link i {
font-size: 15px;
color: var(--text);
transition: all 0.3s linear;
}
.ova-sev-sidebar-wrapper {
flex: 0 0 370px;
}
.ova-sev-content {
width: 100%;
}
.ova-sev-content .image-feature img {
display: block;
width: 100%;
height: 430px;
object-fit: cover;
object-position: center;
}
.ova-sev-content .title {
margin: 20px 0 15px 0;
font-size: 30px;
}
.ova-sev-category .title {
position: relative;
margin: 0;
font-size: 20px;
font-weight: 800;
color: #fff;
padding: 13px 50px;
background: var(--primary);
}
.ova-sev-category .title:after {
content: "";
position: absolute;
bottom: -10px;
left: 50px;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 10px solid var(--primary);
}
.ova-sev-category .service-cat-list {
margin: 0;
padding: 0;
list-style: none;
padding: 30px;
border: 2px solid var(--primary);
border-top: 0;
}
.ova-sev-category .service-cat-list li:not(:last-child) {
margin-bottom: 10px;
}
.ova-sev-category .service-cat-list .item i {
color: var(--heading);
cursor: pointer;
transition: all 0.3s linear;
}
.ova-sev-category .service-cat-list .item i:hover {
color: var(--primary);
}
.ova-sev-category .service-cat-list .item .child-cate {
padding: 0;
padding-left: 10px;
margin: 0;
margin-top: 10px;
list-style: none;
display: none;
}
.ova-sev-category .service-cat-list .item-link {
display: flex;
padding: 16px 24px;
align-items: center;
justify-content: space-between;
background: #f3f4f7;
transition: all 0.3s linear;
}
.ova-sev-category .service-cat-list .item-link.active {
background: var(--heading);
}
.ova-sev-category .service-cat-list .item-link.active .cate_name {
color: #fff;
}
.ova-sev-category .service-cat-list .item-link.active i {
color: #fff;
}
.ova-sev-category .service-cat-list .item-link:hover .cate_name {
color: var(--primary);
}
.ova-sev-category .service-cat-list .cate_name {
line-height: 1.5;
font-size: 16px;
font-weight: 700;
color: var(--heading);
transition: all 0.3s linear;
}
.ova-sev-category .service-cat-list .cate_name:hover {
color: var(--primary);
}
.ova-sev-wrapper {
display: flex;
gap: 30px;
}
@media screen and (max-width: 1024px) {
.ova-sev-wrapper {
flex-direction: column-reverse;
}
}
.ova-sev-single {
padding-top: 10px;
padding-bottom: 110px;
}
@media screen and (max-width: 1024px) {
.ova-sev-single {
padding-bottom: 60px;
}
}
.ova-sev-single .share-social-icons {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 12px;
list-style: none;
padding: 30px 0;
margin: 0;
margin-top: 30px;
}
.ova-sev-single .share-social-icons li {
display: inline-block;
}
.ova-sev-single .share-social-icons li a {
transition: all 0.3s ease;
display: inline-flex;
justify-content: center;
align-items: center;
background-color: #f5f5f5;
width: 46px;
height: 46px;
border-radius: 50%;
font-family: var(--secondary-font);
font-weight: 400;
font-size: 14px;
line-height: 1.2;
font-feature-settings: "pnum" on, "lnum" on, "ordn" on;
color: var(--heading);
}
.ova-sev-single .share-social-icons li a:hover {
transition: all 0.3s ease;
background-color: var(--primary);
color: #fff;
}
.ova-sev-single .share-social-icons li a i {
display: inline-flex;
}
.ova-sev-single .share-social-icons .share {
font-size: 20px;
font-weight: bold;
color: var(--heading);
}
.ova-sev-archive {
margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
.ova-sev-archive {
margin-bottom: 60px;
}
}
.ova-sev-archive.elementor {
margin-bottom: 0;
}
.ova-sev-archive .wrapper {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 30px;
}
@media screen and (max-width: 911px) {
.ova-sev-archive .wrapper {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 600px) {
.ova-sev-archive .wrapper {
grid-template-columns: 1fr;
}
}
.ova-sev-archive .content_inner.overlay {
opacity: 0.5;
}
.ova-sev-archive.two_columns .wrapper {
grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 600px) {
.ova-sev-archive.two_columns .wrapper {
grid-template-columns: 1fr;
}
}
.ova-sev-archive.four_columns .wrapper {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1200px) {
.ova-sev-archive.four_columns .wrapper {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 911px) {
.ova-sev-archive.four_columns .wrapper {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 600px) {
.ova-sev-archive.four_columns .wrapper {
grid-template-columns: 1fr;
}
}
.ova-sev-archive .item {
height: 279px;
position: relative;
}
.ova-sev-archive .item:hover .info-hidden {
display: block;
}
.ova-sev-archive .item:hover .content {
top: 90px;
}
.ova-sev-archive .image {
height: 248px;
overflow: hidden;
}
.ova-sev-archive .image img {
display: block;
width: 100%;
height: 100%;
object-position: center;
object-fit: cover;
}
.ova-sev-archive .content {
position: absolute;
top: 200px;
left: 20px;
right: 20px;
background: #fff;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
transition: all 0.3s linear;
}
.ova-sev-archive .content-wrap {
padding: 20px 30px 20px 30px;
}
.ova-sev-archive .info-hidden {
display: none;
}
.ova-sev-archive .icon {
position: absolute;
top: -50px;
right: 0;
display: inline-flex;
align-items: center;
justify-content: center;
width: 70px;
height: 70px;
background: var(--primary);
}
.ova-sev-archive .icon i {
font-size: 32px;
color: #fff;
line-height: 1;
}
.ova-sev-archive .title {
margin: 0;
font-size: 22px;
}
.ova-sev-archive .title:hover {
color: var(--primary);
}
.ova-sev-archive .desc {
margin: 10px 0 0 0;
}
.ova-sev-archive .link {
margin-top: 10px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 6px 20px;
color: var(--text);
background: #f3f4f7;
transition: all 0.3s linear;
}
.ova-sev-archive .link:hover {
color: #fff;
background: var(--primary);
}
.ova-sev-archive .link:hover i {
color: #fff;
}
.ova-sev-archive .link .text {
font-size: 13px;
font-weight: bold;
}
.ova-sev-archive .link i {
display: inline-flex;
font-size: 18px;
}
.ova-sev-filter {
padding-bottom: 50px;
margin-bottom: 50px;
border-bottom: 1px solid #f1f1f1;
}
.ova-sev-filter .wrapper {
display: flex;
justify-content: space-evenly;
align-items: flex-end;
}
@media (max-width: 768px) {
.ova-sev-filter .wrapper {
flex-direction: column;
justify-content: center;
align-items: center;
}
}
.ova-sev-filter input, .ova-sev-filter select, .ova-sev-filter button {
height: 50px;
display: inline-block;
}
.ova-sev-filter .ovasev_cat_search {
position: relative;
width: 33%;
}
@media (max-width: 768px) {
.ova-sev-filter .ovasev_cat_search {
width: 310px;
}
}
.ova-sev-filter .ovasev_cat_search .ovasev_cat {
background-image: none;
border: 1px solid #e2e2e2;
border-radius: 5px;
}
.ova-sev-filter .ovasev_cat_search i {
font-size: 22px;
color: var(--primary);
position: absolute;
top: 13px;
right: 15px;
}
.ova-sev-filter .ovasev_cat_search .select2-selection {
width: 100%;
outline: none;
height: 100%;
padding: 5px 15px;
border: 1px solid #e2e2e2;
border-radius: 5px;
}
.ova-sev-filter .ovasev_cat_search .select2-selection.select2-selection--single .select2-selection__rendered {
font-size: 16px;
color: var(--text);
line-height: 40px;
padding: 0;
opacity: 1;
}
.ova-sev-filter .ovasev_cat_search .select2-selection .select2-selection__arrow {
height: 100%;
top: 0;
display: none;
}
.ova-sev-filter .sev-name {
width: 33%;
position: relative;
}
@media (max-width: 767px) {
.ova-sev-filter .sev-name {
width: 310px;
}
}
.ova-sev-filter .sev-name input {
border: 1px solid #e2e2e2;
border-radius: 5px;
width: 100%;
font-size: 16px;
line-height: 50px;
}
.ova-sev-filter .sev-name input::placeholder {
font-size: 16px;
line-height: 50px;
opacity: 1;
}
.ova-sev-filter .wrap-ovasev_submit {
width: 20%;
}
@media (max-width: 767px) {
.ova-sev-filter .wrap-ovasev_submit {
margin-top: 20px;
width: 310px;
}
}
.ova-sev-filter .wrap-ovasev_submit .ovasev_submit {
transition: 0.3s all linear;
width: 100%;
border-radius: 5px;
font-size: 16px;
line-height: 1;
font-weight: 700;
text-decoration: none;
padding: 0;
cursor: pointer;
}
.ova-sev-filter .wrap-ovasev_submit .ovasev_submit:hover {
background-color: var(--heading);
color: #fff;
border: none;
transition: 0.3s all linear;
}
.ova-sev-list {
padding: 45px 65px;
border-top: 8px solid var(--primary);
}
@media screen and (max-width: 600px) {
.ova-sev-list {
padding: 45px 30px;
}
}
.ova-sev-list.template_2 {
padding: 0;
border-top: none;
}
.ova-sev-list.template_2 .title {
color: #fff;
border-bottom-color: #dc3938;
}
.ova-sev-list.template_2 .title:hover {
color: #fff;
border-bottom-color: #fff;
}
.ova-sev-list .wrapper {
margin: 0;
padding: 0;
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
@media screen and (max-width: 911px) {
.ova-sev-list .wrapper {
flex-direction: column;
}
}
.ova-sev-list .item {
width: calc( 50% - 45px );
}
@media screen and (max-width: 911px) {
.ova-sev-list .item {
width: 100%;
}
}
.ova-sev-list .title {
transition: all 0.3s linear;
font-size: 18px;
color: var(--text);
font-weight: 500;
line-height: 1.5;
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 0;
border-bottom: 1px solid #d2d5df;
}
.ova-sev-list .title:hover {
color: var(--primary);
border-bottom-color: var(--primary);
}
.ova-sev-list i {
font-size: 14px;
line-height: 1;
}
.ova-sev-list-2 {
background: var(--primary);
}
.ova-sev-list-2.one_column .wrapper {
grid-template-columns: 1fr;
}
.ova-sev-list-2 .wrapper {
margin: 0;
padding: 0;
list-style: none;
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 30px;
grid-row-gap: 13px;
}
@media screen and (max-width: 600px) {
.ova-sev-list-2 .wrapper {
grid-template-columns: 1fr;
}
}
.ova-sev-list-2 .title {
font-size: 18px;
font-weight: 700;
color: #fff;
}
.ova-sev-list-2 .title:hover {
text-decoration: underline;
}
.ova-sev-list-box {
padding: 50px;
background: var(--primary);
}
@media (max-width: 767px) {
.ova-sev-list-box {
padding: 40px 30px;
}
}
.ova-sev-list-box .title {
margin: 0;
font-size: 40px;
color: #fff;
line-height: 1.2;
}
.ova-sev-list-box .sev-list {
margin: 40px 0 0 0;
padding: 0;
list-style: none;
}
.ova-sev-list-box li:not(:first-child) {
margin-top: 12px;
}
.ova-sev-list-box .sev-link {
color: #fff;
font-size: 18px;
font-weight: 500;
transition: all 0.3s linear;
}
.ova-sev-list-box .sev-link:hover {
margin-left: 10px;
}
.ova-sev-list-box .sev-link i {
font-size: 14px;
line-height: 1;
margin-right: 10px;
}
.ova-sev-list-box .link-btn {
margin-top: 30px;
display: inline-block;
font-size: 15px;
font-weight: 700;
color: #fff;
background: var(--heading);
padding: 16px 40px;
transition: all 0.3s linear;
}
.ova-sev-list-box .link-btn:hover {
background: #fff;
color: var(--heading);
}
.ova-sev-list-box-2 {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-color: var(--primary);
}
@media screen and (max-width: 767px) {
.ova-sev-list-box-2 {
grid-template-columns: 1fr;
}
}
.ova-sev-list-box-2 .line {
width: 56px;
height: 2px;
background: #fff;
}
.ova-sev-list-box-2 .heading {
margin: 0;
font-size: 30px;
color: #fff;
margin-top: 20px;
line-height: 1.2;
}
.ova-sev-list-box-2 .image img {
display: block;
object-position: center;
object-fit: cover;
}
@media screen and (max-width: 1200px) {
.ova-sev-list-box-2 .image img {
min-height: unset !important;
height: auto;
}
}
@media screen and (max-width: 767px) {
.ova-sev-list-box-2 .image {
display: none;
}
}
@media screen and (max-width: 767px) {
.ova-sev-list-box-2 .info {
padding: 30px;
}
}
.ova-sev-list-box-2 .services {
margin-top: 25px;
}
.ova-sev-list-box-2 .services .wrapper {
margin: 0;
padding: 0;
list-style: none;
}
.ova-sev-list-box-2 .services li:not(:first-child) {
margin-top: 13px;
}
.ova-sev-list-box-2 .services .title {
transition: all 0.3s linear;
font-size: 18px;
font-weight: 700;
color: #fff;
}
.ova-sev-list-box-2 .services .title:hover {
text-decoration: underline;
}.ova-team-loader {
text-align: center;
margin-bottom: 30px;
}
.ova-team-loader .loader {
margin: 0 auto;
width: 35px;
height: 35px;
border: 5px solid;
border-color: var(--primary) transparent;
border-radius: 50%;
display: none;
box-sizing: border-box;
animation: rotation 1s linear infinite;
}
.ova-team-loader .loader.is-active {
display: inline-block;
}
@keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.ova_team_single {
margin-top: 20px;
}
.ova_team_single .summary {
padding-bottom: 120px;
border-bottom: 1px solid #d2d5df;
}
@media screen and (max-width: 767px) {
.ova_team_single .summary {
padding-bottom: 60px;
}
}
.ova_team_single .ova_info {
display: flex;
gap: 50px;
}
@media screen and (max-width: 767px) {
.ova_team_single .ova_info {
flex-direction: column;
gap: 20px;
}
}
.ova_team_single .image-team {
width: 50%;
}
@media screen and (max-width: 767px) {
.ova_team_single .image-team {
width: 100%;
}
}
.ova_team_single .image-team img {
display: block;
width: 100%;
object-fit: cover;
}
@media screen and (max-width: 767px) {
.ova_team_single .image-team img {
margin: 0 auto;
height: 330px;
}
}
.ova_team_single .content_info {
width: 50%;
}
@media screen and (max-width: 767px) {
.ova_team_single .content_info {
width: 100%;
}
}
.ova_team_single .content_info h3, .ova_team_single .content_info h4, .ova_team_single .content_info p, .ova_team_single .content_info ul {
margin: 0;
padding: 0;
}
.ova_team_single .content_info .job {
font-weight: 500;
}
@media screen and (max-width: 767px) {
.ova_team_single .content_info .job {
text-align: center;
}
}
.ova_team_single .content_info .name {
font-size: 40px;
font-weight: 800;
margin-top: 10px;
}
@media screen and (max-width: 767px) {
.ova_team_single .content_info .name {
text-align: center;
}
}
.ova_team_single .content_info .slogan {
font-size: 24px;
font-weight: 800;
color: var(--primary);
margin-top: 35px;
}
.ova_team_single .content_info .short-desc {
font-size: 16px;
margin-top: 35px;
text-align: justify;
}
.ova_team_single .content_info .ova-experience {
margin-top: 30px;
}
.ova_team_single .content_info .ova-experience, .ova_team_single .content_info .ova-email, .ova_team_single .content_info .ova-phone {
margin-bottom: 5px;
}
.ova_team_single .content_info .ova-experience label, .ova_team_single .content_info .ova-email label, .ova_team_single .content_info .ova-phone label {
font-size: 18px;
font-weight: 500;
}
.ova_team_single .content_info .ova-experience span, .ova_team_single .content_info .ova-experience a, .ova_team_single .content_info .ova-email span, .ova_team_single .content_info .ova-email a, .ova_team_single .content_info .ova-phone span, .ova_team_single .content_info .ova-phone a {
color: var(--heading);
font-weight: 700;
font-size: 18px;
position: relative;
transition: all 0.3s linear;
}
.ova_team_single .content_info .ova-experience span:after, .ova_team_single .content_info .ova-experience a:after, .ova_team_single .content_info .ova-email span:after, .ova_team_single .content_info .ova-email a:after, .ova_team_single .content_info .ova-phone span:after, .ova_team_single .content_info .ova-phone a:after {
position: absolute;
content: "";
bottom: 0;
left: 0;
height: 1px;
width: 0%;
background: var(--primary);
transition: all 0.3s linear;
}
.ova_team_single .content_info .ova-experience a:hover, .ova_team_single .content_info .ova-email a:hover, .ova_team_single .content_info .ova-phone a:hover {
color: var(--primary);
}
.ova_team_single .content_info .ova-experience a:hover:after, .ova_team_single .content_info .ova-email a:hover:after, .ova_team_single .content_info .ova-phone a:hover:after {
width: 100%;
}
.ova_team_single .content_info .progress-bar {
list-style: none;
margin-top: 30px;
}
.ova_team_single .content_info .progress-bar .item {
margin-bottom: 10px;
}
.ova_team_single .content_info .progress-bar .text {
margin: 0;
font-size: 18px;
font-weight: 800;
color: var(--heading);
margin-bottom: 5px;
}
.ova_team_single .content_info .progress-bar .bar {
width: 100%;
height: 9px;
background: #f3f4f7;
}
.ova_team_single .content_info .progress-bar .percent {
width: 0%;
height: 9px;
background: var(--primary);
position: relative;
}
.ova_team_single .content_info .progress-bar .num {
display: none;
font-weight: 500;
line-height: 1;
position: absolute;
right: 0;
top: -27px;
}
.ova_team_single .content_info .ova-social {
margin: 0;
padding: 0;
list-style: none;
margin-top: 40px;
}
.ova_team_single .content_info .ova-social .icon {
display: inline-block;
margin-right: 10px;
width: 55px;
height: 55px;
border-radius: 50%;
overflow: hidden;
}
.ova_team_single .content_info .ova-social a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: var(--heading);
background: #f3f4f7;
transition: all 0.3s linear;
}
.ova_team_single .content_info .ova-social a:hover {
color: var(--primary);
}
.ova_team_single .content_info .ova-social i {
display: inline-flex;
font-size: 20px;
}
.ova_archive_team.two_column .content {
grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
.ova_archive_team.two_column .content {
grid-template-columns: 1fr;
}
}
.ova_archive_team.three_column .content {
grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1024px) {
.ova_archive_team.three_column .content {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 767px) {
.ova_archive_team.three_column .content {
grid-template-columns: 1fr;
}
}
.ova_archive_team.four_column .content {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1200px) {
.ova_archive_team.four_column .content {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 1024px) {
.ova_archive_team.four_column .content {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 767px) {
.ova_archive_team.four_column .content {
grid-template-columns: 1fr;
}
}
.archive_team {
margin-bottom: 110px;
}
@media screen and (max-width: 1024px) {
.archive_team {
margin-bottom: 70px;
}
}
.archive_team .content_inner.overlay {
opacity: 0.5;
}
.archive_team p, .archive_team h3 {
margin: 0;
padding: 0;
list-style: none;
}
.archive_team .content {
margin: 0;
padding: 165px 0 0 0;
list-style: none;
display: grid;
column-gap: 30px;
row-gap: 195px;
}
.archive_team .items {
text-align: center;
border-width: 2px;
border-bottom: 0;
border-style: solid;
border-image-slice: 1;
border-image-source: linear-gradient(to bottom, var(--primary), rgba(0, 0, 0, 0));
}
.archive_team .ova-media {
margin: -165px 15px 25px 15px;
}
.archive_team .ova-media img {
display: block;
width: 100%;
height: 400px;
object-fit: cover;
object-position: center;
}
.archive_team .job {
margin: 4px 0 0 0;
font-size: 14px;
font-weight: 500;
line-height: 1.2;
}
.archive_team .name {
margin-top: 5px;
font-size: 24px;
}
.archive_team .name a {
color: var(--heading);
transition: all 0.3s linear;
position: relative;
}
.archive_team .name a:hover {
color: var(--primary);
}
.archive_team .name a:hover:after {
width: 100%;
}
.archive_team .name a:after {
position: absolute;
content: "";
width: 0%;
height: 1px;
bottom: 0;
left: 0;
background: var(--primary);
transition: all 0.3s linear;
}
.archive_team .ova-social {
margin: 0;
padding: 0;
list-style: none;
margin-top: 24px;
}
.archive_team .ova-social .icon {
display: inline-block;
margin: 0 4px;
}
.archive_team .ova-social a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 52px;
height: 52px;
border-radius: 50%;
color: var(--heading);
background: #f3f4f7;
transition: all 0.3s linear;
}
.archive_team .ova-social a:hover {
transition: all 0.3s linear;
color: var(--primary);
}
.archive_team .ova-social i {
display: inline-flex;
font-size: 18px;
}
.archive_team.modern .content {
padding: 0;
row-gap: 30px;
}
.archive_team.modern.modern_type2 .ova-team-items-modern .ova-info-content {
width: calc(100% - 36px);
margin: -20px auto 0 auto;
padding: 20px;
background-color: #fff;
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.archive_team.modern.modern_type2 .ova-team-items-modern .ova-social-modern {
bottom: calc(100% - 20px);
}
.archive_team.modern.modern_type2 .ova-team-items-modern .share-button {
top: -40px;
left: 20px;
background-color: var(--primary);
}
.archive_team.modern.modern_type2 .ova-team-items-modern .share-button i {
color: #fff;
}
.archive_team .ova-team-items-modern {
text-align: left;
border: none;
}
.archive_team .ova-team-items-modern:hover .share-button {
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
}
.archive_team .ova-team-items-modern:hover .ova-social-modern {
transition: all 0.5s ease;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.archive_team .ova-team-items-modern:hover .ova-info-content {
transition: all 0.3s ease;
}
.archive_team .ova-team-items-modern .ova-media {
margin: 0;
}
.archive_team .ova-team-items-modern .ova-media img {
height: 250px;
}
.archive_team .ova-team-items-modern .ova-info-content {
transition: all 0.3s ease;
position: relative;
display: flex;
justify-content: space-between;
gap: 5px;
margin: 25px 0 0 0;
}
.archive_team .ova-team-items-modern .name {
margin: 0;
font-size: 20px;
}
.archive_team .ova-team-items-modern .job {
font-weight: normal;
}
.archive_team .ova-team-items-modern .ova-social-modern {
transition: all 0.5s ease;
position: absolute;
bottom: 100%;
right: 0;
background-color: var(--primary);
margin: 0;
padding: 18px 12px 16px 12px;
list-style-type: none;
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: scaleX(0);
transform: scaleX(0);
}
.archive_team .ova-team-items-modern .ova-social-modern .icon {
line-height: 1;
}
.archive_team .ova-team-items-modern .ova-social-modern .icon:not(:last-child) {
margin: 0 0 12px 0;
}
.archive_team .ova-team-items-modern .ova-social-modern .icon i {
display: inline-flex;
color: #fff;
}
.archive_team .ova-team-items-modern .ova-social-modern .icon i:hover {
color: var(--heading);
}
.archive_team .ova-team-items-modern .share-button {
transition: all 0.5s ease;
position: relative;
display: inline-flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
background-color: #fff;
box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.archive_team .ova-team-items-modern .share-button i {
transition: all 0.3s ease;
display: inline-flex;
font-size: 12px;
color: var(--primary);
}
.archive_team_2 {
text-align: center;
}
.archive_team_2 .content {
margin: 0;
padding: 0;
list-style: none;
display: grid;
grid-gap: 30px;
}
.archive_team_2 .items {
transition: all 0.3s linear;
position: relative;
padding: 30px 30px 25px 30px;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
border: 7px solid transparent;
background: #fff;
}
.archive_team_2 .items:hover {
transition: all 0.3s linear;
border-color: var(--primary);
}
.archive_team_2 .ova-media a {
display: block;
}
.archive_team_2 .ova-media img {
margin: 0 auto;
display: block;
width: 188px;
min-width: 188px;
height: 188px;
object-fit: cover;
object-position: top center;
border-radius: 50%;
}
.archive_team_2 .name {
margin: 0;
margin-top: 30px;
}
.archive_team_2 .name a {
font-size: 22px;
color: var(--heading);
transition: all 0.3s linear;
}
.archive_team_2 .name a:hover {
color: var(--primary);
}
.archive_team_2 .job {
margin: 0;
position: relative;
margin-top: 15px;
padding-top: 15px;
line-height: 1.3;
}
.archive_team_2 .job:before {
position: absolute;
content: "";
background: var(--primary);
width: 56px;
height: 2px;
top: 0;
left: 50%;
transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
.archive_team_2.template_2.three_column .content {
grid-template-columns: 1fr;
}
}
.archive_team_2.template_2 .items {
background: transparent;
padding: 65px 40px;
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0);
border-width: 0 1px 0 0;
border-color: rgba(5, 26, 83, 0.07);
border-style: solid;
}
@media (max-width: 1024px) {
.archive_team_2.template_2 .items {
padding: 55px 30px;
background: #fff;
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
border-width: 0 0 1px 0;
}
}
.archive_team_2.template_2 .items:hover {
background-color: white;
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.archive_team_2.template_2 .items:hover .ova-info-content {
transition: all 0.3s linear;
bottom: 35px;
opacity: 1;
visibility: visible;
}
.archive_team_2.template_2 .ova-media img {
width: 218px;
min-width: 218px;
height: 218px;
}
.archive_team_2.template_2 .ova-info-content {
transition: all 0.3s linear;
text-align: left;
position: absolute;
left: 40%;
bottom: 45px;
max-width: 55%;
opacity: 0;
visibility: hidden;
}
@media (max-width: 1024px) {
.archive_team_2.template_2 .ova-info-content {
transition: all 0.3s linear;
bottom: 35px;
opacity: 1;
visibility: visible;
}
}
.archive_team_2.template_2 .name {
margin-top: 0;
margin-bottom: 5px;
padding: 6px 15px;
background-color: var(--primary);
}
.archive_team_2.template_2 .name a {
color: #fff;
}
.archive_team_2.template_2 .job {
margin: 0;
padding: 6px 15px;
font-size: 14px;
color: #fff;
background-color: var(--heading);
}
.archive_team_2.template_2 .job:before {
content: none;
}
.archive_team_3 .content {
margin: 0;
padding: 0;
list-style: none;
display: grid;
grid-gap: 30px;
}
.archive_team_3 .items {
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
background: #fff;
}
.archive_team_3 .items:hover .ova-social-wrap {
opacity: 1;
}
.archive_team_3 .ova-media {
position: relative;
transition: all 0.5s linear;
}
.archive_team_3 .ova-media img {
position: relative;
display: block;
width: 100%;
height: 250px;
object-fit: cover;
object-position: top center;
}
.archive_team_3 .ova-social-wrap {
position: absolute;
width: 100%;
height: 100%;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
transition: all 0.5s linear;
}
.archive_team_3 .ova-social-inner {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: flex-end;
}
.archive_team_3 .ova-social {
margin: 0;
padding: 0;
list-style: none;
background: var(--primary);
display: inline-flex;
line-height: 1;
gap: 20px;
padding: 14px 25px;
}
.archive_team_3 .ova-social .icon a {
color: #fff;
font-size: 16px;
transition: all 0.3s linear;
}
.archive_team_3 .ova-social .icon a:hover {
opacity: 0.8;
}
.archive_team_3 .ova-social .icon i {
color: #fff;
}
.archive_team_3 .ova-info-content {
text-align: center;
padding: 25px;
background: #fff;
}
.archive_team_3 .name {
margin: 0;
}
.archive_team_3 .name a {
font-size: 22px;
color: var(--heading);
transition: all 0.3s linear;
}
.archive_team_3 .name a:hover {
color: var(--primary);
}
.archive_team_3 .job {
position: relative;
margin: 5px 0 0 0;
padding-bottom: 15px;
font-weight: 500;
}
.archive_team_3 .job:after {
position: absolute;
content: "";
bottom: 0;
left: 50%;
width: 56px;
height: 2px;
background: var(--primary);
transform: translateX(-50%);
}
.archive_team_3.template_2 .items {
box-shadow: none;
}
.archive_team_3.template_2 .items:hover .ova-social-wrap {
bottom: 20px;
}
.archive_team_3.template_2 .ova-media img {
border-radius: 10px;
}
.archive_team_3.template_2 .ova-social {
border-radius: 10px;
}
.archive_team_3.template_2 .ova-info-content {
padding: 22px 22px 0 22px;
}
.archive_team_3.template_2 .job {
margin: 0;
padding-bottom: 0;
}
.archive_team_3.template_2 .job:after {
content: none;
}
.ova-team-slider {
margin: 0;
padding: 0;
}
.ova-team-slider .owl-carousel .owl-stage-outer {
padding-top: 165px;
}
.ova-team-slider .owl-carousel .owl-dots {
text-align: center;
margin-top: 45px;
}
.ova-team-slider .owl-carousel .owl-dots .owl-dot {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
margin: 0 2px;
width: 21px;
padding: 0;
background: transparent;
border-color: transparent;
height: 21px;
}
.ova-team-slider .owl-carousel .owl-dots .owl-dot span {
width: 5px;
height: 5px;
background: var(--heading);
display: block;
border-radius: inherit;
-webkit-backface-visibility: visible;
transition: opacity 0.2s ease;
}
.ova-team-slider .owl-carousel .owl-dots .owl-dot.active {
border: 1px solid var(--primary);
}
.ova-team-slider .owl-carousel .owl-dots .owl-dot.active span {
opacity: 1;
background: var(--primary);
}
.list-cat-team {
display: flex;
flex-wrap: wrap;
justify-content: center;
list-style-type: none;
padding: 0;
margin: 0 0 60px 0;
}
.list-cat-team .item.active .cate_name {
color: #fff;
background: var(--primary);
}
.list-cat-team .item .cate_name {
transition: all 0.3s linear;
display: inline-block;
font-size: 18px;
line-height: 1.2;
font-weight: 600;
color: var(--heading);
padding: 7px 15px;
margin: 0 5px;
border-radius: 5px;
}
.list-cat-team .item .cate_name:hover {
transition: all 0.3s linear;
color: #fff;
background: var(--primary);
}
.rtl .archive_team.modern.modern_type2 .ova-team-items-modern .share-button {
left: unset;
right: 20px;
}
.rtl .archive_team.modern.modern_type2 .ova-team-items-modern .ova-social-modern {
right: unset;
left: 0;
}
.rtl .archive_team .ova-team-items-modern {
text-align: right;
}
.rtl .archive_team .ova-team-items-modern .ova-social-modern {
right: unset;
left: 0;
}.pgafu-column, .pgafu-columns {-webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;}
.pgafu-post-grid-main *{outline: none !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;} .pgafu-clearfix:before, .pgafu-clearfix:after{content: "";display: table;}
.pgafu-clearfix::after{clear: both;}
.pgafu-clearfix{clear: both;}
.clearboth{clear: both;}
.pgafu-first{clear:both !important;} .pgafu-post-content{padding-top:10px;}
.pgafu-post-grid{margin-bottom:30px; }
.pgafu-post-date span{font-style:italic; font-size:12px;}
.pgafu-post-date img, .pgafu-post-tags img{display:inline-block !important; box-shadow:none !important;}
.pgafu-cat-list li ul{margin-left: 0.857143rem;}
.pgafu-cat-list .current-cat > a{font-weight:bold;}
.pgafu-post-date span{font-size:12px;display: inline-block; margin-right:10px;}
.pgafu-post-date span img, .pgafu-post-tags img{margin-right:5px; position:relative;vertical-align: middle;}
.pgafu-post-date a{color:#555}
.pgafu-post-title a{text-decoration:none !important; border-bottom:0px !important;}
.pgafu-post-tags a { font-style: italic; text-decoration: none; font-size: 14px;  color: #666;}
.pgafu-post-grid-main h2{margin:5px 0 !important; line-height:24px !important; padding-top:0px !important;font-size:20px !important;  padding-bottom:0px !important;}
.pgafu-post-grid-main h2.pgafu-post-title a{font-size:20px !important;line-height:normal !important; color:#444; }
.pgafu-post-image-bg{text-align:center; margin-bottom:15px;}
.pgafu-post-image-bg img{display:inline-block;}
.pgafu-image-fit .pgafu-post-image-bg img {height: 100%;width: 100% !important;object-fit: cover;object-position: top center;} .pgafu-post-grid-main {margin:0 -15px;} .pgafu-post-pagination{clear:both !important; width:100%; padding:0px 15px 10px 15px;box-sizing: border-box; text-align:center;}
.pgafu-post-pagination .button-post-p{width:40%; float:right; text-align:right;}
.pgafu-post-pagination .button-post-n{width:40%; float:left; text-align:left;}
.pgafu-post-pagination a, .pgafu-post-pagination a{color: #fff !important;  -moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;background: #333;padding: 7px 10px;display: inline-block;text-align: center;border-radius: 0px;line-height: normal;
box-shadow: none;text-shadow: none;font-size: 14px;text-transform: uppercase;border: 1px solid #333;text-decoration: none !important;}
.pgafu-post-pagination a:hover, .pgafu-post-pagination a:focus, .pgafu-post-pagination a:hover, .pgafu-post-pagination a:focus{color: #333 !important;background: transparent;}
.pgafu-post-pagination .current{color: #333 !important;background: transparent;padding: 7px 10px;display: inline-block;text-align: center;border-radius: 0px;line-height: normal;box-shadow: none;text-shadow: none;font-size: 14px;text-transform: uppercase;border: 1px solid #333;text-decoration: none !important;} .pgafu-post-categories{padding: 4px 0;display: inline-block;text-transform: uppercase;color: #666;z-index: 9;position: relative;}
.pgafu-post-categories a{text-decoration: none ;  -moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; font-size:10px;text-transform: uppercase;padding: 3px 8px;color: #fff !important;line-height: normal;display: inline-block; margin: 0 0 2px 0; background:#333;}
.pgafu-post-categories a:nth-child(4n+1){background: #1abc9c;}
.pgafu-post-categories a:nth-child(4n+2){background: #3aadff;}
.pgafu-post-categories a:nth-child(4n+3){background: #9b59b6;}
.pgafu-post-categories a:nth-child(4n+4){background: #3498db;}
.pgafu-post-categories a:hover, .pgafu-post-categories a:focus{background: #333;color: #fff; text-decoration:none;} .readmorebtn{ -moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;text-decoration: none !important; color: #888;border: 1px solid #888;padding: 4px 12px;font-size: 12px;display: inline-block;box-sizing: border-box;line-height: normal !important;margin:15px 0 0 0px;}
.readmorebtn:hover, .readmorebtn:focus, .readmorebtn:active{background:#888; color:#fff; }  .pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content{background:#fff; text-align:center; }
.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content .pgafu-post-title, 
.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content .pgafu-post-date {padding:5px 15px;float: none; display:block;}
.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-image-bg{background: #f1f1f1; margin-bottom:20px; line-height: 0; overflow: hidden; position: relative; width: 100%;}
.pgafu-post-grid-main.pgafu-design-1 .readmorebtn{border:0px; border-bottom:1px solid #888; font-size:15px;}
.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-content{padding-bottom:0px;}
.pgafu-post-grid-main.pgafu-design-1.pgafu-image-fit .pgafu-post-image-bg{height: 320px;}
.pgafu-post-grid-main.pgafu-design-1.pgafu-image-fit .pgafu-medium-4 .pgafu-post-image-bg{height: 200px;}
.pgafu-post-grid-main.pgafu-design-1.pgafu-image-fit .pgafu-medium-3 .pgafu-post-image-bg{height: 180px;} .pgafu-post-grid-main.pgafu-design-2 .pgafu-post-grid-content{background:#fff; padding-bottom:10px;   border-bottom:2px solid #555;}
.pgafu-post-grid-main.pgafu-design-2 .pgafu-content-above-image{position:relative; margin-top:-50px; width:85%; background:#fff; padding:20px 0px 5px 0px; }
.pgafu-post-grid-main.pgafu-design-2 .no-thumb-image .pgafu-content-above-image{margin-top:0px; width:100%; padding-top:0px;}
.pgafu-post-grid-main.pgafu-design-2 .pgafu-post-grid-content .pgafu-post-title, 
.pgafu-post-grid-main.pgafu-design-2 .pgafu-post-grid-content .pgafu-post-date {padding:5px 0px;float: none; display:block;}
.pgafu-post-grid-main.pgafu-design-2 .pgafu-post-grid-content .pgafu-post-content{padding:15px 0 0px 0;}
.pgafu-post-grid-main.pgafu-design-2 .pgafu-post-image-bg{background: #f1f1f1; margin-bottom:20px; line-height: 0; overflow: hidden; position: relative; width: 100%;}
.pgafu-post-grid-main.pgafu-design-2.pgafu-image-fit .pgafu-post-image-bg{height: 320px;}
.pgafu-post-grid-main.pgafu-design-2.pgafu-image-fit .pgafu-medium-4 .pgafu-post-image-bg{height: 200px;}
.pgafu-post-grid-main.pgafu-design-2.pgafu-image-fit .pgafu-medium-3 .pgafu-post-image-bg{height: 180px;} .pgafu-filter{list-style: none !important;text-align: center;}
.pgafu-filter li a{text-decoration:none; font-size: 15px;  display: block; position: relative; cursor: pointer; color: #000; background: #e1e1e1; padding: 8px 15px; line-height: normal;}
.pgafu-filter li {display: inline-block; float: none; position: relative;text-indent: 0; margin: 0px 0px 4px 0px !important;}
.pgafu-filter li.pgafu-active-filtr a{background:#525252; color: #fff;} .pgafu-column,
.pgafu-columns { padding-left: 0.9375em;  padding-right: 0.9375em;  width: 100%;  float: left; position: relative;  }
@media only screen and (max-width:480px) { 
.pgafu-column,
.pgafu-columns { padding-left: 0.9375em;  padding-right: 0.9375em;  width: 100%;  float: left; position: relative;  }
}
@media only screen and (min-width: 40.0625em) {
.pgafu-column,
.pgafu-columns {position: relative;padding-left: 0.9375em;padding-right: 0.9375em;float: left; }
.pgafu-medium-1{width: 8.33333%;}
.pgafu-medium-2{width: 16.66667%;}
.pgafu-medium-3{width: 25%;}
.pgafu-medium-4{width: 33.33333%;}
.pgafu-medium-5{width: 41.66667%;}
.pgafu-medium-6{width: 50%;}
.pgafu-medium-7{width: 58.33333%;}
.pgafu-medium-8{width: 66.66667%;}
.pgafu-medium-9{width: 75%;}
.pgafu-medium-10{width: 83.33333%;}
.pgafu-medium-11{width: 91.66667%;}
.pgafu-medium-12{width: 100%;}
.pgafu-medium-c5{width: 20%;}
}:root{--woocommerce:#7F54B3;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#7F54B3;--wc-primary-text:white;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#777335;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{position:absolute;right:.7em;top:.7em;cursor:pointer}.woocommerce form .show-password-input::after,.woocommerce-page form .show-password-input::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e010";text-decoration:none}.woocommerce form .show-password-input.display-password::after,.woocommerce-page form .show-password-input.display-password::after{color:#585858}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}