/* Gallery Contact Form styles */

#galleryContactForm {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 1000;
}

#screen {
    width: 80%;    
    z-index: 1;
    top: 91px;
    left: 50%;
    margin-left: -174px;
    position: relative;
    border: 1px solid #0979a3;
    max-width: 450px;
    box-shadow: 0px 0px 29px 1px rgba(23, 29, 31, 0.24);
} 

#screen .screenLayer {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0 5% 20px;    
    top: 0;
}

#closeBTN {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    overflow: hidden;
    margin-left: -27px;
    opacity: 1;
    cursor: pointer;
}
 
#gcHeader {
    background: #0979a3;
    height: 45px;
    width: 112%;
    text-align: left;
    direction: ltr;
    z-index: 0;
    overflow: hidden;
    margin: 0px -6%;
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
	padding: 0 20px;
}

#screen .locationBox {
    background: #f1f4f5;
    border-bottom: 1px solid #87a3b7;
    position: relative;
    overflow: auto;
    width: 100%;
    max-height: 90%;
    overflow-x: hidden;
    margin-top: 20px;
}
 
#locationLeed {
    margin: 0;
    padding: 0;
}

#screen .formTitle, 
#screen .formBtn 
{
    width: 100%;
    line-height: 54px;
    color: #fff;
    font-size: 29px;
    font-weight: 400;
    background: #033151;
    text-align: center;
    margin: 0;
}

#screen form p {
    width: 94%;
    position: relative;
    margin: 15px 3%;
}

#locationLeed form p input, 
#locationLeed form p textarea 
{
    width: 100%;
    position: relative;
    padding: 0 3%;
    height: 46px;
    font-size: 20px;
    font-family: 'Assistant', sans-serif;
    font-weight: 200;
    color: #033151;
    border: 1px solid #b9cbd1;
    border-radius: 10px;
}

textarea:focus, 
input:focus
{
    outline: none;	
}

#locationLeed form p textarea {
    height: 146px;
}

#screen form label {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #b2b3b3;
    line-height: 46px;
    margin: 0 3%;
    font-size: 20px;
    font-weight: 200;
}
#screen .submitRow {
    text-align: center;
}
#screen .wpcf7-submit {
    background: #0979a3;
    border: none;
    width: auto;
    height: 50px;
    color: #fff;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    cursor: pointer;
}

#screen .wpcf7-submit:hover,
#screen .wpcf7-submit:focus,
#screen .wpcf7-submit:active
{background:#033151;} 

#screen  form p  .wpcf7-not-valid-tip
{display: none;} 

div.wpcf7-validation-errors {
    border: none;
    padding: 0 0 20px;
    color: #F44336;
    margin: 0 10px 0;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
}

div.wpcf7-mail-sent-ok {
    border: none;
    color: #000;
    text-align: center;
    margin: 0 10px 0;
	font-size: 13px;
	line-height: 15px;
    padding: 0 0 20px;
} 

#screen  form p input.wpcf7-not-valid{
    border-color: #ff0000 !important;
}

	
@media screen and (max-width: 750px){
	#screen {
		width: 100%; 
		height:100%;
		top: 0;
		left: 0;
		margin-left:0;
		
		
		
		
	}
}

@media screen and (max-width: 630px) {
	
}

@media screen and (max-height: 550px)  {
	
}


@media screen and (max-height: 480px)  {
	
}
@media screen and (max-height: 420px)  {
	
}	
@media screen and (max-height: 360px)  {
	
	
}

@media screen and (max-height: 320px) {
	
	
}

