/*
	Theme Name: Alfredulla Theme
	Description: Alfredulla Theme
	Version: 1.0.0
	Author: Mark Cinco
	Author URI: https://markcinco.me
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400i&display=swap');

a {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.background-purple {
    background-color: #79467F;
}

.background-orange {
    background-color: #BE7268;
}

.background-blue {
    background-color: #464CB5;
}

/*------------------------------------*\
    NAV
\*------------------------------------*/
.navbar {
    box-shadow: none;
    background-color: transparent;
	font-family: "century gothic";
}

.navbar-brand {
	font-weight:bold;
	letter-spacing:1px;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-title {
    font-size: 3em;
    margin: 10px 0 40px;
    color: #45141F;
}

#home-carousel .carousel-item > div {
    height: 500px;
    background: no-repeat center;
    background-size: cover;
}

#home-carousel .carousel-text h2 {
    color: #fff;
    font-size: 2.4em;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
}

#home-carousel .carousel-text button {
    background-color: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
}

.home-category-box {
    height: 300px;
    padding: 20px;
    display: flex;
    background: no-repeat center;
    background-size: cover;
    margin-bottom: 30px;
    color: #fff;
}

.home-category-box.dark {
    color: #45141F;
}

.home-category-box.right-text {
    justify-content: flex-end;
    text-align: right;
}

.home-category-box h2 {
    position: relative;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
}

.home-category-box h2:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    border-top: 3px solid #fff;
}

.home-category-box.right-text h2:after {
    right: 0;
    left: initial;
}

.home-category-box.dark h2:after {
    border-color: #45141F;
}

#partnters {
	text-align:center;
}

#partners h2 {
	font-family:century gothic;font-family: 'Cormorant Garamond', serif;
	font-style: italic;
}

.partners-logos img {
    margin: 0 20px 20px;
}

.product-item {
    height: 200px;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

[class^=product-image] {
    background: no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: 0.2s all;
    cursor: pointer;
    display: block;
}

.product-image-banner {
    background-size: cover;
}

.product-item:hover [class^=product-image]{
    transform: scale(1.2);
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*------------------------------------*\
    CATEGORY
\*------------------------------------*/
.category-banner {
    height: 400px;
    padding: 100px;
    color: #fff;
}

.category-banner h2 {
    font-size: 2.8em;
	font-family: 'Cormorant Garamond', serif;
	font-style:italic;

}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
footer {
    margin-top: 40px;
}

footer .site-map {
    border-top: 10px solid;
    border-bottom: 1px solid;
    border-color: #45141F;
    padding: 40px 0;
}

footer .legal-footnote {
    display: block;
    margin: 20px 0;
    font-size: 0.7em;
    color: #45141F;
}

footer #newsletter-form {
    margin: 10px 0 0;
}

footer #newsletter-form input {
    border: 1px solid;
    background-image: none;
    padding: 10px;
}

footer #newsletter-form button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    background-color: #45141F;
    color: #fff;
}

footer .mailing-list span {
    font-size: 0.75em;
    line-height: 1.2em;
    color: #b0b0b0;
    display: block;
}

footer #newsletter-form button:hover {
    background-color: #3c141e;
}

/*sm*/
@media (min-width: 576px) {
    .navbar-nav li {
        margin: 0 60px;
    }
}

/*md*/
@media (min-width: 768px) {
}

/*lg*/
@media (min-width: 992px) {
}

/*xl*/
@media (min-width: 1200px) {
}

/*------------------------------------*\
    CUSTOM COLUMNS
\*------------------------------------*/

.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-15 {
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 768px) {
    .col-sm-15 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.col-40,
.col-sm-40,
.col-md-40,
.col-lg-40 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-40 {
    flex: 0 0 40%;
    max-width: 40%;
}

@media (min-width: 768px) {
    .col-sm-40 {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (min-width: 992px) {
    .col-md-40 {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (min-width: 1200px) {
    .col-lg-40 {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

.col-60,
.col-sm-60,
.col-md-60,
.col-lg-60 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-60 {
    flex: 0 0 60%;
    max-width: 60%;
}

@media (min-width: 768px) {
    .col-sm-60 {
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media (min-width: 992px) {
    .col-md-60 {
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media (min-width: 1200px) {
    .col-lg-60 {
        flex: 0 0 60%;
        max-width: 60%;
    }
}