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

/*************** ADD CUSTOM CSS HERE.   ***************/
.box-text a:not(.button), .box-text h5{
    line-height: 1.3;
    margin-bottom: 0.1em;
    margin-top: 0.1em;
    height: 70px;
}

.box-text h4{
    line-height: 1.3;
    margin-bottom: 0.1em;
    margin-top: 0.1em;
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal;
    padding-top: 30px;
}

.entry-header-text {
    padding: 0;
	text-align: left;
}

.entry-title {
    padding: 0;
	text-align: left;
}

.is-divider {
    background-color: rgba(0,0,0,.1);
    display: none;
    height: 0px;
    margin: 1em 0;
    max-width: 30px;
    /* width: 100%; */
}

.nav-dropdown {
    background-color: #5d038c;
    color: #fff;
    display: table;
    left: -99999px;
    margin: 10px;
    max-height: 0;
    min-width: 260px;
    opacity: 20%;
    padding: 8px 0;
    position: absolute;
    text-align: left;
    transition: opacity .25s,visibility .25s;
    visibility: hidden;
    z-index: 9;
	border-radius: 15px;
}
.nav-dropdown>li>a{
    color: #fff;
    transition: all .2s;
}
.nav-dropdown li.active>a{
    color: #fff;
}

/*--- 2 Column Form Styles Start ---*/

#left {
    width: 47%;
    float: left;
    margin-right:6%;
}
 
#right {
    width: 47%;
    float: left;
}
 
.clearfix:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:10px;
}
 
.clearfix {
    display:block;
}

/*--- 2 Column Form Styles End ---*/

.customfooter{
    margin-top:80px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0em;
	color: #b20000;
    padding: 0em;
    border: 0px solid #00a0d2;
}

#menu-item-340{
	background-color: #d74c93;
	line-height: 1.6;
	text-transform: none;
    color:#fff;
	cursor: pointer;
    display: inline-block;
    font-size: .97em;
	font-family: "Open Sans", sans-serif;
    font-weight: bolder;
    letter-spacing: .03em;
    line-height: 2.4em;
    margin-top: 0;
    max-width: 100%;
    min-height: 2.5em;
    padding: 0 1.2em;
    position: relative;
    text-align: center;
	border-radius:20px;
}


#text-5 a{
	text-decoration:underline;
}

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


}