/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */


.highlight-container, .highlight {
        position: relative;
}

.highlight{
	color: #000;
}

.highlight-container {
	display: inline-block;
}
.highlight-container:before {
	content: " ";
    display: block;
    height: 51%;
    width: 100%;
    margin-left: -3px;
    margin-right: -3px;
    position: absolute;
    background: #ffe446;
    transform: rotate(1deg);
    top: 5px;
    left: -1px;
    border-radius: 30% 33% 31% 25%;
    padding: 4px 3px 3px 3px;
}

.et_pb_image_container {
    margin: -10px -10px 0px !important;
}

.et_pb_blog_grid .et_pb_post {
	border: 0;
}

p, ul {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400;
}

.entry-title{
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
}

.current-menu-item a, .current-page-ancestor a{
	    font-weight: 700;
}

#sidebar .wp-block-heading{
	    font-size: 18px;
}

.et_pb_testimonial .et_pb_testimonial_content p {
    padding-bottom: 0;
}

/* hide sidebar */
#sidebar {
    display: none;
}
#left-area {
	width: 100% !important;
	float: none !important;
    padding: 0 !important;
}
.et_right_sidebar #main-content .container:before {
    right: inherit !important;
}
#main-content .container:before{
	display:none !important;
}

.et_post_meta_wrapper img{
	max-width: 800px !important;
	width: 100%;
}

.et_post_meta_wrapper{
	text-align:center;
}


@media only screen and (max-width: 980px) {
	.two-columns .et_pb_column {
	width: 50%!important;
	}
	.three-columns .et_pb_column {
	width: 33%!important;
	}
	.four-columns .et_pb_column {
	width: 25%!important;
	}
	.five-columns .et_pb_column {
	width: 20%!important;
	}
}



.badge-primary {
    color: #fff;
    background-color: #007bff;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}.badge-success {
    color: #fff;
    background-color: #28a745;
}.badge-danger {
    color: #fff;
    background-color: #dc3545;
}.badge-warning {
    color: #212529;
    background-color: #FFE446; /*#ffc107;*/
}.badge-info {
    color: #fff;
    background-color: #17a2b8;
}.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
.badge {

    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


#et-main-area #main-content .container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
