/*
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.   ***************/

h1 {
    font-size:52px !important;
}
@media only screen and (max-width: 48em) {
h1 {font-size:28px !important;}
}
h2 {
    font-size:32px !important;
}
@media only screen and (max-width: 48em) {
h2 {font-size:18px !important;}
}
h3 {
    font-size:22px !important;
}
h4 {
    font-size:16px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}
p {
    font-size:16px !important;
}
p.lead {
    font-size: 1.3em !important;
}
.coperture {color: #008eb7;}
.primo {z-index: 1 !important;}
[class^="material-"] {
    position: relative;
    top: 5px;
    margin-right: 10px;
}
input[type="submit"] {
    color: #000 !important;
}
.success.is-outline:hover {
    border-color: unset;
}
.button span{
    line-height: 3 !important;
}

/* TOP BAR */
.topbar-contacts a {
    color: #fff;
    font-weight: 300;
    margin-left: 10px;
}
.topbar-contacts a:hover {
    color: #000;
    text-decoration: underline;
}
#custom-topbar {
    height: 32px;
}
@media only screen and (max-width: 48em) {
	#custom-topbar {display:none;}
}
#custom-topbar a, #custom-topbar p, #custom-topbar p b {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    position: relative;
    top: -3px;
}
#custom-topbar a:hover {
    text-decoration: underline;
}
#custom-topbar p b {
    font-weight: 500;
}

/* Diplay NONE */
.grecaptcha-badge {
    display: none !important;
}

.icon-tiktok {
    font-size: 32px;
    width: 30px;
    position: relative;
    top: 9px;
}
.icon-tiktok:before {
    content: "\e2c4" !important;
    font-family: 'Material Icons' !important;
}

.banner {
    background-color: #000 !important;
}

.mobile-nav .icon-menu {
	color: #fff !important;
}
.wpcf7-spinner {
	display: none;
}

.liugong-button {background-color: #002D72 !important;}

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


}