/*
Theme Name: NHA
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*
@font-face {
    font-family: Cafeta;  
    src: url(https://dev-yonm-microsite.pantheonsite.io/wp-content/themes/Avada-Child-Theme/fonts/cafeta__.ttf);  
    font-weight: normal;  
}

@font-face {
    font-family: Cafeta;  
    src: url(https://dev-yonm-microsite.pantheonsite.io/wp-content/themes/Avada-Child-Theme/fonts/cafeta__.woff);  
    font-weight: normal;  
}
*/

@font-face {
    font-family: TWCenMT;  
    src: url(/wp-content/themes/Avada-Child-Theme/fonts/TCM_____.TTF);  
    font-weight: normal;  
}

body p{ 
font-family: "TWCenMT", Arial, sans-serif; 
font-size: 20px;
color: #444444;
line-height: 20px;
}


.fusion-builder-media-dialog .media-sidebar .attachment-display-settings > *,
.fusion-builder-media-dialog .media-sidebar .compat-attachment-fields,
.fusion-builder-media-dialog .media-sidebar .media-types.media-types-required-info {
display: block !important;
visibility: visible;
background-color: red;
}

.fusion-builder-media-dialog .media-sidebar .media-types.media-types-required-info {
    display: block !important;
}


.fusion-builder-media-dialog .media-sidebar .compat-attachment-fields{
	
	display: block !important;
}









.fusion-carousel .fusion-carousel-item {
    display: block;
    float: left;
    padding: 0;
    height: 250px;
}

.fusion-placeholder-image{	
	height: 20rem;
	width: 15rem;
}


/**REPSONSIVE RULES**/

/**GLOBAL**/



/**HOMEPAGE**/

@media all and (max-width: 50em) {
	
	.fusion-footer-widget-area {
		background-position: bottom left !important;
		background-size: 300% !important;
	}
	
	.recent-news-our-partners{
		background-position: left !important;
	}
	
	.recent-news .fusion-column-wrapper::before {
		box-shadow: 10px 34.5px 0px 5px #faec11 !important;
		-webkit-transform: rotate(-0.80deg) scale(0.96) !important;
		-moz-transform: rotate(-0.80deg) scale(0.96) !important;
		-o-transform: rotate(-0.80deg) scale(0.96) !important;
		-ms-transform: rotate(-0.80deg) scale(0.96) !important;
		transform: rotate(-0.80deg) scale(0.96) !important;
		transform: rotate(-0.80deg) scale(0.96) !important;				
	}
	
	
	
	.fusion-image-carousel {
		margin-bottom: -18.5px;
		padding-top: 0px;
		margin-bottom: -23.25px;
		margin-top: 26px;
	}
	
	.fusion-body .fusion-layout-column {
		width: auto;
	}
	
	.fusion-carousel .fusion-carousel-positioner {
		position: relative;
		margin-top: -20px;
	}
	
	
	
	.fusion-footer::after {
		left: -150% !important;
		width: 400% !important;
		top: 2rem !important;
	}
	
	/*.client-logos{
		width: 50% !important;		
	}
	
	.ribbon-left, .ribbon-right{
		width: 25% !important;
	}*/
}


/*NEWS PAGE*/

/*Archive Tabs*/
@media all and (max-width: 480px) {
	#sp-tabpro-wrapper_841.sp-tab__lay-default li.sp-tab__nav-item {
		width: 9.05rem !important;
		margin-right: 0px;
	}
}



.news-article-list-item-container{
	display: flex !important;
	/*flex: 1 1 0px;*/		
	flex-wrap: wrap;				
}

.news-article-list-item{
	display: flex !important;
	flex: 1 1 0px !important;												
}


.news-article-list-item {
    background-color: white;
    padding: 1rem;
    border-radius: 35px;
    margin-bottom: .85rem !important;
    margin-right: 1%;
    flex: 0 0 49% !important;
    display: flex !important;
    flex-wrap: inherit;
}

.article-content {
    display: block !important;
}
		
@media all and (max-width: 50rem) {
	
	.news-article-list-item-container{
		display: block !important;
		
	}
	.news-article-list-item{
		width: 100%;
		float: none;
		padding: 0 0rem;	
		display: block;				
	}					
}




















.column-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0
}
 
.column-wrap .column {
    width: 49%;
}
 
.column-wrap .column:last-child {
    float: right;
}
 
#my-ajax-filter-search label {
    display: block;
    font-weight: bold;
    font-style: italic;
}
 
