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

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

/* HEADER TOP */

.header-top, #top-bar {
	background-color: rgba(85, 178, 209,0.4) !important;
}

.header-main .nav > li > a {
	color: #2D6E94 !important;
    line-height: 91px !important;
}

.nav-box>li.active>a, .header-main .nav > li > a:hover {
	color: #fff !important;
}

.header.show-on-scroll, .stuck .header-main {
    height: 91px !important;
	background-color: rgb(255,255,255,0.7) !important;
}

.txtBarlow{
	font-family: "Barlow Condensed", sans-serif !important;
}

/* BUTTON */

a.button{
	font-family: "Barlow Condensed", sans-serif !important;
}

/* IMG ABSOLUTE */

.imgAbsolute .img-inner{
   display: inline-block;
   position: relative;
   overflow: inherit !important;
}

.imgAbsolute .img-inner::before{
   position: absolute;
   top: -10%;
   left: -10%;
   width: 100%;
   height: 100%;
   border: 14px solid rgb(45, 110, 148, 0.5);
   content: '';
   z-index: -1;
}

/* H2 */

h2.section-title-normal {
    border-bottom: 0px solid #ececec;
}

.section-title-normal span {
    border-bottom: 0px solid rgba(0,0,0,.1);
}

/* H3 */

.uppTxt{
	text-transform: uppercase !important;
}


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


}