/*
Theme Name: Cartel
Theme URI: http://udthemes.com/cartel-wordpress-theme
Description: A Responsive HTML5 Photo / Studio WordPress Theme. An UnlimitDesign and Farid Hadi production.
Author: UDTHEMES
Author URI: http://udthemes.com
Version: 1.7
Tags: one-column, two-columns, three-columns, four-columns, right-sidebar, fixed-width, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready

License: GPLv3
License URI: http://www.gnu.org/copyleft/gpl.html

Copyright: UDTHEMES (http://udthemes.com/)

*/

/* GET QUOTE FORM START (TOP SECTION) START */

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');

#header-wrapper {
    width: 100%;
    margin-bottom: 20px;
}
#section-title.page-title-section {
    display: inline-block;
    letter-spacing: -0.31em;
    width: 100%;
    font-size: inherit;
    line-height: normal;
    padding-bottom: 20px;
}
#section-title h1 {
    display: inline-block;
    width: 67%;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 15px 0 0;
    font-size: 70px !important;
    line-height: 91px !important;
}
.get-quote-block {
    display: inline-block;
    width: 33%;
    vertical-align: middle;
    letter-spacing: normal;
    text-align: center;
    box-sizing: border-box;
    margin: 10px 0;
}
.get-quote-block .form-outer-block {
    padding:22px 27px;
    border: 1px solid #ccc;
    position: relative;
}
.get-quote-block p.form-title {
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    display: inline-block;
    margin: 0;
    line-height: normal;
    padding: 0 10px;
    background: #fff;
    position: absolute;
    font-weight: bold;
    left: 50%;
    top: -10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.get-quote-block .input-group {
    line-height: 0;
    width: 100%;
    margin: 0 0 6px 0;
}
.get-quote-block .input-group input {
    padding: 9px 10px 8px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance:none;
    appearance:none;

}
.get-quote-block .input-group textarea{
	width: 100%; 
	margin: 0 0 5px 0; 
	padding: 10px; 
	border: 1px solid #e6e6e6; 
	border-radius: 5px; 
	height: 64px;
	-webkit-appearance:none;
    appearance:none;
}
.get-quote-block .input-group textarea:hover,
.get-quote-block .input-group input:hover{
	background:#fafafa;
}
.get-quote-block form input[type="button"] {
    background: #ef2724;
    border: 0;
    width: 100%;
    padding: 12px 10px 11px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-appearance:none;
    appearance:none;
}

.get-quote-block form input[type="submit"] {
    background: #ef2724 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 12px 10px 11px;
    text-transform: uppercase;
    width: 100%;
    -webkit-appearance:none;
    appearance:none;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.get-quote-block form input[type="submit"]:hover{opacity: 0.8;}
.get-quote-block form p{margin: 0; position: relative;}
.get-quote-block div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
    position: absolute;
    top: 10px;
}



/* ====== used below css for change input placeholder color in all browser ==== */
.get-quote-block .input-group *::-webkit-input-placeholder {
   color:#b7b7b7;
}
.get-quote-block .input-group *:-moz-placeholder { / Firefox 18- */
   color:#b7b7b7;
}
.get-quote-block form .input-group *::-moz-placeholder {  / Firefox 19+ */
   color:#b7b7b7;
}
.get-quote-block form .input-group *:-ms-input-placeholder {  
   color:#b7b7b7;
}
/* ====== used Above css for change input placeholder color in all browser ==== */
#section-title .form-outer-block .form-contact{margin:0; }
#section-title .form-contact a {
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    color: #000;
    display: inline-block;
    line-height: normal;
    font-weight: bold;
    padding: 0 10px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.get-quote-block span .wpcf7-not-valid {
    border: 1px solid #ff0000;
}

.get-quote-block span.wpcf7-not-valid-tip {
    display: none !important;
}


/* Responsive start here */




@media only screen and (max-width: 980px){

		#section-title h1 {
			width: 100%;
			line-height: 75px !important;
		}
		.get-quote-block {
			width: 100%;
			margin: 42px 0 5px;
		}
		.get-quote-block .form-outer-block {
    		width: 287px;
    		margin: 0 auto;
    		box-sizing: border-box;
		}
}
@media only screen and (max-width: 767px) and (min-width: 480px){
    #section-title h1, #section-title, #section-title h1 span, #section-title span {
        font-size: 14px;
        line-height: normal;
    }
}

@media only screen and (max-width: 479px){
    #section-title h1, #section-title, #section-title h1 span, #section-title span {
        font-size: 13px;
        line-height: normal;
    }
}

/* Responsive end here */




/* GET QUOTE FORM START (TOP SECTION) END*/