/*
Theme Name: Andy Parker Child
Theme URI: http://handshake.pt
Author: HANDSHAKE
Author URI: http://handshake.pt
Description: Andy Parker Child Theme
Template: andyparker
*/

@import url("../andyparker/style.css");

/* -- */

li ~ a ~ i.fa {
    font-size: 15px;
}

.bt-title {
    display: none !important;
}

.wpcf7 {
	width: 80%;
	text-align: center;
	margin: 0 auto !important;
}

input.wpcf7-text, textarea.wpcf7-form-control {
	width: 100%;
	height: 50px;
    background-color: #FDFDF9;
    color: #9e9e9e;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
    border: 1px solid #cccccc;
    padding: 8px 12px;
}
textarea.wpcf7-form-control {
	height: 190px;
}

.wpcf7 label {
    margin-bottom: 18px;
    color: #737373;
    font-size: 19px;
    font-weight: 300;
    text-align: left;
    line-height: 20px;
}

input.wpcf7-submit {
	display: block;
	margin: 0 auto;
	padding: 16px 60px;
    border: 5px solid #444;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #444;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 0px;
    text-transform: none;
}

input.wpcf7-submit:hover {
	background-color: #444;
    color: #ededed;
}

h3 {
    text-align: center;
    display: block;
    border: 0;
}

li.wpml-ls-current-language {
    font-weight: 500;
}

#lang-mobile {
    margin: 0 auto;
    display: none;
}

#lang-mobile ul {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.clear {
    clear: both;
}

@media (max-width: 767px) {
    .navmenu {background-color: rgba(253, 253, 249, 1);}
    
    #lang-mobile {
        display: block;
    }
}

/* Preloader */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 500px;
	height: 114px;
    margin: -57px 0 0 -250px;
    z-index: 1001;
    background: url('http://ricardo-leal.com/wp-content/uploads/2017/08/loading.gif') no-repeat;
    background-size: 500px 114px;
}

@media (max-width: 767px) {
    #loader {
        width: 90%;
        background-size: contain;
        margin: 0 -50%;
    }
}

#loader-wrapper .loader-back {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 1000;
    -webkit-transform: translateY(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(0);
    /* IE 9 */
    transform: translateY(0);
    /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-back {
    top: 0;
}


/* Loaded */

.loaded #loader-wrapper .loader-back {
    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);
    /* IE 9 */
    transform: translateY(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);
    /* IE 9 */
    transform: translateY(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}


/* JavaScript Turned Off */

.no-js #loader-wrapper {
    display: none;
}

#content {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 80%;
    max-width: 978px;
}