/*
Theme Name: toimitilatraisio
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ttr
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/***********************************
	Resets
***********************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: 0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/***********************************


	Variables
	
	
***********************************/
/***********************************


	Mixins
	
	
***********************************/
/***********************************


	Buttons
	
	
***********************************/
a, a:visited, #et_builder_outer_content a {
  color: #45889e;
  text-decoration: none;
}

a:hover, #et_builder_outer_content a:hover {
  color: #000;
}

a, a:visited, a:active {
  outline: none !important;
}

.btn, .btn-small, .btn-xs, .et_section_specialty .et_pb_widget_area .menu a, .btn-primary, #et_builder_outer_content .btn, #et_builder_outer_content .btn-small, #et_builder_outer_content .btn-xs, #et_builder_outer_content .et_section_specialty .et_pb_widget_area .menu a, .et_section_specialty .et_pb_widget_area .menu #et_builder_outer_content a, #et_builder_outer_content .btn-primary, .et_pb_button,
.et_divi_builder #et_builder_outer_content .et_pb_button,
.btn:active,
.btn-small:active,
.btn-xs:active,
.et_section_specialty .et_pb_widget_area .menu a:active,
.btn-primary:active, #et_builder_outer_content .btn:active, #et_builder_outer_content .btn-small:active, #et_builder_outer_content .btn-xs:active, #et_builder_outer_content .et_section_specialty .et_pb_widget_area .menu a:active, .et_section_specialty .et_pb_widget_area .menu #et_builder_outer_content a:active, #et_builder_outer_content .btn-primary:active {
  background: none;
  padding: 15px 60px;
  color: #d97fb5 !important;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1.35 !important;
  font-weight: 700;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid #d97fb5;
  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.btn:after, .btn-small:after, .btn-xs:after, .et_section_specialty .et_pb_widget_area .menu a:after, .btn-primary:after, #et_builder_outer_content .btn:after, #et_builder_outer_content .btn-small:after, #et_builder_outer_content .btn-xs:after, #et_builder_outer_content .et_section_specialty .et_pb_widget_area .menu a:after, .et_section_specialty .et_pb_widget_area .menu #et_builder_outer_content a:after, #et_builder_outer_content .btn-primary:after, .et_pb_button:after,
.et_divi_builder #et_builder_outer_content .et_pb_button:after,
.btn:active:after,
.btn-small:active:after,
.btn-xs:active:after,
.et_section_specialty .et_pb_widget_area .menu a:active:after,
.btn-primary:active:after, #et_builder_outer_content .btn:active:after, #et_builder_outer_content .btn-small:active:after, #et_builder_outer_content .btn-xs:active:after, #et_builder_outer_content .et_section_specialty .et_pb_widget_area .menu a:active:after, .et_section_specialty .et_pb_widget_area .menu #et_builder_outer_content a:active:after, #et_builder_outer_content .btn-primary:active:after {
  content: "";
  display: none;
}

.btn.alt, .alt.btn-small, .alt.btn-xs, .et_section_specialty .et_pb_widget_area .menu a.alt, .alt.btn-primary, #et_builder_outer_content .btn.alt, #et_builder_outer_content .alt.btn-small, #et_builder_outer_content .alt.btn-xs, #et_builder_outer_content .et_section_specialty .et_pb_widget_area .menu a.alt, .et_section_specialty .et_pb_widget_area .menu #et_builder_outer_content a.alt, #et_builder_outer_content .alt.btn-primary {
  background: #45889e;
}

.btn:hover, .btn-small:hover, .btn-xs:hover, .et_section_specialty .et_pb_widget_area .menu a:hover, .btn-primary:hover, #et_builder_outer_content .btn:hover, #et_builder_outer_content .btn-small:hover, #et_builder_outer_content .btn-xs:hover, #et_builder_outer_content .et_section_specialty .et_pb_widget_area .menu a:hover, .et_section_specialty .et_pb_widget_area .menu #et_builder_outer_content a:hover, #et_builder_outer_content .btn-primary:hover, .et_pb_button:hover, .btn-xs:hover, .et_section_specialty .et_pb_widget_area .menu a:hover,
.et_divi_builder #et_builder_outer_content .et_pb_button:hover {
  background: #d97fb5 !important;
  padding: 15px 60px;
  border: 1px solid #d97fb5;
  color: #fff !important;
  -webkit-box-shadow: 0 0 35px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 35px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 35px 0px rgba(0, 0, 0, 0.35);
}

