/**
 * Theme Name: Merry Edwards
 * Description: Winery and Vineyards, Russian River Valley
 * Author: Vin
 * Author URI: https://vinagency.com
 * Template: blocksy
 * Text Domain: blocksy
 */

/*

	Elements
	Typography
    Forms
    Layout
    Buttons
	Util
    Footer
    Pages
	Posts
    Recipes
  	Components
  	Overrides
	Variables
    Grid
    Media Queries
    Print

*/


/* =Elements */

img,
a img {
color:transparent !important;
text-indent: -9999px;
}
svg,
svg * {
box-sizing: content-box;
}
pre {
background-color: #fff !important;
}


/* =Forms */

input, select, textarea {
border-radius: 0;
}
.form-group {
margin-bottom: 1.5em;
}
.form-required {
color:#cc0000;
}


/* =Typography */

body h1 {
text-align: center;
}
/*body h2 {
text-align: center;
}*/
h1.size-2 {
font-size:48px;
}
h2.size-2 {
font-size: 36px;
}
h2.size-2 {
font-size: 27px;
margin-top: 1.5em;
}


/* =Layout */

.table {
display: table;
width:100%;
height: 100%;
}
.cell {
display: table-cell;
width:100%;
height: 100%;
}
.vert-align {
vertical-align: middle;
}

.extra-narrow {
max-width:480px;
}
.narrow {
max-width: 640px;
}
/*.default-width,*/
.medium {
max-width: 860px;
}
/*.alignwide,*/
.wide {
max-width: 1100px;
}
.extra-wide {
max-width: 1440px;
}
.hr-small-wrap {
margin-left: auto;
margin-right: auto;
}
.extra-narrow {
margin-left: auto;
margin-right: auto;
}
.narrow {
margin-left: auto;
margin-right: auto;
}
/*.default-width,*/
.medium {
margin-left: auto;
margin-right: auto;
}
/*.alignwide,*/
.wide {
margin-left: auto;
margin-right: auto;
}
.extra-wide {
margin-left: auto;
margin-right: auto;
}

@media only screen and (max-width: 540px){/* mobile */

.padded,
.extra-narrow,
.narrow,
.medium,
/*.default-width,*/
.wide,
/*.alignwide,*/
.extra-wide,
/*.alignfull*/
.full {
padding-left:30px;
padding-right:30px;
}
}

@media only screen and (min-width:541px) and (max-width:999px ){/* tablet */

.padded,
.extra-narrow,
.narrow,
.medium,
/*.default-width,*/
.wide,
/*.alignwide,*/
.extra-wide,
/*.alignfull*/
.full {
padding-left:60px;
padding-right:60px;
}
}

@media only screen and (min-width: 1000px){/* all desktop */

.padded,
.extra-narrow,
.narrow,
.medium,
/*.default-width,*/
.wide,
/*.alignwide,*/
.extra-wide,
/*.alignfull*/
.full {
padding-left:60px;
padding-right:60px;
}
}




/* =Footer */

body .footer-menu-secondary a {
font-size: 18px;
}
span.divider {
display: inline-block;
margin: 0 5px;
opacity: .5;
}

/* Footer extras */

.footer-extras {
text-transform:uppercase;
font-size:12px;
}
.footer-extras a {
text-decoration:none;
}
@media only screen and (max-width: 768px){/* mobile and tablet */
/*.footer-extras {
text-align:center;
}*/   
}
@media only screen and (min-width: 769px){/* desktop */
/*.footer-extras {
text-align:right;
}*/
}


/* =Buttons */

a.button,
.c7-btn,
a.wp-block-button__link,
a.wp-block-button__link:link,
a.wp-block-button__link:visited {
outline:1px solid #b16785;
outline-offset: -6px;
/*border-top:2px solid #965871;
border-bottom:2px solid #965871;*/
}
a.button:hover,
.c7-btn:hover,
a.wp-block-button__link:hover {
outline:1px solid #d87da2;
outline-offset: -6px;
/*border-top:2px solid #d87da2;
border-bottom:2px solid #d87da2;*/
}
.big-buttons a.wp-block-button__link {
padding: 25px;
}



/* =Util */

.deco-box::before,
.deco-box::after {
content:' ';
display: block;
position: absolute;
}
.deco-box::before {
border:5px solid #e6e4dd;
width:calc(100% - 20px);
height:calc(100% - 20px);
top:10px;
left:10px;
}
/*.deco-box::after {
border:1px solid #e6e4dd;
width:calc(100% - 30px);
height:calc(100% - 30px);
top:15px;
left:15px;
}*/

