/*------------------------------------------------------------------/*
Theme Name: ShineBlog
Theme URI: http://zthemes.net/shineblog
Description: A Responsive WordPress Blog Theme
Author URI: http://zthemes.net/
Author: ZThemes
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.0
Text Domain: shineblog

*/
/*--------------------------------------------------------------------------------

[Table of contents]

1. BASE CSS
2. WORDPRESS CORE
3. HEADER STYLE
4. MENU STYLE
5. FEATURED SLIDER
6. POST STYLE
7. WIDGET
8. SINGLE POST
9. COMMENTS
10. AUTHOR BOX
11. PAGE
12. ARCHIVE BOX
13. FOOTER
14. BLOG LAYOUT
15. RESPONSIVE

-----------------------------------------------------------------------------------*/

/**
 * @license
 * MyFonts Webfont Build ID 3332624, 2017-01-17T12:24:20-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: DidotLTPro-Headline by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/didot/pro-headline-roman/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 2008 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be reproduced, 
 * Licensed pageviews: 250,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3332624
 * 
 * © 2017 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/32da10");

@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');

@font-face {font-family: 'DidotLTPro-Headline';src: url('webfonts/32DA10_0_0.eot');src: url('webfonts/32DA10_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/32DA10_0_0.woff2') format('woff2'),url('webfonts/32DA10_0_0.woff') format('woff'),url('webfonts/32DA10_0_0.ttf') format('truetype');}

/*-----------------------------------------------------------------------------------*/
/*  1. BASE CSS
/*-----------------------------------------------------------------------------------*/
body {
    background-color: #f9f9f9;
    color: #181818;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.75px;
}
h1, h2, h3, h4, h5, h6 {
    /* font-family: "Montserrat", sans-serif; */
		font-family: DidotLTPro-Headline;
		font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 15px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
p {
    margin: 0 0 20px 0;
}
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
a {
    /*color: #424243;*/
		color: #bfaca5;
    text-decoration: none;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    outline: none;
}
a:hover, a:focus {
    color: #000;
    outline: none;
    text-decoration: none;
}
a:active {
    outline: none;
}
body a img:hover {
    opacity: 0.9;
}
iframe, select {
    max-width: 100%;
}
input:focus{
    outline: none
}
input, textarea {
    max-width: 100%;
}
.widget ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.widget ul ul{
    padding-left: 15px;
}
.searchform input {
    border: none;
    line-height: 35px;
    padding: 0 5px;
    font-size: 11px;
    letter-spacing: 1.25px;
    margin-right: 12px;
}
.widget .searchform input {
  width: 100%;
  border: 1px solid #f1f1f1;
  padding: 3px 15px;
}
.top-bar-search .searchform{display: inline;}
.widget select { width: 100%; }
/*-------------------------------------------------------*/
/*                    2. WORDPRESS CORE
/*-------------------------------------------------------*/
.sticky {}
.screen-reader-text {}
.gallery-caption {}
.bypostauthor{}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    max-width: 100%;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: inherit;
  font-style:italic;
  color:inherit;
  line-height: 17px;
  margin: 8px 0 0;
}
table, th, td{
  border: 1px solid rgba(0,0,0,0.08);
}
th, td {
  padding: 0.4em;
  text-align: center;
}
table {
  border-collapse: separate;
  border-spacing: 0;
 border: none;
  margin: 0 0 1.6em;
  table-layout: auto;
  width: 100%;
}
th {
  border-width: 0 1px 1px 1px;
}
td {
  border-width: 0 1px 1px 1px;
}
th {
  border-width: 0 1px 1px 0px;
}
td {
  border-width: 0 1px 1px 0px;
}
tbody tr th{
    font-weight: 400;
}
tbody tr:first-child th{
  border-top-width: 1px;
}
tr td:first-child, tr th:first-child{
  border-left-width: 1px;
}
table tbody tr:first-child td,
table thead tr:first-child th,
table tbody tr:first-child td,
table thead tr:first-child th{
  border-top-width: 1px;
}
table thead + tbody tr:first-child td,
table thead + tbody tr:first-child td,
table tfoot + tbody tr:first-child td{
  border-top-width: 0;
}
blockquote {
  padding: 35px;
  font-size: 24px;
  font-family: DidotLTPro-Headline;
font-style: normal;
font-weight: normal;
  border: 1px solid #ededed;
  color: #676767;
}
label{font-weight: 500;}
dt, dd {
  line-height: inherit;
}
.post-content input{
  border: 1px solid #f1f1f1;
  padding: 3px 15px;
}
.post-content input[type="submit"]{
  background-color: #000000;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
    border: none;
}
/*-------------------------------------------------------*/
/*                    3. HEADER STYLE
/*-------------------------------------------------------*/
#site-name {
  padding-bottom: 60px;
  padding-top: 50px;
  text-align: center;
}
#site-name a {
  font-family: DidotLTPro-Headline;
