/**
 * Theme Name:     Hello Elementor Child
 * Author:         Hello Elementor Child
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    A plain-vanilla &amp; lightweight theme for Elementor page builder
 */

body {
    max-width: 1920px;
    overflow-x: hidden;
    margin: auto !important;
}

.page-header {
    display: none;
}

.outline-text {
    -webkit-text-stroke: 2px #231f20;
    -webkit-text-fill-color: transparent;
}

.outline-text:hover {
    -webkit-text-stroke: 2px #cf0819;
    -webkit-text-fill-color: #cf0819;
}



.work-block .elementor-image-box-wrapper,
.work-block .elementor-image-box-img {
    overflow: hidden;
    line-height: 0;
}

.work-block .elementor-image-box-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    background: #000;
    flex-direction: column;
    justify-content: center;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transition-duration: .5s;
    transition-property: transform;
}

.work-block .elementor-image-box-wrapper:hover .elementor-image-box-content {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.faq-block .elementor-accordion-item {
    padding-bottom: 40px;
    border-bottom: 1px solid #000 !important;
}

.footer-sec a {
    color: #231F20;
}

.newsletter-form {
    position: relative;
}

.newsletter-form input[type="email"] {
    border: 0px;
    border-radius: 0;
    border-bottom: 1px solid #000;
    background-color: rgba(255, 255, 255, 0);
    color: #111111;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}


.newsletter-form input[type="submit"] {
    background-image: url(images/arrow-right-icon.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    position: absolute;
    font-size: 0;
    height: 28px;
    width: 14px;
    border: 0;
    right: 0;
    top: 2px;
}

.portfolio-sidebar .elementor-post-info__item-prefix {
    display: block !important;
    font-size: 19px;
    color: #231f20;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 10px;
}

.portfolio-content h3,
.portfolio-content h4{
    margin: 0;
    color: #231f20;
    font-family: 'Poppins', sans-serif;
    font-size: 37px;
    line-height: 47px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
}