.btn:hover:after, .btn-small:hover:after, .btn-xs:hover:after, .et_section_specialty .et_pb_widget_area .menu a:hover:after, .btn-primary:hover:after, #et_builder_outer_content .btn:hover:after, #et_builder_outer_content .btn-small:hover:after, #et_builder_outer_content .btn-xs:hover:after, #et_builder_outer_content .et_section_specialty .et_pb_widget_area .menu a:hover:after, .et_section_specialty .et_pb_widget_area .menu #et_builder_outer_content a:hover:after, #et_builder_outer_content .btn-primary:hover:after, .et_pb_button:hover:after, .btn-xs:hover:after, .et_section_specialty .et_pb_widget_area .menu a:hover:after,
.et_divi_builder #et_builder_outer_content .et_pb_button:hover:after {
  content: "";
  display: none;
}

.btn:active, .btn-small:active, .btn-xs:active, .et_section_specialty .et_pb_widget_area .menu a:active, .btn-primary:active {
  color: #fff;
  background: #666 !important;
}

.btn-small {
  padding: 8px 25px !important;
  font-size: 19px !important;
}

.btn-xs, .et_section_specialty .et_pb_widget_area .menu a {
  padding: 6px 45px 6px 15px !important;
  font-size: 13px !important;
  border: none !important;
  font-weight: 500 !important;
}

.btn-xs:after, .et_section_specialty .et_pb_widget_area .menu a:after {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  width: 30px !important;
  font-size: 16px !important;
}

.btn-xs:hover, .et_section_specialty .et_pb_widget_area .menu a:hover {
  padding: 6px 50px 6px 10px !important;
  border: none !important;
}

.btn-xs:hover:after, .et_section_specialty .et_pb_widget_area .menu a:hover:after {
  width: 35px !important;
}

.btn-default, button, input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-block;
  background: #d97fb5;
  color: #fff;
  float: none;
  border: none;
  font-size: 15px;
  padding: 10px 40px;
  text-transform: uppercase !important;
  font-weight: 700;
  text-shadow: none;
  -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.btn-default:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background: #666;
  -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
}

.post-edit-link {
  background: #d97fb5;
  font-size: 16px;
  color: #fff !important;
  padding: 7px 15px;
}

.post-edit-link:hover {
  background: #000;
}

/***********************************


	Forms
	
	
***********************************/
#et_builder_outer_content input[type='text'], #et_builder_outer_content input[type='number'], #et_builder_outer_content input[type='email'], #et_builder_outer_content input[type='password'],
#et_builder_outer_content textarea, #et_builder_outer_content select {
  background: #fff;
  border: 1px solid #d9d6d6;
  text-align: left;
  height: auto;
  line-height: 20px;
  padding: 8px 10px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}

#et_builder_outer_content input[type='submit'] {
  background: #d97fb5;
  color: #fff;
  line-height: 20px;
  padding: 9px 20px;
  font-size: 16px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

#et_builder_outer_content input[type='submit']:hover {
  background: #444;
}

/***********************************


	Layout
	
	
***********************************/
body, html {
  font-family: "PT Sans", sans-serif;
  color: #2e2e2e;
  font-size: 18px;
  font-weight: 300;
  background: #fff url("img/bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  line-height: 1.35;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
}

#page {
  background: url("img/page-top.png") repeat-x top left;
}

.container, .content-container, .et_divi_builder #et_builder_outer_content .et_pb_row, .et_divi_builder #et_builder_outer_content .et_pb_with_background .et_pb_row {
  position: relative;
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.et_divi_builder #et_builder_outer_content .first.et_pb_section {
  padding-top: 0%;
}

