:root {
--email2-color: #fff;
}
.widget_email_style_2 .box-content {
overflow: hidden;
}
.widget_email_style_2 .box-content .box-left {
float: left;
width: 50%;
padding-right: 30px;
overflow: hidden;
}
.widget_email_style_2 .box-content .box-left img {
width: 90px;
margin-right: 20px;
}
.widget_email_style_2 .box-content .box-right {
float: left;
width: 50%;
padding-left: 10%;
}
.widget_email_style_2 .form-group .button button::before {
background-color: #ec4340;
}
.widget_email_style_2 .box-left .header-title .header {
/*color:var(--email2-color)!important; */
text-align: left;
}
.widget_email_style_2 .box-left .description {
margin: 10px 0 20px 0;
opacity: 0.8;
/*color:var(--email2-color);*/
}
.widget_email_style_2 .form-group {
overflow: hidden;
margin-top: 50px;
position: relative;
}
.widget_email_style_2 .form-group .input {
float: left;
width: 100%;
padding-right: 10px;
}
.widget_email_style_2 .form-group .input .form-control {
border: 0;
height: 50px;
line-height: 50px;
border-radius: 8px;
margin-bottom: 0;
float: left;
width: 100%;
padding: 0 20px;
outline: none;
color: #000;
font-size: 15px;
background-color: #eaeaea;
overflow: hidden;
}
.widget_email_style_2 .form-group .input .form-control {
box-shadow:none;
}
.widget_email_style_2 .form-group .button {
position: absolute;
right: 0;
top: 0;
}
.widget_email_style_2 .form-group .button button {
/*width:100%;*/
height: 50px;
line-height: 50px;
border-bottom-right-radius: 8px;
border-top-right-radius: 8px;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border: 1px solid #ec4340;
}
.widget_email_style_2 .form-group .button button i {
font-size: 25px;
}
@media (max-width: 768px) {
.widget_email_style_2 .box-content .box-left {
width: 100%;
padding: 0;
}
.widget_email_style_2 .box-content .box-right {
width: 100%;
padding: 0;
}
.widget_email_style_2 .form-group {
margin-top: 0px;
}
.widget_email_style_2 .box-content .box-left img {
width: 70px;
margin-right: 10px;
}
.widget_email_style_2 .box-left .header-title .header {
font-size: 18px !important;
line-height: unset !important;
margin-bottom: 5px !important;
}
}
/*@media (max-width: 768px) {*/
/* .widget_email_style_2 .form-group .input {*/
/* width: 100%;*/
/* padding: 0;*/
/* }*/
/* .widget_email_style_2 .form-group .button {*/
/* !*width: 100%;*!*/
/* !*margin-top: 10px;*!*/
/* }*/
/*}*/
.widget_product_author {
overflow: hidden;
}
.widget_product_author .box-content {
overflow: hidden;
position: relative;
}
.widget_product_author .list_author a{
margin: 10px 0;
}
.widget_product_author .list_author .image {
width: 80px;
height: 80px;
border-radius: 50%;
}
.widget_product_author .list_author .title {
color: #000;
font-size: 23px;
font-weight: 500;
margin-left: 10px;
margin-bottom: 0;
}
.widget_product_author .show_more{
color: inherit;
text-transform: uppercase;
font-size: 18px;
margin:20px 0;
font-weight: 500;
}
.widget_product_author .show_more:hover{
color:var(--theme-color);
}
@media (max-width: 768px) {
.widget_product_author .list_author .image{
width: 50px;
height: 50px;
}
.widget_product_author .list_author .title{
font-size: 15px;
}
}
.widget_product_category_style_2 { position: relative; }
.widget_product_category_style_2 {
display: block;
height: 100%;
}
.widget_product_category_style_2 .list-item-product .row{
/*display: grid;*/
flex-wrap: nowrap;
gap: 10px;
margin: 0;
}
.widget_product_category_style_2 .list_left{
display:grid;
grid-template-columns: repeat(5,1fr);
gap: 10px;
}
.widget_product_category_style_2 .list_left .item_1{
grid-column: 1 / span 3;
}
.widget_product_category_style_2 .list_left .item_2{
grid-column: 4 / span 2;
/*grid-row: 3 / span 2;*/
}
.widget_product_category_style_2 .list_left .item_3{
grid-column: 1 / span 2;
grid-row: 2 / span 1;
}
.widget_product_category_style_2 .list_left .item_4{
grid-column: 3 / span 3;
grid-row: 2 / span 1;
}
.widget_product_category_style_2 .list_right .item_5{
grid-column: 1 / span 1;
grid-row: 1 / span 6;
}
.widget_product_category_style_2 .list_right .item_6{
grid-column: 2 / span 1;
grid-row: 1 / span 4;
}
.widget_product_category_style_2 .list_right .item_7{
grid-column: 2 / span 1;
grid-row: 5 / span 2;
}
.widget_product_category_style_2 .list_right{
display:grid;
grid-template-columns: repeat(2,1fr);
grid-template-rows:repeat(6,1fr);
gap: 10px;
}
.widget_product_category_style_2 .category{
position: relative;
height: 100%;
}
.widget_product_category_style_2 .category .img {
position: relative;
display: block;
width: 100%;
padding-top: 73%;
height: inherit;
overflow: hidden;
transition: all 1s;
}
.widget_product_category_style_2 .category .img picture {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.widget_product_category_style_2 .category .img picture img {
min-height: 100%;
min-width: 100%;
position: relative;
display: inherit;
transition: all .5s ease-in-out;
object-fit: cover;
}
.widget_product_category_style_2 .category .img:before{
/*position: absolute;*/
/*width: calc(100% - 10px);*/
/*height: calc(100% - 10px);*/
/*content: '';*/
/*top: 50%;*/
/*left: 50%;*/
/*transform:translate(-50%,-50%);*/
/*border: 30px solid rgba(255,255,255,0.3);*/
/*z-index: 1;*/
}
.widget_product_category_style_2 .category .img:after{
/*position: absolute;*/
/*width: calc(100% - 60px);*/
/*height: calc(100% - 60px);*/
/*content: '';*/
/*top: 50%;*/
/*left: 50%;*/
/*transform:translate(-50%,-50%);*/
/*border: 5px solid #fff;*/
/*z-index: 1;*/
}
.widget_product_category_style_2 .category:hover .img:before,
.widget_product_category_style_2 .category:hover .img:after
{
transform:translate(-50%,-50%) scale(1.1);
transition: 500ms;
opacity: 0;
width: 100%;
height: 100%;
}
.widget_product_category_style_2 .category:hover .img img{
transform: scale(1.1);
transition: all 500ms;
}
.widget_product_category_style_2 .category .title{
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
display: flex;
visibility: hidden;
flex-direction: column;
justify-content: center;
text-align: center;
padding: 10px;
}
.widget_product_category_style_2 .category:hover .title{
transition: all 0.7s;
visibility: visible;
}
.widget_product_category_style_2 .category .title h3.header{
font-size: 25px;
text-transform: uppercase;
font-weight: 700;
color: #fff;
}
.widget_product_category_style_2 .category .title .read-more span{
font-size: 14px;
color: #fff;
}
@media (max-width: 991px){
.widget_product_category_style_2 .list-item-product .row{
flex-wrap: wrap;
}
}
@media(max-width: 600px){
.widget_product_category_style_2 .category .title h3.header{
margin: 0;
font-size: 14px;
}
.widget_product_category_style_2 .category span{
line-height: 14px;
}
}.widget_about_custom .about-content .description {
margin-bottom: 40px;
}
.widget_about_custom .container {
/*padding: 0 !important;*/
}
.widget_about_custom .about-content p {
color: #777;
font-size: 14px;
line-height: 25px;
margin-bottom: 20px;
margin-top: 10px;
}
.widget_about_custom .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_custom .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_custom .button .btn {
margin: 20px 0;
border-radius: 5px;
}
.widget_about_custom .about-image {
-webkit-animation: move3 5s infinite;
animation: move3 5s infinite;
}
.widget_about_custom .header-title {
text-transform: uppercase;
}
.widget_about_custom .image {
position: relative;
padding: 0;
}
.widget_about_custom .image img {
position: relative;
z-index: 3;
border-radius: 20px;
width: 100%;
}
.widget_about_custom .image::after {
content: "";
width: 100%;
height: 100%;
border: 5px solid var(--theme-color);
display: inline-block;
position: absolute;
top: 20px;
right: 20px;
border-radius: 20px;
z-index: 2;
margin: 0;
}
.widget_about_custom .description__bottom {
margin-top: 30px;
}
.widget_about_custom .header-title.header-title-style-1 {
margin-right: 90px;
}
@media (max-width: 768px) {
.widget_about_custom .content_line{
flex-wrap: wrap !important;
}
.widget_about_custom .header-title.header-title-style-1 p {
font-size: 25px !important;
}
.widget_about_custom .about-content .description {
margin-top: 20px;
}
.widget_about_custom .image {
flex: 0 0 calc(100% - 20px);
margin-left: 20px;
}
.widget_about_custom .image img{
}
.widget_about_custom .container div .row {
justify-content: center;
}
.widget_about_custom .header-title.header-title-style-1 {
margin: 0;
}
}
.widget_about_style_6 .row-flex-center {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.widget_about_style_6 .row-flex-center.text_img {
flex-direction: row-reverse;
}
.widget_about_style_6 .about-title, .widget_about_style_6 .about-content {
flex: 0 0 35%;
margin: 10px 10%;
}
.bound_widget_about_style_6 {
min-height: 400px;
}
.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);
color: var(--about-6-txt-cl);
padding: 60px 40px;
/*transform: translateY(50px);*/
}
.widget_about_style_6 .about-content .description {
margin-bottom: 40px;
}
.widget_about_style_6 .about-content p {
font-size: 18px;
line-height: 30px;
margin: 0;
}
.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 {
margin: 0;
flex: 0 0 65%;
}
.widget_about_style_6 .about-content {
padding: 40px 15px
}
}.widget_post_style_1 .box-content { position: relative; }
.widget_post_style_1 .item .img { height: 60% !important; width: 100%; overflow:unset}
.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;
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 10px 0 rgba(0,0,0,0.2), 0 0 0 transparent;
}
.widget_post_style_1 .item .img .date-box{
/*display:flex;*/
/*justify-content:center;*/
background-color: #ec4340;
width: auto;
height: auto;
padding: 5px 15px;
bottom: -20px;
border-radius: 0 !important;
}
@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; }
}
Warning: Trying to access array offset on value of type bool in /home/artgalle1/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/artgalle1/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/artgalle1/public_html/application/helpers/common_helper.php:896
Stack trace:
#0 /home/artgalle1/public_html/views/theme-store/theme-child/theme-header/header-style/header-style-3.2/header-css.php(3): Option::get()
#1 /home/artgalle1/public_html/application/libraries/template.php(736): include('/home/artgalle1...')
#2 /home/artgalle1/public_html/views/theme-store/theme-child/theme-header/header-style/header-style-3.2/header.php(75): Template::partial()
#3 /home/artgalle1/public_html/system/libraries/Hook.php(307): ThemeHeaderStyle3_2::css()
#4 /home/artgalle1/public_html/system/libraries/Hook.php(331): WP_Hook->apply_filters()
#5 /home/artgalle1/public_html/system/plugin.php(453): WP_Hook->do_action()
#6 /home/artgalle1/public_html/views/theme-store/theme-setting/theme-setting.php(21): do_action()
#7 /home/artgalle1/public_html/views/theme-store/theme-setting/theme-setting.php(38): Theme_Style::renderCss()
#8 /home/artgalle1/public_html/system/libraries/Hook.php(307): Theme_Style::renderCssMinify()
#9 /home/artgalle1/public_html/system/libraries/Hook.php(331): WP_Hook->apply_filters()
#10 /home/artgalle1/public_html/system/plugin.php(453): WP_Hook->do_action()
#11 /home/artgalle1/public_html/views/theme-store/include/head.php(9): do_action()
#12 /home/artgalle1/public_html/application/libraries/template.php(736): include('/home/artgalle1...')
#13 /home/artgalle1/public_html/views/theme-store/template-sidebar-left.php(7): Template::partial()
#14 /home/artgalle1/public_html/system/core/Loader.php(839): include('/home/artgalle1...')
#15 /home/artgalle1/public_html/system/core/Loader.php(420): CI_Loader->_ci_load()
#16 /home/artgalle1/public_html/application/libraries/template.php(374): CI_Loader->view()
#17 /home/artgalle1/public_html/application/controllers/frontend/products.php(13): Template->render()
#18 /home/artgalle1/public_html/system/core/CodeIgniter.php(360): products->index()
#19 /home/artgalle1/public_html/index.php(224): require_once('/home/artgalle1...')
#20 {main}
thrown in /home/artgalle1/public_html/application/helpers/common_helper.php on line 896