/*
Theme Name: SATUHASSI
Author: Betamies Oy | Sivustoja ammattimaisella otteella
Author URI: https://betamies.fi
Template: anaglyph
Description: Teeman kustomointi Betamies.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: anaglyph

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* ============================================================== */
/* ============================================================== */
/* = PERUSSÄÄTÖ
/* ============================================================== */
/* ============================================================== */

.site-main {
    /*padding-top: 0 !important;
    margin-top: 0 !important;*/
}
section.block {
    padding: 50px 0;
}
.sub-page .block {
    padding: 50px 0;
}

.post-edit-link {
    display: none;
}

.btn.btn-color-primary, .btn.btn-default {
    color: #fff;
    background-color: #222;
    border-color:#222;
    border-radius:2px;
    margin: 6px 0;
}
.btn.btn-color-primary:hover, .btn.btn-default:hover {
    color: #fff;
    background-color: #222;
    border-color:#222;
    border-radius:2px;
}
.protected-form {
    background-color: #fff;
    display: block;
    float: left;
    margin: 0 0 20px;
    padding: 60px 60px;
    width: 100%;
}
.protected-form .element-box {
    width:100%;
    height: calc(100vh - 524px);
    max-width:360px;
    display:block;
    margin:20px auto 0;
}
.protected-form .btn.btn-color-primary{
    font-size:16px;
    width: 100%;
}
.protected-form .element-box input[type="password"]{
    margin-bottom: 0px;
}
.pull-none {
    float: none !important;
}


.slogan2 p{
    font-size: 12px !important;
    line-height: 1.4;
    padding-top:140px;
    color:#999;
}


/* = NAVI
/* ============================================================== */

.navigation-wrapper {
    background-color: #fff !important;
    border-bottom: 1px solid rgba(0,169,233,0.09);
}
.container > .navbar-header {
    display: flex;
    justify-content: center;
    float: none;
    margin-top:3px;
}
.navigation-wrapper .navigation .navbar .navbar-brand {
    margin-top: 200px !important;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
    text-align: center;
}
.navigation-wrapper .navigation .navbar .navbar-brand h1.site-title {
    color: #39b44a;
}
.navigation-wrapper .navigation .navbar .navbar-brand h2.site-description{
    color: #39b44a;
}
.navigation-wrapper .navigation .navbar .navbar-collapse {
    display: flex !important;
    top: 8.5px !important;
    padding-left: 0 !important;
    padding-bottom: 14px !important;
}
.navbar-toggle {
    display: none !important;
}
.navbar-right {
    justify-content: center;
    float: none !important;
}
.navigation-wrapper .navigation .nav li .child-navigation::after {
    border-color: transparent transparent #6A8E94 transparent;
}
.navigation-wrapper .navigation .nav li a::after {
    width: 50px;
}


/* = MURUPOLKU
/* ============================================================== */

.breadcrumb {
    padding: 10px 0;
    margin-top: 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent !important;
    border-radius: 0 !important;
    text-align: center;
}
.breadcrumb ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px !important;
    font-weight: 300;
}
.breadcrumb .trail-end{
    color:#222 !important;
    font-weight: 400;
}
.breadcrumb .trail-begin{
    color:#222 !important;
    font-weight: 300;
}
.breadcrumb .trail-begin:hover{
    color:#222 !important;
    font-weight: 300;
}
.breadcrumb > li + li::before {
    content: ">\00a0";
    padding: 0 5px;
    color: #222;
}

/* = MUUT ASETUKSET
/* ============================================================== */

p {
    margin: 28px 0;
}

h1, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6    {
    margin: 10px 0 10px 0;
}

a{
    color:#579E14;
}
a:hover{
    color:#222;
    text-decoration: none;
}
.entry-content a{
    color:#579E14;
}
.entry-content a:hover{
    color:#222;
}
section a, #page-footer a {
    color: #579E14;
}
section a:hover, #page-footer a:hover {
    color: #222;
}
b, strong{
    font-weight: 700;
}
small{
    font-size:13px;
    color: #999;
}

