﻿/*
Theme Name: The Chamber
Theme URI: https://thechamber.cz
Description: Child Theme Divi (v4.14.0)
Author: Wp-Admin.cz
Author URI: https://wp-admin.cz
Template: Divi
Version: 1.0
*/

/* Theme Created 24.11.2021 */

.et_overlay {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

.et_shop_image:hover .et_overlay, .et_portfolio_image:hover .et_overlay{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mobile_nav .select_page {
display: none !important;
}
.mobile_nav {
background-color: rgba(0, 0, 0, 0) !important;
margin-top: -60px;
    margin-bottom: 40px;
}
.et_mobile_menu {
top: 80px !important;
}
.et_header_style_centered #logo {
    max-height: 40px;
}
h1, h2, h3, h4, h5, h6, .et_quote_content blockquote p, .et_pb_slide_description .et_pb_slide_title {
    line-height: 1em;
}
.et_mobile_menu li li {
    font-weight: 300;
}
.ds-vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.et_header_style_centered #main-header div#et-top-navigation {
	font-weight: 100;
}
#top-menu li li a {
	padding: 0px 0px
	}
#logo {-webkit-transform: initial;}
.game-buttons .et_pb_button { min-width: 200px; text-align:center}

span.mobile_menu_bar:before{
  color:#ffffff;
}

.inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 5px;
}
.inline-buttons {
    text-align: left !important;
	}

form p,
.c_color {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

form p label {
    width: 100%;
    display: block;
}

.wpcf7-form-control-wrap.your-name,
.wpcf7-form-control-wrap.your-email,
.wpcf7-form-control-wrap.your-tel,
.wpcf7-form-control-wrap.your-address,
.wpcf7-form-control-wrap.your-zip,
.wpcf7-form-control-wrap.your-city,
.wpcf7-form-control-wrap.your-addinfo {
    height: 50px;
/*    max-width: 300px;
    min-width: 260px;*/
}



textarea {
    max-width: 300px;
    min-width: 260px;
}

.wpcf7-form-control-wrap.radio-vtype {
    max-width: 500px;
}

.wpcf7-form-control-wrap input[type=text],
.wpcf7-form-control-wrap input[type=email],
.wpcf7-form-control-wrap input[type=tel] {
    font-size: 30px;
    width: 100%
}

.wpcf7-form-control-wrap.your-addinfo label,
.fullwidth  {
    width: 100%;
}


input[type=submit] {
    padding: .5em 1em;
    font-size: 1.4em;
}


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

    form p label {
        width: 30%;
        display: block;
    }

    .wpcf7-acceptance label {
        width: 100%;
    }

    form p, .c_color {
        flex-wrap: nowrap;
    }

    textarea {
        max-width: 600px;
        min-width: 400px;
    }
}

