/*------------------------------------------------------------------/*
Theme Name: Rebecca
Theme URI: https://az-theme.net/downloads/rebecca-wordpress-blog-and-shop-theme/
Description: A Responsive Blog & Shop WordPress Theme
Author URI: https://az-theme.net
Author: AZ-Theme.Net
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 4.1
Text domain: rebecca
Tags: blog, e-commerce, portfolio
Tested up to: 6.2
Requires PHP: 7.0

Rebecca WordPress Theme, (C) 2023 AZ-Theme.Net
Rebecca is distributed under the terms of the GNU GPL.
*/
@import url('https://fonts.googleapis.com/css2?family=Lora:ital@0;1&family=Montserrat&display=swap');
:root{
    --body-color: #4e575c;
    --primary-color: #212121;
    --accent-color: #eab6a2;
    --meta-color: #666;
    --border-color: #ddd;
    --body-fonts: 'Lora', serif;
    --heading-fonts:'Montserrat', sans-serif;
}
body {
    color: var(--body-color);
    font-size: 16px;
    font-family: var(--body-fonts);
    line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--heading-fonts);
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 20px;
	color: var(--primary-color);
	-webkit-font-smoothing: antialiased;
}
h1 {
	font-size: 34px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
a {
    color: var(--accent-color);
    text-decoration: none;
    transition: 0.36s;
}
a:hover {
    color: var(--accent-color);
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
.col-1, .col-2 {
	max-width: inherit;
	padding: inherit;
}
input[type="text"], input[type='number'], input[type="email"], input[type="tel"], input[type="phone"], textarea, input[type="password"] {
	padding: 5px 10px;
	border: 1px solid var(--border-color);
	line-height: 32px;
	color: var(--body-color);
	background: #f9f9f9;
    transition: 0.6s;
}
input[type="text"]:focus, input[type='number']:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="phone"]:focus, textarea:focus, input[type="password"]:focus {
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    outline: none;
    border: 1px solid var(--accent-color);
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget .button {
	background: var(--primary-color);
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-family: var(--heading-fonts);
	letter-spacing: 1px;
	padding: 15px 30px;
	text-transform: uppercase;
	display: inline-block;
	border: none;
	line-height: 1;
    transition: 0.6s;
    border: 1px solid transparent;
}
.btn-outline {
    background-color: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .widget .button:hover {
    background-color: var(--accent-color);
    color: var(--primary-color);
    border-color: transparent;
}
button, input, optgroup, select, textarea {
	max-width: 100%;
}
select {
	border: 1px solid var(--border-color);
	height: 42px;
}
table {
    border-collapse: collapse;
    width: 100%;
}
table, td {
	border: 1px solid var(--border-color);
}
td, th {
	padding: 5px;
}
td p:last-child {
	margin-bottom: 0;
}
.screen-reader-text {
	display: none;
}
.post.no-sidebar .entry-content .alignwide {
    margin-left  : -80px;
    margin-right : -80px;
}
.post.no-sidebar .entry-content .alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : calc( 100vw - 8px );
}
/* ------------------------------------------------- WordPress Core --------------------------------------------- */
.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 {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    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: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.gallery-caption, .bypostauthor {
    display: inherit;
}
.site-header {
	position: relative;
	z-index: 15;
}
.site-container {
	padding: 0 0 50px;
	min-height: 550px;
}
.widget_tag_cloud a {
	font-size: 14px !important;
	display: inline-block;
	border: 1px solid var(--border-color);
	padding: 3px 6px;
	font-style: italic;
	margin-bottom: 3px;
}
.widget {
	margin-bottom: 40px;
}
.widget a {
    color: var(--primary-color);
}
.widget a:hover {
    color: var(--accent-color);
}
.footer-ins .widget {
    margin-bottom: 0;
}
.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget > ul > li:first-child {
    padding-top: 0;
}
.widget ul ul {
    padding-left: 15px;
    border-top: 1px dashed var(--border-color);
	margin-top: 5px;
}
.widget ul li {
	border-bottom: 1px dashed var(--border-color);
	padding: 5px 0;
}
.widget ul li:last-child {
	border: none;
	padding-bottom: 0;
}
/* Gellery */
.gallery {
	margin: 0px -5px;
	width: auto;
	max-width: unset;
	display: flex;
	flex-wrap: wrap;
}
.gallery .gallery-item {
	padding: 5px;
	margin: 0;
    width: 50%;
}
.gallery.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery .gallery-item a {
	display: block;
}
.gallery .gallery-item img {
	object-fit: cover;
}
/* ---------------------------------------- Site Navigation ------------------------------------- */
.nav-second {
	background: var(--accent-color);
    position: relative;
    z-index: 10;
}
.nav-primary {
	margin-bottom: 50px;
}
.header-v3 .nav-primary {
    margin-bottom: 0;
}
.nav-primary .nav-wrap {
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-second .nav-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-second .nav-wrap .nav-right {
	display: flex;
	align-items: center;
}
.social-icon svg {
	width: 15px;
	display: inline-block;
	height: 15px;
}
.search-wrap .searchform {
	position: absolute;
	top: calc(100% + 50px );
	right: 0;
	background: #fff;
	padding: 20px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.36s;
}
.search-wrap .searchform.show {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.search-toggle svg {
	width: 14px;
	height: 14px;
}
.sarah-mini-cart {
	position: relative;
	margin-left: 10px;
}
.sarah-mini-cart svg {
	width: 18px;
	height: 18px;
}
.sarah-mini-cart .number {
	position: absolute;
	background: #fff;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	font-size: 12px;
	top: -8px;
	right: -12px;
	color: var(--accent-color);
}
.nav-wrap .add-menu {
	padding: 15px 0;
}
.nav-menu .add-menu {
	color: var(--primary-color);
	padding: 10px 0;
	display: inline-block;
}
.mobile-toggle {
	display: none;
	align-items: center;
	justify-content: center;
}
.mobile-toggle a {
	position: relative;
	display: block;
	height: 30px;
	width: 30px;
}
.mobile-toggle span {
	display: block;
	width: 100%;
	height: 1px;
	background: var(--primary-color);
	position: absolute;
    transition: 0.5s;
}
.mobile-toggle span:nth-child(1) {
	top: 5px;
}
.mobile-toggle span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}
.mobile-toggle span:nth-child(3) {
	bottom: 5px;
}
.nav-wrap.on .mobile-toggle span:nth-child(1) {
	transform: rotate(45deg);
	top: 50%;
}
.nav-wrap.on .mobile-toggle span:nth-child(2) {
	display: none;
}
.nav-wrap.on .mobile-toggle span:nth-child(3) {
	transform: rotate(-45deg);
	bottom: 45%;
}
.nav-primary, .nav-second {
    font-family: Montserrat, sans-serif;
    color: var(--primary-color);
}
.primary-menu li a {
    color: inherit;
    cursor: pointer;
}
.primary-menu li a {
	display: inline-block;
	padding: 24px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.primary-menu li a svg {
	width: 20px;
	fill: var(--primary-color);
	margin-left: 3px;
	height: 20px;
	padding: 6px;
}
.primary-menu > li > a > svg {
	margin: 0;
}
.primary-menu li a:hover {
    color: var(--body-color);
}
.primary-menu li a:hover svg {
	fill: var(--body-color);
}
.nav-second .primary-menu li.btn a, .nav-second .primary-menu li.btn a:hover {
	background: #000;
	color: #fff;
	padding: 10px 15px;
	border-radius: 50px;
	display: inline-block;
	border: none;
}
/* ---------------------------------------- Site Branding ------------------------------------- */
.site-branding {
	text-align: center;
	padding: 45px 0;
}
.site-branding .site-logo {
	margin: 0;
}
.site-branding.site-logo, .site-branding .site-title {
	margin: 0;
}
.site-branding .site-title {
	text-transform: uppercase;
	letter-spacing: 8px;
	font-size: 60px;
	line-height: 1;
	font-weight: 300;
    font-family: var(--heading-fonts);
}
.site-branding .site-title a {
    color: inherit
}
.site-branding .site-description {
	margin: 0;
	color: var(--meta-color);
}
.nav-primary.nav-primary.logo-left .nav-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-primary.nav-primary.logo-left .site-description {
    display: none;
}
/* --------------------------------------------- Page ------------------------------------- */
.page.type-page .entry-image {
	text-align: center;
}
.page.type-page.has-post-thumbnail .entry-content-wrap {
	margin-top: -65px;
    padding: 50px;
    background: #fff;
}
.page.type-page .entry-title {
	text-align: center;
	font-size: 2.5rem;
	display: block;
	margin-bottom: 3rem;
}
.page.type-page .entry-title::after {
	content: "";
	width: 40px;
	height: 2px;
	background: var(--accent-color);
	display: block;
	margin: 10px auto 30px;
}
.page.type-page .entry-content-wrap {
	margin: 0 65px 0;	
	z-index: 5;
	position: relative;
}
.page.type-page .entry-content {
	font-size: 1.2rem;
}
.woocommerce-page .az-page-inner {
	max-width: 100%;
}
.wpcf7-form-control-wrap .wpcf7-form-control {
	width: 100%;
    margin-bottom: 25px;
}
.wpcf7-form-control.wpcf7-submit {
	min-width: 250px;
}
/* --------------------------------------------- Post ------------------------------------- */
.post, .post-small {
    margin-bottom: 45px;
}
.post .entry-image, .post-small .entry-image {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.post .entry-meta {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-family: var(--heading-fonts);
	font-size: 11px;
	letter-spacing: 1px;
	justify-content: center;
	margin-bottom: 8px;
	color: var(--meta-color);
	flex-wrap: wrap;
}
.post .entry-categories {
	margin-left: 10px;
}
.post .entry-categories a {
	color: var(--primary-color);
}
.post .entry-categories .sep {
	margin: 0 5px;
	font-size: 10px;
}
.post .entry-title, .post-small .entry-title {
	font-size: 20px;
	text-align: center;
	margin: 0 15px 15px;
}
.post .entry-title a, .post-small .entry-title a{
    color: inherit;
}
.post .entry-title a:hover, .post .entry-categories a:hover, .post-small .entry-title a:hover {
    color: var(--accent-color);
}
.post-full .entry-title {
    font-size: 30px;
}
.navigation.pagination .nav-links {
	display: flex;
}
.navigation.pagination, .woocommerce-pagination ul {
	justify-content: center;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	margin: 35px 0 50px;
    font-family: var(--heading-fonts);
    list-style: none;
    padding: 0;
}
.navigation.pagination .page-numbers, .woocommerce-pagination ul .page-numbers {
	margin: 0 3px;
	display: flex;
	background: var(--border-color);
	height: 50px;
	color: var(--primary-color);
	transition: 0.6s;
	width: 50px;
	align-items: center;
	font-family: var(--heading-fonts);
	line-height: 50px;
	justify-content: center;
}
.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next,
.page-numbers .page-numbers.prev,
.page-numbers .page-numbers.next {
	font-size: 18px;
}
.navigation.pagination .page-numbers.current, .navigation.pagination .page-numbers:hover,
.woocommerce-pagination ul .page-numbers.current, .woocommerce-pagination ul .page-numbers:hover {
	color: var(--primary-color);
	background: var(--accent-color);
}
.single-post-item .entry-header .entry-title {
	text-align: left;
	margin: 0;
	font-size: 36px;
	line-height: 1.3;
}
.single-post-item .entry-header .entry-meta {
	justify-content: left;
	margin: 15px 0 50px;
}
.single-post-item .entry-header .entry-meta::before {
	content: "";
	width: 30px;
	background: var(--primary-color);
	height: 1px;
	margin-right: 20px;
}
.single-post-item .entry-image {
	margin-bottom: 35px;
}
.single-post-item .entry-content {
	margin-bottom: 50px;
	font-size: 1.2rem;
}
.single-post-item .entry-share {
	display: flex;
	align-items: center;
	justify-content: center;
    margin-bottom: 45px;
}
.single-post-item .entry-share a {
	background: var(--border-color);
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0 5px;
	border-radius: 100%;
	font-size: 12px;
	color: var(--primary-color);
}
.single-post-item .entry-tags {
	text-align: center;
    margin-bottom: 50px;
}
.single-post-item .entry-tags a {
	display: inline-block;
	background: var(--border-color);
	padding: 2px 10px;
	font-size: 12px;
	color: var(--body-color);
	margin: 3px 1px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.rebecca-post-author {
	display: flex;
	padding: 35px;
	border: 1px solid var(--border-color);
	margin-bottom: 50px;
}
.rebecca-post-author .post-author-image {
	width: 200px;
	margin-right: 20px;
}
.rebecca-post-author .post-author-image img {
	border-radius: 100%;
}
.rebecca-post-author .author-title {
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.rebecca-post-author .author-bio {
	margin-bottom: 20px;
}
.search-header span {
	color: var(--body-color);
}
.comments-area {
	margin-bottom: 50px;
}
.comment-list, .comment-list ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.comment-list ol {
	padding-left: 20px;
	border-top: 1px dashed var(--border-color);
	margin-top: 15px;
}
.comment-list li {
	border-bottom: 1px dashed var(--border-color);
	padding: 20px 0;
}
.comment-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.comment-list li .comment-body {
	display: flex;
}
.comment-list li .comment-author {
	width: 90px;
}
.comment-list li .comment-author .avatar {
	width: 90px;
	display: inline-block;
	border-radius: 100%;
}
.comment-list li .comment-content {
	margin-left: 20px;
	width: calc(100% - 90px);
}
.comment-list li .author-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3px;
}
.comment-list li .author-left {
	display: flex;
	align-items: center;
}
.comment-list li .author-name {
	margin: 0 10px 0 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.comment-list li .date-comment {
	font-size: 13px;
	color: var(--meta-color);
}
.comment-list li .reply {
}
.comment-list li .reply a {
	font-size: 13px;
	margin: 0 5px;
    color: var(--primary-color);
	display: inline-block;
	border: 1px solid var(--border-color);
	padding: 2px 5px 1px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}
.comment-list li .comment-text {
}
.comment-list li .comment-text p:last-child {
	margin-bottom: 0;
}
.comment-respond {
	padding: 30px;
	background: #f9f9f9;
}
#review_form .comment-respond {
	padding: 0;
}
.comment-respond .comment-form .input-form, .comment-respond .comment-form .textarea-form {
	background: #fff;
	width: 100%;
	margin: 0 0 20px 0;
}
.comment-respond .comment-form .textarea-form {
	min-height: 120px;
}
.comment-respond .comment-form .comment-notes {
	font-size: 14px;
}
.comment-respond .comment-form .form-submit {
	margin-bottom: 0;
}
.comment-respond .comment-form-cookies-consent label {
	font-size: 14px;
}
.single-related-posts .post .entry-title {
	font-size: 16px;
	margin: 0 15px 0px 15px;
	line-height: 1.3;
}
/* --------------------------------------------- Featured Area ------------------------------------- */
.featured-area {
	margin: 0 0 35px;
}
@media( min-width: 1400px ) {
    .featured-area {
    	margin: 0 -50px 35px;
    }
}
@media( min-width: 1500px ) {
    .featured-area {
    	margin: 0 -100px 35px;
    }
}
@media( min-width: 1770px ) {
    .featured-area {
    	margin: 0 -250px 35px;
    }
}
.featured-area .slide-item {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	background-color: #f9f9f9;
    min-height: 680px;
}
.featured-area .slide-item .slide-item-text {
	background: rgba(255,255,255,0.9);
	padding: 15px;
	text-align: center;
	min-height: 250px;
	display: flex;
	align-items: center;
	max-width: 90%;
	position: relative;
}
.featured-area .slide-item .slide-item-text::after {
	position: absolute;
	content: "";
	border: 1px solid var(--primary-color);
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
}
.featured-area .slide-item .entry-title {
    font-size: 30px;
}
.featured-area .post-text-inner {
	padding: 35px;
	z-index: 2;
    max-width: 100%;
}
.owl-carousel .owl-controls .owl-dots {
	margin-top: 20px;
	text-align: center;
	display: block !important;
}
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 10px;
}
.owl-carousel .owl-dots span {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: none;
	border-radius: 100%;
	border: 2px solid var(--accent-color);
}
.owl-carousel .owl-dots .active span {
	background: var(--accent-color);
}
/* --------------------------------------------- Prmo Boxes ------------------------------------- */
.rebecca-promo-boxes {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 -15px;
}
.rebecca-promo-boxes .probox-item {
	min-height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    margin: 0 0 50px;
}
.rebecca-promo-boxes .probox-item {
    margin: 0 15px 50px 15px;
}
.rebecca-promo-boxes .probox-item a {
	background: rgba(255,255,255,0.9);
	display: inline-block;
	padding: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: var(--heading-fonts);
	font-size: 12px;
	min-width: 50%;
	text-align: center;
    color: var(--primary-color);
}
.rebecca-promo-boxes .probox-item a:hover {
	background: var(--accent-color);
	color: var(--primary-color);
}
/* Social media links */
.social-icons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.social-icons .social-icon {
	margin-right: 10px;
    display: flex;
	align-items: center;
	justify-content: center;
}
.social-icons .social-icon svg {
	width: 16px;
	height: 16px;
}
.social-icons .social-icon svg path{
	fill: var(--primary-color);
}
/* --------------------------------------------- Widget: About Me ------------------------------------- */
.about-me-widget .about-widget {
	text-align: center;
}
.about-me-widget .about-img {
	height: 255px;
	background-size: cover;
	border-radius: 100%;
	width: 255px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto 25px;
	max-width: 100%;
}
/* --------------------------------------------- Widget: Social Media Links ------------------------------------- */
.widget .social-icons a {
	height: 40px;
	line-height: 40px;
	width: 40px;
	border: 1px solid var(--border-color);
	text-align: center;
	margin-bottom: 5px;
	border-radius: 100%;
}
.widget .social-icons a:hover {
    background-color: var(--accent-color);
    border-color: transparent;
}
.widget .social-icons a:hover path {
    fill: #fff;
}

/* --------------------------------------------- Mailchimp Form ------------------------------------- */
.mc4wp-form {
	background: #f2e3e3;
	padding: 60px;
	margin-bottom: 50px;
}
.mc4wp-form .mc4wp-form-fields {
	display: flex;
	align-items: center;
}
.mc4wp-form .mc4wp-form-fields .widget-title {
	width: 15%;
	margin: 0;
	border-bottom: none;
	padding: 0;
}
.mc4wp-form .widget-form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 85%;
}
.sidebar .mc4wp-form .widget-form p {
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
}
.mc4wp-form .widget-form p {
	width: 25%;
	text-align: center;
	margin: 0;
	padding: 0 5px;
}
.mc4wp-form .widget-form p input {
	width: 100%;
}
.sidebar .mc4wp-form {
	padding: 20px 25px 15px;
	margin: 0;
}
.sidebar .mc4wp-form .mc4wp-form-fields {
	display: block;
}
.sidebar .mc4wp-form .mc4wp-form-fields .widget-title {
	width: 100%;
	border: none;
	margin: 0 0 10px;
	text-align: center;
}
.sidebar .mc4wp-form .widget-form {
	display: block;
	width: inherit;
}
.sidebar .mc4wp-form .widget-form p input {
	width: 100%;
	margin: 0;
}
/* --------------------------------------------- Archive ------------------------------------- */
.archive-box {
	background-size: cover;
	min-height: 260px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-repeat: no-repeat;
    position: relative;
}
.archive-box:after {
	content: "";
    background: rgba(0,0,0,0.36);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.archive-box .content-text {
	text-align: center;
	position: relative;
	z-index: 2;
}
.archive-box .content-text h1 {
	margin: 0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.archive-box .content-text .desc {
	color: #fff;
	max-width: 60%;
	margin: 10px auto 0;
	font-style: italic;
}
.archive-box .content-text .desc p:last-child {
	margin-bottom: 0;
}
/* --------------------------------------------- Widget ------------------------------------- */
.widget-title {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	border-bottom: 1px solid var(--accent-color);
	display: block;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.sidebar .widget_search input.text {
    width: 100%;
}
/* --------------------------------------------- Widget: Categories Images ------------------------------------- */
.rebecca-categories-images ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.rebecca-categories-images ul li {
	margin-bottom: 20px;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
}
.rebecca-categories-images ul li a {
	background: rgba(255,255,255,0.9);
	padding: 10px;
	min-width: 50%;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	font-family: var(--heading-fonts);
	color: var(--primary-color);
}
.rebecca-categories-images ul li a:hover {
	background: var(--accent-color);
	color: var(--primary-color);
}
/* --------------------------------------------- Widget: Latest Posts ------------------------------------- */
.rebecca-latest-posts-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.rebecca-latest-posts-widget .post {
	display: flex;
	margin: 0;
}
.rebecca-latest-posts-widget .entry-left {
	padding-right: 15px;
	width: calc(100% - 100px);
}
.rebecca-latest-posts-widget .entry-meta {
	text-align: left;
	display: inline-block;
}
.rebecca-latest-posts-widget .entry-title {
	text-align: left;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}
.rebecca-latest-posts-widget ul li {
	display: block;
	padding: 20px 0;
}
.rebecca-latest-posts-widget ul li:first-child {
	padding-top: 20px;
}
.rebecca-latest-posts-widget .entry-image {
	width: 100px;
	display: block;
	margin: 0;
	position: relative;
}
.rebecca-latest-posts-widget .entry-image span {
	position: absolute;
	width: 24px;
	height: 24px;
	background: var(--primary-color);
	border-radius: 100%;
	color: #fff;
	line-height: 24px;
	top: -10px;
	left: -10px;
	font-size: 13px;
}
/* --------------------------------------------- Footer ------------------------------------- */
.credits {
	display: flex;
	justify-content: space-between;
	padding: 25px 50px 20px;
	background: var(--accent-color);
}
.copyright p:last-child {
    margin-bottom: 0;
}
/* ------------------------------------ Instagram Feed ---------------------------------------- */
.footer-instagram .rebecca-instagram-feed {
	margin: 0;
	box-shadow: none;
}
.rebecca-instagram-feed {
    position: relative;
}
.footer-ins .rebecca-instagram-feed, .footer-ins .widget_instagram-feed-widget {
	padding: 90px 80px 100px;
	background: #f9f9f9;
}
.footer-ins .rebecca-instagram-feed .widget-title,
.footer-ins .widget_instagram-feed-widget .widget-title {
	margin: 0;
	text-align: center;
	padding: 0;
	font-size: 35px;
	letter-spacing: 5px;
	border: none;
}
.footer-ins .rebecca-instagram-feed .author-link {
	margin-top: 15px;
	text-align: center;
}
.footer-ins .rebecca-instagram-feed .author-link a {
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 1px;
	font-style: italic;
    color: var(--accent-color);
}
.footer-ins .rebecca-instagram-feed ul, .footer-ins #sb_instagram {
	margin-top: 40px;
}
.rebecca-instagram-feed ul {
    padding: 0;
    margin: 0;
}
.sidebar .rebecca-instagram-feed{
    margin-left: -3px;
    margin-right: -3px;
}
.sidebar .rebecca-instagram-feed li {
	width: 33.3333%;
	padding: 3px;
}
.rebecca-instagram-feed ul li {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}
.post.dont-miss-post {
	min-height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.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%);
	width: 90%;
	color: #fff;
	margin: 0;
}
.rebecca-instagram-feed li a {
	display: block;
	position: relative;
	width: 100%;
}
.rebecca-instagram-feed li a::after {
	display: block;
	content: "";
	padding-top: 100%;
}
.rebecca-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;
}
.sidebar .rebecca-instagram-feed .author-link {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	min-width: 300px;
	text-align: center;
	min-width: 60%;
    text-align: center;
    z-index: 2;
}
.sidebar .rebecca-instagram-feed .author-link a {
	background: #fff;
	display: inline-block;
	padding: 10px;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
/* Portfolio */
.rebecca-portfolio {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.rebecca-portfolio .project {
	padding: 0 15px 30px;
    width: 50%
}
.rebecca-portfolio .project .project-wrap {
	position: relative;
}
.rebecca-portfolio .project .project-wrap .entry-image {
	position: relative;
	display: block;
}
.rebecca-portfolio .project .project-wrap .entry-image img {
    width: 100%;
	object-fit: cover;
}
.rebecca-portfolio .project .project-wrap .entry-image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
    opacity: 0.3;
    transition: 0.6s;
}
.rebecca-portfolio .project .project-wrap:hover .entry-image::after {
    opacity: 0.6;
}
.rebecca-portfolio .project .entry-title {
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 30px;
	margin: 0;
	transition: 0.36s;
	width: 100%;
	transform: translate(-50%,-50%);
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 30px;
}
.rebecca-portfolio .project .entry-title a{
	color: #fff;
}
.single-portfolio .entry-image {
    margin-bottom: 15px;
}
.single-portfolio .entry-title::after {
	display: block;
	width: 60px;
	height: 1px;
	content: "";
	background: var(--primary-color);
	margin: 25px 0 50px;
}
.single-portfolio .entry-categories {
	font-family: var(--heading-fonts);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.single-portfolio .project-next-prev {
	display: flex;
	justify-content: space-between;
	border: 1px solid var(--border-color);
	margin: 60px 0;
	padding: 30px;
	align-items: center;
	color: var(--primary-color);
}
.single-portfolio .project-next-prev a {
	color: inherit;
}
.single-portfolio .project-next-prev a:hover {
	color: var(--accent-color);
}
/* WooCommerce*/
.count-ordering-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}
.woocommerce-breadcrumb a {
	color: var(--primary-color);
}
.product_meta > span {
	display: flex;
}
.woocommerce-input-wrapper {
	display: block;
	min-width: 200px;
}
.count-ordering-wrap .orderby {
	border: 1px solid var(--border-color);
	padding: 5px;
	font-size: 14px;
}
.count-ordering-wrap .woocommerce-result-count {
	margin: 0;
}
.woocommerce .products {
	padding: 0;
	margin: 0 -15px;
	list-style: none;
	overflow: hidden;
}
.related.products {
	margin: 0;
}
.woocommerce .products li {
	padding: 0 15px;
    float: left;
	margin-bottom: 50px;
    text-align: center;
}
.woocommerce .products li a {
	position: relative;
}
.woocommerce .products li .woocommerce-loop-product__link {
    display: block;
}
.woocommerce .products li .add_to_cart_button, .woocommerce .products li .button {
	border-color: var(--border-color);
	background-color: transparent;
	color: var(--primary-color);
	display: inline-block;
}
.woocommerce .products li .add_to_cart_button:hover, .woocommerce .products li .button:hover {
    border-color: transparent;
    background-color: var(--accent-color);
}
.woocommerce .onsale {
	position: absolute;
	right: 0px;
	top: 15px;
	background: red;
	color: #fff;
	font-family: var(--heading-fonts);
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 2px 6px;
}
.woocommerce .products li a img {
	margin-bottom: 15px;
}
.woocommerce .products li .woocommerce-loop-product__title, .woocommerce .products li .woocommerce-loop-category__title {
	font-size: 18px;
	margin-bottom: 5px;
}
.woocommerce .products li .price {
	color: var(--body-color);
	margin-bottom: 15px;
	display: block;
}
.single-product .product, .single-product .product .woocommerce-product-gallery {
	position: relative;
}
.single-product .product {
    margin-top: 10px;
}
.summary.entry-summary {
	width: 50%;
	padding-left: 35px;
}
.single-product-wrap {
    display: flex;
}
.single-product-wrap .woocommerce-product-gallery, .single-product-wrap .summary.entry-summary {
	width: 50%;
}
.single-product-wrap .summary.entry-summary {
	padding-left: 35px;
}
.single-product .product .onsale {
	left: 0;
	right: inherit;
	z-index: 10;
}
.single-product .product .woocommerce-product-gallery__trigger {
	position: absolute;
	right: 15px;
	top: 15px;
	background: #fff;
	font-size: 14px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	font-size: 12px;
    z-index: 10;
}
.single-product .product .flex-control-nav.flex-control-thumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.single-product .product .flex-control-nav.flex-control-thumbs li {
	width: 100px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
    cursor: pointer;
}
.woocommerce-Reviews .comment-form-comment label {
	display: block;
}
.related.products > h2 {
	text-transform: capitalize;
	margin-bottom: 10px;
}
.single-product .product .cart {
	display: flex;
	margin: 35px 0;
}
.single-product .product .variations_form.cart {
	display: block;
}
.single-product .product .cart .single_add_to_cart_button {
	margin-left: 10px;
}

.single-product .product .cart table, .single-product .product .cart table td {
	margin-bottom: 35px;
}
.single-product .product .cart table {
	width: 100%;
}
.single-product .product .cart table td {
	padding: 10px;
}
.single-product .product .variations_form.cart, .single-product .product .cart.grouped_form {
	display: block;
}
.single-product .product .variations_form.cart .woocommerce-variation-add-to-cart {
	display: flex;
}
.single-product .product .cart.grouped_form .button{
	margin-left: 0;
}
.single-product .product .cart .disabled {
	cursor: default;
    opacity: 0.6;
}
.single-product .product .woocommerce-variation.single_variation {
	margin-bottom: 25px;
}
.woocommerce .woocommerce-message {
	margin: 10px 0 15px;
}
.woocommerce-tabs.wc-tabs-wrapper {
	margin: 50px 0;
	background: #f9f9f9;
	padding: 30px;
}
.tabs.wc-tabs {
	display: flex;
	list-style: none;
	margin: 0 0 35px;
	padding: 0;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid var(--border-color);
}
.tabs.wc-tabs a {
	color: inherit;
	padding: 15px 20px;
	display: block;
}
.tabs.wc-tabs li.active a {
	background: var(--border-color);
}
.woocommerce-cart-form {
	margin-bottom: 35px;
}
.woocommerce-cart-form.processing {
	opacity: 0.6;
}
.woocommerce-cart-form td {
	padding: 10px;
}
.woocommerce-cart-form .product-remove {
	width: 3%;
	text-align: center;
}
.woocommerce-cart-form .product-remove a {
	color: var(--primary-color);
}
.woocommerce-cart-form .shop_table .product-thumbnail {
	width: 10%;
	padding: 10px;
}
.woocommerce-cart-form .shop_table .product-name a {
	color: var(--primary-color);
}
.woocommerce-cart-form .actions .coupon {
	display: flex;
	float: left;
	align-items: center;
	justify-content: center;
}
.woocommerce-cart-form .actions label {
	margin: 0 15px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.woocommerce-cart-form .button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
.woocommerce-cart-form .actions .button[name="update_cart"] {
	float: right;
}
.cart_totals {
	float: right;
	width: 80%;
	text-align: right;
}
.shop_table.shop_table_responsive {
	width: 100%;
	margin-bottom: 25px;
}
.shop_table.shop_table_responsive td, .shop_table.shop_table_responsive th {
	padding: 5px;
}
.shop_table.shop_table_responsive .actions {
	padding: 15px 10px;
}
.wc-proceed-to-checkout {
	text-align: right;
}
.woocommerce .form-row {
    margin-left: 0;
    margin-right: 0;
}
#customer_details {
	display: flex;
	margin: 0 -15px;
}
#customer_details .col-1, #customer_details .col-2 {
	width: 50%;
	flex: inherit;
	padding: 0 15px;
}
#customer_details .form-row label {
	display: block;
	width: 100%;
}
#customer_details .form-row .woocommerce-input-wrapper {
    width: 100%;
}
#customer_details .form-row .input-text {
	width: 100%;
}
.select2-container--default .select2-selection--single {
	background-color: #f9f9f9;
	border: 1px solid var(--border-color);
	border-radius: 0;
	height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: inherit;
	line-height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
}
.shop_table.woocommerce-checkout-review-order-table {
	width: 100%;
	margin-bottom: 25px;
	text-align: right;
}
.shop_table.woocommerce-checkout-review-order-table td, .shop_table.woocommerce-checkout-review-order-table th {
	padding: 10px;
}
#order_review_heading {
	text-align: right;
}
.wc_payment_methods.payment_methods.methods {
	padding: 0 0 0 15px;
	margin-bottom: 25px;
}
.wc_payment_methods .woocommerce-terms-and-conditions-wrapper {
	width: 100%;
	text-align: left;
}
.woocommerce-checkout .form-row.place-order {
	text-align: right;
	display: block;
}
.form-row.place-order {
	display: block;
	text-align: right;
}
.woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper {
	text-align: left;
	margin-bottom: 25px;
}
.woocommerce-form-coupon-toggle {
	margin-bottom: 25px;
}
.stars a {
	color: var(--primary-color);
}
.stars a.active {
	color: var(--accent-color);
}
/* --------------------------------------------- Responsive ------------------------------------- */
@media( min-width: 576px ) {
    .woocommerce .products li {
        width: 50%;
    }
    .gallery-columns-2 .gallery-item {
        width: 50%;
    }
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
    	width: 33.3333%;
    }
}
@media( min-width: 768px ) {
    .woocommerce .products li {
        width: 33.33333%;
    }
    .rebecca-portfolio .project .project-wrap .entry-image img {
    	height: 360px;
    }
    .gallery-columns-3 .gallery-item{
        width: 33.3333%;
    }
    .gallery-columns-4 .gallery-item{
        width: 25%;
    }
    .gallery-columns-5 .gallery-item{
        width: 20%;
    }
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item{
        width: 16.6666%;
    }
}
@media ( min-width: 992px ) {
    .rebecca-instagram-feed li.item-1 {
    	width: 100%;
    }
    .rebecca-instagram-feed li.item-2 {
    	width: 50%;
    }
    .rebecca-instagram-feed li.item-3 {
    	width: 33.33333%;
    }
    .rebecca-instagram-feed li.item-4 {
    	width: 25%;
    }
    .rebecca-instagram-feed li.item-5 {
    	width: 20%;
    }
    .rebecca-instagram-feed li.item-6 {
    	width: 16.66666%;
    }
    .rebecca-instagram-feed li.item-7 {
    	width: 14.2857%;
    }
    .rebecca-instagram-feed li.item-8 {
    	width: 12.5%;
    }
    .rebecca-instagram-feed li.item-9 {
    	width: 11.11111%;
    }
    .rebecca-instagram-feed li.item-10 {
    	width: 10%;
    }
    .rebecca-instagram-feed li.item-11 {
    	width: 9.090909%;
    }
    .rebecca-instagram-feed li.item-12 {
    	width: 8.33333%;
    }
    .sidebar {
    	padding-left: 30px;
    }
    .featured-area.slider-items-1 .slide-item .slide-item-text {
    	max-width: 600px;
    }
    .featured-area.slider-items-2 .slide-item .slide-item-text {
    	max-width: 70%;
    }
    .nav-primary.logo-left .container {
    	max-width: 95%;
    }
    .header-v1 .nav-menu {
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    }
    .header-v1 .nav-menu .primary-menu {
    	border: none;
    }
    .primary-menu, .primary-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .primary-menu {
    	display: flex;
    	align-items: center;
    }
    .primary-menu ul {
    	visibility: hidden;
    	position: absolute;
    	top: 130%;
    	left: -20px;
    	min-width: 230px;
    	background: var(--accent-color);
    	transition: 0.3s;
    	opacity: 0;
    	padding: 0;
        box-shadow: 0 10px 10px rgba(0,0,0,0.068);
        border-radius: 0 0 5px 5px;
    }
    .primary-menu ul ul {
    	top: 30%;
    	left: 100%;
    }
    .primary-menu li {
    	position: relative;
    	margin: 0 15px;
    }
    .primary-menu li.active > ul {
        visibility: visible;
    	opacity: 1;
    	top: 100%;
    }
    .nav-second .primary-menu > li:first-child {
    	margin-left: 0;
    }
    .primary-menu li li {
    	margin: 0;
    }
    .nav-second .primary-menu > li > a {
    	padding: 20px 0;
    }
    .primary-menu li li a {
    	padding: 10px 10px 10px 20px;
    	letter-spacing: 0;
    	text-transform: capitalize;
    	border-top: 1px solid var(--border-color);
    	position: relative;
    }
    .primary-menu li.menu-item-has-children:hover > ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .nav-primary .primary-menu > li.menu-item-has-children:hover > ul {
        top: 100%;
    }
    .primary-menu li li.menu-item-has-children:hover > ul {
        top: 0;
    }
    .mobile-toggle {
        display: none;
    }    
    .rebecca-portfolio.portfolio-3cols .project, .rebecca-portfolio.portfolio-4cols .project {
    	width: 33.3333%;
    }
    .gallery-columns-7 .gallery-item{
        width: 14.2857%;
    }
    .gallery-columns-8 .gallery-item{
        width: 12.5%;
    }
    .gallery-columns-9 .gallery-item{
        width: 11.1111%;
    }
    .woocommerce .products li.first {
    	clear: both;
    }
    .woocommerce .products.columns-6 li {
        width: 16.66666%;
    }
    .woocommerce .products.columns-5 li {
        width: 20%;
    }
    .woocommerce .products.columns-4 li {
        width: 25%;
    }
    .woocommerce .products.columns-3 li {
        width: 33.33333%;
    }
    .woocommerce .products.columns-2 li {
        width: 50%;
    }
    .woocommerce .products.columns-1 li {
        width: 100%;
    }
}
@media( min-width: 1200px ) {
    .elementor-section {
		max-width: 1903px;
	}
    .rebecca-promo-boxes .probox-item {
    	width: 25%;
    }
    .rebecca-promo-boxes.cols-4 .probox-item {
    	width: 25%;
    }
    .rebecca-promo-boxes.cols-3 .probox-item {
    	width: 33.3333%;
    }
    .rebecca-promo-boxes.cols-2 .probox-item {
    	width: 50%;
    }
    .rebecca-promo-boxes.cols-1 .probox-item {
    	width: 100%;
    }
    .rebecca-portfolio.portfolio-3cols .project .project-wrap .entry-image img {
    	height: 460px;
    }
    .rebecca-portfolio.portfolio-4cols .project {
    	width: 25%;
    }
}
@media( max-width: 1199.98px ) {
    .rebecca-promo-boxes {
    	display: block;
    	overflow: hidden;
    }
    .rebecca-promo-boxes .probox-item {
    	width: calc( calc( 100% - 90px) / 3 );
    	float: left;
    }
    .rebecca-promo-boxes .probox-item:nth-child(1), .rebecca-promo-boxes .probox-item:nth-child(2), .rebecca-promo-boxes .probox-item:nth-child(3) {
        margin-bottom: 30px;
    }
    .featured-area .slide-item {
    	min-height: 460px;
    }
    .featured-area .slide-item .entry-title {
	   font-size: 1.3rem;
    }
    .featured-area .post-text-inner {
    	padding: 15px;
    }    
}
@media( max-width: 991.98px ) {
    .mobile-toggle {
    	display: flex;
    	padding: 10px 0;
    	align-items: center;
    	justify-content: space-between;
    }
    .nav-primary .nav-wrap {
        display: block;
    }
    .nav-second .menu-name {
        display: none;
    }
    .site-header .nav-menu {
    	display: none;
    	background: #fff;
    	padding: 5px 15px;
    	position: absolute;
    	width: 100%;
    	top: 100%;
    	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    }
    .nav-primary {
    	position: relative;
    	z-index: 2;
    }
    .nav-second {
    	background: var(--accent-color);
    }
    .nav-wrap {
        position: relative;
    }
    .primary-menu, .primary-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .primary-menu ul {
        display: none;
    }
    .primary-menu li a {
    	display: flex;
    	padding: 10px 10px 10px 20px;
    	border-top: 1px solid var(--border-color);
    	position: relative;
    	justify-content: space-between;
    }
    .primary-menu li.btn {
    	padding: 5px 10px 5px 20px;
    	border-top: 1px solid var(--border-color);
    }
    .primary-menu li a svg {
    	width: 30px;
    	height: 30px;
    	padding: 10px;
    	margin: 0;
    }
    .primary-menu li li a {
    	padding-left: 40px;
    }
    .primary-menu li li li a {
    	padding-left: 60px;
    }
    .primary-menu > li:last-child > a {
    	border-bottom: none;
    }
    .primary-menu li.active > a{
        color: var(--accent-color);
    }
    .primary-menu li.active > a svg {
        fill: var(--accent-color);
    }
    .nav-primary .nav-menu .nav-right {
    	text-align: center;
    	padding-top: 5px;
    	display: block;
    }
    .nav-primary .nav-menu .nav-right a {
    	margin: 0 10px;
    	display: inline-block;
    }
    .nav-primary .nav-menu .search-wrap a {
        display: none;
    }
    .nav-primary .nav-menu .search-wrap .searchform {
    	position: relative;
    	background: none;
    	box-shadow: none;
        display: block;
    }
    .nav-primary .nav-menu .search-wrap .searchform input {
        width: 100%;
    }
    .mc4wp-form {
    	padding: 30px;
    }
    .mc4wp-form .mc4wp-form-fields .widget-title {
    	width: 30%;
    }
    .rebecca-instagram-feed li {
    	width: 33.33333%;
    }
    .page-template .sidebar {
        margin-top: 50px;
    }
    .az-page-inner {
	   margin: 0;
    }
    .primary-menu {
    	position: absolute;
    	top: calc(100% + 30px);
    	left: 0;
    	width: 100%;
    	box-shadow: 0 15px 15px rgba(0,0,0,0.1);
    	border-radius: 0 0 3px 3px;
    	visibility: hidden;
    	opacity: 0;
    	transition: 0.5s;
    	background: #fff;
    	padding: 0;
    }
    .nav-wrap.on .primary-menu{
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .nav-primary .nav-wrap.on .primary-menu {
        top: 100%;
    }
    .primary-menu li.active > ul {
        display: block;
    }
    .rebecca-promo-boxes .probox-item {
    	width: calc( calc( 100% - 60px) / 2 );
    }
    .rebecca-promo-boxes .probox-item:nth-child(3) {
        margin-bottom: 50px;
    }
    .shop_table.shop_table_responsive .actions .button {
    	padding: 15px 20px;
    }
    .rebecca-portfolio.portfolio-3cols .project {
    	width: 50%;
    }
}
@media( max-width: 767.98px ) {
    .page.type-page .entry-content-wrap {
    	margin: 0;
    }
    .featured-area .slide-item {
    	min-height: 300px;
    }
    .featured-area .slide-item .entry-excerpt {
        display: none;
    }
    .featured-area .slide-item .slide-item-text{
        max-width: 90%;
        min-height: 90px;
    }
    .archive-box .content-text .desc {
    	max-width: 91%;
    }
    .mc4wp-form .mc4wp-form-fields {
	   display: block;
    }
    .mc4wp-form .mc4wp-form-fields .widget-title, .mc4wp-form .widget-form {
    	width: 100%;
    	border: none;
    	margin: 0 0 10px;
    	text-align: center;
    }
    .mc4wp-form .widget-form {
    	display: block;
    }
    .mc4wp-form .widget-form p {
    	width: inherit;
    	text-align: inherit;
    	margin: 0 0 10px;
    }
    .mc4wp-form .widget-form p input {
    	width: inherit;
    	margin-right: 0;
    }
    .rebecca-post-author {
    	display: block;
    	text-align: center;
    }
    .rebecca-post-author .post-author-image {
    	width: 100%;
    	margin: 0 0 20px;
    }
    .az-page-inner {
    	max-width: 100%;
    }
    .footer-ins .rebecca-instagram-feed {
    	padding: 35px 25px 25px;
    }
    .rebecca-promo-boxes {
    	margin: 0;
    }
    .rebecca-promo-boxes .probox-item:nth-child(3) {
        margin-bottom: 30px;
    }
    .rebecca-promo-boxes .probox-item {
    	width: 100%;
        margin: 0 0 30px;
    }
    .rebecca-portfolio .project .project-wrap .entry-image img {
    	height: 260px;
    }
    .shop_table.shop_table_responsive .actions {
    	text-align: center;
    }
    .woocommerce-cart-form .actions .coupon #coupon_code {
    	width: 30%;
    }
    .woocommerce-cart-form .actions .button[name="update_cart"] {
    	float: inherit;
    	margin: 10px 0 3px;
    }
    .single-product-wrap {
	   display: block;
    }
    .single-product-wrap .woocommerce-product-gallery, .single-product-wrap .summary.entry-summary {
	   width: 100%;
    }
    .single-product-wrap .summary.entry-summary {
    	padding-left: 0;
    	margin-top: 50px;
    }
    .tabs.wc-tabs a {
    	padding: 10px;
    }
    .archive-box {
    	min-height: 200px;
    }
    .shop_table.shop_table_responsive .actions {
    	text-align: center;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	flex-wrap: wrap;
    }
    table.shop_table td.actions{overflow: hidden;}
	table.shop_table td.actions .coupon{width: 100%}
	table.shop_table td.actions .button{
		display: block;
		float: none;
		margin-top: 20px;
	}
    .shop_table.shop_table_responsive .actions .coupon .button {
    	margin: 0;
    }
	table.shop_table.cart thead{display: none;}
	table.shop_table.cart,
	table.shop_table.cart tbody,
	table.shop_table.cart tr,
	table.shop_table.cart td{
		display: block;
		width: 100%;
	}
	table.shop_table.cart tr{
		border: 1px solid #eee;
		margin-bottom: 30px;
	}
	table.shop_table.cart .cart_item td{
		overflow: hidden;
		border: none;
		border-top: 1px solid #eee;
		position: relative;
		padding-left: 150px;
	}
	table.shop_table.cart td:first-child{border-top: none;}
	table.shop_table.cart .cart_item td:before{
		content: attr(data-title);
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 150px;
		background: #f5f5f5;
		border-right: 10px solid #fff;
		padding: 15px;
	}
    table.shop_table .cart_item td.product-thumbnail {
    	padding-left: 15px;
    	text-align: center;
    	display: flex;
    	align-items: center;
    	width: 100%;
    	justify-content: center;
    }
	table.shop_table.cart .cart_item td.product-remove,
	table.shop_table .cart_item td.product-thumbnail{
		padding-left: 15px;
		text-align: center;
	}
    table.shop_table .cart_item td.product-thumbnail img {
        width: 100px;
    }
	table.shop_table.cart .cart_item td.product-remove:before,
	table.shop_table.cart .cart_item td.product-thumbnail:before{
		display: none;
	}
    .woocommerce-cart-form .actions label {
    	margin: 0;
    }
    .credits {
    	flex-wrap: wrap;
    	justify-content: center;
    }
}
@media( max-width: 575.98px ) {    
    .post-full .entry-title, .featured-area .slide-item .entry-title {
        font-size: 24px;
    }
    .featured-area .slide-item .entry-title {
        margin: 0;
    }
    .archive-box .content-text h1 {
    	margin: 0;
    	font-size: 24px;
    	letter-spacing: 3px;
    }
    .archive-box .content-text .desc {
    	display: none;
    }
    .footer-ins .rebecca-instagram-feed {
    	padding: 35px;
    }
    .rebecca-portfolio {
        margin: 0;
    }
    .rebecca-portfolio .project, .rebecca-portfolio.portfolio-3cols .project {
    	width: 100%;
    	padding: 0 0 15px;
    }
    .woocommerce .products {
        margin: 0;
    }
    .woocommerce .products li {
    	padding: 0;
    	width: 100%;
    }
    .shop_table.shop_table_responsive .actions .button {
    	padding: 15px 20px;
    	width: 100%;
    	margin-top: 10px;
    }
    .woocommerce-cart-form .actions .coupon {
    	display: block;
    	width: 100%;
    }
    .woocommerce-cart-form .actions .coupon * {
    	width: 100%;
    	display: block;
    	float: inherit;
    }
    .woocommerce-cart-form .actions .coupon #coupon_code {
    	width: 100%;
    	margin-bottom: 10px;
    }
    .sarah-mini-cart {
    	margin-right: 8px;
    }
}
@media(min-width: 768px) and (max-width: 991.98px) {
    .woocommerce-cart-form .actions .coupon {
    	width: 70%;
    }
    .woocommerce-cart-form .actions .button[name="update_cart"] {
    	width: 29%;
    }
    .woocommerce-cart-form .actions .coupon label {
    	width: 20%;
        margin: 0;
        font-size: 15px;
        letter-spacing: 0;
    }
    .woocommerce-cart-form .actions .coupon #coupon_code {
    	width: 35%;
        font-size: 16px;
    }
    .woocommerce-cart-form .actions .coupon .button {
    	width: 45%;
        padding: 15px 5px;
    }
}
