/*
	Theme Name: Minimum Pro
	Theme URI: http://my.studiopress.com/themes/minimum/
	Description: A stunning execution of "less is more," the Minimum child theme expresses everything you're about, with very little effort. 
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 3.2.1

	Tags: black, white, blue, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #333;
	font-family: 'Raleway', serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

body,html {
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #b1593e;
	font-weight: 400;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
}

a:hover {
	color: #747474;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

b,
strong {
	font-weight: 600;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #f5f5f5;
	clear: both;
	margin: 26px 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}


/* Custom
--------------------------------------------- */
.more-link {
	display: block;
	padding: 20px 0;
	color: #b30000;
	font-weight: 600;
	font-size: 18px;
	padding-top: 10px;
}
.sidebar-primary ul.menu li{
	display: none; 
}
.sidebar-primary ul.menu li.current-menu-parent, 
.sidebar-primary ul.menu li.current-menu-item.menu-item-has-children, 
.sidebar-primary ul.menu li.current-menu-item ul li, 
.sidebar-primary ul.menu li.menu-item-has-children li {
	display: block;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item a {
	border-width: 0;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: none;
	color: #333;
	font-family: 'Raleway', serif;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #a85638;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #a85638;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border-width: 0;
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 6px 12px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #fff;
	border-width: 0;
	color: #333;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.footer-widgets .button:hover {
	background-color: #e9a35e;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #222;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	display: block;
	height: auto;
	padding: 15px 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	padding-top: 40px;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	padding: 60px 60px 20px;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

.home-featured {
	margin-bottom: 60px;
	padding: 60px 0;
}

.home-featured li {
	list-style-type: none;
}

.home-featured .widget {
	padding: 0 20px;
}

.home-featured p:last-child {
	padding: 0 0 24px;
}

.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
	float: left;
	text-align: center;
	width: 25%;
}

.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
}

.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
}

.site-tagline {
	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;
	margin-top: 115px;
	padding: 40px 0;
}

.site-tagline p {
	margin: 0;
}

.site-tagline-left {
	float: left;
	width: 50%;
}

.site-tagline-right {
	float: right;
	text-align: right;
	width: 50%;
}

.minimum .site-tagline {
	margin-top: 600px;
}

a.cta-button {
	background-color: #333;
	border-bottom-width: 0;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
}

