/*
Theme Name:         TheSaaS - Updated Child
Theme URI:          http://thetheme.io/wp/thesaas
Description:        Responsive SaaS, Software & WebApp WordPress Theme
Author:             TheThemeio
Author URI:         http://thetheme.io
Template:           thesaas-updated
Version:            1.3.2
Text Domain:        thesaas-updated-child
Tags:               one-column, custom-menu, editor-style, featured-images, sticky-post, theme-options, translation-ready

License:            GPLv3
License URI:        https://www.gnu.org/licenses/gpl-3.0.html
*/


/* Customizations */
.w-40 {
	width: 96px !important;
}

.fs-13 {
	font-size: 18px !important;
	margin-bottom: 0.75rem !important; 
}

.header-blog {
	padding: 120px 0 75px !important;
}

#home-serve {
	padding-top: 0px !important;
}

#home-do {
	padding-top: 10px !important;
}

.home-do-title {
	background-color: #f8f8f8;
}

.home-do-title h2 {
	margin-bottom: 0px !important;
}

#menu-topbar-menu {
	margin-left:0 !important;
}

.gform_wrapper .gform_footer input.button {
	background-color:#0a5499;
	border: 1px solid #0a5499;
}

.gform_wrapper .gform_footer input.button:hover {
	background-color:#fff;
	color:#0a5499;
	border: 1px solid #0a5499;
}

.site-footer .bc-custom-social {text-align:left !important;}
.site-footer .bc-custom-social a {font-size:2em; margin:0 1em 0.5em 0;}

.btn.btn-xl{
	font-size: 1.3em;
    letter-spacing: 0;
    padding: 0.8em 2em;
    line-height: 1em;
    min-width: 240px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}


.btn.btn-primary, .btn.primary {
	background: #003478 !important;
	border: none !important;
}

.btn.btn-secondary, .btn.secondary {
	background: #8fcae7 !important;
	color:#ffffff !important;
	border: none !important;
}

.btn.btn-info, .btn.info {
	background: transparent !important;
	border: 2px solid #8fcae7 !important;
	color: #8fcae7 !important;
}

.btn.btn-success, .btn.success {
	background: #e17000 !important;
	border: none !important;
}

.btn.btn-danger, .btn.success {
	background: transparent !important;
	border: 1px solid #e17000;
	color: #e17000;
	text-shadow: none !important;
}

.btn.btn-white, .btn.white {
	background: #fff !important;
	color: #003478 !important;
	border: none !important;
	text-shadow: none;
}

.btn.blue-ghost {
	background: transparent !important;
	color: #003478 !important;
	border: 1px solid #003478 !important;
	text-shadow: none;
}