/*
Theme Name: Jizan
Theme URI: http://khalilthemes.com/jizan/
Author: khalilthemes.com
Author URI:  http://khalilthemes.com/
Description: Highend News Pulishing WordPress Theme
Version: 1.0
Text Domain: jizan
Tags: full-width-template, microformats, post-formats, sticky-post, theme-options, accessibility-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


/*
=====================================
 Table of Content ===================
=====================================
	#General
	#Heading and basic styles
	#Main Header style
	#Modal Search
	#Content styles
	#Page Header
	#404 Page
	#Search Page
	#Featured Post
	#Grid Post
	#Standard Post
	#Grid meta, date, author 
	#Standard social icons 
	#Single Social Share
	#Single Author Box
	#Related Posts
	#Comments
	#List Layout
	#Single article styles
	#Post Formats
	#Paginations
	#Buttons
	#Footer Styles
	#Sidebar Areas
	#WP deafult designs
	#Widgets
	#Forms & Contact Form 7
	
===================================
End of Table Content ==============
===================================
*/

@font-face { font-family:Oswald-semibold; 
			 src:url('fonts/Oswald-SemiBold.ttf'); } 
			 
@font-face { font-family:Oswald-medium; 
			 src:url('fonts/Oswald-Medium.ttf'); } 
			 
@font-face { font-family:Oswald-bold; 
			 src:url('fonts/Oswald-Bold.ttf'); } 
			 
@font-face { font-family:Oswald; 
			 src:url('fonts/Oswald-Regular.ttf'); } 
			 
@font-face { font-family:Roboto Condensed; 
			 src:url('fonts/RobotoCondensed-Regular.ttf'); } 

			 
h1, h2, h3, h4, h5, h6{
	font-family:sans-serif;
	text-transform:capitalize;
	letter-spacing:1px;
	
}

/*
=======================
General
=======================
*/

html{
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
}

body {
  color: #000;
  font-size: 15px;
  font-family:Roboto Condensed;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.main-container {
	background:#fff;
}


/**
===================================
Heading and basic styles
===================================
**/

.kt-top-banner {
	text-align:center;
}

.kt-top-banner img {
	width:100%;
	max-width:100%;
	height:auto;
}

#close {
    position:absolute;
    right: 0;
    top: 0;
    display:inline-block;
    font-size: 18px;
    padding: 2px 10px;
    background:#ccc;
    cursor: pointer;
}

#close:hover {
    color:#fff;
}

.off-logo {
	text-align:center;
}

.off-logo img {
	width:auto;
	max-width:100%;
	padding:25px 25px 40px 25px;
}

.col-sm-12 {
  padding-right: 0 !important;
}

p {
  line-height: 28px;
}

a,
a:active,
a:visited {
  word-wrap:break-word;
  color: #f44336;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: underline;
}


.kt-menu-catch dl,
.kt-menu-catch ol,
.kt-menu-catch ul{
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none
	}
	

	

/*
===================
News Ticker
===================
*/

.slide-icon {
    position: absolute;
    z-index: 1;
    display: block;
    width: 60px;
    font-size: 42px;
    cursor: pointer;
    color: #000;
    top: 50%;
    text-align: center;
    padding: 0;
}

.slide-icon:before {
    background: #fff;
    display: block;
	border:1px solid #ddd;
}

.slide-prev:hover,
.slide-prev:focus,
.slide-next:hover,
.slide-next:focus {
    outline: none;
}

.slide-prev {
    left: 0;
}

.slide-next {
    right: 0;
}

.news-ticker-wrapper {
    background: #fff;
	margin:15px 0 0 0;
}

.news-ticker-headline {
    float:left;
	color:#fff !important;
	background:#000;
	margin-right:15px;
}

.news-ticker-headline h2 {
    display: block;
    font-size: 12px;
    line-height: 30px;
    padding: 0 15px;
    margin: 0 0 0 0;
    text-transform: uppercase;
	letter-spacing:1px;
}

.news-ticker {
    line-height:28px;
}

.news-ticker .ticker-text {
    border: 0;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-ticker .ticker-text a {
    color: #000;
	outline:none;
}

.news-ticker .slide-prev,
.news-ticker .slide-next {
    top:0;
    width:30px;
    font-size:25px;
}

.news-ticker .slide-prev {
    right:35px;
    left:inherit;
}

.news-ticker .slide-next {
    right: 0;
}

.news-ticker .slide-icon:before {
    height: 30px;
    line-height: 30px;
}

@media only screen and (max-width: 767px) {
    .news-ticker-headline {
        width: 100%;
    }

    .news-ticker-headline h2 {
        margin: 0 auto;
    }

    .news-ticker {
        width: 100%;
        clear: both;
    }

    .news-ticker:before,
    .news-ticker:after {
        display: table;
        content: "";
        clear: both;
    }

    .news-ticker .slide-prev,
    .news-ticker .slide-next {
        top: -30px;
    }

    .news-ticker .ticker-text {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* End of scroller */ 

	
ol li {
	line-height:2.2;
}

dd {
	margin-bottom:7px;
}

dt, dd {
	line-height:2;
}

table { 
color: #333; 
width:100%;
overflow:none; 
border-collapse:collapse; 
border-spacing: 0;
margin:30px 0; 
}

td, th { 
border: 1px solid #CCC; 
height: 50px; 
text-align:center 
} 

th {
background: #fff; 
font-size:14px;
}

td {
background: #FAFAFA; 
text-align: center; 
}

td:hover  {
	background:#fff;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top:0;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.jizan30 {
	margin-top:30px;
}

.aligncenter {
  text-align: center;
  margin: 0 auto;
}

.alignleft {
	float:left;
	padding-right:10px;
}

.alignright {
	float:right;
	padding-left:10px;
}

img.alignleft {
	float:left;
}

img.alignright {
	float:right;
}

.circle-img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

label {
  font-weight: normal;
  display:inline;
}

.kt-single-content ul li {
  margin-bottom: 10px;
  margin-top: 10px;
}

.entry-content img.alignnone{
	width:auto;
	height:auto;
	max-width:100%;
}

.entry-content img {
	max-width:100%;
}

.entry-content p {
	font-size:18px;
	line-height:29px;
	margin-bottom:20px;
}

.kt-entry-title {
  text-transform:uppercase;
  letter-spacing:3px;
}

.kt-single-content p:first-child:first-letter {
	float:left;
	color:#000;
	font-size:100px;
	line-height:90px;
	padding-top:0;
	margin-right:15px;
	padding-bottom:0;
}
/*
.kt-single-content p a {
	border-bottom:3px solid #F44336;
}*/

.kt-single-content p a:hover {
	color:#fff;
	text-decoration:none;
}

.tooltip-inner {
	font-size:10px !important;
	text-transform:uppercase;
	letter-spacing:2px;
}

.kt-mega-nav .tooltip-inner {
	font-size:10px !important;
	text-transform:uppercase;
	letter-spacing:2px;
}

/*** 
=========================================
Main Header style
=========================================
***/

.jizan-header-five {
	height:60px;
}

.kt_main_menu_3 {
	margin-bottom:0px;	
}

.alternate-menu {
	background:#fff;
	margin:0 auto;
	width:1170px;
	height:60px;
	line-height:60px;
	text-align:center;
}

.top-header {
	height:40px;
	background:#fff;
}

.header-two {
	margin-top:15px !important;
}

.social-top {
  float:right;
}

@media only screen and (max-width: 480px) {

    button.md-trigger {
	display:none;
	
    }

    .social-top {
	display:none;
    }
	
	.menu-btn {
		display:none;
	}
	
}

@media only screen and (max-width: 767px) {	

    button.md-trigger {
	display:none;
	
    }

    .social-top {
	display:none;
    }
	
	.menu-btn {
		display:none;
	}

}

.social-top ul {
  margin-bottom:0;
  float:left;
  padding-left:0;
}

.social-top ul li {
  display:inline;
}

.social-top ul li a {
  display:inline-block;
  font-size:15px;
  height:40px;
  line-height:40px;
  margin-left:15px;
}


/* Offcanvas social icons */

.offsocialfollow {
	color:#808080;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
}

.offsocial-top {
	position:fixed;
	left:0;
	top:85%;
	width:100%;
	padding-left:30px;
    padding-right:30px;
    text-align:center;
}

.offsocial-top ul {
  margin-bottom:0;
  float:left;
  width:100%;
}

.offsocial-top ul li {
  display:inline-block !important;
}

.offsocial-top ul li a {
  display:inline-block;
  font-size:15px;
  margin:10px;
  border:none !important;
  padding:0 !important;
}


/***
Ajax Login
***/

#right-user {
  position:relative;
  float:right;
  margin-left:30px;
  z-index:5000;
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:2px;
}

#right-user a:hover, #right-user a:active, #right-user a:visited {
  text-decoration:none;
}

.avatar {
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
margin-right:3px;
line-height:46px;
display:inline-block;
}

.pt-logout a, .pt-register-footer a, .pt-login-footer a,
.pt-logout a:visited, .pt-register-footer a:visited, .pt-login-footer a:visited {
	color:#fff !important;
}

.jizan-submit-button {
	padding:7px 20px !important;
	font-size:10px !important;
	color:#fff !important;
	background:#000 !important;
	line-height:14px !important;
	border-radius:15px;
	vertical-align:middle;
	margin-top:-39px !important;
	margin-left:15px;
}

.jizan-submit-button:hover {
	color:#000 !important;
	background:#fff !important;
}

/***
Slider
***/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery {
  background: #EEE;
}

.gallery-cell {
  width:100%;
  height:500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:50% 50%;
}


@media only screen and (max-width: 480px) {

    .gallery-cell {
      width: 100%;
     }
	
}

.slider_100_big .gallery-cell h1.entry-title{
   line-height:1.4;
   font-size:30px;	
   margin-top:0;
   margin-bottom:15px;
}

.slider_100_big .gallery-cell h1.entry-title a,
.slider_100_big .gallery-cell h1.entry-title a:active {
   color:#000;
   text-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
   text-decoration:none;
   }

.slider_100_big .gallery-cell .kt-panel-author img {
	margin-right:7px;
}
   
.slider_100_big .gallery-cell .kt-panel-author,
.slider_100_big .gallery-cell .kt-fp-meta .date{
   color:#000 !important;
   font-size:13px;
   }
   
 .slider_100_big .gallery-cell .kt-panel-author:hover {
	 color:#000 !important;
	 text-decoration:none;
 }
 
.slider_100_big .gallery-cell .kt-panel-author:after {
	content:'-';
	padding:0 10px;
	font-size:10px;
}
   
.ktp-slider-metas {
	position:absolute;
	top:0;
	text-align:center;
	background:#fff;
	width:40%;
	height:100%;
}

.ktp-inner-slider {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(50%);
	-ms-transform:translateY(50%);
	transform:translateY(-50%); 
	text-align:center;
	padding:10px 25px;
}


.slider_100_big .gallery-cell .new-overlay-category a {
	color:#fff !important;
}

.slider_100_big .gallery-cell:nth-child(5n+1) .new-overlay-category a {
	background:#F44336 !important;
}

.slider_100_big .gallery-cell:nth-child(5n+2) .new-overlay-category a {
	background:#2196F3 !important;
}

.slider_100_big .gallery-cell:nth-child(5n+3) .new-overlay-category a {
	background:#4CAF50 !important;
}

.slider_100_big .gallery-cell:nth-child(5n+4) .new-overlay-category a {
	background:#EF6C00 !important;
}

.slider_100_big .gallery-cell:nth-child(5n+5) .new-overlay-category a {
	background:#78909C !important;
}


/*
 ==============================
 Blockquote
 ==============================
 */


blockquote {
  background: #fff;
  text-align:center;
  border-left: none;
  margin: 1.5em 0;
  padding: 1em;
  line-height: 1.8em;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size:120px;
  line-height: 0.1em;
  vertical-align: -0.4em;
}
blockquote p {
  color:#000 !important;
  display: inline;
  font-size: 25px !important;
  line-height:40px !important;
  margin-left:0 !important;
}


/*
==============================
PAGINATION
==============================
*/
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #6FB7E9;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #3C8DC5;
}


/*
==========================
Date in Header
==========================
*/

.date-in-header {
   float: left;
   font-size:12px;
   padding-right:25px;
   margin:0;
   vertical-align:center;
   line-height:40px;
   text-transform:uppercase;
   letter-spacing:1px;
}




/*
========================
Popular News
========================
*/


#trendingCollapse {
    position: absolute;
    width: 100%;
	top:100%;
    left: 0;
    right: 0;
    z-index: 9;
}

@media only screen and (max-width: 991px) {
    #trendingCollapse {
        max-height: 250px;
        overflow-y: scroll;
    }

}



.primary-bgcolor {
    background:#222;
    color: #fff;
	padding:0 10px;
}

/**/
span.jizan-hot a {
	color:#000 !important;
	background:transparent !important;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:46px;
}

span.jizan-hot a:hover,
span.jizan-hot a:active {
	color:#000!important;
	text-decoration:none;
}

span.jizan-hot {
	float:right;
	padding-right:15px;
	padding-left:15px;
	
}

.collapse.primary-bgcolor.kt_fps8 {
	margin-top:0;
}

#trendingCollapse .kt_fps13 .entry-title {
	font-size:14px !important;
}


.hot-bolt,
.jizan_trending_view {
	font-size:35px;
	margin-bottom:15px;
	letter-spacing:2px;
}



/*
==============================
Modal Search
==============================
*/

button.md-trigger {
  float: right;
  font-size:18px;
  line-height:46px;
  border: none;
  padding: 0 15px 0 15px;
  outline: none;
  background:none;
  color:#000 !important;
}

.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}

.md-perspective body {
  background: red;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}

.container {
  min-height: 100%;
}

.md-modal {
  position: fixed;
  top: 50%;
  left:50%;
  width: 70%;
  max-width: 1250px;
  min-width: 620px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}


.md-content {
  color: #fff;
  position: relative;
  margin: 0 auto;
  font-weight:700;
  padding: 50px 30px;
}

.md-content > div {
  margin: 0;
  font-size: 1.15em;
}

.md-content > div p {
  margin: 0;
  padding: 10px 0;
}

.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}

.md-content > div ul li {
  padding: 5px 0;
}

.md-content input[type="text"] {
  padding: 0;
  border:none;
  text-align: center;
  background: transparent;
  width: 100%;
  height:200px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 150px;
  font-weight: 300 !important;
}

.md-content input[type="text"]:focus {
  outline: none;
  border: none;
  background:transparent;
}

.md-content button {
  display: block;
  margin: 0 auto;
}

button.md-close {
  position:absolute;
  top:0;
  right:0;
  background: transparent;
  border: none;
  outline:none;
  color: #fff !important;
  font-size:25px !important;
  font-family:'Arial', Halvetica, sans-serif !important;
  font-weight:100!important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  
}

button.md-close:active {
	outline:none;
}

.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
  background:rgba(0,0,0,.90);
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent;
}

.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/*** 
=======================
LOGO
=======================
***/

.logo {
  text-align:left;
  margin: 15px 0 0 0;
  line-height:90px;
}

.logo-main {
  text-align:center;
  margin: 15px 0 0 0;
  line-height:90px;
}

.top-banner {
  float:right;
  text-align: right;
  margin: 15px 0 0 0;
}

.logo2 {
  text-align:center;
  margin: 30px 0 40px 0 !important;
  line-height:90px;
}

.logo3 {
  text-align:left;
  margin: 20px 0 20px 0;
  line-height:90px;
}

.logo5 {
  position:absolute;
  left:15px;
  text-align: left;
  margin:0 !important;
  line-height:48px;
  z-index:5000;
}

.logo5 img{
  width:auto !important;
  height:35px !important;
}

.top-banner3 {
  float:right;
  text-align: right;
  margin: 20px 0 20px 0;
}

.site-title {
	height:auto;
	min-height:90px;
	overflow:hidden;
}

.site-title a{
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:3px;
	float:left;
	margin-top:28px;
	text-decoration:none;
	color:#000 !important;
}

.site-title a:hover {
	text-decoration:none;
	color:#000 !important;
}

.site-title5 a{
	font-size:35px;
	text-transform:uppercase;
	letter-spacing:3px;
	float:left;
	line-height:50px;
	text-decoration:none;
	color:#000 !important;
	padding-left:10px;
}

.site-title5 a:hover {
	text-decoration:none;
	color:#000 !important;
}



@media only screen and (max-width: 480px) {
	
	.logo {
		width:auto;
		text-align:center;
	}
	
	.logo img{
		width:auto;
		max-width:100%;
		height:auto;
	}
	
	.top-banner {
		float:none;
	}
	
	.top-banner img {
    width: auto;
    max-width: 100%;
    height: auto;
    }
	
	.date-in-header {
		float:none;
		text-align:center;
	}
	
	.logo5 {
       position:relative;
       left:0;
       text-align: center;
       margin:20px 0 !important;
       z-index:5000;
    }
	
}

@media only screen and (max-width: 767px) {	

    .logo img{
		width:auto;
		max-width:100%;
		height:auto;
	}
	
	.top-banner {
		float:none;
	}
	
	.top-banner img {
    width: auto;
    max-width: 100%;
    height: auto;
    }

}


.advertisement-title {
	display:none;
}


/***
======================
Page Header
======================


.category .kt-page-header {
  padding: 20px 0 25px 0;
  margin: 5px 0 30px 0 !important;
  border: 1px solid rgba(0,0,0,.1);
  background: #fff;
  text-align: center;
}

.kt-page-header {
  padding: 20px 0 25px 0;
  margin: 5px 0 30px 0 !important;
  border: 1px solid rgba(0,0,0,.1);
  background: #fff;
  text-align: center;
}


h2.kt-page-title {
  color:#000;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 25px;
  text-transform:uppercase;
  letter-spacing:2px;
}

.category-posts img {
	width:45%;
	height:335px;
	float:left;
	margin-right:5%;
}

.kt-list-category-post-inner {
	min-height:335px;
	margin-bottom:30px;
}


.archive-posts img,
.search-posts img {
	width:330px;
	height:220px;
}

.search-posts .posted-on {
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:1px;
}



@media only screen and (max-width: 480px) {
	
	.category-posts img {
	width:100%;
	height:210px;
	float:left;
	margin-right:0;
	margin-bottom:10px;
    }
	
   .kt-list-category-post-inner {
	margin-bottom:70px;
   }
   
   .archive-posts{
	padding-right:15px;
   }
   
   .archive-posts img {
	width:100%;
	height:210px;
   }
	
}

.category-post-title {
	color:#000 !important;
	font-size:40px;
	line-height:1.5;
	letter-spacing:2px;
	text-transform:uppercase; 
	margin-bottom:10px;
}

.category-post-title a,
.archive-post-title a {
	color:#000 !important;
	text-decoration:none;
}

.category-post-title a:hover{
	color:000 !important;
	text-decoration:none;
}

.category .kt-list-category-post-inner .byline {
	display:inline-block;
	margin-top:0;
	margin-bottom:20px;
}
***/
.jizan-notify {
	color:#fff;
	background:#2baf2b;
	padding:12px 10px;
	text-align:center;
	margin:20px 0 30px 0;
	border-radius:5px;
}


.jizan-archive-page {
	padding-right:15px !important;
	margin-right:0 !important;
}

.search-post-title {
	color:#000 !important;
	font-size:35px;
	line-height:1.5;
	letter-spacing:2px;
	text-transform:uppercase; 
	text-align:center;
	margin:20px auto 20px auto;
	width:60%;
}

.search-post-title a{
	color:#000 !important;
}

.search-post-title a:hover{
	text-decoration:none;
}


/*
 =====================
 404 error page
 =====================
 */

.error-page-header {
  text-align: center;
  padding-top:50px;
  padding-bottom:100px;
}

h1.four-zero-four {
  font-size:150px !important;
  padding: 0 !important;
  color: #000;
}

h1.error-page-title {
  padding: 0 !important;
  color: #000;
}

.error404 p {
  color: #000;
}

.error404 a.button {
  color: #fff !important;
}

a.jizan-button {
	display:inline-block;
	color:#fff !important;
	background:#000;
	padding:10px 20px;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
}

a.jizan-button:hover, a.jizan-button:active {
	color:#fff !important;
	background:#000;
	text-decoration:none;
}


a.jizan-button2 {
	display:inline-block;
	color:#000 !important;
	padding:10px 20px;
	font-size:14px;
	letter-spacing:1px;
	border:2px solid #000;
	text-transform:uppercase;
}

a.jizan-button2:hover, a.jizan-button2:active {
	color:#999 !important;
	border:2px solid #999;
	text-decoration:none;
}

a.jizan-button3 {
	display:inline-block;
	color:#000 !important;
	background:#fff;
	padding:10px 20px;
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
}

a.jizan-button3:hover, a.jizan-button3:active {
	background:#000;
	color:#fff !important;
	border:none;
	text-decoration:none;
}

a.jizan-button4 {
	display:inline-block;
	color:#fff !important;
	background:#000;
	padding:10px 20px;
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
}

a.jizan-button4:hover, a.jizan-button4:active {
	background:#fff;
	color:#000 !important;
	border:none;
	text-decoration:none;
}


a.jizan-button5 {
	display:inline-block;
	color:#000 !important;
	background:#fff;
	padding:10px 20px;
	font-size:14px;
	border:2px solid #000;
	letter-spacing:1px;
	text-transform:uppercase;
}

a.jizan-button5:hover, a.jizan-button5:active {
	background:#000;
	color:#fff !important;
	border:none;
	border:2px solid transparent;
	text-decoration:none;
}

/* Callout Section */


.kt-callout {
	width:100%;
	display:inline-block;
	color:#fff;
	background:#000;
	padding:5px;
	font-size:25px;
}

.kt-callout h1 {
	font-size:35px;
	letter-spacing:2px;
	word-wrap:break-word;
	text-transform:uppercase;
	padding:0;
	margin:0 0 30px 0;
	line-height:1.5;
}


.kt-callout-inner {
	padding:100px 30px;
	border:1px solid #fff;
	margin:5px;
}

.kt-callout a {
	display:inline-block;
	font-size:14px;
	background:transparent;
	color:#000 !important;
	background:#fff;
	padding:12px 30px;
	border:2px solid #fff;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
}

.kt-callout a:hover {
	background:#000;
	color:#fff !important;
}


/* Start of callout 2 */


.kt-callout2 {
	display:inline-block;
	color:#000;
	background:#fff;
	border:3px solid #000;
	font-size:25px;
	width:100%;
}

.kt-callout2 h1 {
	font-size:35px;
	letter-spacing:2px;
	word-wrap:break-word;
	text-transform:uppercase;
	padding:0;
	margin:0 0 30px 0;
	line-height:1.5;
}


.kt-callout2 .kt-callout-inner {
	padding:100px 30px;
}

.kt-callout2 a {
	display:inline-block;
	font-size:14px;
	background:transparent;
	color:#000 !important;
	padding:12px 30px;
	border:2px solid #000;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
}

.kt-callout2 a:hover {
	background:#000;
	color:#fff !important;
}


/* KT Divider */

.kt-divider-style-one {
	display:block;
	width:100%;
	margin:25px 0 50px;
	border-bottom:1px solid #efefef;
}

.kt-divider-style-two {
	display:block;
	width:100%;
	margin:25px 0 50px 0;
	border-bottom:1px solid #ccc;
}

.kt-divider-style-three {
	display:block;
	width:100%;
	margin:25px 0 50px;
	border-bottom:1px solid #000;
}

.kt-divider-style-four {
	display:block;
	width:100%;
	margin:25px 0 50px;
	border-bottom:2px solid #000;
}

.kt-divider-style-five {
	display:block;
	width:100%;
	margin:75px 0 100px;
	border-bottom:1px solid #ccc;
}

/* end of divider */

/* Spacing */

.kt-spacing-style-one {
	display:block;
	width:100%;
	margin:25px 0;
}

.kt-spacing-style-two {
	display:block;
	width:100%;
	margin:25px 0 50px 0;
	border-bottom:1px solid #000;
}

.kt-spacing-style-three {
	display:block;
	width:100%;
	margin:75px 0 100px;
	border-bottom:1px solid #000;
}

.kt-spacing-style-four {
	display:block;
	width:100%;
	margin:75px 0 100px;
	border-bottom:1px dotted #000;
}

.kt-spacing-style-five {
	display:block;
	width:100%;
	margin:75px 0 100px;
	border-bottom:1px solid #ccc;
}

/* end of spacing */


/* Parallax Section */


.kt-parallax {
	width:100%;
	max-width:100%;
	background-attachment: fixed;
    background-position:50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	display:inline-block;
	color:#fff;
	font-size:25px;
}


.kt-parallax h1 {
	font-size:35px;
	letter-spacing:2px;
	word-wrap:break-word;
	text-transform:uppercase;
	padding:0;
	margin:0 0 30px 0;
	line-height:1.5;
}


.kt-parallax-inner {
	padding:100px 30px;
	background:rgba(0,0,0,.30);
}

.kt-parallax a {
	display:inline-block;
	font-size:14px;
	background:transparent;
	color:#000 !important;
	background:#fff;
	padding:12px 30px;
	border:2px solid #fff;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
}

.kt-parallax a:hover {
	background:transparent;
	color:#fff !important;
}


/* Start of Image Box */




.kt-imagebox {
	width:100%;
	max-width:100%;
    background-position:50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	display:inline-block;
	color:#fff;
	font-size:25px;
	padding:10px;
}

.kt-imagebox-inner {
	padding:70px 30px;
	margin:10px;
	border:1px solid #fff;
}

.kt-imagebox h1 {
	font-size:35px;
	letter-spacing:2px;
	word-wrap:break-word;
	text-transform:uppercase;
	padding:0;
	margin:0 0 30px 0;
	line-height:1.5;
	
}

.kt-imagebox a {
	display:inline-block;
	font-size:14px;
	background:transparent;
	color:#000 !important;
	background:#fff;
	padding:12px 30px;
	border:2px solid #fff;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
}

.kt-imagebox a:hover {
	background:transparent;
	color:#fff !important;
}



/* Start of Info Box */

.kt-infobox {
	width:100%;
	max-width:100%;
    background-position:50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	display:inline-block;
	color:#fff;
	font-size:25px;
	padding:10px;
}

.kt-infobox-inner {
	padding:70px 30px;
	margin:10px;
	border:1px solid #fff;
}

.kt-infobox p {
	font-size:25px;
	word-wrap:break-word;
	padding:0;
	margin:0 0 30px 0;
	line-height:1.4;
	
}

.kt-infobox a {
	display:inline-block;
	font-size:14px;
	background:transparent;
	color:#000 !important;
	background:#fff;
	padding:12px 30px;
	border:2px solid #fff;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
}

.kt-infobox a:hover {
	background:transparent;
	color:#fff !important;
}


/* KT Banner Ads */

.kt-bannerads {
	text-align:center;
	overflow:hidden;
}

