/*! Kreativ Pro Front Page
---------------------------------------------------------------------------------------------------- */
/* # Table of Contents
- Flexible Widgets
- Image Section
- Front page Styling
- Front page Section 1
- Front page Section 2
- Front page Section 3
- Front page Section 4
- Front page Section 5
- Front page Section 6
- Front page Section 7
*/

/*! Flexible Widgets
--------------------------------------------- */
.flexible-widgets.widget-area .widget:nth-of-type(1) {
	width: 100%;
	margin: 0 auto 40px;
	float: none;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.625;
	text-align: center;
}

#text-3 .widget-title,
#text-4 .widget-title,
.flexible-widgets.widget-area .widget:nth-of-type(1) .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.25;
/*     text-align: center!important; */
    grid-template-columns: minmax(10px, 1fr) auto minmax(10px, 1fr)!important;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	width: 100%;
}

.flexible-widgets.widget-halves .widget,
.flexible-widgets.widget-thirds .widget,
.flexible-widgets.widget-fourths .widget {
	width: 100%;
	margin-left: 0;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}

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

	.flexible-widgets.widget-area .widget:nth-of-type(1) {
		max-width: 600px;
		margin: 0 auto 60px;
	}

	.flexible-widgets.widget-area .widget:nth-of-type(1) .widget-title {
		font-size: 30px;
		font-size: 3rem;
		line-height: 1.5;
		text-align: center;
	}

	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.flexible-widgets.widget-halves .widget {
		width: 48.717948717948715%;
	}

	.flexible-widgets.widget-thirds .widget {
		width:  31.623931623931625%;
	}

	.flexible-widgets.widget-fourths .widget {
		width: 23.076923076923077%;
	}

	.flexible-widgets.widget-halves .widget:nth-of-type(2n+2),
	.flexible-widgets.widget-thirds .widget:nth-of-type(3n+2),
	.flexible-widgets.widget-fourths .widget:nth-of-type(4n+2) {
		margin-left: 0;
		clear: left;
	}

}

/*! Image Section
--------------------------------------------- 

.image-section > .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.image-section > .wrap {
  position: relative;
  z-index: 4;
}*/

/*! Front page Styling
--------------------------------------------- */
.front-page .site-inner {
	max-width: 100%;
	padding: 0;
}
.front-page .breadcrumb {
	max-width: 1170px;
	margin: 10px auto;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-15,
.front-page-6 {
	padding: 70px 0 40px;
}

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

	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-15,
	.front-page-6 {
		padding: 80px 0;
	}
	
	.hero-section-columns {
		display: flex; 
		align-items:center;
	}

}

.front-page-1,
.front-page-2,
.front-page-4,
.front-page-6 {
	background: #fff none repeat scroll 0 0;
}

.front-page-2, .front-page-6 {
	background: #F9F8F8 none repeat scroll 0 0;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #eee;
}

/*! Front page Section 1
--------------------------------------------- 

.front-page-1 {
	background-color: #363f48;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	position: relative;
	background-position: center top;
	background-size: auto auto;
	font-size: 16px;
	font-size: 1.6rem;
	min-height: auto;
	padding: 100px 0;
}

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

	.front-page-1 {
		padding: 15% 0;
		background-position: 50% 0;
		background-size: cover;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	}

}

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

	.front-page-1 {
		min-height: 580px;
	}

}

.front-page-1 .widget-title {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 15px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

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

	.front-page-1 .widget-title {
		font-size: 50px;
		font-size: 5rem;
	}

}

.front-page-1 .widget:nth-of-type(1) {
	margin: 0 auto;
	text-align: center;
}

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

	.front-page-1 .widget:nth-of-type(1) {
		max-width: 600px;
	}

}

.front-page-1 .button {
	font-size: 18px;
	font-size: 1.8rem;
}*/

/*! Front page Section 2
--------------------------------------------- */

.front-page-2 .widget {
	margin-bottom: 30px;
}

.front-page-2 .widget:nth-of-type(n+2) {
	border: 1px solid #ddd;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 5px 5px 7px #eee;
	background-color: #F9F9F9;
}

.front-page-2 .widget:nth-of-type(n+2) h4 {
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 2rem;
}

.front-page-2 .widget:nth-of-type(n+2) p {
	margin-bottom: 0;
}

.front-page-2 .widget:nth-of-type(n+2) i {
	width: 40px;
	font-size: 40px;
	font-size: 4rem;
	color: #903b60;
	line-height: 1;
	text-align: center;
	display: inline-block;
	margin-bottom: 15px;
}

/*! Front page Section 3 / Featured Portfolio
--------------------------------------------- */

