@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@40,200,0,0');


body {
  background: #eeeeee;
  color: #333333;
  font-family: Calibri, Roboto, Helvetica, Arial, sans-serif;
	font-size: 15px;
  font-weight: 300;
  line-height: 27px;
}

a {
	color: #e96b49;
}

a:hover {
  color: #e96b49;
	text-decoration: underline;
}

a, a:active, a:focus {
   outline: none;
}

p, ul, li {
	font-size: 19px;
	line-height: 1.5em;
}

.site-logo 
{
	height: 100px;
}

.site-title a
{
	font-size: 0.7em;
	text-transform: uppercase;
	white-space: nowrap;
	color: #f68060;
	font-family: inherit;
	letter-spacing: 0.5pt;
	margin-left: -5px;
	vertical-align: 1px;
	-webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #f68060;
}

.site-title a:hover
{
	text-decoration: none;
}


.portfolio_grid
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 2em;
	row-gap: 2em;
}

.portfolio_grid div
{
	box-sizing: border-box;
	text-align: center;
	max-width: 400px;
	flex-grow: 0;
}

.portfolio_grid .alignnone
{
  margin: 0px;
}

.portfolio_grid p
{
	margin: 0px;
}

.portfolio_grid img
{
 	display: block;
	width: 100%;
	object-fit: contain;
}

.portfolio_grid a
{
 	display: block;
}

.portfolio_grid h5
{
	margin-bottom: 1em;
}

.picture_grid {
	display: flex;
	flex-wrap: wrap;
  align-content: center;
	align-items: center;
  justify-content: center;
	--column-gap: 5%;
	--column-count: 3;
	gap: var(--column-gap);
	text-align: center;
}

.picture_grid > * {
	flex-basis: calc((100% - (var(--column-count) - 1) * var(--column-gap)) / var(--column-count));
	max-width: calc((100% - (var(--column-count) - 1) * var(--column-gap)) / var(--column-count));
	box-sizing: border-box;
  margin-bottom: var(--column-gap);	
}


.columns2 
{
  --column-count: 2;
}

.columns3 
{
  --column-count: 3;
}

.columns4 
{
  --column-count: 4;
}

.columns5 
{
  --column-count: 5;
}


@keyframes wiggle {
	0% { transform: rotate(1.5deg); }
	50% {transform: rotateZ(-1.5deg); }
	100% { transform: rotateZ(1.5deg); }
}

.videogif
{
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 500px;
  margin: auto;
}

.desktop
{
	display: block;
}

.desktop img
{
	margin: auto;
}
.mobile
{
	display: none;
	width: 100%;
}

div.edd_download_image
{
	aspect-ratio: 6 / 4;
	overflow: hidden;
}

.edd_download_image img
{
	background-color: #f8f8f8;
}

.main-navigation
{
	font-size: 11pt;
	font-weight: bolder;
	letter-spacing: 0.7pt;
	display: block;
	min-width: 35em;
}

.project-tags 
{
	text-align: center;
	color: #ffffff00;
}

.portfolio-entry-meta .project-tags a
{
	text-transform: lowercase;
	font-size: 0.8em;
	background-color: #d1d1cf;
	padding: 0.2em 0.5em;
	border-radius: 1em;
	color: white;
	white-space: nowrap;
	pointer-events: none;
}

div.portfolio-entry-meta
{
	margin-top: 0.3em !important;
	line-height: 1.8em;
}

.project-tags span
{
	display: none;
}

a.download
{
	font-weight: bold;
	padding: 0.4em 0.6em;
	margin: 0.5em 0;
	display: inline-block;
	background-color: #F7844B;
	opacity: 0.9;
	color: white;
	border-radius: 0.5em;
}

a.download:hover
{
	text-decoration: none;
	opacity: 1;
}

a.download:before
{
	font-family: Material Symbols Outlined;
	color: white;
	border-radius: 1em;
	vertical-align: top;

	font-size: 1.2em;
  content: "\e2c4";
	margin-right: 0.3em;
	font-weight: 700;
}

.note
{
	color: #888888;
	font-size: 0.85em;
	line-height: 1.5em;
}

.case-study
{
	margin-left: 15em;
	font-size: 19px;
}

.case-study h2
{
	float: left;
	max-width: 6em;
	margin-left: -7em;
	margin-bottom: 1em;
	margin-top: 0;
	color: #dddddd;
	font-size: 2em;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1em;
}

.case-study p
{
	margin-bottom: 3em;
}

.case-study h3
{
	margin-top: 3em;
	margin-bottom: 0;
}