.kt-bannerads img{
	width:auto;
	max-width:100%;
}


/* Member Box */

.kt-memberbox {
	overflow:none;
	padding:50px 0 50px 0;
	text-align:center;
	background:#f5f5f5;
	margin-bottom:30px;
}

.kt-memberbox img {
	width:200px;
	height:200px;
	border-radius:50%;
}

.kt-memberbox h2 {
	color:#000;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0 20px;
	margin:25px 0 0 0;
}

.kt-memberbox h3 {
	color:#999;
	font-size:12px;
	font-weight:100;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0 20px;
	margin:15px 0 0 0;
}



.team-divider {
	width:50px;
	border-bottom:1px solid #000;
	margin:15px auto 0 auto;
}





/* Testimonial */

.kt-testimonial {
	overflow:none;
	text-align:center;
	margin-bottom:30px;
}


.kt-testimonial p.clcom {
   background: #efefef;
   position: relative;
   padding:25px;
   margin-bottom:30px;
   line-height:28px;
}
.kt-testimonial p.clcom:before {
   content:"";
   position: absolute;
   top: 100%;
   left: 46%;
   width: 0;
   height: 0;
   border-left: 14px solid transparent;
   border-right: 14px solid transparent;
   border-top: 15px solid #efefef;
}


.kt-testimonial img {
	width:60px;
	height:60px;
	border-radius:50%;
}

.kt-testimonial h2 {
	color:#000;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:0 20px;
	margin:15px 0 0 0;
}

.kt-testimonial-inner p.cldes {
	color:#999;
	font-size:10px;
	font-weight:100;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0 20px;
	margin:0 0 0 0;
}






/*
 =======================
 Search Page
 =======================
 */

.search-page-header {
  padding: 25px 0 30px 0;
  margin: 0 0 30px 0 !important;
  background: #fff;
  border:1px solid #efefef;
  text-align: center;
}

h2.search-page-title {
  color:#000;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 25px;
  text-transform:uppercase;
  letter-spacing:2px;
}

.search .kt-standard {
  padding-left: 0 !important;
  margin-left: 0 !important;
}


/*** 
=================================
Sticky Post 
=================================
***/

.sticky .standard-post-inner {
	background:#efefef !important;
	padding:30px 20px;
}

.sticky:before {
  content: "Pinned";
  color: #FFF;
  background: #000;
  font-size:10px;
  letter-spacing:2px;
  padding:3px 7px;
  display: inline-block;
  position:absolute;
  text-align: right;
  float: right;
  text-transform: uppercase;
}


/*** 
=================================
Featured Post 
=================================
***/

.featured-post-text {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, .40);
  padding: 0 10px;
  width: 100%;
  height: 100%;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease;
  -ms-transition: all .7s ease;
  transition: all .7s ease
}

.featured-post-text:hover {
  background: rgba(0, 0, 0, .80);
}

.featured-post-inner {
  position: relative;
  top: 28%;
}

.featured-post-inner h4 a {
  color: #fff;
  line-height: 22px;
  font-size: 18px;
  width: 100%;
  font-weight: normal;
  
}

.featured-post-text span.date {
  margin: 25px 0 !important;
  font-size: 11px;
  color: #fff;
  font-style: italic;
}

.triangle-topleft {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 4px 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.featured-post-text:hover .triangle-topleft {
  display: inline-block;
  background: #3b55e6;
  color: #fff;
}

.jizan-panel-category {
	position:absolute;
	top:10px;
	left:10px;
}

.jizan-panel-category a{
	display:inline-block;
	color:#fff !important;
	padding:4px 9px;
	background:#000;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}



/*** 
===========================
Grid Post
===========================
***/

.kt-grid {
  margin-bottom: 50px;
}

.grid-post-inner {
  text-align: left;
  overflow: none;
  position: relative;
}

.kt-grid img {
  width: 100%;
  height: 240px;
}

h2.grid-post-title {
  margin: 5px 15px 15px 15px;
  text-align: center;
  line-height: 28px;
}

h2.grid-post-title a {
  color: #000;
  font-size: 25px;
}

h2.grid-post-title a:hover {
  text-decoration: none;
  color: #999;
}

.grid-meta {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  margin: 20px 0 0 0;
}

.grid-meta span a {
  text-decoration: none;
  color: #3b55e6;
  font-size: 11px;
}

.grid-meta span a:hover {
  text-decoration: underline;
}

.grid-meta span:after {
  content: '+';
  margin: 0 5px;
}

.grid-meta span:last-child:after {
  content: ' ';
  margin-right: 0;
}

.kt-standard-excerpt {
  text-align: center;
  margin: 0 30px;
  color: #888;
  word-wrap:break-word;
  margin-bottom:25px;
}

.kt-grid-excerpt {
  text-align: center;
  margin: 25px 15px 0 15px;
  font-size: 14px;
  color: #000;
  
}

.raj-grid-divider {
  display: none;
  width: 30%;
  margin: 10px auto;
  border-bottom: 1px solid #ddd;
}


/*** 
=================================
STANDARD POST 
=================================
***/

.kt-featured,
.kt-standard,
.kt-grid,
.kt-list,
.post-style-2,
.post-style-3,
.post-style-4,
.post-style-5,
.post-style-6 {
  margin-bottom: 50px;
}

.standard-post-inner,
.grid-post-inner {
  margin-bottom:30px;
  background: #fff;
}

.list-post-inner {
  margin-bottom: 25px;
  background: #fff;
  -webkit-box-shadow: 0 5px 4px -4px rgba(190, 190, 190, .1);
  -moz-box-shadow: 0 5px 4px -4px rgba(190, 190, 190, .1);
  box-shadow: 0 5px 4px -4px rgba(190, 190, 190, .1)
}

.kt-standard img {
  width:auto;
  max-width:100%;
  height:auto;
}


.post-style-2 img {
  width: auto;
  max-width:100%;
  height:auto;
}

.post-style-2 img.avatar {
	margin-top:0;
	margin-right:10px;
}

.post-style-3{
	
}

.kt-single-3-post-header {
	text-align:center;
	margin:0 auto;
	width:95%;
	padding:40px 0 40px 0;
}

.post-style-3 img {
  width:100%;
  max-width:100%;
  height:auto;
}

.post-style-3 img.avatar {
	width:32px;
	height:32px;
	margin-right:10px;
}

.share-text {
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}


/**
=====================================
 Standard social icons 
=====================================
**/

ul.standard-social-icons {
  padding-left: 0 !important;
}

ul.standard-social-icons li {
  list-style-type: none;
  display: inline;
}

ul.standard-social-icons li a {
  text-align: center;
  margin: 0 6px 0 0;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #999 !important;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease
}

ul.standard-social-icons li a i {
  line-height:38px;
  text-align:center;
}

ul.standard-social-icons li a:hover {
  color:#000 !important;
}

ul.standard-social-icons li:last-child a {
  margin-right:0;
}


/**
=========================
Single social share
========================= 
**/

ul.single-social-icons {
  padding-left: 0 !important;
  margin:0 0 0 0;
}

ul.single-social-icons li {
  list-style-type: none;
  display: inline;
  margin:0 !important;
  padding:0 !important;
}

ul.single-social-icons li a,
ul.single-social-icons li a:active {
  text-align: center;
  margin:0 !important;
  display: inline-block;
  padding-left:15px;
  padding-right:15px;
  font-size:18px;
  letter-spacing:1px;
  color: #fff;
  text-decoration:none;
  opacity:1;
  -webkit-border-radius:3px;
  border-radius:3px;
  overflow:hidden;
  width:11.5%;
  line-height:44px;
}

ul.single-social-icons li a.kt-facebook-share {
	background:#3b5998;
	width:25%;
}

ul.single-social-icons li a.kt-twitter-share {
	background:#1da1f2;
	width:25%;
}

ul.single-social-icons li a.kt-linkedin-share {
	background:#8d6cab;
	
}

ul.single-social-icons li a.kt-google-share {
	background:#dd4b39;
	width:25%;
}

ul.single-social-icons li a.kt-mail-share {
	background:#000;
}

ul.single-social-icons li a:hover,
ul.single-social-icons li a:active {
  text-decoration:none;
  opacity:0.70;
}

ul.single-social-icons li:last-child a {
  margin-right: 0;
}

ul.single-social-icons li a span{
	text-transform:uppercase;
	font-size:12px;
	line-height:40px;
	letter-spacing:2px;
}

ul.single-social-icons li a span:before {
	content:'|';
	padding:0 7px;
	font-size:13px;
	line-height:40px;
	color:rgba(255,255,255,0.2);
}

.single-share-text {
  margin-right:10px;
  color: #000;
  font-size: 14px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
}

@media only screen and (max-width: 480px) {
	
.single-share-text {
  display:block;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #000;
  text-transform:uppercase;
  letter-spacing:1px;
  text-align:center;
}
	
ul.single-social-icons li {
  list-style-type: none;
  display:block;
}

ul.single-social-icons li a,
ul.single-social-icons li a:active {
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 15px 10px 0;
  display:block;
  padding-left:15px;
  padding-right:15px;
  font-size: 16px;
  color: #fff;
  text-decoration:none;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease;
  -ms-transition: all .7s ease;
  transition: all .7s ease;
  border-radius:3px;
  }

  ul.single-social-icons li:last-child a {
    margin-right: 15px;
   }
   
   .kt-standard img {
    width:auto;
    max-width:100%;
    height:auto;
    padding-right:15px;
    }
	
	.kt-single-content {
		padding-right:15px;
	}
	
	#kt-comments {
		padding-right:15px;
	}
	
	.comment-list .comment-body .avatar {
		padding-right:0;
	}
	
	.search-form input[type="search"] {
		width:100%;
	}
	
}

/**
=============================
Tags in Single Post
=============================
**/

.kt-tags {
	margin-bottom:20px;
}

.kt-tags a{
  text-decoration:none;
  color:#fff !important;
  background:#000;
  padding:4px 11px;
  font-size:11px !important;
  display:inline-block;
  margin:0 10px 10px 0;
  text-transform:uppercase;
  letter-spacing:1px;
}

.kt-tags a:hover {
  color: #fff !important;
  text-decoration: none;
  background:#000;
}


/**
=============================
Single Author Box
=============================
**/

.kt-single-author-box {
background:#fff; 
margin-top:40px;
margin-bottom:30px; 
box-shadow:0 0 1px rgba(0,0,0,0.3);   
}

.kt-single-author-box .inner {
  padding: 0;
}

.kt-single-author-box .avatar {
  float: left;
}

.kt-single-author-box img.avatar {
  width: 160px !important;
  height: 200px !important;
  padding-bottom:35px;
  border-radius:0 !important;
}

.vcard.author {
  font-size: 18px;
}

#author-bio {
  min-height:198px;
  padding:15px; 
}

.vcard.author .fn a {
  text-decoration: none;
  color: #000;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 2px; 
}

.vcard.author .fn a:hover {
  color: #555;
}

.kt-single-author-box .author-info,
.kt-single-author-box .author-social,
.about-author {
  margin-left: 185px;
}

.kt-single-author-box .author-info p {
  margin: 5px 0 0 0;
}

.kt-single-author-box .author-info ul {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.kt-single-author-box .author-info li {
  margin: 5px 0;
  list-style: square;
}

ul.author-social {
  margin-top: 10px;
  padding-left: 0;
}

.author-social li {
  display: inline-block;
  margin-right: 15px;
}

.author-social li:last-child {
  margin-right: 0;
}

.author-social li a {
  font-size: 18px;
  color: #999;
  outline: none;
}

.author-social li a:hover {
  color: #000;
}

.about-author {
  color:#999;
  font-size:14px;
  font-style:italic;
}

.about-author p {
  margin-top:10px;
  line-height:26px;
}

.usertitle {
	color:#555;
	display:block;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	padding:5px 0 10px 0;
}



@media only screen and (max-width: 480px) {
	
	.kt-single-author-box {
		margin-right:15px;
	}

    .kt-single-author-box .avatar {
     float: none;
	 text-align:center;
    }
	
	.kt-single-author-box img.avatar {
  width: 160px !important;
  height: 160px !important;
  margin-bottom:35px;
  margin-right:0;
  padding-bottom:0;
  border-radius:50% !important;
     }
	
	#author-bio {
		text-align:center;
	}
	
	.kt-single-author-box .author-info,
    .kt-single-author-box .author-social,
    .about-author {
        margin-left:0;
     }
}


/**
=================================
Related Posts
=================================
**/

.kt-related-articles {
  background: #fff;
  margin: 50px 0 0 0;
}
/*
h2.kt-related-post-title{
  display:inline-block;
  margin-top:0;
  margin-bottom:30px;
  text-align: left;
  font-size: 16px;
  line-height:1.4;
  border-bottom:1px solid #000;
}

.kt-related-item {
	margin-bottom:30px;
	min-height:300px;
}

.kt-related-item img {
  width:100%;
  height:235px;
  margin-bottom:15px;
}

.kt-related-heading {
	height:auto;
	max-height:46px;
	overflow:hidden;
}

.kt-related-heading a {
  color:#000 !important;
  font-size: 15px;
  line-height:1.6;
  text-transform: uppercase;
  letter-spacing:2px;
}
*/



/**
========================================
Comments
========================================
**/

#kt-comments {
  background: #fff;
  margin-bottom: 100px;
}

ul.comment-list {
	padding-left:0;
}

ul.comment-list li {
  list-style-type: none;
}

.comment-list .comment-body {
  position: relative;
  margin-bottom: 70px;
  padding-bottom: 20px;
}

.pingback .comment-body {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 20px;
}


@media only screen and (max-width: 480px) {
	
	.comment-list .children {
        padding-left:0;
      }

    .comment-list .children .children {
	   padding-left:0;
      }
	  
	.comment-list .children .children .children {
	    padding:0;
      }
	
}

.comment-list .comment-body .avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}

.comment-list .comment-body .reply {
  position: absolute;
  bottom: 0;
  right: 0;
}

.comment-body p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-left:80px;
}

.reply {
  margin: 0;
}

#kt-comments .reply a {
  color: #fff !important;
  background:#000;
  font-size: 10px;
  padding:5px 11px;
  text-transform:uppercase;
  letter-spacing:1px;
}

#kt-comments .reply a:hover {
  color: #fff !important;
  background:#000;
  text-decoration: none;
}

.cancel-comment-reply-link {
  font-style: normal;
}

.comment-list .comment-meta {
  margin-left: 80px;
}

.comment-list .comment-author,
.comment-metadata,
.comment-content {
  margin-left: 20px;
}


.comment-content ul li,
.comment-content ol li {
	list-style-type:inherit;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:0;
	font-size:15px;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6{
	margin:50px 0 0 0;
	padding-left:0;
}

.comment-list .children {
  margin-left:0;
}

.comment-list .comment-author .fn {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comment-list .comment-author .fn a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;  
  text-transform: uppercase;
  
}

.comment-list .form-submit {
  margin-bottom: 30px;
}

.comment-list .comment-meta a {
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  color: #949494;
}

.comment-reply-link,
.comment-reply-login {
  font-size: 12px;
}

.logged-in-as,
.comment-notes {
  color: #949494;
  font-size: 14px;
}

.comment-form-url,
.comment-form-email,
.comment-form-author {
  margin-bottom: 15px;
  width: 30%;
  display: inline-block;
}

.comment-form-email,
.comment-form-author {
  margin-right: 4.3%;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
  outline: none;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
  font-size: 14px;
}

.comment-form-comment textarea {
  margin-bottom: 30px;
  height: 150px;
  margin: 0;
}

.form-allowed-tags,
.comment-author .says {
  display: none;
}


pre {
  display: block;
  padding: 15px 25px;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #fff;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #000;
  border: none;
  border-radius:0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}



#main {
  padding: 0 15px;
}


/*  */

.kt-standard-posts,
.kt-grid-posts,
.kt-list-posts {
  margin-bottom: 50px;
}

.kt-standard-posts .col-sm-12,
.kt-list-posts .col-sm-12 {
  padding-right: 15px !important;
}


/**
=============================
Single article styles
============================= 
**/
.kt-single-post-header {
	padding:0;
}

.kt-single-post-header-two {
	padding:20px 40px 10px 40px;
}

.single-articles {
  text-align: left;
  padding:10px 0 20px 0;
}

.single-post-title {
  font-size:30px;
  color: #000;
  margin:10px 0 15px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height:1.3;
}

.kt-single-content {
  margin:0 0 50px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.kt-single-content p {
	color:#222;
	font-size:18px;
	line-height:35px;
	margin-bottom:25px;
}


img.alignnone {
	float:none; 
	margin: 5px 0 5px 0;
	}
	
img.alignleft {
	float:left; 
	margin: 5px 10px 5px 0px;
    }
	
img.aligncenter {
	display:block; 
	float:none;
	margin: 5px auto;
	max-width:100%;
	}

img.alignright {
	float:right; 
	margin: 5px 0 5px 10px;
	}	
	
.kt-single-content img {
	width:auto;
	height:auto;
}

.kt-single-content img.alignnone {
	width:auto;
	height:auto;
	max-width:100%;
}

.kt-standard img.avatar {
	width:20px;
	height:20px;
	margin-right:5px;
}

.single-article-meta {
	margin-bottom:25px;
}

.single-article-meta span,
.single-article-meta span a {
  color: #000 !important;
  font-size: 14px;
  text-transform:capitalize;
}

.single-article-meta span.date:before,
.single-article-meta span.comments:before,
.single-article-meta span.single-post-views:before {
  content:'-';
  margin: 0 10px;
  font-size:13px;
}

.single-article-meta span a:hover {
  color:#000 !important;
  text-decoration: none;
}

span.single-category a{
  color:#fff;
  background:#000;
  display:inline-block;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:1px;
  padding:4px 11px;
  margin:0 7px 7px 0;
}

span.single-category a:hover {
	color:#fff;
	text-decoration:none;
}

/* Google Maps shortcode */

.googlemaps {
  margin-bottom: 1.1em;
}


/* Facebook */

.fb_iframe_widget {
  width:360px;
  max-width: 100%;
  overflow: auto;
}

.sidebar-widget.facebook-box-widget,
.sidebar-widget.lucymoni-google-follow-widget {
	padding:0;
}

.posts .fb_iframe_widget {
  min-height: 300px;
}



/*** 
==========================================
PAGINATION
==========================================
***/

.kt-ex-nav {
	min-height:42px;
	margin:0 0 50px 0;
}

.navigation {
}

.nav-links .nav-next a,
.nav-links .nav-previous a {
  color:#fff;
  font-size:11px;
  padding:11.5px 20px;
  background:#000;
  letter-spacing:1px;
  text-transform:uppercase;
}

.nav-links .nav-next a:hover,
.nav-links .nav-previous a:hover {
  text-decoration: none;
  color:#fff;
  background:#000;
}

.nav-links .nav-next a:active,
.nav-links .nav-previous a:active {
	text-decoration:none;
}

.nav-links .nav-next a {
  float: right;
}

.nav-links .nav-previous a {
  float: left;
}


/* 
=======================
Screen text
=======================
*/

.screen-reader-text {
  display: none;
}


/*
=======================
Forms
=======================
*/

.search-form input[type="search"] {
  border: none;
  width: 100%;
  display: inline-block;
  text-transform:uppercase;
  height:40px;
  padding-left:15px;
  outline: none;
  font-size:12px;
  letter-spacing:1px;
  border:1px solid #999;
}

.search-form input[type="search"]:focus{
  border:1px solid #000;
}

.search-form input.search-submit {
  display: none !important;
}


@media only screen and (max-width: 480px) {
	
	.search-form input[type="search"] {
		width:100%;
	}
	
}


/***
===================================
MAIN Navigation
===================================
***/

.kt-mega-nav .sub-menu:after, .kt-mega-nav .sub-menu,.kt-mega-nav .sub-menu-two-columns .sub-menu:before {
	background:#fff;
}

.sub-links li a, .sub-posts li a,
.sub-links li a:hover, .sub-posts li a:hover {
	color:#000;
}

.kt-menu-catch {
	margin-left:auto;
	margin-right:auto
	}

.kt-menu-catch{width:1170px}

.kt-menu-catch5{
	width:1170px;
	padding-left:150px;
	}
	
.kt-menu-catch5 ul {
		padding-left:0;
	}
	
.kt-menu-catch5.kt-mega-nav > ul {
		float:right;
	}
	
.kt-menu-catch5.kt-mega-nav > ul > li:last-child a{
	margin-right:0;
	padding-right:0;
}
	
.menu a, .menu a:active, .menu a:hover{
	text-decoration:none;
	color:#000;
}

.sub-links li a, .sub-posts li a  {
    letter-spacing:2px;
	text-transform:uppercase;
	font-size:12px;
}

.sub-links li a{ 
    position: relative;
    z-index:0;
    cursor: pointer;
}
/*
.sub-links li a:before,
.minimal-menu ul ul li a:before,
.footer-menu ul li a:before{
    position: absolute;
    width:0;
    height: 100%;
    left:0;
    top: 0;
    content: '';
	border-bottom:1px solid #000;
    opacity:1;
    transition: all 0.2s;
	
}

.sub-links li a:hover:before,
.minimal-menu ul ul li a:hover:before,
.footer-menu ul li a:hover:before{
    width: 100%;
}
*/


.kt-mega-nav li{
	display:inline-block;	
}

.kt-mega-nav > ul > li > a{
	position:relative;
}

.kt-mega-nav .sub-menu {
	left: 0;
    opacity: 0;
    position: absolute;
	max-height:0;
    overflow:hidden;
    top:44px;
	width:100%;
    visibility: hidden;
    z-index:-1;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

.kt-mega-nav li:hover > .sub-menu{
	max-height:1500px;
    opacity:1;
    top:44px;
    visibility:visible;
}


.kt-mega-nav .kt-multiple-grid-items .sub-menu .sub-menu  {
	max-height:1500px;
	opacity: 1;
    top:44px;
    visibility: visible;
}
 
.kt-mega-nav .kt-multiple-grid-items .sub-menu .sub-menu {
	opacity:1;
	height:auto;
	max-height:1000px;
	transition:none;
	overflow:none;
	z-index:1;
	width:100%;
}

.kt-mega-nav > ul > li:hover > .sub-menu {
	top:100%;
}

.kt-mega-nav .sub-menu a{
	display:block;
}

.topnav .sub-menu li {
 padding:0 15px 0 15px;
 
}

.sub-menu .sub-menu {
	left:198px;
}

.sub-menu .kt-menu-item-has-children {
	position:relative;	
}

.kt-mega-nav li:hover .sub-menu .sub-menu{
	top:0;
}

	.kt-mega-lucy-links .sub-menu .kt-menu-item-has-children > a:before {
		content:"+";
		font-size:15px;
		font-weight:bold;
		font-family:Arial;
		display:block;
		text-align:center;
		position:absolute;
		right:10px;
		top:37%;
		margin-top:2px;
		z-index:999;
		cursor:default;
	}


.kt-mega-nav-container {
	position:relative;
	z-index:997;	
}

/*
.kt-mega-nav > ul > li > .sub-menu,
.kt-mega-nav > ul > .kt-mega-lucy-links > .sub-menu,
.kt-mega-nav > ul > [class*="kt-multiple-grid-items-"] > .sub-menu {
	border-top:1px solid #ffb310;
}
*/

/**/
.kt_main_menu{
  height:50px;
  transition-property: height;
  transition-duration: 1s;
  transition-timing-function: linear;
  margin-bottom:15px;
}
/*
.kt_main_menu.navfixed{
    position:fixed;
    z-index:100;
    width:100%;
    top:0;
}

.kt_main_menu.navfixed .kt-mega-nav {
	margin-top:0;
	margin-bottom:0;
}
*/

.kt-mega-nav {
	position:relative;
	z-index:998;
	height:50px;
	margin-top:15px;
	margin-bottom:15px;
	padding-left:10px;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}

.kt-mega-nav > ul > li > a {
	line-height:46px;
	padding-left:15px;
	padding-right:15px;
	display:block;
	float:left;
	text-transform:uppercase;
	letter-spacing:1px;
}

.kt-mega-nav > ul > li > a:hover {
	text-decoration:none;
}
	
.kt-mega-nav > ul > li > .sub-menu {
	margin-top:0;
}
	.kt-mega-nav .sub-links {
		display:none;
	}
	
	.kt-mega-nav .sub-menu li,
	.kt-mega-nav .sub-menu .sub-links {
		display:block;
	}
		.kt-mega-nav .sub-menu .sub-links a {
			display:inline-block;
			position:relative;
			padding:9px 0 2px 0;
			line-height:16px;
			margin:0 0 13px 0;
			font-size:12px;
			letter-spacing:1px;
			text-transform:uppercase;
		}
		
			
			.kt-mega-nav .sub-menu .sub-links a:after {
				content:"";
				display:block;
				position:absolute;
				left:0;
				bottom:0;
				width:100%;
				height:1px;
			}
				.kt-mega-nav .kt-mega-lucy-links .sub-menu .sub-links li:last-child a:after {
					display:none;
					margin-bottom:0px;
				}

.kt-mega-nav .sub-menu .sub-posts {
	float:left;
	width:100%;
	padding:35px 5px 5px 0;
}
	.kt-mega-nav .sub-menu .sub-posts li {
		float:left;
		width:30%;
		margin-left:2.6%;
	}
	
	.kt-menu-overlay-article {
	position:relative;
	background-size: cover;
    background-repeat: no-repeat;
    background-position:50% 50%;
	width:100%;
    height:260px;
	margin-bottom:30px;
    }
	
	@media only screen and (max-width: 480px) {
	
	.kt-menu-overlay-article {
		width:95%;
	}
	
}

   .kt-menu-overlay {
    position:absolute;
	top:0;
	left:0;
	display:block;
    width:100%;
	height:260px;
	background:rgba(0,0,0,.40);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }

   .kt-menu-overlay:hover{
	background:rgba(0,0,0,.80);
    }

    .kt-menu-overlay-metas {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(50%);
	-ms-transform:translateY(50%);
	transform:translateY(-50%);
	width:100%;
	text-align:center;
	padding:15px 20px;
}

.sub-posts li .kt-menu-title{
   padding:0;
   margin-bottom:15px;
   margin-top:0;
   line-height:1.7;
   
}

.sub-posts li .kt-menu-title a {
	color:#fff;
	text-transform:uppercase !important;
	font-size:14px !important;
	text-decoration:none;
	letter-spacing:1px;
}

.sub-posts li .kt-menu-title a:active,
.sub-posts li .kt-menu-title a:hover{
	color:#fff;
	text-decoration:none;
}

.sub-posts li .kt-menu-meta .date,
.sub-posts li .kt-menu-meta .date {
   color:#fff;
   font-size:12px !important;
   text-transform:uppercase;
   text-decoration:none;
   letter-spacing:1px;
}	

.kt-mega-nav .kt-mega-eclipse .sub-menu .sub-links {
	float:left;
	width:20%;
	text-align:center;
	padding-top:35px;
	padding-bottom:20px;
}

.kt-mega-nav .kt-mega-eclipse .sub-menu .sub-posts {
	width:80%;
	float:right;
}

.kt-mega-nav .kt-mega-eclipse .sub-menu .sub-links a {
	padding-left:0;
}
	
	.kt-mega-nav .kt-mega-eclipse .sub-menu .sub-links .sub-links {
		float:none;
		width:95%;
		margin-left:5%;
		padding-bottom:0;
		
	}

	.kt-mega-nav .kt-mega-eclipse .sub-menu .sub-links .sub-links a:after {
		left:-5%;
		width:105%;
	}

.kt-mega-nav .kt-mega-eclipse > .sub-menu:before,
.kt-mega-nav .kt-mega-eclipse > .sub-menu:after {
   content:"";
   position:absolute;
   z-index:-1;
   top:0;
   width:100%;
   height:100%;
}
	.kt-mega-nav .kt-mega-eclipse > .sub-menu:before {
		left:0;
		width:25%;
	}
	.kt-mega-nav .kt-mega-eclipse > .sub-menu:after {
		right:0;
		width:75%;
	}
		
.kt-mega-nav .kt-multiple-grid-items .sub-menu .sub-menu,
.kt-mega-nav .kt-mega-eclipse .sub-menu .sub-menu {
	position:static;
	opacity:1;
	
}
	
.kt-mega-nav > ul > .kt-multiple-grid-items > .sub-menu > .sub-links {
	width:100%;
	float:left;
	text-align:left;
	padding:30px 30px 0 30px;
}
	.kt-mega-nav > ul > .kt-multiple-grid-items > .sub-menu > .sub-links > li {
		float:left;
		margin:0 2%;
		border:none;
	}
	
	
/*		
.kt-mega-nav > ul > .kt-multiple-grid-items > .sub-menu > .sub-links > li > a {
	font-size:14px;
	text-transform:uppercase; 
}

.kt-mega-nav > ul > .kt-multiple-grid-items > .sub-menu > .sub-links > li > a:hover {
	background:none;
}
*/
.kt-mega-nav > ul > .kt-multiple-grid-items-1,
.kt-mega-nav > ul > .kt-multiple-grid-items-2,
.kt-mega-nav > ul > .kt-multiple-grid-items-3 {
	position:relative;
}

.kt-mega-nav > ul > .kt-multiple-grid-items-2 > .sub-menu {
	width:400px;
	left:50%;
	margin-left:-200px;
}

.kt-mega-nav > ul > .kt-multiple-grid-items-3 > .sub-menu {
	width:600px;
	left:50%;
	margin-left:-300px;
}
	.kt-mega-nav > ul > [class*="kt-multiple-grid-items-"]:first-child > .sub-menu {
		left:0;
		margin-left:0;
	}

	.kt-mega-nav > ul > [class*="kt-multiple-grid-items-"]:last-child > .sub-menu {
		left:auto;
		right:0;
		margin-left:0;
	}
		.kt-mega-nav > ul > [class*="kt-multiple-grid-items-"] > .sub-menu > .sub-links > li {
			width:21%;
			margin-bottom:30px;
			
		}
			.kt-mega-nav > ul > [class*="kt-multiple-grid-items-"] > .sub-menu {
				padding-bottom:0;	
			}
		
		.kt-mega-nav > ul > .kt-multiple-grid-items-2 > .sub-menu > .sub-links > li {
			width:46%;
		}
		
		.kt-mega-nav > ul > .kt-multiple-grid-items-3 > .sub-menu > .sub-links > li {
			width:29%;
		}
		
		.kt-mega-nav > ul > [class*="kt-multiple-grid-items-"] > .sub-menu > .sub-links > li:nth-child(4n+1) {
			clear:left;
		}
	
.kt-mega-nav > ul > .kt-mega-lucy-links {
	position:relative;
}
	.kt-mega-nav .kt-mega-lucy-links .sub-menu {
		padding-top:0;
		padding-bottom:0;
		box-sizing:content-box;	
	}
		.kt-mega-nav .kt-mega-lucy-links .sub-menu li {
            text-align:center;
		}
	
	.kt-mega-nav > ul > .kt-mega-lucy-links > .sub-menu {
		width:200px;
		left:50%;
		margin-left:-100px;
		text-align:left;
		padding:10px 0;
	}



/*
=============================
Responsiveness
=============================
*/

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }
	
	
.slicknav_menu ul li figure{
	display:none;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #000;
      color: #fff;
      text-decoration:none;	}
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff !important; 
	text-transform:uppercase;
	letter-spacing:1px;
	}
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #000;
      color: #222;
      text-decoration:none;	  }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }


