/*
	TABLE CONTENT
	Wordpress default css
	Global Elements 
	Theme Style Start 
		Header Style
		Pre page loading
		Row and column gap
		Search popup
		off-canvas
		go to top
		Main nav
		Banner Style 
		Post Style 
			Post Slider Style 
			Video Post Style 
			Audio Post Style 
			Blockquote Post Style 
		Archive Style 
		Page 404 
		Pagination
		Sidebar Style 
		Single post
		Comment style
		Footer Style 
		Page Style 
		Responsive
*/
/* =============================================
     Theme Reset Style
============================================= */

* {
    margin: 0px;
    padding: 0px;
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    background: #fff;
    color: #333;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #333;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin: 0px 0px 20px 0px;
    text-transform: capitalize;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333333;
}
p a {
    color: #333333;
}
p {
    letter-spacing: normal;
    line-height: 1.5;
    margin-bottom: 10px;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}
ul {
    margin-bottom: 0px;
}
figure {
    margin-bottom: 20px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
pre {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #d1d1d1;
	border-radius: 0;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre-wrap;
	word-wrap: break-word;
}
img {
    height: auto;
    max-width: 100%;
}

iframe {
    border: none;
    float: left;
    width: 100%;
}
.clearfix::after,
.clearfix::before {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix::after,
.comment-content,
blockquote {
    clear: both;
}
.bypostauthor {
	display: block;
}
.wp-caption,
.wp-caption-text,
.gallery-caption,
 .wp-caption.alignleft,
.wp-caption.alignnone {
    width: 100%;
}
select {
    border: 1px solid #333;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
}
.widget-area select { max-width: 360px; }
.widget-area select option{ max-width: 360px; }
label {
    color: #333333;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}
button {
    border: none;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #333;
    color: #888;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    height: 50px;
    line-height: 30px;
    outline: none;
    padding: 10px;
    background: none;
    box-shadow: none;
    border-radius: 0;
}
input:focus,
textarea:focus {
    box-shadow: none !important;
    border-color: #616161 !important;
}
form p {
    position: relative;
    width: 100%;
}
form p span i {
    color: #474747;
    left: 16px;
    position: absolute;
    top: 13px;
}
option {
    padding: 5px 15px;
}
li {
    line-height: 28px;
    list-style: none;
}
ul ul {
    margin-left: 5px;
}
ul li {
  list-style-type: none;
}
ol {
    float: none;
    list-style: decimal;
    padding-left: 20px;
}
ol ol {
    margin-left: 20px;
}
ol li {
    list-style: decimal;
    width: 100%;
}
table {
    background-color: transparent;
    max-width: 100%;
}
th {
    text-align: left;
}
table {
    margin-bottom: 15px;
    width: 100%;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    border-top: 1px solid #d2d2d2;
    border: 1px solid #d2d2d2;
    line-height: 2.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top;
}
table thead tr th {
    border-top: 1px solid #d2d2d2;
    text-align: center;
    text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #d2d2d2;
}
table > thead > tr > th {
    border-bottom: 2px solid #d2d2d2;
    vertical-align: bottom;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
    border-bottom: 0;
}
table > tbody + tbody {
    border-top: 2px solid #d2d2d2;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 6px 10px;
}
p ins {
    color: #888;
}
dl dd {
    margin-left: 20px;
}
address {
    font-style: italic;
}
/* =============================================
        Wordpress default css
============================================= */

.entry-content img {
    margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin: 0 15px 15px 0;
}
.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}
.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}
.alignnone,
img.alignnone {} .wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}
.gallery dl {} .gallery dt {} .gallery dd {} .gallery dl a {} .gallery dl img {} .gallery-caption {} .size-full {} .size-large {} .size-medium {} .size-thumbnail {}
/***Primary fonts***/
body {
    font: normal 18px/24px 'Spectral', serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
.font-heading,
.recent-post .owl-theme .owl-controls .owl-buttons div,
.post-meta,
.sidebar-widget .tagcloud a,
.alith-recent-comments-widget .alith-details a,
.comment-wrapper input[type='submit'],
.post_content input[type='submit'],
figcaption.wp-caption-text,
.comment-wrapper .commentlist li .reply a,
.comment-meta strong.fn {
    font-family: 'Oswald', sans-serif;
}
body.custom-background {background-color: none;}
/* =============================================
    Global Elements 
============================================= */

.theiaStickySidebar:after {
    content: "";
    display: table;
    clear: both;
}
.haslayout {
    width: 100%;
    float: left;
}
.social-icon a.twitter:hover,
.social-icon a.twitter:hover span,
.twitter:hover a span,
a.tw:hover {
    color: #55acce !important;
}
.social-icon a.facebook:hover,
.social-icon a.facebook:hover span,
.facebook:hover a span,
a.fb:hover {
    color: #3b5998 !important;
}
.social-icon a.youtube:hover,
.social-icon a.youtube:hover span:hover a span {
    color: #cc181e !important;
}
.social-icon a.google-plus:hover,
.social-icon a.google-plus:hover span,
.google-plus:hover a span,
a.gp:hover {
    color: #dd4b39 !important;
}
.social-icon a.dribbble:hover,
.social-icon a.dribbble:hover span,
.dribbble:hover a span {
    color: #ea4c89 !important;
}
.social-icon a.pinterest:hover,
.social-icon a.pinterest:hover span,
.pinterest:hover a span {
    color: #cb2027 !important;
}
.social-icon a.reddit:hover,
.social-icon a.reddit:hover span,
.reddit:hover a span {
    color: #ff4501 !important;
}
.social-icon a.linkedin:hover,
.social-icon a.linkedin:hover span,
.linkedin:hover a span {
    color: #3399cc !important;
}
.social-icon li {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    padding: 0 5px 0 0;
}
.social-icon li a {
    display: block;
    text-align: center;
}
.social-icon li a i {
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    padding: 0 3px;
    text-align: center;
    width: 24px;
}
.alt-img-hover {
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    padding: 20px;
    height: 100%;
    position: absolute;
    visibility: hidden;
    z-index: 2;
}
.alt-img-hover .holder {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
}
.display-table {
    width: 100%;
    height: 100%;
    display: table;
}
.display-table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.post-meta {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 0 0 20px;
    text-transform: uppercase;
}
.post-meta i.fa {
    margin: 0 5px 0 0;
    display: inline-block;
}
.post-meta span {
    display: inline-block;
    line-height: inherit;
    padding: 0 15px 0 0;
    position: relative;
    vertical-align: middle;
}
.post-meta span a {
    display: block;
    color: #888;
}
.post-meta span a:hover,
.post-meta span a:hover em,
.post-meta span a:hover i {
    text-decoration: none;
}
.post-meta span i,
.post-meta span em {
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
}
.no-padding {
    padding: 0;
}

/* =============================================
     Header Style 
============================================= */

.in-header {
    padding: 20px 0;
    border-bottom: 12px solid;
}
.header-two {
    padding: 20px 0 10px !important;
}

.header-two .head-nav ul li a {padding: 0 12px;}
.header-two .head-nav ul li.menu-item-has-children > a::after {margin-top: -10px;}
.header-two .social-icon {margin: 0;}
.header-two-divider {
background: #333 none repeat scroll 0 0;
height: 2px;
margin: 20px 0;	
}
.header-three .top-logo {text-align: center;}
.head-nav ul li.menu-item-has-children > a::after {margin-top: -12px;}
.header-one .head-nav ul li.menu-item-has-children > a::after {
  margin-top: -5px;
}
.top-search {position: relative;
z-index: 200;}
.top-search .search-form {
display: none;
position: absolute;
top: 47px;
width: 100%;
z-index: 3;
}
.icon-close-search {display: none;}
.top-search .search-form input {background: #fff none repeat scroll 0 0;
border: 2px solid #333;}
.header-three .top-search .search-form input {
  float: right;
  width: 300px;
}
.header-three  .head-nav ul li a {
  padding: 0 12px;
}
.top-search .search-form input[type='submit'] {display: none;}
.topbar {
    border-bottom: 2px solid;
position: relative;
z-index: 0;
}
.topbar #news-slider {
    max-height: 25px;
    overflow: hidden;
}

.search-popup form.search-form label span {display: none; visibility: visible;}
.search-popup form.search-form label {
	width: 70%; float: left; margin: 0; padding: 0;
}
.search-popup form.search-form input {
    height: 60px;
    line-height: 60px;
	font-size: 16px;
	width: 100%;
	border: 1px solid;
	float: left;
	background: #fff none repeat scroll 0 0;
}
.search-popup form.search-form input.search-submit {
    height: 60px;
    line-height: 60px;
	border: 0 none;
	float: right;
	color: #fff;
	padding: 0;
    width: 30%;
}
.new-slides {
    font-weight: normal;
    padding: 10px;
    position: relative;
}
#news-slider {
margin-left: -10px;
padding-left: 40px;
}
.new-slides p {
    margin: 0;
    line-height: normal;
}
.new-slides .owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 15px;
    height: 25px;
    left: 0;
    line-height: 25px;
    margin: 0;
    position: absolute;
    top: 2px;
    width: 25px;
}
.new-slides .owl-theme .owl-controls .owl-buttons div.owl-next {
    left: 15px;
}
.recent-post .keep-reading {
    font-size: 14px;
}
.recent-post .owl-theme .owl-controls .owl-buttons {
    bottom: 0;
    position: absolute;
}
.recent-post .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    float: left;
    height: auto;
    letter-spacing: 2px;
    margin: 0 1px 0 0;
    padding: 0 20px;
    position: relative;
    width: auto;
}
.recent-post .owl-theme .owl-controls .owl-buttons div i {
    display: inline-block;
    line-height: 1;
    margin: 0 10px;
}
.new-slides .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.new-slides .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
    background: none;
}
.recent-post .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.recent-post.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
    color: #fff;
}
.new-slides .owl-theme .owl-controls .owl-buttons div i,
.recent-post .owl-theme .owl-controls .owl-buttons div i {
    line-height: 25px;
}
.social-icon {
display: inline-block;
float: right;
margin: 0 0 10px;
position: relative;
vertical-align: middle;
z-index: 200;
}
.header-two .search-social {
    margin: 20px 0 0 0;
}
.btn-canvas {
background: #333 none repeat scroll 0 0;
border: 0;
color: #fff;
font-size: 22px;
margin: 0;
padding: 8px 10px;
position: absolute;
right: 20px;
top: 0;
}
.admin-bar .btn-canvas,
.admin-bar #open-side-bar { 
	top: 32px;
}
.admin-bar .off-canvas {padding-top: 92px;}
.admin-bar .close-off-canvas {top: 32px;}
.admin-bar .smartnav {margin-top: 32px !important}
.btn-search {
    border-radius: 3px;
    color: #fff;
    float: right;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    margin: 2px 3px 0;
    padding: 0 3px;
    right: 20px;
    text-align: center;
    width: 24px;
}
.dark-mark {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
display: none;
height: 100%;
margin-top: -50px;
position: fixed;
width: 100%;
z-index: 1000;
}
.dark-mark:hover {
    cursor: url("../images/cursor-x.png") 30 15, auto;
}

