/*
Theme Name: Z-White
Theme URI: https://zthemes.net/themes/white
Description: A Beautiful Blog Wordpress Theme
Author: ZThemes Studio
Author URI: https://zthemes.net/
Version: 1.1.6
Requires at least: 5.1
Tested up to: 6.1
Requires PHP: 5.6
Text Domain: z-white
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/*-------------------------------------------------------------------*/
/*----------------------------- Global reset ------------------------*/
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
/*-------------------------------------------------------------------*/

*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,label,fieldset,input,p,blockquote,th,td {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset,img {
    border: 0
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal
}
ol,ul,li {
    list-style: none
}
caption,th {
    text-align: left
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal
}
q:before,q:after {
    content: ''
}
/* Global reset-RESET */

strong {
    font-weight: bold
}
em {
    font-style: italic
}
a img {
    border: none
}
strong,b,strong *,b * {
    font-weight: bold;
}
em,i,em *,i * {
    font-style: italic;
}
.screen-reader-text{
    
}
/* --- */
body {
    background: #ffffff;
    font-family: "Inconsolata", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #424242;
    font-size: 14px;
}
p {
    line-height: 30px;
    text-align: justify;
}
a {
    text-decoration: none;
    color: #25262e;
}
::-moz-selection {
    background: #222;
    color: white;
    text-shadow: none;
}
::selection {
    background: #222;
    color: white;
    text-shadow: none;
}
/*-------------------------------------------------------------------*/
/*------------------------------ General ----------------------------*/
/*-------------------------------------------------------------------*/

.container {
    width: 768px;
    margin: 0 auto;
}
#content {
    overflow: hidden;
    margin-bottom: 80px;
}
#main {
    width: 760px;
    float: left;
}
#main.fullwidth {
    width: 100%;
    float: none;
}
#sidebar {
    width: 300px;
    float: right;
    padding: 60px 20px 60px 30px;
}
/*-------------------------------------------------------------------*/
/*--------------------------- Top Bar -------------------------------*/
/*-------------------------------------------------------------------*/

#top-bar {
    background: #fff;
    width: 100%;
    height: 51px;
    position: fixed;
    z-index: 9999;
    box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46);
    -webkit-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46);
    -moz-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46);
    -webkit-backface-visibility: hidden;
}
#top-bar .container {
    position: relative;
}
/* ----- Menu ----- */

#nav-wrapper {
    float: left;
}
.slicknav_menu {
    display: none;
}
#nav-wrapper .menu li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
	border-top: 2px solid #fff;
}
#nav-wrapper .menu li a {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.75px;
    line-height: 49px;
    color: #000;
    display: block;
    opacity: 0.9;
    font-family: "Lato", sans-serif;
}
.z-white-logo-top{
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 10px;
    font-size: 38px;
}
h2.site-description{
    margin-bottom: 32px;
    font-size: 14px;
    color: #737373;
}
#nav-wrapper .menu > li.menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 7px;
    color: #999;
    font-size: 13px;
}

ul.menu > li.menu-item:hover,
ul.menu > li.menu-item:active,
ul.menu > li.current-menu-item {
    border-top: 2px solid #000 !important;
}
#nav-wrapper .menu li.current-menu-item > a,
#nav-wrapper .menu li.current_page_item > a,
#nav-wrapper .menu li a:hover {
    opacity: 1.5;
}
#nav-wrapper .menu li.current-menu-item > a,
#nav-wrapper .menu li.current_page_item > a {}
/* ----- DROPDOWN ----- */

#nav-wrapper .menu .sub-menu,
#nav-wrapper .menu .children {
    background-color: #fff;
    display: none;
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 99999;
    border: 1px solid #eee;
    border-top: none;
}
#nav-wrapper ul.menu ul a,
#nav-wrapper .menu ul ul a {
    color: #25262e;
    margin: 0;
    padding: 6px 10px;
    min-width: 165px;
    line-height: 20px;
    -o-transition: .22s;
    -ms-transition: .22s;
    -moz-transition: .22s;
    -webkit-transition: .22s;
    transition: .22s;
    border-top: 1px solid #eee;
}
#nav-wrapper ul.menu ul li,
#nav-wrapper .menu ul ul li {
    padding-right: 0;
    margin-right: 0;
}
#nav-wrapper ul.menu ul a:hover,
#nav-wrapper .menu ul ul a:hover {
    background-color: #f5f5f5;
}
#nav-wrapper ul.menu li:hover > ul,
#nav-wrapper .menu ul li:hover > ul {
    display: block;
}
#nav-wrapper .menu .sub-menu ul,
#nav-wrapper .menu .children ul {
    left: 100%;
    top: 0;
}
/* ---------- Social Icons ------------ */

