/*
Theme Name: Confetti
Theme URI: https://magnoliathemes.com/confetti/
Details URI: https://magnoliathemes.com/confetti/api/details.txt/
Author: Magnolia Themes
Author URI: https://magnoliathemes.com/
Description: Confetti is a happy, snappy theme.
Version: 1.0.41
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: e-commerce, blog, food-and-drink, one-column, two-column, left-sidebar, right-sidebar, custom-background, custom-logo, custom-colors, custom-header, custom-menu, footer-widgets, theme-options, 
Text Domain: confetti

Confetti WordPress Theme © 2020 Magnolia Themes
Confetti is distributed under the terms of the GNU GPL
*/
/* Styles, Fonts, Animations */
@import url("inc/fa5all.css");
@import url("inc/bootstrap.min.css");

@font-face {
  font-family: 'AffairedeCoeur';
  src: url('fonts/AffairedeCoeurScript-Regular.eot');
  src: url('fonts/AffairedeCoeurScript-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/AffairedeCoeurScript-Regular.woff2') format('woff2'),
       url('fonts/AffairedeCoeurScript-Regular.woff') format('woff'),
       url('fonts/AffairedeCoeurScript-Regular.ttf')  format('truetype'),
       url('fonts/AffairedeCoeurScript-Regular.svg#AffairedeCoeur') format('svg');
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:Roboto;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}ul{list-style:disc;}

::selection {
    background-color: #98d8b0;
}

strong {
    font-weight: bold;
}

.hidden {
    display: none;
}

#container {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 35px;
    min-height: 50vh;
}

.confetti_container {
    width: 960px;
    max-width: 100vw;
    display: table;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    #container {
        padding: 0;
    }
}

/* Header */
.bumper {
    min-height:350px;
}

#alpheader {
    text-align: center;
    clear: both;
}

#alp_branding {
    min-height: 250px;
}

@media screen and (max-width:767px) {
    #alp_branding {
        min-height: 150px;
    }
}

.shrink #alp_branding {
    min-height: 75px;
}

.shrink {
	background: #fff;
    position: fixed;
    display: block;
    top: 0;
    width: 100%;
    height: 105px;
    z-index:99;
}

.shrink .custom-logo {
    float: left;
    display: table;
    position: relative;
}

.shrink .custom-logo img{
    height: 115px !important;
    width: auto;
    position: absolute;
    left: 25px;
    top: -10px;
    padding: 13px 0 5px 0;
}

.shrink #site-title {
    margin-left: 15px;
    display: table;
    position: relative;
    z-index: 99;
}

.shrink #site-description {
    display: none;
}

.alpmenulifter #alpmenu {
    position: relative;
    top: -75px;
}

.custom-logo {
    display: inline-block;
    width: 250px !important; /*Compensating for Woo's CSS*/
    height: auto;
    position: relative;
    z-index: 99;
}

@media screen and (max-width:1024px){
    .custom-logo {
        width: 175px !important;
    }
}

@media screen and (max-width:767px){
    .custom-logo {
        width: 135px !important;
    }
}

#alpmenu {
    width: 100%;
    padding: 7px;
    background: inherit;
}

#alpmenu #search {
    float: right;
}

#alpmenu .menu .menu-item {
    display: inline-block;
    text-align: center;
}

#alpmenu .menu .menu-item a,
.navbar-nav .menu-item a {
    display: block;
    color:#555;
    padding: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

.navbar-nav {
    background: #fff;
    border: 1px solid #eee;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler::before {
    color: #666;
    content: "\f130";
    font: normal 24px/1 "ionicons";
    margin: 0 auto;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-nav > li > a {
    display: block;
    line-height: 1;
    padding: 16px 20px;
    text-align: left;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #89C8AD;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
	background-color: rgba(0,0,0,0);
	text-decoration: none;
	color:#e66998;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  position: relative;
  z-index: 99;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: rgba(0,0,0,0);
}

.navbar {
	height: 35px;
	min-height: 35px;
}

@media screen and (max-width: 767px) {
    .alpmenulifter nav {
        position: relative;
        top:-35px;
    }
}

#alpmenu .menu .current-menu-item:nth-child(1) a,
.sub-menu .current-menu-item a,
#alpmenu .menu .menu-item a:hover,
.navbar .current-menu-item a,
.navbar .menu-item a:hover {
    color: #e66998;
    text-decoration: none;
}

.menu-item:hover {
	position: relative;
}

.sub-menu  {
	background: #fff;
	border: 2px solid #E66998;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.sub-menu::after, 
.sub-menu::before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.sub-menu::after {
    border-bottom-color: #E66998;
}

.sub-menu::after {
    border-width: 8px;
    margin-left: -10px;
}

.sub-menu a {
	font-size: 9px;
	position: relative;
	width: 200px;
}

.sub-menu .sub-menu {
	margin: -50px 0 0 199px;
}

.menu-item:hover > .sub-menu {
	left: 50%;
	margin-left: -100px;
	opacity: 1;
}

.menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
	left: 199px;
	margin-left: 0px;
	opacity: 1;
}

#left-tray-trigger {
    display: block;
    position: sticky;
    z-index:999;
    top:100px;
    border: none;
    height: 75px;
    width: 20px;
    border-radius: 0 7px 7px 0;
    background:#E66998;
    margin-bottom:-75px;
}

#left-tray-trigger:hover {
    opacity:.8;
}

