html {
	--display-font-scale: 1;
}
html.caprasimo-loaded {
	--display-font-scale: 0.65;
}

::selection {
	background:#2CA3E8;
}
::-moz-selection {
	background:#2CA3E8;
}
::-webkit-selection {
	background:#2CA3E8;
}
html,
body,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
td,
tr,
li,
ul,
ol,
li,
div {
	font-size: 12px;
	color: #666666;

	font-weight:300;
	box-sizing: border-box;
	font-family:'Raleway',sans-serif;
	text-transform:none;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;

	background:#f1f1f1;
	padding-top:60px;
}
a {
	text-decoration:none;
	font-weight:700;
}
a:hover {
	text-decoration:none;
}
table {
	padding:0px;
	margin:0px;
}
hr {
	padding: 0;
    margin: 20px 0 5px 0;
    border: 0;
    border-bottom: 1px #ccc solid;
}
div.workpreview {
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:100%;
	display:grid;
	grid-template-columns:repeat(5, minmax(0, 1fr));
	grid-auto-flow:dense;
	gap:0;
	align-items:start;
}
div.workpreview:after {
	display:none;
}
div.middleline {
	position: fixed;
	top: 0px;
	left: 40%;
	width:0px;
	height:100%;
	border-left: 1px solid #D2D2C7;
	display:none;
}
div.sidebar {
	position:relative;
	width:90%;
	top:0px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	display:block;
	max-width: 600px;

}
.logoimage {
	width:100%;
	display:block;
	margin:0 auto;
}
div.portfoliocredits,
div.portfoliocredits p,
.morestuff_content {
	position:relative;
	font-weight:300;
	top:0px;
	line-height:150%;
	color:#000000;
	width:100%;
	font-size:14px;
}
div.portfoliocredits.footer {
	text-align:center;
}

div.morestuff_button {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    margin:0 0 0 5px;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: solid 5px #2CA3E8;
    color: #000000;
	line-height: 120% !important;
}
div.morestuff_button::before {
    content: '↓';
    padding: 0 3px 0 0;
}
div.morestuff_button::after {
    content: '↓';
    padding: 0 0 0 3px;
}
div.morestuff_content {
    display:none;
    padding-top: 5px;
}

div.divider {
	border-bottom:1px solid #D2D2C7;
	margin: 0px 0px 10px 0px;
	display:none;
}
div.details {
	position:relative;
	font-size:10px;
	text-align:left;
	display:block;
	margin:0 auto;
	text-transform:lowercase;
}
div.details a:hover {
	text-decoration:none;
}
div.details a {
	font-weight:bold;
    border-bottom: solid 5px #2CA3E8;
    font-size:14px;
    color:#000000;
}
.title {
	font-weight: 900;
    text-transform: initial;
    --display-font-size: 35px;
    font-size: calc(var(--display-font-size) * var(--display-font-scale, 1));
    letter-spacing: 0px;
    color: #444444;

    font-family: 'Caprasimo', 'Amatic SC', sans-serif;
    line-height: 100%;
}
div.projectdescription {
	font-style:normal;
	font-weight:300;
	position:relative;

	line-height:150%;
	color:#000000;
	width:90%;
	max-width:900px;
	display:block;

	margin:0px auto;

    padding: 0px;
    font-size:12px;
    text-align:left;
}
.sub_projectdescriptions {
	display: inline-block;
    position: relative !important;
    width: calc( 50% - 5px );
    min-width: 320px;
    vertical-align: text-top;
    padding-right: 20px;
    top: 0px;
    vertical-align:text-top;
}
.project_title,
.description_right {
	position:relative;
	line-height:150%;
	color:#000000;
	text-transform:uppercase;
}
.description_right {
	top:10px;
}
.description_left {
	font-weight: 900;
    text-transform: initial;
    --display-font-size: 35px;
    font-size: calc(var(--display-font-size) * var(--display-font-scale, 1));
    letter-spacing: 0px;
    color: #444444;
    font-family: 'Caprasimo', 'Amatic SC', sans-serif;

    line-height: 100%;
}

