/*
Theme Name: Aqumin Landing Page
Theme URI: http://www.microtekcorporation.com
Description: A custom theme for Aqumin
Author: Microtek Corporation
Version: 1.0
*/

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    font-family: 'Fira Sans', sans-serif;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4em;
    font-weight: 400;
    color:#6d6e71;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}
sup {
	font-size: 0.6em;
}
h1 sup {
	font-size: 0.5em;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea { resize: vertical; }
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* =============================================================================
   Typography
   ========================================================================== */

h2 {
	color: #f68b25;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: 400;
}

/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
a[href$='.pdf'] {
	padding: 0 0 2px 20px;
	background: url('../img/pdf.png') top left no-repeat;
}

/* ==========================================================================
   Images
   ========================================================================== */
   
img {
    vertical-align: middle;
	border: 0;
	max-width: 100%;
}
.imgborder {
	padding:4px;
	background-color:#F9F9F9;
	border:1px solid #FFFFFF;
	-moz-border-radius:6px;	
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:#AAAAAA 0 0 2px;
	-webkit-box-shadow:#AAAAAA 0 0 2px;
	box-shadow:#AAAAAA 0 0 2px;
}

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { 
	margin: 6px 0; 
	padding: 0 0 0 40px; 
}
ul {
	padding-left: 0;
}
li { margin-bottom: 8px; }

ul li {
	background: url('/wp-content/themes/aqumin/src/assets/img/green-check.png') no-repeat left center transparent;
	padding-left: 28px;
	list-style: none;
}

dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
tr:nth-child(even) { background: #CCC; }
tr:nth-child(odd) { background: #FFF; }
td { vertical-align: top; }

/* =============================================================================
   Buttons
   ========================================================================== */

.orange-button,
.green-button {
	display: inline-block;
	height: 40px;
	padding: 0 26px;
	border: 1px solid #ffbb56;
	color:#FFFFFF;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,.4);
	box-shadow: 0 0 3px rgba(0,0,0,.4);
	text-decoration: none;
	font-size: 0.9em;
}
.orange-button {
	line-height: 42px;
	background: #fcaf17; /* Old browsers */
	background: -moz-linear-gradient(top, #fcaf17 0%, #f68b25 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fcaf17 0%,#f68b25 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fcaf17 0%,#f68b25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcaf17', endColorstr='#f68b25',GradientType=0 ); /* IE6-9 */
	
}
.orange-button:hover {
	color: #FFFFFF;
}
.green-button {
	line-height: 40px;
	background: #66bf1e; /* Old browsers */
	background: -moz-linear-gradient(top, #66bf1e 0%, #328c05 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #66bf1e 0%,#328c05 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #66bf1e 0%,#328c05 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66bf1e', endColorstr='#328c05',GradientType=0 ); /* IE6-9 */
}
.green-button:hover {
	color: #FFFFFF;
}

/* =============================================================================
   Frame
   ========================================================================== */

.wrapper {
	width: 90%;
	margin: 0 5%;
}

/* =============================================================================
   Header
   ========================================================================== */

header {
	text-align: center;
}
.splash-banner {
	height:300px;
	background: url('/wp-content/themes/aqumin/src/assets/img/main-banner.jpg') no-repeat center top #232428;
}
.splash-text {
	padding-top: 40px;
	padding-left: 50%;
	width: 50%;
}
.splash-text h1 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: 500;
	color:#FFFFFF;
	margin-bottom: 10px;
}
.border-top {
	border-top: 2px solid orange;
	display: block;
	width: 300px;
	margin: 0 auto;
	padding-top: 10px;
	color: #DDDDDD;
	font-size: 0.8em;
}
.logo {
	display: inline-block;
}
.logo img {
    margin-top: -20px;
    max-width: 130px;
}
.splash-text .orange-button {
	margin-top: 10px;
}

/* =============================================================================
   Content
   ========================================================================== */

#main {
	
}

/******** ROWS GENERAL ********/

.col50 {
	width: 46%;
	padding: 0 2%;
	float: left;
}


/******** ROWS GENERAL ********/

.row {
	padding: 60px 0;
	min-height: 160px;
}
.row p {
	line-height: 1.5em;
}
.row.second {
	padding: 30px 0;
}
.first {
	background-color: #FFFFFF;
}
.second {
	background: url('/wp-content/themes/aqumin/src/assets/img/secondary-banner.jpg') no-repeat center center #eeeeee;
	height: 320px;
}
.third {
	background-color: #FFFFFF;
	font-size: 0.9em;
}
.fourth {
	background-color: #FFFFFF;
	font-size: 0.9em;
}
.fifth {
	background-color: #DDDDDD;
	text-align: center;
}
.sixth {
	background-color: orange;
	background: url('/wp-content/themes/aqumin/src/assets/img/email-bg.jpg') repeat-x left top #faa31c;
	text-align: center;
}

/******** FIRST ROW ********/

.slogan {
	font-style: italic;
	font-size: 1.4em;
	font-weight: 300;
	display: block;
	margin-top: 40px;
}
.first h2 {
	margin-top: 36px;
}

/******** SECOND ROW ********/

.second .container {
	width: 500px;
}
.second ul {
	width: 200px;
	float: left;
}
.second li {
	color: #f68b25;
	display: inline-block;
	margin-bottom: 30px;
	width: 250px;
	font-weight: 500;
	font-size: 1.1em;
}
.second li:last-child {
	margin-right: 0;
}
.second .accent {
	font-weight: 500;
	margin-top: -16px;
	margin-bottom: 40px;
}

/******** ACTION BAR ********/

.action-bar {
	background: url('/wp-content/themes/aqumin/src/assets/img/action-bar-bg.jpg') no-repeat left top #6d6e72;
	height: 70px;
	padding-top: 30px;
	color: #FFFFFF;
	text-align: center;
}
.action-bar span {
	display: inline-block;
	margin-right: 30px;
	color:#FFFFFF;
	font-size: 1.6em;
	font-weight: 500;
}

/******** THIRD ROW ********/

.third h2 {
	margin-bottom: 5px;
}
.third ul li {
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 2px solid #DDDDDD;
	background-position: left center;
}
.third ul li:last-child {
	border-bottom: none;
}

/******** FOURTH ROW ********/

.fourth h2 {
	margin-bottom: 5px;
}
.fourth ul li {
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 2px solid #DDDDDD;
	background-position: left center;
}
.fourth ul li:last-child {
	border-bottom: none;
}


/******** FIFTH ROW ********/

.fifth .accent {
	display: block;
	margin-top: -16px;
}
.fifth a {
	display: inline-block;
	margin: 10px;
}
.fifth img {
	max-width: 300px;
}


/******** SIXTH ROW ********/

.sixth,
.sixth h2 {
	color: #FFFFFF;
}
.sixth h2 {
	font-size: 1.6em;
	margin-bottom: -10px;
	font-weight: 500;
}
.sixth .accent {
	font-size: 1.3em;
}
.sixth .accent a {
	color: #fff38b;
	text-decoration: none;
}
.sixth .wpcf7 {
	background-color: #FFFFFF;
	border-radius: 4px;
	padding: 20px 60px;
	text-align: left;
	color: #555555;
}
.required {
	color:#F93301;
	font-weight: 300;
	font-size: 0.85em;
	margin-right: 2px;
	display: inline-block;
}
.field-wrap {
	width: 50%;
	float: left;
}
.field-wrap label {
	font-size: 0.9em;
}
.field-wrap .wpcf7-text {
	padding: 6px;
	margin-bottom: 14px;
	font-weight: 300;
}
span.wpcf7-not-valid-tip {
    color:#F93301;
    font-size: 0.9em;
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
}
.wpcf7-submit {
	margin-top: 16px;
}
.wpcf7-response-output {
	padding: 0.8em 1em 0.6em 1em!important;
}
.wpcf7-validation-errors {
	background-color: #fff38b;
	border: 1px solid #dcca2f!important;
}
.wpcf7-mail-sent-ok {
	background-color: #b1e587;
	border: 1px solid #66bf1e!important;
}

/* =============================================================================
   Footer
   ========================================================================== */

footer {
	background-color:#363636;
	color: #999999;	
	padding-top: 26px;
}
footer a {
	text-decoration:none;
	color: #999999;	
}
footer a:hover {
	color:orange;
}
footer #f-menu {
	float: right;
	width: 500px;
	padding-top: 10px;
	font-size: 0.9em;
	text-align: right;
}
footer #f-menu a {
	text-shadow: 1px 1px 2px rgba(0,0,0,.4);
	display: inline-block;
	margin-left: 30px;
}
footer #f-menu .about-us {
	margin-left: 0;
}
footer #f-logo {
	float: left;
	margin-bottom: 10px;
}
footer #credits-wrapper {
	text-align: center;
	padding: 20px 0;
	border-top: 2px solid #666666;
	font-size: 0.8em;
}


