/* Plaveooshop  Contact style */


/*********************************
 Google Map
*********************************/

.contact_container {
    margin-top: 110px;

    margin-bottom: 50px;
}

#google_map {
    width: 100%;
    height: 507px;
    margin-bottom: 59px;
}

.map_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 27px 59px rgba(0, 0, 0, 0.15);
}

#map {
    width: 100%;
    height: calc(100% + 30px);
}

/*********************************
 Contact 
*********************************/

.contact_contents {
    padding-right: 30px;
}

.contact_contents h1,
.follow_us_contents h1,
.get_in_touch_contents h1 {
    font-size: 40px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #2d2d2d;
    font-weight: 700 !important;
    font-size: 2em !important;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.contact_contents p,
.get_in_touch_contents p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    font-weight: 300;
    margin-top: 10px;
    color: #424242;
    line-height: 1.7;
    font-size: 14px;
}

.contact_contents div {
    margin-top: 22px;
}

.contact_contents div:first-of-type {
    margin-top: 39px;
}

/*********************************
 Follow Us
*********************************/

.follow_us_contents {
    margin-top: 32px;
}

.social {
    margin-top: 20px;
}

.social li {
    margin-right: 12px;
}

.social li:last-child {
    margin-right: 0px;
}

.social li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social li a i {
    color: #FFFFFF;
}

.social li:hover a {
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

/*********************************
 Contact Form
*********************************/

.form_input {
    display: block;
    width: 100%;
    height: 50px;
    border: solid 1px #e5e5e5;
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 20px;
}

.input_message {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    padding-bottom: 15px;
    padding-left: 20px;
}

.form_input:focus,
#newsletter_email:focus {
    border: solid 1px #7f7f7f !important;
    box-shadow: none !important;
}

.message_submit_btn {
    background: #1e1e27;
    color: #FFFFFF;
    text-transform: uppercase;
    width: 165px;
    border: none;
    height: 46px;
    cursor: pointer;
}

.message_submit_btn:hover {
    background: #2b2b34 !important;
}

:focus {
    outline: none !important;
}

.input_ph::-webkit-input-placeholder {
    font-size: 16px !important;
    font-weight: 400;
    color: #b9b4c7 !important;
}

.input_ph:-moz-placeholder

/* older Firefox*/
    {
    font-size: 16px !important;
    font-weight: 400;
    color: #b9b4c7 !important;
}

.input_ph::-moz-placeholder

/* Firefox 19+ */
    {
    font-size: 16px !important;
    font-weight: 400;
    color: #b9b4c7 !important;
}

.input_ph:-ms-input-placeholder {
    font-size: 16px !important;
    font-weight: 400;
    color: #b9b4c7 !important;
}

.input_ph::input-placeholder {
    font-size: 16px !important;
    font-weight: 400;
    color: #b9b4c7 !important;
}

textarea {
    border: solid 1px #e5e5e5;
    padding-left: 20px;
    padding-top: 15px;
}

textarea:hover {
    border-color: #7f7f7f !important;
}

.input_name {
    margin-bottom: 19px;
    margin-top: 31px;

}

.input_review {
    display: block;
    width: 100%;
    border: solid 1px #e5e5e5;
    margin-top: 23px;
    padding-left: 20px;
    padding-top: 13px;
    padding-left: 20px;
}

.user_star_rating {
    display: inline-block;
    margin-left: 18px;
}

.user_star_rating li {
    display: inline-block;
    margin-right: -3px;
    cursor: pointer;
}

.user_star_rating li i {
    color: #ff4d02;
    font-size: 18px;
}

.review_submit_btn {
    width: 170px;
    border: none;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

/*********************************
9. Newsletter
*********************************/

.newsletter {
    width: 100%;
    background: #f2f2f2;
    margin-top: 81px;
}

.newsletter_text {
    height: 120px;
}

.newsletter_text h4 {
    margin-bottom: 0px;
    line-height: 24px;
}

.newsletter_text p {
    margin-bottom: 0px;
    line-height: 1.7;
    color: #51545f;
}

.newsletter_form {
    height: 120px;
}

#newsletter_email {
    width: 300px;
    height: 46px;
    background: #FFFFFF;
    border: none;
    font-size: 14px;
    padding-left: 20px;
}

::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 400;
    color: #b9b4c7 !important;
}

:-moz-placeholder

/* older Firefox*/
    {
    font-size: 14px !important;
    font-weight: 400;
    color: #b9b4c7 !important;
}

::-moz-placeholder

/* Firefox 19+ */
    {
    font-size: 14px !important;
    font-weight: 400;
    color: #b9b4c7 !important;
}

:-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 400;
    color: #b9b4c7 !important;
}

::input-placeholder {
    font-size: 14px !important;
    font-weight: 400;
    color: #b9b4c7 !important;
}

.newsletter_submit_btn {
    width: 160px;
    height: 46px;
    border: none;
    background: #ff4d02;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.newsletter_submit_btn:hover {
    background: #ff4d02;
}
/*intermixgép style-ok*/
.send_btn {
	font-weight: 600;
	display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 0.75rem;
    text-align: center;
    line-height: 40px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}



/*intermixgép style-ok*/