/* ===================================================================================

* Theme Name: Frisk Child
* Theme URI: https://frisk.themegenix.com/
* Author: ThemeGenix
* Author URI: https://themeforest.net/user/themegenix/
* Description: Frisk - Creative Agency & Portfolio WordPress Theme
* Version: 2.0
* Template: frisk
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
.hero-5 .hero-overlay {
    display: none;
}

.hero-5 .hero-style5 {
    padding-block: 20px;
    height: 615px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.button.button--secondary {
    background: #e68c1a;
    color: #fff;
    padding: 10px 30px;
    border-radius: 8px;
    font-size: 25px;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
}

.button.button--secondary:hover {
    transition: all ease .4s;
    -o-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    background-color: #0b1f37 !important;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    color: #fff;
}

.hero-5 .col-lg-7 {
    width: 100%;
}

.collection-shades>a {
    position: relative;
}

@media screen and (min-width: 1300px) {

    /* SVG caret icon */
    .collection-shades>a::after {
        display: inline-block;
        content: '';
        width: 9px;
        height: 9px;
        border-right: 2px solid;
        border-bottom: 2px solid;
        transform: rotate(45deg);
        vertical-align: middle;
        margin-top: -5px;
        transition: all 0.5s;
    }

    .collection-shades>a:hover:after {
        transform: rotate(-135deg);
        margin-top: 3px;
    }
}

.collection-shades>a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-home {
    display: flex;
    gap: 0px;
}

.blog-home .blog-grid-static {
    margin-inline: 0px;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding-inline: 8px;
}

.blog-home .blog-grid {
    flex-direction: column;
}

.blog-home .blog-grid-static {
    margin-inline: 0;
    position: static;
    top: unset;
}

.blog-home .blog-content {
    padding: 15px 5px 0px;
    text-align: center;
    width: 100%;
}

.blog-home .post-meta-item.blog-meta {
    display: none;
}

.blog-home .blog-img img {
    height: unset;
    min-height: 160px;
}

.blog-home .blog-img {
    min-width: 100%;
}

.blog-home .blog-grid {
    background: transparent;
    border-radius: 8px;
}

.blog-home .blog-grid .blog-title {
    font-size: 16px;
    line-height: 20px;
    margin: 0;

}

.blog-home .blog-grid .blog-title a {
    color: rgb(54, 55, 81);
    font-weight: 500;
}

.blog-home .blog-grid:hover .blog-title a {
    color: #f68b1e;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
    background: rgb(244, 244, 244);
    padding: 5px 17px;
}

.contact-form .form-group span {
    height: unset;
}

.contact-form .form-group {
    margin-bottom: 12px;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
}

.contact-form .form-btn input {
    width: 100%;
    margin-top: 15px;
    padding: 14px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #f68b1f;
}

.contact-form .form-btn input:hover {
    background-color: #0a6fb5 !important;
}

.contact-outer {
    border: 1px solid #ddd;
    border-radius: 15px !important;
    padding: 10px 20px 20px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
    max-height: max-content;
}

.contact-form .form-btn {
    position: relative;
}

.contact-form .form-btn span.wpcf7-spinner {
    position: absolute;
}

.form-group.shades-type {
    margin-top: 10px;
}

/* .contact-form .form-group.shades-type input[type="checkbox"] {
    visibility: visible;
    opacity: 1;
    width: 15px;
    height: 15px;
    display: inline-block;
} */
/* =========================
   Contact Form 7 Shades Checkbox Style
========================= */

/* Force show checkbox (override theme) */
.wpcf7-form .shades-checkbox input[type="checkbox"] {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    width: 16px;
    height: 16px;
}

/* 2 Column Layout */
.wpcf7-form .shades-checkbox .wpcf7-list-item {
    width: 50%;
    display: inline-block;
    margin: 8px 0;
    vertical-align: top;
}

/* Align checkbox + text */
.wpcf7-form .shades-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    cursor: pointer;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .wpcf7-form .shades-checkbox .wpcf7-list-item {
        width: 100%;
    }
}
.contact-form .form-group.shades-type .form-control span {
    margin: 0;
}

