File: /home/jairicem/basicconceptenergy.com/wp-content/plugins/ovation-elements/assets/css/modal.css
.ova-elems-templates-btn-wrap {
background: transparent linear-gradient(270deg, #FC5CF4 0%, #0224C4 100%) 0% 0% no-repeat padding-box;
border-radius: 3px;
padding: 8px 10px;
cursor: pointer;
}
.ova-elems-templates-btn-wrap span {
text-align: left;
font: normal normal 600 16px/21px Segoe UI;
letter-spacing: 0px;
color: #FFFFFF;
}
.templates-modal-wrap-main{
position: relative;
position: relative;
margin: 0 auto;
display: none;
}
.ova-elems.templates-modal-wrap{
position: fixed;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 10px #00000029;
border-radius: 7px;
display: flex;
justify-content: center;
width: 75%;
margin: 0 auto;
top: 8%;
left: 0;
right: 0;
padding: 20px 30px;
height: auto;
flex-direction: column;
justify-content: left;
gap: 15px;
}
.templates-modal-wrap .templates-modal-content-wrap{
display: flex;
gap: 20px;
width: 100%;
}
.templates-modal-wrap .templates-modal-content-cards{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 30px;
}
.templates-modal-wrap .ova-elems-card-img-wrap img{
max-height: 145px;
width: 100%;
height: 100%;
overflow: hidden;
object-fit: cover;
object-position: top;
box-shadow: 0px 3px 6px #00000029;
border-radius: 5px;
}
.templates-modal-wrap .templates-modal-content-categories{
border: 1px solid #707070;
border-radius: 6px;
padding: 10px;
width: 20%;
display: flex;
flex-direction: column;
gap: 10px;
height: 675px;
overflow-y: scroll;
}
.templates-modal-wrap .templates-modal-content-categories h4{
font: 600 20px / 27px outfit;
letter-spacing: 0px;
margin: 0;
}
.templates-modal-wrap .templates-modal-categories{
display: flex;
flex-direction: column;
gap: 10px;
}
.templates-modal-wrap .templates-modal-categories li{
font: 400 16px / 27px outfit;
letter-spacing: 0px;
color: #707070;
cursor: pointer;
}
.templates-modal-wrap .ova-elems-button-wrap .ova-elems-btn {
z-index: 9;
background: #fff !important;
color: #5E2CED !important;
border: none;
font-weight: 600;
opacity: 0;
text-transform: uppercase;
text-decoration: none;
border-radius: 10px;
font: 600 16px / 23px Outfit !important;
}
.templates-modal-wrap .ova-elems-button-wrap .ova-elems-btn{
padding: 10px 25px;
}
.templates-modal-wrap .ova-elems-card-img-wrap{
position: relative;
}
.templates-modal-wrap .ova-elems-card-img-wrap::after {
content: "";
top: 0;
bottom: 0;
right: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
background: #000;
opacity: 0;
z-index: 0;
background: transparent linear-gradient(90deg, #F159F2 0%, #0324C5 100%) 0% 0% no-repeat padding-box;
transition: 0.2s ease-in-out;
border-radius: 5px;
}
.ova-elems-card-wrap:hover .ova-elems-card-img-wrap::after {
opacity: 0.8;
}
.templates-modal-wrap .ova-elems-button-wrap{
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
width: max-content;
height: max-content;
z-index: 99;
display: flex;
gap: 10px;
}
.ova-elems-card-wrap:hover .ova-elems-btn {
opacity: 1;
}
.ova-elems-card-body{
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}
.ova-elems-card-title{
font:600 16px / 25px outfit;
letter-spacing: 0px;
color: #3E3E3E;
margin: 0;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
cursor: pointer;
}
.ova-elems-card-price{
display: flex;
flex-direction: column;
justify-content: center;
font: normal normal 600 16px / 16px Outfit;
color: #3E3E3E;
margin: 0;
}
.ova-elems-card-price span {
font: normal normal 600 16px / 22px Outfit;
letter-spacing: 0px;
color: #FF0707;
}
.templates-modal-content-cards-wrap{
display: flex;
flex-direction: column;
height: 100%;
width: 80%;
height: max-content;
max-height: 700px;
overflow-y: scroll;
padding-right: 20px;
gap: 5px;
}
button.ova-elems.templates-load-more{
font: normal normal 600 15px / 30px Outfit;
letter-spacing: 0px;
color: #FFFFFF;
text-transform: uppercase;
background: #5E2CED;
margin: 10px auto;
border: none;
padding: 4px 20px;
border-radius: 10px;
}
.templates-modal-search{
background-image: url(../images/nav-background.png);
background-color: #fff;
padding: 10px 20px;
background-size: 100% 100%;
background-repeat: no-repeat;
border-radius: 10px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.templates-modal-form input{
border: none !important;
width: 90%;
background: transparent;
padding: 10px;
}
.templates-modal-form{
display: flex;
align-items: center;
}
.templates-modal-form input[type=search]:focus{
box-shadow:unset !important;
border: none !important;
}
.templates-modal-form .search-img{
object-fit: contain;
width: 25px;
height: 25px;
}
.notice.is-dismissible.ova-elems {
padding:0;
}
.ova-elems-notice-banner-wrap {
display: grid;
grid-template-columns: 220px 3fr 1fr 1fr;
gap: 10px;
}
.ova-elems-notice-left-img img{
height: 100%;
}
.ova-elems-notice-heading {
display: flex;
flex-direction: column;
justify-content: center;
gap: 6px;
}
.ova-elems-main-head {
font:900 50px / 50px Outfit;
color: #2D1DB3;
padding:0;
}
.ova-elems-sub-head {
font:400 30px / 30px Outfit;
color: #2D1DB3;
margin: 0;
}
.ova-elems-notice-btn {
display: flex;
justify-content: center;
margin: auto;
height: max-content;
}
.ova-elems-buy-btn {
background: #2D1DB3;
padding: 10px 20px;
text-decoration: none;
color: #fff;
border-radius: 6px;
font-size: 18px;
}
.ova-elems-dismiss-modal {
position: absolute;
top: -20px;
right: -20px;
background: transparent linear-gradient(270deg, #FC5CF4 0%, #0224C4 100%) 0% 0% no-repeat padding-box;
color: white;
border-radius: 27px;
height: 50px;
width: 50px;
text-align: center;
font-size: 25px;
line-height: 46px;
}
.ova-elems-dismiss-modal {
cursor: pointer;
}
.ova-elems.templates-load-more {
cursor: pointer;
}
.ova-elems.templates-modal-categories li.active {
background: #FC5CF4;
background: linear-gradient(to right, #FC5CF4 0%, #0224C4 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.ova-elems-docs-btn {
background: #BD2130 0% 0% no-repeat padding-box;
}
.ova-elems-bundle-btn.is-theme {
background: #2271B1 0% 0% no-repeat padding-box;
font: normal normal normal 14px/22px Segoe UI;
font-weight: normal;
padding: 8px;
display: block;
text-align: center;
font-weight: bold;
}
.ova-elems-demo-btn , .ova-elems-buy-now-btn, .ova-elems-docs-btn, .ova-elems-bundle-btn {
border-radius: 3px;
text-align: left;
letter-spacing: 0px;
color: #FFFFFF;
text-decoration: none;
}
.ova-elems-demo-btn.is-theme, .ova-elems-buy-now-btn.is-theme, .ova-elems-docs-btn.is-theme {
font: normal normal normal 11px/20px Segoe UI;
padding: 10px;
font-weight: bold;
}
.ova-elems-demo-btn {
background: #D39E00 0% 0% no-repeat padding-box;
}
.ova-elems-demo-btn.is-bundle {
font: normal normal normal 13px/17px Segoe UI;
padding: 10px 20px;
font-weight: bold;
}
.ova-elems-buy-now-btn.is-bundle {
font: normal normal normal 13px/17px Segoe UI;
padding: 10px 20px;
font-weight: bold;
}
.ova-elems-buy-now-btn {
background: #28A745 0% 0% no-repeat padding-box;
}
.ova-elems-side-panel-btn-wrap {
display: flex;
justify-content: center;
align-items: center;
gap: 12px;
text-align: center;
margin-top: 20px;
}
.ova-elems-side-panel-btn-wrap.not-background {
margin-bottom: 20px;
}
.ova-elems-demo-btn:hover, .ova-elems-buy-now-btn:hover, .ova-elems-docs-btn:hover, .ova-elems-bundle-btn:hover {
color: #FFFFFF !important;
}
.ova-elems-side-panel-wrap.is-background {
background: white;
padding: 30px 0;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.ova-elems-side-panel-wrap {
text-align: center;
}
.ova-elems-side-panel-img img {
height: auto !important;
max-width: 100% !important;
}