/**
 *
 * -------------------------------------------
 * Template CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 5. Wordpress elements styling
 *
 *
------------------------------------ */
 
/* 5.1. Main menu
==================================== */ 
 
#gk-mainmenu-toggle {
	display: none;
} 


 
#gk-mainmenu-collapse {
	overflow: visible!important;
} 
 
#main-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#main-menu ul {
	margin: 0!important;
	padding: 0!important;
}

#main-menu > li {
    margin: 0;
    background: none;
    border: none;
    /* border-left: 1px solid #696969; */
    display: inline-block;
    height: 44px;
    font-family: Arial;
    font-size: 14px;
    line-height: 44px;

    margin-left: 20px;
}

#main-menu > li:hover{
	    border-bottom: 4px solid #6695B0;
}

@media (max-width: 800px){
    #main-menu > li {
        height: auto!important;
    }
}

#main-menu > li.haschild:after {
	content: "\f078";
	font-family: FontAwesome;
	font-size: 10px;
	margin: 0 0 0 1px;
	position: relative;
	top: -2px;
    color: #fff;
}

#main-menu > li li.haschild {
	position: relative;
}

#main-menu > li li.haschild:after {
	content: "\f054";
	font-family: FontAwesome;
	font-size: 10px;
	margin: 0;
	position: absolute;
	right: 10px;
	top: 7px;
	color: #333;
}

#main-menu > li > a {
    color: #fff;
    margin: 0;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}



#main-menu > li > a:hover {
	background: transparent;
	color: #fff;
}

#main-menu > li.current-menu-item,
#main-menu > li.current_page_item,
#main-menu > li:hover {
	color: #fff;
}

#main-menu > li.active > a,
#main-menu > li.current-menu-item > a,
#main-menu > li.current_page_item > a,
#main-menu > li.current-menu-ancestor > a, 
#main-menu > li.current-menu-parent > a  {
	background: transparent;
	color: #fff;
}

#main-menu > li.active,
#main-menu > li.current-menu-item,
#main-menu > li.current_page_item,
#main-menu > li.current-menu-ancestor, 
#main-menu > li.current-menu-parent{
border-bottom: 4px solid #6695B0;
}

/* Submenu */
#main-menu .sub-menu {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 6px #939393;
	-moz-box-shadow: 0 0 6px #939393;
	-ms-box-shadow: 0 0 6px #939393;
	-o-box-shadow: 0 0 6px #939393;
	box-shadow: 0 0 6px #939393;
	display: block;
	font-size: 13px;
	left: -9999px;
	margin-top: -3px;
	padding: 0!important;
	position: absolute;
	width: 200px;
	z-index: 10;
}



#main-menu .sub-menu .sub-menu:before {
	display: none;
}

#main-menu li:hover .sub-menu {
	left: auto;
}

#main-menu .sub-menu li {
	border-top: 1px solid #ececec;
	min-height: 22px;
	-webkit-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	-ms-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
}

#main-menu .sub-menu li:first-child {
	border-top: none;
}

#main-menu .sub-menu li a {
    color: #000;
    background: #F2F2F2;
    display: block;
    line-height: 20px;
    padding: 8px;
    padding-left: 13px;
    padding-right: 0;
    font-size: 13px;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}


#main-menu .sub-menu li:hover {
	background: #f5f5f5;
}

#main-menu .sub-menu li:hover a,
#main-menu .sub-menu li a:active,
#main-menu .sub-menu li a:focus,
#main-menu .sub-menu li a:hover {
background: #e7e7e7;
}

#main-menu .sub-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px!important;
	margin-left: 180px;
	margin-top: -24px;
}

#main-menu .sub-menu li:hover .sub-menu {
	left: auto!important;
}
 
/* 5.2. Comments
==================================== */

#comments {
	border-top: 1px solid #e5e5e5;
	margin: 20px 0 0 0;
}

#comments.nocomments {
	border-top: none;
}