.front-page .featured-portfolio .entry {
	float: left;
	text-align: center;
	padding: 0;
}

.front-page .featured-portfolio .entry .entry-title {
	margin: 25px 0;
}

.front-page .featured-portfolio .more-link {
  margin: 20px auto 0;
}

/*! Front page Section 4
--------------------------------------------- 

.front-page-4 .widget:nth-of-type(n+2) .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	text-align: center;
}

.front-page-4 .widget:nth-of-type(n+2) img {
	max-height: 200px;
	max-width: 200px;
	border-radius: 50%;
}

.front-page-4 .widget:nth-of-type(n+2) h4 {
	margin: 15px 0;
}

.front-page-4 .widget:nth-of-type(n+2) span {
	display: block;
	margin: 10px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
}

.front-page-4 .widget:nth-of-type(n+2) a:hover {
	color: #903b60;
}*/

/*! Front page Section 5
--------------------------------------------- */


.front-page-15 img.emoji {
    width: 15px!important;
    height: 15px!important;
    margin-right: 10px!important;
}


.front-page-15 ul li {
    margin-bottom: 5px;
}

.front-page-15 .widget .widget-title {
	font-size: 22px;
	font-size: 2.2rem;
}

.front-page-15 .button {
	padding: 6px 16px;
	font-size: 16px;
	font-size: 1.6rem;
	min-width: 190px;
	margin-top: 25px;
}

/*! Front page Section 6
--------------------------------------------- */
.front-page-2 .widget-area .widget:nth-of-type(n+2) {
	text-align: left;
	position: relative;
}

.front-page-2 .widget:nth-of-type(n+2)::before {
	color: #4b4b4b;
}	


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

	.front-page-2 .widget-area .widget:nth-of-type(n+2) {
/* 		padding-left: 40px; */
		margin-bottom: 30px;
	}

	.front-page-2 .widget:nth-of-type(n+2):before {
/* 		position: absolute; */
		float: left;
		top: 25px;
		left: 0;
		width: 25px;
		font-size: 25px;
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		content: "\f21e";
		font-family: 'FontAwesome';
		margin-right: 10px;
	}
}

.front-page-2 .widget:nth-of-type(5n+1) {
	margin-left: 0px;
	clear: both;
}

.front-page-2 .widget:nth-of-type(n+2) span {
	/*display: block;*/
}

.front-page-2 .widget:nth-of-type(n+2) img {
	float: left;
	max-height: 75px;
	max-width: 75px;
	margin: 15px 20px 0 0;
	border-radius: 50%;
}

.front-page-2 .widget:nth-of-type(n+2) h4 {
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: bold;
}

.front-page-2 .widget:nth-of-type(n+2) h4 span {
	display: block;
	margin: 5px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: normal;
}

.front-page-2 .widget:nth-of-type(n+2) .textwidget h3 {
	line-height: 1.4;
	font-size: 2.3rem;
}

/*! Genesis Featured Posts
--------------------------------------------- */

.front-page .featured-content .entry {
	text-align: center;
	padding: 0;
}

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

	.front-page .featured-content .entry {
		float: left;
		margin-left: 2.564102564102564%;
		width: 31.623931623931625%;
	}

	.front-page .featured-content .entry:nth-of-type(3n+1) {
		margin-left: 0;
	}

}

.front-page .featured-content .entry .entry-title {
	margin: 25px 0;
	font-size: 20px;
	font-size: 2rem;
}

.front-page .featured-content .more-link {
  margin: 20px auto 0;
}

.front-page .featured-content .entry > a {
	position: relative;
	margin: 0;
	width: 100%;
}

.front-page .featured-content .entry .entry-image {
	vertical-align: middle;
	margin-bottom: 0;
	width: 100%;
}

