/*
Theme Name: Blockforms Child
Theme URL: https://blockforms.co
Description: Blockforms Child Theme
Author: Block Forms
Author URL: https://blockforms.co
Template: twentyseventeen
Version: 1.0.0
Text Domain: twentynineteen-child
*/
body{
    font-family: 'Muli', sans-serif;
    margin: 0;
    color: #353a47;
}

h1, h2, h3, h4{
    font-weight: 700;
    margin: 0;
    padding: 0;
  
}

h1{
    font-size: 3.5rem;
    line-height: 4rem;
}

h2{
    font-size: 3.5rem;
    line-height: 4rem;
}

h3 {
    font-size: 2rem;
    line-height: 3rem;
}

h4 {
    font-size: 1rem;
    line-height: 1.5rem;
}

p, li{
    letter-spacing: 1px;
    line-height: 1.8rem;
    font-weight: 300;
}

ul li{
    padding: 2% 0;
    line-height: 1rem;
}

ul button{
    margin: 5% 0;
}

.padding-top-s{
    padding-top: 2%;
}

.padding-bottom-m{
    padding-bottom: 6%;
}

body > section:nth-child(2n+1){
    background-color: #fafafa;
}

body header{
    width: 100%;
    z-index: 100;
    top:0;
    transition: 0.3s;
}


body .topMenu{
    position: absolute;
    background-color: rgba(255,255,255,0);
}

.custom-header{
    padding-left: 5%;
}

.header-content{
    max-width: 1200px;
    margin: auto;
    /*padding: 0 5%;*/
}

.navigation-top{
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    padding-right: 5%;
}

.custom-logo-link img{
    height: 40px;
    width: auto;
    padding: 10px 0;
}

.menu-item{
    list-style-type: none;
    padding: 8px 1.2rem 7px;
}

.menu-item a{
    color: #000;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    position: relative;
}

.menu-item a:before{
    position: absolute;  
    bottom: -8px;
    display: block;
    height: 2px;
    width: 0;
    content: "";
    background-color: #000;
    transition: 0.2s;
}

.menu-item a:hover:before{
    width: 100%;
}

.menu-login:hover{
    background-color: #ea8436;
}

.menu-login a:before{
    content: none;
}

.menu-main-container .menu-login a{
    color:#fff;
    text-decoration:none;
}