#top-social {
    position: absolute;
    right: 25px;
    top: 0;
}
#top-social.nosearch {
    right: 0;
}
#top-social a {
    color: #25262e;
    font-size: 12px;
    margin-left: 10px;
    line-height: 51px;
}
#top-social a:hover {
    color: #666;
}
/* --------- Top Search --------- */

#top-search {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 16px;
    z-index: 999;
}
#top-search form {
    display: inline;
}
#top-search input {
    border: none;
    font-style: italic;
    width: 135px;
    background: transparent;
}
#top-search input:focus {
    outline: none;
}
#top-search i {
    font-size: 14px;
    line-height: 51px;
}
.show-search {
    display: none;
}
i.search-toggle {
    font-size: 14px;
    line-height: 51px;
    cursor: pointer;
}
.show-search {
    position: absolute;
    top: 8px;
    right: 23px;
    display: none;
    z-index: 10000;
}
.show-search input {
    width: 190px;
    background: #FFF;
    -webkit-box-shadow: 0 5px 4px -4px rgba(190, 190, 190, .1);
    -moz-box-shadow: 0 5px 4px -4px rgba(190, 190, 190, .1);
    box-shadow: 0 5px 4px -4px rgba(190, 190, 190, .1);
    border: 1px solid #eee;
    padding: 8px 0 8px 15px;
    font-style: italic;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.show-search input:focus {
    border: 1px solid #ddd;
    outline: none;
}
#sidr-action {
    position: fixed;
    top: 0;
    right: 0;
    border: 50px solid #555;
    border-color: #555 #555 transparent transparent;
    border-top: none;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 0;
    width: 0;
    height: 0;
    font-size: 12px;
    z-index: 99999999;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#sidr-action:hover {
    border: 50px solid #25262e;
    border-color: #25262e #25262e transparent transparent;
    border-top: none;
}
a#sidr-action i {
    position: absolute;
    top: 10px;
    left: 30px;
    line-height: inherit;
}
.ft-adminbar {
    top: 32px !important;
}
/*-------------------------------------------------------------------*/
/* ------------------------- Header & Logo --------------------------*/
/*-------------------------------------------------------------------*/

#header {
    padding-top: 51px;
    margin-bottom: 60px;
    border-bottom: 1px solid #eee;
}
.home #header,
.page-template-page-slider #header,
.page-template-page-slider-sidebar #header {
    margin-bottom: 0;
    border-bottom: none;
}
#logo {
    text-align: center;
    padding: 68px 0 41px;
}
#logo {
    max-width: 100%;
    height: auto;
}
/*-------------------------------------------------------------------*/
/*------------------------------- Featured Area ---------------------*/
/*-------------------------------------------------------------------*/

.featured-area {
    margin-bottom: 60px;
}
.feat-item {
    position: relative;
    height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0;
}
.feat-overlay {
    position: relative;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
}
.feat-overlay-inner {
    vertical-align: middle;
    display: table-cell;
}
.feat-item .post-header {
    margin-bottom: 0;
    padding: 0 50px;
}
.feat-item .post-header .date {
    display: block;
    margin-bottom: 28px;
    color: #fff;
    border-bottom: none;
}
.feat-item .post-header h2 {
    margin-bottom: 14px;
}
.feat-item .post-header h2 a {
    font-size: 24px;
    color: #fff;
}
.feat-item .cate a {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
}
.feat-item .cate a:hover {
    opacity: .7;
}
/*-------------------------------------------------------------------*/
/*-------------------------------- Post -----------------------------*/
/*-------------------------------------------------------------------*/

