/*
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.   ***************/
blockquote, dl, figure, form, ol, p, pre, ul {margin-bottom: 0.6em;}
.pt-0{padding-top: 0;}


.title-custom{color: rgba(1, 1, 1, 0);font-size: 44px;font-weight: bold;line-height: 1.6;-webkit-text-stroke: 1px rgb(238, 110, 102);}

.list-camket .ux-menu-link__link{padding-top: 0;min-height: 2em;}

.image-radius img{border-radius: 50%;border: 5px solid #ccc;}

.gallery-box .box-text,
.absolute-footer{display: none;}


@media (max-width: 576px) {
	.title-custom{font-size: 38px;}
}

@media (max-width: 380px) {
	.title-custom{font-size: 30px;}
}