/*
Theme Name: Thenight
Theme URI: http://thenight.xalothemes.net
Author: Xalothemes Team
Text Domain: thenight
Author URI: http://xalothemes.net
Description: A WordPress Theme for Bloggers
Version: 1.0
License: GNU General Public License v1 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*-------------------------/*
[Table of contents]
[Color codes]
    Background: #ffffff
    Body Color : #666666
    Accent color: ##fcd022
[Typography]
    Body:       14px/20px "Lato",sans-serif;
    Heading:    "Lato",sans-serif
    Input, textarea: 14px/24px "Lato",sans-serif

[Component module]
    HEADERS
    WIDGETS
    BLOG
    SHOP
    ALL EFFECT BANNER
    SHORTCODES
    FOOTER
    CUSTOM BOOSTRAP 5 COLUMNS
    REPONSIVE
/*-------------------------*/


/*------------------------
COMMON STYLES
------------------------*/

html{
  font-size: 14px;
}
body{
  background-color: #F5F5F5;
  color: #424242;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  overflow-x: hidden;
}
a img:hover {
  opacity: 0.7;
}
a img {
  transition: opacity 0.5s;
  opacity: 1;
}
label{
  font-weight: normal;
  margin: 0;
}
a {
  color: #424242;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

p{
  margin-bottom: 20px;
}
ul,ol{
  padding-left: 20px;
  margin-bottom: 10px;
}
h1,h2,h3,h4,h5,h6{
  color: #000;
  margin: 0 0 15px 0;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
h1{
  font-size: 35px;
}
h2{
  font-size: 30px;
}
h3{
  font-size: 24px;
}
h4{
  font-size: 16px;
}
h5{
  font-size: 14px;

}
h6{
  font-size: 12px;
}

img {
  height: auto;
  max-width: 100%;
}
input[type="text"], input[type="email"], textarea, input[type="password"], input[type="tel"], select,
input[type="search"]{
  border: 1px solid #dddddd;
  line-height: normal;
  max-width: 100%;
  padding: 10px 15px;
  color: #999;
}
input[type="text"], input[type="email"], textarea, input[type="password"], input[type="tel"],
input[type="search"]{
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="submit"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus,
a:focus,
button:focus,
select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}

:focus {
  outline: none;
}

.button,
input[type="submit"]{
  background: #000;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  min-width: inherit;
  padding: 13px 40px;
  text-transform: uppercase;
  font-family: 'Montserrat',sans-serif;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;

}
.button:hover,
input[type="submit"]:hover,
.button:focus,
input[type="submit"]:focus{
  color: #fff;
}

.alignnone {
  margin: 5px 20px 20px 0;
}
img.alignnone {
  margin: 0;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.sticky{
  color: inherit;
}
.bypostauthor{
  color: inherit;
}

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
}
.text-center{  text-align: center; }
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%; /* Image does not overflow the content area */
  padding: 5px 3px 5px;
  text-align: center;
  margin: 0;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
  clear: both;
}
.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: 12px;
  line-height: 17px;
  margin: 0;
  padding: 10px 4px 5px;
  margin: 0!important;
}
.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  padding: 0.5em 0;
}
iframe{
  max-width: 100%!important;
}
.alignright {
  float:right;
  margin: 5px 0 20px 30px;
}
.alignleft {
  float: left;
  margin: 5px 30px 20px 0;
}
table{
  border: 1px solid #E6E6E6;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  width: 100%;
  margin-bottom: 20px;
}
table thead{
  background-color: #fafafa;
}
th,td{
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  font-weight: normal;
}
table tr th:last-child,
table tr td:last-child{border-right: 0;}
table tr:last-child td, table tr:last-child th{
  border-bottom: none;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
/* WordPress Gallery
------------------------------------------ */

.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.gallery:after {
  display: table;
  content: "";
  clear: both;
}

.gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
  font-size: 0.8125rem;
  font-style: italic;
  color: #666;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none;
}
.gallery-columns-2 .gallery-item {
  width: 50%
}
.gallery-columns-3 .gallery-item {
  width: 33.3333%
}
.gallery-columns-4 .gallery-item {
  width: 25%
}
.gallery-columns-5 .gallery-item {
  width: 20%
}
.gallery-columns-6 .gallery-item {
  width: 16.6667%
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%
}
.gallery-columns-8 .gallery-item {
  width: 12.5%
}
.gallery-columns-9 .gallery-item {
  width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}