.post {
    margin-bottom: 50px;
}
/*-------------- Post header -------------*/

.post-header {
    margin-bottom: 30px;
    text-align: center;
}
.post-header .cat a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin: 0 4px 12px 4px;
    background-color: #25262e;
    color: #fff;
    padding: 4px 20px;
    position: relative;
    font-weight: lighter;
}
.post-header .cat a:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    border: 10px solid #25262e;
    z-index: 1;
    right: -20px;
    border-left-width: 20px;
    border-right-color: transparent;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
}
.post-header .cat a:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    border: 10px solid #25262e;
    z-index: 1;
    left: -20px;
    border-right-width: 20px;
    border-left-color: transparent;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
}
.post-header h2,
.post-header h1 {
    margin-bottom: 15px;
    margin-top: 10px;
}
.post-header h2 a,
.post-header h1 {
    font-family: "Lato";
    text-transform: uppercase;
    color: #000;
    font-size: 22px;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    letter-spacing: 3px;
}
.post-header h2 a:hover {
    opacity: .60;
}
.post-header .date {
    font-size: 13px;
    font-style: italic;
    color: #888;
    padding-bottom: 8px;
    letter-spacing: 2px;
}
.post-header .date:before {
    content: "";
    width: 35px;
    height: 1px;
    background-color: #dadada;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
}
.post-header .date:after {
    content: "";
    width: 35px;
    height: 1px;
    background-color: #dadada;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 3px;
}
/*---------------- Post Image ---------------*/

.post-img {
    margin-bottom: 20px;
    text-align: center;
}
.post-img img {
    max-width: 100%;
    height: auto;
    transition: .5s;
    -webkit-transition: .5s;
    width: 100%;
}
.post-img img:hover {
    opacity: .8;
}
.post-img.audio iframe {
    height: 166px;
    width: 100%;
}
/*------------- Post Entry --------------*/

.post-entry img {
    max-width: 100%;
    height: auto;
}
.post-entry p,
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6,
.post-entry hr {
    margin-bottom: 18px;
}
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    color: #000;
}
.post-entry h1 {
    font-size: 26px;
}
.post-entry h2 {
    font-size: 24px;
}
.post-entry h3 {
    font-size: 21px;
}
.post-entry h4 {
    font-size: 19px;
}
.post-entry h5 {
    font-size: 17px;
}
.post-entry h6 {
    font-size: 15px;
}
.post-entry hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid #e5e5e5;
    clear: both;
}
.post-entry blockquote {
    border-left: 3px solid;
    border-color: #ddd;
    padding: 0 18px;
}
.post-entry blockquote p {
    font-family: "Georgia";
    font-size: 16px;
    line-height: 28px;
    font-style: italic;
    color: #999;
}
.post-entry a {
    padding-bottom: 2px;
    border-bottom: 1px solid #ccc;
}
.post-entry a:hover {
    border-bottom: 1px solid #333;
}
.post-entry ul,
.post-entry ol {
    padding-left: 45px;
    margin-bottom: 20px;
}
.post-entry ul li {
    margin-bottom: 12px;
    list-style: square;
}
.post-entry ol li {
    margin-bottom: 12px;
    list-style: decimal;
}
.sticky.post .post-header {
    border: 1px dashed #eee;
    padding: 20px 0;
}
.bypostauthor {} .post-entry pre {
    overflow: auto;
}
.post-entry table {
    width: 100%;
    margin-bottom: 22px;
    border-collapse: collapse
}
.post-entry td,
.post-entry th {
    padding: 12px;
    border-bottom: 1px #e5e5e5 solid;
}
.post-entry th {
    font-weight: bold;
    font-size: 14px;
    background: #f5f5f5;
}
.post-entry tr:hover {
    background: #f9f9f9;
}
/*-------------- More button ------------*/

.more-link {
    text-align: center;
    display: block;
    border-bottom: none !important;
}
.more-button {
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #25262e;
    background: #ffffff;
    font-weight: 700;
    display: inline-block;
    margin-top: 16px;
    padding: 6px 24px 6px;
    border: 2px solid;
    border-color: #25262e;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
}
.more-button:hover {
    background: #25262e;
    color: #fff;
}
/*------------- Post Meta ------------*/

