/*
 Theme Name:     ECAI Child
 Theme URI:      http://example.com/twenty-thirteen-child/
 Description:    Twenty Thirteen Child Theme
 Author:         John Doe
 Author URI:     http://example.com
 Template:       ecai
 Version:        1.0.0
*/

@import url("../ecai/style.css");

/* =Theme customization starts here */

body .site-header {
background-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	font:  Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #878786;
	line-height: 18px;
	background-color: transparent;"
	
}


.entry-meta  a {
	color: #193f7e;
	text-decoration: none;
}


.entry-meta  a:visited  {
	color: #486DA2;
}

.entry-meta a:focus {
	outline: thin dotted;
}

.entry-meta  a:active,
.entry-meta a:hover{
	color: #486DA2;
	outline: 0;
	text-decoration: underline;
}

.entry-meta a {
	color: #193f7e;
	text-decoration: none;
}


.nav-links a:visited  {
	color: #486DA2;
}

.nav-links  a:focus {
	outline: thin dotted;
}

.nav-links a:active,
.nav-links a:hover{
	color: #486DA2;
	outline: 0;
	text-decoration: underline;
}

a {
	color: #193f7e;
	text-decoration: none;
}

a:visited  {
	color: #486DA2;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover{
	color: #486DA2;
	outline: 0;
	text-decoration: underline;
}


.entry-header-full,
.entry-content-full,
.entry-summary-full,
.entry-meta-full {
	margin: 0 auto;
	max-width: 100%;
	/*max-width: 1110px;*/
	width: 95%;
}


.entry-header, 
.entry-content, 
.entry-summary, 
.entry-meta {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}



.home .entry-title {
    font-weight: normal;
    margin: 0 0 5px;
    display: none;
}

.home .entry-title-full {
    font-weight: normal;
    margin: 0 0 5px;
    display: none;
}

.entry-title-full{
    font-size: 30px;
    margin: 0 0 5px;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
 .main-navigation {
	clear: both;
	margin: 0 auto;
	/*max-width: 1110px;*/
	max-width: 100%;
	min-height: 45px;
	position: relative;
}
 
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #486DA2;
	color: #fff;
	border: 0px solid transparent!important;
}
 
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	background-color: #486DA2;
	color: #fff;
	font-style: normal;
		border: 0px solid transparent!important;
}

.nav-menu .sub-menu, .nav-menu .children {
   	/*background-color: #193F7E;*/
	background-color: #467BBF;
  	border: 0px solid transparent!important;
}
.nav-menu li:hover > a, .nav-menu li a:hover {
   background-color: #486DA2; 
   	border: 0px solid transparent!important;
}

.nav-menu li a {
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
	border: 0px solid transparent!important;
}

#navbar {
/*display: none;*/
	max-width: 100%;
	width: 100%;
	/*background-color: #193F7E;*/
	background-color: #467BBF;
	
	color: #fff;
	border: 0px solid transparent!important;

}


/** small menu hover colour  **/

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #486DA2;
		color: #fff;
		border: 0px solid transparent!important;
	}


/**
 *
 * ----------------------------------------------------------------------------
 */

/* Change font site title */
.site-title {
   font-family: "Times New Roman", Times, serif;
    font-size: 72px;
}

/* Change font site title description */
.site-title, .site-description {
    font-family: "Times New Roman", Times, serif;
}

/* Change space between title description and menu */

.site-header .home-link {
	max-width: none;
	min-height: 0px;
	padding: 0px;
}

#header-image {
	width: 100%;
	flex-width: true;
	flex-height: true;
}


/* Change font entry content */


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #fff;
	color: #486DA2;
	font-size: 14px;
	text-align: center;
}

.site-footer .widget a {
	color: #486DA2;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

#site-info: a{color: #486DA2;}' 





/* Buttons */

.input[type="submit"] { 
color: #fff; 
background: #193F7E; /* Old browsers */
}

.button, input[type="submit"], input[type="button"], input[type="reset"] {
    background: #fff;
    background: -webkit-linear-gradient(top, #193F7E 0%, #193F7E 100%);
    background: linear-gradient(to bottom, #193F7E 0%, #193F7E 100%);
    border: none;
    border-bottom: 0px solid #000;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
}

.button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #486DA2; /* Old browsers */
	background: -webkit-linear-gradient(top, #486DA2 0%, #486DA2 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #486DA2 0%, #486DA2 100%); /* W3C */
	outline: none;
}

.button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    background: #fff;
    background: -webkit-linear-gradient(top, #193F7E 0%, #193F7E 100%);
    background: linear-gradient(to bottom, #193F7E 0%, #193F7E 100%);
	border: none;
	border-top: 0px solid #000;
	padding: 10px 24px 11px;
}


textarea, input {
    border: 1px solid #193F7E;
    font-family: inherit;
    padding: 0px;
}

textarea:active,
textarea:focus,
input[type="text"]:active,
input[type="text"]:focus,
input[type="email"]:focus
{
    border: 1px solid #486DA2;
    font-family: inherit;
    padding: 0px;
}

.page-header {
    background-color: #486DA2;
}