/**Pre page loading...**/

.s-preload {
  background: #fff none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.s-loader {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}
/***Row and column gap**/

.alith-row {
    margin: 0 -10px;
    overflow: hidden
}
.alith-row .alith-col,
.alith-row .alith-col-nr {
    float: left;
    margin: 0 0 20px;
    padding: 0 10px
}
.rtl .alith-row .alith-col,
.rtl .alith-row .alith-col-nr {
    float: right
}
.alith-row .alith-col img,
.alith-row .alith-col-nr img {
    vertical-align: bottom
}
.alith-row .alith-count-1 {
    clear: both
}
.alith-row .alith-col-1 {
    width: 100%
}
.alith-row .alith-col-2 {
    width: 50%
}
.alith-row .alith-col-3 {
    width: 33.33%
}
.alith-row .alith-col-4 {
    width: 25%
}
.alith-row .alith-col-5 {
    width: 20%
}
.alith-row .alith-col-6 {
    width: 16.66666667%
}
.alith-row .alith-col-7 {
    width: 14.285%
}
.alith-row .alith-col-8 {
    width: 12.5%
}
.alith-row .alith-col-9 {
    width: 11.11%
}
.alith-row .alith-col-10 {
    width: 10%
}
.alith-row.alith-gap-0px {
    margin: 0
}
.alith-row.alith-gap-0px .alith-col,
.alith-row.alith-gap-0px .alith-col-nr {
    margin: 0;
    padding: 0
}
.alith-row.alith-gap-1 {
    margin: 0 -0.5px
}
.alith-row.alith-gap-1 .alith-col,
.alith-row.alith-gap-1 .alith-col-nr {
    margin: 0 0 1px;
    padding: 0 0.5px
}
.alith-row.alith-gap-5 {
    margin: 0 -2.5px
}
.alith-row.alith-gap-5 .alith-col,
.alith-row.alith-gap-5 .alith-col-nr {
    margin: 0 0 5px;
    padding: 0 2.5px
}
.alith-row.alith-gap-10 {
    margin: 0 -5px
}
.alith-row.alith-gap-10 .alith-col,
.alith-row.alith-gap-10 .alith-col-nr {
    float: left;
    margin: 0 0 10px;
    padding: 0 5px
}
.alith-row.alith-gap-20 {
    margin: 0 -10px
}
.alith-row.alith-gap-20 .alith-col,
.alith-row.alith-gap-20 .alith-col-nr {
    margin: 0 0 20px;
    padding: 0 10px
}
.alith-row.alith-gap-24 {
    margin: 0 -11px
}
.alith-row.alith-gap-24 .alith-col,
.alith-row.alith-gap-24 .alith-col-nr {
    margin: 0 0 24px;
    padding: 0 11px
}
.alith-row.alith-gap-30 {
    margin: 0 -15px
}
.alith-row.alith-gap-30 .alith-col,
.alith-row.alith-gap-30 .alith-col-nr {
    margin: 0 0 30px;
    padding: 0 15px
}
.alith-row.alith-gap-40 {
    margin: 0 -20px
}
.alith-row.alith-gap-40 .alith-col,
.alith-row.alith-gap-40 .alith-col-nr {
    margin: 0 0 40px;
    padding: 0 20px
}
.alith-row.alith-gap-50 {
    margin: 0 -25px
}
.alith-row.alith-gap-50 .alith-col,
.alith-row.alith-gap-50 .alith-col-nr {
    margin: 0 0 50px;
    padding: 0 25px
}
.alith-row.alith-gap-60 {
    margin: 0 -30px
}
.alith-row.alith-gap-60 .alith-col,
.alith-row.alith-gap-60 .alith-col-nr {
    margin: 0 0 60px;
    padding: 0 30px
}
#highlight-posts .owl-theme .owl-controls {
    margin-top: 0;
    position: absolute;
    right: 12px;
    text-align: right;
    top: -35px;
}
.owl-theme .owl-controls .owl-page span {
	border: 1px solid #333;
	border-radius: 0;
	height: 9px;
	margin: 5px 4px;
	width: 9px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.owl-theme .owl-controls .active span {
	background: #333 !important;
}
#highlight-posts .owl-pagination {
    position: absolute;
    right: 12px;
    top: -35px;
}
#highlight-posts {
    overflow: unset;
    margin: 20px 0 0 0;
}
#wrapper {
    overflow: hidden;
}
.boxed {
border: 2px solid #333;
margin: 50px auto;
max-width: 1200px;
padding: 20px 0; 
}
/*Search popup*/

