/*------------------------------------------------------------------/*
Theme Name: Sarah
Theme URI: https://az-theme.net/downloads/sarah-premium-wordpress-theme/
Description: Premium WordPress Theme
Author URI: 
Author: AZ-Theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 5.2
Text domain: sarah
Tags: blog, portfolio, e-commerce
Tested up to: 6.3
Requires PHP: 7.0
Sarah WordPress Theme, (C) 2022 AZ-Theme.Net
Sarah is distributed under the terms of the GNU GPL.
*/
:root {
    --primary-color: #282828;
    --second-color: #444;
    --meta-color: #999;
    --border-color: #eee;
    --accent-color: #f37e7e;
    --heading-font: "Jost", sans-serif;
}
body {
    color: var(--body-color);
    font-family: "Jost", sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    background: #f5f5f5;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: var(--primary-color);
}
img, input, textarea {
    max-width: 100%;
}
img {
    display: inline-block;
    vertical-align: middle;
    height: auto;
}
a, a:hover {
    color: var(--accent-color);
    outline: none;
    text-decoration: none;
    transition: 0.5s;
}
iframe, select {
    max-width: 100%;
}
.btn {
	padding: .5rem 1.375rem;
    border-radius: 3px;
}
.btn-primary, input[type="submit"] {
	color: #fff;
	background-color: var(--accent-color);
	box-shadow: none;
	border: none;
	line-height: 2.5;
	padding: 4px 30px;
	border-radius: 3px;
}
.btn-outline-primary {
	color: var(--accent-color);
	border-color: var(--accent-color);
	line-height: 2.5;
	padding: 3px 30px;
}
.btn-primary:hover {
	color: #fff;
	background-color: var(--accent-color);
	border-color: var(--accent-color);
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: var(--accent-color);
	border-color: var(--accent-color);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: var(--accent-color);
	border-color: var(--accent-color);
	box-shadow: none;
}
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}
.widget_mc4wp_form_widget input {
	width: 100%;
	text-align: center;
}
.widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.widget ul ul{
    padding-left: 15px;
}
.searchform input {
	line-height: 35px;
	padding: 5px 10px;
	width: 100%;
	border-radius: 3px;
	background: #f5f5f5;
}
.widget select {
    width: 100%;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="phone"], input[type="tel"], textarea {
	transition: .36s;
	border: 1px solid var(--border-color);
	line-height: 2;
	border-radius: 3px;
	background: #f9f9f9;
	padding: 6px 10px;
	color: var(--second-color);
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="phone"]:focus, input[type="tel"]:focus, textarea:focus {
	outline: none;
	border-color: var(--accent-color);
	box-shadow: 0 0px 3px rgba(0,0,0,0.2);
}
/*-------------------------------*/
/*          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{
    border-collapse: collapse;
}
table, th, td {
    border: 1px solid var(--border-color);
}
th, td{
    padding: 5px 10px;
}
blockquote {
	padding: 1rem;
	background: #f5f5f5;
	border-radius: 3px;
}
/** Site Branding ------------------------------------------------------------------------------*/
.site-header {
	position: relative;
	z-index: 10;
	margin-bottom: 50px;
	box-shadow: 0 0px 2px rgba(0,0,0,0.05);
	background: #fff;
}
.elementor-template-full-width .site-header{
    margin-bottom: 0;
}
.elementor-template-full-width .site-footer{
    margin-top: 0;
}
.site-header.header-v1 .site-branding {
	display: block;
	padding: 50px 0;
	text-align: center;
}
.site-branding .site-logo a {
	display: inline-block;
}
.site-branding .site-title {
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 4.5rem;
	line-height: 1;
	margin: 0;
	font-weight: 300;
    color: var(--primary-color);
}
.site-branding .site-title a {
    color: inherit;
}
.site-branding .site-description {
	margin: 0;
	color: var(--meta-color);
}
.header-v2 .site-branding .site-title {
	font-size: 2rem;
}
/** Navigation Menu -------------------------------------------------------------------------------- */
#nav-wrapper {
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}
.primary-menu, .primary-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.primary-menu li a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.875rem;
    color: var(--second-color);
}
.primary-menu li li a {
	font-size: 0.9rem;
}
.primary-menu li.current_page_item > a, .primary-menu li a:hover, .primary-menu li.active > a {
    color: var(--accent-color);
}
.primary-menu li:focus-within > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
#nav-wrapper .add-menu {
	text-align: center;
	display: block;
	padding: 20px 0;
}
/** Navigation Menu: Toggle Menu ------------------------------------------------------------------- */
.toggle-menu-wrap, .toggle-menu-wrap .menu-bar-text{
	display: none;
}
.toggle-menu {
	position: relative;
	width: 25px;
	cursor: pointer;
	border: none;
	outline: none;
	height: 50px;
}
.toggle-menu span {
	width: 100%;
	height: 2px;
	background: var(--primary-color);
	border-radius: 3px;
	transition: all 0.3s linear;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
    left: 0;
}
.toggle-menu span.line.line-1 {
	top: calc( 50% - 8px );
}
.toggle-menu span.line.line-3 {
	top: calc( 50% + 8px );
}
.toggle-menu.on span.line-3 {
	transform: rotate(45deg);
}
.toggle-menu.on span.line-3 {
	transform: rotate(45deg);
    top: 50%;
}
.toggle-menu.on span.line-2 {
	display: none;
}
.toggle-menu.on span.line-1 {
	transform: rotate(-45deg);
    top: 50%;
}
.site-header .header-style1 .toggle-menu {
    display: block;
}
/*------------------------------- Site Header V2 --------------------------------*/
.site-header.header-v2 {
	padding: 0 25px;
	border-bottom: 1px solid var(--border-color);
}
.header-v2 .header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
    position: relative;
}
.header-v2 .site-branding{
    width: 130px;
}
.header-v2 .site-logo {
	text-align: left;
}
.header-v2 .site-logo h1, .header-v2 .site-logo h2 {
    margin: 0;
}
.header-v2 .site-logo h1 a, .header-v2 .site-logo h2 a {
	display: flex;
	align-items: center;
}
.header-v2 .header-right {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: right;
}
.social-media a {
	margin: 0;
	color: var(--primary-color);
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid var(--border-color);
	text-align: center;
	line-height: 30px;
	border-radius: 100px;
	font-size: 12px;
}
.social-media a:hover {
    background: var(--accent-color);
    border-color: transparent;
    color: var(--primary-color);
}
.site-header.header-v2 .topbar-right {
	display: flex;
	justify-content: right;
}
/* ----------------------------- Top Bar ------------------------------- */
.topbar {
	border-bottom: 1px solid var(--border-color);
	font-size: 0.9rem;
}
.topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.topbar-inner.center{
    justify-content: center;
}
.topbar-inner a {
	color: var(--second-color);
	display: inline-block;
}
.topbar-menu li a:hover{
    color: var(--accent-color);
}

