/*------------------------------------------------------------------/*
Theme Name: Natalie
Theme URI: https://az-theme.net/downloads/natalie-wordpress-blog-and-shop-theme/
Description: A Responsive Blog & Shop WordPress Theme
Author URI: https://az-theme.net
Author: AZ-Team
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 6.0.8
Text domain: natalie
Last change:  1/22/2019
Tags: blog, portfolio, e-commerce
*/
body {
    background-color: #fff;
    color: #363636;
    font-family: "Lora", sans-serif;
    font-size: 14px;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1.55;
    margin: 0 0 15px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #111;
    letter-spacing: -0.36px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
p {
    margin: 0 0 20px 0;
}
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
a {
    color: #f37e7e;
    text-decoration: none;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    outline: none;
}
a:hover, a:focus {
    color: #f37e7e;
    outline: none;
    text-decoration: none;
}
a:active {
    outline: none;
}
body a img {
    transition: all 0.5s ease;
}
body a img:hover {
    opacity: 0.8;
}
iframe, select {
    max-width: 100%;
}
input {
	max-width: 100%;
	border: 1px solid #ddd;
	height: 50px;
    line-height: 50px;
	padding: 0 15px;
	color: #111;
}
input:focus{
    outline: none
}
input, textarea {
    max-width: 100%;
}
input[type="submit"], button, .button {
	background: #111;
	border: medium none;
	color: #ffffff;
	font-family: Montserrat;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: normal;
	padding: 10px 36px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}
.widget_mc4wp_form_widget input[type="submit"] {
  width: 100%;
}

input[type="submit"]:hover{
    background-color: #f37e7e;
}
.widget ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.widget ul ul{
    padding-left: 15px;
}
.searchform input {
	width: 100%;
}
select {
	height: 50px;
	padding: 0 15px;
	border: 1px solid #eee;
}
.widget select { width: 100%; }
/*-------------------------------*/
/*          WORDPRESS CORE
/*-------------------------------*/
.sticky {}
.screen-reader-text { display: none;}
.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 rgba(0,0,0,0.08);
}
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 #111;
}
label{font-weight: 500;}
dt, dd {
  line-height: inherit;
}
/* ------------------------------------ Top Bar ------------------------------------ */
.topbar {
	border-bottom: 1px solid #ddd;
}
.topbar .topbar-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.topbar .topbar-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 12px;
}
.topbar .topbar-content ul li {
	display: inline-block;
	margin-right: 15px;
	padding: 10px 0;
}
.topbar .topbar-content ul li a {
	color: #111;
}
.social-header a {
	color: #111;
	display: inline-block;
	margin-left: 15px;
    display: inline;
}
.social-header a .text {
    display: none;
}
.az-cart-total {
	position: relative;
	padding-right: 10px;
}
.az-cart-total span {
	position: absolute;
	background: #f37e7e;
	width: 16px;
	height: 16px;
	text-align: center;
	font-size: 10px;
	font-family: "Montserrat", sans-serif;
	top: -5px;
	right: 0px;
	color: #fff;
	border-radius: 50%;
	line-height: 16px;
	letter-spacing: 0;
}
/* ----------------------------- Header -----------------------------------*/
#site-branding {
    padding-bottom: 60px;
    padding-top: 50px;
    text-align: center;
}
#site-branding .site-title {
	margin-bottom: 0;
	line-height: 1;
}
#site-branding .site-logo {
    margin: 0;
    padding: 0;
}
#site-branding .site-logo a, #site-branding .site-title a {
	font-weight: normal;
	font-size: 60px;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 10px;
}
#site-branding .site-description {
	margin: 0;
	color: #999;
}
/* -------------------- Main Menu -------------------- */
.nav-wrapper {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
	position: relative;
}
.nav-wrapper .container {
	position: relative;
}
.az-main-menu{
    font-family: "Montserrat", sans-serif;
}
.main-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.main-menu li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
.az-main-menu > li:first-child{
    margin-left: 0;
}
.main-menu li li {
	position: relative;
	margin: 0;
	display: block;
	padding: 12px 0 12px 15px;
	border-bottom: 1px solid #222;
}
.main-menu li a {
	color: #111;
	font-size: 14px;
	font-weight: 500;
	padding: 20px 0;
	display: block;
}
.main-menu li li a {
	color: #999;
	font-size: 12px;
	text-transform: inherit;
	letter-spacing: 0;
	padding: 0;
}
.main-menu ul ul {
    text-align: left;
	display: none;
	position: absolute;
	min-width: 236px;
	z-index: 10;
	background: #111;
	padding: 0;
}
.main-menu .menu-item-has-children > ul {
	left: -15px;
    top: 100%;
}
.main-menu li .menu-item-has-children > ul {
	left: 100%;
    top: 0;
}
.main-menu .menu-item-has-children > a::after {
	content: "\f107";
	position: absolute;
	right: -15px;
	width: 15px;
	text-align: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	font-size: 12px;
	color: #999;
}
.main-menu li .menu-item-has-children > a::after {
	right: 15px;
}
.main-menu li a:hover {
    color: #f37e7e;
}
.main-menu .menu-item-has-children:hover > ul {
    display: block;
}
/* -------------------- Search Icon -------------------- */
.search-icons {
	position: relative;
	padding: 20px 0;
}
.search-icons a{
    color: #111;
}
.search-icons .searchform {
	position: absolute;
	right: 0;
	top: 100%;
	min-width: 200px;
	display: none;
}
/* -------------------- Moblie Menu -------------------- */
.mobile-nav-icons {
	display: none;
	align-items: center;
	justify-content: space-between;
    position: relative;
}
.az-mobile-menu-buton {
	display: block;
	width: 20px;
	height: 15px;
	position: relative;
}
.az-mobile-menu-buton span {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #111;
	content: "";
}
.az-mobile-menu-buton .line-1 {
	top: 0;
}
.az-mobile-menu-buton .line-2 {
	top: 50%;
	transform: translateY(-50%);
}
.az-mobile-menu-buton .line-3 {
	bottom: 0;
}
/*----- FEATURED SLIDER -----*/
.featured-area {
    margin-bottom: 50px;
    max-height: 600px;
}
.slider .slide-item {
	background-size: cover;
	min-height: 600px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
    margin: 0;
}
.featured-area .slider .slide-item-text {
	background: rgba(255,255,255,0.86);
	width: 50%;
	padding: 45px 35px;
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
.featured-area .post .post-title{
    margin-bottom: 20px;
}
.featured-area .post .readmore {
	display: inline-block;
	color: #fff;
	background: #f37e7e;
	padding: 8px 30px;
}
.post-video.owl-carousel .owl-controls{
    display: none;
}
.owl-carousel .owl-controls {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}
.owl-carousel .owl-controls .owl-dot {
	display: inline-block;
	margin: 0 10px;
}
.owl-carousel .owl-controls .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	padding: 0;
	margin: 0;
	border-radius: 10px;
}
.owl-carousel .owl-controls .owl-dot.active span {
	background: #f37e7e;
}
/*----- POST -----*/
.post {
	margin-bottom: 20px;
}
.az-single-post-content {
    border-bottom: none;
}
.single-post-content {
	border-bottom: none;
	margin-top: 30px;
}
.post .post-content {
	padding: 20px 20px 35px;
}
.blog-list .post {
	overflow: hidden;
	padding-bottom: 50px;
	margin-bottom: 0;
}
.blog-list .post-wrapper {
    overflow: hidden;
}
.blog-list .post-format {
    width: 400px;
    margin-right: 20px;
    float: left;    
}
.post .post-format .post-image,
.post .post-video .post-video-item{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}
.post .post-format .post-image::after,
.post .post-video .post-video-item:after {
	content: "";
	display: block;
	padding-top: 80%;
	width: 100%;
}
.post .post-video .post-video-item .owl-video-wrapper{
    width: 100%;
    position: absolute;
}
.az-blog-standard .post-format .post-video-item:after,
.az-blog-standard .post-format .post-image::after{
    padding-top: 70%;
}
.az-blog .blog-list .post .post-format .post-image::after,
.az-blog .blog-list .post .post-video .post-video-item:after {
	padding-top: 100%;
}
.blog-list .post-content {
   overflow: hidden;
}
.post .slider .slide-item {
	min-height: inherit;
}
.post .slider .owl-controls .owl-dots {
	bottom: 30px;
}
.post .post-cats {
	margin-bottom: 15px;
}
.post-cats a {
	display: inline-block;
}
.post-cats a::after {
	width: 100%;
	content: "";
	height: 1px;
	background: #f37e7e;
	display: block;
    transition: 0.5s;
}
.post-cats a:hover:after{
    width: 0;
}
.post .post-title a, .slide-content .post-title a {
  color: #111;
  text-decoration: none;
}
.az-blog-grid .post .post-title {
	font-size: 22px;
	margin-bottom: 10px;
}
.single-post-content .post-excerpt {
  margin-bottom: 50px;
  margin-top: 20px;
  overflow: hidden;
}
.slide-content .post-title > a {
    color: #fff;
}
.post a:hover, .latest-posts .post .post-meta a:hover {
    color: #f37e7e;
}
.post-meta a {
	margin-right: 10px;
	color: #999;
	font-style: italic;
}
.post .post-meta .post-date,
.post .post-meta .socials,
.slide-content .post-meta .post-date,
.slide-content .post-meta .socials {
    display: inline-block;
    margin: 0;
}
.post .post-meta .post-date {
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}
.post .post-meta .post-date time {
  color: #999;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 3px 7px;
  text-transform: capitalize;
}
.post .post-meta .socials, .slide-content .post-meta .socials {
    list-style: outside none none;
    margin: 0 0 0 15px;
    padding: 0;
}
.post .post-meta .socials li, .slide-content .post-meta .socials li {
    display: inline-block;
    margin-right: 15px;
}
.post .post-meta .socials li a, .slide-content .post-meta .socials li a {
  color: #999;
  font-size: 13px;
  text-decoration: none;
}
.post .post-meta .socials li a:hover{
    color: #f37e7e;
}
.post .post-except {
  margin: 30px 0;
}
.post .link-more {
	color: #111;
	display: inline-block;
	font-style: italic;
	font-size: 15px;
}
.post .link-more:after {
	content: "";
	width: 30px;
	height: 1px;
	background: #f37e7e;
	display: block;
    transition: 0.5s;
}
.post .link-more:hover:after {
    width: 100%;
}
.post .readmore {
    margin-bottom: 0;
}
.post-format {
    text-align: center;
}
/*----- WIDGET -----*/
.widget {
  margin-bottom: 50px;
}
.widget a {
	color: #111;
}
.widget-title {
	border: 1px solid #f37e7e;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.widget > ul {
    padding: 0;
    margin: 0;
}
.widget > ul > li, .widget .menu > li {
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
}
.widget ul .sub-menu {
	padding-top: 10px;
}
.widget .sub-menu li:last-child {
	padding-bottom: 0;
}
.widget a:hover {
    color: #f37e7e;
}
.widget .sub-menu li {
	padding: 10px 0;
	border-top: 1px dashed #ddd;
}
/*----- WIDGET ABOUT ME -----*/
.about-img {
    margin-bottom: 20px;
}
.about-title {
  color: #111;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
.widget_about_me p {
  margin: 0;
  text-align: center;
}
/*----- WIDGET LATEST POSTS -----*/
.widget .latest-posts li {
    padding: 20px 0;
}
.latest-posts .post {
	border: none;
	padding: 0;
	margin: 0;
}
.latest-posts .post .post-format {
	width: 35%;
	margin-right: 15px;
}
.latest-posts .post .post-format .post-image {
	border-radius: 50%;
}
.latest-posts .post .post-format .post-image::after {
	padding-top: 100%;
}
.latest-posts .post .post-content {
	padding: 0;
	margin-top: 5px;
}
.latest-posts .post .post-title {
	font-size: 14px;
	margin-bottom: 5px;
}
.latest-posts .post .post-meta a{
	color: #999;
}
/*--- Single Post ---*/
.az-post-tags {
	margin: 2.5rem 0 3rem 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2.5rem;
}
.single-post-footer .post-time.pull-left {
  padding-right: 0;
}
.post-footer.single-post-footer {
  border: 1px dashed #eeeeee;
  margin-bottom: 50px;
  padding: 15px;
  text-align: center;
}
.single-post-footer .post-time.pull-left {
  border: medium none;
}
.single-post-footer .social-share a {
  background: #999999 none repeat scroll 0 0;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 10px;
  width: 30px;
}
.post-footer > div {
  display: inline;
}
.single-post-footer .social-share a:hover, .social-widget > a:hover {
    background-color: #f37e7e;
    color: #fff;
    border-color: transparent;
}
.post-footer.single-post-footer::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.single-post-next-prev {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #ddd;
	padding: 1.5rem 0.5rem;
	margin: 3rem 0;
}
.meta-nav {
	display: block;
	color: #999;
}
.single-post-next-prev a{
    color: #000;
}
.single-post-next-prev .prev{
    text-align: right;
}
.single-post-next-prev .link-item {
	width: 50%;
	padding: 0 1rem;
}
.single-post-next-prev .next {
	border-right: 1px solid #ddd;
}
/*----- COMMENTS -----*/
#comments .comment-list{
    margin-bottom: 50px;
    padding: 0;
}
#comments ol.comment-list, #comments .comment > ol.children{list-style: none;}
.comment-list .comment-body {
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	padding: 1rem 0;
}
.comment-body .comment-author{
    float: left;
    margin-right: 22px;
}
.comment-body .comment-author img {
	max-width: 90px;
	border-radius: 50%;
}
.comment-body .comment-content{overflow: hidden;}
.comment-body .comment-content .author-name {
	color: #000;
	display: inline-block;
	font-size: 0.75rem;
	letter-spacing: 1px;
	margin-bottom: 0;
	margin-right: 0.75rem;
	text-transform: uppercase;
}
.comment-body .comment-content .author-name a{
  color: inherit;
}
.comment-body .date-comment {
	font-size: 0.8rem;
	color: #999999;
	font-style: italic;
}
.comment-body .date-comment a{
    color: inherit;
}
.comment-body .comment-content .reply{
    float: right;
}
.comment-body .comment-content .reply a {
	background: #eeeeee none repeat scroll 0 0;
	border-radius: 5px;
	color: #111111;
	font-size: 0.8rem;
	font-weight: normal;
	letter-spacing: 0;
	margin-left: 5px;
	padding: 3px 5px;
}
.comment-body .comment-content .reply a:hover{
    text-decoration: none;
}
.comment-body .comment-content .comment-text {
	letter-spacing: 0;
	margin-top: 8px;
}
.comment-body .comment-content .comment-text p {
	margin-bottom: 0;
	color: #666;
}
#commentform .input-form, #commentform .textarea-form {
	border: 1px solid #eeeeee;
	line-height: 50px;
	margin-bottom: 30px;
	padding: 0 15px;
	width: 100%;
}
#commentform .textarea-form {
	line-height: 1.8;
	padding: 1rem;
}
textarea#message {
  min-height: 150px;
}
#comment_submit {
	padding: 0 40px;
}
#cancel-comment-reply-link {
  font-size: 18px;
  margin-left: 15px;
}
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
	border: 1px solid #ddd;
	min-width: 50%;
	padding: 10px 20px;
}
.wpcf7-form-control-wrap {
	margin-bottom: 0px;
	display: block;
}
.wpcf7-form-control-wrap input{
	padding: 0 20px
}
.comment-form-cookies-consent {
	display: table;
}
#wp-comment-cookies-consent {
	line-height: 24px;
	margin: 0;
	height: auto;
	display: table-cell;
}
.comment-form-cookies-consent label {
	margin: 0;
	padding: 0 10px;
	display: table-cell;
}
/* --- Author Box --- */
.content-wrapper {
	position: relative;
	z-index: 1;
}
.az-post-author {
  margin-bottom: 50px;
}
.az-post-author .author-content {
  text-align: left;
}
.az-post-author .author-content .author-title > a {
  color: #111111;
}
.az-post-author .author-content .author-social {
  color: #999;
  margin-right: 10px;
}
.author-content > p {
  margin-bottom: 10px;
}
/* --- Posts related --- */
.post-related, #comments, #respond {
    margin-bottom: 50px;
    text-align: left;
}
.post-related .post-title {
  margin: 10px 0 0;
  text-align: center;
}
.post-related time {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.post-related .like-post {
  text-align: center;
}

/* -- Page -- */
.az-page .post-title.page-title {
  font-size: 20px;
  margin: 25px 0;
}
.az-page {
  background: #ffffff none repeat scroll 0 0;
  overflow: hidden;
}
.az-page-thumbnail {
  margin-bottom: 20px;
}
.az-single-portfolio-inner {
	max-width: 870px;
	margin: 0 auto;
}
.single-page-content .post-content {
    padding: 0;
}
/* ----- ARCHIVE BOX -----*/
.archive-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  margin-bottom: 60px;
  min-height: 250px;
  position: relative;
}