.deco-box-light::before {
border:5px solid #fff;
}
/*.deco-box-light::after {
border:1px solid #fff;
}
*/

figure.alignright {
margin-bottom: 1.5em;
}
.call-out {
padding: 30px 20px;
border:3px double #e6e4dd;
}
.call-out h2:first-child {
margin-top: 0;
}
hr.divider {
width: 100px;
border:none;
border-top:10px solid #e6e4dd;
margin:30px auto;
/*tmp*/
}
hr.spacer {
border:none;
margin:2em auto;
background-color: transparent;
}
.no-deco,
.no-deco a {
text-decoration:none;
}
.white,
.white a,
.white a:link,
.white a:visited,
.white a:hover,
.white a:focus {
color:#fff;
}
.flex-vertical-align {
justify-content:center !important;
}
.centered {
text-align: center;
}
hr.spacer {
border:none;
}


/* =Pages */

/* splash */

.page-id-688 .footer-menus {
position: absolute;
top:-10000px;
left:-10000px;
}
.splash-logo {
padding: 20px;
}
.splash-logo figure {
display: block !important
}
.splash-logo a {
display: block;
text-align: center;
}
.splash-logo img {
width:400px;
max-width: 100%;
height:auto;
}


/* =Posts */

.post-category-title {
text-align: center;
--fontFamily: 'ct_font_deco__core', sans-serif;
font-family: var(--fontFamily);
letter-spacing: 1px;
margin-bottom: 0;
font-size:24px;
}

.single-wine .page-description,
.single-wine .entry-meta,
.single-wine main > .hero-section
/*.single-vineyards .page-description,
.single-vineyards .entry-meta,
.single-vineyards main > .hero-section,*/
.single-beer .page-description,
.single-beer .entry-meta,
.single-beer main > .hero-section {
display: none;
}

/* Posts filter nav */

body[data-prefix="posts_archive"] .ct-dynamic-filter,
body[data-prefix="recipes_archive"] .ct-dynamic-filter {
--fontWeight: 400;
--fontSize:  18px;
--fontFamily: 'ct_font_deco__core', sans-serif;
}


/* Vineyards */

.single-vineyard-icon {
text-align: center;
}
.single-vineyard-icon img {
max-width: 300px;
display: inline-block;
}
.single-vineyard-wines {
text-align: center;
margin: 3em auto;
outline:5px solid #e6e4dd;
outline-offset: 4px;
}
.single-vineyard-wines h2 {
margin:1em 0 .5em;
}


/* vineyards carousel */

.vineyards-carousel {
text-align: center;
max-width:1400px;
margin:0 auto;
padding: 0 20px;
}
.vineyards-carousel h2,
.vineyards-carousel p {
text-align: center;
}
.vineyards-carousel h2 {
margin-top: 1em;
margin-bottom: .5em;
}
.vineyards-carousel a {
display: block;
padding-bottom: 0;
}
.vineyards-carousel img {
scale: 1;
transition: .5s all ease-out;
}
.vineyards-carousel a:hover .vineyards-carousel-image img {
scale:1.05;
transition: .25s all ease-out;
}
.vineyards-carousel-image {
overflow: hidden;
}
.vineyards-carousel .entry-summary p,
.vineyards-carousel-excerpt p {
font-family: 'ct_font_deco__core', sans-serif;
font-size:21px;
}
.vineyards-carousel-excerpt p {
margin-bottom: 0;
}


/* vineyards grid */

.vineyards-grid {
text-align: center;
max-width:1400px;
margin:0 auto;
padding: 0 20px;
}
.vineyards-grid article {
outline:2px solid transparent;
outline-offset: 0;
transition: .5s all ease-out;
}
.vineyards-grid article:hover {
outline:3px solid #eee;
outline-offset: 10px;
transition: .25s all ease-out;
}
.vineyards-grid.wp-block-kadence-posts .loop-entry {
border-radius: 0 !important;
}
.vineyards-grid h2 {
margin: 1em auto .5em !important;
text-align: center;
}
.vineyards-grid a {
display: block;
text-decoration: none;
}
.vineyards-grid a.post-thumbnail {
margin-bottom: 0 !important;
}
.vineyards-grid .post-thumbnail-inner img,
.vineyards-grid-image img {
scale: 1;
transition: .5s all ease-out;
}
.vineyards-grid article:hover .post-thumbnail-inner img,
.vineyards-grid a:hover .vineyards-grid-image img {
scale:1.05;
transition: .25s all ease-out;
}
.vineyards-grid .entry-summary p,
.vineyards-grid-excerpt p {
font-family: 'ct_font_deco__core', sans-serif;
font-size:21px;
margin:.5em auto 1em !important;
}