font-style: normal;
font-weight: normal;;
  font-size: 80px;
  letter-spacing: 3px;
}
.site-description{
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: lighter;
  letter-spacing: 2.5px;
  color: #bdbdbd;
  padding-top: 5px;
  font-style: italic;
}
/*-------------------------------------------------------*/
/*                    4. MENU STYLE
/*-------------------------------------------------------*/
#nav-wrapper {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  margin-bottom: 0;
  position: relative;
}
.single #nav-wrapper, .page #nav-wrapper,.archive #nav-wrapper, .search #nav-wrapper{
  margin-bottom: 75px;
}
.togole-mainmenu {
  display: none;
}
#menu-topbar-menu {
  padding: 0;
  text-align: center;
}
#nav-wrapper ul {
  list-style: outside none none;
  margin: 0;
}
#nav-wrapper .ztmenu > li {
  display: inline-block;  
  margin-right: 40px;
}
#nav-wrapper .ztmenu a {
  color: #333333;
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.75px;
  line-height: 50px;
  text-transform: uppercase;
}
#nav-wrapper .ztmenu .current-menu-item > a,
#nav-wrapper .ztmenu a:hover {
    color: #8F8F8F;
}
#nav-wrapper .menu-item-has-children {
  position: relative;
  z-index: 20;
}
#nav-wrapper .sub-menu {
  background: #fff;
  left: 0;
  margin: 0;
  min-width: 230px;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  border: 1px solid #eee;
}
#nav-wrapper .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}
#nav-wrapper .sub-menu li {
    display: block;
}
#nav-wrapper .ztmenu .sub-menu a {
  border-top: 1px solid #eee;
  display: block;
  font-size: 11px;
  line-height: 40px;
  padding: 0 15px;
  transition: none 0s ease 0s ;
  width: 100%;
  position: relative;
}
#nav-wrapper .ztmenu .sub-menu a .caret {
    border-style: solid;
    border-width: 4px;
    border-color: transparent transparent transparent #666;
    display: inline-block;
    height: 0;
    right: 15px;
    vertical-align: middle;
    width: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#nav-wrapper .sub-menu a:hover {
  background: #f9f9f9;
  color: #000;
}
/* --- TOPBAR MENU --- */
.topbar {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  padding: 8px 0;
}
.social.pull-left {
  margin-top: 5px;
}
.topbar-menu {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.topbar-menu > li {
  display: inline;
  margin-right: 20px;
}

.topbar-menu li a {
    color: #333;
}

.topbar .social a {
    margin: 0 0 0 10px;
}
/*-------------------------------------------------------*/
/*                    5. FEATURED SLIDER
/*-------------------------------------------------------*/
.space_feat {
    width: 100%;
    height: 65px;
}
.space_feat2 {
    width: 100%;
    height: 35px;
}
.featured-area {
  margin-bottom: 50px;
  overflow: hidden;
  margin-top: -1px;
}
.slider .slide-item {
  background-size: cover;
  min-height: 500px;
  position: relative;
  display: table;
  width: 100%;
}
.owl-item .slide-item{
  height: 650px;
}
.feat-cats a, .feat-date{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
}
.feat-cats a, .feat-title a, .feat-date, .feat-cats{
  color: #fff;
}
.feat-cats a:hover, .feat-title a:hover, .feat-date:hover{
  color: #fff !important;
}
.feat-title a{
  font-size: 48px;
  /* font-family: 'Cookie', cursive; */
	font-family: DidotLTPro-Headline;
	font-weight: normal;
	font-style: normal;
  letter-spacing: 1.75px;
}
.slider .feat-over {
  display: table-cell;
  vertical-align: bottom;
  height: 100%;
  text-align: center;
  background-color: rgba(0,0,0,.35);
	padding-bottom: 110px;
}
.slider .feat-item-text {
  width: 80%;
	max-width: 700px;
  margin: 0 auto;
	background-color: rgba(255,255,255,0.5);
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 60px;
	padding-right: 60px;
}
.slider .feat-item-text .feat-title a,
.slider .feat-item-text .feat-cats a,
.slider .feat-item-text .feat-date {
	color: #333233;
}
.slider .feat-item-text .feat-date {
	border: 1px solid;
	padding: 10px 20px;
}
.slide-item .post-excerpt {
  color: #252525;
  line-height: 30px;
  margin-top: 15px;
  text-align: justify;
}
.slider .owl-controls .owl-dots {
  bottom: 80px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.slider .owl-controls .owl-dot {
    width: 12px;
    height: 12px;
    border: 2px solid #FFF;
    border-radius: 100%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s ease-in-out;
}
.slider .owl-controls .owl-dot.active {
    background-color: #fff;
}
.slide-item .post-title a {
  color: #333333;
  font-size: 20px;
  text-transform: uppercase;
}
.slider .owl-nav > div{
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: rgba(0,0,0,0.3);
  color: #ffffff;
  margin: 0 2px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slider .owl-nav > div.owl-prev{
  right: 75px;
}
.slider .owl-nav > div.owl-next{
  right: 30px;
}
.slider .owl-nav > div:hover{
  background-color: #fff;
}
.slide-content {
  border-radius: 2px;
  bottom: 30px;
  left: 30px;
  position: absolute;
}
.slide-content .post-cats {
    margin: 0;
}
.slide-content .post-cats > a {
    color: #fff;
}
.slide-content .post-title {
    position: relative;
    margin: 0;
}
.slide-content .post-title > a {
    color: #fff;
}
.slide-content .post-meta .post-date time {
    border: 1px solid #fff;
    color: #fff;
    font-size: 11px;
    padding: 3px 7px;
    text-transform: uppercase;
}
.slide-content .post-meta .socials li a{
    color: #fff;
}
/*-------------------------------------------------------*/
/*                    6. POST STYLE
/*-------------------------------------------------------*/
.post, .widget {
    box-shadow: 0 5px 3px -5px rgba(190, 190, 190, 0.3);
    background: #fff;
}
.post {
  border: 1px solid #eaeaea;
  margin-bottom: 35px;
}
.post .post-content {
    padding: 30px;
}
.post .post-cats {
    text-align: center;
    margin: 0;
}
.post-cats > a {
  color: #424243;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
.post .post-title {
  margin-top: 5px;
  position: relative;
  text-align: center;
  /* font-family: 'Cookie', cursive; */
	font-family: DidotLTPro-Headline;
	font-weight: normal;
	font-style: normal;
  font-size: 42px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.home .post .post-title {
  margin-bottom: 5px;
}
.post .post-time{
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.single-post-content .post-title{
  margin-bottom: 10px;
  margin-top: 10px;
  /* font-family: 'Cookie', cursive; */
	font-family: DidotLTPro-Headline;
	font-weight: normal;
	font-style: normal;
  font-size: 40px;
  letter-spacing: 1.75px;
}
.post .post-title > a, .slide-content .post-title > a {
    color: #333;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 2px;
    text-decoration: none;
}
.slide-content .post-title > a {
    color: #fff;
}
.post a:hover, .post-meta a{
    color: #000;
}
.post .post-meta {
    text-align: center;
}
.post-shared a {
  margin: 0 10px;
}
.post .post-meta .post-date,
.post .post-meta .socials,
.slide-content .post-meta .post-date,
.slide-content .post-meta .socials {
    display: inline-block;
    margin: 0;
}
.post .post-meta .post-date {
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}
.post .post-meta .post-date time {
  color: #888888;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 3px 7px;
  text-transform: capitalize;
}
.post .post-meta .socials, .slide-content .post-meta .socials {
    list-style: outside none none;
    margin: 0 0 0 15px;
    padding: 0;
}
.post .post-meta .socials li, .slide-content .post-meta .socials li {
    display: inline-block;
    margin-right: 15px;
}
.post .post-meta .socials li a, .slide-content .post-meta .socials li a {
  color: #888888;
  font-size: 13px;
  text-decoration: none;
}
.post .post-meta .socials li a:hover{
    color: #000;
}
.post .post-except {
  color: #252525;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin: 30px 0;
  text-align: justify;
}
.post .link-more {
    border: 1px solid #DFCCC5;
    color: #333;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 30px;
    padding: 5px 25px;
    position: relative;
    text-transform: uppercase;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
}
.post .link-more:hover{
    color: #fff !important;
    background-color: #333;
    border-color: #333;
}
.post .readmore {
    text-align: center;
    margin-bottom: 10px;
}
.page-links {
    margin-top: 15px;
}
.page-links-title {
  font-weight: 600;
  border: none !important;
}
.page-links .screen-reader-text{
  display: none;
}
.page-links a, .page-links > span{
    padding: 3px 8px;
    border: 1px solid #ededed;
    margin-left: 5px;
    font-size: 12px;
    color: #000;
}
.page-links a{
  background-color: #444444;
  color: #fff;
  border-color: #444;
}
.page-links a:hover{
  opacity: 0.8;
  color: #fff;
}
/*-------------------------------------------------------*/
/*                    7. WIDGET
/*-------------------------------------------------------*/
.widget {
  background: #ffffff none repeat scroll 0 0;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 10px;
}
.widget:last-child {
    margin-bottom: 0;
}
.widget-title {
    color: #333;
    font-size: 13px;
    letter-spacing: 1.75px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    padding: 6px 5px 0 5px;
    text-align: center;
    background-color: #f1f1f1;
}
#footer .widget-title {
  background: transparent;
}
.widget > ul {
    padding: 0;
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
}
ul.latest-post{
  margin:0 5px;
}
.widget a:hover {
    color: #000;
}
/*----- WIDGET ABOUT ME -----*/
.about-img {
    margin-bottom: 20px;
}
.about-title {
  color: #333333;
  font-size: 11px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
	margin-bottom: 0;
}
.widget_about_me .widget-title {
	margin-bottom: 0;
}
.widget_about_me p {
  margin: 0;
  text-align: center;
}
/*----- WIDGET SOCIALS -----*/
.social-widget {
    text-align: center;
}
.social-widget > a {
	border-radius: 40px;
	color: #333;
	display: inline-block;
	font-size: 26px;
	height: 40px;
	line-height: 40px;
	margin: 0 5px 10px;
	text-align: center;
	width: 40px;
}
.social-widget > a:last-child {
    margin-right: 0;
}
/*----- WIDGET LATEST POSTS -----*/
.latest-post li, .widget_categories ul li {
  border-bottom: 1px dashed #ebebeb;
  display: inline-block;
  line-height: 45px;
  width: 100%;
}
.latest-post li:last-child, .widget_categories li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.latest-post li .post-image {
  float: left;
  margin-right: 10px;
}
.latest-post li .post-image img{
  width: 100%;
}
.latest-post li .post-item-text{
  overflow: hidden;
}
.latest-post .post-item-text h4 {
  line-height: 15px;
  margin-bottom: 0;
}
.latest-post .post-item-text h4 a {
  color: #333333;
  font-size: 13px;
}
.latest-post .post-item-text h4 a:hover{
  color: #000;
}
.latest-post .post-item-text .post-meta, .post-meta a {
  color: #aaaaaa;
  font-family: Montserrat;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  padding: 0;
}
.latest-post .post-item-text .post-meta {
  margin: 0;
  padding: 0;
}
.latest-post li {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
/*----- WIDGET CATEGORIES -----*/
.widget_categories li {
  color: #999999;
  text-align: right;
}
.latest-post li, .widget_categories ul li, .widget_recent_comments li, .widget_meta li{
  border-bottom: 1px dashed #ebebeb;
  display: inline-block;
  line-height: 45px;
  width: 100%;
}
.widget li:last-child {
    border-bottom: none;
}
.widget_categories ul li a {
  color: #333333;
  float: left;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.widget_categories ul li a:hover{
    color: #8F8F8F;
}
/*--- TAGCLOUD ---*/
.tagcloud {
    text-align: center;
}
.tagcloud a, .shineblog-post-tags a {
  color: #676767;
  display: inline-block;
  font-family: Montserrat;
  font-size: 10px !important;
  margin: 0 2px 5px;
  padding: 0 12px;
  text-align: center;
  text-transform: uppercase;
  background-color: #efefef;
}
.shineblog-blog-standard .shineblog-post-tags {
  margin: 10px 0 0;
  text-align: center;
}

.shineblog-blog-standard .shineblog-post-tags > a {
  border: medium none;
  color: #999999;
  font-style: italic;
  margin: 0;
  padding: 0;
  text-transform: none;
}
/*--- NAV MENU ---*/
.widget_nav_menu a, .widget_pages a {
  border-bottom: 1px dashed #eeeeee;
  color: #333333;
  display: block;
  font-family: Montserrat;
  font-size: 11px;
  line-height: 40px;
  text-transform: uppercase;
}
/*--- ABOUT WIDGET ---*/
.widget_about_me .about-widget {
  text-align: center;
}
.widget_mc4wp_widget input[type="email"] {
    line-height: 35px;
    padding: 0 5px;
    border: 1px solid #eee;
}
/*--- Mailchimp widget ---*/
.mc4wp-form label {
  color: #252525;
  font-weight: 400;
  margin-bottom: 17px;
  text-align: center;
  width: 100%;
}
.mc4wp-form-fields input{
  width: 98%;
  margin: 0 auto;
  padding: 5px 10px;
}
.widget_mc4wp_form_widget input[type="submit"] {
  background-color: #000000;
  border: none;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 37px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.widget_mc4wp_form_widget input[type="submit"]:hover{
    background-color: #000;
}
.widget_mc4wp_form_widget .mc-submit {
    margin: 0;
}
#sidebar .instagram-pics {
    padding: 0;
    margin: 0 -6px;
    list-style: none;
}
#sidebar .instagram-pics li {
  display: inline-block;
  margin: 0 0 6px;
  padding: 0 3px;
  width: 33.3333%;
}
#sidebar .textwidget {
	text-align: center;
}
/*-------------------------------------------------------*/
/*                    8. SINGLE POST
/*-------------------------------------------------------*/
.shineblog-post-tags {
    margin-bottom: 50px;
    margin-top: 30px;
}

.single-post-footer .post-time.pull-left {
  padding-right: 0;
}
.post-footer.single-post-footer {
  margin-bottom: 50px;
  padding: 15px;
  text-align: center;
  height: 30px;
  display: block;
}
.single-post-footer .post-time.pull-left {
  border: medium none;
}
.single-post-footer .social-share a {
  border-radius: 30px;
  color: #424243;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  width: 30px;
}
.post-footer > div {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.single-post-footer .social-share a:hover, .social-widget > a:hover {
    background-color: #000;
    color: #fff;
    border-color: transparent;
}
.post-footer.single-post-footer::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
/*--- Pagination ---*/
.shineblog-pagination {
  clear: both;
  margin-bottom: 50px;
  overflow: hidden;
}
.shineblog-pagination a {
    color: #111111;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
    border: 1px solid #e2e2e2;
    padding: 7px 15px;
    text-transform: uppercase;
}
.shineblog-pagination a:hover{
  color: #000 !important;
  border-color: #ccc;
}
.shineblog-pagination.single-post-pagi a {
  color: #111111;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.5px;
  position: relative;
  text-transform: uppercase;
  border: none;
}
.shineblog-pagination .page-numbers {
  padding: 0 15px;
}
.shineblog-pagination .older {
  text-align: right;
  padding-right: 25px;
}
.shineblog-pagination .newer {
  text-align: left;
  padding-left: 25px;
}
.shineblog-pagination a:hover {
    color: #999999;
}
.shineblog-pagination.single-post-pagi .older a:after, .shineblog-pagination.single-post-pagi .newer a:before {
    font-family: "FontAwesome";
    top: 50%;
    transform: translatey(-50%);    
}
.shineblog-pagination.single-post-pagi .older a:after {
    content: "\f178";
    padding-left: 5px;
}
.shineblog-pagination.single-post-pagi .newer a:before {
    content: "\f177";
    padding-right: 5px;
}

.post-content .shineblog-pagination .older {
  text-align: left;
  padding: 0;
}
.post-content .shineblog-pagination .older a:after{
  content: '';
}
.post-content .shineblog-pagination.single-post-pagi .older a:before{
    content: "\f177";
    padding-right: 5px;
    font-family: "FontAwesome";
    top: 50%;
    transform: translatey(-50%);
}
.post-content .shineblog-pagination .newer{
  text-align: right;
  padding: 0;
}
.post-content .shineblog-pagination .newer a:before{
  content: '';
}
.post-content .shineblog-pagination.single-post-pagi .newer a:after{
  content: "\f178";
  padding-left: 5px;
  font-family: "FontAwesome";
  top: 50%;
  transform: translatey(-50%);
}
.post-content .shineblog-pagination a{
  color: #717171;
}
.post-content .shineblog-pagination a:hover{
  color: #424243;
}

.single-post-pagi{
  border-top: 1px dashed #e2e2e2;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
}
.comments-title, .comment-reply-title, .widget-title{
  /* font-family: 'Cookie', cursive; */
	font-family: DidotLTPro-Headline;
	font-weight: normal;
	font-style: normal;
  font-size: 24px;
  letter-spacing: 1px;
}
/*-------------------------------------------------------*/
/*                    9. COMMENTS
/*-------------------------------------------------------*/
#comments .comment-list{
    margin-bottom: 50px;
    padding: 0;
}
#comments ol.comment-list, #comments .comment > ol.children{list-style: none;}
.comment-list .comment-body {
    border-bottom: 1px dashed #e9e9e9;
    margin-bottom: 30px;
    padding: 25px 25px 25px 0;
}
.comment-body .comment-author{
    float: left;
    margin-right: 22px;
}
.comment-body .comment-author img{max-width: 70px}
.comment-body .comment-content{overflow: hidden;}
.comment-body .comment-content .author-name {
  color: #333333;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-right: 20px;
  text-transform: uppercase;
}
.comment-body .comment-content .author-name a{
  color: inherit;
}
.comment-body .date-comment{
    font-size: 12px;
    color: #999999;
}
.comment-body .date-comment a{
    color: inherit;
}
.comment-body .comment-content .reply{
    float: right;
}
.comment-body .comment-content .reply a {
  background: #eeeeee none repeat scroll 0 0;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  color: #111111;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.75px;
  margin-left: 10px;
  padding: 5px 10px;
}
.comment-body .comment-content .reply a:hover{
    text-decoration: none;
}
.comment-body .comment-content .comment-text{
    letter-spacing: 0.75px;
    margin-top: 10px;
}
.comment-body .comment-content .comment-text p{
    margin-bottom: 10px;
    color: #666;
}
#commentform .input-form, #commentform .textarea-form {
  border: 1px solid #eeeeee;
  line-height: 35px;
  margin-bottom: 30px;
  padding: 0 5px;
  width: 100%;
}
textarea#message {
  min-height: 150px;
}
#cancel-comment-reply-link {
  font-size: 18px;
  margin-left: 15px;
}
.wpcf7-form .wpcf7-form-control {
  border: 1px solid #eeeeee;
  color: #666666;
  line-height: 35px;
  /* min-width: 50%; */
	min-width: 75%;
  padding: 0 5px;
}
.wpcf7-form label {
	width: 75%;
}
.wpcf7-form-control.wpcf7-submit {
	width: auto;
	min-width: inherit;
	padding-left: 30px !important;
	padding-right: 30px !important;
}
#respond #comment_submit:hover {
  background:#333;
  color:#FFF;
  border: 1px solid #333;
}
#respond #comment_submit {
  font-family:"Lato";
  text-transform:uppercase;
  letter-spacing:2px;
  border-radius:0;
  font-size:11px;
  color:#666;
  padding: 5px 25px 5px;
  margin-top:6px;
  display:inline-block;
  border:none;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
  cursor:pointer;
  width:auto;
  background-color: transparent;
  border: 1px solid #D8D8D8;
}