.contact-form .form-group.shades-type .form-control {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.header-top-bar p {
    margin: 0px;
}

.elementor-1979 .elementor-element.elementor-element-4cf7132::before {
    filter: brightness(82%) contrast(100%) saturate(89%) blur(0px) hue-rotate(0deg);
    background: linear-gradient(rgb(42 85 118 / 85%), rgb(21 104 166));
    color: #fff;
    text-align: center;
    padding: 80px 15px;
    box-sizing: border-box;
}
 .we-design-title p {
    font-size: 10px !important; 
    font-size: 22px !important;
    font-weight: 400 !important;
	line-height:28px !important;
    margin: 0;
    color: #0c6fb6; 
} 
.header-button a.btn.tg-btn {
    padding: 0.7rem 1rem !important;
    border-radius: 4px;
    transition: opacity 0.3s;
    white-space: nowrap;
    font-size: 17px;
    letter-spacing: 1px;
}

.header-sticky-new {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    animation: none !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    transition: none;
}

.blog-collection-list .blog-home .blog-grid-static {
    max-width: 50%;
    flex: 0 0 50%;
    margin: 0px;
}

.blog-collection-list .blog-home {
    gap: 25px 0px;
}

.elementor-widget-text-editor ul li+li {
    margin-top: 13px;
}

.blog-collection-list {
    margin-top: 20px;
}

.video-in-hero,
.video-in-hero video {
    max-height: 700px;
}
.header-button{
	margin-left: 10px;
}
@media screen and (min-width: 1300px) {
    .blog-home .blog-grid .blog-title {
        font-size: 18px;
    }

/*     div .container {
        max-width: 1100px;
    } */

    .blog-collection-list {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1025px) {
    .header-layout3 .main-menu>ul>li>a {
        padding: 28px 15px;
    }

    .sticky-wrapper.header-sticky-new .header-logo img {
        padding-right: 30px;
        max-width: 150px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
}

@media screen and (max-width: 1199px) {
	.header-layout3 .main-menu>ul>li>a {
		padding-inline: 10px;
		font-size: 16px !important;
	}
}
@media screen and (max-width: 992px) {
    .blue-boxes .elementor-image-box-img img {
        max-width: 80px;
        margin-inline: auto;
    }

    .button.button--secondary {
        font-size: 16px;
    }

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

@media screen and (max-width: 749px) {
    .hero-5 .hero-style5 {
        height: 380px;
        gap: 10px;
    }

    .header-layout3 .sticky-wrapper {
        padding: 5px 0px;
    }

    .contact-form .form-btn input {
        margin-top: 5px;
        padding: 10px;
        font-size: 15px;
        height: unset;
    }

    .contact-form .form-group input {
        height: 40px;
        padding: 5px 10px;
    }

    .button.button--secondary {
        padding: 8px 16px;
        font-size: 15px;
    }

    .header-logo img {
        max-width: 120px !important;
    }

    .blog-home {
        gap: 25px 0px;
    }

    .blog-home .blog-grid-static {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 639px) {
    .blog-home .blog-grid-static {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .blue-boxes .elementor-image-box-img img {
        max-width: 66px;
    }

    .blog-collection-list .blog-home .blog-grid-static .blog-img img {
        height: 80px;
        min-height: auto;
    }

    .blog-collection-list .blog-home .blog-grid .blog-title a {
        line-height: 14px !important;
        font-size: 13px;
    }
}

@media screen and (max-width: 360px) {

    .hero-5 .hero-style5 {
        height: 320px;
    }

}

@media (min-width: 1366px) {
    .elementor-element.process-section {
/*         padding-top: 115px;
        padding-bottom: 120px; */
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 1024px) {
	.elementor-element.process-section > .e-con-inner > .elementor-element > .elementor-element {
		flex: 0 0 calc(50% - 10px);
	}
}

@media (max-width: 767px) {
    .elementor-element.process-section > .e-con-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
.we-design-title p {
font-size: 16px!important;
	line-height:25px !important;
}
input[type=checkbox]{
border-radius: 0;
}
}
