/* 
Theme Name: My Call Helper
Theme URI: https://github.com/elementor/hello-theme-child/
Description: My Call Helper is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: my-call-helper
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Gradient Text */

.grad {
    background: linear-gradient(to right, #38BDF8, #A78BFA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* Text Widget Stylings */

.elementor-widget-text-editor ul + p,
.elementor-widget-text-editorol + p {
  margin-top: 16px ;
}

/* Alert Box */

.guarantee {
border-left: 4px solid #38BDF8 !important ;
}

/* Accordion */

.e-n-accordion-item[open] > .e-n-accordion-item-title {
border-bottom:none !important ;
border-radius:12px 12px 0 0 !important ;
}

.e-n-accordion-item[open] div[role=region] {
border-radius:0 0 12px 12px !important ;
}

/* Viba Portfolio */

.viba-portfolio-entry-title{
	margin-top: 50px;
}
.viba-portfolio-single-thumbnail{
	width: 100%;
}

.vp-ajax-wrapper .vp-ajax-content {
	max-width:1140px ;
	margin:auto !important ;
}

@media only screen and (max-width:768px){
	.viba-portfolio-single-thumbnail{
	width: 100%;
}
	
.vp-style-default.viba-portfolio-wrapper .viba-portfolio.vp-margins .viba-portfolio-item {
	padding:24px !important ;
}
	
.portfolio .vp-style-default .viba-portfolio-item-inner {
    background:#0f172a !important ;
}
	

/* Mobile Nav */
	
	.elementor-menu-toggle {
		padding:0px !important ;
	}
	
@media (max-width: 768px) {
    .elementor-nav-menu--dropdown     {
        display: block; 
        width: 100%; /
        text-align: center; 
    }
    .elementor-nav-menu {
        display: block;
        padding: 0; 
        margin: 0;
        list-style: none;
    }
    .elementor-nav-menu li {
        margin: 0;
        padding: 10px 0; 
    }
    .elementor-nav-menu li a {
        display: block; 
        text-align: center;
    }
}