/*-------------------------------------------------------*/
/*                    10. AUTHOR BOX
/*-------------------------------------------------------*/
.shineblog-post-author {
  margin-bottom: 50px;
  padding: 20px;
  border: 1px dashed #e2e2e2;
}
.shineblog-post-author .author-content {
  text-align: left;
}
.shineblog-post-author .author-content .author-title > a {
  color: #111111;
}
.shineblog-post-author .author-content .author-social {
  color: #888888;
  margin-right: 10px;
}
.author-content > p {
  margin-bottom: 10px;
}
/* --- Posts related --- */
.post-related, #comments, #respond {
    margin-bottom: 50px;
    text-align: left;
}
.post-related .post-title {
  margin: 10px 0 0;
  text-align: center;
}
.post-related time {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.post-related .like-post {
  text-align: center;
}

/*-------------------------------------------------------*/
/*                    11. PAGE
/*-------------------------------------------------------*/
.shineblog-page .post-title.page-title {
  font-size: 20px;
  margin: 25px 0;
}
.shineblog-page {
  background: #ffffff none repeat scroll 0 0;
  overflow: hidden;
}
.shineblog-page-thumbnail {
  margin-bottom: 20px;
}
.page-content.error-page{
  text-align: center;
  padding:30px 0;
  min-height: 250px;
}
/*-------------------------------------------------------*/
/*                    12. ARCHIVE BOX
/*-------------------------------------------------------*/
.archive-box {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  line-height: 50px;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}
.archive-box > span {
  color: #9e9e9e;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.25px;
}
.archive-box > span {
	display: none;
}
.archive-box > h3 {
  font-family: DidotLTPro-Headline;
font-style: normal;
font-weight: normal;
margin-top: 20px;
  font-size: 42px;
  letter-spacing: 2.75px;
}
.archive-box > h1, .shineblog-page .page-title {
  color: #111111;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 0 5px;
  text-transform: uppercase;
}
.error-page .searchform input{
    padding: 5px 15px;
    width: 100%;
    max-width: 320px;
    font-style: normal;
    font-size: 12px;
    color: #333;
    border: 2px solid rgba(0, 0, 0, 0.07);
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

/*-------------------------------------------------------*/
/*                    13. FOOTER
/*-------------------------------------------------------*/
#footer {
  color: #ffffff;
  margin-top: 60px;
  overflow: hidden;
  text-align: center;
}
#footer .instagram-footer {
  float: left;
  margin-top: -1px;
  position: relative;
  width: 100%;
  z-index: 5;
}
#footer .null-instagram-feed {
    margin: 0;
    padding: 0;
}
.instagram-footer .instagram-pics {
    margin: 0;
    padding: 0;
}
.instagram-footer .instagram-pics li {
  width: 12.5%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.copyright > p {
  margin: 0;
}

.copyright {
    color: #888888;
    float: left;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 1.75px;
    padding: 45px 0;
    width: 100%;
}

#splink {
    color: #DFCCC5;
    float: left;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: normal;
	font-style: italic;
    letter-spacing: 1.75px;
    padding: 0;
    width: 100%;
}

