/* HIDE DURING PAGE LOAD (show via JS)
-------------------------------------------------- */



/* CUSTOMIZE THE GLOBAL STYLES
-------------------------------------------------- */

body {
    font-family: trade-gothic-next, sans-serif;
    font-size: 14px;
    font-weight: 400;
	color: #444;
    background-color: #efefef;
    transition: background 1s ease;
}
body.page-template-page-landing, body.home {
    background-color: #fff;
}
html, body {
	height: 100%;
	line-height: 1.3;
}
.fullBg {
	position: fixed;
    z-index: -102;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-attachment: fixed;*/
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*background-color: rgba(255,255,255,0.5);*/
}
.archive.woocommerce .fullBg {
    display: none;
}
.archive.tax-product_cat.woocommerce .fullBg {
    display: block;
}
a {
	color: #d51317;
}
strong {
    font-size: 1.1em;
}
a.moretag {
}
a.aIcon:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	padding-right: 0.4em;
	color: #0e0e16;
}
a.downLink:before {
	content: "\f078";
}
a.pdfLink:before {
	content: "\f1c1";
}
a:hover {
	color: #d51317;
	text-decoration: none;
}
a:hover img {
    opacity: 0.8;
}
h1, .h1 {
	color: #222;
    font-family: 'Sue Ellen Francisco', cursive;
    font-weight: 400;
}
h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
	color: #d51317;
    font-family: 'trade-gothic-next-compressed', sans-serif;
    font-weight: 400;
    font-style: normal;
}
h1, .h1 {
	font-size: 3em;
	margin: 0;
	padding: 0.2em 0;
}
h2, .h2 {
	font-size: 1.6em;
}
h3, .h3 {
	font-size: 1.4em;
    color: #111;
}
h3 a {
    color: #111;
}
h3 a:hover {
    color: #d51317;
}
h4, .h4 {
	font-size: 1.5em;
	padding-top: 1.2em;
}
input, button, select, textarea {
	border: 1px solid #e5e5e5;
    padding: 0.4em;
}
input.submitForm {
	font-size: 1.4em;
	color: #fff;
	background-color: #d0d0d0;
	padding: 0.4em;
	border: none;
}
input.submitForm:hover {
	color: #d0d0d0;
	background-color: #0e0e16;
}

.alignRight, .alignright {
	float: right;
	margin: 0 0 1em 1em;
}
.alignLeft, .alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
.thin {
}
#borders {
	width: 100%;
	overflow: hidden;
}
#page {
}

/* Page Title custo */

.mainTitle {
	font-size: 2em;
    padding: 2.2rem 0 1em 0;
    color: #d51317;
    text-align: center;
}
.mainTitle span {
	display: block;
	padding-bottom: 1rem;
	font-size: 1.2em;
	color: #222;
}

/* Parallax */
.parallax-window {
    min-height: 300px;
    background-color: transparent;
}
.no-parallax {
	padding-top: 74px;
}


/* CHROMEFRAME */
.chromeframe {
	position: absolute;
	z-index: 10000;
	width: 100%;
	top: 0px;
	overflow: hidden;
	background-color: #f00;
}
.chromeframe p {
	font-size: 14px;
	color: #fff;
	padding: 10px;
	margin: 0px;
}


/* LOGO */
.site-logo {
	background: #d51317 url("../img/logo-frifri.png") no-repeat center center;
	position: absolute;
    background-size: 75%;
    top: 0px;
    display: block;
    width: 100px;
    height: 100px;
	margin: 0;
    z-index: 1050;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    transition: all ease-in-out 0.7s;
}
.persistent .site-logo {
	position: fixed;
	width: 60px;
	height: 60px;
	left:  10px;
}
.site-logo:hover {
}
.site-logo a {
	display: block;
	height: 100px;
}
.persistent .site-logo a {
	height: 60px;
}
.site-logo a:hover {
	background-color: transparent;
	text-decoration: none;
}
.site-logo span {
	display: none;
}

/* HEADER CUSTO */

#masthead {
	height: 200px;
    position: absolute;
    width: 100%;
    z-index: auto;
}
.single #masthead {
}
.page-template-page-home #masthead {
	height: 0px;
}
#flexHead {
    display: block;
    position: relative;
    min-height: 280px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#flexHead.hugeFlexHead {
    min-height: 450px;
}
#flexHead.flexHeadTransp {
    min-height: 450px;
    background-image: transparent !important;
}
.page-template-page-home #flexHead {
	min-height: 0px;
    height: 0px;
}
.archive #flexHead {
    min-height: 240px;
}
.single #flexHead {
    position: absolute;
    width: 100%;
    overflow-x: hidden;
    z-index: auto;
}
.site-header-bg {
	width: 100%;
	overflow: hidden;
	background-color: transparent;
	content:"";
}
.persistent .site-header .container {
	max-width: 100%;
}

/* SEARCH FORM
-------------------------------------------------- */
#flexHead .formContainer {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow-x: hidden;
}
.formContainer form {
    text-align: center;
}
.formContainer label {
    min-width: 60%;
}
.faqArchive .formContainer label {
    min-width: 99.8%;
}
.formContainer input.is-search-input {
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
#flexHead .formContainer input.is-search-input {
    border: 3px solid #fff;
    background-color: rgba(255,255,255,0.75);
}
#flexHead .formContainer .is-form-style button.is-search-submit {
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
#flexHead .formContainer input.is-search-submit, .is-search-icon {
    border: 2px solid #fff !important;
    background: #fff !important;
}

/* CUSTOMIZE THE NEWSLETTER POPUP
-------------------------------------------------- */
#newsFormContent {
    width: 50%;
}

/* CUSTOMIZE THE NAV BAR
-------------------------------------------------- */
.navbar {
	top: 0px;
	padding: 10px 0 px 0;
	margin-bottom: auto;
	min-height: inherit;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    width: 100%;
    position: relative;
    z-index: 1000;
}
.navbar .container {
	/*max-width: 100% !important;*/
}
.navbar-collapse {
	max-height: none;
    justify-content: flex-end;
    /*background-color: rgba(255,255,255,0.9);*/
}
.navbar-fixed-top {
	position: absolute;
}
.persistent .navbar{
	position: fixed;
    top: 0;
	z-index: 1030;
}
.persistent .navbar {
	top: 0px;
	bottom: auto;
	padding: 0;
}
.navbar-nav li a {
 	margin: 0;
    padding: 10px;
    color: #222;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    font-size: 12px;
}
.navbar-nav li a .search-icon {
    margin-top: 8px;
}
.navbar-nav .is-menu.dropdown form {
    background-color: #fff;
    padding: 20px 10px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    text-align: center;
}
.navbar-nav li.wpml-ls-item a {
    background-color: #d51317;
    color: #fff;
    border: 1px solid #d51317;
}
.navbar-nav li.wpml-ls-item a:hover {
    background-color: transparent;
    color: #d51317;
}
.persistent .navbar-nav li a {
	margin-left: 0;
}
.navbar-nav li a:hover {
    background-color: transparent;
    color: #d51317;
}
.persistent .nav li a:hover {
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
}
.navbar-toggler {
    position: absolute;
    right: 10px;
    top: 10px
}
.navbar-toggler-icon {
	line-height: 1.5em;
    color: #d51317;
}
.persistent .navbar-toggler-icon {
}

.menu-header {
    padding-left: 130px;
	padding-right: 10px;
}
.persistent .menu-header {
	padding-left: 70px;
    padding-top: 0;
	margin-left: 0;
}
.social-menu {
	float: right;
}
header .social-menu a {
    background-color: #d51317;
    color: #fff;
    font-weight: 600;
}
header .social-menu a:hover {
    background-color: #fff;
    color: #d51317;
    border-bottom: none;
}