#left-tray-trigger i {
    color: #fff;
}

#left-tray-trigger i {
    font-size: 2rem;
    position: relative;
    left: -5px;
}

#left-tray {
    padding-top:35px;
    overflow: scroll;
}

.tray-notice {
    text-align: center;
    font-weight: 600;
}
/* Layouts */
.content_sidebar {
    width: 70%;
    float: left;
}

.sidebar_content {
    width: 70%;
    float: right;
}

.alignright{
    float: right;
    margin-left: 15px;
}

.alignleft{
    float: left;
    margin-right: 15px;
}

.aligncenter{
    display: table;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    #alpcontent {
        width: 100%;
        float: none;
    }
    #sidebar {
        display: none;
    }
}

/* Body */
body {
    background: #fff;
    font-family: 'Roboto',sans-serif;
    font-size: 14.5px;
    font-weight: 200;
    line-height: 2;
}

#alpcontent {
    padding-bottom: 45px;
}

.primary_content ul li {
    font-size: 16px;
    margin-left: 25px;
}

#comments-list ul li {
    list-style: none;
}

p {
    letter-spacing: .5px;
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 15px;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 50px;
	color: #cacaca;
	height: 0;
	position: relative;
	left: -30px;
	top: -15px;
}

.entry-title {
	text-align: center;
	padding: 10px 0;
	border-bottom: 4px dotted #E66998;
	margin-bottom: 15px;
}

@media screen and (max-width:767px) {
    .entry-title {
        border-bottom:2px dotted #e66998;
    }
}

/* HGroup */
h1, 
h2, 
h3 {
    font-family: 'AffairedeCoeur';
    margin-bottom: 7px;
    line-height: 1;
    letter-spacing:0;
}

h4, 
h5, 
h6 {
    font-family: 'Lato';
    text-transform: uppercase;
    margin-bottom: 7px;
    line-height: 1;
}

h1 {
    font-size: 5em;
}
h2 {
    font-size: 4em;
}
h3 {
    font-size: 3em;
}

@media screen and (min-width:768px) {
    #alp_branding h1 {
        position: relative;
        top: 75px;
        font-size: 7em;
    }
}

.shrink #alp_branding h1 {
    position: relative;
    top: 0;
    font-size: 5em;
}

@media screen and (min-width:768px){
    #alp_branding .custom-logo {
    	top:25px;
    }
}

.shrink #alp_branding .custom-logo {
	top:0;
}

/* Images */
#alpthemewrapper img {
    max-width: 100%;
    height: auto;
}

article .size-blog-entry-image {
    display: block;
    margin: 5px auto;
    border-radius: 10px;
}

/* Links & Buttons */
a {
    color:#e66998;
    text-decoration: none;
}

.widget-container a {
    font-weight: 300;
}

.alpbutton {
    display: inline-table;
    padding: 3px 15px;
    font-weight: 400;
}

.nav-previous,
.nav-next {
    display: table;
    width: auto;
    padding: 4px 10px;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

.nav-previous,
.nav-next,
a.more-link, 
.more-from-category a, 
.elementor-button, 
#subbutton, 
.gform_button, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.submit, 
.search-form-submit,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.nav-previous,
.nav-next,
.search-submit,
.button,
.alpbutton {
    background-color: #fbe471;
    color: #000; 
    border: none;
    border-radius: 35px !important;
}

.nav-previous:hover a,
.nav-next:hover a,
.nav-previous:hover,
.nav-next:hover,
a.more-link:hover, 
.more-from-category a:hover, 
.elementor-button:hover, #subbutton:hover, 
.gform_button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.submit:hover, 
.search-form-submit:hover,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt:hover, 
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
.search-submit:hover,
.button:hover,
.alpbutton:hover {
    background-color: #f9d006;
    color: #000;
    transition-duration: 1.5s;
}

.more-link {
    display: table;
    width: 125px;
    text-align: center;
    margin: 10px auto;
}

/* Inputs */
input, 
textarea {
    margin-bottom: 5px;
    margin-top: 0;
    border: 1px solid #254c82;
    border-radius: 35px;
    max-width: 100%;
    padding: 15px;
}

input[type="submit"] {
    padding: 7px 14px;
    font-size: 14px;
}

#comment {
    width: 100%;
}

/* WooCommerce */
.orderby {
    padding: 7px;
    background: #ffe64a;
    font-size: 12px;
    text-align: center;
    border-radius: 35px;
    border: 1px solid #254c82;
    font-weight: 500;
}

select { 
    width: 150px; 
    text-align-last:center; 
}

@media screen and (max-width:767px) {
    select {
    -webkit-appearance: none;
    -webkit-border-radius: 35px; 
    }
}

