/* 
Theme Name: Jewtor
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Jewtor is a child theme of Hello Elementor, created by 54solutions.com
Author: 54 Solutions
Author URI: https://54solutions.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: jewtor
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 */

/*----- General ------*/

:root {
  --jewtor-gradient: linear-gradient(90deg, rgba(1,91,178,1) 0%, rgba(0,140,255,1) 100%);
}


/* Main Gradient */

.jewtor-gradient{
background: var(--jewtor-gradient);
}


/* Images */

.round-profile img{
    aspect-ratio:1/1;
    object-fit: cover;
    border-radius:100%;
}

/* Main Form Button */

@media screen and (max-width:981px){
    #jewtor_main_form button {
    width:100%;
}
}

/* Text */


.elementor-widget-text-editor ul { /* add spacing to ending of a list */
    margin-bottom: 1.5em;
}