/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

html,body{
	overflow-x:hidden !important;
}
body{
	padding-top:0px !important;
}
.change-color {
     background: #878787 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	padding-bottom:20px !important;
}
.srink{
    width: 46% !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
button#btn-form{
	margin-left:-120px;
}
.elementor-11 .elementor-element.elementor-element-2285886 .elementor-field-group .elementor-field, .elementor-11 .elementor-element.elementor-element-2285886 .elementor-field-subgroup label{
	padding-left:31px;
}

button#btn-form1{
	margin-left:-55px !important;
}

a.elementor-post__read-more{
	padding:8px 25px 8px 25px;
	background:#1783fb;
	border-radius:50px;
}

@media(max-width: 767px){
	.imageShape { position:relative; left: 15px }
	
}


