/* 
 Theme Name:   Matt Moran
 Theme URI:    
 Description:  Matt Moran Theme
 Author:       quinnp_admin
 Author URI:   
 Template:     Avada
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
@import "recipe/recipe.css";
@import "avada-style.css";
/***** CONTACT PAGE *****/
.contact__text {
    color: #3D4744!important;
    font-family: "futura-pt",sans-serif!important;
    font-style: normal;
    font-weight: 300!important;
    font-size: 37px!important;
    line-height: 37px!important;
    border-bottom: 2px solid #3d4744;
    padding-left: 7px;
    padding-right: 7px; display:inline-block;
}
.contact__custom-popup {
    z-index: 999;
    background: #f8f6f7;
    display: block;
    position: absolute;
    padding: 20px;
}
.contact__custom-popup a {
    color: #74777e;
    font-size: 27px!important;
    font-style: normal;
    font-weight: 300!important;
    line-height: 42px;
}
.contact__custom-popup a:hover {
    color: #74777e;
}


/* Checkout page */
#billing_state_field, #billing_phone_field, #shipping_state_field {
    float: left;
    width: 48%;
}
#billing_postcode_field, #billing_email_field, #shipping_postcode_field {
    float: right;
    width: 48%;
}
.checkout_product_remove {
    font-size: 9pt!important;
}
#woocommerce_form_coupon {
    margin-bottom: 20px;
}
#woocommerce_form_coupon > .coupon-contents {
    float: left;
}
#woocommerce_form_coupon > .coupon-contents > .coupon-input > #checkout_coupon_code {
    height: 42px;
}
.shipping_methods_container {
    float: left!important;
    width: 100%;
}
.checkout_shipping_method {
    width: 100%;
}
.checkout_shipping_method > li {
    text-align: left;
    border: 1px solid;
    padding: 5px 10px;
    margin: 5px 0;
}
.checkout_shipping_method_label {
    width: 85%;
}
.checkout_shipping_method_label > span {
    float: right;
}
#shipping_method input[type=radio] {
    margin-left: 3%;
    margin-right: 3%;
}
.shipping_method_price {
    font-size: 11pt;
}

.shop_table_custom {
    width: 100%;
    text-align: left;
    margin: 0;
}
.shop_table_custom thead tr th {
    width: 100%;
    background-color: #F7F6F7;
}
.shop_table_custom thead tr th.product-name {
    border-right: 1px solid #F1F1F2;
}
.shop_table_custom thead tr th, .shop_table_custom td {
    padding: 15px 25px 15px 25px;
}

.shop_table_custom {
    border: solid 1px #F1F1F2;
}
.shop_table_custom tr td.product-name {
    border-right: 1px solid #F1F1F2;
}

.shop_table_custom tfoot tr, .shop_table_custom tr {
    border-bottom: solid 1px #F1F1F2;
}
.shop_table_custom tfoot th {
    text-align: left;
    width: 100%;
    padding: 15px 25px 15px 25px;
    border-right: 1px solid #F1F1F2;
}

.shop_table_custom tfoot tr.order-total th, .shop_table_custom tfoot tr.order-total td {
    padding-top: 15px;
}

.shop_table_custom .product-thumbnail {
    width: 90px;
    margin-right: 25px;
    float: left
}
.shop_table_custom .product-thumbnail img {
    max-width:90px
}

.checkout .woocommerce-Price-amount-custom {
    font-size: 13pt;
    color: #3D4744;
}
.cart-subtotal .woocommerce-Price-amount-custom,
.shipping .woocommerce-Price-amount-custom,
.shipping_method_cost .woocommerce-Price-amount-custom,
.cart-discount .woocommerce-Price-amount-custom {
    color: #74777D;
    font-size: 13pt;
}


/* Top cart panel */
#top-cart-panel-container {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 30px;
    padding-right: 30px;
}
#top-cart-panel {
    max-width: 1113px;
    margin: auto;
    padding: 20px 0;
    display: flex;
    letter-spacing: 1px;
    font-family: "futura-pt",sans-serif;
    font-style: normal;
}