.nav-inner .social-media {
	display: none;
}
.site-header .social-media a span{
    display: none;
}
.topbar-inner.center .social-media a {
	margin: 0 5px;
}
.topbar-menu {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}
.topbar-menu li {
	margin-right: 15px;
}
.topbar-inner.center .topbar-menu li{
    margin: 0 8px;
}
.topbar-menu li a{
    padding: 10px 0;
}
.topbar-right {
	display: flex;
	flex-wrap: wrap;
}
.topbar-right .sarah-mini-cart {
	margin-left: 10px;
	display: flex;
	align-items: center;
	color: var(--primary-color);
}
.topbar-right .sarah-mini-cart i {
	font-size: 1rem;
}
.topbar-right .sarah-mini-cart .number {
	width: 18px;
	height: 18px;
	background: var(--accent-color);
	display: inline-block;
	border-radius: 100%;
	text-align: center;
	line-height: 18px;
	font-size: 0.75rem;
	color: #fff;
}
.topbar-right .searchform {
	margin-left: 10px;
}
.topbar-right .searchform .text {
	line-height: 18px;
	border-radius: 50px;
}
/* ----------------------------- Navigation - Mobile Toggle ------------------------------- */
.mobile-toggle {
	display: none;
	width: 24px;
	height: 16px;
	position: relative;
}
.mobile-toggle span {
	height: 1px;
	width: 100%;
	background: var(--primary-color);
	position: absolute;
	left: 0;
}
.mobile-toggle .line-1 {
	top: 0;
}
.mobile-toggle .line-2 {
	top: 50%;
	transform: translateY(-50%);
}
.mobile-toggle .line-3 {
	bottom: 0;
}
/*------------------------------ Featured Posts Slider -------------------------------------*/
.featured-area {
	overflow: hidden;
	margin-bottom: 50px;
}
.slider .slide-item {
	background-size: cover;
	min-height: 680px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	padding: 0;
}
.slider .slide-item::after {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	background: rgba(0,0,0,0.15);
	left: 0;
	top: 0;
}
.slider .slide-item-text {
	background: rgba(255,255,255,0.9);
	border-radius: 3px;
	max-width: 600px;
	overflow: hidden;
	padding: 50px 50px 60px;
	position: absolute;
	text-align: center;
	z-index: 2;
}
.slider .slide-item-text .post-title {
	margin: 0px 0 25px;
}
.owl-carousel .owl-dots {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
}
.owl-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #fff;
	margin: 0 10px;
    border-radius: 100%;
}
.owl-carousel .owl-dots .owl-dot.active {
    background: var(--accent-color);
}
.owl-carousel .owl-nav > div{
	display: inline-block;
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	margin: 0 2px;
	font-size: 18px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.owl-carousel .owl-nav > div.owl-prev{
	right: 75px;
}
.owl-carousel .owl-nav > div.owl-next{
	right: 30px;
}
.owl-carousel.owl-nav > div:hover{
	background-color: var(--accent-color);
}
.owl-carousel .post .readmore {
	margin: 0;
}
/* ------------------------------------------- Blog ----------------------------------- */
.sarah-blog-inner {
	display: flex;
	margin-bottom: 2.5rem;
}
.sarah-blog {
	width: calc(100% - 300px);
}
.sarah-blog.no-sidebar {
	width: 100%;
}
.sarah-blog.blog-3cols-grid {
	width: 100%;
}
.sarah-sidebar {
	width: 350px;
	padding-left: 30px;
    max-width: 100%;
}
.blog-1st-fullpost-list .post-wrapper, .blog-list .post-wrapper {
	display: flex;
	align-items: center;
}
.blog-1st-fullpost-list .post .post-content, .blog-list .post .post-content {
	padding-left: 20px;
}
.blog-1st-fullpost-list .post.has-post-thumbnail .featured-image,
.blog-1st-fullpost-list .post.has-post-thumbnail .post-content,
.blog-list .post.has-post-thumbnail .featured-image,
.blog-list .post.has-post-thumbnail .post-content {
	width: 50%;
}
.blog-1st-fullpost-list .row .col-lg-12:first-child .post-wrapper{
    display: block;
}
.blog-1st-fullpost-list .row .col-lg-12:first-child .featured-image,
.blog-1st-fullpost-list .row .col-lg-12:first-child .post-content{
    width: 100%;
}
.blog-1st-fullpost-list .row .col-lg-12:first-child .post-content{
    padding: 0;
}
.blog-1st-fullpost-list .row .col-lg-12:first-child .featured-image {
	margin-bottom: 20px;
}
/* ------------------------------------------- Post ----------------------------------- */
.post {
	border-radius: 3px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.06);
	background: #fff;
	margin-bottom: 50px;
	padding: 20px;
}
.post .featured-image {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
.blog-1st-fullpost-list .post-large .post-wrapper {
    display: block;
}
.blog-1st-fullpost-list .post-large .post-wrapper .featured-image,
.blog-1st-fullpost-list .post-large .post-wrapper .post-content {
	width: 100%;
}
.blog-1st-fullpost-list .post-large .post-wrapper .post-content {
    padding: 0;
}
.post .post-content.single-post-content {
	width: 100%;
	padding-bottom: 0;
}
.page.post .post-content {
	padding-top: 0;
	width: 100%;
}
.post-content-inner {
	margin-top: 1.5rem;
}
.post .post-cats {
    margin-bottom: 10px;
}
.post .post-cats .sep {
	color: var(--meta-color);
	font-size: 0.8rem;
	margin: 0 5px 0 3px;
}
.post-cats > a {
    color: var(--accent-color);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.post .post-title {
	margin: 0px 0 10px;
	position: relative;
}
.post.post-small .post-title {
	font-size: 1.5rem;
}
.search-inner .post .post-title, .search-inner .post .post-excerpt{
    text-align: left;
}
.search-no-results .search-inner {
	width: 100%;
	background: #fff;
	padding: 20px 20px 25px;
	box-shadow: 0 0 2px rgba(0,0,0,0.06);
}
.az-blog-grid .post .post-title, .blog-list .post-title {
    margin-bottom: 10px;
}
.post .post-title a {
    color: inherit;
}
.single-post-content .post-excerpt {
    margin-bottom: 50px;
    margin-top: 20px;
    overflow: hidden;
}
.page .single-post-content .post-excerpt {
    margin-bottom: 0;
}
.post .post-title a:hover, .post-meta a{
    color: var(--accent-color);
}
.post-meta {
	font-size: 0.875rem;
}
.post-meta .social-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid var(--accent-color);
	text-align: center;
	border-radius: 100%;
	color: var(--accent-color);
	font-size: 12px;
}
.post-meta .social-icon:hover{
    background: var(--accent-color);
    color: #fff;
    border-color: transparent;
}
.post .post-content.single-post-content .post-meta::after {
	content: "";
	width: 100px;
	height: 2px;
	display: block;
	background: var(--accent-color);
	margin: 25px 0 40px;
}
.post-meta a {
	margin: 0 10px 0 0;
}
.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;
}
.post .post-meta .post-date time {
  color: var(--accent-color);
  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: var(--accent-color);
  font-size: 0.875rem;
  text-decoration: none;
}
.post .post-meta .socials li a:hover{
    color: var(--accent-color);
}
.post .post-excerpt {
	margin: 1rem 0;
}
.blog-list .post .post-excerpt, .blog-1st-fullpost-list .post .post-excerpt  {
	margin-bottom: 0;
}
.post .readmore {
	margin: 0;
}
/*----------------------------------- Widgets ------------------------------*/
.sr-sidebar .widget {
	background: #fff;
	padding: 20px;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0,0,0,0.06);
	margin-bottom: 50px;
    overflow: hidden;
}
.sr-sidebar .widget:last-child {
	margin-bottom: 0;
}
.sr-sidebar .widget-title {
	font-size: 0.9rem;
	letter-spacing: 1px;
	margin-bottom: 30px;
	position: relative;
	text-transform: uppercase;
	overflow: hidden;
}
.sr-sidebar.style-1 .widget-title {
	border: 1px solid var(--accent-color);
	padding-bottom: 15px;
	padding-top: 15px;
	border-radius: 3px;
}
.widget > ul {
    padding: 0;
    margin: 0;
}
.sr-sidebar .widget-title {
    text-align: center;
}
.sr-sidebar .widget a {
    color: var(--primary-color);
}
.sr-sidebar.style-1 .widget-title span {
	padding: 0 15px;
}
/*----------------------------------- Sidebar style 2 ------------------------------*/
.sr-sidebar.style-2 .widget-title span {
    position: relative;
    padding: 0 15px;
}
.sr-sidebar.style-2.left .widget-title span {
    padding-left: 0;
}
.sr-sidebar.style-2.right .widget-title span {
    padding-right: 0;
}
.sr-sidebar.style-2 .widget-title span:before, .sr-sidebar.style-2 .widget-title span:after{
    content: "";
    height: 1px;
    width: 1000px;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    background: var(--accent-color);
}
.sr-sidebar.style-2 .widget-title span:before {
    right: 100%;
    left: auto;
}
.sr-sidebar.style-2 .widget-title span:after {
    left: 100%;
    right: auto;
}
/*----------------------------------- Sidebar style 3 ------------------------------*/
.sr-sidebar.style-3 .widget-title {
	background: var(--accent-color);
	color: #fff;
	padding: 13px 0;
	border-radius: 3px;
}
.sr-sidebar.style-3 .widget-title span {
	padding: 0 15px;
}
/*----------------------------------- Sidebar style 4 ------------------------------*/
.sr-sidebar.style-4 .widget-title {
	border-bottom: 2px solid var(--border-color);
	position: relative;
	padding-bottom: 10px;
}
.sr-sidebar.style-4 .widget-title::after {
	content: "";
	height: 2px;
	width: 30px;
	position: absolute;
	background: var(--accent-color);
	bottom: -2px;
}
.sr-sidebar.style-4.sr-align-left .widget-title::after {
	left: 0;
}
.sr-sidebar.style-4.sr-align-center .widget-title::after {
	left: 50%;
    transform: translatex(-50%);
}
.sr-sidebar.style-4.sr-align-right .widget-title::after {
	right: 0;
}
/*----------------------------------- Sidebar style 5 ------------------------------*/
.sr-sidebar.style-5 .widget-title {
	border-bottom: 2px solid var(--accent-color);
	padding-bottom: 0;
}
.sr-sidebar.style-5 .widget-title span {
	background: var(--accent-color);
	padding: 9px 14px 8px 15px;
	display: inline-block;
	color: #fff;
}
/*----- WIDGET ABOUT ME -----*/
.about-img {
    margin-bottom: 20px;
}
.about-title {
	font-size: 0.9rem;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}