body .single-vineyard .wp-block-kadence-advancedgallery {
margin-top: 30px;
}
@media screen and (min-width:1100px){

.single-vineyard .wp-block-kadence-advancedgallery {
margin-left: -150px;
margin-right: -150px;
}
}


/* Wine */

.wine .post-navigation .ct-image-container img {
position: relative;
height:auto;
width: auto;
}
.wine .post-navigation figure {
border-radius: 0;
}
.wine .post-navigation [class*="nav-item"]:hover figure::after {
opacity: 0;
display: none;
}

body .entry-card.wine img {
position: relative;
height:350px;
width:100%;
display: block;
object-fit: contain;
}
.entry-card.wine [class*="ct-image-container"] [class*="ct-ratio"] {
display: none;
}
body .wine .ct-featured-image .ct-image-container img, 
body .wine .ct-featured-image .ct-image-container picture
element {
position: relative;
left: auto;
right: auto;
display: inline-block;
height: 75vh;
object-fit: contain;
}
body .wine .ct-featured-image [class*="ct-image-container"] {
display: block;
}

/* Recipes */

.recipe-description {
font-size: 1.25em;
margin-bottom: 2em;
line-height: 2em;
}
.recipe-pairing-box {
margin-bottom: 3em;
}
.recipe-pairing-wine {
text-align: center;
}
.recipe-pairing-wine h3:last-child {
margin-bottom: 0;
}

/* Press */
#post-698 {
padding-top: var(--content-vertical-spacing);
}



/* =Components */

/* wp front notification  */

#wpfront-notification-bar-table td {
padding-top: 10px;
padding-bottom: 10px;
}
body .wpfront-notification-bar div.wpfront-close {
padding: 10px 10px;
font-size:0;
}
body .wpfront-notification-bar div.wpfront-close:before {
font-size: 20px;
content:"\00d7";
font-weight: normal;
}


/* commerce7 */

body .c7-content.c7-account-login {
padding:0 30px;
}
.c7-btn,
.c7-btn--alt {
font-family: 'ct_font_deco__core';
}

@media screen and (max-width:768px){
.c7-account-login .c7-form__buttons button {
margin-left: 0;
margin-right: 0;
}
}

@media screen and (min-width:999px){
body .c7-product-detail .c7-product__image img {
max-height: inherit;
}

}

body [class*="ct-container"] > article.c7-signup-page {
margin: 0;
margin: 0;
}
body article.c7-signup-page {
width:100% !important;
}
article.c7-signup-page .wp-block-kadence-rowlayout {
margin-left: auto !important;
margin-right: auto !important;
max-width: 700px !important;
}
article.c7-signup-page .form-wrapper {
margin-left: auto !important;
margin-right: auto !important;
max-width: 700px !important;
padding-left: 20px;
padding-right: 20px;
}
.form-wrapper .row {
margin-left: 0;
margin-right: 0;
}

.c7-user-nav__account > a:hover,
.c7-user-nav__account > a:focus,
.c7-user-nav__cart > button:hover,
.c7-user-nav__cart > button:focus {
/*.c7-user-nav__account__login:hover,
.c7-user-nav__account__login:focus {*/
--c7-header-text-color:#111;
transition:all .25s ease-out;
}
.c7-user-nav__account > a,
.c7-user-nav__cart > button {
transition:all .25s ease-out;
--c7-header-text-color:#707070;
}


/* overlay menu */

body [class*="ct-toggle-close"]{
--toggle-button-inset-end: auto;
right: auto;
left: 0;
margin-inline-start:0;
}


@media screen and (min-width:690px){
body .ct-panel-actions {
padding-top: 20px;
}
}


/* aos */

