/*
Theme Name: Saras - Child
Theme URI: http://okthemes.com/saras
Author: Cristian Gogoneata
Author URI: http://www.okthemes.com
Description: Vineyard, Winery  & Wine WooCommerce shop
Tags: e-commerce, food-and-drink, grid-layout, custom-logo, footer-widgets, rtl-language-support, theme-options, translation-ready 
Text Domain: saras
Template: saras
Version: 1.0
=======
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Fonts del sitio */

@font-face {
    font-family: 'Autography';
    src: url('fonts/Autography.eot');
    src: url('fonts/Autography.eot') format('embedded-opentype'),
         url('fonts/Autography.woff2') format('woff2'),
         url('fonts/Autography.woff') format('woff'),
         url('fonts/Autography.ttf') format('truetype'),
         url('fonts/Autography.svg#Autography') format('svg');
}



h1 {
   font-family: 'Autography';
}

.form {
   font-family: 'Autography';
}

@font-face {
    font-family: 'GothamBook';
    src: url('fonts/GothamBook.eot');
    src: url('fonts/GothamBook.eot') format('embedded-opentype'),
         url('fonts/GothamBook.woff2') format('woff2'),
         url('fonts/GothamBook.woff') format('woff'),
         url('fonts/GothamBook.ttf') format('truetype'),
         url('fonts/GothamBook.svg#GothamBook') format('svg');
}

form label {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 15px;
    font-family: "fuente-principal";
    margin-bottom: 10px;
}
/*COLOR BOTON*/
input.wpcf7-form-control.wpcf7-submit {
	border-color:#093b68;
	background-color:#093b68;
}

