/*
Theme Name: Cinemagoat
Author: Design Nebula
Author URI: http://designnebula.com/
*/
<link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i" rel="stylesheet">
* {
	margin: 0px;
	padding: 0px;	
}
p {
	margin-top: 15px;
}
html {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #fd7e00;
	overflow-y: scroll;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #666666;
	padding-bottom: 25px;
}
#container {
	width: 950px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#main {
	padding: 35px;
	border: 1px dotted #CCCCCC;
	clear: both;
}
#main:after {
  content: "";
  display: table;
  clear: both;
}
#intro {
	float: right;
}
#cover {
	float: left;
	margin-right: 25px;
	width: 400px;
	display: block;
}
#header {
	height: 80px;
}
#header h1 {margin: 0; padding:0;}
#header h1 a {
	margin: 0 0 0 35px;
	padding: 28px 0 0 0;
	text-decoration: none;
	display:block;
	font-size: 20px;
	overflow: hidden;
	color:#979797;
	line-height: 38px;
}
#footnote {
	font-size: 10px;
	margin: 35px 35px 100px 35px;
	color: #919191;
	clear: both;
}
#nav-container {
	float: right;
	margin-top: 25px;
	margin-bottom: 0px;
}
ul#nav {padding-left:0;}
ul#nav li { display: inline; }
ul#nav a:link, ul#nav a:visited {
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 13px;
	border-bottom-style: none;
}
ul#nav a:hover {
	color: #fd7e00;
}
ul#nav a.home:link, ul#nav a.home:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#nav a.active  {
	color: #fd7e00;
}
ul#nav a.activeHome  {
	color: #fd7e00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#social {
	position: absolute;
	top: -25px;
	right: -5px;
	height: 35px;
	width: 300px;
	text-align: right;
}
#social a {
	text-decoration: none;
	background-color: #fd7e00;
	background-size: 50% 50%;
	background-position:center center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 33px;
	width: 44px;
	margin-right: 5px;
	color: transparent;
}
#cart {background-image: url(images/icon-cart.svg)}
#twitter {background-image: url(images/icon-twitter.svg)}
#tumblr {background-image: url(images/icon-tumblr.svg)}
#facebook {background-image: url(images/icon-facebook.svg)}
#mail {background-image: url(images/icon-email.svg)}
#social a:hover {background-color:#666;}
.artBox.puzzle img {
	width:200px;
	height:auto;
}
a:link, a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover, a:active {
	text-decoration: none;
}
h1 {
	font-size: 30px;
	color: #FE7E00;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
h2 {
	font-size: 18px;
	color: #333333;
	margin-top: 25px;
	margin-bottom: 15px;
}
h2.cards {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
	clear: both;
}
h3 {
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FE7E00;
}
h4 {
	margin-top: 15px;
	margin-bottom: -10px;
	font-style: italic;
}
#main ul {padding: 0 0 0 20px;}
.photoR {
	border: 1px dotted #CCCCCC;
	float: right;
	margin-bottom: 20px;
	margin-left: 25px;
	background-color: #FFFFFF;
}
.caption, .wp-block-video figcaption {
	font-size: 14px;text-align:center;margin-top: 5px 0;color:orangered; font-weight:bold;
}
.clear {
	clear: both;
}
.orange {
	color: #fd7e00;
}
.red {
	color: red;
}
.textbox {
	width: 300px;
	float: right;
	margin-bottom: 20px;
	margin-left: 25px;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-bottom: 15px;
	font-size: 10px;
	text-align: center;
}
img {max-width:100%; height:auto;}
.floatwrap::after {content:" "; display:block; height:1px; clear:both;}
.thumbBox {
	font-size: 11px;
	text-align: left;
	width: 310px;
	margin-right: 20px;
	padding: 2px;
	border: 1px dotted #CCCCCC;
	float: left;
	margin-bottom: 20px;
	height: 150px;
	display: block;
}
.thumbBox img {
	float: left;
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width:150px;
	height:150px;
}
.thumbBox.valentine {
	width:47%;
	height:auto;
	font-size:inherit;
}
.thumbBox.valentine img {
	width:250px;
	height:250px;
}
.thumbBox strong {
	color:black;
}
.artBox {
	font-size: 14px;
	text-align: left;
	width: 385px;
	margin-right: 20px;
	padding: 2px;
	border: 1px dotted #CCCCCC;
	float: left;
	margin-bottom: 20px;
	display: block;
	border-top-left-radius: 2px;
}
@supports( grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) ) {
	.grid {display:grid; grid-template-columns:repeat(auto-fill, minmax(425px,1fr)); grid-gap:20px;}
	.artBox.puzzle {float:none; margin:0; width:auto;}
}
.artBox img {
	float: left;
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.artBox h4 {
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-style: normal;
	display: block;
}
.artBox h5 {
	font-size: 10px;
	color: #FF9200;
	font-weight: 400;
	font-style: normal;
	margin-top: -10px;
}
.artBox p a:link, .artBox p a:visited {
	display: inline-block;
	background-color: #FF9200;
	border-radius: 3px;
	overflow: hidden;
	padding: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
}
.artBox p a:hover {
	background-color: #666666;
	color: #FFFFFF;
}
.float-R {
	float: right;
	margin-bottom: 25px;
	margin-left: 25px;
}
.float-L {
	float: left;
	margin-bottom: 25px;
	margin-right: 25px;
}
.puzzleOrder {
	width: 350px;
	float: none;
	background-color: #F3F3F3;
	padding: 20px;
	font-size: 12px;
	margin-top: 20px;
}
.new {
	font-size: 10px;
	color: #FF9200;
	font-weight: 700;
	font-style: normal;
	border-bottom: 2px solid #FF9201;
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
	padding: 2px;
	overflow: hidden;
}
.grandparent {width:50%;float:left; box-sizing: border-box;padding:0 25px 25px 0;}
.parent {display:table;width:100%;padding:5px;border: 1px dotted #CCCCCC;}
.parent a {display:block;}
.parent a:hover h2 {color: #666 !important;}
.parent a:hover img {filter: opacity(75%);}
.child {display: table-cell;vertical-align: middle;display:inline-block;}
.child h2 {text-decoration:none;font-size:16px;font-weight:normal;color:#fd7e00;padding:15px 5px 15px 15px;margin:0;}

.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}
.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}
.container {
	min-height: 100%;
}
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background-color: rgba(0,0,0,0.85);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	background-color: #FFFFFF;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 400;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
}
.md-content > div {
	padding: 15px 40px 30px;
	margin: 0;
}
.md-content > div p {
	font-size: 16px;
	margin: 0;
	padding: 10px 0;
}
.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}
.md-content > div ul li {
	padding: 5px 0;
}
.md-content button {
	display: block;
	margin: 0 auto;
}
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.md-close {
    background: none repeat scroll 0 0 #FF9200;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    margin: 3px 2px;
    padding: 0.6em 1.2em;
    text-transform: uppercase;
}
a.button:link, a.button:visited {
	display: inline-block;
	background-color: #FF9200;
	border-radius: 3px;
	overflow: hidden;
	padding: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
}
a.button:hover {
	background-color: #666666;
	color: #FFFFFF;
}
.credit {font-size:9px; padding-top: 5px; color: #ccc;}
#contact-area {
	width: 500px;
	margin-top: 25px;
	font-weight: 700;
}
#contact-area input, #contact-area textarea {
	padding: 8px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}
