/*
Theme Name: Flying A
Description: A child theme for Enfold
Version: 1.0
Author: Armour Creative
Author URI: https://armourcreative.com
Template: enfold
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700&display=swap');

body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  text-transform: none;
}
body {
  font-size: 20px;
  font-weight: 300;
}
h1 {
  font-weight: 600;
    font-size: 2.2em;
    text-transform: uppercase;
    letter-spacing: -6px;
}
#top .av_header_transparency .main_menu a {
	color: #fff;
}
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
	text-transform: none;
}
h1 strong {
  color: #ffaa3b !important;
  font-weight: 600;
}
h2 {
  letter-spacing: 0;
  font-size: 36px;
  font-weight: 600;
	text-transform: uppercase;
}
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
	letter-spacing: -2px;
}
h2 strong {
  color: #ffaa3b !important;
  font-weight: 600;
}
h3 {
  letter-spacing: 0;
  font-size: 30px;
  font-weight: 600;
}
h3 strong {
  color: #ffaa3b !important;
  font-weight: 600;
}
.home .header_color .sub_menu>ul>li>a, 
.home .header_color .sub_menu>div>ul>li>a, 
.home .header_color .main_menu ul:first-child > li > a, 
.home #top .header_color .main_menu .menu ul .current_page_item > a, 
.home #top .header_color .main_menu .menu ul .current-menu-item > a, 
.home #top .header_color .sub_menu li ul a {
	color: #fff;
}
#top.page-id-32 .main_menu {
	color: #b9000c;
}

.hr-custom .hr-inner.inner-border-av-border-fat {
    border-top-width: 5px;
}
.main_color .iconlist_content {
    font-size: 18px;
}	
.avia-icon-list .iconlist_title {
    text-transform: none;
}

.avia-icon-list .iconlist_icon {
    height: 53px;
    width: 53px;
    line-height: 53px;
}
.avia-icon-list li {
    padding: 0 0 8px 0;
}

/* Footer */
.foooter-logo {
	max-width: 200px;
}
.avia-icon-pos-left {
    float: left;
    margin-right: 0.9em;
}
.avia-tooltip .inner_tooltip {
    top: -12px;
    position: relative;
}
.main_color .avia-tt, .main_color .avia-tt .avia-arrow, .main_color .avia-tt .avia-arrow {
    background-color: transparent;
    color: #ffffff;
}
.main_color .avia-tt {
	padding: 0 0 0 8px;
    font-size: 16px;
}
.rounded img {
	border-radius: 20px;
}