/*
        Theme Name: Materialize Blank Theme
        Theme URI: http://html5blank.com
        Description: HTML5 Blank WordPress Theme
        Version: 1
        Author: Michael Esteves
        Author URI: http://toddmotto.com
        Tags: Blank, HTML5, CSS3, Material Design

        License: MIT
        License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

body{
    padding-top:165px;
}

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    vertical-align:bottom;
}

h3{
    font-size: 1.9rem
}


.parallax img{
    max-width: none;
}

/*------------------------------------*\
    TOP NAVIGATION
\*------------------------------------*/


.top-nav{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    height: 165px;
    transition: box-shadow 1s ease;
    z-index: 999;
}

.logo-col{
    position: relative;
    height: 165px;
}

.top-nav .logo{
    position: absolute;
    bottom: -23%;
    left: -23%;
    width: 100%;
}

.top-nav .logo img{
    max-width: 110%;
}

.top-nav .row, .top-nav .col{
    margin: 0;
}

.main-nav{
    text-align: right;
}

.top-nav .valign-wrapper{
    height: 108px;
    margin-top: 57px;
}

.main-nav .valign{
    width: 100%;
}

.main-nav .menu-item, .main-nav .menu-item a{
    display: inline-block;
}

.main-nav .menu-item a{
    padding: 5px 2px;
    margin: 0 8px;
    color: #000;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-bottom: 4px solid #fff;
}


.mobile-nav .menu-item a{
    display: block;
    color: #000;
    text-transform: uppercase;
    padding: 2px 5px;
    transition: all 0.3s ease;
    border-left: 4px solid #fff;
    margin: 10px 0;
}

.main-nav .menu-item:last-child a{
    margin-right: 0;
}

.main-nav .menu-item a:hover{
    border-bottom: 4px solid #00a7f7;
}

.main-nav .menu-item.current-menu-item a{
    border-bottom: 4px solid #89c541;
}

.mobile-nav .menu-item{
    border-bottom: 1px solid #eee;
}

.mobile-nav .menu-item a:hover{
    border-left: 4px solid #00a7f7;
}

.mobile-nav .menu-item.current-menu-item a{
    border-left: 4px solid #89c541;
}

.top-nav.min .valign-wrapper{
    margin-top: 0;
    height: 100px;
}

.top-nav.min{
    -webkit-box-shadow: 0px 6px 90px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 6px 90px 0 rgba(0,0,0,0.3);
    box-shadow: 0px 6px 90px 0 rgba(0,0,0,0.3);
    height: 100px;
}

.top-nav.min .logo{
    bottom: 48px;
    height: 100px;
    left: -12%;
}

.top-nav.min .logo img{
    max-height: 120px;
}

.mobile-nav{
    display: none;
}

.toggle-mobile-nav{
    position: absolute;
    top: 30px;
    right: 10px;
}




/*------------------------------------*\
    HERO
\*------------------------------------*/

.hero{
    color: #fff;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}

.hero p{
    margin: 0;
}

.home-hero{
    height: 550px;
}

.hero .row{
    margin: 0;
}

.hero .container,
.hero .row,
.hero .col{
    height: 100%;
    position: relative;
}

.hero h1{
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.home-hero h1{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    font-size: 2.4rem;
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin: 0;
}


.home-hero .browser{
    position: absolute;
    width: 100%;
    /*min-width: 650px;*/
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.3);
    border-radius: 10px 10px 0 0;
}

.home-hero .browser .stage{
    background: #f7f7f7;
    height: 425px;
    position: relative;
    overflow: hidden;
}

.home-hero .browser .address-bar{
    background: #e2e2e2;
    border-radius: 10px 10px 0 0 ;
    padding: 10px;
}

.home-hero .browser .btns{
    width: 12%;
    float: left;
}

.home-hero .browser .btns div{
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 2px;
    border-radius: 50%;
}

.home-hero .browser .url {
    background: white;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 0.9em;
    color: #888;
    float: right;
    width: 88%;
}

.home-hero .browser .overlay{
    position: absolute;
    z-index: 16;
    top: 0;
    left: 0;
    margin-top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(52, 165, 221, 0.9);
    color: #fff;
    transition: all 0.3s ease;
}

.home-hero .browser .overlay .valign{
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    margin-top: 100%;
    transition: all 0.5s ease;
}

.home-hero .browser .stage:hover .overlay,
.home-hero .browser .stage:hover .overlay .valign{
    margin-top: 0;
}

.home-hero .browser .stage .folio-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*margin-left: 100%;*/
    opacity: 0;
    transition: all 0.8s ease;
    z-index: 10;
}

