/*
Theme Name: Safari 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: #f0f0f0;
	font-family: 'Roboto', sans-serif;
	color: #212121;
}

.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: #F06543;
}

button, .button {
	min-width: 100px;
	background-color: #F06543;
	font-weight: bold;
}
button:hover, button:focus, .button:hover, .button:focus {
	background-color: #F06543;
}

/* Typography
*************************/
.h1like {
	margin-bottom: 20px;
	font-size: 0.9rem;
}

.blog-name a {
	padding: 10px 20px 0;
	font-size: 2rem;
	color: #212121 !important;
}
.blog-desc {
	padding: 0 20px;
	color: #212121;
}

h1, h2, h3 {
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	color: #212121;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.6rem;
}

a {
	color: #F06543;
	opacity: 1;
}
a:hover, a:focus {
	color: #F06543;
	opacity: 0.8
}

/* Header
*************************/
header {
  margin: 0 auto;
  padding: 20px 0 0;
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
}

.main-menu {
	margin-top: 20px;
	padding: 10px 0;
	border-top: 1px solid #e6e6e6;
	background-color: #fcfcfc;
}
.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-weight: bold;
	font-size: 1rem;
	color: #212121;
}

.navicon {
	margin: 15px 0 0;
	font-size: 2.4rem;
	cursor: pointer;
}

.off-canvas {
	padding: 20px 40px;
}
.off-canvas ul {
	margin-left: 0;
}
.off-canvas ul li {
	display: block;
	outline-style: none;
}
.off-canvas > ul > li {
	margin-top: 20px;
}
.off-canvas > ul > li > a{
	font-weight: bold;
}

/* Sidebar
*************************/
.sidebar {
	width: 280px;
	float: right;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.search-form {
	margin-bottom: 40px;
	padding: 10px 15px;
	background-color: #ffffff;
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}
.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;
}

.sidebar .widget {
	position: relative;
}
.sidebar .widget:not(:first-child) {
	margin-bottom: 40px;
	padding: 60px 20px 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);
}
.sidebar .widget  h2 {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #ffffff;
	font-size: 1rem;
	text-align: center;
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}
.sidebar .widget  ul {
	margin-left: 0;
}
.sidebar .widget  ul li {
	list-style: none;
}
.sidebar .widget  ul li a {
	font-size: 0.9rem;
}
.sidebar .widget .textwidget, .sidebar .widget .textwidget a {
	font-size: 0.9rem;
}

/* 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;
}

.intro-text {
	margin-bottom: 40px;
}

.text-blocks {
	margin: 40px 0 0 !important;
  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);
}
.text-blocks .column:not(:last-child) {
	margin-bottom: 40px;
}

.posts-container article {
	margin-top: 40px;
	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);
}
.posts-container article .date {
	margin-bottom: 2px;
	font-size: 0.9rem;
}
.posts-container article h3 a {
	color: #212121;
}
.posts-container article img {
	max-height: 400px;
}
.posts-container article .button {
	margin-top: 20px;
}

.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;
	border-top: 2px solid #dde1e2;
	background-color: #24252a;
	font-size: 0.9rem;
	color: #9fa3a6;
}

/* Small screen
*************************/
@media screen {
	.sidebar {
		display: none;
	}
}

@media screen and (min-width: 64em) {
	.sidebar {
		display: block;
	}
	.content {
		margin-right: 281px;
	  padding-right: 20px;
	}
}