.ip-banner {
    display: none;
}

#inner-page-wrapper {
    padding-top: 120px;
    margin: 0;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.blog-banner canvas {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blog-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,0.15);
}


.blog-banner {
    position: relative;
}

.ip-banner-title {
    position: absolute;
    bottom: 87px;
    left: 0;
    width: 100%;
    font-size: 70px;
    color: #fff;
    font-family: 'Gilda Display', serif;
    z-index: 5;
    letter-spacing: 3px;
}

.get-in-touch-button {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b40101;
    font-size: 12px;
    font-weight: 600;
    color: #fff !important;
    line-height: 1;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    width: 208px;
    height: 45px;
    z-index: 1029;
    top: 50%;
    right: -104px;
    /*left: -59px;*/
    bottom: auto;
    transform: rotate(
-90deg
) translateY(-50%);
}

.get-in-touch-button:hover{
    background: #0f0d0d;
}

.default-easing {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.popup-holder {
    background: #21191a;
    padding: 85px 10px;
    font-size: 0;
    box-shadow: 0 0 8px 3px rgb(0 0 0 / 40%);
}

.popup-holder strong {
    display: block;
    font: 400 55px/1 'Gilda Display', serif;
    color: #fff;
    text-align: center;
}

.popup-holder p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 2.1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin: 1px 0 19px;
    font-family: var(--Roboto);
}

.popup-form {
    max-width: 750px;
    margin: auto;
    position: relative;
    padding-bottom: 35px;
}

.popup-form .field-lg {
    width: calc(100% - 8px);
}
.popup-form .field-input {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 23px;
    margin: 4px;
}

.popup-form .field-sm {
    width: calc( 100% - 292px );
    margin-right: 30px;
}

.popup-form .field-xs {
    width: calc(50% - 8px);
}

.popup-form .field-xxs {
    width: calc( 50%  - 286px /2 );
}

.popup-form .form-button {
    width: 262px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 14px;
    background: none;
    margin: 4px;
}

.form-button {
    position: relative;
    background: #940d1b;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.popup-form div.wpcf7-response-output {
    width: 100%;
    position: absolute;
    font-size: 12px;
    text-align: center;
    margin: 0;
    color: #ffffff !important;
    bottom: 0px;
    left: 0;
    right: 0;
    width: auto;
}

.popup-form .field-input label {
    display: none;
}

.popup-form .wpcf7-form-control-wrap {
    display: block;
}

.field-input input, .field-input textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 100%;
    height: 70px;
    background: #e1dcd7;
    outline: none;
    padding: 0 22px;
    font-size: 18px;
    font-weight: 400;
    color: #3f3f3f;
    font-family: var(--Roboto);
}

.popup-form .field-input textarea {
    font-weight: 400;
    line-height: 2.1;
}

.popup-form .field-input input, .popup-form .field-input textarea {
    padding-left: 20px;
    padding-right: 20px;
    background: #ffffff;
    font-weight: 400;
    color: #2b262b;
}

.field-input textarea {
    resize: none;
    padding-top: 12px;
    height: 120px;
}

.popup-form .form-button input {
    height: 70px;
    border: 4px solid #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.form-button input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    width: 100%;
    height: 70px;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    font-family: var(--Roboto);
}

.popup-form div.wpcf7 .ajax-loader {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
}

.popup-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.is-popup-active .aiosp-content {
    max-width: 945px;
}

.popup-form .form-button input {
    height: 70px;
    border: 2px solid #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.popup-form .form-button:hover {
    background: #920d1b;
}

.popup-form .form-button:hover input {
    border-color: #920d1b;
}

.is-popup-active .aiosp-close::before, .is-popup-active .aiosp-close::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    width: 2px;
    height: 100%;
    background: #ffffff;
}

.is-popup-active .aiosp-close::before {
    transform: rotate(
45deg
);
}

.is-popup-active .aiosp-close::after {
    transform: rotate(
-45deg
);
}

