/*
Theme Name:   Corporative Child
Theme URI:    http://themeforest.net/item/corporative-multipurpose-wordpress-theme/7675542
Description:  Corporative Child Theme
Author:       Ridwan
Author URI:   http://themeforest.net/user/007theme
Template:     Corporative
Version:      2.0
Tags: one-column, two-columns, right-sidebar,  fluid-layout, custom-menu, editor-style, featured-images, post-formats, sticky-post, translation-ready
Text Domain:  corporative
*/


/* Theme style customization starts here
-------------------------------------------------------------- */

h1,h2,h3,h4,h5{
    
    margin-bottom: 30px;
    
}

.homepage-module{
    
    width: 100%;
    height: 100vh;
    padding: 100px 50px;
    position: relative;
    display: block;
    
}

.homepage-module h2{
    
   text-align: left;
    
}


.homepage-module .full{
    
    max-width: 800px;
    width: 100%;
    margin: auto;
    z-index: 2;
    position: relative;
    background: transparent !important;
}

.homepage-module .two-col{
    
    margin-bottom: 70px;
    
}

.homepage-module .left{
    
    float: left;
    width: 45%;
    
}

.homepage-module .right{
    
    float: right;
    width: 45%;
    text-align: left;
    
}

.homepage-module .section_row{
    
    margin-bottom: 50px;
    
}

.full .white{
    
    color: white;
    
}

.full .white p, .full .white h2, .full .white h5, .full .white a{
    
    color: white !important;
    
}

.full .white a{
    
    padding: 10px;
    border: 1px solid white;
    border-radius: 3px;
    font-weight: bold;
}

.full h5{
    
    margin-bottom: 50px;
    
}

.home01{
    
    background:url(https://precisepayroll.com/wp-content/themes/Corporative-child/img/clouds.jpg);
    background: #D0FAB9;
    position: absolute;
    top:0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    widows: 100%;
    height: 100%;
    opacity: .3;
    z-index: 1;
    
}


.home02{
    
    background:url(https://precisepayroll.com/wp-content/themes/Corporative-child/img/clouds.jpg);
    position: absolute;
    top:0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    widows: 100%;
    height: 100%;
    opacity: .9;
    z-index: 1;
    
}


@media (max-width: 800px) {

    .homepage-module{
    
        width: 100%;
        height: auto;
        padding: 100px 50px;
        position: relative;
        display: block;

    }
    
    .homepage-module h2{
    
        font-size: 16px;

    }
    
    .homepage-module h3{
    
        font-size: 15px;

    }
    
    .homepage-module .left{
    
        float: none;
        width: 100%;
        margin-bottom: 20px;

    }

    .homepage-module .right{

        float: none;
        width: 100%;
        text-align: left;

    }
    
    .homepage-module .two-col{
    
        margin-bottom: 50px;

    }


}