/*
Theme Name: Twenty Fifteen
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

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 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.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.
 */


@font-face {
    font-family: 'hello_scriptregular';
    src: url('fonts/helloscript_trial-webfont.eot');
    src: url('fonts/helloscript_trial-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helloscript_trial-webfont.woff2') format('woff2'),
         url('fonts/helloscript_trial-webfont.woff') format('woff'),
         url('fonts/helloscript_trial-webfont.ttf') format('truetype'),
         url('fonts/helloscript_trial-webfont.svg#hello_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('fonts/sourcesanspro-semibold-webfont.eot');
    src: url('fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	color:#303393;
}
h1, h2{
	font-family: 'hello_scriptregular';
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ul{
	list-style:none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**Luvly style starts here**/
p{
	font-size:16px;
	font-family: 'source_sans_proregular';
}
a, b, li, div{
	font-family: 'source_sans_proregular';	
}
h1{
	line-height:36px;
	font-size:36px;
	text-align:center;
	padding:10px 0 15px 0;
	background-color: #cdabcf;
	color:#fff;
}
.footertitle {
	background:transparent;
	color: #303393;
}
strong{
	font-family: 'source_sans_prosemibold';
}

#page{
	width:100%;
	/*max-width:1200px;*/
	margin:0 auto;
}
.clear{
	clear:both;
}
header#site-header{
	width:100%;
	position:relative;
	background-image:url('images/amrsofangles_sky.png');
	background-size:100% auto;
	background-position:bottom center;
	height:170px;
	margin-bottom:30px;
}
.logo{
	position:absolute;
	max-width:35%;
	left:32.5%;
	top:38%;
	z-index:9999;
}
.logo img{
	width:100%;
	height:auto;
}
.header-space{
	width:100%;
	height:50px;
}
article header.entry-header{
	display:none;
}
section.site-banner{
	width:100%;
	background-color:#cdabcf
}
section.site-banner .banner img{
	width:100%;
}
section.site-banner .banner{
	display:block;
	position:relative;
}
.navigation{
	width:100%;
	height:50px;
	text-align:center;
}
.navigation ul{
	padding:0;
	margin:0;
}
.navigation li{
	display:inline-block;
	margin:0 30px;
}
.navigation li a{
	text-decoration:none;
	color:#fff;
	font-size:18px;
	line-height:45px;
}
.navigation li a:hover{
	color:#303393;
}
.needheading {
	text-align: center;
	color: #cdabcf;
	line-height: 60px !important;
	padding-top: 15px;
	display: none;
}
.entry-content h2{
	font-size:36px;
	line-height:90px;
	overflow:hidden;
}
#post-4 .entry-content{
	width:70%;
	margin:0 auto;
	overflow:hidden;
}
.entry-content p{
	margin-bottom:20px;
}
section.mid-sidebar{
	width:80%;
	margin:40px auto 0;
}
section.mid-sidebar li{
	float:left;
	width:33.3%;
	text-align:center;
	box-sizing:border-box;
	padding:0 10px;
	position:relative;
	min-width:170px;
	margin-bottom:20px;
	/*max-height:410px;*/
}
section.mid-sidebar li .widget_sp_image-description{
	padding:0 20px 20px;
	box-sizing:boreder-box;
}
section.mid-sidebar li img{
	position:relative;
	bottom:0;
	/*transform:translateX(-50%);
	-webkit-transform: translate(50%, 0);*/
	width:90%;
	height:auto;
	
	left:5%;
}
section.mid-sidebar li h2{
	text-indent:-9999px;
	margin-bottom:10px;
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:center;
}
section.mid-sidebar li:nth-child(1) h2{
	background-image:url('images/1plate.png');
}
section.mid-sidebar li:nth-child(2) h2{
	background-image:url('images/2plate.png');
}
section.mid-sidebar li:nth-child(3) h2{
	background-image:url('images/3plate.png');
}
.down-arrow{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #cdabcf transparent transparent transparent;
	line-height: 0px;
	_border-color: #cdabcf #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	margin:0 auto;
}
section.recipes-container{
	margin-top:30px;
}
.pink-str{
	border-top: 10px solid #fedad7;
	width:100%;
}
section.recipes-container{
	width:100%;
}
.recipes-nav{
	text-align:center;
	padding:0 0 20px 0;
	position:relative;
	width:90%;
	margin:0 auto;
}
.recipes-nav li{
	width:25%;
	/*min-width:175px;*/
	height:175px;
	display:inline-block;
	cursor:pointer;
	position:relative;
}
.nav-title{
	width:100%;
}
.nav-title li{
	width:100%;
	display:none;
}
.nav-title li:nth-child(1){
	display:block;
}
.recipe-item{
	display:none;
}
.recipe-item:nth-child(1){
	display:block;
}
.recipes-info{
	width:100%;
}
.recipe-item{
	width:100%;
}
.txt-recipe{
	font-size:16px;
}
.txt-recipe .col-left{
	width:40%;
	float:left;
	box-sizing:border-box;
	padding-left:3%;
}
.txt-recipe .col-right{
	width:50%;
	float:right;
	box-sizing:border-box;
	padding-right:3%;
	padding-top:30px;
}
.txt-recipe h2{
	font-size:26px;
	line-height:66px;
}
.txt-recipe p, .txt-recipe strong{
	line-height:30px;
	margin-bottom:10px;
}
.txt-recipe ol{
	margin:20px 0 0 20px;
	padding:0;
}
.img-recipe{
	margin-top:30px;
	background-color: #cdabcf;
}
.img-recipe img{
	width:100%;
	height:auto;
}
.txt-donation{
	text-align:center;
	font-size:16px;
	margin:20px auto;
	width:60%;
}
.recipe-nav-item img, .recipe-title img{
	height:auto;
	width:100%;
	max-width:175px;
}
.img-donation{
	width:100%;
	background-image:url('images/amrsofangles_sky.png');
	background-size:100% auto;
	background-position:center;
	padding:20px 0;
	text-align:center;
}
.img-donation img{
	width:25%;
	height:auto;
}
section.footer{
	background-color:#cceef6;
	border-top:10px solid #4dc4e0;
	border-bottom:10px solid #4dc4e0;
	text-align:center;
	padding:20px 0 0 0;
	position:relative;
}
section.footer img{
	width:40%;
	height:auto;
	margin-top: 20px;
}

.donate-product-btn{
	width:500px;
	display:block;
	padding:5px 0;
	background-color:#cdabcf;
	color:#fff;
	text-decoration:none;
	margin:0 auto;
	max-width:90%;
	border-radius:20px;
}

.donate-product-btn.christmas {
	position: relative;
}

.donate-product-btn.christmas img {
	position: absolute;
	left: 2.5%;
	width: 12.5%;
	height: auto;
	bottom: -5px;
}

.donate-product-btn.christmas img.flip {
	position: absolute;
	right: 2.5%;
	width: 12.5%;
	height: auto;
	left: unset;
	bottom: -5px;
	-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}



.donate-product-btn.donate-any-amount{
	background-color:#fff;
	border:1px solid #cdabcf;
	color:#cdabcf;
}
#post-44,#post-360{
	padding-top:50px;
	text-align:center;	
}
#post-44 p,#post-360 p{
	color:#cdabcf;
}
.donate-product-btn.donate-any-amount.tel{
	width:180px;
	display:inline-block;
	margin-right:40px;
}
.donate-product-btn.donate-any-amount.mail{
	width:280px;
	display:inline-block;
}
form.checkout.woocommerce-checkout{
	width:70%;
	margin:90px auto 0;
	color:#303393;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	border:1px solid #cdabcf;
}
.woocommerce form .form-row input.input-text{
	height:26px;
	color: #303393;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select{
	border:1px solid #cdabcf;
}
.select2-container .select2-choice{
	height:26px;
	line-height:26px;
	font-size:14px;
	color: #303393;
}
.select2-container .select2-choice {
	padding: 0;
}
.woocommerce-message{
	display:none;
}
.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, #order_review_heading{
	font-size:16px;
	font-weight:700;
}
.woocommerce-billing-fields #billing_company_field{
	display:none;
}
#shipping_company_field{
	display:none;
}
#ship-to-different-address .checkbox, #ship-to-different-address-checkbox{
	/*display:none;*/
}
.checkout.woocommerce-checkout h2{
	text-align:center;
}
.shop_table.woocommerce-checkout-review-order-table thead{
	display:none;
}
.shop_table.woocommerce-checkout-review-order-table{
	width:50% !important;
}
.shop_table.woocommerce-checkout-review-order-table td, .shop_table.woocommerce-checkout-review-order-table th{
	border:none !important;
}
.woocommerce table.shop_table{
	border:none;
}
tr.cart-subtotal, tr.shipping{
	display:none;
}
.woocommerce-checkout #payment{
	background-color:#fff;
	
}
/*.woocommerce-checkout #payment div.payment_box{
	display:none !important;
}*/
#shipping_country_field{
	display:none;
}
.shipping_address input{
	background-color:#cdabcf;
	color:#fff;
}
#s2id_shipping_state .select2-choice.select2-default, #s2id_shipping_state, #s2id_shipping_state .select2-choice{
	background-color:#cdabcf;
	color:#fff;
}
#order_comments{
	background-color:#cdabcf;
	color:#fff;
}
.woocommerce-checkout #payment ul.payment_methods{
	border:none;
}
#place_order{
	background-color:#cdabcf;
	border-radius:20px;
	font-size:16px;
	font-weight:400;
	font-family: "source_sans_proregular";
}

