/*
Theme Name: McCall & Green
Author: Alan Reddick
*/
@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;
	width: 100%;
	max-width: 649px;
}
p, li {
	font-size: 140%;
	line-height: 180%;
}
li li {
	font-size: 100%;
}
a {
	text-decoration: none;
	outline: none;
}
a:link {
	color: #BBDB90;
}
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: 180%;
	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: 150px;
	max-width: 649px;
	margin: 0px;
}
#logo {
	width: 100px;
	height: 54px;
	margin: 0px auto;

}
#logo img {
	width: 100px;
	height: 54px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#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 a:link {
	color: #FFF;
}
nav a:visited {
	color: #FFF;
}
nav a:hover {
	color: #DDEDC7;
}
nav a:active {
	color: #DDEDC7;
}
#main-menu {
	display: none;
}
#mobile-menu {
	margin: 0px;
	padding: 0px;
}
#menu-icon {
	width: calc(100% - 15px);
	height: 50px;
	line-height: 50px;
	padding: 0px 7.5px 0px 7.5px;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	display: block; /* show menu icon */
	color: #FFF;
	font-size: 200%;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: middle;
}
#menu-icon span {
	font-family: 'FontAwesome';
	font-weight: normal;
	vertical-align: middle;
}
#menu-icon:hover {
	color: #DDEDC7;
}
#menu-icon.active {
	color: #DDEDC7;
}
/* main nav */
#mobile-menu ul {
	clear: both;
	width: calc(100% - 3px);
	position: absolute;
	z-index: 5000;
	padding: 0px;
	margin: -10px 0px 0px 0px;
	background-color: #020202;
	border-top: 1.5px solid #5F5F5F;
	border-right: 1.5px solid #5F5F5F;
	border-left: 1.5px solid #5F5F5F;
	display: none;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 140%;
}
#mobile-menu li {
	margin: 0px;
	list-style: none;
	padding: 0px 15px 0px 15px;
	text-align: left;
	border-bottom: 1.5px solid #5F5F5F;
}
#mobile-menu a, #mobile-menu ul a {
	background: none;
	text-decoration: none;
	display: block;
	padding: 0;
	border: none;
	line-height: 30px;
}
#mobile-menu .submobile {
	padding-left: 40px;
	font-size: 130%;
}
#mobile-menu a:link {
	background: none;
	color: #FFF;
}
#mobile-menu a:visited {
	background: none;
	color: #FFF;
}
#mobile-menu a:hover {
	background: none;
	color: #DDEDC7;
}
#mobile-menu a:active {
	background: none;
	color: #DDEDC7;
}
#mobile-menu .whiteribbon a span {
	display: none;	
}
#mobile-menu .whiteribbon a:link, nav .whiteribbon a:visited {
	width: 26px;
	height: 26px;
	background-image: url(images/white-ribbon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
#mobile-menu .whiteribbon a:hover, nav .whiteribbon a:active {
	width: 26px;
	height: 26px;
	background-image: url(images/white-ribbon_hover.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

#slideshow {
	width: 100%;
	background-color: #FFF;
}
#slideshow:after {
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	content: ".";
}
#boxOuter {
	width: 100%;
	max-width: 649px;
	margin: 0px auto 15px auto;
}
.boxes {
	float: left;
	width: calc(100% / 2 - 15px);
	margin: 7.5px;
	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: #DDEDC7 !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%;
	max-width: 649px;
	margin: 0px;
}
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%;
	max-width: 649px;
	margin: 0px auto 15px auto;
	padding-top: 7.5px;
	background-color: #FFF;
}
div.content:after {
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	content: ".";
}
div.content article {
	max-width: 649px;
	margin: 0px auto;
	padding: 35px 7.5px;
}
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: 649px;
	margin: 0px auto;
	padding: 35px 7.5px;
}
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: 649px;
	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: 649px;
	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: 649px;
	margin: 0px 0px;
	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% / 2 - 15px);
	margin-left: 7.5px;
	margin-right: 7.5px;
	margin-bottom: 15px;
	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: 100px;
	height: 100px;
	border: solid 3px #DDEDC7;
	border-radius: 100%;
	margin: 0px auto;
	position: relative;
}
.shopCatImage img {
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100px;
	height: 100px;
	border-radius: 100%;
}
.shopCatText {
	display: block;
	width: 100%;
	height: auto;
}
.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: 100%;
	max-width: 649px;
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
}
#instaShopOuter:after {
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	content: ".";
}
#instaShop {
	width: calc(100% - 15px) ;
	padding: 35px 7.5px;
}
#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;
}
footer {
	width: 100%;
	border-top: solid 1px #3F3F3F;
	padding: 0px;
	margin: 0px;
	color: #FFF;
	font-size: 90%;
}
#upperFooter {
	width:  100%;
	max-width: 649px;
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
}
#upperFooter:after {
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	content: ".";
}
#footerMenu {
	width: calc(100% - 15px);
	padding: 0px 7.5px;
}
#footerMenu p {
	text-transform: uppercase;
}
#footerMenu ul {
	margin: 0px;
	padding: 0px;
}
#footerMenu li {
	list-style: none;
}
#footerEnews {
	padding-top: 15px;
	width: calc(100% - 15px);
	padding-left: 7.5px;
	padding-right: 7.5px;
	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: 649px;
	margin: 0px;
}
#socialmedia {
	width: calc(100% - 15px);
	padding: 15px 7.5px 15px 7.5px;
	height: 100px;
	text-align: left;
}
#copyright {
	width: calc(100% - 15px);
	padding: 40px 7.5px 40px 7.5px;
}
#copyright p {
	line-height: 150%;
	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 {
	clear: both;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	clear: both;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.moregiftboxes {
	padding-top: 5px;
	font-size: 120%;
	text-align: center;
	clear: both;
}
.selectgiftbox {
	margin: 0;
	padding: 0px 0px 15px 10px;
	font-size: 120%;
	text-align: left;
	clear: both;
}
.product {
	display: flex;
	flex-direction: column;
}
.entry-image {
	width: 100% !important;
	order: 2;
}
.entry-summary {
	width: 100% !important;
	order: 1;
}
#upsell-products {
	width: 100% !important;
	order: 3;
}
.singleProduct .images {
	clear: both !important;
	width: 100% !important;
}
.singleProduct .upsell-products {
	clear: both !important;
	width: 100% !important;
}
div.content img {
	max-width: 100%;
	height: auto;
}