/*
Theme Name: Anesta Child
Template: anesta
Theme URI: http://anesta.ancorathemes.com/
Description: Anesta 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.
Author: AncoraThemes
Author URI: http://ancorathemes.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

:root {
    --theme-var-content_rad: 6px !important;
	-webkit-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
}

.page_content_blocks {
    --theme-var-content_rad: 6px !important;
}

.page_content_blocks:not(.single-post):not(.single-job_listing).elementor-page .content .elementor-inner-section {
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}