.widget_about_me p {
  margin: 0;
  text-align: center;
}
.about-me-read-more.text-center {
	padding: 20px 0 10px;
}
.sr-sidebar .widget_about_me .read-more-link {
	border-radius: 3px;
	border: 1px solid var(--primary-color);
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	color: var(--primary-color);
	font-size: 12px;
	letter-spacing: 2px;
}
.sr-sidebar .widget_about_me .read-more-link:hover {
	background: var(--primary-color);
	color: #fff;
}
/*----- WIDGET SOCIALS -----*/
.social-widget {
    text-align: center;
}
.social-widget > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid var(--border-color);
  border-radius: 30px;
  color: var(--meta-color);
  display: inline-block;
  font-size: 0.875rem;
  height: 30px;
  line-height: 30px;
  margin: 0 5px 10px;
  text-align: center;
  width: 30px;
}
.social-widget > a:last-child {
    margin-right: 0;
}
/*----- WIDGET LATEST POSTS -----*/
.latest-post li, .widget_categories ul li {
  border-bottom: 1px dashed var(--border-color);
  display: inline-block;
  line-height: 45px;
  width: 100%;
}
.latest-post li:last-child, .widget_categories li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.latest-post li .post-image {
  float: left;
  margin-right: 15px;
}
.latest-post li .post-image img {
	border-radius: 50%;
	max-width: 100px;
}
.latest-post li .post-item-text{
	overflow: hidden;
}
.latest-post .post-item-text h4 {
	line-height: 20px;
	margin-bottom: 0;
	font-size: 1rem;
	margin-top: 10px;
}
.latest-post .post-item-text h4 a {
  color: var(--primary-color);
}
.latest-post .post-item-text h4 a:hover{
	color: var(--accent-color);
}
.latest-post .post-item-text .post-meta, .post-meta a {
	color: var(--meta-color);
	line-height: normal;
}
.latest-post .post-item-text .post-meta {
	margin: 0;
	padding: 0;
}
.latest-post .post-item-text .post-meta:hover {
    color: var(--accent-color);
}
/*--- Single Post ---*/
.az-post-tags {
	margin: 2.5rem 0;
}
.single-post-footer .post-time.pull-left {
  padding-right: 0;
}
.post-footer.single-post-footer {
  border: 1px dashed var(--border-color);
  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: var(--accent-color);
  border-radius: 30px;
  color: #fff;
  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: var(--accent-color);
    color: #fff;
    border-color: transparent;
}
.post-footer.single-post-footer::before {
  background: rgba(0, 0, 0, 0);
}
/*----- 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 var(--border-color);
    padding: 25px 25px 25px 0;
    min-height: 150px;
    display: block;
}
.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: var(--primary-color);
	display: inline-block;
	font-size: 0.775rem;
	margin-bottom: 0;
	margin-right: 1rem;
	text-transform: uppercase;
}
.comment-body .comment-content .author-name a{
  color: inherit;
}
.comment-body .date-comment{
    font-size: 12px;
    color: var(--accent-color);
}
.comment-body .date-comment a{
    color: inherit;
}
.comment-body .comment-content .reply{
    float: right;
}
.comment-body .comment-content .reply a {
	background: var(--accent-color);
	border-radius: 30px;
	color: var(--primary-color);
	font-size: 10px;
	font-weight: normal;
	padding: 5px 10px;
}
.comment-body .comment-content .reply a:hover{
    text-decoration: none;
}
.comment-body .comment-content .comment-text {
    margin-top: 5px;
    font-size: 0.875rem;
}
.comment-body .comment-content .comment-text p{
    margin-bottom: 10px;
}
#commentform .input-form, #commentform .textarea-form {
	margin-bottom: 30px;
	width: 100%;
}
.comment-form-cookies-consent {
	display: flex;
	align-items: center;
}
.comment-form-cookies-consent label {
	margin: 0 0 0 5px;
	font-size: 0.875rem;
}
textarea#message {
  min-height: 150px;
}
#cancel-comment-reply-link {
  font-size: 18px;
  margin-left: 15px;
}
/** Contact Form 7 --------------------------------------------------------------------------------------------------------------------------------------- */
.wpcf7-form label {
	color: var(--primary-color);
}
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
  min-width: 50%;
}
.wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom: 1rem;
	display: block;
}
/* ---------------------------- Author Box ----------------------------------- */
.az-post-author {
	margin: 2.5rem 0;
	background: #ffeded;
	padding: 1.5rem;
	border-radius: 3px;
}
.az-post-author .author-title {
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.az-post-author .social-media a {
	margin: 0 1rem 0 0;
}
.az-post-author .social-media a span {
	display: none;
}
.az-post-author .author-bio {
	font-size: 0.875rem;
	margin: 1rem 0;
}
.az-post-author .author-img img {
	border-radius: 50%;
	max-width: 100%;
}
/* --- Posts related --- */
.post-related, #comments, #respond {
    margin-bottom: 50px;
    text-align: left;
}
#respond {
    margin-bottom: 0;
}
.single-post-content.post .post-content {
    padding-bottom: 0;    
}
.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: 2.5rem;
}
.post-title.single-page-title, .post-title.single-post-title {
	font-size: 2.5rem;
}
.post-title.single-page-title::after {
	content: "";
	width: 100px;
	height: 2px;
	background: var(--accent-color);
	display: block;
	margin: 20px 0 35px;
}
.woocommerce-page .post-title.single-page-title::after {
	display: none;
}
/* ----- ARCHIVE BOX -----*/
.archive-box {
	border-radius: 3px;
	font-family: var(--heading-font);
	white-space: nowrap;
	min-height: 170px;
	margin-bottom: 2.5rem;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.archive-box::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
}
.archive-box .archive-title {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: normal;
	margin: 0;
	color: #fff;
	position: relative;
	z-index: 5;
	letter-spacing: 5px;
}
/*----- WIDGET CATEGORIES -----*/
.widget_categories li {
  color: var(--accent-color);
  text-align: right;
}
.latest-post li, .widget_categories ul li, .widget_recent_comments li, .widget_meta li {
    border-bottom: 1px dashed var(--border-color);
    display: inline-block;
    line-height: 24px;
    width: 100%;
    padding: 5px 0 10px;
}
.latest-post li {
    margin-bottom: 10px;
    padding-bottom: 15px;
}
.widget li:last-child {
    border-bottom: none;
}
.widget_categories ul li a {
  color: var(--primary-color);
  float: left;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
}
.widget_categories ul li a:hover{
    color: var(--accent-color);
}
/* --- Recent Posts --- */
.widget_recent_entries li {
    border-bottom: 1px dashed var(--border-color);
    padding: 10px 0;
}
/*--- TAGCLOUD ---*/
.tagcloud a {
	border: 1px solid var(--border-color);
	color: var(--primary-color);
	display: inline-block;
	font-size: 0.9rem !important;
	margin: 0 2px 5px;
	padding: 5px 10px;
	text-align: center;
	border-radius: 3px;
    transition: 0.36s;
}
.tagcloud a span {
    color: var(--accent-color);
}
.tagcloud a:hover {
    background: var(--accent-color);
    color: #fff;
    border-color: transparent;
}
.tagcloud a:hover span {
    color: #fff;
}
.az-blog-standard .az-post-tags {
  margin: 10px 0 0;
  text-align: center;
}
.az-blog-standard .az-post-tags > a {
  border: none;
  color: var(--accent-color);
  font-style: italic;
  margin: 0;
  padding: 0;
  text-transform: none;
}
/*--- NAV MENU ---*/
.widget_nav_menu a, .widget_pages a {
  border-bottom: 1px dashed var(--accent-color);
  color: var(--primary-color);
  display: block;
  font-family: var(--heading-font);
  font-size: 11px;
  line-height: 40px;
  text-transform: uppercase;
}
.widget_about_me .about-widget {
  text-align: center;
}
.widget_mc4wp_form_widget {
    text-align: center;
}
.widget_mc4wp_form_widget .mc-submit {
    margin: 0;
}
/** Widget : Categories Images ---------------------------------------------------------------------------------------------------------------------------- */
.sarah-categories-images .category-item {
	margin-bottom: 30px;
	position: relative;
	min-height: 110px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.sarah-categories-images .category-item:last-child{
    margin-bottom: 0;
}
.sarah-categories-images .category-item::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
}
.sarah-categories-images .category-item a {
	color: var(--second-color);
	position: relative;
	z-index: 5;
	background: rgba(255,255,255,.875);
	min-width: 50%;
	text-align: center;
	line-height: 2.5;
	display: block;
	border-radius: 3px;
}
.sarah-categories-images .category-item a:hover{
    background: var(--accent-color);
    color: #fff;
}
/* ------------------------------------ Instagram Feed ---------------------------------------- */
.footer-instagram .aztheme-instagram-feed {
	margin: 0;
	box-shadow: none;
}
.aztheme-instagram-feed ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#sidebar .aztheme-instagram-feed {
    margin-left: -3px;
    margin-right: -3px;
}
.aztheme-instagram-feed li {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}
#sidebar .aztheme-instagram-feed li {
	width: 33.3333%;
	padding: 3px;
}
.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;
}

