/*
Theme Name: lunarembassy theme
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */

 
/*  .woocommerce-shipping-calculator {
    display: none;
} */

.main-container {

  padding: 30px 0 0 !important;

}

.woocommerce-message .button.wc-forward {
    display: none;
}


#nm-productmeta-box-1 > div {
    float: left;
    margin-right: 40px !important;
    width: auto;
}

#box-name_printed_on_deed {width:100%; float:left;}
#box-name_printed_on_deed input {width:20% !important;}
.new_add {float: left; margin-right: 10px;}
.entry-content {background:#fff !important; padding:10px 20px;}
.entry-header  h1 {padding: 10px 20px; background: rgb(255, 255, 255) none repeat scroll 0% 0%;}
.shop_table .product-thumbnail  img {width:40px;}
#main-content {margin-bottom:20px;}

.product_cart {width:100%; float:left; margin:0 0 10px;}
.product_cart .single_add_to_cart_button {background: #79bbff -moz-linear-gradient(center top , #79bbff 5%, #378de5 100%) repeat scroll 0 0;
    border: 1px solid #84bbf3;
    border-radius: 37px 0;
    box-shadow: 0 1px 0 0 #bbdaf7 inset;
    color: #ffffff;
    display: inline-block;
    float: right;
    font-family: Arial;
    font-size: 18px !important;
    font-style: normal;
    font-weight: bold;
    height: 55px;
    line-height: 55px;
    text-align: center;
    text-decoration: none;
    text-indent: -1.31px;
    text-shadow: 1px 1px 0 #528ecc;
    text-transform: uppercase;
    width: 167px;}
	
.product_cart .quantity  {float:left;}
.product_cart .new_add, .product_cart .quantity   {margin-top:20px;} 
.price .amount {
    color: #2f2f2f;
    font-family: "Anton",sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 27px;
    padding-top: 20px;
}

.product_meta {display:none;}

.price_single .amount {

   padding: 2px 16px;
}

.wpcf7-form-control.wpcf7-submit.button {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 15px;
    text-transform: uppercase;
	
}
.buttons-set {
 width: 11%;


}	

