/* 
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.1
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
*/


.portfolio-testimonial_content{
    font-style: italic;
}

.portfolio-testimonial_title i,
.portfolio-testimonial_content i{
    color: #01395E;
    display: inline;
}

.portfolio-testimonial_content i.fa-quote-left{
    vertical-align: 6px;
}

.portfolio-testimonial_content i.fa-quote-right{
    vertical-align: -6px;
}

.portfolio-testimonial_content p{
    display: inline;
}

body .main-portfolio .elementor-portfolio-item__overlay{
    opacity: 1;
    transition: all .3s;
}

body .main-portfolio .elementor-portfolio-item__overlay .elementor-portfolio-item__title{
    text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}

body .main-portfolio .elementor-portfolio-item__overlay:hover{
    background-color: transparent !important;
    transition: all .3s;
}

input[type="submit"],
button[type="submit"],
.btn-submit{
    background: #01395E;
}

body div.wpforms-container-full .wpforms-form button[type=submit]{
    background: #01395E;
    color: white;
    border: none;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: all .5s;
}

body div.wpforms-container-full .wpforms-form button[type=submit]:hover{
    background: #656565;
    border: none;
}

body .elementor-slick-slider .slick-arrows-inside .slick-prev{
    left: 0;
}

body .elementor-slick-slider .slick-arrows-inside .slick-next{
    right: 75px;
}