/*
 Theme Name:   Extra Child
 Theme URI:    http://example.com/Extra-child/
 Description:  Extra Child Theme
 Author:       Pgomez
 Author URI:   http://example.com
 Template:     Extra
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/
@import url("../Extra/style.css");

/* =Aquí empieza la personalización de tu tema
------------------------------------------------------------- */
a:focus {
	outline: none;
}

@font-face {
    font-family: Dosis;  
    src: url(http://zinniaestetica.com/wp-content/themes/Extra/fonts/Dosis-Regular.ttf);  
    font-weight: normal;  
	
	font-family: Google sans;  
    src: url(http://zinniaestetica.com/wp-content/themes/Extra/fonts/GoogleSans-Regular.ttf);  
    font-weight: normal;  
	
	
}


#et-info-contacto {
    padding-top: 3px;
}
#et-info-phone {
    margin-right: 13px;
    color: #d8d8d8;
    font-size: x-large;
}
#et-info-email {
    margin-right: 13px;
    color: #d8d8d8;
    font-size: large;
    margin-left: 5px;
}
#et-info-phone:before {
    position: relative;
    top: 2px;
    margin-right: 2px;
    content: "\e090";
}

#back_to_top.visible {
    background: rgb(117, 50, 66);
    bottom: 0;
    right: 50%;
}	
	
