/*
Theme Name: Begin
Theme URI: https://wedesignthemes.com/themes/begin/
Author: the DesignThemes team
Author URI: https://wedesignthemes.com/
Description: Begin is the gateway to your new startup business. With pre-built pages you can create website within few minutes.Begin offers you easy way to customize your site without having to depend on developers. Everything is simple to configure-just drag and drop interface using which you can easily configure your web pages like a professional.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: begin

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.blog_font{
	font-size:25px !important;
}

.vc_column-inner-form{
	padding-left: 93px;
    padding-right: 103px;
}
.wholeform {
    display: inline-flex;
    margin-left: 9%;
	margin-bottom: 50px;
}

.fieldspace{
	padding-right:10px;
}

.contact_button{
	padding:0px 10px;
}

@media only screen and (max-width:600px){
	.wholeform {
    flex-direction: column;
    margin-left: 16px;
    margin-bottom: 50px;
    align-items: center;
}
	.fieldspace{
		padding-right:0px;
	}
	.vc_column-inner-form {
    padding-left: 25px;
    padding-right: 28px;
}
	.space-top{
		margin-top:10px;
	}
	
}

@media only screen and (max-width:767px){
  #footer .container .dt-sc-one-fourth {
    width: 100% !important;
}
}

.blog_button button{
	border-radius:5px !important;
}

.blog_button .ubtn-text {
	font-size: 14px !important;
}