.search-popup {
    cursor: url("../images/cursor-x.png") 30 15, auto;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
.search-popup-bg {	
	height: 100%;
	opacity: 0.5;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.search-popup form.search-form {
    display: inline-block;
    margin: 0 auto;
    max-width: 600px;
    position: relative;
    top: 30%;
    width: 100%;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
.search-popup .search-field-top-bar {
    border: medium none;
    border-radius: 0;
    height: 60px;
    padding: 10px 23px;
    width: 100%;
}
.search-popup .search-top-bar-submit {
    border: medium none;
    border-radius: 0;
    bottom: 0;
    color: #fff;
    font-size: 2rem;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}
.widget_search .search-field {
border: 1px solid rgba(0, 0, 0, 0.4);
font-weight: 400;
height: 40px;
line-height: 40px;	
}
.widget_search .search-submit,
input[type='submit']
 {
border: 0 none;
color: #222;
float: right;
font-weight: normal;
padding: 5px 15px;
text-transform: uppercase;
}
.widget_search label {
float: left;
width: 70%;	
}
.widget_search .search-submit {
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
color: #fff;
float: right;
height: 40px;
line-height: 40px;
padding: 0;
width: 30%;
}

/**off-canvas*/

.off-canvas {
    background: #fff none repeat scroll 0 0;
    display: none;
    height: 100%;
    overflow: auto;
    padding: 60px 30px;
    position: fixed;
    right: -16px;
    top: 0;
    width: 400px;
    z-index: 2000;
}
/**go to top**/

.back-to-top {
    border: 2px solid;
    bottom: -2px;
    color: #333;
    cursor: pointer;
    display: none;
    font-size: 12px;
    height: 55px;
    line-height: 20px;
    padding: 10px 0;
    position: fixed;
    right: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 53px;
    z-index: 99;
	background: #fff none repeat scroll 0 0;
}
.back-to-top em {
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
/* SHARE BUTTONS */

.post-share {
    position: relative;
    display: block;
    float: right;
    position: absolute;
    right: 0;
}
.post-share ul li {
    border: medium none;
    display: inline-block;
    float: left;
    padding: 0;
}
.customshare {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 20px;
}
.customshare .list {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    background: transparent;
}
.customshare .list a {
    color: #ffffff !important;
    display: block;
    font-weight: normal;
    position: relative;
    text-align: center;
    z-index: 1333;
    line-height: 1;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 4px 15px;
    text-transform: uppercase;
}
.customshare .list a {
    -webkit-transition: -webkit-transform .3331s linear, background .3331s ease, color .3331s ease;
    -moz-transition: -moz-transform .3331s linear, background .3331s ease, color .3331s ease;
    -ms-transition: -ms-transform .3331s linear, background .3331s ease, color .3331s ease;
    -o-transition: -o-transform .3331s linear, background .3331s ease, color .3331s ease;
    transition: transform .3331s linear, background .3331s ease, color .3331s ease;
    -webkit-transform: scale(0) translate3d(0, 0, 0);
    -moz-transform: scale(0) translate3d(0, 0, 0);
    -ms-transform: scale(0) translate3d(0, 0, 0);
    -o-transform: scale(0) translate3d(0, 0, 0);
    transform: scale(0) translate3d(0, 0, 0);
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.customshare .list a:hover,
.customshare .list a:hover span {
    color: #fff !important;
    text-decoration: none;
}


.customshare .list.hover a {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    -o-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition-duration: .1s, .2s, .1s;
    -moz-transition-duration: .1s, .2s, .1s;
    -ms-transition-duration: .1s, .2s, .1s;
    -o-transition-duration: .1s, .2s, .1s;
    transition-duration: .1s, .2s, .1s;
}
.customshare .list:hover .tw,
.customshare .list.hover .tw {
    -webkit-transition-delay: .1s, .3331s, .3331s;
    -moz-transition-delay: .1s, .3331s, .3331s;
    -ms-transition-delay: .1s, .3331s, .3331s;
    -o-transition-delay: .1s, .3331s, .3331s;
    transition-delay: .1s, .3331s, .3331s;
}
.customshare .list:hover .fb,
.customshare .list.hover .fb {
    -webkit-transition-delay: .2s, .3331s, .3331s;
    -moz-transition-delay: .2s, .3331s, .3331s;
    -ms-transition-delay: .2s, .3331s, .3331s;
    -o-transition-delay: .2s, .3331s, .3331s;
    transition-delay: .2s, .3331s, .3331s;
}
.customshare .list:hover .gp,
.customshare .list.hover .gp {
    -webkit-transition-delay: .3s, .3331s, .3331s;
    -moz-transition-delay: .3s, .3331s, .3331s;
    -ms-transition-delay: .3s, .3331s, .3331s;
    -o-transition-delay: .3s, .3331s, .3331s;
    transition-delay: .3s, .3331s, .3331s;
}
.customshare {
    bottom: 30px;
    position: relative;
    right: 0;
}
.customshare .list {
    background: transparent none repeat scroll 0 0;
    position: relative;
    right: 0;
    text-align: right;
    top: 0;
}
.customshare .list ul {
    margin: -20px 20px 0 0;
}
.home-grid .customshare .list ul a span,
.small-thumb .customshare .list ul a span {
    display: none;
}
.home-grid .post-share ul li,
.small-thumb .post-share ul li {
    float: right;
}
.customshare .list a.tw,
.social-media-widget li.twitter,
.social-icon li.li-twitter:hover i {
    background-color: #55acce;
}
.customshare .list a.fb,
.social-media-widget li.facebook,
.social-icon li.li-facebook:hover i {
    background-color: #3b5998;
}
.customshare .list a.gp,
.social-media-widget li.googleplus,
.social-icon li.li-google-plus:hover i {
    background-color: #dd4b39;
}
.social-icon li.li-instagram:hover i {
    background-color: #e95950;
}
.social-icon li.li-pinterest:hover i {
    background-color: #cb2027;
}
.social-icon li.li-linkedin:hover i {
    background-color: #007bb5;
}
.social-icon li.li-tumblr:hover i {
    background-color: #32506d;
}
.social-icon li.li-skype:hover i {
    background-color: #12A5F4;
}
.social-icon li.li-youtube:hover i {
    background-color: #bb0000;
}
.social-icon li.li-vimeo:hover i {
    background-color: #aad450;
}
/**open sidebar button**/

#open-side-bar {
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 22px;
    position: fixed;
    right: 20px;
    text-align: center;
    top: 0;
    z-index: 9999;
}
.close-off-canvas {
    color: #fff;
    font-size: 22px;
    padding: 10px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 0;
}
#main {
    margin: 20px 0 0 0;
}
/*Main nav*/
.smartnav {
background: #fff !important;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
left: 0;
text-align: center;
z-index: 999;
border-radius: 0;
}
.smartnav ul.navbar-nav li {
  padding: 7px 15px;
}

.navbar-header .navbar-toggle {
border: 1px solid #333;
border-radius: 0;
color: #333;
float: right;
}
.navbar-default {
  background: none;
  border: 0;
}
.head-nav {
	background: none;
}
.head-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.head-nav ul li {
	display: inline-block;
	margin: 0;
	position: relative;
}
.head-nav ul li:last-child {
	margin-right: 0;
}
.head-nav ul li a {
	color: #333333;
	display: block;
	font-size: 18px;
	padding: 15px 12px 0;
	text-transform: none;	
	font-weight: 500;
}
.smartnav .head-nav ul {text-align: center;}

.smartnav .head-nav {
  line-height: 50px;
  min-height: 50px;
}
.smartnav .head-nav ul li:first-child {margin: 0;}
.smartnav .head-nav ul li a {padding: 3px 12px;}
.smartnav .head-nav ul li ul {text-align: left;}
.smartnav .head-nav ul li ul li,.smartnav .head-nav ul li ul li ul li {margin: 0;}
.smartnav .head-nav ul li.menu-item-has-children > a::after {
  margin-top: -10px;
  top: 50%;
}
.smartnav .head-nav ul li ul li.menu-item-has-children > a::after {
  margin-top: -15px;
}
.head-nav ul li ul {
	background: #ffffff none repeat scroll 0 0;
	border: medium none;
	display: none;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 100;
}
.head-nav ul li ul li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #ffffff;
	border-color: #333 #333 -moz-use-text-color;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	float: none;
	margin: 0;
	min-width: 250px;
	padding: 0;
}
.head-nav ul li ul li:last-child {border-bottom: 1px solid #333;}
.head-nav ul li ul li:first-child {margin-top: 15px;}
.head-nav ul li ul li ul li:first-child {
  margin-top: 0px;
}

.head-nav ul li ul li ul {
	left: 100%;
	padding: 0;
	top: 0;
}
.head-nav ul li ul li a {
	display: block;
	font-size: 13px;
	letter-spacing: 2px;
	padding: 3px 10px;
	text-transform: uppercase;
}
.head-nav ul li.menu-item-has-children > a::after {
	font-family: FontAwesome;
    content: "\f0d7";
	font-size: 14px;
	position: absolute;
	right: -5px;
	top: 50%;
}
.head-nav ul li.menu-item-has-children {
	margin-right: 10px;
}
.head-nav ul li ul li.menu-item-has-children > a::after {
	content: "\f105";
	margin-top: 2px;
    right: 5px;
    top: 0;
}	
	
.slicknav_menu { display: none; background: #fff; }
.slicknav_menu ul li a { color: #333; }
.slicknav_menu ul li a:hover a,
.slicknav_menu ul li a:hover,
.slicknav_menu ul li ul li a:hover,
.slicknav_nav .slicknav_row:hover { background: #333; color: #fff !important; border-radius: 0; }
.slicknav_nav {
  background: #fff none repeat scroll 0 0;
  clear: both;
  color: #fff;
  font-size: 0.875em;
  margin: 0;
  text-align: left;
}
/* =============================================
            Banner Style 
============================================= */

.img-dark-mark::before {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s linear 0s;
    visibility: hidden;
    z-index: 1;
}
.img-dark-mark {
    display: block;
    height: 100%;
    line-height: 0;
    overflow: hidden;
    position: inherit;
    width: 100%;
}
.alt-banner-poststyle:hover .img-dark-mark::before {
    opacity: 1;
    visibility: visible;
}
.img-dark-mark a {
    cursor: url("../images/cursor-open.png") 30 15, auto;
}
.alt-banner {
    margin: 20px 0 0 0;
}
.alt-banner .widget_alith_slider_widget h4.widget-title {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
font-size: 90px;
letter-spacing: 2px;
margin-top: 10px;
text-align: center;
text-transform: uppercase;
font-weight: 900;
}
.alt-banner-poststyle {
    overflow: hidden;
    position: relative;
}
.alt-banner-poststyle figure {
    overflow: hidden;
    margin: 0;
}
.alt-banner-poststyle figure a {
    display: block;
}
.alt-banner-poststyle img {
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
}
.alt-banner-poststyle .post-content {
    height: 100%;
}
.alt-banner-poststyle .title {
    border-bottom: 5px solid;
    margin: 0 0 30px;
    padding: 0 0 30px;
    text-align: left;
}
.alt-banner-poststyle .title h1 {
    font-size: 50px;
    margin: 0;
    text-transform: uppercase;
}
.alt-banner-poststyle .title h1 span {
    letter-spacing: 14px;
    display: block;
}
.alt-latestnewsform {
    overflow: hidden;
    padding: 5px 0 5px 25px;
}
.alt-latestnewsform .form-group {
    margin: 0;
}
button[type="submit"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    padding: 10px;
    width: 100%;
}
button[type="submit"]:hover {
    color: #fff;
}
.author-name .author-first-name {
    margin: 0 5px 0 0;
    display: inline-block;
}
.alt-categories .owl-item {
    padding: 0 10px;
}
.alt-category {
    overflow: hidden;
    position: relative;
}
.alt-category figure {
    margin: 0;
    position: relative;
    z-index: 1;
}
.alt-category figure a {
    display: block;
}
.alt-category figure a img {
    display: block;
    width: 100%;
    height: auto;
}
.category-content {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    padding: 20px;
}
.category-content .display-table {
    border: 1px solid #fff;
    text-align: center;
}
.category-content .display-table .display-table-cell {
    background: rgba(255, 255, 255, 0.95);
    visibility: hidden;
    opacity: 0;
}
.alt-category:hover .display-table .display-table-cell {
    visibility: visible;
    opacity: 1;
}
.alt-category .post-meta {
    font-size: 11px;
    line-height: 14px;
}
.alt-category .post-meta span:after {
    font-size: 13px;
    line-height: 16px;
}
/* =============================================
                        Post Style 
============================================= */

.single-header {
    border-bottom: 2px solid;
    margin: 0 0 30px;
    padding: 20px 0 10px;
    text-align: center;
}
.single-header h3.post-title {
    font-size: 50px;
}
.single-post .archive-header {
    border: 0 none;
    padding: 20px 0 0;
}
.archive-header .autho-des {
    margin: 0 auto;
    width: 80%;
}
.single-post .post-meta {
    display: inline-block;
}
.single-content {} 

.two-column  .post-content .single-content{
    -webkit-columns: 300px 2;
    -moz-columns: 300px 2;
    columns: 300px 2;
}
.three-column  .post-content .single-content{
    -webkit-columns: 200px 3;
    -moz-columns: 200px 3;
    columns: 200px 3;
}
.four-column  .post-content .single-content{
    -webkit-columns: 150px 4;
    -moz-columns: 150px 4;
    columns: 150px 4;
}
.alt-post {
    margin: 0 0 50px;
    overflow: hidden;
    padding: 0;
}
.alt-post figure {
    overflow: hidden;
    margin: 0;
}
.alt-post figure:hover .alt-img-hover {
    visibility: visible;
    opacity: 1;
    z-index: 2;
}
.alt-post figure .alt-img-hover a {
    width: 60px;
    height: 60px;
    color: #333;
    background: rgba(255, 255, 255, 0.95);
    display: block;
    text-align: center;
    position: absolute;
    top: 20%;
    left: auto;
    right: 50%;
    margin: -30px -62px 0 0;
    border: 1px solid;
}
.alt-post figure .alt-img-hover a:first-child {
    top: 80%;
    left: 50%;
    margin: -30px 0 0 -62px;
}
.alt-post figure:hover .alt-img-hover a {
    top: 50%;
}
.alt-post figure .alt-img-hover a i {
    display: block;
    line-height: 60px;
    font-size: 25px;
    text-align: center;
}
.alt-post figure img {
    display: block;
    position: relative;
    z-index: 1;
}
.alt-post-content {
    overflow: hidden;
}
.alt-post-content h3 {
    text-transform: uppercase;
    margin: 0 0 20px;
    line-height: 22px;
}
.alt-post-content .post-meta span {
    padding: 0 10px 0 0;
    position: relative;
}
.alt-post-content .post-meta a span {
    padding: 0;
    color: #333;
}
.alt-post-content .description {
    overflow: hidden;
    padding: 0 0 0;
    text-align: left;
}
.alt-post-content .description p {
    margin: 0 0 35px;
}
.except {
    margin: 10px 0;
}
#content .small-thumb figure {
    float: left;
    margin: 0 15px 0 0;
    position: relative;
    width: 40%;
}
#content .small-thumb .alt-post-content {
    padding: 0;
    text-align: left;
}
#content .small-thumb .alt-post-content h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px;
    text-transform: none;
}
#content .small-thumb .description p {
    margin: 0 0 25px;
}
#content .small-thumb .post-meta {
    padding: 0;
}
#content .alt-post-foot a.keep-reading {
color: #fff !important;
display: inline-block;
font-size: 12px;
font-weight: 300;
letter-spacing: 8px;
line-height: 1;
opacity: 1;
padding: 4px 15px;
text-transform: uppercase;
}
#content .post-format-quote .post-meta,
#content .post-format-quote .post-thumb,
#content .post-format-quote .post-title,
#content .post-format-quote .post-title-normal,
#content .post-format-quote .alt-btn-countinuereading,
#content .post-format-quote .alt-post-foot {
    display: none;
}
#content .post-format-quote .description::before {
    content: "“";
    display: inline-block;
    font-family: menu;
    font-size: 7em;
    line-height: 0;
    opacity: 0.3;
    position: absolute;
}
#content .post-format-quote .description {
    border: medium none;
    margin: 0;
    opacity: 0.6;
    position: relative;
    text-align: center;
}
#content .post-format-quote .description p {
    font-size: 1.25em;
    font-style: italic;
    line-height: 1.6em;
    margin: 0;
    padding: 0 5%;
}
#content .post-format-quote .description {
    padding: 40px;
}
.sticky {} .small-thumb .post-media img:hover {
    transform: scale(1.1)
}
.alt-btn-countinuereading {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 14px;
    position: relative;
    margin: 0 0 40px;
}
.alt-btn-countinuereading:before,
.alt-btn-countinuereading:after {
    width: 1px;
    height: 70%;
    display: block;
    content: '';
    background: #888;
    left: 0;
    top: 15%;
    position: absolute;
}
.alt-btn-countinuereading:before {
    float: right;
}
.alt-post-foot {
    overflow: hidden;
    position: relative;
}
.post-social-icons {
    float: right;
    text-align: right;
}
.post-social-icons li {
    display: inline-block;
    list-style: none;
}
.post-social-icons li a {
    display: block;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
.post-social-icons li a i {
    font-size: 27px;
}
.post-social-icons li a span {
    display: none;
}
.post-social-icons li a:hover {
    opacity: 0.8;
}
.alt-post-foot .alt-post-author {
    display: block;
    padding: 0;
    color: #333333;
}
.alt-post-foot .alt-post-author:after {
    display: none;
}
.alt-post-foot .post-meta .alt-post-author a {
    display: inline;
    color: #333333;
}
.gallery-post .alt-gallery {
    overflow: hidden;
    margin: 0 0 35px;
}
.gallery-post .alt-gallery figure {
    padding: 5px;
    float: left;
    margin: 0;
}
.gallery-post .alt-gallery figure.small {
    width: 31.7%;
}
.gallery-post .alt-gallery figure.large {
    width: 68.3%;
}
.keep-reading {
    font-weight: bold;
    letter-spacing: 1px;
    opacity: 0.8;
}
.keep-reading:hover {
    opacity: 1;
}
/* =============================================
                        Post Slider Style 
============================================= */

.alt-post.alt-post-slider .post-slider {
    margin: 0 0 40px;
}
.alt-post.alt-post-slider .post-slider .item {
    overflow: hidden;
}
.alt-post.alt-post-slider .post-slider figure {
    margin: 0;
}
.post-meta.category-name span {
    text-transform: uppercase;
}
.post-meta.category-name a {
    margin: 0 10px;
}
/* =============================================
                        Video Post Style 
============================================= */

.thumbnail-video {
    overflow: hidden;
    margin: 0 0 40px;
}
.thumbnail-video iframe {
    height: 470px;
    width: 100%;
}
.small-thumb-post-format-video .thumbnail-video iframe {
    height: 225px;
    margin: 0 15px 0 0;
    width: 100%;
}
.single-main-content .thumbnail-video iframe {
    height: 470px;
    margin: 0 0 20px;
    width: 100%;
}
#content .small-thumb .thumbnail-video iframe {
    min-height: 215px;
    min-width: 330px;
}
#content .small-thumb .thumbnail-video {
    float: left;
    margin: 0 15px 0 0;
    overflow: hidden;
}
#content .small-thumb #alt-post-slider {
    width: 330px;
    float: left;
    margin: 0;
    overflow: hidden;
}
.single-main-content .thumbnail-audio {
    margin: 0 0 20px;
    overflow: hidden;
}
.single-format-quote .single-main-content-bottom,
.single-format-quote .author-bio {
    display: none;
    opacity: 0;
    height: 1px;
}
/* =============================================
                        Audio Post Style 
============================================= */

