/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
#gk-logo {
	height: 223px;
	width: 223px;
	margin-top: 10px;
}

#gk-header-mod .btn-big, input[type="submit"], .entry-content .btn-big {
	border-bottom: 4px solid #7ac8cb;
}

#gk-header-mod .btn-big:active, #gk-header-mod .btn-big:focus, #gk-header-mod .btn-big:hover, input[type="submit"]:hover {
	border-bottom-color: #b24e47;
}

input[type="submit"]:hover {
	border-color: #b24e47;
}

#gk-logo-css, #gk-logo-css:before, #gk-logo-css:after, #gk-logo-css-big, #gk-logo-css-big:before, #gk-logo-css-big:after, #gk-header-mod .btn-big:active, #gk-header-mod .btn-big:focus, #gk-header-mod .btn-big:hover, .format-status .entry-content .page-links a, .format-gallery .entry-content .page-links a, .format-chat .entry-content .page-links a, .format-quote .entry-content .page-links a, .page-links a, .hentry .mejs-controls .mejs-time-rail .mejs-time-current, .widget.color2, input[type="submit"]:hover {
	background: #b24e47;
}

#gk-header-mod .btn-big, input[type="submit"] {
	background: #7ac8cb;
}

.gk-venue a {
	color: white;
	text-decoration: underline;
}

#gk-logo.gk-small-logo, #gk-logo-css.gk-small-logo, #gk-logo-css-big.gk-small-logo {
	margin-top: -53px;
}

#gk-header-nav.active {
	background: #546487;
}

.nav-menu > li > a, .nav-menu > ul > li > a {
	color: white;
}

.nav-menu .current-menu-item a, .nav-menu li a:hover, #gk-footer a:hover, .inverse:hover, 
a, .inverse:active, .inverse:focus, .inverse:hover, .entry-title.sticky:after, .comment-metadata > strong.fn, .comment-awaiting-moderation, .comment-reply-title small a:hover, .gk-speakers figcaption a:active, .gk-speakers figcaption a:focus, .gk-speakers figcaption a:hover, .gk-faq dt:before, .gk-tweet-name a:active, .gk-tweet-name a:focus, .gk-tweet-name a:hover, .gk-tweet-date:before, .gk-tweet-date:active, .gk-tweet-date:focus, .gk-tweet-date:hover, .entry-content ul li:before, .entry-summary ul li:before, .nav-menu .sub-menu li a:hover, .nav-menu .children li a:hover {
	color: #7ac8cb;
}

h3 {
	color: #b24e47;
}

#gk-header-mod small {
	font-weight: 300;
	letter-spacing: .1em;
	padding-bottom: 25px;
}

#gk-header-mod h1 {
	letter-spacing: .05em;
}

#gk-header-mod h2 {
	font-weight: 300;
}

#gk-header-mod > div > div {
	padding: 75px 0 40px;
}

#gk-header-mod p.gk-desc {
	letter-spacing: .01em;
	line-height: 1.5;
}

#gk-header-mod .btn-big {
	letter-spacing: .1em;
}

.archive-page .entry-header {
	margin: 0 auto !important;
}

.entry-header {
	text-align: left;
}

body {
	letter-spacing: .01em;
	line-height: 1.7;
}

#gk-header-mod .btn-big {
	margin-bottom: 70px;
}

.widget .widget-title {
	color: #b3b3b3;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	border-bottom: 1px solid #b3b3b3;
	margin-bottom: 10px;
}

.gk-sponsors small {
	margin: 80px 0 0;
}

.entry-header2 {
	text-align: center;
}

.entry-header3 {
	width: 60%;
	margin: 0 auto !important;
}

.post-meta time {
	font-weight: 300;
}

.entry-content .btn-big {
	background: #7ac8cb;
	border-radius: 7px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 70px;
	line-height: 70px;
	margin: 0 auto 90px;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 250px;
}

/* CSS for the mobile devices */
@media (max-width: 640px) {
	.entry-title {
		margin-top: 45px;
	}
}

@media (max-width: 840px) {
	.entry-title {
		margin-top: 45px;
	}
}