/*----- FOOTER -----*/
.site-footer {
	margin-top: 3rem;
	overflow: hidden;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.06);
}
.site-footer .widget {
	background: none;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
    margin: 0;
}
.copyright > p {
  margin: 0;
}
.social-footer {
	display: flex;
	padding: 30px 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.social-footer a {
	color: var(--primary-color);
	margin: 0 20px;
}
.social-footer a i {
	border: 1px solid var(--primary-color);
	border-radius: 50%;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	letter-spacing: 0;
	line-height: 30px;
	text-align: center;
	width: 30px;
}
.social-footer a:hover {
    color: var(--accent-color);
}
.social-footer a:hover > i {
    border-color: var(--accent-color);
}
.social-footer a span {
	margin-left: 5px;
}
.site-footer .copyright {
	padding: 30px;
    border-top: 1px solid var(--border-color);
}
.az-blog-grid2columns .post {
  width: 50%;
}
/** PromoBox */
.az-promo-box .az-probox-item {
	background-size: cover;
	margin-bottom: 50px;
	min-height: 247px;
	position: relative;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
}
.az-promo-box .az-probox-item .az-item-link {
	background: rgba(255,255,255,0.9);
	border-radius: 3px;
	color: var(--primary-color);
	font-size: 0.775rem;
	left: 50%;
	letter-spacing: 2px;
	line-height: 2.5rem;
	min-width: 150px;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	padding: 0 10px;
}
.az-promo-box .az-probox-item .az-item-link:hover {
	background-color: var(--accent-color);
    color: #fff;
}
.az-probox-item::before, .az-probox-item::after  {
	position: absolute;
	content: "";
}
.az-probox-item::before  {
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
}
.az-probox-item::after {
    border: 1px solid #fff;
    border-radius: 3px;
    bottom: 20px;
    left: 20px;
    opacity: 0.5;
    right: 20px;
    top: 20px;
}
/* ---------------------------------- PAGINATION ------------------------------------*/
.sarah-pagination {
	margin: 0 0 3rem;
}
.sarah-pagination .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sarah-pagination .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sarah-pagination .page-numbers {
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.06);
	border-radius: 3px;
	color: var(--primary-color);
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 0 2px;
	padding: 0;
	text-align: center;
	width: 40px;
}
.sarah-pagination .page-numbers:hover,
.sarah-pagination .page-numbers.current {
    background-color: var(--accent-color);
    color: #fff;
}
.az-pagination {
	border: 1px dashed var(--accent-color);
	margin: 2.5rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 3px;
	padding: 10px 20px;
}
.az-pagination a {
	color: var(--primary-color);
	font-family: var(--heading-font);
	font-size: 0.775rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/* -------------------------- Portfolio --------------------------- */
.sarah-archive-portfolio {
	background: #fff;
	padding: 30px 30px 0;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.06);
	border-radius: 3px;
	margin-bottom: 100px;
}
.post-title.single-portfolio-title::after {
	content: "";
	height: 2px;
	width: 100px;
	background: var(--accent-color);
	display: block;
	margin: 25px 0 35px;
}
.single-portfolio-content .az-pagination {
    margin-bottom: 0;
}
.single-portfolio-content .az-pagination .older i, .single-portfolio-content .az-pagination .newer i  {
	font-size: 0.8rem;
	color: var(--accent-color);
}
.portfolio-item {
    margin-bottom: 50px;
}
.portfolio-item .featured-image {
	margin-bottom: 15px;
	display: block;
}
.portfolio-item .post-content {
    padding-left: 25px;
}
.portfolio-item .post-cats {
	margin-bottom: 5px;
}
.portfolio-item .post-cats a {
	letter-spacing: 0;
	text-transform: none;
	font-size: 1rem;
}
.portfolio-item .post-title {
	font-size: 1.4rem;
	color: var(--primary-color);
}
.portfolio-item .post-title a {
	color: inherit;
}
.portfolio-item .post-title a:hover, .portfolio-item .post-cats a {
    color: var(--accent-color);
}
/* -------------------------- Homepage: About widget --------------------------- */
.widget.sarah-home-page-about {
	padding: 0 0 50px 0;
	background: none;
	box-shadow: none;
	margin-bottom: 35px;
}
.widget.sarah-home-page-about .about-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.widget.sarah-home-page-about .about-content {
	width: 55%;
	padding: 0px 100px;
}
.widget.sarah-home-page-about .about-wrap h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	color: var(--meta-color);
}
.widget.sarah-home-page-about .about-wrap h2 {
	font-size: 36px;
	margin-bottom: 35px;
}
.widget.sarah-home-page-about .about-wrap .content {
	margin-bottom: 35px;
}
.widget.sarah-home-page-about .about-image {
	width: 45%;
	position: relative;
}
.widget.sarah-home-page-about .about-wrap .about-image img {
	position: relative;
	z-index: 2;
	box-shadow: 15px 15px 15px rgba(0,0,0,0.08);
}
.widget.sarah-home-page-about .about-wrap .about-image:after {
	border: 1px dashed var(--accent-color);
	content: "";
	height: 100%;
	width: 100%;
	bottom: -35px;
	right: -35px;
	position: absolute;
	background: #fff;
}
/* --------------------------------------------------- WOO -------------------------------------------------------- */
.woocommerce .content-area {
	background: #fff;
	padding: 24px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.06);
	border-radius: 3px;
}
.woocommerce div.product div.summary {
	margin: 2em 0;
}
.post-type-archive-product .woocommerce-breadcrumb{
    display: none;
}
.woocommerce-products-header .woocommerce-products-header__title {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 30px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	line-height: 50px;
	padding: 0 36px;
	font-weight: 400;
	height: 50px;
	background: var(--accent-color);
	color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 400;
	color: var(--primary-color);
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: var(--accent-color);
	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: 1.2rem;
	padding: 0;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}
