/*
Theme Name: Coastwind Window Tinting
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.7
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: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

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('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('/wp-content/themes/coast_theme/assets/css/font-awesome-all.css');
@import url('/wp-content/themes/coast_theme/assets/css/icomoon.css');
@import url('/wp-content/themes/coast_theme/assets/css/owl.css');
@import url('/wp-content/themes/coast_theme/assets/css/bootstrap.css');
@import url('/wp-content/themes/coast_theme/assets/css/jquery.fancybox.min.css');
@import url('/wp-content/themes/coast_theme/assets/css/animate.css');
@import url('/wp-content/themes/coast_theme/assets/css/color.css');
@import url('/wp-content/themes/coast_theme/assets/css/global.css');
@import url('/wp-content/themes/coast_theme/assets/css/style.css');
@import url('/wp-content/themes/coast_theme/assets/css/responsive.css');

svg {
    display: none;
    overflow: hidden;
    vertical-align: middle;
}
.vc_row {
    margin: 0px auto !important;
 }
 .carousel-slider .carousel-slider__caption .caption {
    display: block;
    font-size: 17px !important;
    text-transform: uppercase;
    font-family: 'Roboto';
    line-height: 27px;
    font-weight: 600 !important;
    font-size: 17px;
    margin: 10px 0 0;
    text-align: left !important;
}
.carousel-slider .carousel-slider__caption {
    background: white;
}
b, strong {
    /* font-weight: bolder; */
    color: #313131;
	font-weight: 900;
}
.content-side h3{
    margin-top:0px;
    margin-bottom: 20px;
}
.content-side h3:after, .page-title .content-box .title h1:after{
	background-image: url(/wp-content/uploads/2021/06/welcome-title-bg.png);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 13px;
    width: 100%;
}
.service-section .sec-title p{
    text-align: center;	
}