/*
Theme Name:		MC Fashion
Theme URI: 		http://mimiandchichi.com/
Version: 		1.0
Description: 	Custom Site
Author: 		Ian Smith
Author URI:		http://ianrichard.com
Tags:			custom

Copyright 2011 Ian Smith <http://ianrichard.com> All rights reserved.

*/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

.entry-summary:after, .entry-summary .comment-box, .entry-summary .comment-box:before, .aside .section:after, .gcart-basket-remove, .link-facebook:before, .link-twitter:before, .link-bloglovin:before, .link-instagram:before, .link-pinterest:before, .entry-spread:after, .subscribe-button span, .pinterest  {
	background: url(mc_sprite.png);	
}

@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
.entry-summary:after, .entry-summary .comment-box, .entry-summary .comment-box:before, .aside .section:after, .gcart-basket-remove, .link-facebook:before, .link-twitter:before, .link-bloglovin:before, .link-instagram:before, .link-pinterest:before, .entry-spread:after, .subscribe-button span, .pinterest {
	background: url(mc_sprite_hd.png);
	background-size: 600px auto;
}
}

html {
	background: #EAEAEA url(mc_header_background.png) top repeat-x;
}

body {
	background: url(mc_header.png) top center no-repeat;
	text-align: center;
	font-family: Century Gothic, Optima, Droid Sans;
	font-size: 16px;
	position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio : 1.5) and (min-device-width: 768px), only screen and (min-device-pixel-ratio : 1.5) and (min-device-width: 768px) {
body {
	background: url(mc_header_hd.png) top center no-repeat;
	background-size: 1200px auto;
}
}

h1, h2, h3, h4, h5, label, .nav, input[type=submit], button[type=submit], .gcart-item-add {

}

h2, h3, h4, p {
	text-shadow: 1px 1px #FFF;	
}

h1 {
	font-size: 32px;
	margin-bottom: 12px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 28px;
	margin-bottom: 18px;
}



label {
	display: block;
	font-size: 20px;
	margin-bottom: 14px;
	line-height: 33px;
}
label input, label textarea, label select {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	margin-top: 2px;
}
label span {
	font-weight: normal;
	font-size: 12px;
}

label select {
	margin-top: 7px;
}

select {
	min-width: 60px;
	font-weight: normal;
}

input[type=text], input[type=file], input[type=email], textarea {
	font-weight: normal;
	display: block;
	border: 1px solid #CCC;
	padding: 8px;
	background: #FFF;
}

input[type=file] {
	width: auto;
}

input[type=file] input {
	display: none;
}

input[type="submit"], button[type="submit"], .button, .gcart-item-add {
	-webkit-appearance: none;	
	background: #000;
/*	border: 4px solid #000; */
	border: none;
	color: #FFF;
	float: right;
	margin: 20px 0;
	padding: 15px 26px;
	font-size: 20px;
	cursor: pointer;	
}

input[type="submit"]:hover, button[type="submit"]:hover, .gcart-item-add:hover {
	background: #000;
}

a, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 26px;
	margin-bottom: 20px;
}

p a, li a {
	text-decoration: underline;
}

p a:hover img {
	border-color: #000;
}

