/*
Theme Name: Elementra Child Theme
Theme URI: https://elementra.themerex.net/
Description: Elementra 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: ThemeREX
Author URI: https://themerex.net/
Version: 2.0.0
Tested up to: 7.0
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: elementra
Template: elementra
*/


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


/* Contact Form 7 */

.wpcf7 {
    max-width: 700px;
}

.wpcf7 p {
    margin-bottom: 20px;
}

.wpcf7 label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background: #fff;
    font-size: 16px;
    line-height: 1.4;
    box-sizing: border-box;
    transition: border-color .2s ease,
                box-shadow .2s ease;
}

.wpcf7 textarea {
    min-height: 140px;
    resize: vertical;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, .15);
}

.wpcf7 input[type="submit"] {
    background: #333;
    color: #fff;
    border: 0;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background .2s ease;
}

.wpcf7 input[type="submit"]:hover {
    background: #111;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
}

.wpcf7-response-output {
    margin: 20px 0 0;
    padding: 12px;
    border-radius: 6px;
}

.wpcf7 form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
}

/***********************************************/

@media (min-width: 1440px) {

	.page-id-480 .elementor-widget-image-carousel .swiper .swiper-slide figure {
	    height: 285px !important;

	}

}

@media (min-width: 1279px) and (max-width: 1439px) {

	.page-id-480 .elementor-widget-image-carousel .swiper .swiper-slide figure {
	    height: 243px !important;

	}

}

@media (min-width: 767px) and (max-width: 1278px) {

	.page-id-480 .elementor-widget-image-carousel .swiper .swiper-slide figure {
	    height: 30vw !important;
	}

}

@media (max-width: 766px) {

	.page-id-480 .elementor-widget-image-carousel .swiper .swiper-slide figure {
	    height: 60vw !important;
	}

}

/***********************************************/

.trx_addons_scroll_to_top.show {
    opacity: 1;
    bottom: 70px;
    right: 16px;
}