/*-------------------------------------------------------*/
/*                    14. BLOG LAYOUT
/*-------------------------------------------------------*/
.shineblog-blog-grid {
  margin: 0 -15px;
  overflow: hidden;
}

.shineblog-blog-grid .post {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  float: left;
  padding: 0 10px;
}
.shineblog-blog-grid .post .post-wrapper {
  background: #fff none repeat scroll 0 0;
  position: relative;
}
.shineblog-blog-grid .post .post-content {
  padding: 35px 28px 28px;
  position: absolute;
  z-index: 99;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.75)),color-stop(100%,rgba(0,0,0,.75)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 3%,rgba(0,0,0,.75) 100%);
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 3%,rgba(0,0,0,.75) 100%);
  background: -ms-linear-gradient(top,rgba(0,0,0,0) 3%,rgba(0,0,0,.75) 100%);
  background: -o-linear-gradient(top,rgba(0,0,0,0) 3%,rgba(0,0,0,.75) 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 3%,rgba(0,0,0,.75) 100%);
}
.shineblog-blog-grid .post-cats a, .shineblog-blog-grid .post-title a, .shineblog-blog-grid .post-meta a{
  color: #fff;
}
.shineblog-blog-grid .slider .slide-item {
    min-height: inherit;
}
.shineblog-blog-grid .slider .owl-controls .owl-dots {
    bottom: 20px;
}
.shineblog-blog-grid .post .post-title {
  line-height: 28px;
}
.shineblog-blog-grid .post .post-title a {
    font-size: 26px;
    font-family: DidotLTPro-Headline;
font-style: normal;
font-weight: normal;
    letter-spacing: 1.25px;
    line-height: 20px;
}
/** Blog Grid 2 columns */
.shineblog-blog-grid2columns .post:nth-child(2n+1) {
  clear: both;
}

