/*
Theme Name:        Silicon Child
Theme URI:         https://themeforest.net/user/madrasthemes/portfolio
Author:            MadrasThemes
Author URI:        https://themeforest.net/user/madrasthemes/
Description:       Child Theme of Silicon Multipurpose Business Theme. Silicon is a multipurpose WordPress Theme with focus in Technology Business niches.
Requires at least: WordPress 5.0
Template:          silicon
Version:           1.3.2
License:           GNU General Public License v3 or later
License URI:       LICENSE
Text Domain:       silicon-child
Tags:              two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, rtl-language-support, footer-widgets, sticky-post, theme-options
*/

h4 {
	font-weight: 500;
}

.text-gradient-primary {
	background-color: #3b5998;
	background: linear-gradient(to right, #1e4aa7, #3b5998, #8eb0fc);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gradient-primary,
.otgs-development-site-front-end {
	background: linear-gradient(to right, #1e4aa7, #3b5998, #8eb0fc) !important;
}

.elementor-posts-container .card-footer:last-child {
	display: none;
}

body.home hr.my-4.bg-current,
body.home hr.my-4.bg-current + div.d-flex {
    display: none !important;
}

.white-background {
    background-color: #fff !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
}

.elementor-image-gallery .gallery-item {
	pointer-events: none !important;
}

.custom-side-tab {
    position: fixed;
    top: 50%;
    right: 0;
    background: #3b5998;
    background: linear-gradient(to left, #1e4aa7, #3b5998, #8eb0fc);
    border-radius: 14px 0 0 14px;
    z-index: 999999;
    transition: all 500ms ease;
}

.custom-side-tab .elementor-widget-container {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
}

.custom-side-tab .elementor-widget-container p {
    margin: 0;
}

.custom-side-tab .elementor-widget-container a {
    color: #fff !important;
}

.custom-side-tab .elementor-widget-container img {
    margin-right: 8px;
    margin-top: -4px;
}


.elementor-widget-image-carousel i.eicon-chevron-left,
.elementor-widget-image-carousel i.eicon-chevron-right {
	color: #131022;
}

.jarallax .d-xxl-block {
    height: 400px !important;
}

.mdp-galerie-elementor-filter-item {
    padding: 20px 25px;
    background: #f7f7f7;
    margin-bottom: 20px;
    border-bottom: 2px solid #c4c3c7;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    width: 15%;
}

.mdp-galerie-elementor-filter-item-active,
.mdp-galerie-elementor-filter-item:hover {
    background: #e2e2e2;
    border-bottom: 2px solid #485894;
}

img.wpml-ls-flag {
    margin-right: 5px;
    margin-bottom: 2px;
}

#navbarNav ul.navbar-nav a.dropdown-toggle {
    cursor: auto;
}

.elementor-widget-sn-portfolio .masonry-grid-item.col-12.col-md-8 {
    width: 33.333% !important;
}

.footer-form {
    background-color: #f6f7fc;
    background-repeat: no-repeat;
}

.footer-form input {
    width: 100%;
}

.footer-form textarea {
    width: 100%;
    min-height: 220px;
    height: 220px;
}

.footer-form .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}

.footer-form .wpcf7-acceptance input {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}


@media only screen and (max-width: 767px) {
    .elementor-widget-sn-portfolio .masonry-grid-item.col-12.col-md-8 {
        width: 50% !important;
    }
}

@media only screen and (max-width: 499px) {
    .elementor-widget-sn-portfolio .masonry-grid-item.col-12.col-md-8 {
        width: 100% !important;
    }
}