footer .social-menu a {
    margin: 0.3em;
}
.rn-fb a:before {
    content: "\f39e";
    font-family: "Font Awesome 5 Brands";
}
.rn-fb span {
    display: none;
}
.rn-tw:before {
    content: "\f099";
    font-family: "Font Awesome 5 Brands";
}
.rn-gplus:before {
    content: "\f0d5";
    font-family: "Font Awesome 5 Brands";
}
.rn-ln:before {
    content: "\f08c";
    font-family: "Font Awesome 5 Brands";
}
.rn-in:before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
}
.rn-yt:before {
    content: "\f167";
    font-family: "Font Awesome 5 Brands";
}
footer .social-menu a span {
	display: none;
}
li.rn-home a span {
    display: none;
}
li.rn-home a:before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.persistent .navbar-nav li.rn-home a {
    display: none;
}
.dropdown-menu {
	margin-left: -2px;
    left: 0;
    right: initial;
	background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.navbar-nav .dropdown-menu a {
	padding: 3px 10px;
    border-right: none;
    display: block;
    color: #555;
    font-size: 0.8em;
    text-transform: none;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #000;
    background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #FFDB1E;
}

/* Header BreadCrumb */

.headerBread {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 0;
    overflow-x: auto;
    padding: 65px 0 5px 0;
    background-color: rgba(255,255,255,0.65);
    font-size: 0.9em;
    color: #d51317;
    font-weight: 800;
}
.headerBread a {
    color: #222;
    font-weight: 400;
}
.headerBread a:hover {
    color: #d51317;
    border-bottom: 1px solid #222;
}
.headerBread .container {
    padding-left: 130px;
}
.headerBread .breadcrumb_last {
    display: none;
}

/* Social */
.socialShareContainer {
    margin-top: 40px;
}
.socialShareContainer .defaultTxt {
    display: block;
    text-align: center;
    font-size: 10px;
}
.faqContainer ul.heateor_sss_sharing_ul, .singleProductContainer ul.heateor_sss_sharing_ul {
    text-align: left;
}
.faqContainer .socialShareContainer .defaultTxt, .singleProductContainer .socialShareContainer .defaultTxt {
    display: inline-block;
    text-align: left;
}

/* CUSTOMIZE THE PROMOS
-------------------------------------------------- */

.wdr_product_strikeout {}
del ins {
    text-decoration: line-through !important;
}



/* CUSTOMIZE THE FOOTER
-------------------------------------------------- */
.footerBread {
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.nextPrevNav {
    background-color: rgba(255,255,255,0.5);
    position: relative;
    z-index: auto;
}
.nextPrevNav a {
    display: block;
    padding: 1em 2em;
    color: #fff;
    background-color: rgba(213,19,23,0.75);
}
.nextPrevNav a:hover {
    background-color: #d51317;
}
.nextPrevNav .prevCol, .nextPrevNav .nextCol {
    padding: 0 !important;
}
.nextPrevNav .nextCol {
    text-align: right;
}
.prevCol a:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 5px;
}
.nextCol a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: 5px;
}
footer{
	padding-bottom: 0px;
	line-height: 1;
    background-color: #444;
    color: #fff;
    font-size: 12px;
    margin-top: 40px;
}
footer .sharedaddy {
	display: none;
}
footer .row {
	padding-bottom: 20px;
}
footer .homeAddress {
    padding: 2em;
}
.widget {
}
.widget ul, .rowImgContainer ul {
	padding-left: 0;
    list-style: none;
}
.widget li, .rowImgContainer li {
	padding-bottom: 10px;
    padding-left: 15px
}
.widget li a , .rowImgContainer li a {
    color: #555;
    padding-left: 18px;
    margin-left: -30px;
}
.widget.collapseSidebarWidget li a {
    margin-left: 0;
}
.rowImgContainer li a {
    color: inherit;
}
.widget li a:before, .rowImgContainer li a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	padding-right: 5px;
	color: #d51317;
}
.widget li a:hover, .rowImgContainer li a:hover {
	color: #d51317;
}
.widget iframe {
	border: 5px solid #fff !important;
}
footer h3 {
	padding-bottom: 0.7em;
    padding-top: 2em;
	font-size: 16px;
    font-weight: 200;
    color: #999;
    border-bottom: 1px solid #666;
}
footer h4 {
    font-family: 'Sue Ellen Francisco', cursive;
    font-weight: 400;
    font-size: 1.6em;
}
footer a, footer .widget li a {
    color: #fff;
}
footer .footerBread, footer .innerPost a {
    color: #d51317;
}
footer .footerBread a {
    color: #222;
}
footer .innerPost h4 a, footer .innerPost {
    color: #444;
}
footer a img {
    max-width: 100%;
    height: auto;
}
footer .innerEntry .keywords {
    font-size: 0.8em;
}
.box_news {
}
.one_new {
	padding: 1em;
    background-color: #fff;
    margin-bottom: 1.4em;
}
.seeAllLink {
	line-height: 1.6em;
	clear: both;
	margin: 5px 0;
}
.seeAllLink a {
	font-size: 1.2em;
	display: block;
}
.seeAllLink a:hover {
	background-color: #0e0e16;
	color: #fff;
}
.contact_frame i {
	width: 1.2em;
	display: inline-block;
}
.bottomNav {
	color: #bbb;
	z-index: auto;
    text-align: center;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
    background-color: rgba(0,0,0,0.5);
}
.persistent .bottomNav .container {
	max-width: 100%;
}
.bottomNav ul {
	margin: 0 0 0 -5px;
	padding: 0;
	list-style-type: none;
	display: inline;
	float: left;
}
.persistent .bottomNav ul {
	margin: 0;
}
.bottomNav ul li {
	display: inline-block;
}
.bottomNav ul li a {
	padding-left: 5px;
	padding-right: 5px;
	line-height: 30px;
	display: inline-block;
}
#disclaimer_menu a {
    color: #fff;
    font-size: 0.7em;
}
#disclaimer_menu a:hover {
    color: #d51317;
    letter-spacing: 0.1em;
}
.copyright {
	text-align: left;
	font-size: 10px;
	line-height: 30px;
	display: inline-block;
}
.moreLink {
	float: right;
	width: 20px;
	height: 20px;
	text-align: center;
}
.moreLink a {
	line-height: 20px;
	display: block;
	font-size: 18px;
	color: #d51317;
}
.entry-title .moreLink a {
	line-height: 30px;
	font-size: 28px;
}
.moreLink a:hover {
	background: #d51317;
	color: #fff;
}

/* Back to top */

.totop {
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 104400;
	color: #d0d0d0;
}
.totop:hover, #footer-opener:hover {
}
.totop a, .totop a:visited {
	display: block;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.totop a i {
	line-height: 40px !important;
}
.totop a:hover, #footer-opener a:hover {
	color: #d51317;
	background-color: #fff;
    border-radius: 50%;
	text-decoration: none;
}

/* CUSTOMIZE THE CONTENT
-------------------------------------------------- */