.home-hero .browser .stage .folio-img.active{
    /*margin-left: 0;*/
    z-index: 12;
    opacity: 1;
}

.home-hero .browser .stage .progress{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    background: none;
    z-index: 14;
}

.home-hero .browser .stage .progress .bar{
    height: 2px;
    width: 0;
}

.hero .featured-image img{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -125px;
}


/*------------------------------------*\
    HOME SOLUTIONS
\*------------------------------------*/


.solution{
    float: left;
    width: 33.33%;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.solution:hover{
    /*    background: #f7f7f7;
        box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);*/
}

.solution .icon{
    width: 50px;
    height: 48px;
    background: url('img/solution-icons.png') no-repeat;
    float: left;
    margin-right: 10px;
}


.solution .valign-wrapper{
    height: 50px;
}

.solution.design .icon{
    background-position: -50px 0;
}

.solution.development .icon{
    background-position: -300px 0;
}

.solution.analytics .icon{
    background-position: -100px 0;
}

.solution.responsive .icon{
    background-position: -400px 0;
}

.solution.cms .icon{
    background-position: -350px 0;
}

.solution.hosting .icon{
    background-position: -250px 0;
}

.solution.logos .icon{
    background-position: -200px 0;
}

.solution.email .icon{
    background-position: -150px 0;
}

/*------------------------------------*\
        PROCESS
\*------------------------------------*/

.process-header{
    margin: 50px 0;
}

.process-container{
    min-height: 700px;
    height: auto;
}

.process-container .container{
    position: relative;
    min-height: 100%;
}

.segments{
    position: absolute;
    height: 200px;
    top: 50%;
    left: 5%;
    width: 90%;
    margin-top: -70px;
}

.process-container.vertical .segments{
    position: relative;
    height: 1000px;
    width: 100px;
    top: auto;
    left: 45px;
    margin-top: 45px;
    margin-bottom: 45px;
}

.segments .start,
.segments .launch{
    position: absolute;
    width: 95px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

.segments .start{
    top: 100%;
    left: 0;
    margin-top: -45px;
    margin-left: -45px;
}

.segments .launch{
    top: 0;
    right: 0;
    margin-top: -45px;
    margin-right: -45px;
}

.process-container.vertical .start img,
.process-container.vertical .launch img{
    margin-right: 10px;
}

.process-container.vertical .start{
    top: 10px;
    left: -12px;
    width: 200px;
    line-height: 95px;
}

.process-container.vertical .launch{
    top: auto;
    bottom: -30px;
    left: -50px;
    width: 200px;
    line-height: 95px;
}

.steps .step{
    position: absolute;
    width: 300px;
    font-size: 0.9rem;
    color: #fff;
    background: #0099e8;
    padding: 10px;
    box-shadow: 4px 4px 0 0 #cfd8dc;
    display: none;
}

.process-container.vertical .step{
    width: auto;
    margin-right: 10px;
}

.steps .arrow1,
.steps .arrow3{
    position: absolute;
    margin-left: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #0099e8;
}

.steps .arrow2,
.steps .arrow4{
    position: absolute;
    margin-left: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #0099e8;
}

.process-container.vertical .arrow1,
.process-container.vertical .arrow2,
.process-container.vertical .arrow3,
.process-container.vertical .arrow4{
    border-right: 20px solid #0099e8;
    border-left: none;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
}

.steps .step h4{
    margin-top: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
}

.step.step1{
    display: block;
    left: 23%;
    bottom: 57%;
    margin-left: -150px;
}

.arrow1{
    left: 23%;
    bottom: 57%;
    margin-bottom: -20px;
}

.step.step2{
    display: block;
    left: 41%;
    top: 60%;
    margin-left: -150px;
}

.arrow2{
    left: 41%;
    top: 60%;
    margin-top: -20px;
}

.step.step3{
    display: block;
    left: 59%;
    bottom: 63%;
    margin-left: -150px;
}

.arrow3{
    left: 59%;
    bottom: 63%;
    margin-bottom: -20px;
}

.step.step4{
    display: block;
    left: 77%;
    top: 54%;
    margin-left: -150px;
}

.arrow4{
    left: 77%;
    top: 54%;
    margin-top: -20px;
}

.process-container.vertical .step1{
    bottom: auto;
    top: 210px;
    left: 115px;
    margin-left: 0;
}

.process-container.vertical .arrow1{
    bottom: auto;
    top: 224px;
    left: 95px;
    margin: 0;
}

.process-container.vertical .step2{
    bottom: auto;
    top: 412px;
    left: 139px;
    margin-left: 0;
}

.process-container.vertical .arrow2{
    bottom: auto;
    top: 426px;
    left: 119px;
    margin: 0;
}

.process-container.vertical .step3{
    bottom: auto;
    top: 614px;
    left: 115px;
    margin-left: 0;
}

.process-container.vertical .arrow3{
    bottom: auto;
    top: 625px;
    left: 95px;
    margin: 0;
}

.process-container.vertical .step4{
    bottom: auto;
    top: 815px;
    left: 125px;
    margin-left: 0;
}

.process-container.vertical .arrow4{
    bottom: auto;
    top: 825px;
    left: 105px;
    margin: 0;
}

/*------------------------------------*\
    TESTIMONIALS
\*------------------------------------*/

.testimonial-container h3{
    margin: 50px 0;
}

.testimonial{
    display: none;
    margin-left: 100px;
}

.quote{
    margin-top: 20px;
}

.testimonial{
    font-style: italic;
}

.testimonial.active{
    display: block;
}

.testimonial-navigation{
    text-align: center;
}

.testimonial-navigation a{
    display: inline-block;
    width: 40px;
    height: 10px;
    margin: 0 3px;
    background: #cfd8dd;
}

.testimonial-navigation a:hover{
    background: #ffd910;
}

.testimonial-navigation a.active{
    background: #5f7d8c;
}

/*------------------------------------*\
    OUR WORK
\*------------------------------------*/

.our-work{
    margin-top: 50px;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer{
    padding-top: 60px;
    margin-top: 50px;
    line-height: 1.2rem;
    overflow: hidden;
}

.footer .row{
    margin: 0;
}

.footer .col.s6{
    padding-bottom: 40px;
}

.footer .input-field, #contact-modal .input-field{
    margin: 0;
}

.footer .card{
    margin-bottom: -2px;
}

.footer h4{
    margin-top: 0;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.footer h3{
    margin-top: 0;
    font-size: 1.7rem;
}

.footer-contact{
    position: relative;
}

.footer-contact .social{
    position: absolute;
    width: 150px;
    height: 32px;
    bottom: 0;
    left: -160px;
    text-align: right;
}

.footer-contact .social img{
    transition: all 0.3s ease;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
}

.footer-contact .social a:hover img{
    box-shadow: 1px 3px 6px 0 rgba(0,0,0,0.4);
    transform: translateY(-10px);
}


.bottom .copyright{
    float: right;
    padding: 20px 0;
    font-size: 12px;
    color: #787777;
    font-style: italic;
}

.bottom .container{
    position: relative;
}

.bottom .footer-logo{
    position: absolute;
    display: block;
    top: -40px;
    left: 0;
}


/*------------------------------------*\
    CONTACT FORM
\*------------------------------------*/


#contact-modal{
    max-height: 100% !important;
}

#contact-modal .modal-content{
    padding: 0;
}

#contact-modal .modal-close{
    position: absolute;
    top: 0;
    right: 0;
}