#top-cart-panel .cart-link {
    width: 23%;
    padding: 0 2% 0 0;
    align-items: stretch;
}
#top-cart-panel .cart-link .cart_link_label {
    margin: 0.5em 0 0.5em 0;
}
#top-cart-panel .cart-link .cart_link_anchor:hover {
    color: #74777d;
}

#top-cart-panel .added-product {
    width: 47%;
    padding: 0 1%;
    display: inline-flex;
    align-items: stretch;
}
#top-cart-panel .added-product .added-product-thumbnail {
    display: inline-flex;
    align-items: stretch;
}
#top-cart-panel .added-product .added-product-thumbnail img {
    margin: auto;
    border: 1px solid #81848a;
    max-width: 120px;
    max-height: 120px;
}
#top-cart-panel .added-product .added-product-info {
    width: 70%;
    display: inline-block;
    margin: auto 5%;
}
#top-cart-panel .added-product .added-product-info .added-product-remove-link {
    margin: 0 5%;
}
#top-cart-panel .added-product .added-product-info .added-product-remove-link:hover {
    color: #74777d;
}

#top-cart-panel .right-block {
    width: 30%;
    padding: 0 0 0 2%;
    align-items: stretch;
    display: inline-flex;
}
#top-cart-panel .right-block .cart_subtotal {
    width: 40%;
    align-items: stretch;
    margin: 50px 10% 0 0;
    text-align: left;
}
#top-cart-panel .right-block .cart_subtotal .cart_subtotal_label {
    font-size: 10pt;
    margin-bottom: 2px;
}
#top-cart-panel .right-block .cart_subtotal .cart_subtotal_value {
    font-size: 12pt;
    font-weight: 700;
    margin-top: 2px;
    letter-spacing: 1px;
}
#top-cart-panel .right-block .cart_options {
    width: 60%;
    align-items: stretch;
    text-align: right;
}
#top-cart-panel .right-block .cart_options .checkout_button_container {
    margin-top: 35px;
}
#top-cart-panel .right-block .cart_options .checkout_button_container .checkout_button {
    width: 100%;
    letter-spacing: 1px;
    font-family: "futura-pt",sans-serif;
    font-style: normal;
    font-size: 11px;
    padding: 13px 0;
}

#top-cart-panel .right-block .cart_options .close-top-cart-panel-container {
    display: inline-flex;
    cursor: pointer;
    margin-top: 5px;
}
#top-cart-panel .right-block .cart_options .close-top-cart-panel-container .close-top-cart-panel-label {
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 1px;
    margin-right: 8px;
    align-items: stretch;
}
#top-cart-panel .right-block .cart_options .close-top-cart-panel-container .close-top-cart-panel-sign {
    font-size: 18pt;
    color: #b0afad;
    align-items: stretch;
}


.uppercase_letters {
    text-transform: uppercase;
}
.underline_text {
    text-decoration: underline;
}


.product .entry-summary .summary-container {
    width: 93%!important;
    padding: 10px 60px 10px 35px;
}

.fusion-recent-posts .columns .column .fusion-flexslider, .fusion-recent-posts .columns .column .recent-posts-content {
    cursor: pointer;
}
.show_details_button_container {
    text-align: center;
    font-family: "futura-pt",sans-serif;
    font-style: normal;
}
.show_details_button {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3d4644;
    float:none;
    max-width:none;
    padding-bottom: 17px;
    border-bottom-width: 2px!important;
    border-bottom-style: solid;
    border-bottom-color: white;
}
.show_details_button:hover {
    color: #3d4644;
}
#home-news-row p {
    margin-bottom: 0;
}