.popup-contact {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-top: 8px;
    font-family: var(--Roboto);
}

.popup-contact a {
    color: #fff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.popup-contact a:hover {
    color: #920d1b;
}

.is-popup-active .aiosp-close {
    font-size: 0;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 1 !important;
}


.blog-main-section {
    padding: 75px 0 114px;
}

    .blog-top {
        
    }

        .blog-search {
            left: 50%;
        }

        .blog-search-box {
            padding-left: 43px;
            margin-right: -17px;
        }

            .blog-search-box h3 {
                font-weight: 500;
                font-size: 36px;
                letter-spacing: .080em;
                line-height: 1;
                color: #b40101;
                margin-bottom: 24px;
            }

            .blog-search-form {

            }

                .blog-search-form form {
                    display: block;
                }

                .blog-field {
                    position: relative;
                }

                .blog-dummy-feed {
                    opacity: 0;
                    pointer-events: none;
                }

                .blog-field input {
                    appearance: none;
                    -webkit-appearance: none;
                    outline: none;
                    border: none;
                    background: #f4f4f4;
                    font: normal 400 18px/1 'Roboto', sans-serif;
                    color: #3f3f3f;
                    display: block;
                    width: 100%;
                    height: 70px;
                    padding: 0 29px;
                }

                .blog-submit {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    right: 20px;
                    appearance: none;
                    outline: none;
                    border: none;
                    background: transparent;
                    padding: 0;
                    color: #891716;
                    font-size: 42px;
                    transition: all .3s ease;
                }

                .blog-submit:hover {
                    opacity: .30;
                }

            .blog-search-topics {
                padding: 35px 0 0;
            }

                .blog-search-topics ul {
                    list-style: none;
                    margin: 0;
                }

                .blog-search-topics li {
                    font: normal 400 17px/1 'Roboto', sans-serif;
                    color: #000;
                    display: flex;
                    align-items: center;
                    margin-bottom: 22px;
                }

                .blog-search-topics li:last-child {
                    margin-bottom: 0;
                }

                .blog-search-topics li span {
                    display: inline-block;
                }

                .blog-topic {
                    margin-right: 13px;
                }

                .blog-trace {
                    flex: 1;
                    background-image: url('../../images/blog/trace.png');
                    background-repeat: repeat-x;
                    background-position: center;
                    height: 2px;
                    display: inline-block;
                    background-size: contain;
                }

                .blog-topic-count {
                    margin-left: 6px;
                }

    .blog-feeds {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -40px;
    }

        .blog-feed-col {
            width: 50%;
            padding: 0 10px;
            position: relative;
        }

        .blog-feed-col:nth-child(1) {
            left: 50%;
        }

        .blog-feed-col:nth-child(2) {
            left: -50%;
            padding-top: 21px;
        }

            .blog-feed-inner {
                padding: 40px 40px 31px;
                transition: all .4s ease;
            }

            .blog-feed-inner:hover {
                background: #f4f4f4;
                box-shadow: 8px 13px 25px 0px rgba(0, 0, 0, 0.2);
            }

                .blog-feed-img {
                    display: block;
                    position: relative;
                }

                .blog-feed-img::after {
                    content: '';
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-color: #000;
                    opacity: 0;
                    z-index: 3;
                    transition: all .4s ease;
                }

                .blog-feed-img:hover::after {
                    opacity: .50;
                }

                    .blog-feed-img canvas {
                        display: block;
                        width: 100%;
                    }

                    .blog-feed-img img {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        z-index: 2;
                        transition: all .4s ease;
                    }

                    .blog-feed-img:hover img {
                        filter: grayscale(1);
                    }

                .blog-feed-rm {
                    display: block;
                    position: absolute;
                    top: 60%;
                    transform: translateY(-50%);
                    z-index: 4;
                    text-align: center;
                    width: 100%;
                    left: 0;
                    font-weight: 600;
                    font-size: 18px;
                    letter-spacing: .1em;
                    text-transform: uppercase;
                    color: #fff;
                    opacity: 0;
                    transition: all .4s ease;
                }

                .blog-feed-img:hover .blog-feed-rm {
                    opacity: 1;
                    top: 50%;
                }

            .blog-feed-content {
                padding: 5px 0 0;
            }

                .blog-feed-date {
                    width: 234px;
                    background: rgb(180,1,1);
                    background: -moz-linear-gradient(left, rgba(180,1,1,1) 0%, rgba(115,0,0,1) 100%);
                    background: -webkit-linear-gradient(left, rgba(180,1,1,1) 0%,rgba(115,0,0,1) 100%);
                    background: linear-gradient(to right, rgba(180,1,1,1) 0%,rgba(115,0,0,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40101', endColorstr='#730000',GradientType=1 );
                    text-align: center;
                    color: #fff;
                    font: normal 400 15px/1 'Roboto', sans-serif;
                    letter-spacing: .1em;
                    text-transform: uppercase;
                    padding: 12.5px 0;
                    margin-bottom: 37px;
                }

                    .blog-feed-date span {
                        display: block;
                        font-family: var(--Poppins);
                        font-weight: 600;
                        font-size: 18px;
                        margin-bottom: 6px;
                    }

                a.blog-feed-title {
                    font-weight: 700;
                    color: #b40101;
                    font-size: 23.53px;
                    display: inline-block;
                    line-height: 1;
                    margin-bottom: 26px;
                    /* white-space: nowrap; */
                    transition: all .4s ease;
                }

                a.blog-feed-title:hover {
                    color: var(--primary);
                }
                
                .blog-feed-text {
                    font: normal 400 15px/23.96px 'Roboto', sans-serif;
                    color: #000;
                }

                .blog-btn {
                    display: block;
                    width: 289px;
                    margin: 62px auto 0;
                    text-align: center;
                    background: #000000;
                    font-weight: 500;
                    font-size: 18px;
                    letter-spacing: .060em;
                    text-transform: uppercase;
                    padding: 20.5px 0;
                    transition: all .4s ease;
                }

                .blog-btn span {
                    color: #fff;
                }

                .blog-btn:hover {
                    background: #b40101;
                }

.blog-search-topics a:hover {
	color: #b40101;
}

@media only screen and (max-width: 1366px) {
    .header_info ul li {
        margin-left: 3px;
    }

    .ip-banner-title {
        font-size: 50px;
    }

    .blog-search-box {
        margin-right: 25px;
    }
    
}

@media only screen and (max-width: 1199px) {
   .blog-search-box {
    padding-left: 10px;
    }
}

@media only screen and (max-width: 991px) {
    #inner-page-wrapper {
        padding-top: 0;
    }

    .ip-banner-title {
        font-size: 35px;
        bottom: 45px;
    }

    
    .popup-form .field-sm,
    .popup-form .field-xxs {
        
        width: calc(100% - 8px) !important;
        margin-right: 0 !important;
    }

    .popup-form .form-button {
        margin: 0 auto 14px;
        display: block;
    }

    .blog-feed-col:nth-child(1) {
        left: 0;
    }

    .blog-feed-col:nth-child(2) {
        left: 0;
    }

    .blog-feed-col {
        width: 100%;
        padding: 0;
    }
   
    .blog-search-box h3 {
        text-align: center;
    }

    .blog-feed-content {
        text-align: center;
    }

    .blog-feed-date {
        margin: 0 auto 37px;
    }

    a.blog-feed-title {
        white-space: initial;
    }

    .blog-feeds {
        margin: 0;
    }

    .blog-search-box {
        padding: 0;
        margin: 0;
    }

}

@media only screen and (max-width: 767px) {
    .blog-feed-inner {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .ip-banner-title {
        font-size: 25px;
        bottom: 5px;
    }

   
}

