/*
Theme Name: Bakers Theme
Theme URI: #
Author: Develop by Oz Web Guru
Author URI: https://ozwebguru.com.au/
Description: 
Version: 3.7
Tested up to: 6.6
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags:

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.
*/

@import url('/wp-content/themes/baker_theme/css/bootstrap.min.css');
@import url('/wp-content/themes/baker_theme/css/animate.css');
@import url('/wp-content/themes/baker_theme/css/owl.carousel.css');
@import url('/wp-content/themes/baker_theme/css/font-awesome.css');
@import url('/wp-content/themes/baker_theme/css/themify-icons.css');
@import url('/wp-content/themes/baker_theme/css/flaticon.css');
@import url('/wp-content/themes/baker_theme/revolution/css/layers.css');
@import url('/wp-content/themes/baker_theme/revolution/css/settings.css');
@import url('/wp-content/themes/baker_theme/css/prettyPhoto.css');
@import url('/wp-content/themes/baker_theme/css/shortcodes.css');
@import url('/wp-content/themes/baker_theme/css/main.css');
@import url('/wp-content/themes/baker_theme/css/color-switcher.css');
@import url('/wp-content/themes/baker_theme/css/colors/default-color.css');
@import url('/wp-content/themes/baker_theme/css/responsive.css');

.single-featured-image-header img{
	display:none;
}

.vc_row, .vc_section {
    /* margin-left: -15px; */
    /* margin-right: -15px; */
    margin: 0px auto !important;
}
.mt_100 {
    margin-top: -100px !important;
}
.home .pb-10 .vc_column-inner{
    padding-right: 0px !important;	
}
.featured-thumbnail img {
	max-width: 100%;
    height: auto;
    transform-style: preserve-3d;
}
.home .layer-content {
    padding:21% 0 30% 10%;
}
.home .bg .vc_custom_1728670164350{
	background-size:cover;
}
.home .owl-carousel .owl-item img {
    width: 100% !important;
    height: 230px;

}
.single-services .ttm_single_image-wrapper{
	float: left;	
	margin-right: 20px;
}
.single-services .ttm_single_image-wrapper img{

    width: 100%;
    height: 320px;

}
.single-services .ttm-service-description p{
    color: black;	
}
.ttm-processbox-wrapper .ttm-processbox .featured-title h5 {
    font-size: 18px !important;
}
.ttm-row.desc-only-section {
    padding: 40px 0 35px !important;
}
.sp-testimonial-post-title{
	display: none;	
}
.ttm-row.testimonial2-section {
    padding: 60px 0 60px !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #fff;
    border: 1px solid #b4d39b;
    box-sizing: border-box;
}
div.wpforms-container-full .wpforms-confirmation-container-full p, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
    color: #000;
    text-align: center;
}
div.wpforms-container-full img, div.wpforms-container-full video, div.wpforms-container-full canvas, div.wpforms-container-full svg {
	width: 250px;
}
@media (max-width: 991px) {
    .spacing-5 {
        padding: 40px 10px 10px 10px !important;
    }
	.row-title h2.title {
        font-size: 27px;
        line-height: 50px;
    }
}