.owl-carousel .owl-item.active .owl-lazy{
  opacity: 1;
}
.owl-nav.disabled{
  display: none;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next{
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  float: left;
  cursor: pointer;
  margin: 0 1px;
  background-color: #cac8c9;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover{
  color: #fff;
  background-color: #000000;
}
.owl-carousel .owl-prev{
  margin-left: 0;
}
.owl-carousel .owl-next{
  margin-right: 0;
}
.owl-carousel .owl-nav:before,
.owl-carousel .owl-nav:after{
  content: '';
  display: table;
}
.owl-carousel .owl-nav:after{
  clear: both;
}


.owl-carousel.nav-center .owl-prev,
.owl-carousel.nav-center .owl-next{
  position: absolute;
  top: 50%;
  margin-top: -15px;
  visibility: hidden;
  opacity: 0;
}
.owl-carousel.nav-center:hover .owl-prev,
.owl-carousel.nav-center:hover .owl-next{
  opacity: 1;
  visibility: visible;
}
.owl-carousel.nav-center .owl-next{
  right: -50px;
}
.owl-carousel.nav-center .owl-prev{
  left: -50px;
}
.owl-carousel.nav-center:hover .owl-next{
  right: 0;
}
.owl-carousel.nav-center:hover .owl-prev{
  left: 0;
}

/*---------------------
Layout
-----------------------*/
.container-wapper{
  max-width: 1810px;
  padding: 0 15px;
  margin: 0 auto;
}
.main-container{
  padding-bottom: 100px;
}
.main-container.left-slidebar .main-content{
  float: right;
}

/*---------------------
HEADERS
-----------------------*/

.header-menu{
  background-color: #000;
}
.thenight-mainmenu{
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
.thenight-mainmenu:before,
.thenight-mainmenu:after,
.heder-right:before,
.heder-right:after{
  display: table;
  content: '';
}
.thenight-mainmenu:after,
.heder-right:after{
  clear: both;
}
.thenight-mainmenu li{
  list-style: none;
  position: relative;
}
.thenight-mainmenu>li{
  display: inline-block;
  float: left;
  padding: 17px 0;
}
.thenight-mainmenu>li>a{
  font-size: 11px;
  font-family: 'Montserrat',Sans-serif;
  text-transform: uppercase;
  padding: 0 15px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 400;
  color: #fff;
}
.thenight-mainmenu>li:first-child>a{
  padding-left: 0;
}
.thenight-mainmenu>li:last-child>a{
  padding-right: 0;
}
.thenight-mainmenu .submenu{
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000;
  min-width: 190px;
  z-index: 100;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}
.thenight-mainmenu .show-submenu > .submenu,
.thenight-mainmenu .menu-item-has-children:hover > .submenu {
  opacity: 1;
  visibility: visible;
}
.thenight-mainmenu .submenu>li{
  padding: 5px 0;
}
.thenight-mainmenu .submenu>li>a{
  font-size: 11px;
  font-family: 'Montserrat',Sans-serif;
  text-transform: uppercase;
  padding: 0 20px;
  display: inline-block;
  font-weight: 400;
  color: #fff;
}
.thenight-mainmenu .submenu .submenu{
  top: 0;
  left: 100%;
}


.header-right{
  display: inline-block;
  float: right;
  padding: 12px 0;
}
.header .socials,
.header .header-form-search{
  display: inline-block;
  float: left;
}
.header .socials .social{
  display: inline-block;
  width: 35px;
  height: 35px;
  float: left;
  text-align: center;
  line-height: 33px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  margin-left: 5px;
  background-color: #000;
}
.header .socials .social:hover{
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.header .header-form-search{
  padding-left: 15px;
  line-height: 35px;
  color: #999;
  cursor: pointer;
}
.block-search-popup {
  position: fixed;
  z-index: 999;
  max-width: 100%;
  min-width: 500px;
  top: 30%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 999;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  visibility: hidden;
  opacity: 0;
}
.block-search-popup.open {
  visibility: visible;
  opacity: 1;
}
body.open-block-serach::before {
  content: '';
  z-index: 100;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
}
.block-search-popup .form-content{
  position: relative;
}
.block-search-popup .close-block-serach{
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 78px;
  height: 78px;
  text-align: right;
  line-height: 78px;
  color: #fff;
  font-size: 20px;
}
.block-search-popup .inner{
  position: relative;
}
.block-search-popup .input{
  width: 100%;
  border: none;
  border-bottom: 3px solid #fff;
  padding: 25px 0;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
}
.block-search-popup  .btn-search{
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: none;
  color: #000;
  padding: 0;
}
.instant-search-form-results{
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 30px;
  margin-top: 10px;
  width: 100%;
}
.instant-search-view-all{
  text-align: center;
  padding-top: 20px;
  display: block;
}
.instant-search-form-results.latest-post .post{
  padding: 10px 0;
}
.instant-search-form-results.latest-post .item-photo{
  width: 80px;

}
.main-header{
  padding: 80px 0;
}
.header .logo{
  text-align: center;
}
.togole-mainmenu{
  display: none;
  background: #333333;
  color: #ffffff;
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  margin: 9px 0;
  margin-top: 10px;
}


.is-sticky .header-sticky {
  z-index: 1000;
  -webkit-box-shadow: 1px 5px 5px 0 rgba(0,0,0,0.09);
  box-shadow: 1px 5px 5px 0 rgba(0,0,0,0.09);
  top: 0;
  animation: slideInUp 0.7s;
  -moz-animation: slideInUp 0.7s;
  -webkit-animation: slideInUp 0.7s;
}
.sticky-wrapper.is-sticky .header-sticky {
  z-index: 990;
}
.admin-bar .sticky-wrapper.is-sticky .header-sticky {
  top: 32px !important;
}

.thenight-clone-wrap{
  position: fixed;
  top: 0;
  left:-320px;
  width: 320px;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 100000;
  -webkit-box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);
  -moz-box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);
  box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);
}
.thenight-clone-wrap.open{
  left: 0;
}