.post-meta {
    margin-top: 35px;
    overflow: hidden;
    border: 1px dotted #e5e5e5;
    padding-bottom: 10px;
    padding-top: 10px;
    font-style: italic;
    clear: both;
}
.meta-comments {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.meta-comments a {
    color: #424242;
    font-size: 13px;
}
.meta-share {
    color: #999;
    font-size: 13px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
.share-text {
    margin-right: 2px;
}
.meta-share a {
    margin-left: 9px;
    font-size: 16px;
}
/*------------- Post author -------------*/

.post-author {
    margin-bottom: 60px;
    margin-top: 60px;
    overflow: hidden;
    padding: 25px 20px;
    background-color: #F9F9F9;
}
.author-img {
    float: left;
    margin-right: 30px;
}
.author-img img {
    border-radius: 50%;
}
.author-content h5 a {
    font-size: 18px;
    margin-bottom: 8px;
    color: #000;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Lato";
}
.author-content p {
    margin-bottom: 8px;
}
.author-content .author-social {
    font-size: 14px;
    color: #25262e;
    margin-right: 8px;
}
/*--------------- Post related --------------*/

.post-related {
    overflow: hidden;
    margin-bottom: 60px;
    margin-top: 60px;
}
.post-box {
    text-align: center;
}
.post-box-title {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600;
    display: inline-block;
    font-family: "Lato";
}
.item-related {
    width: 240px;
    float: left;
    margin-right: 20px;
}
.item-related:last-child {
    margin-right: 0;
}
#main.fullwidth .item-related {
    width: 242px;
    margin-right: 20px;
}
#main.fullwidth .item-related:last-child {
    margin-right: 0;
}
.item-related img {
    margin-bottom: 6px;
    width: 100%;
    height: auto;
}
.item-related h3 {
    margin-bottom: 4px;
}
.item-related h3 a {
    font-size: 14px;
    color: #424242;
    font-family: "Lato";
    text-align: justify;
}
.item-related h3 a:hover {
    opacity: 0.5;
}
.item-related span.date {
    font-size: 11px;
    font-style: italic;
    color: #999;
}
/*-------------- Post tags --------------*/

.post-tags {
    margin-top: 25px;
    margin-bottom: -15px;
    padding-bottom: 13px;
    clear: both;
    text-align: center;
}
.post-tags a {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #25262e;
    padding: 5px 0px;
    margin-right: 20px;
    margin-bottom: 5px;
    display: inline-block;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    font-weight: bold;
    border-bottom: 2px solid;
    border-bottom-color: #ddd;
    font-family: "Lato";
}
.post-tags a:before {
    content: '#';
}
.post-tags a:hover {
    color: #25262e;
    text-decoration: none;
    border-bottom: 2px solid;
    border-bottom-color: #25262e;
}
.mejs-horizontal-volume-slider {
    border-bottom: none !important;
}
/*----------- Comments ----------*/

.post-comments {
    margin-bottom: 60px;
    margin-top: 60px;
}
.comments {
    margin-bottom: 40px;
}
.thecomment {
    border-bottom: 1px dotted #eee;
    padding-bottom: 34px;
    margin-bottom: 34px;
}
.thecomment .author-img {
    float: left;
    margin-right: 20px;
}
.thecomment .author-img img {
    border-radius: 50%;
}
.thecomment .comment-text {
    overflow: hidden;
}
.thecomment .comment-text span.author,
.thecomment .comment-text span.author a {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
    color: #424242;
}
.thecomment .comment-text span.author a:hover {
    text-decoration: underline;
}
.thecomment .comment-text span.date {
    font-size: 11px;
    color: #999;
    font-style: italic;
    display: block;
    margin-bottom: 6px;
}
.thecomment .comment-text em {
    font-size: 13px;
    margin-bottom: -14px;
    display: block;
    color: orange;
    letter-spacing: 1px;
}
.thecomment .comment-text em i {
    font-size: 14px;
    color: #f3bd00;
}
.post-comments span.reply a {
    float: right;
    font-size: 10px;
    background-color: #aaa;
    color: #FFF;
    padding: 2px 5px 4px 5px;
    border-radius: 2px;
    margin-left: 7px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.post-comments span.reply a.comment-edit-link {
    background: #c5c5c5;
}
.post-comments span.reply a:hover {
    opacity: .8;
}
.post-comments ul.children {
    margin: 0 0 0 55px;
}
.post-comments ul.children li.thecomment {
    margin: 0 0 8px 0;
}
/*----------- Reply -------------*/

#respond {
    margin-bottom: 20px;
    overflow: hidden;
}
#respond h3 {
    font-size: 11px;
    color: #999;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Lato";
    letter-spacing: 2px;
    text-transform: uppercase;
}
#respond h3 a {
    color: #000;
    display: inline-block;
}
#respond h3 small a {
    text-transform: uppercase;
    font-size: 11px;
    background: #333;
    color: #FFF;
    padding: 4px 6px 5px;
    border-radius: 3px;
    margin-left: 7px;
    letter-spacing: 1px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