.reset-margin {
    margin: 0 !important;
}

hr {
    border-top: 1px solid #444;
    margin-top: 40px;
    margin-bottom: 40px;
}
#page .tag {
    padding: 4px 10px;
    margin: 3px 1px;
    border-radius: 6px;
}

/* = OTSIKKO
/* ============================================================== */

.sub-page #page-title {
    display: none;
    
}
.sub-page #page-title .title {
    
}
.sub-page #page-title .title h1 {
    word-break: break-word;
}


/* = VALINTA VÄRI
/* ============================================================== */

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

/* = LAINAUS
/* ============================================================== */

blockquote {
    padding: 30px;
    font-size: 14px;
    background-color: transparent;
    border-left: 1px solid #222;
}
blockquote p {
    font-size: 14px;
    font-style: italic;
    text-align: left;
    color:#444;
}
blockquote a {
    font-size: 14px;
    font-style: italic;
}
blockquote::before {
    display: inline-block;
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-size:40px;
    color:#222;
    margin-left:0px;
    margin-right:5px;
}
blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #444;
}

/* = HEADER
/* ============================================================== */

.lippu{
    border:1px solid #eee;
    border-radius: 4px;
    margin:2px;
}

/* ============================================================== */
/* = SIVUPALKKI
/* ============================================================== */

.sidebar{
    padding:10px;
    margin-bottom: 20px;
}

.widget-area .widget-title {
    border-bottom:1px dotted #222;
    color: #222;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0px;
    padding:10px;
    line-height: 1;
    background-color: transparent;
    text-transform: uppercase;
}
.widget h3.widget-title {
    margin-bottom: 10px;
    margin-top: 10px;
}
.widget-area li {
    font-size: 14px;
    color:#222;
}
.widget-area aside {
    margin-bottom: 0px;
}
.widget-area aside ul li {
    padding: 10px;
    border-bottom:1px dotted #222;
}
.widget-area a {
    color:#222;
    font-size: 16px;
    text-transform: normal;
}
.widget-area a:hover {
    color:#222;
}
.widget-area p {
    color:#222;
}
.widget-area h4 {
    padding: 10px 0 0 0;
    color:#222;
}
.widget-area h3 {
    color:#222;
    font-weight: 100;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0 10px;
}

/* = TWITTER
/* ============================================================== */

#ctf {
    overflow-y: auto;
    -ms-overflow-y: auto;
    padding: 20px;
    border-radius: 6px;
}
#ctf.ctf-super-narrow .ctf-header-user {
    padding: 12px !important;
}
#ctf .ctf-header-img {
    float: left;
    position: relative;
    width: 48px;
    margin: 10px 0 0 -97% !important;
    overflow: hidden;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
#ctf .ctf-twitterlink {
    margin-top: 0em;
    line-height: 1.2em;
    font-size: .8em;
}   

/* = BLOGI
/* ============================================================== */

.blog-posts{
    
}
.blog-post .date-circle {
    margin: 16px;
    display: none;
}
.blog-post {
    margin-bottom:18px;
}
.sub-page .blog-post {
    margin-bottom: 26px;
}
.blog-post .blog-post-content {
    padding: 20px;
    background-color: #fff;
    border:1px solid #eee;
    border-radius: 6px;
}
.blog-post .blog-post-content .divider {
    width: 100%;
    display: none;
    visibility: collapse;
}
.blog-post .blog-post-content .background-color-secondary {
    /*background-color: #fff;*/
}
.blog-post .blog-post-content .read-more {
    text-align: center;
    width:100%;
    display: none;
}
.blog-post .blog-post-content .read-more a {
    background-color: #222;
    color:#fff;
    padding:10px 30px;
}
.blog-post .blog-post-content .read-more a:hover {
    background-color: #222;
    color:#fff;
    padding:10px 30px;
}
.entry-content .post-header h1, .single #blog-post h2 {
    font-size: 40px;
    margin-bottom: 6px;
}
.blog-post .blog-post-content h4 {
    line-height: 1.4;
    padding: 0 20px;
    font-size: 20px;
    color:#579e14;
}
.blog-post .blog-post-content h4 a{
    
}
.blog-post .blog-post-content h4 a:hover{
    
}
.blog-post .blog-post-content p {
    color:#222;
    padding: 0 20px 20px 20px;
}
.no-tags, .no-author {
    padding: 0;
}
.blog-post .blog-post-content .author {
    font-size: 14px;
    margin-bottom: 10px;
    opacity: 0.75;
    padding:0 20px 0 20px;
    color:#222;
}

