/*
Theme Name: NewKiddo
Theme URI: http://smthemes.com/newkiddo/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0
License: Creative Commons 3.0
Theme date: 07/22/2016
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/

@import url(styles/font.css);
/* ========================================= GENERAL. ========================================= */
body {
	font-family:'pt_sansregular';
	font-size:15px;
	background: url(images/top.jpg) top 5px center no-repeat, #fff;
	border-top:5px solid #13cce1;
	color:#a9ae6a;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#52467b;
	text-decoration:none;
}
a:hover {
	color:#a2a95b;
	text-decoration:underline;
}
.submit, .button, input[type="submit"] {
	padding: 5px 29px;
	line-height: 27px;
	background: 	#52467B;
	font-family:'lobsterregular';
	border-radius:4px;
	border-bottom:3px solid rgb(50, 43, 75);
	color: #fff !important;
	float:right;
	margin: -8px 0 0;
	font-size: 14px;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#f5c246;
	border-color:#dcae3f;
	color:#fff;
	text-decoration:none;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	border-color:#e7e4f1;
	color:#626639;
	background:#e7e4f1;
	border-radius:4px;
	font-size:14px;
}
input[type="text"]:focus, 
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
select:focus { 
	border-color:#e7e4f1;
}
.accent {
	color:#9e96b6;
	font-size:32px;
	font-family:'lobsterregular';
}
#comments .accent { font-size:16px; }
.descent {
	color:#9e96b6;
	font-size:14px;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#e57a8e;
	color:#fff;
	font-size:14px;
	display:inline-block;
	min-width: 50px;
	text-align: center;
	box-sizing:border-box;
	border-radius:4px;
	border-bottom:3px solid #d37083;
	padding: 12px 20px 10px;
}
nav.pagination.dynamic a {
	display:block;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:#35c3ee;
	border-color:#31b4db;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#35c3ee;
	border-color:#31b4db;
}

/* ========================================= Theme Header. ========================================= */
#logo {
	float:left;
	height:104px;
	display:flex;
	align-items:center;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #e57a8e;
	font-family:'lobsterregular';
    text-transform: none;
}
.headersearch {
	float:right;
	height:50px;
}
@media screen and (min-width:1024px) {
	.headersearch {
	}
}

