/** CUSTOM CSS **/



* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html{
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {

	height: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	background-color:#fff;
	line-height:1;
	margin:0;
	color:#444445;
}

h1, h2, h3, h4, h5, h6, p, span, div, body, strong{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smooth: always;
}

h1, h2, h3, h4, h5, h6{
	margin:0;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
}

h2{
	color:#008cd2;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 15px;

}

a{
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	background-color: transparent;
	text-decoration:none;
	
}

.animated{
	opacity: 0;
}

a:active,
a:hover {
  
}

sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
  vertical-align: middle;
}

p{
	margin-bottom:15px;
	color:#202020;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size:20px;
	
	line-height:1.5; 
	
}

ul{
	padding: 0;
    margin: 0;
   font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size:20px;
  	line-height:1.5; 
   color:#202020;
}

ul li{
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size:20px;
  	line-height:1.5; 
  	 color:#202020;
}

.clearfix:before, .clearfix:after, .inner::before, .inner::after, .row::before, .row::after{
	display: table;
    content: " ";
}

.clearfix:after, .inner::after, .row::after{
	clear:both;
}

*:before, *:after{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.custom-hidden{
	display:none;
}

.right{
	float:right;
}

.left{
	float:left;
}

.clear{
	clear:both;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}

img.alignnone, .alignnone{
	margin-bottom: 0;
}



.txt-bold{
	font-weight: bold;
}

.txt-regular{
	font-weight: normal;
}

.wrap-center{
	margin-left:auto;
	margin-right:auto;
}


.inner, .wrap{
	margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}
.widget{
	margin-bottom: 0;
}
.widget ul > li{
	margin-bottom: 0;
}

.wrap-custom{

	/*max-width: 1700px;*/
	max-width: 100%;

	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.full-wrap{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:100%;

}

.hide{
	display: none;
}
.visible{
	display: block;
}

/* SCROLL TOP */

.scroll-up{
	position: fixed;
    bottom: 15px;
    right: 15px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 48px;
    height: 45px;
    background-color: #008cd2;
    line-height: 45px;
    opacity: 1;
}

.scroll-up:hover{
	opacity: 1;
	 color:#fff;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.primary-btn{
	font-family: 'Raleway', sans-serif;
	background-color: #008cd2;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 15px 30px;
	display: inline-block;
	
	color:#fff;
	border-radius: 40px;
	text-align: center;
	
	border:solid 1px #008cd2;
}
.primary-btn:hover{
	background-color: #fff;
	color:#008cd2;
}

.white-btn{
	font-family: 'Raleway', sans-serif;
	background-color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 15px 30px;
	display: inline-block;
	color:#008cd2;
	border-radius: 40px;
	text-align: center;
	
	border:solid 1px #fff;
}

.white-btn:hover{
	background-color: #008cd2;
	color:#fff;
	border:solid 1px #fff;
}

.secondary-btn{
	border:solid 1px #008cd2;
	background-color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 15px 10px;
	display: inline-block;
	color:#008cd2;
	border-radius: 40px;
	outline: none;
	text-align: center;
}

.secondary-btn:hover{
	background-color: #008cd2;
	color:#fff !important;
}


.grn-btn{
	background-image: linear-gradient(to right, #00d6b2 , #00907d);
	
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 15px 30px;
	display: inline-block;
	
	color:#fff;
	border-radius: 40px;
}


.search-icon span{
	display:none;
	
}

.search-icon a{
	padding-right: 0 !important;
	cursor: pointer;
	
}
.search-icon a:hover{
	border-bottom:transparent !important;
}
.search-icon a:before{
	font-family: FontAwesome;
	content: "\f002";
	display: inline-block;
	vertical-align: top;
	opacity: .7;
}

#header-search {
    position: absolute;
    width: 100%;
    background: #FFF none repeat scroll 0% 0%;
    display: none;
    left: 0px;
    top: 0;
    z-index: 3;
 }


#execphp-2 form input {
    padding: 0 15px !important;
    font-size: 24px;
    font-weight: 300;
    height:70px;
}

#icon-close {
    position: absolute;
    right: 17px;
    top: -10px;
    z-index: 999;
    bottom: 0px;
    margin: auto;
    color: #727272;
    height: 29px;
    font-size: 29px;
    cursor: pointer;
 }

/** -------------------- HEADER ----------------------------- **/
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}


.site-header{
	background-color: #fff;
	min-height: 80px;
	position: relative;
	transition: all .5s ease;
	padding-top: 20px;
	box-shadow: none;
	 z-index: 3;
	 padding-left: 0;
	 padding-right:0;
}

.home .site-header, .event-page .site-header{
	position: absolute;
    background: transparent;
    width: 100%;
    min-height: 68px;
}



.site-header.scrolling {
    
    box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,.135);
    position: fixed;
    background-color: #fff;
    width: 100%;
    transition: all .5s ease;
    padding: 10px 0;
    min-height: initial;
  
    z-index: 9;
}

.wp-custom-logo .title-area{
	padding: 0;
	max-width: 250px !important;
	width: 100%;
	text-align: center;
}
.header-widget-area{
	text-align:left;
	float: right;
	max-width: 890px;
	width: 100%;
} 

.genesis-nav-menu li{
	font-family: 'Lato', sans-serif;
	list-style: none;
	display: inline-block;
	padding: 10px 12px !important;
	    vertical-align: middle;
}

.genesis-nav-menu a{
	font-family: 'Lato', sans-serif;
	color:#000000 !important;
	font-size: 18px;
	font-weight: normal;
	padding:0;
} 

.genesis-nav-menu li.search-icon{
	float: right;
}
.toggle-wrap{
	
	clear: none;
    display: none;
    margin: 0 auto;
    width: 50px;
    float: none;
    overflow: hidden;
    position: absolute;
    right: 30px;
    top: 8px;
    

      
}

#toggle-nav{
	    background: transparent none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    display: none;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 0;
    outline: medium none;
    overflow: hidden;
    padding: 3px 0 0;
    text-align: right;
    text-indent: -99999px;
    width: 50px;
}

#toggle-nav span{
	background: #282461 none repeat scroll 0 0;
    display: block;
    height: 4px;
    margin: 0 auto 5px auto;
    width: auto;
}

#mobile-menu-section, .mobile-menu-wrap{
	display: none;
}

/** -------------------- FRONTPAGE ----------------------------- **/
.side-toggle{
	width: 110px;
	position: absolute;
    z-index: 4;
    left: 0;
    margin-top: 10px;
    background-color: rgba(23, 35, 48, 0.8);
    padding: 20px;
    border-radius: 0 40px 40px 0;
    text-align: right;
    cursor: pointer;
     -o-transition: 4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
     transition: width .4s;
     display: none;

    
}

.side-toggle span{
	 background: #fff ;
    display: block;
    height: 4px;
    
    width: 30px;
    margin-left: auto;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s linear;
      transition: all 0.3s linear;
}
.side-toggle.open span:nth-child(1), .side-toggle.open span:nth-child(3){
	transform: translate(0px, 9px) rotate(-45deg) scalex(1.3);
      margin-right: 0;
}

.side-toggle.open span:nth-child(2){
	height: 0;
     margin: 0;
     display: none;
}

.side-toggle.open span:nth-child(3){
	transform: translate(0px, 0px) rotate(45deg) scalex(1.3);    

}

.side-toggle:hover{
	width: 220px;
}

.home .side-menu{
	position: fixed;
    z-index: 3;
    left: 0;
    background-color: rgba(23, 35, 48, 0.8);
    max-width: 46px;
    width: 100%;
    padding-top: 250px;
   	height: 100%;
   	top:0;  
  	transition: all .5s ease;
}


.mobile-side-menu{
	display: none;
}

.home .side-menu.active{
	max-width: 220px;
}


.home .side-menu .jump-section{
	text-align: center;
	position: absolute;
	top: 50%;
	left:50%;
    cursor: pointer;
    z-index: 3;

    transform: translate(-50%,-50%);

     -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;

	
      
}

.home .side-menu .jump-section.in-active{
	opacity: 0;
}

.home .side-menu .sidemenu-wrap{
	opacity: 0;
	margin-left: -500px;
	  -webkit-transition: all 0.5s linear;
      transition: all 0.5s linear;


}

.home .side-menu .sidemenu-wrap.active{
	opacity: 1;
	margin-left: 0;
	display: block !important;
}

.home .side-menu.scrolling .menu-close{
	top:100px;
}

.home .side-menu:hover .menu-close{
	display: block;
}

.home .side-menu .menu-close{
	padding: 0;
	background: transparent;
	font-size: 40px;
	font-weight: 300;
	width: 60px;
	height: 40px;
	line-height: 1;
	position: absolute;
    top: 30px;
    right: 10px;
    display: none;
    transition: all .5s ease;
    outline: none;
}
.home .side-menu ul li.agha-logo{
	/*
	opacity: 1;
	border-bottom:transparent;
	*/
}

