* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
input,
select {
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #242d37;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

h1:first-of-type {
    margin-top: 0;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    line-height: 1.1;
}

p {
    margin: 15px 0;
    line-height: 1.6;
}

p:first-of-type {
    margin-top: 0;
}

p:last-of-type {
    margin-bottom: 0;
}

/*img,*/
video,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: #009fe3;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
font-weight:bold;
}

a:hover {
    color: #242d37;
}

.clearfix {
    clear: both;
}

.container {
/*    max-width: 1230px;*/
    max-width: 1130px;
    margin: 0 auto;
}

.center-it {
    text-align: center;
}


/* header section */

header {
    background-image: url('../images/headerback.jpg');
    background-repeat: no-repeat;
    background-position: 75% top;
    background-color: #009fe3;
    padding: 30px 0;
}

.site-brand {
    display: inline-block;
    margin-top: 18px;
    padding: 0 20px;
}

.menu-btn {
    display: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 20px;
    color: #fff;
    background-color: #242d37;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-btn:hover {
    color: #fff;
    background-color: #005491;
}

.header-right {
    display: inline-block;
    float: right;
}

.lang-block {
    text-align: right;
    margin-bottom: 10px;
    padding: 0 20px;
}

.lang-opt {
    display: inline-block;
    margin: 0 10px
}

.lang-text,
.lang-image {
    display: inline-block;
    vertical-align: middle;
}

.lang-image {
    border-radius: 50%;
    border: 2px solid #fff;
}

.hidden {
opacity:0.5;
}

.chosen {
opacity:1;
}

.lang-text {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    margin-right: 10px
}

.site-menu {
    margin: 0;
    list-style: none;
    padding: 0;
}

.site-menu li {
    display: inline-block;
    position: relative;
}

.site-menu li a {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
/*    font-size: 20px;*/
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
/*    padding: 12px 9px;*/
    padding: 12px 9px;
}

.site-menu.spanish li a {
    padding: 12px 5px !important;
}
.site-menu.catalan li a {
    padding: 12px 7px !important;
}

.site-menu li a:hover {
    color: #b7ddf5;
}

.site-menu li ul {
    display: none;
    position: absolute;
    padding: 10px 0;
/*    width: 200px;*/
    width: 250px;
    text-align: left;
    background-color: #242d37;
    z-index: 44;
}


/*.site-menu li:hover ul {
  display: block;
}*/

.site-menu li ul li {
    width: 100%;
}

.site-menu li ul li a {
    font-size: 18px;
    padding: 10px 15px;
}

.site-menu li ul li a:hover {
    color: #fff;
    background-color: #0071b2;
}

@media only screen and (max-width: 1050px) {
    .site-brand {
        display: block;
        margin-top: 18px;
    }
    .site-brand img {
        display: block;
        margin: 0 auto
    }
    .header-right {
        display: block;
        float: none;
    }
    .lang-block {
        text-align: center;
        margin: 20px;
    }
    .lang-text {
/*        display: none;*/

/*    font-family: 'Poppins', sans-serif;*/
/*    font-size: 8px;
letter-spacing: 0px;
    margin-right: 0px*/
/*    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    margin-right: 10px*/

    }
    .site-nav {
        text-align: center;
    }
}

@media only screen and (min-width: 741px) {
    .site-nav {
        display: block !important;
    }
}

@media only screen and (max-width: 740px) {
    header {
        background-position: center top;
        padding: 30px 0 0 0;
    }
    .menu-btn {
        display: block;
    }
    .site-nav {
        display: none;
    }
    .site-menu li {
        width: 100%;
    }
    .site-menu li a {
        display: block;
        padding: 12px 15px;
    }
    .site-menu li a:hover {
        color: #fff;
        background-color: #0071b2;
    }
    .site-menu li ul {
        position: relative;
        width: 100%;
        border-top: 0;
    }
    .site-menu li ul li {
        text-align: center;
    }
    .site-menu li ul li a:hover {
        color: #fff;
        background-color: #0071b2;
    }
}


/* banner section */

