/*
Theme Name: ALIKA
Theme URI: http://alika-wp.wossthemes.com
Version: 1.1
Description: Alika - Personal WordPress Blog Theme
Author: WossThemes
Author URI: http://themeforest.net/user/WossThemes
Tags: one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
Text Domain: alika
*/

/*
Table of Contents:

1) BOOTSTRAP OVERRIDE
2) GENERAL STYLES
3) BLOG STYLES
4) ABOUT PAGE
5) CONTACT PAGE
6) POST STYLES
7) HEADER NAVBAR
8) HEADER CONTENT
9) FOOTER
10) RESPONSIVE STYLES

*/

/*--------------------------------------
	1) BOOTSTRAP OVERRIDE
---------------------------------------*/

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: 0;
}
.btn{
	letter-spacing: 1px;	
	padding: 10px 25px;
	border-radius: 0;
}
.btn:active:focus, .btn:focus {
	outline: thin dotted;
	outline: none;
	outline-offset: -2px;
}
.col-no-p{
	padding-right: 0;
	padding-left: 0;
}

/*--------------------------------------
	END BOOTSTRAP OVERRIDE
---------------------------------------*/

/*--------------------------------------
	2) GENERAL STYLES
---------------------------------------*/

body{
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 25px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a:hover,
textarea:hover, 
input:hover, 
a:active,
textarea:active, 
input:active, 
a:focus,
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover
{
	text-decoration: none;
    outline: 0px !important;
    -webkit-appearance: none;
}
a, p, h1, h2, h3, h4, h5, h6{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
a{
	color: #aaa;
}
p{
	margin: 0;
}
a:hover {
	text-decoration: none;
	color: #c7ab7b;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/*--------------------------------------
	END GENERAL STYLES
---------------------------------------*/

/*--------------------------------------
	3) BLOG STYLES
---------------------------------------*/

/*Loader*/      
.spinner {
	width: 162px;
	height: 90px;
	margin: 0 auto;      
}
#preloader {
	position:fixed;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background: #fff;
	z-index:9999;
}
.preloader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 3;
	text-align:center;
}		
.btn-black{
	text-transform: uppercase;	
	background-color: #000;
	border-color: transparent;
	color: #fff;
}
.btn-black:hover{	
	background-color: #aaa;	
	border-color: transparent;
	color: #fff;
}
.thecomment{
	padding: 30px 0;
	border-bottom: 1px solid #f2f2f2;
}
.media:first-child {
    margin-top: 15px;
}
.post-img-standart, .related-index-item-img, .content-item-image, .grid-post-img, .list-post-caption-img{
	-webkit-transition: opacity 0.5s ease-in-out;
       -moz-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
         -o-transition: opacity 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out;
}
.post-img-standart:hover, .related-index-item-img:hover, .content-item-image:hover, .grid-post-img:hover, .list-post-caption-img:hover{
	zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.post-single-lead{
	margin-bottom: 30px;
}
.post-item{
	padding-bottom: 40px;
}
.post-title a{
	text-decoration: none;
	color: #000;
}
.post-btn .btn:hover{
	color: #fff;
	background-color: #c7ab7b;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}
.post-title a:hover{
	color: #c7ab7b;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}
.post-separator{
	background-color: #ddd;
	height: 1px;
	position: relative;
	width: 100px;
	display: block;
	margin: 20px auto 0 auto;
}
.header-second-style a.second-search{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
    letter-spacing: 2px;       
}
#nav-wrapper .menu li a{			
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
    letter-spacing: 2px;
	line-height: 60px;	
	display:block;
}
.ws-navbar-fixed .navbar-nav>li>a.ws-category-link{
	text-transform: uppercase;
	font-size: 22px;
	font-weight: normal;
    letter-spacing: 1.5px;	
}
.ws-navbar-fixed .navbar-nav>li>a, ul.dropdown-menu li a{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;	
    letter-spacing: 2px;    	
	line-height: 30px;	
	display: block;
}
.slicknav_nav a{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;	
	text-transform:uppercase;
}
.sidebar-title h3{
	font-size: 18px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-align: left;
	color: #000;
	padding: 0;	
	margin: 0 0 10px 0;
}
.post-title h1{	
	font-size: 40px;
    
	margin: 0;
}
.post-info{
	color: #000;
}
.post-info a{
	color: #000;
	text-transform: uppercase;	
	font-size: 12px;
	font-weight: bold;	
    letter-spacing: 2px;    
}
.post-lead{
	padding-top: 20px; 
}
.post-lead img.alignnone {
	margin-bottom: 10px;
}
.post-footer{
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #f2f2f2;
}
.post-footer a{
	color: #000;
}
.post-share-social a{
	font-size: 16px;
	margin-right: 15px;
}
.post-content{
	padding-top: 20px;	
}
.post-item-separator{
	background-color: #c7ab7b;
    height: 2px;
    position: relative;
    width: 60px;
    display: block;
    margin: 20px auto 5px auto;
}
span.post-content-date{
	font-style: italic;
	color: #a5a5a5;	
}
.post-btn .btn{
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: bold;
	margin-top: 20px;
	padding: 10px 50px;
	text-transform: uppercase;
	color: #c7ab7b;
	border: 1px solid #c7ab7b;
	background-color: transparent;
}
.content-item-cat{
	color: #aaa;
}
.content-item-cat a{	
	font-size: 12px;
	font-weight: bold;
	color: #000;
    text-transform: uppercase;    
    letter-spacing: 2px;
}
.bar ul li a{			
	text-transform: uppercase;
    color: #a5a5a5;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.5px;
}
.archive-page .check-list ul.children li{
	border: none;
	margin-left: 12px;
	padding-bottom: 0;
}
.instagram-footer .page_sidebar{	
	font-size: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
	margin-bottom: -4px;	
}
.subscribe-content .form-control{
	color: #a5a5a5;	
	background-color: #f8f8f8;
	border: none;
	border-radius: 0;	
  	box-shadow: none;	
}
.subscribe-content .btn{	
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;	
	letter-spacing: 1px;
	color: #fff;	
	background-color: #000;
	border: none;
	padding: 7px 30px;
}
.bar .tagcloud a:hover{
	color: #fff;	
	background-color: #c7ab7b;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.bar .tagcloud a {   
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #000;
    color: #fff;
    padding: 5px 17px 5px;
    margin-right: 2px;
    margin-top: 8px;
    display: inline-block;
}
.footer-social a{
	font-size: 12px;
	text-decoration: none;	
	color: #fff;	
	margin: 0 12px;
}
.footer-content{
	font-weight: bold;
	letter-spacing: 1.4px;
	font-size: 13px;
	padding: 20px;	
	background-color: #000;	
}
/*Top Categories*/
.ws-slider-content, .top-categories{
	margin-bottom: 40px;
}
.top-categories .thumbnail{
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
}
.top-categories .thumbnail a{
	position: relative;
	display: block;
}
.top-categories .thumbnail .caption h3{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;		
	text-transform: uppercase;	
	margin: 0;
}
.top-categories .thumbnail .caption{	
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	z-index: 10;
	background-color: rgba(0,0,0,0.6);	
	padding: 15px 30px;	
	transform: translate(-50%, -50%);
}
/*Sidebar*/
.sidebar-title{	
	margin-bottom: 20px;
	border-bottom: 3px solid #000
}
.about-content{
	position: relative;
}
.about-content .follow-content a{
	color: #fff;
}
.about-content .follow-content{
	padding: 15px;
	background-color: rgba(0,0,0,.5);
	width: 100%;
	position: absolute;
	bottom: 0;
}
.page-content{
	background-color: #f2f2f2;
	padding: 40px 0;
}
.blog-container{
	margin-top: 40px;
}
.page-date span{
	font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #a5a5a5;
}
.page-title h2{
	font-size: 32px;
    text-align: center;
    color: #000;
    letter-spacing: 1px;
    margin: 0;
}
.page-item-separator{
	background-color: rgb(199, 171, 123);
    height: 2px;
    position: relative;
    width: 60px;
    display: block;
    margin: 20px auto 5px auto;
}
.breadcrumb-title{
	text-align: center;
	background-color: #f2f2f2;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.breadcrumb-title h3{
	font-size: 22px;
	text-align: center;
	color: #000;
	letter-spacing: 1px;	
	margin: 0;
}
.search-item{
	padding-bottom: 30px;
}
.search-item .thumbnail{
    display: block;
    padding: 0;
    margin: 0;
    line-height: normal;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.search-item-category a:hover{
	color: #c7ab7b;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.search-item-title a:hover{
	color: #c7ab7b;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.search-item-category a{
	color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
}
.search-item-title h3{
	margin-top: 0;
}
.search-item-title a{
	color: #000;	
    font-size: 24px;
}
.search-widget .btn{
	letter-spacing: normal;
	background-color: #000;
	border: none;
	padding: 6px 11px;
}
.search-widget i{
	color: #fff;
}
.search-widget .form-control{	
	color: #a5a5a5;
	font-weight: bold;	
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 2;
	background-color: #f8f8f8;
	border: none;
	border-radius: 0;	
	box-shadow: none;
}
.form-control{
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;
}
.search-widget .form-control:focus{
	color: #c7ab7b;	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.widget-space{
	padding-bottom: 30px;
	overflow: hidden;
}
.follow-content a{	
	padding: 10px 10px;	
	color: #000;
}
.follow-content a:hover{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
	color: #c7ab7b;
}
.instagram-content ul{
	margin: 0 -20px -5px -20px !important
}
.instagram-content ul li{	
	width: 50%;
	display: inline-block;
	border-bottom: none;
	padding: 0;
	float: left;
}
.instagram-content ul li img{
	max-width: 100%;
	vertical-align: middle;
}
.subscribe-content .btn:hover{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
	color: #fff;
	background-color: #c7ab7b;
}
.subscribe-content i{
	color: #fff;
}
.content-thumb{	
	padding-top: 10px;
	background-color: #fff;
}
.content-item{	
	margin-top: 20px;
}
.content-item-title a{
	color: #000;
}
.content-item-title h3{
	margin: 0;
}
.content-item-btn .btn:hover{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
	color: #fff;
	background-color: #c7ab7b;
}
.content-item-btn .btn{
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 7px 20px;
	background-color: transparent;
	text-transform: uppercase;
	color: #c7ab7b;
	border: 1px solid #c7ab7b;
}
.item-separator{
	background-color: #000;
    height: 2px;
    position: relative;
    width: 60px;
    display: block;
    margin: 15px auto 0 auto;
}
/*--------------------------------------
	END BLOG STYLES
---------------------------------------*/

/*--------------------------------------
	4) ABOUT PAGE
---------------------------------------*/
.about-header{
	padding-bottom: 30px;
}
.about-header h3{
	text-transform: uppercase;	
	text-align: center;	
	font-size: 18px;
	letter-spacing: 1px;
}
/*--------------------------------------
	END ABOUT PAGE
---------------------------------------*/

/*--------------------------------------
	5) CONTACT PAGE
---------------------------------------*/
.contact-form{
	border-top: 1px solid #f2f2f2;
	margin-top: 30px;
	padding-top: 30px;
}
.contact-form .form-control {			
	border: 1px solid #000;	
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.contact-form h3{
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.banner-widget img{
	margin: 0 auto
}
.contact-social{
	padding-top: 30px;
}
.contact-social a{
	font-size: 17px;
	padding: 0 10px;
	text-decoration: none;
	color: #000;
}
.contact-social a:hover{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
	color: #c7ab7b;
}
.contact-details a{
	color: #c7ab7b;
}
.contact-details p{
	font-size: 16px;
}
.contact-details{
	text-align: center;
	padding-top: 30px;
}
/*--------------------------------------
	END CONTACT PAGE
---------------------------------------*/

/*--------------------------------------
	6) POST STYLES
---------------------------------------*/
.next-prev-posts .previous-post{
    float: left;
}
.next-prev-posts .next-post{
    float: right;
}
.post-info a:hover{
	color: #c7ab7b;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.bar a:hover{
	color: #c7ab7b;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.bar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#th_bg_subscribe_error, #th_bg_subscribe_succes{
	padding-top: 10px;
	color: #c7ab7b;
	text-align: center;
}
.post-single-title h1{
	font-size: 32px;
    text-align: center;
    color: #000;
    letter-spacing: 1px;
    margin: 0;
}
span.post-single-category a:hover{
	color: #c7ab7b;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
span.post-single-category a{
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
}
.woss_facebook_widget iframe{
	width: 100% !important;
}
.tag-widget h4{	
	float: left;	
	margin-top: 15px;
	margin-right: 15px;
	font-size: 16px;    
    letter-spacing: 1.5px;
    text-transform: uppercase;    
    color: #000;    
}
.tag-widget a {
   	font-size: 12px !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #000;
    color: #fff;
    padding: 5px 17px 5px;
    margin-right: 2px;
    margin-top: 8px;
    display: inline-block;
}
.blog-comments{
	margin-top: 30px;
}
.blog-comments-title h2, .blog-comments-title{
	font-size: 24px;
    letter-spacing: 2px;        
    text-align: center;
    margin: 0 0 20px 0;
    color: #000;    
}
.comment-respond .name-input input, .comment-respond .email-input input, .comment-respond .website-input input, .comment-respond .comment-area textarea, select{
	width: 100%;		
	color: #333;
	border: 1px solid #aaa;
	background: #fff;
	border-radius: 0;
	box-shadow: none;	
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}
.comment-area textarea{
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
}
.comment-respond label{	
	text-transform: uppercase;
	font-size: 13px;	
	font-weight: bold;
	margin-top: 40px;
	letter-spacing: 2px;	
}
.form-submit input{
	display: inline-block;
	position: relative;
	margin-top: 15px;
	padding: .9em 1.5em;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;	
	letter-spacing: 2px;
	line-height: 1.2;
	border: 0;
	outline: 0;
	background: #000;
	border: 2px solid transparent;
	color: #fff;	
	text-shadow: none;
}
.form-submit input:hover{	
	background: #c7ab7b;
	border: 2px solid transparent;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.comment-respond label span{
	color: #c7ab7b;
}
.comment-respond h3{
	margin: 0;
}
textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover
{
    outline: 0px !important;
    -webkit-appearance:none;
}
.author-img{	
	margin-right: 10px;
	margin-bottom: 10px;
}
.author-img img{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin-bottom: 20px;
}
.authorp{
	overflow: hidden;
}
.authorp h3{
	font-size: 16px;	
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #000;	
	margin-top: 0;
}
.author-bio{
	text-align: center;	
	padding: 30px 0;	
}
#wp-calendar {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px 2px;
	text-align: center;
}
#wp-calendar td.pad, #wp-calendar tfoot td {
	background: none;
}
#wp-calendar td {	
	color: #a5a5a5;
	background-color: #f8f8f8;	
}
#wp-calendar caption{
	color: #a5a5a5;
	padding-top: 0;
	text-align: center;
}
#wp-calendar td a {
	color: #c7ab7b;
}
#wp-calendar thead tr th{
	text-align: center;
}
#wp-calendar #prev a{
	float: left;
	margin-top: 10px;
	display: block;
}
#wp-calendar #next a{
	float: right;
	margin-top: 10px;
	display: block;
}
.comment-author{
	float: left;
	padding-right: 15px;
}
.comment-author img{
	border-radius: 50%;
}
ol.comment-list{
	padding: 0;
}
.comment-name a{
	color: #000;	
	font-style: normal;
}
h4.comment-name{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;	
}
span.reply a{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
span.reply{
	margin-top: -26px;
	float: right;
}
.comment-date{
	margin-bottom: 20px;
}
.comment-date small{
	font-weight: bold;
	text-transform: uppercase;
	color: #aaa;
}
.blog-container .sticky h1{
	color: #c7ab7b;	
	text-transform: uppercase;
}
dl {
	margin: 0 20px;
}
dt {
	font-weight: bold !important;
}
dd {
	margin: 0 0 20px;
}
#gallery-1 .gallery-item {
    width: 27% !important;
}
#gallery-1 img{
	border: none !important;
}
.wpb_content_element{
	margin-bottom:0 !important;
}
.form-group-no-p{
	display: inline;
}
.blog-container .share-widget{
    margin-top: 20px;
}
.blog-container .alignnone{
    height: auto;
    max-width: 100%;
}
.blog-container .wp-caption{
    height: auto;
    max-width: 100%;    
}
.blog-container .alignleft{
    float: left;
    margin: 0 20px 20px 0;
}
.blog-container .alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.blog-container .aligncenter {
    display: block;
    margin: 0 auto;
}
.blog-container img{
	height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.blog-container table td {
    padding: 5px 9px;
}
.blog-container .wp-caption img{
	height: auto;
    max-width: 100%;    
}
.blog-container .wp-caption{
	height: auto;
    max-width: 100%;    
}
.blog-container embed, .blog-container iframe{
    width: 100%    !important;
    height: 400px   !important;
}
.bar ul{
    list-style: none;
}
.bar ul ul{
    margin-left: 12px;
}
.bar li{
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}
.bar li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
ul.instagram-pics li{
	margin: 0 !important;
}
.widget_archive ul li a:before, .widget_categories ul li a:before, .widget_pages ul li a:before, .widget_meta ul li a:before, .widget_recent_entries ul li a:before{
	color: #000;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";		
	float: left;
	margin: 5px 10px 0 0;
}
.archive-page .check-list ul{
	padding: 0;
}
.archive-page .check-list ul li{
	margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
	list-style: none;
}
.archive-page .check-list ul li a{
	text-transform: uppercase;
    color: #a5a5a5;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.5px;
}
.archive-page .check-list ul li a:hover{
	color: #c7ab7b;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.archive-page .check-list ul li a:before {
    color: #000;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    float: left;
    margin: 3px 10px 0 0;
}
.archive-page-title{
	margin-bottom: 20px;
}
.archive-page-title h3{
  	font-size: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: left;
    color: #000;
    padding: 0;
    margin: 0 0 10px 0;
}

.archive-page-hero{	
	text-align: center;
	padding: 40px 0;
	margin-bottom: 40px;
	background-color: #f2f2f2;	
}
.archive-page-hero span{
	font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #a5a5a5;
}
.archive-page-hero h1{
	font-size: 22px;    
    color: #000;
    letter-spacing: 1px;
    margin: 0;
}
.bar img{
	height: auto;
    max-width: 100%;    
}
.embed-responsive-16by9 {
	padding-bottom: 48.25%;
}
.wp-caption-text{
	font-style: normal;
}
.gallery-caption{
	font-style: normal;
}
.bypostauthor{
	font-style: normal;
}
h3.comment-reply-title{
	font-size: 24px;
	letter-spacing: 2px;		
	text-align: center;
	color: #000;
	margin: 40px 0 0 0;
}
.page-share{	
	border-top: 1px solid #f2f2f2;
	margin-top: 50px;
	padding: 50px 0 30px 0;
	text-align: center;	
    color: #000;
}
.page-share a{
	color: #fff;	
	background-color: #000;
	padding: 5px 40px 5px;	
	font-size: 14px;
	margin-left: 10px;
}
span.post-date{
	font-style: italic;		
	letter-spacing: 2px;
	color: #a5a5a5;   
}
.post-author{
	margin-bottom: 30px;
}
.post-author span{	
    font-size: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000;    
}
.blog-form span.your-name input, .blog-form span.your-email input, .blog-form span.your-subject input{
	padding: 6px 12px;
	width: 100%;
	color: #333;
	border: 1px solid #aaa;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}
.blog-form span.your-message textarea{
	padding: 6px 12px;
	width: 100%;
	color: #333;
	border: 1px solid #aaa;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}
.error-page-404{
	padding: 70px 0 130px 0;
}
.error-page-404 h1{
	margin: 0;
	padding: 0;	
	letter-spacing: 2px;
	font-size: 90px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #c7ab7b;
    text-decoration: none;
    background-color: #222;
}
.screen-reader-text{
	font-weight: normal;
}
.blog-form label span{
	color: #c7ab7b;
}
.blog-form label{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 10px;
	letter-spacing: 2px;	
}
div.wpcf7-validation-errors{
	display: none !important;
}
div.wpcf7-response-output{	
	padding: 0;
	margin: 0;
	color: #c7ab7b;
	border: none;
	font-weight: bold;
}
.related-posts-title-index h4{
	margin: 0 0 20px 0;
	font-size: 22px;
	letter-spacing: 1px;
}
.related-posts-index{
	padding-top: 40px;
}
.related-posts-list{
	padding-bottom: 40px;
}
.related-index-item-caption{
	max-width: 220px;
    padding: 10px 10px 0 10px;    
    margin: -35px auto 0;
    background: #fff;
    position: relative;
}
.related-index-item-caption a{
	color: #000;
}
.related-index-item-caption span{
	font-size: 13px;
	font-style: italic;
	color: #a5a5a5;
}
.related-separator{
	background-color: #c7ab7b;
    height: 2px;
    position: relative;
    width: 50px;
    display: block;
    margin: 10px auto 5px auto;
}
.related-posts{	
	text-align: center;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
    padding: 30px 0;
}
h3.related-posts_h{
	font-size: 24px;
	letter-spacing: 2px;		
	text-align: center;
	color: #000;	
	margin: 0 0 20px 0;
}
ul.related-posts_list{	
	padding: 0;
	margin: 0;
}
ul.related-posts_list li{
	list-style: none;
}
.related-posts_item em{		
	color: #aaa;	
	text-transform: none;
}
.related-category a{
	font-size: 12px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.related-posts-title h4{
	font-size: 22px;
	margin: 0;
}
.related-posts-title a{
	color: #000;
}
.latest_news_block{
	background-color: #f2f2f2;
	padding: 40px 0;	
}
.latest_news_title h2{
	font-size: 46px;	
	letter-spacing: 1.5px;		
	padding: 0;
	margin: 0;	
}
.breadcrumb-title span{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #a5a5a5;
}
.latest_news_date{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #a5a5a5;
}
.post-cat-lead{
	text-align: center;
	padding: 20px;
}
.post-tags{
	margin-bottom: 30px;
}
.single-page-content{
	background-color: #f2f2f2;
	padding: 40px 0;
}
.post-single-content{
	margin-top: 20px;
}
.post-single-share{
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	padding: 30px 0;	
}
.post-single-share a{
	color: #000;
}
.post-single-date{
	font-style: italic;
}
.post-single-social a{
	margin-left: 10px;
}

/*List Posts*/
.list-post-item{
	overflow: hidden;	
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #f2f2f2;
}
.list-post-title a{
	color: #000;
}
.list-post-title h3{
	margin: 0;
	font-size: 32px !important;
}
.list-post-title a:hover{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color: #c7ab7b;
}
.list-post-category span a{	
	font-size: 12px; 
	font-weight: bold;   
	text-transform: uppercase;    
	color: #000;
	letter-spacing: 2px;
}
.list-post-category span a:hover{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color: #c7ab7b;
}
.list-post-body{
	padding: 30px;
}
.list-post-footer span{	
	font-size: 14px;
	font-style: italic;
	color: #aaa;
	letter-spacing: 1px;
}
.list-post-footer a{	
	color: #000;	
}
.list-post-footer a:hover{	
	color: #c7ab7b;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.list-post-btn .btn{
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;		
	color: #c7ab7b;
	background-color: transparent;
	padding: 10px 30px;
	border: 1px solid #c7ab7b;
}
.list-post-lead{
	padding: 25px 0 20px 0;
}
.list-item-separator{
	background-color: #c7ab7b;
    height: 2px;
    position: relative;
    width: 60px;
    display: block;
    margin: 20px auto 10px auto;
}
.list-post-btn .btn:hover{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
	background-color: #c7ab7b;
	color: #fff;
}
.list-post-date span{
	color: #a5a5a5;
	font-style: italic;
}

/*Grid Posts*/
.grid-post-title h3 {
    margin: 0;
    font-size: 26px;
}
.grid-post-body{
	padding: 10px 0;	
}
.grid-post-btn{
	padding-top: 10px;
}
.grid-post-btn .btn{
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	color: #c7ab7b;
	background-color: transparent;
	padding: 10px 30px;
	border: 1px solid #c7ab7b;
}
.grid-post-btn .btn:hover{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: #c7ab7b;
	color: #fff;
}
.grid-post-category span a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;    
    letter-spacing: 2px;
}
.grid-post-category span a:hover{
	color: #c7ab7b;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.grid-post-item{	
	padding-bottom: 50px;
}
.grid-post-footer a{
	font-size: 16px;
	color: #000;
	margin-right: 20px;
}
.grid-post-footer a:hover{	
	color: #c7ab7b;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.grid-post-date span{
	color: #a5a5a5;
	font-style: italic;
}
.grid-post-title{
	margin-top: 5px;
}
.grid-post-lead{		
	padding: 10px 0;
	text-align: center;
}
.grid-post-title a{
	color: #000;
}
.grid-post-title a:hover{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color: #c7ab7b;
}
.popular-container{
	padding: 40px 0;
	background-color: #f2f2f2;
}
.popular-content{
	position: relative;
	display: block;
}
#popular-carousel .owl-controls .owl-prev:hover:before, #popular-carousel .owl-controls .owl-next:hover:before{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color: #c7ab7b;
}
#popular-carousel .owl-controls .owl-prev:before{
	color: #000;
    display: inline-block;
    font: normal normal normal 28px/1 FontAwesome;
    content: "\f104";
}
#popular-carousel .owl-controls .owl-next:before{
	color: #000;
    display: inline-block;
    font: normal normal normal 28px/1 FontAwesome;
    content: "\f105";
}
span.popular-item-date{	
	font-style: italic;
	color: #a5a5a5;
}
.owl-theme .owl-controls .owl-buttons div{
	color: transparent;	
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.popular-title h2{
	margin-top: 0;
	font-size: 36px;	
}
.carousel-item-separator {
    background-color: rgb(199, 171, 123);
    height: 2px;
    position: relative;
    width: 60px;
    display: block;
    margin: 20px auto 40px;
}
#popular-carousel .owl-controls .owl-page span{
	background: #a5a5a5;
	margin: 0 7px;
}
#popular-carousel .owl-controls{
	margin-top: 40px;
}
.popular-item-category a{
	color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
}
.popular-item-title h4{
	margin-top: 0;
	font-size: 24px;
}
.popular-item-title a{
	color: #000;	
}
.popular-item-caption{
	background-color: #fff;
	padding: 30px 15px;
}
div.navigation .next{
	float: right;
}
div.navigation .prev{
	float: left;
}
div.navigation a{
	margin: 0 10px;
}
div.navigation{	
	font-size: 16px;
	text-align: center;
	padding-bottom: 40px;
}
div.navigation span.current {
    color: #000;
    margin: 0 10px;	
}