body [data-aos='fade-up']{
transform:translate3d(0, 30px, 0)
}
body [data-aos='fade-down']{
transform:translate3d(0, -30px, 0)
}
body [data-aos='fade-right']{
transform:translate3d(-30px, 0, 0)
}
body [data-aos='fade-left']{
transform:translate3d(30px, 0, 0)
}
body [data-aos='slide-up']{
transform:translate3d(0, 30px, 0)
}
body [data-aos='slide-down']{
transform:translate3d(0, -30px, 0)
}
body [data-aos='slide-right']{
transform:translate3d(-30px, 0, 0)
}
body [data-aos='slide-left']{
transform:translate3d(30px, 0, 0)
}


/* wine library */

.wine-library-container {
margin: 0 auto;
max-width: 1660px;
padding: 0 20px;
}
.wine-library-container h2 {
text-align: center;
}
.wine-library-image {
text-align: center;
}
.wine-library-accolade {
margin: 2em auto 2em;
padding: 30px;
border: 1px solid #ccc;
}
.wine-library-accolade p {
margin-bottom: .5em;
}
.wine-library-accolade-score {
font-weight: bold;
text-align: center;
}
.wine-library-accolade-review {
font-size: .875em;
}
.wine-library-accolade-source {
margin-top: .5em;
text-align: center;
font-size: .875em;
}
.wine-library-recipe {
display: block;
font-size: 21px;
text-align: center;
padding: 5px 0;
}
.wine-library-downloads {
/*margin: 2em auto 2em;*/
}
.wine-library-downloads-inner {
text-align: center;
}
.wine-library-downloads-inner a {
display: inline-block;
padding: 0 10px;
}



/* accessible accordion */

.accessible-accordion {
border-bottom: 1px solid rgba(0,0,0,.3);
}
.entry-content .accessible-accordion__title {
margin-top: 0;
margin-bottom: 0;
font-size: 1.25em;
letter-spacing: .1em;
font-weight: 300;
}
.accessible-accordion__header,
.accessible-noanim-accordion__header,
.accessible-css-accordion__header {
display: block;
background: none;
border: 0;
cursor: pointer;
text-transform: uppercase;
font-weight: 500;
text-transform: uppercase;
font-size: 1em;
text-align: left;
border-top: 1px solid rgba(0,0,0,.3);
width: 100%;
padding: 10px 0;
color: #111 !important;
}
.accessible-accordion__header:focus-visible {
outline: 1px dotted;
border-top: 1px solid rgba(0,0,0,1);
}
.accessible-accordion__header:focus {
border-top: 1px solid rgba(0,0,0,1);
}
.accessible-accordion__header::after {
content: ' ';
position: relative;
z-index: 100;
display: inline-block;
width: 20px;
height: 20px;
text-align: right;
transition: all .25s ease-out;
background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' enable-background='new 0 0 20 20' xml:space='preserve'%3e%3cg%3e%3cpolyline fill='none' stroke='%23231F20' stroke-width='2' stroke-miterlimit='10' points='2.929%2c10 10%2c17.071 17.071%2c10'/%3e%3c/g%3e%3c/svg%3e");
margin-right: .25em;
transform: rotate(0deg);
transform-origin: 50% 50%;
float: right;
margin-left: 10px;
}

[aria-expanded="true"].accessible-accordion__header::after {
transform: rotate(-180deg);
transform-origin: 50% 50%;
transition: all .25s ease-out;
}
.accessible-accordion__panel {
display: block;
overflow: hidden;
opacity: 1;
-webkit-transition: visibility 0s ease, max-height .35s ease, opacity .35s ease;
transition: visibility 0s ease, max-height .35s ease, opacity .35s ease;
/*max-height: 100em;*/
visibility: visible;
-webkit-transition-delay: 0s;
transition-delay: 0s;
margin: 0;
padding: 0;
}
.accessible-accordion__panel::after {
display: block;
content: ' ';
height: 20px;
clear: both;
}
[aria-hidden=true].accessible-accordion__panel {
display: block;
max-height: 0;
opacity: 0;
visibility: hidden;
-webkit-transition-delay: .35s, 0s, 0s;
transition-delay: 1s, 0s, 0s;
margin: 0;
padding: 0;
}
button.js-accordion__header {
font-family: 'Nunito Sans', 'Muli', serif;
}


/* posts category nav */

.nav-post-categories {
margin-top: -1.5em;
padding: 0 20px 0;
text-align: center;
}
.nav-post-categories ul {
list-style: none;
padding: 0;
}
.nav-post-categories li {
display: inline-block;
margin:0 5px;
}
.nav-post-categories a {
text-decoration: none;
display: inline-block;
padding: 10px;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
}