#my-ajax-filter-search select {
    width: 100%;
    background-color: #f7f7f7;
    padding: 0.625em 0.4375em;
    border: 1px solid #d1d1d1;
}
 
#ajax_fitler_search_results {
    list-style: none;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 30px;
}
 
#ajax_fitler_search_results li {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
 
#ajax_fitler_search_results li.no-result {
    width: 100%;
    text-align: center;
}
 
#ajax_fitler_search_results li:nth-child(4n+4) {
    margin-right: 0;
}
 
.movie-info h4 {
    margin-bottom: 10px;
    color: #fff;
}
 
.movie-info p {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
}
 
.movie-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: all .3s;
}
 
.movie-info * {
    width: 100%;
    display: block;
}
 
#ajax_fitler_search_results li:hover .movie-info {
    opacity: 1;
}



















/*White Concave curve*/
.our-results-container .fusion-builder-row::before {
    /*clear: both;
    content: '';
    position: absolute;
    left: -49%;
    width: 200%;
    padding-bottom: 0px;
    background: none;
    border-radius: 50% 50% 0% 0%;
    overflow: hidden;
    height: 100%;
    transform: rotate(180deg);
    box-shadow: -1px -53px 0px -5px white;
    z-index: 1000000;
    top: -23rem;*/

}
.our-results-text h2{
/*font-weight: bolder !important;*/
}

.our-results-desc p{

}




.our-results .fusion-column-wrapper{
   /* z-index: 10;
    position: relative;
    display: inline-block;*/
}





.our-results .fusion-title {
    position: relative;
    top: 5%;
    left: 0%;
}

.our-results-desc p{
 color: #4c89c2;
 font-family: Ubuntu, Arial, Helvetica, sans-serif;
line-height: 2rem;
font-size: 17px;
}

.our-results{
z-index: 100000;
}

.our-results::after {
    position: absolute;
    right: 0px;
    top: 0;
    margin-right: -80px;
    content: url("/wp-content/themes/Avada-Child-Theme/img/our-results-arrow-front.png");
}

.our-results-desc::before{
 position: absolute;
    left: 0px;
    top: 0;
    margin-left: 0px;
    content: url("/wp-content/themes/Avada-Child-Theme/img/our-results-arrow-back.png");
}

.our-results-desc .fusion-column-wrapper{
margin-left: 80px;
}

.our-results-desc .fusion-text{
display: block;
margin: auto;
width: 80%;
padding-top: 0rem;
}

.our-results-text{
margin-left: 5rem;
}

.our-results-text h2 {
    line-height: 3.5rem !important;
    font-size: 3.5rem !important;
    font-weight: bold !important;
    display: block !important;
    margin: auto !important;
    left: 5%;
    position: relative !important;
    top: 5%;
}









/*SEARCH FORM*/

/*
.search__form{
		max-width: 100% !important;
    padding-top: 14px !important;
    height: 100% !important;
    width: 100% !important;
    position: fixed !important;
    z-index: 10000000 !important;
    top: 0 !important;
    left: 0 !important;
    background-color: rgba(0,0,0, 0.5) !important;
	display: none;
/*	visibility:hidden;
    opacity:0;
    transition:visibility 0.9s linear,opacity 0.9s linear;
*/

/*}*/

/*.fusion-custom-menu-item-contents:last-child{
	z-index: 10000000 !important;
}

.search__btn {
    color: black;
	
	 float: left;
  width: 10%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}*/

#searchsubmit::after {
/*	border-radius: 50% 50% 50% 50%;
content: '\f002';
  font-size: 1.5rem;
  color: red;
*/
}

#searchsubmit {
/*    height: 40px;
    background-color: black;
    font-size: 1rem;
    color: white;
	width: auto;
	padding: 0 1rem;
*/	
}

/*
.search__wrapper.active .search__form{

}

.search__form form {
    display: block !important;
    position: relative !important;
    top: 46% !important;
    width: 90% !important;
    text-align: center !important;
    margin: auto !important;
}

.search__form input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 90%;
  background: white;
  height: 40px;
  /*margin-bottom: 1rem;*/
/*}*/

/*.closebtn {
  position: absolute;
  top: 40px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.closebtn:hover {
  color: #ccc;
}*/


@import url('https://fonts.googleapis.com/css2?family=Blinker&display=swap');

/*font-family: 'Blinker', sans-serif;*/