.recipe-nav-item .title-img{
	display:none;
}
.recipe-nav-item .dish-img{
	display:block;
}
.title-img, .dish-img{
	position:absolute;
	left:0;
	top:0;
}
.active-nav-item .dish-img{
	display:none !important;
}
.active-nav-item .title-img{
	display:block !important;
}
.woocommerce-info{
	display:none;
}
.glass{
	position:absolute;
}
#glass1{
	top:0px;
	right:24%;
	width:70px;
	height:70px;
	z-index:9999;
}
#glass2{
	bottom:30px;
	left:5%;
	width:70px;
	height:70px;
	z-index:9999;
}
.glass img{
	width:100%;
	height:auto;
}
.woocommerce table.shop_table{
	font-size:14px;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th{
	padding-left:0;
}
#order_review{
	margin-top:10px;
}
#order_review_heading{
	margin-top:40px;
}
.banner-btn{
	position:fixed;
	right:0;
	top:35%;
	text-align:center;
	z-index:9999;
}
.banner-btn a{
	display:block;
/*	width:74px;
	height:74px;*/
	padding: 15px 10px 15px;
}
.banner-btn a.facebook img{
	width: 74px;
	height: auto;
}
.banner-btn a.facebook{
	background-color:#a3a6c2;
	margin-top:10px;
	padding:2.5px 10px 2.5px;
}
.banner-btn a.donate-now{
	padding:15px 10px 15px;
	background-color: #4dc4e0;
}
.banner-btn-facebook img{
	width:100%;
	height:auto
}
.banner-btn a{
	color:#fff;
	text-decoration:none;
	font-family: "hello_scriptregular";
	font-size:18px;
	line-height:20px;
}
.recipes-info{
	display:none;
}
.christmas-special{
	position:relative;
}
.christmas-special span.right{
	position:absolute;
	right:20px;
	top:-20px;
}
.christmas-special span.left{
	position:absolute;
	left:20px;
	top:-20px;
}
.christmas-special span.right img{
	transform:rotateY(180deg);
}
.christmas-special span img{
	width:60px;
	height:auto;
}
.luvlylogo{
	position:absolute;
	left:10px;
	bottom:20px;;
}
section.footer .luvlylogo img{
	width:70px;
}
.txt-recipe ul{
	list-style:disc;
	margin-bottom:10px;
}