#respond h3 small a:hover {
    opacity: .8;
}
#respond label {
    color: #888;
    width: 80px;
    font-size: 13px;
    display: inline-block;
    font-weight: 300;
}
#respond input {
    padding: 8px 10px;
    border: 1px solid #DDD;
    margin-right: 10px;
    border-radius: 3px;
    color: #999;
    margin-bottom: 15px;
    font-size: 11px;
    width: 250px;
    font-family: "Lato";
}
#respond input:focus {
    outline: none;
}
#respond .comment-form-url {
    margin-bottom: 10px;
}
#respond textarea {
    padding: 14px;
    border: 1px solid #DDD;
    border-radius: 3px;
    width: 95%;
    height: 120px;
    font-size: 13px;
    color: #777;
    margin-bottom: 14px;
    line-height: 20px;
    font-family: "Lato";
}
#respond textarea:focus {
    outline: none;
}
#respond #submit {
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #eee;
    border-radius: 0;
    font-size: 11px;
    color: #666;
    padding: 12px 19px 14px;
    margin-top: 6px;
    display: inline-block;
    border: none;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    border-radius: 30px;
    width: auto;
}
#respond #submit:hover {
    background: #333;
    color: #FFF;
}
.comment-form-cookies-consent label, .comment-form-policy label{width: auto !important;}
.comment-form-cookies-consent input, .comment-form-policy input{width: auto !important;}
.comment-form-policy{margin-bottom: 10px;}
/*-------------------------------------------------------------------*/
/*---------------------------- Pagination ---------------------------*/
/*-------------------------------------------------------------------*/