.shineblog-blog-grid2columns .post {
  width: 50%;
}
/** Blog Grid 3 columns */
.shineblog-blog-grid3columns .post:nth-child(3n+1) {
  clear: both;
}

.shineblog-blog-grid3columns .post {
  width: 33.3333%;
}

/** SP custom Code **/
#site-name-container {
	width: 100%;
	background-color: #dfccc5;
}
.widget.popular-posts ul.wpp-list > li {
	margin-bottom: 16px;
}
.widget.popular-posts ul.wpp-list > li .wpp-post-title {
  clear: left;
  display: block;
  line-height: 20px;
  padding-top: 3px;
}
.huge_it_gallery_popup_list .description a {
	color: #369;
	text-decoration: underline;
}
#huge_it_gallery_popup_list_2 .popup-wrapper_2 .right-block .description,
#huge_it_gallery_popup_list_2 .popup-wrapper_2 .right-block .title {
	text-align: center !important;
}
.post-2435 .post-excerpt div {
	margin: 14px;
}
li.cat-item.cat-item-1 {
	display: none;
}
li.cat-item.cat-item-15 {
	border-bottom: none;
	padding-bottom: 0;
}
.shineblog-post-author {
	display: none;
}
.wpcf7-form .g-recaptcha {
	border: none;
	margin-bottom: 20px;
}


