/* 
Theme Name: Hello Addison
Theme URI: https://www.addisonjames.com/
Description: Hello Addison, created by @trulygood, is a child theme of Hello Elementor, created by Elementor team
Author: @trulygood
Author URI: https://trulygood.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-addison
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.header-title {
display: flex;
    justify-content: center;
    align-items: center;
}

.header-title .lines {
	display: inline-block;
    border-top: 1px solid #FFC700;
    border-bottom: 1px solid #FFC700;
    height: 6px;
    flex-grow: 1;
	transform: skew(-45deg);
}

.header-title h2 {font-family: "Crimson Pro", Sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 0.9em;
    color: #502913CC;}



.header-title .angle {
	display: inline-block;
    width: 1px;
    height: 50px;
    margin: 0px 40px 0 10px;
    background-color: #FFC700;
    transform: rotate(45deg);
}

.angle:nth-of-type(3) {
    margin: 0 10px 0 40px;
}

.frame .elementor-widget-container:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid #FFC700;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.frame.right .elementor-widget-container:after {
  right: 10px;
	left:auto;
}


.icon h3:before {display: inline-block;
    content: '';
    height: 15px;
    width: 15px;
    margin: 5px 20px 5px 0px;
    border: 1px solid #502913CC;
    transform: rotate(45deg);}

@media (max-width: 555px) {}
.header-title h2 {
	font-size: 35px;
    }