.front-page .featured-content .entry > a:after {
	background: #903b60 none repeat scroll 0 0;
	content: "\f105";
	border-radius: 50%;
	color: #fff;
	font-family: FontAwesome;
	font-size: 24px;
	font-size: 2.4rem;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
	-webkit-transition: all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.front-page .featured-content .entry > a:hover:after {
	opacity: 1;
}

/* Hero Section
--------------------------------------------- */

.hero-section {
	position: relative;
}

.hero-section:not(.has-columns) .hero-section-column {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
	text-align: center;
}

.hero-section-column {
	padding: 35px;
	position: relative;
}

.hero-section-column.right {
	position: relative;
	text-align: right;
}

.hero-section-column.right::before {
	background: rgba(0, 0, 0, 0.2);
	content: "";
	display: block;
	right: 0;
	height: calc(100% - 140px);
	position: absolute;
	top: 70px;
	width: 95%;
	z-index: -1;
}

.hero-section-column.right::after {
	background: rgba(255, 206, 49, 0.2);
	content: "";
	display: block;
	height: 5px;
	position: absolute;
	right: 0;
	top: 105px;
	transform: translateX(50%);
	width: 40px;
}

/* Hero Content
--------------------------------------------- */
.image-section {
	position: relative;
	z-index: 1;
}
.hero-title {
	font-size: 30px;
    font-size: 3rem;
    line-height: 1.3;
    margin-left: -35px;
    color: #eee;
    text-shadow: 2px 2px 1px #333;
}

.hero-title span {
    color: #47e27d;
}

.hero-description,
.hero-section-column.left .hero-email {
	max-width: 450px;
}

.hero-section:not(.has-columns) .hero-description {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

.hero-section:not(.has-columns) .hero-email {
	margin-left: auto;
	margin-right: auto;
	max-width: 450px;
}

.hero-email .widget {
	margin-bottom: 35px;
}

.hero-email .widget:last-of-type {
	margin-bottom: 0;
}

.hero-email .widget::before,
.hero-email .widget::after {
	display: none;
}

.hero-section-column .hero-email form {
	margin-left: 0;
	position: relative;
}

.hero-section-column.left .hero-email .enews-widget {
	background: transparent;
	box-shadow: none;
	padding: 0;
	position: relative;
	text-align: left;
}

.hero-section-column.left .hero-email input {
	text-align: left;
}

.hero-section-column.left .hero-email input:not([type="submit"]) {
	border: 0;
	background: #fff;
	border: 1px solid #f4f4f4;
	box-shadow: 0 10px 60px rgba(0,0,0,.14);
	padding: 20px 24px;
	-webkit-appearance: none;
	-webkit-transition: box-shadow .15s cubic-bezier(.44,.51,.24,.99);
	-moz-transition:    box-shadow .15s cubic-bezier(.44,.51,.24,.99);
	-ms-transition:     box-shadow .15s cubic-bezier(.44,.51,.24,.99);
	-o-transition:      box-shadow .15s cubic-bezier(.44,.51,.24,.99);
	transition:         box-shadow .15s cubic-bezier(.44,.51,.24,.99);
}

.hero-section-column.left .hero-email input:not([type="submit"]):focus {
	box-shadow: 0 3px 20px rgba(0,0,0,.1);
}

.hero-section-column.left .hero-email input[type="submit"] {
	bottom: 8px;
	margin-bottom: 16px;
	position: absolute;
	right: 8px;
	text-align: center;
	width: auto;
}


/* Hero Portrait
--------------------------------------------- */

.hero-portrait {
	box-shadow: 0 15px 60px rgba(0,0,0,.8);
	border: 6px solid #fff;
	margin-right: 15px;
	max-width: 400px;
	vertical-align: middle;
	width: 100%;
	border-radius: 50%;
}
.hero-section-column.right::after {
	background: rgba(255, 206, 49, 0.2);
    content: "";
    display: block;
    right: 0;
    height: 100%;
    position: absolute;
    top: 70px;
    width: 100%;
    z-index: -1;
    transform: rotateZ(-45deg);
}

.hero-portrait-caption {
	bottom: 100px;
	color: #ddd;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	position: absolute;
	right: 15px;
	transform: rotateZ(-90deg) translateX(100%);
	transform-origin: right bottom;
	text-transform: uppercase;
}

.hero-portrait-caption span {
	color: #fff;
	text-shadow: 2px 2px #000;
	text-decoration: none;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (max-width: 1280px) {

	.hero-portrait-caption {
		right: 8px;
	}

}

@media only screen and (max-width: 1075px) {

	.hero-title {
		font-size: 28px;
		font-size: 2.8rem;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.hero-section-column.left {
		padding-right: 0;
		padding-left: 0;
	}

	.hero-section:not(.has-columns) .hero-section-column {
		max-width: none;
	}

}

@media only screen and (max-width: 860px) {

	.hero-title {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.hero-section {
		position: static;
		text-align: center;
	}

	.hero-section.has-columns {
		display: block;
	}

	.hero-section-column.left,
	.hero-section-column.right {
		clear: both;
		float: none;
		text-align: center;
		width: 100%;
	}

	.hero-section-column.left {
		position: static;
		margin-top: 20px;
	}

	.hero-section-column .hero-email form {
		margin-left: auto;
	}

	.hero-section-column.right {
		padding: 0 0 35px;
	}

	.hero-section-column.right .hero-portrait {
		max-width: 200px;
		margin: 0 auto 10px;
		padding: 0;
		position: relative;
	}

	.hero-section-column.right::after,
	.hero-section-column.right::before {
		display: none;
	}

	.hero-title,
	.hero-description,
	.hero-email {
		margin-left: auto;
		margin-right: auto;
		max-width: 500px;
	}

	.hero-portrait {
		float: none;
		margin-right: 0;
	}

	.hero-portrait-caption {
		margin-top: 20px;
		position: static;
		transform: none;
		text-align: center;
	}

}

@media only screen and (max-width: 600px) {

	.hero-email input,
	.hero-section-column.left .hero-email input {
		text-align: center;
	}

	.hero-section-column.left .hero-email input[type="submit"] {
		padding: 20px 24px;
		position: static;
		width: 100%;
	}

}

.front-page-3 article:nth-child(3n+1) {
	margin-left: 0;
}

.type-post .entry-image-link {
	position: relative;
}

.type-post .entry-image-link:after {
    background: #903b60 none repeat scroll 0 0;
    content: "\f105";
    border-radius: 50%;
    color: #fff;
    font-family: fontawesome;
    font-size: 24px;
    font-size: 2.4rem;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.type-post .entry-image-link:hover:after {
    opacity: 1;
}









.updates-layout{

margin:0 auto;
}
ul.updates-layout {
list-style-type: none;
list-style-type: decimal !ie; /*IE 7- hack*/
margin: 0;
margin-left: 1em;
padding: 0;
counter-reset: li-counter;
}
ul.updates-layout li{
position: relative;
margin-bottom: 1.5em;
padding: 0.5em;
background-color: #fff;
padding: 30px 40px 30px 58px;

	
	 /*box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);*/
	border-radius: 2px;
}

.updates-layout a.title{
text-decoration:none;
font-size:1.2em;
}

.updates-layout span.excerpt {
	display: block;
}

.updates-layout li:hover{
box-shadow:inset -1em 0 #903b60;
-webkit-transition: box-shadow 0.5s; /* For Safari 3.1 to 6.0 */
transition: box-shadow 0.5s;
}

ul.updates-layout li:before {
position: absolute;
top: -0.3em;
left: -0.5em;
width: 1.8em;
height: 1.2em;
font-size: 2em;
line-height: 1.2;
font-weight: bold;
text-align: center;
color: white;
background-color: #903b60;
transform: rotate(-20deg);
-ms-transform: rotate(-20deg);
-webkit-transform: rotate(-20deg);
z-index: 99;
overflow: hidden;
content: counter(li-counter);
counter-increment: li-counter;
}

.content h1.entry-title {
	display: block;
}

@media only screen and (min-width: 1023px) {
	.site-footer {
	    margin-top: 0;
	}
}	

.widget-title {
	text-transform: uppercase;
}

#front-page-3 {
	display: none;
}

#front-page-4 a.title {
	color: #777;
	font-weight: bold;
}

#front-page-4 a.title:hover {
	color: #444;
}

/* #front-page-2 .widgettitle, #front-page-4 .widgettitle, #front-page-5 .widgettitle {
    display: grid;
    grid-template-columns: minmax(10px, 1fr) auto minmax(80px, 1fr);
    align-items: center;
    grid-gap: 10px;
    width: 100%;
    text-align: left;
}

#front-page-2 .widgettitle:before,#front-page-2 .widgettitle:after,#front-page-4 .widgettitle:before,#front-page-4 .widgettitle:after,#front-page-5 .widgettitle:before,#front-page-5 .widgettitle:after {
    content: '';
    border-top: 2px solid #4b4b4b;
} */

.featured-categories {
  display: grid;
  grid-auto-columns: max-content;
  grid-auto-flow: dense;
  grid-auto-rows: minmax(50px, auto);
  grid-gap: 15px;
  grid-template-columns: repeat(6, 1fr);
/*   margin: 60px auto;
  max-width: 800px; */
}

.category {
  grid-column: span 6;
  position: relative;
}

@media only screen and (min-width: 860px) {
	
	.category {
	  grid-column: span 2;
	  grid-row: span 2;
	}

	.category:nth-of-type(2),
	.category:nth-of-type(3){
		grid-row: span 4;
	}

	.category:nth-of-type(5) {
		grid-column: span 6;
		grid-row: span 4;
	}

}


.category-image {
/*   background-color: lightblue; */
  display: block;
  height: 100%;
  min-height: 200px;
  width: 100%;
	background-size: cover;
	background-position: bottom center;
}
.category-name {
  position: absolute;
	bottom: 20px;
	left: 20px;
	background: #fff;
	padding: 3px 15px;
	
}
.category-name a {

color: #000;	
font-size: 20px;
  font-weight: bold;
	
}