.slicknav_menu {
	display:none;
}

@media screen and (max-width: 960px) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}


/***
======================
Random Post
======================
*/

.kt-random-post{
	color:#000;
	float:right;
	font-size:19px;
	line-height:50px;
}

.kt-random-post:hover {
	color:#000;
}

/***  
===================================
FOOTER STYLE
===================================
 ***/
 
.footer-menu ul li {
	display:inline;
}

.footer-menu ul li a {
	position:relative;
	display:inline-block;
	color:#000;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-left:17px;
}

/** End of footer menu **/


#return-to-top {
    position:fixed;
	color:#ddd;
	border:1px solid #ddd;
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    display: block;
    text-decoration: none;
    display: none;
	text-align:center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover{
	border:1px solid #999;
}
#return-to-top i { 
    font-size: 30px;
	line-height:31px;
}

#return-to-top:hover{
	color:#999;
}


/** end of back-to-top **/


.main-footer {
  padding: 20px 0 70px 0;
  color: #fff;
  margin-top:50px;
}

.main-footer a {
  color: #fff !important;
  text-decoration: none;
}

.footer-widget {
  margin-bottom: 50px;
  text-align: left;
  color: #fff;
  padding:0 15px;
}

/* Related Post Title */

.footer-widget-title {
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:50px;
}

.footer-widget-title .fwt-inside{
	margin:0 0 40px 0;
	position:relative;
	display:inline-block;
	padding:0 15px 0 0;
	font-size:18px;
	line-height:1.2;
	text-transform:uppercase;
	letter-spacing:1px;
}

.footer-widget-title .fwt-inside:after{
	background:url('images/overlay-pattern.png');
}

.footer-widget-title .fwt-inside:after {
	content:"";
	display:block;
	height:15px;
	position:absolute;
	top:50%;
	margin-top:-7px;
	width:1000px;
	left:100%
}


.textwidget p {
  font-size:14px;
  display: block;
  margin: 0 0 5px 0;
}

.heading-divider {
  width: 20%;
  border-bottom: 3px solid #fff;
  margin: 15px 0 25px 0;
}

.footer-parallax-one {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0px;
  background: url("https://www.niveshmarket.com/wp-content/themes/jizan/images/732.jpg");
  background-attachment: fixed;
  background-origin: initial;
  background-clip: initial;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-position: center;
  z-index: 1;
}

@media only screen and (max-width: 480px) {
	
	.col-md-6 {
		width:100%;
	}
	
}


/*============ Overlay Styles ============ */

.section-overlay {
  position: relative;
  width: 100%;
  padding: 50px 0 10px 0;
  margin: 0px;
  left: 0px;
  top: 0px;
  float: left;
  z-index: 2;
}

.bg-opacity-footer {
  background-color: rgba(0, 0, 0, 0.8);
}


/* Recent Posts Widget */

.widget_kt_latest_posts .kt-grid-overlay-article:last-child {
	margin-bottom:0 !important;
}


img.jizan-layout-style {
	width:100%;
	max-width:100%;
	overflow:none;
}

.bottom-footer {
  background: #f5f5f5;
  padding: 20px 0 15px 0;
}

.bottom-footer p {
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.bottom-footer p a:hover {
  text-decoration: none;
}

.bottom-footer p a.back-top {
  font-size: 10px;
  padding: 3px 10px;
  text-decoration: none;
  text-transform: uppercase;
}


/*** 
 ===================================
 SIDEBAR AREA
 ===================================
 ***/

.sidebar {
  padding-left: 25px;
}

@media only screen and (max-width: 480px) {
	.sidebar {
       padding-left: 15px;
    }
	
}

.sidebar-widget {
  margin-bottom:40px;
  overflow: hidden;
  position: relative;
  color: #000;
  background:#fff;
  padding:30px 25px;
  -webkit-box-shadow:0 0 1px rgba(0,0,0,0.3);
  -moz-box-shadow:0 0 1px rgba(0,0,0,0.3);
  box-shadow:0 0 1px rgba(0,0,0,0.3);
}

.sidebar-widget:last-child {
  margin-bottom: 100px;
}

.sidebar-widget ul,
.footer-widget ul{
	list-style-type:none;
	padding-left:0;
}

ul.instagram-pics li img{
    width: 33.333% !important;
	float:left;
}

.off-widget {
  margin-bottom:40px;
  overflow: hidden;
  position: relative;
  color: #000;
  background:#fff;
  padding:30px 20px 0 20px;
  border-bottom:1px solid #ddd;
}

.off-widget:last-child {
  margin-bottom:0;
}

.off-widget ul{
	list-style-type:none;
	padding-left:0;
	padding-right:0;
}

.off-widget.widget_categories ul li a {
	padding:0 !important;
	border:none !important;
}

.off-widget.widget_300x250_advertisement,
.off-widget.facebook-box-widget {
	padding:0 0 0 0 !important;
	border:none !important;
	margin-top:30px;
}


/* 
============================
about me
============================
*/

.kt-about-me img {
  margin-bottom: 20px;
}

.kt-about-me p {
  line-height: 27px;
}

.main-footer .widget_kt-about-me{
	color:#fff;
}


/*
 =======================
 banner
 =======================
 */
 
.sidebar-widget.widget_kt_image_banner {
	padding:0 !important;
	border:0;
}

.sidebar-widget.banner-widget {
  text-align: center;
  padding:0 !important;
  width:auto;
  height:auto;
}


/* 
 =======================
 Social icons
 =======================
 */
 
.sidebar-widget.widget_kt-social-follow {
	padding:30px 25px 10px 25px !important;
}

ul.kt-social-icons {
  padding-left: 0 !important;
}

ul.kt-social-icons li {
  list-style-type: none;
  display: inline-block;
}

ul.kt-social-icons li a {
  width: 65px;
  height: 65px;
  line-height: 63px;
  text-align:center;
  margin:0 16px 16px 0;
  font-family: 'FontAwesome';
  opacity:1;
  font-size: 35px;
  color: #fff !important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  text-decoration: none;
  border-radius:5px;
  -webkit-border-radius:5px;
}

ul.kt-social-icons li a:hover {
  text-decoration: none;
  opacity:.90;
}

ul.kt-social-icons li a.fa-facebook {
	background:#3b5998;
}

ul.kt-social-icons li a.fa-twitter {
	background:#1da1f2;
}

ul.kt-social-icons li a.fa-google-plus {
	background:#dd4b39;
}

ul.kt-social-icons li a.fa-linkedin {
	background:#0077b5;
}

ul.kt-social-icons li a.fa-instagram {
	background:#ffdc80;
}

ul.kt-social-icons li a.fa-youtube {
	background:#ff0000;
}

ul.kt-social-icons li a.fa-vimeo {
	background:#1ab7ea;
}

ul.kt-social-icons li a.fa-behance {
	background:#1769ff;
}

ul.kt-social-icons li a.fa-dribbble {
	background:#ea4c89;
}

ul.kt-social-icons li a.fa-pinterest {
	background:#bd081c;
}

ul.kt-social-icons li a.fa-tumblr {
	background:#35465c;
}

ul.kt-social-icons li a.fa-flickr {
	background:#ff0084;
}

ul.kt-social-icons li a.fa-soundcloud {
	background:#ff8800;
}

ul.kt-social-icons li a.fa-apple {
	background:#000;
}

ul.kt-social-icons li a.fa-android {
	background:#a4c639;
}

ul.kt-social-icons li a.fa-windows {
	background:#107c10;
}

ul.kt-social-icons li a.fa-feed {
	background:#ee3322;
}


ul.kt-social-icons li:nth-of-type(4) a,
ul.kt-social-icons li:nth-of-type(8) a,
ul.kt-social-icons li:nth-of-type(12) a,
ul.kt-social-icons li:nth-of-type(16) a {
  margin-right: 0;
}

@media only screen and (max-width: 480px) {
ul.kt-social-icons li:nth-of-type(4) a,
ul.kt-social-icons li:nth-of-type(8) a,
ul.kt-social-icons li:nth-of-type(12) a,
ul.kt-social-icons li:nth-of-type(16) a {
  margin-right:16px;
}
	
}

/*
====================
Footer Social icons
====================
*/

.footer-widget ul.kt-social-icons li a {
  color:#fff !important;
  border:1px solid #fff;
  background:transparent;
}


/*
==========================
Default designs
==========================
*/

.widget_categories label{ 
    display: none;
	}
	
.widget_categories ul{
	padding:0;
}
.widget_categories li{
	margin-bottom: 0;
	position: relative;
	list-style-type:none;
}

.widget_categories a{
	padding:0;
	line-height: 25px;
	margin-bottom:15px;
	font-size:12px;
	display: block;
	position: relative;
	color: #000;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing:1px;
}

.widget_categories a:hover {
	color: #000 !important;
}

.footer-widget.widget_categories a {
	color: #fff;
}

.kt-category-area{
	text-align: center;
	float: right;
	width: 23px;
	line-height:23px;
}

.widget_categories a .kt-category-count{
	position: absolute;
	right: 0;
	float: right;
	height: 25px;
	width: 25px;
	border:1px solid #000;
	display: inline-block;
	font-size:13px;
	color: #000;
	background:#fff;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget_categories a:hover .kt-category-count {
	color:#fff;
	background:#000;
	border:1px solid #F44336;
}

.footer-widget.widget_categories a .kt-category-count {
	border:1px solid #fff;
}


.widget_pages a:hover,
.comments li .vcard a:hover,
.widget_recent_entries a:hover,
.widget_recent_comments a:hover,
.page-header .entry-meta a:hover {
  text-decoration: underline;
}

.widget_recent_entries ul,
.widget_archive ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_rss ul {
	padding-left:0;
}

.widget_recent_entries li,
.widget_archive li,
.widget_meta li,
.widget_recent_comments li,
.widget_pages li,
.widget_rss li {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  position: relative;
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.widget_recent_entries li:last-child,
.widget_archive li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_pages li:last-child,
.widget_rss li:last-child {
  margin-bottom:0;
  border-bottom:none;
  padding-bottom:0;
}

.widget_recent_entries span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  color: #949494;
}

.widget_recent_entries li a,
.widget_archive li a,
.widget_meta li a,
.widget_recent_comments li a,
.widget_pages li a {
  color: #000;
}

.widget_recent_entries li a:hover,
.widget_archive li a:hover,
.widget_meta li a:hover,
.widget_recent_comments li a:hover,
.widget_pages li a:hover {
  color: #000;
  text-decoration: underline;
}

.widget_text select,
.widget_archive select,
.widget_categories select {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 10px;
  outline: none;
  font-size: 14px;
}


/* calendar widget */

#wp-calendar {
  width: 100%;
  margin:0;
}

#wp-calendar caption {
  text-align: right;
  color: #000;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: -10px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  text-align: center;
  font-weight: normal;
  font-size: 13px;
}

#wp-calendar tbody {
  color: #000;
}

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
  font-size: 13px;
}

#wp-calendar tbody td:hover {
  background: #fff;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing:2px;
  text-align: right;
  border:none;
  background:none;
}

#wp-calendar tfoot #prev {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing:2px;
  text-align: left;
  border:none;
  background:none;
}

#wp-calendar tfoot #prev a,
#wp-calendar tfoot #next a {
	color:#000 !important;
}

#wp-calendar tfoot td.pad {
  display:none;
}

.widget_text img {
  width: 100%;
  max-width: 100%;
}

.widget_rss li {
  margin-bottom: 30px;
}

.footer-widget.widget_rss li,
.footer-widget.widget_rss li .rssSummary{
	color:#fff;
}


/*
==========================
About Me widget
==========================
*/

.widget_kt-about-me img {
  width: 100%;
  max-width: 100%;
}

.widget_kt-about-me p {
  margin-top: 20px;
  font-size: 15px !important;
  font-weight:500;
  text-align:center;
  font-family:'PT Sans', sans-serif !important;
}

.main-footer .widget_kt-about-me img{
	width:100%;
	max-width:100%;
	margin:0 auto;
}


/* 
==========================
Subscribe widget 
==========================
*/

textarea,
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  width: 100%;
  padding: 5px 10px;
  border:1px solid #f5f5f5;
  background: #f5f5f5;
  margin-bottom:20px;
  border-radius: 0;
  outline:none;
  box-shadow:none;
}

input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
.select2-container .select2-choice>.select2-chosen {
  height:50px;
}

textarea:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus {
  border:1px solid #ddd;
  outline: none;
  background:#fff;
  border-radius: 0;
  outline:none;
  box-shadow:none;
}

.select2-container .select2-choice>.select2-chosen {
	border:none;
}

#submit,
input[type="submit"] {
  display: inline-block;
  padding:5px 20px;
  text-decoration: none;
  border:none;
  color:#fff;
  background:#000;
  font-size:11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

#submit:focus,
input[type="submit"]:focus {
  outline: none;
}

#submit > span,
input[type="submit"] > span {
  vertical-align: middle;
}

#submit:hover,
input[type="submit"]:hover {
  border:none;
  color:#fff;
  background:#000;
}


/* Category lists */

ul.category-list {
  padding-left: 0;
}

ul.category-list li {
  list-style-type: none;
}

ul.category-list li a {
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

ul.category-list li a:hover {
  color: #fff;
  background: #000;
  padding-left: 20px;
  text-decoration: none;
}

ul.category-list li a span.category-number {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  float: right;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.category-list li a:hover span.category-number {
  padding-right: 20px;
}


/*
==============================
BASIC SLIDER
==============================
 */


/* Basic jQuery Slider essential styles */

ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
}

li.bjqs-slide {
  position: absolute;
  display: none;
}

ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.bjqs-controls.v-centered li a {
  position: absolute;
}

.bjqs-slide img {
  width: 100% !important;
  height: 100% !important;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
  top: 45% !important;
  right: 25px;
  text-transform: uppercase;
  background: #fff;
  padding: 8px 15px;
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
  top: 45% !important;
  left: 25px;
  text-transform: uppercase;
  background: #fff;
  padding: 8px 15px;
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

ul.bjqs-controls.v-centered li.bjqs-next a:before {
  font-family: 'FontAwesome';
  content: "\f054";
}

ul.bjqs-controls.v-centered li.bjqs-prev a:before {
  font-family: 'FontAwesome';
  content: "\f053";
}

ul.bjqs-controls.v-centered li.bjqs-next a:hover {
  text-decoration: none !important;
  color: #000;
}

ul.bjqs-controls.v-centered li.bjqs-prev a:hover {
  text-decoration: none !important;
  color: #000;
}

ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

ol.bjqs-markers.h-centered {
  text-align: center;
}

ol.bjqs-markers li {
  display: inline;
}

ol.bjqs-markers li a {
  display: inline-block;
}

p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 0;
}

.slider-post-meta {
  position: absolute;
  top: 28%;
  left: 30%;
  text-align: center;
  width: 412px;
  height: 262px;
  color: #000;
  font-family: 'Oswald', sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
}

.slider-inner {
  margin: 5px;
  padding: 30px 20px;
  width: 400px;
  height: 250px;
  background: #fff;
}

.singlemeta a {
  color: #3b55e6;
  font-size: 11px;
  border-bottom: 1px solid #3b55e6;
}

.singlemeta a:hover {
  text-decoration: none;
}

h2.slider-post-title {
  letter-spacing: 2px;
  margin: 7px 0 22px 0 !important;
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 1.5;
}

h2.slider-post-title a {
  text-decoration: none;
  color: #000;
}

.slider-post-meta h2 a:hover {
  color: #999;
  text-decoration: none;
}

#banner-slide:hover ul.bjqs-controls {
  opacity: 1;
}

.slider-post-meta .btn-1 {
  border: 1px solid #3b55e6;
  color: #000;
}

.slider-post-meta .btn-1:hover {
  background: #3b55e6;
  color: #fff;
}

.bjqs-slide img {
  max-width: 100%;
  width: 100% !important;
  height: 0;
}

.bjqs-next a {
  top: 50%;
}


/** end of slider **/


/***
=========================================
TAGS
=========================================
 ***/

.tagcloud a,
.tagcloud a:active {
  padding:7px 15px;
  font-size:10px !important;
  display:inline-block;
  color:#fff !important;
  background:#000;
  margin:0 10px 10px 0;
  letter-spacing:1px;
  text-transform:uppercase;
  text-decoration:none;
}

.tagcloud a:hover {
  color: #fff!important;
  background:#000;
  text-decoration: none;
}

.main-footer .tagcloud a {
	color:#fff !important;
	background:#000;
}

.main-footer .tagcloud a:hover {
  color: #fff!important;
  text-decoration: none;
}


/***
 =================================
 CATEGORIES
 =================================
  ***/

ul.categories {
  padding: 0;
  margin: 0;
}

ul.categories li {
  list-style-type: none;
  margin-bottom: 15px;
}

ul.categories li span {
  padding-left: 5px;
  color: #949494;
}

.tooltip-inner {
  font-size: 13px;
  padding: 8px 17px;
  border-radius:15px;
}


/*--------------------------------------------------------------
## Sticky Posts
--------------------------------------------------------------*/

.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0 !important;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  width:100%;
  max-width:100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  font-size:14px;
  text-align: center;
}

.textwidget img {
  width: 100%;
  height: auto;
}

.textwidget,
.textwidget p,
.textwidget strong {
  
}

.textwidget strong { 
  font-weight: 700;
  font-size:14px;
}

.widget_nav_menu a {
  font-size:14px;
  color:#000 !important;
}

.widget_nav_menu a:hover {
	color:#000;
	text-decoration:none;
}

.footer-widget.widget_nav_menu a,
.footer-widget.widget_nav_menu a:hover{
	color:#fff !important;
}

.widget_nav_menu li {
  list-style-type: none;
  margin-left: -40px;
  margin-bottom: 10px;
}

.widget_nav_menu li li {
  margin-left: -20px;
  margin-top: 10px;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}


/*
 =============================================
 Contact Form 7 Plugin
 =============================================
 */

.wpcf7-form input,
.wpcf7-form textarea {
  margin-bottom: 0;
  border:1px solid #f5f5f5;
  background: #f5f5f5;
  padding:0 20px 0 20px;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border:1px solid #ddd;
  outline: none;
  background: #fff;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
  width: 100%;
  height:50px;
}

.wpcf7-form input[type="submit"] {
	padding:5px 20px !important;
	background:#000;
	color:#fff;
	border:none;
}

.wpcf7-form input[type="submit"]:hover {
	background:#000;
	border:none;
}

.wpcf7-form p {
  margin-bottom: 25px;
}

.wpcf7-submit {
  padding: 15px 30px;
}

.wpcf7-form textarea {
  height: 180px;
  padding:20px 25px;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-not-valid-tip {
  border: none;
  width: 100%;
  height: 41px;
  line-height: 40px;
  padding: 0;
  top: 0;
  left: 0;
  text-align: center;
  background: #fde2e7
}

/***
=========================
Wocommerce Styling
=========================
***/

.woocommerce ul.products li.product h3{
	color:#000 !important;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	background:#fff;
	text-align:center;
	padding-bottom:30px;
}

.woocommerce ul.products li.product .star-rating {
	display:none;
}

.woocommerce ul.products li.product .button {
	background:#f5f5f5;
	border:none;
	color:#000;
	font-size:11px;
	padding:12px 20px 12px 20px;
	text-transform:uppercase;
	border-radius:0;	
}


.woocommerce ul.products li.product .button:hover{
	background:#000;
	border:none;
	color:#fff;
}

.woocommerce a.added_to_cart {
	padding-top:.5em;
	white-space:nowrap;
	display: block;
}

.woocommerce ul.products li.product a {
	text-decoration:none;
	text-transform:uppercase;
	
	font-size:14px;
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins {
	font-size:18px;
	color:#000;
	text-decoration:none;
}

.woocommerce div.product{
	margin-bottom:0;
	position:relative;
	margin-top: 30px;
	}

/*

.page-title {
	margin-top:0;
	margin-bottom:25px;
	padding: 30px 0 35px 0;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
	letter-spacing:2px;
}

*/

.page-title {
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:30px;
	margin-bottom:20px;
	display:inline-block;
	padding:0 25px 0 0;
	font-size:25px;
	line-height:1.2;
	text-transform:capitalize;
}



.page-title:after {
	background:#000;
}


.page-title:after {
	content:"";
	display:block;
	height:1px;
	position:absolute;
	top:50%;
	margin-top:-1px;
	width:2800px;
	left:100%
}


.woocommerce .woocommerce-ordering, 
.woocommerce .woocommerce-result-count {
	margin:0 0 25px 0;
}

.woocommerce .woocommerce-ordering select {
	height:30px;
	padding:0 10px;
	cursor:pointer;
}

.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering {
	float:right;
}

.woocommerce nav.woocommerce-pagination {
	margin-bottom:100px;
}

.woocommerce nav.woocommerce-pagination ul {
	border:none;
}

.woocommerce nav.woocommerce-pagination ul li {
	margin:0 7px;
	border-right:none;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
	background:#fff;
	padding:1em;
	border-radius:3px;
	color:#000;
	border:1px solid rgba(0,0,0,.1);
	font-weight:700;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
	background:#3b55e6;
	color:#000;
	border:1px solid transparent;
	font-weight:700;
	
}


/** Single Product page **/

.woocommerce div.product .product_title {
	text-transform:uppercase;
	letter-spacing:2px;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	color:#000;
	font-size:22px;
	
}

.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit, .woocommerce a.button, 
.woocommerce button.button, .woocommerce input.button {
	background:#fff;
	border:none;
	color:#000;
	font-size:12px;
	font-weight:300;
	padding:15px 35px 13px 35px;
	text-transform:uppercase;
	text-shadow:none;
	border-radius:0;	
	margin-top:15px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
	background:#000;
	border:none;
	color:#fff;
}

.woocommerce .quantity .qty {
	height:41px;
	font-size:14px;
	border:2px solid rgba(0,0,0,.1);
	margin-top:15px;
	margin-right:15px;
}

.woocommerce .quantity .qty:hover {
	border:2px solid #000;
}

.product_meta .posted_in a {
	color:#000 !important;
}

.woocommerce div.product div.images, .woocommerce div.product div.summary {
	margin-bottom:5em;
}

.woocommerce-page div.product .woocommerce-tabs {
	margin-bottom:5em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom:0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding:0;		
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border:none;
	border-color:transparent;
	border-radius:0;
	padding:.5em 2em;
	text-transform:uppercase;
	letter-spacing:2px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background:#000;
	color:#fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight:300;
}

.woocommerce div.product .woocommerce-tabs .panel {
	background:#fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
	box-shadow:none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	box-shadow:none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	border:0;
	
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	box-shadow:none;
}

.woocommerce #review_form #respond textarea {
	background:#fff;
}

.panel {
	box-shadow:none;
	border:0;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	margin:10px 0 20px 0;
	padding:0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.related h2 {
	font-size:14px;
	margin:0 0 20px 0;
	padding:0;
	text-transform: uppercase;
	letter-spacing: 2px;
}


/*** My Account Page ***/

.woocommerce-MyAccount-navigation ul {
	margin-left:0;
	padding-left:0;
}

.woocommerce-MyAccount-navigation ul li {
	list-style-type:none;
	font-size:14px;
	text-transform: uppercase;
	padding:7px 0;
	
}

/*** checkout page ***/

.woocommerce-cart table.cart td.actions .coupon .input-text {
	width:120px !important;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
	
	font-size:14px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border:none;
	padding:1em 2em 1em 1em!important;
	text-align:center;
}

.woocommerce-message{
	text-align:center;
}

a.button.wc-forward {
	margin:0 auto;
	margin-right:15px;
}

.woocommerce-error .button, 
.woocommerce-info .button, 
.woocommerce-message .button {
	float:none;
	text-align:center;
	display:inline-block;
}

.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
	display:none;
}

.form-row-last input[type="submit"] {
	margin-top:0;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border-radius:0;
}

.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
	width:50%;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
	background:#fff;
	border-radius:0;
}