.blog-post .blog-post-content h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding:0 20px;
    font-size: 30px;
    color:#222;
    text-transform: uppercase;
}
.post-header h1, .single #blog-post h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.entry-summary img {
    width:100%;
    height: auto;
    border:none !important;
}


/* = YKSITTÄINEN BLOGI
/* ============================================================== */

.single .col-md-8, .single .col-md-4 {
    
}
.single #blog-post .entry-content {
}
.single #blog-post .entry-content .post-header h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}
.single #blog-post h3 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
    text-transform: initial;
    line-height: 1.3;
}
.single p {
    color: #222;
}
.single .post-info{
    vertical-align: middle;
    text-align: center;
    color:#222;
    padding: 10px 0 0;
    margin: 0;
}
.single .post-info a{
    color:#222;
}
.single .post-info a:hover{
    color:#222;
}
.single hr {
    display:none;
}
#comments h3{
    font-size: 16px !important;
    font-weight: 100 !important;
}

/* = META
/* ============================================================== */

.kustom-meta {
    font-size: 12px;
    margin: 20px 0 20px 20px;
    opacity: 1;
    padding: 0;
    font-style: italic;
    color: #333;
    text-align: left;
}
.kustom-meta-author::before {
    content: "\f508";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size:14px;
    color:#579e14; 
    margin-left:0px;
    margin-right:5px;
}
.kustom-meta-date::before {
    content: "\f017";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size:14px;
    color:#579e14; 
    margin-left:0px;
    margin-right:5px;
}
.kustom-meta-kat::before {
    content: "\f07c";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size:14px;
    color:#579e14; 
    margin-left:10px;
    margin-right:5px;
}
.kustom-meta-com::before {
    content: "\f086";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size:14px;
    color:#579e14; 
    margin-left:10px;
    margin-right:5px;
}


/* = FOOTER
/* ============================================================== */

.pull-left {
    float:none !important;
}
footer#page-footer, footer#page-footer p {
    font-size: 14px !important;
}
#page-footer #footer-bottom {
    padding: 16px 0;
    margin-bottom: 0px;
}
#page-footer #footer-bottom .copyright {
    margin-top: 0;
}
#footer-bottom .background {
    background-color: #121212 !important;
}
#footer-bottom {
    color: #ffffff !important;
}
#footer-bottom a {
    color: #ffffff !important;
}
#footer-bottom a:hover {
    color: #0077be !important;
}

/* = LOMAKE
/* ============================================================== */