.hero{
    width: 100%;
    height: 100vh;
    min-height: 600px;
    background: rgb(54,209,220);
    background: -webkit-linear-gradient(0deg, rgba(54,209,220,1) 0%, rgba(91,134,229,1) 100%);
    background: -o-linear-gradient(0deg, rgba(54,209,220,1) 0%, rgba(91,134,229,1) 100%);
    background: linear-gradient(0deg, rgba(54,209,220,1) 0%, rgba(91,134,229,1) 100%);
    position: relative;
    overflow: hidden;
    padding: 0;
    background: #fff;
    background: linear-gradient(#ffffff 88px, #ECE9E6 40%);
}

svg{
    position: absolute;
    z-index: 1;
    bottom:0;
    margin-left: 50%;
    transform: translate(-50%);
    width: 3000px;
}

@media screen and (max-height: 900px) {
    svg {
    top:calc(88px + 5%);
    }
    
}
@media screen and (max-width: 900px){

    .hero-text .hero-shape{
        shape-outside: polygon(650px 43px, 621px 425px, 91px 432px, 293px 322px, 520px 163px);
        clip-path: polygon(650px 43px, 621px 425px, 91px 432px, 293px 322px, 520px 163px);
    }
    
    .menu-item{
        padding: 8px 12px;
    }
}

@media screen and (min-width: 1910px){
    .hero-content .hero-text h1{
        font-size: 4.5rem;
        line-height: 5rem;
    }
}

.hero-content{
    max-width: 1200px;
    position: relative;
    height: 100%;
    margin: auto;
}

.hero img{
    object-fit: contain;
    width: 65%;
    max-height: 100%;
    bottom: 10%;
    right:5%;
    position: absolute;
    z-index: 10;
}

.hero-shape{
    width: 800px;
    height: 760px;
    float: right;
    shape-outside: polygon(550px 0, 550px 400px, 0 400px );
    clip-path: polygon(550px 0, 550px 400px, 0 400px);
}

.hero-text{
    position: absolute;
    /*bottom:0;*/
    left: 5%;
    z-index: 15;
    width:90%;
    top:calc(88px + 5%);
}

.hero-text h1{
    font-size: 3.7vw;
    line-height: 4vw;
    margin:0;
}

.hero-text h3{
    line-height: 2.3rem;
    margin: 20px 0;
    text-shadow: 0 0 5px #fff;
}

.hero-subtext{
    position: absolute;
    text-align: center;
    font-weight: 800;
    font-size: 0.7rem;
    margin-top:30px;
}

.flex-equal{
    flex: 1 1 0;
}

.flex-img{
    object-fit: contain;
    width:100%;
    height: auto;
}

.img-m{
    width: 65%;
}

.img-equal-height-container{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 60% 0;
    margin-bottom: 1em;
}    

.img-equal-height{
    display: block;
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: contain;
}

.img-round{
	border-radius:50%;
}

.flex-bios{
    flex: 0 0 27%;
    padding: 3%;
}

.flex-wrap{
    flex-wrap: wrap;
}

.box-padding{
    padding: 3%;
}

.no-margin{
    margin:0;
}

.section-padding{
    padding: 5%;
}

.title-padding{
    padding: 0 3% 3%;
}

.title{
    text-align: center;
    width: 50%;
    margin: auto;
}

.title-100{
    width: 100%;
}

.gray-bg{
    background-color: #FBFBFB;
}

.box-shadow{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.filter-shadow{
	filter:drop-shadow(0 0 15px rgba(0,0,0,0.1));
}

.overflow-show{
	overflow:visible;
}

.bullet-points{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 0;
}

.list-wrap a button{
    margin-bottom: 1em;
}

.list-description ul p{
    margin-top:0;
}

.padding-top-menu{
    padding-top: 70px;
}

.header-content, #top-menu, .workflow-phase, .list-description, .basic-description, .icons-description, .article-s-content, .article-l, .general, .team, #menu-footer, #menu-sub-footer{
    display: flex;
}

.workflow, .lists, .basic, .icons, .contact, .introduction, .general, .article-s, .article-l, .start, .about, .team, .company{
    max-width: 1200px;
    margin: auto;
}

.workflow-phase, .icons-description, .team{
    text-align: center;
}

.contact{
	position:relative;
}

.contact-fw{
    background-color: #353a47 !important;
    color:#fff;
}

.introduction{
    padding: 5%;
}


.general-fw:nth-child(even) .general{
    flex-direction: row-reverse;
}

.general{
    justify-content: center;
}

.general-description{
    display: flex;
    width: 33%;
    flex-direction: column;
    justify-content: center;
    padding: 3%;
}

.site-footer{
    padding: 2% 0;
}

#menu-footer{
    margin: 0;
    padding: 0;
}

#menu-footer .menu-item:nth-child(1){
    padding-left: 0;
}

#menu-footer li a{
    margin: 0;
}

#menu-sub-footer{
    margin: 0;
    justify-content: flex-end;
}

#menu-sub-footer li a{
    font-size: 0.6rem;
}

#menu-sub-footer .menu-item:nth-last-child(1){
    padding-right: 0;
}

.widget_nav_menu, .widget_text{
    padding: 0;
}

.widget-area{
    font-size: 0.8rem;
    max-width: 1200px;
    margin:auto;
    padding: 0 5%;
}

.widget-column{
    padding: 0 5%;
}

.flex-vertical-center{
    align-self: center;
}

form{
    display: flex;
    flex-wrap: wrap;
}

#lcf-contactform-wrap label{
    width: 25%;
    padding-top: 2%;
}

#lcf-contactform-wrap input, #lcf-contactform-wrap textarea{
    width: 70%;
    margin-bottom: 5%;
    font-family: 'Muli';
    font-size: 16px;
    padding: 2%;
    border: 1px solid #999;
}

.lcf-submit{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 25px;
}

#lcf-contactform-wrap input[type=submit]{
    width: initial;
    padding: 10px 25px;
    border: none;
}

.modal h3{
    text-align:center;
    padding:40px 20px;
}

body .jquery-modal{
    background-color: #000;
    background-color: rgba(0,0,0,0.75) !important;
}


