/*
Name : Clean - Personal Blog Mobile Template
Author : Ngetemplates
*/
/* --------------------------------
Table of Contents
- Fonts
- General
- Button
- Navbar
- Side Nav
- Slider
- Main post
- About us
- Contact us
- Login
- Register
- Error 404
- Footer   
-------------------------------- */

/* ------------------------------
  Fonts
---------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i|Playfair+Display:400,700,900');

/* ------------------------------
  CSS reset
---------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ------------------------------
  General
---------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	background: #f5f5f5;
	color: #676767;
}

body::-webkit-scrollbar {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
	padding: 0;
	margin: 0;
	color: #333;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

a {
	text-decoration: none;
	color: #333;
}

p {
	line-height: 22px;
	margin: 7px 0;
}

.section {
	padding: 20px 0;
}

.pages {
	margin-top: 45px !important;
}

.pages-head {
	text-align: center;
	color: #414141;
	padding: 0 10px 30px 10px;
	text-transform: uppercase;
}

.bg-second {
	background: #f5f5f5;
}

.title-head {
	text-align: center;
	margin: 0 auto 30px auto;
}

.title-head .line {
	width: 65px;
	height: 2px;
	background: #676767;
	margin: 0 auto;
	text-align: center;
	margin-top: 8px;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search] {
	background-color: transparent;
	border: none;
	border: 1px solid #ddd;
	border-radius: 0;
	outline: none;
	height: 3rem;
	width: 100%;
	font-size: 1rem;
	margin: 0 0 20px 0;
	padding: 0 12px;
	box-shadow: none;
	box-sizing: border-box;
	transition: all 0.3s;
}

textarea.materialize-textarea {
	background-color: transparent;
	border: none;
	border: 1px solid #ddd;
	border-radius: 0;
	outline: none;
	height: auto;
	width: 100%;
	font-size: 1rem;
	margin: 0 0 20px 0;
	padding: 12px;
	box-shadow: none;
	box-sizing: border-box;
	transition: all 0.3s;
}


input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border: 1px solid #bbb;
  box-shadow: none;
}	

::-webkit-input-placeholder { 
  color: #999;
}
::-moz-placeholder { 
  color: #999;
}
:-ms-input-placeholder { 
  color: #999;
}
:-moz-placeholder {
  color: #999;
}

/* ------------------------------
  Button
---------------------------------*/
.button-default {
	border: 1px solid #ddd;
	background: #fff;
	color: #666;
	box-shadow: none;
	border-radius: 1px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	display: block;
}

.button-fullwidth {
	width: 100%;
	text-align: center;
}

.button-default a {
	color: #888;
}

.button-default:hover {
	opacity: 0.9;
	box-shadow: none;
	background: #fff;
}

/* ------------------------------
  Navbar
---------------------------------*/
.navbar-top {
	background: #fdfdfd;
	width: 100%;
	height: 65px;
	padding: 12px 18px;
	border-bottom: 2px solid #eeeeee;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	position: fixed;
	z-index: 99;
}

.site-brand {
	float: left;
}

.site-brand a h1 {
	font-size: 26px;
	font-weight: 900;
	line-height: 40px;
	color: #313131;
	letter-spacing: 1px;
}

/* ------------------------------
  Sidenav
---------------------------------*/
.side-nav a {
	font-size: 14px;
	height: 45px;
}

.side-nav-panel-right {
	float: right;
}

.side-nav-right {
	font-size: 24px;
    color: #555;
    line-height: 40px;
}

.side-nav-panel {
	text-align: left;
}

.side-nav-panel li a {
	color: #555;
	font-weight: 600;
}

.side-nav-panel li {
	font-weight: 700;
	border-bottom: 1px solid #f7f7f7;
}

.side-nav-panel li:last-child {
	border-bottom: 0px solid #fff;
}

.side-nav-panel .li-top {
	padding-top: 20px;
	border-top: 0;
}

.side-nav-panel .li-bottom {
	border-bottom: 0;
}

.side-nav-panel li a:hover {
	background: transparent;
}

.side-nav-panel li a i {
	margin: 0 8px 0 0;
	font-size: 18px;
	color: #333333;
	line-height: 45px;
}

.social-link {
	margin-top: 10px;
	padding-top: 20px;
	text-align: center;
	border-top: 1px solid #eee;
	margin-left: 20px;
	margin-right: 20px;
}

.social-link ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.social-link ul li {
	display: inline-block;
	text-align: center;
	border-bottom: 0;
}

.social-link ul li a i {
	width: 30px;
	height: 30px;
	line-height: 28px;
	margin: 0;
}

.social-link ul li a {
	width: auto;
	height: auto;
	margin: 0 4px;
	padding: 0;
}


/* ------------------------------
  Slider
---------------------------------*/
.slider {
	margin-top: 64px;
	height: 400px !important;
}

.slider .slides li .caption {
	top: 0;
}

