/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.21.1552928295
Updated: 2019-03-18 12:58:15

*/


a.more-link {
	text-transform: uppercase;
}


/* Sidebar */

#sidebar .et_pb_widget {
    float: none;
    background: #eee;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 10px;
}

@media (min-width: 981px) {
#main-content .container:before {
    position: absolute;
    top: 0;
    width: 0px;
    height: 100%;
    background-color: #e2e2e2;
    content: "";
}
}

/* Contact form */

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    padding: 10px;
    border: 1px solid #bbb;
    color: #4e4e4e;
    width: 100%;
    background-color: #fff;
}

.wpcf7-form input[type=submit] {
    color: #ffffff!important;
    background: #014db7;
    border-color: #014db7;
    border: 1px solid #014db7;
    border-radius: 100px;
	width: 100%;
    font-size: 17px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 600!important;
    background-color: #014db7;
    padding: 0.6em 1em!important;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}

@media (min-width: 981px) {
.et_right_sidebar #sidebar {
    padding-left: 0px !important;
}
}