strike {
	text-decoration: line-through;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.post-content ul, .post-content ol {
	margin-bottom: 26px;
}

.post-content ul li, .post-content ol li {
	margin-left: 18px;
	margin-bottom: 4px;
	line-height: 26px;
}

.post-content ul.comments-list li, .post-content ol.comments-list li {
	margin-left: 0;
	margin-bottom: 14px;
	display: block;
}

.post-content ul li {
	list-style-type: disc;
}

.post-content ol li {
	list-style-type: decimal;
}

.legal p {
	font-size: 12px;
	color: #666;
}


.container {
	width: 1000px;
	text-align: left;
	margin: auto;
/*	background: purple; */
	position: relative;
}

.menu {
	width: 100%;
	height: 200px;
	position: relative;
}

.logo {
	position: absolute;
	width: 730px;
	height: 110px;
	top: 0;
	left: 0;
	text-indent: -1000px;
	overflow: hidden;
}

.nav {
	position: absolute;
	bottom: 28px;
	height: 62px;
}

.nav li {
	display: inline-block;
}

.nav li a {
	font-size: 24px;	
	display: inline-block;
	text-align: center;
	color: #FFF;
	padding: 16px 40px;
	margin: 0 19px;
	position: relative;
	text-decoration: none;
}

.nav li a:hover, .nav li a:focus {
	color: #CCC;	
	text-decoration: none;
}

.nav .active a:hover, .nav .active a:focus {
	color: #FFF;
}

.nav .active {
	font-weight: bold;
}

.nav .active a:after, .nav a:hover:after, .nav a:focus:after {
	content: ' ';
	position: absolute;
	width: 60%;
	margin: 0 20%;
	height: 4px;
	bottom: 8px;
	left: 0;
}

.nav a:hover:after, .nav a:focus:after {
	background: #CCC;	
}

.nav .active a:after, .nav .active a:hover:after, .nav .active a:focus:after {
	background: #FFF;
}

.clear {
	clear: both;
}
.page {
	display: block;
	float: left;
	min-height: 440px;
}

.page .col-left, .page .col-right {
	float: left;
	width: 530px;
/*	background: orange; */
}

.page .col-left {
	width: 470px;
/*	background: green; */
}

.page .col-left-content, .page .col-right-content {
	float: left;
	margin: 40px;
/*	background: blue; */
}

.page .col-left-content {
/*	background: yellow; */
	width: 390px;
	text-align: center;
}

.page .col-right form {
	width: 450px;
}

.col-right input[type=text], .col-right input[type=email], .col-right textarea {
	width: 432px;
}

.col-right .captcha {
	width: 188px;
}

.col-right .captcha-label {
	position: relative;
}

.col-right .captcha-label img {
	position: absolute;
	top: 42px;
	left: 232px;
}

.col-right .captcha input[type="text"] {
	width: 200px;
}
.page-main-image {
	text-align: center;
}
.home, .post, .store  {
/*	background: #F8F8F8; */
	float: left; 
/*	width: 656px; */
/*	background: orange; */
	width: 640px;
	margin-bottom: 48px;
}

.home-content, .post-content  {
	margin: 6px 32px; 
}

.home-content, .post-content {
	min-height: 1200px;
}

.store-content {
	margin: 0 14px;
}

.home-content, .post-content form {
	width: 576px;
}

.aside {
	width: 300px;		
	padding: 42px 30px 30px 30px;
	/*position: absolute;
	top: 173px;
	right: 0;
	*/
	float: left;
	margin-top: -28px;
	height: 100%;
}

.aside:before {
	position: absolute;
	top: 173px;
	bottom: 0;
	width: 270px;	
	content: ' ';
	margin-left: -32px;
	background-image: linear-gradient(left , rgba(0,0,0,.05) 28%, rgba(0,0,0,0) 64%);
	background-image: -o-linear-gradient(left , rgba(0,0,0,.05) 28%, rgba(0,0,0,0) 64%);
	background-image: -moz-linear-gradient(left , rgba(0,0,0,.05) 28%, rgba(0,0,0,0) 64%);
	background-image: -webkit-linear-gradient(left , rgba(0,0,0,.05) 28%, rgba(0,0,0,0) 64%);
	background-image: -ms-linear-gradient(left , rgba(0,0,0,.05) 28%, rgba(0,0,0,0) 64%);
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.28, rgba(0,0,0,.05)),
		color-stop(0.64, rgba(0,0,0,0))
	);
	
	box-shadow: inset 2px 0 3px rgba(0,0,0,.15);	
	-moz-box-shadow: inset 2px 0 3px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 2px 0 3px rgba(0,0,0,.15);

}

.aside h2 {
	font-size: 28px;
	padding-bottom: 18px;
}

.aside h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 8px;
}

.aside h4 {
	margin-bottom: 4px;
}

.aside .section {
	margin-bottom: 20px;
	padding-bottom: 34px;
	position: relative;
}

.aside .section:after {
	content: ' ';
	background-position: 0 -120px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
}

.aside .social-media {
	height: 20px;
	margin-bottom: 0;
}

.aside .follow li a {
	text-decoration: none;
}

