/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Child - A plain-vanilla & lightweight theme for Elementor page builder
	Author: Guilherme Schaurich
	Author URI: https://www.linkedin.com/in/guilherme-schaurich/
	Version: 1.0.0
	Stable tag: 1.0.0
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor-child
	Template: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.post-info {
  color: #000;
  clear: both;
  font-size: 14px;
  letter-spacing: 1px;
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 15px;
}
.single-post h1{
  font-size: 30px;
}
.single-post .post-info {
  text-align: center;
  margin-top: 0px;
}
#our-services .single-post p {
  margin-top: 10px;
}
.post-info i {
  color: #7fbe4b;
}
.post-info span{
  color: #000;
}
.post-info span, .post-info i {
  margin-right: 5px;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #254F9B
}
a:hover, a:active {
    color: #263973;
}
.ninja-forms-form-wrap *,
.ninja-forms-form-wrap *:after,
.ninja-forms-form-wrap *:before {
    color:#254F9B
}
button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #254F9B;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  border: 1px solid #254F9B;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all .3s;
  }
  button:focus,
  [type="submit"]:focus,
  [type="button"]:focus {
    outline: 5px auto -webkit-focus-ring-color; }
  button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    color: #ffffff;
    background-color: #254F9B;
    text-decoration: none; }
  button:not(:disabled),
  [type="submit"]:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer;
    }



.the_post p{
color: #263973 ;
    font-family: "Libre Franklin", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}



.gui-footer .elementor-shape .elementor-shape-fill {
    position: absolute;
    fill: #c59a57;
}