.home .side-menu ul li{
	color:#fff;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
	border-bottom:solid 1px #3C4551;
	padding-bottom: 10px;
	padding-left: 20px;

	

}
.home .side-menu ul li a{
	color:#fff;
	outline: none;
	position: relative;
	z-index: 999;
}
.home .section h2{
	color:#008cd2;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.home .section .context p{
	margin-bottom: 30px;
	text-align: justify;
}
.home .section .context p:last-child{
	margin-bottom: 0;
}
.banner-section{
	background:url('./images/AGHA-Homepage-Banner.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	min-height: 500px;
	padding-top: 170px;
	position: relative;
	/*padding-bottom: 40px;*/
}

/* Facts counter background
.banner-section:before{
	content:'';
	position: absolute;
	bottom:0;
	width:100%;
	height: 122px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .8), rgba(255, 255, 255, .8));
}
*/


.banner-section:after{
	/*
	content: "";
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 0;
	box-shadow: inset 0 10px 20px -20px #000;
	*/
}


.banner-section .inner{
	max-width: 1280px;
}
.banner-section .context{
	max-width: 710px;
	width: 100%;
	
	
}

.banner-section .context h1{
	color:#fff;
	font-size: 49px;
	font-weight: 700;
	line-height: 1.22;
	margin-bottom: 20px;
}

.banner-section .context h1 span{
	color:#0089cf;
}
.banner-section .context a.btn{
	/*max-width: 240px;
	width: 100%;*/
	
	text-align: center;
	padding:15px 30px;
}
.banner-section .context a.btn:hover{
	border:solid 1px #fff;
}

.banner-section .row-2{
	margin-top: 190px;
}

.site-info ul{
	text-align: center;
	margin-left: -50px;
}

.site-info ul li{
	display: inline-block;
	width: 16%;
	text-align: center;
}

.site-info ul li .no{
	font-family: 'Lato', sans-serif;
	color:#008cd2;
	font-size: 45px;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 1.2;
}

.site-info ul li p{
	font-family: 'Raleway', sans-serif;
	color:#000000;
	font-size: 18px;
	font-weight: 300;
}

.partners{
	max-width: 1113px;
	width: 100%;
	margin: auto;
		margin-top: auto;
	margin-top: 20px;
}
.partners h3{
	text-transform: uppercase;
	color:#8e8e8e;
	font-size: 18px;
	float: left;
	font-weight: 700;
	line-height: 1.66;
	margin-top: 5px;
}
.partners ul{
	text-align: center;
	display: flex;
	justify-content: space-between;
	/*flex-wrap: wrap;*/
	flex-direction: row;
	align-items: center;

}

.partners ul{
	max-width: 90% !important;
	width: 100%;
	float: right;	
}

.partners ul li{
	display: inline-block;
	margin-left: 12px;
	margin-right: 12px;
}
.partners ul li:last-child{
	margin-right: 0;
}
.home .partners ul li img{
	margin: 0;
}
.partners ul li img{
	margin: 0;
}

.business-partners{
	 box-shadow: 0 10px 20px -20px #000;
	  position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 20px 0;

}
   
.business-partners .inner{
	max-width: 1280px;
	width: 100%;
	
}

.business-partners .pa{
	margin-top: 0;
}
.section-1{
	background:url('./images/AGHA-SECTION-1-BG.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	min-height: 560px;
	padding-top: 50px;
	position: relative;
}

.section-1 .context{
	max-width: 550px;
	width: 100%;
	margin-left: -60px;
}
.section-1 .context ul{
	padding-top: 30px;
}
.section-1 .context ul li:first-child{
	margin-left: 0;
}
.section-1 .context ul li{
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

.section-1 .context ul li a.btn{
	width: 170px;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	color:#008cd2;
	padding: 12px 8px;
	font-size: 13px;
}

.upcoming-events-section{
	

	background:url('./images/AGHA-SECTION-2-BG.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	min-height: 700px;
	padding-top: 160px;
	position: relative;

}


.upcoming-events-section .upcoming-events{
	border: solid 20px rgba(0,140,210,.4);
    /*width: 640px;*/
    width: 100%;
    position: absolute;
    left: -70%;
   /*margin-left: -280px;*/
   min-height: 430px;
   margin-top: -40px;
   border-left:transparent;
}

.event-upcoming-wrap{
	

	width: 730px;
    position: absolute;
    left: 0;
   	margin-left: -280px;
   	margin-top: 30px;
   	
}

.upcoming-events-section .event-wrap{
	position: relative;
	width: 100%;
	
}

.upcoming-events-section .event-list{
	/*max-width: 225px;
	width: 33%;
	text-align: center;
	background-color: #c6c6c6;
	padding: 45px 40px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	outline: none;
	*/
	max-width: 225px;
	width: 33.33333%;
    text-align: center;
    background-color: #c6c6c6;
    padding: 45px 40px;
    float: left;
    margin:5px 10px;
    
    outline: none;

}

/*
.upcoming-events-section .event-list:nth-child(even){
	background-color: #fff !important;
	border:solid 1px red;
}
*/


.upcoming-events-section .event-list .month, .upcoming-events-section .event-list .month p{
	
	color:#606060;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.upcoming-events-section .event-list .date{
	color:#606060;
	font-size:100px;
	font-weight: 700;
	
}
.upcoming-events-section .event-list .date p{
	color:#606060;
	font-size:100px;
	font-weight: 700;
	margin-bottom: 10px;
} 
.upcoming-events-section .event-list .event p{
	color:#606060; 
	font-size:16px;
	font-weight: 700;
	line-height: 1.18;
	text-transform: uppercase;
}


.upcoming-events-section .slick-active.current{
	background-color: #fff;
	/*box-shadow: 0px 0px 48px 0 #000;*/
	box-shadow: 0 0  10px 0 rgba(0,0,0,0.30);
}


.upcoming-events-section .slick-active.current .month, .upcoming-events-section .slick-active.current .month p{
	color:#374647;	
}
.upcoming-events-section .slick-active.current .date, .upcoming-events-section .slick-active.current .date p{
	color:#008cd2;	
}

.upcoming-events-section .slick-active.current .event p{
	color:#000000;
}

.upcoming-events-section .context{
	float: right;
	max-width: 566px;
	width: 100%;
	margin-right: 29px;
	margin-top: -10px;
	text-align: justify;
}

.upcoming-events-section .context p {

    margin-bottom: 30px;
    line-height: 1.4;

}

.upcoming-events-section .context .primary-btn.btn {
    font-weight: 700;
	font-size:17px;
}

.section-3 .context p {
    color:    #fff;
}


.upcoming-events-section .slick-prev{
	right: 195px;
    left: unset;
    z-index: 3;
}
.upcoming-events-section .slick-prev:before{
	content: "\f053";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	position: absolute;
	top: 0;
	left: 0;
}
.upcoming-events-section .slick-next{
	right: 20px;
}
.upcoming-events-section .slick-next:before{
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	position: absolute;
	top: 0;
	right: 0;
}

.upcoming-events-section .slick-prev:before, .upcoming-events-section .slick-next:before{
	font-size: 14px;
	opacity: 1;
	color: #000000;
}

.section-3{
	background:url('./images/AGHA-SECTION-3-BG.jpg');
	background-position:bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	min-height: 512px;
	position: relative;

}
.section-3 .content-left{
	width: 60%;
	float: left;
	padding-top: 70px;
	position: relative;
}
.section-3 .content-left .context{
	max-width: 550px;
	width: 100%;

	/*margin-left: 260px;*/
	margin-left: 25.50%;


}
.section-3 .event-wrap{
	position: absolute;
	max-width: 225px;
	width: 100%;
	background-color:
	#fff;
	text-align: center;
	color:
	#fff;
	padding: 35px 20px 30px;
	top: 55%;
	transform: translate(0,-50%);
	right: -112px;
}

#melbourne-gift-fair p .white-btn.btn {
    font-weight: 700;
    margin-top: 25px;
	color: #008cd2;
}
#melbourne-gift-fair p .white-btn.btn:hover{
	background-color:#008cd2;
	color:#fff;
	border:solid 1px #008cd2;
}
.section-3 .event-wrap .month {
	font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    color:#374647;
    margin-bottom: 8px;
}
.section-3 .event-wrap .date {
    text-transform: uppercase;
    color:#008cd2;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 10px;
}
.section-3 .event-wrap .event {
	font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color:#000000;

}

.section-3 .content-left .context a.btn{
	max-width: 240px;
	width: 100%;
	font-weight:700;
}

.section-3 .context h2{
	color:#fff;
	font-size: 40px;
}
.section-3 .context p{
	color:#fff;
}
.section-3 .content-right{
	width: 40%;
	float: right;
	text-align: right;
}

.section-3 .content-right .featured{
	
}
.section-3 .content-right .featured img{
	object-fit: cover;
    height: 512px;
    width: 100%;
}
.section-4{
	background:url('./images/AGHA-SECTION-4-BG.jpg');
	background-position:bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	min-height: 536px;
	position: relative;
	margin-top: -1px;
}
.section-4 .content-left{
	width: 38%;
	float: left;
	background-size: cover;
	height: 536px;
}

.section-4 .content-left .featured img{
	object-fit: cover;
    height: 533px;
    width: 100%;
}

.section-4 .content-right{
	width: 62%;
	float: right;
	padding-top: 80px;
	padding-left: 200px;
	position: relative;
}
.section-4 .event-wrap{
	position: absolute;
    max-width: 225px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    color: #fff;
    padding: 35px 20px 30px;
    top: 50%;
    transform: translate(0,-50%);
    left: -120px;
}

.section-4 .event-wrap .month {
	font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
    color:#374647;
    margin-bottom: 8px;
}
.section-4 .event-wrap .date {
    text-transform: uppercase;
    color:#1f2f44;
    font-size: 62px;
    font-weight: 700;
    margin-bottom: 10px;
}
.section-4 .event-wrap .event {
	font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    color:#000000;

}
.section-4 .content-right .context{
	max-width: 580px;
	width: 100%;
	position: relative;
	right: -43px;
}

#about-us .primary-btn.btn {
    max-width: 222px;
    width: 100%;
    margin-top: 1em;
}

.section-4 .context h2{
	color:#fff;
	font-size: 40px;
	margin-bottom: 25px;
}
.section-4 .context p{
	color:#fff;
}
.section-4 .content-right .context a.btn{
	max-width: 240px;
	width: 100%;
	color:#1f2f44;
	font-weight: 300;
}
.section-4 .content-right .context a.btn:hover{
	background-color: #1f2f44;
	color:#fff !important;
}
.section-5{
	padding: 60px 0;
}


.section-5 .heading h2{
	margin-bottom: 40px;
}
.section-5 .tabcontent ul{
	text-align: center;
	/*
	display: flex;
	justify-content: center;
	*/
	width: 100% !important;
	   
	    
}

.section-5 .tabcontent  ul li{
	float: left;
	background-color: #EDEDED;
	width: 33%;
	cursor: pointer;
	transition: all .5s ease;
	padding-bottom: 10px;
	min-height: 410px;
	
}

.section-5 .tabcontent ul.old-blog-posts li{
	width: 33%;
}

.section-5 .tabcontent ul.old-blog-posts li .featured{
	
}
.section-5 .tabcontent ul.blog-posts li .featured img{
	width: 380px;
    height: 210px;
}


.section-5 .tabcontent ul.old-blog-posts li.slick-slide{
	border:solid 1px red;
}
.section-5 .tabcontent  ul li:hover{
	background-color: #fff;
	    margin-top: -20px;
}
.section-5 .tabcontent  ul li:hover h3{
	color:#008cd2;
	font-weight: 700;
}
.section-5 .context{
	padding: 10px 15px;
	text-align: left;

}
.section-5 .context h3{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color:#404041;
	line-height: 1.28;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.section-5 .context p{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color:#404041;
	line-height: 1.14;
	font-weight: 300;
	margin-bottom: 10px !important;
}

.section-5 .view-post{
	font-family: 'Raleway', sans-serif;
	float: left;
	text-align:left;
	color:#008cd2;
	font-size: 8px;
	font-weight: 700;
	padding-left: 15px;
}

.section-5 .date-post{
	font-family: 'Raleway', sans-serif;
	float: right;
	text-align:right;
	color:#7a7a7a;
	font-size: 8px;
	font-weight: 700;
	padding-right: 15px;
}
.responsive-tabs ul.responsive-tabs__list{
	margin: 0 !important;
	text-transform: uppercase;
	 display: flex;
    justify-content: center;
}

.responsive-tabs .responsive-tabs__list__item{
	width: auto;
	margin:0 !important;
	font-size: 14px !important;
	background-color: #758789 !important;
	color:#fff !important;
	width: 94px !important;
	margin-left: 35px !important;
	margin-right: 35px !important;
	text-align: center !important;
	border-radius: 30px !important;
	padding: 5px 20px !important;
	border: transparent !important;
	line-height: 1;
}

.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover{
	border-color: transparent !important;
	top:0 !important;
	background-color: #008cd2 !important;
}
.responsive-tabs .responsive-tabs__panel{
	padding: 0 !important;
	background: transparent !important;
    border: transparent !important;
    border-top: transparent !important;
    padding-top: 40px !important;
}


.section-5 .slick-prev:before{
	content: "\f053";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #008cd2;
	font-size: 30px;
	position: absolute;
	top: 0;
	left: 0;
}

.section-5 .slick-next:before{
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #008cd2;
	font-size: 30px;
	
	position: absolute;
	top: 0;
	right: 0;
}

.section-5 .slick-prev:before, .section-5 .slick-next:before{
	font-size: 40px;
	opacity: 1;
	color: #008cd2;
}



.section-5 .more{
	margin-top: 50px;
}
.section-5 .more a.btn{
	max-width: 240px;
	width: 100%;

}

.section-6{
	padding: 40px 0;

}

.partners-section{
	padding: 35px 0;
	box-shadow: 0 10px 20px -20px #000;
	position: relative;
	z-index: 1;
	padding-bottom: 3em;
}

.partners-section .heading p{
	margin-bottom: 60px;
}
.partners-section .more{
	margin-top: 20px;
	    position: relative;
    z-index: 3;
}

.partners-section .more a.btn{
	border:solid 1px #008cd2;
}





.membership-section{
	background:url('./images/AGHA-SECTION-8-BG.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	min-height: 807px;
	position: relative;
}

.membership-section .featured{
	position: absolute;
   
    right: 30px;
    z-index: 2;
    bottom:0;
}

.membership-section .context{
	max-width: 912px;
	width: 100%;
	padding-top: 40px;
}
.membership-section .context p{
	font-family: 'Lato', sans-serif;
}
.membership-section .context ul{
	max-width: 700px;
    width: 100%;
	padding-left: 30px;
	margin-bottom: 40px;
}
.membership-section .context ul li{
	font-family: 'Lato', sans-serif;
	list-style-type: disc;
	font-weight: 400;
}
.membership-section .context a.btn{
	max-width: 240px;
	width: 100%;
	border:solid 1px #008cd2;
	margin-top: .5em;
}

.home .membership-section{
	background: url('./images/AGHA-HOME-SECTION-8-BG.jpg');
		background-position-x: 0%;
		background-position-y: 0%;
		background-repeat: repeat;
	background-position: calc(50% - -200px) 0px;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 797px;
	position: relative;
}

.home .membership-section .context{
	max-width: 575px;
	width: 100%;
	padding-top: 120px;
	margin-left: 0;
}

.business-partners .partners{
	max-width:100% !important;
}


/** -------------------- PAGES ----------------------------- **/
.about-page h2{
	color:#008cd2;
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 700;
}
.about-page .context p{
	margin-bottom: 30px;
}
.about-page .page-banner-section{
	background:url('./images/AGHA-ABOUT-BANNER.jpg');
	background-position:bottom center;
    background-repeat: no-repeat;
   	background-size: cover;
    width: 100%;
	min-height: 455px;
	position: relative;
}


.about-page .page-banner-section h1{
	color:#008cd2;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 190px;
}

.about-section-1{
	padding-top: 22px;
	margin-bottom: 45px;
}
.about-section-1 .context h2{
	margin-bottom: 30px;
}

.about-section-1 .context{
	max-width: 690px;
	width: 100%;
	float: left;
	margin-top: 30px;
}
.about-section-1 .featured{
	float: right;
	margin-right: -60px;
}
.about-section-1 .context ul li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}
.about-section-1 .context ul li:first-child {
    margin-left: 0;
}
.about-section-1 .context ul li a.btn{
	font-family: 'Raleway', sans-serif;
	width: 170px;
    display: inline-block;
    text-align: center;
    padding: 12px 8px;
    font-size: 13px;
}

.about-section-2{}
.about-section-2 .col-left{
	float: left;
	/*max-width: 766px;*/
	width: 45%;

}

.about-section-2 .col-left .featured img{
	object-fit: cover;
    height: 585px;
    width: 100%;
}
.about-section-2 .col-right{
	float: right;
	padding-left: 90px;
	width: 55%;
}
.about-section-2 .context{
	max-width: 580px;
	width: 100%;
	margin-top: 70px;
}
.about-section-2 .context h2{
	margin-bottom: 40px;
}

.about-section-3{
	background:url('./images/AGHA-ABOUT-SECTION-3-BG.jpg');
	background-position:bottom center;
    background-repeat: no-repeat;
    width: 100%;
	min-height: 970px;
	position: relative;
	padding-top: 85px;
	background-size: cover;
}

.about-section-3 .heading h2{
	margin-bottom: 60px;
}
.about-section-3 .teams{
	text-align: center;
	margin-left: -30px;
	margin-right: -30px;
}
.about-section-3 .team{
	background-color: #fff;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.5);
	max-width: 232px;
	width: 100%;
	border-radius: 10px;
	margin-left: 30px;
	margin-right: 30px;
	display: inline-block;
	margin-bottom: 60px;
	position: relative;
	min-height: 302px;
	cursor: pointer;
}
.about-section-3 .team:hover .profile-info{
	
   opacity: 1;
}

.about-section-3 .team .profile-info{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #1f2f44;
	opacity: 0;
	 transition: all 1s;
   -webkit-transition: all 1s;
}
.about-section-3 .team .profile-info .info{
	 position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 30px;
}
.about-section-3 .team .profile-info h3{
	color:#fff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.about-section-3 .team .profile-info p{
	color:#fff;
	font-size: 14px;
	font-weight: 400;
}
.about-section-3 .team .profile-image{
	min-height: 240px;
}

.about-section-3 .team .profile{
	padding: 14px 30px 10px 30px;
	background-color: #1f2f44;
}

.about-section-3 .team .profile span{
	display: block;
	color:#fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.about-section-3 .team .profile span.position{
	font-size: 14px;
	color:#00bcf2;
	font-weight: 400;
	margin-top: 4px;
}

.about-section-4{
	min-height: 582px;
	padding-top: 90px;
}

.timeline-section{
	background:url('./images/AGHA-ABOUT-TIMELINE-BG.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	min-height: 910px;
	position: relative;
	padding-top: 110px;
}

.timeline-section .heading{
	
	margin-bottom: 170px;
	
}
.timeline-section .heading h2{
	color:#fff;
	margin-bottom: 0;
}
.timeline-section .line{
	position: absolute;
	background: url('./images/timeline-line.png') center center repeat-x;
	height: 20px;
	left: 50%;
	max-width: 1500px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	margin-top: 110px;
}

.timeline-section .timeline{
	float: left;
	width: 16.66666%;
	position: relative;
}



.timeline-section .timeline:nth-child(odd){
	margin-top: 110px;
	padding-top: 150px;
}
.timeline-section .timeline:nth-child(odd) .year{
	top:102px;
}

.timeline-section .timeline:nth-child(odd):before{
	content: '';
	position: absolute;
	background: url('./images/timeline-down.png')top center no-repeat;
	width: 24px;
	height: 132px;
	left:50%;
	margin-left: -12px;
	top:0;
}


.timeline-section .timeline:nth-child(even){
	margin-top: -140px;
	min-height: 156px;
}

.timeline-section .timeline:nth-child(even):after{
	content: '';
	position: absolute;
	background: url('./images/timeline-up.png')top center no-repeat;
	width: 24px;
	height: 132px;
	left:50%;
	margin-left: -12px;
	bottom:-120px;
}

.timeline-section .timeline:nth-child(even) .year{
	top: 140px;
}

.timeline-section .timeline .year{
	color:#00bcf2;
	font-size: 30px;
	font-weight: 700;
	position: absolute;
    right: 0
}

.timeline-section .timeline-1 .year{
	color:#798b27;
}

.timeline-section .timeline-2 .year{
	color:#00907d;
}
.timeline-section .timeline-3 .year{
	color:#66bcb1;
}
.timeline-section .timeline .context{
	text-align: center;
}
.timeline-section .timeline .context h3{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color:#fff;
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}

.timeline-section .timeline .context h3:before{
    content: '';
    position: absolute;
    background-color: #00bcf2;
    width: 30px;
    height: 4px;
    left: 50%;
    margin-left: -15px;
    bottom: -15px;
}

.timeline-section .timeline .context p{
	font-size: 14px;
	font-weight: 400;
	color:#fff;
	line-height: 1.14;
}

.about-page .membership-section .context p{
	font-family: 'Lato', sans-serif;
	margin-bottom: 40px;
}
.about-page .membership-section .context ul li{
	font-family: 'Lato', sans-serif;
}

.contact-page .content-sidebar-wrap{
	background: url('./images/AGHA-PLAIN-BG.jpg') top center repeat;
}

.contact-page .main-section{
	text-align: center;
	padding-top: 60px;
}

.contact-page .main-section h1{
	font-size: 45px;
	font-weight: 700;
	color:#008cd2;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.contact-page .main-section p{
	color:#1f2f44;
	margin-bottom: 45px;
}

.contact-page .contact-form .gform_wrapper{
	position: relative;
	text-align: left;
	margin-top: 5em;
}
.contact-page .contact-form .gform_wrapper .validation_error{
	font-size: 14px;
	color:red;
}

.info.contact-fax ul {
    margin-bottom: 40px;
}

.contact-page .contact-form .gform_wrapper .validation_message{
	font-size: 14px;
	color:red;
}
.contact-page .contact-form .gform_wrapper  .gfield_label{
	display: none;
}

.contact-page .contact-form .gform_wrapper .gform_fields .gfield.left{
	
	max-width: 420px;
	width: 100%;
	display: block;
	clear:none;
	float: none;
	margin-bottom: 30px;
}

.contact-page .contact-form .gform_wrapper .gform_fields .gfield.message-field{
	position: absolute;
	right: 0;
	top:0;
	max-width: 650px;
	width: 100%;
}

.contact-page .contact-form .gform_wrapper .gform_fields .gfield.captcha{
	    position: absolute;
    right: 0;
    top: 145px;
    max-width: 650px;
    width: 100%;
}

.contact-page .contact-form .gform_wrapper input[type="text"]{
	padding-top: 0;
	padding-bottom: 0;
	min-height: 40px;
	line-height: 40px;
	border:solid 1px #008cd2;
	background-color: #fff;
	color:#757575;
	font-size: 15px;
	font-weight: normal;
	border-radius: 40px;
}

.contact-page .contact-form .gform_wrapper textarea{
	border:solid 1px #008cd2;
	background-color: #fff;
	color:#757575;
	font-size: 15px;
	font-weight: normal;
	max-height: 135px;
	resize:none;
}

.contact-page .contact-form .gform_wrapper .gform_button{
	font-family: 'Raleway', sans-serif;
	background-color: #008cd2;
	border:solid 1px #008cd2;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0;
	min-height: 52px;
	line-height: 52px;
	max-width: 240px;
	width:100%;
	color:#fff;
	border-radius: 30px;
	position: absolute;
	right: 0;
	bottom:-15px;
}

.contact-page .contact-form .gform_wrapper .gform_button:hover{
	background-color:#fff;
	color:#008cd2;
}

.contact-info-section{
	padding-top: 50px;
	padding-bottom: 60px;
}

.contact-info-section .info{
	float: left;
	width: 33.33333%;
}

.contact-info-section .info h3{
	color:#00bcf2;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 30px;
}

.contact-info-section .info ul li{
	color:#00bcf2;
	font-size: 20px;
	font-weight: 400;
}
.contact-page .instagram-section{
	background-color: #fff;
	padding-bottom: 0;
}
.contact-page .instagram-section p{
	margin-bottom: 0;
}
.contact-page .instagram-section h2{
	color:#008cd2;
	margin-bottom: 40px;
}
/** -------------------- EVENT PAGES ----------------------------- **/
.event-page .side-menu{
	position: fixed;
    z-index: 3;
    left: 0;
    background-color: #4e4799;
    max-width: 46px;
    width: 100%;
    padding-top: 125px;   
    height: 100%;
    cursor: pointer; 
    transition: all .5s ease;
}

.event-page .side-menu.active{
	max-width: 220px;
}

.event-page .side-menu .jump-section{
	text-align: center;
	position: absolute;
	top: 50%;
	left:50%;
    cursor: pointer;
    z-index: 3;
    transform: translate(-50%,-50%);
     -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    display: block;
}

.event-page .side-menu .sidemenu-wrap{
	opacity: 0;
	margin-left: -500px;
	  -webkit-transition: all 0.5s linear;
      transition: all 0.5s linear;
      display: block !important;
}



.event-page .side-menu .jump-section.in-active{
	opacity: 0;
	display: none;
}

.event-page .side-menu .sidemenu-wrap{
	opacity: 0;
	margin-left: -500px;
	  -webkit-transition: all 0.5s linear;
      transition: all 0.5s linear;
}

.event-page .side-menu .sidemenu-wrap.active{
	opacity: 1;
	margin-left: 0;
}

.event-page .side-menu.scrolling{
	margin-top: 64px;
}

.event-page .side-menu:hover .menu-close{
	display: block;
}

.event-page .side-menu .menu-close{
	padding: 0;
	background: transparent;
	font-size: 40px;
	font-weight: 300;
	width: 60px;
	height: 40px;
	line-height: 1;
	position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    transition: all .5s ease;
    outline: none;
}






.event-page.wp-custom-logo .site-container .title-area{
	/*display: none;*/
}

.event-page .header-widget-area{
	/*
	text-align: center;
	float: none;
	
	max-width: 100%;
	width: 100%;
	height: 60px;
	*/
}

.genesis-nav-menu .event-logo{
	max-width: 250px;
	width: 100%;
	text-align: center;
    float: left;
    padding: 0 !important;
}
.genesis-nav-menu .event-logo a{
	/*background: url('./images/AGHA-GIFT-FAIRS.png') top left no-repeat;*/
	filter: grayscale(100%) brightness(70%) contrast(2);
	background: url('/wp-content/uploads/2019/07/logo-1.png') top left no-repeat;
	width: 116px;
	height: 42px;
	display: inline-block;
}

.genesis-nav-menu .event-logo span{
	display: none;
}

.melbourne-page .side-menu{
	background-color: #4e4799;

}
.event-page .side-menu ul li{
	color:#fff;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
	border-bottom: 0;
	padding-bottom: 15px;
	padding-left: 20px;
}
.event-page .side-menu ul li a{
	color:#fff;
	outline:none;
}

.event-page h2{
	font-size: 45px;
	color:#172330;

}

.event-page .page-banner-section{
	background:url('./images/AGHA-SYDNEY-GIFT-BANNER-BG.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	min-height: 500px;
	padding-top: 135px;
	position: relative;
}

.sydney-page .page-banner-section{
	background:url('./images/AGHA-SYDNEY-GIFT-BANNER-BG.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	min-height: 500px;
	padding-top: 135px;
	position: relative;
}

.melbourne-page .primary-btn{
	background-color: #008bd1;
	padding: 12px 10px;
	border: solid 1px
	#008bd1;
	font-weight: 700;
}

.melbourne-page .primary-btn:hover{
	background-color:
	#fff;
	color:
	#008bd1;
}
.melbourne-page .secondary-btn{
	border: solid 1px
	#00907d;
	color:
	#172330;
	padding: 12px 10px;

}

.melbourne-page .secondary-btn:hover{
	background-color:#172330; 
	border:solid 1px #172330;
}

.sydney-page .primary-btn{
	background-color: #008cd2;
	padding: 12px 10px;
}


.sydney-page .primary-btn:hover{
	background-color: #fff;
	color:#008cd2;
	border: solid 1px #fff;
}

.sydney-page .secondary-btn{
	border:solid 1px #008cd2;
	color:#172330;
	padding: 12px 10px;
}

.event-page .page-banner-section .context{
	max-width: 500px;
	width: 100%;
	float: right;
	margin-right:130px;
}
.event-page .page-banner-section .context p{
	margin-bottom: 40px;
}


.event-page .page-banner-section .context h3{
	color:#fff;
	font-size: 33px;
	font-weight: 700;
	
	margin-bottom: 45px;
}

.event-page .page-banner-section .context ul li{
	max-width: 240px;
	width: 100%;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}
.event-page .page-banner-section .context ul{
	
}
.event-page .page-banner-section .context ul li a.btn{
	width: 100%;
	
}

.event-page .page-banner-section .full-wrap{
	position: absolute;
	width: 100%;
	bottom:0;
}
.event-page .page-banner-section .site-info{
	/*background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2));*/
	background:url('images/AGHA---SYDNEY-GIFT-FAIR-PAGE-GRADIENTBG_02-min.png') no-repeat top center;
	min-height: 122px;
	padding:0;
	 background-size: cover;
	 width:100%;
}


.event-page .page-banner-section .site-info ul{
	text-align: center;
	max-width: 910px;
	width: 100%;
	margin: 0px auto;
	padding: 9px 0;
}

.event-page .page-banner-section .site-info ul li{
	display: inline-block;
    width: 20%;
    text-align: center;
	left: -2em;
	position: relative;
}

.event-page .page-banner-section .site-info ul li .no{
	color:#0071bc;
	margin-bottom: 6px;
	font-weight: 400;
}



.event-page .event-section-1{
	 box-shadow: 0 10px 20px -20px #000;
	 position: relative;
    z-index: 1;
    overflow: hidden;
}

.event-page .partners{
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}

   
/* .event-page .partners h3{
	color:#919191;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	float: left;
	align-items: center;
	display: flex;
	width: 230px;
}*/

.event-page .partners h3 {
    color: #919191;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.event-page .event-section-1 ul{
	float: right;
	max-width: 100% !important;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 0;
}

.event-page .partners ul li{
	/*
	margin-left: 16px;
	margin-right: 16px;
	display: flex;
	height: auto;
	outline: none;
	justify-content: center;
	*/
	display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
}

.event-page .partners ul li:last-child{
	margin-right: 0;
}

.event-page .partners .slick-prev:before, .event-page .partners .slick-next:before{
	font-size: 24px;
	color:#aa3383;
}

.event-page .partners .slick-prev{
	left: -30px;
	top:50% !important;
}

.event-page .partners .slick-next{
	right: -30px;
	top:50% !important;
}

.event-page .event-section-2{
	background:url('./images/AGHA---MELBOURNE-GIFT-FAIR-PAGE-sect3bg_02-min.jpg');
	background-position:bottom center;
    background-repeat: no-repeat;
    width: 100%;
	min-height: 534px;
	position: relative;
}
.event-page .event-section-2 .content-left{
	float: left;
	width: 40%;
	position: relative;
	/*
	height: 534px;
	background-size: cover;
	*/

	
}

.event-page .event-section-2 .content-left .featured{
	 overflow: hidden;
	 width: 100%;

}

.event-page .event-section-2 .content-left .featured img{
	 object-fit: cover;
	 height: 534px;
	 width: 100%;
}

.event-page .event-section-2 .event-wrap{
	position: absolute;
	max-width: 225px;
	width: 100%;
	background-color: #00907d;
	text-align: center;
	color:
	#fff;
	padding: 48px 20px 30px;
	top: 41%;
	transform: translate(0,-50%);
	left: -112px;
	min-height: 197px;
}

.sydney-page .event-section-2 .event-wrap{
	background-color: #008cd2;
}

.event-page .event-section-2 .event-wrap .month{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 8px;
}
.event-page .event-section-2 .event-wrap .date{
	text-transform: uppercase;
	font-size: 69px;
	font-weight: 700;
	margin-bottom: 10px;
}
.event-page .event-section-2 .event-wrap .event{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
}
.event-page .event-section-2 .content-right{
	float: right;
	width: 60%;
	padding-left: 157px;
	margin-top: 80px;
	position: relative;
}


.event-page .event-section-2 .context h2{
	font-size: 45px;
	color:#172330;
}

.event-page .event-section-2 .context p{
	margin-bottom: 25px;
}
.event-page .event-section-2 .context ul{
	margin-bottom: 60px;
}

.event-page .event-section-2 .context a.btn{
	max-width: 240px;
	width: 100%;
	font-size: 18px;
	background: #008cd2;
    border-color: #008cd2 ;
    margin-bottom: 10px;
	
}

.event-page .event-section-2 .context a.btn:hover{
	background: #fff;
	color:#008cd2;
 
}
.melbourne-page .event-section-2 .context a.btn{
	color:#fff;
	background-color: #00907d;
	border: solid 1px #00907d;
}

.melbourne-page .event-section-2 .context a.btn:hover{
	background-color: #fff;
	color:#00907d;
	border: solid 1px #00907d;
}

.event-page .event-section-3{
	background:url('./images/AGHA---MELBOURNE-GIFT-FAIR-PAGE-WHTbg_03-min.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	min-height: 625px;
	padding-top: 90px;
	position: relative;
}

.sydney-page .event-section-3{
	background:url('./images/AGHA---SYDNEY-GIFT-FAIR-PAGE-section4bg_02.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	
}

.event-page .event-section-3 .context{
	max-width: 600px;
	width: 100%;
	text-align: justify;
}

.event-page .event-section-3 .context h2{
	color:#fff;
	font-size: 45px;
}
.event-page .event-section-3 .context p{
	color:#fff;
	margin-bottom: 30px;
	line-height: 1.7;
	text-align: justify;
}

.event-page .event-section-3 .context ul {
    margin-top: 30px;
}


.event-page .event-section-3 .context ul li{
	max-width: 209px;
	width: 100%;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}

.event-page .event-section-3 .context ul li a.primary-btn{
	width: 100%;
	color:#fff;
	background-color: #008bd1;
	border:solid 1px #008bd1;
}
.event-page .event-section-3 .context ul li a.primary-btn:hover{
	background-color: transparent;
	color:#fff;
}
.event-page .event-section-3 .context ul li a.secondary-btn{
	background-color: #fff;
	max-width: 209px;
	width: 100%;
	border:solid 1px #fff;
	color:#008cd2;
	text-transform: uppercase;
	font-size: 18px;
}

.event-page .event-section-3 .context ul li a.secondary-btn:hover{
	
	background-color: #008bd1;
	border:solid 1px #008bd1;
}

.event-page .event-section-4 .content-left{
	float: left;
	width: 41%;
	position: relative;
	

}

.event-page .event-section-4 .content-left .featured{
	 overflow: hidden;
	 width: 100%;

}

.event-page .event-section-4 .content-left .featured img{
	 object-fit: cover;
	 height: 534px;
	 width: 100%;
}
.event-page .event-section-4 .content-right{
	float: right;
	width: 57%;
	position: relative;
	padding-left: 49px;
	margin-top: 60px;
}
.event-page .event-section-4 .context{
	max-width: 612PX;
	width: 100%;
}

.event-page .event-section-4 .context h2{
	color:#172330;
}
.event-page .event-section-4 .context p{
	margin-bottom: 30px;
	line-height: 1.3;
	text-align: justify;
}
.event-page .event-section-4 .context ul li{
	max-width: 198px;
	width: 100%;
	display: inline-block;
}

.event-page .event-section-4 .context ul li:last-child{
	margin-right:0px;
}

.event-page .event-section-4 .context ul li:first-child{
	/*margin-right: 20px;*/
}

.event-page .event-section-4 .context ul li a.btn{
	color: #172330;
	font-size: 15px;
	text-transform: uppercase;
	width: 100%;
	padding: 12px 10px;
	font-weight: 700;
	padding-bottom: 1em;
	margin-bottom:10px;
}
.melbourne-page.event-page .event-section-4 .context ul li a.btn{
	border: solid 1px #00907d !important;
	color:#00907d !important;
	background:transparent !important;
	   
    border-color: #00907d !important;
}

.melbourne-page.event-page .event-section-4 .context ul li a.btn:hover{
	background:#00907d !important;
	border: solid 1px #00907d !important;
	color:#fff !important;
}
.event-page .event-section-5{
	
	background:url('./images/AGHA-EVENT-SECTION-5-BG.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    width: 100%;
	min-height: 727px;
	padding-top: 80px;
	position: relative;
}

/*
.sydney-page .event-section-5{
	
	background:url('./images/AGHA-EVENT-SECTION-5-BG.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    width: 100%;
	min-height: 727px;
	padding-top: 80px;
	position: relative;
}
*/

.event-page .event-section-5 .inner{
	max-width: 1330px;
	width: 100%;
	
}
.event-page .event-section-5 .heading{
	margin-bottom: 70px;
}

.event-page .event-section-5 .product-categories ul{
	/*
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	*/
	text-align: center;
}

.event-page .event-section-5 .product-categories ul li{
	max-width: 260px;
	width: 100%;
	margin-top: 35px;
	display: inline-block;
	outline: none;
}
.event-page .event-section-5 .product-categories ul li .info{
	/*display: none;*/
	opacity: 0;
	

}
.event-page .event-section-5 .product-categories ul li.slick-current{
	/*margin-top: 0;
	margin-bottom: 160px;
	*/
	
}
.event-page .event-section-5 .product-categories ul li.slick-current .info{
	display: block;
}

.event-page .event-section-5 .product-categories ul li.slick-current .featured img{
	 moz-transform: scale(1.30);
    -ms-transform: scale(1.30);
    -o-transform: scale(1.30);
    -webkit-transform: scale(1.30);
    opacity: 1;
    transform: scale(1.30);
    margin-bottom: 30px;

}

.event-page .event-section-5 .product-categories ul li.slick-current .info{
	opacity: 1;
}
.event-page .event-section-5 .product-categories .info{

	text-align: center;
	max-width: 664px;
	width: 100%;
	
	/*
	position: absolute;
	bottom:0;
	margin-left: -180px;
	*/
	
	padding-top: 20px;
	

}
.event-page .event-section-5 .product-categories .info h3{
	color:#172330;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	bottom:0;
}


.event-page .event-section-5 .product-categories .info p{
	color:#172330;
	font-size: 20px;
	font-weight: 400;
}




.slick-prev:before, .slick-next:before{
	content:' ';
}

.event-page .slick-prev:before{
	content: "\f053";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #00907d;
	font-size: 30px;
	position: absolute;
	top: 0;
	left: 0;
}

.event-page .slick-next:before{
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #00907d;
	font-size: 30px;
	
	position: absolute;
	top: 0;
	right: 0;
}

.event-page .slick-prev:before, .event-page .slick-next:before{
	font-size: 40px;
	opacity: 1;

}

.sydney-page .slick-prev:before, .sydney-page .slick-next:before{
	color:#005fae;

}
.melbourne-page .event-section-5 .produc-cat-border, .sydney-page .event-section-5 .produc-cat-border{
	max-width: 1160px;
	width: 100%;
	height: 300px;
	
	border-style: solid;
  	border-width: 15px 30px;
  	border-color:#00907d;
  	position: absolute;
  	left: 50%;
   	transform: translate(-50%, 0);
    margin-top: 12px;
    opacity: .6;
}

.sydney-page .event-section-5 .produc-cat-border{
	border-style: solid;
  	border-width: 15px 30px;
  	border-color:#005fae;
	/*
	max-width: 1160px;
	width: 100%;
	height: 300px;
	
	
  	position: absolute;
    margin-top: 12px;
    */
}

.event-page .slick-prev{
	left: -60px;
	top: 30% !important;
}
.event-page .slick-next{
	right: -60px;
	top: 30% !important;
}







.event-page .event-section-6{
	background:url('./images/AGHA-EVENT-FAQ-BG.jpg');
	background-position:bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	min-height: 588px;
	padding-top: 30px;
	position: relative;

}

/*
.sydney-page .event-section-6{
	background:url('./images/AGHA-SYDNEY-SECTION-6-BG.jpg');
	 background-size: cover;
	 background-position:center center;
}
*/
.event-page .event-section-6 .context h2{
	color:#000000;
	margin-bottom: 14px;
}
.accordions .accordion-icons.left{
	float: right !important;
	position: absolute;
	right: 10px;
	color:#404041 !important;
	opacity: .7;
}
.accordions{
	background: transparent !important;
	max-width: 944px;
	width: 100%;
	margin: 0px auto;
}
.accordions .accordions-head{
	 background: transparent !important;
	 /*border-bottom: solid 1px #fff !important;*/
	 padding: 15px 10px !important; 

	border-bottom-style: solid !important;
  	border-bottom-color: rgba(64, 64, 65, 0.1) !important;
	border-width: 2px !important;
}

.accordions .accordions-head::last-child{
	
}

.accordions .accordions-head-title{
	font-family: 'Lato', sans-serif;
	color:#000000 !important;
	text-transform: uppercase;
}

.accordions .accordion-content{
	 background: transparent !important;
	 border-bottom: transparent !important;
}
.accordions .accordion-content p{
	color:#000000 !important;
}
.accordions .ui-state-active{
	border-bottom: transparent !important;
}

.accordions .ui-accordion-content-active{
	/*border-bottom: solid 1px #fff !important;*/
}

.event-page .event-section-6 a.btn{
	font-family: 'Raleway', sans-serif;
	max-width: 240px;
	width: 100%;
	padding: 15px 20px;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: 300;
	display: inline-block;
	background-image: linear-gradient(to right, #f0335a , #f57e52);
	border-radius: 40px;
	margin-top:50px;
	outline: none;
	background: #008bd1;
	
	
}

.event-page .event-section-6 a.btn:hover{
	background:#fff;
	color:#008bd1;
}

#header-1564386329403 {
    border: 0px !important;
}

.event-page .event-section-7{
	background:url('./images/AGHA---SYDNEY-GIFT-FAIR-PAGE-SECTION7BG_02.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	min-height:605px;
	padding-top: 90px;
	position: relative;

}
.event-page .event-section-7 .content-left{
	float: left;
	width: 60%;
	padding-left: 280px;
}
.event-page .event-section-7 .context{
	/*max-width: 660px;*/
	max-width:600px;
	width: 100%;
	margin-top: 0;
	text-align: justify;
}
.event-page .event-section-7 .context h2{
	margin-bottom: 10px;
	color: #fff;
	
}
.event-page .event-section-7 .context p{
	margin-bottom: 24px;
	line-height: 1.4;
	color: #fff;
}

.event-page .event-section-7 .context ul li{
	max-width: 210px;
	width: 100%;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}

.event-page .event-section-7 .context ul li a.btn{
	width: 100%;
	font-size: 18px;
	max-width: 209px;
	padding: 10px 10px;
	color: #fff;
    background-color: #008bd1;
    border: solid 1px #008bd1;
}
.event-page .event-section-7 .context ul li a.btn:hover{
	background-color: #fff !important;
    border: solid 1px #fff;
	color: #008bd1;
}
.event-page .event-section-7 .context ul li:last-child a.btn{
	background-color: #fff;
    border: solid 1px #fff;
	color: #008bd1;
}
.event-page .event-section-7 .context ul li:last-child a.btn:hover{
	color: #fff !important;
    background-color: #008bd1 !important;
    border: solid 1px #008bd1 !important;
}







.sydney-page .event-section-7 .context ul li a.btn{
	border:solid 1px #00907d;
}

.sydney-page .event-section-7 .context ul li a.btn:hover{
	background-color:#008bd1;
}

.melbourne-page.event-page .event-section-7 .context ul li a.primary-btn {
    border: solid 1px #00907d;
    background-color: #00907d;
}
.melbourne-page.event-page .event-section-7 .context ul li a.primary-btn:hover{
	 border: solid 1px #fff;
    background-color: #fff;
	color:#00907d;
}
.melbourne-page.event-page .event-section-7 .context ul li:last-child a.btn {
    border: solid 1px #fff;
    background-color: #fff;
	color:#00907d;
}
.melbourne-page.event-page .event-section-7 .context ul li:last-child a.btn:hover{


	border: solid 1px #00907d !important;
    background-color: #00907d  !important;
	color:#fff !important;
}

.event-page .event-section-7 .content-right{
	float: right;
	width: 40%;
}
.event-page .event-section-7 .content-right .featured{
	text-align: right;
	overflow: hidden;
	display:none;
}


.event-page .event-section-7 .content-right .featured img{
	 object-fit: cover;
	 height: 534px;
	 width: 100%;

}

.event-page .event-section-8{
	
	background:url('./images/AGHA---SYDNEY-GIFT-FAIR-PAGE-SECTION8BG_02.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	/*
	min-height: 526px;
	padding-top: 180px;
	*/
	position: relative;
	margin-top: -1px;
	
	padding:100px 0;
	
}
.event-page .event-section-8 .context h2{
	margin-bottom: 15px;
	color:
	#fff;
	text-transform: uppercase;
}
.event-page .event-section-8 .context p{
	margin-bottom: 48px;
	color:
	#fff;
}

.event-page .event-section-8 .context ul li{
	max-width: 210px;
	width: 100%;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}
.event-page .event-section-8 .context ul li a.btn{
	width: 100%;
	font-size: 18px;

}
.event-page .event-section-8 .context ul li:first-child a.btn{
	background-color: #fff;
	border:solid 1px #fff;
	color:#008cd2;
}
.event-page .event-section-8 .context ul li:first-child a.btn:hover{
	background-color: #008cd2;
	border:solid 1px #008cd2 !important;
	color:#fff;
}


.exhibit-page .exhibit-section-1{
	background: url('./images/AGHA-PLAIN-BG.jpg') top center repeat;
	padding:80px 0 100px;
}

.exhibit-page .exhibit-section-1 .context h1{
	font-size: 45px;
	font-weight: 700;
	color:#008cd2;
	margin-bottom: 40px;
}
.exhibit-page .exhibit-section-1 .context h3{
	font-family: 'Raleway', sans-serif;
	color:#1f2f44;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}
.exhibit-page .exhibit-section-1 .context p{
	font-family: 'Raleway', sans-serif;
	margin-bottom: 30px;
}
.exhibit-page .exhibit-section-1 .context ul{
	text-align: center;
	padding-top: 40px;
}
.exhibit-page .exhibit-section-1 .context ul li{
	display: inline-block;
	max-width: 240px;
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
}
.exhibit-page .exhibit-section-1 .context ul li a.btn{
	background-color:#008cd2;
	display: inline-block;
   	width: 100%;
}
.exhibit-page .exhibit-section-1 .context ul li a.btn:hover{
	background-color: #fff;
	color:#008cd2;
}

.exhibit-page .exhibit-section-1 .context ul li:first-child a.btn{
	background-color:#00907d;
	border:solid 1px #00907d;
}

.exhibit-page .exhibit-section-1 .context ul li:first-child a.btn:hover{
	background-color: #fff;
	color:#00907d;
}



.exhibit-page .exhibit-section-2 .context p{
	margin-bottom: 30px;
}

.exhibit-page .exhibit-section-3 .context p{
	margin-bottom: 30px;
}

.exhibit-page .exhibit-section-3 .context h2{
	text-transform: uppercase;
}
/** -------------------- BLOG ----------------------------- **/


.site-inner{
	max-width: 100%;
	width: 100%;
	padding: 0;

}



.search .site-inner .content-sidebar-wrap, 
.page .site-inner .content-sidebar-wrap{
	margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}

.error404 .site-inner .content-sidebar-wrap{
	   margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}

.error404 .site-inner .content-sidebar-wrap .content{
	max-width: 100%;
	width: 100%;
}


.blog-page .site-inner .content-sidebar-wrap{
	padding-left:0;
	padding-right: 0;
}


.blog-page .site-inner{
	margin-top: 100px !important;
	background:url('./images/AGHA-NEWS-BG.jpg');
	background-position:top center;
    background-repeat: repeat;
    width: 100%;
}

.blog-page .content{
	max-width: 100%;
	width: 100%;
}

.blog-template-description{
	text-align: center;
}

.archive-description .entry-title, .archive-title, .author-box-title{
	color:#008cd2;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
}

.loop-main-section{
	padding-bottom: 125px;
	
}

.loop-main-section .loop-rows{
	margin-left: -8px;
	margin-right: -8px;
	text-align: center;
}

.loop-main-section .col-box {
    display: inline-block; 
    width: 33%;
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: top;
    cursor: pointer;
    margin-bottom: 40px;
    text-align: left;
    background-color: #fff;
}
.loop-main-section .col-box  .featured{
	margin-bottom: 20px;
}
.loop-main-section .col-box  .featured img{
	width:100%;
}
.loop-main-section .col-box .featured-mobile-view{
	display: none;
}
.loop-main-section .col-box .context{
	padding-left: 20px;
	padding-right: 20px;
}
.loop-main-section .col-box .context h3{
	color:#404041;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.loop-main-section .col-box .context .date{
	color:#757575;
	font-size: 20px;
	margin-bottom: 10px;
	display: block;
}

.loop-main-section .col-box-1 .context .date{
	font-size: 17px;
}


.loop-main-section .col-box .context p{
	color:#272f33;
	font-size: 14px;
	line-height:  1.8;
	margin-bottom: 20px;
}

.loop-main-section .col-box .context a.btn{
	max-width: 230px;
	width: 100%;
	float: right;
	margin-right: 15px;
}
.loop-main-section .col-box:first-child{
	width: 100%;
}

.loop-main-section .col-box:first-child .featured{
	float: left;
	max-width: 680px;
	width: 100%;
	margin-bottom: 0;
}
.loop-main-section .col-box:first-child .featured img{
	width:100%;
}
.loop-main-section .col-box:first-child .context{
	max-width: 420px;
	width: 100%;
	float: right;
	padding-left: 0;
	padding-right: 0;
}

.loop-main-section .col-box:first-child .context h3{
	color:#008cd2;
	margin-bottom: 20px;
}
.loop-main-section .col-box:first-child .context .date{
	margin-bottom: 20px;
}
.loop-main-section .col-box:first-child .context p{
	font-size: 20px;
	margin-bottom: 30px;
}
.loop-main-section .col-box:first-child .context a.btn{
	float: left;
	margin-right: 0;
}

.blog-page .instagram-section h2{
	margin-bottom: 40px;
	color:#008cd2;
	font-size: 45px;
}

.blog-page .partners-section h2{
	color:#008cd2;
	font-size: 45px;
}

.blog-page .membership-section h2{
	color:#008cd2;
	font-size: 45px;
	text-transform: uppercase;
}
.blog-page .membership-section p{
	margin-bottom: 50px;
}
.blog-page .membership-section p, .blog-page .membership-section  ul li{
	font-family: 'Lato', sans-serif;
}
.single-page{
	background: url('./images/AGHA-PLAIN-BG.jpg') top center repeat;
	width: 100%;
}
.single-page .site-inner .content-sidebar-wrap, .archive  .site-inner .content-sidebar-wrap{
  	 margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}

.archive  .site-inner{
	margin-top:70px;
}

.single-page .page-banner-section{
	margin-top: 100px;
	margin-bottom: 60px;
}

.single-page .page-title h1{
	color:#008cd2;
	font-size: 45px !important;
	font-weight: 700;
	text-transform: uppercase;
}

.content{
	max-width: 650px;
}

.sidebar{
	max-width: 410px;
	width: 100%;
}

.sidebar input[type="search"]{
	border-radius: 30px;
	border:solid 1px #008cd2;
	font-size: 15px;
	font-weight: 400;
	color:#757575;

}
.entry-title{
	color:#000000;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
}



.entry-meta{
	color:#757575;
	font-size: 17px;
} 
.entry-content img.wp-post-image{
	margin-bottom: 30px;
}

.entry-content p{
	margin-bottom: 30px;
}

.prev-next{
	padding-top:20px;
}
.pagination-previous{
	max-width: 234px;
	width: 100%;
}
.pagination-previous a{
	color:#fff !important;
	font-size:18px;
	background-color: #008cd2;
	
	width: 100%;
	padding: 15px 20px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	border-radius: 40px;
	display: inline-block;
}
.pagination-next{
	max-width: 234px;
	width: 100%;
}
.pagination-next a{
	color:#fff !important;
	font-size:18px;
	background-color: #008cd2;
	
	width: 100%;
	padding: 15px 20px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	border-radius: 40px;
	display: inline-block;

}

.pagination-next a, .pagination-previous a{
	color:#fff !important;
}

.related-section {
    margin-bottom: 5em;
    padding-top: 60px;
	display:none;
}

.related-section h3{
	text-align: center;
	margin-bottom: 30px;
	color:#272f33;
	font-size: 27px;
	font-weight: 600;
	text-transform: uppercase;

}
.related-section ul{
	margin-left: -10px;
	margin-right: -10px;
	text-align: center;
}
.related-section ul li{
	max-width: 364px;
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.related-section ul li .featured{
	margin-bottom: 20px;
}
.related-section ul li .featured img{
	width:100%;
}
.related-section ul li .info h3{
	font-size: 18px;
	font-weight: 400;
	color:#005fe9;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 600;
}
.related-section ul li .info .meta{
	color:#757575;
	font-size: 16px;

}
.instagram-section .context img{
	width: 100%;
}
.instagram-section h2{
	margin-bottom: 40px;
}
/** -------------------- FOOTER ----------------------------- **/

.footer-section{
	padding: 35px 0;
}
.footer-section .footer-menu{
	margin-bottom: 15px;
}
.footer-section .footer-menu ul{
	text-align: center;
}
.footer-section .footer-menu li{
	
	display: inline-block;
}
.footer-section .footer-menu li a{
	color:#1f2f44;
	font-size: 17px;
	font-weight: 400;
	border-right:solid 1px #1f2f44;
	line-height: 1;
	margin-left: 5px;
    padding-right: 8px;
}
.footer-section .footer-menu li:last-child a{
	border-right: transparent;
}
.footer-section .social-media ul{
	text-align: center;
}
.footer-section .social-media li{
	display: inline-block;
}
.footer-section .social-media li a{
	color: #00bcf2;
    font-size: 30px;
    margin-left: 14px;
    margin-right: 14px;
}

.copyright-section{
	background-color: #3a3a3c;
	padding: 10px 0;
}
.copyright-section .footer-logo{
	float: left;
}
.copyright-section .copyright{
	float: right;
	margin-top: 10px;
}
.copyright-section .copyright p{
	color:#ffffff;
	font-size: 14px;
	font-weight: 400;
}
.copyright-section .copyright p a{
	color:#ffffff;
}

/** -------------------- POPUP ----------------------------- **/

 .pum-container{
 	padding:0 !important;
	border:transparent !important;
	background-color: #fff !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	width: 100%;
}



 .pum-container .pum-close.popmake-close{
	border: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 40px !important;
    font-weight: 300 !important;
    background-color: transparent !important;
    color: #000 !important;
    top: 10px !important;
    right: 10px !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 1;
}


.pop-content{
	padding: 40px 30px;
}

.pop-content h3{
	color: #008cd2;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
}

.pop-content p{
	color: #202020;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 30px;
}
.pop-catalogue ul{
	margin-left: 15px;
    padding-left: 15px;
}
.pop-catalogue ul li{
    list-style-type: disc;
}

.pop-entry-information h4, .pop-faq h4{
	font-size:20px;
	font-weight:700;
	margin-bottom:20px;
}
.pop-entry-information span.custom{
	font-size:16px;
	font-weight:300;
}
.pop-privacy h2{
	font-size: 30px;
	margin-bottom: 30px;
}

.pop-privacy h3{
	font-size: 24px;
	margin-bottom: 20px;
}

.pop-annual-reports ul{
	text-align:center;
}

.pop-annual-reports ul li{
	display: inline-block;
    max-width: 140px;
    width: 100%;

	margin-left:20px;
	margin-right:20px;
}

.board-directors-page .main-section {
    padding-top: 100px;
	background:url('images/AGHA---BOARD-OF-DIRECTORS-footer-GRADIENT_02-min.png') bottom center repeat-x;
}

.board-directors-page .content-sidebar-wrap {
    background: url('./images/AGHA-PLAIN-BG.jpg') top center repeat;
}

.context.board-directors-content {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 150px;
	text-align: justify;
}

.context.board-directors-content h2 {
    text-align: center;
    padding-bottom: 75px;
}

.context.board-directors-content strong {
    color: 
    #008cd2;
}

.context.board-directors-content p {
    margin-bottom: 40px;
	
}




.aghagov-page .content-sidebar-wrap {
    background: url('./images/AGHA-PLAIN-BG.jpg') top center repeat;
}

.aghagov-page .main-section {
	padding-top: 100px;
	min-height:990px;
}

.copyright-section{
	padding: 25px 0;
}

.copyright ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	height:14px;
    /*justify-content: space-between;*/
}

.copyright {
    max-width: 789px;
    width: 100%;
}

.copyright ul li{
	border-right: 1px solid	#fff;
	padding-right: 10px;
	margin-right: 9px;
	line-height: 6px;
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
	line-height:1;
}

.copyright-section{
	padding: 25px 0;
}

.copyright ul li:last-child{
	border:0px;
	border-right: none;
}

 .copyright ul li a{ 
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}


.aghagov-page .disnewpage{
	/*display:none;*/
}

.context.agha-gov-content {
	text-align: justify;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 160px;

}

.context.agha-gov-content  h2 {
    text-align: center;
    padding-bottom: 75px;
}

.aghagov-page .footer-section {
	background: url('images/AGHA---BOARD-OF-DIRECTORS-footer-GRADIENT_02-min.png') bottom center repeat-x;
		background-position-x: center;
		background-position-y: bottom;
	padding-top: 2em;
	margin-top: 0;
	background-position: 20em 0;
}

.aghagov-page .header-widget-area,.board-directors-page .header-widget-area {
    text-align: left;
	max-width: 890px;
}


.aghagov-page .inner{
	max-width: 1131px;
}

.wp-custom-logo .title-area a img{
	filter: grayscale(100%) brightness(70%) contrast(2);
}

.travelinfo-page .disnewpage{
	
}



.context.travel-info-content {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
	padding-bottom: 70px;
	padding-top: 60px;
	text-align: justify;
}

.context.travel-info-content p {
    margin-bottom: 40px;
}

.context.travel-info-content strong {
    color: 
    #008cd2;
}

.section-content-wrap.section.trave-banner-section {
	background: url('images/AGHA-TRAVEL-INFORMATION-SYDNEY-banner1bg_02.jpg') no-repeat top center;
	padding: 15px 0 15px 0;
}

.section-content-wrap.section.trave-banner-section img {
    position: relative;
    top: 15px;
}

.travelinfo-page .header-widget-area {
    text-align: left;
    max-width: 890px;
}

.travelinfo-page .site-header{
	padding-bottom: 2em;
}

.travelinfo-page  .site-header.scrolling{
	padding-bottom: 10px;
}

.uline {
    text-decoration: underline;
}

.page-id-230 .section-content-wrap.section.trave-banner-section {
    background: url('images/AGHA-TRAVEL-INFORMATION-MELBOURNE-BANNER2BG_02.jpg') no-repeat top center;
}



.businesspartners-page .header-widget-area {
    text-align: left;
    max-width: 890px;
}

.bp-inner-content {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}

.bp-inner-content p {
    margin-bottom: 40px;
    font-size: 20px;
}


.bp-inner-content p strong{
	color:#008cd2;
}

.bp-inner-content h2{
	font-size:30px;
	margin-bottom: 25px;
	position: relative;
}

.businesspart-bb-section {
    background: 
    #008cd2;
}

.businesspart-bb-section p{
   color:#fff;
}

.businesspart-bb-section h2{
   color:#fff;
}

.businesspart-bb-section {
    background: 
    #008cd2;
    padding-top: 60px;
    padding-bottom: 30px;
}

.businesspart-wb-section {
    padding-top: 60px;
    padding-bottom: 30px;
}

.bb-main-content {
	text-align:center;
    padding-top: 100px;
    padding-bottom: 31px;
}

.bb-main-content h2 {
    text-align: center;
    font-size: 44px;
    text-transform: uppercase;
}

.bp-inner-content h2 img {
    position: relative;
    top: -3px;
    right: -1em;
}

.businesspart-bb-section p strong {
    color: #fff;
}

.businesspartners-page .section-content-wrap.section.footer-section {
    padding-top: 5em;
}

.info.contact-email {

    width: 50.333% !important;
    float: right;

}

.info.contact-email ul li {
    margin-bottom: 10px;
}

.single-post .footer-section {
    background: url('images/AGHA---BOARD-OF-DIRECTORS-footer-GRADIENT_02-min.png') bottom center repeat-x;
        background-position-x: center;
        background-position-y: bottom;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 2em;
    margin-top: 0;
    background-position: 20em 0;
}

.sydney-page .inner {
    max-width: 1280px;
    width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.sydney-page .partners {
    max-width: 100% !important;
}

/**exhibitv2**/
.exhibitv2-page .side-menu{
	position: fixed;
    z-index: 3;
    left: 0;
    background-color:#172fa3;
    max-width: 46px;
    width: 100%;
    padding-top: 300px;   
    height: 100%;
    cursor: pointer; 
    transition: all .5s ease;
}

.exhibitv2-page .side-menu.active{
	max-width: 220px;
}

.exhibitv2-page .side-menu .jump-section{
	text-align: center;
	position: absolute;
	top: 50%;
	left:50%;
    cursor: pointer;
    z-index: 3;
    transform: translate(-50%,-50%);
     -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    display: block;
}

.exhibitv2-page .side-menu .sidemenu-wrap{
	opacity: 0;
	margin-left: -500px;
	  -webkit-transition: all 0.5s linear;
      transition: all 0.5s linear;
      display: block !important;
}



.exhibitv2-page .side-menu .jump-section.in-active{
	opacity: 0;
	display: none;
}

.exhibitv2-page .side-menu .sidemenu-wrap{
	opacity: 0;
	margin-left: -500px;
	  -webkit-transition: all 0.5s linear;
      transition: all 0.5s linear;
}

.exhibitv2-page .side-menu .sidemenu-wrap.active{
	opacity: 1;
	margin-left: 0;
}

.exhibitv2-page .side-menu.scrolling{
	margin-top: 64px;
}

.exhibitv2-page .side-menu:hover .menu-close{
	display: block;
}

.exhibitv2-page .side-menu .menu-close{
	padding: 0;
	background: transparent;
	font-size: 40px;
	font-weight: 300;
	width: 60px;
	height: 40px;
	line-height: 1;
	position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    transition: all .5s ease;
    outline: none;
}

.exhibitv2-page .side-menu ul li a {
    color: 
    #fff;
    outline: none;
}

.exhibitv2-page .side-menu ul li {
    color: 
    #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    border-bottom: 0;
    padding-bottom: 15px;
    padding-left: 20px;
}

.exhibitv2-page .exhibit-section-1{
    background: url('./images/AGHA---EXHIBIT-WITH-AGHA-SECTION1BG_02.jpg');
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 500px;
    padding-top: 80px;
    position: relative;
}

.exhibitv2-page .site-header {
    position: absolute;
    background: 
    transparent;
    width: 100%;
    min-height: 68px;
}

.exhibitv2-page .site-header.scrolling{
	background-color: #fff !important;
	position: fixed !important;
}

.exhibit-section-1 .context {
    float: right;
    max-width: 530px;
    width: 100%;
    margin: 9em 4em 0 0 !important;
}

.exhibit-section-1 .context h2 {
    color: 
    #fff;
    font-size: 60px;
}

.exhibit-section-1 .context h3 {
    color: 
    #fff;
    font-size: 33px;
	font-weight:700;
}

.inner-content2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.content-left-exhibit1 {
    flex-basis: 700px;
}

.content-right-exhibit1 {
    flex-basis: 375px;
    position: relative;
}

.inner-content3{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.content-left-exhibit2 {
    flex-basis: 375px;
    position: relative;
}

.content-right-exhibit2 {
    flex-basis: 700px;
}

.content-left-exhibit1 p strong {
    color: 
    #008cd2;
}

.content-right-exhibit2 p strong {
    color: 
    #008cd2;
}

.content-left-exhibit1 p {
    text-align: justify;
	line-height: 1.6;
}

.content-right-exhibit2 p {
    text-align: justify;
}

.content-right-exhibit1 img {
    position: absolute;
    max-width: unset;
    top: 0;
}

.content-left-exhibit2 img {
    position: absolute;
    max-width: unset;
    top: 0;
}

.exhibit-section-2 {
    padding: 75px 0 0em 0;
    min-height: 808px;
}

.exhibit-section-2 h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.exhibit-section-3 h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.exhibit-section-3 {
    padding: 75px 0 0em 0;
    min-height: 600px;
	margin-bottom: 2em;
}
.exhibit-section-4{
	padding-top:80px;
}
.exhibit-section-4 h2{
	 text-align: center;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.content-left-exhibit2 img {
	position: absolute;
	max-width: unset;
	top: 0;
	left: -15.7em;
}

.section-7.partners-section .partners ul{
	max-width: 100% !important;
	float: none;
}

.content-left-exhibit1 ul {
	margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    flex-direction: row;
}

.content-left-exhibit1 ul li a{
	font-size: 18px;
	font-weight: 700;
	color:
	#008bd1;
	display: block;
	padding: 13px 0;
}


.content-left-exhibit1 ul li {
    flex-basis: 220px;
    border: 1px solid 
    #008bd1;
    border-radius: 50px;
    text-align: center;
    margin-right: 13px;
}

.content-left-exhibit1 ul li:last-child{
	border:solid 1px #00907d;
	color:#00907d;
}
.content-left-exhibit1 ul li:last-child:hover{
	background: #00907d;
}
.content-left-exhibit1 ul li:last-child a{
	color:#00907d;
}
.content-left-exhibit1 ul li:last-child:hover a{
	color:#fff;
}

.content-right-exhibit2 ul {
	margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    flex-direction: row;
	margin-top: 55px;
}

.content-right-exhibit2 ul li a{
	font-size: 18px;
	font-weight: 700;
	color:
	#008bd1;
	display: block;
	padding: 13px 0;
}

.content-right-exhibit2 ul li {
    flex-basis: 220px;
    border: 1px solid 
    #008bd1;
    border-radius: 50px;
    text-align: center;
    margin-right: 13px;
}

/**exhibitv2 sidemnenu**/


.content-left-exhibit1 ul li:hover {
    background: 
    #008bd1;
}

.content-left-exhibit1 ul li a:hover{
	color:#fff;
}

.content-right-exhibit2 ul li:hover {
    background: 
    #008bd1;
}

.content-right-exhibit2 ul li a:hover{
	color:#fff;
}
/*about sidebar menu*/

/**exhibitv2**/
.aboutv2-page .side-menu{
	position: fixed;
    z-index: 3;
    left: 0;
    background-color:#172330;
    max-width: 46px;
    width: 100%;
    padding-top: 300px;   
    height: 100%;
    cursor: pointer; 
    transition: all .5s ease;
}

.aboutv2-page .side-menu.active{
	max-width: 220px;
}

.aboutv2-page .side-menu .jump-section{
	text-align: center;
	position: absolute;
	top: 50%;
	left:50%;
    cursor: pointer;
    z-index: 3;
    transform: translate(-50%,-50%);
     -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    display: block;
}

.aboutv2-page .side-menu .sidemenu-wrap{
	opacity: 0;
	margin-left: -500px;
	  -webkit-transition: all 0.5s linear;
      transition: all 0.5s linear;
      display: block !important;
}



.aboutv2-page .side-menu .jump-section.in-active{
	opacity: 0;
	display: none;
}

.aboutv2-page .side-menu .sidemenu-wrap{
	opacity: 0;
	margin-left: -500px;
	  -webkit-transition: all 0.5s linear;
      transition: all 0.5s linear;
}

.aboutv2-page .side-menu .sidemenu-wrap.active{
	opacity: 1;
	margin-left: 0;
}

.aboutv2-page .side-menu.scrolling{
	margin-top: 64px;
}

.aboutv2-page .side-menu:hover .menu-close{
	display: block;
}

.aboutv2-page .side-menu .menu-close{
	padding: 0;
	background: transparent;
	font-size: 40px;
	font-weight: 300;
	width: 60px;
	height: 40px;
	line-height: 1;
	position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    transition: all .5s ease;
    outline: none;
}

.aboutv2-page .side-menu ul li a {
    color: 
    #fff;
    outline: none;
}

.aboutv2-page .side-menu ul li {
    color: 
    #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    border-bottom: 0;
    padding-bottom: 15px;
    padding-left: 20px;
}

.aboutv2-page .exhibit-section-1{
    background: url('./images/AGHA---EXHIBIT-WITH-AGHA-SECTION1BG_02.jpg');
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 773px;
    padding-top: 200px;
    position: relative;
}

.aboutv2-page .site-header {
    position: absolute;
    background: 
    transparent;
    width: 100%;
    min-height: 68px;
}

.aboutv2-page .site-header.scrolling{
	background-color: #fff !important;
	position: fixed !important;
}
/**end about sidebar menu**/


.aboutv2-page .banner-section {
    background: url('images/AGHA--ABOUT-US-PAGE-IMGS_02-min.jpg') no-repeat top center;
	background-size: cover;
}


.aboutv2-page .banner-section::before {
	content:none;
}

.aboutv2-page .banner-section h2 {
    color:#fff;
	margin-top: 1.5em;
	margin-left: 2em;
}

.aboutv2-page .section-1 {
    background: url('./images/AGHA--ABOUT-US-PAGE-IMGS_04-min.jpg');
        background-size: auto;
    background-size: cover;
    min-height: 631px;
}

.aboutv2-page .section-1 .context {
    max-width: 658px;
    width: 100%;
    margin-left: 7px;
}

.aboutv2-page .section-1 .context p{
	text-align: justify;
	line-height: 1.4;
}

.aboutv2-page  .section-1 .context ul li a{
	text-align: center;
	font-weight: 700;
	color:
	#008cd2;
	font-size: 17px;
	border-radius: 0px;
	width: 100%;
	border: 0px;
	background:
	transparent;
}

.aboutv2-page  .section-1 .context ul li{
	max-width: 210px;
	width: 100%;
	display: inline-block;
	border-radius: 40px;
	border: 1px solid
	#008cd2;
	margin-bottom: 15px;
}

.aboutv2-page .section-1 h2 {
    margin-bottom: 27px;
    margin-top: 26px;
}

.aboutv2-page .partners-section .more {
    margin-top: 40px;
}

.aboutv2-page .partners-section{
	padding-bottom: 2em;
}

.aboutv2-page .exhibit-section-3 {
    padding: 15px 0 0em 0;
    min-height: 586px;
    margin-bottom: 0;
}

.aboutv2-page .content-right-exhibit2 {
    flex-basis: 578px;
	margin-right: 16px;

}

.aboutv2-page  .exhibit-section-3 h2 {

    text-align: left;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 64px;

}

.aboutv2-page .upcoming-events-section .context p{
	float: right;
	max-width: 566px;
	width: 100%;
	margin-right: 0;
	margin-top: 0;
	line-height: 1.49;
}

.aboutv2-page .upcoming-events-section .context h2 {
    text-transform: uppercase;
	margin-bottom: 24px;
}
 
.aboutv2-page .membership-section {
    background: url('./images/AGHA--ABOUT-US-PAG-SECT5BG_02-min.jpg');
  
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1175px;
    position: relative;
}

.aboutv2-page  .membership-section .context {
    max-width: 1100px;
	padding-top: 60px;
}

.aboutv2-page .membership-section .context p {
     font-family: 'Lato', sans-serif !important;
	  color: 
    #202020 !important;
}

ul.retail-list li {
	font-size: 20px !important;
	list-style-type: none !important;
	font-family: 'Lato', sans-serif !important;
	color:
	#202020 !important;
	padding-left: 54px;
	margin-bottom: 25px;	
}

ul.retail-list li:nth-child(1) {
	 background: url('images/AGHA--ABOUT-US-PAGE-ICONLIST_03-min.jpg') no-repeat;
}

ul.retail-list li:nth-child(2) {
	 background: url('images/AGHA--ABOUT-US-PAGE-ICONLIST_06-min.jpg') no-repeat;
	 background-position: 0 12px;
}

ul.retail-list li:nth-child(3) {
	 background: url('images/AGHA--ABOUT-US-PAGE-ICONLIST_08-min.jpg') no-repeat;
	 background-position: 0 15px;
}

ul.retail-list li:nth-child(4) {
	 background: url('images/AGHA--ABOUT-US-PAGE-ICONLIST_11-min.jpg') no-repeat;
	 background-position: 0 15px;
}

ul.retail-list li:nth-child(5) {
	 background: url('images/AGHA--ABOUT-US-PAGE-ICONLIST_15-min.jpg') no-repeat;
	 background-position: 0 15px;
}

ul.retail-list li:nth-child(6) {
	 background: url('images/AGHA--ABOUT-US-PAGE-ICONLIST_18-min.jpg') no-repeat;
	 background-position: 0 30px;
}

.aboutv2-page .retail-list {
    max-width: 930px !important;
    width: 100% !important;
	margin-bottom: 60px !important;
	padding: 0 !important;
	margin-top: 70px;
	text-align: justify;
}

.aboutv2-page .membership-section .context a.btn {
    max-width: 210px;
	padding: 10px 30px;
	font-weight: 700;
	font-family: 'Lato', sans-serif !important;
}

.aboutv2-page  .partners-section .more a.btn {
	max-width: 210px;
	padding: 11px 20px;
	font-weight: 700;
	font-family: 'Lato', sans-serif !important;
	font-size: 17px !important;
}

.aboutv2-page .section-1 .context ul li:hover {
    background: 
    #008cd2;
}

.event-page .page-banner-section .full-wrap {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.melbourne-page.event-page .page-banner-section {
    background: url('./images/AGHA---MELBOURNE-GIFT-FAIR-PAGE-BANNERIMG_03-min.jpg');
	min-height:500px;
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}



.melbourne-page.event-page  .page-banner-section .context{
	margin-top: 20px;
	margin-right: 0;
	max-width: 593px;
	position: relative;
	right: -17px;
}

.melbourne-page.event-page .page-banner-section .context h3{
	font-weight:700;
	font-size:33px;
}

.melbourne-page.event-page .page-banner-section .context ul li {
    max-width: 207px;
}

.melbourne-page.event-page .melbourne-page .primary-btn{
	padding: 9px 10px;
}

.melbourne-page.event-page .page-banner-section .context p {
    margin-bottom: 30px;
}

.melbourne-page.event-page .inner {
    max-width: 1280px;
    width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.melbourne-page.event-page  .partners {
    max-width: 100% !important;
}

.sydney-page.event-page .event-section-2 {
    background: url('./images/AGHA---SYDNEY-GIFT-FAIR-PAGE-SYDNEYBG3_02.jpg');
}

.sydney-page.event-page .event-section-2 .context p{
	font-size: 18px;
}

.melbourne-page.event-page  .event-section-2 .event-wrap{
	top: 62%;
} 

.melbourne-page.event-page .event-section-2 .context p{
	font-size: 18px;
}

.melbourne-page .event-section-2 .secondary-btn{ 
	position: relative;
	top: 7em;
}

.melbourne-page.event-page .event-section-3 .context{
	margin-left: 45px;
}

.melbourne-page.event-page .event-section-3 .context p{
	line-height: 1.6;
}

.melbourne-page.event-page .event-section-3{
	padding-top: 70px;
}
.event-page .event-section-3 .context ul li a.primary-btn:hover{
	background-color: #fff;
	border: solid 1px #fff;
	color:#008bd1;
}
.melbourne-page.event-page .event-section-3 .context ul li a.primary-btn{
	border: solid 1px #00907d;
	background-color: #00907d;
}
.melbourne-page.event-page .event-section-3 .context ul li a.primary-btn:hover{
	border: solid 1px #fff;
	background-color: #fff;
	color:#00907d;
}
.melbourne-page.event-page .event-section-3 .context ul li:last-child a.primary-btn{
	border: solid 1px #fff;
	background-color: #fff;
	color:#00907d;
}
.melbourne-page.event-page .event-section-3 .context ul li:last-child a.primary-btn:hover{
	border: solid 1px #00907d;
	background-color: #00907d;
	color:#fff;
}
.melbourne-page.event-page .event-section-3 .context ul li a.secondary-btn{
	border: solid 1px #00907d;
}

.melbourne-page.event-page .context ul li a.secondary-btn:hover {
    background-color: 
    #00907d;
	border-color: #00907d;
}

.melbourne-page.event-page .event-section-4 .content-right{
	width: 56%;
	padding-left: 10px;
}

.melbourne-page.event-page .event-section-4 .content-left{
	width: 43%;
}

.melbourne-page.event-page .event-page .event-section-4 .context {
    max-width: 643PX;
}

.melbourne-page.event-page  .event-section-4 .content-left .featured img {
    object-fit: cover;
    height: 596px;
    width: 100%;
}

.melbourne-page.event-page .event-section-4 .context p{
	line-height: 1.5;
}

.melbourne-page.event-page .event-section-4 .context ul{
	margin-top: 2.4em;
}

.melbourne-page.event-page .event-section-7{
	padding-top: 70px;
}

.event-page .event-section-7 .context p{
	line-height: 1.5;
}

.melbourne-page.event-page .page-banner-section .context ul li a.btn {
    width: 100%;
    background: #00907d;
	border-color:#00907d !important;
	border: solid 1px #00907d;
	color:#fff !important;
}

.melbourne-page.event-page .page-banner-section .context ul li a.btn:hover{
	background: #fff;
	color:#00907d !important;
	border-color:#fff !important;
}
.event-page .copyright-section {
    padding: 0 0;
}

.melbourne-page.event-page .event-section-7 .context ul li {
    max-width: 208px;
}

.melbourne-page.event-page .context ul li:first-child a.secondary-btn {
    background-color: #008bd1;
	border:solid 1px #008bd1;
}

.melbourne-page.event-page .context ul li a.secondary-btn {
	color:#fff;
	border-color:#fff !important;
}


.melbourne-page #join-melbourne ul li .primary-btn:hover{
	border:solid 1px #fff;
}

.g-recaptcha {
transform: scale(0.8);
-webkit-transform:scale(0.8);
transform-origin:0 0;
-webkit-transform-origin:0 0;
max-width: 240px;
}


/*==================================================
 Start     				Media Queries      
==================================================*/
@media only screen and (max-width : 1700px) {
	.banner-section .inner{
		max-width: 100%;
		padding-left: 80px;
	}

	.event-page .page-banner-section{
		background-size: unset;
		background-position:top center;
	}




}

@media only screen and (max-width : 1600px) {
	.banner-section:before{
		
	}
}

@media only screen and (max-width : 1500px) { 

	

	.section-3 .content-left .context{
		margin-left: auto;
		margin-right: auto;
	}

	.section-4 .content-right{
		padding-left: 0;
	}
	.section-4 .content-right .context{
		margin-left: auto;
		margin-right: auto;
	}

	.event-page .event-section-2 .context{
		margin-left: auto;
		margin-right: auto;
		max-width: 574px;
		width: 100%;
	}

	.event-page .event-section-2 .content-right{
		padding-left: 30px;
	}

	.event-page .event-section-4 .content-right{
		padding-left: 0;
	}

	.event-page .event-section-4 .context{
		margin-left: auto;
		margin-right: auto;
	}


	.event-page .event-section-5 .inner{
		    max-width: 1170px;
	}

	.melbourne-page .event-section-5 .produc-cat-border, .sydney-page .event-section-5 .produc-cat-border{
		max-width: 1100px;
		height: 270px;
	}


	.event-page .event-section-7 .content-left{
		padding-left: 0;
	}

	.event-page .event-section-7 .context{
		margin-left: auto;
		margin-right: auto;
	}

}

@media only screen and (max-width : 1400px) { 
		.event-page .event-section-2 .context{
			padding-left: 30px;
		}
		.section-1 .context{
			margin-left: 0;
		}
		.event-page .event-section-5{
			overflow: hidden;
		}
		.event-page .slick-next{
			right: -40px;
		}

		.event-page .slick-prev{
			left: -40px;
		}



}
@media only screen and (max-width : 1299px) {
	
	
	
	.aboutv2-page .exhibit-section-3 h2{
		margin-top: 0;
	}
	
	.aboutv2-page .content-right-exhibit2 {
		flex-basis: 550px;
		margin-right: 0;
	}
	
	.aboutv2-page .section-1 .context{
		padding-left: 50px;
	}

	.event-page .event-section-2 .context p br{
		display:none;
	}
	
	.event-page .event-section-2 .context {
		max-width: 480px;
	}
	
	.home .inner{
		padding-left: 50px;
	}
	.event-page .inner{
		padding-left: 50px;
	}

	.event-page .event-section-7 .content-left{
		padding-left: 50px;
	}

	.section-3 .content-left{
		padding-left: 50px;
	}

	.partners{
		padding: 0 50px;
	}
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) { 

	.partners ul{
		flex-wrap: wrap; 
	}

	.event-page .event-section-4 .context ul li{
		width: 32%;
		
	}
	
	.event-page .event-section-4 .context ul li a.btn{
		font-size:14px;
	}

	.aboutv2-page .membership-section .context {
		max-width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}

	.section-3 .content-left .context{
		padding-right: 15px;
	}

	.section-4 .content-right .context{
		max-width: 580px;
		right: 0;
	}

	.section-3 .event-wrap{
		right: -225px;
	}
	
	.section-4 .event-wrap{
		left: -225px;
	}

	.section-4,.section-4{
		padding-bottom: 3em;
	}

	.partners ul{
		float: none;
		margin: 0 auto;
		justify-content: center;
	}
	
	.partners ul li {
		margin: 0 8px 10px;
	}

	.content-left-exhibit1 ul li{
		margin-bottom: 15px;
	}

	.content-left-exhibit1 {
		flex-basis: 50%;
	}
	
	.content-right-exhibit1 img {
		position: relative;
		max-width: 100%;
		top: 0;
	}
	
	.content-right-exhibit1 {
		flex-basis: 45%;
	}	
	
	.content-left-exhibit2{
		flex-basis: 45%;
	}
	
	.content-left-exhibit2 img {
		position: relative;
		max-width: 100%;
		top: 0;
		left: 0;
	}
	
	.content-right-exhibit2 {
		flex-basis: 50%;
	}

	.wp-custom-logo .title-area{
		text-align: left;
		max-width: 110px !important;
	}
	.header-widget-area{
		text-align: right;
		width: auto;
	}

	.banner-section{
		padding-bottom: 40px;
	}
	
	.banner-section:before{
		height: 100%;
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, .0), rgba(255, 255, 255, .1), rgba(255, 255, 255, .9), rgba(255, 255, 255, 1));
	}

	.site-info ul li{
		width: 24%;
	}
	.partners h3{
		width: 100%;
		text-align: center;
		margin-top: 0;
	}
	.partners br{
		display: none;
	}

	.upcoming-events-section{
		padding-bottom: 60px;
	}
	.upcoming-events-section .upcoming-events{
		margin-left: auto;
	    margin-right: auto;
	    left: -50%;
	    right: 0;
	}
	.upcoming-events-section .event-upcoming-wrap{
		position: relative;
		margin-left: auto;
    	margin-right: auto;

	}

	.upcoming-events-section .context{
		float: none;
		margin-left: auto;
    	margin-right: auto;
    	margin-top: 120px;

	}
	.section-3 .content-left{
		width: 50%;
		
	}
	.section-3 .content-right{
		width: 50%;
	}
	.section-3 .content-left .context{
		margin-left: unset;
		margin-right: unset;
	}

	.section-4 .content-left{
		width: 50%;
	}

	.section-4 .content-right{
		width: 50%;
		padding-left: 30px;
	}


	.loop-main-section .col-box:first-child .featured{
		width: 60%;
		padding-right: 30px;
	}
	.loop-main-section .col-box:first-child .context{
		width: 40%;
	}
	.membership-section{
		background-size: cover;
	}
	.membership-section .featured{
		display: none;
	}

	.about-section-1 .context{
		width: 60%;
	}

	.about-section-1 .featured{
		width: 40%;
		position: absolute;
		bottom:0;
		right: 0;
		margin-right: 0;
	}

	.about-section-2 .col-right{
		padding-left: 0;
		padding: 0px 30px 0;
	}

	.about-section-2 .context{
		margin: 60px auto;

	}

	.about-section-3 .teams{
		margin-left: 0;
    	margin-right: 0;
	}

	.contact-page .contact-form .gform_wrapper .gform_fields .gfield.message-field{
		width: 50%;
	}
	
	.contact-page .contact-form .gform_wrapper .gform_fields .gfield.captcha{
		width: 50%;
	}

	.event-page .partners{
		flex-wrap: wrap;
	}

	.event-page .partners h3{
		display: block;
		width: 100%;
		text-align: center;
	}

	.event-page .event-section-1 ul{
		
		width: 100%;
		    margin: auto;
		 justify-content: center;
	}

	.event-page .event-section-1 ul li{
		margin-bottom: 10px;
	}

	.event-page .event-section-4 .content-right{
		padding-left: 10px;

	}

	.event-page .event-section-4 .content-left{
		
	}

	.melbourne-page .event-section-5 .produc-cat-border, .sydney-page .event-section-5 .produc-cat-border{
		width: 60%;
		
	}



	.event-page .event-section-5 .product-categories{
		width: 90% !important;
		margin: 0px auto  !important;
	}

	.event-page .event-section-5 .product-categories ul li{
		max-width: 100% !important;
	}

	.event-page .event-section-5 .product-categories ul li img{
		display: inline-block;
	}

	.event-page .slick-next{
		right: -30px;
	}

	.event-page .slick-prev{
		left: -30px;
	}

	.related-section ul li{
		margin-bottom: 20px;
	}

	.sidebar{
		width: 35%;
	}

	.content{
		padding-right: 4%;
	}

	

	.event-page .side-menu ul li{
		font-size: 18px;
	}
	
}

@media only screen and (max-width : 1140px) {
	
	.inner-content3{
		flex-direction: column;
		padding: 0 5%;
	}
	
	.content-left-exhibit2 {
		flex-basis: 100%;
		text-align: center;
	}
	
	.aboutv2-page .content-right-exhibit2 {
		flex-basis: auto;
		margin-right: 0;
		margin-top: 1em;
	}
	
	.event-page .event-section-2 .context{
		padding-left:60px;
	}
	
}



@media only screen and (max-width : 1023px) {
	
	.event-page .event-section-2 .context{
		padding-left:0;
	}
	
	.melbourne-page.event-page .page-banner-section .context{
		right: 0;
	}
	
	.event-page .event-section-4 .context {
		max-width: 100%;
		width: 100%;
		padding: 0 7%;
	}
	
	.melbourne-page.event-page .event-section-4 .content-left {
		width: 100%;
		float: none;
	}
	
	.melbourne-page.event-page .event-section-4 .content-right {
		width: 100%;
		padding-left: 0;
		float: none;
		padding-top: 0;
	}
    
    .sydney-page .event-section-5{
       padding-top:10px
    }
	
	.melbourne-page.event-page .event-section-4 .content-left {
		width: 100%;
	}
	
	.aboutv2-page .banner-section h2{
		margin-left: 0;
	}
	
	.agha-gov-content br,.board-directors-content br,.travel-info-content br{
		display:none;
	}
	
	.copyright-section .footer-logo {
		float: none;
		text-align: center;
	}
	
	.copyright-section .copyright {
		float: none;
		margin-top: 10px;
		margin: 0 auto;
			margin-top: 0px;
		margin-top: 16px;
	}
	.copyright ul{
		justify-content: center;
	}
	
	.copyright ul li{
		margin-bottom: 13px;
	}
	
	
	.genesis-nav-menu li{
		padding: 10px 8px !important;
	}
	.section-3{
		background-color: #008cd2;
	}
	.section-3 .content-left{
		width: 100%;
		padding-left: 0;
		margin-bottom: 30px;
		text-align: center;
	}

	.section-3 .event-wrap{
		position: relative;
		margin-left: auto;
    	margin-right: auto;
    	top:0;
    	right: 0;
    	transform: translate(0, 0);
    	margin-bottom: 30px;
	}

	.section-3 .content-left .context{
		margin-left: auto;
    	margin-right: auto;
	}

	.section-3 .content-right{
		width: 100%;
		text-align: center;
	}

	.section-3 .content-right .featured img{
		width: 100%;
	}

	.section-4{
		background-color: #1f2f44;
		padding-bottom: 60px;
	}

	.section-4 .content-left{
		width: 100%;
	}

	.section-4 .content-left .featured img{
		width: 100%;
	}

	.section-4 .event-wrap{
		position: relative;
		margin-left: auto;
    	margin-right: auto;
    	top:0;
    	left: 0;
    	transform: translate(0, 0);
    	margin-bottom: 30px;
	}


	.section-4 .content-right{
		width: 100%;
		padding-left: 0;
		text-align: center;
	}

	.loop-main-section .col-box:first-child .featured{
		width: 50%;
		padding-right: 0;
	}
	.loop-main-section .col-box:first-child .context{
		width: 50%;
	}
	
	.loop-main-section .col-box:first-child{
		max-width: 100%;
	}

	.loop-main-section .col-box{
		max-width: 374px;
		width: 50%;
	}

	.about-section-2 .col-left{
		max-width: 100%;
		width: 100%;
	}
	.about-section-2 .col-left .featured img{
		width: 100%;
	}

	.about-section-2 .col-right{
		width: 100%;
		padding: 0;
	}

	.event-page .event-section-2 .content-left{
		width: 100%;
	}

	.event-page .event-section-2 .content-right{
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.event-page .event-section-1 ul{
		width: 90%;
	}

	.event-page .event-section-2 .event-wrap{
		position: relative;
	    margin-left: auto;
	    margin-right: auto;
	    top: 0;
	    left: 0;
	    transform: translate(0, 0);
	    margin-bottom: 30px;
	}

	.event-page .event-section-4 .content-left{
		width: 100%;
	}

	.event-page .event-section-4 .content-right{
		width: 100%;
		padding-left: 0;
	}

	.event-page .event-section-7 .content-left{
		width: 100%;
		margin-bottom: 40px;
	}

	.event-page .event-section-7 .content-right{
		width: 100%;
	}

}

@media only screen and (max-width : 991px) {

}


@media only screen and (max-width : 959px) {
	
	.melbourne-page.event-page .event-section-3 .context {
		margin-left: 0;
	}
	
	.melbourne-page.event-page .event-section-3 .context p br{
		display:none;
	}
	
	.melbourne-page.event-page .page-banner-section{
		background-position: -160px 0;
		background-size: cover;
	}
	
	.partners-section .heading p br{
		display:none;
	}
	
	.aboutv2-page .section-1 .context {
		max-width: 100%;
		width: 100%;
		margin-left: 0;
		padding-left: 0px !important;
	}

	.info.contact-email {
		width:100% !important;
	}	

	.exhibitv2-page .side-menu {
		display: none;
	}	
	
	.aboutv2-page .side-menu {
		display: none;
	}

	.home .side-menu{
		display: none;

		/*
		min-height: unset;
		height: 46px;
		max-width: 100%;
		padding-top: 0;
		margin-top: 64px;

	   */
	}

	.event-page .page-banner-section .site-info{
		background-size: cover;
	}
	

	 .mobile-side-menu{
		background-color: rgba(23, 35, 48, 0.8);
		width: 100%;
		height:auto;
		margin-top: 72px;
		display: block;
		position: fixed;
		z-index: 2;
	}

	.melbourne-page .mobile-side-menu{
		background-color: #4e4799;
	}

	.sydney-page .mobile-side-menu{
		background-color: #005fae;
	}

	.event-page .mobile-side-menu{
		margin-top: 67px;
	}

	.event-page .mobile-side-menu.scrolling{
		margin-top: 68px;
	}


	.mobile-side-menu .jump-section{
		font-size: 19px;
	    font-weight: 700;
	    color: #fff;
	    text-transform: uppercase;
	    text-align: center;
	    padding-top: 13px;
	    padding-bottom: 13px;
	    cursor: pointer;
	}



	.mobile-side-menu .sidemenu-wrap{
		display: none;
	}

	 .mobile-side-menu ul li{
		color: #fff;
	    font-size: 18px;
	    font-weight: 400;
	    margin-bottom: 10px;
	    border-bottom: solid 1px #3C4551;
	    padding-bottom: 10px;
	    padding-left: 20px;
	}

	.mobile-side-menu ul li:last-child{
		margin-bottom: 0;
		border-bottom: none;
	}

	.mobile-side-menu ul li a{
		color: #fff;
    	outline: none;
	}

	




	.wp-custom-logo .site-container .title-area{
		margin-bottom: 10px;
	}
	.event-page .side-menu{
		display: none;
	}


	/*
	
	.event-page.wp-custom-logo .site-container .title-area{
		display: block;
	}
	
	.event-page.wp-custom-logo .site-container .title-area a{
		display: block;
		background: url(./images/AGHA-GIFT-FAIRS.png) top left no-repeat;
		max-width: 120px  !important;
	    width: 116px;
	    height: 38px;
	    
	}


	.event-page.wp-custom-logo .site-container .title-area img{
		display: none;
	}
	*/
	
	.event-page.wp-custom-logo .site-container .title-area{
		display: block;
	}

	.header-widget-area{
		display: none;
	}

	#mobile-menu-section, #toggle-nav, .toggle-wrap {
		display: block;
	}

	.mobile-menu-wrap{
		    float: none;
		clear: both;
		background: #333;
		max-width: 100%;
		margin: 0 auto;
		padding-bottom: 0 !important;
	}
	.mobile-menu-wrap .menu-item{
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		border-bottom: 1px solid #fff;
		display: block;
		float: none;
		text-align: left;
		margin-bottom:0;
	}


	.mobile-menu-wrap li{
		color:#fff;
	}

	.mobile-menu-wrap li.search-icon, .mobile-menu-wrap li.event-logo{
		display: none;
	}
	
	.mobile-menu-wrap a:hover, .mobile-menu-wrap .current-menu-item a, .mobile-menu-wrap .sub-menu a:hover, .mobile-menu-wrap .sub-menu a:hover{
		background: #2d2d2d none repeat scroll 0 0;
		color: #fff !important;
	}

	
	.mobile-menu-wrap li a{
		    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 20px;
    text-transform: uppercase;
	}

	.site-info ul li{
		width: 24%;
	}
	
	.banner-section .inner{
		padding-left: 15px;
	}

	.upcoming-events-section .upcoming-events{
		left:-40%;
	}

	.home .inner{
		padding-left: 15px;
	}
	.section-5 .tabcontent ul li{
		max-width: 380px;
	    width: 100%;
	    float: none;
	    margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 30px;
	    padding-bottom: 20px;
	}
	.section-5 .tabcontent ul li:hover{
		margin-top: 0;
	}

	.membership-section{
		padding-bottom: 40px;
	}


	.loop-main-section .col-box:first-child .featured{
		width: 100%;
		text-align: center;
		float: none;
		margin: 0px auto 30px;
		
	}
	.loop-main-section .col-box:first-child .context{
		width: 100%;
		float: none;
		max-width: 680px;
		margin: 0px auto;
	}

	.about-section-1 .context{
		width: 100%;
		float: none;
		margin: 0px auto 30px;
	}

	.about-section-1 .context ul li{
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.about-section-1 .context ul li a.btn{
		width: 100%;
		margin-bottom: 10px;
	}

	.about-section-1 .featured{
		position: relative;
		width: 100%;
		text-align: center;
	}

	.timeline-section{
		background-size: cover;
		padding-bottom: 40px;
	}
	.timeline-section .heading{
		margin-bottom: 60px;
	}
	.timeline-section .line{
		display: none;
	}
	.timeline-section .timeline{
		width: 100%;
	}

	.timeline-section .timeline:nth-child(odd){
		margin-top: 0;
		padding-top: 0;
	}

	.timeline-section .timeline:nth-child(even){
		margin-top: 0;
		min-height: initial;
	}

	.timeline-section .timeline:nth-child(even):after{
		display: none;
	}

	.timeline-section .timeline:nth-child(odd):before{
		top: 40px;
	}


	.timeline-section .timeline:before{
		
		content: '';
	    position: absolute;
	    background: url(./images/timeline-down.png)top center no-repeat;
	    width: 24px;
	    height: 132px;
	    left: 50%;
	    margin-left: -12px;
	    top: 40px;
	    
	}

	.timeline-section .timeline:nth-child(odd) .year{
		top:0;
	}
	.timeline-section .timeline:nth-child(even) .year{
		top:0;
		
	}

	.timeline-section .timeline .year{
		position: relative;
	    right: 0;
	    text-align: center;
	    margin-bottom: 150px;
	}

	.timeline-section .timeline .context{
		text-align: center;
	    max-width: 320px;
	    width: 100%;
	    margin: 0px auto;
	}

	.contact-page .contact-form .gform_wrapper{
		  max-width: 650px;
	    width: 100%;
	    margin: 0px auto;
	}

	.contact-page .contact-form .gform_wrapper .gform_fields .gfield.left{
		max-width: 100%;
		width: 100%;
	}
	.contact-page .contact-form .gform_wrapper .gform_fields .gfield.message-field{
		position: relative;
		width: 100%;
		margin-bottom:20px;
	}
	.contact-page .contact-form .gform_wrapper .gform_fields .gfield.captcha{
		position: relative;
		width: 100%;
		top:unset;
		    right: unset;
	}

	.contact-page .contact-form .gform_wrapper .gform_button{
		position: relative;
	}

	.contact-info-section .info{
		float: none;
		
		max-width: 650px;
		width: 100%;
		margin: 0px auto 30px;
	}

	.content{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
	}

	.sidebar{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.event-page .inner{
		padding-left: 15px;
	}

	.event-page .page-banner-section{  
	    background: url('./images/AGHA-SYDNEY-GIFT-BANNER-BG.jpg');
	    background-position: top center;
	    background-size: cover;
	    min-height: 1px;
	    padding-top: 175px;
	}

	.event-page .page-banner-section .context img.mobile-view{
		display: block;
	}

	.event-page .page-banner-section .context{
		max-width: 100%;
		float: none;
		padding-bottom: 11em;
	}
	.event-page .page-banner-section .site-info{
		float: left;
		width: 100%;
	}

	.partners{
		padding: 0 20px;
	}

}




@media only screen and (max-width : 860px) {
	.event-page .page-banner-section{
		background-position: top right 15%;
	}
	
	.exhibit-section-1 .context {
		float: none;
		max-width: 100%;
		width: 100%;
		margin: 9em 0 0 0;
		text-align: center;
	}
	
	.inner-content2{
		flex-direction: column;
	}	
	
	.inner-content3{
		flex-direction: column;
	}	
	
	
	.inner-content2 div{
		flex-basis:unset;
	}	
	
	.inner-content3 div{
		flex-basis:unset;
	}
	
	.content-right-exhibit1{
		text-align: center;
		padding-bottom: 25px;
	}
	
	.content-left-exhibit2 {
		text-align: center;
		padding-bottom: 25px;
	}
	
	.content-right-exhibit1 {
		order: -1;
	}
	
}

@media only screen and (max-width : 800px) {
	
}


@media only screen and (max-width : 767px) {
	
	.section-3 .full-wrap, .section-4 .full-wrap{
		padding-left:15px;
		padding-right:15px;
	}
	
	.copyright ul li {
		margin-right: 0;
		padding-right: 0;
		border: 0;
	}
	
	.copyright ul{
		flex-direction: column;
	}
	
	.event-page .page-banner-section .context{
		padding-bottom: 5em;
	}
	

	h2{
		font-size: 40px !important;
	}

	.banner-section .context br{
		display: none;
	}

	.site-info ul li{
		width: 49%;
	}

	.banner-section .row-2{
		margin-top: 80px;
	}

	.home .partners ul li:nth-of-type(1n+5){
		
	}

	.section-1{
		background-image:none;
		background-color: #fff;
		min-height: initial;
		padding-bottom: 50px;
	}

	.section-1 .context{
		max-width: 100%;
	}

	.section-1 .context ul li{
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.section-1 .context ul li a.btn{
		width: 100%;
	}
	.upcoming-events-section{
		overflow: hidden;
	}

	.upcoming-events-section .event-upcoming-wrap{
		width: 100%;
		
	}

	.upcoming-events-section .event-list{
		max-width: 100%;
		width: 50%;
	}

	.upcoming-events-section .slick-prev{
		right: 42%;
	}
	.responsive-tabs-wrapper{
		    border-top:none !important;
	}
	.responsive-tabs ul.responsive-tabs__list{
		display: none;
	}

	.responsive-tabs .responsive-tabs__heading{
		font-size: 18px !important;
		  border-top: 1px solid #ccc !important;
		  margin-bottom: 10px !important;
	}

	.responsive-tabs .responsive-tabs__panel{

	}

	


	.loop-main-section .col-box{
		max-width: 100%;
		width: 100%;
	}

	.loop-main-section .col-box .featured-mobile-view{
		display: block;
	}
	
	.loop-main-section .col-box .featured-desktop-view{
		display: none;
	}

	.event-page .page-banner-section{
		
	}

	
	.event-page .page-banner-section .context ul{
		margin-left: 0;
	}
	.event-page .event-section-7 .content-left{
		padding-left: 15px;
		padding-right: 15px;
	}

	.event-page .event-section-2 .context{
		padding-left: 15px;
		padding-right: 15px;

	}
	.event-page .page-banner-section .site-info{
		width: 100%;

	}
	.event-page .event-section-4 .context ul li:first-child{
		margin-right: 0;
	}
	.event-page .event-section-4 .context ul li{
		max-width: 100%;
		width: 100%;
		margin-bottom: 10px;

	}
	.event-page .page-banner-section .site-info ul li{
		width: 49%;
		margin-left: 0;
		margin-right: 0;
	}

	
	.event-page .event-section-5 .product-categories{
		/*
		    border-style: solid;
	    border-width: 15px 30px;
	    border-color: #00907d;
	    margin-bottom: 40px;
	    */
	}

	.event-page .event-section-4 .context{
		padding-left: 15px;
		padding-right: 15px;
	}

	.event-page .event-section-3{
		background-size: cover;

	}
	
	.melbourne-page .event-section-5 .produc-cat-border, .sydney-page .event-section-5 .produc-cat-border{
		display:none;
	}
	.event-page .event-section-5 .product-categories .featured{
		/*margin-bottom: 30px;*/
	}
	.event-page .event-section-5 .product-categories .info{
		position: relative;
		margin-left: unset;
		opacity: 1;
	}
	.event-page .event-section-5 .product-categories ul{
		padding: 30px;
	}
	.event-page .event-section-5 .product-categories ul li.slick-current{
		margin-bottom: 0;
		margin-top: 0;
	}

	.event-page .event-section-5 .product-categories ul li.slick-current .featured img{
		height: 100%;
		width: 100%;
		margin-left:0;
	}
	.event-page .slick-next, .event-page .slick-prev{
		top: 50% !important;
	}
	.melbourne-page .event-section-5 .produc-cat-border, .sydney-page .event-section-5 .produc-cat-border{
		width: 80%;
	}

	.copyright-section .footer-logo{
		width: 100%;
		text-align: center;
	}

	.copyright-section .copyright{
		width: 100%;
		text-align: center;
	}

	.about-section-2 .context{
		padding-left: 15px;
		padding-right: 15px;
		max-width: 100%;
	}

	

	.upcoming-events-section .context{
		
		max-width: 100%;
	}

	.related-section ul, .related-section ul li{
		margin-left: 0;
		margin-right: 0;
	}

	.exhibit-page .exhibit-section-1 .context ul li{
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
		margin-left: 0;
		margin-right: 0;
	}

	.membership-section .context ul {
		margin-left: 0;
    	padding-left: 20px;
	}

}



@media only screen and (max-width : 575px) {
	
	#why-exhibit p br{
		display:none;
	}
	
	.event-page .page-banner-section .context ul li{
		max-width: 100%;
		margin-bottom: 10px;
		margin-left: 0;
   	 margin-right: 0;
	}

	.event-page .event-section-7 .context ul li{
		max-width: 100%;
		margin-bottom: 10px;
	}

	.event-page .event-section-8 .context ul li{
		max-width: 100%;
		margin-bottom: 10px;
	}
	.event-page .event-section-3{
		padding-bottom: 60px;
	}

	.event-page .event-section-3 .context ul li{
		max-width: 100%;
		margin-bottom: 10px;
		margin-left: 0;
    	margin-right: 0;
	}

	.event-page .event-section-3 .context ul li a.secondary-btn{
		max-width: 100%;
	}

	.upcoming-events-section .slick-prev {
		right: unset;
    	left: 20px;
	}

	.pagination-previous{
		max-width: 160px;
	}
	.pagination-previous a{
		font-size: 13px;
		padding: 15px 0;
	}
	.pagination-next{
		max-width: 160px;
	}
	.pagination-next a{
		font-size: 13px;
		padding: 15px 0;
	}
}

@media only screen and (max-width : 480px) {
	
	.event-page .slick-next, .event-page .slick-prev{
		top: 50% !important;
	}
	
	.event-page .event-section-5 .product-categories ul{
		padding:15px;
	}

	.melbourne-page.event-page .page-banner-section{
		background-position: -300px 0;
	}

	.banner-section .context h1{
		font-size: 38px;
		text-shadow: 0px 0px 10px #000;
	}
	
	.banner-section .context h1 span{
		color:#fff;
	}
	.site-info ul{
		margin-left: 0;
	}
	.site-info ul li .no{
		font-size: 36px;
	}

	.site-info ul li p{
		font-size: 16px !important;
	}
	
	h2{
		font-size: 30px !important;
	}

	p{
		font-size: 18px !important;
	}

	ul li{
		font-size: 18px !important;
	}

	.primary-btn{
		font-size: 16px;
		padding: 12px 20px;
	}

	
	.melbourne-page .event-section-5 .produc-cat-border, .sydney-page .event-section-5 .produc-cat-border{
		width: 90%;
	}

	.footer-section .footer-menu li{
		display: block;
	}
	.footer-section .footer-menu li a{
		border-right: none;
	}

	.copyright-section .copyright span.block{
		display: none;
	}

	.copyright-section .copyright p a{
		display: block;
	}

}



@media only screen and (max-width : 375px) {
	
}

/** MEGAPHONE EDIT START**/

.post-template-default .content{
	
	width:100%;
	max-width:unset;
	
	
}

.post-template-default .sidebar.sidebar-primary.widget-area{
	
	
	display:none;
}

.sydney-page .primary-btn{
	
	font-weight:bold
}


/** MEGAPHONE EDIT END **/