.follow {
	margin-bottom: -15px;
}

.link-facebook, .link-twitter, .link-bloglovin, .link-instagram, .link-pinterest {
	position: relative;
	margin-bottom: 8px;
}

.link-facebook:before, .link-twitter:before, .link-bloglovin:before, .link-instagram:before, .link-pinterest:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 26px;
}

.link-facebook:before {
	background-position: -263px -17px;
}

.link-twitter:before {
	background-position: -316px -17px;
	width: 29px;
	left: -7px;
}

.link-bloglovin:before {
	background-position: -381px -17px;
}

.link-instagram:before {
	background-position: -437px -17px;
	width: 26px;
	left: -5px;
}

.link-pinterest:before {
	background-position: -441px -104px;
	width: 21px;
	left: -2px;
}

.link-facebook a, .link-twitter a, .link-bloglovin a, .link-instagram a, .link-pinterest a {
	display: block;
	padding: 8px 8px 8px 26px;
}

.ad:first-child {
	margin-bottom: 20px;
}

.footer {
	clear: both;
	background: #999;
	text-align: center;
	height: 136px;
	padding-top: 1px;
		
	box-shadow: inset 0 2px 7px rgba(0,0,0,.15);	
	-moz-box-shadow: inset 0 2px 7px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0 2px 7px rgba(0,0,0,.15);
	
}

.footer p {
	margin-top: 46px;
	text-shadow: 1px 1px #999;
	font-size: 14px;
}

.entry-summary {
	margin-bottom: 12px;
	padding-bottom: 72px;
	position: relative;
}