.archive-box .bg-overlay {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.archive-box .content-text {
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: Montserrat;
  left: 50%;
  padding: 10px 30px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 2;
}
.archive-box .content-text span, .archive-box .content-text h4 {
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0;
}
/*------------------------------------ Page: Search ------------------------------------*/
.search-header {
	border-bottom: 3px dashed #ddd;
	margin-bottom: 35px;
}
.search-header span, .search-header h4 {
	display: inline-block;
	font-size: 36px;
}
.search-header span{
	color: #999;
}
.az-search-content .blog-list article {
	padding: 0 0 30px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 35px;
}
.az-search-content article .post-title a{
    color: inherit;
}
.az-search-content article .post-title a:hover{
    color: #f37e7e;
}
.az-search-content .post .post-content{
    padding: 0;   
}
.az-search-content .post .post-except {
	margin: 0;
}
.search .search-page-inner {
	background: #f9f9f9;
	padding: 60px;
	margin-bottom: 60px;
}
.search .search-page-inner .natalie-pagination{
    margin-bottom: 0;
}
/*--- TAGCLOUD ---*/
.tagcloud a, .az-post-tags a {
	border: 1px solid #ddd;
	display: inline-block;
	font-size: 1rem !important;
	font-style: italic;
	margin: 0 8px 8px 0;
	padding: 0.2rem 0.875rem;
	text-align: center;
	color: #000;
	border-radius: 5px;
}
/*--- ABOUT WIDGET ---*/
.widget_about_me .about-widget {
  text-align: center;
}
.widget_mc4wp_form_widget {
    text-align: center;
}
.widget_mc4wp_form_widget .mc4wp-form {
    background: #f5f5f5;
    padding: 20px;
}
.widget_mc4wp_form_widget input[type="email"] {
	line-height: 35px;
	padding: 0 5px;
	border: 1px solid #ddd;
	width: 100%;
	text-align: center;
}
/*--- Mailchimp widget ---*/
.widget_mc4wp_form_widget .mc4wp-form label {
  font-style: italic;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
}

.widget_mc4wp_form_widget .mc-submit {
    margin: 0;
}
/* --- CATEGORIES IMAGES WIDGET --- */
.natalie-categories-image .category-item {
	margin-bottom: 30px;
	position: relative;
	min-height: 125px;
	background-size: cover;
	background-position: center;
	background-color: #f0f0f0;
}
.natalie-categories-image .category-item a {
	background: #fff none repeat scroll 0 0;
	color: #111;
	font-style: italic;
	font-size: 15px;
	left: 50%;
	min-width: 120px;
	padding: 8px 15px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
.natalie-categories-image .category-item a:hover {
    color: #fff; background-color: #f37e7e;
}
/* --- Search Widget --- */
.widget_search{
	background: #fff2dd;
	padding: 25px;
}
.widget_search .searchform input {
	width: 100%;
	border: 1px solid #000;
}
/* --- Instagram Feed --- */
.aztheme-instagram-feed ul {
	margin: 0;
	padding: 0;
	list-style: none;
    margin: 0 -3px;
}
.aztheme-instagram-feed ul li {
	display: inline-block;
	padding: 3px;
	margin: 0;
    float: left;
	border: none;
    width: 33.3333%;
}
.aztheme-instagram-feed .author-link {
	margin: 10px 0 0;
	text-align: center;
}
.instagram-footer .aztheme-instagram-feed{
    margin: 0;
}
.instagram-footer ul li{
    padding: 0;
    width: 16.66666%;
}
/*----- FOOTER -----*/
#footer {
	color: #fff;
	margin-top: 30px;
	overflow: hidden;
	text-align: center;
	background: #111;
}
.instagram-footer .aztheme-instagram-feed .widget-title,
.instagram-footer .aztheme-instagram-feed .author-link {
  display: none;
}
.copyright > p {
  margin: 0;
}
.social-footer {
	display: flex;
	padding: 50px 0;
	border-bottom: 1px solid #222;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.social-footer a {
	color: #fff;
}
.social-footer a:hover {
    color: #f37e7e;
}
.social-footer a i {
	border: 1px solid;
	border-radius: 50%;
	font-size: 16px;
	height: 40px;
	letter-spacing: 0;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
.social-footer a span {
	display: block;
	margin-top: 5px;
}
.copyright {
	padding: 50px 15px;
}
.az-blog-grid {
  margin: 0 -15px;
  overflow: hidden;
}
.az-blog-grid .post {
  float: left;
  padding: 0 15px;
}

.az-blog-grid .slider .slide-item {
    min-height: inherit;
}
.az-blog-grid .slider .owl-controls .owl-dots {
    bottom: 20px;
}
/** Blog Grid 2 columns */
.az-blog-grid2columns .post:nth-child(2n+1) {
  clear: both;
}

.az-blog-grid2columns .post {
  width: 50%;
}
/** Blog Grid 3 columns */
.az-blog-grid3columns .post:nth-child(3n+1) {
  clear: both;
}

.az-blog-grid3columns .post {
  width: 33.3333%;
}
/** PromoBox */
.az-promo-box {
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
}

.az-promo-box .az-probox-item {
  background-size: cover;
  margin-bottom: 50px;
  min-height: 247px;
  position: relative;
  text-align: center;
}
.az-promo-box .az-probox-item .az-item-link {
	background: #ffffff none repeat scroll 0 0;
	color: #111;
	font-style: italic;
	font-size: 15px;
	left: 50%;
	line-height: normal;
	min-width: 150px;
	padding: 13px 30px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	z-index: 5;
}
.az-promo-box .az-probox-item .az-item-link:hover {
	background-color: #f37e7e;
    color: #fff;
}
.az-probox-item .bgoverlay {
  background: #333 none repeat scroll 0 0;
  height: 100%;
  opacity: 0.2;
  position: absolute;
  width: 100%;
}
.az-probox-item::after {
  border: 1px solid #ffffff;
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0.5;
  position: absolute;
  right: 20px;
  top: 20px;
}

/* ----- PAGINATION -----*/
.natalie-pagination {
  margin: 20px 0 80px;
  overflow: hidden;
  text-align: center;
}
.natalie-pagination .nav-links {
    display: block;
    width: 100%;
}
.natalie-pagination .page-numbers {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  color: #111;
  display: inline-block;
  font-family: inherit;
  height: 50px;
  line-height: 50px;
  margin: 0 3px;
  padding: 0;
  text-align: center;
  width: 50px;
}
.natalie-pagination .page-numbers:hover, .natalie-pagination .page-numbers.current {
    background-color: #f37e7e;
    color: #fff;
    border-color: transparent;
}

/* -------------- Single Post: Related Posts -----------------------------*/
.az-single-related-posts {
	background: #f5f5f5;
	padding: 2rem 2rem 0;
	margin: 3rem 0;
	border-radius: 5px;
}
.az-single-related-posts .post .post-content{
    padding-bottom: 0;
}
.az-single-related-posts .post-related-title,
#reply-title,
.upsells.products > h2,
.related.products > h2,
.woocommerce-Tabs-panel > h2,
#comments > h2 {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 20px;
}
.az-single-related-posts .post {
	margin-bottom: 12px;
	border: none;
}
.az-single-related-posts .post .post-title {
	font-size: 18px;
}

/* -------------------------------- Portfolio ------------------------------------*/
.nav-portfolio {
	padding: 21px 0 20px;
	margin: 70px 0px 50px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.nav-portfolio a {
	color: #111;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.az-single-portfolio-inner .post-title a {
	color: inherit;
}
/* ---------- WOO ---------- */
#primary {
	margin-bottom: 36px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-size: 12px;
	line-height: 50px;
	padding: 0 36px;
	font-weight: 500;
	border-radius: 0;
	height: 50px;
	color: #fff;
	letter-spacing: 2px;
	border: 0;
	background: #111;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #f37e7e;
	color: #fff;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	font-size: 16px;
	color: #111;
	padding-left: 20px;
	font-weight: 500;
}
.woocommerce ul.products li.product .price {
	color: #111;
	padding-left: 20px;
}
.woocommerce .star-rating {
	color: #f37e7e;
}
.woocommerce ul.products li.product .star-rating {
	padding-left: 20px;
	width: 100%;
}
.woocommerce .star-rating::before, .woocommerce .star-rating span {
	left: 20px;
}
.single-product.woocommerce .star-rating::before, .single-product.woocommerce .star-rating span {
    left: 0;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #f37e7e;
	color: #fff;
}
.woocommerce div.product .woocommerce-tabs .panel {
	padding: 0 0 30px 0;
}
.woocommerce ul.products li.product .button {
	font-weight: 500;
	font-size: 12px;
	background: none;
	padding: 0 0 0 20px;
	margin: 0;
	text-align: left;
	line-height: 1.5;
	color: #f37e7e;
}
.woocommerce ul.products li.product .button::before {
	content: "+";
	padding-right: 5px;
	color: #f37e7e;
	font-size: 15px;
}
.woocommerce ul.products li.product .button::before {
	content: "+";
	padding-right: 5px;
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
	background-color: #f37e7e;
	text-align: center;
	font-size: 15px;
	padding: 0;
	font-weight: normal;
	font-style: italic;
}
.woocommerce .quantity .qty {
	width: 50px;
	padding: 5px;
}
.sku_wrapper span {
	display: block;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	color: #111;
	height: 50px;
	line-height: 50px;
	font-weight: 400;
	padding: 0;
	width: 50px;
}
.woocommerce div.product div.images .flex-control-thumbs {
	margin: 0px -5px;
	padding-top: 5px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 5px;
	width: 20%;
}
.woocommerce div.product form.cart .button {
	line-height: 50px;
	padding: 0 20px;
	font-weight: 500;
    font-size: 12px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #111;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #111;
}
#coupon_code {
	width: 120px;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	padding: 0 36px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	font-size: 12px;
	padding: 0 36px;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	border: 1px solid #eee;
	padding: 0 2px;
	text-align: center;
}
.woocommerce form .form-row textarea {
	height: 150px;
	line-height: 1.5;
	padding: 15px 20px;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #ddd;
	border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #111;
	line-height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
}
.select2-container .select2-selection--single {
	height: 50px;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	border: 1px solid #ddd;
}
.woocommerce form .form-row .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label {
	line-height: 30px;
}
.woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label .woocommerce-form__input {
	height: inherit;
	position: relative;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	max-width: 100%;
	padding: 0;
}
.woocommerce form .form-row {
	width: 100%;
}
.woocommerce form .form-row label {
	display: block;
	width: 100%;
}
.woocommerce form .form-row .woocommerce-input-wrapper {
	width: 100%;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	color: #fff;
}
.add-menu {
	display: block;
	padding: 1rem 0;
	text-align: center;
}
/* ---------------------------------------- Responsive ------------------------------------------*/
@media(min-width: 768px){
    .main-menu {
	   display: flex!important
    }
}
@media(min-width:768px) and (max-width:991.98px){
    .az-blog-grid .post{
        width:50%
    }
    .az-blog-grid .post:nth-child(2n+1) {
      clear: both;
    }
    .az-blog-grid3columns .post:nth-child(3n+1) {
      clear: none;
    }
}
@media (max-width: 767.98px) {
    .main-menu .search-icons {
        display: none;
    }
    .mobile-nav-icons{
        display: flex;
    } 
    .topbar, .social-footer a .text {
        display: none;
    }
    .mobile-nav {
        display: block;
    }
    .az-blog-grid .post{
        width:100%
    }
    .featured-area .slider .slide-item-text {
    	width: 70%;
    	padding: 30px;
    }
    .featured-area {
    	max-height: 400px;
    }
    .slider .slide-item {
    	min-height: 400px;
    }
    .blog-list .post-info {
        clear: both;
        padding: 20px 0 0;
    }
    .slider .slide-item-text {
    	padding: 35px;
    }
    .main-menu {
    	display: none;
    	position: absolute;
    	top: calc(100% + 1px);
    	background: #fff;
    	z-index: 2;
    	width: calc(100% - 30px);
    	box-shadow: 0 0 20px rgba(0,0,0,0.1);
    	left: 15px;
    }
    .main-menu ul {
    	text-align: left;
    }
    .main-menu li {
    	display: block;
    	margin: 0;
    }
    .main-menu li a {
    	padding: 5px 15px;
    }
    .main-menu .menu-item-has-children > a::after {
    	right: 15px;
    }
    .main-menu .menu-item-has-children > ul, .main-menu li .menu-item-has-children > ul {
    	left: inherit;
    	top: inherit;
    }
    .main-menu ul ul {
    	position: relative;
    	background: none;
    }
    .main-menu li li {
    	position: relative;
    	margin: 0;
    	display: block;
    	padding: 5px 20px;
    	border-bottom: none;
    }
    .main-menu li li a {
    	color: #111;
    }
    .search-icons {
    	position: relative;
    	padding: 10px 0;
    }
}
@media (max-width: 575.98px) {
    .featured-area {
        margin-bottom: 35px;
    }
    .featured-area .slider .slide-item-text {
    	width: 80%;
    	padding: 30px;
    }
    .slider .slide-item{
        min-height: 350px;
    }
    .owl-carousel .owl-controls {
    	bottom: 20px;
    }
    .single-post-next-prev {
    	display: block;
    }
    .single-post-next-prev .link-item {
    	width: 100%;
        text-align: center;
    }
    .single-post-next-prev .next {
    	border-right: none;
    	padding-bottom: 1rem;
    	border-bottom: 1px solid #ddd;
    	margin-bottom: 1rem;
    }
    .social-header a {
    	margin-left: 10px;
    }
}