.widget_item_style_14 .row-flex {
position: relative;
display: grid;
grid-template-columns: var(--item14-per-row);
gap:30px;
}
.widget_item_style_14 .item {
margin-bottom: 15px;
margin-top: 45px;
outline: none;
position: relative;
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
background-color: var(--item14-bg);
padding: 60px 40px;
transition: all 0.3s;
}
.widget_item_style_14 .item a {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.widget_item_style_14 .item .number-box {
position: absolute;
top: -95px;
left: 0px;
}
.widget_item_style_14 .item .number-box .number {
padding: 28px 12px;
font-size: 52px;
font-weight: 500;
background-color: var(--item14-number-bg);
color: var(--item14-number);
transition: .3s ease;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
}
.widget_item_style_14 .item .title {
text-align: left;
}
.widget_item_style_14 .item .heading {
font-size: 16px;
font-weight: 700;
margin: 0 0 5px;
color: var(--item14-title);
text-transform: uppercase;
}
.widget_item_style_14 .item p {
font-size: 14px;
color: var(--item14-des);
}
.widget_item_style_14 .item:before, .widget_item_style_14 .item:after {
content: "";
position: absolute;
background-repeat: no-repeat;
opacity: 0;
transition: all .5s;
-webkit-transform: scale(.1);
transform: scale(.1);
z-index: 0;
}
.widget_item_style_14 .item:before {
background-image: url('views/theme-store/widget/item/image/item-before.png');
height: 100%;
top: -30px;
left: -30px;
width: 100%;
}
.widget_item_style_14 .item:after {
background-image: url('views/theme-store/widget/item/image/item-after.png');
height: 290px;
bottom: -40px;
right: -30px;
width: 250px;
}
.widget_item_style_14 .item.active:after, .widget_item_style_14 .item.active:before,
.widget_item_style_14 .item:hover:after, .widget_item_style_14 .item:hover:before {
opacity: 1;
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
.widget_item_style_14 .item:hover {
background-color: var(--item14-bg-hover);
}
.widget_item_style_14 .item:hover .heading {
color: var(--item14-title-hover);
}
.widget_item_style_14 .item:hover p {
color: var(--item14-des-hover);
}
.widget_item_style_14 .item:hover .number-box .number {
background-color: var(--item14-number-bg-hover);
color: var(--item14-number-hover);
}
@media (max-width: 1000px) {
.widget_item_style_14 .row-flex {
grid-template-columns: var(--item14-per-row-tablet);
gap:30px;
}
}
@media (max-width: 600px) {
.widget_item_style_14 .row-flex {
grid-template-columns: var(--item14-per-row-mobile);
gap:30px;
}
}.widget_item_style_15 {
--number-title-size: 20px;
--number-title-padding: 20px;
}
.widget_item_style_15 .row-flex {
position: relative;
display: grid;
grid-template-columns: var(--item-per-row);
gap:30px;
}
.widget_item_style_15 .item {
outline: none;
position: relative;
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
background-color: var(--item-bg);
padding: 30px 30px;
transition: all 0.3s;
border-radius: var(--item-border-radius);
}
.widget_item_style_15 .item .number-box {
text-align: left; width: 100%;
}
.widget_item_style_15 .item .number-box .number {
padding: var(--number-title-padding) 0;
font-family: var(--number-title-font);
font-size: calc(var(--number-title-size) + 5px);
font-weight: bold;
color: var(--item-number);
transition: .3s ease;
margin: 0;
display: block;
}
.widget_item_style_15 .item .title {
text-align: left; display: block;
}
.widget_item_style_15 .item .heading {
font-family: var(--number-title-font);
font-size: var(--number-title-size);
font-weight: 700;
margin: 0 0 0;
padding-bottom: var(--number-title-padding);
color: var(--item-title);
text-transform: uppercase;
}
.widget_item_style_15 .item p {
font-size: 14px;
color: var(--item-des);
}
.widget_item_style_15 .item:before, .widget_item_style_15 .item:after {
content: "";
position: absolute;
background-repeat: no-repeat;
opacity: 0;
transition: all .5s;
-webkit-transform: scale(.1);
transform: scale(.1);
z-index: 0;
}
.widget_item_style_15 .item:before {
background-image: url('views/theme-store/widget/item/image/item-before.png');
height: 100%;
top: -30px;
left: -30px;
width: 100%;
}
.widget_item_style_15 .item:after {
background-image: url('views/theme-store/widget/item/image/item-after.png');
height: 290px;
bottom: -40px;
right: -30px;
width: 250px;
}
.widget_item_style_15 .item.active:after, .widget_item_style_15 .item.active:before,
.widget_item_style_15 .item:hover:after, .widget_item_style_15 .item:hover:before {
opacity: 1;
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
/*.widget_item_style_15 .item:hover, .widget_item_style_15 .item.active {*/
/* background-color: var(--item-bg-hover);*/
/*}*/
/*.widget_item_style_15 .item:hover .heading, .widget_item_style_15 .item.active .heading {*/
/* color: var(--item-title-hover);*/
/*}*/
/*.widget_item_style_15 .item:hover p, .widget_item_style_15 .item.active p {*/
/* color: var(--item-des-hover);*/
/*}*/
/*.widget_item_style_15 .item:hover .number-box .number, .widget_item_style_15 .item.active .number-box .number {*/
/* color: var(--item-number-hover);*/
/*}*/
@media (max-width: 1000px) {
.widget_item_style_15 .row-flex {
grid-template-columns: var(--item-per-row-tablet);
gap:30px;
}
}
@media (max-width: 600px) {
.widget_item_style_15 .row-flex {
grid-template-columns: var(--item-per-row-mobile);
gap:30px;
}
}.widget_about_style_6 .row-flex-center {
display: flex; flex-wrap: wrap; flex-direction: row;
align-items: center;
max-width: 1000px; margin:50px auto 50px auto;
}
.widget_about_style_6 .row-flex-center.text_img {
flex-direction: row-reverse;
}
.widget_about_style_6 .about-image, .widget_about_style_6 .about-content {
flex: 0 0 50%; width: 50%;
}
.widget_about_style_6 .about-image {
transform: translateY(-50px);
}
.widget_about_style_6 .about-image img {
width: 100%;
-webkit-animation: move3 5s infinite;
animation: move3 5s infinite;
}
.widget_about_style_6 .about-image.text_img {
float: right;
}
.widget_about_style_6 .about-content {
background-color: var(--about-6-txt-bg); padding:20px;
min-height: 500px;
transform: translateY(50px);
}
.widget_about_style_6 .about-content .description {
margin-bottom: 40px;
}
.widget_about_style_6 .about-content p {
color: #777;
font-size: 14px;
line-height: 25px;
margin-bottom: 20px;
margin-top: 10px;
}
.widget_about_style_6 .about-content ul {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
list-style-type: none;
margin-right: -10px;
margin-bottom: 5px;
margin-top: 5px;
}
.widget_about_style_6 .about-content ul li {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%;
margin-top: 10px;
font-weight: 600;
color: #777;
position: relative;
padding-right: 10px;
padding-left: 22px;
}
.widget_about_style_6 .about-content .description {
margin-bottom: 20px;
}
.widget_about_style_6 .button .btn {
margin: 20px 0; border-radius: 5px;
}
@media(max-width: 768px) {
.widget_about_style_6 .about-image, .widget_about_style_6 .about-content {
flex: 0 0 100%; width: 100%;transform: translateY(0px);
}
}
.widget_post_style_1 .box-content { position: relative; }
.widget_post_style_1 .item .img { height: 300px; width: 100%; }
.widget_post_style_1 .item .img img { height: 100%; width: 100%; object-fit: cover; }
.widget_post_style_1 .item .title {
padding: 10px;
}
.widget_post_style_1 .item .title .header {
font-size: 16px; line-height: 30px; height: 60px; font-family: var(--theme-color);
margin:10px 0; color: #000;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
line-clamp: 2;
-webkit-box-orient: vertical;
}
.widget_post_style_1 .item .title .header a {
color: #000; outline: none;
}
.widget_post_style_1 .item .title .description {
margin-bottom: 18px; height: 55px;
text-align: initial;
color: #687385;
}
.widget_post_style_1 .item .title .post-info {
margin: 0 0 20px 0;
}
.widget_post_style_1 .item .title .read-more a {
color:#000;display: inline-block; position: relative;
transition: all 0.3s;
}
.widget_post_style_1 .item .title .read-more i {
color:red;position: relative;top:1px;
}
.widget_post_style_1 .item .title .read-more a:hover {
padding-left: 20px; color:var(--theme-color);
}
.widget_post_style_1 .item:hover {
box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2), 0 0 0 transparent;
}
@media (max-width: 1200px) {
.widget_post_style_1 .item .img { height: 250px; }
}
@media (max-width: 600px) {
.widget_post_style_1 .item {padding:0;margin: 10px;}
.widget_post_style_1 .item .img { height: 200px; }
}.widget_about_style_7 .row-flex {
display: flex;
flex-wrap: wrap;
}
.widget_about_style_7 .about-content {
position: relative;
z-index: 2;
}
.widget_about_style_7 .about-content .content {
position: absolute;
top: 50%;
left: -120px;
transform: translateY(-50%);
padding: 40px;
background-color: #fff;
width: 720px;
box-shadow: 1px 1px 10px #cccccc80;
}
.widget_about_style_7 .about-content .about-description {
margin-bottom: 20px;
}
.widget_about_style_7 .about-content ul {
width: 300px;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
margin-top: 5px;
border: 0;
}
.widget_about_style_7 .about-content ul li {
flex: 1;
position: relative;
margin-bottom: 0;
}
.widget_about_style_7 .about-content .nav-tabs>li>a {
border-radius: 0;
border: 0;
transition: .3s ease;
color: var(--about7-tab-txt);
background: var(--about7-tab-bg);
margin-right: 0;
text-align: center;
padding: 24px 12px;
}
.widget_about_style_7 .about-content .nav-tabs>li>a.active,
.widget_about_style_7 .about-content .nav-tabs>li>a.active:hover,
.widget_about_style_7 .about-content .nav-tabs>li>a.active:focus {
background-color: var(--about7-tab-bg-active);
color: var(--about7-tab-txt-active);
}
.widget_about_style_7 .about-content .tab-content {
background-color: var(--about7-tab-bg-active);
color: var(--about7-tab-txt-active);
padding: 24px 10px;
margin-top: -2px;
position: relative;
}
@media (max-width: 1220px) {
.widget_about_style_7 .about-content .content {
width:600px;
}
}
@media (max-width: 768px) {
.widget_about_style_7 .about-content .content {
position: unset;
transform: none;
box-shadow: none;
}
}
@media screen and (max-width: 720px) {
.widget_about_style_7 .about-content .content {
padding: 0;
width: 100%;
background-color: transparent;
overflow: hidden;
}
}
.widget_post_style_3 .item { padding:0; overflow: hidden; margin-bottom: 10px; }
.widget_post_style_3 .item .img { float: left; width: 220px; height: 160px; }
.widget_post_style_3 .item .img img {
width: 100%; height: 100%; object-fit: cover;
}
.widget_post_style_3 .item .title { float: left; width:calc(100% - 220px); padding: 10px; }
.widget_post_style_3 .item .title .header {
line-height: 30px;
margin: 0 0 10px 0; font-size: 15px;
font-weight: bold;
color:#000;
}
.widget_post_style_3 .item .title .header a { color:#000; }
.widget_post_style_3 .item .title .description {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
-webkit-box-orient: vertical;
}
.widget_post_style_3 .video img {
width: 100%; border-radius: 5px;
object-fit: cover;
margin-bottom: 10px;
}
.widget_post_style_3 .video-section {
position: relative;
}
.widget_post_style_3 .play-now {
position: absolute;
left: 50%;
top: 50%;
display: block;
border-radius: 50%;
z-index: 10;
width: 60px;
height: 60px;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
transform-origin: center center;
}
.widget_post_style_3 .play-now .icon {
position: absolute;
left: 50%;
top: 50%;
height: 65px;
width: 65px;
text-align: center;
line-height: 65px;
color: #ffffffdb;
z-index: 1;
font-size: 20px;
padding-left: 5px;
display: block;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-transform-origin: center;
transform-origin: center center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
-moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
-ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
-o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
background-color: var(--theme-color);
}
.widget_post_style_3 .play-now .ripple,
.widget_post_style_3 .play-now .ripple:before,
.widget_post_style_3 .play-now .ripple:after {
position: absolute;
top: 50%;
left: 50%;
height: 65px;
width: 65px;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-transform-origin: center;
transform-origin: center center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
-webkit-animation: ripple 3s infinite;
-moz-animation: ripple 3s infinite;
-ms-animation: ripple 3s infinite;
-o-animation: ripple 3s infinite;
animation: ripple 3s infinite;
}
.widget_post_style_3 .play-now .ripple:before {
-webkit-animation-delay: .9s;
-moz-animation-delay: .9s;
-ms-animation-delay: .9s;
-o-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
}
.widget_post_style_3 .play-now .ripple:after {
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
-ms-animation-delay: .6s;
-o-animation-delay: .6s;
animation-delay: .6s;
content: "";
position: absolute;
background-color: var(--theme-color);
}
@media(max-width: 500px) {
.widget_post_style_3 .item .img { float: left; width: 100%; }
.widget_post_style_3 .item .title { float: left; width: 100%; padding:10px 0; }
}.widget_item_style_2 {
overflow: hidden; text-align: center;
}
.widget_item_style_2 .row-flex {
position: relative;
display: grid;
grid-template-columns: var(--item-per-row);
align-items: center;
}
.widget_item_style_2 .service-block {
position: relative;
display: flex;
/*gap:10px;*/
align-items: center;
justify-content: center;
}
.widget_item_style_2 .service-block+.service-block:before {
content: "";
position: absolute;
border-left: 1px solid #ddd;
height: calc(var(--item-height)/2);
left: 0; top:20px;
}
.widget_item_style_2 .service-block+.service-block {
padding-left: 10px;
}
.widget_item_style_2 .item {
margin-bottom: 10px; position: relative;
text-align: center; background-position: center;
display: flex; width: 80%;
}
.widget_item_style_2 .item:before, .widget_item_style_2 .item:after {
content: "";
position: absolute;
background-repeat: no-repeat;
opacity: 0;
transition: all .5s;
-webkit-transform: scale(.1);
transform: scale(.1);
z-index: 0;
}
.widget_item_style_2 .item:before {
background-image: url('views/theme-store/widget/item/image/item-before.png');
height: 150px;
top: -30px;
left: -100px;
width: 100%;
}
.widget_item_style_2 .item:after {
background-image: url('views/theme-store/widget/item/image/item-after.png');
height: 200px;
bottom: -40px;
right: 100px;
width: 250px;
}
.widget_item_style_2 .item.active:after, .widget_item_style_2 .item.active:before,
.widget_item_style_2 .item:hover:after, .widget_item_style_2 .item:hover:before {
opacity: 1;
-webkit-transform: scale(0.3);
transform: scale(0.3);
}
.widget_item_style_2 .item .img {
height: var(--item-height); width:var(--item-height); text-align: center;
}
.widget_item_style_2 .item .img img {
width: auto; height: 100%; display: inline-block;
border-radius: 5px;padding:5px; margin: 5px;
}
/*.widget_item_style_2 .item:hover .img img {*/
/* -webkit-animation: toTopFromBottom .5s forwards;*/
/* animation: toTopFromBottom .5s forwards;*/
/*}*/
/*.widget_item_style_2 .item:hover .img img {*/
/* box-shadow: 0 0 10px 4px rgba(31,66,135,.1);*/
/*}*/
.widget_item_style_2 .item .title {
text-align: left; padding: 10px; width: calc(100% - var(--item-height));
}
.widget_item_style_2 .item .title p.heading {
color: var(--item-title); font-size: 15px; font-weight: bold; margin: 0 0 10px 0;
}
.widget_item_style_2 .item .title p.heading a {
color: var(--item-title);
}
.widget_item_style_2 .item .title p.description {
color: var(--item-des); font-size: 14px; line-height: 20px;
}
.widget_item_style_2 .item .title p.description a {
color: var(--item-des);
}
@media (max-width: 768px) {
.widget_item_style_2 .row-flex {
grid-template-columns: var(--item-per-row-tablet);
}
.widget_item_style_2 .item .img { height: 50px; }
}
@media (max-width: 600px) {
.widget_item_style_2 .row-flex {
grid-template-columns: var(--item-per-row-mobile);
}
}
@media (max-width: 500px) {
.widget_item_style_2 .item .img { height: auto; }
.widget_item_style_2 .item .img img { height: auto; }
}
Warning: include_once(assets/post-style-1.css): Failed to open stream: No such file or directory in /home/pbakqsobhosting/public_html/views/theme-store/widget/category_project_style_1.widget.php on line 104
Warning: include_once(): Failed opening 'assets/post-style-1.css' for inclusion (include_path='.:/opt/alt/php80/usr/share/pear:/opt/alt/php80/usr/share/php:/usr/share/pear:/usr/share/php') in /home/pbakqsobhosting/public_html/views/theme-store/widget/category_project_style_1.widget.php on line 104
.widget_feedback_style_1 .box-content {
position: relative;margin: 20px auto;max-width: 100%;
}
.widget_feedback_style_1 .item .avatar {
text-align: center;
}
.widget_feedback_style_1 .item .avatar img {
width:100px; height: 100px; object-fit: cover;
border-radius: 50%;
display: inline-block;
}
.widget_feedback_style_1 .item .title {
text-align: center;
}
.widget_feedback_style_1 .item .title .feedback-name {
text-align: center; font-size: 18px; font-weight: bold;
}
.widget_feedback_style_1 .item .title .feedback-office {
font-size: 13px;
}
.widget_feedback_style_1 .item .title .feedback-content {
margin: 20px auto;
width:500px;
max-width: 100%;
}
.widget_box_gallery_1 .grid {
display: grid;
grid-template-columns: var(--gallery-1-template);
grid-gap: var(--gallery-1-grid-gap);
}
.widget_box_gallery_1 .grid-item {
height: 300px;
overflow: hidden;
}
.widget_box_gallery_1 .grid-item img{
width: 100%; height: 100%; object-fit: cover;
}
@media(max-width: 600px) {
.widget_box_gallery_1 .grid {
display: grid;
grid-template-columns: [col1] auto [col2] auto [end];
}
.widget_box_gallery_1 .grid-item {
height: 200px;
}
}
.widget_item_style_8 .list-item{
display: grid;
grid-template-columns: repeat(var(--count-item-style-8), 1fr);
margin: 30px 0;
}
.widget_item_style_8 .list-item .item .box-img {
width: 50%;
margin: 0 auto;
position: relative;
}
.widget_item_style_8 .list-item .item .box-img .number-top{
position: absolute;
z-index: 2;
background-color: var(--theme-color);
color: #fff;
font-weight: 500;
top: 0;
left: 70%;
width: 30%;
height: 30%;
border-radius: 50%;
border: 3px solid #fff;
display: flex;
align-items: center;
justify-content: center;
}
.widget_item_style_8 .list-item .item .box-img .img {
position: relative;
display: block;
width: 100%;
padding-top: 100%;
height: inherit;
border-radius: 50%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.widget_item_style_8 .list-item .item .box-img .img picture {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
padding: 25%;
}
.widget_item_style_8 .list-item .item .box-img .img picture.front, .widget_item_style_8 .list-item .item .box-img .img picture.back {
background-color: var(--theme-color);
background-size: cover;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
background-position: center;
-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
text-align: center;
color: #fff;
font-size: 1.5rem;
border-radius: 50%;
}
.widget_item_style_8 .list-item .item .box-img .img picture.front{
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.widget_item_style_8 .list-item .item .box-img .img picture.back {
background: #cedce7;
background: -webkit-linear-gradient(45deg, #cedce7 0%,#596a72 100%);
background: -o-linear-gradient(45deg, #cedce7 0%,#596a72 100%);
background: linear-gradient(45deg, #cedce7 0%,#596a72 100%);
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.widget_item_style_8 .list-item .item .box-img .img picture img {
min-height: 100%;
min-width: 100%;
position: relative;
display: inherit;
object-fit: contain;
}
.widget_item_style_8 .list-item .item .box-img .img:hover .front,
.widget_item_style_8 .list-item .item .box-img .img:hover .back{
-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.widget_item_style_8 .list-item .item .box-img .img:hover picture.back{
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.widget_item_style_8 .list-item .item .box-img .img:hover picture.front{
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.widget_item_style_8 .list-item .item .box-line {
position: relative;
margin: 30px 0;
}
.widget_item_style_8 .list-item .item .box-line .line{
width: 100%;
height: 5px;
background-color: var(--theme-color);
}
.widget_item_style_8 .list-item .item .box-line .number-line{
width: 25px;
height: 25px;
color: var(--theme-color);
border: 1px solid var(--theme-color);
border-radius: 5px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
}
.widget_item_style_8 .list-item .item .box-title .title{
text-align: center;
margin: 15px 10px;
font-size: 16px;
color: #000;
line-height: 25px;
}
@media(max-width: 1000px){
.widget_item_style_8 .list-item{
grid-template-columns: repeat(3, 1fr);
grid-row-gap: 20px;
}
}
@media(max-width: 500px){
.widget_item_style_8 .list-item{
grid-template-columns: repeat(2, 1fr);
grid-gap: 5px;
}
.widget_item_style_8 .list-item .item .box-line .line, .widget_item_style_8 .list-item .item .box-line .number-line {
display: none;
}
.widget_item_style_8 .list-item .item .box-line { margin-bottom: 0; margin-top: 10px;}
.widget_item_style_8 .list-item .item .box-title .title { font-size: 14px; margin-top: 0; margin-bottom: 0;}
}
.widget_videos_style_2 .slick-slide {
margin: 0 0px 10px 0px; outline: none; overflow: hidden;
}
.widget_videos_style_2 .video-img img {
width: 100%; height: 100%; object-fit: cover;outline: none;
}
.widget_videos_style_2 .main-videos .video-img {
position: relative; height: 450px;overflow: hidden;outline: none;border-radius: 5px;
}
.widget_videos_style_2 .main-videos .video-title .heading {
margin: 10px 0; font-weight: bold; font-family: var(--font-header);color:#000; font-size: 18px;
}
.widget_videos_style_2 .main-videos .video-title .heading a {
color:#000; font-size: 18px; outline: none;
}
.widget_videos_style_2 .list-videos .video-item .video-img {
float: left; width: 200px; height: 150px;
position: relative;
overflow: hidden;
outline: none;
border-radius: 5px;
}
.widget_videos_style_2 .list-videos .video-item .video-title {
float: left; width: calc(100% - 200px);
padding-left: 10px;
}
.widget_videos_style_2 .list-videos .video-title .heading {
margin-top: 0; font-weight: bold; font-family: var(--font-header);color:#000; font-size: 15px;
}
.widget_videos_style_2 .list-videos .video-title .heading a {
color:#000; outline: none;
}
.widget_videos_style_2 .list-videos .video-title .description {
color:#999; font-size: 14px; outline: none; height: 80px; overflow: hidden;
}
.widget_videos_style_2 .video-item:hover .video-img {
box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2), 0 0 0 transparent;
}
@media(max-width: 600px) {
.widget_videos_style_2 .list-videos .video-item .video-img {
width: 100%;
}
.widget_videos_style_2 .list-videos .video-item .video-title {
width: 100%;
}
.widget_videos_style_2 .list-videos .video-title h3 a {
font-size: 15px;
}
}
.widget_videos_style_2 .play-now {
position: absolute;
left: 50%;
top: 50%;
display: block;
border-radius: 50%;
z-index: 10;
width: 60px;
height: 60px;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
transform-origin: center center;
}
.widget_videos_style_2 .play-now .icon {
position: absolute;
left: 50%;
top: 50%;
height: 65px;
width: 65px;
text-align: center;
line-height: 65px;
color: #fff;
z-index: 1;
font-size: 20px;
padding-left: 5px;
display: block;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-transform-origin: center;
transform-origin: center center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
-moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
-ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
-o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
background-color: var(--theme-color);
}
.widget_videos_style_2 .play-now .ripple,
.widget_videos_style_2 .play-now .ripple:before,
.widget_videos_style_2 .play-now .ripple:after {
position: absolute;
top: 50%;
left: 50%;
height: 65px;
width: 65px;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-transform-origin: center;
transform-origin: center center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
-webkit-animation: ripple 3s infinite;
-moz-animation: ripple 3s infinite;
-ms-animation: ripple 3s infinite;
-o-animation: ripple 3s infinite;
animation: ripple 3s infinite;
}
.widget_videos_style_2 .play-now .ripple:before {
-webkit-animation-delay: .9s;
-moz-animation-delay: .9s;
-ms-animation-delay: .9s;
-o-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
}
.widget_videos_style_2 .play-now .ripple:after {
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
-ms-animation-delay: .6s;
-o-animation-delay: .6s;
animation-delay: .6s;
content: "";
position: absolute;
background-color: var(--theme-color);
}
Warning: Trying to access array offset on value of type bool in /home/pbakqsobhosting/public_html/system/libraries/Cache/drivers/Cache_file.php on line 63
Warning: Trying to access array offset on value of type bool in /home/pbakqsobhosting/public_html/system/libraries/Cache/drivers/Cache_file.php on line 63
Warning: Trying to access array offset on value of type bool in /home/pbakqsobhosting/public_html/system/libraries/Cache/drivers/Cache_file.php on line 63
Warning: Trying to access array offset on value of type bool in /home/pbakqsobhosting/public_html/system/libraries/Cache/drivers/Cache_file.php on line 63
Warning: Trying to access array offset on value of type bool in /home/pbakqsobhosting/public_html/system/libraries/Cache/drivers/Cache_file.php on line 63
Warning: Trying to access array offset on value of type bool in /home/pbakqsobhosting/public_html/system/libraries/Cache/drivers/Cache_file.php on line 63
Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /home/pbakqsobhosting/public_html/application/helpers/common_helper.php:896
Stack trace:
#0 /home/pbakqsobhosting/public_html/views/theme-store/theme-header/navigation-style/navigation-style-1/navigation.php(12): Option::get()
#1 /home/pbakqsobhosting/public_html/system/libraries/Hook.php(307): ThemeNavigationStyle1::css()
#2 /home/pbakqsobhosting/public_html/system/libraries/Hook.php(331): WP_Hook->apply_filters()
#3 /home/pbakqsobhosting/public_html/system/plugin.php(453): WP_Hook->do_action()
#4 /home/pbakqsobhosting/public_html/views/theme-store/theme-setting/theme-setting.php(21): do_action()
#5 /home/pbakqsobhosting/public_html/views/theme-store/theme-setting/theme-setting.php(38): Theme_Style::renderCss()
#6 /home/pbakqsobhosting/public_html/system/libraries/Hook.php(307): Theme_Style::renderCssMinify()
#7 /home/pbakqsobhosting/public_html/system/libraries/Hook.php(331): WP_Hook->apply_filters()
#8 /home/pbakqsobhosting/public_html/system/plugin.php(453): WP_Hook->do_action()
#9 /home/pbakqsobhosting/public_html/views/theme-store/include/head.php(9): do_action()
#10 /home/pbakqsobhosting/public_html/system/core/Loader.php(839): include('/home/pbakqsobh...')
#11 /home/pbakqsobhosting/public_html/system/core/Loader.php(420): CI_Loader->_ci_load()
#12 /home/pbakqsobhosting/public_html/application/libraries/template.php(411): CI_Loader->view()
#13 /home/pbakqsobhosting/public_html/views/theme-store/theme-child/template-post-photo-category.php(3): Template->render_include()
#14 /home/pbakqsobhosting/public_html/views/theme-store/theme-child/template-post-photo.php(1): include('/home/pbakqsobh...')
#15 /home/pbakqsobhosting/public_html/system/core/Loader.php(839): include('/home/pbakqsobh...')
#16 /home/pbakqsobhosting/public_html/system/core/Loader.php(420): CI_Loader->_ci_load()
#17 /home/pbakqsobhosting/public_html/application/libraries/template.php(374): CI_Loader->view()
#18 /home/pbakqsobhosting/public_html/application/controllers/frontend/post.php(60): Template->render()
#19 /home/pbakqsobhosting/public_html/system/core/CodeIgniter.php(360): Post->detail()
#20 /home/pbakqsobhosting/public_html/index.php(224): require_once('/home/pbakqsobh...')
#21 {main}
thrown in /home/pbakqsobhosting/public_html/application/helpers/common_helper.php on line 896