.alt-post.alt-audio-post .audio {
    overflow: hidden;
    margin: 0 0 40px;
}
.alt-post.alt-audio-post .audio iframe {
    height: 200px;
    width: 100%;
}
/* =============================================
    Blockquote Post Style 
============================================= */

blockquote {
    border: medium none;
    display: block;
    margin: 30px auto;
    max-width: 600px;
    padding: 70px 0 20px;
    position: relative;
    text-align: center;
}
blockquote p {
    font-family: georgia, serif;
    opacity: 0.8;
    font-style: italic;
}
blockquote::before {
    background-color: #111;
    border-radius: 50%;
    color: #fff;
    content: "“";
    display: block;
    font-family: georgia, serif;
    font-size: 80px;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin: 0 0 0 -15px;
    padding: 20px 0 0;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 50px;
}
.small-thumb blockquote {
    border-width: 0;
}
.alt-post.alt-blockpuote-post .blockquote {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    z-index: 2;
    padding: 80px 100px;
    text-align: center;
}
.blockquote blockquote {
    font-size: 28px;
    line-height: 36px;
    color: #333;
    padding: 0;
    margin: 0;
    border: 0;
}
.writter-name {
    overflow: hidden;
}
.writter-name span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    position: relative;
    color: #333;
    font-size: 18px;
    line-height: 21px;
}
.writter-name span:before,
.writter-name span:after {
    width: 70px;
    height: 1px;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    background: #b7b5b5;
}
.writter-name span:before {
    left: auto;
    right: 100%;
}
.alt-post.alt-blockpuote .blockquote {
    position: static;
    background: #fbfbfb;
    color: #333333;
    padding: 40px 100px;
    text-align: center;
    margin: 0 0 40px;
    font-weight: normal;
}
.alt-post.alt-blockpuote .blockquote blockquote {
    font-size: 18px;
    line-height: 26px;
}
.next-previous {
    overflow: hidden;
    padding: 80px 0;
}
.next-previous .older-post {
    float: right;
    position: relative;
    padding: 0 10px;
    margin: 0 50px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}
