/*
	Theme Name: Animagraffs
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic);

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	background: #24242E;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4em;
	color:#fff;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#FF0832;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	/*border:1px solid #04A4CC;*/
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	padding:0 20px 20px;
	position:relative;
}
/* header */

.banner {
	background: #FF0832;
	color: #fff !important;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	
	padding: 5px;	
}
.banner a {
	color: #fff;	
}
.banner a:hover {
	color: #fff;
	text-decoration: underline;	
}
.u {
	text-decoration: underline;	
}
.mid-alert {
	max-width: 1160px;
	padding: 10px
}

header.clear {
	clear: none !important;	
}
.header {
	overflow: hidden;
	padding: 0 0 30px 0;
}

.header-left-col {
}

.header-right-col {
	float: right;
	display: none;
}


/* logo */
.logo {
	padding: 40px 0 0;
}
.logo-img {
	
}
/* nav */
.nav {
	font-weight: 700;
	text-transform: uppercase;
	
	overflow: hidden;
	float: left;
	padding: 10px 0 0 0;
}

.nav ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	display: inline;	
}
.nav ul li {
	float: left;
	padding: 0 0.8em 0 0;
	margin: 0;	
}
.view-cart {
	display: inline;	
}
.view-cart a {
	font-weight: normal;
}

/* follow */
.follow {
	font-size: 15px;
	
	float: right;
	overflow: hidden;
	height: 30px;
	width: 290px;
}
	
	
/* index feature */

.index-feature {
	background: url(img/index-feature.gif) top right no-repeat;
	background-size: cover;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.index-feature-text {	
	padding: 6%;
	margin: 1.5% 0;
}
.index-feature-div-link a {
	text-decoration: none;
	display: block;	
}
.page-text {
	
}

/* post thumbnail */
.wp-post-image {
	
}
.index-post {
	padding: 0 0 40px 0;
}
.excerpt-padded {
	padding: 20px 0 0 0;	
}
.excerpt-padded p {
	padding: 0 !important;
	margin: 0 !important;
}

/* single post */
.single-post {
	
}
.share-area {
	padding-bottom: 20px;	
}
.share-title {
	text-transform: uppercase;	
}
.stButton .stButton_gradient {
height: 22px !important;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
height: 22px !important;
}

.st_plusone_hcount {
	position: relative;
	top: 3px;
}
.st_fblike_hcount {
	
}

.pagination {
	clear: both;	
}

.posts-nav {
	padding: 20px 0 ;	
}

.nav-previous {
	
}

.nav-next {
	
}

.random-posts-div {
	padding-top: 2%;	
}

/* sidebar */
.sidebar {
	
}
/* footer */
.footer {
	clear: both;
	padding: 2% 0 0 0;
}

/* search and input fields */
.header-search {
	float: right;
	padding:15px 10px 0 0;
}

.search-input {
	border: 0px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   padding:5px;
	
	background: #14141A url(img/search.png) center right no-repeat;
	color: #fff;
	width:100%;
}

.wpcf7 {
		
}

.wpcf7 input, .wpcf7 textarea {
   border: 0px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   padding:8px;
   width: 100%;
}

  
input.wpcf7-submit, button.search-submit {
	background-color:#FF0832;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:0px;
	text-decoration:none;
	text-align:center;
	padding: 0 20px;
	margin-top: 10px;
	width: 50%;
}
input.wpcf7-submit:hover {
	background-color:#ce0100;
}
input.wpcf7-submit:active {
	position:relative;
	top:1px;
}

/* store */

.shop-products {
	overflow: hidden;	
}
.product {
	float: left;
	width: 320px;
	margin: 0 20px 0 0;	
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
h1 {
	font-weight: 400;
	line-height: 1em;
	color: #FF0832;
	padding: 0 0 20px 0;
	margin: 0;
}

h2 {
	font-weight: normal;
	font-size: 25px;
	line-height: 1em;
	color: #FF0832;
	margin: 0 0 20px 0;
}
h2.subhead{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;	
}
h2.no-width-change {
	padding-right: 0 !important;	
}

h3 {
	font-size: 20px	
}
.small-text {
	font-size: 15px;
	line-height: 16px !important;
	display: inline-block;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (min-width:768px) {

.header-left-col {
	width: 75%;
	float: left;
}
.header-right-col {
	display: inherit;
	width: 25%;
}
.logo {
	float: left;
	padding: 40px 20px 0 0;
}

.nav {
	overflow: hidden;
	float: left;
	padding: 55px 0 0;
}
.index-feature-text {
	padding: 2% 4% 10%;
	width: 75%;
}

.index-post {
	float: left;
	width: 50%;
	padding: 20px 1.5%;
}

.ecwid-Product {
	padding: 0 10px 20px;
	float: left;
	width: 50%;
}
}
@media only screen and (min-width:1024px) {
.wrapper {
	max-width:1600px;
	width:100%;
	padding:0 40px 40px;
	position:relative;
}
.page-text p, .single-post p, .single-post h1, .single-post h2 {
	padding-right: 40%;
}
}
@media only screen and (min-width:1140px) {
.index-post {
	float: left;
	width: 33%;
}
.index-feature-text {
	width: 50%;
}
}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