#contact-area textarea {
	height: 90px;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #fd7e00;
}
#contact-area input.submit-button {
	padding: 12px;
	width: 175px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
#contact-area #verif_box {
	padding: 8px;
	width: 171px;
	font-family: 'Roboto', sans-serif;
	margin: 0px 15px 10px 0px;
	border: 1px solid #ccc;
}
.notopmargin {margin-top: 0 !important;}
.card-container {width: 20%; height: 370px; margin: 0 5% 25px 0; float:left;}
.card-container img {width: 100%; height: auto; max-height: 245px; margin: 0 0 10px 0; padding:0;}
.card-container p {text-align:center; border-top: 1px solid #fd7e00; padding-top: 5px;}
.addtocart {background-color:#fd7e00; color:#FFF; border:1px solid; padding:2px 12px 4px; border-radius:5px; font-size:14px; font-weight:bold; cursor:pointer;}
.addtocart:hover {color:#fd7e00; background-color:#FFF;}
.artBox.puzzle {min-height:300px; overflow:hidden;}
.artBox.puzzle p a {background-color:white; color:#fd7e00; border:1px solid;}
.artBox.puzzle p a:hover, .artBox.puzzle p a:active {color:white; background-color:#fd7e00; border:1px solid;}
.artBox .orange span, .card-container .orange span {font-size:smaller;}
.hero {margin:25px 0;}
#mc_embed_signup {background:#fff; font-family:'Roboto', sans-serif !important; width:500px; float:left!important;text-align:left !important;}
#mc_embed_signup form {text-align:left !important;padding:0 !important;}
#mc_embed_signup input.email {color:#666666 !important;font-family:'Roboto', sans-serif!important;width:300px!important;border: 1px dotted #CCCCCC !important;}
#mc_embed_signup .button {font-family:'Roboto', sans-serif !important;text-transform:uppercase; width: 150px !important;}
#mc_embed_signup ::placeholder {color:#919191;}
.alignleft {float:left; margin-right:15px;}
.alignright {float:right; margin-left:15px;}