/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.box-overlay.dark .box-text, .box-shade.dark .box-text {
    text-shadow: 0 0 black; 
}

.button.is-outline, input[type=submit].is-outline, input[type=reset].is-outline, input[type=button].is-outline {
    border: 2px solid currentColor;
    background-color: indianred;
}

.is-outline:hover {
	background-color: red;
}

a.ultp-cat-arch-rendering {
    display: none;
}

.box-text-inner .is-divider {
    display: none;
}

.wpupg-filter-item {
    background-color: #ffffff;
    color: #000000;
    font-size: .8em;
    margin: 5px 5px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.wpupg-template-overlay {
    border-style: none !important;
}

.wpupg-template-overlay .wpupg-template-overlay-container {
    padding: 5px;
    text-align: center;
}
/*
.wpupg-item-title {
	position: absolute;
    width: 95%;
    max-height: 100%;
    bottom: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 0.7em;
    padding-bottom: 1.4em;
}

.wpupg-block-text-bold {
    font-weight: 400;
    text-transform: uppercase;
}
*/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}