/*
 Theme Name:   Arvifore
 Theme URI:    http://generatepress.com
 Description:  A GeneratePress child theme
 Author:       Oscar Ciutat
 Author URI:   http://oscarciutat.com/code/
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

/**
 * General
 */
body {
    overflow-x: hidden;
}

input[type="date"] {
	border: 1px solid currentcolor;
	border-radius: 0;
	padding: 10px 15px;
	max-width: 100%;
	color: var(--contrast);
	background-color: var(--base-2);
	border-color: var(--base);
}

del {
	text-decoration-color: #000;
	text-decoration-thickness: 3px;
}

.home.one-container .site-content {
    padding-bottom: 0;
}

.entry-header {
    text-align: center;
}

.entry-content:not(:first-child),
.entry-summary:not(:first-child),
.page-content:not(:first-child) {
    margin-top: 6em;
}

span.required {
    color: #b00;
}

.wpcf7 .required {
    color: #b00;
}

.wpcf7 input[type="file"] {
    padding: 10px 0;
}

/**
 * Media Queries
 */

@media (max-width:768px) {

    
}