.woocommerce div.product form.cart .variations select {
    font-size: 14px;
    padding: 7px;
    
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce-loop-product__title {
    font-size: 3em !important;
    padding: 0 !important;
    line-height: 1.5 !important;
}

.woocommerce span.onsale {
    font-size: 10px !important;
    padding: 4px 7px !important;
}

.amount,
.woocommerce .woocommerce-breadcrumb a{
    color: #f95e99;
}

.woocommerce .quantity .qty {
    font-size: 1em;
    padding: 7px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    margin-bottom: 5px;
    margin-top: 0;
    border: 1px solid #254c82;
    border-radius: 35px;
    max-width: 100%;
    padding: 9px;
    width: auto;
    text-align: center;
}

.woocommerce-info::before,
.woocommerce-message::before {
    color: #E66998;
}

.woocommerce-info,
.woocommerce-message {
    border-top: 4px dotted #E66998;
}

@media screen and (max-width:767px) {
    .woocommerce-info,
	.woocommerce-message {
        border-top: 2px dotted #E66998;
    }
}

.cart-contents {
  background-color: rgba(255,255,255,.45);
  width: auto !important;
  color: #333;
  font-size: 16px;
  padding: 7px;
  position: absolute;
  right: 15px;
  top: 30px;
  z-index: 9999;
  border-radius: 7px;
}

.cart-contents:before{
  font-family: 'Font Awesome 5 Pro';
  color: #333;
  content: '\f290';
  font-size: 16px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  padding-right: 5px;
  vertical-align: bottom;
}

.cart-contents:hover {
  background-color: #E66998;
  color: #fff;
  text-decoration: none;
}

.cart-contents:hover:before {
  color: #fff;
}

.woocommerce-cart-form,
.woocommerce-checkout .checkout {
    width: 960px;
    max-width: 100%;
    display: table;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product {
        width: 48% !important;
    }
    .woocommerce-loop-product__title {
        line-height: 1 !important;
    }
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 1px solid #e66998;
    padding: 2px;
    margin: 0;
    float: none;
    display: inline;
    overflow: hidden;
    border-radius: 100%;
    width: 35px;
    height: 35px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: none;
    color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: none;
}

.woocommerce nav.woocommerce-pagination ul li:hover a {
    color:000;
}

.woocommerce nav.woocommerce-pagination ul li:hover {
    background: none;
    border: 1px solid #000;
    color:#e66998;
}

.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img {
    border-radius: 35px;
}

/* Sidebar */
#sidebar {
    width: 30%;
    float: left;
    padding: 0 25px;
}

#primary .widget-container {
    padding: 15px 0;
    border-top: 4px dotted #E66998;
}

@media screen and (max-width:767px) {
    #primary .widget-container {
        border-top: 2px dotted #E66998;
    }
}

#sidebar .profile-picture {
    border-radius: 100%;
    width: 300px;
    height: auto;
    display: table;
    margin: 15px auto;
}

/* Footer */
.alp_smb {
    clear: both;
    text-align: center;
}

.smbwrap {
    background: url('images/pink.jpg') center center no-repeat;
    background-size: 200%;
    display: inline-table;
    padding: 0;
    width: 35px;
    height: 35px;
    margin: 10px 5px;
    border-radius: 100%;
}

.smbwrap a,
.alp_smb a {
    font-size: 1.2em;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 100%;
}

.smbwrap:hover,
#sidebar .profile-picture:hover {
    animation-name: spin;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
}

.social_button_shortcode {
    text-align: center;
}

.social_button_shortcode .smbwrap a {
    font-size: 17px;
}

#header-primary,
#footer-primary {
    padding: 0 10px;
}

.widget-container,
.widget-container ul li,
nav li {
    list-style: none;
}

.instagram-widget-area,
.alp_smb,
.footer-widgets {
    width:100%;
    max-width: 1500px;
    display: block;
    margin: 0 auto;
}

.instagram-widget-area {
    clear: both;
    margin-bottom:20px;
}

.footer-widgets, 
.entry-meta, 
.search-form, 
.widget-title {
	text-align: center;
}

#footer-widgets .widget-container {
    padding: 7px;
    width: 30%;
    float: left;
    margin: 5px 1%;
}

#left-tray {
    width: 100%;
    text-align: center;
}

#left-tray .widget-container {
    padding: 7px;
    width: 100%;
    padding: 15px 0;
    border-top: 4px dotted #E66998;
}

@media screen and (max-width:767px) {
    #left-tray .widget-container {
        border-top: 2px dotted #E66998;
    }
    #left-tray .widget-container li a {
        font-size:1.5rem;
    }
}

#left-tray .widget-container table {
    display: table;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    #footer-primary .widget-container {
        width: 100%;
        float: none;
        text-align: center;
        padding: 15px 0;
        border-top: 2px dotted #E66998;
    }
}

.sitefooter {
    clear: both;
    text-align: center;
    width: 100%;
    background:url(images/footerbg.jpg) center center no-repeat;
    background-size: 100%;
    min-height: 75px;
    font-size: 18px;
}