/* Top link */

/* position */
/*.ct-back-to-top {
--back-top-bottom-offset: 150px;
--back-top-side-offset: 10px;
}*/

/* centered */
/*
body .ct-drawer-canvas {
position: relative;
}
body .ct-back-to-top[data-alignment]{
position: absolute;
bottom:30px;
left:50%;
right:auto;
transform: translate(-50%, -50%);
}*/

/* color */
/*body .ct-back-to-top,
body .ct-back-to-top:link,
body .ct-back-to-top:visited {
color:#111;
opacity: .5;
}
body .ct-back-to-top:hover,
body .ct-back-to-top:focus {
opacity: 1;
}*/


/* Post navigation */

body .post-navigation .item-title {
font-size: 1rem;
font-weight: normal;
}
body .post-navigation::after {
display: none;
}


/* Post sharing */

body .ct-share-box[data-type="type-1"] a{
border:none;
}


/* XDebug */

.xdebug-error.xe-notice th,
.xdebug-error.xe-notice td {
font-size:15px;
background-color: transparent;
padding: 10px;
border:none;
border-top:1px solid #ccc;
}


/* WP admin bar*/

body #wp-admin-bar-blocksy_preview_hooks {
display: none;
}


/* =Overrides */

body .button:hover,
body .submit:hover,
body .ct-button:hover,
body .entry-tags a:hover,
body .added_to_cart:hover,
body input[type="submit"]:hover,
body .wp-block-file .wp-block-file__button:hover,
body div:not(.is-style-outline)>.wp-block-button__link:hover,
body .forminator-design--none .forminator-button:hover,
body button[type="submit"]:not(.qubely-block-btn-anchor):hover {
transform:none;
}


/* =Variables */

--buttonFontStyle:normal;
--buttonTextTransform:uppercase;
/*--buttonFontFamily: inherit;*/
/*
:root {
 --fontFamily:Nunito Sans, Sans-Serif;
 --fontWeight:400;
 --textTransform:none;
 --textDecoration:none;
 --fontSize:17px;
 --lineHeight:1.5;
 --letterSpacing:0px;
 --buttonFontWeight:500;
 --buttonFontSize:15px;
 --formTextInitialColor:var(--paletteColor3);
 --formFontSize:17px;
 --formBorderInitialColor:#e0e5eb;
 --formBorderFocusColor:var(--paletteColor1);
 --formBorderSize:1px;
 --radioCheckboxInitialColor:#d5d8de;
 --radioCheckboxAccentColor:var(--paletteColor1);
 --paletteColor1:#dddddd;
 --paletteColor2:#aaaaaa;
 --paletteColor3:rgba(44, 62, 80, 0.9);
 --paletteColor4:rgba(44, 62, 80, 1);
 --paletteColor5:#111111;
 --color:#111111;
 --linkInitialColor:#707070;
 --linkHoverColor:#aaaaaa;
 --selectionTextColor:#ffffff;
 --selectionBackgroundColor:rgba(43, 61, 79, 0.8);
 --border-color:#c8c8c8;
 --headingColor:var(--paletteColor5);
 --contentSpacing:1.5em;
 --buttonMinHeight:40px;
 --buttonBorderRadius:0px;
 --buttonTextInitialColor:#666666;
 --buttonTextHoverColor:#111111;
 --buttonInitialColor:#dddddd;
 --buttonHoverColor:#cccccc;
 --container-max-width:1290px;
 --content-vertical-spacing:60px;
 --narrow-container-max-width:750px;
 --wide-offset:130px;
}
*/


/* =Grid */
/* https://github.com/kristoferjoseph/flexboxgrid */

