/*
Theme Name: Rawlicious
Author: Jesse Pocisk
Description: Wordpress theme for Rawlicious website
Version: 1.0
*/

/* =Structure
--------------------------------------------------------------- */
header, footer, article, section {
	display:block;
}

#page {
	display: block;
	margin: 0px;
}
#primary {
}
#content {
	margin: 0px;
}
#main .widget-area {
}
#colophon {
	clear: both;
	display: block;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
}
#site-description {
}


/* =Menu
-------------------------------------------------------------- */

#access {
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	position: relative;
}
#access a {
	display: block;
	text-decoration: none;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
}
#access ul ul a:hover {
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
}
.error404 .widget .widgettitle,
.error404 .widget ul {
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
}

/* Notices */
.post .notice,
.error404 #searchform {
	display: block;
}

/* Image Attachments */
.image-attachment div.entry-meta {
}
.image-attachment nav {
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
}
input[type=text],
input#s {
}
textarea {
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
}

/*Mods to Rawlicious */

/*------------------------------------------------------ */

.home .entry-content h3 {
	width:100%;

}

.home .entry-content p {
	width:100%;
}


/* mailchimp forms */

/*------------------------------------------------------ */
#mc_embed_signup {
	padding:1em 0;
}
#mc_embed_signup h2 {
	margin-bottom:1em;
	text-align:center;
}

.mc-field-group {
	margin:0 auto;
	width:80%;
	padding:0 1.5%;
}
.mc-field-group label {
	display:inline-block;
	width:100%;
	text-align:center;
}

.mc-field-group input[type="email"], .mc-field-group input[type="text"] {
	width:100%;
	font-size:1.4em;
	padding:8px 5px;
	color:#67ae22;
  margin:0.3em 0;
}

#mc_embed_signup .button, input.wpcf7-submit {
	width:180px;
	padding:10px 0;
	margin: 0 auto 1em;
	display:block;
	text-align:center;
	background:#67ae22;
	color:#fff;
	font-size:1em;
	border:none;
	text-transform: uppercase;
  cursor:pointer;
}
#mc_embed_signup .asterisk {
	color:#999;
}

/* contact form 7 */

.wpcf7 * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.control-container {
	margin-bottom:1em;
}

form.wpcf7-form p, select.wpcf7-select, .control-label, .help-block {
	font-size:0.9em;
}
form.wpcf7-form p {
margin-top:0;
}
.help-block {
	display:block;
	font-weight:300;
	font-style:italic;
}
form.wpcf7-form span.wpcf7-form-control-wrap {
	font-size:1.4em;
	font-weight:400;
}
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
	width:100%;
  font-size:1em;
	padding:0.3em;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	transition:all 0.2s;
  border:1px solid #ccc;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
	background:#fff;
	color:#404040;
	outline:none;
  border:1px solid #67ae22;
}
select {
height:37px;
}

.wpcf7 p span.wpcf7-not-valid-tip {
	color:#e32923;
	font-size:0.6em;
	font-style:italic;
}
.wpcf7 .wpcf7-response-output {
	margin:0;
}
.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ok {
	border:none;
	border-top:1px solid #e7e7e7;
	line-height:2;
	font-size:1em;
	color:#e32923;
	margin-bottom:2em;
}
.wpcf7 .wpcf7-mail-sent-ok {
	color:#2cb165;
}

.wpcf7 .section {
display:block;
padding-bottom:1em;
margin-bottom:1em;
border-bottom:1px solid #ccc;
}
.wpcf7 .half {
  width:50%;
  float:left;
  padding:0 0.2em;
}
.wpcf7 h4 {
margin:0 0.2em 0.2em;
}

.wpcf7-checkbox label, .wpcf7-radio label {
font-size:0.8em;
}