.articleContent {
    padding: 1em 2em;
}
.box_image  {
	float: left;
	margin: 0px 10px 0px 0px;
}
.box_image img {
}
article img {
    max-width: 100%;
    width: auto;
    height: auto;
}
#content {
	padding: 0;
	overflow: hidden;
}
.entry-header {
	padding-top: 0;
}
.entry-content {
    line-height: 1.5;
}
.entry-content h2 {
	clear: both;
	margin-bottom: 1em;
	color: #d51317;
    font-weight: 400;
}
.recipeSteps h2 {
    font-size: 2.6em;
}
.recipeSteps h3 {
    margin-top: 1.4em;
    padding-bottom: 0.6em;
    color: #111;
}
.entry-content h3 {
	margin-top: 1em;
}
.entry-content hr, section hr {
	border-top: none;
    clear: both;
    margin: 0;
    height: 1px;
}
.entry-content a {
	border-bottom: 1px solid #d51317;
    color: #000;
    font-weight: 600;
}
.entry-content .wp-block-image a, .entry-content figure a, .entry-content .relatedProduct a {
	border-bottom: none;
}
.entry-content .wp-block-image figcaption {
    font-size: 10px;
}
.entry-content a.btn {
	color: #fff;
	border-bottom: none;
}
.entry-content a:hover {
	color: #d51317;
}
.entry-content a.btn:hover {
	color: #fff;
}
a.noBorder, a.noBorder:hover, .entry-content a.noBorder, .entry-content a.noBorder:hover {
    border-bottom: none;
}
.entry-content blockquote {
	border-left: none;
	font-style: italic;
	padding: 0;
}
.entry-content ul {

}
.entry-content li {
}
.entry-content li:before {
}
.entry-content .wp-block-gallery li {
    padding-left: 0;
    text-indent: 0;
}
.entry-content .wp-block-gallery li:before {
    content: "";
    padding-right: 0;
}
.entry-content ul.encart {
    border: 1px solid #888;
    padding: 2rem;
    background-color: rgba(213,19,23,0.15);
}

/* Document Gallery */
.document-gallery .document-icon a, .entry-content .document-gallery .document-icon a {
    padding: 10px;
    margin: 10px;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    font-size: 12px;
    color: #444;
    border-bottom: none;
}
.document-gallery .document-icon a:hover, .entry-content .document-gallery .document-icon a:hover {
    background-color: #d51317;
    color: #fff;
    border-bottom: none;
}
.document-gallery .document-icon img {
    width: auto !important;
}
.document-gallery .document-icon .title {
    padding-top: 10px;
}