.pagination {
    margin-top: 60px;
    overflow: hidden;
    margin-bottom: 40px;
}
.pagination a {
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 5px;
    font-weight: 300;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.pagination a:hover {
    color: #424243;
    font-weight: 600;
}
.pagination .newer {
    float: left;
}
.pagination .older {
    float: right;
}
/*-------------------------------------------------------------------*/
/*-------------------------- Post List Layout -----------------------*/
/*-------------------------------------------------------------------*/

.list-item {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.list-item .list-content {
    overflow: hidden;
}
.list-item .post-img {
    float: left;
    margin-right: 25px;
    margin-bottom: 0;
}
.list-item .post-img img {
    max-width: 270px;
}
.list-item .list-content .post-header {
    text-align: left;
}
.list-item .post-header h2 a {
    font-size: 22px;
}
.list-item .post-header .cat a {
    margin: 0 8px 7px 0;
}
.list-item .post-header {
    margin-bottom: 14px;
}
.list-meta .date {
    font-size: 11px;
    font-style: italic;
    color: #999;
}
.list-item .post-entry p {
    margin-bottom: 14px;
}
/*-------------------------------------------------------------------*/
/*-------------------------- Post Grid Layout -----------------------*/
/*-------------------------------------------------------------------*/

.grid-item {
    margin-bottom: 40px;
}
.sp-grid > li {
    width: 360px;
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
}
.sp-grid li:nth-of-type(2n+2) {
    margin-right: 0;
}
.grid-item .post-header .cat a {
    margin: 0 4px 8px 4px;
}
.grid-item .post-header h2 a {
    font-size: 22px;
}
.grid-item .post-header {
    margin-bottom: 16px;
}
/*-------------------------------------------------------------------*/
/*------------------------- Sidebar & Widgets -----------------------*/
/*-------------------------------------------------------------------*/

.widget {
    margin-bottom: 38px;
}
.widget-title {
    border-color: #666;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Lato";
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    padding: 16px 0;
    position: relative;
}
.widget a:hover {
    color: #000;
}
.widget input,
.widget select {
    border: 1px solid #ddd;
    color: #888;
    padding: 9px 7px;
    width: 100%;
}
.widget input:focus,
.widget select:focus {
    outline: none;
    border: 1px solid #d5d5d5;
}
.widget ul li {
    margin-bottom: 7px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #d5d5d5;
}
.widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.widget ul li a {
    color: #424242;
    font-size: 13px;
}
.widget img {
    max-width: 100%;
    height: auto;
}
/*** About Widget ***/

.about-widget {
    text-align: center;
}
.about-widget img {
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
}
.about-round {
    border-radius: 50%;
}
/** Social Widget **/

.social-widget {
    text-align: center;
}
.social-widget a:first-child {
    margin-left: 0;
}
.social-widget a:last-child {
    margin-right: 0;
}
.social-widget a i {
    height: 16px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    color: #161616;
    border-radius: 50%;
    margin: 0 8px;
    font-size: 16px;
}
.social-widget a:hover > i {
    color: #777;
}
/** WIDGET ITEMS **/

.widget ul.side-newsfeed li {
    list-style-type: none;
    margin-bottom: 17px;
    padding-bottom: 13px;
    margin-left: 0;
}
.widget ul.side-newsfeed li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget ul.side-newsfeed li .side-item {
    overflow: hidden;
}
.widget ul.side-newsfeed li .side-item .side-image {
    float: left;
    margin-right: 14px;
}
.widget ul.side-newsfeed li .side-item .side-image img {
    width: 80px;
    height: auto;
}
.widget ul.side-newsfeed li .side-item .side-item-text {
    overflow: hidden;
}
.widget ul.side-newsfeed li .side-item .side-item-text h4 {
    margin-bottom: 4px;
}
.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
    margin-bottom: 1px;
    color: #424242;
    display: block;
    font-size: 13px;
    font-family: "Lato";
}
.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
    font-size: 11px;
    color: #999;
    font-style: italic;
}
/*** Widget categories/archives ***/

.widget_categories ul li,
.widget_archive ul li {
    color: #999;
}
.widget_categories a,
.widget_archive a {
    margin-right: 5px;
}
/*** Tagcloud widget ***/

.widget .tagcloud a {
    font-size: 9px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #f2f2f2;
    color: #777;
    padding: 6px 8px 7px;
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.widget .tagcloud a:hover {
    background-color: #25262e;
    color: #fff;
    text-decoration: none;
}
/*** Calender widget ***/

#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    text-align: right;
    color: #777;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
}
#wp-calendar thead {
    font-size: 12px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
}
#wp-calendar tbody {
    color: #aaa;
}
#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
    font-size: 12px;
}
#wp-calendar tbody td a {
    font-weight: 700;
    color: #222;
}
#wp-calendar tbody td:hover {
    background: #fff;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}
/*** Instagram widget ***/

#sidebar .instagram-pics li {
    width: 31.8%;
    display: inline-block;
    border-bottom: none;
    padding: 0;
    margin: 0 2px 2px;
}
#sidebar .instagram-pics li img {
    max-width: 100%;
}
#sidebar .instagram-pics li img:hover {
    opacity: .87;
}
/*** Search Widget ***/

.widget #searchform input#s {
    border: 1px solid #e5e5e5;
    background: #fff url(img/searchsubmit.png) no-repeat 96% 13px;
    padding: 14px 14px;
    font-size: 11px;
    color: #999;
    letter-spacing: 1px;
}
.widget #searchform #s:focus {
    outline: none;
}
/** Searchbar for widget ***/

.widget #searchform input#s {
    width: 250px;
}
/* Widget menu */