a.bluelink,
div.details a.bluelink {
	color:#0085f9;
}
div.category_clicker {
	position:relative;
	cursor:pointer;
	width:100%;
	height:auto;
	aspect-ratio:1 / 1;
	box-sizing:border-box;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	margin:0;
	border-bottom:5px solid #2CA3E8;
	min-width:0;
}
div.category_clicker.big {
	grid-column:span 2;
	grid-row:span 2;
	border-bottom:5px solid #2CA3E8 !important;
}
div.category_clicker.big.left {
	grid-column:1 / span 2;
}
div.category_clicker.big.right {
	grid-column:-3 / -1;
}
@media only screen and (max-width:1300px) {
	div.workpreview {
		grid-template-columns:repeat(4, minmax(0, 1fr));
	}
}
@media only screen and (max-width:1000px) {
	div.workpreview {
		grid-template-columns:repeat(3, minmax(0, 1fr));
	}
	div.category_clicker.big,
	div.category_clicker.big.left,
	div.category_clicker.big.right {
		grid-column:span 1;
		grid-row:span 1;
	}
	.big .categoryBlurb {
		--display-font-size: 1.5em !important;
	}
}
@media only screen and (max-width:600px) {
	div.workpreview {
		grid-template-columns:repeat(2, minmax(0, 1fr));
	}
}
@media only screen and (max-width:480px) and (orientation:portrait) {
	div.workpreview {
		grid-template-columns:1fr;
	}
	div.category_clicker,
	div.category_clicker.big,
	div.category_clicker.big.left,
	div.category_clicker.big.right {
		grid-column:span 1;
		grid-row:span 1;
		aspect-ratio:10 / 7;
	}
}
div.categoryheaders {
	position:absolute;
	text-align:center;
	top:0px;
	width:100%;
	height:100%;
	margin:0;
	display:block;
	vertical-align:middle;
	box-sizing: border-box;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center center;

	opacity:1;
}
.category {
	display:inline-block;
	margin:0px 0px 0px 0px;
	font-weight:700;
	font-size:24px;
	color:#f1f1f1;
    position: relative;
    top: calc( 50% - 24px );
	width: 100%;
    height: 100%;
    position:relative;
    left: 0;
    top: 0;
	transition: all .4s ease-out;
	background: rgba(0,0,0,0.7)

}
div.categoryheaders .categoryBlurb {
	opacity:1;
	transition: all .4s ease;
}
@media (hover: hover) {
	div.categoryheaders:hover .categoryBlurb {
		opacity:1;
	}
}
span.blurb {
	display:none;
}
.categoryBlurb span.blurb {
	display:initial;
}
@media (hover: none) {

	.category {
		transition: none;
		background: rgba(0,0,0,.7)

	}
	div.categoryheaders .categoryBlurb {
		opacity:1;
		transition: none;
	}
}

.categoryName {
	display:none;

}
.categoryButton {
	display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0 0 15px 15px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: .5em;
    float: left;
    padding: 5px 10px;
    font-weight:300;
}
.categoryBlurb {
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    max-width: 100%;
    color: #FFFFFF;
    padding: 15px 20px;
    text-align: left;
    font-weight:600;

    font-family: 'Caprasimo', 'Amatic SC', sans-serif;
    line-height: 90%;

    --display-font-size: 1.5em;
    font-size: calc(var(--display-font-size) * var(--display-font-scale, 1));
}
.big .categoryBlurb {

	--display-font-size: 2.5em;
}
.categorySubhead {
	position: relative;
    float: left;
    top: 0px;
    left: 0px;
    font-size: .5em;
    max-width: 100%;
    color: #FFFFFF;
    margin: 15px 20px 0px 20px;
    text-align: left;
    font-weight:300;
    line-height:11px;

}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

.subheader {
	font-style:normal;
	font-size:12px;
	color:#FFFFFF;
	padding:0px 0px 20px 0px;
	bottom:0px;
	display:block;
	position:absolute;
	width:100%;
}
.subheader .description_right {
	display:none;
}
.subheader .description_left {
}
.subheader .description_left {
	font-style: normal;
    font-size: 12px;
    color: #FFFFFF;
    padding: 0px 0px 20px 0px;
    bottom: 0px;
    display: block;
    position: absolute !important;
    width: 100%;
    font-family: inherit;
    font-weight: normal;
    min-width: initial;
    line-height: 110%;
    top: auto;
}
div.content_area {
	grid-column:1 / -1;
	margin:0px;
	top:0px;
	width:100%;
	text-align:center;
	max-width:100%;
	background:#FFFFFF;
	padding:0px 0px 20px 0px;
	position:relative;
	clear:both;
}

