/*
Theme Name: ONE - Splash
Theme URI: http://tavaresdacruz.com
Author: Tavares da Cruz
Author URI: http://tavaresdacruz.com
Description: Simple Splash page
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:tavaresdacruz.com
Tags:

This theme, like WordPress, is licensed under the GPL.
Home Boutique is based on W3Css by W3Schools http://www.w3schools.com/w3css/
*/

body{
	font-family: "Segoe UI",Arial,sans-serif;
}

a,
a:visited,
a:link{
	text-decoration:none;
	color: #fff;
}

a:hover,
a:active{
	color: #666;
}
form.wpcf7-form {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}

.featured-image{
	width:100%
	height:auto;
}

form.wpcf7-form input {
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    text-transform: uppercase;
}
form.wpcf7-form textarea {
    width: 100%;
    height: 100px;
    resize: none;
    padding: 10px 10px;
    font-size: 14px;
    text-transform: uppercase;
}
form.wpcf7-form input [type=button], [type=reset], [type=submit] {
    clear: both;
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
div.wpcf7-response-output {
    margin: 0 0;
    padding: 10px 10px;
    font-size: 12px;
    text-transform: uppercase;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    margin: 5px 0 0 0;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 1195px) {

}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 736px) {

}
@media only screen and (max-width: 667px) {

}
@media only screen and (max-width: 640px) {

}
@media only screen and (max-width: 375px) {

}
@media only screen and (max-width: 360px) {

}
/*--------------------------------------------------------------
# Clearfix
--------------------------------------------------------------*/

.clearfix:after {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}