.next-previous .older-post:before,
.next-previous .older-post:after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #b7b5b5;
    position: absolute;
    top: 50%;
    left: 100%;
}
.next-previous .older-post:before {
    left: auto;
    right: 100%;
}
.next-previous .older-post a {
    display: block
}
/* =============================================
        Single post
============================================= */

.post-thumb a {
    display: block;
}

.post_content p {
    margin: 0 0 20px 0;
}
.single-content ul,
.comment-content ul,
.comment-content ol
 {
margin: 5px 0 25px 20px;
}

.single-content ul li,
.comment-content ul li,
.comment-content ol li
{
	list-style: outside none disc;
margin: 0 0 5px;
position: relative;
}
.single-main-content .post_content {} .single-main-content .single-main-content-bottom {
	border-top: 2px solid;
	clear: both;
	margin: 20px 0 0;
	overflow: hidden;
	padding: 20px 0 10px;
	text-align: center;
}
.single-main-content article {
    overflow: hidden;
}
figcaption.wp-caption-text {
    background: #ddd none repeat scroll 0 0;
    color: #333;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.author-bio {
	border-top: 2px solid;
	padding: 30px;
}
.author-bio .author-bio-avatar {
    float: left;
    margin: 0 20px 0 0;
}
.author-bio .author-bio-avatar img {} .author-bio .author-bio-content .alt-post-author {
    font-size: 18px;
    font-weight: bold;
}
.author-bio .author_description {
    margin: 10px 0 0 80px;
}
.post-nav {
    border: 2px solid;
    margin: 30px 0;
    padding: 40px;
}
.post-nav .arrow {
    display: block;
}
.post-nav .arrow i {
    margin: 0 5px;
}
.single_post_meta {
    color: #888;
    overflow: hidden;
    padding: 0 0 20px;
}
.single_post_meta i {
    margin: 0 5px 0 0;
}
.recent-post h5.post-title-related {
	border: 0 none;
margin: 0;
}
.related-meta {
	border-bottom: 2px solid;
color: #888;
font-size: 80%;
padding: 0 0 5px;
}
.related-area {
    padding: 20px 0 20px;
    position: relative;
}
.blog-related {
    margin: 0 -10px;
    padding-top: 20px;
    position: relative;
}
.post-related {
    display: block;
    float: left;
    padding: 0 10px;
    width: 33.33%;
}
.related-post-title {
    font-size: 20px;
    line-height: 1.2;
}
.post-related-small .related-post-title {
    font-size: 18px;
}
.blog-related-heading {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid;
}
.blog-related-heading {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 4px;
    margin-bottom: 0;
    padding-bottom: 8px;
    text-align: center;
    text-transform: uppercase;
}
.related_posts {
    margin: 0 0 50px 0;
}
.related_posts .alt-categories {
    margin: 0;
}
.related_posts h4.related_title,
.single-comment-title {
    border-top: 2px solid;
    font-size: 33px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
}
.single-comment-title {
    border: medium none;
    padding: 0;
}
.related_posts .recent-post .post-data {
    overflow: unset;
    padding: 0;
}
.related_posts .recent-post .post-thumb {
    background: #eee none repeat scroll 0 0;
    float: none;
    margin: 0 0 20px;
    min-height: 120px;
    overflow: hidden;
}
.related_posts .related-post-box {
background: #fff none repeat scroll 0 0;
padding: 0 5px;
}
/* =============================================
        Archive Style 
============================================= */

