/*
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: 11.0

All css files are placed in /css/ folder.
If you want to add your own css code, please do it in /css/custom.css

*/
.button-stroke input[type="submit"]{
margin-top:20px !important;
}

span.wpcf7-form-control-wrap .wpcf7-text{
width:95% !important;
}
.wpb_wrapper .wpcf7-form{
    display: inline-flex !important;
   border: 2px solid #27c2d6;
    padding: 5px;
}





.bottom-text{
	padding-right:65px;
}
.text-white-container, .text-white-container *{
	color:#FFF;
	text-shadow:0 1px 1px rgba(21, 100, 178, 0.2);
}

.ui-tabs .ui-tabs-nav li {
    width: 33.33%;
    white-space: normal !important;
    float: right;
    border-width: 0 0 0 1px;
    -webkit-box-sizing: border-box;
.column_tabs  -moz-box-sizing: border-box;
box-sizing: border-box;
}
.column_tabs  .ui-tabs .ui-tabs-nav li a {
    display: block;
    min-height: 140px;
display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}