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

/* FULL SCREEN SEARCH */
.mfp-bg.mfp-ready 						{ opacity: .9; }

/* custom blog posts shortcode */
.custom-blog-posts .is-divider          { display:none; }
.custom-blog-posts .button              { font-weight: unset; height: 20px !important; line-height: 27px; text-transform: uppercase; }
.custom-blog-posts .cat-label 			{ font-size: 0.9em; opacity: .9; margin-bottom: 10px; }
.custom-blog-posts .cat-label::before	{ content: "\e185"; font-family: "Font Awesome 5 Pro"; font-weight: 100; margin-right: 0.2rem; font-size:15px; display: inline-block; }
.custom-blog-posts .post-meta 			{ font-size: 0.9em; opacity: .9; margin-top: 10px; font-style:italic; opacity:.5;}

/* custom blog posts shortcode */
.section-title-normal 					{ font-weight:100; border-bottom: 2px solid rgba(0, 0, 0, .1) !important; }
.section-title-normal span 				{ border-bottom: 2px solid rgba(0, 0, 0, .4); }

/* MY TABS */
.my-tabs .nav > li > a                  { font-weight: 700; font-style: unset; }
.my-tabs .nav-pills a                   { height: 32px; padding: 2px 15px; }

.my-tabs .nav-line-bottom a             { height: 32px; padding: 0px 5px; }
.my-tabs .nav-line-bottom>li>a:before   { height: 1px; }

.my-tabs .nav-line-grow>li.active>a:before, 
.my-tabs .nav-line-grow>li:hover>a:before { height: 1px; }

/* BUTTONS */
.button, 
button, 
input[type=button], 
input[type=reset], 
input[type=submit]                      { text-transform: unset; font-weight: unset; letter-spacing: unset; }

/* BADGE */


.badge-inner {
    font-weight: unset;
    height: 100%;
    padding: 1px 0 0 0;
    font-size: unset;
    text-transform: uppercase;
    line-height: 0.5px;
}

.badge.post-date 						{ top: 10PX; }
span.post-date-month 					{ font-size: 70%;  opacity: .8; line-height:1; }
span.post-date-day 						{ font-size: 130%; opacity: .8; line-height:1; }

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


}