a.cta-button:hover {
	background-color: #e9a35e;
	color: #fff;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

.sticky {
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	padding: 40px 40px 16px;
}

.author-box {
	margin-bottom: 40px;
	padding: 40px;
}

.single .author-box {
	margin-bottom: 60px;
}

.author-box-title {
	color: #333;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 30px;
	line-height: 1;
}

.genesis-grid .entry-title {
	font-size: 24px;
	margin: 0 0 10px;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
}

.minimum-pro-portfolio {
	word-wrap: break-word;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}

.entry-title a:hover {
	color: #b30200;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

#home-featured .widget-title {
	margin-bottom: 10px;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 24px;
	padding: 0 0 24px;
}

.featured-content .entry:last-child {
	border-width: 0;
	margin-bottom: 0;
	padding: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.featured-content .entry-title a {
	border: none;
	font-size: 20px;
	font-weight: 600;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #0ebfe9;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

.sidebar .enews-widget {
	background-color: #333;
	padding: 30px;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	left: 0;
	letter-spacing: 1px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .site-header {
	top: 32px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
}

.site-description {
	font-size: 32px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 1000px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
	font-size: 14px;
	padding: 20px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #b1593e;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

/* .genesis-nav-menu > .menu-item > a:focus {
	outline: 2px solid black;
}

.gensis-nav-menu > .sub-menu > a:focus {
	outline: 2px solid black;
	z-index: 1;
} */

a:focus {
	outline: 2px dotted black;
}

.colores-button:focus {
	outline: 2px dotted black;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 240px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-top: none;
	padding: 16px 20px;
	position: relative;
	width: 240px;
}

.genesis-nav-menu .sub-menu li {
	border-bottom: 1px solid #f3f3f3;
}

.genesis-nav-menu .sub-menu li::last-child {
	border-bottom: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-bottom: 2px solid #b1593e;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

.site-header .sub-menu.menu-open {
	display: block;
	left: auto;
	opacity: 1;
}

.site-header .menu-item-has-children .sub-menu:focus {
	display: block;
	left: auto;
	opacity: 1;
}

.site-header .menu-item-has-children a:focus ~ .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

.hide-label {
	display: none;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary,
.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #e9a35e;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: rgb(229, 192, 179);
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #e9a35e;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.minimum-pro-portfolio .content .entry {
	float: left;
	margin-bottom: 60px;
	width: 50%;
}

.minimum-pro-portfolio .content .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
}

.minimum-pro-portfolio .content .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-content .search-form input {
	margin-bottom: 16px;
}

.entry-meta {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #e9a35e;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #e9a35e;
	color: #fff;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
}

.footer-widgets .wrap {
	border-bottom: 1px solid #444;
	padding: 40px 0 16px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.footer-widgets a:hover {
	color: #999;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #b1593e;
	letter-spacing: 1px;
	padding: 60px 0;
}

.site-footer a,
.site-footer p {
	-webkit-font-smoothing: subpixel-antialiased;
	color: #999;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer a {
	border: none;
	font-weight: 300;
}

.site-footer p {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
	color: white;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */


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

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 620px;
	}

	.content {
		width: 580px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 280px;
	}

}

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

	.wrap {
		max-width: 768px;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: static;
	}

	.site-inner {
		padding: 40px 5%;
	}

	.minimum-pro-portfolio .content .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}
	
	.site-header .widget-area {
		padding: 0 5%;
	}

	.site-description {
		font-size: 30px;
	}

	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
	}

	.minimum .site-tagline {
		margin-top: 400px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
	}

}

@media only screen and (min-width: 768px) {
	
	.site-header .wrap {
		position: relative;
	}
	
	.site-header .widget-area {
		/* position: absolute; */
		right: 0;
		width: 100%;
	}
}

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

	.site-header {
		padding-bottom: 10px;
	}

	.title-area {
		padding-bottom: 6px;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
	}

	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		line-height: 1;
		padding: 16px 20px;
	}
	
	.menu-item-has-children:focus > .sub-menu {
		display: block!important;
    opacity: 1;
    left: auto;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 14px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		padding: 20px !important;
	}

	.genesis-grid-even,
	.genesis-grid-odd,
	.minimum-pro-portfolio .content .entry {
		width: 100%;
	}

	.minimum-pro-portfolio .content .entry:nth-of-type(2n),
	.minimum-pro-portfolio .content .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

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

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		width: 50%;
	}
	
	.home-featured .widget-area:nth-of-type(2n+1) {
		clear: left;
	}
	
	.minimum .site-tagline {
		margin-top: 200px;
	}

}

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

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

}

/*
 * COLORES CUSTOM STYLES
 * */
/*
* Pink rgb(229,192,179);
* Dark pink rgb(216, 158, 139); -- Titles (dark button)
* Orange rgb(233, 164, 95); -- Buttons
* Gray rgb(74,74,74);
*/
.wp-block-table img {
	width: 100px;
}

.wp-block-table .has-fixed-layout {
	table-layout: unset!important;
}

b, strong {
	font-weight: 600;
}
.content a {
	font-weight: 600;
}
#db-gdpr-cookie-consent {
	font-family: 'Raleway';
	background-color: #f4f4f4!important;
	border-top-color: #666666!important;
	border-top-width: 2px!important;
	padding: 30px!important;
	color: #666666!important;
}

#db-gdpr-cookie-consent h4 {
	font-size: 18px!Important;
	font-weight: 600!important;
}

#db-gdpr-cookie-consent .right-column a {
	border-radius: 0px!important;
	font-family: 'Raleway'!important;
    text-transform: uppercase!important;
    font-size: 13px!important;
	font-weight: 600;
	letter-spacing: 2px;
}

.center-content .content {
	float: none;
	margin: 0 auto;
}

