/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.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
*/

/* Add your custom styles here */


/* CONTACT FORM */
.ctc-form form br{ display: none; }
.ctc-form form label { font-size: 0; }
.ctc-form form p { margin: 0 0 10px; }
.ctc-form form .flex p { display: flex; gap: 7px;} 
.ctc-form form span { width: 100%;  }
.ctc-form form input:not([type="checkbox"], [type="submit"]), .ctc-form form textarea { color: #000; height: 47px; font-family: 'Open Sans'; font-size: 16px; padding: 10px 20px; border: 0; }
.ctc-form form ::placeholder { color: #666; }
.ctc-form form textarea { height: 118px; }
.ctc-form input[type="submit"] { background: #660000; width: 100%; max-width: 300px; color: #fff; padding: 17px 20px; border: 0; border-radius: 100px; display: block; margin: 60px auto 0; font-family: Roboto; font-size: 18px; }
.ctc-form input[type="submit"]:hover { background: #fff; color: #111}

.wpcf7-response-output {
    color: white;
}

.pum-content p {
    line-height: 150%;
	color:#4D4D4D;
	font-family: "Open Sans", Sans-serif;
	    font-size: 16px;
	font-weight:400;
}
.pum-content a {
    color:#4D4D4D;
    font-weight: 600;
}
.pum-content h3 {
    font-size: 15px;
    font-weight: 500;
    color: #4D4D4D;
}

.pum-content hr {
    margin: 15px 0;
    max-width: 60px;
}

.pum-content figure {
    width: 85%;
}
.pum-content img {
    height: 400px ! IMPORTANT;
    width: 100% !important;
    object-fit: cover;
    border-radius: 10px;
}

.pum-content h2 {
    color: #005792;
    font-family: 'Montserrat';
}
.pum-content p, .pum-content h3 {
    margin: 10px 0 0 0;
}
.pum-content .text {
    max-width: 600px;
}

.more button {
    color: white;
    border: none;
    margin: 20px 0;
    font-family: montserrat;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 30px;
}

p.read {
    display: none;
}

/* CONTACT US PAGE */
.page-id-194 #ft-form-con { display: none !important; }

@media(max-width:1600px){
	.pum-content .text
 {
    max-width: 55%;
}
}

@media screen and (max-width: 768px) {
    .ctc-form form .flex p { flex-wrap: wrap;}
	.pum-content .wp-block-columns.is-layout-flex {
    flex-direction: column;
}
	    .pum-content .text {
        max-width: 100%;
    }
	.pum-content figure {
    width: 100%;
    margin: 0 auto;
}
}