.container-fluid {
margin-right: auto;
margin-left: auto;
padding-right: 2rem;
padding-left: 2rem;
}
.row {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -1.00rem;
margin-left: -1.00rem;
}
.row.flex-center,
.row.grid-centered {
justify-content: center;
}
.row.reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.col.reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.col-grow,
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
box-sizing: border-box;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 1.00rem;
padding-left: 1.00rem;
}
.col-grow,
.col-xs {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-xs-1 {
-webkit-flex-basis: 8.333%;
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-xs-2 {
-webkit-flex-basis: 16.666%;
-ms-flex-preferred-size: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.col-xs-3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-xs-4 {
-webkit-flex-basis: 33.333%;
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-xs-5 {
-webkit-flex-basis: 41.667%;
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-xs-6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-xs-7 {
-webkit-flex-basis: 58.333%;
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-xs-8 {
-webkit-flex-basis: 66.667%;
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-xs-9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-xs-10 {
-webkit-flex-basis: 83.333%;
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-xs-11 {
-webkit-flex-basis: 91.667%;
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-xs-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-xs-offset-0 {
margin-left: 0;
}
.col-xs-offset-1 {
margin-left: 8.333%;
}
.col-xs-offset-2 {
margin-left: 16.666%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.333%;
}
.col-xs-offset-5 {
margin-left: 41.667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.333%;
}
.col-xs-offset-8 {
margin-left: 66.667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.333%;
}
.col-xs-offset-11 {
margin-left: 91.667%;
}

.start-xs {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-xs {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.end-xs {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-xs {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.middle-xs {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.bottom-xs {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.around-xs {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-xs {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.first-xs {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.last-xs {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}

.row.no-gutters {
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
}
.no-gutters > a,
.no-gutters > div {
padding-left: 0 !important;
padding-right: 0 !important;
}

@media only screen and (min-width: 481px){
/*.container {
width: 49rem;
}*/

.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
box-sizing: border-box;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 1.00rem;
padding-left: 1.00rem;
}
.col-sm {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-sm-1 {
-webkit-flex-basis: 8.333%;
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-sm-2 {
-webkit-flex-basis: 16.666%;
-ms-flex-preferred-size: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.col-sm-3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-sm-4 {
-webkit-flex-basis: 33.333%;
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-sm-5 {
-webkit-flex-basis: 41.667%;
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-sm-6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-sm-7 {
-webkit-flex-basis: 58.333%;
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-sm-8 {
-webkit-flex-basis: 66.667%;
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-sm-9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-sm-10 {
-webkit-flex-basis: 83.333%;
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-sm-11 {
-webkit-flex-basis: 91.667%;
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-sm-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-sm-offset-0 {
margin-left: 0;
}
.col-sm-offset-1 {
margin-left: 8.333%;
}
.col-sm-offset-2 {
margin-left: 16.666%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.333%;
}
.col-sm-offset-5 {
margin-left: 41.667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.333%;
}
.col-sm-offset-8 {
margin-left: 66.667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.333%;
}
.col-sm-offset-11 {
margin-left: 91.667%;
}

.start-sm {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-sm {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.end-sm {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-sm {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.middle-sm {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.bottom-sm {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.around-sm {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-sm {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.first-sm {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.last-sm {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}

@media only screen and (min-width: 769px){
/*.container {
width: 65rem;
}*/

.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
box-sizing: border-box;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 1.00rem;
padding-left: 1.00rem;
}
.col-md {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-md-1 {
-webkit-flex-basis: 8.333%;
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-md-2 {
-webkit-flex-basis: 16.666%;
-ms-flex-preferred-size: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.col-md-3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-md-4 {
-webkit-flex-basis: 33.333%;
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-md-5 {
-webkit-flex-basis: 41.667%;
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-md-6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-md-7 {
-webkit-flex-basis: 58.333%;
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-md-8 {
-webkit-flex-basis: 66.667%;
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-md-9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-md-10 {
-webkit-flex-basis: 83.333%;
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-md-11 {
-webkit-flex-basis: 91.667%;
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-md-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-md-offset-0 {
margin-left: 0;
}
.col-md-offset-1 {
margin-left: 8.333%;
}
.col-md-offset-2 {
margin-left: 16.666%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.333%;
}
.col-md-offset-5 {
margin-left: 41.667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.333%;
}
.col-md-offset-8 {
margin-left: 66.667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.333%;
}
.col-md-offset-11 {
margin-left: 91.667%;
}

.start-md {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-md {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.end-md {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-md {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.middle-md {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.bottom-md {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.around-md {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-md {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.first-md {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.last-md {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}

@media only screen and (min-width: 999px){
/*.container {
width: 76rem;
}*/

.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
box-sizing: border-box;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 1.00rem;
padding-left: 1.00rem;
}
.col-lg {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-lg-1 {
-webkit-flex-basis: 8.333%;
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-lg-2 {
-webkit-flex-basis: 16.666%;
-ms-flex-preferred-size: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.col-lg-3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-lg-4 {
-webkit-flex-basis: 33.333%;
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-lg-5 {
-webkit-flex-basis: 41.667%;
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-lg-6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-lg-7 {
-webkit-flex-basis: 58.333%;
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-lg-8 {
-webkit-flex-basis: 66.667%;
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-lg-9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-lg-10 {
-webkit-flex-basis: 83.333%;
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-lg-11 {
-webkit-flex-basis: 91.667%;
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-lg-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-lg-offset-0 {
margin-left: 0;
}
.col-lg-offset-1 {
margin-left: 8.333%;
}
.col-lg-offset-2 {
margin-left: 16.666%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.333%;
}
.col-lg-offset-5 {
margin-left: 41.667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.333%;
}
.col-lg-offset-8 {
margin-left: 66.667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.333%;
}
.col-lg-offset-11 {
margin-left: 91.667%;
}

.start-lg {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-lg {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.end-lg {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-lg {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.middle-lg {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.bottom-lg {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.around-lg {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-lg {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.first-lg {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.last-lg {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}


@media only screen and (min-width: 1200px){/*1400px*/
/*.container {
width: 90rem;
}*/

.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-offset-0,
.col-xl-offset-1,
.col-xl-offset-2,
.col-xl-offset-3,
.col-xl-offset-4,
.col-xl-offset-5,
.col-xl-offset-6,
.col-xl-offset-7,
.col-xl-offset-8,
.col-xl-offset-9,
.col-xl-offset-10,
.col-xl-offset-11,
.col-xl-offset-12 {
box-sizing: border-box;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 1.00rem;
padding-left: 1.00rem;
}
.col-xl {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-xl-1 {
-webkit-flex-basis: 8.333%;
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-xl-2 {
-webkit-flex-basis: 16.666%;
-ms-flex-preferred-size: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.col-xl-3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-xl-4 {
-webkit-flex-basis: 33.333%;
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-xl-5 {
-webkit-flex-basis: 41.667%;
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-xl-6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-xl-7 {
-webkit-flex-basis: 58.333%;
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-xl-8 {
-webkit-flex-basis: 66.667%;
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-xl-9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-xl-10 {
-webkit-flex-basis: 83.333%;
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-xl-11 {
-webkit-flex-basis: 91.667%;
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-xl-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-xl-offset-0 {
margin-left: 0;
}
.col-xl-offset-1 {
margin-left: 8.333%;
}
.col-xl-offset-2 {
margin-left: 16.666%;
}
.col-xl-offset-3 {
margin-left: 25%;
}
.col-xl-offset-4 {
margin-left: 33.333%;
}
.col-xl-offset-5 {
margin-left: 41.667%;
}
.col-xl-offset-6 {
margin-left: 50%;
}
.col-xl-offset-7 {
margin-left: 58.333%;
}
.col-xl-offset-8 {
margin-left: 66.667%;
}
.col-xl-offset-9 {
margin-left: 75%;
}
.col-xl-offset-10 {
margin-left: 83.333%;
}
.col-xl-offset-11 {
margin-left: 91.667%;
}

.start-xl {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-xl {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.end-xl {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-xl {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.middle-xl {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.bottom-xl {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.around-xl {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-xl {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.first-xl {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.last-xl {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}


/* =Media Queries  */

@media screen and (max-width:540px) {
.tablet,
.desktop {
display: none;
}
.mobile,
.mobile.tablet {
display: block;
}
}

@media screen and (min-width:541px) and (max-width:767px) {
.mobile,
.desktop {
display: none;
}
.mobile.tablet,
.tablet {
display: block;
}
}

@media screen and (min-width:768px) {
.mobile,
.tablet {
display: none;
}
.desktop.tablet,
.desktop {
display: block;
}
}



/* =Print  */

@media print {

.ct-header-trigger,
body .c7-utility-menu,
[data-block="hook:1773"],
[data-block="hook:1750"],
[data-block="hook:2581"],
#footer,
.recipe-view-all  {
display: none !important;
}

.block-hero-gallery {
height:auto !important;
}
}


/* HIDING MOBILE NAVIGATION ITEMS FROM FOOTER MENU */
.footer-menu-primary #menu-footer-menu-primary-1 > .menu-item-8451,
.footer-menu-primary #menu-footer-menu-primary-1 > .menu-item-8450{
    display: none;
}