.archive-header {
    border-bottom: 5px solid;
    margin: 0 0 50px;
    padding: 0 0 20px;
    text-align: center;
}
.archive-header-2 {
    padding: 20px 0;
}
.archive-header .archive-title h2 {
    font-size: 90px;
    text-transform: uppercase;
}
.archive-header .archive-description {
    color: #888;
    overflow: hidden;
    text-align: center;
}
.archive-header .bread li {
    display: inline;
    margin: 0 3px;
}
.archive-header .bread li.separator {
    color: #888;
}
.archive-header .bread li strong {
    color: #888;
    font-weight: 500;
}
.masonry .masonry-item .alt-post {
    margin: 0;
}
.masonry .masonry-item .alt-post-content {
    text-align: left;
}
.masonry .masonry-item h3.post-title {
    font-size: 18px;
}
.archive-header .author_box img {
    border: 1px solid;
    margin: 0 0 20px;
    padding: 2px;
}
/* =============================================
                        Page Home
============================================= */

.home-big-thumb {
    margin: 0 0 30px;
}
.post-format-quote .two-col {
    columns: 1 auto;
}
/* =============================================
                        Page 404 
============================================= */

.page_404 {
    min-height: 500px;
    padding: 50px 0;
    text-align: center;
}
.page_404 h1 {
    font-size: 150px;
}
.search-404 input {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 20px 0 0;
    width: 50%;
}
.search-404 input.search-submit {
    display: none;
}
.search-404 {
    text-align: center;
}
a.back-404 {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 30px 0;
    padding: 4px 15px;
    text-transform: uppercase;
}
/* =============================================
                        Pagination 
============================================= */

.site-pagination {
    margin: 50px 0 0 0;
}
.site-pagination ul {
    margin: 0;
    padding: 0;
}
.site-pagination li {
    display: inline;
    list-style: outside none none;
}
.site-pagination a,
.site-pagination span {
    background-color: #fff;
    display: inline-block;
    font-size: 30px;
    padding: 0 10px 0 0;
    text-align: center;
}
.site-pagination span.current {
    color: #888;
}
/* =============================================
                        Sidebar Style 
============================================= */
.widget_alith_newsflash {margin: 0 !important;}
.sidebar-widget {
    margin: 0 0 30px;
    overflow: hidden;
}
.topright .sidebar-widget {margin: 0 }
h4.widget-title {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 16px;
    padding: 4px 0;
    text-align: center;
    text-transform: uppercase;
}
.widget_categories ul {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.widget_categories ul li:first-child,
.widget_recent_entries ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_archive ul li:first-child,
.widget_meta ul li:first-child,
.widget_rss ul li:first-child,
.widget_nav_menu ul li:first-child,
.widget_pages ul li:first-child {
    border: 0 none;
    padding-top: 0;
}
.widget_categories li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_meta li,
.widget_rss li,
.widget_nav_menu li,
.widget_pages li {
    border-top: 1px solid #666;
    list-style: outside none none;
    overflow: hidden;
    padding: 5px;
}
.sidebar-widget .facebook-plugin {
    overflow: hidden;
}
.sidebar-widget.add img,
.sidebar-widget .facebook-plugin img {
    display: block;
    width: 100%;
    height: auto;
}
.widget-area .widget_alithemes_about {
    text-align: center;
}
.about-widget-social-network {
    border: 0 none;
}
.widget-area .about-widget-img {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
    padding: 5px;
}
.about-widget-img {
    margin: 0 0 20px;
}
.about-widget-img-admin {
    width: 100px;
    height: auto;
}
.about-widget-content {} .author-img {
    width: 176px;
    height: 176px;
    border: 1px solid #e0e0e0;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
}
.author-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 3px solid #fff;
}
.author-img:hover img,
.author-img:hover {
    border-radius: 0;
}
.recent-post ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.recent-post ul li {
    list-style: none;
    overflow: hidden;
    padding: 15px 0;
    border-top: 1px solid #eee;
}
.recent-post ul li:first-child {
    padding-top: 0;
    border: 0;
}
.recent-post-big-thumb {
    overflow: hidden;
}
.recent-post-big-thumb img.mini-widget-thumb,
.home-grid .post-media,
.last-post-style-one .post-thumb,
.post_content p,
.post_content ul,
.the_post_list .post-thumb {
    margin: 0 0 20px 0;
}
.recent-post-big-thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.recent-post-big-thumb ul li {
    list-style: none;
    overflow: hidden;
    padding: 15px 0;
    border-top: 1px solid #eee;
}
.recent-post-big-thumb ul li:first-child {
    padding-top: 0;
    border: 0;
}
/***Taber****/

#alith-tab li.alith-current-item {}
/***Tags**/

.sidebar-widget .tagcloud a,
.post-tags a {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0 10px 10px 0;
    padding: 2px 10px;
    text-transform: uppercase;
}
/*comment widget*/

