/*
Theme Name: Safebyte
Theme URI: http://demo.casethemes.net/safebyte
Author: Case-Themes
Author URI: https://casethemes.net/
Description: Safebyte is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Version: 1.0.0
Requires PHP: 7.4
Tested up to: 6.4
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: safebyte
Tags: Blog, E-Commerce, Portfolio, Grid Layout, One Column, Two Columns, Three Columns, Four Columns, Left Sidebar, Right Sidebar, Custom Background, Custom Colors, Custom Header, Custom Logo, custom-menu, Editor Style, Featured Image Header, Featured Images, flexible-header, Footer Widgets, Full Width Template, microformats, Post Formats, Sticky Post, Theme Options, threaded-comments, translation-ready, Block Editor Styles, Wide Blocks
*/

body.home #pxl-page-title-elementor{
	display: none;
}
body.single-post #pxl-main{
	padding: 80px 60px;
}
body.single-post #pxl-main .container{
	padding: 0px;
}
body.single-post #pxl-main .pxl-item--comment{
	display: none;
}
.pxl-breadcrumb{
	height: auto;
}
.services-container .services-icon{
	margin-left: 2px;
    width: 87px;
    height: 87px;
    border-radius: 8px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    -webkit-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}
.services-container:hover .services-icon i {
    transform: rotateY(360deg);
}
.services-icon i{
	transform: rotateY(0);
    -webkit-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}

li.industries-inner-list {
    list-style: none;
    height: 65px;
    border-radius: 32px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 0 35px 0 7px;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.industries-list .industries-inner-list:hover {
    background-color: #dce7fc;
    border: 1px solid #acbee1;
}
.industries-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.industries-inner-list .industries-thumbnail{
	overflow: hidden;
    width: 52px;
    height: 52px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
}
.industries-inner-list img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    object-fit: cover;
    transform: scale(1);
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    filter: grayscale(100%);
}
.industries-inner-list:hover img {
    transform: scale(1.1);
    filter: grayscale(0%);
}

/* --------------------------------------------------------------- Media Screen --------------------------------------------------------------- */

@media (max-width: 1200px) {
    body.single-post #pxl-main{
		padding: 60px 40px;
	}
}

@media (max-width: 767px) {
	body.single-post #pxl-main{
		padding: 40px 30px;
	}
	body.single-post #pxl-main .pxl-blog-meta .pxl-blog-meta-inner {
        gap: 5px;
    }
}
	