/*
.yksi-puolikas,
.yksi-kolmannes {
    position: relative;
    margin-right: 4%;
    float: left;
    margin-bottom: 0px;
}
.yksi-puolikas { width: 48%; }
.yksi-kolmannes { width: 30.66%; }
 
.viimeinen {
    margin-right: 0 !important;
    clear: right;
}

.wpcf7-form{
     
}
.wpcf7-form label{
    font-size: 16px;
    font-weight: 400;
    color:#333;
    margin-bottom: 6px;
}
.wpcf7-list-item-label{
    font-size: 16px;
    font-weight: 400;
    margin-left: -2px !important;
    margin-right: 4px !important;
    color:#333;
}
input.wpcf7-form-control.wpcf7-submit {
    display: block !important;
    margin: 20px auto 0 auto !important;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    position: relative;
    background: #0082b4;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    float: none;
    margin: 20px auto 0 auto;
    padding:16px;
    width: 300px;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3;
    -khtml-border-radius: 3;
    -webkit-transition: all .32s ease-out;
    -moz-transition: all .32s ease-out;
    -o-transition: all .32s ease-out;
    transition: all .32s ease-out;
    z-index: 1;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
    background: #000 none repeat scroll 0 0 !important;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;

}
.wpcf7-form .wpcf7-form-control.wpcf7-submit:focus {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
}

span.wpcf7-not-valid-tip {
    display: block;
    background:#f00 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    padding: 10px 0px;
    margin: -10px auto 10px auto !important;
    text-align: center;
    width: 70% !important;
}
span.wpcf7-not-valid-tip {
    position: relative;
    background: #f00;
}
span.wpcf7-not-valid-tip:after {
    top: 50%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(17, 17, 17, 0);
    border-bottom-color: #f00;
    border-width: 10px;
    margin-left: -10px;
}

div.wpcf7-mail-sent-ok {
    background: rgba(50,205,50, .5);
    border-left: 6px solid #000;
    border-top:none;
    border-right:none;
    border-bottom:none;
    color: #000;
    font-size:16px;
    font-weight:500;
    text-align:center;
    padding:10px;
    margin: -16px auto 30px auto !important;
    width:70%;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: rgba(50,205,50, .5);
    border-left: 6px solid #000;
    border-top:none;
    border-right:none;
    border-bottom:none;
    color: #000;
    font-size:16px;
    font-weight:500;
    text-align:center;
    padding:10px;
    margin: -16px auto 30px auto !important;
    width:70%;
}

div.wpcf7-validation-errors {
    background: rgba(255,0,0,.5);
    border-left: 6px solid #f00;
    border-top:none;
    border-right:none;
    border-bottom:none;
    color: #fff;
    font-size:16px;
    font-weight:500;
    text-align:center;
    padding:10px;
    margin: -16px auto 30px auto !important;
    width:70%;
}
div.wpcf7-spam-blocked {
    background: rgba(255,0,0,.5);
    border-left: 6px solid #f00;
    border-top:none;
    border-right:none;
    border-bottom:none;
    color: #fff;
    font-size:16px;
    font-weight:500;
    text-align:center;
    padding:10px;
    margin: -16px auto 30px auto !important;
    width:70%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    background: rgba(255,0,0,.5);
    border-left: 6px solid #f00;
    border-top:none;
    border-right:none;
    border-bottom:none;
    color: #fff;
    font-size:16px;
    font-weight:500;
    text-align:center;
    padding:10px;
    margin: -16px auto 30px auto !important;
    width:70%;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 8px 6px 0 0 !important;
}
.wpcf7-form label{
    font-size: 16px;
    font-weight: 400;
    color:#333;
    margin-bottom: 6px;
    margin-top: 12px;
    width: 100%;
}
.wpcf7-list-item-label{
    font-size: 16px;
    font-weight: 400;
    color:#333;
    width: 100%;
}

.wpcf7-form input[type="radio"], .wpcf7-form input[type="checkbox"] {
    position: relative;
    line-height: normal;
    margin: -4px 4px 0 0;
    padding: 6px;
    border-radius:none !important;
    border:2px solid #333 !important;
    vertical-align:middle;
    
    -ms-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -o-transform: scale(1.1);
    
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    
} 
.wpcf7-form input[type="checkbox"]:checked {
    background-color:#0082b4;
    border:2px solid #333 !important;
}
div.wpcf7 input[type="file"] {
    cursor: pointer;
    margin-top: 6px;
    margin-bottom: 12px;

    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
.wpcf7-form input[type="date"]{
    color:#333;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

div.wpcf7 .ajax-loader {
    background-image: url('https://SIVUSTO/wp-content/themes/TEEMA/kuvat/ajax-loader.gif');
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    margin:10px auto 4px auto !important;
}

.valinnat{
    display: inline-block;
    background-color: #fff;
    border:1px solid #ddd;
    padding: 14px 14px 18px 14px;
    margin-bottom: 4px;
    width: 100%;
}
.wpcf7-form-control-wrap {
    position: relative;
    margin: 10px 0;
}
*/