button, input[type=submit], .menu-login{
    background-color: #ea8436;
    padding: 10px 25px;
    border-radius: 5px;
    border: none;
    font-size: 1rem;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

button{
    transition: all 0.2s ease;
    box-shadow: 0px 4px rgba(0,0,0,0.2);
    top:0;
    user-select: none;
    position: relative;
}

button:hover{
    background-color: #dd752f;
}

button:active{
    box-shadow: 0px 0px rgba(0,0,0,0.2);
    top:4px;
}

button:focus{
    outline: 0;
}

.contact-buttons{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.contact-buttons a{
    line-height: 4em;
}


.menu-login{
    background-color: #5b86e5;
    transition: 0.3s;
    margin-left: 25px;
    line-height: initial;
    padding: 4px 25px 10px;
}

.floatingMenu{
    background-color: rgba(255,255,255,1);
    position: fixed;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

/* About Page */

.team-img{
    position: absolute;
    height: 100%;
    width: auto;
    top:70%;
    z-index: 10;
    left:27%;
    padding-bottom: 20px;
}

@media screen and (max-width: 1050px){
    .team-img{
        height: 80%;
        top:80%;
        left:25%;
        z-index: 0;
    }
}


/* Get Started Page */

    
    .get-hero{
        display: flex;
        align-items: center;
    }
    
    .left-get-hero{
        width:40%;
        position: relative;
        height: 100vh;
        min-height: 650px;
    }
    
    .left-back{
        width:auto; 
        height: 100%;
        top:0;
        position: absolute;
        filter: drop-shadow(0px 0px 25px rgba(0,0,0,0.4));
    }
    
    .paper-drown{
        position: absolute;
        width: 65%;
        bottom: 5%;
        top: auto;
    }
    
    .life-buoy{
        position: absolute;
        width: 25%;
        top:-5px;
    }
    
    .right-get-hero{
        width:60%;
    }
    
    .right-content{
        padding-left: 15%;
        width:75%;
        z-index: 2;
        position: relative;
    }
    
    form span{
        color:red;
    }
    
    input[type=text], input[type=tel], input[type=email]{
        padding: 8px;
        width: calc(100% - 24px );
        font-size: 16px;
    }
    
    form{
        display: flex;
        flex-wrap: wrap;
    }
    
    .form-width-m{
        width:47.5%;
    }
    
    .form-width-l{
        width:100%;
    }
    
    .form-margin-r{
        margin-right:5%;
    }
    
    .form-margin-b{
        margin-bottom: 4%;
    }
    
    span.wpcf7-not-valid-tip{
        font-size: 0.8em;
    }
    
    div.wpcf7-response-output{
        margin:0;
        padding: 0.2em 1em;
    }



/***********Mobile Design************/

@media screen and (min-width: 769px) {
  #mobile-nav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
    
    /*Global*/
    
    .section-padding{
        padding: 5% 0;
    }
    
    .title-padding{
        padding: 9% 3% 3%;
    }
    
    .title{
        width: 90%;
    }
    
    .flex-img{
        width: 30%;
    }
    
    .box-padding{
        padding: 10% 3%;
    }
    
    .mobile-vertical{
        flex-direction: column;
    }
    
    .mobile-vertical-reverse{
        flex-direction: column-reverse;
    }
    
    .mobile-full-image{
        width: 100%;
    }
    
    .mobile-box-padding{
        padding: 3%;
    }
    
    .mobile-space-above-padding{
        padding: 12% 3% 3%;
    }
    
    .mobile-space-below-padding{
        padding: 3% 3% 10%;
    }
    
    .general-description{
        width:90%;
        flex-basis: auto;
    }
    
    h2{
        font-size: 3em;
    }
    
    
    /*Hero Section*/

    svg{
        width: 1800px;
        top: initial;
    }
    
    .hero .hero-content img{
        bottom:1%;
    }
    
    .hero-shape{
        display: none;
    }
    
    .hero-text h1{
        font-size: 2.5rem;
        line-height: 3rem;
    }
    
    .hero img{
        width: 85%;
    }
    
    .custom-header .site-branding{
        display: initial;
    }
	
    
    /*Wokflow Section*/
    
    .workflow h3{
        padding: 9% 3% 3%;
    }
	
	.img-equal-height-container{
        padding: 30% 0;
    }    

    .img-equal-height{
        width: 60%;
    }
    
	
    /*Lists Section*/
    
    .lists ul {
        padding: 3% 10px 3% 40px;
        flex-basis: auto;
    }
    
    .lists ul a{
        text-align: center;
        padding-right: 30px;
    }
    
    .list-wrap a{
        display: flex;
        justify-content: center;
        text-decoration: none;
    }
    
    
    /* Workflow Page - General Section */
    
    .general-fw:nth-child(even) .general, .general-fw:nth-child(odd) .general{
    flex-direction: column;
    }
    
    /* Get Started Page - Hero */
    
    .left-get-hero .left-back{
        filter: drop-shadow(10px 0px 85px rgba(0,0,0,0.7));
        width: auto;
        height: 100%;
        left: -25%;
    }
    
    .get-hero .right-get-hero{
        width: 100%;
        color: #fff;
    }
    
    .left-get-hero a{
        display: none;
    }
    
    .left-get-hero .paper-drown{
        left: 18%;
        width: 200px;
        height: auto;
        bottom:20px;
    }
    
    .get-hero .left-get-hero{
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
    }
    
    .right-get-hero .right-content{
        width: 100%;
        padding: 0 5%;
        box-sizing: border-box;
    }
    
    form input[type=submit]{
        margin-top: 2rem;
        -webkit-appearance: none;
        box-shadow: 0px 4px rgba(0,0,0,0.2);
    }
    
    .get-hero{
        width: 100%;
        position: relative;
        height: 100vh;
        min-height: 700px;
        overflow: hidden;
    }
    
    div.wpcf7-response-output{
        color: #000;
    }
	
	
	/* Team Page */
	
	.team-img{
        height: auto;
        max-height: 400px;
        position: relative;
        left:0;
        width: 100%;
        object-fit:contain;
    }
    
    
    /* Contact Popup */
    
    #contact {
        width: 98%;
        padding: 15px 20px;
    }
    
    .jquery-modal{
        padding: 10px;
    }

    
    
/*----------Mobile-Menu----------*/
    
    .widget-area, .widget-column, #menu-footer li, #menu-sub-footer .menu-item{
        padding: 0;
        margin: 0;
    }
    
    #menu-sub-footer .menu-item{
        padding-right: 5%;
    }
    
    #menu-sub-footer .menu-item:nth-last-child(1){
    padding-right: 5%;
}
    
    .textwidget p{
        padding-left: 5%;
    }
    
    #menu-footer{
        justify-content: space-between;
        padding: 4% 5% 0;
    }
    
    #mobile-nav{
		position: fixed;
		top:7px;
		right:7px;
		z-index: 100;
	}
    
    .menu-item a:before{
        content: none;
    }
    
    #mobile-nav button{
        box-shadow: none;
    }
    
    #mobile-nav button:hover{
        background-color: initial;
        opacity: 1; 
    }
    
    #mobile-nav button:active{
        top: 0;
    }
    
	.hamburger{
		padding: 15px 15px;
		display: inline-block;
		cursor: pointer;
		transition-property: opacity, filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		font: inherit;
		color: inherit;
		text-transform: none;
		background-color: transparent;
		border: 0;
		margin: 0;
		overflow: visible;
	}
	
	.hamburger:hover{
		opacity: 0.7;
	}
	
	.hamburger.is-active:hover{
		opacity: 0.7;
	}
	
	.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after{
		background-color: #000;
	}
	
	.hamburger-box{
		width: 40px;
		height: 24px;
		display: inline-block;
		position: relative;
	}
	
	.hamburger-inner{
		display: block;
		top: 50%;
		margin-top: -2px;
	}
	
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
		width: 40px;
		height: 4px;
		background-color: #666;
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}
	
	.hamburger-inner::before, .hamburger-inner::after{
		content: "";
		display: block;
	}
	
	.hamburger-inner::before{
		top: -10px;
	}
	
	.hamburger-inner::after{
		bottom: -10px;
	}
	
	.menu-main-container{
		overflow:hidden;
	}
	
	.menu-main-container .menu{
		list-style-type: none;
		background-color: #353a47;
		height: 100vh;
		width: 70%;
		position: fixed;
		top:0;
		margin:0;
		padding:70px 5% 5%;
		z-index: 1;
		font-family: 'Montserrat', sans-serif;
		font-weight:600;
		font-size: 2em;
		right:-80%;
		transition:0.3s ease;
		overflow-x: scroll;
        flex-direction: column;
	}
    
    .menu-main-container .menu a{
        color: #FFF;
        font-size: 16px;
    }
    
	.menu-open{
		right:0 !important;
        box-shadow: 0 0 100vw 60vw rgba(0,0,0,0.5);
	}
    
    .menu-item{
        margin: 1rem 1rem;
    }
    
    .menu-login{
        display: none;
    }
    
    
}


@media screen and (max-width: 650px) {
        svg{
        width: 1000px;
        top: initial;
    }
    
}