.widget ul.menu li ul {
    padding-left: 12px;
    margin-top: 8px;
}
/*-------------------------------------------------------------------*/
/*----------------------- Footer Instagram --------------------------*/
/*-------------------------------------------------------------------*/

#instagram-footer {
    text-align: center;
    overflow: hidden;
}
.instagram-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
#instagram-footer .instagram-pics li {
    width: 16.66666666666667%;
    display: inline;
    float: left;
}
#instagram-footer .instagram-pics li img {
    max-width: 100%;
}
#instagram-footer .instagram-pics li img:hover {
    opacity: .87;
}
#instagram-footer p.clear {
    font-size: 12px;
    border-bottom: 2px solid #ddd;
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#instagram-footer p.clear:hover {
    border-bottom: 2px solid #424242;
}
/*-------------------------------------------------------------------*/
/*----------------------------- Footer ------------------------------*/
/*-------------------------------------------------------------------*/
#footer {
    padding: 35px 0 35px;
    overflow: hidden;
}
#footer .container {
    padding-top: 15px;
    border-top: 1px solid #eee;
}
#footer .copyright {
    font-style: normal;
    font-size: 12px;
    color: #888;
}
#footer .copyright a{
    border-bottom: 1px dotted #777;
    padding-bottom: 2px;
}
#footer .copyright.left {
    float: left;
}
#footer .copyright.right {
    float: right;
}
/*-------------------------------------------------------------------*/
/*------------------ Archives & Categories --------------------------*/
/*-------------------------------------------------------------------*/

.archive-box {
    text-align: center;
    background: #f4f4f4;
    margin-top: -61px;
    padding: 30px 0;
    margin-bottom: 50px;
}
.archive-box h1 {
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.archive-box span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    display: inline-block;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 3px;
    margin-bottom: 5px;
}
.nothing {
    font-size: 14px;
    color: #999;
    text-align: center;
}
/*-------------------------------------------------------------------*/
/*--------------------------- WordPress Core ------------------------*/
/*-------------------------------------------------------------------*/

