.fr-section{
    width: 100%;
    clear: both;
    font-size: 18px;
}

.fr-section p,
.fr-section li{
    line-height: 1.3;
}

.fr-section a{
    transition: all 0.3s ease;
}

.fr-section p a{
    color: #231f20;
    font-weight: 600;
    text-decoration: underline !important;
    transition: all 0.3s ease;
}

.fr-container{
    max-width: 1225px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.fr-recipes{
    background-image: url('../img/christmas-gold-crown-repeat.png');
    background-size: 40px;
}

/* notice */
.pdr-notice{
    background: #c49463;
}

.fr-section h1{
    color: #fff;
    font-size: 72px;
    font-weight: 400;
    font-family: "BlackDiamond";
    margin-bottom: 0;
    line-height: 1;
}

.fr-section h1 span{
    color: #231f20;
    font-size: 48px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    margin-bottom: 0;
    display: block;
}

/* banner */

.fr-banner{
    background-image: url('../img/christmas-red-crown-repeat.png');
    background-size: 40px;
}

.fr-banner-inner{
    background: linear-gradient(315deg, rgb(196, 148, 99) 31%, rgba(196, 148, 99,0) 31%);
}

.fr-banner-pd-logo{
    position: absolute;
    top: 30px;
    left: calc(50% - 60px);
    width: 120px;
}

.fr-banner-left {
	max-width: 100%;
    padding: 90px 0 110px;
	width: 560px;
}

.fr-banner h1{
    color: #dbc77f;
    font-size: 100px;
    margin-bottom: 10px;
}

.fr-banner h1 span {
	color: #fff;
	font-size: 66px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	line-height: 1;
	margin-bottom: 5px;
	display: block;
}

.fr-banner-left p.fr-banner-subtitle{
    color: #231f20;
    font-size: 30px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1.2;
    margin-bottom: 15px;
    width: 515px;
    max-width: 100%;
}

.fr-banner-gallery{
    margin-bottom: 50px;
}

.fr-banner-gallery img{
    margin-right: 15px;
}

.fr-banner-image{
    position: absolute;
    bottom: 0;
    right: -140px;
    max-height: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.fr-banner-image img{
    max-height: 100%;
    width: auto;
}

/* content section  */

.fr-content{
    padding: 45px 0;
    position: relative;
}

.fr-content-image-inner p:last-of-type{
    margin-bottom: 0;
}

.fr-content-image-left{
	position: absolute;
	bottom: -46px;
	left: -175px;
	max-height: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.fr-contrent-inner{
    color: #231f20;
    font-size: 17px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: 600px;
}

.fr-contrent-inner strong{
    color: #bf1b3e;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1.2;
    font-size: 25px;
}

/* recipes */

.fr-recipes{
    padding: 35px 0 25px;
}

.fr-recipes h2{
    color: #bf1b3e;
    font-weight: 400;
    font-family: "BlackDiamond";
    font-size: 55px;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
}

.fr-recipes h2 span {
	color: #fff;
	font-size: 32px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	line-height: 1;
	margin-bottom: 5px;
	display: block;
}

.fr-recipes-item{
    background-image: url('../img/white-crown-repeat.png');
    background-size: 30px;
    border: 12px solid #bf1b3e;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 500;
    margin: 0 auto 30px;
    max-width: 100%;
    padding: 30px 40px;
    text-align: center;
    width: 675px;
}

.fr-recipes-item-image{
    margin-bottom: 25px;
}

.fr-recipes h3.fr-recipes-item-title {
	color: #bf1b3e;
	font-size: 30px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	line-height: 1;
	margin-bottom: 10px;
	display: block;
}

.fr-recipes-item-intro{
    margin-bottom: 30px;
}

.fr-recipes-item-ingredients{
    margin-bottom: 25px;
}

.fr-recipes-item-method h2,
.fr-recipes-item-ingredients h2,
.fr-recipes-item-ingredients h3,
.fr-recipes-view{
    color: #bf1b3e;
	font-size: 25px;
    font-weight: 900;
	font-family: "Gotham", sans-serif;
	line-height: 1;
	margin-bottom: 10px;
}

.fr-recipes-item-ingredients h3{
    color: #231f20;
	font-size: 22px;
}

.fr-recipes-item-ingredients p{
    line-height: 1.8;
    margin-bottom: 25px;
}

.fr-recipes-view{
    font-size: 16px;
    font-weight: 900;
	margin-bottom: 0;
    text-transform: uppercase;
}

.fr-recipes-view:focus{
    color: #bf1b3e;
}

.fr-recipes-view:hover{
    color: #231f20;
}

.fr-recipes-item-stars{
    margin: 0 0 30px;
}

.fr-recipes-item-stars i{
    color: #c49463;
    font-size: 13px;
    margin: 0 3px;
}

.fr-recipes-item-more{
    display: none;
}

/* products grid */

.pdr-archive-subtitle p,
.pdr-products-grid-expanded h2 {
	color: #bf1b3e;
}

.woocommerce .pdr-products-grid ul.products li.product .pdr-button-buy,
.woocommerce .pdr-products-grid ul.products li.product .pdr-button-view-product {
	border: 2px solid #bf1b3e;
	background: #bf1b3e;
}

.woocommerce .pdr-products-grid ul.products li.product .pdr-button-buy:hover,
.woocommerce .pdr-products-grid ul.products li.product .pdr-button-view-product:hover {
    color: #fff;
}

.woocommerce ul.products {
	justify-content: center;
}


@media only screen and (max-width: 1250px) {

    .fr-container{
        padding: 0 25px;
    }

    .fr-banner-image{
        right: 25px;
        padding: 20px 0 0;
    }

}

@media only screen and (max-width: 1199px) {

    .fr-banner-pd-logo {
        left: calc(50% - 45px);
        width: 90px;
    }

}

@media only screen and (max-width: 1099px) {

    .fr-banner h1 {
    	font-size: 80px;
    }

    .fr-banner h1 span {
    	font-size: 50px;
    }

    .fr-content-image-left{
        display: none;
    }

}

@media only screen and (max-width: 1050px) {



}

@media only screen and (max-width: 992px) {

    .fr-banner-pd-logo {
    	display: none;
    }

    .fr-banner-left {
    	padding: 40px 0 60px;
    }

}

@media only screen and (max-width: 840px) {

    .fr-banner-left {
        width: 55%;
    }

    .fr-banner-image {
    	right: -50px;
    	width: 45%;
    }

}

@media only screen and (max-width: 767px) {

    .fr-section.fr-banner h1 {
    	font-size: 70px;
    	margin-bottom: 0;
    }

    .fr-section.fr-banner h1 span {
    	font-size: 45px;
    }

    i.fr-hide-mobile{
        display: none;
    }

    .fr-products-grid-expanded h2 {
    	font-size: 30px;
    }

}

@media only screen and (max-width: 600px) {

    .fr-banner-inner {
    	background: none;
    }

    .fr-banner-left {
    	width: 100%;
    }

    .fr-banner-left {
    	padding: 30px 0;
    }

    .fr-banner-image {
    	display: none;
    }

    .fr-contrent-inner strong {
    	font-size: 20px;
    }

    .fr-recipes h3.fr-recipes-item-title {
    	font-size: 24px;
    }

    .fr-recipes-item {
    	border: 8px solid #bf1b3e;
    	font-size: 15px;
        margin-bottom: 20px;
    	padding: 30px 20px;
    }

    .fr-recipes-item-image {
    	margin: 0 auto 25px;
    	width: 170px;
    }

    .fr-recipes-item-ingredients h2{
    	font-size: 22px;
    }

    .fr-recipes-item-ingredients h3 {
    	font-size: 20px;
    }

    .fr-recipes-item-ingredients p {
    	line-height: 1.6;
    }

}