#comments > h2:first-child {
	font-size: 20px;
	margin: 0 0 42px 0;
	padding: 24px 0 0 0;
}

#comments > nav {
	margin: 12px 0;
	overflow: hidden;
}

#comments > nav .nav-prev {
	float: left;
}

#comments > nav .nav-next {
	float: right;
}

#comments > ol {
	list-style-type: none;
	padding: 0;
}

#comments ol.children {
	list-style-type: none;
	margin-left: 5%;
	padding: 0;
}

#comments li article {
	clear: both;	
	margin-top: 20px;
	position: relative;
}

#comments li article > aside {
	border: 1px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	left: 0;
	position: absolute;
	top: 20px;
}

#comments li article > aside img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
}

#comments li article > .content {
	border-bottom: 1px solid #eee;
	margin-left: 56px;
	overflow: hidden;
	padding: 2px 3% 12px 3%;
}

#comments .children article > .content {
	margin-left: 48px;
}

#comments article time {
	color: #b3b6b7;
	font-size: 11px;
}

#comments article .author {
	font-size: 12px;
	font-weight: bold;
}

#comments article .content > * {
	font-size: 12px;
}

#comments article footer .edit,
#comments article footer .reply {
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
}

#comments em.awaiting-moderation {
	color: #a33;
	display: block;
	font-size: 14px;
	margin: 0 0 12px 0;
	text-align: center;
}
/* Special comments classes */
#comments li.bypostauthor > article {
	border: 1px solid #f5f5f5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#comments li.bypostauthor article .content {
	border: none!important;
}

#comments li.bypostauthor article aside {
	left: 2%;
}

#comments li.byuser article {}
#comments li.odd article {}
#comments li.even article {}

/* Comments typography */
#comments li article abbr[title],
#comments li article acronym[title] {
	border-bottom: 1px dotted;
}

#comments li article code {
	background: #fafafa;
	border-left: 4px solid #eee;
	display: block;
	margin: 10px 0;
	padding: 10px 20px; 
	white-space: pre;
}

#comments li article blockquote {
	background: #fafafa;
	border: 2px solid #eee;
	border-left: none;
	border-right: none;
	display: block;
	margin: 10px 0;
	padding: 10px; 
	position: relative;
}

#comments li article blockquote p {
	margin: 0;
}

#comments li article q {
	color: #888;
	font-weight: bold;
}

#comments li article strike {
	text-decoration: line-through;
}

#comments li article del {
	color: #aaa;
	text-decoration: line-through;
}

/* Comment form */
#respond {
	padding: 12px 0;
}

#respond > h3 {
	padding: 24px 0 0 0;
	margin: 0 0 20px;
	font-size: 28px;
	font-weight: normal!important;
	line-height: 100%;
	border-top: 1px solid #e5e5e5;
}

#respond p.comment-notes,
#respond p.logged-in-as,
#respond p.form-allowed-tags {
	font-size: 11px;
	color: #999
}

#respond input,
#respond textarea {
	display: block;
}

#respond input[type="checkbox"] {
	display: inline-block;
}

#respond input[type="text"],
#respond input[type="password"],
#respond textarea {
	width: 100%;
}

#respond #reply-title small {
	float: right;
	font-size: 14px;
	text-transform: none;
}

/* 5.3. Post meta-data
==================================== */

.content > form input[type="submit"] {
	display: inline-block;
	float: none;
}

#gk-mainbody article > header h1 {
    color: #444;
    font-size: 30px;
    line-height: 37px;
    margin: 0px 0 20px 12px;
    text-align: center;
}

#gk-mainbody article > header {
	margin-bottom: 10px;
}

article header {
	position: relative;
}

article.post,
article.page {
	padding-left: 120px;
}

article.post.no-sidebar,
article.page.no-sidebar {
	padding-left: 0;
}

article.no-title,
article.page-fullwidth {
	padding-left: 0;
}

section#comments {
	margin-left: 120px;
}