.alith-recent-comments-widget {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.alith-recent-comments-widget li {
    margin: 0;
    padding: 6px 0;
}
.alith-recent-comments-widget .alith-avatar {
    float: left;
    margin-right: 20px;
    width: 45px;
}
.alith-recent-comments-widget .alith-details {
    color: #484848;
    overflow: hidden;
}
.alith-recent-comments-widget .alith-details strong {
    font-weight: 700;
}
.alith-recent-comments-widget .alith-details a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.alith-recent-comments-widget .alith-details span {font-style: italic;}
.recent-post .post-thumb {
    margin: 0 0 10px;
    overflow: hidden;
}
.recent-post-big-thumb .post-thumb {
    overflow: hidden;
}
.recent-post h5,
.post-title-normal {
    border-bottom: 2px solid;
    font-size: 25px;
    padding-bottom: 10px;
}
.time-ago {
    display: inline-block;
}
.show_hide.fa.fa-close.pull-right {
    margin: 18px;
}
.recent-post .post-thumb a {
    display: block;
}
.recent-post .post-thumb {
    height: 180px;
    overflow: hidden;
}
.recent-post .post-thumb a img {
    display: block;
    min-height: 180px;
    width: auto;
}
.recent-post .post-data {
    min-height: 72px;
    overflow: hidden;
    padding: 0 0 6px;
}
.post-meta {
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}
.post-meta span.meta-categories a {
    display: inline-block;
    margin: 0 5px;
}
.post-meta span.meta-categories a:first-child {
    margin: 0;
}
.widget_alith_instagram li a {
    display: block;
    overflow: hidden;
}
#sidebar .sidebar-widget.alt-search {
    padding: 18px;
    margin: 0 0 30px;
    background: #fbfbfb;
}
.alt-search-form {
    overflow: hidden;
    border: 1px solid #b7b5b5;
    position: relative;
}
.alt-search-form fieldset {
    overflow: hidden;
}
.alt-search-form fieldset input {
    padding: 0 40px 0 10px;
    height: 37px;
    line-height: 37px;
    border: 0;
}
.alt-search-form fieldset input:focus {
    border: 0;
}
.alt-search-form fieldset button {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    padding: 4px 10px;
}
.blog-category {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-category li {
    overflow: hidden;
    list-style: none;
    padding: 5px;
    border-top: 1px solid #dedede;
}
.blog-category li:first-child {
    padding-top: 0;
    border: 0;
}
.blog-category li a {
    display: block;
    clear: both;
}
.blog-category li a em {
    float: left;
}
.blog-category li a i {
    float: right;
}
.blog-category li a em,
.blog-category li a i {
    font-style: normal;
}
/**last post widget*/

.last-post-style-one .number {
    display: inline-block;
    float: left;
    font-family: spectral;
    font-size: 30px;
    font-style: italic;
    line-height: 1;
    margin: 0 10px 0 0;
}
.last-post-style-two .post-thumb,
.last-post-style-three .post-thumb {
    float: left;
    margin: 0 10px 0 0;
}
.last-post-style-two li,
.last-post-style-one li {
    overflow: hidden;
    padding: 0 0 20px;
}
.last-post-style-one h5,
.last-post-style-two h5,
.last-post-style-three h5,
.last-post-style-four h5 {
    line-height: 1.2;
	margin: 0 0 10px 0;
}
.last-post-style-three .in-category {
    margin-top: 20px;
    margin-bottom: 20px;
}
.three-style-item {
    margin-bottom: 20px;
}
.last-post-style-four .post-thumb {
    margin: 0 0 10px 0;
}
/*=======================================
		comment style
========================================*/

.comments-title {
    text-align: center;
}
.comment-wrapper li {
    list-style: outside none none;
    margin: 20px 0;
    overflow: hidden;
}
.comment-wrapper #comments label[for="comment"],
.comment-wrapper #comments label[for="author"],
.comment-wrapper #comments label[for="email"]
 {
    display: none;
}
textarea {
    border: 1px solid;
    min-height: 150px;
    outline: 0 none;
    padding: 15px;
    width: 100%;
}
.comment-wrapper #comments .form-submit {
    margin-top: 10px;
}
.comment-wrapper input[type="submit"],
.post_content input[type="submit"] {
    border: 0 none;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 10px 30px;
    text-transform: uppercase;
    width: auto;
}
.comment-wrapper input[type="submit"]:hover,
.post_content input[type="submit"]:hover {
    color: #fff;
}
.comment-wrapper input,
.post_content input {
    border: 1px solid;
    font-weight: normal;
    outline: 0 none;
    padding: 10px;
}
.comment-wrapper #comments h3 small {
    font-size: 12px;
}
.comment-wrapper .commentlist {
    margin-top: 70px;
}
.comment-wrapper .commentlist {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.comment-wrapper.commentlist li {
    margin-bottom: 25px;
    overflow: hidden;
    list-style: none;
}
.comment-wrapper .commentlist li .comment-meta {
    margin: 0;
    overflow: hidden;
}
.comment-wrapper .commentlist li .comment-author {
    float: left;
}
.comment-wrapper .commentlist li .comment-details {
    float: left;
    width: 90%;
}
.comment-wrapper .commentlist li .comment-author.vcard img {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #333;
    float: left;
    height: 60px;
    margin-right: 15px;
    padding: 2px;
    width: 60px;
}
.comment-wrapper .commentlist li .comment-author.vcard .fn {
    float: left;
    margin: 0 10px 0 0;
}
.comment-wrapper .commentlist li .comment-metadata {
    float: left;
}
.comment-wrapper .commentlist article {
margin: 0 0 30px;
overflow: hidden;
}
.comment-wrapper .commentlist li .comment-metadata a {
    color: #999;
    font-size: 12px;
}
.comment-wrapper .commentlist li p.comment-awaiting-moderation {
    color: orange;
    margin-top: 30px;
}
.comment-wrapper .commentlist li .comment-content {
    margin: 0;
}
.comment-wrapper .commentlist li .reply {} .comment-wrapper .commentlist li ul.children {
float: left;
list-style: outside none none;
margin: 0 0 0 20px;
}
.comment-wrapper .commentlist li ul.children li:last-child {
    margin-bottom: 0;
}
.comment-wrapper .commentlist li ul.children .comment-content {
    margin: 0;
}
.comment-wrapper .commentlist li ul.children .reply {
    margin-left: 0px;
}
.comment-wrapper .commentlist li .reply a {
	border-radius: 0;
	color: #fff;
	float: left;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1;
	padding: 5px 15px;
	text-transform: uppercase;
}
.comment-wrapper .comment-date {
    color: #888;
    font-size: 12px;
}
.comment-wrapper .comment-respond {
    padding: 40px 0 0 0;
}
h3#comments {
    font-size: 18px;
}
/* =============================================
        Footer Style 
============================================= */

