/*
Theme Name: Betheme
Theme URI: http://themes.muffingroup.com/betheme
Description: Betheme - Premium WordPress Theme
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, post-formats, responsive-layout, theme-options, translation-ready
Author: Muffin group
Author URI: http://muffingroup.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 8.1

All css files are placed in /css/ folder.
If you want to add your own css code, please do it in /css/custom.css

*/
p { 
text-align:justify;
}
ul li {
    list-style-type:none;
}
.top_bar_left {
background-color:rgba(255,255,255, 0.75)!important;}
.top_bar_right {
background-color:rgba(255,255,255, 0.75)!important;}
/*Contact form - custom code*/
input.wpcf7-form-control.wpcf7-text {
  width: 500px!important;
}

.your-message {
width:500px!important;}
.required {
color:red;}
.wpcf7-select {
    width: 500px!important;
}
ul li {
    list-style: disc outside;
    font-size: 13px;
    color: black;}