/*
Theme Name: Reckeweg Comics
Theme URI: http://www.reckewegcomics.com/
Author: Alessandro Gobbo
Author URI: http://www.alessandrogobbo.com
Description: Grafica proprietaria sviluppata per il sito reckewegcomics.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reckewegcomics
*/

/* FONTS */
@font-face {
	font-family: 'brandon_grotesque_regularRg';
	src: url('fonts/brandon/brandon_reg-webfont.woff2') format('woff2'),
			 url('fonts/brandon/brandon_reg-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* COLORS */
.background-black {
	background-color: #1c2023;
}
.background-carbon {
	background: url(./images/carbon_fibre.png) repeat;
}
.background-blue {
	background-color: #2296d3;
}
.background-grey {
	background-color: #eee;
}
.background-red {
	background-color: #e30613;
}
.black {
	color: #1c2023;
}
.blue {
	color: #2296d3;
}
.red {
	color: #e30613;
}
.white {
	color: #fff;
}

/* GENERAL */
body {
	color: #7c7c7e;
	font-family: 'brandon_grotesque_regularRg';
	font-size: 16px;
	font-style: normal;
}
h1 {
	color: #1c2023;
	margin-top: 10px;
}
h1 span.small {
	color: #1c2023;
	font-size: 32px;
}
h2 {
	font-weight: 500;
}
.home h2 {
	font-size: 36px;
	margin-top: 10px;
}
h3.newsletter-title {
	font-size: 32px;
}
h4 {
	font-size: 16px;
	padding: 8px 0 6px 6px;
}
a {
	color: #2296d3 !important;
}
hr {
	border-top: 1px solid #1c2023;
	margin-bottom: 5px;
	margin-top: 0;
}
hr.grey {
	border-top: 1px solid #eee;
}
strong {
	color: #1c2023;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}

/* CONTENT */
.home header {
	box-shadow: 0 -6px 18px 6px #2a2a2a;
	position: relative;
}
.navbar {
	margin-bottom: 0;
}
.navbar-toggle {
	border-color: transparent;
	margin: 20px 15px 0;
}
.navbar-toggle .icon-bar {
	background-color: #000;
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
	top: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
	opacity: 1;
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(4) {
	bottom: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.navbar-toggle .icon-bar {
	background-color: black;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
	top: 6px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navbar-toggle .icon-bar:nth-of-type(3) {
	opacity: 0;
}
.navbar-toggle .icon-bar:nth-of-type(4) {
	bottom: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navbar-brand {
	height: initial;
	padding: 5px 15px;
}
.navbar-brand img {
	height: 50px;
	margin: 10px 0;
}
.navbar-nav li>a {
	color: #000 !important;
}
.navbar-nav>li>a {
	text-transform: uppercase;
}
.nav>li.active {
	background-color: #ddd;
}
.nav>li.active a {
	color: #fff;
}
.navbar-nav {
	background-color: #eee;
	margin: 0 -15px;
}
.btn {
	border-radius: 0;
	border-width: 1px;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 30px;
	text-transform: uppercase;
	width: 100%;
}
.btn-default {
	background-color: transparent;
	border-color: #1c2023;
	color: #1c2023 !important;
}
.btn-category {
	background-color: transparent;
	border-color: #1c2023;
	color: #1c2023 !important;
        margin: 10px 0;
}
.btn-success {
	border-color: #39ba4a;
	color: #fff !important;
}
article p {
	color: #707173;
}
form input[type="email"],
form input[type="text"],
form input[type="submit"] {
	height: 44px;
	width: 100%;
}
form input[type="email"],
form input[type="text"],
form textarea.form-control {
	background-color: #e2e2e2;
	border-color: #e2e2e2;
	border-radius: 0;
	color: #87888a;
	text-align: center;
}
form input[type="submit"] {
	border-radius: 0;
	text-align: center;
}
form button[type="submit"] {
	background-color: #1c2023;
	border-color: #fff;
	color: #fff;
}
.pagination>li>a,
.pagination>li>span {
	color: #1c2023 !important;
}
.pagination>li>span.current {
	color: #ddd !important;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-radius: 0 !important;
}
footer a {
	color: #fff !important;
	text-decoration: underline;
}
