/* Custom CSS Overrides */

/* GENERAL FONT SIZE INCREASE */
p {
    font-size: 1.2em;
}


/* COMPANY SECTIONS OVERVIEW */
.home_icon_row li {
    background-color: rgba(133,180,64,0.1);
    padding-top: 20px;
    padding-bottom: 200px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.home_icon_row li:hover {
    background-color: rgba(133,180,64,0.3);
}

.home_icon_row .textwidget {
    padding: 0 20px;
}

.home_icon_row .textwidget .sow-more-text a {
    font-size: 1.2em;
    font-weight: bold !important;
}

.home_icon_row h5 {
    font-weight: bold !important;
}

.home_icon_row p.sow-more-text a {
    display:block;
    margin-top: 10px !important;
    font-weight: bold !important;
    text-transform: uppercase;
}

.home_icon_row .textwidget .sow-features-feature-text {
    line-height: 1.4;
}

/* ADD ANIMATION TO 3D ICONS */
.home_icon_row .sow-icon-image {
    transition: all 0.3s ease;
}

.home_icon_row li:hover .sow-icon-image {
    transform: rotate(-5deg) scale(1.2);
}



/* Move Facts Row Up to remove margin of features section */
.facts_row {
    margin-top: -200px !important;
}


/* ADJUSTING FONT SIZE OF MAIN NAVIGATION */
/* Main Navigation Level */
#mainnav li a {
    font-size: 1.2em !important;
    font-weight: bold !important;
}

/* Sub Navigation Level */
#mainnav li .menu-item a {
    font-weight: 200 !important;
    font-size: 1em !important;
}

/* Adapting Opacity of the MainNavigation */
/* Default State */
.site-header {
    background-color: rgba(255,255,255,0.5) !important;
}

/* Scrolled / Fixed State */
.site-header.float-header {
    background-color: rgba(255,255,255,0.8) !important;
}


/* Adapt Top Margin of the Hero Section */
/* Moves behind the main navigation bar */
.home_custom_hero {
    margin-top: -114px;
}

/* Adapt Top Padding of the Hero Section */
.home_custom_hero .sow-slider-image-wrapper {
    padding-top: 160px !important;
}



/* Mobile Definitions Scale */
@media (max-width: 780px) {
    
    /* Text Scale */
    .home_custom_hero h2 {
        font-size: 1.4em !important;
    }
    
    .home_custom_hero h6 {
        font-size: 1.2em !important;
    }
		
		.home_custom_hero .sow-slider-image-wrapper {
    padding-top: 100px !important;
    }
		
		.home_custom_hero {
		margin-bottom: 80px !important;
		}
		
		/* Button Margin */
		.so-widget-sow-button{
			margin-bottom: 16px !important;
		}
}