/*
Theme Name: Gamers Blog
Theme URI: D
Description: Wordpress Theme
Author: D
Author URI: D
Version: 1.0
.
General comments/License Statement if any.
.
*/

/* Global Styles
*************************/
body {
	background-color: #ffffff;
	font-family: 'Lato', sans-serif;
	color: #343E47;
}

.row {
	max-width: 1400px;
}
.row.fullwidth {
	max-width: none;
}

.clear {
	clear: both;
}

.hr {
	height: 2px;
	margin: 20px 0;
	background-color: #e6e6e6;
}
.hr.alt {
	background-color: #A5D3CB;
}

button, .button {
	min-width: 100px;
	border-radius: 0;
	background-color: #A5D3CB;
	font-weight: bold;
}
button:hover, button:focus, .button:hover, .button:focus {
	background-color: #A5D3CB;
}
button.outline, .button.outline {
	border: 2px solid #A5D3CB;
	background-color: #fff;
	color: #A5D3CB;
}
button.outline:hover, button.outline:focus, .button.outline:hover, .button.outline:hover {
	background-color: #fff;
}


/* Typography
*************************/
.h1like {
	margin-bottom: 20px;
	font-size: 0.9rem;
}

.blog-name a {
	padding: 10px 20px 0;
	font-size: 1.6rem;
	color: #fff !important;
}
.blog-desc {
	padding: 0 20px;
	color: #fff;
}

h1, h2, h3 {
	font-weight: normal;
	font-family: 'Lato', sans-serif;
	color: #343E47;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.6rem;
}

a {
	color: #62707c;
	opacity: 1;
}
a:hover, a:focus {
	color: #62707c;
	opacity: 0.8
}

/* Header
*************************/
header {
  margin: 0 auto;
  padding: 10px 0;
	background-color: #B0C6CE;
}
header .navicon {
	font-size: 2.6rem;
	color: #fff;
	cursor: pointer;
}

.main-menu {
	padding: 10px 0;
}
.main-menu ul {
	margin: 0;
}
.main-menu ul li {
	display: inline-block;
	list-style: none;
}
.main-menu ul li:not(:last-child) {
	margin-right: 40px;
}
.main-menu ul li a {
	font-size: 1.1rem;
	color: #fff;
}

.off-canvas {
	padding-top: 60px;
	background-color: #343e47;
}
.off-canvas ul {
	margin: 0;
}
.off-canvas ul li {
	padding: 10px;
  list-style: none;
}
.off-canvas ul li a {
	display: block;
	color: #fff;
}

/* Sidebar
*************************/
.sidebar {
	width: 280px;
	float: right;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.search-form {
	padding: 20px;
	background: #ecf1f7;
}
.sidebar .widget {
	position: relative;
}
.sidebar .widget {
	margin-bottom: 40px;
}
.sidebar .widget  h2 {
	padding: 10px 0;
	font-size: 1.2rem;
}
.sidebar .widget  ul {
	margin-left: 0;
}
.sidebar .widget  ul li {
	/*margin-bottom: 10px;*/
	padding: 10px 0;
	list-style: none;
	border-bottom: dotted 1px #C7D6E4;
}
.sidebar .widget  ul li a {
	font-size: 0.9rem;
	color: #62707c;
}
.sidebar .widget .textwidget, .sidebar .widget .textwidget a {
	font-size: 0.9rem;
}

.search-form .search-bar {
	position: relative;
}
.search-form .search-bar .search-field {
	margin-bottom: 0;
	padding-right: 80px;
}
.search-form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 50px;
	min-width: 0;
	margin: 0;
	background-color: #A5D3CB;
}

/* Content
*************************/
.wrapper {
	position: relative;
	max-width: 1400px;
	margin: 40px auto 0;
	overflow: hidden;
}

.content {
	position: relative;
  overflow: hidden;
}

.slider {
	height: auto;
	margin: 0 0 60px;
}
.slider .container {
	position: relative;
	max-height: 500px;
}
.slider .container:before {
	display: block;
	content: '';
	padding-top: 50%;
}
.slider .container img {
	position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  display: block;
}
.slider .slick-prev, .slider .slick-next {
	position: absolute;
	top: 50%;
	height: auto;
	padding: 10px;
	font-size: 2rem;
	transform: translateY(-50%);
	z-index: 999;
}
.slider .slick-prev:before, .slider .slick-next:before {
	font-family: FontAwesome !important;
}
.slider .slick-prev {
	left: 0;
}
.slider .slick-next {
	right: 0;
}

.bpc_blocks {
	margin-top: 60px;
}
.bpc_blocks .column {
	margin-bottom: 40px;
}

.posts-container article {
	margin-top: 40px;
}
.posts-container article h3 a {
	font-weight: normal;
	color: #343E47;
}
.posts-container article img {
	max-height: 340px;
	margin: 0 auto 30px;
	background-color: #ccc;
}
.posts-container .post-meta, .posts-container .post-meta a {
	font-size: 0.9rem;
 	color: #62707c;
}

.post-content, .page-content {
	padding: 20px;
	background-color: #f9f9f9;
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}
.post-content img {
	margin-bottom: 40px;
}

/* Footer
*************************/
footer {
	margin-top: 40px;
	padding: 20px 0;
	background-color: #938BA1;
	font-size: 0.9rem;
	color: #ffffff;
}

/* Small screen
*************************/
@media screen {
	.sidebar {
		display: none;
	}
}

@media screen and (min-width: 64em) {
	.sidebar {
		display: block;
	}
	.content {
		margin-right: 281px;
	  padding-right: 40px;
	}
}