/* 
Theme Name: Freezem
Description: For Freezem
Template: oceanwp
Version: 0.1
Text Domain: wpnet-theme
*/

#site-header {
	position: fixed;
	top: 0px;
}
#egg-preserv {
    width: 120px;
    position: absolute;
    top: 28%;
    right: 11%;
}
#develop-hatch {
    position: absolute;
    top: 53%;
    width: 130px;
    right: 10%;
}
#contactform-freeme input, #contactform-freeme select, #contactform-freeme textarea{
	color:#fff;
	padding:10px 20px;
	font-size: 16px;
	font-family: "Roboto Slab";
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
}
#contactform-freeme select {
	padding: 10px 18px;
	
    text-align-last: center;
    -moz-text-align-last: center;
}
#contactform-freeme input[type="submit"] {
	width: 100%;
	background-color: #7187a0;
	font-size: 16px;
	font-family: "Roboto Slab";
	font-weight: 300;
	text-align: center;
	border:1px #fff solid;
}
#contactform-freeme option {
	color:#000;
	text-align: center;
	font-size: 16px;
	font-family: "Roboto Slab";
	font-weight: 300;
	padding: 4px 2px !important;

}

input::-webkit-input-placeholder {    opacity: 1; color:#fff} input::-moz-placeholder {    opacity: 1;color:#fff} textarea::-webkit-input-placeholder {    opacity: 1;color:#fff} textarea::-moz-placeholder {    opacity: 1;color:#fff}
.wpcf7-not-valid-tip {
    color: #760909;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
    background-color: #fff;
    padding: 30px;
    position: absolute;
    top: 40%;
    text-align: center;
    left: -25%;
    width: 150%;
    transform: translate(0%, -50%);
	color:#7187a0;
	font-size: 20px;
	font-weight: 300;
}
#formchanger .elementor-column {
	cursor: pointer;
}

@media only screen and  (max-width:1100px)  { 
	#egg-preserv {
		right: 8%;
	}
	#develop-hatch {
		right: 7%;
	}
}

@media only screen and  (max-width:1025px)  { 
	#egg-preserv {
		width: 100px;
		top: 30%;
	}
	#develop-hatch {
		top: 55%;
    	width: 110px;
	}
}

@media only screen and  (max-width:800px)  { 
	#egg-preserv {
		right:0;
		top: 28%;
	}
	#develop-hatch {
		top: 53%;
    	right: -1%;
	}
}

@media only screen and  (max-width:600px)  { 
	#egg-preserv {
		right: 0;
		top: 11%;
		width: 150px;
	}
	#develop-hatch {
		top: 72%;
		right: 0;
		width: 150px;
	}
}
@media only screen and  (max-width:400px)  { 
	#egg-preserv {
		right: 0;
		top: -2%;
		width: 123px;
	}
	#develop-hatch {
		top: 72%;
		right: 0;
		width: 125px;
	}
}