.main-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.banner-slide {
    position: relative;
    padding: 38px 10px;

}
.banner-content {/*border:2px solid red;*/ background:#ffffff;}
.banner-item {
    display: inline-block;
    width: 47%; 
/*    width: 30% oct 2021 sarah ;*/
/*    width: 43%;*/
/*    border: 2px solid #fff;*/
/*    margin: 0 16px;*/
    margin: 0 0px;
}
.banner-item100 {
    display: inline-block;
/*    width: 47%; oct 2021 sarah */
    width: 55%;
	padding: 2% 10% 10% 10%;
/*    width: 43%;*/
/*    border: 2px solid #fff;*/
/*    margin: 0 16px;*/
    margin: 0 0px;
}

@media only screen and (max-width: 600px) {
    .banner-item  {
        display: block;
        width: 100%;
        margin: 20px 0;
    }
    .banner-item img {
        width: 100%;
    }
    .banner-item:first-of-type {
        margin-top: 0;
    }
    .banner-item:last-of-type {
        margin-bottom: 0;
    }
}















/* Video section */

.site-vid {
    background-color: #c9c9c9;
    padding: 40px 0;
    text-align: center
}

.site-vid h2 {
    font-size: 24px;
    margin: 0 10px 0px 10px;
    text-transform: uppercase;
}

.site-vid-vid {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    padding: 0px 4px;
    margin: 0 0% 0px 0%;
}
/*.vidi-03 img,
.vidi-01 img {padding-bottom:56px !important;}
.vidi-02 {}*/


/*
.site-testim {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    text-align: center;
    padding: 20px 20px;
    width: 30%;
    margin: 0 1% 20px 1%;
    border: solid 1px #d8d8d8;
}

.testim-text {
    line-height: 1.4
}

.testim-author {
    margin-top: 20px;
    color: #009fe3;

    font-weight: 600;
}
*/

@media only screen and (max-width: 930px) {
/*    .site-testim {
        width: 93%;
    }
    .testi-02,
    .testi-03 {
        display: none;
    }*/
}


























/* Testimonial Section */

.site-wocs {
    background-color: #f1f1f1;
    padding: 40px 0;
    text-align: center
}

.site-wocs h2 {
    font-size: 30px;
    margin: 0 10px 30px 10px;
    text-transform: uppercase;
    color: #009fe3
}

.site-wocs p a {/*    color: #242d37; */line-height:1.4em; font-weight:400; font-size:1.2em;}


.site-testim-vid,
.site-testim-vid2 {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    text-align: center;

    padding: 15px 15px;
    margin: 0 1.5% 5px 0%;

/*    padding: 15px 15px;
    margin: 0 1.5% 15px 0%;*/
    border: solid 1px #d8d8d8;
}

.site-testim-vid {width: 20%;}
.site-testim-vid2 {width: 32%;}


/*
.site-testim-vid,
.site-testim-vid2 {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    text-align: center;

    padding: 15px 15px;
    margin: 0 1.5% 5px 0%;

    border: solid 1px #d8d8d8;
}

.site-testim-vid {width: 16.5%;}
.site-testim-vid2 {width: 43%;}
*/

.websq-sptext {font-size:0.6em; margin-top:10px; line-height:1.2em; }
.websq-sptext a {color:#c9242c !important;}

.websq-testim-author {
    margin-top: 15px;
    color: #009fe3;
    font-weight: 600;
font-size:0.9em;
}


.site-testim {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    text-align: center;
/*    padding: 20px 30px;*/
    padding: 20px 20px;
    width: 30%;
    margin: 0 1% 20px 1%;
    border: solid 1px #d8d8d8;
}

.testim-text {
    line-height: 1.4
}

.testim-author {
    margin-top: 20px;
    color: #009fe3;
/*    font-weight: 700;*/
    font-weight: 600;
}

@media only screen and (max-width: 930px) {
    .site-testim {
        width: 93%;
    }
    .testi-02,
    .testi-03 {
        display: none;
    }
}


/* content section */

.inner-content {
    padding: 70px 30px;
}

.title-blue {
    font-size: 41px;
    color: #009fe3;
    text-transform: uppercase;
}

.title-dark {
    font-size: 41px;
    color: #242d37;
    text-transform: uppercase;
}

.title-blue-small {
    font-size: 23px;
    color: #009fe3;
    text-transform: uppercase;
}

.title-dark-small {
    font-size: 23px;
    color: #242d37;
    text-transform: uppercase;
}

.first-para {
    font-size: 20px;
    font-weight: 700
}

.blue-para {
    display: block;
    padding: 30px 30px;
    background-color: #009fe3;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0;
    border-radius: 20px;
}

.red-para {
    display: block;
    padding: 30px 30px;
    background-color: #c9242c;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0;
    border-radius: 20px;
}

.italic-para {
    font-style: italic;
    font-weight: 700;
}

.bold-para {
    font-weight: 700;
}

.contentimage-right {
    display: block;
    float: right;
    margin-left: 30px;
    margin-bottom: 80px;

}

.contentimage-left {
    display: block;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.contentimage-center {
    display: block;
    margin: 30px auto;
}

.grill-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.grill-list li {
    width: 49%;
    display: inline-block;
    padding: 15px;
    text-align: center;
    vertical-align: top;

}
.grill-list li img {
max-width:95%;
max-height:auto;
}

.grill-list li:nth-of-type(3) {
    width: 100%;
}

.grill-list li img {
    display: inline-block;
}

.grill-list h3 {
    font-size: 19px;
    font-weight: 600;
}

.caption {float:right; /*width:497px;*/ }
.caption p {font-size:0.8em; text-align:center;line-height: 1.2em;}

.grillcaption {float:left; width:47%; padding: 15px; margin:15px 0 30px 0;}
.grillcaption2 {float:left; width:95%;margin:0 15px;margin:15px 0 30px 0;}
.grillcaption2 p, .grillcaption p {font-weight:600;font-size:1.1em; text-align:center;line-height: 1.4em;}

.wafflecaption {float:left; margin-right:2em;/*width:375px;*/}
.wafflecaption2 {float:left; margin-right:2em;/*width:320px;*/}
.wafflecaption p, .wafflecaption2 p {font-size:0.8em; text-align:center;line-height: 1.2em;}
/*.wafflecaption img {border:1px solid red;}*/


/* GRILL BAGS */
div.grillbags {
text-align:center;
}
div.grillbags h1,
div.grillbags h2,
div.grillbags h3 {
color:#ffffff;
line-height:1.5em;
}
div.highlight {
background:#00aeef;
padding:10px 0;
margin:0 auto;
border:2px solid #00aeef;
-moz-border-radius: 20px;
border-radius: 20px;

}
div.highlight2 {
background:#c9242c;
padding:10px 0;
margin:0 auto;
border:2px solid #c9242c;
-moz-border-radius: 20px;
border-radius: 20px;
}

.page-list {
    margin: 0 10px;
    padding: 0 20px;
}

.page-list li {
    padding: 10px 2px;
    font-weight: 400;
}

.page-list-two {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 690px;
}

.page-list-two li {
    display: inline-block;
    width: 48%;
    padding: 7px;
    margin: 2px;
}

.page-list-two li:nth-of-type(odd) {
    color: #009fe3;
    font-weight: 600;
}

.page-list-two li:nth-of-type(1),
.page-list-two li:nth-of-type(2) {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #242d37;
    padding: 15px 7px;
}

.page-list-spec {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    max-width: 690px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.page-list-spec li {
    display: inline-block;
    width: 48%;
    padding: 7px;
    margin: 2px;
    text-align: center;
}

.page-list-spec li:nth-of-type(even) {
    color: #009fe3;
    font-weight: 600;
}

.page-list-spec li:nth-of-type(1) {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #242d37;
    width: 100%;
    padding: 15px 7px;
    text-align: center;
}

.page-list-spec.one-spec li {
    width: 100%;
}

.page-list-spec.one-spec li:nth-of-type(even) {
    color: #242d37;
    font-weight: 400;
}

.number-list {
    margin: 0 0 0 25px;
    padding: 0;
line-height:1.5em;
}

.number-list li {
    padding: 10px 0;
}

.letter-list {
    margin: 14px 20px 0px 20px;
    padding: 0;
}

.letter-list li {
    padding: 10px;
line-height:1.5em;
}

.threeimage-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.threeimage-list li {
    display: inline-block;
    width: 28%;
    margin: 2%;
    vertical-align: bottom;
    text-align: center;
}

.threeimage-list li img {
    display: block;
    width: auto;
    max-height: 320px;
    margin: 0 auto;
}

.fourimage-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.fourimage-list li {
    display: inline-block;
    width: 20%;
    margin: 2%;
    vertical-align: bottom;
    text-align: center;
}

.fourimage-list li img {
    display: block;
    width: auto;
    max-height: 320px;
    margin: 0 auto;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 42.25%;
    position: relative;
    height: 0;
    width: 75%;
    margin: 20px auto;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.testquote {
    display: block;
    padding-top: 3px;
    padding-bottom: 0px;
}

.by {
    display: block;
    text-align: right;
    font-weight: 600;
    color: #009fe3;
    border-bottom: 1px dashed #c7c8ca;
    padding: 0 0 20px 0;
    margin-top: -10px;
}

@media only screen and (max-width: 740px) {
    .inner-content {
        padding: 30px 30px;
    }
    .title-blue {
        font-size: 36px;
    }
    .contentimage-left,
    .contentimage-right {
        float: none;
        margin: 20px auto;
width:100%;
    }
    .contentimage-left:first-of-type,
    .contentimage-right:first-of-type {
        margin-top: 0;
    }
    .grill-list li {
        width: 100%;
    }
    .page-list-two li {
        display: inline-block;
        width: 100%;
    }
    .page-list-spec {
        width: 100%;
        display: block;
    }
    .page-list-spec li {
        display: inline-block;
        width: 100%;
    }
    .threeimage-list li {
        display: block;
        width: 100%;
        margin: 2%;
    }
    .fourimage-list li {
        display: block;
        width: 100%;
        margin: 2%;
    }
    .testquote {
        text-align: center;
    }
    .by {
        text-align: center;
    }
}


/* footer section */

.footer-content {
    background-color: #009fe3;
    padding: 68px 20px;
}

.footer-slider {
    text-align: center;
}

.footer-imgblock {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}

.footer-txtblock {
    display: inline-block;
    width: 65%;
    margin-left: 20px;
    vertical-align: middle;
    text-align: left;
}

.footer-txtblock h4 {
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 20px 0;
}

.footer-txtblock p {
    color: #fff;
}

.btn-more {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #fff;
    text-transform: uppercase;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-more:hover {
    color: #009fe3;
    background-color: #fff;
}

@media only screen and (max-width: 1000px) {
    .footer-imgblock {
        width: auto;
        margin: 0 0 30px 0;
    }
    .footer-txtblock {
        margin-left: 0;
        width: auto;
        text-align: center;
    }
}


/* Footer section */

.site-footer {
    background-image: url('../images/footerback.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #242d37;
    padding: 50px 10px;
    text-align: center;
}

.footerblock {
    display: inline-block;
    width: 30%;
    margin: 0 1%;
    vertical-align: top
}

.footerblock h3 {
    font-size: 20px;
    color: #009fe3;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: left;
}

.footer-menu {
    margin: 0;
    list-style: none;
    padding: 0;
}

.footer-menu li {
    display: block;
    text-align: left;
}

.footer-menu li a {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #a1acba;
    padding: 10px 0;
}

.footer-menu li a:hover {
    color: #fff;
}

.copyright {
    font-family: 'Poppins', sans-serif;
    color: #242d37;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    padding: 20px 10px;
    text-align: center;
    background-color: #fff;
}

.copyright a {
    color: #009fe3;
}

.copyright a:hover {
    color: #242d37;
}

@media only screen and (max-width: 740px) {
    .footerblock {
        display: block;
        width: 100%;
        margin: 0;
    }
    .footerblock h3 {
        text-align: center;
    }
    .footer-menu li {
        text-align: center;
    }
    .footer-menu li:last-of-type {
        margin-bottom: 30px
    }
}


/* Form section */

form {
    padding: 30px 0;
}

label {
    display: block;
    padding: 5px;
    font-weight: 700;
    color: #009fe3;
}

input,
textarea {
/*    width: 100%;*/
    padding: 10px;
    outline: none;
    border: 1px solid #d8d8d8;
    margin: 5px 0;
}
 input[type=text]{    width: 100%;}
textarea {
    width: 100%;
    height: 150px;
    max-height: 200px;
}

input:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 4px rgba(12, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(12, 0, 0, 0.2);
    border: 1px solid #b0afaf;
}

form button {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 20px;
    color: #009fe3;
    background-color: #fff;
    border: 1px solid #009fe3;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 10px auto;
}

form button:hover {
    color: #fff;
    background-color: #009fe3;
}

::-webkit-input-placeholder {
    color: #b0afaf;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #b0afaf;
    opacity: 1;
}

::placeholder {
    color: #b0afaf;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #b0afaf;
}

::-ms-input-placeholder {
    color: #b0afaf;
    opacity: 1;
}

.alert.alert-success {
    display: block;
    text-align: center;
    padding: 30px;
    border: 1px solid #009fe3;
    margin-top: 30px;
    color: #009fe3;
}

.alert.alert-danger {
    display: block;
    text-align: center;
    padding: 30px;
    border: 1px solid #c9242c;
    margin-top: 30px;
    color: #c9242c;
}





table {
border-left:1px solid #e3e3e4;
/*border-left:1px solid #242d37;*/
}
th {
background:#c7c8ca;
/*background:#242d37;*/
margin:0px;
padding:2px;
line-height:1.4em;
/*line-height:1.0em;*/
/*text-align:left;*/
text-align:center;
border-right:1px solid #e3e3e4;
/*border-right:1px solid #242d37;*/
font-weight:600;
font-size:1.1em;
text-shadow:none !important;
/*color:white;*/

}
th p {
margin:0px;
padding:2px;
line-height:1.4em;
/*line-height:1.0em;*/
}
td {
margin:0;
padding:0px;
line-height:1.4em;
border-bottom:1px solid #e3e3e4;
border-right:1px solid #e3e3e4;
/*border-bottom:1px solid #242d37;
border-right:1px solid #242d37;*/
text-align:center;
}
td p {
margin:0;
padding:3px;
line-height:1.4em;
text-align:center;
}
.tabletitle {
text-transform:uppercase;
text-align:center;
padding:0.5em;
}



.contactdiv {
float:left;
width:45%;
padding:0 1em 3em 0em
}



input[type="radio"] {display:inline; }


.speech {font-weight:100;
font-style:italic;
border-left:4px solid #c9242c;
color:#c9242c;
padding:10px;}
.fa-video {color:yellow;}

.assc {float:left; width:50%;}
.assc p {text-align:center;}


.red {font-weight:bold; color:#c9242c;}


.mobileonly {display:none; }

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

.mobileonly {display:block; color:#ffffff; padding-top:10px;}
.mobileonly a {color:#ffffff; }

.mobileonly .fa-video {font-size:larger;}

.site-brand {
    margin: 0 auto;
}
    .lang-text {
/*        display: none;*/

/*    font-family: 'Poppins', sans-serif;*/
    font-size: 8px;
letter-spacing: 0px;
    margin-right: 0px
/*    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    margin-right: 10px*/

    }
.lang-image {
/*max-width:50px;*/
max-width:40px;
}


.contactdiv {
float:none;
width:95%;
}




.grillcaption {float:none; width:95%; /*padding: 15px; margin:15px 0 30px 0;*/}
.grillcaption img,
.grillcaption2 img {max-width:95%; }
.grillcaption2 {float:none; width:95%;/*margin:0 15px;margin:15px 0 30px 0;*/}
/*.grillcaption2 p, .grillcaption p {font-weight:600;font-size:1.1em; text-align:center;line-height: 1.4em;}*/

.assc {float:none; width:95%;}
.assc img {max-width:95%; }


/*.mobiletext tr, 
.mobiletext th,*/ 
.mobiletext p {font-size:0.5em !important; }
.wafflecaption2,
.wafflecaption {float:none; width:95%;}


.contentimage-center {max-width:95%;}

.sp-slide img {max-width:100%; float:none;}

}



.dims img {float:left;}




/*bucketopener*/

.bucketopen {width:800px;}

@media screen and (max-width: 610px) {
.bucketopen {width:100%;}
}



/*facebook icon*/
a .fa-facebook-square {
    color: #4267b2 !important;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
font-weight:normal !important;
}


h2.blue {color:#009fe3;}


.websq-testinoted  {padding-bottom:25px;}
.websq-testinoted a {color:#c9242c; font-weight:bold !important; font-size:larger; text-decoration:underline; }






.websq-quoteimg {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    text-align: center;
    padding: 5px 5px;
    margin: 0 0.5% 5px 0%;
    border: solid 1px #d8d8d8;
max-width:215px;
}
.websq-quoteimg p {font-size:0.7em; text-align:center;}

.websq-quotevid {
    display: inline-block;
    vertical-align: top;
/*    background-color: #fff;*/
    text-align: center;
    padding: 5px 5px;
    margin: 0 0.5% 5px 0%;
/*width:45%;*/
}






.websq-spanish-food {
    display: inline-block;
    vertical-align: top;
/*    background-color: #fff;*/
    text-align: center;
    padding: 5px 5px;
    margin: 0 0.5% 5px 0%;
/*    border: solid 1px #d8d8d8;*/
/*max-width:215px;*/
}
.websq-spanish-food p {font-size:1em; text-align:center;}


.websq-minimenu {margin:2em auto; padding:0 2em; line-height:2em; text-align:center; }
.websq-minimenu a {border:1px solid #2b333d; padding:2px 10px; margin:25px 10px; white-space: nowrap;text-align:center; }
.websq-middle {text-align:center; font-size:0.8em; margin-bottom:5em;}