.woocommerce #respond input#submit.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	color:#fff;
	border:none;
	background:#000;
	} 

.woocommerce #respond input#submit.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
	background:#000 !important;
	color:#fff;
}

.woocommerce a.button.alt {
	color:#fff;
	background:#000;
}

.woocommerce a.button.alt:hover{
	color:#fff;
	background:#000;
}

#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom:none;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background:#3b55e6;
	border:none;
	
}

#add_payment_method #payment div.form-row, 
.woocommerce-cart #payment div.form-row, 
.woocommerce-checkout #payment div.form-row {
	padding:0 15px 30px 0;
}

#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
	background:#f5f5f5;
}

#add_payment_method #payment div.payment_box:before, 
.woocommerce-cart #payment div.payment_box:before, 
.woocommerce-checkout #payment div.payment_box:before{
	display:none;
}


/*** Cart page ***/

.woocommerce table.shop_table {
	margin-top:40px;
}

.cross-sells h2,
.cart_totals h2{
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:2px;
}

.woocommerce span.onsale {
	background:#3b55e6;
	color:#000;
}


.woocommerce div.product form.cart .variations td.label {
	display:none;
}


/***
================================
BBPress
================================
***/


.bbp-login-form label {
	font-size:14px;
}

.bbp-login-form .bbp-login-links a {
	font-size:14px;
	color:#000;
}

.widget_display_views ul,
.widget_display_topics ul,
.widget_display_replies ul,
.widget_display_forums ul{
	margin:0;
	padding-left:0;
}

.widget_display_views ul li,
.widget_display_topics ul li,
.widget_display_replies ul li,
.widget_display_forums ul li {
	list-style-type:none;
	padding:10px 0;
	border-bottom:1px solid #ddd;
}

.widget_display_views ul li:first-child,
.widget_display_topics ul li:first-child,
.widget_display_replies ul li:first-child,
.widget_display_forums ul li:first-child {
	padding-top:0;
}

.widget_display_views ul li:last-child,
.widget_display_topics ul li:last-child,
.widget_display_replies ul li:last-child,
.widget_display_forums ul li:last-child {
	padding-bottom:0;
	border-bottom:none;
}

.widget_display_views ul li a,
.widget_display_topics ul li a,
.widget_display_replies ul li a,
.widget_display_forums ul li a{
	color:#000 !important;
	font-size:14px;
}

.widget_display_stats dd {
    float: right;
    margin-top: -12%;
    line-height: 28px;
}

dd, dt {
	padding-bottom:10px;
}

dt {
	font-size: 14px;
	font-weight:500 !important;
}

dd {
	font-size: 14px;
	padding-left:30px;
	font-weight:500;
}

.bbp-logged-in h4 {
	font-size:14px;
	text-transform: uppercase;
	letter-spacing:1px;
	font-weight:normal;
}

.bbp-logged-in .logout-link {
	color:#000 !important;
}

.widget_display_search #bbp_search_submit {
	width:100%;
	margin-top:10px;
	padding:12px 0;
}

.bbp_widget_login button#user-submit {
	padding:10px 25px;
	border-radius:20px;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
	background:#fff;
	border-radius:none;
	color:#000 !important;
	border:1px solid #999;
}

.bbp_widget_login button#user-submit:hover{
	color:#fff !important;
	background:#000;
	border:1px solid #000;
}

.kt-bbpress-header {
	margin-bottom:35px;
}

#bbpress-forums {
	background:#fff;
	padding:30px 25px;
}

#bbpress-forums p.bbp-topic-meta img.avatar {
	margin-bottom:0;
	border:none;
}

#bbpress-forums li.bbp-header {
    padding: 12px 0;
    border-top: none;
    font-weight: normal;
    color: #000;
	border:none;
	background:#fbfbfb;
}

#bbpress-forums li.bbp-header  {
	border-bottom:none;
}

#bbpress-forums li.bbp-body  {
	border-top:none;
}

#bbpress-forums li.bbp-header, 
#bbpress-forums li.bbp-body, 
#bbpress-forums li.bbp-footer {
	border:1px solid #eee;
	background:#fff;
}

#bbpress-forums li.bbp-header {
	border-bottom:none;
}

#bbpress-forums div.bbp-forum-header, 
#bbpress-forums div.bbp-topic-header, 
#bbpress-forums div.bbp-reply-header {
	background-color:#eee;
	border-top:none;
}

.bbp-header {
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:16px;
}

.bbp-forum-info {
	padding-left:25px;
}

.bbp-forum-freshness,
.bbp-topic-freshness {
	font-size:10px;
}

li.bbp-forum-freshness a,
li.bbp-reply-topic-title a,
a.bbp-topic-permalink,
li.bbp-topic-freshness a,
a.favorite-toggle,
a.subscription-toggle,
a.bbp-author-name,
.bbp-logged-in h4 a,
#bbp-user-navigation ul li a {
	color:#000 !important;
	font-size:14px;
}

#bbpress-forums ul.bbp-forums {
   border: none;
}

#bbpress-forums li.bbp-body ul.topic {
   padding:20px 0;
}

#bbpress-forums li.bbp-body ul.forum {
	padding:12px 0 3px 0;
}

.bbp-forum-topic-count,
.bbp-forum-reply-count,
.bbp-forum-freshness,
.bbp-topic-title,
.bbp-topic-voice-count,
.bbp-topic-reply-count,
.bbp-topic-freshness {
	line-height:40px;
}

ul.forum-titles li{
   font-size: 15px;
   text-transform:uppercase;
   letter-spacing:2px;
}

.bbp-topics ul.forum-titles li {
	font-size: 11px;
}

#bbpress-forums div.bbp-search-form {
	display:none;
	float:none;
}

#bbpress-forums #bbp-search-form #bbp_search {
	width:84.6%;
	height:49px;
	border:2px solid rgba(0,0,0,0.1);
	border-right:none;
	padding-left:10px;
}

#bbpress-forums #bbp-search-form #bbp_search:focus{
	background:#fff;
	border:2px solid #000;
}

#bbpress-forums #bbp-search-form #bbp_search_submit {
	padding:16px 28px;
	color:#000;
	border:none;
	margin-left:-3px;
	margin-top:-2px;
}


#bbpress-forums #bbp-search-form #bbp_search_submit:hover{
	color:#000;
}

#bbpress-forums .bbp-breadcrumb {
	display:none;
}

a.bbp-forum-title {
	font-size:14px;
	color:#000 !important;
	
}

li.bbp-forum-info {
	line-height:40px;
	vertical-align:middle;
}

p.bbp-topic-meta {
	display:none;
}

#bbpress-forums li.bbp-footer {
	display:none;
	background:#fbfbfb;
	border:none;
}

.subscription-toggle {
	display:none;
}

div.bbp-template-notice p {
	font-size:14px;
	line-height:30px;
}

#bbpress-forums div.bbp-template-notice img.avatar {
	display:none;
}

.bbp-pagination-count {
	font-size:14px;
}

.bbp-topic-title {
	padding-left:25px;
}

a.bbp-topic-permalink {
	font-size:14px;
}

.bbp-pagination {
	display:none;
}

div.bbp-template-notice.info {
	background-color:#f5f5f5;
	border:none;
}

div.bbp-template-notice, div.indicator-hint {
	margin:0 0 30px 0;
	background-color:#f5f5f5;
	border:none;
}

#bbpress-forums fieldset.bbp-form {
	border:none;
	padding:0;
}

legend {
	border-bottom:none;
	font-size:18px;
}

#bbpress-forums ul.bbp-lead-topic, 
#bbpress-forums ul.bbp-topics, 
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-replies, 
#bbpress-forums ul.bbp-search-results{
	margin-bottom:30px;
}

#bbpress-forums fieldset.bbp-form label {
	font-size:14px;
	margin-bottom:7px;
}

 #bbpress-forums fieldset.bbp-form select {
	 height:40px;
	 width:100%;
	 
 }
 
#bbpress-forums fieldset.bbp-form textarea, 
#bbpress-forums fieldset.bbp-form select, 
#bbpress-forums fieldset.bbp-form input{
	border:1px solid #999 !important;
	background:#fff;
	font-size:14px;
	padding-left:15px !important;
}

#bbpress-forums fieldset.bbp-form textarea:focus, 
#bbpress-forums fieldset.bbp-form select:focus, 
#bbpress-forums fieldset.bbp-form input:focus {
	background:#fff;
	border:1px solid #000 !important;
}

div.bbp-submit-wrapper {
	float:none;
}

#bbp_topic_submit,
#bbp_reply_submit,
#bbpress-forums #bbp-your-profile fieldset.submit button {
	background:#fff;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	border:1px solid #999;
	padding:10px 25px;
	border-radius:20px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#bbp_topic_submit:hover,
#bbp_reply_submit:hover,
#bbpress-forums #bbp-your-profile fieldset.submit button:hover {
	color:#fff;
	background:#000;
	border:1px solid #000;
}

.quicktags-toolbar {
	background:#999 !important;
	border:none !important;
}


#bbpress-forums ul.bbp-lead-topic, 
#bbpress-forums ul.bbp-topics, 
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-replies, 
#bbpress-forums ul.bbp-search-results {
	border:none;
	margin-bottom:30px;
}

#bbpress-forums div.odd, 
#bbpress-forums ul.odd,
#bbpress-forums div.bbp-reply-author,
#bbpress-forums div.bbp-reply-content {
	background:#fff;
	font-size:14px;
	font-weight:normal;
}

#bbpress-forums li.bbp-header .bbp-reply-content {
	padding-right:40px;
}

#bbpress-forums div.bbp-topic-tags {
	float:left;
}

div.bbp-breadcrumb, div.bbp-topic-tags {
	font-size:14px;
}


#bbpress-forums #bbp-single-user-details {
	background:#fff;
	width:200px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
	width:200px;
	height:200px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
	opacity:1;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li a{
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:12px 0 12px 12px;
}

#bbpress-forums #bbp-user-body {
	margin-left:230px;
}

#bbpress-forums .bbp-user-section {
	font-size:14px;
}

.bbp-user-forum-role,
.bbp-user-topic-count,
.bbp-user-reply-count {
	background:#fff;
	padding:7px 0 7px 0;
	
}

.bbp-meta, .bbp-meta a, .bbp-meta .bbp-header {
	font-size:10px !important;
	text-transform:uppercase;
	letter-spacing:1px;
}

#bbpress-forums #bbp-your-profile fieldset {
	padding:0;
}

#bbpress-forums #bbp-your-profile fieldset input, 
#bbpress-forums #bbp-your-profile fieldset textarea {
	width:100%;
	background:#fff;
	border:none;
	outline:none;
}

#bbpress-forums #bbp-your-profile fieldset input:focus, 
#bbpress-forums #bbp-your-profile fieldset textarea:focus {
	background:#fff;
	border:none;
	outline:none;
	box-shadow:none;
}

#bbpress-forums #bbp-your-profile fieldset label[for] {
	width:100%;
	float:left;
	text-align:left;
}

#bbpress-forums #bbp-your-profile fieldset fieldset.password {
	width:100%;
}

#bbpress-forums #bbp-your-profile fieldset.submit button {
	float:none;
}


 #bbpress-forums div.bbp-topic-header {
	 padding:0;
	 margin-top:30px;
	 margin-bottom:30px;
	 border-top:none;
 }
 
 .bbp-topic-title {
	 padding-left:0;
	 margin-top:10px;
	 margin-bottom:0;
	 padding-bottom:0;
 }
 
 .bbp-topic-title-meta {
	 line-height:20px;
 }
 
#bbpress-forums div.bbp-forum-title h3, 
#bbpress-forums div.bbp-topic-title h3, 
#bbpress-forums div.bbp-reply-title h3 {

 }

 
 .bbp-topic-content {
	 font-size:14px;
 }
 
 #bbpress-forums li.bbp-header .bbp-search-content,
.bbp-search-author {
	 font-size:14px;
 }
 
 .bbp-topic-title {
	 padding-left:30px;
 }
 
 .bbp-topic-tags a{
	 color:#000 !important;
	 font-size:12px;
 }
 
 .bbp-topic-tags a:hover {
	 color:#999 !important;
	 text-decoration:none;
 }
 
 .bbp-author-role,
 .bbp-author-ip {
	 display:none;
 }
 
 #bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar{
	 margin-bottom:10px;
 }
 
 #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
	 border-top:1px solid #eee;
 }
 
 
 /** END OF BBPRESS STYLE ***/
 
 
 
 /***
 =============================
 Start of highlighted Posts
 =============================
 ***/
 .widget_highlighted_posts figure:hover,
 .widget_highlighted_posts_two figure:hover,
 .widget_highlighted_posts_three figure:hover,
 .widget_highlighted_posts_four figure:hover,
 .widget_highlighted_posts_five figure:hover,
 .widget_highlighted_posts_six figure:hover {
	opacity:0.9;
}
 
 .widget_highlighted_posts,
 .widget_highlighted_posts_two,
 .widget_highlighted_posts_three,
 .widget_highlighted_posts_four,
 .widget_highlighted_posts_five,
 .widget_highlighted_posts_six {
  margin-bottom:30px;
}
 
.single-article {
  background-size: cover;
  background-repeat: no-repeat;
  background-position:50% 50%;
}
 
/*
================================== 
Highlighted posts widget One 
==================================
Font: Heebo, Hind
*/


.widget_highlighted_posts .single-article:nth-child(5n+1) {
	width:50%;
	float:left;
}

