/*
File Name: style.css
Theme Name:  RT-Theme 18
Author: Tolga Can
Version: 1.8
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/user/stmcan
Description:   Theme designed by Tolga Can - <a href="http://themeforest.net/user/stmcan">stmcan</a>
License: GNU General Public License
License URI: /Licensing/gpl.txt
*/


/*
	EDIT /css/style.css for the theme stlye
*/

.btn-send-form{
	display: inline-block;
	font-size: 20px;
	line-height: 150%;
	color: #fff;
	padding: 6px 80px;
	border: 2px solid #fff;
    border-radius: 1px;
	background-color: #37485c;
	text-shadow: 0 0 0px #000;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-send-form.btn-send-big{
        padding: 10px 20px;
        font-size: 26px;
        text-shadow: 0 0 0px #000;
}

.btn-send-form:hover{
	background-color: #c94401;
}

#fancybox-content{
	
}

#fancybox-content form{
	padding: 20px 5px 2px;

}

.form-wrap{
	background-image: url("http://belocerkovskij-kirpich.com.ua/wp-content/uploads/2017/04/red-brick-wall.jpg");
	width: 250px;
}

.form-wrap p{
	margin-bottom: 0;
	padding-bottom: 0;
}

.form-wrap p.head-title {
    color: #fff;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 15px;
    text-align: center;
}

#fancybox-content .form-wrap input {
	width: 100%;
	margin-bottom: 10px;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	padding: 8px 15px;
	border: 1px solid #000;
	border-radius: 0;
	box-shadow: none;
}

#fancybox-content .form-wrap input.wpcf7-submit {
	border: 3px solid #953200;
	color: #000;
	text-transform: none;
	cursor: pointer;
	margin-bottom: 0;
	text-shadow: none;
	font-weight: normal;
	text-transform: uppercase;
	box-shadow: none;
	margin-bottom: 0;
}

#fancybox-content .form-wrap input.wpcf7-submit:hover {
	background-color: #953200;
	color: #fff;
}

#fancybox-content .form-wrap form span.wpcf7-not-valid-tip {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 12px;
	padding: 0px;
}

body .form-wrap div.wpcf7-response-output {
	margin: 0;
}