body{
    background-color: #FAF5F2;
}
h1, h2, h3, h4, h5{
    color: #1D252C;
    letter-spacing: 0.5px;
}
p{
    font-size: 16px;
    color: #939393;
    line-height: 1.5;
}
/* ========== QUIZ ========== */
.quizPWrapper{
    padding: 50px 30px;
    text-align: center;
}
#quizPSlider .grid-container{
    padding-left: 0;
    padding-right: 0;
}
#quizPContent h1{
    font-size: 38px;
    color: #1F252B;
    margin-bottom: 35px;
    line-height: 1.1;
}
#quizPContent h1 br{
    display: none;
}
#quizPContent p{
    font-size: 18px;
    color: #939393;
    margin: 0;
}
#quizPContent input{
    font-weight: bold;
    font-size: 30px;
    height: 68px;
    text-align: center;
    color: #00BED6;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    border: 0;
    border-bottom: 1px solid #00BED6;
    margin: 35px auto 0 auto;
}
#quizPContent select{
    font-size: 18px;
    height: 68px;
    text-align: center;
    color: #00BED6;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    border: 0;
    border-bottom: 1px solid #00BED6;
    margin: 35px auto 0 auto;
    padding: 0 0 0 20px;
}
#quizPContent input:focus{
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    border: 0;
    border-bottom: 1px solid #00BED6;
}
#quizPContent .button{
    background-color: #00BED6;
    font-size: 25px;
    font-weight: 600;
    width: 100%;
    height: 58px;
    line-height: 58px;
    margin: 40px 0 35px 0;
}
#quizPContent .button:hover{
    background-color: #1D252C;
}
#quizPContent .button.disabled{
    background-color: #C4C4C4;
    opacity: 1;
}
#quizPContent .back-link{
    font-size: 18px;
    font-weight: 600;
    color: #C4C4C4;
    line-height: 0;
}
.quizPProgress{
    position: relative;
    width: 100%;
    height: 37px;
    border-bottom:1px solid #DEDEDE;
    margin: 0 auto 55px auto;
}
.quizPProgress:before{
    display: block;
    content:' ';
    background: url('images/paw.svg');
    width: 24px;
    height: 23px;
    position: absolute;
    margin-left: -12px;
    top: 0;
    left: 25%;
    bottom: 20px;
}
.quizPProgress:after{
    display: block;
    content:' ';
    position: absolute;
    background-color: #00BED6;
    width: 25%;
    height: 6px;
    border-radius: 10px;
    left: 0;
    bottom: -3px;
}
#quizPContent .radioGender img.dog_gender_boy{
    max-height: 127px;
    margin-bottom: 25px;
}
#quizPContent .radioGender img.dog_gender_girl{
    max-height: 123px;
    margin-bottom: 25px;
}
#quizPContent .radio-toolbar{
    margin: 35px auto 0 auto;
}
#quizPContent .radioGender label{
    font-size: 27px;
    background: #fff;
    border: 1px solid #D0D0D0;
    color: #000;
    width: 110px;
    height: 60px;
    line-height: 58px;
    margin: 0;
    padding: 0;
    opacity: 1;
}
#quizPContent .radio-toolbar input[type="radio"]:checked + label, #quizPContent .radioFoodType label:hover{
    background: #FFB600;
    color: #000;
    border: 1px solid #FFB600;
}
#quizPContent #hDogWeight:after {
    content: "lbs";
    position: absolute;
    right: 20px;
    line-height: 0;
    top: 68px;
    color: #00BED6;
    font-size: 24px;
}
#quizPContent .radioSelect{
    position: relative;
    background-color: #fff;
    display: block;
    width: 100%;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    padding: 15px 0 15px 20px;
    text-align: left;
    overflow: hidden;
    margin-bottom: 20px;
}
#quizPContent .radioSelect.active{
    border: 3px solid #FFB600;
}
#quizPContent .radioSelect.mB0{
    margin-bottom: 0;
}
#quizPContent .radioSelect label {
    background: none;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    line-height: 1;
    text-align: left;
    color: #1F252B;
    margin-bottom: 10px;
    opacity: 1;
}
#quizPContent .radioSelect p {
    font-size: 11px;
    color: #939393;
    margin: 0;
}
#quizPContent .radioSelect .radioActivityTxt{
    width: 58%;
}
#quizPContent .radioSelect img{
    position: absolute;
    height: 75px;
    right: 5px;
    bottom: 5px;
}
#quizPContent .radioSelect.radioWeight img {
    position: absolute;
    right: 20px;
    bottom: 6px;
}
#quizPContent #hStep9 h1{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}
#quizPContent #hStep9 h2{
    font-size: 38px;
    font-weight: 900;
    color: #00BED6;
    margin: 0 30px;
    line-height: 1;
}
#quizPContent #hStep9 .button, #quizPContent #hStep9 input{
    margin: 35px 0;
}
#quizPContent .hpFeaturedIn {
    padding: 50px 0;
}
#quizPContent .hpFeaturedIn h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}
#quizPContent .hpFeaturedIn img {
    margin: 0 auto;
}
#quizPContent .hpFeaturedIn img:nth-child(2) {
    margin: 10px auto 18px auto;
}
#quizPContent .wQuizRecipes{
    margin-top: 70px;
}
#quizPContent .hQuizRecipe{
    position: relative;
    background-color: #fff;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    padding: 15px 0 0 0;
    text-align: center;
}
#quizPContent .hQuizRecipe:nth-child(1), .hQuizRecipe:nth-child(2){
    margin-bottom: 85px;
}
#quizPContent .hQuizRecipe img{
    width: auto;
    height: 140px;
    margin-top: -88px;
}
#quizPContent .hQuizRecipe h5,
#quizPContent .hQuizPlan h5{
    font-size: 23px;
    line-height: 0.8;
}
#quizPContent .hQuizRecipe p.price{
    font-size: 16px;
    font-weight: 900;
    color: #bdbdbd;
    margin: 12px 0 5px 0;
    line-height: 0.8;
}
#quizPContent .hQuizRecipe p.price .colorBlue{
    color: #00BED6;
}
#quizPContent .hQuizRecipe p.recipe{
    font-size: 18px;
    color: #00BED6;
    margin: 12px 0;
    line-height: 0.8;
}
#quizPContent .hQuizRecipe p.select,
#quizPContent .hQuizTreat .quiz_select_button{
    display: block;
    font-size: 19px;
    font-weight: 600;
    padding: 15px 0;
    color: #00BED6;
    border-top: 1px solid #D0D0D0;
    line-height: 0.8;
}
#quizPContent .hQuizRecipe p.feature{
    font-size: 11px;
    background-color: #FFB600;
    color: #000;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 10px;
    padding: 2px 0;
}
#quizPContent .hQuizRecipe.active,
#quizPContent .hQuizPlan.active,
#quizPContent .hQuizTreat.active{
    border: 3px solid #FFB600;
}
#quizPContent .hQuizRecipe.active p.select,
#quizPContent .hQuizTreat.active a.quiz_select_button{
    background-color: #FFB600;
    color: #fff;
    border-top: 1px solid #FFB600;
}
#quizPContent .hFAQs h2{
    font-size: 38px;
    color: #1F252B;
    margin-bottom: 35px;
    margin-top: 55px;
    line-height: 1.1;
}
#quizPContent .hFAQs ul {
    margin-left: 0;
    list-style-type: none;
}
#quizPContent .hFAQs .accordion-title {
    font-size: 18px;
    font-weight: 600;
    color: #00BED6;
    text-align: left;
    border-top: 1px solid #D0D0D0;
    padding: 1em 1.5em 1em 0;
    line-height: 1.2;
}
#quizPContent .hFAQs .accordion-title:after{
    content: " ";
    position: absolute;
    border: solid #00BED6;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 20px;
    right: 2px;
    transition: all 0.5s;
}
#quizPContent .hQuizPlan{
    position: relative;
    background-color: #fff;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    padding: 0 12px 10px 12px;
    text-align: center;
}
#quizPContent .hQuizPlan p {
    font-size: 14px;
    color: #1D252C;
    margin: 0;
    text-align: left;
    line-height: 1.2;
}
#quizPContent .hQuizPlan p.cost{
    font-weight: 600;
    margin: 15px 15px 15px 0;
}
#quizPContent .hQuizPlan .top_feature{
    font-size: 11px;
    background-color: #FFB600;
    color: #000;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0 10px 25px 10px;
    padding: 2px 0;
    text-align: center;
    line-height: 16px;
}
#quizPContent .hQuizPlan .hQuizPlanImg{
    position: relative;
    width: 119px;
    margin: auto;
}
#quizPContent .hQuizPlan .hQuizPlanImg .budget_friendly_gray{
    display: block;
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
    bottom: 0;
}
#quizPContent .wQuizPlan{
    margin-top: 35px;
}
#quizPContent .wQuizTreats{
    margin-top: 40px;
}
#quizPContent .hQuizTreat{
    position: relative;
    background-color: #fff;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    padding: 0;
    text-align: center;
}
#quizPContent .hQuizTreat h5{
    font-size: 19px;
    padding: 0 10px;
    line-height: 1.1;
}
#quizPContent .hQuizTreat img{
    margin-top: -35px;
    margin-bottom: 10px;
}
#quizPContent .hQuizTreat p.description{
    font-size: 13px;
    margin-bottom: 12px;
}
#quizPContent h1.quizPCheckout{
    margin-bottom: 20px;
}
.hpFeaturedIn {
    background-image: url(https://cdn.shopify.com/s/files/1/0036/4357/2269/files/featured_in_bg.svg?v=1669644605);
    padding: 50px 0 30px 0;
    text-align: center;
}
.hpFeaturedIn h3{
    font-size: 32px;
    color: #fff;
    line-height: 0.8;
    margin-bottom: 1.5em;
}
.hpFeaturedIn img {
    margin: 0 auto 20px auto;
}
/* ========== RECIPES ========== */
.button.getStarted,
.hReviewsHP .button.yellow,
.hpRecipes .button.yellow{
    height: 60px;
    line-height: 60px;
    background: #FFB600;
    color: #1D252C;
    font-size: 21px;
    font-weight: 900;
    padding: 0 40px;
    margin-bottom: 0;
    transition: all 0.5s;
}
.hReviewsHP .button.yellow,
.hpRecipes .button.yellow{
    margin-top: 35px;
}
.button.getStarted:hover,
.hReviewsHP .button.yellow:hover,
.hpRecipes .button.yellow:hover{
    background: #1D252C;
    color: #fff;
}
.hReviewsHP p{
    margin: 0;
}
.homePWrapper{
    background-color: #fff;
}
.hHPusp {
    padding: 80px 0 100px 0;
}
.hHPusp h3{
    font-size: 32px;
    color: #fff;
}
.hHPusp p {
    font-size: 18px;
    line-height: 1.5em;
}
#quizPContent .hpFeaturedIn{
    background-image: none;
    text-align: center;
}
#quizPContent .hpFeaturedIn img:nth-child(2) {
    margin: 10px auto 30px auto;
}
#quizPContent .hQuizRecipe:nth-child(1), .hQuizRecipe:nth-child(2) {
    margin-bottom: 0;
}
/* ========== LOGO & MENU ========== */
#shopify-section-header{
    background-color: #fff;
}
.menuBar {
    height: 135px;
    padding: 50px 0;
}
.menuBar .large-2.show-for-medium {
    padding-left: 0;
}
.hMenu a {
    display: inline-block;
    font-size: 21px;
    padding: 0 15px;
    line-height: 33px;
}
.menuBar .hMenu a:hover {
    background: transparent;
    border-radius: 0;
    color: #00BED6;
}
#topSec .topButton {
    float: right;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 21px;
    font-weight: 900;
    padding: 0 30px;
    margin-top: -13px;
    transition: all 0.5s;
}
#topSec .topButton:hover{
    background: #1D252C;
    color: #fff;
}
/* ========== HOME ========== */
.hHPBanner.lazy-bg-loaded {
    background-image: none!important;
    background-color: #fff;
    height: auto;
    padding: 50px 0;
}
.hHPBanner.lazy-bg-loaded
.hHPmealdDealivery {
    padding: 120px 0;
}
.hHPmealdDealivery img{
    border-radius: 30px;
}
.hHPBanner .hRating h1 {
    font-size: 54px;
    text-shadow: none;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 1.1;
    clear: both;
}
.hHPBanner .hRating h2 {
    font-size: 24px;
    font-weight: 400;
    text-shadow: none;
    margin-bottom: 20px;
    line-height: 0.8;
}
.hHPBanner .hRating .hpRating {
    left: 50px;
    width: 65%;
    margin-left: 0;
    margin-top: 80px;
}
.hHPBanner .hRating i {
    font-size: 30px;
    width: 30px;
    height: 25px;
    color: #00BED6;
    margin: 0 2px;
    float: left;
}
.hHPBanner .hRating p{
    height: 25px;
}
.hHPBanner .hpRating span{
    float: left;
    margin-right: 10px;
}
.hHPBanner .hpRating span.hpGetSImg {
    display: block;
    background-color: #fff;
    width: 68px;
    height: 65px;
    border-radius: 100%;
    line-height: 55px;
    float: left;
    margin-right: 20px;
}
.hHPmealdDealivery h3,
.hHPmealdDealivery p{
    margin-bottom: 35px;
}
.hHPmealdDealivery .large-6:nth-child(2){
    padding-left: 60px;
}
.hHPmealdDealivery .button.yellow,
.hpHealthBenefits .button.yellow{
    font-size: 24px;
    height: 54px;
    line-height: 54px;
}
.hHPfsg h3 {
    line-height: 0.8;
}
.HPfsg h5 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    margin: 0;
}
.HPfsg h5 span {
    font-size: 20px;
    margin: 20px 0;
}
.HPfsg .hpFSGimg{
    margin: 0 auto 60px auto;
    border: 0;
    padding: 0;
}
.HPfsg .leafLottie{
    left: 0;
    top: 44px;
}
.HPfsg .leafLottie.rotate{
    left: auto;
    right: -4px;
    top: -16px;
    transform: rotate(-190deg);
}
.HPfsg .hpFSGimg > div{
    box-shadow: none;
    border: 5px solid #fff;
    padding: 4em 3em;
}
.HPfsg .hpFSGimg p{
    text-align: center;
}
.HPfsg p{
    text-align: left;
    min-height: 82px;
    margin-bottom: 0;
}
.HPfsg .button {
    display: block;
    font-size: 18px;
    width: fit-content;
    margin-top: 40px;
}
.hFWdots {
    height: 13px;
    line-height: 0;
    margin: 25px auto;
    text-align: center;
}
.hpHealthBenefits {
    padding: 120px 0;
}
.hpHealthBenefits h4,
.hpRecipes h4{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
    padding: 0 100px;
}
.hpHealthBenefits p {
    margin-bottom: 3em;
    color: #1D252C;
    line-height: 1.5;
}
.homePWrapper .hpFeaturedIn{
    background-image: url('https://cdn.shopify.com/s/files/1/0036/4357/2269/files/featured_in_bg.svg?v=1669644605');
}
.homePWrapper .hpFeaturedIn h5{
    font-size: 48px;
    color: #fff;
    line-height: 0.8;
}
.hReviewsHP {
    padding: 100px 0;
}
.hReviewsHP h3 {
    font-size: 48px;
    font-weight: 900;
    line-height: 0.8;
    margin-bottom: 20px;
    text-align: center;
}
.hReviewsHP .large-12 p {
    font-size: 18px;
    opacity: 100%;
    color: #1D252C;
    margin-bottom: 60px;
}
.hReviewsHP .title{
    height: 25px;
    margin-bottom: 20px;
}
.hReviewsHP .title span.name{
    float: left;
    margin-right: 10px;
}
.hReviewsHP .title i {
    font-size: 30px;
    width: 30px;
    height: 25px;
    color: #ffb600;
    margin: 0 0 0 2px;
    float: left;
}
.hReviewsHP .subtitle {
    display: none;
}
.hReviewsHP .large-9{
    padding-left: 60px;
}
.hReviewsHP .reviewSlider .slick-arrow{
    width: 65px;
    height: 65px;
    margin-top: -33px;
}
.hReviewsHP .reviewSlider .slick-arrow .fas:before{
    display: none;
}
.hReviewsHP .reviewSlider .slick-arrow .fas:after {
    content: " ";
    border: solid #cacbcc;
    border-width: 0 6px 6px 0;
    display: inline-block;
    padding: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: 10px;
    transition: all 0.5s;
}
.hReviewsHP .reviewSlider .slick-arrow.slick-prev .fas:after{
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
}
.hReviewsHP .reviewSlider .slick-arrow:hover {
    background: none;
}
.hReviewsHP .reviewSlider .slick-arrow:hover .fas:after {
    border-color: #00BED6;
}
.hpPack{
    padding: 120px 0;
}
.hpPack h4{
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    line-height: 0.8;
    margin-bottom: 20px;
    text-align: center;
}
.hpPack .large-12 p {
    font-size: 18px;
    margin-bottom: 60px;
}
.hpHealthBenefits,
.hpFeaturedIn,
.hpPack{
    padding: 100px 0;
}
.hHPmealdDealivery{
    background-color: #FAF5F2;
}
.hpRecipes{
    background-color: #FAF5F2;
    padding: 0 0 100px 0;
    text-align: center;
}
.hpRecipes h3{
    color: #1D252C;
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 35px;
}
.hpHealthBenefits h3,
.hpRecipes h3{
    margin-bottom: 20px;
}
.hpRecipeBox{
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
}
.hpRecipeBox img {
    margin-top: -137px;
}
.hpRecipeBox h5{
    font-size: 28px;
    margin: 0 0 20px 0;
}
.hpRecipeBox p{
    min-height: 250px;
    margin: 0;
}
.hpRecipesBox{
    margin-top: 70px;
}
.hpHomeBanner{
    background-color: #fff;
    padding: 60px 0 100px 0;
}
.hpHomeBanner p{
    font-size: 28px;
    color: #1D252C;
    margin: 0 0 40px 0;
    text-shadow: none;
}
/* ========== RECIPES ========== */
.hRecipesBanner{
    background-color: #fff;
    padding: 60px 0;
}
.hRecipesBanner .hRating h1,
.hpHomeBanner h1{
    font-size: 70px;
    font-weight: 900;
    text-shadow: none;
    line-height: 1.2;
    margin-bottom: 25px;
}
.hRecipesBanner .hRating p {
    font-size: 20px;
    color: #1D252C;
    margin: 0;
    text-shadow: none;
}
.recipeBoxes{
    background-color: #FAF5F2;
    padding: 80px 0;
}
.recipeBox{
    background-color: #fff;
    border-radius: 10px;
    padding: 50px;
    margin-bottom: 80px;
}
.recipeBox .large-4 img{
    margin-top: -65px;
}
.recipeBox .large-3{
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    padding: 0 25px;
}
.recipeBox .large-3 img{
    display: block;
    margin: 25px auto 5px auto;
}
.recipeBox .large-3 span{
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
}
.recipeBox h4{
    font-size: 38px;
    margin-top: -20px;
    margin-bottom: 15px;
}
.recipeBox .recipeTag {
    display: inline-block;
    background-color: #FFB600;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    padding: 11px 20px 13px 20px;
}
.recipeIngredientTlt{
    font-size: 22px;
    font-weight: 600;
}
.recipeBox p {
    font-size: 20px;
    color: #939393;
    margin-bottom: 45px;
}
.recipeBox .accordion-title {
    font-size: 22px;
    padding: 1.25rem 0;
    border: 0;
    border-top: 1px solid #CECECE;
    color: #00BED6;
}
.recipeBox :last-child:not(.is-active)>.accordion-title,
.recipeBox :last-child>.accordion-content:last-child{
    border-bottom: 0;
    border-radius: 0;
}
.recipeBox .accordion-title:hover, .recipeBox .accordion-title:focus {
    background-color: #fff;
}
.recipeBox .accordion-item .accordion-title:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 1rem;
    border: solid #00BED6;
    border-width: 0 3px 3px 0;
    display: block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 8px;
    margin-top: -7px;
    transition: all 0.5s;
}
.recipeBox .accordion-item.is-active .accordion-title:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: -1px;
}
.recipeBox .accordion-content {
    font-size: 13px;
    display: none;
    padding: 0 0 2em 0;
    border: 0;
    border-bottom: 0;
    background-color: #fff;
    color: #939393;
}
.recipeBox .accordion-content p{
    font-size: 13px;
    color: #939393;
    margin-bottom: 20px;
}
.getStartedWrapp{
    text-align: center;
}
/* ========== FOOTER ========== */
#shopify-section-footer {
    margin-top: 0;
}
footer {
    background: #1D252C;
    padding: 100px 0;
}
.hpPack .hPackSubtitle p{
    font-size: 18px;
    color: #fff;
}
.hpPack .hPackSubtitle a{
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
    border-bottom: 0;
}
.hpPack .hPackSubtitle a:hover{
    color: #1D252C;
}
.hpPack img {
    border-radius: 0;
}
#joinThePack .cell{
    padding-right: 5px;
    padding-left: 5px;
}
.hpPackButtonW {
    padding: 60px 0 0 0;
    text-align: center;
}
.hpPackButtonW .button.getStarted{
    background-color: #fff;
}
.hpPackButtonW .button.getStarted:hover{
    background-color: #1D252C;
}
.footMenu {
    margin: 0;
    padding: 0;
}
.footMenu a {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}
.footMenu.tMainMenu.footMenuCustom{
    margin-top: 20px;
}
.footSMtxt {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
    height: 32px;
    margin: 0;
    padding: 0 55px;
}
.footSMtxt .fab {
    font-weight: 400;
    font-size: 50px;
    margin-top: 50px;
}
.footSMtxt a.hIco{
    float: left;
    margin: 0 30px 0 0;
}
.footNTitle {
    font-family: Lato;
    font-weight: 600;
    color: #fff;
    font-size: 27px;
    line-height: 28px;
    text-align: left;
    margin: 0;
    padding: 50px 0 20px 0;
}
.footNForm input[type='email'],
.footNForm .button{
    border-radius: 10px;
}