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

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


h1,h2,h3,h4,h5,.section-title span {text-transform:none!important;}

.h2, h2,.page-title  {
    font-size: 3em;
    line-height: 1.3;
}

label {
    color: #555;
}
.entry-title{font-size:2.4em;}

.row-masonry .is-large {
    font-size: 1.5em;
}

#main .row{background:#fff;}
#main{ background-size: auto!important;
	 background-image: url(../../../wp-content/uploads/2019/01/flori1.png), url(../../../wp-content/uploads/2019/01/flori.png);
  background-position: left bottom, right bottom!important;
  background-repeat: no-repeat, no-repeat;
	}
.box-shadow-2{background:#fff;}
.roundedcorner {
    border-top-left-radius: 100px;
    -webkit-border-top-left-radius: 100px;
    -moz-border-top-left-radius: 100px;
    overflow: hidden;
}
.roundedcornerd {
    overflow: hidden;	
-webkit-border-top-left-radius: 100px;
-webkit-border-bottom-right-radius: 100px;
-moz-border-radius-topleft: 100px;
-moz-border-radius-bottomright: 100px;
border-top-left-radius: 100px;
border-bottom-right-radius: 100px;
}


.bgrepeat .bg-fill {
 background-size: auto !important;
    background-repeat: repeat !important;
    background-position: 50% 50%;
}



.blog-archive .from_the_blog_excerpt, .large-9 .badge, .post_comments {display:none;}

.nav-dropdown {
    position: absolute;
    min-width: 360px;
}

.nav-column li>a, .nav-dropdown>li>a {
    width: auto;
    display: block;
    padding: 8px 15px;
    line-height: 1.3;
	font-size:14px;
	font-weight:normal;
}





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


}