/*
Theme Name: Divi Child
Template: Divi
*/

/**** General Styles ****/

body{
	background-color:#d7d6d6;
}

#page-container, #top-header, #main-header{
	max-width:1260px;
	margin:0 auto;
}

p{
	margin: 0 0 20px;
	padding-bottom: 0;
}

a{
	color:#000000;
}

a:hover{
	color:#bed73b;
}

.dbs-hide{
	display: none !important;
}

.dbs-img-center{
	display:block;
	margin:0 auto;
}

.dbs-text-center{ 
	text-align: center;
}

.dbs-flex{
	display: flex !important;
}

.asa-white{
	color:#ffffff;
}

/**** End General Styles ****/

#top-header > .container{
	width:95%;
}

#main-header > .container{
	width:95%;
}

#top-header.et-fixed-header{
	position:absolute !important;
}

#main-header.is-shrunk .et_menu_container{
	position:static;
}

#main-header #et-top-navigation{
    padding-top: 55px;
}

#main-header.is-shrunk #et-top-navigation{
    padding-top: 30px;
}

#main-header {
  position: sticky;
  top: 0;
  height: 120px;
  transition: height 0.3s ease;
}

#main-header.is-shrunk {
  height: 75px;
}


#main-header #logo{
	height:100px;
	margin:10px 0;
	transition: all 0.4s ease;
}

#main-header.is-shrunk #logo {
  max-height: 55px;
}

#et-info{
    width:100%;
    display:flex;
}

.et-social-icons{
	margin-left:auto;
}

.menu-item a{
    font-weight:500;
}

.asa-main-heading{
  color:#333333;
  font-size:40px;
  font-family:'Oswald';
  font-weight:500;
  margin-bottom:10px;
}

.asa-home-heading{
    font-family:'Oswald';
    font-size:22px;
    line-height:1.4;
}

.asa-body-copy{
    font-family:'Open Sans';
    font-size:14px;
    line-height:1.7 !important;
    font-weight:500;
}

.asa-body-copy-ns{
    font-family:'Open Sans';
    font-size:14px;
    line-height:1.7 !important;
    font-weight:500;
	margin-bottom:0;
}

.asa-box-link{
    font-family:'Open Sans';
    font-size:14px;
    line-height:1.1;
    color:#333333;
    font-weight:500;
}

.asa-box-link:hover{
    color:#bed73b;
}

.et_pb_row.et_pb_equal_columns .et_pb_column {
  display: flex;
  flex-direction: column;
}

.et_pb_row.et_pb_equal_columns .et_pb_column .et_pb_image {
  flex: 0 0 auto;
}

.et_pb_row.et_pb_equal_columns .et_pb_column .match-text-bg {
  flex: 1 1 auto;
  height: 100%;
}

.et_pb_row.et_pb_equal_columns .et_pb_column .match-text-bg .et_pb_text_inner {
  height: 100%;
}

.asa-footer-text{
	color:#8c8989;
	font-size:12px;
	margin-bottom:0;
}

.asa-footer-text a{
	color:#bfbfbf;
}

.asa-footer-text a:hover{
	color:#bed73b;
}