/*newclass 17-05-2017 by ashish*/
.emaildot{ clear:right;}
.product .entry-summary  .single_add_to_cart_button:after {
    border: 1px solid #3D4744;    bottom: 5px;    content: "";    left: 5px;    position: absolute;    right: 5px;    top: 5px;	transition-duration: 0.3s;    transition-property: border-color;    transition-timing-function: ease-out;
}
.product .entry-summary  .single_add_to_cart_button:before {
    border: 1px solid #fff;    bottom: 5px;    content: "";    left: 5px;    position: absolute;    right: 5px;    top: 5px;	transition-duration: 0.3s;    transition-property: border-color;    transition-timing-function: ease-out;
}
.product .entry-summary  .single_add_to_cart_button:hover:before {
    border: 5px solid #3D4744;    bottom: 0px;    content: "";    left: 0px;    position: absolute;    right: 0px;    top: 0px;
}
.product .entry-summary  .single_add_to_cart_button { position:relative; border:solid 1px #3D4744; color:#3D4744; background-color:#ffffff;   font-weight: 500;; font-size:12px;
border-radius: 0px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */  -webkit-border-radius: 0px;   /* Firefox 1-3.6 */  -moz-border-radius: 0px;   /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */   border-radius: 0px; }
.product .entry-summary  .single_add_to_cart_button:hover { position:relative; border:solid 1px #3D4744; color:#3D4744; background-color:#ffffff;   font-weight: 500;; font-size:12px;
}

/*newclass 24-05-2017 by ashish*/

#home-intro-row-three-column-article-button {margin:0 30px 25px 30px;padding:0 0 7px 0;color:#3d4644;font-family: "futura-pt",sans-serif;font-style: normal;font-weight:500;font-size:12px;letter-spacing:1.7px;text-transform:uppercase;border-bottom:2px solid #efeae0;}

#home-intro-row-three-column-article-button	.fusion-button-text{ position:absolute; left:30px; bottom:0px; border-bottom:solid 2px #fff;}
#home-intro-row-three-column-article{ padding-bottom:56px; background-color:#FFF;}
#home-shop-row .products-3 > li:hover .show_details_button{
  border-bottom: 2px solid #3d4644!important;
  margin-bottom: 0!important;
  padding-bottom: 7px!important;
}
#home-shop-row-full-button .fusion-column-inner-bg-image {transition: all 0.7s ease;}
#home-shop-row-full-button:hover .fusion-column-inner-bg-image {transition: all 0.7s ease;}

@media only screen and (min-width: 800px) {
    #home-shop-row-full-button {top: -102px; padding-top: 102px;}
    #home-shop-row .products-3 > li {z-index: 5;}
}

#home-recipe-row-full-button .fusion-column-inner-bg-image {
    transition: all 0.7s ease;
}
#home-recipe-row-full-button:hover .fusion-column-inner-bg-image {
    background-color: #efeae0!important;
}


#contactformmain{ text-align:center; max-width:1110px; width:90%; margin:auto;}
#contactformmain .nf-field-container{ width:auto; }
#contactformmain .nf-before-field, #contactformmain .nf-after-field{ display:none;}
#contactformmain .nf-field-label{ display:none;}