.resume {
}
.resume a {
    border-bottom: none;
}
.lirePlus {
    display: block;
    text-align: right;
    font-size: 2em;
}
#contenu {
    padding: 4em;
    margin-left: 2em;
    margin-right: 2em;
    line-height: 1.5em;
}
.postMeta {
	clear: both;
	padding-top: 1em;
    font-size: 0.8em;
}
.postMeta a {
	font-style: italic;
}
.postMeta strong {
}
.singleRelated {
	padding: 1em 0;
	text-align: center;
}
.singleAlbum {
}
.singleAlbumCopy {
   color: #d51317;
   font-size: 0.7em;
   text-align: center;
}
.single article {
}
.single .aroundContent {
}
.single .entry-content {
}
#slideEntry {
	display: none;
}
.gallery figcaption {
	display: none !important;
}
.postTitle {
    line-height: 1.4em;
    font-size: 2.6em;
    padding-bottom: 1em;
}
.single .resizeContainer {
}
.single .contenuTitle {
    padding: 1em 0;
    text-align: center;
    font-size: 4em
}
.single .videoInfoContainer {
    background-color: rgba(255,255,255,0.65);
}
.single .videoLinkContainer {
    position: relative;
    text-align: center;
}
.single .videoInfoTxt {
    padding: 3em;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.single .videoLink {
    position: relative;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 4px rgba(0,0,0,0.75);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 1em;
}
.single .videoLink:after {
    display: block;
    font-size: 2em;
    content: "+";
    line-height: 1;
}
.single .videoLink:hover {
    color: rgba(255,255,255,0.8);
    border-bottom: 1px solid rgba(213,19,23,0.5);
}
.single .videoLink:hover:after {
    color: #d51317;
    text-shadow: 0 0 4px rgba(255,255,255,0.85);
}
.single .videoLink span.mainTitleSpan {
    display: block;
    font-size: 1.2em;
    padding-bottom: 0.4em;
}
.single .videoLink span.secTitleSpan {
    display: inline-block;
}

.single .videoInfoOpener {
    position: absolute;
    z-index: auto;
    display: block;
    width: 40px;
    text-align: center;
    margin-top: -44px;
    margin-left: -20px;
    color: #fff;
    left: 50%;
}
.single .videoInfoOpener span {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 40px;
}
.single .videoInfoOpener:hover span {
	color: #d51317;
	background-color: #fff;
    border-radius: 50%;
}
.single .recetteProds div.relatedProduct {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    padding: 20px;
    margin-bottom: 20px;
}
.single .recetteProds div.relatedProduct:last-of-type {
    margin-bottom: 0px;
}
.simpleA {
    display: block;
    text-align: center;
    background-color: #d51317;
    background-image: url("../img/frifri-star-bg.jpg");
    background-repeat: repeat;
    background-position: -50px -220px;
    padding: 1rem;
    margin: 1rem 0;
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);

}
.simpleA:hover {
    color: #d51317 !important;
    background-color: #efefef !important;
    background-image: none;
}
.seeAlso {
    padding-bottom: 2rem;
}
.seeAlso h2 {
    font-size: 1.4em;
}
.seeAlso .title {
    font-size: 0.8em;
    padding-top: 0.6rem;
}
.seeAlso .keywords {
    font-size: 0.7em;
}
.page #main {
    background-color: rgba(255,255,255,0.65);
}
.home.page #main {
    background-color: transparent;
}
.page .entry-content {
    background-color: #fff;
    padding: 3rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

/* Responsive videos */
.embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
    clear: both;
}
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.entry-content img,
.entry-content object,
.entry-content embed {
        max-width: 100%;
        height: auto;
}
legend {
	border: none;
}
.single .recipeAbstractContainer {
    background-color: rgba(255,255,255,0.5);
    max-width: 640px;
    padding: 20px;
    margin: auto;
}
.single .recipeAbstract {
    background-color: rgba(213,19,23,0.75);
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    padding: 10px;
}
.single .recipeAbstractTitle {
    font-family: 'Sue Ellen Francisco', cursive;
    font-weight: 400;
    font-size: 2em;
    padding-bottom: 1.2rem;
}
.single .recipeAbstractTitle a {
    display: block;
    color: #fff;
}
.single .recipeAbstractData {
    border-top: 1px solid #fff;
}
.single .recipeAbstractData ul {
    margin: 0;
    padding: 0;
}
.single .recipeAbstractData ul li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
}
.single .recipeAbstractData .goDown a {
    background-color: #d51317;
    color: #fff;
    padding: 0.4em 0.3em 0.2em;
}
.single .recetteFicheTech {
    background-color: #d51317;
    background-image: url("../img/frifri-star-bg.jpg");
    background-repeat: repeat;
    background-position: right top;
    background-size: 190%;
    padding: 40px;
    color: #fff;
    margin-top: -80px;
    margin-bottom: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    position: relative;
}
.single .recetteIngredients {
    background-color: #d51317;
    background-image: url("../img/frifri-star-bg.jpg");
    background-repeat: repeat;
    background-position: right top;
    padding: 40px;
    margin-bottom: 40px;
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    position: relative;
}
.single .recetteIngredients h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
}
.single .recetteIngredients ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.single .recetteIngredients li {
  padding-left: 2em;
  padding-bottom: 0.8em;
  line-height: 1.4em;
  text-indent: -2em;
}
.single .recetteIngredients li:last-of-type {
    padding-bottom: 0;
}
.single .recetteIngredients li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f00c";
    color: #fff;
    padding-right: 0.4em;
    font-size: 1.4em;
}
.single .recetteIngredients a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.single .recipeSteps ol {
    counter-reset: frifri-counter;
    list-style: none;
    margin: 0;
    padding: 0;
}
.single .recipeSteps ol li {
  margin: 0 0 1em 0;
  padding-left: 50px;
  counter-increment: frifri-counter;
  position: relative;
}
.single .recipeSteps ol li:before {
  content: counter(frifri-counter);
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: -50px;
  margin-top: -4px;
  background-color: #d51317;
  text-align: center;
}
.single .recipeSteps ul {
    counter-reset: none;
    margin: 0;
    padding: 0 0 0 20px;
    list-style: disc;
}
.single .recipeSteps ul li {
  margin: 0;
  padding-left: 0;
  counter-increment: none;
  position: relative;
}
.single .recipeSteps ul li:before {
  content: none;
}
.single .singleRecipes .postMeta {
    padding-bottom: 1em;
}
.single .singleRecipes .seeAlso {
    background-color: #fff;
    padding: 20px;
    margin-top: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.single .singleRecipes .seeAlso h2 {
    text-align: center;
    font-family: 'Sue Ellen Francisco', cursive;
    font-weight: 400;
    font-size: 2em;
}
.single .singleRecipes .seeAlso .innerPost {
    box-shadow: none;
}
.single .singleRecipes .seeAlso .innerPost h3 {
    font-family: 'Sue Ellen Francisco', cursive;
    font-weight: 400;
    font-size: 1.6em;
}
.single .videoInfoContainer.singleRecipes {
    padding-bottom: 40px;
}
.single .faqContainer {
    padding-top: 180px;
}
.single .faqContainer .seeAlso {
    padding-top: 3rem;
}
.barMenuContainer, .single .barMenuContainer {
    background-color: #d51317;
    background-image: url("../img/frifri-star-bg.jpg");
    background-repeat: repeat;
    background-position: right bottom;
    background-size: 190%;
    padding: 40px;
    color: #fff;
    margin-bottom: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.barMenuContainer a {
    color: #fff;
}
.single .sameMenuContainer a {
    display: block;
    padding: 10px 0 5px 30px;
}
.single .sameMenuContainer a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f059";
    color: #111;
    margin-left: -30px;
    padding-right: 10px;
}
.archive .barMenuContainer ul, .single .faqContainer .barMenuContainer ul {
    padding: 0;
    margin: 0;
}
.archive .barMenuContainer li, .single .faqContainer .barMenuContainer li {
    padding: 5px;
    margin: 0;
    list-style: square;
}
.single .otherFaq, .archive .otherFaq {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.single .faqContainer .contenuTitle {
    text-align: left;
}
.single .mainFaq .entry-content {
    font-size: 1.2em;
}
.single .faqContainer .seeAlso h2 {
    color: #222;
}

/* Contact form date picker */
div#ui-datepicker-div {
    z-index:1000!important;
}

/* Google maps embed scroll */
.scrolloff {
    pointer-events: none;
}

/* ACF Map */
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.acf-map img {
   max-width: inherit !important;
}

/* MASONRY GRID
-------------------------------------------------- */

.refGrid {
	margin-top: 2em;
	margin-bottom: 2em;
}
.footGridContainer .refGrid {
	margin-top: 0;
	margin-bottom: 0;
}
.grid-sizer { width: 50%; }
.item {
    width: 50%;
    overflow: hidden;
}
.row .item {
    width: auto !important;
}
.archives .item {
	padding: 10px;
    overflow: hidden;
}
.innerPost {
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.archives .item .innerEntry {
	padding: 10px;
    margin-top: -3em;
    position: relative;
    background-color: rgba(227,6,19,0.85);
}
.archives .item .innerEntry h2 {
    margin-top: 0;
    line-height: 1.4em;
}
.archives .item .innerItem {
	padding: 15px;
    margin: 15px;
    text-align: center;
}

/*@media screen and (max-width: 1365px) {
  .grid-sizer { width: 25%; }
  .item { width: 25%; }
}

@media screen and (max-width: 1020px) {
  .grid-sizer { width: 33.33%; }
  .item { width: 33.33%; }
}

@media screen and (max-width: 720px) {
  .grid-sizer { width: 50%; }
  .item { width: 50%; }
}

@media screen and (max-width: 480px) {
  .grid-sizer { width: 100%; }
  .item { width: 100%; }
}*/
.overlay {
    width: 100%;
    height: 0;
    background-color: rgba(213,19,23,0.75);
	background-position: left top;
	background-repeat: repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    text-decoration: none;
    color: #fff;
}
.innerOverlay {
    padding: 15px;
}
.overlay h3.title {
    margin-top: 1rem;
}
.overlay h3.title, .overlay h4, .overlay h4 span, .overlay p {
    text-align: center;
    font-size: 1.2em;
	color: rgba(255,255,255,0) !important;
}
.overlay h4 {
    font-size: 1.1em;
}
.overlay h4 span {
    font-size: 0.9em;
}
.item img {
	max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.item:hover .overlay, .item:active .overlay {
    height: 100%;
}
.item:hover .overlay h3.title, .item:hover .overlay h4, .item:hover .overlay p , .item:hover .overlay h4 span, .item:active .overlay h3.title, .item:active .overlay h4, .item:active .overlay h4 span, .item:active .overlay p  {
	color: rgba(255,255,255,1.00) !important;
}
.item:hover h2.itemTitle, .item:active h2.itemTitle {
    visibility: hidden;
    opacity: 0;
}
h2.itemTitle {
    position: absolute;
    z-index: auto;
    bottom: 0;
    font-size: 1em;
    padding: 6px 15px;
    margin: 16px;
    background-color: rgba(255,255,255,0.75);
    text-align: center;
}
h2.itemTitle strong {
    font-size: 0.8em;
    color: #888;
}


/* Footer Masonry grid */
footer .container.footGridContainer {
    max-width: 2560px;
    margin: 0 auto !important;
    padding: 0 !important;
}


/* CUSTOMIZE THE ARCHIVES
-------------------------------------------------- */

.archives .entry, .archives .masonry-entry {
	max-width: 220px;
	float: left;
	background-color: rgba(255,255,255,0.8);
	padding: 1em;
	margin: 0.9%;
	text-align: center;
	-moz-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;
	-webkit-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;
	box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;

}
.archive.category #content {
    background-color: rgba(239,239,239,0.75);
    padding-top: 20px;
}
.archives .box_image img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}
.archives h2 a {
    color: #37333b;
}
.archives .keywords {
	font-size: 12px;
	text-align: left;
}
.archives .keywords a {
	color: #666;
}
.archives .keywords a:hover {
	color: #d0d0d0;
	text-decoration: underline;
}
figcaption.wp-caption-text {
	font-size: 10px;
	text-align: left;
	line-height: 1em;
	padding: 0.6em;
	background-color: #e5e5e5;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-moz-box-shadow: rgba(0,0,0,0) 1px 2px 3px;
	-webkit-box-shadow: rgba(0,0,0,0) 1px 2px 3px;
	box-shadow: rgba(0,0,0,0) 1px 2px 3px;
}
.categoryHeader {
    text-align: center;
}
.categoryHeader h1 {
    color: #d51317;
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 1em;
}
.recetteHeadMenu .formContainer label {
    min-width: 99%;
}
.recetteHeadMenu .tableDataButt {
    padding: 8px 12px;
    font-size: 19px;
    line-height: 1;
    border-radius: 0;
    border: solid 1px #ccc;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    background-color: #fff;
    text-align: right;
}
.recetteHeadMenu #tableDataCollapsed {
    position: absolute;
    z-index: 2;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.recetteWidget {
    padding: 20px;
}
.recetteWidget a {
    display: block;
}


/*  Archives Nav */
.archiveNav {
	clear: both;
	text-align: center;
	display: block;
	padding-top: 3em;
}
.archiveNav ul {
    padding-left: 0;
}
.archiveNav li {
	display: inline;
}

.archiveNav a,
.archiveNav a:hover,
.archiveNav .active a,
.archiveNav .disabled {
	background-color: rgba(255,255,255,0.75);
	cursor: pointer;
	padding: 10px;
	padding: 0.7rem;
	border: 1px solid #fff;
	color: #37333b;
	text-decoration:none;
}
.archiveNav .current {
	padding: 10px;
	padding: 0.7rem;
}

.archiveNav a:hover,
.archiveNav .active a,
.archiveNav .current {
	color: #fff;
	background-color: rgba(213,19,23,0.75);
}

.blockLink {
    display: block;
    margin-bottom: 2em;
}
.blockLink .row, .blockLink .col-md-5, .blockLink .col-md-7 {
    margin: 0 !important;
    padding: 0 !important;
}
.blockLink .blockTxt {
    background-color: #fff;
    text-align: center;
}
.blockLink .blockTxt h2 {
    font-size: 1em;
    margin: 0;
}
.blockImg .parallax-window {
    min-height: 0 !important;
    background-size: cover;
}
.blockLink:hover .blockTxt, .blockLink:hover .parallax-window {
    background-color: #000;
    opacity: 0.5;
}
.blockLink .blockTxt h2 {
    line-height: inherit;
    font-size: 1em;
    margin: 0;
}
.blockLink:hover .blockTxt h2 {
    color: #fff;
}
.blockElement {
    margin-bottom: 30px;
}
.blockElement .verticalCenterContainer {
}
.blockElement a {
    background-color: #222;
    display: block;
    background-size: cover;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.blockElement a .verticalCenterContainer {
    background-color: rgba(0,0,0,0.25);
}
.blockElement a:hover .verticalCenterContainer {
    background-color: rgba(213,19,23,0.75);
}
.blockElement a h2 {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    font-family: 'trade-gothic-next-compressed', sans-serif;
}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 11px;
    line-height: 1;
}


/* Page 404 */

#page404Container .widget {
    min-height: auto;
    padding: 2em 0;
}
#page404Container .widget li a {
    color: inherit;
    font-family: inherit;
    font-size: 1em;
}