.content-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pagebuilder .content-container {
  max-width: 100%;
  padding: 0;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

h1, h2, h3, h4, h5, fieldset legend {
  font-family: "PT Sans", sans-serif;
  color: #333;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4 !important;
}

h1 {
  font-size: 36px !important;
  margin-bottom: 30px !important;
}

h2 {
  font-size: 22px !important;
  margin-bottom: 10px !important;
  color: #45889e;
}

h3 {
  font-size: 20px !important;
  margin-bottom: 10px !important;
  color: #45889e;
}

h4 {
  font-size: 18px !important;
  margin-bottom: 10px !important;
}

p + h1, p + h2, p + h3, p + h4, p + h5,
ul + h1, ul + h2, ul + h3, ul + h4, ul + h5 {
  padding-top: 30px !important;
}

strong, .bold {
  font-weight: 700;
}

/***********************************


	Header
	
	
***********************************/
.site-header {
  position: relative;
  margin-bottom: 4%;
  z-index: 9;
}

.site-header .container {
  overflow: hidden;
}

.site-header .site-branding {
  display: block;
  overflow: hidden;
  float: left;
  width: 190px;
  padding-top: 33px;
  position: relative;
}

.site-header .site-branding .custom-logo-link {
  display: block;
}

.site-header .site-branding .custom-logo-link img {
  max-width: 100%;
}

.site-header .site-branding:after {
  position: absolute;
  right: 0;
  top: 35px;
  content: " ";
  height: 15px;
  width: 1px;
  background: #666;
}

.site-header .navi-container {
  position: relative;
  float: left;
  padding-top: 28px;
  padding-left: 13px;
}

.site-header .navi-container .main-navigation {
  clear: none;
}

.site-header .navi-container .main-navigation #primary-menu {
  clear: both;
}

.site-header .navi-container .main-navigation ul {
  display: block;
}

.site-header .navi-container .main-navigation ul li {
  display: inline-block;
  position: relative;
  float: left;
  padding: 0px 5px;
}

.site-header .navi-container .main-navigation ul li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #4b4b4b;
  padding: 5px 10px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.site-header .navi-container .main-navigation ul li a:hover {
  background: #45889e;
  color: #fff !important;
}

.site-header .navi-container .main-navigation ul li.current-menu-item a {
  color: #45889e;
}

.site-header .navi-container .main-navigation ul li:hover .sub-menu {
  left: 0px;
}

.site-header .navi-container .main-navigation ul .sub-menu {
  left: -9999px;
  position: absolute;
  background: #B11818;
  width: 200px;
  margin-right: 0;
  top: 70px;
  padding: 0px;
}

.site-header .navi-container .main-navigation ul .sub-menu li {
  float: none;
  border: 0;
  padding: 0px;
}

.site-header .navi-container .main-navigation ul .sub-menu li a {
  padding: 5px 20px;
  color: #fff;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
}

.site-header .navi-container .main-navigation ul .sub-menu li a:hover {
  color: #45889e;
}

.site-header .navi-container .main-navigation ul .sub-menu li a:after {
  display: none;
  content: "";
}

.site-header .navi-container .main-navigation .ul:after {
  content: "";
  display: table;
  clear: both;
}

.site-header .menu-toggle {
  display: none;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 36px;
  height: 36px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  background: #4b4b4b;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: none;
  cursor: pointer;
}