.slider-content {
	margin: 100px auto;
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	position: relative;
	flex-shrink: 0;
}

.slider .slides li img {
	background-size: 100% 100%;
}

.slider .slides li::before {
	background-color: rgba(0, 0, 0, 0.6);
	content: "";
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.slider-content h2 {
	font-weight: 900;
	margin-bottom: 15px;
	letter-spacing: 2px;
	color: #fff;
}

.slider-content h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #ffffff;
}

.slider-content .button-default {
	margin-right: auto;
	margin-left: auto;
	margin-top: 55px;
}

.slider .indicators {
	position: relative;
	bottom: 50px;
	z-index: 95;
}

.slider .indicators .indicator-item {
	z-index: 1000;
	height: 10px;
	width: 10px;
	background: #cccccc;
	margin: 0 8px;
}

.slider .indicators .indicator-item.active {
	background: #ffffff;
}

/*main post */
.main-post {
	background: #fff;
	padding: 35px 15px;
	margin: 20px 0;
}

.post-entry img {
	width: 100%;
	height: 100%;
	margin-bottom: 7px;
}

.post-entry ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.post-entry ul li {
	display: inline-block;
	margin: 0 10px;
}

.post-entry .button-default {
	margin-top: 20px;
}

.post-entry .post-title a {
	display: block;
}

.post-entry .post-title ul {
	margin-bottom: 13px;
}

.post-entry .post-title ul li i {
	margin-right: 6px;
}

.post-entry .post-title h3 {
	margin-bottom: 20px;
	text-align: center;
}

.pagination-post ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.pagination-post ul li {
	display: inline-block;
	margin: 0 2px;
	border: 1px solid #ddd;
	padding: 6px 12px;
}

.pagination-post .active {
	border: dashed 1px #ddd;
}

.share-post {
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 25px;
}

.share-post ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.share-post ul li {
	display: inline-block;
	margin: 0 2px;
	border: 1px solid #ddd;
	padding: 6px 12px;
}

.share-post ul li a {
	text-align: center;
	padding: 0;
	margin: 0;
}

.older-newer .row {
	margin-bottom: 0;
	padding-bottom: 0;
}

.older-newer .col .s6 {
	margin: 0;
	padding: 0;
}

.older-newer-entry ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.older-newer-entry ul li {
	display: inline-block;
}

.older-newer-entry ul li a {
	margin: 0 4px;
	font-weight: bold;
	color: #666;
}

.form-comment-title {
	padding-bottom: 20px;
}

/* ------------------------------
  About us
---------------------------------*/
.about-us {
	margin: 20px 0;
	padding: 20px 15px;
	background: #fff;
}

.about-us img {
	width: 100%;
	height: 100%;
	margin-bottom: 8px;
}

/* ------------------------------
  Contact Us
---------------------------------*/
.contact-us {
	background: #fff;
	padding: 20px 15px;
	margin: 20px 0;
}

.contact-us .button-default {
	margin-right: 0;
	margin-left: 0;
	background: #444;
	color: #fff;
	border-color: #444;
}

/* ------------------------------
  Login
---------------------------------*/
.login {
	background: #fff;
	padding: 20px 15px;
	margin: 20px 0;
}

.login .input-field {
	margin-top: 0;
}

.login h6 {
	font-size: 16px;
	color: #555;
}

.login .button-default {
	margin-top: 25px;
	margin-right: 0;
	margin-left: 0;
	background: #444;
	color: #fff;
	border-color: #444;
}

/* ------------------------------
  Register
---------------------------------*/
.register {
	background: #fff;
	padding: 20px 15px;
	margin: 20px 0;
}

.register .input-field {
	margin-top: 0;
}

.register .button-default {
	margin-right: 0;
	margin-left: 0;
	background: #444;
	color: #fff;
	border-color: #444;
}

/* ------------------------------
  Error 404
---------------------------------*/
.error404 {
	text-align: center;
	padding: 20px 15px;
	background: #fff;
	margin: 20px 0;
}

.error404 h4 {
	background: #666;
	color: #fff;
	padding-top: 35px;
	display: inline-block;
	letter-spacing: 2px;
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	border-radius: 50%;
}

.error404 h5 {
	margin: 10px 0;
}

/* ------------------------------
  Footer
---------------------------------*/
.footer {
	background: #111111;
	padding: 40px 0;
}

.about-us-foot {
	text-align: center;
	color: #eee;
}

.about-us-foot h6 {
	color: #ffffff;
	font-weight: 900;
	font-size: 26px;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.social-media {
	text-align: center;
	margin: 32px 0 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid #222222;
}

.social-media a {
	margin: 0 3px;
}

.social-media a i {
	text-align: center;
	color: #ffffff;
	width: 30px;
	margin: auto;
	padding: 6px;
}

.copyright {
	text-align: center;
}

.copyright span {
	color: #eeeeee;
	text-align: center;
}