/*

Theme Name: Talis V1

Author: Envisage Media

Description: Custom Talis created for Talis Limited by Envisage

textdomain: nvi-talis

*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');



/* COLOR PALETTE 

-----------------

Bottle Green: #006837

Charcoal Gray: #333

Ash-White: #f0f6fc



*/

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Roboto", sans-serif;
}
body {
    font-size: 0px;
}
.container {
    height: 100%;
}
.navigation {
    width: 100%;
    height: 80px;
    background-color: #333;
    display: inline-block;
}
#logo {
    height: 60px;
    width: 180px;
    background-image: url("img/talis-logo-01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    float: left;
    transition: all ease-in-out 200ms;
    margin: 10px 0;
}
.main-cont,
.content {
    background-color: #f0f6fc;
    min-height: calc(100% - 160px);
    font-size: 16px;
}
.page-cont {
    min-height: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.footer {
    height: 80px;
    width: 100%;
    background-color: #333;
    text-align: center;
    color: #c9c9c9;
    font-size: 14px;
    line-height: 80px;
}


.board
{
	font-size: 1em;
}

.board p
{
	text-align: justify;
}

.wpcf7-form p
{
	text-align: center;
}



/* 

	COLUMNS

*/

div[class^='col-'] {
    box-sizing: border-box;
    float: left;
    /*background:rgb(220,226,232);

	border:1px solid rgb(120,126,132);*/
    
    padding: 10px 20px;
    font-size: 1em;
    line-height: 1em;
}
.col-1-of-1 {
    width: 100%;
}
.col-1-of-2,
.col-2-of-4,
.col-3-of-6 {
    width: 50%;
}
.col-1-of-3 {
    width: 33.333333%;
}
.col-2-of-3 {
    width: 66.666667%;
}
.col-1-of-4 {
    width: 25%;
}
.col-3-of-4 {
    width: 75%;
}
.col-1-of-5 {
    width: 20%;
}
.col-2-of-5 {
    width: 40%;
}
.col-3-of-5 {
    width: 60%;
}
.col-4-of-5 {
    width: 80%;
}
.col-1-of-6 {
    width: 16.666667%;
}
.col-2-of-6 {
    width: 33.333333%;
}
.col-4-of-6 {
    width: 66.666667%;
}
.col-5-of-6 {
    width: 83.333333%;
}
/* 

	GENERIC RULES

*/

.boxShadow {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.txtShadow {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
}
.nvi-animate {
    transition: all ease-in-out 200ms;
}
/* PAGE RULES */

.contact-page .board {
    background: none !important;
    text-align: center;
}
.contact-page label {
    line-height: 28px;
}
.wpcf7 {
    background-color: #333 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    max-width: 1200px;
    margin: 20px auto !important;
    color: #fff;
    font-size: 14px;
    /*border-bottom: 8px solid #006837;*/
}
.contact-page form {
    padding: 40px 20px;
}
.contact-page .ajax-loader {
    display: none !important;
}
.contact-page label {
    color: #fff;
    text-shadow: 0 0 2px #000;
}
.contact-page textarea {
    padding: 15px;
}
.contact-page input {
    padding: 5px 15px;
}
.contact-page textarea,
.contact-page input {
    background-color: rgba(240, 240, 240, 0.8);
    border: none;
}
.contact-page input[type=submit] {
    padding: 10px 20px;
    font-size: 20px;
    height: 60px;
    width: 180px;
    line-height: 40px;
    color: #fff;
    background-color: #262626;
    transition: all ease-in-out 200ms;
}
.contact-page input[type=submit]:hover {
    background-color: #006837;
    transition: all ease-in-out 200ms;
}
.contact-page div.wpcf7-validation-errors {
    border: none;
}
/**

 * For modern browsers

 * 1. The space content is one way to avoid an Opera bug when the

 *    contenteditable attribute is included anywhere else in the document.

 *    Otherwise it causes space to appear at the top and bottom of elements

 *    that are clearfixed.

 * 2. The use of `table` rather than `block` is only necessary if using

 *    `:before` to contain the top-margins of child elements.

 */


/* PAGE RULES */

.about-page .about-post h3, .page-title h3, .contact-page .contact-post h3
{
	font-size: 1.5em;
    color: #006837;
    border-bottom: 2px solid #333;
    box-sizing: border-box;
    padding: 10px 0;
	font-weight: 100;
}

.about-page .about-post p
{
	margin-bottom: 48px;
}

.about-page .page-image, .contact-page .page-image
{
	background-image: url("img/about.jpg");
	height: 400px;
	width: 100%;
	background-size: cover;
	background-position: center center;
}

.contact-page .page-image
{
	background-image: url("img/contact.jpg");
}


.about-page .about-title, .contact-page .contact-title
{
	color: #fff;
	background-color: #333;
	width: 100%;
	padding: 5px 20px;
	font-weight: 100;
	font-size: 2.5em;
	max-width: 1200px;
	box-sizing: border-box;
	border-bottom: 5px solid #006837;
}



.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    
    display: table;
    /* 2 */
}
.cf:after {
    clear: both;
}
/**

 * For IE 6/7 only

 * Include this rule to trigger hasLayout and contain floats.

 */

.cf {
    *zoom: 1;
}
/* MEDIA RESPONSE */

@media screen and (max-width: 510px) {
    #logo {
        width: 100%;
        background-size: contain;
        height: 60px;
        margin: 10px auto;
        transition: all ease-in-out 200ms;
    }
    .main-cont,
    .content {
        min-height: calc(100% - 200px);
    }
    .navigation {
        height: 120px;
        box-shadow: 1px 0 2px rgba(0, 0, 0, 0.5);
    }
	
	.contact-page
	{
		padding: 0 !important;
	}
}