/* CUSTOMIZE THE LANDING PAGES
-------------------------------------------------- */

/* Landing header */
.hugeHeaderPosition {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    width: 100%;
    overflow-x: hidden;
}
.hugeHeaderContainer {
    background-color: rgba(255,255,255,0.5);
    max-width: 640px;
    padding: 20px;
    margin: auto;
}
.hugeHeader {
    background-color: rgba(213,19,23,0.75);
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    padding: 10px;
}
.hugeHeader .mainTitle {
    padding: 0;
    color: #000;
}
.hugeHeader .mainTitle span {
    color: #fff;
}
.hugeHeader .contenuTitle {
    text-align: center;
    color: #fff;
}

/*Landing Carousel*/

.carouselContainer {
    position: relative;
    padding-top: 50px;
}
.carousel {
  background: #e5e5e5;
}
.carousel-cell {
  width: 100%;
  height: 450px;
  margin-right: 10px;
  background: #e5e5e5;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.flickity-button {
    background: transparent;
    background-color: rgba(255,255,255,0.5);
}
.flickity-prev-next-button {
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
}
.flickity-prev-next-button:hover {
    background-color: transparent;
    color: #d51317;
}
.landing .verticalCenterContainer {
    height: 45vh;
    padding: 0;
    text-align: center;
}
.landing .pageColBgImg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.landing section {
    padding: 40px;
}
.landingMiniCta {
    border: 1px solid #d51317 !important;
    padding: 10px;
    color: #d51317 !important;
    background-color: #fff;
    display: inline-block;
    margin-top: 0.8em;
}
.landingMiniCta:hover {
    border: 1px solid #fff !important;
    color: #fff !important;
    background-color: #d51317;
}
.page-template-page-landing h2, .home h2 {
    font-family: 'Sue Ellen Francisco', cursive;
    font-size: 2.6em;
    padding-bottom: 40px;
}
.page-template-page-landing h2.landingSecTitle {
    font-size: 3.4em;
    text-align: center;
    color: #222;
}
.page-template-page-landing .verticalCenterContent h2 {
    padding-bottom: 0;
}
.page-template-page-landing .textContentRight h2, .page-template-page-landing .textContentRight h3 {
    color: #fff;
}
.page-template-page-landing h3 {
    color: inherit;
}
.page-template-page-landing article {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* landing group */
.landingGroup {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    border: 1px solid #fff;
    margin: 40px 0;
    font-size: 1.2em;
    line-height: 1.6em;
}
.landingGroup h2.groupH2 {
    padding: 40px;
    margin: 0;
}


/* landing-img-droite */
.imgRightContainer {
    float: right;
    width: 49%;
    position: relative;
    margin: -60px -60px 0 0;
    border: 10px solid #d51317;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.imgRightContainer img {
    border: 10px solid #fff;
}
.textContentLeft {
    width: 50%;
    padding-bottom: 50px;
}
.fullPictRight .landingMiniCta {
    margin-top: -50px;
}

/* landing-img-gauche */
.imgLeftContainer {
    width: 50%;
}
.imgLeftContainer img {
    border: 10px solid #fff;
}
.textContentRight {
    float: right;
    width: 49%;
    position: relative;
    background-color: #d51317;
    background-image: url("../img/frifri-star-bg.jpg");
    background-repeat: repeat;
    background-position: right bottom;
    padding: 40px;
    color: #fff;
    margin: -60px -60px 50px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.textContentRight a {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.fullPictLeft .landingMiniCta {
    margin-top: -50px;
    float: right;
}


/* landing-txt */
.landing .fullTxt a {
    color: inherit;
    border-bottom: 1px solid;
}

/* landing-img-droite */
/* landing-recettes */
/* landing-produits */
.produitsList .blockElement a {
    background-color: #fff;
    background-size: content;
    background-repeat: no-repeat;
    background-position: center center;
}
.recettesList, .produitsList {
    padding: 40px 0;
}

.landing section ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.landing section li {
  padding-left: 2em;
  padding-bottom: 0.8em;
  line-height: 1.4em;
  text-indent: -2em;
}
.landing section li:last-of-type {
    padding-bottom: 0;
}
.landing section li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f00c";
    color: #444;
    padding-right: 0.4em;
    font-size: 1.4em;
}
.landing section .textContentRight li:before {
    color: #fff;
}
.landing section .textContentRight li a {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}



/* CUSTOMIZE THE HOME PAGE
-------------------------------------------------- */
.verticalCenterContainer {
    display: table;
    width: 100%;
    height: 100vh;
    padding: 2em;
    overflow-x: hidden;
}
.verticalCenterContent {
    display: table-cell;
    vertical-align: middle;
    width: inherit;
}
.homeCarousel {
    padding-top: 40px;
}

.home .carousel-cell {
  height: 70vh;
  margin-right: 0;
}
.home .carousel-cell a {
  height: 70vh;
  display: block;
}
.home .carouselContent {
    position: absolute;
    bottom: 40px;
    right: 60px;
    background-color: rgba(255,255,255,0.5);
    padding: 20px;
    width: 40%;
}
.home .carouselContentIn {
    background-color: rgba(213,19,23,0.75);
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    padding: 10px;
    color: #fff;
}
.home .carouselContentIn h2 {
    color: #fff;
}
.videoCell {
    background-color: rgba(0,0,0,0.5);
    background-image: url("../img/video-symbol.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px;
    opacity: 0.5;

}
.videoCell:hover {
    opacity: 1;
}
.home .landingGroup {
background-color: #fff;
border: 10px solid #eee;
}

/* Scrolling Mouse Animation */
.scrollMouse {
    position: absolute;
    z-index: auto;
    bottom: 1em;
    left: 50%;
    margin-left: -12px;
}
.single .scrollMouse {
    bottom: 10px;
}
.home .scrollMouse {
    z-index: 2;
    bottom: auto;
    margin-top: 10px;
}
.mouse-icon {
  border: 2px solid #fff;
  border-radius: 16px;
  height: 40px;
  width: 24px;
  display: block;
  z-index: 10;
  opacity: 0.7;
    background-color: rgba(213,19,23,0.75);
}
.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-name: drop;
          animation-name: drop;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  background: #fff;
  width: 2px;
  height: 6px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
.underMouseScroll {
    background-color: #eee;
    height: 20px;
    text-align: center;
    margin-bottom: 160px;
}
.underArrow {
    border-top: 40px solid #eee;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    width: 200px;
    margin-top: 20px;
    margin-left: -100px;
    position: absolute;
}

/* Cookies */
#catapult-cookie-bar {
    font-size: 12px !important;
    background-color: rgba(0,0,0,0.8) !important;
}
#catapult-cookie-bar h3 {
}
#catapult-cookie-bar a {
}