/*----- Contact Form -----*/

.entry-content {
	position: relative;
	padding-bottom: 0px;
}

.nominationpage{
	width:70%;
	margin:90px auto 0;
	color:#303393;
}

.nominationpage .nominationheading{
	text-align: center;
}

.wpcf7-form {
	width: 100%;
}

.wpcf7-form .your-details {
	width: 48%;
	float: left;
}

.your-details-heading {
	font-size: 16px;
	font-weight: 700;
}

.wpcf7-form .your-details p {
	margin-bottom: 10px
}

.wpcf7-form .your-details input {
	width: 100%;
	border: 1px solid #cdabcf;
}

.wpcf7-form-control-wrap.state-country input {
	width: 48%;
	display: inline-block;
}

.wpcf7-form-control-wrap.postcode-zip input {
	width: 50%;
	display: inline-block;;
}

.wpcf7-form-control-wrap.email-address input {
	width: 48%;
	display: inline-block;
}

.wpcf7-form-control-wrap.phone input {
	width: 50%;
	display: inline-block;
}

.your-details-left {
    width: 100%;
}

.your-details-left .contactcountry {
	font-size: 16px;
	float: left;
	width: 50%;
}

.your-details-left .postcode {
    width: 50%;
}

.your-details-left .contactcountry input {
	width: 96%;
}