.site-header .menu-toggle span {
  display: block;
  position: absolute;
  top: 17px;
  left: 5px;
  right: 5px;
  height: 4px;
  background: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.site-header .menu-toggle span::before,
.site-header .menu-toggle span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: "";
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.site-header .menu-toggle span::before {
  top: -9px;
}

.site-header .menu-toggle span::after {
  bottom: -9px;
}

.site-header .menu-toggle:hover {
  background: #45889e;
}

.site-header .menu-toggle[aria-expanded="true"] span {
  background: none;
}

.site-header .menu-toggle[aria-expanded="true"] span::before {
  top: 0;
  transform: rotate(45deg);
}

.site-header .menu-toggle[aria-expanded="true"] span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.site-header .menu-toggle[aria-expanded="true"] span::before, .site-header .menu-toggle[aria-expanded="true"] span::after {
  transition-delay: 0s, 0.3s;
}

.site-header .menu-toggle:focus {
  outline: none;
}

.site-header .menu-toggle.is-active:hover span {
  background: none;
}

.site-header .lang-container {
  position: absolute;
  right: 15px;
  top: 28px;
}

.site-header .lang-container li {
  display: inline-block;
  line-height: 13px;
  border-left: 1px solid #666;
  padding: 0 10px 0 12px;
}

.site-header .lang-container li a {
  font-size: 13px;
  color: #4b4b4b;
  text-transform: uppercase;
}

.site-header .lang-container li a:hover {
  color: #45889e;
}

.site-header .lang-container li:first-child {
  border: none;
}

.site-header .lang-container li:last-child {
  padding-right: 0;
}

/***********************************


	Sidebars
	
	
***********************************/
.et_section_specialty .et_pb_widget_area .menu a {
  display: block;
  width: 100%;
  text-transform: none !important;
}

.et_section_specialty .et_pb_widget_area .menu a:after {
  background: rgba(255, 255, 255, 0.15) !important;
}

.et_section_specialty .et_pb_widget_area .menu .current-menu-item a {
  background: #d97fb5 !important;
}

/***********************************


	Content
	
	
***********************************/
/* Yleiset */
.hentry {
  margin: 0;
}

.hentry {
  margin: 0;
}

.entry-content {
  margin: 0;
}

.et_divi_builder #et_builder_outer_content .et_pb_section {
  padding: 4% 0 0;
}

.et_divi_builder #et_builder_outer_content .et_pb_row, .et_divi_builder #et_builder_outer_content .et_pb_with_background .et_pb_row {
  padding-bottom: 5%;
}

.et_divi_builder #et_builder_outer_content .et_pb_module h1 {
  margin-bottom: 30px;
}

.et_divi_builder #et_builder_outer_content .et_pb_module h1:after {
  width: 160px;
  height: 5px;
  content: " ";
  background: #81a1ac;
  display: block;
  margin: 50px auto 20px;
}

.et_divi_builder #et_builder_outer_content .et_pb_module h1, .et_divi_builder #et_builder_outer_content .et_pb_module h2, .et_divi_builder #et_builder_outer_content .et_pb_module h3, .et_divi_builder #et_builder_outer_content .et_pb_module h4, .et_divi_builder #et_builder_outer_content .et_pb_module h5, .et_divi_builder #et_builder_outer_content .et_pb_module h6 {
  margin-bottom: 20px;
  line-height: 1.2;
}

.et_divi_builder #et_builder_outer_content .et_pb_module h2, .et_divi_builder #et_builder_outer_content .et_pb_module h3 {
  /*margin-top: 50px;*/
}

.et_divi_builder #et_builder_outer_content .et_pb_gutters3 .et_pb_column_3_4 .et_pb_module, .et_divi_builder #et_builder_outer_content .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_module, .et_divi_builder #et_builder_outer_content .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module, .et_divi_builder #et_builder_outer_content .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_module {
  margin-bottom: 8%;
}

.et_divi_builder #et_builder_outer_content .et_pb_module h4 {
  color: #45889e !important;
}

.et_divi_builder #et_builder_outer_content .et_pb_row .et_pb_column_4_4 .et_pb_text_align_center p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text {
  max-width: 780px;
  margin: 0 auto;
}

.entry-content ul li,
.et_divi_builder #et_builder_outer_content .et_pb_module li {
  list-style-type: disc;
  margin-bottom: 20px;
  margin-left: 22px;
}

.et_divi_builder #et_builder_outer_content .et_pb_module.et_pb_post_title h1 {
  margin-bottom: 0;
}

