File: /var/www/vhosts/plasmak.com.tr/httpdocs/wp-content/themes/buliten-wp-full/buliten/css/custom.css
.kc_row .kc_col-sm-12{
padding-left:0px !important;
padding-right:0px !important;
}
.kc_column>.kc-col-container{
display:block;
}
.kc-row-container.kc-container{
max-width:1230px;
width:100%;
}
.admin-bar .sticky-header{
top:32px;
}
.page-title{
position: relative;
text-align: center;
padding: 100px 0px 100px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
}
.footer-widget.widget_bunch_about_us{
margin-right:20px;
}
.pagination li a, .pagination li span{
position: relative;
display: block;
height: 45px;
width: 45px;
text-align: center;
line-height: 45px;
font-size: 16px;
color: #222222;
font-weight: 600;
background: #f5f8fb;
border-bottom: 3px solid #f5f8fb;
text-transform: uppercase;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
color: #ffffff;
background: #000048;
border-bottom: 3px solid #ffaa00;
}
.main-footer .logo-widget .logo{
margin-bottom:44px;
}
.faq-form .form-group input[type="submit"]:hover,
.business-widget .widget-content .theme-btn:hover span.txt {
color:#ffffff;
}
.blog-single .inner-box .news-posts .prev-post{
padding-left:0px;
}
.blog-single .inner-box .news-posts .next-post{
padding-right:0px;
}
.sidebar-page-container .comments-area .comment-box .theme-btn:hover a{
color:#ffffff;
}
iframe{
width:100%;
height:100%;
}
.blog-single .inner-box blockquote{
position: relative;
background: #ececec;
border-radius: 5px;
padding: 15px 15px 15px 70px;
margin-top: 20px;
margin-bottom: 20px;
}
.blog-single .inner-box blockquote p{
color:#101010;
}
.comment-form .group-title{
margin-bottom:10px;
}
.comment-form h4 small a{
color:inherit;
}
.default-form.comment-form h4{
margin:0px 0px 10px;
}
/***************** Footer Widget Style ****************/
.footer-widget ul{
position:relative;
}
.footer-widget ul li.page_item{
position:relative;
margin-bottom:14px;
width:49%;
display:inline-block;
}
.footer-widget ul li.page_item a{
position:relative;
color:#bbbbbb;
font-size:16px;
transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
}
.footer-widget ul li.page_item a:hover{
color:#ffaa00;
}
.footer-style-two .footer-widget ul li.page_item a{
color:#fff;
}
.main-footer.style-two .footer-widget ul li.page_item a{
color:#777777;
}
.footer-widget .logo-widget .list-style-one li,
.footer-style-two .service-list li{
width:100% !important;
display:block !important;
}
/************** Blog Widget Style ****************/
.widget ul{
position:relative;
}
.widget ul li{
position:relative;
margin-bottom:3px;
color:#000048;
font-size:16px;
font-weight:600;
display:block;
border-radius:50px 0px 0px 50px;
border:1px solid #eeeeee;
padding:20px 15px 16px 38px;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.widget ul li:before{
position:absolute;
content:'';
right:0px;
top:0px;
width:5px;
height:0%;
z-index:1;
background-color:#000048;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.widget ul li:hover::before,
.widget ul li.active::before{
height:100%;
}
.widget ul li a{
position:relative;
color:#000048;
display:inline-block;
font-size:16px;
font-weight:600;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.widget ul li.active a,
.widget ul li:hover a{
color:#000048;
border-color:#ffaa00;
}
.widget-post .post-inner .lower-content .post-info li{
padding:0px;
border:0px;
color:#777777;
}
.widget-post .post-inner .lower-content .post-info li:hover{
background:none;
}
.widget-post .post-inner .lower-content .post-info li:before{
display:none;
}
.news-block-two .inner-box .lower-content .post-info li a{
position:relative;
color:#222;
}
/*Popular Tags*/
.widget .tagcloud a{
position:relative;
display:inline-block;
line-height:24px;
padding:10px 26px 9px;
margin:0px 6px 10px 0px;
color:#777777;
text-align:center;
font-size:14px !important;
background:#f5f5f5;
font-weight:400;
border-radius:50px;
text-transform:capitalize;
transition:all 300ms ease;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
}
.widget .tagcloud a:hover{
background-color:#000048;
color:#ffffff;
}
/*************** Shop Search Form Style ******************/
.sidebar .shop-sidebar form input[type="search"] {
border: 2px solid #cccccc;
padding: 5px 60px 5px 20px;
line-height: 37px;
width: 100%;
}
.sidebar .shop-sidebar form button {
position: absolute;
top: 0px;
right: 0px;
background-color: #333;
color: #fff;
margin-right: 0px !important;
height: 50px;
font-size: 13px;
line-height: 30px;
width: 60px;
cursor:pointer;
}
.buliten_theme .buliten_theme{
margin-left:80px;
}
/*Sidebar Shop Posts */
.sidebar .popular-posts .shop-post{
position:relative;
padding:15px 0px 30px 90px;
margin-bottom: 22px;
border-bottom: 1px solid #e1e1e1;
min-height:90px;
}
.sidebar .popular-posts .shop-post:last-child{
margin-bottom:0px;
border:0px;
min-height:inherit;
}
.sidebar .popular-posts .shop-post .img-holder{
position:absolute;
left:0px;
top:0px;
width:70px;
}
.sidebar .popular-posts .shop-post .img-holder img{
display:block;
width:100%;
}
.sidebar .popular-posts .shop-post .text{
top:-2px;
font-size:18px;
font-weight:500;
color:#333333;
line-height:1.2em;
text-transform:capitalize;
}
.sidebar .popular-posts .shop-post .text a{
color:#333333;
transition:all 300ms ease;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
}
.sidebar .popular-posts .shop-post a,
.sidebar .popular-posts .shop-post a:hover{
color:#ffb200;
}
.sidebar .popular-posts .shop-post .price{
font-size:18px;
letter-spacing:1px;
font-weight:400;
color:#777777;
}
.sidebar .popular-posts .shop-post .rating{
margin-bottom:1px;
line-height:1em;
}
.sidebar .popular-posts .shop-post .rating .fa{
position:relative;
display:inline-block;
font-size:16px;
line-height:26px;
color:#ffb200;
}
.blog-single .post-share-options .post-share-inner {
margin-top: 20px;
}
.news-block-two .inner-box .lower-content h3 a{
word-break:break-all;
}
.testimonial-widget .widget-content{
border-radius: 20px;
overflow: hidden;
}
.author-box .author-comment .inner-box{
position: relative;
padding: 24px 30px 25px 175px;
box-shadow: 0 0 40px rgba(0,0,0,.08);
}
.author-box .author-comment .inner-box .image{
left:25px;
top:25px;
}
.author-box .author-comment .inner-box .image img{
border-radius:50%;
}
.author-box .author-comment .inner-box h3{
margin-top:0px;
}
.author-box .author-comment .inner-box .social-icon-one li{
margin-bottom:0px;
}
.author-box .author-comment .inner-box .social-icon-one li a{
border-radius:50%;
}
.color-trigger{
display:none;
}
.footer-widget .search-box .form-group input{
color:#fff;
}
.footer-widget .search-box .form-group input::-webkit-input-placeholder{
color:#fff;
}
.woocommerce .grouped_form table{
width:100%;
display:table;
border-collapse: separate;
border-spacing: 0px 10px;
}
.woocommerce .grouped_form table tbody tr{
background:#f7f7f7;
display:table-row;
margin-bottom:10px;
padding:10px;
}
.woocommerce .grouped_form table tbody tr td{
padding:10px !important;
vertical-align:middle !important;
display:table-cell;
width:auto !important;
text-align:left !important;
}
.woocommerce .grouped_form table tbody tr td .quantity input.input-text{
height:35px !important;
}
.woocommerce .grouped_form table tbody tr td label a{
color:#212121;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
height: 100%;
flex: 1;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.sidebar .search-box .form-group button, .footer-widget .search-box .form-group button{
z-index:999;
cursor:pointer;
}
.sidebar-page-container .comments-area .comment{
padding:0px 0px 0px 110px;
}
.news-block-two .inner-box .image{
display:inline-block;
}
.sidebar-page-container{
padding:80px 0px;
}
.blog-single .inner-box .news-posts{
margin-bottom:60px;
}
.sidebar-page-container .comments-area{
margin-top:50px;
}
.news-block-two .inner-box .lower-content .read-more{
margin-top:0px;
font-size:14px;
}
.thm-unit-test p {
margin-bottom: 30px;
}
.cart-collaterals .cross-sells .product {
max-width: 100% !important;
padding: 0px 10px;
}
.cart-collaterals .cross-sells .shop-item .inner-box .lower-content .lower-box .add-cart{
padding: 12px 10px;
width: 120px;
}
.buliten_theme .default-form.comment-form{
margin: 40px 0px;
}
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-item figcaption{
font-size:16px;
}
.main-header .header-lower .search-box-outer .dropdown.show .search-box-btn .fa-search:before{
content:"\f00d";
width:20px;
}
.wp-block-search .wp-block-search__button
{
color:#fff !important;
background-color:#ffb200;
font-size: 18px;
line-height: 27px;
font-weight: 400;
text-transform: capitalize;
border-radius: 4px;
border: none;
transition: all 300ms linear;
}
.wp-block-search .wp-block-search__button:hover
{
color:#fff !important;
-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
-o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}
.wp-block-search .wp-block-search__button:hover:before
{
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transform-origin: bottom left;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
}
.wp-block-search__button:hover .wp-block-search__button{
position: relative;
color:#ffffff;
}
.wp-block-latest-comments__comment-author:hover {
color: #ffb200 !important;
}
.wp-block-latest-comments__comment-link:hover {
color: #ffb200;
}