.your-details-right .contactemailaddress {
	font-size: 16px;
	float: left;
	width: 50%;
}

.your-details-right .contactemailaddress input {
	width: 96% !important;
}

.nominate-family-bottom .contactcountry {
	font-size: 16px;
	float: left;
	width: 50%;
}

/*.nominate-family-bottom .contactcountry input {
	width: 96% !important;
}*/

.nominate-family-bottom .postcode {
	font-size: 16px;
	display: inline-block;
}

.nominate-family-bottom .postcode input {
	width: 96%;
}

.nominate-family-bottom .contactphone {
	font-size: 16px;
	display: inline-block;
	width: 100%;
}

.nominate-family-bottom .contactphone input {
	width: 96% !important;
}

.nominate-family-bottom {
	width: 100%;
}

.nominate-family-bottom p {
	width: 50%;
	float: left;
}

.nominate-family-bottom p:first-of-type {
	margin-bottom: 0 !important;
}

.wpcf7-form-control-wrap.postcode-zip-nominate {
	margin-left: 0%;
}


.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	margin-bottom: 10px;
	padding: 5px 0 5px 0;
}

.wpcf7-form .nominate-family {
	width: 48%;
	float: right;
}

.nominate-family-heading {
	font-size: 16px;
	font-weight: 700;
}

.wpcf7-form .nominate-family p {
	margin-bottom: 10px;
}

.wpcf7-form .nominate-family label {
	font-size: 16px;
}

.nominate-family-bottom .postcode {
	width: 100%;
}

.contactfirstname {
    font-size: 16px;
}

.wpcf7-form-control-wrap.state-country-nominate .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	width: 96%;
}

.wpcf7-form .nominate-family input {
	width: 100%;
	border: 1px solid #cdabcf;
	background-color: #cdabcf;
	color: white;
}

.wpcf7-form-control-wrap.town-city2 input{
	margin-top: 10px;
	padding: 5px 0 5px 0;
}

.wpcf7-form-control-wrap.address2 input{
	margin-top: 10px;
	padding: 5px 0 5px 0;
}

.wpcf7-form-control.wpcf7-submit {
	background-color: #cdabcf;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 400;
	font-family: "source_sans_proregular";
	float: right;
	padding: 7px 20px 7px 20px;
	border: unset;
	margin-top: 35px;
	margin-bottom: 50px;
	clear: both;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border: none;
    outline-color: unset;
    position: absolute;
    top: 40px;
    width: 60%;
    color: red;
    font-size: 16px;
    left: 20%;
    text-align: center;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	border: none;
	outline-color: unset;
	position: absolute;
	top: 40px;
	width: 60%;
	color: lightgreen;
	font-size: 16px;
	left: 20%;
	text-align: center;
}

.wpcf7-not-valid-tip {
    color: red;
    font-size: 14pt;
}

.wpcf7-form-control-wrap.address2-nominate input {
	margin-top: 10px;
	padding: 5px 0 5px 0;
}

