/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
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
*/

/* Start adding your custom styles here */

/*------------------------HOME PAGE------------------------------ */

.elementor-image-carousel-caption {
	font-style: normal!important;
	font-size:20px !important;
	font-weight:700 !important;
	margin-top:-100px !important;
	padding-bottom:20px;
}

.elementor-image-carousel img {
	padding-bottom:50px;
}


.elementor-flip-box__layer__title a{
    color: #00A9A2;
}

.elementor-flip-box__button {
    position: relative;
    padding-right: 30px !important; 
    font-size: 16px; 
}

/*------------------------FLIP BOX BUTTON----------------------------- */
.elementor-flip-box__button::after {
    content: '\2192';
    position: absolute;
    right: 10px; 
    top: 50%;
    transform: translateY(-50%); 
    font-size: 16px;
	font-weight:700;
	padding-left:10px;
}

/*------------------------SINGLE PROJECT BACK BTN----------------------------- */
.back-to-category-button {
    display: inline-block;
    color: #2B3434;
    text-decoration: none;
    font-size: 16px;
}

.back-to-category-button:hover {
    color: #777777;
}

.back-to-category-button .chevron-left {
    margin-right: 4px;
    font-weight: normal;
	font-size: 24px;
}