/*
Theme Name: Morgans Christmas Theme
Description: Morgans Seafood Online Order Website
Version: 1.0
Author: Alyte Creative
Author URI: http://alyte.com.au
*/

/* Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, small, strike, strong, ol, ul, li, fieldset, form, label, caption { border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-size: 14px; color: #666; background: #072d4d;  }
*, *:before, *:after { -webkit-box-sizing: border-box;box-sizing: border-box; box-sizing: border-box; }
body, button, input, select, textarea { font-family: 'Open Sans', sans-serif; }
a, a:hover, input[type="submit"], input[type="submit"]:hover, button, button:hover { transition-property:all;transition-property:all; -webkit-transition-property:all; transition-duration:0.2s;transition-duration:0.2s; -webkit-transition-duration:0.2s; transition-timing-function:linear, ease-in;transition-timing-function:linear, ease-in; -webkit-transition-timing-function:linear, ease-in; }

/* Containers */
header, nav, section, footer { float: left; position: relative; width: 100%; }
.container { width: 100%; max-width: 1100px ; margin: 0 auto; }

/* Formatting */
a { text-decoration: none; color: #444; }
a:hover, a:focus, a:active { color: #318dd7; }

h1, h2, h3, h4, h5, h6 { color: #000; font-family: 'Montserrat', sans-serif; }

.alignleft { display: inline; float: left; margin-right: 1.5em; }
.alignright { display: inline; float: right; margin-left: 1.5em; }
.aligncenter { clear: both; display: block; margin: 0 auto; text-align: center }

/* Slideshow */
#slideshow { width: 100%; overflow: hidden; }
#slideshow .item { float: left; display: block; }
#slideshow .item img { width: 100%; height: auto; }

/* Forms */
button { cursor: pointer; }
section#main .grey button.save:hover { background: #2653a9; }
input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; }
input[type="submit"] { width: 100%; float: left; text-align: right; margin-bottom: 15px; background: #005eaa; cursor: pointer; border: 0; padding: 15px; color: #fff; font-weight: bold;}
input[type="submit"]:hover { background: #318dd7; color: #fff; }
input[type="submit"]:focus { border: 1px solid #bbb; }
input[type="checkbox"], input[type="radio"] { padding: 0; }
input[type="text"], input[type="email"], input[type="password"] { width: 100%; padding: 10px; margin: 0 0 10px; color: #555; }
input[type="search"] { padding: 10px; margin: 10px 0 20px; color: #555; }
textarea { width: 100%; padding: 10px; overflow: auto; margin: 10px 0 20px;}
textarea:focus { border: 1px solid #bbb; }
form ul li { list-style: none; margin: 5px 0; margin-left: 0 !important; }
#register { float: left; width: 100%; padding: 10px 20px; background: #efefef; margin-top: 25px; }
#register label { width: 100%; float: left; margin-bottom: 5px; margin-top: 15px; }
#register label.receive_emails { width: auto; float: left; }
#register input[type="submit"] { width: 200px !important; margin-top: 15px; }
#checkout label { width: 100%; float: left; margin-bottom: 5px; margin-top: 15px; }
#checkout label.receive_emails { width: auto; float: left; }
#checkout input[type="submit"] { width: 200px !important; margin-top: 15px; }
select#pickup_time { margin-bottom: 15px; float: left; width: 100%; }
#checkout table input[type="submit"] { margin-top: 0px; }
.third form input[type="submit"] { margin-top: 15px; }
#register .options label { width: auto; float: left; margin-top: 0; }
#register .options input { width: 25px; float: left; margin-top: 3px; clear: both; }
a.update { background: #228bdf; padding: 5px 10px;  color: #fff; }
a.update:hover { background: #005eaa; }
.browse { padding: 10px 15px; display: inline-block; margin: 10px 5px 20px 0;  background: #228bdf; color: #fff; }
.browse:hover {  color: #fff; background: #005eaa; }
.discard { padding: 10px 15px; display: inline-block; margin: 10px 5px 20px;  background: #e23131; color: #fff; }
.discard:hover {  color: #fff; background: #f35b5b; }
.stuck { position: fixed; top: 0; top: 0; margin-left: 750px; }

/* Theme Styles */
.mobile { display: none; }
nav { background: #005eaa; }
nav ul li { float: left; list-style: none; color: #fff; }
nav ul li a { padding: 15px 25px; border-right: 1px solid #026cc2; color: #fff; float: left; }
nav ul li a:hover { background: #026cc2; color: #fff; }
section#main .white { background: #eee; float: left; width: 100%; position: relative; }
section#main .content { float: left; width: 750px; background: #fff; padding: 50px; }
section#main .full-content { float: left; width: 100%; background: #fff; padding: 50px; }
section#main .sidebar { width: 350px; padding: 120px 50px 50px 50px; background: url(inc/images/exclamation.png) #eee no-repeat 50px 50px; float: right; }
.home section#main .sidebar { background: #eee; padding: 50px; }
section#main .half { width: 47.5%; margin-right: 5%; float: left; }
section#main .half:last-of-type { margin-right: 0; } 
header img.mobilelogo { width: 100%; display: none; }
h1 { font-size: 24px; color: #005eaa; line-height: 32px; margin-bottom: 10px; }
h2 { font-size: 18px; line-height: 20px; color: #454545; margin: 20px 0 5px }
h3 { font-size: 18px; line-height: 28px; color: #005eaa;  }
h3 img { margin-right: 5px; }
h4 { color: #e23131; font-size: 16px; line-height: 24px; margin-bottom: 5px; }
h4.blue { color: #005eaa; }
p { font-size: 14px; line-height: 22px; color: #555; }
hr { width: 100%; height: 1px; background: #ddd; float: left; margin: 30px 0; border: 0; }

.grey .status-failure { position: absolute; top: -64px; background: #FFCCCC; left: 0;  }
.grey .status-failure p { font-size: 12px; padding: 10px; }

.third { width: 30%; margin-right: 5%; float: left; }
.third form ul li { margin-left: 0; }
.twothird { width: 65%; float: left; }
.half { width: 47.5%; margin-right: 5%; float: left; }
.half:first-of-type { margin-right: 0; }

#customer-order span.label { font-weight: bold; float: left; width: 25%; }
#customer-order p { margin: 0; border-bottom: 1px solid #ddd; padding: 10px 0; width: 100%; float: left; }
#customer-order { margin-bottom: 25px; float: left; width: 100%; }
section#main .box { border: 1px solid #ddd; }
section#main .box .step { padding: 20px 25px; border-bottom: 1px solid #ddd; }
section#main .box .step:last-of-type { border: 0; }
section#main .box .step span { font-weight: bold; color: #444; }

section#main .sidebar a.button { width: 100%; float: left; text-align: right; margin-top: 15px; background: url(inc/images/cart-white.png) no-repeat 15px center #e23131; padding: 15px; color: #fff; font-weight: bold; }
section#main .sidebar a.button:hover { background: url(inc/images/cart-white.png) no-repeat 15px center #f35b5b; }
section#main .sidebar form { margin-bottom: 15px; margin-top: 10px; }
section .sidebar h3 { text-align: left; float: left; font-size: 16px; font-family: 'Open Sans'; font-weight: normal; width: 100%; color: #333; margin-bottom: 5px; }
section .sidebar h2 { margin-bottom: 15px; }

section#main .full { width: 100%; position: }
section#main .full h2 { margin-top: 25px; }
section#main .full h2.products { margin-top: 25px; margin: 20px 0 10px; float: left; width: 100%; }
section#main .item { border: 1px solid #eee; float: left; position: relative; margin-bottom: 10px; }
section#main .item .thumb { width: 190px; float: left; background: #005eaa; overflow: hidden; }
section#main .item .thumbnail { width: 190px; height: 135px; overflow:hidden; float: left; }
section#main .item .thumbnail img { width: 120%; height: auto; margin-left: -10%; margin-top: -5%; } 
section#main .item .thumb .price { padding: 15px; font-size: 12px; color: #fff; height: 47px; float: left; }
section#main .item .details { width: 458px; float: left; padding: 12px; font-size: 12px; }
section#main .item .details p { font-size: 12px; line-height: 18px; }
section#main .grey { position: absolute; width: 458px; height: 47px; font-size: 12px; bottom: 0; right: 0; background: #eee; padding: 12px; }
section#main .grey .add { position: absolute; right: 0; border: 0; padding: 15px; font-size: 12px; color: #fff; font-weight: bold; background: #e23131; top: 0;  }
section#main .grey .remove { position: absolute; right: 105px; border: 0; padding: 15px; font-size: 12px; color: #555; text-decoration: underline; font-weight: normal; background: none; top: 0;  }
section#main .grey .save { position: absolute; right: 0; border: 0; padding: 15px; font-size: 12px; color: #fff; font-weight: bold; background: #15397f; top: 0;  }

section#main .grey .add:hover { background: #f35b5b; }
section .grey label { font-size: 12px; float: left; }

section#main .sidebar a.redbutton { width: 100%; float: left; text-align: right; margin-top: 15px; background: url(inc/images/cart-white.png) no-repeat 15px center #e23131; padding: 15px; color: #fff; font-weight: bold; }
section#main .sidebar a.redbutton:hover { background: url(inc/images/cart-white.png) no-repeat 15px center #f35b5b; }

section#main table { margin-top: 25px; margin-bottom: 25px; width: 100%; }
section#main table th { background: #005eaa; color: #fff; padding: 10px 15px; font-size: 12px; text-align: left; }
section#main table td { font-size: 12px; padding: 15px; background: #f7f7f7; vertical-align: top; }
section#main table td p { font-size: 12px; }
section#main table td img { width: 150px; height: auto; }
section#main table tr.icebox td { border-top: 5px solid #fff; font-weight: bold; color: #005eaa; }
section#main table th:last-of-type, section#main table td:last-of-type { text-align: center; }

section#main p.fine { font-size: 11px; color: #e23131; line-height: 15px; }
section#main .full-content a.redbutton { text-align: center; background: url(inc/images/cart-white.png) no-repeat 15px center #e23131;  padding: 15px 15px 15px 45px; color: #fff; font-weight: bold; }
section #checkout a.redbutton { text-align: center; background: url(inc/images/cart-white.png) no-repeat 15px center #e23131; float:right; margin-top: -40px; padding: 15px 15px 15px 45px; color: #fff; font-weight: bold; }

section#main .full-content a.redbutton:hover { background: url(inc/images/cart-white.png) no-repeat 15px center #f35b5b; }
section#main .full-content a.button { width:auto; float: right; text-align: center; background: #005eaa; padding: 15px; color: #fff; font-weight: bold; }
section#main .full-content a.button:hover { background: #318dd7; }
section#main .full-content form { margin-top: 20px; }
section#main .full-content td select { float: left; }
section#main .full-content td form { margin-top: 0 }
section#main .full-content td h4 { margin-bottom: 0 }
section#main .full-content td input[type="submit"] { float: none !important; width: auto !important; padding: 0; background: none; color: #333; font-weight: normal; text-decoration: underline; clear: none !important; margin-bottom: 0; }
section#main .full-content form span { float: left; clear: both; }
section#main .full-content form table span { float: none; clear: none; }
section#main .full-content form p span.required { float: none; clear: none; }
section#main .full-content form input[type="search"] { width: 300px; border: 1px solid #eee; clear: both; float: left }
section#main .full-content form input[type="submit"] { width: 100px; text-align: center; clear: both; float: left }
section#main .full-content #quantity form input[type="submit"] { width: 100px; text-align: center; clear: both; float: right !important; padding: 3px 8px; background: #228bdf; color: #fff;  text-decoration: none; }
section#main .full-content form input.remove { text-align: center; padding: 3px 8px; background: #bbb; color: #fff;  text-decoration: none;  }
section#main .full-content form input.remove:hover { background: #e23131; }
section#main .full-content #quantity form input[type="submit"]:hover { background: #005eaa; }
section#main .full-content form table input[type="submit"] { width: 150px; text-align: center; clear: both; float: right }

article ul li { margin-left: 20px; }
article ul li a { text-decoration: underline; } 
article { clear:both; float:left; width: 100%; }

article .product-image{ width: 160px; float:left; margin-right: 10px; }

article .product-content{ width: 275px; float:left; margin-right: 10px; }

article .product-price{ width: 185px; float:left }

footer { background: #005eaa; color: #fff; text-align: center; padding: 40px; font-size: 12px; line-height: 18px; }
footer a { color: #fff; }

/* Custom styles */
section#main .full-content form table input[type="text"] {
    border: 2px inset; border-image-source: initial; border-image-slice: initial; border-image-width: initial; border-image-outset: initial; border-image-repeat: initial;
}
span.required { color: #e23131; }
span.field-hint { font-style: italic; }
section#main .full-content div.status-failure { background-color: #FFCCCC;  margin: 5px 0 15px; float: left; width: 100%; }
section#main .full-content div.status-failure p { padding: 5px 10px; margin: 10px 0;  }
.hint { width: 100%; float: left; }
section#main .full-content div.status-success { clear:both; background-color: #E0FFC2; padding:15px; margin-bottom:15px; }
section#main .full-content div.status-attention { clear:both; background-color: #FFFFE6; padding:15px; margin-bottom:15px; }
span.login-field { display: block; }
span.bold { font-weight: bold; }
div.terms-and-conditions-popup ul { list-style-type: circle; padding-left: 25px; }
div.terms-and-conditions-popup ul li { padding-bottom: 5px; }

@media only screen and (min-width : 320px) and (max-width : 480px) {

.third { width: 100%; margin-right: 0; }
.twothird { width: 100%; float: left; }
.half { width: 100%; margin-right: 0; }

.stuck { position: relative; }	
.container { width: 100%; padding: 0; }
header { overflow: hidden; }
header img.logo { display: none; }
header img.mobilelogo { width: 100%; display: block; }
.mobile { display: block; width: 100%; color: #fff; }
.mobile ul li { float: left; color: #fff; font-size: 14px; width: 35%; list-style: none; text-align: center; }
.mobile ul li img { margin-right: 5px; margin-bottom: -2px; }
.mobile ul li:last-of-type { width: 65%; background: #005eaa; }
.mobile ul li a { color: #fff; font-weight: bold; width: 100%; padding: 25px; float: left; font-size: 16px; }
nav { padding: 0; }
nav ul { display: none; }
nav ul li { width: 100%; border-bottom: 1px solid #154f7f; float: left; text-align: center; }
nav ul li a { width: 100%; font-weight: bold;}
section#main .item .thumbnail { width: 100%; height: 150px; }
section#main .content { width: 100%; }
section#main .sidebar { width: 100%; }
section#main .grey .add { width: 100%; position: relative; }
section#main .half { width: 100%; float: left; border-bottom: 1px solid #eee; margin-bottom: 30px; padding-bottom: 30px; }
section#main .item .thumb { width: 100%; float: left; background: #005eaa; }
section#main .item .thumb img { width: 100%; margin-left: 0; } 
section#main .item .details { width: 100%; padding: 20px; }
section#main .grey { position: relative; width: 100%; float: left; padding: 15px 20px; height: auto; text-align: center; }
section#main .grey .save { float: left; width: 100%; position: relative; }
section#main .grey .remove { float: left; position: relative; width: 100%; text-align: left; right: auto; padding: 0; margin: 10px 0 0; }
section .grey label { width: auto; margin: 0 0 15px; }
section .grey select { width: auto; margin: 0 0 15px; float: right }
section#main .item .thumb .price { padding: 15px 20px; font-size: 12px; color: #fff; }
section#main table th { display: none; }
section#main table td { width: 100%; float: left; text-align: center; border-bottom: 1px solid #fff; }
section#main table td img { width: 100%; }
section#main table tr { border-bottom: 5px solid #fff; }
section#main .full-content .half { border: 0; }
section#main .full-content a.button { width: 100%; }
section#main .full-content a.redbutton { width: 100%; margin-top: 20px; border: 0; }

}

