/*!
Theme Name: Bosa Business
Theme URI: https://bosathemes.com/bosa-business
Author: Keon Themes
Author URI: https://keonthemes.com
Description: Bosa Business is multipurpose business theme. Bosa Business is beautiful, fast, lightweight, responsive, extremely customizable theme that you can use as a foundation to build versatile sites such as business, startups, business agencies, corporate, blog, finance, accounting, consulting and preferably ideal for any type of business sites. Bosa Business is a child theme of Bosa, a free multipurpose WordPress theme. Bosa Business works perfectly with Gutenberg and the most popular page builder Elementor that can easily drag-and-drop your ideas from the interface. Bosa Business is built with SEO, speed, and usability in mind with the multiple Header & Footer layouts, predesigned starter sites includes awesome Home & Inner Pages that is incredibly customizable and powerful enough to take a stand among the crowd. Bosa Business is compatible with all major plugins like WooCommerce, Yoast, Contact form 7, Mailchimp for WordPress, bbPress, etc. Looking for a Multipurpose Business theme? Look no further!
Version: 1.0.4
Requires PHP: 5.5
Tested up to: 5.7
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: bosa
Text Domain: bosa-business
Tags: blog, portfolio, news, grid-Layout, one-column, two-columns, three-columns, flexible-header, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, post-formats, rtl-language-support, theme-options, sticky-post, threaded-comments, translation-ready, block-styles, wide-blocks

Bosa Business WordPress Theme, Copyright 2021 Keon Themes
Bosa Business is distributed under the terms of the GNU General Public License v3

Bosa Business is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

body {
  color: #444444;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  color: #3a3a3a;
  font-family: 'Bai Jamjuree', sans-serif;
  font-weight: normal;
  margin: 0 0 15px;
  line-height: 1.4;
}
h1 {
  font-size: 32px;
  font-weight: 700;
}

h2 {
  font-size: 24px;
  font-weight: 600;
}

h3 {
  font-size: 21px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 14px;
  }
}
ul,
ol {
  margin: 0 0 1.5em 0.875em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
figure {
  margin: 0;
}
a {
  color: #35c6ff;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
button:focus {
  outline: thin dotted #086abd;
}
button:hover,
button:active {
  outline: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots li {
  height: auto;
  width: auto;
  list-style: none;
  margin: 0 3px;
}
.slick-dots li button {
  background-color: transparent;
  border: 2px solid #868686;
  font-size: inherit;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  padding: 0;
}

/* contact form */ 
#bosa-business04-contact .wpcf7 input[type=text],
#bosa-business04-contact .wpcf7 input[type=email] {
  height: 50px;
}
#bosa-business04-contact .wpcf7 input[type=text],
#bosa-business04-contact .wpcf7 input[type=email],
#bosa-business04-contact .wpcf7 textarea {
  background-color: transparent;
  border-color: #002C4726;
  margin: 15px 0;
  padding: 20px;
}
#bosa-business04-contact .wpcf7 input[type=submit] {
  background-color: #002C47;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 16px 30px;
}
#bosa-business04-contact .wpcf7 input[type=submit]:hover,
#bosa-business04-contact .wpcf7 input[type=submit]:focus,
#bosa-business04-contact .wpcf7 input[type=submit]:active {
  background-color: #187BB9;
}