/* CUSTOMIZE CF7  FORMS
-------------------------------------------------- */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 input[type="file"],
textarea,
 select {
     font-size: 16px;
     background-color: #f5f5f5;
     border: none;
     width: 97%;
     padding: 1%;
 }
.wpcf7 input[type="submit"] {
     color: #ffffff;
     font-size: 18px;
     font-weight: 700;
     background: #d51317;
     padding: 15px 25px 15px 25px;
     border: none;
     border-radius: 0;
     width: auto;
     text-transform: uppercase;
     letter-spacing: 1px;
 }
 .wpcf7 input:hover[type="submit"] {
     background: #494949;
     transition: all 0.4s ease 0s;
 }
 .wpcf7 input:active[type="submit"] {
     background: #000000;
 }
 .wpcf7-form-control-wrap {
     display: block;
 }
 input[type="checkbox"] {
    transform: scale(1.3);
    margin-left: 5px;
}
span.wpcf7-list-item {
    margin: 0;
    padding-bottom: 20px;
}
span.wpcf7-list-item-label {
    padding-right: 20px;
}
.fullForm label {
    /*display: block;*/
    width: 100%;
    font-weight: 600;
}
.imgradio img {
    max-height: 100px !important;
}
.ibulleInfoEan {
    display: inline-block;
    background-color: #d51317;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
.bulleInfoEan {
    position: absolute;
    z-index: 2;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #d51317;
    box-shadow: 6px 6px 10px rgba(0,0,0,0.25);
    border-radius: 6px;
    margin-top: 10px;
    margin-left: -10px;
    font-weight: 200;
}
.bulleInfoEan strong {
    font-weight: 500;
}

/* CUSTOMIZE THE SPLASH PAGE
-------------------------------------------------- */

#splashScreen #page {
    min-height: 100vh;
    position: relative;
}
#splashScreen footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.chooseLang {
    padding-top: 20vh;
}
h1.splashLogo {
    background-image: url("../img/logo-frifri.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #d51317;
    width: 300px;
    height: 300px;
    margin: 0 auto 5vh auto;
}
h1.splashLogo span {
    display: none;
}
.chooseLang a {
    display: inline-block;
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
}
.chooseLang a .splashLang {
    display: block;
    font-size: 4em;
}
.chooseLang a .splashText {
    font-weight: bold;
    color: #444;
}
.chooseLang a:hover {
    background-color: #d51317;
    color: #fff;
}
.chooseLang a:hover .splashText {
    color: #fff;
}


/* CUSTOMIZE THE SHOP
-------------------------------------------------- */

/* My Account */
.col-1, .col-2 {
    -ms-flex: auto;
    flex: auto;
    max-width: 50%;
}
#billing_company_field, #vat_number_field, #shipping_company_field {
    display: none;
}
.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-left: -60px;
}
.woocommerce-MyAccount-navigation {
    background-color: #d51317;
    background-image: url("../img/frifri-star-bg.jpg");
    background-repeat: repeat;
    background-position: right bottom;
    background-size: 190%;
    padding: 40px;
    color: #fff;
    margin-bottom: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.woocommerce-MyAccount-navigation a {
    color: #fff;
    display: block;
    text-decoration: none;
    border-color: transparent;
}
.woocommerce-MyAccount-navigation a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation li {
    padding: 5px;
    margin: 0;
    list-style: square;
}
form.edit-account fieldset legend {
    padding-top: 40px;
    font-size: 1.4em;
}
div.wpgdprc {
    font-family: trade-gothic-next, sans-serif !important;
}
.wpgdprc-form input[type=text], .wpgdprc-form input[type=email], .wpgdprc-form input[type=password], .wpgdprc-form input[type=number] {
    width: 99%;
}
.woocommerce-button.view, .woocommerce-button.invoice {
    background-color: transparent !important;
}
.woocommerce-button.view:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f06e";
    color: #d51317;
    padding-right: 0.4em;
    font-size: 1.4em;
}
.woocommerce-button.invoice:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f1c1";
    color: #d51317;
    padding-right: 0.4em;
    font-size: 1.4em;
}
.woocommerce-products-header {
    padding-top: 20px;
    padding-bottom: 30px;
}
.woocommerce-products-header h1 {
    text-align: center;
    color: #d51317;
}
.archive.tax-product_cat.woocommerce .woocommerce-products-header h1 {
    text-align: left;
    color: #444;
    padding-bottom: 40px;
}
.post-type-archive-product .sideBarToggle {
    display: none;
}
.archive.woocommerce #primary {
}
.archive.woocommerce #main {
    max-width: 1140px;
    margin: 0 auto;
}
.archive.tax-product_cat.woocommerce #main, .archive.tax-product_cat.woocommerce .otherProds {
    background-color: rgba(255,255,255,0.5);
    padding: 20px;
}
.archive.tax-product_cat.woocommerce #main .container, .archive.tax-product_cat.woocommerce .otherProdsContainer {
    background-color: #fff;
    padding: 20px;
}
.archive.tax-product_cat.woocommerce .otherProds {
    margin-top: 40px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    padding: 1em 1em 1em 4em;
}
.woocommerce table.shop_attributes th {
    width: auto;
}
.woocommerce div.product .product_title {
    clear: both;
    padding: 10px 0 0 0;
    font-size: 4em;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #d51317;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #77a464;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 18%;
    border: 1px solid #ddd;
    margin: 0 0 1% 1%;
}
.woocommerce div.product div.images img {
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #555;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    background-color: #fff;
}
.woocommerce ul.products li.product a img {
    margin: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    color: #222;
    font-weight: 400;
    margin: 0;
    padding: 10px 10px 0 10px;
    text-align: center;
    min-height: 3em;
}
.woocommerce ul.products li.product .price {
    text-align: center
}
.woocommerce ul.products li.product .button {
    border-radius: 0;
    text-align: center;
    display: block;
}
.woocommerce a.added_to_cart {
    padding: .5em;
    display: block;
    text-align: center;
}
.pitvacomp_button {
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.single-product .pitvacomp_button {
    padding: .375rem .75rem;
}
.woocommerce ul.products li.product .pitvacomp_button {
    display: block;
    margin: 0 auto;
    padding: 5px;
    font-size: 0.8em;
}
.mark, mark {
    background-color: transparent;
}
.product mark.count {
    display: none;
}
.otherProds .oneProduct {
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    margin-bottom: 1em;
}
.otherProds .oneProduct h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
    color: #222;
    font-weight: 400;
    text-align: center;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
    background-color: transparent;
    border-radius: 0;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    display: block;
    width: 100%;
}
.woocommerce-form-coupon-toggle {
    display: none;
}
.payment_method_stripe label {
    font-size: 1.4em;
    font-weight: 400;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_paypal label {
    display: inline;
    line-height: normal;
    font-weight: bold;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_paypal label a {
    float: none;
    line-height: 26px;
    margin-left: 2em;
}

/*  Wikafi - ONdB */
a.no_longer_available.product_type_simple::before {
  content: '';
}

.stock.no-longer-available {
  margin-top: 20px;
}

.woocommerce div.product .stock.no-longer-available {
  color: #E56717;
}

.stock.no-longer-available~form {
  display: none;
}

#wc_bis_product_form {
  text-align: center;
}

#wc_bis_product_form .wc_bis_form_title {
  color: red;
  text-align: left;
}