.footer .footer-contact .card{
    color: #000;
}

.footer .menu{
    margin-left: 20px;
    list-style-image: url('img/footer-nav-bullet.png');
}

/*.footer .menu a{
    
}*/

.footer .menu a{
    display: block;
    padding: 3px;
    color: #fff;
}

#contact-modal h4{
    padding-top: 30px;
    font-size: 2rem;
    text-align: center;
}

/* label color */
/*.input-field label {
    color: #000;
}*/
/* label focus color */
.input-field input[type=text]:focus + label, 
.input-field input[type=tel]:focus + label, 
.input-field input[type=email]:focus + label, 
textarea.materialize-textarea:focus:not([readonly]) + label,
.dropdown-content li>a, .dropdown-content li>span{
    color: #1e88e5;
}

.select-wrapper input.select-dropdown{
    color: #9e9e9e;
}

/* label underline focus color */
.input-field input[type=text]:focus,
.input-field input[type=tel]:focus,
.input-field input[type=email]:focus,
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #2196f3;
    box-shadow: 0 1px 0 0 #2196f3;
}

.wpcf7-not-valid{
    border-bottom: 1px solid #f44336 !important;
    box-shadow: 0 1px 0 0 #f44336 !important;
}

.wpcf7-not-valid + label{
    color: #f44336 !important;
}

.wpcf7-response-output{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s !important;
    padding: 20px !important;
    margin: 0.5rem 0 1rem 0 !important;
    border-radius: 2px !important;
    background-color: #fff;
    border: none !important;
}

.wpcf7-mail-sent-ok{
    background-color: #4caf50;
    color: #fff;
}