.case-study li
{
	font-size: inherit;
}

.case-study img
{
	display: block;
}

.case-study img.center
{
	display: block;
	margin: auto;
}

.case-study .picture_grid
{
	align-items: flex-start;
}

.bundle-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.case-study .bundle-container {
	margin-left: -15em;
}

.bundle-card {
  background-color: #f2f2f2;
  border: none;
  border-radius: 10px;
  padding: 2em;
  margin: 0px;
  box-sizing: border-box;
	font-size: 0.9em;
	line-height: 1.2em;
	flex-basis: calc(50% - 1em);
	max-width: 50%;
	margin-bottom: 2em;
}

.bundle-card:last-child {
  margin-left: auto;
  margin-right: auto;
}

.bundle-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
	align-items: baseline;
}

.bundle-item:before {
  content: attr(title);
  font-weight: bold;
  flex-basis: 30%;
  margin-right: 10px;
}

.bundle-item:after {
  content: attr(description);
  flex-basis: 60%;
}

/* Add a line break after each bundle-item */
.bundle-item + .bundle-item:before {
  display: block;
  margin-top: 10px;
}

/* start of mobile section */

@media (max-width: 50em) 
{
	.main-navigation
	{
		min-width: 0;
	}
	
	.desktop
	{
		display: none;
	}
	.mobile
	{
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.site-title
	{
		display: none;
	}
	
  .picture_grid {
    --column-count: 1;
  }
	
	.portfolio_grid div {
		flex: 0 80%;
	}

	img.custom-header {
		display:  none;
	}
	
	.edd_download{
		flex: 100%;
	}
	
	p.novel {
		font-size: 12pt;
		line-height: 16pt;
	}
	
	.edd_download_excerpt p
	{
		font-size: 1em;
	}

	.edd_download_image img
	{
		width: 100%;
	}
	
	.edd_price_options ul
	{
		width: auto;
	}

	form.edd_download_purchase_form
	{
		width: 100%;
		padding: 1em;
	}

	form.edd_download_purchase_form::after
		{
			font-size: 0.9em;
		}


	.portfolio_grid a {
		text-decoration: underline;
		text-underline-offset: 20%;
	}

	.portfolio_grid h5 {
		margin-bottom: 20px;
		font-weight: 600;
	}
	   
	div.n2-section-smartslider 
	{
    display: none;
  }
	
	.portfolio-entry-meta .project-tags a
	{
		font-size: 0.9em;
	}
	
	div.download
	{
		text-align: center;
	}
	
	.download a.button
	{
		font-size: 150%;
		padding: 0.8em;
	}
	
	.case-study
	{
		margin-left: auto;
	}
	
	.case-study h2
	{
		max-width: none;
		display: block;
		float: none;
		margin: 2em 0 1em;
		color: #dddddd;
		font-size: 2em;
		font-weight: 500;
		letter-spacing: -0.03em;
	}

	.case-study p
	{
		display: inline;
		margin-left: 0;
	}

	.case-study h3
	{
		margin: 3em auto 1em;
		text-align: center;
	}

	.case-study ul, ol
	{
	}
	
	.case-study li
	{
		font-size: inherit;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	.case-study img
	{
		display: block;
	}

	.case-study img.center
	{
		display: block;
		margin: auto;
	}
	
	.case-study .picture_grid
	{
		margin-left: 0em; 
	}
	
  .bundle-container {
    flex-direction: column;
    align-items: center;
		margin-left: 0;
  }
	
	.case-study .bundle-container {
		margin-left: 0;
	}
  
  .bundle-card {
		max-width: 100%;
  }
}
}

/* end of mobile section */

h3.edd_download_title
{
	margin: 0 0 15px;
}

h3.edd_download_title a
{
	font-family: Roboto;
	font-size: 12pt;
	font-weight: bolder;
}

/*h3.edd_download_title::after
{
	font-family: Material Icons Outlined;
	color: white;
	content: "\f1cc";
	margin-left:5pt;
	font-size: 1em;
	vertical-align: bottom;
	background-color: #cccccf;
	padding: 4pt;
	border-radius: 15pt;
	font-weight: 5;
}*/

img.attachment-thumbnail
{
	border-radius: 5px;
}

div.edd_purchase_submit_wrapper
{
	text-align: center;
}

.entry-meta
{
	display: none;
}

.entry-title
{
	line-height: 120%;
	padding: 30px 0 30px;
}

.entry-thumbnail, .portfolio-featured-image img
{
  background-color: #f8f8f8;
	border-radius: 5px !important;
}


@media only screen and (min-width: 60em) {
	
	.navigation-level-up-position
		{
			display: block;
			position: absolute;
			right: 0;
			top: 30px;
		}
	
	.page-top {
		  display: block;
		  position: absolute;
			right: 0;
			top: 30px;		
	}
	
	.page-bottom {
		  margin-top: 50px;
			display: block;
	}
}

.navigation-level-up, .navigation-level-up-position
{
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.navigation-level-up::before,  .navigation-level-up-position::before
{
	display: inline-block;
	font-family: Material Symbols Outlined;
	font-size: 130%;
	content: "\ebab";
	margin-right: 3pt;
	font-weight: 100;
	transform: rotate(-90deg);
}

.back-to-portfolio a, .back-to-store a
{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.back-to-portfolio a::after
{
	display: inline-block;
	font-family: Material Symbols Outlined;
	font-size: 130%;
	content: "\e5c3";
	margin-left: 3pt;
	font-weight: 100;
	vertical-align: top;
}

.back-to-store a::after
{
	display: inline-block;
	font-family: Material Symbols Outlined;
	font-size: 130%;
	content: "\f1cc";
	margin-left: 3pt;
	font-weight: 100;
	vertical-align: top;
}

.page-top {
	margin-top: -20px;
}

.page-bottom {
		display: block;
		text-align: center;
}

img 
{
	 /*image-rendering: -moz-crisp-edges; /* Firefox */
	/*image-rendering: -o-crisp-edges; /* Opera */
	/*image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
	/*image-rendering: crisp-edges;*/
	/*-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.floating { 
    animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
 
@keyframes floating {
    0% { transform: translateY(0px); }
    50%  { transform: translateY(40px); }
    100%   { transform: translateY(-0px); }   
}

body:not(.home) .custom-header {
 display: none;
}


h2.portfolio-entry-title
{
	  font-size: 11pt;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
	  text-align: center;
}

.portfolio-entry-title a
{
	 	color: #666666;
}
.portfolio-entry
{
	  margin: 0 0 2em;
}

.site-header
{
	border-bottom: solid 2px #eeeeee;
	margin: 0 0 20;
	padding: 0px;
}


.padding
{
	padding: 5%;
}

.center
{
  justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	align-self: center;
}

hr
{
	color: #eeeeee;
	height: 2px;
	border: none;
}

.padding3
{
	padding: 3%;
}

.padding5
{
	padding: 5%;
}

.padding7
{
	padding: 7%;
}

.padding10
{
	padding: 10%;
}


.gap5
{
	--column-gap: 5%;
}

.gap7
{
	--column-gap: 7%;
}

.gap10
{
	--column-gap: 10%;
}

input[type="submit"]
{
	background-color: #F7844B;
	color: #333333;
	border: none;
	border-radius: 0.3em;
}

input[type="submit"]:hover :focus :active
{
	color: white;
}

.grecaptcha-badge
{
	display: none !important;
}

.cli-plugin-button
{
	border-radius:  0.2em;
}


element.style {
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    position: fixed;
    font-family: inherit;
    width: auto;
    bottom: 0px;
    right: 100px;
}
#cookie-law-info-again 
{
	box-shadow: none;
	border-radius: 10px;
}

#CONSTANT_OPEN_URL
{
	font-weight: normal;
	text-align: left;
}

#cookie-law-info-bar
{
	box-shadow: none;
}

.edd-privacy-policy-agreement label
{
	font-size: 0.8em !important;
	font-weight: 500 !important;
}

.type-main h2:after
{
	font-family: Material Symbols Outlined;
	content: "\e8a7";
	font-size: 150%;
	color: #aaaaaa;
	margin-left: 0.3em;
	font-weight: 200;
	vertical-align: top;
}

.type-password h2:after
{
	font-family: Material Symbols Outlined;
	content: "\e73c";
	font-size: 150%;
	color: #aaaaaa;
	margin-left: 0.3em;
	font-weight: 200;
	vertical-align: top;
}

.download-notes
{
	font-size: 0.8em;
}

.download-notes:before
{
	font-size: 1.4em;
	font-family: Material Symbols Outlined;
	content: "\e1a1";
	vertical-align: -0.2em;
	margin-right: 0.3em;
}

.type-download h2:after
{
	font-family: Material Symbols Outlined;
	color: white;
	border-radius: 1em;
	vertical-align: top;
	background-color: #cccccc;
	padding: 0em 0.05em;
	font-size: 130%;
  content: "\e2c4";
	margin-left: 0.3em;
	font-weight: 500;
}