/* Page template */

.wpcf7-select {
    background-color: #f3f3f3;
    border: 1px solid #848484;
    box-sizing: border-box;
    display: block;
    font-family: "Carmela",Arial,sans-serif;
    margin-bottom: 1.4em;
    padding: 0.5em 1em;
    width: 100%;
    font-size: 1.2em;
}


#primary {
    background-color: #eee;
}

@media only screen and (min-width: 481px) {
	.page-style .page-top-container {
		padding-top: 20%;
	}
}

@media only screen and (max-width: 480px) {
	.page-style .page-top-container {
		padding-top: 30%;
	}
}

@media only screen and (min-width: 1200px) {
	.page-style .page-top-container {
		min-height: 280px;
		padding-top: 15%;
		background-color: rgba(255, 255, 255, 0.5);
	}
}

@media only screen and (min-width: 1600px) {
	.page-style h1  {
		font-size: 45px;
		font-weight: bold;
	}
	.page-style .page-top-container {
		padding-top: 10%;
	}
}

.page-style .page-top-container-wrapper {
	background-color: #000;
	position: relative;
}
.page-style .page-top-container-wrapper .page-top-container-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.9;
	background-size: cover;
}

#viewport.page-style {
   padding-bottom: 100px;
}

.page-style, 
.page-style form {
	direction: rtl !important;
}

.page-style .wpb_wrapper {
	max-width: 500px;
	margin: 0 auto;
	font-size: 1.3em;
}

.page-style input[type="text"], 
.page-style input[type="email"],
.page-style input[type="tel"],
.page-style textarea {
	background-color: #f3f3f3;
    border: 1px solid #848484;
    box-sizing: border-box;
    display: block;
    font-family: "Carmela",Arial,sans-serif;
    margin-bottom: 1.4em;
    padding: 0.5em 1em;
    width: 100%;
	font-size: 1.2em;
}

.page-style input[type="text"]:focus, 
.page-style input[type="email"]:focus, 
.page-style input[type="tel"]:focus,
.page-style textarea:focus {
	outline-color: #444;
    -webkit-box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.65);
    box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.65)
}

.page-style input[type="file"] {
	opacity: 0;
	display: inline-block;
    width: 100%;
	height: 60px;
	z-index: 10;
}
.wpcf7-form-control-wrap.file-408 {
	display: block;
	position: relative;
}
.wpcf7-form-control-wrap.file-408:after {
	content: 'Load file';
	display: block;
	position: absolute;
	top: 0;
	right: 30%;
	height: 40px;
	width: 200px;
	padding: 5px;
	background: #020000 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-family: "Carmela",Arial,sans-serif;
}

.page-style input[type="submit"] {
    font-size: 2em;
    height: 1.5em;
    width: 40%;
	padding: 5px;
}
.page-style input[type="submit"] {
    background: #020000 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-family: "Carmela",Arial,sans-serif;
}
.page-style .wpcf7-list-item {
	display: inline-block;
	position: relative;
	padding: 0px 0px 10px 15px;
	cursor: pointer;
}
.page-style .custom-checkbox-btn {
	display: inline-block;
	position: absolute;
	right: 50px;
	top: 12px;
	cursor: pointer;
}
.page-style .wpcf7-list-item input {
	width: 33px;
	height: 33px;
	position: relative;
	z-index: 10;
	opacity: 0;
}

.page-style .wpcf7 .screen-reader-response {
	padding-bottom: 20px;
	color: #9d5b5b;
}
.page-style .wpcf7 .wpcf7-validation-errors,
.page-style .wpcf7 .wpcf7-not-valid-tip {
	display: block;
	padding: 10px;
	margin: 10px 0;
	background-color: #fed8d8;
	border: 1px solid #9d5b5b;
	color: #9d5b5b;
}
.page-style .wpcf7 .wpcf7-not-valid {
	border: 2px solid #9d5b5b;
}