/* = KOMMENTOINTI
/* ============================================================== */

#respond{
    position: relative;
    float: left;
    background-color: #f9f9f9;
    padding:24px;
    width: 100%;
}

#reply-form input[type="text"], #reply-form input[type="email"], #reply-form textarea{
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(200,200,200,1);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -khtml-border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    margin-top: 8px;
    margin-bottom: 8px;
    min-height: 20px;
    outline: medium none;
    padding: 8px;
    width: 100%;
    transition: all 0.4s ease 0s;

    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

#reply-form input[type="submit"]{
    background-color: #579E14;
    font-size: 18px;
    border: 1px solid #579E14;
}
#reply-form input[type="submit"]:hover{
    background-color: #222;
    font-size: 18px;
    border: 1px solid #222;
}

/* = TEEMAN LOMAKE
/* ============================================================== */

.site .site-main input[type="text"], .site .site-main input[type="email"], .site .site-main input[type="url"], .site .site-main input[type="password"], .site .site-main input[type="tel"], .site .site-main textarea {
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(200,200,200,1);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -khtml-border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    margin-top: 8px;
    margin-bottom: 8px;
    min-height: 20px;
    outline: medium none;
    padding: 8px;
    transition: all 0.4s ease 0s;

    /*-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);*/

    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

.site .site-main input[type="text"]:hover, .site .site-main input[type="email"]:hover, .site .site-main input[type="search"]:hover, .site .site-main input[type="url"]:hover, .site .site-main input[type="password"]:hover, .site .site-main input[type="tel"]:hover, .site .site-main textarea:hover {
    background-color: rgba(255, 255, 255, 1);
    border-color: #222;
    color: #222;
}
.site .site-main input[type="text"]:active, .site .site-main input[type="email"]:active, .site .site-main input[type="search"]:active, .site .site-main input[type="url"]:active, .site .site-main input[type="password"]:active, .site .site-main input[type="tel"]:active, .site .site-main textarea:active {
    background-color: rgba(255, 255, 255, 1);
    border-color: #222;
    color: #222;
}
.site .site-main input[type="text"]:focus, .site .site-main input[type="email"]:focus, .site .site-main input[type="search"]:focus, .site .site-main input[type="url"]:focus, .site .site-main input[type="password"]:focus, .site .site-main input[type="tel"]:focus, .site .site-main textarea:focus {
    background-color: rgba(255, 255, 255, 1);
    border-color: #222;
    color: #222;
}

footer input[type="text"], footer input[type="email"], footer input[type="search"], footer input[type="tel"], footer textarea, footer .captcha-inner {
    position: relative;
    background-color: rgba(220, 220, 220, 0.25);
    border: 2px solid rgba(255,255,255,1);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -khtml-border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 8px;
    min-height: 20px;
    outline: medium none;
    padding: 8px;
    transition: all 0.4s ease 0s;

    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
.site-main input[type="date"] {
    position: relative;
    background-color: rgba(220, 220, 220, 0.15);
    color: #222;
    border: 2px solid rgba(255,255,255,1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -khtml-border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 0px;
    min-height: 10px;
    outline: medium none;
    padding: 10px;
    text-align: center;
    transition: all 0.4s ease 0s;

    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

.contact-form label {
    display: block;
    float: none;
    font-size: 16px;
    color:#222;
    font-weight: 400;
    margin-bottom: 6px;
    margin-top: 12px;
}
.contact-form input[type="submit"]{
    float:right;
    margin-bottom:6px;
}

/* ================================================================== */
/* ================================================================== */
/* = SÄÄDETÄÄN SITÄ MUKAUTUVUUTTA
/* ================================================================== */
/* ================================================================== */

/* = RESPONSIVE MAX 1980
/* ================================================================== */

@media handheld, only screen and (max-width: 1600px), only screen and (max-device-width: 1600px){

    html,
    body {
      overflow-y: visible !important;
    }
    

}

/* = RESPONSIVE MAX 1440
/* ============================================================== */
@media handheld, only screen and (max-width: 1440px), only screen and (max-device-width: 1440px){


}

/* = RESPONSIVE MAX 1366
/* ============================================================== */
@media handheld, only screen and (max-width: 1366px), only screen and (max-device-width: 1366px){
    

}

/* = RESPONSIVE MAX 1280
/* ============================================================== */
@media handheld, only screen and (max-width: 1280px), only screen and (max-device-width: 1280px){
    
    div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok, div.wpcf7-spam-blocked {
        width:100%;
    }
    
}

/* = RESPONSIVE MAX 1024
/* ============================================================== */
@media handheld, only screen and (max-width: 1024px), only screen and (max-device-width: 1024px){


    /* = NAVI
    /* ============================================================== */

    .navigation-wrapper .navigation .navbar .navbar-collapse {
        display: none !important;
    }
    .navigation-wrapper .navigation {
        padding: 0 !important;
    }
    
}

/* = RESPONSIVE MAX 992
/* ============================================================== */
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px){

    
}

/* = RESPONSIVE MAX 834
/* ============================================================== */
@media handheld, only screen and (max-width: 834px), only screen and (max-device-width: 834px){


}

/* = RESPONSIVE MAX 800
/* ============================================================== */
@media handheld, only screen and (max-width: 800px), only screen and (max-device-width: 800px){

    
}


/* = RESPONSIVE MAX 768 (iPad)
/* ============================================================== */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px){


}


/* = RESPONSIVE (PUHELIMET)
/* ============================================================== */
@media handheld, only screen and (max-width: 320px), only screen and (max-device-width: 320px)
               , only screen and (max-width: 324px), only screen and (max-device-width: 324px)
               , only screen and (max-width: 360px), only screen and (max-device-width: 360px)
               , only screen and (max-width: 375px), only screen and (max-device-width: 375px)
               , only screen and (max-width: 390px), only screen and (max-device-width: 390px)
               , only screen and (max-width: 414px), only screen and (max-device-width: 414px)
               , only screen and (max-width: 432px), only screen and (max-device-width: 432px)
               , only screen and (max-width: 480px), only screen and (max-device-width: 480px)
               , only screen and (max-width: 504px), only screen and (max-device-width: 504px)
               , only screen and (max-width: 600px), only screen and (max-device-width: 600px)
               , only screen and (max-width: 604px), only screen and (max-device-width: 604px) {

    /* = HEADER
    /* ============================================================== */

    .haku{
        width:100% !important;
        margin-bottom:6px !important;
    }

    .slogan2{
        width: 100%;
    }
    .slogan2 p{
        font-size: 12px !important;
        line-height: 1.4;
        padding-top:140px;
        padding-left:250px;
        color:#999;
    }

    /* = SECTION
    /* ============================================================== */

    section.block {
        padding: 20px 0;
    }

    /* = LOMAKE
    /* ============================================================== */

    .yksi-puolikas, .yksi-kolmannes {
        width: 100%;
        margin-right: 0;
    }
    div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok, div.wpcf7-spam-blocked{
        width:100%;
    }

    /* = POLKU
    /* ============================================================== */

    .breadcrumb {
        padding: 0;
        margin-top: 24px;
        text-align: left;
        font-size:13px !important;
    }

    /* = FOOTER
    /* ============================================================== */

    #page-footer #footer-bottom {
        font-size: 20px !important;
    }

    #page-footer #footer-bottom {
        font-size: 20px !important;
        font-weight: 400 !important;
        text-align: center;
        float:none;
        padding:0px;
    }
    #page-footer #footer-bottom .container {
        padding:18px 10px 18px 10px;
    }
    .copyright {
        margin-bottom: 0px;
    }

}
