/*
Theme Name: Twenty Sixteen Child
Template: twentysixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen shild


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@import url('../twentysixteen/style.css');
*:focus {
    outline: none;
}
a { 
	color:#1164a5;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
a:hover,a:focus,a:active,a.active {
	color:#03192a;
	text-decoration: none;
		-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
body, button, input, select, textarea {
    color: #162e32!important;
	font-family: 'Open Sans', sans-serif!important;
	font-weight: 400!important;
    font-size: 14px!important;
    line-height: 18px!important;
	-webkit-font-smoothing: antialiased!important;
}
.site {
    margin: 0!important;
}
body:not(.custom-background-image):before, body:not(.custom-background-image):after {
    display: none!important;
}
h1, h2, h3, h4, h5, h6 {
    color: #1164a5;
    font-weight: 500;
}
body, .site-header {
	background-color: #1164a5!important;
}
.site-header {
	padding-top: 0;
	padding-bottom: 0;
}
.site-branding, .header-image {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}
.main-navigation {
	font-family: 'Open Sans', sans-serif;
}
.site-description {
	font-family: 'Open Sans', sans-serif;    
	color: #ffffff;
}
.site-header-menu {
    margin-top: 85px;
    margin-bottom: 0;	
}
.main-navigation a {
    color: #ffffff;
	border-bottom: 1px solid #1164a5;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
    font-weight: 600;
	border-bottom: 1px solid #ffffff;
}
.main-navigation a {
    padding: 1px 0;
}
.main-navigation a:hover, .main-navigation a:focus {
	color: #ffffff!important;
	border-bottom: 1px solid #ffffff;
}
.main-navigation .primary-menu > li {
    padding: 0 0.875em;
}
.page-header {
    border-top: 0;
}
.widget {
    margin-bottom: 2em;
    border-top: none!important;
}
.site-content {
    padding: 2.5% 4.5455%;
}
.widget button.search-submit {
    background-color: #1164a5;	
}
.widget input[type="text"], .widget input[type="email"], .widget input[type="url"], .widget input[type="password"], .widget input[type="search"], .widget input[type="tel"], .widget input[type="number"], .widget textarea {
    padding: 0.4em 0.5384615385em;
}
.widget .search-submit:before {
    color: #ffffff;
}
.entry-title, .entry-title a {
    color: #1164a5;	
	font-size: 36px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif!important;


}
.entry-summary p {
    font-size: 14px;
    text-transform: inherit;
    font-weight: 400;
	color: #162e32;
	line-height: 18px;
}
.widget .widget-title {
    font-size: 18px;
	text-transform: inherit;
	color: #162e32;
	border-bottom: 1px solid #162e32;
	letter-spacing: 0;
}
footer {
/*	padding:0;
	margin: 0!important;*/
}
footer .container {
	margin: 0 auto;
    padding: 15px 15px 10px 15px;
    max-width: 1200px;
}
.footer-top {
	background: #e5e7e9;
	padding: 0;
	margin: 0;
}
.footer-top .container {
	padding: 15px 15px 10px 15px;
}
.footer-top .container p {
	color: #03192a;
	font-size: 12px;
	margin: 0 0 10px 0;
}
.footer-top .container img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.footer-bottom {
	background: #03192a;
	padding: 0;
	margin: 0;
}
.footer-bottom .container {
	padding: 15px;
	overflow: auto;
}
.footer-bottom .container .col-lg-f {
	width: 50%;
	float: left;
}
.footer-bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-bottom ul li {
	display: inline-block;
	margin-right: 15px;
}
.footer-bottom ul li a {
	color: #ffffff;
	font-size: 12px;	
}
.footer-bottom p {
	text-align: right;
	color: #e5e7e9;
	font-size: 12px;
	margin: 0 0 10px 0;
}
.posted-on a, .entry-footer a, .cat-links a {
	color: #1164a5!important;
	font-weight: 500;
	font-size: 14px;
}
.posted-on i, .cat-links i {
	margin-right: 5px;
	font-size: 18px;
	color: #162e32!important;
	width: 22px;
}
.byline {
	display: none!important;
}
.page-content form button {
	background: #1164a5;
	color: #ffffff!important;
}
.search-submit:before {
    font-size: 20px;
    line-height: 30px;
}
.comments-title, .comment-reply-title {
	border-top: none!important;
    border-bottom: 1px solid #162e32!important;
	color: #162e32!important;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.3125;
    padding-bottom: 2px;
}
.comment-form label {
	font-family: 'Open Sans', sans-serif!important;
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 18px!important;	
	color: #162e32!important;
	letter-spacing: 0;
}
button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
	background: #1164a5;
	color: #ffffff!important;
		-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
button:hover, input[type="submit"]:hover {
	background: #162e32!important;	
		-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.comment-list article, .comment-list .pingback, .comment-list .trackback {
	border-bottom: 1px solid #d1d1d1;
    border-top: none;
    padding: 1.75em 0;
}
.comment-reply-link {
    border: none;
    border-radius: 2px;
	background: #1164a5;
	color: #ffffff!important;
}
.comment-reply-link:hover {
    border: none;
    border-radius: 2px;
	background: #162e32!important;	
	color: #ffffff!important;
}
.post-navigation {
    border-top: 1px solid #162e32!important;	
    border-bottom: 1px solid #162e32!important;	
}
.post-navigation a {
    color: #162e32;
    display: block;
    padding: 1.75em 0;
}
.post-navigation div + div {
    border-top: 1px solid #162e32!important;	
}
.footer-bottom img{height:25px;vertical-align:-webkit-baseline-middle;}


@media screen and (max-width: 930px) {
.menu-toggle {
    display: none!important;
}
.site-header-menu {
	display: inherit!important;
    margin-top: 60px!important;
    margin-bottom: 0!important;
	flex: inherit;
}
.main-navigation .primary-menu > li {
    float: left;
}
.main-navigation .primary-menu {
    border-bottom: none;
}
.main-navigation li {
     border-top: none; 
}
.site-branding, .header-image {
     margin-top: 10px!important; 
     margin-bottom: 15px!important; 
}
}
@media screen and (max-width: 710px) {
.site-header-menu {
    margin-top: 35px!important;
}
.site-content {
    padding: 4.5455%;
}
}
@media screen and (max-width: 550px) {
.site-header-menu {
    margin-top: 10px!important;
	margin-bottom: 10px!important;
	flex: 0 1 100%;
}
.main-navigation .primary-menu > li {
     float: none;
	 padding: 0; 
    margin: 10px 0;	
}
.main-navigation {
    width: 100%;
}
.main-navigation a {
    display: table!important;
}
.site-branding, .header-image {
    margin-top: 15px!important;
    margin-bottom: 10px!important;
}
}