.wpcf7-form-control-wrap.town-city2-nominate input {
	margin-top: 10px;
	padding: 5px 0 5px 0;
}

/*.sendconfirmation {
    position: absolute;
    width: 30%;
    left: 35%;
    z-index: 99999;
    top: 75%;
    text-align: center;
    border: 2px solid #cdabcf;
	border-radius: 20px 20px 0 0;
}

.sendconfirmation .thankyoumessage {
	font-family: 'hello_scriptregular';
	font-size: 36px;
	line-height: 90px;
	color: #303393;
}*/

.christmas {
    clear: both;
    font-weight: 800;
    letter-spacing: 0.75px;
    font-size: 0.8em;
}

.christmas input {
	width: auto !important
}

.christmas .wpcf7-list-item-label {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.75px;
}

div.wpcf7 input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

.christmasmessage {
	font-size: 16px;
	font-weight: 800;
	color: #303393 !important;
	padding-bottom: 10px
}

.xmas2017 {
    width: 750px;
    margin: auto;
    border: 2px solid #cdabcf;
    border-radius: 25px;
    position: relative;
    max-width: 90%;
}

.xmas2017 p {
	font-size: 16px;
	font-weight: 800;
	color: #303393 !important;
	width: 92%;
	margin-left: 4%;
	margin-bottom: 25px;
	margin-top: 25px;
}

.xmas2017 .left {
	position: absolute;
	top: 0;
	left: 0;
	width: 10%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#post-360 .xmas2017 .left {
	top: 10px;
	left: 5px;
	width: 5%;
}

.xmas2017 .right {
	position: absolute;
	top: 0;
	right: 0;
	width: 10%;
	-moz-transform: scaleX(-1) translate(-50%, -50%);
        -o-transform: scaleX(-1) translate(-50%, -50%);
        -webkit-transform: scaleX(-1) translate(-50%, -50%);
        transform: scaleX(-1) translate(-50%, -50%);
}
#post-360 .xmas2017 .right {
	top: 10px;
	right: 5px;
	width: 5%;
}


.donateandnominate {
	padding-top: 25px;
}

.donate-product-btn.christmas {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: unset;
}

.warehouselogo {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 7.5%;
}

.warehouselogo img {
	width: 100% !important;
	margin-top: 5px !important;
}

.warehouselogo p {
	font-family: 'source_sans_proregular';
	font-size: 14px;
	color: rgb(48, 51, 147);
}

.newspage .topnews {
	background: #cceef6;
}

.newspage h2 {
	line-height: 36px;
	font-size: 36px;
	text-align: center;
	padding: 20px 0 20px 0;
	background-color: white;
	color: #303393;
}

.newspage .down-arrow {
	border-color: white transparent transparent transparent;
}

.newspage .article {
	/*background: #cceef6;*/
	background: white;
	border-bottom: 10px solid #4dc4e0;
}

.newspage .article:nth-child(2n) {
	/*background: white;*/
	background: #cceef6;
}

.newspage .articleimage {
    width: 60%;
    margin-left: 20%;
    padding-top: 75px;
}

.newspage .articleimage img {
	width: 100%;
}

.newspage .articlecopy {
    width: 60%;
    margin-left: 20%;
    margin-top: 25px;
    padding-bottom: 75px;
}

.newspage .articlecopy p {
	color: black;
	margin-bottom: 5px;
}

.newspage .articlecopy p b {
	font-weight: 800;
	line-height: 2.5;
}

.newspage .articlecopy p a {
	color: black;
}

.newspage .newsnav {
    position: fixed;
    top: 25%;
    width: 100px;
    background: white;
    min-height: 150px;
	padding: 15px;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	pointer-events: none;
}

.newspage .newsnav.current {
	opacity: 1;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	pointer-events: all;
}

.newspage .newsnav .year {
	font-weight: 800;
	font-size: 18px;
}

.newspage .newsnav .month {
	margin-left: 10px;
	cursor: pointer;
	line-height: 1.5;
}

.newspage .newsnav.mobile {
	display: none;
}

.banner .banner-btn a p {
	font-family: 'hello_scriptregular';
}