.flip-box {
  background-color: transparent;
	margin:0 auto;
	max-width:375px;
  height: 200px;  
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flip-box-front {
  background-color: #f6f6f6;
  border-radius: 3px;
}

.flip-box-back {
  background-color: #a0ce4e;
  transform: rotateY(180deg);
  border-radius: 3px;
	padding:0 20px 0 20px;
}

.asa-fa-about{
	font-size:26px;
	color:#ffffff;
}

.circle-icon-bg {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 auto;
	margin-bottom:15px;
}

.asa-about-box-text{
  font-size:22px;
  font-family:'Oswald';
  color:#333333;
  text-align:center;
	font-weight:500;
	margin-bottom:0;
}

.asa-box-title{
    color:#eeeded;
    font-size:18px;
    font-family:'Oswald';
    text-transform:uppercase;
	margin-bottom:10px;
	font-weight:500;
	text-align:center;
}

.asa-box-copy{
    color:#ffffff;
    font-size:14px;
    margin-bottom:10px;
	font-weight:500;
	text-align:center;
}

.asa-box-copy a{
    color:#000000;
    margin-bottom:0;
}

.asa-box-copy a:hover{
    color:#ffffff;
    margin-bottom:0;
}

.about-heading{
  color:#333333;
  font-size:22px;
  font-family:'Oswald';
  font-weight:500;
  margin-bottom:10px;
  line-height: 1.3;
  text-wrap: balance;
  text-align:center;
}

.heading-line{
  display: flex;
  align-items: center;
  gap: 10px;
  color:#333333;
  font-size:22px;
  font-family:'Oswald';
  font-weight:500;
  margin-bottom:10px;
}

.heading-line::after{
content: "";
flex: 1;
height: 5px;
border-top: 1px solid #e0dede;
border-bottom: 1px solid #e0dede;
}

.asa-gallery-heading{
  display: flex;
  align-items: center;
  gap: 10px;
  color:#333333;
  font-size:40px;
  font-family:'Oswald';
  font-weight:500;
  margin-bottom:10px;
}

.asa-gallery-heading::after{
content: "";
flex: 1;
height: 5px;
border-top: 1px solid #e0dede;
border-bottom: 1px solid #e0dede;
}

.double-line{
  display: flex;
  align-items: center;
  gap: 10px;
}

.double-line::after{
content: "";
flex: 1;
height: 5px;
border-top: 1px solid #e0dede;
border-bottom: 1px solid #e0dede;
}

.asa-yellow-button{
    background:#a0ce4e;
    font-size:15px;
    color:#ffffff;
    padding:10px 25px;
    font-family:'Oswald';
    text-transform:uppercase;
	border-radius:3px;
	font-weight:700;
}

.asa-yellow-button:hover{
    background:#96c346;
    color:#ffffff;
}

hr.asa-grey {
	border:0;
  border-top: 1px solid #e0dede;
}

.asa-contact-text{
    font-size:22px;
    font-family:'Oswald';
    color:#333333;
    font-weight:500;
	margin-bottom:40px;
}

.asa-contact-text a{
    color:#333333;
}

.asa-contact-text a:hover{
    color:#bed73b;
}

.asa-gallery .et_pb_gallery_image img{
    padding:8px;
}

.et_pb_gallery_pagination ul{
	text-align:center !important;
}

.et_pb_gallery_pagination ul li{
	padding:10px 5px !important;
}

.et_pb_gallery_pagination ul li a{
	border:1px solid #e0dede;
	color:#111111 !important;
	padding:1px 7px;
}

.et_pb_gallery_pagination ul li a:hover{
	background:#0066cc;
	color:#ffffff !important;
}

.et_pb_gallery_pagination ul li a.active{
	border:none;
	padding:1px 7px;
	color:#454545 !important;
	padding:1px;
}

.et_pb_gallery_pagination ul li a.active:hover{
	border:none;
	background:none !important;
	color:#454545 !important;
	cursor:default;
}

.asa-blog-heading{
    font-family:'Oswald';
    font-size:18px;
    color:#333333;
    font-weight:500;
}

.db-fixed-thumb .et_pb_image_wrap {
  aspect-ratio: 230 / 350; /* same shape, scalable */
  overflow: hidden;
  width: 100%;
}

.db-fixed-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.et_pb_posts_nav{
	display:flex;
	justify-content:flex-end;
	gap:20px;
}

.nav-label{
    color:#333333 !important;
	font-weight:500;
}

.meta-nav{
    display:none !important;
}

.nav-label:hover{
    color:#bed73b !important;
}

.nav-previous{
	display:flex;
	align-items:center;
}

span.nav-previous a:before {
	content: "\34";
	font-family: "ETMODULES";
	font-size:22px;
	color:#333333;
	position:relative;
	top:4px;
	left:7px;
}

span.nav-next a:after { 
	content: "\35";
	font-family: "ETMODULES";
	font-size:22px;
	color:#333333;
	position:relative;
	top:4px;
	right:7px;
}

span.nav-previous:hover a:before {
	color:#bed73b;
}

span.nav-next:hover a:after {
	color:#bed73b;
}

.asa-post-nav{
    border-top:1px solid #e0dede;
    border-bottom:1px solid #e0dede;
	padding-bottom:6px;
}

.asa-post-info{
    font-weight:500;
	color:#747474;
	padding-bottom:6px;
	padding-top:4px;
}

.asa-post-info-bar{
    border-top:1px solid #e0dede;
    border-bottom:1px solid #e0dede;
}

.et_pb_social_media_follow li {
    margin-bottom:0 !important;
}

.asa-social-follow .et_pb_row{
	width:100%;
}








@media(max-width:1200px){

}

@media(min-width:980px){

#main-header #et-top-navigation{
    padding-top:0 !important;
}

.menu-item, .et_top_search{
    padding-top:50px;
}

.is-shrunk .menu-item{
    padding-top:26px;
}

#et_search_icon:before {
    padding-top: 54px;
}

.is-shrunk #et_search_icon:before {
    padding-top: 30px;
}

.current-menu-item{
	border-top:4px solid #9bc435;
}

#top-menu li{
    padding-right:0 !important;
    margin-right: 22px;
}
}

@media(max-width:980px){
	
	#et_top_search{
		display:none;
	}
	
	#main-header #et-top-navigation{
		padding-top: 45px;
	}

}

@media(max-width:767px){

}

@media(max-width:575px){
	
}