#et_builder_outer_content p {
  padding-bottom: 1.7em;
}

/* hilite */
#hilite,
.et_divi_builder #et_builder_outer_content .et_pb_section#hilite {
  padding: 150px 0 2%;
}

#hilite .et_pb_column_1_2,
.et_divi_builder #et_builder_outer_content .et_pb_section#hilite .et_pb_column_1_2 {
  width: 50%;
  margin: 0;
  position: relative;
}

#hilite .et_pb_column_1_2 .et_pb_image,
.et_divi_builder #et_builder_outer_content .et_pb_section#hilite .et_pb_column_1_2 .et_pb_image {
  position: relative;
  z-index: 99;
}

#hilite .et_pb_column_1_2 #hilite-title,
.et_divi_builder #et_builder_outer_content .et_pb_section#hilite .et_pb_column_1_2 #hilite-title {
  background: rgba(129, 161, 172, 0.7);
  position: absolute;
  top: -150px;
  right: 0;
  z-index: 90;
  width: 110%;
  padding: 30px 10%;
  height: 87%;
}

#hilite .et_pb_column_1_2 #hilite-title h2,
.et_divi_builder #et_builder_outer_content .et_pb_section#hilite .et_pb_column_1_2 #hilite-title h2 {
  color: #fff;
  font-size: 41px !important;
  text-transform: none;
  line-height: 1.2 !important;
}

#hilite .et_pb_column_1_4,
.et_divi_builder #et_builder_outer_content .et_pb_section#hilite .et_pb_column_1_4 {
  width: 25%;
  margin: 0;
}

/* ctas */
#home-quick,
.et_divi_builder #et_builder_outer_content .et_pb_section#et_pb_column_1_2 {
  padding: 2% 0;
}

#home-quick .et_pb_row,
.et_divi_builder #et_builder_outer_content .et_pb_section#et_pb_column_1_2 .et_pb_row {
  padding-bottom: 0;
}

#home-quick .et_pb_promo,
.et_divi_builder #et_builder_outer_content .et_pb_section#et_pb_column_1_2 .et_pb_promo {
  display: table;
  width: 100%;
}

#home-quick .et_pb_promo_description,
.et_divi_builder #et_builder_outer_content .et_pb_section#et_pb_column_1_2 .et_pb_promo_description {
  display: none;
}

#home-quick .et_pb_button,
.et_divi_builder #et_builder_outer_content .et_pb_section#et_pb_column_1_2 .et_pb_button {
  width: 100%;
  height: 70px;
  display: table-cell;
  vertical-align: middle;
}

/*****************************
 
  Formit
 
*****************************/
#tarjouspyynnot {
  border: 1px solid #ddd !important;
  padding: 25px !important;
}

textarea {
  height: 200px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ninja-forms-cont .ninja-forms-required-items,
.et_divi_builder #et_builder_outer_content .ninja-forms-cont .ninja-forms-required-items {
  margin-bottom: 20px;
  display: none;
}

.ninja-forms-cont li,
.et_divi_builder #et_builder_outer_content .ninja-forms-cont li {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 7px;
}

.ninja-forms-cont .ninja-forms-response-msg div,
.et_divi_builder #et_builder_outer_content .ninja-forms-cont .ninja-forms-response-msg div {
  border: 1px solid #1A88FC;
  margin-bottom: 20px;
  padding: 10px;
  max-width: 700px;
  display: inline-block;
}

.ninja-forms-cont .ninja-forms-error-msg div,
.et_divi_builder #et_builder_outer_content .ninja-forms-cont .ninja-forms-error-msg div {
  border-color: #d97fb5;
  color: #d97fb5;
}

.ninja-forms-cont .field-wrap,
.et_divi_builder #et_builder_outer_content .ninja-forms-cont .field-wrap {
  margin-bottom: 10px;
}

.ninja-forms-cont .field-wrap label,
.et_divi_builder #et_builder_outer_content .ninja-forms-cont .field-wrap label {
  font-size: 92%;
}