#contactformmain .html-wrap{}
#contactformmain hr{ opacity:0;}
#contactformmain .inputfield1 {  border-bottom: 2px solid #3d4744!important; padding:0 10px;}
#contactformmain .full-name { width:150px;}
#contactformmain .phonenumber { width:230px;}
#contactformmain .emailaddress { width:220px;}
#contactformmain .inputfield1::-webkit-input-placeholder { /* Chrome/Opera/Safari */  color: #3d4744; opacity:1;}
#contactformmain .inputfield1::-moz-placeholder { /* Firefox 19+ */  color: #3d4744; opacity:1;}
#contactformmain .inputfield1:-ms-input-placeholder { /* IE 10+ */  color: #3d4744; opacity:1;}
#contactformmain .inputfield1:-moz-placeholder { /* Firefox 18- */  color: #3d4744; opacity:1;}
.spemy{ clear:both!important; width:100%!important;  float:none!important; display:block!important; }
#contactformmain .nf-form-content  .spemy1 { margin-bottom:0px!important; height:0px!important; width:100%;}
.custom-select-option {display:block; padding-right:43px;}
.custom-select-option:hover, .current-selected {background-image: url('/wp-content/uploads/2017/05/check.png');background-repeat:no-repeat; background-position:right center; display:block; padding-right:43px; color:#3D4744!important;}


#contactformmain{ margin-top:15px;}
#contactformmain .label-hidden .nf-field-description{ position:absolute; margin-top:-20px;}
#contactformmain .nf-field-container, #ninja_forms_required_items{ margin-bottom:38px!important;}
#contactformmain .spemy{  margin-bottom:24px!important;}
#contactformmain  .textarea-container{ max-width:543px; margin:auto; width:100%!important;}
#contactformmain .nf-field-element textarea{ border:solid 1px #3D4744; padding:26px; color:#74777D; font-size:14px; line-height:22px;}


#contactformmain .spemy2{ margin-bottom:0px!important;}
.submitbutton{ position:relative; border:solid 1px #3D4744; color:#3D4744; background-color:#ffffff;   font-weight: 500;; font-size:12px;
border-radius: 0px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */  -webkit-border-radius: 0px;   /* Firefox 1-3.6 */  -moz-border-radius: 0px;   /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */   border-radius: 0px; position:relative; padding:13px 25px; cursor:pointer; }

#contactformmain .submit-wrap{ padding:5px;  border: 1px solid #3D4744; cursor:pointer; background-color:#FFF; transition-duration: 0.3s;    transition-property:  background-color;    transition-timing-function: ease-out;	}
#contactformmain .submit-wrap:hover{  background-color:#3D4744; }
#recipe-product #restaurant-row-three-column-article-button span {
    margin-left: 0;
    left: 65%;
}
#restaurant-row-three-column-article {margin-bottom:40px!important;  background-color: #fff;    padding-bottom: 56px;}
#home-intro-row-three-column-article-button { margin: 0!important;padding:0!important ;color:#3d4644;font-family: "futura-pt",sans-serif;font-style: normal;font-weight:500;font-size:12px;letter-spacing:1.7px;text-transform:uppercase;border-bottom:2px solid #efeae0; height: 100%;  left: 0;position: absolute; text-align: left;top: 0;     width: 100%!important;  z-index: 99;}
#home-intro-row-three-column-article .fusion-column-wrapper {background-color:#ffffff;}
#restaurant-row-three-column-article-button { margin: 0; padding:0; position: absolute; text-align: center!important; top: 0; width: 100%!important; z-index: 99;}
#restaurant-row-three-column-article .fusion-column-wrapper {background-color:#ffffff;}
#restaurant-row-three-column-article {margin-bottom:40px!important;  background-color: #fff;    padding-bottom: 0px!important;}


@media only screen and (max-width: 800px) {
#contactformmain{  width:100%; padding:0px!important;}
#contactformmain #nf-field-12-wrap, #contactformmain #nf-field-17-wrap, #contactformmain  #nf-field-13-wrap, #contactformmain #nf-field-18-wrap, #contactformmain #nf-field-16-wrap{border-bottom: 2px solid #3d4744!important;}
#contactformmain .inputfield1, .contact__text {  border-bottom: 0px solid #3d4744!important; }
 #contactformmain  #nf-field-23-container, #contactformmain #nf-field-29-container{ display:none;}
#contactformmain #nf-field-18-wrap span:before{ content:'I'; margin-right:7px;}
#contactformmain .textarea-container { max-width:100%;}
.getintouch1 .nf-field-element, .getintouch1 .nf-field-element .submitbutton  { width:100%!important;}
#recipe-product #restaurant-row-three-column-article-button span {
    left: 65%;
}
.recipe-product-container {        padding-bottom: 66px; }

.recipes-template-default .woocommerce-product-gallery__image{ float:none!important;}
.product-template-default .woocommerce-container { margin:-75px 0px 0px 0px;!important;}
.woocommerce-container .attachment-shop_single { width:100%;}
.single-product .product .summary.entry-summary{ margin-left:0px!important;}
.product .entry-summary .summary-container{ padding:0px!important; text-align:center;}
.summary .cart .quantity {     display: inline-block!important;     float: none!important;     margin: 20px 20px 20px 0;     vertical-align: middle;}
.product .entry-summary .single_add_to_cart_button {     display: inline-block!important;    vertical-align: middle;
}
.single_variation_wrap .variations_button, .summary .cart { display:block!important;}
.single-product #main{ background-size: 1px auto, 2500% auto!important;}
}
@media only screen and (max-width: 400px) {
    .summary .cart .quantity {
        display: inline-block !important;
        float: none !important;
        margin: 20px 0px 20px 0 !important;
        vertical-align: middle;
    }

    .product .entry-summary .single_add_to_cart_button {
        display: inline-block !important;
        vertical-align: middle;
    }
}