article.no-sidebar + section#comments {
	margin-left: 0;
}

article.no-title + section#comments,
article.page-fullwidth + section#comments {
	margin-left: 0;
}

article > footer {
	border-top: 1px solid #e5e5e5;
	padding: 16px 0;
}

article > footer::after,
#respond p.form-submit:after {
    clear: both;
    content: "";
    display: table;
}

article > .content,
article > .summary {
	font-size: 16px;
    line-height: 24px;
}

aside.meta {
	float: left;
	left: -120px;
	position: absolute;
	width: 94px;
}

aside.meta dl {
	position: relative;
}

aside.meta a {
	color: #999;
}

aside.meta a:active,
aside.meta a:focus,
aside.meta a:hover {
	color: #333;
}

aside.meta dt,
aside.meta dd {
	clear: both;
	display: block;
	font-size: 11px;
	line-height: 17px;
	text-align: right;
}

aside.meta dt,
aside.meta dd[class] {
	font-weight: bold;
}

aside.meta dd {
	margin: 0 0 12px 0;
}

aside.meta dt.date {
	display: none;
}

aside.meta time {
	display: block;
	float: right;
	width: 66px;
	height: 66px;
	line-height: 52px;
	padding: 6px;
	text-align: center;
	background: #FFB251;
	font-size: 48px;
	font-weight: 600;
	color: white;
	margin-bottom: 12px;
}

aside.meta time span {
	display: block;
	font-size: 18px;
	line-height: 0;
}

#gk-social-api {
	padding: 0 0 20px 0;
}

#gk-social-api > * {
	display: block;
	float: left!important;
	min-height: 33px;
	margin-right: 5px!important;
}

#gk-social-api > a {
	min-height: inherit!important;
}

/* 5.4. Post additional features
==================================== */

article header h1 sup,
article.sticky header h1 sup,
article header h2 sup,
article.sticky header h2 sup {
	background: #f41;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	padding: 2px 5px;
	position: relative;
	text-transform: uppercase;
	top: -12px;
}

article figure.featured-image img {
	display: block;
	height: auto;
	margin: 15px auto 30px auto;
	max-width: 100%;
}

article figure.featured-image img + figcaption {
	color: #bbb;
	font-size: 12px;
	margin: -30px 0 15px 0;
	padding: 10px 0;
	text-align: center;
}

.alignnone {
	float: none;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.aligncenter {
	display: block;
	float: none;
	margin: 0 auto;
}

div.wp-caption {
	max-width: 100%!important;
}

.wp-caption-text {
	font-size: 11px;
	font-style: italic;
	line-height: 1.5;
	text-align: center;
}

.gallery {
	clear: both;
	padding: 16px 0;
}

.gallery-caption {
	font-size: 10px;
}

/* 5.5. wp-activate.php and wp-signup.php pages
==================================== */

/* wp-activate.php */

#activateform {
	margin: 0 auto;
	max-width: 500px;
}

#activateform #key,
#activateform #submit {
	font-size: inherit!important;
}

/* wp-signup.php */
.mu_register {
	margin: 20px auto!important;
	max-width: 500px;
}

.mu_register input[type="submit"], 
.mu_register #blog_title, 
.mu_register #user_email, 
.mu_register #blogname, 
.mu_register #user_name {
	font-size: inherit!important;	
}

.mu_register label {
	font-size: inherit!important;
}

@media screen and (max-width:1130px) {
#main-menu > li > a {
    color: #fff;
    margin: 0;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

#main-menu > li {
    margin-left: 19px;
}

#main-menu > li#menu-item-40205{
	margin-left: 20px;
}
	}


	/**
 *
 * -------------------------------------------
 * Template CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 5. Wordpress elements styling
 *
 *
------------------------------------ */
 
/* 5.1. Main menu
==================================== */ 
 
#gk-mainmenu-toggle {
	display: none;
} 


 
#gk-mainmenu-collapse {
	overflow: visible!important;
} 
 
