/*!
Theme Name: Enroute2Canada
Theme URI: https://enroute2canada.ca
Author: Cath of DigitechPro
Author URI: http://www.enroute2canada.ca
Description: Immigration consultation website
Version: 1.0.5
Requires PHP: 5.5
Tested up to: 6.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: bosa
Text Domain: bosa-consulting
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 Consulting WordPress Theme, Copyright 2022 Keon Themes
Bosa Consulting is distributed under the terms of the GNU General Public License v3

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

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

body {
  color: #444444;
  font-family: 'Open Sans', sans-serif;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  color: #3a3a3a;
  font-family: 'Montserrat', sans-serif;
}

.wp-block-quote {
  padding: 30px 30px 30px 50px;
  margin: 30px 0 30px 30px;
}

.site-header .site-branding .site-title {
  font-family: 'Montserrat', sans-serif;
}

.site-footer .site-info,
.post .entry-meta, 
.attachment .entry-meta, 
.banner-content .entry-meta,
.site-footer .site-info,
.site-footer .footer-menu ul li a {
  font-family: 'Open Sans', sans-serif;
}

#bosa-consultant-contact-form .wpcf7 input[type=text],
#bosa-consultant-contact-form .wpcf7 input[type=email],
#bosa-consultant-contact-form .wpcf7 textarea {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-top: 15px;
  border-color: transparent;
  color: #383838;
  height: 50px;
  background-color: rgba(255,255,255, 0.95);
}

#bosa-consultant-contact-form .form-input {
  padding: 0 7px;
}

#bosa-consultant-contact-form .wpcf7 input[type=submit] {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-top: 15px;
  background-color: #3D72FC;  
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  padding-top: 17px;
  padding-bottom: 17px;
}

#bosa-consultant-contact-form .wpcf7 input[type=submit]:hover,
#bosa-consultant-contact-form .wpcf7 input[type=submit]:active,
#bosa-consultant-contact-form .wpcf7 input[type=submit]:focus {
  background-color: #1E4683;
}