/* =============================================================================
   Alignment
   ========================================================================== */
   
.alignleft {
	display: inline;
	float: left;
	margin:10px 20px 10px 0px;
}
.alignright {
	display: inline;
	float: right;
	margin:10px 0px 10px 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =============================================================================
   Custom
   ========================================================================== */

.list_wrapper ul { padding: 0 0 0 20px;	}
.list_wrapper ul ul { padding-left: 24px; }
.list_wrapper ul li { list-style: none; font-size: 16px; }	
.list_wrapper ul li li { list-style: none; font-size: 13px; }	
.list_wrapper li li:before { content: "» "; } 
.list_wrapper ul li.first:before { content: " "; }

/* ==========================================================================
   Media Queries
   ========================================================================== */


@media (max-width: 990px) {
	.splash-text {
		padding-top: 10px;
	}
	.splash-text h1 {
		margin-top: 0;
	}
	.logo img {
	    margin-top: 20px;
	    max-width: 130px;
	}
}
@media (max-width: 900px) {
	.splash-text {
		padding-top: 20px;
		padding-right: 10%;
		padding-left: 10%;
		width: 80%;
	}
	.col50 {
		float: none;
		width: 100%;
		padding: 0;
	}
	.col50 img {
		margin-bottom: 20px;
	}
	.field-wrap .wpcf7-text {
		width: 90%;
	}
}
@media (max-width: 850px) {
	.field-wrap {
		width: 100%;
		float: none;
	}	
}
@media (max-width: 720px) {
	.splash-banner  {
	    background-position: 140px center;
	}
	.logo img {
	    margin-top: 10px;
	}
	.row {
	    padding: 40px 0;
	}
	.second {
	    background-position: -240px center;
	}
	.second .container {
	    width: 100%;
	}
	.action-bar {
	    height: 86px;
	    padding-top: 14px;
	}
	.action-bar span {
		margin-right: 0;
	    margin-bottom: 10px;
	}
	.fifth img {
		max-width: 100%;
	}
	.sixth .wpcf7 {
		padding: 20px 20px;
	}
	.sixth .accent {
	    font-size: 1.2em;
	    text-align: left;
	}
	footer #f-menu {
		font-size: 0.8em;
		float: none;
		width: 100%;
		text-align: left;
		margin-top: 50px;
	}
	footer #f-logo {
	    float: none;
	    text-align: center;
	    margin: -90px 0 20px 0;
	}
	footer #credits-wrapper {
	    margin-top: 30px;
	}
}
@media (max-width: 560px) {
	h2 {
		font-size: 1.3em;
		line-height: 1.2em;
	}
	.logo img {
	    margin-top: 10px;
	    max-width: 100px;
	}
	.second .accent {
	    margin-bottom: 20px;
	}
	.second ul {
	    width: 200px;
	    float: left;
	    margin: 0;
	}
	.second ul li {
		margin-bottom: 14px;
	}
	.sixth .wpcf7 {
	    padding: 20px;
	    margin: 0 -10px;
	}
	.field-wrap .wpcf7-text {
		width: 96%;
	}
	footer #f-menu {
	    font-size: 0.7em;
	    text-align: center;	    
	}
	footer #f-menu a {
		margin-left: 10px;
	}
	footer #credits-wrapper {
	    font-size: 0.7em;
	}
}
@media (max-width: 375px) {
	.splash-text {
	    padding-top: 20px;
	    padding-right: 0;
	    padding-left: 0;
	    width: 100%;
	}
}
@media (max-width: 320px) {
	.wrapper {
		width: 96%;
		margin: 0 2%;
	}
	
	.sixth .wpcf7 {
	    padding: 10px;
	    margin: 0 -5px;
	}
	.field-wrap .wpcf7-text {
		width: 90%;
	}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}