#wc_bis_product_form .wc_bis_send_form {
  background-color: #d51317;
  color: #ffffff;
  font-weight: normal;
}
/*  Wikafi - ONdB */

/* Sidebar Filters */
#sidebar {
    position: fixed;
    z-index: 10;
    top: 0;
    right: -100%;
    min-height: 100vh;
    height: 100vh;
    min-width: 50%;
    max-width: 90%;
    padding-left: 40px;
    width: auto;
    background-color: rgba(0,0,0,0.25);
    transition: all ease-in-out 1s;
}
#sidebar.active {
    right: 0;
}
.scrollableSideBar {
    overflow-y: auto;
    height: 100vh;
    padding: 100px 20px 20px 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition: all ease-in-out 1s;
}
.scrollableSideBar .count{
    display: none;
}
.sideBarToggle {
    font-size: 1.2rem !important;
    font-family: trade-gothic-next, sans-serif;
    float: right;
    cursor: pointer;
}
.collapseSidebarWidget h3 {
	padding-bottom: 0.7em;
    padding-top: 0.5em;
    margin-top: 2em;
	font-size: 16px;
    font-weight: 200;
    color: #999;
    border-top: 1px solid #e5e5e5;
}


/* SINGLE PRODUCT */

body.single-product {
    background-color: #ddd;
}
.singleProductUberContainer {
    margin-top: 44vh;
}
.singleProductContainer {
    max-width: 1020px;
    margin: 0 auto;
    position: relative;
}
.singleProductblason {
    position: absolute;
    z-index: 1;
    right: 0;
    width: 150px;
    top: -35px;
}
.single-product .transpWrap {
    background-color: rgba(255,255,255,0.5);
    padding: 20px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 40px;
}
.single-product .transpWrap:first-of-type {
    margin-bottom: 80px;
}
.single-product .solidWrap {
    padding: 40px;
    background-color: #fff;
}
.single-product .hrClear {
    clear: right;
    border-top: none;
    margin: 0;
}
h2.metaTitre {
    padding: 0.8em 0;
    font-weight: 400;
    letter-spacing: 2px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 58%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 38%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    background-color: #fff;
    padding: 40px;
    margin-left: -80px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.productDesc {
    background-color: #d51317;
    background-image: url("../img/frifri-star-bg.jpg");
    background-repeat: repeat;
    background-position: right bottom;
    padding: 40px;
    color: #fff;
    margin-right: -80px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    position: relative;
}
.productDesc h2 {
    color: #fff;
}
.productDesc ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.productDesc li {
  padding-left: 2em;
  padding-bottom: 0.8em;
  line-height: 1.4em;
  text-indent: -2em;
}
.productDesc li:last-of-type {
    padding-bottom: 0;
}
.productDesc li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f00c";
    color: #fff;
    padding-right: 0.4em;
    font-size: 1.4em;
}
.productDesc a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.single-product .woocommerce-notices-wrapper {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow-x: hidden;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message {
    margin-bottom: 0;
    border-top: 3px solid #d51317;
}
.woocommerce-breadcrumb {
    display: none !important;
}
.single-product .woocommerce-breadcrumb {
    position: absolute;
    margin-top: -100px;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,0.75);
}
.single-product .woocommerce-breadcrumb a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.single-product .woocommerce-breadcrumb a:hover {
    color: #fff;
    border-bottom: 1px solid #d51317;
}
.single-product .pdfFile {
    padding: 40px 0;
}
.single-product .pdfFile a {
    display: block;
    color: #222;
    line-height: 40px;
}
.single-product .pdfFile a:hover {
    color: #d51317;
}
.single-product .pdfFile a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f1c1";
    color: #d51317;
    padding-right: 1em;
    font-size: 1.4em;
}
.single-product p.price {
    padding-top: 40px;
}
.woocommerce table.shop_attributes {
    font-size: 0.8em;
}
a.product_type_simple {
    background-color: #d51317 !important;
    color: #fff !important;
}
.single_add_to_cart_button:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f291";
    padding-right: 1em;
    font-size: 1.4em;
}
a.product_type_simple:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f291";
    padding-right: 5px;
}
a.product_type_variable:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f46d";
    padding-right: 5px;
}
.pitvacomp_button:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f0ce";
    padding-right: 5px;
}
.pitvacomp_button:hover {
    color: #d51317;
}
.single_add_to_cart_button:hover, a.product_type_simple:hover {
    background-color: #77a464!important;
}
.single-product .sku_wrapper, .single-product .posted_in {
    display: none;
}
.single-product .up-sells {
    /*display: none;*/
}
.single-product .related {
    display: none;
}
.woocommerce span.onsale {
    width: 85px;
    height: 85px;
    line-height: 78px;
    font-size: 1rem;
    text-transform: uppercase;
    background-color: #a60c0f;
    color: #fbe305;
    background-image: url("../img/frifri-red-star-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    transform: rotate(-12deg);
    border: 2px solid #fff;
}
.woo_discount_rules_table {
    margin-bottom: 20px;
}
.wdr_td_body_title {
    font-size: 1.2em;
    font-weight: bold;
    color: #77a464;
}
.wdr_td_body_discount {
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 10px;
    color: #77a464;
}
.tableDataButt {
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #d51317;
    font-size: 1.6em;
    padding: 20px 0;
}
.tableDataButt i {
    color: #888;
}
.tableDataButt:hover {
    color: #444;
}
.tableDataButtCont {
    padding: 20px 0;
    text-align: center;
}
.tableDataButtCont .tableDataButt {
    padding: 5px;
    border: 3px solid #d51317;
}
.tableDataButtCont .tableDataButt:hover {
    background-color: #d51317;
    color: #fff;
}
.tableDataButtCont .tableDataButt:hover i {
    color: #fff;
}
.singleProductContainer .related h2, .singleProductContainer .up-sells h2 {
    text-align: center;
    padding: 20px 0;
}

/* Archive Product Alt Content */
.altContent {
    border: 1px solid lightgray;
}
.altContent .altImg {
    height: 300px;
    background-size: cover;
    background-position: center center;
}

/* Shop locator */
.maps-marker-pro {
    border: none;
}
.maps-marker-pro .mmp-list-header, .maps-marker-pro .mmp-list-row {
    border-bottom: none !important;
}
.maps-marker-pro .mmp-list-header {
    padding: 20px 0 !important;
    height: auto !important;
}
.maps-marker-pro .mmp-list-below {
    border: none !important;
}
.maps-marker-pro .mmp-list-header .mmp-list-header-left {
    width: 80% !important;
}
.maps-marker-pro .mmp-list-header .mmp-list-header-right {
    width: 20% !important;
    justify-content: flex-end;
}
.maps-marker-pro .mmp-list-header .mmp-list-search {
    max-width: 100% !important;
}
.maps-marker-pro .mmp-panel {
    border: none !important;
    background-color: transparent !important;
}
.entry-content .maps-marker-pro .mmp-panel a {
    border-bottom: none;
}
.maps-marker-pro .mmp-list-header .mmp-list-search {
    border-radius: 0 !important;
    background-color: #efefef;
}
.maps-marker-pro .mmp-list-header .mmp-list-order {
    border-radius: 0 !important;
    background-color: #efefef;
}
.maps-marker-pro .mmp-list-header .mmp-list-order:hover, .maps-marker-pro .mmp-list-header .mmp-list-order:active, .maps-marker-pro .mmp-list-header .mmp-list-order:visited {
    border-radius: 0 !important;
    background-color: #d51317;
}
.mmp-list-sort {
    display: none !important;
}
.maps-marker-pro .mmp-list-footer {
    border-top: none;
}

/* Panier */
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: auto;
}
.woocommerce table.shop_table {
    border: none;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: none;
    text-align: right;
    padding-bottom: 20px;
}
#coupon_code {
    width: auto !important;
    float: none !important;
}

