/*======================================
Theme Name: Lora Starling
Theme URI: https://lorastarling.com/
Description: Lora Starling theme
Version: 1.0
Author: Calyx Design
Author URI: http://calyxdesign.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/* HOME PAGE HEADER */

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content  {width:100%;}

/* IMAGE STYLE*/

.roundimage img {border-radius: 50%!important;}
.roundimageborder img {border-radius: 50%!important; border-color:rgba(53,72,92,0.25)!important; border-width:1px!important; border-style:solid!important;}
.cardborder img {border-radius: 6px!important; border-color:rgba(53,72,92,0.25)!important; border-width:1px!important; border-style:solid!important;}


/* Center the Footer Menu in DIVI */
.bottom-nav {
float: none!important;
text-align: center!important;
}

/**/

.ls-socialmedia {margin-bottom:7px;margin-right:7px;}


/*----------MAIN MENU ----------*/


#top-menu li {
    display: inline-block;
    font-size: 14px;
    padding-right: 18px;
}

/*----------Sub Menu----------*/
 

.nav li ul {
	width: 235px!important;}

#top-menu li li a {
	font-size: 13px!important;
    border: 1px solid white;
    margin-bottom: 0px;
	font-size: 100%;
	padding-left:0px;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:2px;
}
 
#top-menu li li a:hover {
    color: #009684;
    background: white;
    opacity: 1!important;
}
 

/*----------BUTTON----------*/


.smallblueshort_code {
    background-color: #009684;
    color: #fff;
    border-radius: 3px !important;
    padding: 7px 20px !important;
    font-size: 16px !important;
	letter-spacing: 2px;
}

.smallblueshort_code:hover {
    background-color: #5a3f99;
}