/*--------------------------------------
	END POST STYLES
---------------------------------------*/


/*--------------------------------------
	7) HEADER NAVBAR
---------------------------------------*/
.ws-header{
	background-color: #fff;
	padding-top: 60px;
}
.ws-navbar-fixed{
	background-color: #000;
	border: none;
	border-radius: 0;
}
.ws-navbar-fixed .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { 
	color: #c7ab7b;
	background-color: #1F1F1F;
}
.ws-navbar-fixed ul.navbar-nav li ul li.menu-item-has-children ul.dropdown-menu{
	position: absolute;
	border-left: 0;
	left: 99%;
	top: -7px;
}
.ws-navbar-fixed .dropdown-menu{
	right: auto;
    min-width: 210px;      
    background-color: #000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  	border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}
.nav>li>a.ws-category-link:focus, .nav>li>a.ws-category-link:hover{
	color: #c7ab7b;
	background-color: transparent !important; 
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.nav .open>a.ws-category-link, .nav .open>a.ws-category-link:focus, .nav .open>a.ws-category-link:hover {
    background-color: transparent !important;
    border: none;
}
#nav-wrapper .menu{
	padding: 0;
	margin: 0;
}
#nav-wrapper .menu li{
	display:inline-block;
	margin-right:28px;
	position:relative;
}
#nav-wrapper .menu .sub-menu,
#nav-wrapper .menu .children {	
	display: none;
	padding: 0;
	position: absolute;
	margin-top:0;
	left: -15px;
	z-index: 99999;	
	border-top:none;
}
#nav-wrapper ul.menu ul a,
#nav-wrapper .menu ul ul a {
	color: #fff;
	margin: 0;
	padding: 10px 18px;
	min-width: 210px;
	line-height: 20px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}