.woocommerce ul.products li.product .price {
	color: var(--meta-color);
}
.woocommerce .woocommerce-ordering select {
	padding: 0.5rem;
}
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering select {
	font-size: 13px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: var(--accent-color);
}

.woocommerce-product-details__short-description {
	margin-bottom: 2rem;
}
.woocommerce .star-rating {
	color: var(--accent-color);
}
.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: var(--accent-color);
	color: #fff;
}
.woocommerce div.product .woocommerce-tabs .panel {
	padding: 0 0 30px 0;
}
.woocommerce ul.products li.product .button {
	background: none;
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: inherit;
	color: var(--accent-color);
}
.woocommerce ul.products li.product .button::before {
	content: "+";
	padding-right: 5px;
	color: var(--accent-color);
	font-size: 15px;
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
	background-color: var(--accent-color);
	text-align: center;
	font-size: 15px;
	padding: 0;
	font-weight: normal;
}
.woocommerce .quantity .qty {
	width: 50px;
	padding: 0;
	line-height: 48px;
	border: 1px solid var(--border-color);
	text-align: center;
}
.sku_wrapper span {
	display: block;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	line-height: 48px;
    padding: 0 10px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	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 #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: var(--accent-color);
}
#coupon_code {
	width: 160px;
	line-height: 48px;
}
.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 {
	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 var(--border-color);
	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 var(--border-color);
	border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	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 .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;
}
.select2-dropdown {
	border: 1px solid var(--border-color);
}
.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;
}
.woocommerce nav.woocommerce-pagination {
	text-align: center;
	margin-bottom: 50px;
}
/* --------------------------------- HOME PAGE CATEGORIES --------------------------------------- */
.sarah-home-page-category {
	padding: 0;
	box-shadow: none;
	background: none;
	margin-bottom: 0;
	display: flex;
}
.sarah-home-page-category .sarah-blog {
	width: inherit;
}
.sarah-home-page-category .cat-header {
	display: block;
	margin-bottom: 40px;
	text-align: center;
}
.sarah-home-page-category .cat-header h2 {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 3px;
	margin: 0;
	font-weight: 500;
	position: relative;
	display: block;
	border: none;
}
.sarah-home-page-category .cat-header h2::before, .sarah-home-page-category .cat-header h2::after {
	position: absolute;
	content: "";
	width: 100%;
	background: var(--primary-color);
	height: 1px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.sarah-home-page-category .cat-header h2 span {
	color: #fff;
	position: relative;
	z-index: 2;
	padding: 5px 10px;
	background: var(--primary-color);
	border-radius: 3px;
	min-width: 250px;
	display: inline-block;
	line-height: 2.5;
	box-shadow: 0 2px 2px rgba(0,0,0,.05);
}
.blog-1st-left-2-small-right .inner {
	display: flex;
}
.blog-1st-left-2-small-right .inner .post-large {
	width: 70%
}
.blog-1st-left-2-small-right .inner .post-right {
	width: 30%;
	padding-left: 30px;
}
.blog-1st-left-2-small-right .post .post-content {
	padding-bottom:0;
}
.blog-1st-left-2-small-right .inner .post-right .post .post-content {
	width: 96%;
}
.blog-1st-left-2-small-right .inner .post-right .post .post-title {
	font-size: 1.2rem;
}
.sarah-blog .read-more {
	display: block;
	text-align: center;
	margin: 0 0 60px;
}
/* --------------------------------- Don't Miss Post -------------------------------------------- */
.post.dont-miss-post {
	min-height: 450px;
	padding: 0;
	box-shadow: none;
	margin: 0;
    position: relative;
}
.post.dont-miss-post .post-thumbnail {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.post.dont-miss-post .post-thumbnail::after {
	content: "";
	background: rgba(0,0,0,0.3);
	height: 100%;
	width: 100%;
	position: absolute;
}
.post.dont-miss-post .entry-title {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	z-index: 2;
	transform: translate(-50%,-50%);
	width: 86%;
	margin: 0;
}
.post.dont-miss-post .entry-title a {
    color: #fff;
}
/* --------------------------------------------- Responsive ------------------------------------- */
@media (min-width: 992px) {
	
    /** Header v2 ----------------------------------------------------------------------------------------------------- */
    .header-v2 .primary-menu li li {
    	margin: 0;
    }    
    .post.post-large .post-title {
		font-size: 2.5rem;
	}
    .blog-1st-fullpost-list .post.post-small .featured-image, .blog-list .post.has-post-thumbnail .featured-image {
		margin-bottom: 0;
	}	
    .footer-instagram {
    	padding: 63px;
    	background: #e8e8e8;
    }
    .footer-instagram .aztheme-instagram-feed li {
    	padding: 0 5px;
    }
    .aztheme-instagram-feed.aztheme-instagram-feed-1 li {
        width: 100%;
    }
    .aztheme-instagram-feed.aztheme-instagram-feed-2 li {
        width: 50%;
    }
    .aztheme-instagram-feed.aztheme-instagram-feed-3 li {
        width: 33.3333%;
    }
    .aztheme-instagram-feed.aztheme-instagram-feed-4 li {
        width: 25%;
    }
    .aztheme-instagram-feed.aztheme-instagram-feed-5 li {
        width: 20%;
    }
    .aztheme-instagram-feed.aztheme-instagram-feed-6 li {
        width: 16.6666%;
    }
    .aztheme-instagram-feed.aztheme-instagram-feed-7 li {
        width: 14.2857%;
    }
    .aztheme-instagram-feed.aztheme-instagram-feed-8 li {
        width: 12.5%;
    }
    .aztheme-instagram-feed.aztheme-instagram-feed-9 li {
        width: 11.1111%;
    }
    .aztheme-instagram-feed.aztheme-instagram-feed-10 li {
        width: 10%;
    }
    /* ------------------------------------------ Featured Slider 2 -------------------------------------------- */
    .featured-area.style-2 .slide-item.post {
    	justify-content: left;
    }
    .featured-area.style-2 .slide-item-text, .featured-area.style-3 .slide-item-text {
    	min-height: 80%;
    	display: flex;
    	align-items: center;
    	max-width: 400px;
    }
    .featured-area.style-2 .slide-item-text {
    	margin-left: 35px;
    }
    /* ------------------------------------------ Featured Slider 3 -------------------------------------------- */
    .featured-area.style-3 .slide-item.post {
    	justify-content: right;
    }
    .featured-area.style-3 .slide-item-text {
    	margin-right: 35px;
    }
}

@media( min-width: 1200px ) {
    /** Navigation Menu ------------------------------------------------------ */
    .primary-menu ul {
    	visibility: hidden;
    	position: absolute;
    	top: 130%;
    	left: -25px;
    	min-width: 260px;
    	background: #fff;
    	transition: 0.3s;
    	opacity: 0;
    	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    	border-top: 2px solid var(--accent-color);
    	border-radius: 0 0 3px 3px;
    }
    .primary-menu {
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }
    .primary-menu ul ul {
    	top: 30%;
    	left: 100%;
    }
    .primary-menu li {
        position: relative;
        margin: 0 20px;
    }
    .primary-menu li li {
    	margin: 0;
    	padding: 0 15px;
    }
    .primary-menu li a {
    	display: block;
    	padding: 20px 0;
    }
    .header-v2 .primary-menu li a {
    	padding: 30px 0;
    }
    .primary-menu li li a {
    	padding: 10px 0;
    	display: block;
    	letter-spacing: 0;
    	text-transform: capitalize;
    	border-top: 1px solid var(--border-color);
        position: relative;
    }
    .header-v2 .primary-menu li li a {
    	padding: 10px 0;
    }
    .primary-menu li > ul > li:first-child > a {
    	border-top: none;
    }
    .primary-menu li li {
    	margin: 0;
    	padding: 0 25px;
    }    
    .primary-menu li .toggle {
    	display: inline-block;
    	font-size: 12px;
    	padding: 3px;
    }
    .primary-menu li li .toggle {
    	position: absolute;
    	right: 0;
    	width: 30px;
    	text-align: right;
    }
    .primary-menu li li .toggle .fa-angle-down::before {
	   content: "\f105";
    }
    .primary-menu li:focus-within > ul, .primary-menu li.menu-item-has-children:hover > ul, .primary-menu li.active > ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .primary-menu li li.menu-item-has-children:hover > ul, .primary-menu li li.active > ul {
    	top: -2px;
    }
    .header-v2 .primary-menu li {
        position: relative;
        margin: 0 10px;
    }
}

@media( min-width: 1300px ) {
    .header-v2 .primary-menu li {
        margin: 0 15px;
    }
}

@media (max-width: 1199.98px) {
    .toggle-menu-wrap {
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	margin-left: 10px;
    }
    .site-header.header-v1 .toggle-menu-wrap {
    	width: 100%;
        margin-left: 0;
    }
    .toggle-menu-wrap .menu-bar-text{
    	display: block;
    }
    .site-header.header-v2 .toggle-menu-wrap .menu-bar-text{
        display: none;
    }
    .header-v1 .nav-inner {
    	text-align: center;
    	display: flex;
    	justify-content: space-between;
    	position: relative;
    	align-items: center;
    }
    .primary-menu {
    	background: #fff;
    	top: 150%;
    	position: absolute;
    	width: 100%;
    	left: 0;
    	padding: 0 25px;
    	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        visibility: hidden;
        opacity: 0;
        border-top: 2px solid var(--accent-color);
    }
    .primary-menu.active {
        opacity: 1;
        visibility: visible;
        top: 100%;
    }
    .primary-menu ul {
    	border-top: 1px solid var(--border-color);
    	padding-left: 20px;
    	display: none;
    }
    .primary-menu li.active > ul {
        display: block;
    }
    .primary-menu li {
    	border-bottom: 1px solid var(--border-color);
    }
    .primary-menu li:last-child {
	   border-bottom: none;
    }
    .primary-menu li a {
    	display: flex;
    	padding: 10px 0;
    	align-items: center;
    	justify-content: space-between;
    	width: calc(100% - 40px);
    	position: relative;
    }
    .primary-menu li li a {
        padding: 5px 0;
        text-transform: capitalize;
        letter-spacing: 0;
    }
    .primary-menu > li:first-child {
    	border-top: none;
    }
    .primary-menu li .toggle {
    	width: 40px;
    	text-align: right;
    	font-size: 1rem;
    	line-height: 30px;
    	margin: 0 -40px 0;
    }
    .primary-menu li.active > a .toggle .fa-angle-down::before {
	   content: "\f106";
    }    
    .post .post-content {
    	width: 100%;
    }
    .header-v2 .site-logo {
	   padding: 5px 0;
    }
    .header-v2 .toggle-menu {
        display: block;
    }
    .header-v2 .header-right {
    	width: auto;
    }
    .post{
        margin-bottom: 30px;
    }
	.social-footer {
		margin-bottom: -15px;
	}
	.social-footer a {
		margin: 0 15px 15px 0;
	}
}

@media (max-width: 991.98px) {    
    .az-blog-grid .post {
        width: 100%;
    }
    .blog-list .post{
        display: block;
    }
    .blog-list .post-format, .blog-list .post-info  {
    	width: 100%;
    }
    .blog-list .post-info {
    	padding: 20px;
    }
    .blog-1st-fullpost-list .post-wrapper, .blog-list .post-wrapper {
    	display: block;
    }
    .blog-1st-fullpost-list .post.has-post-thumbnail .featured-image,
    .blog-1st-fullpost-list .post.has-post-thumbnail .post-content,
    .blog-list .post.has-post-thumbnail .featured-image,
    .blog-list .post.has-post-thumbnail .post-content {
    	width: 100%;
    }   
    .blog-list .post .post-content,
    .blog-1st-fullpost-list .post .post-content {
        padding-left: 0;
        padding-right: 0;
    }
    .author-content {
    	margin-top: 1.5rem;
    }
    .az-post-author .author-title, .author-img {
    	text-align: center;
    }
    .blog-1st-left-2-small-right .inner {
    	display: block;
    }
    .blog-1st-left-2-small-right .inner .post-large {
    	width: 100%;
    }
    .blog-1st-left-2-small-right .inner .post-right {
    	width: 100%;
    	padding-left: 0;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    }
    .blog-1st-left-2-small-right .inner .post-right .post {
    	margin: 0px 0 50px;
    	width: 50%;
    }
    .blog-1st-left-2-small-right .inner .post-right .post:last-child{
    	margin-left: 30px;
    }    
    .widget.sarah-home-page-about .about-wrap {
    	display: block;
    }    
    .widget.sarah-home-page-about .about-image {
    	width: 100%;
    	margin-bottom: 70px;
    }    
    .widget.sarah-home-page-about .about-content {
    	width: 100%;
    	padding: 0px 30px;
    }    
    .widget.sarah-home-page-about .about-wrap .about-image::after {
    	display: none;
    }
    .aztheme-instagram-feed li {
        width: 16.6666%;
    }
    .topbar-inner {
    	justify-content: center;
        margin-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    .sarah-blog-inner {
    	display: block;
    }
    .sarah-blog , .sarah-sidebar{
    	width: 100%;
    }
    .sarah-sidebar{
        padding: 0;
    }
    .social-footer a .text {
        display: none;
    }
    .slider .slide-item {
    	min-height: 400px;
    }
    .blog-list .post-info {
        clear: both;
        padding: 20px 0 0;
    }    
    .slider .slide-item-text {
    	padding: 30px 30px 40px;
    	max-width: 90%;
    }
	.nav-inner h1, .nav-inner h2 {
		padding: 0 15px;
	}
 
    .blog-1st-left-2-small-right .inner .post-right {
    	display: block;
    }
    .blog-1st-left-2-small-right .inner .post-right .post {
    	margin-bottom: 2.5rem;
    	width: 100%;
    }
    
    .blog-1st-left-2-small-right .inner .post-right .post:last-child {
    	margin-left: 0;
    }
    .topbar-inner {
    	display: block;
    	text-align: center;
    }
    .topbar-menu {
    	justify-content: center;
    }
    .topbar-menu li {
    	margin: 0 8px;
    }
    .post .post-title {
    	font-size: 2rem;
    }
    .topbar-right {
        justify-content: center;
        margin-bottom: 10px;
        align-items: center;
    }
    .topbar-right .sarah-mini-cart {
        margin: 0 5px;
    }
    .social-media a {
    	margin: 0 2px;
    }
    .header-v2 .header-wrap {
    	display: block;
    }
    .header-v2 .site-branding {
    	width: auto;
    	margin: 0 auto;
    	max-width: 300px;
    }
    .header-v2 .site-logo {
    	text-align: center;
    	padding: 15px 0 5px;
    }
    .site-header.header-v2 .topbar-right {
    	margin: 10px 0;
    	display: flex;
    	justify-content: center;
    }
    .header-v2 .header-right {
    	display: block;
    }
    .toggle-menu-wrap {
    	margin: 0;
    }
    .site-header.header-v2 .toggle-menu-wrap .menu-bar-text {
    	display: block;
    }
    .topbar-right .searchform {
    	margin: 10px 0 5px;
    }
}

@media(max-width: 575.98px ) {
    .aztheme-instagram-feed li {
        width: 33.3333%;
    }
    .topbar-right .searchform {
    	width: 100%;
    	margin: 10px 0 0;
    }
    .topbar-right .searchform input{
        max-width: 300px;
    }
}