/*-------------------------------------------------------*/
/*                    15. RESPONSIVE
/*-------------------------------------------------------*/
@media(min-width:768px) and (max-width:991px){
    .shineblog-blog-grid .post{
        width:50%
    }
    
    .shineblog-blog-grid .post:nth-child(2n+1) {
      clear: both;
    }
    
    .shineblog-blog-grid3columns .post:nth-child(3n+1) {
      clear: none;
    }
    .instagram-footer .instagram-pics li{
      width: 25% !important;
    }
    .owl-item .slide-item{
      height: 520px;
    }
}
@media (min-width: 768px) {
    #menu-topbar-menu{
        display: block!important;
    }
    #nav-wrapper .ztmenu .menu-item-has-children:hover > .sub-menu{
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 767px) {
	
	/* move the main menu into header and fix */
	.topbar {
		padding-top: 60px;
	}
	#nav-wrapper {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
		margin-bottom: 0;
	}
	#site-name-container {
		margin-bottom: 20px;
	}
	.searchform input {
		margin-right: 6px;
	}
	.topbar .social a {
		margin: 0 0 0 6px;
	}
	/* endof */
	
	.slider .feat-item-text {
		width: 100%;
		padding: 30px 30px;
	}
    .togole-mainmenu {
      display: inline-block;
      line-height: 50px;
      padding: 0 15px;
    }
    #site-name {
      padding-bottom: 35px;
      padding-top: 30px;
    }
    #site-name a {
      font-size: 60px;
    }
    #menu-topbar-menu {
      background-color: #fff;
      border: 0 none;
      display: none;
      left: 0;
      margin: 0;
      padding: 0 15px;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 20;
    }
    #nav-wrapper .ztmenu li {
      display: inline-block;
      float: left;
      line-height: inherit;
      margin: 0;
      text-align: left;
      width: 100%;
    }
    #nav-wrapper .ztmenu li a {
      border: medium none;
      color: #888888;
      display: inline-block;
      line-height: 40px;
      padding-left: 15px;
      width: 100%;
    }
    #nav-wrapper .ztmenu .sub-menu a {
        border-color: transparent;
    } 
    #nav-wrapper .ztmenu .menu-item-has-children > a {
        position: relative;
    }
    #nav-wrapper .sub-menu {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      display: none;
      left: inherit;
      opacity: 1;
      padding-left: 15px;
      position: inherit;
      top: inherit;
      transform: none;
      visibility: inherit;
    }  
    #nav-wrapper .ztmenu .caret::after {
      content: "\f107";
    }
    #nav-wrapper .sub-menu .dropdown > a .caret::after {
      content: "\f107";
    }
    
     #nav-wrapper .ztmenu .dropdown-toggle .caret, #nav-wrapper .sub-menu .dropdown > a .caret {
        border: medium none;
        height: 30px;
        padding: 5px;
        width: 30px;
    }
    #nav-wrapper .sub-menu .dropdown > a .caret {
        right: 0;
    }
    #nav-wrapper .ztmenu .dropdown-toggle .caret::after {
      color: #888888;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
    }
    #nav-wrapper .ztmenu .caret::after {
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 15px;
      left: inherit;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
    }
    #nav-wrapper .sub-menu .sub-menu {
        border: medium none;
        left: 0;
        position: relative;
        top: 0;
    }
    #nav-wrapper .sub-menu .dropdown > a .caret::after {
      content: "\f107";
    }
    .shineblog-blog-grid .post{
        width:100%
    }
    .shineblog-blog-grid .post .post-format img{
      width: 100%;
    }
    .instagram-footer .instagram-pics li{
      width: 25% !important;
    }
    .owl-item .slide-item{
      height: 480px;
    }
    .feat-title a {
      font-size: 28px;
    }
}
@media(max-width: 480px) {
    .slider .slide-item-text {
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      right: inherit;
    }
    .instagram-footer .instagram-pics li{
      width: 25% !important;
    }
    .owl-item .slide-item{
      height: 320px;
    }
    .feat-title a {
      font-size: 28px;
    }
    #site-name {
      padding-bottom: 25px;
      padding-top: 20px;
    }
    #site-name a {
      font-size: 55px;
    }
    .comment ol{
      -webkit-padding-start: 15px;
    }
    .comment-body .date-comment a {
      font-size: 9px;
    }
    .comment-list .comment-body {
      margin-bottom: 10px;
      padding: 15px 15px 15px 0;
    }
    .comment-body .comment-author img {
      max-width: 50px;
    }
    .comment-body .comment-author {
      margin-right: 18px;
    }
    .comment-text p{
      font-size: 10px;
      line-height: 22px;
    }
}
@media(max-width: 360px) {
    .slider .slide-item-text {
      width: 250px;
    }
    .instagram-footer .instagram-pics li{
      width: 25% !important;
    }
    .owl-item .slide-item{
      height: 280px;
    }
    .feat-title a {
      font-size: 28px;
    }
    #site-name {
      padding-bottom: 25px;
      padding-top: 20px;
    }
    #site-name a {
      font-size: 55px;
    }
    .comment ol{
      -webkit-padding-start: 15px;
    }
    .comment-body .date-comment a {
      font-size: 9px;
    }
    .comment-list .comment-body {
      margin-bottom: 10px;
      padding: 15px 15px 15px 0;
    }
    .comment-body .comment-author img {
      max-width: 50px;
    }
    .comment-body .comment-author {
      margin-right: 18px;
    }
    .comment-text p{
      font-size: 10px;
      line-height: 22px;
    }
}