.site-header {
	height: 80px;
	top: 35px;
	transition: all .2s;
}
.site-header.header-not-top {
	top: 0px;
}
.site-header .site-title a {
	max-height: 40px;
    background-size: contain!important;
	background-position: -23% 50%!important; 
    margin-top: 18px;
}
.genesis-nav-menu a {
	padding: 29.5px 20px;
	font-family: 'Raleway';
	font-weight: 600;
}

.genesis-nav-menu .sub-menu a {
	letter-spacing: 1px;
}

.nav-header .join-link a {
	color: #b1593e;
	padding: 8px 15px;
	border: 2px solid #b1593e;
	transition: all .12s ease-out;
}
.nav-header .join-link a:hover {
	color: #747474;
}

/* COLORES BUTTONS */
.colores-button {
	font-family: 'Raleway';
	text-transform: uppercase;
	font-size: 13px;
	color: white;
	background: #444;
	font-weight: 600;
	padding: 13px 30px;
	display: inline-block;
	min-width: 200px;
	text-align: center;
	max-width: 100%;
	letter-spacing: 2px;
	border: 2px solid transparent;
}

.colores-button.button-primary {
	background: #b1593e;
}
.button-primary:hover {
	background: white;
	border: 2px solid #b1593e;
	color: #b1593e;
}

.colores-button.button-secondary {
	background: #b1593e;
}
.button-secondary:hover {
	background: white;
	border: 2px solid #b1593e;
	color: #b1593e;
}

/* KIELIVALIKKO */
.utility-bar .wrap {
	max-width: 1340px;
}

.menu-kielivalikko-container {
	float: right;
	position: relative;
	display: none;
}

.menu-kielivalikko-container:hover .sub-menu {
	transform: scale(1)!important;
}

.menu-kielivalikko-container ul {
	list-style: none;
}

.menu-kielivalikko-container ul li a {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
}

.menu-kielivalikko-container ul li a:after {
	content: "";
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
	border-width: 4px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
	margin-left: 5px;
    margin-top: -3px;
}

.menu-kielivalikko-container .sub-menu li a:after {
	display: none!important;
}

.menu-kielivalikko-container ul li .sub-menu {
	position: absolute;
	transform: scale(0);
	transition: all 0.12s;
	background: rgb(225, 184, 170);
	padding: 10px 15px;
	left: -15px;
}

.menu-kielivalikko-container ul li .sub-menu li a {
	font-size: 13px;
}

/* UTILITY BAR STYLES */
.utility-bar {
	position: fixed;
	top: 0;
	width: 100%; 
	height: 35px;
	background: #b1593e;
	transition: all .2s;
	z-index: 1000;
}

.search-results .sidebar {
	display: none;
}

.search-results .content {
	float: left;
}

.search-top {
	margin-right: 30px;
	display: flex;
	align-items: center;
}

.search-top:hover {
	cursor: pointer;
}

.search-top img {
	max-width: 100%;
	height: 18px;
	transform: rotateZ(-90deg);
    margin-right: 5px;
}

.utility-info {
	float: right;
	padding: 4.5px 0;
	display: flex;
}
.utility-info form {
	margin-right: 30px;
}

.utility-info form input {
	border: none;
    border-radius: 0;
    height: 100%;
    padding: 0px 5px;
}

.utility-info a {
	border: none!important;
	font-size: 15px;
	color: white;
}

.utility-info .number {
	margin-right: 30px;
}

.utility-info .email {
	margin-right: 0;
}

.utility-bar.utility-not-top {
	transform: translateY(-35px);
}

.pagination li a {
	background-color: #e1b8aa;
	font-size: 16px;
	border-radius: 0;
}

@media screen and (max-width: 640px) {
	.utility-info {
		width: 100%;
	}
	
	.mobile-search .utility-bar {
		height: 70px;
	}
	
	.mobile-search .site-header {
		margin-top: 70px;
	}
	
	.mobile-search .utility-info form {
		position: absolute;
		bottom: 5px;
		width: 90%;
	}
	.mobile-search .utility-info form input {
		height: 30px;	
	}
}

.ginput_container_number input[type="text"] {
	background: white !important;
	border: 1px solid #d4d4d4 !important;
}