.ninja-forms-cont .field-wrap .ninja-forms-field,
.et_divi_builder #et_builder_outer_content .ninja-forms-cont .field-wrap .ninja-forms-field {
  font-size: 92%;
}

.ninja-forms-cont .field-wrap input[type="submit"],
.et_divi_builder #et_builder_outer_content .ninja-forms-cont .field-wrap input[type="submit"] {
  font-size: 15px;
}

.ninja-forms-cont .field-wrap .ninja-forms-field-error,
.et_divi_builder #et_builder_outer_content .ninja-forms-cont .field-wrap .ninja-forms-field-error {
  display: none;
}

.ninja-forms-cont .field-wrap.label-left label,
.et_divi_builder #et_builder_outer_content .ninja-forms-cont .field-wrap.label-left label {
  display: inline-block;
  width: 220px;
  vertical-align: top;
  padding-top: 7px;
  margin-right: 10px;
}

.ninja-forms-cont .field-wrap.label-left .ninja-forms-field,
.et_divi_builder #et_builder_outer_content .ninja-forms-cont .field-wrap.label-left .ninja-forms-field {
  max-width: 400px;
  width: 100%;
  margin: 0;
}

.ninja-forms-cont textarea,
.et_divi_builder #et_builder_outer_content .ninja-forms-cont textarea {
  height: 200px;
}

.ninja-forms-cont .list-checkbox-wrap.label-left ul,
.et_divi_builder #et_builder_outer_content .ninja-forms-cont .list-checkbox-wrap.label-left ul {
  max-width: 400px;
  width: 100%;
}

.ninja-forms-cont .list-checkbox-wrap.label-left ul li,
.et_divi_builder #et_builder_outer_content .ninja-forms-cont .list-checkbox-wrap.label-left ul li {
  float: none;
  text-align: left;
}

.ninja-forms-cont .list-checkbox-wrap.label-left ul li label,
.et_divi_builder #et_builder_outer_content .ninja-forms-cont .list-checkbox-wrap.label-left ul li label {
  width: 100%;
  margin-right: 0;
  padding: 0;
}

.ninja-forms-cont .list-checkbox-wrap.label-left ul li .ninja-forms-field,
.et_divi_builder #et_builder_outer_content .ninja-forms-cont .list-checkbox-wrap.label-left ul li .ninja-forms-field {
  width: auto;
  margin: 5px 15px 0 0;
}

/***********************************


	Footer
	
	
***********************************/
.site-footer {
  position: relative;
  text-align: center;
  color: #606060;
  font-size: 16px;
  padding: 3% 0;
  overflow: hidden;
}

/***********************************
	Media queries
***********************************/
@media screen and (max-width: 1280px) {
  h1 {
    font-size: 33px  !important;
  }
  h2 {
    font-size: 23px !important;
  }
  h3 {
    font-size: 19px !important;
  }
  h4 {
    font-size: 18px !important;
  }
  .main-navigation ul li {
    padding: 0px 5px;
  }
  .main-navigation ul .sub-menu li {
    padding: 3px 5px;
  }
  /* hilite */
  #hilite,
  .et_divi_builder #et_builder_outer_content .et_pb_section#hilite {
    padding: 150px 0 2%;
  }
  #hilite .et_pb_column_1_2 #hilite-title h2,
  .et_divi_builder #et_builder_outer_content .et_pb_section#hilite .et_pb_column_1_2 #hilite-title h2 {
    font-size: 36px !important;
    line-height: 1.1 !important;
  }
}

@media screen and (min-width: 981px) {
  #site-navigation {
    display: block !important;
  }
}