/* Configurateur de friteuses */
#resultatFriteuses a {
    border-bottom: none !important;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    padding: 10px;
}
#resultatFriteuses a h4 {
    font-family: 'Sue Ellen Francisco', cursive;
    font-size: 2em;
    color: #444;
    padding-top: 10px
}
#resultatFriteuses a:hover h4 {
    color: #d51317;
}

/* transitions */

#nav, .festivalDates, .social i:hover, .moreLink a, .totop, .menu-header, .persistent .menu-header, .social-menu, .persistent .social-menu, .bottomNav .container, .persistent .bottomNav .container, .parallax-window, .copyright, .overlay, .item:hover .overlay, .overlay h3.title, .overlay p, .subhead, h2.itemTitle, #altNav, .postTitle, .persistent .postTitle, .fullBg {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
a, a:hover, a:hover img, a span, a:hover span, .videoLink, .videoLink:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


 div.cashback{
        margin-top: 20px;
        font-weight: 400;
        font-size: 1.4em;
}   

@media (max-width: 1250px){
	footer .podRefsAlbum img {
		max-width: 75px;
		height: auto;
	}
}
@media (max-width: 1200px){
    .navbar-nav li a {
        padding: 10px;
    }
}
@media (max-width: 992px){
	body {
		background-image: none !important;
	}
    .persistent .menu-header {
        padding-left: 120px;
    }
	.navbar {
		min-height: 48px;
	}
	.menu-header, .persistent .menu-header {
		margin-left: 0;
        padding: 60px 2rem 1rem 1rem;
        text-align: right;
	}	.entry-title {
		margin: 0;
	}
	.archives h2 {
    	padding-left: 5%;
	}
	.page-template-page-category-list .entry-content {
		text-align: left;
	}
	#main-menu {
    	padding-left: 0;
	}
	.halfOnSmall {
		float: left;
		padding-right: 10%;
		width: 39%;
	}
	.footerSocial {
		clear: both;
		display: block;
	}
    .single .sd-content ul {
        text-align: center;
    }
    #newsFormContent {
        width: 70%;
    }
}
@media (max-width: 768px){
    .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
        font-size: 9px;
        line-height: initial;
    }
    .col-1, .col-2 {
        max-width: 100%;
    }
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width: auto;
        float: none;
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: auto;
        float: none;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
        padding: 0;
        margin-left: 0;
        box-shadow: none;
    }
    .productDesc {
        margin-right: 0;
    }
    .textContentLeft {
        width: auto;
        padding-bottom: 0;
    }
    .textContentRight {
        width: auto;
        float: none;
        margin: -40px -40px 40px -40px;
        box-shadow: none;
    }
    .imgRightContainer {
        float: none;
        width: auto;
        border: none;
        box-shadow: none;
        margin: -40px -40px 40px -40px;
    }
    .imgRightContainer img {
        border: none;
        width: 100%;
    }
    .imgLeftContainer {
        width: auto;
    }
    .imgLeftContainer img {
        border: none;
        width: 100%;
    }
    .fullPictLeft .landingMiniCta {
        float: none;
        margin-top: 40px;
    }
    .archiveNav a, .archiveNav a:hover, .archiveNav .active a, .archiveNav .disabled {
        font-size: 10px;
        padding: 4px;
    }
    .single .recetteFicheTech {
        margin-top: 0;
    }
    .home .carouselContent {
        width: auto;
        left: 60px;
    }
    .singleProductblason {
        width: 100px;
    }
}
@media (max-width: 767px){
	.widget {
		padding: 0 3%;
	}
	#footer-closer {
		visibility: hidden !important;
	}
	#footer-opener {
		bottom: 20px;
		right: 26px;
	}
	.halfOnSmall {
		float: none;
		padding-right: 0;
		width: auto;
	}
	.widget {
		border-right: none;
	}
	.sidebarWidgetContainer {
		padding-top: 0;
		padding-bottom: 40px;
	}
	#disclaimer_menu {
		float: none;
	}
	.social-menu {
		margin-left: 0;
		margin-right: 0;
		float: none;
	}
	.social-menu li a {
        border-left: none;
	}
    .articleContent {
        padding: 1em;
        margin-top: 20px;
    }
    .articlesHome .row {
        padding: 20px 50px;
    }
    .articlesHome .col-md-6 {
        margin-bottom: 50px;
    }
    .document-gallery .document-icon {
        float: left;
        width: 49% !important;
        min-height: 20vh;
    }
        #newsFormContent {
        width: 90%;
    }

}
@media (max-width: 640px){
    body {
        font-size: 14px;
    }
	.archives .entry, .archives .masonry-entry {
		max-width: 260px;
	}
	.listBanner .widget {
		display: none;
	}
	.entry-content {
		text-align: left;
	}
}
/* Bootstrap SM */
@media (max-width: 544px){
    body {
        font-size: 12px;
    }
    .site-logo {
        left: 10px;
    }
    .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
        display: none;
    }
}
@media (max-width: 480px){
	.parallax-window {
		min-height: 200px;
	}
    .page .entry-content {
        padding: 1rem;
    }
	.archives .entry, .archives .masonry-entry {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2%;
		margin-bottom: 2%;
		min-height: inherit;
		position: relative !important;
    	top: auto !important;
    	left: auto !important;
	}
	.postTitle {
		font-size: 1.6em;
	}
	.categoryHeader h1 {
		font-size: 2em;
	}
	#primary {
	}
    .homeMenu .nav li a {
        font-size: 1.2em;
    }
    .homeContainer {
        padding: 0;
    }
    .home .mainHomeContent .entry-content h2 {
        padding: 0;
    }
    .home .socialLinks a {
        line-height: 60px;
        width: 60px;
        margin: 0 0.2em;
    }
    .home .entry-content {
        font-size: 1em;
        line-height: 1.4em;
    }
    .home #flexHead {
        min-height: 70px;
    }
    .document-gallery .document-icon {
        float: none;
        width: 100% !important;
        min-height: 0;
    }
@media (max-width: 360px){
    body {
        font-size: 10px;
    }
	.entry-content img, .wp-block-image .alignright, .wp-block-image .alignleft {
		float: none !important;
		margin-left: auto;
		margin-right: auto;
	}
    .homeMenu .nav li a {
        font-size: 1em;
    }
}
    
    

    