.widget_highlighted_posts .single-article:nth-child(5n+1) figure {
	width:100%;
	height:450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.widget_highlighted_posts .single-article:nth-child(5n+2) figure,
.widget_highlighted_posts .single-article:nth-child(5n+3) figure,
.widget_highlighted_posts .single-article:nth-child(5n+4) figure,
.widget_highlighted_posts .single-article:nth-child(5n+5) figure {
	width:100%;
	height:200px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}

.widget_highlighted_posts .single-article:nth-child(5n+1) h1.entry-title{
	line-height:1.4;
	margin-top:0;
	margin-bottom:10px;
	display: block; 
    display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp:2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
   max-height:80px;
}

.widget_highlighted_posts .single-article h1.entry-title{
	line-height:1.4;
	margin-top:0;
	margin-bottom:5px;
	display: block; 
    display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp:2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
   max-height:50px;
}

.widget_highlighted_posts .single-article h1.entry-title a,
.widget_highlighted_posts .single-article h1.entry-title a:active {
   color:#000;
   text-decoration:none;
}

.widget_highlighted_posts .single-article:nth-child(5n+1) h1.entry-title{
	font-size:25px;	
}

.widget_highlighted_posts .single-article:nth-child(5n+2) h1.entry-title,
.widget_highlighted_posts .single-article:nth-child(5n+3) h1.entry-title,
.widget_highlighted_posts .single-article:nth-child(5n+4) h1.entry-title,
.widget_highlighted_posts .single-article:nth-child(5n+5) h1.entry-title{
	font-size:16px;
}

.widget_highlighted_posts .single-article:nth-child(5n+2) {
	width:25%;
	float:left;
}

.widget_highlighted_posts .single-article:nth-child(5n+3) {
	width:25%;
	float:left;
}

.widget_highlighted_posts .single-article:nth-child(5n+4) {
	width:25%;
	float:left;
}

.widget_highlighted_posts .single-article:nth-child(5n+5) {
	width:25%;
	float:left;
	border-right:0 !important;
}

.widget_highlighted_posts .single-article:nth-child(5n+1) .ktp-metas {
	padding:25px;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	min-height:150px;
	max-height:150px;
}

.widget_highlighted_posts .single-article:nth-child(5n+2) .ktp-metas {
	padding:15px;
	border-left:none;
	border-bottom:none;
	border-right:1px solid #ddd;
	min-height:100px;
	max-height:100px;
}

.widget_highlighted_posts .single-article:nth-child(5n+3) .ktp-metas {
	padding:15px;
	border-left:none;
	border-bottom:none;
	border-right:1px solid #ddd;
	min-height:100px;
	max-height:100px;
}

.widget_highlighted_posts .single-article:nth-child(5n+4) .ktp-metas {
	padding:15px;
	border-left:none;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	min-height:100px;
	max-height:100px;
}

.widget_highlighted_posts .single-article:nth-child(5n+5) .ktp-metas {
	padding:15px;
	border-left:none;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	min-height:100px;
	max-height:100px;
}

.widget_highlighted_posts .single-article {
   position:relative;
   float:left;
   max-width:100%;
}

.widget_highlighted_posts .kt-panel-author img {
	margin-right:7px;
	width:20px;
	height:20px;
}

.widget_highlighted_posts .single-article .kt-fp-meta .date{
   color:#999;
    font-size:10px;
   text-transform:uppercase;
   letter-spacing:1px;
}

.widget_highlighted_posts .kt-panel-author{
   color:#000;
   font-size:10px;
   text-transform:uppercase;
   letter-spacing:1px;
}

.widget_highlighted_posts .kt-panel-author:after {
	color:#999;
	content:'-';
	padding:0 10px;
	font-size:10px;
}

.widget_highlighted_posts .single-article:nth-child(5n+2) .kt-panel-author,
.widget_highlighted_posts .single-article:nth-child(5n+3) .kt-panel-author,
.widget_highlighted_posts .single-article:nth-child(5n+4) .kt-panel-author,
.widget_highlighted_posts .single-article:nth-child(5n+5) .kt-panel-author{
	display:none;
}



@media only screen and (max-width: 480px) {
	
.widget_highlighted_posts .single-article {
	width:100% !important;
	border-right:none !important;
	float:none !important;
	border-bottom:3px solid #fff !important;
  }
} 	
	

/*** end of responsive codes ***/


/*
================================== 
Highlighted posts widget Two
==================================
*/


.widget_highlighted_posts_two .single-article:nth-child(5n+1) {
	width:50%;
	float:right;
}

.widget_highlighted_posts_two .single-article:nth-child(5n+1) figure {
	width:100%;
	height:450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.widget_highlighted_posts_two .single-article:nth-child(5n+2) figure,
.widget_highlighted_posts_two .single-article:nth-child(5n+3) figure,
.widget_highlighted_posts_two .single-article:nth-child(5n+4) figure,
.widget_highlighted_posts_two .single-article:nth-child(5n+5) figure {
	width:100%;
	height:200px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}

.widget_highlighted_posts_two .single-article:nth-child(5n+1) h1.entry-title{
	line-height:1.4;
	margin-top:0;
	margin-bottom:10px;
	display: block; 
    display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp:2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
   max-height:80px;
}

.widget_highlighted_posts_two .single-article h1.entry-title{
	line-height:1.4;
	margin-top:0;
	margin-bottom:5px;
	display: block; 
    display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp:2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
   max-height:50px;
}

.widget_highlighted_posts_two .single-article h1.entry-title a,
.widget_highlighted_posts_two .single-article h1.entry-title a:active {
   color:#000;
   text-decoration:none;
}

.widget_highlighted_posts_two .single-article h1.entry-title a:hover {
	color:#555;
}

.widget_highlighted_posts_two .single-article:nth-child(5n+1) h1.entry-title{
	font-size:25px;	
}

.widget_highlighted_posts_two .single-article:nth-child(5n+2) h1.entry-title,
.widget_highlighted_posts_two .single-article:nth-child(5n+3) h1.entry-title,
.widget_highlighted_posts_two .single-article:nth-child(5n+4) h1.entry-title,
.widget_highlighted_posts_two .single-article:nth-child(5n+5) h1.entry-title{
	font-size:16px;
}

.widget_highlighted_posts_two .single-article:nth-child(5n+2) {
	width:25%;
	float:right;
}

.widget_highlighted_posts_two .single-article:nth-child(5n+3) {
	width:25%;
	float:right;
}

.widget_highlighted_posts_two .single-article:nth-child(5n+4) {
	width:25%;
	float:right;
}

.widget_highlighted_posts_two .single-article:nth-child(5n+5) {
	width:25%;
	float:right;
	border-right:0 !important;
}

.widget_highlighted_posts_two .single-article:nth-child(5n+1) .ktp-metas {
	padding:25px;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	min-height:150px;
	max-height:150px;
}

.widget_highlighted_posts_two .single-article:nth-child(5n+2) .ktp-metas {
	padding:15px;
	border-right:none;
	border-bottom:none;
	border-left:1px solid #ddd;
	min-height:100px;
	max-height:100px;
}

.widget_highlighted_posts_two .single-article:nth-child(5n+3) .ktp-metas {
	padding:15px;
	border-right:none;
	border-bottom:none;
	border-left:1px solid #ddd;
	min-height:100px;
	max-height:100px;
}

.widget_highlighted_posts_two .single-article:nth-child(5n+4) .ktp-metas {
	padding:15px;
	border-left:none;
	border-bottom:1px solid #ddd;
	border-right:none;
	min-height:100px;
	max-height:100px;
}

.widget_highlighted_posts_two .single-article:nth-child(5n+5) .ktp-metas {
	padding:15px;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:none;
	min-height:100px;
	max-height:100px;
}

.widget_highlighted_posts_two .single-article {
   position:relative;
   float:left;
   max-width:100%;
}

.widget_highlighted_posts_two .kt-panel-author img {
	margin-right:7px;
	width:25px;
	height:25px;
}

.widget_highlighted_posts_two .single-article .kt-fp-meta .date{
   color:#999;
    font-size:10px;
   text-transform:uppercase;
   letter-spacing:1px;
}

.widget_highlighted_posts_two .kt-panel-author{
   color:#000;
    font-size:10px;
   text-transform:uppercase;
   letter-spacing:1px;
}

.widget_highlighted_posts_two .kt-panel-author:after {
	color:#999;
	content:'-';
	padding:0 10px;
	font-size:10px;
}

.widget_highlighted_posts_two .single-article:nth-child(5n+2) .kt-panel-author,
.widget_highlighted_posts_two .single-article:nth-child(5n+3) .kt-panel-author,
.widget_highlighted_posts_two .single-article:nth-child(5n+4) .kt-panel-author,
.widget_highlighted_posts_two .single-article:nth-child(5n+5) .kt-panel-author{
	display:none;
}



@media only screen and (max-width: 480px) {
	
.widget_highlighted_posts_two .single-article {
	width:100% !important;
	border-right:none !important;
	float:none !important;
	border-bottom:3px solid #fff !important;
  }
} 	
	

/*** end of responsive codes ***/


/*
================================== 
Highlighted posts widget Three
==================================
*/

.widget_highlighted_posts_three .single-article:nth-child(3n+1),
.widget_highlighted_posts_three .single-article:nth-child(3n+2),
.widget_highlighted_posts_three .single-article:nth-child(3n+3) {
	width:33.333%;
	float:left;
}

.widget_highlighted_posts_three .single-article:nth-child(3n+1) figure,
.widget_highlighted_posts_three .single-article:nth-child(3n+2) figure,
.widget_highlighted_posts_three .single-article:nth-child(3n+3) figure {
	width:100%;
	height:450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.widget_highlighted_posts_three .single-article:nth-child(3n+1) h1.entry-title,
.widget_highlighted_posts_three .single-article:nth-child(3n+2) h1.entry-title,
.widget_highlighted_posts_three .single-article:nth-child(3n+3) h1.entry-title{
	line-height:1.4;
	margin-top:0;
	margin-bottom:10px;
	display: block; 
    display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp:2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
   max-height:80px;
}


.widget_highlighted_posts_three .single-article h1.entry-title a,
.widget_highlighted_posts_three .single-article h1.entry-title a:active {
   color:#000;
   text-decoration:none;
}

.widget_highlighted_posts_three .single-article h1.entry-title a:hover {
	color:#555;
}

.widget_highlighted_posts_three .single-article:nth-child(3n+1) h1.entry-title,
.widget_highlighted_posts_three .single-article:nth-child(3n+2) h1.entry-title,
.widget_highlighted_posts_three .single-article:nth-child(3n+3) h1.entry-title{
	font-size:25px;	
}


.widget_highlighted_posts_three .single-article:nth-child(3n+1) .ktp-metas {
	padding:25px;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	min-height:150px;
	max-height:150px;
}

.widget_highlighted_posts_three .single-article:nth-child(3n+2) .ktp-metas {
	padding:25px;
	border-left:none;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	min-height:150px;
	max-height:150px;
}

.widget_highlighted_posts_three .single-article:nth-child(3n+3) .ktp-metas {
	padding:25px;
	border-left:none;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	min-height:150px;
	max-height:150px;
}

.widget_highlighted_posts_three .single-article {
   position:relative;
   float:left;
   max-width:100%;
}


.widget_highlighted_posts_three .single-article .kt-fp-meta .date{
   color:#999;
    font-size:10px;
   text-transform:uppercase;
   letter-spacing:1px;
}

.widget_highlighted_posts_three .kt-panel-author{
   color:#000;
    font-size:10px;
   text-transform:uppercase;
   letter-spacing:1px;
}

.widget_highlighted_posts_three .kt-panel-author:after {
	color:#999;
	content:'-';
	padding:0 10px;
	font-size:10px;
}


@media only screen and (max-width: 480px) {
	
.widget_highlighted_posts_three .single-article {
	width:100% !important;
	border-right:none !important;
	float:none !important;
	border-bottom:3px solid #fff !important;
  }
} 	
	

/*** end of responsive codes ***/


/*
================================== 
Highlighted posts widget Four
==================================
*/

.widget_highlighted_posts_four .single-article:nth-child(5n+1) {
	width:66.67%;
	float:left;
}

.widget_highlighted_posts_four .single-article:nth-child(5n+1) figure {
	width:100%;
	height:550px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.widget_highlighted_posts_four .single-article:nth-child(5n+2) figure,
.widget_highlighted_posts_four .single-article:nth-child(5n+3) figure,
.widget_highlighted_posts_four .single-article:nth-child(5n+4) figure,
.widget_highlighted_posts_four .single-article:nth-child(5n+5) figure,
.widget_highlighted_posts_four .single-article:nth-child(6n+6) figure {
	width:100%;
	height:250px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}

.widget_highlighted_posts_four .single-article:nth-child(5n+1) h1.entry-title{
	line-height:1.4;
	margin-top:0;
	margin-bottom:10px;
	display: block; 
    display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp:2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
   max-height:80px;
}

.widget_highlighted_posts_four .single-article h1.entry-title{
	line-height:1.4;
	margin-top:0;
	display: block; 
    display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp:2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
   max-height:50px;
}

.widget_highlighted_posts_four .single-article h1.entry-title a,
.widget_highlighted_posts_four .single-article h1.entry-title a:active {
   color:#000;
   text-decoration:none;
}

.widget_highlighted_posts_four .single-article h1.entry-title a:hover {
	color:#555;
}

.widget_highlighted_posts_four .single-article:nth-child(6n+1) h1.entry-title{
	font-size:25px;	
}

.widget_highlighted_posts_four .single-article:nth-child(6n+2) h1.entry-title,
.widget_highlighted_posts_four .single-article:nth-child(6n+3) h1.entry-title,
.widget_highlighted_posts_four .single-article:nth-child(6n+4) h1.entry-title,
.widget_highlighted_posts_four .single-article:nth-child(6n+5) h1.entry-title,
.widget_highlighted_posts_four .single-article:nth-child(6n+6) h1.entry-title{
	font-size:16px;
	margin-bottom:5px;
}

.widget_highlighted_posts_four .single-article:nth-child(6n+2) {
	width:33.33%;
	float:left;
}

.widget_highlighted_posts_four .single-article:nth-child(6n+3) {
	width:33.33%;
	float:left;
}

.widget_highlighted_posts_four .single-article:nth-child(6n+4) {
	width:33.33%;
	float:left;
}

.widget_highlighted_posts_four .single-article:nth-child(6n+5) {
	width:33.33%;
	float:left;
}

.widget_highlighted_posts_four .single-article:nth-child(6n+6) {
	width:33.33%;
	float:left;
	border-right:0 !important;
}

.widget_highlighted_posts_four .single-article:nth-child(6n+1) .ktp-metas {
	padding:25px;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	min-height:150px;
	max-height:150px;
}

.widget_highlighted_posts_four .single-article:nth-child(6n+2) .ktp-metas {
	padding:15px;
	border-left:none;
	border-bottom:none;
	border-right:1px solid #ddd;
	min-height:100px;
	max-height:100px;
}

.widget_highlighted_posts_four .single-article:nth-child(6n+3) .ktp-metas {
	padding:15px;
	border-left:none;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	min-height:100px;
	max-height:100px;
}

.widget_highlighted_posts_four .single-article:nth-child(6n+4) .ktp-metas {
	padding:15px;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	min-height:100px;
	max-height:100px;
}

.widget_highlighted_posts_four .single-article:nth-child(6n+5) .ktp-metas {
	padding:15px;
	border-left:none;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	min-height:100px;
	max-height:100px;
}

.widget_highlighted_posts_four .single-article:nth-child(6n+6) .ktp-metas {
	padding:15px;
	border-left:none;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	min-height:100px;
	max-height:100px;
}

.widget_highlighted_posts_four .single-article {
   position:relative;
   float:left;
   max-width:100%;
}

.widget_highlighted_posts_four .single-article .kt-fp-meta .date{
   color:#999;
    font-size:10px;
   text-transform:uppercase;
   letter-spacing:1px;
}

.widget_highlighted_posts_four .kt-panel-author{
   color:#000;
    font-size:10px;
   text-transform:uppercase;
   letter-spacing:1px;
}

.widget_highlighted_posts_four .kt-panel-author:after {
	color:#999;
	content:'-';
	padding:0 10px;
	font-size:10px;
}



@media only screen and (max-width: 480px) {
	
.widget_highlighted_posts_four .single-article {
	width:100% !important;
	border-right:none !important;
	float:none !important;
	border-bottom:3px solid #fff !important;
  }
  
  .widget_highlighted_posts_four .single-article:nth-child(6n+1) .ktp-metas,
  .widget_highlighted_posts_four .single-article:nth-child(6n+2) .ktp-metas,
  .widget_highlighted_posts_four .single-article:nth-child(6n+3) .ktp-metas,
  .widget_highlighted_posts_four .single-article:nth-child(6n+4) .ktp-metas,
  .widget_highlighted_posts_four .single-article:nth-child(6n+5) .ktp-metas,
  .widget_highlighted_posts_four .single-article:nth-child(6n+6) .ktp-metas {
	padding:25px;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	min-height:150px;
	max-height:150px;
  }
} 	
	

/*** end of responsive codes ***/



/*
================================== 
Highlighted posts widget Five
==================================
*/

.widget_highlighted_posts_five .single-article:nth-child(2n+1),
.widget_highlighted_posts_five .single-article:nth-child(2n+2) {
	width:50%;
	float:left;
}

.widget_highlighted_posts_five .single-article:nth-child(2n+1) figure,
.widget_highlighted_posts_five .single-article:nth-child(2n+2) figure {
	width:100%;
	height:450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.widget_highlighted_posts_five .single-article:nth-child(2n+1) h1.entry-title,
.widget_highlighted_posts_five .single-article:nth-child(2n+2) h1.entry-title{
	line-height:1.4;
	margin-top:0;
	margin-bottom:10px;
	display: block; 
    display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp:2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
   max-height:80px;
}


.widget_highlighted_posts_five .single-article h1.entry-title a,
.widget_highlighted_posts_five .single-article h1.entry-title a:active {
   color:#000;
   text-decoration:none;
}

.widget_highlighted_posts_five .single-article h1.entry-title a:hover {
	color:#555;
}

.widget_highlighted_posts_five .single-article:nth-child(2n+1) h1.entry-title,
.widget_highlighted_posts_five .single-article:nth-child(2n+2) h1.entry-title{
	font-size:25px;	
}


.widget_highlighted_posts_five .single-article:nth-child(2n+1) .ktp-metas {
	padding:25px;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	min-height:150px;
	max-height:150px;
}

.widget_highlighted_posts_five .single-article:nth-child(2n+2) .ktp-metas {
	padding:25px;
	border-left:none;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	min-height:150px;
	max-height:150px;
}

.widget_highlighted_posts_five .single-article {
   position:relative;
   float:left;
   max-width:100%;
}


.widget_highlighted_posts_five .single-article .kt-fp-meta .date{
   color:#999;
    font-size:10px;
   text-transform:uppercase;
   letter-spacing:1px;
}

.widget_highlighted_posts_five .kt-panel-author{
   color:#000;
    font-size:10px;
   text-transform:uppercase;
   letter-spacing:1px;
}

.widget_highlighted_posts_five .kt-panel-author:after {
	color:#999;
	content:'-';
	padding:0 10px;
	font-size:10px;
}


@media only screen and (max-width: 480px) {
	
.widget_highlighted_posts_five .single-article {
	width:100% !important;
	border-right:none !important;
	float:none !important;
	border-bottom:3px solid #fff !important;
  }
} 	
	

/*** end of responsive codes ***/




/*
================================== 
Highlighted posts widget Six
==================================
*/

.widget_highlighted_posts_six .single-article:nth-child(4n+1),
.widget_highlighted_posts_six .single-article:nth-child(4n+2),
.widget_highlighted_posts_six .single-article:nth-child(4n+3),
.widget_highlighted_posts_six .single-article:nth-child(4n+4) {
	width:25%;
	float:left;
}

.widget_highlighted_posts_six .single-article:nth-child(4n+1) figure,
.widget_highlighted_posts_six .single-article:nth-child(4n+2) figure,
.widget_highlighted_posts_six .single-article:nth-child(4n+3) figure,
.widget_highlighted_posts_six .single-article:nth-child(4n+4) figure {
	width:100%;
	height:350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.widget_highlighted_posts_six .single-article:nth-child(4n+1) h1.entry-title,
.widget_highlighted_posts_six .single-article:nth-child(4n+2) h1.entry-title,
.widget_highlighted_posts_six .single-article:nth-child(4n+3) h1.entry-title,
.widget_highlighted_posts_six .single-article:nth-child(4n+4) h1.entry-title{
	line-height:1.4;
	margin-top:0;
	margin-bottom:10px;
	display: block; 
    display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp:2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
   max-height:80px;
}


.widget_highlighted_posts_six .single-article h1.entry-title a,
.widget_highlighted_posts_six .single-article h1.entry-title a:active {
   color:#000;
   text-decoration:none;
}

.widget_highlighted_posts_six .single-article h1.entry-title a:hover {
	color:#555;
}

.widget_highlighted_posts_six .single-article:nth-child(4n+1) h1.entry-title,
.widget_highlighted_posts_six .single-article:nth-child(4n+2) h1.entry-title,
.widget_highlighted_posts_six .single-article:nth-child(4n+3) h1.entry-title,
.widget_highlighted_posts_six .single-article:nth-child(4n+4) h1.entry-title{
	font-size:20px;	
}


.widget_highlighted_posts_six .single-article:nth-child(4n+1) .ktp-metas {
	padding:25px;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	min-height:130px;
	max-height:130px;
}

.widget_highlighted_posts_six .single-article:nth-child(4n+2) .ktp-metas {
	padding:25px;
	border-left:none;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	min-height:130px;
	max-height:130px;
}

.widget_highlighted_posts_six .single-article:nth-child(4n+3) .ktp-metas {
	padding:25px;
	border-left:none;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	min-height:130px;
	max-height:130px;
}

.widget_highlighted_posts_six .single-article:nth-child(4n+4) .ktp-metas {
	padding:25px;
	border-left:none;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	min-height:130px;
	max-height:130px;
}

.widget_highlighted_posts_six .single-article {
   position:relative;
   float:left;
   max-width:100%;
}


.widget_highlighted_posts_six .single-article .kt-fp-meta .date{
   color:#999;
   font-size:10px;
   text-transform:uppercase;
   letter-spacing:1px;
}

.widget_highlighted_posts_six .kt-panel-author{
   color:#000;
   font-size:10px;
   text-transform:uppercase;
   letter-spacing:1px;
}

.widget_highlighted_posts_six  .kt-panel-author:after {
	color:#999;
	content:'-';
	padding:0 10px;
	font-size:10px;
}


@media only screen and (max-width: 480px) {
	
.widget_highlighted_posts_six .single-article {
	width:100% !important;
	border-right:none !important;
	float:none !important;
	border-bottom:3px solid #fff !important;
  }
} 	
	

/*** end of responsive codes ***/

 
 /***
 ==============================
 Start of Featured Post Widgets
 ==============================
 ***/
 
.kt_fps1,
.kt_fps3{
	padding:25px 30px 30px 30px;
	margin-bottom:50px; 
	-webkit-box-shadow:0 0 1px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 1px rgba(0,0,0,0.3);
	box-shadow:0 0 1px rgba(0,0,0,0.3);
 }

.kt_fps2{
	padding:20px 20px 30px 20px;
	margin-bottom:50px; 
	-webkit-box-shadow:0 0 1px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 1px rgba(0,0,0,0.3);
	box-shadow:0 0 1px rgba(0,0,0,0.3);
 }
 
 .kt-icon-by-format {
	padding:15px;
}

.kt-icon-by-format i{
	display:block;
	font-family:'FontAwesome';
	font-size:25px;
	color:#fff;
	display: block;
	background:rgba(0,0,0,.3);
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align:center;
}

.single-article a,
.single-article a:hover {
	text-decoration:none;
}

.following-post .kt-icon-by-format {
	display:none;
}
 
 
/* 
=====================================
Featured posts Style 1
=====================================
 */

.kt_fps1 .following-post .single-article {
    margin-bottom:20px; 
}

.kt_fps1 .following-post .single-article:nth-last-child(-n+1)  {
	border-bottom:none;
    padding-bottom:0;
    margin-bottom:0; 
}

.kt_fps1 .first-post .single-article {
   float: left;
   width: 48.70129870%;
   background:#fff;
}

.kt_fps1 .first-post .article-content {
	padding:0;
}

.kt_fps1 .first-post figure{
  width:100%;
  height:255px;
  background:#efefef;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:50% 50%;
}

.kt_fps1 figure:hover .fps1-overlay {
	height: inherit;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.kt_fps1 .first-post .article-content .entry-title {
   padding:0;
   margin-bottom:10px;
   font-size: 22px;
   line-height:1.4;
}

.kt_fps1 .first-post .jizan-entry-content p{
	color:#555;
	margin-bottom:0;
	margin-top:10px;
	line-height:1.7;
	font-size:14px;
}

.kt_fps1 .following-post .single-article {
   float: right;
   width: 48.70129870%;
   background:#fff;
}

.kt_fps1 .following-post figure  {
   float:left;
   width:35%;
   height:100px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position:50% 50%;
   margin-right:15px;
}

.kt_fps1 .article-content .entry-title a {
	text-decoration:none;
}

.kt_fps1 .article-content .entry-title a:active,
.kt_fps1 .article-content .entry-title a:hover {
	text-decoration:none;
} 

.kt_fps1 .following-post .below-entry-meta {
	padding:0;
	margin:0;
}

.kt_fps1 .following-post .byline,
.kt_fps1 .following-post .comments {
   display: none;
}

.kt_fps1 .following-post .article-content{
	padding:0;
}

.kt_fps1 .following-post .article-content .entry-title {
   font-size: 15px;
   margin-top:0 !important; 
   padding-top:0 !important;
   line-height:1.5;
   display: block; 
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp:2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
   max-height:45px;
}

.kt_fps1 .following-post .main-fps1-author{
	display:none;
}

.kt_fps1 .main-fps1-author img {
	margin-right:7px;
}

.kt_fps1 .main-fps1-author {
   color:#999;
   font-size:12px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps1 .first-post .date,
.kt_fps1 .following-post .date {
   color:#999;
   font-size:10px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps1 .main-fps1-author:hover {
	color:#000 !important;
}

.kt_fps1 .main-fps1-author:after {
	color:#999;
	content:'-';
	padding:0 10px;
	font-size:10px;
}

.kt_fps1 .first-post .comments a:hover {
	color:#000;
}

.kt_fps1 ul.standard-social-icons {
	display:inline-block;
}

.kt_fps1 .following-post ul.standard-social-icons {
	display:none;
}

.kt_fps1 .following-post .article-content .below-entry-meta {
   margin-bottom: 0;
}

.kt_fps1 .following-post .above-entry-meta {
   display: none;
}

/* Responsiveness */

@media only screen and (max-width: 480px) {

    .kt_fps1 .first-post .single-article {
     float: left;
     width: 100%;
     margin-bottom: 20px;
    }
	
	.kt_fps1 .following-post .single-article {
     float: left;
     width: 100%;
     padding-left:0;
	 margin-bottom:30px;
    }
	
}

/* End of featured posts 1 */

/*
=====================================
KT Featured Post style 2
=====================================
*/

.kt_fps2 .first-post,
.kt_fps2 .following-post {
   float: none;
   width: 100%; 
}

.kt_fps2 .first-post .single-article,
.kt_fps2 .following-post .single-article {
   margin-bottom:20px;
   background:#fff;
}

.kt_fps2 .following-post .single-article:last-child {
   border-bottom:none;
   padding-bottom:0;
   margin-bottom:0;
}

.kt_fps2 .first-post figure  {
  width:100%;
  height:232px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:50% 50%;
}

.kt_fps2 figure:hover .fps2-overlay {
	height: inherit;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.kt_fps2 .following-post figure  {
  float:left;
  width:35%;
  height:90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:50% 50%;
  margin-right:15px;
}

.kt_fps2 .first-post .article-content {
	padding:0;
}

.kt_fps2 .following-post .article-content {
	padding:0;
}

.kt_fps2 .first-post .article-content .entry-title {
   padding:0;
   margin-bottom:5px;
   font-size: 22px;
   line-height:1.4;
}

.kt_fps2 .first-post .article-content .entry-title a,
.kt_fps2 .first-post .article-content .entry-title a:visited,
.kt_fps2 .following-post .article-content .entry-title a,
.kt_fps2 .following-post .article-content .entry-title a:visited {
	text-decoration:none;
}

.kt_fps2 .following-post .article-content .entry-title {
   font-size: 15px;
   margin-top:0 !important; 
   padding-top:0 !important;
   line-height:1.4;
   display: block; 
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp:2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
   max-height:45px;
}

.kt_fps2 .first-post .date {
	display:inline-block;
}

.kt_fps2 .main-fps2-author:after {
	color:#999;
	content:'-';
	padding:0 10px;
	font-size:10px;
}

.kt_fps2 ul.standard-social-icons {
	display:inline-block;
}

.kt_fps2 .following-post ul.standard-social-icons{
	display:none;
}

.kt_fps2 .first-post .below-entry-meta {
	margin:10px 0 10px 0;
}

.kt_fps2 .following-post .below-entry-meta {
	margin:10px 0 0 0;
}

.kt_fps2 .first-post .main-fps2-author{
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
}

.kt_fps2 .first-post .below-entry-meta .date,
.kt_fps2 .following-post .below-entry-meta .date{
	font-size:10px;
	color:#999 !important;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
}

.kt_fps2 .first-post .main-fps2-author:hover {
	color:#000 !important;
}

.kt_fps2 .following-post .main-fps2-author {
	display:none;
}

.kt_fps2 .first-post .jizan-entry-content p {
	color:#555;
	line-height:1.7;
	margin-top:-15px;
	margin-bottom:0;
	margin-top:10px;
	padding-bottom:0;
	font-size:13px;
}


/* Responsiveness */


@media only screen and (max-width: 480px) {

    .kt_fps2 .first-post {
     float: left;
     width: 100%;
     margin-bottom: 20px;
    }
	
	.kt_fps2 .following-post {
     float: left;
     width: 100%;
     padding-left:5px;
    }
	
}


/* 
=====================================
Featured posts Style 3
=====================================
*/ 

.kt_fps3 .single-article {
   margin-bottom:20px;
}

.kt_fps3 .first-post .single-article {
   float:left;
   width:100%;
   background:#fff;
}

.kt_fps3 .first-post figure  {
  float:left;
  width:50%;
  height:266px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:50% 50%;
  margin-right:30px;
}

.kt_fps3 figure:hover .fps3-overlay {
	height: inherit;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.kt_fps3 .first-post .article-content {
	padding:0;
}

.kt_fps3 .first-post .article-content .entry-title {
   padding:0;
   margin-bottom:15px;
   margin-top:0;
   font-size: 22px;
   line-height:1.4;
}

.kt_fps3 .first-post .jizan-entry-content p{
	color:#555;
	margin-bottom:0;
	margin-top:10px;
	line-height:1.7;
	font-size:14px;
}

.kt_fps3 .following-post .single-article {
   float:left;
   width:48.70129870%;
   background:#fff;
}

.kt_fps3 .following-post .single-article:nth-child(odd) {
	float:left;
}

.kt_fps3 .following-post .single-article:nth-child(even){
	float:right;
}

.kt_fps3 .following-post .single-article:nth-last-child(-n+2){
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}

.kt_fps3 .following-post figure  {
  float:left;
  width:35%;
  height:100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:50% 50%;
  margin-right:15px;
}

.kt_fps3 .article-content .entry-title a {
	text-decoration:none;
}

.kt_fps3 .article-content .entry-title a:active,
.kt_fps3 .article-content .entry-title a:hover {
	text-decoration:none;
} 

.kt_fps3 .following-post .below-entry-meta {
	padding:0;
	margin:0;
}
.kt_fps3 .following-post .main-fps3-author,
.kt_fps3 .following-post .byline,
.kt_fps3 .following-post .comments {
   display: none;
}

.kt_fps3 .following-post .article-content {
	padding:0;
}

.kt_fps3 .following-post .article-content .entry-title {
   font-size: 15px; 
   margin-top:0 !important; 
   padding-top:0 !important;
   line-height:1.5; 
   display: block; 
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp:2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
   max-height:45px;
}

.kt_fps3 .main-fps3-author img {
	margin-right:7px;
}

.kt_fps3 .main-fps3-author{
   font-size:12px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps3 .first-post .date,
.kt_fps3 .following-post .date {
   color:#999;
   font-size:10px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}
.kt_fps3 .main-fps3-author:hover,
.kt_fps3 .first-post .comments a:hover {
	color:#000;
}

.kt_fps3 .main-fps3-author:after {
	color:#999;
	content:'-';
	padding:0 10px;
	font-size:10px;
}

.kt_fps3 ul.standard-social-icons {
	display:inline-block;
}

.kt_fps3 .following-post ul.standard-social-icons {
	display:none;
}

.kt_fps3 .following-post .article-content .below-entry-meta {
   margin-bottom: 0;
}

.kt_fps3 .following-post .above-entry-meta {
   display: none;
}

/* Responsiveness */

@media only screen and (max-width: 480px) {

    .kt_fps3 .first-post figure  {
     width:100%;
     margin-right:0;
	 margin-bottom:20px;
}
	.kt_fps3 .first-post .single-article {
     float: left;
     width: 100%;
     margin-bottom: 20px;
    }
	
	.kt_fps3 .following-post .single-article {
     float: left;
     width: 100%;
     padding-left:0;
	 margin-bottom:30px;
    }
	
	
}


/* End of featured posts 1 */



/* 
=====================================
Featured posts Style 4
=====================================
*/ 

.kt_fps4,
.kt_fps5,
.kt_fps6,
.kt_fps7,
.kt_fps8,
.kt_fps9,
.kt_fps10,
.kt_fps11,
.kt_fps12,
.kt_fps13,
.kt_fps14,
.kt_fps15,
.kt_fps16,
.kt_fps17,
.kt_fps18,
.kt_fps19,
.kt_fps20,
.kt_magstyle3,
.kt_magstyle4 {
	margin-top:30px;
}

.kt_fps4 .single-article {
   margin-bottom:50px;
   background:#fff;
}

.kt_fps4 .article-content {
	 padding:25px 25px 30px 25px;
	 -webkit-box-shadow:0 0 1px rgba(0,0,0,0.3);
	 box-shadow:0 0 1px rgba(0,0,0,0.3);
}

.kt_fps4 figure  {
  width:100%;
  height:262px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:50% 50%;
}

.kt_fps4 figure:hover .fps4-overlay {
	height: inherit;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.kt_fps4 .article-content .entry-title {
   padding:0;
   margin-bottom:10px;
   margin-top:0;
   font-size:20px;
   line-height:1.4;
   display: block; 
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp:2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
}

.kt_fps4 .article-content .entry-title a {
	text-decoration:none;
}

.kt_fps4 .article-content .entry-title a:active,
.kt_fps4 .article-content .entry-title a:hover {
	text-decoration:none;
}

.kt_fps4 .jizan-entry-content p{
	color:#555;
	margin-bottom:0;
	margin-top:10px;
	line-height:1.7;
	font-size:14px;
}

.kt_fps4 .following-post .below-entry-meta {
	padding:0;
	margin:0;
}

.kt_fps4 .following-post .byline,
.kt_fps4 .following-post .comments {
    display: none;
}

.kt_fps4 .main-fps4-author {
   font-size:12px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps4 .date {
   color:#999 !important;
   font-size:10px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps4 .main-fps4-author:hover{
	color:#000 !important;
}

.kt_fps4 .main-fps4-author:after {
	color:#999;
	content:'-';
	padding:0 10px;
	font-size:10px;
}

.kt_fps4 ul.standard-social-icons {
	display:inline-block;
}

/* Responsiveness */

@media only screen and (max-width: 480px) {

    .kt_fps4 .first-post figure  {
     width:100%;
     margin-right:0;
	 margin-bottom:20px;
    }
	.kt_fps4 .first-post .single-article {
     float: left;
     width: 100%;
     margin-bottom: 20px;
    }
	
	.kt_fps4 .following-post .single-article {
     float: left;
     width: 100%;
     padding-left:0;
	 margin-bottom:30px;
    }
	
	
}


/* End of featured posts 4 */




/* 
========================================
Featured posts Style 5 (Grid style 1 66%)
========================================
*/ 

.kt_fps5 .single-article {
   margin-bottom:50px;
    background:#fff;
}

.kt_fps5 .article-content {
	 padding:25px 25px 30px 25px;
	 -webkit-box-shadow:0 0 1px rgba(0,0,0,0.3);
	 box-shadow:0 0 1px rgba(0,0,0,0.3);
}

.kt_fps5 figure  {
  width:100%;
  height:278px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:50% 50%;
}

.kt_fps5 figure:hover .fps5-overlay {
	height: inherit;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.kt_fps5 .article-content .entry-title {
   padding:0;
   margin-bottom:10px;
   margin-top:5px;
   font-size:20px;
   line-height:1.4;
   display: block; 
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp:2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
}

.kt_fps5 .article-content .entry-title a {
	text-decoration:none;
}

.kt_fps5 .article-content .entry-title a:active,
.kt_fps5 .article-content .entry-title a:hover {
	text-decoration:none;
}

.kt_fps5 .jizan-entry-content p{
	color:#555;
	margin-top:10px;
	margin-bottom:0;
	line-height:1.7;
	font-size:14px;
}

.kt_fps5 .main-fps5-author{
   font-size:12px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps5 .date{
   color:#999 !important;
   font-size:10px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps5 .main-fps5-author img {
	margin-right:7px;
}

.kt_fps5 .main-fps5-author:hover {
	color:#000 !important;
}

.kt_fps5 .main-fps5-author:after{
	color:#999;
	content:'-';
	padding:0 10px;
	font-size:10px;
}

.kt_fps5 ul.standard-social-icons {
	display:inline-block;
}

/* Responsiveness */

@media only screen and (max-width: 480px) {

    .kt_fps5 .first-post figure  {
     width:100%;
     margin-right:0;
	 margin-bottom:20px;
}
	.kt_fps5 .first-post .single-article {
     float: left;
     width: 100%;
     margin-bottom: 20px;
    }
	
	.kt_fps5 .following-post .single-article {
     float: left;
     width: 100%;
     padding-left:0;
	 margin-bottom:30px;
    }
	
	
}


/* End of featured posts 5 */




/* 
==========================================
Featured posts Style 6 (Grid style 2 100%)
==========================================
*/ 

.kt_fps6 .single-article {
   margin-bottom:50px;
   background:#fff;
}

.kt_fps6 .article-content {
	 padding:25px 25px 25px 25px;
	 -webkit-box-shadow:0 0 1px rgba(0,0,0,0.3);
	 box-shadow:0 0 1px rgba(0,0,0,0.3);
}

.kt_fps6 figure  {
  width:100%;
  height:278px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:50% 50%;
}

.kt_fps6 figure:hover .fps6-overlay {
	height: inherit;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.kt_fps6 .article-content .entry-title {
   padding:0;
   margin-bottom:10px;
   margin-top:5px;
   font-size:20px;
   line-height:1.4;
   display: block; 
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp:2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
}

.kt_fps6 .article-content .entry-title a {
	text-decoration:none;
}

.kt_fps6 .article-content .entry-title a:active,
.kt_fps6 .article-content .entry-title a:hover {
	text-decoration:none;
}

.kt_fps6 .following-post .below-entry-meta {
	padding:0;
	margin:0;
}

.kt_fps6 .following-post .byline,
.kt_fps6 .following-post .comments {
   display: none;
}

.kt_fps6 .main-fps6-author img {
	margin-right:7px;
}

.kt_fps6 .main-fps6-author{
   font-size:12px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps6 .date {
   color:#999 !important;
   font-size:10px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps6 .main-fps6-author:hover {
	color:#000 !important;
}

.kt_fps6 .main-fps6-author:after {
	color:#999;
	content:'-';
	padding:0 10px;
	font-size:10px;
}

.kt_fps6 ul.standard-social-icons {
	display:inline-block;
}

/* Responsiveness */

@media only screen and (max-width: 480px) {

    .kt_fps6 .first-post figure  {
     width:100%;
     margin-right:0;
	 margin-bottom:20px;
}
	.kt_fps6 .first-post .single-article {
     float: left;
     width: 100%;
     margin-bottom: 20px;
    }
	
	.kt_fps6 .following-post .single-article {
     float: left;
     width: 100%;
     padding-left:0;
	 margin-bottom:30px;
    }
	
	
}


/* End of featured posts 6 */




/* 
========================================
Featured posts Style 7 (Grid style 2 66%)
========================================
*/ 

.kt_fps7 .single-article {
   margin-bottom:50px;
   background:#fff;
}

.kt_fps7 .article-content {
	 padding:25px 25px 10px 25px;
	 -webkit-box-shadow:0 0 1px rgba(0,0,0,0.3);
	 box-shadow:0 0 1px rgba(0,0,0,0.3);
}

.kt_fps7 figure  {
  width:100%;
  height:278px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:50% 50%;
}

.kt_fps7 figure:hover .fps7-overlay {
	height: inherit;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.kt_fps7 .article-content .entry-title {
   padding:0;
   margin-bottom:7px;
   margin-top:5px;
   font-size:20px;
   line-height:1.4;
   display: block; 
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp:2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
}

.kt_fps7 .article-content .entry-title a {
	text-decoration:none;
}

.kt_fps7 .article-content .entry-title a:active,
.kt_fps7 .article-content .entry-title a:hover {
	text-decoration:none;
}

.kt_fps7 .main-fps7-author img {
	margin-right:7px;
}

.kt_fps7 .article-content .below-entry-meta {
	margin-bottom:10px;
}

.kt_fps7 .main-fps7-author{
   font-size:12px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps7 .date {
   color:#999 !important;
   font-size:10px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps7 .main-fps7-author:hover {
	color:#000 !important;
}

.kt_fps7 .main-fps7-author:after {
	color:#999;
	content:'-';
	padding:0 10px;
	font-size:10px;
}

.kt_fps7 ul.standard-social-icons {
	display:inline-block;
}

/* Responsiveness */

@media only screen and (max-width: 480px) {

    .kt_fps7 .first-post figure  {
     width:100%;
     margin-right:0;
	 margin-bottom:20px;
}
	.kt_fps7 .first-post .single-article {
     float: left;
     width: 100%;
     margin-bottom: 20px;
    }
	
	.kt_fps7 .following-post .single-article {
     float: left;
     width: 100%;
     padding-left:0;
	 margin-bottom:30px;
    }
	
	
}


/* End of featured posts 7 */


/* Related Articles */

.kt-related-articles .kt_fps7 .article-content {
	box-shadow:none;
	padding:0;
}

.kt-related-articles .kt_fps7 .article-content .entry-title {
	font-size:14px;
}

.kt-related-articles .kt_fps7 .article-content .entry-title a {
	text-decoration:none;
}

.kt-related-articles .kt_fps7 figure {
	height:180px;
	margin-bottom:15px;
}

.kt-related-articles .kt_fps7 figure:hover {
	opacity:0.9;
}


/* 
=========================================================
Featured posts Style 8, 9 (Grid Overlay Style 100%, 66%)
=========================================================
*/ 

.kt-grid-overlay-article {
	position:relative;
	background-size: cover;
    background-repeat: no-repeat;
    background-position:50% 50%;
	width:100%;
    height:500px;
	margin-bottom:30px;
}

.kt-grid-overlay {
    position:absolute;
	top:0;
	left:0;
	display:block;
    width:100%;
	height:500px;
	background:rgba(0,0,0,.40);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.kt-grid-overlay:hover{
	background:rgba(0,0,0,.80);
}

.kt-grid-overlay-metas {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(50%);
	-ms-transform:translateY(50%);
	transform:translateY(-50%);
	width:100%;
	text-align:center;
	padding:15px 30px;
}


.new-overlay-category a {
	display:inline-block;
	color:#fff !important;
	text-decoration:none;
	background:rgba(0,0,0,.50);
	padding:4px 11px;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0 10px 10px 0;
}

.new-overlay-category a:hover,
.new-overlay-category a:active {
	color:#fff !important;
	text-decoration:none;
}

.date-with-author {
	display:inline-block;
	color:#fff !important;
    font-size:13px;
    text-decoration:none;
}


.kt_fps8 .entry-title,
.kt_fps9 .entry-title {
   padding:0;
   margin-bottom:15px;
   margin-top:10px;
   font-size:18px;
   text-transform:uppercase;
   letter-spacing:1px;
   line-height:1.6;
}

.kt_fps8 .entry-title a,
.kt_fps9 .entry-title a {
	color:#fff;
	text-decoration:none;
}

.kt_fps8 .entry-title a:active,
.kt_fps8 .entry-title a:hover,
.kt_fps9 .entry-title a:active,
.kt_fps9 .entry-title a:hover {
	color:#fff;
	text-decoration:none;
}


a.main-fps8-author {
	color:#fff !important;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:10px;
}

a.main-fps8-author:hover {
	text-decoration:none;
}

a.main-fps8-author img {
	margin-right:7px;
}


/* Responsiveness */

@media only screen and (max-width: 480px) {

	
}


/* End of featured overlay posts 8 */




/* 
=========================================================
Featured posts Style 10, 11 (Grid Overlay Style 100%, 66%)
=========================================================
*/ 

.kt-list-overlay-article {
	position:relative;
	background-size: cover;
    background-repeat: no-repeat;
    background-position:50% 50%;
	width:100%;
    height:500px;
	margin-bottom:30px;
}

.kt-list-overlay {
    position:absolute;
	top:0;
	left:0;
	display:block;
    width:100%;
	height:500px;
	background:rgba(0,0,0,.40);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.kt-list-overlay:hover{
	background:rgba(0,0,0,.80);
}

.kt-list-overlay-metas {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(50%);
	-ms-transform:translateY(50%);
	transform:translateY(-50%);
	width:100%;
	text-align:left;
	padding:30px 50px;
}


.kt_fps10 .entry-title,
.kt_fps11 .entry-title {
   padding:0;
   margin-bottom:15px;
   margin-top:10px;
   line-height:1.4;
}

.kt_fps10 .entry-title {
	font-size:45px;
}

.kt_fps11 .entry-title  {
	font-size:30px;
}

.kt_fps10 .entry-title a,
.kt_fps11 .entry-title a {
	color:#fff;
	text-decoration:none;
}

.kt_fps10 .entry-title a:active,
.kt_fps10 .entry-title a:hover,
.kt_fps11 .entry-title a:active,
.kt_fps11 .entry-title a:hover {
	color:#fff;
	text-decoration:none;
}


.kt_fps10 .list-overlay-author img,
.kt_fps11 .list-overlay-author img {
	margin-right:10px;
}


.kt_fps10 .list-overlay-author,
.kt_fps11 .list-overlay-author,
.kt_fps10 .date,
.kt_fps11 .date {
   color:#fff !important;
   text-decoration:none;
   font-size:13px;
   text-decoration:none;
}

.kt_fps10 .list-overlay-author:hover,
.kt_fps11 .list-overlay-author:active,
.kt_fps10 .list-overlay-author:hover,
.kt_fps11 .list-overlay-author:active {
	color:#fff !important;
	text-decoration:none;
}

.kt_fps10 .list-overlay-author:after,
.kt_fps10 .date:after {
	content:'-';
	padding:0 10px;
	font-size:10px;
}

.kt_fps11 .list-overlay-author:after,
.kt_fps11 .date:after {
	content:'-';
	padding:0 10px;
	font-size:10px;
}

.overlay-category a{
	display:inline-block;
	color:#fff !important;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:10px;
	background:rgba(0,0,0,.50);
	padding:4px 11px;
	text-decoration:none;
	margin:0 10px 10px 0;
}

.overlay-category a:hover {
	color:#fff !important;
	text-decoration:none;
}

.kt_fps10 ul.standard-social-icons,
.kt_fps11 ul.standard-social-icons {
	display:inline-block;
}

.kt_fps10 ul.standard-social-icons li a,
.kt_fps11 ul.standard-social-icons li a{
	color:#fff !important;
	display:inline-block;
	font-size:12px;
}

.kt_fps10 ul.standard-social-icons li a:hover,
.kt_fps11 ul.standard-social-icons li a:hover {
	color:#fff !important;
}


/* Responsiveness */

@media only screen and (max-width: 480px) {

	
}


/* End of featured overlay posts 10*/




/* 
=========================================================
Featured posts Style 11 (Grid Overlay Style 66%)
=========================================================
*/ 

.kt-list66-overlay-article {
	position:relative;
	background-size: cover;
    background-repeat: no-repeat;
    background-position:50% 50%;
	width:100%;
    height:350px;
	margin-bottom:30px;
}

.kt-list66-overlay {
    position:absolute;
	top:0;
	left:0;
	display:block;
    width:100%;
	height:350px;
	background:rgba(0,0,0,.40);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.kt-list66-overlay:hover{
	background:rgba(0,0,0,.80);
}

.kt-list66-overlay-metas {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(50%);
	-ms-transform:translateY(50%);
	transform:translateY(-50%);
	width:100%;
	text-align:left;
	padding:30px 50px;
}


.kt_fps11 .date {
   color:#fff;
   font-size:13px;
   text-decoration:none;
}


/* Responsiveness */

@media only screen and (max-width: 480px) {

	
}


/* End of featured overlay posts 11*/


/* 
=========================================================
Featured posts Style 12 (Standard Overlay Style 100%)
=========================================================
*/ 

.kt-standard-overlay-article {
	position:relative;
	background-size: cover;
    background-repeat: no-repeat;
    background-position:50% 50%;
	width:100%;
    height:650px;
	margin-bottom:50px;
}

.kt-standard-overlay {
    position:absolute;
	top:0;
	left:0;
	display:block;
    width:100%;
	height:650px;
	background:rgba(0,0,0,.40);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.kt-standard-overlay:hover{
	background:rgba(0,0,0,.80);
}

.kt-standard-overlay-metas {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(50%);
	-ms-transform:translateY(50%);
	transform:translateY(-50%);
	width:100%;
	text-align:center;
	padding:40px 70px;
}

.kt_fps12 .entry-title {
   padding:0;
   margin-bottom:20px;
   margin-top:10px;
   font-size:54px;
   line-height:1.4;
}

.kt_fps12 .entry-title a {
	color:#fff;
	text-decoration:none;
}

.kt_fps12 .entry-title a:active,
.kt_fps12 .entry-title a:hover{
	color:#fff;
	text-decoration:none;
}

.kt_fps12 .list-overlay-author,
.kt_fps12 .date {
   color:#fff !important;
   text-decoration:none;
   font-size:13px;
   text-decoration:none;
}

.kt_fps12 .list-overlay-author:hover,
.kt_fps12 .list-overlay-author:active{
	color:#fff !important;
	text-decoration:none;
}

.kt_fps12 .list-overlay-author:after,
.kt_fps12 .date:after {
	content:'-';
	padding:0 10px;
	font-size:10px;
}

.kt_fps12 .list-overlay-author img {
	margin-right:10px;
}

.kt_fps12 ul.standard-social-icons{
	display:inline-block;
}

.kt_fps12 ul.standard-social-icons li a{
	color:#fff !important;
	display:inline-block;
	font-size:12px;
}

.kt_fps12 ul.standard-social-icons li a:hover {
	color:#fff !important;
}


/* Responsiveness */

@media only screen and (max-width: 480px) {

	
}


/* End of featured overlay posts 12*/





/* 
=========================================================
Featured posts Style 13, 14 (Grid Small Overlay Style 100%, 66%)
=========================================================
*/ 

.kt-sg-overlay-article {
	position:relative;
	background-size: cover;
    background-repeat: no-repeat;
    background-position:50% 50%;
	width:100%;
    height:300px;
	margin-bottom:30px;
}

.kt-sg-overlay {
    position:absolute;
	top:0;
	left:0;
	display:block;
    width:100%;
	height:300px;
	background:rgba(0,0,0,.40);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.kt-sg-overlay:hover{
	background:rgba(0,0,0,.80);
}


.kt-sg-overlay-metas {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(50%);
	-ms-transform:translateY(50%);
	transform:translateY(-50%);
	width:100%;
	text-align:center;
	padding:15px 20px;
}


.kt_fps13 .entry-title,
.kt_fps14 .entry-title {
   padding:0;
   margin-bottom:15px;
   margin-top:10px;
   font-size:18px;
   text-transform:uppercase;
   letter-spacing:1px;
   line-height:1.7;
}


.kt_fps13 .entry-title a,
.kt_fps14 .entry-title a {
	color:#fff;
	text-decoration:none;
}


.kt_fps13 .entry-title a:active,
.kt_fps13 .entry-title a:hover,
.kt_fps14 .entry-title a:active,
.kt_fps14 .entry-title a:hover {
	color:#fff;
	text-decoration:none;
}


.kt_fps13 .date,
.kt_fps14 .date {
   color:#fff;
   font-size:13px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}


/* Responsiveness */

@media only screen and (max-width: 480px) {

	
}
/* End of featured overlay posts 14 */





/* 
==========================================
List post Style 100%
==========================================
*/ 

.kt_fps15 .single-article {
   margin-bottom:50px;
   background:#fff;
   -webkit-box-shadow:0 0 1px rgba(0,0,0,0.3);
   box-shadow:0 0 1px rgba(0,0,0,0.3)
}

.kt_fps15 .article-content {
	 padding:0 25px 10px 25px;
}

.kt_fps15 figure  {
  width:500px;
  height:375px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:50% 50%;
  margin-right:35px;
  float:left;
}

.kt_fps15 figure:hover .fps15-overlay {
 height: inherit;
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}

.kt_fps15 .article-content {
	padding-top:80px;
}

.kt_fps15 .article-content .entry-title {
   padding:0;
   margin-bottom:15px;
   margin-top:5px;
   font-size:35px;
   line-height:1.4;
}

.kt_fps15 .article-content .entry-title a {
	color:#000;
	text-decoration:none;
}

.kt_fps15 .article-content .entry-title a:active,
.kt_fps15 .article-content .entry-title a:hover {
	text-decoration:none;
}

.kt_fps15 .following-post .below-entry-meta {
	padding:0;
	margin:0;
}

.kt_fps15 .list-simple-author img {
	margin-right:10px;
}

.kt_fps15 .list-simple-author{
   font-size:12px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps15 .date{
   color:#999 !important;
   font-size:10px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps15 .list-simple-author:hover{
	color:#000 !important;
}

.kt_fps15 .list-simple-author:after{
	color:#999;
	content:'-';
	padding:0 10px;
	font-size:10px;
}

.kt_fps15 ul.standard-social-icons {
	display:inline-block;
}

/* Responsiveness */

@media only screen and (max-width: 480px) {

    .kt_fps15 figure  {
	 float:none;
     width:100%;
	 height:250px;
     margin-right:0;
	 margin-bottom:20px;
}
	
	.kt_fps15 .single-article {
     float: left;
     width: 100%;
     padding-left:0;
	 margin-bottom:30px;
    }
	
}


/* End of featured posts 15 */





/* 
==========================================
List post Style 66%
==========================================
*/ 

.kt_fps16 .single-article {
   margin-bottom:30px;
   background:#fff;
   -webkit-box-shadow:0 0 1px rgba(0,0,0,0.3);
   box-shadow:0 0 1px rgba(0,0,0,0.3);
}

.kt_fps16 .article-content {
	 padding:50px 25px 10px 25px;
}

.kt_fps16 figure  {
  width:330px;
  height:248px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:50% 50%;
  margin-right:35px;
  float:left;
}

.kt_fps16 figure:hover .fps16-overlay {
	height: inherit;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.kt_fps16 .article-content .entry-title {
   padding:0;
   margin-bottom:15px;
   margin-top:10px;
   font-size:22px;
   line-height:1.4;
   display: block; 
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp:2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
   max-height:70px;
}

.kt_fps16 .article-content .entry-title a {
	color:#000;
	text-decoration:none;
}

.kt_fps16 .article-content .entry-title a:active,
.kt_fps16 .article-content .entry-title a:hover {
	text-decoration:none;
}

.kt_fps16 .following-post .below-entry-meta {
	padding:0;
	margin:0;
}

.kt_fps16 .following-post .byline {
   display: none;
}

.kt_fps16 .list-simple-author img {
	margin-right:7px;
}

.kt_fps16 .list-simple-author{
   font-size:12px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps16 .date {
   color:#999 !important;
   font-size:10px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps16 .list-simple-author:hover{
	color:#000 !important;
}

.kt_fps16 .list-simple-author:after{
	color:#999;
	content:'-';
	padding:0 10px;
	font-size:10px;
}

.kt_fps16 ul.standard-social-icons {
	display:inline-block;
}

/* Responsiveness */

@media only screen and (max-width: 480px) {

    .kt_fps16 figure  {
	 float:none;
     width:100%;
	 height:250px;
     margin-right:0;
	 margin-bottom:20px;
}
	
	.kt_fps16 .single-article {
     float: left;
     width: 100%;
     padding-left:0;
	 margin-bottom:30px;
    }
	
}


/* End of featured posts 16 */



/* 
=====================================
Crad grid Style 1 100%
=====================================
*/ 

.kt_fps17 .single-article {
   margin-bottom:30px;
   transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}


.kt_fps17 .single-article:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.12);
  border-radius:6px;
}


.kt_fps17 .article-content {
	text-align:center;
	padding:30px 20px 0 20px;
	background:#fff;
	border-bottom-right-radius:6px;
    border-bottom-left-radius:6px;
	-webkit-box-shadow:0 0 1px rgba(0,0,0,0.3);
    box-shadow:0 0 1px rgba(0,0,0,0.3);
}

.kt_fps17 figure  {
  width:100%;
  height:278px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:50% 50%;
  border-top-right-radius:6px;
  border-top-left-radius:6px;
}

.kt_fps17 figure:hover .fps17-overlay {
	height: inherit;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.kt_fps17 .article-content .entry-title {
   padding:0;
   margin-bottom:15px;
   margin-top:10px;
   font-size:20px;
   line-height:1.4;
   display: block; 
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp:2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
}

.kt_fps17 .article-content .entry-title a {
	color:#000;
	text-decoration:none;
}

.kt_fps17 .article-content .entry-title a:active,
.kt_fps17 .article-content .entry-title a:hover {
	text-decoration:none;
}

.kt_fps17 .jizan-entry-content p{
	color:#555;
	margin-top:0;
	margin-bottom:0;
	line-height:1.7;
	font-size:14px;
}

.kt_fps17 .below-entry-meta {
	padding-top:15px;
	padding-bottom:15px;
	margin-top:25px;
	border-top:1px solid rgba(0,0,0,0.09);
	text-align:center;
}

.kt_fps17 .following-post .byline,
.kt_fps17 .following-post .comments {
   display: none;
}

.kt_fps17 .list-card-author img {
	margin-right:7px;
}

.kt_fps17 .list-card-author {
   font-size:12px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps17 .date {
   color:#999;
   font-size:10px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps17 .list-card-author:hover{
	color:#000;
}

.kt_fps17 .list-card-author:after{
	color:#999;
	content:'-';
	padding:0 10px;
	font-size:10px;
}

.kt_fps17 ul.standard-social-icons {
	display:inline-block;
	line-height:15px;
}

/* Responsiveness */

@media only screen and (max-width: 480px) {

    .kt_fps17 .first-post figure  {
     width:100%;
     margin-right:0;
	 margin-bottom:20px;
}
	.kt_fps17 .first-post .single-article {
     float: left;
     width: 100%;
     margin-bottom: 20px;
    }
	
	.kt_fps17 .following-post .single-article {
     float: left;
     width: 100%;
     padding-left:0;
	 margin-bottom:30px;
    }
	
	
}


/* End of featured posts 17*/



/* 
=====================================
Crad grid Style 1 66%
=====================================
*/ 

.kt_fps18 .single-article {
   margin-bottom:30px;
   transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}


.kt_fps18 .single-article:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.12);
  border-radius:6px;
}


.kt_fps18 .article-content {
	text-align:center;
	padding:30px 20px 0 20px;
	background:#fff;
	border-bottom-right-radius:6px;
    border-bottom-left-radius:6px;
	-webkit-box-shadow:0 0 1px rgba(0,0,0,0.3);
    box-shadow:0 0 1px rgba(0,0,0,0.3);
}

.kt_fps18 figure  {
  width:100%;
  height:278px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:50% 50%;
  border-top-right-radius:6px;
  border-top-left-radius:6px;
}

.kt_fps18 figure:hover .fps17-overlay {
	height: inherit;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.kt_fps18 .article-content .entry-title {
   padding:0;
   margin-bottom:15px;
   margin-top:10px;
   font-size:20px;
   line-height:1.4;
   display: block; 
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp:2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
}

.kt_fps18 .article-content .entry-title a {
	color:#000;
	text-decoration:none;
}

.kt_fps18 .article-content .entry-title a:active,
.kt_fps18 .article-content .entry-title a:hover {
	text-decoration:none;
}

.kt_fps18 .jizan-entry-content p{
	color:#555;
	margin-top:0;
	margin-bottom:0;
	line-height:1.7;
	font-size:14px;
}

.kt_fps18 .below-entry-meta {
	padding-top:15px;
	padding-bottom:15px;
	margin-top:25px;
	border-top:1px solid rgba(0,0,0,.09);
}

.kt_fps18 .list-card-author img {
	margin-right:7px;
}

.kt_fps18 .list-card-author{
   font-size:12px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps18 .date {
   color:#999 !important;
   font-size:10px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps18 .list-card-author:hover {
	color:#000 !important;
	text-decoration:none;
}

.kt_fps18 .list-card-author:after{
	content:'-';
	padding:0 10px;
	font-size:10px;
}

.kt_fps18 ul.standard-social-icons {
	display:inline-block;
}

/* Responsiveness */

@media only screen and (max-width: 480px) {

    .kt_fps18 .first-post figure  {
     width:100%;
     margin-right:0;
	 margin-bottom:20px;
}
	.kt_fps18 .first-post .single-article {
     float: left;
     width: 100%;
     margin-bottom: 20px;
    }
	
	.kt_fps18 .following-post .single-article {
     float: left;
     width: 100%;
     padding-left:0;
	 margin-bottom:30px;
    }
	
	
}


/* End of featured posts 18*/

/* 
=====================================
Card grid Style 2 100%
=====================================
*/ 

.kt_fps19 .single-article {
   margin-bottom:30px;
   transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.kt_fps19 .single-article:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.12);
  border-radius:6px;
}

.kt_fps19 .article-content {
	text-align:center;
	padding:20px 20px 15px 20px;
	background:#fff;
	border-bottom-right-radius:6px;
    border-bottom-left-radius:6px;
	-webkit-box-shadow:0 0 1px rgba(0,0,0,0.3);
    box-shadow:0 0 1px rgba(0,0,0,0.3);
}

.kt_fps19 figure  {
  width:100%;
  height:278px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:50% 50%;
  border-top-right-radius:6px;
  border-top-left-radius:6px;
}

.kt_fps19 figure:hover .fps18-overlay {
	height: inherit;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.kt_fps19 .article-content .entry-title {
   padding:0;
   margin-bottom:20px;
   margin-top:7px;
   font-size:20px;
   line-height:1.4;
   display: block; 
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp:2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
}

.kt_fps19 .article-content .entry-title a {
	color:#000;
	text-decoration:none;
}

.kt_fps19 .article-content .entry-title a:active,
.kt_fps19 .article-content .entry-title a:hover {
	text-decoration:none;
}

.kt_fps19 .below-entry-meta {
	padding:10px 0 0 0;
	margin:0;
	border-top:1px solid rgba(0,0,0,.09);
}

.kt_fps19 .list-card-author img {
	margin-right:7px;
}

.kt_fps19 .list-card-author{
   font-size:12px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps19 .date {
   color:#999 !important;
   font-size:10px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps19 .list-card-author:hover {
	color:#000 !important;
}

.kt_fps19 .list-card-author:after {
	color:#999;
	content:'-';
	padding:0 10px;
	font-size:10px;
}

.kt_fps19 ul.standard-social-icons {
	display:inline-block;
	margin:0;
	padding:0;
}

/* Responsiveness */

@media only screen and (max-width: 480px) {

    .kt_fps19 .first-post figure  {
     width:100%;
     margin-right:0;
	 margin-bottom:20px;
    }
	.kt_fps19 .first-post .single-article {
     float: left;
     width: 100%;
     margin-bottom: 20px;
    }
	
	.kt_fps19 .following-post .single-article {
     float: left;
     width: 100%;
     padding-left:0;
	 margin-bottom:30px;
    }
	
	
}


/* End of featured posts 19*/



/* 
=====================================
Card grid Style 2 66%
=====================================
*/ 

.kt_fps20 .single-article {
   margin-bottom:50px;
   transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.kt_fps20 .single-article:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.12);
  border-radius:6px;
}

.kt_fps20 .article-content {
	text-align:center;
	padding:20px 20px 15px 20px;
	background:#fff;
	border-bottom-right-radius:6px;
    border-bottom-left-radius:6px;
	-webkit-box-shadow:0 0 1px rgba(0,0,0,0.3);
    box-shadow:0 0 1px rgba(0,0,0,0.3);
}

.kt_fps20 figure  {
  width:100%;
  height:278px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:50% 50%;
  border-top-right-radius:6px;
  border-top-left-radius:6px;
}

.kt_fps20 figure:hover .fps18-overlay {
	height: inherit;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.kt_fps20 .article-content .entry-title {
   padding:0;
   margin-bottom:20px;
   margin-top:7px;
   font-size:20px;
   line-height:1.4;
   display: block; 
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp:2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
}

.kt_fps20 .article-content .entry-title a {
	color:#000;
	text-decoration:none;
}

.kt_fps20 .article-content .entry-title a:active,
.kt_fps20 .article-content .entry-title a:hover {
	text-decoration:none;
}

.kt_fps20 .below-entry-meta {
	padding:10px 0 0 0;
	margin:0;
	border-top:1px solid rgba(0,0,0,.09);
}

.kt_fps20 .list-card-author{
   font-size:12px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps20 .date {
   color:#999 !important;
   font-size:10px;
   text-decoration:none;
   text-transform:uppercase;
   letter-spacing:1px;
}

.kt_fps20 .list-card-author img {
	margin-right:7px;
}

.kt_fps20 .list-card-author:hover {
	color:#000 !important;
}

.kt_fps20 .list-card-author:after{
	color:#999;
	content:'-';
	padding:0 10px;
	font-size:10px;
}

.kt_fps20 ul.standard-social-icons {
	display:inline-block;
	margin:0;
	padding:0;
}

/* Responsiveness */

@media only screen and (max-width: 480px) {

    .kt_fps20 .first-post figure  {
     width:100%;
     margin-right:0;
	 margin-bottom:20px;
    }
	.kt_fps20 .first-post .single-article {
     float: left;
     width: 100%;
     margin-bottom: 20px;
    }
	
	.kt_fps20 .following-post .single-article {
     float: left;
     width: 100%;
     padding-left:0;
	 margin-bottom:30px;
    }
	
	
}


/* End of featured posts 20*/


.jizan-sidebar {
	padding-left:30px !important;
}
 
 
/* --- Same styles in some widgets */
.kt-popular-posts .category, .kt-popular-posts .title, .kt-popular-posts .the-percentage, .kt-recent-posts .category, .kt-recent-posts .title {
	width: 100%;
	display: block;
}
.kt-popular-posts .title, .kt-recent-posts .title {
	font-size: 19px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 120%;
	margin: 8px 0 12px 0;
}
.kt-popular-posts .title:hover, .kt-recent-posts .title:hover {
	text-decoration: underline;
}

/* --- Popular Posts */
.kt-popular-posts li {
	display: block;
	width: 100%;
	position: relative;
	min-height: 60px;
	margin-bottom: 30px;
}
.kt-popular-posts li:last-child {
	margin-bottom: 0;
}

.kt-popular-posts .details {
	width:auto;
	margin:0;
}
.kt-popular-posts .the-percentage {
	height: 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 5px;
	background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc5JyBoZWlnaHQ9JzknIHZpZXdCb3g9JzkgMCA5IDknIGVuYWJsZS1iYWNrZ3JvdW5kPSduZXcgOSAwIDkgOScgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+Cgk8cG9seWdvbiBvcGFjaXR5PSIwLjE1IiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjE1LDkgOSw5IDE0LDAgMjAsMCAiLz4KCTxwb2x5Z29uIG9wYWNpdHk9IjAuMTUiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNiw5IDAsOSA1LDAgMTEsMCAiLz4KPC9zdmc+');
	background-repeat: repeat-x;
}

/* --- Recent Posts Widget */
.sb-content .kt-recent-posts > li {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.kt-recent-posts .thumbnail {
	width: 30%;
	float: left;
}
.kt-recent-posts .details {
	width: 65%;
	float: right;
}
.kt-recent-posts li.full-width {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.kt-recent-posts li.full-width:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.kt-recent-posts li.full-width .details {
	width: 100%;
	float: left;
}
.kt-recent-posts .title {
	margin-bottom: 0px;
}


/* --- Social Buttons Widget */
.kt-social-buttons-widget ul {
	list-style: none;
	padding-left:0;
}
.kt-social-buttons-widget ul li {
	width: 100%;
	margin-bottom: 10px;
}

.kt-social-buttons-widget ul li:last-child {
	margin-bottom:0;
}

.kt-social-buttons-widget li a i {
	float:right;
	width:35px;
	height:14px;
	line-height:14px;
	margin:0;
	padding:0 0 0 10px;
	font-size:14px;
}

.kt-social-buttons-widget li a i {
	border-left:1px solid rgba(255,255,255,.3);
	line-height:14px;
}

.kt-social-buttons-widget li a {
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	display:block;
	color:#fff;
	padding:13px 1px 13px 15px;
	border-radius:3px;
}

.kt-social-buttons-widget li a:hover,
.kt-social-buttons-widget li a:active {
	text-decoration:none;
	color:#fff;
}

.kt-social-buttons-widget li a.social-btn-facebook {
	background:#3b5998;
}

.kt-social-buttons-widget li a.social-btn-twitter {
	background:#1da1f2;
}

.kt-social-buttons-widget li a.social-btn-google-plus {
	background:#ea4335;
}

.kt-social-buttons-widget li a.social-btn-instagram {
	background:#405de6;
}

.kt-social-buttons-widget li a.social-btn-rss {
	background:#f26522;
}

.kt-social-buttons-widget li a.social-btn-youtube {
	background:#cd201f;
}

.kt-social-buttons-widget li a.social-btn-flickr {
	background:#ff0084;
}

.kt-social-buttons-widget li a.social-btn-tumblr {
	background:#35465c;
}

.kt-social-buttons-widget li a.social-btn-vk {
	background:#45668e;
}

.kt-social-buttons-widget li a.social-btn-pinterest {
	background:#bd081c;
}

.kt-social-buttons-widget li a.social-btn-linkedin {
	background:#86888a;
}

.kt-social-buttons-widget li a.social-btn-dribbble {
	background:#ea4c89;
}

.kt-social-buttons-widget li a.social-btn-github {
	background:#6cc644;
}
 
 
.kt-social-buttons-widget li a.social-btn-facebook:hover,
.kt-social-buttons-widget li a.social-btn-twitter:hover,
.kt-social-buttons-widget li a.social-btn-google-plus:hover,
.kt-social-buttons-widget li a.social-btn-instagram:hover,
.kt-social-buttons-widget li a.social-btn-rss:hover,
.kt-social-buttons-widget li a.social-btn-youtube:hover,
.kt-social-buttons-widget li a.social-btn-flickr:hover,
.kt-social-buttons-widget li a.social-btn-tumblr:hover,
.kt-social-buttons-widget li a.social-btn-vk:hover,
.kt-social-buttons-widget li a.social-btn-pinterest:hover,
.kt-social-buttons-widget li a.social-btn-linkedin:hover,
.kt-social-buttons-widget li a.social-btn-dribbble:hover,
.kt-social-buttons-widget li a.social-btn-github:hover {
	 color:#fff;
	 background:#000;
 }
 
 
.footer-widget.kt-social-buttons-widget li a.social-btn-facebook:hover,
.footer-widget.kt-social-buttons-widget li a.social-btn-twitter:hover,
.footer-widget.kt-social-buttons-widget li a.social-btn-google-plus:hover,
.footer-widget.kt-social-buttons-widget li a.social-btn-instagram:hover,
.footer-widget.kt-social-buttons-widget li a.social-btn-rss:hover,
.footer-widget.kt-social-buttons-widget li a.social-btn-youtube:hover,
.footer-widget.kt-social-buttons-widget li a.social-btn-flickr:hover,
.footer-widget.kt-social-buttons-widget li a.social-btn-tumblr:hover,
.footer-widget.kt-social-buttons-widget li a.social-btn-vk:hover,
.footer-widget.kt-social-buttons-widget li a.social-btn-pinterest:hover,
.footer-widget.kt-social-buttons-widget li a.social-btn-linkedin:hover,
.footer-widget.kt-social-buttons-widget li a.social-btn-dribbble:hover,
.footer-widget.kt-social-buttons-widget li a.social-btn-github:hover {
	 color:#000 !important;
	 background:#fff !important;
 }
 
 
 /*
 =======================
 Popular Posts
 =======================
 */
 
  .entry-category a{
	display:inline-block;
	color: #fff!important;
	background:#000;
	padding:4px 11px;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-right:10px;
	margin-bottom:10px;
	}
 
 .entry-category a:hover,
 .entry-category a:active{
	 color:#fff !important;
	 background:#000;
	 text-decoration:none;
 }
 
 
 
 
/* --- Same styles in some widgets */
.ac-popular-posts .category, .ac-popular-posts .title, .ac-popular-posts .the-percentage, .ac-recent-posts .category, .ac-recent-posts .title {
	width: 100%;
	display: block;
}


.ac-popular-posts .title {
	color:#000;
	font-size: 15px;
	line-height:1.5;
	margin: 8px 0 8px 0;
	text-transform:uppercase;
	letter-spacing:1px;
}

.ac-popular-posts .title:hover, .ac-recent-posts .title:hover {
	text-decoration: none;
}

/* --- Popular Posts */

ul.ac-popular-posts {
	padding-left:0;
}

.ac-popular-posts li {
	display: block;
	width: 100%;
	position: relative;
	min-height: 90px;
	margin-bottom: 25px;
}

.ac-popular-posts li:last-child {
	margin-bottom: 0;
}

.ac-popular-posts li figure {
	background:#000;
	width:100%;
	height:200px;
	margin-bottom:12px;
}

.ac-popular-posts li figure img {
	width:100%;
	height:100%;
	max-width:100%;
	overflow:none;
}

.ac-popular-posts .position {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 50px;
	line-height: 50px;
	font-size: 25px;
	text-align: center;
	color:#fff;
	background:#F44336;
}

.ac-popular-posts .details {
	width: auto;
}

.ac-popular-posts .comments a{
	color:#999 !important;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}

.ac-popular-posts .comments a:hover {
	color:#000 !important;
	text-decoration:none;
}

.footer-widget .ac-popular-posts .title,
.footer-widget .ac-popular-posts .comments a{
	color:#fff !important;
}

.footer-widget .ac-popular-posts .position {
	border-color:#4c4c4c;
	color:#4c4c4c;
}

a.kt-popular-author{
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-right:10px;
	text-decoration:none;
}

a.kt-popular-author:hover {
	text-decoration:none;
}

a.kt-popular-author img {
	margin-right:7px;
}



/* Grid 960px (mediaqueries)*/ 
@media only screen and (min-width: 960px) and (max-width: 1199px) {
.kt-menu-catch{width:940px}

}
	

/*Grid 750px (mediaqueries) */
@media only screen and (min-width: 751px) and (max-width: 959px) {
.kt-menu-catch{width:700px}

}


@media only screen and (min-width: 480px) and (max-width: 750px) {
.kt-menu-catch{width:417px}
}

@media only screen and (max-width: 479px) {
.kt-menu-catch{width:273px}	
}

@media only screen and (max-width: 240px) {
.kt-menu-catch{width:200px}	
}

@media only screen and (max-width: 960px){	
.kt-mega-nav,.topnav{display:none}

}


/***
==============================
AJAX LOGIN
==============================
***/


@media (min-width: 768px) {
  .modal-dialog {
    width: 500px;
    margin: 120px auto;
	
  }
  .modal-content {
/*	background:url('https://www.niveshmarket.com/wp-content/themes/jizan/images/login_image.jpg');
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	background:#222;*/
	color:#fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1); 
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
	border-radius:0;
	border:none;
	background: #070000;  
    background: -webkit-linear-gradient(to top, #070000, #4C0001, #070000); 
    background: linear-gradient(to top, #070000, #4C0001, #070000); 
  }
  .modal-sm {
    width: 300px;
  }
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px; 
  line-height: 1.3333333; 
  border-radius:0; 
}

.close {
	text-shadow:none;
	color:#fff !important;
	opacity:.50;
	font-size:50px !important;
	font-weight: 100 !important;
	position: absolute;
	top: 0;
	right:-50px;
}

.close:hover {
	opacity:1 !important;
}

hr{
	border-top:1px solid rgba(255,255,255,.10);
}

.modal-footer {
	font-size:13px;
	padding:20px;
	border-top:1px solid rgba(255,255,255,.10);
	text-align:center;
}

.modal-body {
	padding:40px 50px 30px 50px;
	/*background:rgba(0,0,0,.70); */
	

	
}

.input-lg {
	font-size:14px;
}

.pt-register h3,
.pt-login h3,
.pt-reset-password h3 {
	font-size:12px;
	letter-spacing:1.5px;
	text-transform:uppercase;
	letter-spacing:1px;
}

#pt_login_form input[type="text"],
#pt_login_form input[type="password"],
#pt_registration_form  input[type="text"],
#pt_registration_form  input[type="email"],
#pt_reset_password_form input[type="text"]{
	color:#fff;
	background:rgba(0,0,0,.50) !important;
	border:none;
	padding-left:15px;
	outline:none;
	margin-bottom:30px;
}

.alert-info {
  color: #fff;
  background-color: #000;
  border: none;
}

.alert-warning,
.alert-success,
.alert-danger {
	background:rgba(0,0,0,.50);
	color:#fff;
	border:none;
}

.btn, .btn-theme {
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#fff !important;
	background:transparent !important;
	border:1px solid rgba(255,255,255,.50);
}

.form-field a {
	color:#fff !important;
	font-size:13px;
}

.ptlogo {
	padding:0;
	margin:0 0 30px 0;
	font-size:70px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:3px;
}

.login-link a {
	color:#fff !important;
	padding:0 15px !important;
	background:#000;
}

.login-link a:hover {
	color:#fff !important;
}

/***
==========================
Advertisements
==========================
***/

.advertisement-content {
	text-align:center;
}

/*** Comment Styling ***/

#comment-nav-above {
	display:none;
}

#comment-nav-below {
	position:relative;
	min-height:50px;
	margin-bottom:60px;
}

 .logged-in-as,
 .logged-in-as a {
	 color:#999 !important;
 }
 
 .kt-post-pagination {
	 clear:both;
	 display:block;
	 text-transform:uppercase;
	 margin-bottom:30px;
 }

 .kt-post-pagination a {
	display:inline-block;
	 color: #fff !important;
	 background: #999;
	 font-size: 11px !important;
	 padding: 12px 15px;
	 border-radius: 20px;
	 text-decoration:none;
	 margin-top:30px;
	 text-align:center;
	 letter-spacing: 1px;
	 width:49%;
	}
 
 .kt-post-pagination a:hover{
	 color:#fff !important;
	 background: #000;
 }
 
 
 
 /* Latest Posts */
 
 
 
ul.recent-post {
	padding-left:0;
}

ul.recent-post li {
  list-style-type: none;
  margin: 0 0 30px 0 !important;
  position: relative;
  text-align: center;
}

.recent-posts ul.recent-post li:last-child,
ul.recent-post li:last-child {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

ul.recent-post li a img {
  width:100%;
  height:220px;
  border: none;
}

ul.recent-post li a img:hover {
	opacity:0.9;
}

.latest-post-text {
	background:#fff;
	margin-top:-70px;
	margin-right:20px;
	margin-left:20px;
	position:relative;

}

.latest-post-text h1 {
   font-size:14px;
   line-height:1.4;
   display: block; 
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
   word-wrap:break;
   padding:15px 15px 0 15px;
}

.latest-post-text h1 a:hover {
	text-decoration:none;
}

.latest-post-text .date {
	color:#999;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}
 
 

 /* 
 ==========================
 Most Read
 ===========================
 */
 
 
ul.most-read {
	padding-left:0;
}

ul.most-read li {
  list-style-type: none;
  margin:0 0 30px 0 !important;
  position: relative;
  min-height:100px;
  overflow:hidden;
}

ul.most-read li:last-child,
ul.most-read li:last-child {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

ul.most-read li img {
  width:120px;
  height:100px;
  border: none;
  display:inline-block;
  float:left;
  margin-right:20px;
}

ul.most-read li img:hover {
	opacity:0.9;
}

ul.most-read li .most-read-text {
	text-align:left;
	padding:0;
	margin:0;
}

ul.most-read li .most-read-text h1 {
   font-size:12px;
   line-height:1.4;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   height:auto;
   max-height:50px;
   word-wrap:break;
   margin:0 !important;
   padding:0 !important;
}

.most-read-text h1 a:hover {
	text-decoration:none;
}
 
.jizan-times-read {
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:5px 12px;
	display:inline-block;
	margin-bottom:15px;
}
 
 
 /***
 =================================
 Authors List Page
 =================================
 ***/
 
 ul.social-icons-author {
	 padding-left:0;
	 margin-left:0;
 }
 
 ul.social-icons-author li {
	 padding-left:0;
	 margin-left:0;
	 list-style-type:none;
	 display:inline-block;
 }
 
 ul.social-icons-author li a,
 ul.social-icons-author li a:active {
	 color:#999;
	 font-size:25px;
	 text-transform:uppercase;
	 text-decoration:none;
	 margin-right:20px;
 }
 
  ul.social-icons-author li a:hover {
	  color:#000;
  }
  
  ul.social-icons-author li:last-child a{
	  margin-right:0;
  }
 
 .authors-all {
	 margin-bottom:50px;
	 margin-top:30px;
 }
 
 .kt-each-author {
    background:#efefef;
    overflow:hidden;
 }
 
 h2.authorName {
	 padding:0;
	 margin:0;
	 font-size:18px;
	 text-transform:uppercase;
	 letter-spacing:1px;
	 margin-bottom:5px;
 }
 
  h2.authorName a{
	  color:#000;
	  text-decoration:none;
  }
  
  h2.authorName a:hover,
  h2.authorName a:active{
	  color:#000;
	  text-decoration:none;
  }
  
  .authorAvatar {
	  text-align:center;
	  margin-bottom:20px;
  }
 
.authorAvatar img.avatar {
	 width:270px;
	 height:270px;
	 border-radius:0;
	 
 }
 
 .authorInfo {
	 text-align:center;
	 padding:0 10px 20px 10px;
 }
 
 
 
@media only screen and (max-width: 480px) {
	
	.authorAvatar {
	 float:none;
    }
	
	.authorAvatar img.avatar {
	 width:100%;
	 height:auto;
	 border-radius:0;
	 margin-bottom:15px;
   }
 
   .authorInfo {
	 margin-left:0;
    }
	
	 h2.authorName {
	text-align:center;
    }
	
	.kt-standard img.avatar {
		padding-right:0;
	}
	
	ul.social-icons-author {
		text-align:center;
	}
	
	p.copy-info {
		text-align:center;
	}
	
}


p.copy-info, p.copy-info a {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}
 

/***
Search Page form
***/

.search-page-form {
	margin-bottom:300px;
}

.search-page-form input[type="search"] {
	width:100%;
	max-width:100%;
}
 
/*
.kt-mega-nav .sub-menu:after, .kt-mega-nav .sub-menu,.kt-mega-nav .sub-menu-two-columns .sub-menu:before {
	background:#efefef;
}
*/

/***
====================
PAGINATION
====================
***/


/* = Page navigation
-----------------------------------------------------*/
.jizan-pagination {
	margin-top:50px;
	margin-bottom:50px;
	overflow: hidden;
	clear: both;
	text-align: center;
}
.jizan-pagination.align-center {
	text-align: center;
}
.jizan-pagination.align-right {
	text-align: right;
}
.jizan-pagination a,
.jizan-pagination .disable-url {
	display: inline-block;
	color: #999999;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.jizan-pagination .disable-url span {
	opacity: 0.5;
}
.jizan-pagination a i,
.jizan-pagination .disable-url i {
	font-size: 14px;
	margin-left: 8px;
}
.jizan-pagination .newer a i,
.jizan-pagination .newer .disable-url i {
	margin: 0 8px 0 0;
}
.jizan-pagination a:hover {
	text-decoration: none;
	color: #6eb48c;
}
.jizan-pagination .newer,
.jizan-pagination .older {
	display: inline-block;
}
.jizan-pagination .newer:after {
	content: "/";
	display: inline-block;
	margin: 0 16px 0 20px;
	font-size: 12px;
	color: #999;
}
.jizan-pagination ul.page-numbers {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin:0;
	padding:0;
	
}
.jizan-pagination ul.page-numbers li {
	display: inline-block;
	float: left;
	margin-right:20px;
	margin-bottom:0;
	list-style: none;
}

.jizan-pagination ul.page-numbers li:last-child {
	margin-right: 0;
}

.jizan-pagination ul.page-numbers li span,
.jizan-pagination ul.page-numbers li a {
	display:inline-block;
	padding:0;
	color:#999;
	background:#fff;
	font-size:18px;
	text-decoration:none;
	width:40px;
	height:40px;
	text-align:center;
	line-height:38px;
	margin-bottom:15px;
	border:1px solid #ddd;
	
}

.jizan-pagination ul.page-numbers li a {
	padding: 0 5px;
}

.jizan-pagination ul.page-numbers li a:hover {
	color:#000;
	border:1px solid #000;
	text-decoration: none;
}

.jizan-pagination ul.page-numbers li span.current {
	color: #fff;
	background: #fff;
	border:none;
	text-decoration: none;
}

.jizan-pagination ul.page-numbers li a i {
	font-size: 25px;
	font-weight:700;
	line-height: 38px;
	margin-left: 2px;
}

.col-md-4:nth-child(3n+1) {
        clear: left;
    }
	
.col-md-6:nth-child(2n+1) {
        clear: left;
    }
	
.taxonomy-description {
	font-weight:normal !important;
	margin-top:10px;
}




/***
====================
Magazine Styles
==================== 
***/

.kt-f-left {
	float:left;
	display:inline-block;
}

.kt-f-right {
	float:right;
	display:inline-block;
}

a.jizan-normal-button {
	display:inline-block;
	padding:10px 25px;
	border-radius:20px;
	font-size:11px !important;
	color:#999 !important;
	background:transparent;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	border:1px solid #999;
}


a.jizan-normal-button:hover,
a.jizan-normal-button:active {
	color:#fff !important;
	background:#000;
	border:1px solid #000;
	text-decoration:none;
}




/* 
=====================================
Magazine posts Style 1
=====================================
 */
 
.kt_magstyle1 {
	 margin-top:30px;
 }
 
.kt_magstyle1 .single-article {
	margin-bottom:30px;
}

.kt_magstyle1 .first-post .single-article {
   float:none;
   width:100%;
   background:#fff;
}

.kt_magstyle1 figure{
  background:#efefef;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:50% 50%;
}

.kt_magstyle1 .first-post figure{
  width:100%;
  height:450px;
  margin-bottom:20px;
}

.kt_magstyle1 figure:hover .magstyle1-overlay {
	background:rgba(0,0,0,.3);
	height: inherit;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.kt_magstyle1 .first-post .article-content {
	padding:0 25px 0 25px;
}

.kt_magstyle1 .following-post .article-content {
	padding:0 25px 0 25px;
}

.kt_magstyle1 .first-post .article-content .entry-title {
   padding:0;
   margin-top:12px;
   margin-bottom:15px;
   font-size: 30px;
   line-height:1.4;
   text-align:center;
}

.kt_magstyle1 .first-post .jizan-entry-content p{
	color:#555;
	margin-top:15px;
	margin-bottom:0;
	line-height:1.7;
	text-align:center;
}

.kt_magstyle1 .following-post .single-article {
   float:left;
   width: 48%;
   background:#fff;
}

.kt_magstyle1 .following-post .single-article:nth-child(2n+1) {
   clear: left;
}

.kt_magstyle1 .following-post .single-article:nth-child(odd) {
	margin-right:2%;
}

.kt_magstyle1 .following-post .single-article:nth-child(even) {
	margin-left:2%;
}

.kt_magstyle1 .following-post figure  {
  width:100%;
  height:276px;
  margin-bottom:20px;
}

.kt_magstyle1 .following-post .mag-style-1-button {
	display:none;
}

.mag-style-1-button {
	text-align:center;
	margin:30px 0 50px 0;
}

.mag-style-1-metas {
	margin-top:20px;
	padding-top:5px;
	border-top:1px solid #ddd;
	height:40px;
}

.kt_magstyle1 .article-content .entry-title a {
	color:#000;
	text-decoration:none;
}

.kt_magstyle1 .article-content .entry-title a:active,
.kt_magstyle1 .article-content .entry-title a:hover {
	color:#555;
	text-decoration:none;
} 

.kt_magstyle1 .following-post .byline,
.kt_magstyle1 .following-post .comments {
   display: none;
}

.kt_magstyle1 .following-post .jizan-entry-content p {
	color:#555;
	font-size:14px;
}

.kt_magstyle1 .following-post .article-content .entry-title {
   font-size:18px;
   margin-top:10px !important; 
   padding-top:0 !important;
   line-height:1.5;
   display: block; 
}

.kt_magstyle1 .first-post .date,
.kt_magstyle1 .first-post .comments,
.kt_magstyle1 .first-post .comments a,
.kt_magstyle1 .following-post .date {
   color:#999;
   font-size:13px;
   text-decoration:none;
   line-height:38px;
   padding:0;
   margin:0;
}

.kt_magstyle1 .first-post .date:after {
	content:'/';
	padding:0 15px;
	font-size:13px;
}

.kt_magstyle1 .first-post .magstyle1-total-category{
	text-align:center;
	display:block;
}


/* Responsiveness */

@media only screen and (max-width: 480px) {

    .kt_magstyle1 .first-post .single-article {
     float: left;
     width: 100%;
     margin-bottom: 20px;
    }
	
	.kt_magstyle1 .following-post .single-article {
     float: left;
     width: 100%;
     padding-left:0;
	 margin-bottom:30px;
    }
	
}

/* End of magazine style posts 1 */






/* 
=====================================
Magazine posts Style 2
=====================================
 */
 
.kt_magstyle2 {
	 margin-top:30px;
}
 
.kt_magstyle2 .first-post .single-article {
	margin-bottom:30px;
}

.kt_magstyle2 .following-post .single-article {
	margin-bottom:30px;
}

.kt_magstyle2 .following-post .single-article:last-child {
	border-bottom:none;
}

.kt_magstyle2 .first-post .single-article {
   float:none;
   width:100%;
   background:#fff;
}

.kt_magstyle2 figure{
  background:#efefef;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:50% 50%;
}

.kt_magstyle2 .first-post figure{
  width:100%;
  height:450px;
  margin-bottom:20px;
}

.kt_magstyle2 figure:hover .magstyle2-overlay {
	background:rgba(0,0,0,.3);
	height: inherit;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.kt_magstyle2 .first-post .article-content {
	padding:0 25px 10px 25px;
}

.kt_magstyle2 .following-post .article-content {
	padding:25px 25px 25px 0;
}

.kt_magstyle2 .first-post .article-content .entry-title {
   padding:0;
   margin-top:12px;
   margin-bottom:15px;
   font-size:30px;
   line-height:1.4;
   text-align:center;
}

.kt_magstyle2 .first-post .jizan-entry-content p{
	color:#555;
	margin-top:15px;
	margin-bottom:0;
	line-height:1.7;
	text-align:center;
}

.kt_magstyle2 .following-post .single-article {
   float:left;
   width:100%;
   background:#fff;
}

.kt_magstyle2 .following-post figure  {
  float:left;
  width:40%;
  height:250px;
  margin-right:20px;
}

.kt_magstyle2 .following-post .mag-style-2-button,
.kt_magstyle2 .following-post .mag-style-2-metas {
	display:none;
}

.mag-style-2-button {
	text-align:center;
	margin:30px 0 40px 0;
}

.mag-style-2-metas {
	margin-top:20px;
	padding-top:5px;
	border-top:1px solid #ddd;
	height:40px;
}

.kt_magstyle2 .article-content .entry-title a {
	color:#000;
	text-decoration:none;
}

.kt_magstyle2 .article-content .entry-title a:active,
.kt_magstyle2 .article-content .entry-title a:hover {
	color:#555;
	text-decoration:none;
} 

.kt_magstyle2 .following-post .byline,
.kt_magstyle2 .following-post .comments {
   display: none;
}

.kt_magstyle2 .following-post .jizan-entry-content p {
	color:#555;
	font-size:14px;
}

.kt_magstyle2 .following-post .article-content .entry-title {
   font-size:20px;
   margin-top:12px !important; 
   padding-top:0 !important;
   line-height:1.5;
   display: block; 
}

.kt_magstyle2 .first-post .date,
.kt_magstyle2 .first-post .comments,
.kt_magstyle2 .first-post .comments a,
.kt_magstyle2 .following-post .date {
   color:#999;
   font-size:13px;
   text-decoration:none;
   line-height:38px;
   padding:0;
   margin:0;
}

.kt_magstyle2 .first-post .date:after {
	content:'-';
	padding:0 10px;
	font-size:10px;
}

.kt_magstyle2 .first-post .magstyle1-total-category{
	text-align:center;
	display:block;
}


/* Responsiveness */

@media only screen and (max-width: 480px) {

    .kt_magstyle2 .first-post .single-article {
     float: left;
     width: 100%;
     margin-bottom: 20px;
    }
	
	.kt_magstyle2 .following-post .single-article {
     float: left;
     width: 100%;
     padding-left:0;
	 margin-bottom:30px;
    }
	
}

/* End of magazine style posts 2 */



/* 
=====================================
Magazine posts Style 3
=====================================
 */

.kt_magstyle3 .single-article {
	margin-bottom:30px;
	background:#fff;
}

.kt_magstyle3 .single-article {
   float:none;
   width:100%;
}

.kt_magstyle3 .article-content {
	padding:0 25px 10px 25px;
}

.kt_magstyle3 figure{
  background:#efefef;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:50% 50%;
}

.kt_magstyle3 figure{
  width:100%;
  height:450px;
  margin-bottom:20px;
}

.kt_magstyle3 figure:hover .magstyle3-overlay {
	background:rgba(0,0,0,.3);
	height: inherit;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.kt_magstyle3 .article-content .entry-title {
   padding:0;
   margin-top:12px;
   margin-bottom:15px;
   font-size: 30px;
   line-height:1.4;
   text-align:center;
}

.kt_magstyle3 .jizan-entry-content p{
	color:#555;
	margin-top:15px;
	margin-bottom:0;
	line-height:1.7;
	text-align:center;
}

.mag-style-3-button {
	text-align:center;
	margin:30px 0 40px 0;
}

.mag-style-3-metas {
	margin-top:20px;
	padding-top:5px;
	border-top:1px solid #ddd;
	height:40px;
}

.kt_magstyle3 .article-content .entry-title a {
	color:#000;
	text-decoration:none;
}

.kt_magstyle3 .article-content .entry-title a:active,
.kt_magstyle3 .article-content .entry-title a:hover {
	color:#555;
	text-decoration:none;
} 

.kt_magstyle3 .date,
.kt_magstyle3 .comments,
.kt_magstyle3 .comments a,
.kt_magstyle3 .date {
   color:#999;
   font-size:13px;
   text-decoration:none;
   line-height:38px;
   padding:0;
   margin:0;
}

.kt_magstyle3 .date:after {
	content:'-';
	padding:0 10px;
	font-size:10px;
}

.kt_magstyle3 .magstyle3-total-category{
	text-align:center;
	display:block;
}

.magstyle3-category a {
   font-size:10px;
   letter-spacing:1px;
   text-transform:uppercase;
   text-decoration:none;
   line-height:38px;
   padding:0;
   margin:0;
}

.magstyle3-category a:hover {
	text-decoration:underline;
}


/* Responsiveness */

@media only screen and (max-width: 480px) {

    .kt_magstyle3 .first-post .single-article {
     float: left;
     width: 100%;
     margin-bottom: 20px;
    }
	
}

/* End of magazine style posts 3 */






/* 
=====================================
Magazine posts Style 4
=====================================
*/
 
.kt_magstyle4 .single-article {
	position:relative;
    height:450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:50% 50%;
}

.kt_magstyle4 .first-post .single-article{
  width:100%;
  margin-bottom:30px;
}

.kt_magstyle4 .article-content{   
    position:absolute;
	top:0;
	left:0;
	display:block;
    width:100%;
	height:450px;
	background:rgba(0,0,0,.60);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.kt_magstyle4 .article-content:hover{
	background:rgba(0,0,0,.80);
}

.mag-style-4-metas {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(50%);
	-ms-transform:translateY(50%);
	transform:translateY(-50%);
	width:100%;
	text-align:center;
	padding:15px 20px;
}


.kt_magstyle4 .first-post .article-content .entry-title {
   padding:0;
   margin-top:12px;
   margin-bottom:15px;
   font-size: 30px;
   line-height:1.4;
   text-align:center;
}

.kt_magstyle4 .jizan-entry-content p{
	display:none;
}
.kt_magstyle4 .following-post .single-article {
   float:left;
   width: 48%;
   margin-bottom:30px;
}

.kt_magstyle4 .following-post .single-article:nth-child(2n+1) {
    clear: left;
}

.kt_magstyle4 .following-post .single-article:nth-child(odd) {
	margin-right:2%;
}

.kt_magstyle4 .following-post .single-article:nth-child(even) {
	margin-left:2%;
}

.kt_magstyle4 .article-content .entry-title a {
	color:#fff;
	text-decoration:none;
}

.kt_magstyle4 .article-content .entry-title a:active,
.kt_magstyle4 .article-content .entry-title a:hover {
	color:#fff;
	text-decoration:none;
} 

.kt_magstyle4 .following-post .article-content .entry-title {
   font-size:22px;
   margin-top:12px !important; 
   padding-top:0 !important;
   line-height:1.5;
   display: block; 
}

.kt_magstyle4 .date,
.kt_magstyle4 .comments,
.kt_magstyle4 .comments a,
.kt_magstyle4 .date {
   color:#ddd;
   font-size:13px;
   text-decoration:none;
   line-height:38px;
   padding:0;
   margin:0;
}

.kt_magstyle4 .date:hover,
.kt_magstyle4 .comments:hover,
.kt_magstyle4 .comments a:hover,
.kt_magstyle4 .date:hover {
	color:#fff;
}

.kt_magstyle4 .date:after {
	content:'-';
	padding:0 10px;
	font-size:10px;
}

.kt_magstyle4 .magstyle4-total-category{
	text-align:center;
	display:block;
	margin-bottom:7px;
}

.kt_magstyle4 .magstyle1-category a {
   color: #000 !important;
   background:#fff;
   font-size:10px;
   padding: 5px 9px;
   letter-spacing:1px;
   text-transform:uppercase;
   text-decoration:none;
   line-height:38px;
   margin: 0 10px 10px 0;
}

.kt_magstyle4 .magstyle1-category a:hover {
	color:#000 !important;
	background:#fff;
	text-decoration:none;
}

.kt_magstyle4 .standard-social-icons li a {
	color:#ddd !important;
}

.kt_magstyle4 .standard-social-icons li a:hover {
	color:#fff !important;
}
 

/* Responsiveness */

@media only screen and (max-width: 480px) {

    .kt_magstyle4 .first-post .single-article {
     float: left;
     width: 100%;
     margin-bottom: 30px;
    }
	
	.kt_magstyle4 .following-post .single-article:nth-child(even) {
	margin-left:0;
    }
	
	.kt_magstyle4 .following-post .single-article {
     float: left;
     width: 100%;
     padding-left:0;
	 margin-bottom:30px;
    }
	
}

/* End of magazine style posts 4 */






/* 
=====================================
Magazine posts Style 5
=====================================
 */
 
.kt_magstyle5 {
	 margin-top:30px;
}

.kt_magstyle5 .first-post .single-article {
   width:100%;
   background:#fff;
   margin-bottom:50px;
}

.kt_magstyle5 figure{
  background:#efefef;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:50% 50%;
}

.kt_magstyle5 .first-post figure{
  float:left;
  width:50%;
  height:450px;
  margin-right:30px;
}

.kt_magstyle5 figure:hover .magstyle5-overlay {
	background:rgba(0,0,0,.3);
	height: inherit;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.kt_magstyle5 .first-post .article-content .entry-title {
   padding:0;
   margin-top:10px;
   margin-bottom:15px;
   font-size:30px;
   line-height:1.4;
}

.kt_magstyle5 .jizan-entry-content p{
	font-size:14px;
	color:#555;
	margin-top:15px;
	margin-bottom:0;
	line-height:1.7;
}

.kt_magstyle5 .following-post .single-article {
   float:none;
   width:100%;
   background:#fff;
   margin-bottom:50px;
}

.kt_magstyle5 .following-post .single-article:nth-child(even) figure  {
  float:left;
  width:50%;
  height:450px;
  margin-right:30px;
}

.kt_magstyle5 .following-post .single-article:nth-child(odd) figure  {
  float:right;
  width:50%;
  height:450px;
  margin-left:30px;
}

.mag-style-5-button {
	margin:30px 0 25px 0;
}

.mag-style-5-metas {
	height:40px;
}

.kt_magstyle5 .article-content .entry-title a {
	color:#000;
	text-decoration:none;
}

.kt_magstyle5 .article-content .entry-title a:active,
.kt_magstyle5 .article-content .entry-title a:hover {
	color:#555;
	text-decoration:none;
} 

.kt_magstyle5 .first-post .article-content {
	padding:25px;
}

.kt_magstyle5 .following-post .article-content {
	padding:25px;
}

.kt_magstyle5 .following-post .article-content .entry-title {
   font-size:22px;
   margin-top:10px !important; 
   padding-top:0 !important;
   line-height:1.5;
   display: block; 
}

.kt_magstyle5 .date,
.kt_magstyle5 .comments,
.kt_magstyle5 .comments a {
   color:#999;
   font-size:13px;
   text-decoration:none;
   line-height:38px;
   padding:0;
   margin:0;
}

.kt_magstyle5 .comments a:hover {
	color:#000;
}

.kt_magstyle5 .date:after,
.kt_magstyle5 .comments a:after {
	content:'-';
	padding:0 10px;
	font-size:10px;
}

.kt_magstyle5 .first-post .magstyle5-total-category{
	display:block;
}

.magstyle1-category a {
   color:#fff !important;
   background:#999;
   font-size:10px;
   letter-spacing:1px;
   padding:4px 11px;
   border-radius:15px;
   text-transform:uppercase;
   text-decoration:none;
   line-height:38px;
   margin:0 10px 25px 0;
}

.magstyle1-category a:hover{
	color:#fff !important;
	 background:#000;
	text-decoration:none;
}

.magstyle5-category a:hover {
	color:#999 !important;
	border:1px solid #999;
	text-decoration:none;
}

.kt_magstyle5 ul.standard-social-icons{
	display:inline-block;
}


/* Responsiveness */

@media only screen and (max-width: 480px) {

    .kt_magstyle5 .first-post .single-article {
     float: left;
     width: 100%;
     margin-bottom: 20px;
    }
	
	.kt_magstyle5 .following-post .single-article {
     float: left;
     width: 100%;
     padding-left:0;
	 margin-bottom:30px;
    }
	
}

/* End of magazine style posts 5 */





/***
Inline Review
***/


.nwxrview {
	border:none !important;
    overflow:hidden;
    height:auto;
	margin:30px 0 40px 0;
    padding:0;
	background:#fff;
}

.nwxrview h1 {
	padding:0;
	margin:0 0 25px 0;
	font-size:26px;
}

.nwx-total-score {
    display: block;
    float: right;
    width: 23%;
    min-height: 104px;
    text-align: center;
	border:10px double #fff !important;
	color:#fff !important;
	background:#f5f5f5;
}

.nwx-total-score h1 {
	padding:0;
	margin:0;
	font-size:70px;
	letter-spacing:2px;
	line-height:104px;
}

.nwx-rview-sum {
    display: block;
    float:left;
    width:75%;
    min-height: 104px;
	border:none !important;
	font-weight:normal;
	font-size:18px;
	color:#222;
	line-height:35px;
}

.nwxrview_header {
	height:auto;
	color:#000 !important;
    padding:0;
	margin:0;
}

.nwx-rview-sum h2,
.nwxrview_header h2 {
	padding:0 0 10px 0;
	margin:0;
	font-size:18px;
}

ul.nwxrview_attribs {
    margin:0 0 50px 0;
	padding:0;
	color: #000;
}

.progress {
	height:30px;
	box-shadow:none !important;
}

.progress-bar {
	font-size:11px;
	line-height:30px;
	text-transform:uppercase;
	box-shadow:none;
	letter-spacing:1px;
}



/***
Gallery Format Option
***/
.kt-gallery-format {
	margin:20px 0;
	clear:both;
}

a.test-popup-link {
	width:33.33%;
	height:194px;
	display:inline-block;
    float:left;
	outline:none;
}

a.test-popup-link img{
	height:194px;
	border:none;
	outline:none;
}




/* KT New Page */

.kt-page-content {
	background:#fff;
	margin-top:20px;
	margin-bottom:30px;
}


.sidebar-widget.widget_display_stats {
	padding-bottom:0;
}


/* Weather Widget */

.weather-atlas-wrapper {
	text-shadow:none;
}


.sidebar-widget.widget_weather_atlas {
	padding:0;
}


.weather-atlas-wrapper .weather-atlas-footer {
	display:none;
}

.weather-atlas-wrapper {
	border:none !important;
}

.weather-atlas-wrapper .weather-atlas-header {
	padding:10px;
	background:none;
}

.weather-atlas-wrapper .current_temp .wi {
	font-size:5.5em;
	
}

.weather-atlas-wrapper .current_temp .temp {
	margin-top:10px;
	margin-left:0;
}

.weather-atlas-wrapper .current_horizontal .current_text {
	padding-left:10%;
	width:50%;
	text-transform:capitalize;
	line-height:2.6;
}


.weather-atlas-wrapper .weather-atlas-body {
	padding:20px 20px 20px 20px;
}

.weather-atlas-wrapper .current_horizontal .current_temp {
	width:45%;
}




/* Section Heading Title */


.kt-st {
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:0;
	margin-bottom:20px;
}


.kt-st .kt-section-title {
	margin:0;
	position:relative;
	display:inline-block;
	padding:0 15px 0 0;
	font-size:18px;
	line-height:1.2;
	text-transform:uppercase;
	letter-spacing:1px;
}


.kt-st .kt-section-title:after {
	background:url('images/overlay-pattern.png');
	opacity:.05;
}


.kt-st .kt-section-title:after {
	content:"";
	display:block;
	height:15px;
	position:absolute;
	top:50%;
	margin-top:-9px;
	width:2800px;
	left:100%
}


/*** Sidebar Title ***/

.kt-st-sidebar {
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
	font-weight:700;
}

.kt-st-sidebar .kt-ss-title {
	margin:0;
	position:relative;
	display:inline-block;
	padding:0 15px 0 0;
	font-size:18px;
	line-height:1.2;
	text-transform:uppercase;
	letter-spacing:1px;
}

.kt-st-sidebar .kt-ss-title:after {
	background:url('images/overlay-pattern.png');
	opacity:.05;
}

.kt-st-sidebar .kt-ss-title:after {
	content:"";
	display:block;
	height:10px;
	position:absolute;
	top:50%;
	margin-top:-6px;
	width:500px;
	left:100%
}

/* Related Post Title */

.kt-related-title {
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:0;
	margin-bottom:30px;
}

.kt-related-title .kt-related-post-title{
	margin:0;
	position:relative;
	display:inline-block;
	padding:0 15px 0 0;
	font-size:18px;
	line-height:1.2;
	text-transform:uppercase;
	letter-spacing:1px;
}

.kt-related-title .kt-related-post-title:after{
	background:url('images/overlay-pattern.png');
	opacity:.05;
}

.kt-related-title .kt-related-post-title:after {
	content:"";
	display:block;
	height:15px;
	position:absolute;
	top:50%;
	margin-top:-9px;
	width:2800px;
	left:100%
}

/* Leave a reply title */

.comment-respond {
	overflow:hidden;
}

.comment-reply-title {
	margin:0 0 10px 0;
	position:relative;
	display:inline-block;
	padding:0 15px 0 0;
	font-size:18px;
	line-height:1.2;
	text-transform:uppercase;
	letter-spacing:1px;
}

.comment-reply-title:after {
	background:url('images/overlay-pattern.png');
	opacity:.05;
}

.comment-reply-title:after {
	content:"";
	display:block;
	height:15px;
	position:absolute;
	top:50%;
	margin-top:-9px;
	width:2800px;
	left:100%
}


/* Page Title */


.kt-pt {
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:0;
	margin-bottom:20px;
}


.kt-pt .kt-page-title {
	margin:0;
	position:relative;
	display:inline-block;
	padding:0 15px 0 0;
	font-size:35px;
	line-height:1.2;
	text-transform:uppercase;
	letter-spacing:2px;
}


.kt-pt .kt-page-title:after {
	background:url('images/overlay-pattern.png');
	opacity:.05;
}


.kt-pt .kt-page-title:after {
	content:"";
	display:block;
	height:15px;
	position:absolute;
	top:50%;
	margin-top:-5px;
	width:2800px;
	left:100%
}


/*
==========================
Off Canvas Navigation
==========================
*/
 
/* Menu Button */
.menu-btn {
    line-height:38px;
	cursor:pointer;
	float:left;
	margin-right:20px;
}
.menu-btn img {
	width:30px;
}

/* Menu Appearance */
.pushy {
  position: fixed;
  width: 350px;
  height: 100%;
  top: 0;
  z-index: 9999;
  overflow: auto;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

.pushy ul {
	padding-left:0;
}
.pushy ul li{
	list-style-type:none;
}

.pushy ul li:first-child a{
  border-top:1px solid rgba(255,255,255,.10);
}

.pushy ul li a{
  display: block;
  padding: 15px 30px 15px 30px;
  border-bottom:1px solid rgba(255,255,255,.10);
  text-decoration: none;
  outline: 0;
  text-transform:uppercase;
  letter-spacing:2px;
}

.pushy ul li:first a {
	border-top:1px solid #ddd;
}

.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-350px, 0, 0);
  -ms-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(350px, 0, 0);
  -ms-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(350px, 0, 0);
  -ms-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-350px, 0, 0);
  -ms-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Icon */
}
.pushy .menu-item-has-children ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out;
}
.pushy .menu-item-has-children ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy .menu-item-has-children > a {
  position: relative;
}
.pushy .menu-item-has-children > a::after {
  content: '+';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  font-family:'Arial', sans-serif;
  font-size:25px;
  font-weight:bold;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}


/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open ul {
  max-height: 1000px;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open a::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.no-csstransforms3d .pushy-submenu-closed ul {
  max-height: none;
  display: none;
}


/*
======================
Ripple Effect
======================
<div class="circle"></div>
*/


.circle {
  height:20px;
  width:20px;
  border-radius:50%;
  background-color:#fff;
  -webkit-transition:height .25s ease, width .25s ease;
  transition:height .25s ease, width .25s ease;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}

/*
.circle:hover{
  height:150px;
  width:150px;
}
*/

.circle:before,
.circle:after {
  content:'';
  display:block;
  position:absolute;
  top:0; right:0; bottom:0; left:0;
  border-radius:50%;
  border:1px solid #fff;
}

.circle:before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
.circle:after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.circle:hover:before,
.circle:hover:after {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes ripple{
  0% {-webkit-transform:scale(1); }
  75% {-webkit-transform:scale(1.75); opacity:1;}
  100% {-webkit-transform:scale(2); opacity:0;}
}

@keyframes ripple{
  0% {transform:scale(1); }
  75% {transform:scale(1.75); opacity:1;}
  100% {transform:scale(2); opacity:0;}
}





/*
=====================
Previous and Next Post
====================
*/

/** CSS for Previous & Next Post Links in Single Page */
#prev-next { 
  position:absolute;
}
  
.prev-link,
.next-link {
  position:fixed;
  top:45%;
  z-index:1000;
}

#prev-next .prev-link {
  float:left;
  left:0;
  width:320px;
  text-align: left;
  margin-left:-260px;
   -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background:#fff;
  box-shadow:0 0 1px rgba(0,0,0,0.3);
  padding:10px 10px 10px 10px;
}

#prev-next .prev-link:hover {
	margin:0;
}

#prev-next .prev-link a img{
  float:right;
  width:100px;
  line-height:inherit;
}

#prev-next .prev-link p {
  float:right;
  text-align:right;
  display:inline-block;
  width:190px;
  padding-right:10px;
  vertical-align: middle;
  margin:0;
  line-height:1.5;
  text-transform:uppercase;
  letter-spacing:1px;
}

#prev-next .next-link {
  float: right;
  right: 0;
  width:320px;
  text-align: right;
  margin-right:-260px;
   -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background:#fff;
  box-shadow:0 0 1px rgba(0,0,0,0.3);
  padding:10px 10px 10px 10px;
}

#prev-next .next-link:hover {
	margin:0;
}

#prev-next .next-link a img{
  float:left;
  width:100px;
  line-height:inherit;
}

#prev-next .next-link p {
  float:left;
  text-align:left;
  display:inline-block;
  width:190px;
  padding-left:10px;
  vertical-align: middle;
  margin:0;
  line-height:1.5;
  text-transform:uppercase;
  letter-spacing:1px;
}

#prev-next a {
  text-decoration: none;
  color: #000;
}

#prev-next a:hover {
  text-decoration: none;
}






/*
==========================
Default designs
==========================
*/

.wpt_widget_content {
    position: relative;
    border:none !important;
}

.wpt_widget_content img {
	width:100%;
    max-width: 100%;
    height:100%;
}

.wpt_widget_content a {
    color: #444;
}

.wpt_widget_content a:hover {
    text-decoration:none;
}

.wpt_widget_content ul.wpt-tabs li {
    list-style: none;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 !important;
}
.wpt_widget_content ul.has-1-tabs li {
    width: 100%;
    float: none;
    margin: 0 auto;
}
.wpt_widget_content ul.has-2-tabs li {
    
}
.wpt_widget_content ul.has-3-tabs li {
    width: 33.33%;
}
.wpt_widget_content ul.has-4-tabs li {
    width: 50%;
}
.wpt_widget_content .has-4-tabs .tab_title.selected a {
    border-bottom: 1px solid #E4E4E4;
}
.wpt_widget_content .has-4-tabs .tab_title:nth-child(3) a {
    border-left: 0;
}
.wpt_widget_content .tab_title a {
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
    padding:0 !important;
	line-height:30px !important;
	font-weight:normal !important;
	border-bottom:none !important;
	display: block;
    background: #f0f0f0;
    border-left: 1px solid #E4E4E4;
    text-decoration: none;
    position: relative;
}
.wpt_widget_content .tab_title:first-child a {
    margin-left: 0;
    border-left: 0;
}
.wpt_widget_content .tab_title.selected a {
	color:#fff !important;
    border-bottom:none !important;
}
.wpt_widget_content .inside {
    background: #fff;
    padding-top: 10px;
}
.wpt_widget_content .tab-content li {
    list-style-type: none;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 11px 0;
    padding:0 0 15px 0 !important;
    border-bottom: 1px solid #E4E4E4;
    text-align: left;
    color: #444;
    background: none;
    position: relative;
}
.wpt_widget_content .tab-content li:last-child {
    border: none;
    margin-bottom: 0;
}
.wpt_widget_content .tab-content li:first-child {
    padding-top: 5px;
}

.wpt_thumb_small {
    float: left;
    margin-right:20px;
    padding-top: 4px;
    width:90px;
    height:80px;
    overflow: hidden;
}
.wpt_thumb_large {
    float: none;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 4px;
    position: relative;
}
.wpt_widget_content .entry-title {
    margin:0 0 10px 0;
    padding:0;
}
.wpt_widget_content .wpt-postmeta, .wpt_comment_content, .wpt_excerpt {
    color:#999;
    font-size: 10px;
	text-transform:uppercase;
}

.wpt-postmeta i {
	font-size:12px;
	margin-right:7px;
}

.wpt_widget_content .wp-post-image {
    margin: 0 !important;
}

/* Comments */
.wpt_avatar {
    margin-right: 10px;
    float: left;
    margin-top: 4px;
}
.wpt_comment_content p, .wpt_excerpt p {
    margin-bottom: 0;
	font-size:15px;
	line-height:1.5;
	text-transform:none;
	color:#000;
	font-weight:300;
}

/* Tags tab */
.wpt_widget_content #tags-tab-content {
    padding-bottom: 10px;
}
.wpt_widget_content #tags-tab-content ul {
    margin: 0;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.wpt_widget_content #tags-tab-content ul li {
    width: auto;
    color: #fff;
    margin-bottom: 0;
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 3px 3px 0 0;
    float: none;
    font-size: 13px;
}
.wpt_widget_content #tags-tab-content ul li a {
    padding: 12px 10px;
    background: #f0f0f0;
    white-space: nowrap;
    display: block;
}

/* Pagination */
.wpt_widget_content .wpt-pagination {
    margin: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 15px;
    float: left;
}
.wpt_widget_content .wpt-pagination a {
    margin: 0 15px;
}
.wpt-pagination a.next {
    float: right;
}

/* Loading... */
.wpt-loading {
    min-height: 120px;
}
.wpt-loading:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 11;
}
.clear {
    clear: both;
}

.wpt-loading:after {
    content: "";
    margin: 0 auto 3em auto;
    font-size: 10px;
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 12;
    text-indent: -9999em;
    border-top: 0.4em solid rgba(0, 0, 0, 0.2);
    border-right: 0.4em solid rgba(0, 0, 0, 0.2);
    border-bottom: 0.4em solid rgba(0, 0, 0, 0.2);
    border-left: 0.4em solid #000;
    -webkit-animation: load8 0.5s infinite linear;
    animation: load8 0.5s infinite linear;
    border-radius: 50%;
    width: 2em;
    height: 2em;
}

@-webkit-keyframes load8 { 
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 { 
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.wpt_show_love {
    font-size: 12px;
    font-style: italic;
    padding: 5px;
    margin: 0 10px;
}


/* End of WP Tab Widgets */