@media screen and (max-width: 980px) {
  html, body {
    font-size: 16px;
  }
  /** Buttons **/
  .btn, .btn-small, .btn-xs, .et_section_specialty .et_pb_widget_area .menu a, .btn-primary, #et_builder_outer_content .btn, #et_builder_outer_content .btn-small, #et_builder_outer_content .btn-xs, #et_builder_outer_content .et_section_specialty .et_pb_widget_area .menu a, .et_section_specialty .et_pb_widget_area .menu #et_builder_outer_content a, #et_builder_outer_content .btn-primary,
  .et_divi_builder #et_builder_outer_content .et_pb_button {
    font-size: 15px;
  }
  .btn-small {
    font-size: 14px !important;
  }
  .btn-xs, .et_section_specialty .et_pb_widget_area .menu a {
    font-size: 13px !important;
  }
  .et_divi_builder #et_builder_outer_content .et_pb_section {
    padding: 5% 0 0;
  }
  .et_divi_builder #et_builder_outer_content .et_pb_section.et_section_specialty {
    padding: 4% 10px;
  }
  .et_divi_builder #et_builder_outer_content .et_pb_row, .et_divi_builder #et_builder_outer_content .et_pb_with_background .et_pb_row {
    padding-bottom: 6%;
  }
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 22px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  h4 {
    font-size: 17px !important;
  }
  .et_divi_builder #et_builder_outer_content .et_pb_with_background .et_pb_row {
    width: 100%;
  }
  .site-header .site-branding:after {
    content: "";
    display: none;
  }
  .site-header .navi-container {
    float: none;
    width: 100%;
    padding: 25px 0;
    clear: both;
  }
  .site-header .navi-container .main-navigation {
    width: 100%;
    float: none;
    clear: both;
    margin: 0;
    display: none;
    padding: 10px 0px;
    margin-top: 0px;
  }
  .site-header .navi-container .main-navigation.toggled {
    background: rgba(255, 255, 255, 0.5);
  }
  .site-header .navi-container .main-navigation ul {
    display: block;
  }
  .site-header .navi-container .main-navigation ul li {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
  .site-header .navi-container .main-navigation ul li a {
    padding: 7px 0;
    display: block;
  }
  .site-header .navi-container .main-navigation ul li a:after {
    display: none;
    content: "";
  }
  .site-header .navi-container .main-navigation ul li .sub-menu {
    float: none;
    left: 0;
    position: relative;
    width: 100%;
    top: 0;
    padding: 0 0 5px;
    box-shadow: none;
  }
  .site-header .navi-container .main-navigation ul li .sub-menu li {
    padding: 0px;
  }
  .site-header .navi-container .main-navigation ul li .sub-menu li a {
    width: 100%;
    color: #ffbebe;
  }
  .site-header .navi-container .main-navigation.toggled {
    display: block;
  }
  .site-header .menu-toggle {
    display: block;
    margin-left: 10px;
    margin-top: 22px;
    float: left;
  }
  /* hilite */
  #hilite,
  .et_divi_builder #et_builder_outer_content .et_pb_section#hilite {
    padding: 150px 0 2%;
  }
  #hilite .et_pb_row,
  .et_divi_builder #et_builder_outer_content .et_pb_section#hilite .et_pb_row {
    overflow: visible;
  }
  #hilite .et_pb_column_1_2,
  .et_divi_builder #et_builder_outer_content .et_pb_section#hilite .et_pb_column_1_2 {
    width: 50% !important;
    float: left;
  }
  #hilite .et_pb_column_1_2 #hilite-title h2,
  .et_divi_builder #et_builder_outer_content .et_pb_section#hilite .et_pb_column_1_2 #hilite-title h2 {
    font-size: 32px !important;
  }
  #hilite .et_pb_column_1_4,
  .et_divi_builder #et_builder_outer_content .et_pb_section#hilite .et_pb_column_1_4 {
    width: 25% !important;
    float: left;
  }
}