.entry-summary:after, .entry-spread:after {
	content: ' ';
	background-position: 0 -80px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

.entry-summary img, .entry-content img {
	width: 560px;
	min-height: 200px;
	margin-bottom: 8px;
	padding: 8px;
	background: #000;
}

.entry-summary .more-link {
	font-weight: bold;
	position: absolute;
	bottom: 50px;
	left: 0;
	text-decoration: none;
}
.entry-summary .more-link:hover {
	text-decoration: underline;
}

.entry-summary .comment-notice {
	position: absolute;
	bottom: 52px;
	right: 0;
}

.entry-summary .comment-box {
	position: absolute;
	width: 36px;
	height: 31px;
	background-position: -132px -15px;
	left: -42px;
	top: 0;
	font-size: 13px;
	padding-top: 3px;
	text-align: center;
}

.entry-spread {
	position: relative;
	height: 76px;
	margin-bottom: 20px;
}

.entry-spread .social-media {
	position: absolute;
	left: 256px;
	top: 10px;
}

.entry-spread:after {
	
}

.comment-notice:hover .comment-box, .comment-notice .comment-box:hover {
	text-decoration: none !important;
}
.entry-summary .comment-box:before {
	content: ' ';
	position: absolute;
	width: 54px;
	height: 44px;
	left: -60px;
	top: 0;
	background-position: -62px -9px;
}

.entry-summary:nth-child(even) .comment-box:before {
	background-position: -4px -9px;
}

.entry-meta {
	margin: 0 0 10px;
	font-style: italic;
}

.nav-links {
	padding-top: 40px;
}

.nav-previous a, .nav-next a {
	padding: 20px;
	background: #000;
	color: #FFF;
}

.nav-previous {
	float: right;
}

.social-media {
	margin-bottom: 8px;
	height: 32px;
	position: relative;
}

.social-facebook {
	position: absolute;
	left: 0;
	top: 0;
}

.social-twitter {
	position: absolute;
	left: 100px;
	top: 0;
}

.social-google {
	position: absolute;
	left: 220px;
	top: 0px;
}

.comments-reply-form textarea {
	width: 558px;
}

.comment-name, .comment-email {
	float: left;
	margin-right: 11px;
}

.comment-name input {
	width: 140px;
}

.comment-email input, .comment-website input {
	width: 180px;
}

.comment {
	position: relative;
	padding-bottom: 28px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
}

.comment-author .commenter {
	position: absolute;
	bottom: 16px;
	font-style: italic;
}

.comment-author .commenter a {
	text-decoration: underline;
}

.comment-author .commenter:before {
	content: '- ';
}

.comment-author img, .comment-date, .comment-permalink, .edit-comment {
	display: none;
}

.comment-date:first-child {
	font-size: 14px;
	display: inline;
}

.comment-meta {
	position: absolute;
	right: 0;
	bottom: 18px;
}

.comment-reply {
	display: none;
}

.service-group {
	float: left;
	border-bottom: 1px dotted #CCC;
	width: 100%;
	margin-bottom: 12px;
	display: block;
}
.service-group label {
	float: left;
}
.service-group select {
	margin-left: 6px;
}




.gcart-item {
	float: left;
	width: 266px;
/*	background: orange; */
	margin: 15px 20px;
	position: relative;
}

.gcart-item h2 {
	font-size: 28px;
	margin-bottom: 8px;
}
.gcart-item img {
	width: 250px;
	height: 250px;
	margin-bottom: 18px;
	border: 1px solid #CCC;
	padding: 7px;
	background: #FFF;
}
.gcart-price {
	font-size: 28px;
	color: #990000;
	position: absolute;
	right: 0;
	top: 0;
}

.gcart label {
	position: relative;
}
.gcart select {
	position: absolute;
	left: 100px;
}

.gcart-basket {
	margin-top: -19px;
}

.gcart-basket-item {
	position: relative;
	height: 76px;
/*	background: red; */
	border-bottom: 1px solid #CCC;
}

.gcart-basket-item-last {
	border-bottom: 	2px solid #333;
}

.gcart-basket-name, .gcart-basket-data {
	position: absolute;
	left: 42px;
}

.gcart-basket-name {
	font-weight: bold;
	top: 20px;
}

.gcart-basket-data {
	bottom: 20px;
}

.gcart-basket-price {
	position: absolute;
	font-weight: bold;
	right: 0;
	bottom: 20px;
}

.gcart-basket-remove {
	background-position: -198px -18px;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 26px;
	overflow: hidden;
	text-indent: -1000em;
}

.gcart-basket-total {
	position: relative;
	margin: 14px 0;
}
.gcart-basket-total span {
	position: absolute;
	right: 0;
	top: 0;
}

.gcart-basket-empty {
	border: 1px dashed #CCC;
	padding: 23px 14px;
	margin-top: 19px;
	border-radius: 6px;
	text-align: center;
}

.gcart-button-checkout {
	display: block;
	width: 100%;
	text-align: center;
}
/* the main styles are grouped with the main anchor/button styles above */
.gcart-item-add {
	float: left;
}
.gcart-item-add:hover {
	text-decoration: none;
}
.gcart-item-add:visited {
	color: #FFF;
}

/* contact form error messages */

.wpcf7 label span span {
	color: #900;
	display: inline-block;
}
.wpcf7-validation-errors {
	/*display: none;*/
}

.wpcf7-mail-sent-ok {
	border: 2px solid #28670E;
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #398f14;
	color: #FFF;
	padding: 17px;
}

/* right rail search bar */

.search-title {
	color: #900;
}
.search-term {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.search {
	position: relative;
}

.subscribe {
	height: 81px;
}

.search input {
	width: 210px;
	height: 24px;
}

.subscribe input {
	width: 100%;
	margin-bottom: 6px;
	padding: 0 10px;
	height: 42px;
	line-height: 25px;
	padding-top: 6px\9;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.search.passive input, .subscribe.passive input {
	color: #CCC;
}

.search .button, .subscribe .button {
	margin: 0;
	padding: 8px 16px;
	height: 26px;
}

.subscribe .button {
	height: 40px;
	position: relative;
}

.subscribe-button {
	position: relative;
}

.subscribe-button span  {
	opacity: .5;
	content: ' ';
	width: 20px;
	height: 20px;
	background-position: -565px -109px;
	position: absolute;
	top: 10px;
	left: 8px;
}

.search .button {
	position: absolute;
	right: 0;
	top: 0;
}

.search.passive .button, .subscribe.passive .button {
	background: #666;
}

.aside .archives ul {
	margin-left: 20px;
}

.aside .archives a {
	text-decoration: none;
}

.aside .archives a:hover {
	text-decoration: underline;
}

.collapsing span.collapsing {
	cursor: pointer;
}

.aside .archives .item {
	list-style-type: disc;
	margin-left: 15px;
}

li.collapsing, li.collapsing li {
	margin: 6px 0;
}

span.collapsing {
	padding-right: 6px;
}

.pinterest-wrapper {
	position: relative;
}

.pinterest {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 84px;
	height: 47px;
	background-position: -516px 0;
	overflow: hidden;
	text-indent: -1000em;
}

.pinterest-wrapper.touch-device .pinterest {
	display: block;
	top: auto;
	bottom: 20px;
}

.pinterest-wrapper:hover .pinterest {
	display: block;
}

@media only screen and (max-width: 500px) {	

html {
	background: #EAEAEA;
}

body {
	background-size: 520px auto;
	background-position: -48px 0;
}

p, li {
	font-size: 18px;
}

.home, .post, .store, .container, .home-content, .post-content form, .comments-reply-form textarea {
	width: 100%;
}

.home, .post, .store {
	overflow: hidden;
}

.aside {
	clear: both;
	background: none;
	position: static;
	width: 100%;
	padding: 32px 4%;
	margin-top: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;			
	
}

.aside:before {
	display: none;
}

.gcart-item {
	margin: 0;
}

.menu {
	height: 86px;
	overflow: hidden;
}

.home-content, .post-content {
	width: auto;
	padding: 4%;
	width: 92%;
	margin: 0;
}

.entry-summary img, .entry-content img {
	width: 110%;
	height: auto;
	padding: 10px 0;
	background: #000;
	margin-left: -5%;
	position: relative;
	left: 0;
	box-shadow: 0 2px 3px rgba(0,0,0,.3), 0 -2px 1px rgba(0,0,0,.2);
}

h1 {
	font-size: 27px;
}

h2 {
	font-size: 26px;
	margin-bottom: 6px;
}

.footer {
	min-width: 100%;
	bottom: -132px;
	height: 132px;
}

.nav {
	bottom: 11px;
	height: 27px;
	text-align: center;
	width: 100%;
}

.nav li a {
	font-size: 15px;
	margin: 0 6px;
	padding: 2px;
}

.nav .active a:after, .nav a:hover:after, .nav a:focus:after {
	height: 2px;
	width: 100%;
	margin: 0;
	bottom: -1px;
}

.entry-meta {
	font-size: 16px;
}

.entry-summary .comment-notice {
	width: 0;
	text-indent: -1000em;
}

.entry-summary .comment-box {
	text-indent: 0;
}

.entry-summary .more-link {
	bottom: 40px;
}

.comment-name, .comment-email, .comment-website {
	width: 100%;
}



.ad {
	text-align: center;
}

.page, .page .col-left, .page .col-right {
	width: 100%;
	float: none;	
}

.page .col-left-content, .page .col-right-content {
	float: none;
	width: auto;
	padding: 12px;
	margin: 0;
}

.page-main-image img {
	width: 60%;
	height: auto;
}

.about .page-main-image img {
	margin: -20px 0 -70px;	
}

.services .page-main-image img {
	width: 40%;
}

.contact .page-main-image img {
	width: 40%;
	margin-bottom: -20px;
}

.page .col-right form, .service-group label, input[type="text"], input[type="file"], input[type="email"], textarea {
	width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-right input[type="text"], .col-right textarea {
	width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="submit"], button[type="submit"], .button, .gcart-item-add {
	width: 100%;
	text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;			
}

.gcart-item {
	width: 100%;
	border-bottom: 4px solid #BBB;
	margin-bottom: 14px;
}

.gcart-image {
	text-align: center;
	width: 100%;
	display: block;
}

/*.gcart-image img {
	width: 100%;
	height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;		
}*/

.search {
	height: 80px;
}

.search input {
	padding: 18px 10px;
	margin-bottom: 6px;
}

.search .button {
	position: static;
	height: 40px;
	line-height: 25px;
}

.entry-spread {
	height: 104px;
}

.entry-spread .social-media {
	left: 0;
	top: 46px;
}

.pinterest-wrapper .pinterest {
	right: -12px;
}


}