.logosection {
	position: relative;
	width: 100%;
	background: white;
	padding: 70px 0 50px 0;
}

.logosection .leftlogo {
	position: relative;
	margin-left: 16%;
	text-align: left;
	height: 75px;
}

.logosection .leftlogo .newworldlogo {
	height: 100%;
	display: inline-block;
	width: auto;
	position: relative;
}

.logosection .leftlogo .newworldlogo img {
	width: auto;
	height: 100%;
	margin-top: 0px;
}

.logosection .leftlogo .warehouselogo {
	position: relative;
	display: inline-block;
	height: 85%;
	width: auto;
	text-align: center;
	margin-left: 3%;
	bottom: 0;
	right: 0;
}

.logosection .leftlogo .warehouselogo img {
	width: auto !important;
	height: 100%;
	margin-top: 0px !important;
}

.logosection .leftlogo p {
	position: absolute;
	bottom: 100%;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 800;
	font-size: 14pt;
}

.logosection .leftlogo .luvlylogo {
	position: relative;
	display: inline-block;
	height: 100%;
	width: auto;
	margin-left: 3%;
	bottom: 0;
	left: 0;
}

.logosection .leftlogo .luvlylogo img {
	width: auto;
	height: 100%;
	margin-top: 0px;
}

.logosection .rightlogo {
	position: absolute;
	right: 27%;
	text-align: left;
	height: 85px;
	float: right;
	display: inline-block;
	top: 65px;

}

.logosection .rightlogo .awards {
	position: relative;
	display: inline-block;
	height: 100%;
	width: auto;
	text-align: center;
	margin-left: 0%;
	bottom: 0;
	right: 0;
}

.logosection .rightlogo .awards p {
	position: absolute;
	bottom: 100%;
	width: 100%;
	margin-bottom: 5px;
	font-weight: 800;
	font-size: 14pt;
}

.logosection .rightlogo .awards img {
	width: auto;
	height: 100%;
	margin-top: 0px;
}

.woocommerce-checkout-review-order-table .cart_item .product-remove {
	position: relative;
	padding: 0;

}

.woocommerce-checkout-review-order-table .cart_item .product-remove a {
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #303393 !important;

}

.woocommerce a.remove:hover {

    color: #fff !important;
    background: #303393 !important;

}

/*-------------------------*/