/* Update contact form input fields */
#contactformmain INPUT {
    border: 1px solid #FFF !important;
    /*background: #FF0000 !important;*/
}
#contactformmain .full-name {
    width:150px;
    background: #FFF !important;
}
#restaurant-container-three-column #restaurant-row-three-column-article-button {
    display: flex;
    align-items: flex-end;
}
#restaurant-container-three-column #restaurant-row-three-column-article-button span{
    margin: auto;
    position: relative!important;
    left: 0!important;
    margin-left: auto!important;
}
#restaurant-container-three-column #restaurant-row-three-column-article .fusion-button-wrapper.fusion-aligncenter {
    display: block;
    text-align: center;
    height: 40px;
}

.recipe-product-shop-now .recipe-product-shop-now-button-text {
    bottom: -10px;
    position: absolute;
    left: 67%;
    border-bottom: solid 2px #fff;
    padding-bottom: 17px;
    margin-bottom: 23px;
}
@media only screen and (max-width: 800px) {
    .recipe-product-shop-now .recipe-product-shop-now-button-text {
        bottom: -20px;
        position: absolute;
        left: 0;
        width: 100%;
        border-bottom: solid 2px #fff;
        padding-bottom: 17px;
        margin-bottom: 23px;
    }
}

.menu-item a i.fa::before {
    color: #babbbe;
    -webkit-transition: color 0.3s;
    -moz-transition:    color 0.3s;
    -ms-transition:     color 0.3s;
    -o-transition:      color 0.3s;
    transition:         color 0.3s;
}
.menu-item a:hover i.fa::before {
    color: #3D4644;
}


.recipe-slider-button a, .recipe-slider-buttons a {
    color: #505a57;
}
.recipe-slider-button a:hover, .recipe-slider-buttons a:hover {
    color: #3D4644;
}


/*li#mobile-menu-item-516 {*/
  /*display: block !important;*/
/*}*/
/*li#mobile-menu-item-516 a{*/
    /*display: block !important;*/
/*}*/

div#wow-modal-window-1> p > a {
    display: inline-block;
    position: relative;
    /*padding-bottom: 3px !important;*/
    border-bottom: none !important;
}
div#wow-modal-window-1 a:after {
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    margin-top: 8px !important;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
div#wow-modal-window-1 a:hover:after {
    width: 100%;
    background: #ffffff;
}

.woocommerce-product-gallery__wrapper {
    display: -webkit-inline-box;
    display: contents;

}

@media screen and (max-width: 800px) {
    a.wcmenucart-contents{
        visibility: visible;
        display: block !important;
        font-size: 19px;
        font-family: "futura-pt",sans-serif!important;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #74777d;
    }
    a.wcmenucart-contents:hover {
        font-family: "futura-pt",sans-serif!important;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #000000;
    }
    div.wcmenucart-contents{
        display: block;
        height: 25px;
        position: absolute;
        top: -2px;
        left: 100vw;
        /*z-index: 10011;*/
    }
    div.wcmenucart-contents span{
        display: inline-block !important;
        position: absolute;
        right: 90px;
        width: 90px !important;
    }

}

@media screen and (max-width: 460px) {
 .avada-single-product-gallery-wrapper {
        margin-bottom: 10px !important;
    }
}

@media screen and (min-width: 800px) {
    div.wcmenucart-contents{
        display: none !important;
    }

    .fusion-main-menu > ul > li {
        padding-right: 0px !important;
    }

    #menu-main_menu {
        margin-left: 10%;
    }

    .fusion-is-sticky .fusion-main-menu > ul > li:first-child {
        margin-left: 9% !important;
    }

    #recipe-ajax-content div.fusion-builder-row {
        width: 100% !important;
    }
}
@media screen and (min-width: 800px) and (max-width: 1100px) {

.fusion-is-sticky .fusion-main-menu > ul > li > a, .fusion-main-menu > ul > li > a {
    padding-left: 6px !important;
    padding-right: 6px !important;
}
}