.content_area[hidden] {
	display:none;
}
.clear_both {
	clear:both;
}
.gallery_image {
	width:90%;
	min-width:320px;
	max-width:900px;
	margin:0 auto;
	display:inline-block;
	padding:5px;
}
.gallery_image_small {
	width:40%;
	min-width:320px;
	max-width:900px;
	margin:0 auto;
	display:inline-block;
	padding:5px;
}
.gallery_flash_image {
	max-width:90%;
}
.flash_content {
	width:80%;
	background:#dddddd;
	color:#FFFFFF;
	padding:10px;
	float:center;
	margin:10px auto;
}
.video_holder {
	width:90%;
	margin:0 auto;
	padding:5px;
	box-sizing:content-box;
	margin-bottom: 10px;
}
.video_holder .gallery_video iframe .player .video-wrapper {
	background:#ffffff !important;
}
.video_holder_wide {
	max-width:900px;

}
.video_holder_standard {
	max-width:700px;
}
.video_holder_square {
	max-width:600px;
}
.video_holder_tall {
	max-width:500px;
	width: 40%;
    display: inline-block;
}
.gallery_video {
	height: 0;
	padding-top: 0px;
	position: relative;
	overflow: hidden;
}
.gallery_video_wide {
	padding-bottom: 56.25%;
}
.gallery_video_standard {
	padding-bottom: 75%;
}
.gallery_video_square {
	padding-bottom: 100%;
}
.gallery_video_tall {
	padding-bottom: 133%;
}
.gallery_video iframe {
	border:0px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.gallery_video_covertop::before {
    content: "";
    height: 12.1%;
    background-color: black;
    width: 99%;
    position: absolute;
    top: 0px;
    left: 1px;
    z-index: 100;
}
.gallery_banner {
	display:inline-block;
	margin: 10px;
}
.gallery_banner iframe {
	border:0px;
	top: 0;
	left: 0;
	position: relative;
}
div.gallery_flash,
object {
	display:block;
	margin:0 auto;
	margin-bottom:20px;
}
.filetitle {
	background-color:#444444;
	padding: 5px 0px 5px 0px;
	color:#FFFFFF;
	display:inline-block;
	width:150px;
	text-transform:uppercase;
}
div.hidden_description {
	display:none;
}
div.vertical_spacer {
	position:relative;
	clear:both;
	height:20px;
	width:10px;
}
.loader_icons {
	display:block;
	margin:0px auto;
	padding:20px;
}
.content_container {
	padding:30px 0 0 0;
}
.close_it {
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid #666666;
    display: inline-block;
    cursor: pointer;
}
.close_it:hover {
	color:#ffffff;
	background-color:#666666;
}

#expend {
  display:none;
}

#expend + .smalldesc {
  max-height:52px;
  overflow:hidden;
  transition:all .3s ease;
}

#expend:checked + .smalldesc {
  max-height:250px;
}

label {
  color:blue;
  text-decoration:underline;
  cursor:pointer;
}

label:hover {
  text-decoration:none;
}

#signup_button {
    font-size: 14px;
    padding: 8px 15px 7px 15px;
    margin: 8px 0;
    height: 30px;
    width: auto;
    background: #2CA3E8;
    color: #444444;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    border: 0px;
    outline: 0;
    text-align: center;
    display: inline-block;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    user-select: none;
    line-height: 110%;
    font-weight: bold;
    text-decoration: none;
    float: right;
    text-transform: uppercase;
}
.navbar_holder {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #333;
    border-bottom: 1px solid #000;
    text-align: center;
    height: 45px;
    vertical-align: middle;
    z-index: 1000;
}
.navbar_content {
    width: calc( 100% - 50px );
    min-width:250px;
    max-width:1170px;
    position: relative;
    display: inline-block;
    text-align: left;
    height: 100%;
    vertical-align: middle;
}
.navbar_content a {
    display: inline-block;
    padding-right: 10px;
    color: #2CA3E8;
    font-weight: bold;
    font-size: 14px;
    line-height: 45px;
    text-decoration: none;
    position:relative;
    vertical-align:top;
	text-transform:lowercase;
}
a.navbar_button {
	color:#FFFFFF;
	background-color:#2CA3E8;
	padding:30px 20px 10px 20px;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	line-height:100%;
}
.navbar_left_side {
    display: inline-block;
}
.navbar_content .navbar_left_side a:not(:last-child):after {
    padding-left: 10px;

}
.navbar_content a.branding_header {
    background: url(http://creata.co/blog/wp-content/uploads/2017/02/creata_logo_full-white.png) center center no-repeat;
    width: 75px;
    height: 75px;
    margin: auto;
    background-size: contain;
    top: -15px;
}
.navbar_email_icon {
	max-width:45px;
	height:auto;
	vertical-align:top;
}
#navbar_contact_text {
	color:#FFFFFF;
}

@media (min-width: 768px) {
	.has-post-thumbnail .post-cover {
		padding-top: 50%;
	}
}
@media (max-width: 500px) {
    #navbar_contact_text {
        display: none;
    }
}
@media (max-width: 544px) {
    .navbar_content {
        max-width: 480px;
    }
}
@media (max-width: 1200px) {
    .navbar_content {
        max-width: 970px;
    }
}

@media only screen and (max-width: 680px), only screen and (max-device-width: 480px) {
	.category {

	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
}
