/*------------------------------------------------------------------/*
Theme Name: Amagaz
Theme URI: https://az-theme.net/downloads/amagaz-news-and-magazine-wordpress-theme/
Description: Blog, News and Magazine WordPress Theme
Author URI: https://az-theme.net
Author: AZ-Theme
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text domain: amagaz
Tags: blog, news, block-styles
Tested up to: 6.5
Requires PHP: 7.0
*/
/*--------------------------/*
/* -----------------------
		STYLE GENERAL
-------------------------- */
:root {
    --text-color: #424242;
    --primary-color: #1a1a1a;
    --accent-color: #9f224e;
    --border-color: #ddd;
    --meta-color: #999;
    --white: #fff;
}
body{
	font-family: 'Open Sans';
	font-size: 14px;
	color: var(--text-color);
	line-height: 24px;
    background: #f5f5f5;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat';
	color: var(--primary-color);
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600;
}
h1{
	font-size: 36px;
	line-height: 40px;
}
h2{
	font-size: 30px;
	line-height: 36px;
}
h3{
	font-size: 24px;
	line-height: 30px;
}
h4{
	font-size: 18px;
	line-height: 24px;
}
h5{
	font-size: 14px;
	line-height: 24px;
}
a{
	color: var(--accent-color);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover, a:focus{
	text-decoration: none;
	outline: none;
	color: var(--primary-color);
}
p{margin-bottom: 25px}
img{
	max-width: 100%;
	height: auto;
}
ul,ol{margin: 0;}
ul ul, ol ol, ul ol, ol ul{padding-left: 30px;}
.az-button, button, .button, input[type="submit"]{
	text-transform: uppercase;
	text-align: center;
	padding: 8px 35px;
	background: var(--primary-color);
	color: var(--white);
	display: inline-block;
	border: none;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.az-button:hover, button:hover, .button:hover, input[type="submit"]:hover,
.az-button:focus, button:focus, .button:focus, input[type="submit"]:focus{
	background: var(--accent-color);
	outline: none;
	color: var(--white);
}
input[type="text"], input[type="email"], 
input[type="search"], input[type="password"],
textarea{
	border: 1px solid var(--border-color);
	background: var(--white);
	padding: 10px 18px;
	line-height: 24px;
	color: var(--meta-color);
	width: 100%;
}
textarea{min-height: 200px;}
blockquote{padding-left: 15px}
::-webkit-input-placeholder {
   color: inherit;
   opacity: 1;
}
:-moz-placeholder {
   color: inherit;
   opacity: 1;  
}
::-moz-placeholder {
   color: inherit;
   opacity: 1;  
}
:-ms-input-placeholder {  
   color: inherit;
   opacity: 1;  
}
iframe{
	max-width: 100%
}
abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: none;
}
/* Select chosen */
.chosen-container{
    width: 100%!important;
}
.chosen-container-single .chosen-single{
    box-shadow: none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    background: none;
    border-color: var(--border-color);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    height: 40px;
    padding: 7px 15px;
    color: var(--text-color);
}
.chosen-container-active.chosen-with-drop .chosen-single{
    background: none;
    border-color: var(--border-color);
    box-shadow: none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}
.chosen-container-single .chosen-single div{width: 25px}
.chosen-container-single .chosen-single div b{
    background: none!important;
}
.chosen-container-single .chosen-single div b::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-weight: 700;
}
.chosen-container .chosen-drop{
    box-shadow: none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    background: var(--white);
    border-color: var(--border-color);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.chosen-container-single .chosen-search input[type="text"]{border-color: var(--border-color);}
.chosen-container .chosen-results li{line-height: 24px;font-family: inherit;}
.chosen-container .chosen-results li.highlighted{
    background-image: none;
    background-color: var(--meta-color);
}
/*-------------------------------*/
/*          WORDPRESS CORE
/*-------------------------------*/
/*.sticky {}
.screen-reader-text {}
.gallery-caption {}
.bypostauthor{}*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    max-width: 100%;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: inherit;
  font-style:italic;
  color:inherit;
  line-height: 17px;
  margin: 8px 0 0;
}
table, th, td{
  border: 1px solid var(--border-color);
}
th, td {
  padding: 0.4em;
  text-align: center;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	margin: 0 0 1.6em;
	table-layout: auto;
	width: 100%;
}
th {
  border-width: 0 1px 1px 1px;
}
td {
  border-width: 0 1px 1px 1px;
}
th {
  border-width: 0 1px 1px 0px;
}
td {
  border-width: 0 1px 1px 0px;
}
tbody tr th{
    font-weight: 400;
}
tbody tr:first-child th{
	border-top-width: 1px;
}
tr td:first-child, tr th:first-child{
  border-left-width: 1px;
}
table tbody tr:first-child td,
table thead tr:first-child th,
table tbody tr:first-child td,
table thead tr:first-child th{
  border-top-width: 1px;
}
table thead + tbody tr:first-child td,
table thead + tbody tr:first-child td,
table tfoot + tbody tr:first-child td{
  border-top-width: 0;
}
blockquote {
  border-left: 5px solid var(--border-color);
}
label{font-weight: normal;}
dt, dd {
  line-height: inherit;
}
/* ------------------------
		HEADER
----------------------- */
.header {
	background: var(--white);
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0,0.05);
	z-index: 5;
}
.logo{
	border-top: 3px solid var(--accent-color);
	padding: 30px 0;
}
.logo img{max-width: 80%}
.logo h1, .logo h2{margin: 0px;}
.header-content{
	border-top: 1px solid var(--border-color);
	text-align: center;
}
/* --------------------
		PAGE
--------------------- */
.main-contaier{
	padding: 50px 0;
}
.owl-nav > div{
	width: 26px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(255,255,255,0.8);
	color: var(--accent-color);
	font-size: 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.owl-nav > div.owl-prev{
	left: 0;
}
.owl-nav > div.owl-next{
	right: 0;
}
.owl-nav > div:hover{
	background: var(--accent-color);
	color: var(--white);
}
.owl-dots{
	position: absolute;
	bottom: 25px;
	width: 100%;
	text-align: center;
}
.owl-dots .owl-dot{
	width: 12px;
	height: 12px;
	background: var(--white);
	display: inline-block;
	margin: 0 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.owl-dots .owl-dot.active{
	background: var(--accent-color);
}
.archive-box{
	padding-left: 18px;
}
.archive-box h1{
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.archive-box h1::after {
	content: "";
	width: 7px;
	height: 7px;
	background: var(--accent-color);
	margin-left: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
}
/* Page */
.amagaz-page{
	background: var(--white);
	padding: 30px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.05);
	box-shadow: 0 0 5px rgba(0,0,0,0.05);
}
.amagaz-page .page-title {
	font-size: 36px;
	line-height: 39px;
	margin-bottom: 30px;
	font-weight: 600;
}
.page-image{margin-bottom: 30px}
/* Pagination */
.screen-reader-text{
	display: none;
}
.pagination{
	margin: 0;
	text-align: center;
	display: block;
}
.pagination .page-numbers{
	width: 40px;
	height: 40px;
	border: 1px solid var(--border-color);
	line-height: 38px;
	text-align: center;
	color: inherit;
	display: inline-block;
	margin: 0 5px;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current{
	background: var(--accent-color);
	border-color: var(--accent-color);
	color: var(--white);
}
/* -----------------------
	WIDGET HOMEPAGE
------------------------ */
/* Feature Post Area*/
.widget_featured_posts_area{
	margin-bottom: 40px;
}
.featured-posts-slider{
	background: var(--white);
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.featured-posts-slider .item-post {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.featured-posts-slider .item-post .post-content{
	width: 300px;
	text-align: center;
	padding: 30px;
	vertical-align: middle;
}
.featured-posts-slider .item-post .post-image {
	width: calc(100% - 300px);
}
.featured-posts-slider .item-post .post-image img {
	height: 350px;
	object-fit: cover;
}
.post-cat{
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
	margin-bottom: 10px;
}
.post-title{
	font-size: 20px;
	font-weight: 600;
	line-height: inherit;
}
.post-title a{
	color: inherit;
}
.post-title a:hover{
	color: var(--accent-color);
}
.widget_featured_posts_area .post-title{
	margin-bottom: 0;
}
.widget_featured_posts_area .rightpost{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.widget_featured_posts_area .rightpost:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.07) 14%, rgba(0,0,0,0.18) 28%, rgba(0,0,0,0.46) 59%, rgba(0,0,0,0.65) 81%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 14%,rgba(0,0,0,0.18) 28%,rgba(0,0,0,0.46) 59%,rgba(0,0,0,0.65) 81%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 14%,rgba(0,0,0,0.18) 28%,rgba(0,0,0,0.46) 59%,rgba(0,0,0,0.65) 81%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	
}
.widget_featured_posts_area .rightpost .post-content{
	position: absolute;
	width: 100%;
	padding: 26px 28px;
	bottom: 0;
	color: var(--white);
	z-index: 1;
}
.rightpost .post-content .post-cat{
	color: var(--white);
	margin-bottom: 3px;
}
.rightpost .post-content .post-title{
	color: inherit;
	font-size: inherit;
}
.widget_featured_posts_area .post-1{
	height: 200px;
	margin-bottom: 30px;
}
.widget_featured_posts_area .post-2{
	height: 120px;
}
.rightpost .post-cat a{
	color: inherit;
}
.rightpost .post-cat a:hover{
	color: var(--accent-color);
}
/* Block 1 */
.widget-title{
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 1px;
}
.widget-title:after{
	content: "";
	width: 7px;
	height: 7px;
	background: var(--accent-color);
	margin-left: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
}
.section-title{
	font-size: 30px;
	line-height: 36px;
	padding-left: 20px;
}
.section-title:after{
	width: 10px;
	height: 10px;
}
/* Block 2 */
.amagaz-block2{
	margin-bottom: 45px;
}
.amagaz-block2 .block-left .post-info{
	padding: 23px 20px;
}
.amagaz-block2 .block-left .post-title {
	font-size: 24px;
	line-height: 30px;
}
.amagaz-block2 .block-right .item-blog{
	overflow: hidden;
	margin-bottom: 30px;
}
.amagaz-block2 .block-right .item-blog:last-child{
	margin-bottom: 0
}
.amagaz-block2 .block-right .post-image{
	width: 270px;
	float: left;
}
.amagaz-block2 .block-right .post-info{
	overflow: hidden;
	padding: 0px 0 0 30px;
}
.amagaz-block2 .post-title{
	line-height: 28px;
}
.amagaz-block2 .block-right .post-info .post-title{
	font-size: 18px;
}
/* Gallery */
.amaz-gallery .item-gal{
	margin-bottom: 30px;
}
.fancybox-container{
	z-index: 99999;
}
/* Video */
.video-lightbox .item-video{
	margin-bottom: 30px;
}
.video-lightbox .item-video a{
	display: inline-block;
	position: relative;
}
.video-lightbox .item-video a:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.15);
}
.video-lightbox .item-video a:after{
	content: "\f04b";
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	color: var(--white);
	width: 30px;
	height: 30px;
	line-height: 26px;
	border: 2px solid var(--white);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 3;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
    font-weight: 900;
}
.video-lightbox .item-video a:hover:after{
	background: var(--accent-color);
	border-color: var(--accent-color);
}
/* -------------------------
			BLOG
------------------------- */
.post-meta > div{
	display: inline-block;
	font-size: 13px;
	color: var(--meta-color);
}
.author-post .name-ath{
	font-weight: 600;
	text-transform: capitalize;
}
.post-meta .date-post{
	margin-left: 10px;
}
.date-post a{
	color: inherit;
}
.date-post a:hover{
	color: var(--accent-color);
}
.avt-ath{
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	background: var(--border-color);
	overflow: hidden;
}
.item-blog .post-content{
	margin-bottom: 20px;
}
/* Blog grid */
.blog-grid .item-blog {
	margin-bottom: 30px
}
.blog-grid .item-blog:nth-child(3n+1){
	clear: both;
}
.grid-2column .item-blog:nth-child(3n+1){
	clear: none;
}
.grid-2column .item-blog:nth-child(2n+1){
	clear: both;
}
.blog-grid .post-info{
	padding: 20px;
}
.blog-grid .post-title{
	line-height: 28px;
	margin-bottom: 10px;
}
/* Blog stanrd */
.item-standard .post-image{
	margin-bottom: -80px;
}
.item-standard .post-info{
	width: 83%;
	text-align: center;
	background: var(--white);
	padding: 40px 8%;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.05);
	box-shadow: 0 0 5px rgba(0,0,0,0.05);
	margin: 0 auto 0;
	z-index: 1;
	position: relative;
	margin-bottom: 50px;
}
.item-standard .post-title{
	font-size: 30px;
	line-height: 40px;
}
/* Blog list */
.blog-list .item-blog{
	/*overflow: hidden;*/
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed var(--border-color);
}
.blog-list .post-format{
	width: 370px;
	/*float: left;*/
	margin-right: 30px;
}
/* Single Post */
.amagaz-single-v1, .amagaz-single-v2 .single-content{
	background: var(--white);
	padding: 30px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.05);
	box-shadow: 0 0 5px rgba(0,0,0,0.05);
}
.amagaz-single-post .post-title {
	font-size: 36px;
	line-height: 39px;
	margin-bottom: 15px;
}
.amagaz-single-v1 .post-meta{
	margin-bottom: 30px;
}
.amagaz-single-v2 .post-meta{
	margin-bottom: 20px;
}
.amagaz-single-v1 .post-format{
	margin-bottom: 23px;
}
.amagaz-single-v2 .post-format{
	margin-bottom: 30px;
}
.amagaz-single-v2.no-sidebar .post-format{
	margin-bottom: 0;
}
.featured-image.display-none {
	display: none;
}
.post-tags{margin-bottom: 40px;}
.post-tags a {
	font-size: 12px;
	text-transform: uppercase;
	color: var(--meta-color);
	font-weight: 600;
	padding: 5px 15px;
	letter-spacing: 1px;
	border: 1px solid var(--border-color);
	margin-right: 10px;
	border-radius: 3px;
}
.post-social{
	border: 1px solid var(--border-color);
	padding: 10px 30px;
	overflow: hidden;
	margin-bottom: 40px;
}
.post-social span{
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	line-height: 50px;
	width: 110px;
	float: left;
	border-right: 1px solid var(--border-color);
	letter-spacing: 1px;
}
.post-social .social-share{
	overflow: hidden;
	text-align: right;
}
.post-social .social-share a{
	margin: 7px 0px 7px 8px;
	color: var(--accent-color);
	width: 36px;
	height: 36px;
	line-height: 34px;
}
.post-social .social-share a:hover{
	color: var(--white);
}
/* Post about */
.post-about{
	overflow: hidden;
	margin-bottom: 40px;
}
.post-about .ab-img{
	width: 140px;
	height: 140px;
	float: left;
	margin-right: 30px;
	background: var(--border-color);
}
.post-about .ab-info{
	overflow: hidden;
	padding: 15px 0;
}
.ab-info h4{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: inherit;
}
/* Post Relate */
.amagaz-title2, .comment-reply-title{
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
}
.amagaz-title2:after,.comment-reply-title:after{
	content: "";
	width: 7px;
	height: 7px;
	background: var(--accent-color);
	margin-left: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
}
.post-related{
	padding-top: 35px;
	border-top: 1px solid var(--border-color);
}
.post-related .post-title{
	font-size: 13px;
	font-weight: normal;
	line-height: inherit;
	margin: 10px 0 0;
	letter-spacing: 0;
}
.post-related .item-relate{
	margin-bottom: 30px;
}
/* Comment form */
.comment-form textarea, .comment-form .input-form{
	margin-bottom: 30px;
}
.comment-form .form-submit{margin-bottom: 0}
/* Comment list */
ol.comment-list{padding: 0;}
ol.comment-list,ol.comment-list ol.children{
	list-style: none;
}
.comment-body{
	overflow: hidden;
	margin-bottom: 30px;
}
.comment-body .comment-author{
	float: left;
	width: 85px;
	margin-right: 20px;
}
.comment-body .comment-content{
	overflow: hidden;
}
.author-name{
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 0;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
}
.date-comment{display: inline-block;}
.date-comment a{
	font-size: 11px;
	color: var(--meta-color);
}
.comment-content .reply{float: right;font-size: 12px;}
.comment-text p:last-child{margin-bottom: 0;}
/*-------------------------
		WIDGET
-------------------------- */
.widget ul{padding: 0;}
.widget ul ul{
	padding-left: 20px;
}
.widget ul li{
	list-style: none;
	padding: 5px 0;
}
.widget ul li:first-child{
	padding-top: 0;
}
.widget_categories li.cat-item a,
.widget_recent_comments li a,
.widget_archive li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_pages li a,
.widget_nav_menu .menu-item a{
	color: var(--primary-color);
}
.widget_categories li.cat-item a:hover,
.widget_recent_comments li a:hover,
.widget_archive li a:hover,
.widget_meta li a:hover,
.widget_recent_entries li a:hover,
.widget_pages li a:hover,
.widget_nav_menu .menu-item a:hover{
	color: var(--accent-color);
}
/* Latest Post */
.latest-post{
	padding: 0;
	list-style: none;
}
.widget .latest-post li{
	padding-bottom: 20px;
	padding-top: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--border-color);
	overflow: hidden;
}
.widget .latest-post li:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.latest-post .post-image{
	float: left;
	width: 100px;
	margin-right: 15px;
}
.latest-post .post-info{
	overflow: hidden;
}
.latest-post .post-title{
	font-size: 13px;
	margin-bottom: 0;
	font-weight: normal;
}
.date-post-wd{
	color: var(--meta-color);
	font-size: 12px;
}
.date-post-wd:hover {
    color: var(--accent-color);
}
/* Category */
li.cat-item, .widget_archive li{
	text-align: right;
	color: var(--meta-color);
	display: inline-block;
	width: 100%;
}
li.cat-item a, .widget_archive li a{
	float: left;
}
/*  Sidebar */
.sidebar .widget{
	background: var(--white);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.05);
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	margin-bottom: 28px;
	padding: 27px 30px;
}
/* Search */
.searchform{
	display: table;
	width: 100%;
	border: 1px solid var(--border-color);
}
.searchform input[type="text"] {
	display: table-cell;
	width: 100%;
	border: none;
}
.searchform > span {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
}
.searchform button{
	background: none;
	border: none;
	padding: 9px 18px;
	font-size: 16px;
	color: var(--primary-color);
	width: 50px;
	font-size: 13px;
}
.searchform button:hover{
	color: var(--accent-color);
}
/* Tag Cloud */
.tagcloud a{
	display: inline-block;
	border: 1px solid var(--border-color);
	padding: 7px 15px;
	margin: 0 10px 10px 0;
	color: var(--primary-color);
	font-size: 13px!important;
}
.tagcloud a:hover{
	color: var(--white);
	border-color: var(--accent-color);
	background: var(--accent-color);
}
/* Social */
.social-share{text-align: left;}
.social-share a{
	display: inline-block;
	width: 40px;
	height: 40px;
	color: inherit;
	line-height: 38px;
	text-align: center;
	border: 1px solid var(--border-color);
	margin-right: 8px;
	margin-bottom: 8px;
}
.social-share a:hover{
	border-color: var(--accent-color);
	background: var(--accent-color);
	color: var(--white);
}
/* --------------------
		FOOTER
--------------------- */
.site-footer{
	background: var(--primary-color);
	color: var(--meta-color);
}
.site-footer h1, .site-footer h2, .site-footer h3,
.site-footer h4, .site-footer h5, .site-footer h6{
	color: var(--white);
}
.top-footer{
	padding: 45px 0 50px;
	border-bottom: 1px solid #333;
}
.footer-bottom{
	padding: 30px 0;
}
.top-footer .latest-post li{
	border-color: #333;
}
.top-footer .widget_categories li.cat-item a,
.top-footer .widget_recent_comments li a,
.top-footer .widget_archive li a,
.top-footer .widget_meta li a,
.top-footer .widget_recent_entries li a,
.top-footer .widget_pages li a,
.top-footer .widget_nav_menu .menu-item a{
	color: var(--white);
}
.top-footer .widget_categories li.cat-item a:hover,
.top-footer .widget_recent_comments li a:hover,
.top-footer .widget_archive li a:hover,
.top-footer .widget_meta li a:hover,
.top-footer .widget_recent_entries li a:hover,
.top-footer .widget_pages li a:hover,
.top-footer .widget_nav_menu .menu-item a:hover{
	color: var(--accent-color);
}
.text-copyright{
	font-size: 13px;
	padding: 8px 0;
}
/* Social */
.social-ft{text-align: right;}
.social-ft a{
	color: var(--white);
	border-color: #333;
	margin-left: 8px;
	margin-right: 0;
}
/* ------------------------------------ Instagram Feed ---------------------------------------- */
.footer-instagram .aztheme-instagram-feed {
    margin: 0;
}
.aztheme-instagram-feed ul {
    padding: 0;
    margin: 0;
}
#sidebar .aztheme-instagram-feed{
    margin-left: -3px;
    margin-right: -3px;
}
#sidebar .aztheme-instagram-feed li {
	width: 33.3333%;
	padding: 3px;
}
.aztheme-instagram-feed li {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 16.6666%;
}
.aztheme-instagram-feed li a {
	display: block;
	position: relative;
	width: 100%;
}
.aztheme-instagram-feed li a::after {
	display: block;
	content: "";
	padding-top: 100%;
}
.aztheme-instagram-feed li a span {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.aztheme-instagram-feed .author-link{
    margin-bottom: 0;
    text-align: center;
}
@media(min-width: 1200px){
	.container{
		width: 1200px;
		max-width: 1200px;
	}
}
@media(max-width: 1199px){.social-ft a{margin-bottom: 7px;}}
@media(min-width: 992px) and (max-width: 1199px){
	.widget_featured_posts_area .rightpost .post-content{padding: 20px}
	.amagaz-block2 .block-right .post-image{width: 200px}
	.amagaz-block2 .block-right .post-info{padding: 0 0 0 15px;}
	.amagaz-block2 .post-title{line-height: 24px;}
	.post-title{font-size: 16px;}
	.blog-list .post-format{width: 300px}
	.sidebar .widget{padding: 22px 24px}
	.social-share a{margin-right: 5px;margin-bottom: 5px;}
}
@media(max-width: 991px){
	.item-standard .post-title {font-size: 24px;line-height: 30px;}
	.blog-list .post-format{width: 100%;margin-bottom: 20px}
}
@media(min-width: 768px) and (max-width: 991px){
	.blog-grid .post-info{padding: 15px;}
	.item-standard .post-info{width: 87%;padding: 40px 4%}
	.featured-posts-slider{margin-bottom: 30px}
	.amagaz-block2 .post-title{font-size: 16px;line-height: 24px;}
	.blog-grid .post-title{line-height: 24px;}
	.post-title{font-size: 16px;}
	.latest-post .post-image{width: 88px;margin-right: 10px}
	.latest-post .post-title{font-size: 11px;line-height: 20px;}
	.site-footer .container{max-width: 740px;}
	.text-copyright{padding: 0;}
	.sidebar .widget{padding: 20px 18px}
}

@media(max-width: 767px){
	.featured-posts-slider{margin-bottom: 30px}
	.widget_featured_posts_area .post-2 {height: 200px;}
	.top-footer .widget{margin-bottom: 30px;}
	.footer-3 .widget{margin-bottom: 0px;}
}
@media(min-width: 576px) and (max-width: 767px){
	.item-standard .post-info{width: 87%;padding: 30px;}
	.item-standard .post-image{margin-bottom: -50px;}
	.blog-grid .post-title{font-size: 16px;line-height: 24px;}
	.blog-grid .post-info{padding: 15px;}
	.amagaz-block2 .block-right .post-image{width: 235px;}
	.amagaz-block2 .block-right .post-info{padding: 10px 0 0 20px}
	.amagaz-block2 .post-title{font-size: 16px;line-height: 24px;}
	.amagaz-block3 .blog-grid .post-image{float: left;width: 235px}
	.amagaz-block3 .blog-grid .post-info{vertical-align: middle;padding: 0 0 0 15px;}
}
@media(max-width: 575.98px){
	.post-title{font-size: 18px;}
	.section-title {font-size: 26px;line-height: 32px;}
	.item-standard .post-info{width: 100%;padding: 20px;}
	.item-standard .post-image{margin-bottom: 0px;}
	.item-standard .post-title {font-size: 20px;line-height: 25px;}
	.social-ft {text-align: center;}
	.amagaz-block2 .block-right .post-image{width: 100%;float: none;}
    .featured-posts-slider .item-post .post-content, .featured-posts-slider .item-post .post-image {
        width: 100%;
    }
    .featured-posts-slider .item-post .post-image img {
    	height: 270px;
    }
}