File: /home/frenchy/refonte2023/wordpress/wp-content/plugins/ova-doc/assets/css/frontend/ovadoc-style.css
.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;
}
}