/**
* Theme Name: Goya Child Theme
* Description: This is a child theme of Goya, automatically generated.
* Author: <a href="https://themeforest.net/user/everthemess">Everthemes</a>
* Template: goya
* Version: 1.0.8.21
*/

#draft_label {
    display: block;
}

#draft_file{
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

#draft_filelabel {
    display: block;
    cursor: pointer;
}

#draft_filelist img {
    width: 100%;
    margin-top: 10px;
    border: 2px solid #ddd;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media only screen and (min-width: 992px) {
	.hamburger-menu {
		display: none;
	}
}

@media (max-width: 800px) {
    .et-banner.content-full .et-banner-text {
        padding-left: 20%;
        width: 80%;
    }
}