.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 {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    
    padding: 5px 3px 10px;
    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: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/*---------- Custom WordPress gallery style ---------*/

.gallery .gallery-caption {
    font-size: 12px;
    color: #888;
    font-family: "Open Sans";
}
.gallery .gallery-icon img {
    border-radius: 2px;
    border: 1px solid #eee !important;
    padding: 7px;
}
.gallery .gallery-icon img:hover {
    border: 1px solid #ccc !important;
}
/*------ 404 error -------*/

.error-page {
    text-align: center;
}
.error-page h1 {
    font-size: 186px;
    color: #000;
}
.error-page p {
    color: #999;
    font-style: italic;
}
/*-------------------------------------------------------------------*/
/*------------------------- Contact Form 7 --------------------------*/
/*-------------------------------------------------------------------*/

.wpcf7 input {
    width: 266px;
}
div.wpcf7 {
    overflow: hidden;
    margin-top: 40px;
}
.wpcf7 input,
.wpcf7 textarea {
    padding: 8px;
    border: 1px solid #DDD;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #777;
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.wpcf7 textarea {
    width: 95%;
}
.wpcf7 .wpcf7-submit {
    background: #eee;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 12px 24px;
    color: #666;
    letter-spacing: 3px;
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
    border: none;
    width: auto;
}
.wpcf7 .wpcf7-submit:hover {
    background: #333;
    color: #fff;
}
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*------------------------- RESPONSIVE CSS --------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/

@media only screen and (min-width: 942px) and (max-width: 1170px) {
    .container {
        width: 768px;
    }
    #main {
        width: 768px;
    }
    #logo img {
        max-width: 100%;
    }
    /* Featured area */
    
    .feat-item {
        height: 520px;
        padding: 0;
    }
    /* Grid item */
    
    .sp-grid > li {
        width: 310px;
    }
    #main.fullwidth .sp-grid > li {
        width: 360px;
    }
    /* Related items */
    
    .item-related {
        width: 204px;
        margin-right: 19px;
    }
    #main.fullwidth .item-related {
        width: 292px;
        margin-right: 32px;
    }
    #main.fullwidth .item-related:last-child {
        margin-right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
    .container {
        width: 760px;
    }
    #main {
        width: 100%;
    }
    #sidebar {
        width: 480px;
        margin: 0 auto;
        float: none;
        overflow: hidden;
    }
    #logo img {
        max-width: 100%;
    }
    /* Featured area */
    
    .feat-item {
        height: 444px;
        padding: 0;
    }
    .feat-item .post-header h2 a {
        font-size: 22px;
    }
    /* Responsive Menu */
    
    #nav-wrapper {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    /* Grid item */
    
    .sp-grid li {
        width: 348px;
    }
    #main.fullwidth .sp-grid > li {
        width: 360px;
        margin-right: 26px;
    }
    /* Related items */
    
    .item-related,
    #main.fullwidth .item-related {
        width: 230px;
        margin-right: 18px;
    }
    #main.fullwidth .item-related:last-child {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .container {
        width: 300px;
    }
    #content {
        margin-bottom: 80px;
    }
    #main {
        width: 100%;
    }

    #logo img {
        max-width: 100%;
    }
    /* Featured area */
    
    .feat-item {
        height: 220px;
        padding: 0;
    }
    .feat-item .read-more {
        display: none;
    }
    .feat-item .post-header .date {
        display: none;
    }
    .feat-item .post-header .date {
        margin-bottom: 0;
    }
    .feat-item .post-header h2 a {
        font-size: 15px;
    }
    .feat-item .post-header h2 {
        margin-bottom: 0;
    }
    .feat-item .post-header .cat a {
        font-size: 8px;
        margin-bottom: 7px;
    }
    /* Responsive search */
    
    #top-search {
        right: 10px;
    }
    #top-search #s {
        display: none;
    }
    #top-social {
        right: 55px;
    }
    /* Responsive Menu */
    
    #nav-wrapper {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    /* List layout */
    
    .list-item .post-img img {
        max-width: 90px;
    }
    .list-item .post-img {
        margin-right: 16px;
    }
    .list-item p {
        display: none;
    }
    .list-item .post-header h2 a {
        font-size: 16px;
    }
    .list-item .post-header h2 {
        margin-bottom: 6px;
    }
    .list-item .post-header {
        margin-bottom: 0;
    }
    /* grid item */
    
    .sp-grid > li,
    #main.fullwidth .sp-grid > li {
        width: 300px;
        margin-right: 0;
    }
    .grid-item .post-header h2 a {
        font-size: 18px;
    }
    /* Related items */
    
    .item-related,
    #main.fullwidth .item-related {
        width: 300px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .author-img {
        margin-right: 16px;
    }
    .author-img img {
        max-width: 60px;
        height: auto;
    }
    #respond textarea {
        width: 90%;
    }
    .bx-wrapper .bx-prev {
        left: 10px;
    }
    .bx-wrapper .bx-next {
        right: 10px;
    }
    @media only screen and (min-width: 480px) and (max-width: 768px) {
        .container {
            width: 480px;
        }
        /* Featured area */
        
        .feat-item {
            height: 310px;
            padding: 0;
        }
        .feat-item .post-header .date {
            display: block;
        }
        .feat-item .post-header h2 {
            margin-bottom: 14px;
        }
        .feat-item .post-header .cat a {
            font-size: 10px;
            margin-bottom: 12px;
        }
        .feat-item .post-header h2 a {
            font-size: 16px;
        }
        /* List layout */
        
        .list-item .post-img img {
            max-width: 180px;
        }
        .list-item .post-img {
            margin-right: 22px;
        }
        .list-item .post-header h2 a {
            font-size: 20px;
        }
        .list-item .post-header h2 {
            margin-bottom: 8px;
        }
        /* grid item */
        
        .sp-grid > li,
        #main.fullwidth .sp-grid > li {
            width: 100%;
            margin-right: 26px;
        }
        /* Related items */
        
        .item-related,
        #main.fullwidth .item-related {
            width: 148px;
            margin-right: 18px;
        }
        .author-img img {
            max-width: 70px;
            height: auto;
        }
        .bx-wrapper .bx-prev {
            left: 13px;
        }
        .bx-wrapper .bx-next {
            right: 13px;
        }
    }