/*
Theme Name: McCall & Green
Author: Alan Reddick
Version: 1.0
*/
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.5.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: #020202;
	/* background-image: url(images/bg.png); */
	padding: 0px;
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
}
p, li {
	font-size: 140%;
	line-height: 180%;
}
li li {
	font-size: 100%;
}
a {
	text-decoration: none;
	outline: none;
}
a:link {
	color: #9BC858;
}
a:visited {
	color: #BBDB90;
}
a:hover {
	color: #DDEDC7;
}
a:active {
	color: #DDEDC7;
}
h1 {
	font-size: 200%;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-size: 160%;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	font-size: 160%;
	font-weight: bold;
	text-transform: uppercase;
}
h4 {
	font-size: 140%;
	font-weight: normal;
	text-transform: uppercase;
}
h5 {
	font-size: 140%;
	font-style: italic;
}
h6 {
	font-size: 140%;
	font-weight: bold;
}
header {
	width: 100%;
	height: 250px;
	max-width: 1200px;
	margin: 0px auto;
}
#logo {
	width: 294px;
	height: 158px;
	margin-left: auto;
	margin-right: auto;
}
#logo img {
	margin-top: 25px;
	margin-bottom: 40px;
}
#logo {
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
 from {
 opacity:0;
}
 to {
 opacity:1;
}
}
@-moz-keyframes fadein { /* Firefox */
 from {
 opacity:0;
}
 to {
 opacity:1;
}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
 from {
 opacity:0;
}
 to {
 opacity:1;
}
}
@-o-keyframes fadein { /* Opera */
 from {
 opacity:0;
}
 to {
 opacity: 1;
}
}
nav {
	width: 100%;
	height: 40px;
	margin-top: 40px;
	text-transform: uppercase;
}
.menu-main-container {
	margin-left: auto;
	margin-right: auto;
}
nav:after {
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	content: ".";
}

nav a:link {
	color: #FFF;
}
nav a:visited {
	color: #FFF;
}
nav a:hover {
	color: #DDEDC7;
}
nav a:active {
	color: #DDEDC7;
}
nav .whiteribbon a span {
	display: none;	
}
nav .whiteribbon a:link, nav .whiteribbon a:visited {
	width: 26px;
	height: 26px;
	background-image: url(images/white-ribbon.png);
	background-repeat: no-repeat;
	background-position: center center;
}
nav .whiteribbon a:hover, nav .whiteribbon a:active {
	width: 26px;
	height: 26px;
	background-image: url(images/white-ribbon_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#mobile-menu {
	display: none;
}
#slideshow {
	width: 100%;
	background-color: #FFF;
}
#slideshow:after {
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	content: ".";
}
#boxOuter {
	width: 100%;
	max-width: 1200px;
	margin: 20px auto 40px auto;
}
.boxes {
	float: left;
	width: calc(100% / 4 - 20px);
	margin: 0px 10px 25px 10px;
	background-color: #FFF;
	position: relative;
}
.boxesimg {
	width: 100%;
}
.boxesimg img {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}
.boxestext {
	display:  none;
	width: calc(100% - 30px);
	margin: 0px;
	position: absolute;
	bottom: 0px;
	padding: 5px 15px;
	background-color: #DDEDC7;
}
.boxestext p {
	padding: 0px !important;
	margin: 0px !important;
}
.boxestext a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
	padding: 0px !important;
	margin: 0px !important;
}
.boxestext span.price del {
	color: #CB4546 !important;
}
.boxestext span.price del:before {
	content: "RRP. ";
}
.boxestext span.price ins {
	font-weight: 700;
	text-decoration: none;
}
#boxOuter:after {
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	content: ".";
}
div.home {
	width: 100%;
	margin: 0px auto;
}
div.home:after {
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	content: ".";
}
div.home article {
	background-color: #d4d6d7;
}
div.home article div.post {
	width: 100%;
	margin: 0px auto;
	padding: 0;
	text-align: center;
}
div.home article div.post img {
	max-width: 100%;
	height: auto;
}
div.post hr {
	width: 50px;
	background-color: #000;
	height: 2px;
	border: none;
	margin-bottom: 35px;
}
div.content {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #FFF;
}
div.content:after {
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	content: ".";
}
div.content article {
	max-width: 1160px;
	margin: 0px auto;
	padding: 35px 20px 35px 20px;
}
div.ecommerce {
	width: 100%;
	margin: 0px auto 0px auto;
	background-color: #FFF;
}
div.ecommerce:after {
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	content: ".";
}
div.ecommerce article {
	max-width: 1160px;
	margin: 0px auto;
	padding: 35px 20px;
}
div.ecommerce h1 {
	text-align: center;
}
div.ecommerce hr {
    width: 50px;
  	background-color: #020202;
  	height: 2px;
  	border: none;
	margin-bottom: 40px;
}
div.ecommerce nav.woocommerce-breadcrumb {
	display: none;
}
div.media {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #FFF;
}
div.media:after {
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	content: ".";
}
div.media article {
	max-width: 1200px;
	margin: 0px auto;
	padding: 35px 0px;
}
div.media article h1 {
	text-align: center;
}
div.media article hr {
    width: 50px;
  	background-color: #020202;
  	height: 2px;
  	border: none;
	margin-bottom: 40px;
}
div.media article .post hr {
	clear: both;
	width: 90% !important;
  	background-color: #848484 !important;
  	height: 1px !important;
  	border: none !important;
	margin-bottom: 15px !important;
}
div.facebookfeed {
	max-width: 1200px;
	margin: 0px auto;
	padding: 35px 0px;
}
div.facebookfeed:after {
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	content: ".";
}
div.facebookfeed h1 {
	text-align: center;
	color: #FFF;
}
div.facebookfeed hr {
    width: 50px;
  	background-color: #FFF;
  	height: 2px;
  	border: none;
	margin-bottom: 40px;
}