@media only screen and (max-width: 900px) {
	#glass1{
		display:none;
	}
}
@media only screen and (max-width: 500px) {
	body{
		overflow:hidden;
	}
	section.mid-sidebar li{
		width:100%;
	}
	.recipes-nav li{
		width:100%;
		height:277px;
		padding:0 10%;
	}
	.recipes-nav li img{
		width:80%;
		height:auto;
		max-width:80%;
		left:10%;
	}
	header#site-header{
		margin-bottom:10px;
	}
	#glass2{
		display:none;
	}
	.navigation li{
		margin:0 5px;
	}
	.txt-recipe .col-left{
		width:100%;
		padding:0 10px;
	}
	.txt-recipe .col-left li{
		/*margin-left:20px;*/
	}
	.txt-recipe .col-right{
		width:100%;
		padding:0 10px;
		font-family: "source_sans_proregular";
	}
	section.mid-sidebar li{
		display:inline-block;
		height:auto !important;
		margin-bottom:50px;
	}
	section.mid-sidebar li img{
		position:relative !important;
		left:0;
	}
	#post-4 .entry-content{
		width:85%;
	}
	.txt-donation{
		width:85%;
	}
	.img-donation{
		padding:5px 0;
	}
	section.mid-sidebar{
		width:100%;
	}
	.recipes-nav li{
		height:255px;
	}
	.dish-img{
		display:relative;
	}
	.img-donation img{
		width:70%;
	}
	section.footer img{
		width:70%;
	}
	section.mid-sidebar{
		margin-top:10px;
	}
	section.footer .luvlylogo img{
		width:20%;
		margin-top:40px;
	}
	section.footer .luvlylogo{
		position:relative;
		width:60%;
	}
	section.footer img{
		display:block;
		margin:0 auto;
	}
	.txt-recipe .col-right{
		margin-top:10px;
	}
	.txt-recipe ol{
		margin:0 0 10px 20px;
	}
	.txt-recipe h2{
		line-height:36px;
		padding:20px 0;
	}
	.txt-recipe p, .txt-recipe strong{
		margin-bottom:0;
	}
	.luvlylogo{
		left:0;
	}
	.donateandnominate {
    	padding-top: 0px;
	}
	.christmasmessage {
    	font-size: 16px;
    	font-weight: 800;
    	color: #303393 !important;
    	padding-bottom: 10px;
	}
	.donate-product-btn.donate-any-amount.tel {
	    width: 180px;
	    display: inline-block;
	    margin-right: 0px;
	    margin-bottom: 20px;
	}
	.donate-product-btn.christmas img {
		display: none;
	}
	.wpcf7-form .your-details {
	    width: 100%;
	    float: unset;
	}
	.wpcf7-form .nominate-family {
	    width: 100%;
	    float: unset;
	}
	.nominationpage {
	    width: 70%;
	    margin: 25px auto 0;
	    color: #303393;
	}
	.warehouselogo {
	    position: static;
	    bottom: unset;
	    right: unset;
	    width: 30%;
	    margin-left: 35%;
	}

	.newspage .newsnav {
	    position: fixed;
	    top: 25%;
	    width: 18%;
	    background: white;
	    min-height: 150px;
	    padding: 5px;
	}

	.newspage .newsnav .month {
	    margin-left: 3px;
	}

	.newspage .articleimage {
	    width: 80%;
	    margin-left: 10%;
	    padding-top: 25px;
	}

	.newspage .articlecopy {
	    width: 80%;
	    margin-left: 10%;
	    padding-bottom: 25px;
	}	

	.banner-btn a.donate-now {
	    padding: 2px 5px 2px 5px;
	    background-color: #4dc4e0;
	    font-size: 14px;
	}

	.banner-btn a.facebook {
	    background-color: #a3a6c2;
	    margin-top: 10px;
	    padding: 4.5px 5px 4.5px 5px;
	}

	.banner-btn a.facebook img {
	    width: 45px;
	    height: auto;
	}

	.newspage .newsnav.mobile {
		display: block;
	}

	.newspage .newsnav {
		display: none;
	}

	.banner .banner-btn a p {
		font-size: 14px;
	}

	.leftlogo {
	    width: 90%;
	    margin-left: 5% !important;
	    display: flex;
	    height: auto !important;
	}

	.leftlogo div {
		flex: 1;
	}

	.logosection .leftlogo .warehouselogo, .logosection .leftlogo .newworldlogo, .logosection .leftlogo .luvlylogo {
		position: static;
	    bottom: unset;
	    right: unset;
	    width: 100%;
	    margin-left: unset;
	    height: auto;
	    display: block;
	}

	.logosection .leftlogo .warehouselogo img, .logosection .leftlogo .newworldlogo img, .logosection .leftlogo .luvlylogo img {
	    width: 80% !important;
	    height: auto !important;
	    margin-top: 0px !important;
	}

	.logosection .leftlogo .warehouselogo p {
	    position: absolute;
	    bottom: 100%;
	    width: 100%;
	    margin-bottom: 10px;
	    font-weight: 800;
	    font-size: 12pt;
	    left: 0;
	}

	.logosection .rightlogo {
	    position: static;
	    right: 0%;
	    text-align: left;
	    height: auto;
	    float: unset;
	    display: inline-block;
	    top: unset;
	    width: 90%;
	    margin-left: 0%;
	    margin-top: 40px;
	}

	.logosection .rightlogo .awards p {
	    position: absolute;
	    bottom: 100%;
	    width: 100%;
	    margin-bottom: 10px;
	    font-weight: 800;
	    font-size: 12pt;
	    left: 0;
	}

	.logosection .rightlogo .awards img {
	    width: 66%;
	    height: auto;
	    margin-top: 0px;
	}

	#post-360 .xmas2017 .left,
	#post-360 .xmas2017 .right{
		width:9%;
	}
}