@media screen and (max-width: 782px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section {
    padding: 6.5% 0 0;
  }
  .et_divi_builder #et_builder_outer_content .et_pb_row, .et_divi_builder #et_builder_outer_content .et_pb_with_background .et_pb_row {
    padding-bottom: 6.5%;
  }
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  h4 {
    font-size: 16px !important;
  }
  /* hilite */
  #hilite .et_pb_column_1_2 #hilite-title h2,
  .et_divi_builder #et_builder_outer_content .et_pb_section#hilite .et_pb_column_1_2 #hilite-title h2 {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 568px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section {
    padding: 7% 0 0;
  }
  .et_divi_builder #et_builder_outer_content .et_pb_row, .et_divi_builder #et_builder_outer_content .et_pb_with_background .et_pb_row {
    padding-bottom: 7%;
  }
  h1 {
    font-size: 28px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  h4 {
    font-size: 16px !important;
  }
  /* hilite */
  #hilite,
  .et_divi_builder #et_builder_outer_content .et_pb_section#hilite {
    padding: 0 0 2%;
  }
  #hilite .et_pb_column_1_2,
  .et_divi_builder #et_builder_outer_content .et_pb_section#hilite .et_pb_column_1_2 {
    width: 100% !important;
    float: none;
  }
  #hilite .et_pb_column_1_2 #hilite-title,
  .et_divi_builder #et_builder_outer_content .et_pb_section#hilite .et_pb_column_1_2 #hilite-title {
    position: relative;
    top: 0;
    height: auto;
    width: 100%;
    padding: 25px;
    right: auto;
    left: 0;
    margin: 0;
  }
  #hilite .et_pb_column_1_2 #hilite-title h2,
  .et_divi_builder #et_builder_outer_content .et_pb_section#hilite .et_pb_column_1_2 #hilite-title h2 {
    font-size: 28px !important;
  }
  #hilite .et_pb_column_1_2 .et_pb_image,
  .et_divi_builder #et_builder_outer_content .et_pb_section#hilite .et_pb_column_1_2 .et_pb_image {
    margin: 0;
  }
  #hilite .et_pb_column_1_4,
  .et_divi_builder #et_builder_outer_content .et_pb_section#hilite .et_pb_column_1_4 {
    width: 50% !important;
  }
}

@media screen and (max-width: 480px) {
  html, body {
    font-size: 15px;
  }
  /** Buttons **/
  .btn, .btn-small, .btn-xs, .et_section_specialty .et_pb_widget_area .menu a, .btn-primary, #et_builder_outer_content .btn, #et_builder_outer_content .btn-small, #et_builder_outer_content .btn-xs, #et_builder_outer_content .et_section_specialty .et_pb_widget_area .menu a, .et_section_specialty .et_pb_widget_area .menu #et_builder_outer_content a, #et_builder_outer_content .btn-primary,
  .et_divi_builder #et_builder_outer_content .et_pb_button {
    font-size: 14px;
  }
  .btn-small {
    font-size: 13px !important;
  }
  .btn-xs, .et_section_specialty .et_pb_widget_area .menu a {
    font-size: 12px !important;
  }
  .et_divi_builder #et_builder_outer_content .et_pb_section {
    padding: 8% 0 0;
  }
  .et_divi_builder #et_builder_outer_content .et_pb_row, .et_divi_builder #et_builder_outer_content .et_pb_with_background .et_pb_row {
    padding-bottom: 8%;
  }
  h1 {
    font-size: 26px !important;
  }
  h2 {
    font-size: 18px !important;
  }
  h3 {
    font-size: 16px !important;
  }
  h4 {
    font-size: 15px !important;
  }
  .site-header .container {
    padding-top: 30px;
  }
  .site-header .menu-toggle {
    float: right;
  }
  .site-header .lang-container {
    top: 10px;
    right: auto;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .et_divi_builder #et_builder_outer_content .et_pb_slide_description, .et_divi_builder #et_builder_outer_content .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 16% 0;
  }
}

@media screen and (max-width: 320px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section {
    padding: 10% 0 0;
  }
  .et_divi_builder #et_builder_outer_content .et_pb_row, .et_divi_builder #et_builder_outer_content .et_pb_with_background .et_pb_row {
    padding-bottom: 10%;
  }
  h1 {
    font-size: 24px !important;
  }
  h2 {
    font-size: 18px !important;
  }
  h3 {
    font-size: 15px !important;
  }
  h4 {
    font-size: 15px !important;
  }
}