@media screen and (min-width: 768px) {
	.ginput_container_number {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.ginput_container_number input[type="text"] {
		max-width: 50% !important;
	}
}

.ginput_product_price {
	font-weight: bold;
}

.ginput_total {
	font-weight: bold;
}

.has-larger-font .gfield_label {
	font-size: 1.4rem !important;
}

.has-margin-bot {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #b15a3e;
}

.custom-gform {
	display: inline-block;
	width: 100%;
}

.has-background {
	padding: 0 16px 0 0;
	width: 100%;
}

.has-background > ul {
	background: #f3f3f3;
	padding: 30px !important;
	margin-top: 15px;
}

.gform_confirmation_message {
	padding: 30px 0;
	font-weight: 600;
}

.custom-gform input[type="submit"] {
	font-family: 'Raleway';
	text-transform: uppercase;
	font-size: 13px !important;
	color: white;
	background: #444;
	font-weight: 600;
	padding: 13px 30px;
	display: inline-block;
	min-width: 200px;
	text-align: center;
	max-width: 100%;
	letter-spacing: 2px;
	border: 2px solid transparent;
	border-radius: 0 !important;
	background: #b1593e!important;
}

/* .custom-gform .field-half {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.custom-gform .field-half {
		width: 50%;
	}
} */

/* .custom-gform .field-half {
	padding-right: 0 !important;
} */

.custom-gform input[type="text"], .custom-gform input[type="email"], .custom-gform input[type="phone"] {
	border: none;
	border-radius: 0;
	background: #f3f3f3;
	padding: 15px !important;
	font-size: 15px !important;
	font-weight: 400;
	letter-spacing: 1px;
	border: 1px solid transparent;
	transition: all .12s ease-out;
	color: #333;
	width: 100% !important;
	margin-top: 0 !important;
}


/* FORM JOIN */
.form-join .field-half {
	width: 50%;
	float: left;
	margin-bottom: 15px;
}

.form-join .field-half:nth-child(odd) {
	padding-right: 15px;
} 

.form-group {
	float: left;
	width: 100%;
}

.form-join input[type="text"], .form-join input[type="email"] {
	border: none;
	border-radius: 0;
	background: #f3f3f3;
	padding: 15px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	border: 1px solid transparent;
	transition: all .12s ease-out;
	color: #333;
}

.form-join input[type="text"]:focus, .form-join input[type="email"]:focus {
	border: 1px solid rgba(233, 163, 94, 0.8);
}

.form-join .field-full {
	width: 100%;
}

.form-join .colores-button {
	font-weight: 600!important;
}

.form-avustus-1 .your-extra-info-1 {
	margin-top: 15px;
}

.has-textarea {
	margin-top: 15px;
}

.has-textarea textarea {
	border-radius: 0;
	padding: 15px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	border: 1px solid transparent;
	transition: all .12s ease-out;
	color: #333;
}
.has-textarea textarea:focus {
	border: 1px solid rgba(233, 163, 94, 0.8);
}

.field-extras textarea {
	border-radius: 0;
	padding: 15px;
	background: #f3f3f3;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	border: 1px solid transparent;
	transition: all .12s ease-out;
	color: #333;	
}
.field-extras textarea:focus {
	border: 1px solid rgba(233, 163, 94, 0.8);
}

.form-join .colores-button {
	border-radius: 0px!important;
	background: rgb(233, 164, 95)!important;
}

.form-join .my-choice {
	float: left;
	padding-right: 15px;
	font-weight: 600;
	width: 100%;
}

.form-join .group-select {
	margin-bottom: 30px;
	float: left;
	padding: 30px;
	background: #f3f3f3;
	border: 1px transparent;
}

.form-join .group-select input[type="text"] {
	background: #fff;
} 

.group-select-s1 {
	margin-top: 15px;
}

.form-join .cbox-inline {
	display: inline-block;
}
.form-join .cbox-inline input {
	margin-right: 7px;
}

.form-join .your-select {
	display: inline-flex;
}
.form-join .your-select .checkbox {
	padding-right: 15px;
}

.select-products .checkbox {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}

.select-products input[type="number"] {
	float: right;
	width: 75px;
}

.select-products .menu-pr-1 {
	width: 100%;
}

.select-products .menu-pr-2 {
	width: 100%;
}

.form-join .your-select .checkbox label input {
	margin-right: 5px;
}

.form-join .your-select .checkbox label input::hover {
	cursor: pointer;
}

.form-join .your-select .checkbox::last-child {
	padding-right: 0px;
}

.form-join .field-extras {
	margin-bottom: 30px;
}

.wpcf7-response-output {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 30px;
	color: #333;
	letter-spacing: 1px;
	font-weight: bold;
	display: none;
}

.wpcf7-response-output.alert {
	color: red;
	opacity: 1;
	padding-left: 0;
	text-decoration: underline;
}

.wpcf7-mail-sent-ok {
	opacity: 1;
	border: 2px solid #2e9e2e;
}

.wpcf7-not-valid-tip {
	color: red;
	font-weight: 600;
	padding-left: 0;
	text-decoration: underline;
}

.page-id-35 .content {
	float: none;
	margin: 0 auto;
}

table td {
	padding: 10px;
}

table {
	border: none;
}

table > * {
	border-color: #ddd;
}

/* HEADER BOX */
.frontpage-header-box {
	position: relative;
	height: 600px;
	width: 100%;
	float: left;
}
.frontpage-box-content {
	width: 75%;
	float: left;
	height: 250px;
	background: white;
	position: absolute;
	bottom: 0;
	padding: 40px 75px;
}
.frontpage-header-title {
	font-weight: 300;
	font-size: 32px;
}
.frontpage-header-subtitle {
	font-size: 20px;
	font-weight: 600;
	max-width: 100%;
	line-height: 30px;
}

.frontpage-box-buttons {
	float: left;
	width: 800px;
	max-width: 100%;
}
.frontpage-box-buttons a {
	display: inline-block;
	text-align: center;
}

.frontpage-box-buttons .button-left {
	width: 48%;
	margin-right: 4%;
}
.frontpage-box-buttons .button-right {
	width: 48%;
}

/* CUSTOM LIFT */
.colores-text-lift {
	padding: 120px 0;
	margin-bottom: 120px;
	background-color: #f3f3f3; /*rgb(254, 251, 247);*/
}
.db-lift .lift-title {
	font-size: 32px;
	color: #a85638;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
	width: 500px;
	margin-bottom: 30px;
	font-weight: 600;
}
.db-lift .lift-content {
	width: 800px;
	max-width: 100%;
	text-align: center;
	font-family: 'Raleway';
	margin: 0 auto;
}

.db-block {
	clear: both;
	content: "";
}

.db-wrap {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	float: left;
}

/* COLORES MATERIAALIT */
.colores-materiaalit .section-title {
	margin-bottom: 60px;
}

.colores-materiaalit .single-post {
	display: flex;
	flex-direction: column;
}

.colores-materiaalit .single-post .post-date {
	color: #b1593e;
}

.colores-materiaalit .single-post .event-image {
	width: 100%;
    height: 230px;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 15px;
}

/* DB EVENTS */

.db-upcoming-events, .db-before-events {
	margin-bottom: 60px;
}
.db-events .section-title {
	margin-bottom: 60px;
}

.db-events .single-event {
	margin-bottom: 30px;
}

.single-event .post-date {
	width: 100%;
	float: left;
}

.event-title {
	font-weight: 600;
	font-size: 18px;
	color: #333;
}

.single-event .event-image {
	width: 100%;
	height: 230px;
	background-size: cover;
	background-position: 50% 50%;
	margin-bottom: 15px;
}
/* DB POSTS */
.db-posts .single-post .post-image {
	width: 100%;
	height: 230px;
	background-size: cover;
	background-position: 50% 50%;
	margin-bottom: 15px;
	position: relative;
}
.db-posts .single-post {
	margin-bottom: 30px;
}

.post-category {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px 15px;
	background-color: #B15940;
	color: white;
}

/* POTILASTARINAT */
.db-potilastarinat {
	width: 70%;
	margin-right: 5%;
	float: left;
}
.db-potilastarinat .section-title {
	margin-bottom: 30px;
}
.potilas-sidebar {
	width: 25%;
	float: left;
}
.potilas-sidebar .link-list .menu-title {
	display: block;
	margin-bottom: 15px;
	font-size: 22px;
	color: #b1593e;
	font-weight: 600;
}
.potilas-sidebar .link-list #blog-links {
	list-style: none;
}
.potilas-sidebar .link-list #blog-links li a {
	font-size: 18px;
    margin-left: 30px;
    display: block;
    padding: 10px 0;
	color: #b1593e;
	font-weight: 600;
}
.single-potilastarina .event-image {
	width: 100%;
	height: 230px;
	background-size: cover;
	background-position: 50% 50%;
	margin-bottom: 15px;
}
/* COLORES FOOTER */
.site-footer h4 {
	color: white;
	font-family: 'Raleway';
	font-weight: 800;
	font-size: 16px;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.site-footer a {
	color: white;
	display: block;
}

/* LANG SWITCHER */
.wpml-ls-menu-item > a span  {
	display: flex;
	align-items: baseline;
}

.wpml-ls-menu-item > a img {
	margin-right: 5px;
}

/* IMAGE LIFT */
.colores-image-lift {
	max-width: 1140px;
	margin: 0 auto;
}

.image-lift-first-row, .image-lift-second-row {
	width: 100%;
	float: left;
	position: relative;
}

.image-lift-first-row {
	margin-bottom: 120px;
}

.image-lift-second-row .lift-content-wrapper {
	left: 0;
}
.image-lift-second-row .lift-image {
	float: right;
}

.lift-content-wrapper {
	position: absolute;
    width: 50%;
    float: left;
	right: 0;
    transform: translateY(-50%);
    top: 50%;
    padding: 50px;
}

.lift-image {
	width: 50%;
	background-size: cover;
	height: 450px;
	max-width: 100%;
	float: left;
}

.home-featured {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

/* POST LIFT */
.colores-posts {
	width: 100%;
	float: left;
	margin: 120px auto;
	padding: 120px 0;
	background: rgb(254, 251, 247);
}

.section-title {
	font-size: 32px;
	color: #a85638;
	font-weight: 600;
}

.colores-posts .section-title {
	text-align: center;
}

.colores-posts .post-title {
	font-size: 20px;
	font-weight: 600;
	color: #333;
}

.colores-posts .section-wrapper {
	max-width: 1140px;
	margin: 0 auto;
	margin-top: 60px;
}

.colores-posts .post-section {

}

.colores-posts .read-more {
	display: block;
	padding: 20px 0;
	color: #b1593e;
	font-weight: 600;
	font-size: 16px;
	padding-top: 10px;
}

.colores-posts .some-section {
	width: 25%;
	float: left;
}

.colores-posts .category {
	float: left;
	width: 100%;
}

.colores-posts .post-date {
	float: left;
	width: 100%;
}

.colores-posts .post-date b, .post-date strong {
	font-size: 14px;
	color: #b1593e;
}

.colores-posts .some-section p {
	text-align: center;
}

.home .site-inner .wrap {
	max-width: 100%;
}
/* COLORES NOT FOUDN */
.colores-not-found {
	padding: 120px 0;
	background: #f3f3f3;
	margin-top: 60px;
	margin-bottom: 60px;
	float: left; 
	width: 100%;
}

.contact-form .group-textarea {
	width: 100%;
}

.form-group input[type="submit"] {
	border-radius: 0px!important;
    background: #b1593e!important;
}

.colores-not-found .not-found-container {
	max-width: 1140px;
	margin: 0 auto;
}

.colores-not-found .not-found-container .section-title {
	text-align: center;
	margin-bottom: 30px;
}

.colores-not-found .section-subtitle p a {
	color: #a85638;
	font-weight: 600;
}

.colores-not-found .section-subtitle {
	padding: 0 30px;
}

.colores-not-found .colores-button {
	margin: 0 auto;
	display: table;
}

/* COLORES SPONSORS */

.colores-sponsors {
	max-width: 1140px;
	margin: 0 auto;
}

.colores-sponsors .section-title {
	text-align: center;
}

.colores-sponsors.block-regular {
	width: 100%;
	margin-top: 120px;
	margin-bottom: 120px;
}

.colores-sponsors .sponsor-logos {
	display: grid;
	grid-template-columns: repeat(4, 2fr);
	grid-gap: 15px;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 60px;
}

.colores-sponsors .single-logo {
	background-size: contain;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center center;
}

/* REGULAR PAGE STYLES */
.site-inner {
	padding-top: 80px;
}

.content {
	float: right;
}

.sidebar-primary .menu li a {
	color: #b1593e;
	font-weight: 600;
}
.sidebar-primary .menu .menu-item-has-children > a {
	display: block;
	font-size: 21px;
}

.sidebar-primary .menu .sub-menu {
	margin-left: 25px;
}

.sidebar-primary .menu .sub-menu li {
	margin: 0;
	display: inline-block;
	position: relative;
}

.sidebar-primary .menu .sub-menu .current-menu-item::before {
    content: "›";
    font-size: 30px;
    color: #b1593e;
    position: absolute;
    line-height: 32px;
    left: -25px;
}

.sidebar-primary .menu .sub-menu li a {
	font-size: 16px;
	display: block;
	padding: 6px 0;
}

.entry-header .entry-title {
	font-size: 32px;
    color: #a85638;
    font-weight: 600;
	margin-bottom: 30px;
}

.error404 .sidebar {
	display: none!important;
}
.error404 .content {
	width: 100%;
}

.site-header .wrap {
	max-width: 1340px;
}

/* FRONTPAGE MOBILE STYLES */
@media only screen and (max-width: 767px) {
	
	.colores-footer {
		text-align: center;
	}
	.colores-footer .one-fourth {
		margin-bottom: 30px;
	}
	.colores-footer .one-fourth:last-child {
		margin-bottom: 0;
	}
	
	.home .db-block {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.colores-not-found {
		padding: 60px 0;
		background: rgb(254, 251, 247);
		margin-top: 0;
	}
	
	.colores-posts .some-section {
		width: 100%;
	}
	
	.colores-posts .some-section > * {
		width: 100% !important;
	}
	
	.section-title {
		font-size: 26px;
	}
	
	.frontpage-box-content {
		padding: 40px;
	}
		
	.frontpage-box-buttons .button-left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.frontpage-box-buttons .button-right {
		width: 100%;
	}
	
	.home-featured {
		margin-bottom: 0;
	}
	
	.colores-text-lift {
		margin-bottom: 0;
	}
	
	.lift-image {
		width: 100%;
		height: 200px;
		margin-bottom: 30px;
	}
	.lift-content-wrapper {
		position: relative;
		width: 100%;
		transform: none;
		padding: 0;
	}
	
}

@media only screen and (min-width: 1340px) {
	.site-header .title-area {
		position: absolute;
		width: 200px;
	}
}

@media only screen and (max-width: 1340px) {
	
	.db-potilastarinat {
		width: 100%;
		margin-right: 0;
		float: left;
	}
	.potilas-sidebar {
		width: 100%;
		float: left;
	}
	
	.db-events .single-events::last-child {
		margin-bottom: 0px;
	}
	
	.db-events .section-title {
		margin-bottom: 30px;
	}
	
	.single-event .event-image {
		height: 180px;
	}
	
	.site-tagline-left p {
		margin-top: 20px;
	}
	
	.site-inner {
		padding-top: 40px;
	}
	
	.utility-bar-full {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.site-tagline {
		float: left;
		width: 100%;
	}

	.form-join .field-half {
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}

	.form-join .field-half:nth-child(odd) {
		padding-right: 0px;
	} 
	
	.site-header .wrap {
		max-width: 100%;
	}

	.site-header .site-title a {
		margin-top: 24px;
	}
	
	.home .site-inner {
		padding: 40px 0;
	}
	
	.site-header {
		margin-top: 35px;
	}
	
	.site-header .site-title a {
		background-position: center center!important;
	}
	
	.site-header .widget-area {
		padding: 10px 0;
		background-color: white;
	}
	
	.frontpage-box-content {
		width: 100%;
		height: auto;
	}
	
}

@media only screen and (min-width: 1450px) {
	
	.home .frontpage-box-content {
		width: auto;
	}
}