#nav-wrapper ul.menu ul li,
#nav-wrapper .menu ul ul li {
	padding-right:0;
	margin-right:0;
}
#nav-wrapper ul.menu ul a:hover, #nav-wrapper .menu ul ul a:hover {
	color: #c7ab7b;
	background-color: #1F1F1F;
}
#nav-wrapper ul.menu li:hover > ul,
#nav-wrapper .menu ul li:hover > ul {
	display: block;
}
#nav-wrapper .menu .sub-menu ul,
#nav-wrapper .menu .children ul {	
	left: 100%;
	top: 0;
}
#nav-wrapper .menu li a:hover{
	color:#c7ab7b;
}
.slicknav_menu{
	text-align: center;
	display:none;
	font-size:19px;	
}
.slicknav_btn { 
	position: relative; 
	display: block;
	vertical-align: middle; 
	float: right;  			
	padding: 20px 7px;
    text-decoration:none; 
}
.slicknav_menu  .slicknav_menutxt { 
	display: block; 
	line-height: 1.188em; 
	float: left; 
}
.slicknav_menu .slicknav_icon { 
	float: left; 
	margin: 0.188em 0 0 0.438em; 
}
.slicknav_nav { 	    
    padding:0;
	z-index:9999;
	background: #000;
}
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.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_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
@media(max-width:767px){
	.menu { display:none; }
	.slicknav_menu {display:block;}	
}
.slicknav_menu  .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
	background-color: #fff;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;    
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}
.slicknav_menu .slicknav_no-text {
	margin-top:7px;
}
#ws-search{
	background-color: rgba(0,0,0,.4);
}
#ws-search input{    
    border: none;
    background: #fff;     
    font-weight: bold;   
    letter-spacing: 2px;    
    font-size: 13px;
    border-radius: 0;
    outline: 0;  
    padding: 0px 30px;
    height: 58px;
    display: block;
}
#ws-search button{
    background-color: #c7ab7b;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    border: none;
    border-left: 0px;
    height: 58px;
    line-height: 60px;
    padding: 0px 25px;
    margin: 0;
    display: block;
    float: left;
    font-size: 16px;
    width: 70px;
    outline: 0;
}
.header-left-logo a img{
	margin-top: 20px;
	margin-left: 15px;
	max-height: 20px;
}
.header-center-logo a img{	
	max-height: 20px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*--------------------------------------
	END HEADER NAVBAR
---------------------------------------*/

/*--------------------------------------
	8) HEADER CONTENT
---------------------------------------*/
.ws-logo{
	padding: 40px 0;		    
}
.ws-logo img{
	max-width: 100%;
	height: auto !important;
}
.tp-bullet{
	width: 10px;
	height: 10px;	 
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%;   
	border-radius: 50%;
	background: rgba(255,255,255,0.65); 
}	
.uranus.tparrows:before{
	color: rgba(255,255,255,0.65); 
}
.header-second-style{
	line-height: 60px;
}
.header-second-style a{
	color: #fff;
	margin-left: 15px;
}
.header-second-style a:hover{
	color: #c7ab7b;	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/*--------------------------------------
	END HEADER CONTENT
---------------------------------------*/

/*--------------------------------------
	9) FOOTER
---------------------------------------*/
.instagram-footer{		
	text-align: center;	
}
.footer-logo{
	width: 132px;
	height: 60px;
	margin: 0 auto;	
}
.footer-logo img{
	max-width: 100%;
	height: auto !important;
}
.footer-social a:hover{
	color: #c7ab7b;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.social-widget{
	background-color: #000;	
	padding: 15px 0;
}
.insta-content .container-fluid{
	position: relative;
}
.insta-content .container-fluid, .insta-content .insta-item{
	padding-left: 0;
	padding-right: 0;
}
.insta-content .insta-item{
	float: left;
	width: 12.499%;
}
.insta-follow{	
	top: 50%;	
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	position: absolute;
	z-index: 10;	
}
.insta-follow a{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
    letter-spacing: 2px;    	
	padding: 10px 40px;		
	color: #fff !important;
	background-color: #000;
}
.hv-image {
    position:relative;
}
.hv-image img {
    width:100%;
    vertical-align:top;
}
.hv-image:after {
    content:'\A';
    cursor: pointer;
    position:absolute;
    width:100%; 
    height:100%;
    top:0; 
    left:0;
    background:rgba(0,0,0,0.6);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.hv-image:hover:after {
    opacity:1;
}
.footer-second{
	padding: 20px;
	background-color: #fff;
}
.bellow-footer{			
	padding: 50px 0;	
}
.bellow-footer form#subscribe{
	padding-top: 26px;
}
/*--------------------------------------
	END FOOTER
---------------------------------------*/

/*--------------------------------------
	10) RESPONSIVE STYLES
---------------------------------------*/

@media(max-width:1200px){
	#search .search-desc {margin-top: 70px !important;}
	.follow-content a {font-size: 15px;padding: 0 3px;}
	.footer-social a {font-size: 11px;margin-right: 25px;}			
	.content-item{min-height: 220px !important;}	
	.list-post-body {padding: 10px 30px;}
	.list-post-lead {padding: 15px 0 20px 0;}
}
@media(max-width:992px){	
	.footer-social a {font-size: 11px;margin-right: 15px;}		
	.insta-content .insta-item {width: 25% !important;}
	.content-item{min-height: 165px !important;}		
	.list-post-caption .pull-left{float: none !important; text-align: center;}
}
@media(max-width:768px){
	.popular-widget img{width: 100% !important;}
	.blog-form .col-sm-4{padding: 0;}	
	.insta-content .insta-item{float: left; width: 49.999% !important;}
	.insta-follow a {font-size: 12px;padding: 10px 10px;}
	.navbar-header{float: right !important;}	
	.menu-left-category-navigation-container{float: left !important;}	
	.insta-content .insta-item {width: 25% !important;}
	.bellow-footer .col-sm-4{padding-top: 20px;}
	ul.related-posts_list img{width: 100%;}
	ul.related-posts_list li{padding-bottom: 20px;}		
	.ws-navbar-fixed .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {background-color: transparent !important;}
	.grid-post-img img{width: 100%;}
	.list-post-img img{width: 100%;}	
	.search-item img{width: 100%;}	
	.footer-content .pull-right, .footer-content .pull-left{float: none !important; text-align: center;}
	.footer-social{padding-top: 10px;}
	.header-second-navbar .slicknav_btn{float: left; padding: 17px 7px;}
	.row {margin-right: 0;margin-left: 0;}	
	.post-share-buttons a{padding: 3px 20px 3px;}
	.header-left-logo a img, .header-center-logo a img{float: right !important;}	
	.header-center-logo .header-second-style{display: none;}
	.ws-header{padding-top: 55px;}
	.header-center-logo a img{position: fixed;top: 4%;left: 50%;}
	.list-post-body{text-align: center;}
	.list-item-separator{margin: 20px auto 10px auto;}
	.blog-leave-comment{margin-bottom: 40px;}	
	.related-index-item{margin-bottom: 20px;}
}
/*--------------------------------------
	END RESPONSIVE STYLES
---------------------------------------*/