.thenight-panels-actions-wrap{
  border-bottom: 1px solid #eee;
  height: 50px;
  position: relative;
}
.thenight-panels-actions-wrap .thenight-close-btn,
.thenight-panels-actions-wrap .thenight-prev-panel{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border-left: 1px solid #eee;
  text-align: center;
  line-height: 50px;
}
.thenight-panels-actions-wrap .thenight-prev-panel{
  right: inherit;
  left: 0;
  border: none;
  border-right: 1px solid #eee;
}
.thenight-panels-actions-wrap .thenight-current-panel-title{
  display: block;
  text-align: center;
  line-height: 50px;
  padding: 0 50px;
  text-transform: uppercase;
}
.thenight-panels-actions-wrap .thenight-prev-panel:before{
  content: "\f104";
  font-family: FontAwesome;
}
.thenight-panel>ul{
  padding: 0;
  margin: 0;
}
.thenight-panel li{
  list-style: none;
  position: relative;
}
.thenight-panel>ul>li{
  padding: 0 20px;
  border-bottom: 1px solid #eee;
}
.thenight-panel>ul>li>a{
  display: block;
  line-height: 50px;
}
.thenight-next-panel{
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.thenight-next-panel:before{
  content: "\f105";
  font-family: FontAwesome;
}
.thenight-clone-wrap .toggle-submenu{
  display: none!important;
}
.thenight-clone-wrap .thenight-panels{
  background: inherit;
  border-color: inherit;
  position: absolute;
  margin-top: 50px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
.thenight-clone-wrap  .thenight-panel{
  border-color: #fff;
  bottom: 0;
  box-sizing: border-box;
  display: block;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.2s ease 0s;
  z-index: 0;
}
.thenight-clone-wrap  .thenight-main-panel,
.thenight-clone-wrap .thenight-panel.thenight-panel-opened{
  transform: translateX(0);
  z-index:10;
}
.thenight-clone-wrap .thenight-sub-opened{
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.thenight-clone-wrap .thenight-hidden{
  display: block !important;
  opacity: 0;
  visibility: hidden;
}
.thenight-clone-wrap  .submenu.megamenu{
  padding: 20px;
  max-width: 100%!important;
  width: 100%!important;
}
/*---------------------
 WIDGETS
 -----------------------*/
.widget{
  background-color: #fff;
  padding: 30px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.widget:last-child{
  margin-bottom: 0;
}
.widget select{
  width: 100%;
}
.widget .screen-reader-text{
  display: none;
}
.widget .widgettitle{
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: -6px;
}
.widget .widgettitle:after{
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #000;
  margin-top: 3px;
}
.widget ul{
  padding: 0;
  margin: 0;
}
.widget ul li{
  list-style: none;
}
.widget ul ul,
.widget ul ol,
.widget ol ul,
.widget ol ol{
  padding-left: 15px;
}
.widget_search .search-field{
  width: 100%;
}
.widget_categories .widgettitle,
.widget_archive .widgettitle,
.widget_pages .widgettitle,
.widget_meta .widgettitle,
.widget_nav_menu .widgettitle{
  margin-bottom: 10px;
}
.widget_categories,
.widget_archive,
.widget_pages,
.widget_meta,
.widget_nav_menu{
  padding-bottom: 12px;
}
.widget_categories .postform,
.widget_archive select{
  margin-top: 20px;
}
.widget_categories ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_nav_menu ul li{
  text-transform: uppercase;
  font-size: 11px;
  color: #999;
  font-family: 'Montserrat',sans-serif;
  border-top: 1px dashed #dddddd;
}
.widget_categories ul li:first-child,
.widget_archive ul li:first-child,
.widget_pages ul li:first-child,
.widget_meta ul li:first-child,
.widget_nav_menu ul li:first-child{
  border-top: none;
}

.widget_categories ul li>a,
.widget_archive ul li>a,
.widget_pages ul li>a,
.widget_meta ul li>a,
.widget_nav_menu ul li>a{
  color: #242424;
  padding: 12px 0;
  display: inline-block;
}
.widget_categories ul li:first-child>a,
.widget_archive ul li:first-child>a,
.widget_pages ul li:first-child>a,
.widget_meta ul li:first-child>a,
.widget_nav_menu ul li:first-child>a{
  border: none;
}
.widget_categories ul ul,
.widget_archive ul ul,
.widget_pages ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul{
  border-top: 1px dashed #dddddd;
}

.widget_rss li{
  margin-bottom: 20px;
}
.widget_rss li:last-child{
  margin-bottom: 0;
}
.widget_rss a{
  color: #000;
}
.rssSummary{
  font-size: 12px;
  font-style: italic;
}
.tagcloud a{
  display: inline-block;
  font-size: 11px!important;
  font-family: 'Montserrat',sans-serif;
  text-transform: uppercase;
  color: #242424;
  line-height: 28px;
  padding: 0 15px;
  margin: 0 5px 5px 0;
  border: 1px solid #dddddd;
}
.tagcloud a:hover{
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.widget_tag_cloud{
  padding-bottom: 25px;
}
.widget_about_me .about-img{
  margin-bottom: 20px;
}
.widget_about_me .desc{
  margin-bottom: 36px;
}
.widget_thenight_instagram .widgettitle{
  margin-bottom: 20px;
}
.widget_thenight_instagram .thenight-instagram{
  margin: 0 -5px;
  overflow: hidden;
  position: relative;
}
.widget_thenight_instagram .thenight-instagram .item{
  float: left;
  padding: 0 5px;
  margin-top: 10px;
}
.widget_thenight_instagram .thenight-instagram .item a{
  display: block;
}
.widget_thenight_instagram .thenight-instagram.cols-2 .item{
  width: 50%;
}
.widget_thenight_instagram .thenight-instagram.cols-3 .item{
  width: 33.3333%;
}
.widget_thenight_instagram .thenight-instagram.cols-4 .item{
  width: 25%;
}
.widget_thenight_instagram .thenight-instagram.cols-5 .item{
  width: 20%;
}
.widget_thenight_instagram .thenight-instagram.cols-6 .item{
  width: 16.66666%;
}
.widget_thenight_instagram .linktext{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  padding: 0 25px;
  line-height: 35px;
  background-color: #fff;
  color: #000;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 1.5px;
  min-width: 160px;
  text-align: center;
  text-transform: uppercase;
}
.widget_thenight_instagram img{
  width: 100%;
}
.thenight-socials-widget .widgettitle{
  margin-bottom: 25px;
}
.thenight-socials-widget  .widget-content{
  overflow: hidden;
}
.thenight-socials-widget .social{
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  line-height: 33px;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
.thenight-socials-widget .social:hover{
  background-color: #000;
  color: #fff;
}
.latest-post{
  overflow: hidden;
}
.latest-post .post {
  list-style: none;
  padding: 20px 0;
  border-bottom: 1px dashed #dddddd;
  overflow: hidden;
}
.latest-post .post:first-child{
  padding-top: 0;
}
.latest-post .post:last-child{
  border: none;
  padding-bottom: 0;
}
.latest-post .item-photo{
  width: 100px;
  float: left;
}
.latest-post .item-detail{
  overflow: hidden;
  padding-left: 15px;
}
.latest-post .post-name{
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}
.latest-post .post-name a{
  color: #000;
}
.latest-post .metas{
  font-size: 12px;
  color: #999;
}
.latest-post .metas > span::after {
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #999;
  border-radius: 50%;
  margin: 0 10px;
  content: '';
  vertical-align: middle;
}
.latest-post .metas > span:last-child:after{
  display: none;
}

/*--------------------
     BLOG
-------------------*/
.post-item{
  margin-bottom: 50px;
  position: relative;
}
.post-item:before,
.post-item:after{
  content: '';
  display: table;
}
.post-item:after{
  clear: both;
}
.post-item .post-item-info{
  background-color: #fff;
  padding: 50px 80px;
  padding-top: 41px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);

}
.post-item.has-post-thumbnail .post-item-info{
  margin-top: -60px;
  position: relative;
  z-index: 10;
  margin-left: 30px;
  margin-right: 30px;
}
.post-item .post-cat{
  text-align: center;
  margin-bottom: 20px;
}
.post-item .post-cat a{
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Montserrat',sans-serif;
  display: inline-block;
  margin: 0 5px;
}
.post-item .post-cat a:after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: -3px;
}
.post-item .post-name{
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post-item .post-name a{
  color: #000;
}
.post-item .post-excerpt{
  text-align: center;
  margin-bottom: 45px;
}
.post-item  .post-footer{
  text-align: center;
}
.post-item  .readmore{
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
  padding: 12px 40px;
}
.post-item  .readmore:hover{
  background-color: #000;
  color: #fff;
}
.pagination{
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.pagination .screen-reader-text{
  display: none;
}
.nav-links{
  display: table;
  margin: 0 auto;
}
.nav-links .page-numbers,
.page-links >span,
.page-links >a{
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #000;
  margin: 0 5px;
  float: left;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current,
.page-links >a:hover,
.page-links >span{
  background-color: #000;
  color: #fff;
}
.page-links:before,
.page-links:after{
  display: table;
  content: '';
}
.page-links:after{
  clear: both;
}
.page-links >span,
.page-links >a{
  margin: 0;
  margin-right: 10px;
}
.post-grid .post-item:not(.first) .post-item-info{
  padding-left: 30px;
  padding-right: 30px;
}
.post-grid  .post-item:not(.first) .post-name{
  font-size: 18px;
  margin-bottom: 29px;
}
.post-grid .post-item.has-post-thumbnail:not(.first) .post-item-info {
  margin-top: -50px;
  margin-left: 15px;
  margin-right: 15px;
}



.blog-list .post-item:not(.first) .post-thumb{
  width: 370px;
  float: left;
  max-width: 100%;
}
.blog-list .post-item:not(.first) .post-item-info{
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-top: 31px;
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 0;
  width: calc(100% - 320px);
}
.blog-list .post-item:not(.first) .post-cat{
  margin-bottom: 20px;
}
.blog-list .post-item:not(.first) .post-name{
  font-size: 18px;
  margin-bottom: 20px;
}
.blog-list .post-item:not(.first) .post-excerpt {
  margin-bottom: 30px;
}


.page-inner{
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  padding: 50px 70px;
}
.entry-title{
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
  letter-spacing: 1px;
}
.page-main-content.has-post-thumbnail .page-inner{
  margin-top: -60px;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  z-index: 2;
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  display: block;
}
.wpcf7-form .wpcf7-form-control {
  width: 100%;
}
.wpcf7-form .wpcf7-submit {
  width: auto;
  display: inline-block;
}
.archive-header{
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 3px solid #000;
}
.archive-header .page-title{
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  padding: 38px 0;
  letter-spacing: 1px;
  background-color: #fff;
}
.archive-header .page-title span{
  color: #999;
}
.taxonomy-description{
  text-align: center;
  padding: 30px 0;
}
.page-404{
  padding-top: 100px;
}
.page-404 .heading{
  font-size: 100px;
  line-height: normal;
}
.post-detail{
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  background-color: #fff;
}
.post-single .post-detail .post-item-info{
  margin: 0;
  box-shadow: none;
  padding: 0 30px;
  padding-bottom: 50px;
  padding-top: 41px;
}
.post-item .metas{
  font-size: 12px;
  color: #999;
  display: table;
  table-layout: fixed;
  border: 1px dashed #ddd;
  margin: 0 auto;
  margin-bottom: 43px;
}
.post-item .metas>span{
  display: table-cell;
  vertical-align: middle;
  padding: 3px 40px;
  text-align: center;
  border-right: 1px dashed #ddd;
}
.post-item .metas>span:last-child{
  border: none;
}
.single-post-footer{
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  background-color: #fff;
  padding: 25px 30px;
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 50px;
}
.single-post-footer .tags,
.single-post-footer .post-item-share{
  display: table-cell;
  vertical-align: middle;
}
.single-post-footer .tags{
  border-right: 1px solid #ddd;
  padding: 13px 0;
  color: #999;
}
.single-post-footer .tags .title{
  text-transform: uppercase;
  color: #000;
  font-family: 'Montserrat',sans-serif;
}
.single-post-footer .tags a{
  color: #999;
}
.post-item-share a{
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  text-align: center;
  line-height: 38px;
  color: #000;
  margin-left: 5px;
  float: right;
}
.post-item-share a:hover{
  background-color: #000;
  color: #fff;
}
.comments-list,
.comment-respond,
.post-related,
.post-arthur{
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  background-color: #fff;
  padding: 25px 30px;
  margin-bottom: 50px;
}
.comment-respond{
  margin-bottom: 0;
}
.comments{
  padding: 0;
}
.comments .comment{
  list-style: none;
  margin-top: 30px;
}
.comments-list-title,
.comment-reply-title,
.post-related-title{
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.comments-list-title:after,
.comment-reply-title:after,
.post-related-title:after{
  content: '';
  width: 30px;
  height: 2px;
  background-color: #000;
  margin: 0 auto;
  display: block;
  margin-top: 3px;
}
.comment-body{
  overflow: hidden;
}
.comment-body .author-avatar{
  width: 100px;
  float: left;
}
.comment-body .author-avatar img{
  border-radius: 50%;
}
.comment-body .comment-content{
  overflow: hidden;
  padding-left: 20px;
}
.comment-body .comment-content .head{
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
}
.comment-body .comment-content .head a{
  color: #999;
}
.comment-body .comment-content .author{
  text-transform: uppercase;
  color: #000;
  margin-right: 5px;
}
.comments .children{
  padding-left: 30px;
}
.comment-respond .input-form{
  width: 100%;
}
.comment-respond .form-submit{
  margin-bottom: 0;
}
.post-related .post-thumb{
  margin-bottom: 11px;
}
.post-related  .post-item-info{
  text-align: center;
}
.post-related .post-metas{
  font-size: 12px;
  color: #999;
  margin-bottom: 7px;
}
.post-related .post-name{
  margin: 0;
  font-size: 11px;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-related .post-name a{
  color: #000;
}
.post-arthur{
  text-align: center;
}
.post-arthur .avata{
  margin-bottom: 20px;
}
.post-arthur .avata img{
  border-radius: 50%;
}
.author-info .name{
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px;
}
.author-socials{
  margin-top: 15px;
}
.author-socials a{
  display: inline-block;
  margin: 0 5px;
}
.post-arthur .des{
  max-width: 600px;
  margin: 0 auto;
}
  /*--------------------
       Post Slider
    -------------------*/
.post-slider{
  border-bottom: 3px solid #000;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.post-slider .post-item{
  margin: 0;
}
.post-slider .post-item .post-item-info{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 450px;
  max-width: 100%;
  z-index: 10;
  margin: 0;
  padding-left: 60px;
  padding-right: 60px;

}
.post-slider .owl-nav{
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);

}
.post-slider .inner-content{
  position: relative;
}


/*--------------------
     Featured Category
  -------------------*/
.featured-category-item{
  margin-bottom: 50px;
  position: relative;
}
.featured-category-item:hover .content .inner{
  background-color: #000;
}
.featured-category-item:hover .cat-name{
  color: #fff;
}
.featured-category-item .content{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255,255,255,0.3);
  padding: 10px;
  text-align: center;
  width: 200px;
  max-width: 100%;
}
.featured-category-item .content .inner{
  padding: 12px 10px;
  background-color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.featured-category-item .cat-name{
  font-size: 14px;
  color: #000;
}
/*--------------------
     FOOTER
  -------------------*/
.footer{
  background-color: #000;
}
.backtotop {
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 30px;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
a.backtotop:hover,
a.backtotop:focus,
a.backtotop:active{
  color: #fff;
}
.backtotop.show {
  opacity: 1;
  visibility: visible;
}
.footer .copyright{
  text-align: center;
  border-top: 1px solid #222;
  padding: 37px 0;
}

.footer-instagram {
  background-color: #fff;
  padding: 100px 0;
  padding-top: 100px;
  padding-top: 90px;
  border-top: 1px solid #eeeeee;
}
.footer-instagram .widget_thenight_instagram {
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.footer-widget-column{
  margin-bottom: 50px;
}
.footer-widget-column .widget{
  margin-top: 50px;
}

/*------------------------------
 CUSTOM BOOSTRAP 5 COLUMNS
 ------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}


/*----------------
AUTO CLEAR
----------------*/
@media (min-width:1200px){
  .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
  .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
  .auto-clear .col-lg-15:nth-child(5n+1){clear:left;}
  .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
  .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
  .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
  .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
  .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
  .auto-clear .col-md-15:nth-child(5n+1){clear:left;}
  .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
  .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
  .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
  .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
  .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
  .auto-clear .col-sm-15:nth-child(5n+1){clear:left;}
  .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
  .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
  .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (min-width:480px) and (max-width:767px){
  .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
  .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
  .auto-clear .col-xs-15:nth-child(5n+1){clear:left;}
  .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
  .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
  .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}
@media (max-width:479px){
  .auto-clear .col-ts-1:nth-child(12n+1){clear:left;}
  .auto-clear .col-ts-2:nth-child(6n+1){clear:left;}
  .auto-clear .col-ts-15:nth-child(5n+1){clear:left;}
  .auto-clear .col-ts-3:nth-child(4n+1){clear:left;}
  .auto-clear .col-ts-4:nth-child(3n+1){clear:left;}
  .auto-clear .col-ts-6:nth-child(odd){clear:left;}
}

/*----------------------------------
Custom Bostrap Colum form 480 > 767
----------------------------------*/

@media (max-width: 480px){
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-ts-1,
  .col-ts-10,
  .col-ts-11,
  .col-ts-12,
  .col-ts-2,
  .col-ts-3,
  .col-ts-4,
  .col-ts-5,
  .col-ts-6,
  .col-ts-7,
  .col-ts-8,
  .col-ts-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}
  .col-ts-1,
  .col-ts-2,
  .col-ts-3,
  .col-ts-4,
  .col-ts-5,
  .col-ts-6,
  .col-ts-7,
  .col-ts-8,
  .col-ts-9,
  .col-ts-10,
  .col-ts-11{float:left;}
  .col-ts-12{width:100%;}
  .col-ts-11{width:91.66666667%;}
  .col-ts-10{width:83.33333333%;}
  .col-ts-9{width:75%;}
  .col-ts-8{width:66.66666667%;}
  .col-ts-7{width:58.33333333%;}
  .col-ts-6{width:50%;}
  .col-ts-5{width:41.66666667%;}
  .col-ts-4{width:33.33333333%;}
  .col-ts-3{width:25%;}
  .col-ts-2{width:16.66666667%;}
  .col-ts-1{width:8.33333333%;}
  .col-ts-pull-12{right:100%;}
  .col-ts-pull-11{right:91.66666667%;}
  .col-ts-pull-10{right:83.33333333%;}
  .col-ts-pull-9{right:75%;}
  .col-ts-pull-8{right:66.66666667%;}
  .col-ts-pull-7{right:58.33333333%;}
  .col-ts-pull-6{right:50%;}
  .col-ts-pull-5{right:41.66666667%;}
  .col-ts-pull-4{right:33.33333333%;}
  .col-ts-pull-3{right:25%;}
  .col-ts-pull-2{right:16.66666667%;}
  .col-ts-pull-1{right:8.33333333%;}
  .col-ts-pull-0{right:auto;}
  .col-ts-push-12{left:100%;}
  .col-ts-push-11{left:91.66666667%;}
  .col-ts-push-10{left:83.33333333%;}
  .col-ts-push-9{left:75%;}
  .col-ts-push-8{left:66.66666667%;}
  .col-ts-push-7{left:58.33333333%;}
  .col-ts-push-6{left:50%;}
  .col-ts-push-5{left:41.66666667%;}
  .col-ts-push-4{left:33.33333333%;}
  .col-ts-push-3{left:25%;}
  .col-ts-push-2{left:16.66666667%;}
  .col-ts-push-1{left:8.33333333%;}
  .col-ts-push-0{left:auto;}
  .col-ts-offset-12{margin-left:100%;}
  .col-ts-offset-11{margin-left:91.66666667%;}
  .col-ts-offset-10{margin-left:83.33333333%;}
  .col-ts-offset-9{margin-left:75%;}
  .col-ts-offset-8{margin-left:66.66666667%;}
  .col-ts-offset-7{margin-left:58.33333333%;}
  .col-ts-offset-6{margin-left:50%;}
  .col-ts-offset-5{margin-left:41.66666667%;}
  .col-ts-offset-4{margin-left:33.33333333%;}
  .col-ts-offset-3{margin-left:25%;}
  .col-ts-offset-2{margin-left:16.66666667%;}
  .col-ts-offset-1{margin-left:8.33333333%;}
  .col-ts-offset-0{margin-left:0;}
  .hidden-ts{
    display: none;
  }
}



/*---------------------
 REPONSIVE
 ----------------------*/
@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1366px){

}
@media (max-width: 1200px){

}
@media (max-width: 1024px){
  .latest-post .item-photo{
    width: 80px;
  }
  .latest-post .post-name{
    line-height: normal;
  }
  .post-item .readmore{
    padding: 12px 20px;
  }
  .blog-list .post-item:not(.first) .post-item-info {
    width: calc(100% - 250px);
  }

}
@media (max-width: 991px){
  .sticky-wrapper.is-sticky .header-sticky {
    position: static !important;
    animation: slideInUp 0s;
    -moz-animation: slideInUp 0s;
    -webkit-animation: slideInUp 0s;
  }
  .togole-mainmenu{
    display: inline-block;
  }
  .thenight-mainmenu{
    display: none;
  }
  .main-container.left-slidebar .main-content{
    float: none;
  }
  .main-container .sidebar {
    padding-top: 50px;
  }
  .block-search-popup{
    top: 50px;
  }
}
@media (max-width: 767px){

  .widget_thenight_instagram .linktext{
    font-size: 10px;
    padding: 0 10px;
  }
  .instant-search-form-results.latest-post .item-photo{
    width: 30px;
  }
  .instant-search-form-results.latest-post .post-name{
    font-size: 12px;
    margin: 0;
  }


}
@media (max-width: 480px){
  .post-slider .post-item .post-item-info{
    position: static;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0, 0);
    padding: 15px 30px;

  }
  .post-slider  .post-item .post-name{
    font-size: 16px;
    line-height: normal;
  }

  .post-slider  .post-item .post-cat{
    margin-bottom: 10px;
  }
  .post-slider .owl-nav{
    display: none;
  }
  .post-item .post-item-info{
    padding-left: 30px;
    padding-right: 30px;
  }
  .post-item.has-post-thumbnail .post-item-info{
    margin-left: 15px;
    margin-right: 15px;
  }
  .post-item .post-name{
    font-size: 18px;
    line-height: normal;
  }
  .post-item .readmore{
    padding: 12px 25px;
  }
  .post-single .post-detail .post-item-info {
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
    box-shadow: none;
    padding: 0 30px;
    padding-bottom: 0px;
    padding-bottom: 50px;
  }
  .single-post-footer,
  .single-post-footer .tags, .single-post-footer .post-item-share{
    display: block;
    border: none;
    overflow: hidden;
  }
  .post-item-share a{
    float: left;
    margin-left: 0;
    margin-right: 5px;
  }
  .post-item .metas > span{
    padding: 3px 10px;
  }
  .comment-body .author-avatar{
    width: 50px;
  }
  .comment-body .comment-content,
  .comments .children{
    padding-left: 10px;
  }
  .blog-list .post-item:not(.first) .post-item-info {
    width: 100%;
    position: static;
  }
  .blog-list .post-item:not(.first) .post-thumb {
    width: 100%;
    margin-bottom: 30px;
  }
  .block-search-popup{
    min-width: 300px;
    max-width: 100%;
    top: 50px;
  }


}
@media (max-width: 320px){

}