#footer-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#footer-menu ul {
	margin: 0!important;
	padding: 0!important;
}

#footer-menu > li {
    margin: 0;
    background: none;
    border: none;
    /* border-left: 1px solid #696969; */
    display: inline-block;
    height: 44px;
    font-family: Arial;
    font-size: 14px;
    line-height: 44px;

    margin-left: 20px;
}

#footer-menu > li:hover{
	    border-bottom: 4px solid #6695B0;
}

@media (max-width: 800px){
    #footer-menu > li {
        height: auto!important;
    }
}

#footer-menu > li.haschild:after {
	content: "\f078";
	font-family: FontAwesome;
	font-size: 10px;
	margin: 0 0 0 1px;
	position: relative;
	top: -2px;
    color: #fff;
}

#footer-menu > li li.haschild {
	position: relative;
}

#footer-menu > li li.haschild:after {
	content: "\f054";
	font-family: FontAwesome;
	font-size: 10px;
	margin: 0;
	position: absolute;
	right: 10px;
	top: 7px;
}

#footer-menu > li > a {
    color: #fff;
    margin: 0;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

#footer-menu > li#menu-item-40205{
	margin-left: 50px;
}

#footer-menu > li > a:hover {
	background: transparent;
	color: #fff;
}

#footer-menu > li.current-menu-item,
#footer-menu > li.current_page_item,
#footer-menu > li:hover {
	color: #fff;
}

#footer-menu > li.active > a,
#footer-menu > li.current-menu-item > a,
#footer-menu > li.current_page_item > a,
#footer-menu > li.current-menu-ancestor > a, 
#footer-menu > li.current-menu-parent > a  {
	background: transparent;
	color: #fff;
}

#footer-menu > li.active,
#footer-menu > li.current-menu-item,
#footer-menu > li.current_page_item,
#footer-menu > li.current-menu-ancestor, 
#footer-menu > li.current-menu-parent{
border-bottom: 4px solid #6695B0;
}

/* Submenu */
#footer-menu .sub-menu {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 6px #939393;
	-moz-box-shadow: 0 0 6px #939393;
	-ms-box-shadow: 0 0 6px #939393;
	-o-box-shadow: 0 0 6px #939393;
	box-shadow: 0 0 6px #939393;
	display: block;
	font-size: 13px;
	left: -9999px;
	margin-top: -3px;
	padding: 0!important;
	position: absolute;
	width: 200px;
	z-index: 10;
}



#footer-menu .sub-menu .sub-menu:before {
	display: none;
}

#footer-menu li:hover .sub-menu {
	left: auto;
}

#footer-menu .sub-menu li {
	border-top: 1px solid #ececec;
	min-height: 22px;
	-webkit-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	-ms-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
}

#footer-menu .sub-menu li:first-child {
	border-top: none;
}

#footer-menu .sub-menu li a {
    color: #000;
    background: #F2F2F2;
    display: block;
    line-height: 20px;
    padding: 8px;
    padding-left: 13px;
    padding-right: 0;
    font-size: 13px;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}


#footer-menu .sub-menu li:hover {
	background: #f5f5f5;
}

#footer-menu .sub-menu li:hover a,
#footer-menu .sub-menu li a:active,
#footer-menu .sub-menu li a:focus,
#footer-menu .sub-menu li a:hover {
background: #e7e7e7;
}

#footer-menu .sub-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px!important;
	margin-left: 180px;
	margin-top: -24px;
}

#footer-menu .sub-menu li:hover .sub-menu {
	left: auto!important;
}

#footer-menu > li.menu-item-has-children:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 10px;
    margin: 0 0 0 1px;
    position: relative;
    top: -2px;
    color: #fff;
}
 


@media screen and (max-width:1130px) {
#footer-menu > li > a {
    color: #fff;
    margin: 0;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

#footer-menu > li {
    margin-left: 19px;
}

#footer-menu > li#menu-item-40205{
	margin-left: 20px;
}
	}