#shopCategories {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 35px 0px;
}
#shopCategories h3 {
	color: #FFF;
	text-align: center;
}
#shopCategories hr {
    width: 50px;
  	background-color: #FFF;
  	height: 2px;
  	border: none;
	margin-bottom: 35px;
}
.shopCat {
	float: left;
	width: calc(100% / 6);
	margin-left: calc(100% / 12);
	margin-right: calc(100% / 12);
	margin-bottom: 35px;
	background-color: #020202;
}
.shopCat a {
	color: #fff;
}
.shopCat a:hover .shopCatImage {
	background-color: #FFF;
	color: #DDEDC7;
}
.shopCat a:hover .shopCatText {
	color: #DDEDC7;
}
.shopCatImage {
	display:  block;
	background-color: #FFF;
	width: 154px;
	height: 154px;
	border: solid 3px #DDEDC7;
	border-radius: 100%;
	margin: 0px auto;
	position: relative;
}
.shopCatImage img {
	position: absolute;
	border-radius: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.shopCatText {
	display: block;
	width: 100%;
	margin: 15px 0px 10px 0px;
}
.shopCatText {
	font-size: 150%;
	text-align: center;
	text-transform: uppercase;
}
.shopCat:after {
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	content: ".";
}
#shopCategories:after {
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	content: ".";
}
#instaShopOuter {
	width: calc(100% - 140px);
	background-color: #FFF;
	padding: 0px 70px;
	margin: 0px;
}
#instaShopOuter:after {
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	content: ".";
}
#instaShop {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 35px 0px;
}
#instaShop h3 {
	text-align: center;
}
#instaShop hr {
    width: 50px;
  	background-color: #020202;
  	height: 2px;
  	border: none;
	margin-bottom: 40px;
}
#instashop_feed ul li div.action.overlay {
	background-color: none !important;
}
#instashop_feed ul li div.action.overlay a {
	padding: 15px;
}
#instashop_feed ul li div.action.overlay a:hover {
	opacity: 1 !important;
	background-color: #BBDB90 !important;
}
#facebookfeed {
	width: 100%;
}
footer {
	width: 100%;
	border-top: solid 1px #3F3F3F;
	padding: 0px;
	color: #FFF;
	font-size: 90%;
}
#upperFooter {
	width:  100%;
	max-width: 1200px;
	margin: 0px auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#upperFooter:after {
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	content: ".";
}
#footerMenu {
	width: calc(70% - 30px);
	float: left;
	padding: 0px 15px;
}
#footerMenu p {
	text-transform: uppercase;
}
#footerMenu ul {
	margin: 0px;
	padding: 0px;
}
#footerMenu li {
	list-style: none;
}
#footerEnews {
	padding-top: 40px;
	width: calc(30% - 30px);
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
#mccall-green-enews-1 label.label-inline span {
	display: none;
}
#mccall-green-enews-1 .empty-label {
	display: none;
}
.yikes-easy-mc-form label.label-inline {
width: calc(100% - 30% - 10px) !important;
  float: left !important;
  padding-right: 10px !important;		
}
.yikes-easy-mc-form .submit-button-inline-label {
   width: 30% !important;
}
.yikes-easy-mc-form input[type="email"] {
	width: 100% !important;
	float: left;
	font-family: 'Montserrat', sans-serif;
	border: none !important;
}
.yikes-easy-mc-form .yikes-easy-mc-submit-button {
	display: inline !important;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 140%;
	height: 30px !important;
	padding: 0px !important;
	margin: 0px;
	min-height: 30px !important;
	border: none !important;
	background-color: #DDEDC7;
	color: #000 !important;
}
.yikes-easy-mc-form ::-webkit-input-placeholder { font-size: 140%; }
.yikes-easy-mc-form ::-moz-placeholder { font-size: 140%; } /* firefox 19+ */
.yikes-easy-mc-form :-ms-input-placeholder { font-size: 140%; } /* ie */
.yikes-easy-mc-form input:-moz-placeholder { font-size: 140%; }

#lowerFooter {
	width:  100%;
	margin: 0px auto;
	border-top: solid 1px #3F3F3F;
}
#lowerFooterInner {
	width:  100%;
	max-width: 1200px;
	margin: 0px auto;
}
#socialmedia {
	width: calc(50% - 30px);
	padding: 40px 15px 40px 15px;
	height: 100px;
	text-align: right;
	float: left;
}
#copyright {
	width: calc(50% - 30px);
	padding: 40px 15px 40px 15px;
	float: left;
}
#copyright p {
	line-height: 50px;
	padding: 0px;
	margin: 0px;
	color: #848484;
}
#copyright {
	color: #848484;
}
input {
	height: 30px;
	font-size: 100% !important;
	font-family: 'Montserrat', sans-serif;
	border: solid 1px #D8D8D8;
	border-radius: 0px;
}
textarea {
	font-family: 'Montserrat', sans-serif;
	font-size: 100% !important;
	border: solid 1px #D8D8D8;
	border-radius: 0px;
}
select {
	border-radius: 0px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}

.moregiftboxes {
	width: 100%;
	max-width: 1180px;
	background-color: #ffffff;
	margin: 10px 47px 0px 10px;
	padding-top: 0px;
	padding-bottom: 25px;
	font-size: 120%;
	text-align: center;
	clear: both;
}
.moregiftboxes a {
	color: #000000;
	font-size: 200%;
}
.moregiftboxes a:hover {
	color: #9BC858;
}
.selectgiftbox {
	margin: 0;
	padding: 0px 0px 35px 10px;
	font-size: 120%;
	text-align: left;
	clear: both;
}
div.content img {
	max-width: 100%;
	height: auto;
}