/*
Theme Name: Patalahti child theme of Divi
Author: Mimmi Puhakka @ Artio Oy 
Editor: Mimmi Puhakka
Author URI: https://artio.fi/
Description: Customized version of Divi Theme used purpose for Patalahti.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Patalahti
This theme, like WordPress, is licensed under the GPL.
*/

/* Lounas sivun otsikon koon muutos + marginaali mobiiliin*/
@media screen and (max-width: 667px) and (min-width: 319px) {
.et_pb_post h2 {
    font-size: 20px !important;
    margin-bottom: 25px !important;
  }
.et_pb_row_8.et_pb_row {
    margin-left: 130px !important;
 }  
}


/* Recapcha väri*/
.et_pb_contact_right {
    color: #ffffff;
} 

/*FB kohdennus*/
@media all and (max-width: 767px) {
iframe {
    margin-left: 8px !important;
}

/* Kiitos työhakemuksesta tekstin väri*/
.et_pb_text_0 h1 {
    color: #fff !important;
}

.et-pb-contact-message {
    color: #fff;
}

/* Sivusuunnan mobiilipalkin piilotus*/

#page-container { 
	overflow:hidden; 
}

/* Footer info*/
#main-footer {
    display: none !important;
}
  
/* Captcha tekstin väri */
.et_pb_contact_right {
    color: #ffffff;
}

/* Facebook stream asetuksia */
.facebook-stream-white-panel {
    font-family: Lato;
    font-size: 14px;
}

/* Sliderin palkintekstin säätö mobiiliin */
.et_pb_slide_description {
    word-wrap: normal;
    margin-left: -6em !important;
    margin-right: -6em !important;
}

/* Rivikorkeuden säätö mobiiliin */

.et_pb_text > :last-child {
    padding-bottom: 0;
    line-height: 1.2em;
}

/* Mobiilivalikon säätö, menuvalikko liikkuu mukana */

@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
	}
}

.et_mobile_menu {
    overflow: scroll !important;
    max-height: 83vh;
}

/* Soita painikkeen säätö samaan kokoon */

.et_pb_bg_layout_light.et_pb_module.et_pb_button {
    width: 100% !important;
}

/* Otsikko tekstin säätö mobiiliin àla carte*/
.et_pb_text_0 {
    word-wrap:initial	
}

/*@media (max-width: 640px) {
.et_pb_section .et_pb_column .et_pb_module {
    margin-left: 10px !important;
    margin-right: 10px !important;
	}
}*/

/* Charge&amp;Drive logon säätö */
img.wp-image-1002.alignnone.size-medium {
    margin-bottom: -10px !important;
}

/* Etusivun otsikoiden koon muutos mobiiliin */

@media (max-width: 480px) {
.et_pb_text_0.et_pb_text {
    font-size: 30px !important;
	}
}

@media (max-width: 480px) {
.et_pb_text_3.et_pb_text {
	font-size: 30px;
	}
}

@media (max-width: 480px) {
.et_pb_text_4 {
    font-size: 30px !important;
  }
}

