/*
Theme Name: NanoX
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.contactpage {
	padding: 80px 0 50px 0;
}
.contactpage p {
	margin-bottom: 10px;
}
.contactpage .wpcf7-text, .contactpage .wpcf7-textarea {
	border:1px solid #ccc!important;
	background:transparent!important;
	box-shadow: none!important;
}
.contactpage::placeholder {
	color: #fff!important;
}
.contactpage .wpcf7-submit {
	border:1px solid #ccc;
	margin-right:0;
}
.contactinfo {
	border:1px solid;
	padding: 40px 15px;
	width:100%;
}
.customfooter {
    border-top: 5px solid #00aeef!important;
}
.customfooter .col {
    padding-bottom: 0!important;
}
.customfooter p {
    margin-bottom: 10px;
}
.customfooter .title {
    font-weight: bold;
    font-size: 120%;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}