.wpcf7-validation-errors{
    background-color: #ffa000;
    color: #fff;
}



/*------------------------------------*\
    PORTFOLIO
\*------------------------------------*/

.portfolio-section{
    padding: 50px 0;
    margin-bottom: -50px;
}

.portfolio-technologies{
    margin: 0;
}

.portfolio-technologies li{
    font-size: 0.9em;
    padding: 2px 8px;
    margin-right: 5px;
    list-style-position: inside;
    background: #eee;
    margin-bottom: 5px;
    list-style-image: url('img/check-sm.png');
    float: left;
    color: #666;
}

.portfolio-row img{
    margin-bottom: 15px;
}

.portfolio-row a{
    text-decoration: underline;
}

.portfolio-row h5{
    margin-top: 0;
}

.portfolio-card .card-title{
    line-height: 1.9rem !important;
}

.card-image{
    position: relative;
    overflow: hidden;
}

.portfolio-overlay{
    position: absolute;
    z-index: 16;
    top: 0;
    left: 0;
    margin-top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(52, 165, 221, 0.8);
    color: #fff;
    transition: all 0.3s ease;
}

.portfolio-overlay img{
    width: auto !important;
}

.portfolio-overlay .valign{
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    margin-top: 100%;
    transition: all 0.5s ease;
}

.portfolio-card .card-image:hover .portfolio-overlay,
.portfolio-card .card-image:hover .portfolio-overlay .valign{
    margin-top: 0;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


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

}
@media only screen and (max-width:992px) {
    .solution{
        width: 50%;
    }

    .home-hero h1{
        bottom: auto;
        top: 50px;
        right: auto;
        left:0px;
        width: 100%;
        text-align: center;
    }

    .folio-img{
        background-size: contain !important;
        height: auto !important;
        padding-bottom: 53%;
    }

    .home-hero .col{
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

    .home-hero .browser .stage{
        height: auto !important;
        padding-bottom: 53%;
    }

    .main-nav .menu-item a{
        margin: 0 2px;
        font-size: 0.9em;
    }

    #header-nav{
        height: 120px;
    }

    .top-nav .valign-wrapper {
        height: 120px;
        margin-top: 0;
    }

    .top-nav:not(.min) .logo-col{
        height: 120px;
    }

    body{
        padding-top: 120px;
    }

    .social{
        position: absolute;
        width: 32px !important;
        height: auto !important;
        bottom: 12px !important;
        left: -42px !important;
        text-align: right;
    }

    .social a img{
        margin-bottom: 5px;
    }

    .footer-contact .social a:hover img {
        /*box-shadow: 1px 3px 6px 0 rgba(0,0,0,0.4);*/
        /*transform: translateY(0px) !important;*/
        transform: translateX(-5px);
    }


}
@media only screen and (min-width:992px) {


}
@media only screen and (max-width:600px) {

    .center-align-s{
        text-align: center !important;
    }

    .solution .icon{
        position: relative;
        margin: 0 auto;
        float: none;
        margin-bottom: 10px;
    }

    .solution .valign{
        width: 100%;
        text-align: center;
    }

    body{
        padding-top: 85px !important;
    }

    #header-nav{
        height: auto !important;
    }

    .logo-col{
        height: 85px !important;
    }

    .top-nav .logo {
        bottom: -17px !important;
        height: 100px !important;
        left: -12%;
    }

    .top-nav .logo img {
        max-height: 95px !important;
    }

    .top-nav .logo{
        height: 85px;
        max-height: 85px;
    }

    .home-hero{
        height: 480px !important;
    }

    .home-hero .browser .url{
        width: 80% !important;
    }

    .home-hero .browser .btns div{
        margin: 0 !important;
    }

    .footer-logo{
        position: relative !important; 
        display: block !important;
        top: 0 !important; 
        left: 0 !important; 
        float: left !important;
        width: 40% !important;
        padding-bottom: 20px;
    }

    .copyright{
        width: 60% !important;
        padding-top: 40px !important;
        padding-bottom: 0px !important;
    }

    .footer-logo img{
        width: 82%;
        margin-left: -14%;
    }

    .social{
        width: auto !important;
        height: 32px !important;
        bottom: 18px !important;
        left: auto !important;
        right: 30px !important;
    }

    .social a img{
        margin-bottom: 5px;
    }

    .footer-contact .social a:hover img {
        /*box-shadow: 1px 3px 6px 0 rgba(0,0,0,0.4);*/
        /*transform: translateY(0px) !important;*/
        transform: translateX(-5px);
    }

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}