/*.......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #a2a95b;
	background:none;
	border:none;
	font-size:14px;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;
	margin: 0;
	border:none;
	font-family:'FontAwesome';
	color: rgb(53, 46, 78) !important;
	font-size:14px;
	background:none;
}
.headersearch .search-box {
	border:1px solid #9bd8e0;
	border-radius:2px;
}
.headersearch .search-box input[type="search"] {	
	color:#9bd8e0;
	font-size:13px;
}
.headersearch .search-box input[type="submit"] {
	color:#e47a8d;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#a2a95b; }
.search-box input[type="search"]:-moz-placeholder { color:#a2a95b; }
.search-box input[type="search"]::-moz-placeholder { color:#a2a95b; }
.search-box input[type="search"]:-ms-input-placeholder { color:#a2a95b;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#9bd8e0; }
.headersearch input[type="search"]:-moz-placeholder { color:#9bd8e0; }
.headersearch input[type="search"]::-moz-placeholder { color:#9bd8e0; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#9bd8e0; }


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		height:104px;
		display:flex;
		align-items:center;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#fff;
		padding: 14px 20px;
		font-size:20px;
		font-weight: 550;
		margin-right: 10px;
		font-family:'Patrick Hand SC';
		background:#5b4e89;
		border-radius:4px;
		border-bottom:3px solid #493f6a;
		box-sizing: border-box;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		background:#b0a1e7;
		text-decoration:none;
		border-color:#9f8ce2;
		color:#5b4e89;
		
	}
	header ul.nav-menu  > li ul {
		background:#fff;
	}
	header ul.nav-menu > li ul li:not(:last-child) > a {
		border-bottom:1px solid #ececec;
	}
	header ul.nav-menu  > li ul li {
		padding: 0 20px;
	}
	header ul.nav-menu  > li ul li a {
		color:#52467b;
		font-size:14px;
		padding: 17px 0;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#b1adc1;
		text-decoration:none;
	}
	
}
#main-menu {
	display: none;
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:left;
		height:50px;
		/* display:flex; */
		align-items:center;
	}
	#main-menu ul.nav-menu > li:not(:last-child) > a {
		border-right:1px solid #d6ebee;
	}
	#main-menu ul.nav-menu > li > a {
		color:#13cce1;
		font-size:15px;
		text-transform:uppercase;
		line-height:15px;
		font-family:'pt_sansbold';
		padding:20px 20px;
		}
	#main-menu ul.nav-menu > li:hover > a {
		text-decoration:none;
		background: rgb(208,245,250); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(208,245,250,1) 0%, rgba(235,251,252,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(208,245,250,1) 0%,rgba(235,251,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(208,245,250,1) 0%,rgba(235,251,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0f5fa', endColorstr='#ebfbfc',GradientType=0 ); /* IE6-9 */
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    	color: 	#52467B;
   	 	margin: 40px 0;
	}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-in.boxed-container {
	box-sizing:border-box;
	padding: 10px 10px 0;
	background:#fff;
	border-radius:4px;
	background: rgb(255,255,255); /* Old browsers */
}
.slider-container {
	border-bottom:10px solid #fff;
}
.slider-bgr {
	position:absolute;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.0);
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	display: flex;
	width: 100%;
	align-items: center;
}
.fp-content {
	position: relative;
	padding:20px 5%;
	box-sizing: border-box;
	width:100%;
}
.fp-title {
	color:#fff;
	padding-bottom:20px;
	font-size:38px;
	text-align:center;
	background:url(images/fp-title.png) bottom center no-repeat;
}
.fp-description {
	color:#fff;
	font-size:16px;
}
.fp-more, .fp-more:hover  {
	float:left;
	border:2px solid #fff;
	border-radius:3px;
	font-size:16px;
	line-height:16px;
	font-family:'pt_sansbold';
	background:url(images/fp-more.png) left center repeat-x;
	padding: 14px 25px;
	margin:20px 0 0;
}
.fp-prev-next-wrap {
	width:100%;
	top:50%;
}
.fp-prev-next-wrap a {
	top:-30px;
	height:60px;
	width:60px;
}
.fp-prev {
	left:-35px;
	background:url(images/slide-left.png) left top no-repeat;
}
.fp-next {
	right:-35px;
	background:url(images/slide-right.png) right top no-repeat;
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}

/* ......................................................................... Showroom ......................................................................... */
.showroom-container {
	padding: 115px 0 35px;
	margin-top:-80px;
	margin-bottom: 25px;
	background:#faffc0;
	max-width: 100%;
	box-sizing: border-box;
}
.showroom .showroom-item {
	width: 33.33%;
	float: left;
	padding:20px 25px;
	position:relative;
	box-sizing: border-box;
	text-align:center;
}
.showroom .showroom-item img {
	border-radius:150px;
	background:#f0f987;
	float:left;
	margin:0 15px 10px 0;
}
.showroom .showroom-item:last-child {
	margin: 0 !important;
}
.showroom-item h3 {
	color:#ccd470;
	text-align:left;
	font-family:'lobsterregular';
	font-size:31px;
	margin:  0 0 10px;
}
.showroom-item h3:hover, .showroom-item a:hover {
	color:#a9ae6a;
	text-decoration:none;
}
.showroom-item p {
	color: #a2a95b;
	font-size: 14px;
	text-align:left;
}
.show-more {
	display:inline-block;
	float:none;
	color: #fff !important;
	font-size: 14px;
	font-family: 'pt_sansregular';
	padding: 5px 27px;
}
@media screen and (max-width:800px) {
	.showroom .showroom-item h3 { font-size:22px; }
}
@media screen and (max-width:640px) {
	.showroom .showroom-item { width:100%; margin-bottom: 40px;	}
}

/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.entry-title {
	margin:0;
	padding-bottom: 0;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color:#a9ae6a;
	font-family:'lobsterregular';
	font-size:32px;
}
.entry-title a {
	color:#ccd470;
	font-weight:normal;
}
.entry-title a:hover { 
	color:#a9ae6a;
	text-decoration:none;
}
article {
	background:#ffffff;
	border-radius:4px;
	border:none;
	position:relative;
	padding:25px;
}

@media screen and (max-width:800px) {
article {
	padding-top: 20px !important;
	padding:15px;
	}

}

article.single-smt-post {
	margin-left: 70px;
	padding:20px 20px 0;
}
article .featured_image {
	vertical-align:bottom;
	float:left;
	border-radius:4px;
	margin: 0 15px 10px 0;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#ccd470;
	font-size:13px;
	margin:15px 0;
}
.entry-meta a {
	color:#ccd470;
}
.entry-meta a:hover {
	color:#a9ae6a;
	text-decoration:none;
}
article > .post-date {
	position:absolute;
	top:0;
	left: -83px;
	background:#35c3ee;
	border-radius:4px 0 0 4px;
	color:#fff;
	text-align:center;
	box-sizing:border-box;
	padding: 5px 2px;
	font-size: 15px;
	width: 83px;
}
article > .post-date .day {
	display:block;
	margin:0 auto;
	font-size: 20px;
	font-family: 'pt_sansbold';
}
.post-categories {
	background-color:#f4f8d0;
	padding: 25px 20px 15px;
	margin:10px -20px 0;
	display:block;
	color:#a2a95b;
	font-size:13px;
}
.post-categories a:first-of-type {
	background:url(images/categories.png) left center no-repeat;
	padding-left:15px;
}
.post-categories a:not(:last-of-type) {
	color:#a2a95b;
	display: inline-block;
	margin: 0 0 10px;
}
.post-categories a:hover {
	color:#35c3ee;
	text-decoration:none;
}

/* ....................... Sidebar .................... */
.sidebar a {
	color:#ccd470;
	font-size:18px;
	font-family:'pt_sansbold';
}
.sidebar a:hover {
	text-decoration:none;
	color:#a9ae6a;
}
.sidebar .widget {
	position:relative;
	border:5px solid #faffc0;
	border-radius:5px;
	margin: 0 0 100px;
	padding:20px;
}
.sidebar .caption {
	position:absolute;
	bottom: 100%;
	left: -5px;
	right: -5px;
	background:url(images/flower.png) left 10px center no-repeat,
					url(images/flower.png) right 10px center no-repeat;
	background-color:#35c3ee;
	border-radius:4px 4px 0 0;
	text-align:center;
	z-index: -1;
}
.sidebar .caption h4 {
	color:#fff;
	font-family:'lobsterregular';
	font-size:24px;
	margin: 0;
	padding: 6px 40px 12px;
}
.sidebar ul li:not(:last-child) { 
	border-bottom: 1px solid #faffc0; 
} 
.widget {
	line-height:23px;
}
.widget ul {
	padding:0;
}
.widget ul li {
	list-style-type: none;
}
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_categories ul li a {
	color:#35c3ee;
	font-size:14px;
	padding: 15px 0;
	display:inline-block;
}
.widget_recent_entries a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover {
	color:#1e95b9;
	text-decoration:none;
}
.widget_smt_comments .comment_avatar img, .widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #b5b5b7;
	border-radius:3px;
	vertical-align: bottom;
}
.widget_smt_posts .title {
	display:block;
	margin:0 0 5px;
}
.widget_smt_posts .post-date {
	font-size: 13px;
	margin: 10px 0;
	border-radius: 3px;
	border: 1px solid #f4f8d0;
	display: inline-block;
	padding: 4px 15px;
}
.widget_smt_posts p:last-of-type {
	margin-bottom:0;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:#fff;
	background-color:#5b4e89;
	position:relative;
	/* margin-top:150px; */
	/* border-top:20px solid #30afd6; */
}
/* footer::after {
	content:'';
	position:absolute;
	bottom:100%;
	height:118px;
	left:0;
	right:0;
	background: url(images/footer.png) bottom center no-repeat;
} */
footer a {
	color:#ffffff;
	font-size:20px;
	font-family:'Patrick Hand SC';
}
footer a:hover {
	color:#fff;
	text-decoration:none;
}
footer .widget {
	padding-top:40px;
}
footer .footer_txt {
	background:	rgb(58, 50, 85);
	padding:15px 0;
}
footer .footer_txt a {
	font-size:14px !important;
}
footer .widget .caption  {
	background:url(images/flower.png) left 10px center no-repeat,
					url(images/flower.png) right 10px center no-repeat;
	background-color:	rgb(60, 51, 88);
	border-radius:4px 4px 0 0;
	text-align:center;
}
footer .widget .caption  h4 {
	color:#fff;
	font-family:'lobsterregular';
	font-size:24px
}
footer .widget ul li:not(:last-child) {
    border-bottom: 1px solid #5ccfe5;
}
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_nav_menu ul li a,
footer .widget_pages ul li a,
footer .widget_categories ul li a {
	font-size:14px;
	color:#9ce6fd;
}
footer .widget_archive ul li a:hover,
footer .widget_meta ul li a:hover,
footer .widget_nav_menu ul li a:hover,
footer .widget_pages ul li a:hover,
footer .widget_categories ul li a:hover {
	color:#fff;
}
footer .widget_smt_posts .post-date {
	border-color:#30afd6;
	color:#30afd6;
}


/* ========================================= CONTACT FORM. ========================================= */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="search"],
.wpcf7 input[type="date"]
{
	min-width: 50%;
	max-width: 100%;
}

.wps-form {
    width: 100%;
    margin: 0 auto;
}

.wps-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wps-form-row .wpcf7-form-control {
    width: 100%;
}

.wps-form-column {
    flex: 1;
    padding: 0.5rem 0;
    width: 100%;
}

/* Notebook / Desktop */
@media only screen and ( min-width: 48em ) { 
    .wps-form-row {
        flex-direction: row;
    }

    .wps-form-column {
        padding: 0.5rem 1rem;
    }
}

/* Bootstrap Card Deck */
.card-columns {
   
    column-count: 2;
}

.row {
	display: flex;
	flex-wrap: wrap;
 }
 
 .row > div[class*='col-'] {
   display: flex;
 }

 .card {
    background-color: #b0a1e7;

 }

 /* Button Farbe */

 .btn-primary {
    color: #fff;
    background-color: #52467b;
    border-color: #52467b;
}