#footer {
    margin: 50px 0 0 0;
}
#footer .bottom ul.alith-instagram-grid-widget {
    background: #fff;
    padding: 20px 0;
}
#footer h5.widget-title {
    margin: 0 0 30px 0;
}
#footer .plugin-instagram {
    overflow: hidden;
    text-align: center;
}
#footer .plugin-instagram h4 {
    margin: 0 0 30px;
    text-transform: uppercase;
}
.instagram-gallery {
    overflow: hidden;
}
.instagram-gallery .item {
    float: left;
    width: 14.28%;
    overflow: hidden;
}
.instagram-gallery .item a {
    display: block;
}
.instagram-gallery .item img {
    display: block;
    width: 100%;
    height: auto;
}
.instagram-gallery .item img:hover {
    transform: scale(1.1);
}
#footer .box .social-icon {
    border: 0;
    padding: 0;
    height: auto;
    line-height: normal;
}
#footer .box .social-icon li {
    line-height: normal;
}
.form-newsletter {
    overflow: hidden;
}
.form-newsletter fieldset {
    overflow: hidden;
}
.form-newsletter fieldset .form-group {
    margin-bottom: 9px;
}
.form-newsletter fieldset .form-group input {
    width: 100%;
    background: none;
    border: 1px solid #e7e7e7;
    height: 35px;
    line-height: 35px;
    padding-top: 0;
    padding-bottom: 0;
}
button[type="submit"].btn-send {
    width: 180px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    padding: 0;
    float: left;
}
.form-newsletter fieldset .form-group button:hover,
button[type="submit"].btn-send:hover {
    background: #ccc;
    color: #333333;
}
#footer .box .instagram {
    overflow: hidden;
    margin: -5px;
}
#footer .box .instagram .item {
    width: 25%;
    float: left;
    padding: 5px;
    overflow: hidden;
}
#footer .box .instagram .item a {
    display: block;
    overflow: hidden;
}
#footer .box .instagram .item a img:hover {
    transform: scale(1.1)
}
.footer-end {
    border-top: 5px solid;
    margin: 50px 0 0;
    padding: 50px 0;
}
.footer-end .social-icon {
    margin: 0;
    text-align: center;
    width: 100%;
}
.copyright p {
    font-size: 14px;
    letter-spacing: 5px;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
/* =============================================
    Three Columns Post Style 
============================================= */

.three-columns-post #content {
    padding: 0 0 50px;
}
.three-columns-post .alt-post {
    padding: 2px;
    border: 1px solid #f3f3f3;
    border-top: 0;
    border-radius: 3px;
    margin: 0 0 30px;
}
.three-columns-post .alt-post figure {
    margin: 0 0 20px;
}
.three-columns-post .alt-post-content {
    padding: 0 10px;
}
.three-columns-post .alt-post-content h3 {
    margin: 0 0 5px;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 22px;
}
.three-columns-post .alt-post-content .post-meta {
    padding: 0 0 10px;
}
.three-columns-post .alt-post-content .post-meta span.date:before,
.three-columns-post .alt-post-content .post-meta span.date:after {
    width: 30px;
}
.three-columns-post .alt-post-content .description {
    padding: 0 0 20px;
}
.three-columns-post .alt-post-content .description p {
    margin: 0;
}
.three-columns-post .alt-post-content .alt-btn-countinuereading {
    margin: 0 0 15px;
}
.three-columns-post .alt-post-content .alt-post-foot {
    padding: 0;
    border: 0;
}
.three-columns-post .alt-post-content .alt-post-foot .alt-post-author {
    padding: 0;
}
.three-columns-post .post-social-icons {
    padding: 8px 0 5px;
    overflow: hidden;
    float: none;
    text-align: center;
    border-top: 1px solid #d9d9d9;
}
.three-columns-post .post-social-icons li {
    width: 20%;
}
/* =============================================
     Masonry Post Style 
============================================= */

.three-columns-post .portfolio-content .alt-post {
    border: 1px solid #f3f3f3;
}
.masonry-grid {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}
.three-columns-post .portfolio-content .alt-post figure {
    margin: 0;
}
.three-columns-post .portfolio-content .alt-post .alt-post-content {
    padding-top: 20px;
}
.three-columns-post .portfolio-content .alt-post blockquote {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}
/* =============================================
     Page Style 
============================================= */

.page #content figure {
    margin: 0 0 30px;
}
.page #content h1 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 30px;
}
.page #content .description {
    padding: 0 0 55px
}
.page #content .description p {
    margin: 0 0 25px;
}
.page #content .description h2 {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 21px;
}
.reply-form {
    overflow: hidden;
}
.reply-form textarea,
.header-search-form input,
.reply-form .form-control {
    color: #333333;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
.reply-form textarea {
    height: 230px;
    line-height: 24px;
    resize: none;
    padding: 5px 10px;
}
.page.post-detail #content .description {
    padding: 0;
}
.page #content .description p strong {
    font-size: 18px;
    font-weight: 600;
}
.alt-tags {
    overflow: hidden;
    text-align: center;
    font-style: italic;
    padding: 0 0 30px;
}
.alt-tags li {
    display: inline-block;
    vertical-align: middle;
}
.alt-tags li a {
    display: block;
    color: #888;
}
.page.post-detail #content .next-previous {
    padding: 40px 0;
}
.next-previous .prev-post,
.next-previous .next-post {
    float: right;
    position: relative;
    padding: 0 10px;
    margin: 0 50px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}
.next-previous .prev-post {
    float: left;
}
.next-previous .prev-post:after,
.next-previous .prev-post:before,
.next-previous .next-post:after,
.next-previous .next-post:before {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #b7b5b5;
    position: absolute;
    top: 50%;
    left: 100%;
}
.next-previous .prev-post:before,
.next-previous .next-post:before {
    left: auto;
    right: 100%;
}
.next-previous .older-post a {
    display: block
}
.author .author-img img {
    border: 1px solid #fff;
}
.meta {
    overflow: hidden;
    padding: 21px 0;
    text-align: right;
    line-height: 16px;
    font-size: 12px;
    font-style: italic;
}
.meta span {
    display: block;
}
.alt-banner #home-slider {
    border-bottom: 5px solid;
    padding-bottom: 20px;
}
.home-slider .owl-controls .owl-buttons div {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    color: #333333;
}
.home-slider .owl-controls .owl-buttons div i {
    display: inline-block;
    line-height: 1;
    margin: 0 10px;
}
#home-slider .owl-buttons {
    bottom: 0;
    position: absolute;
}
#home-slider .owl-controls .owl-buttons div {
    bottom: 20px;
    color: #fff;
    float: left;
    font-family: oswald;
    height: auto;
    letter-spacing: 2px;
    margin: 0 1px 0 0;
    padding: 0 20px;
    position: relative;
    top: auto;
    width: auto;
}
.home-slider .owl-controls .owl-buttons div.owl-next {
    margin: -40px 0 0;
}
.home-slider .owl-controls .owl-buttons div.owl-prev:hover,
.home-slider .owl-controls .owl-buttons div.owl-next:hover {
    background: rgba(66, 66, 66, 0.5)
}

.home-slider2 .post-content{
padding: 0 20px;
text-align: center;	
}
.home-slider2 .alt-banner-poststyle .title {padding: 0; margin: 0; border: 0;}
.home-slider2 .alt-banner-poststyle .title h1{
margin: 30px 0;
text-align: center;
text-transform: none;	
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    float: left;
}
.masonry {
    display: block;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
/* 5 columns */

.masonry.masonry-columns-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}
@media(max-width: 1170px) {
    .masonry.masonry-columns-5 {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}
/*-4 columns------*/

.masonry.masonry-columns-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}
/*-3 columns------*/

.masonry.masonry-columns-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
/*-2 columns------*/

.masonry.masonry-columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
/*-1 columns------*/

.masonry.masonry-columns-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
/*--------Responsive---------*/
/* -----------------------------------------------------------------------------
 * MORE ARTICLES
 * -------------------------------------------------------------------------- */

.single-more-articles {
    background: #fff none repeat scroll 0 0;
    border: 5px solid;
    bottom: 84px;
    display: inline-block;
    max-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    right: 20px;
    transform: translateY(200%);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    width: 330px;
    z-index: 98;
}
.single-more-articles h4.widget-title {
    padding-bottom: 9px;
}
.single-more-articles.single-more-articles--visible {
    transform: none;
    opacity: 1;
}
.single-more-articles-content img {
    float: left;
    margin: 0 10px 0 0;
    width: 85px;
}
.single-more-articles-content {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 0 20px;
}
.single-more-articles-close-button {
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 0;
}
.single-more-articles-close-button .vw-icon {
    font-size: 22px;
}
.single-more-articles-content:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 16px;
}
@media (max-width: 991px) {
    .single-more-articles {
        display: none;
    }
}