/*
	Theme Name: Avada Child
	Theme URI: 
	Author: Crackler
	Author URI: 
	Description: Child theme for Avada
	Version: 3.5.2
	Template: Avada
	License: GNU General Public License version 3.0
	License URI: http://www.Crackler.com.au

-------------------------------------------------------------------------
*/
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap');

/* Importing Main theme files  -----------------------------------------  */

@import url("../Avada/style.css");


.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu li
{
	padding: 20px 0 !important;
}

@media only screen and (max-width: 800px){
.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu li
{
	padding: 15px 0 !important;
}
.fusion-main-menu > ul > li > a
{
	font-size: 24px !important;
}
}
@media only screen and (max-width: 800px) {
  .menu-book-button {
    display: none;
  }
}
/* 1920px SITE WIDTH RESTRICTION FOR SUPER WIDE MONITORS  -----------------------------------------  */

@media only screen and (min-width: 1920px){

html 
{
background-color: #f2f2f2 !important;
}

body
{
  /* max-width: 1920px !important; */
  margin-left: auto !important;
  margin-right: auto !important;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.12)
}
}
/* Button STYLES  -----------------------------------------  */
.button .menu-text{
  padding: 12px 24px;
  border-radius: 3px;
}
.button.button-primary .menu-text{
  background: #192951;
  color: #fff;
  padding: 12px 24px;
  border-radius: 3px;
}
.button .fl-button{
  min-width: 150px;
  font-family: 'Roboto', sans-serif;
  border-radius: 3px !important;
  border: none !important;
  font-size: 19px !important;
  padding: 10px 36px !important;
}
.button.button-light-blue .fl-button{
   background: #004f7c !important;
 }
.button.button-primary .fl-button{
  background: #192951 !important;
}
.button.button-primary .fl-button .fl-button-text{
  color: #fff !important;
}
.button.button-light-blue .fl-button .fl-button-text{
  color: #fff !important;
}
.button.button-border-white .fl-button{
  background: transparent !important;
  border: 1px solid #fff !important;
}
.button.button-border-white .fl-button .fl-button-text{
  color: #fff;
}


/* MEGA MENU STYLES  -----------------------------------------  */



.show {
  display: block !important;
}

.hide {
  display: none !important;
}
#main-menu {
  position: fixed;
  width: 100%;
  z-index: 99999;
  display: none;
  transition: 1s ease;
  overflow: hidden;
}
@media screen and (max-width:800px){
  #main-menu{
    overflow-y: scroll !important;
    height: 100vh !important;
    padding-bottom: 80px !important;
  }
}

@media only screen and (max-width: 800px){
  /* Ensure that the body is unable to scroll when the menu is open on mobile - optional */
  body.menu-open {
    position: inherit !important;
    width: 100%;
  }

  /* Ensure that the menu content is 100vh on mobile */
  .menu-open #main-menu .fl-row-content-wrap {
    /* 100% of view height - the menu height */
    height: calc(100vh - 65px) !important;
    overflow-y: auto !important;
  }

  .menu-open #main-menu .fl-row-content-wrap .fl-col {
    margin-top: -65px;
    text-align: center;
  }

  #main-menu li {
    text-align: center;
  }
}

/* Set Primary menu center align in mobile screens */
@media only screen and (max-width: 800px) {
  .mega-menu-row .main-menu-primary {
    display: flex;
    justify-content: center;
  }
}

/* Set menu icon inside header proper allign */
.main-menu-link .fusion-megamenu-icon i {
  width: 30px;
  padding: 15px 0;
}

#menu-close,
#main-menu,
#search-box
{
  display: none;
  transition: 1s ease;
}
.fusion-header
{
  height: auto !important;
}
.fusion-header.menu-open
{
  background-color: #FFF !important;
}
.mega-menu-item .menu-item a{
  color: #1f3162;
  font-family: 'PT Serif', serif;
  font-size: 24px;
  padding: 8px 14px !important;
}
.mega-menu-item .sub-menu .menu-item a{
  font-family: 'Roboto', sans-serif;
  color: #6d6e71;
  font-size: 18px;
  padding: 5px 14px !important;
}
/*
 - This will pre-open the main menu sections for editing.
 - This relies on the main menu page-id, if this is changed
   this will potentially break.
 - If this is found to change frequently we will find another way to achieve this
*/
.fl-builder-edit.page-id-13053 #menu-close,
.fl-builder-edit.page-id-13053 #main-menu,
.fl-builder-edit.page-id-13053 #search-box
{
  display: block;
}
#menu-mega-menu{
  height: 80px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 400px) {
  #menu-mega-menu{
    height: 76px;
    margin-top: -18px;
  }
 #menu-mega-menu-1 {
    height: 76px;
    margin-top: -18px;
}
}

@media only screen and (max-width: 800px) {
  .menu-icon-group{
    text-align: center;
  }
}

.menu-box-container h2 span{
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 24px;

}
.menu-icon-group i:before{
  color: #192951 !important;
}
/* --- MENU CUSTOM ICON STYLES --- */

/* Icon common */

.nav-icon {
  width: 35px;
  height: 26px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.fusion-sticky-menu .nav-icon {
  width: 32px;
  height: 23px;
}
.fusion-header-sticky-height{
  height: 65px !important;
}
.fusion-sticky-menu .fusion-menu{
  display: flex;
  align-items: center;
  height: 65px;
}
.nav-icon span{
  display: block;
  position: absolute;
  height: 4.5px;
  width: 100%;
  background: #192951;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2),.nav-icon span:nth-child(3) {
  top: 10px;
}
.fusion-sticky-menu .nav-icon span:nth-child(2),.fusion-sticky-menu .nav-icon span:nth-child(3) {
  top: 9px;
}

.nav-icon span:nth-child(4) {
  top: 20px;
}
.fusion-sticky-menu .nav-icon span:nth-child(4) {
  top: 18px;
}

.nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}



/* BEAVER BUILDER RESPONSIVE STYLES  -----------------------------------------  */

.fl-col-small
{
  max-width: 100% !important;
}
.fusion-footer-widget-area{
  background: #192951 !important;
}

@media only screen and (max-width: 1300px){
.fl-col, #main .sidebar, .fusion-flexslider , .fusion-footer-widget-area, .related-posts
{
  padding-left: 20px !important;
  padding-right: 20px !important;
}
#main
{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
}

@media only screen and (max-width: 800px){
#main .sidebar
{
  width: 90% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
}



/* THEME CONTENT & SITE WIDTH RESONSIVE EDIT  -----------------------------------------  */

body.has-sidebar #content
{
  width: calc(100% - 22% - 60px) !important;
}

@media only screen and (max-width: 1260px){
  body.has-sidebar #content
{
  width: calc(100% - 22% - 20px) !important;
}
}

@media only screen and (max-width: 800px){
  body.has-sidebar #content
{
  width: 100% !important;
}
}




/* GLOBAL STYLES  -----------------------------------------  */

a
{
  transition: 0.7s;
}

.fusion-copyright-notice
{
  text-align: center;
}

.whitetext h1,
.whitetext .post-content h1,  
.whitetext h2,
.whitetext .post-content h2,  
.whitetext h3,
.whitetext .post-content h3,  
.whitetext h4,
.whitetext .post-content h4,  
.whitetext h5,
.whitetext .post-content h5,   
.whitetext p,
.whitetext .post-content p
{
  color: #fff !important;
}

.widget_nav_menu li, .widget_nav_menu li:before
{
  border: none !important;
  padding: 5px 10px 5px 12px !important;
}

.widget_nav_menu a, .widget_nav_menu li a:before
{
  color: #727272 !important;
}

.widget_nav_menu li:hover
{
  opacity: 0.6 !important;
}

.fusion-sticky-shadow
{
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 26px !important;
}

@media only screen and (max-width: 800px){
.sidebar
{
  padding-top:0px !important;
}
}

@media only screen and (max-width:800px){
  .post {
     margin-bottom:0px !important;
  }

  .fusion-post-title-meta-wrap {
    padding: 20px;
  }

  h2.entry-title.fusion-post-title {
    font-size: 21px !important;
  }
}

@media only screen and (max-width: 800px){
  .single .fusion-sharing-box {
    margin-top: 0px !important;
  }
}

@media only screen and (max-width: 400px){
.fusion-logo
{
  width: 210px !important;
}
}

.engrave-cta h3.fl-cta-title
{
  color: #fff !important;
}

h2.widgettitle
{
	font-size: 24px !important;
	line-height: 1.4 !important;
}
.page-banner-text h2{
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  font-style: italic !important;
  color: #FFF !important;
  text-align: center;
  font-size: 60px !important;
}
@media screen and (max-width:800px){
  .page-banner-text h2{
    font-size: 50px !important;
  }
}


/* HOMEPAGE SPECIFIC  -----------------------------------------  */

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

.home-banner .fl-slide-content
{
  position: absolute !important;
  top: 30%;
  left: 0%;
  right: 0%;
}
.home-banner .fl-slide-content h1
{
  text-shadow: 0px 10px 26px rgba(0, 0, 0, 0.90);
  font-size: 58px !important;
  line-height: 110% !important;
}
.bx-wrapper .bx-pager
{
  bottom: 15px !important;
}
}





/* SHOP  -----------------------------------------  */

.shop-btn .fl-callout
{
  transition: 0.2s;
  padding: 20px;
  border-radius: 4px;
}

.shop-btn .fl-callout-title a
{
  color: inherit !important;
}

.shop-btn .fl-callout:hover
{
  transition: 0.5s;
  box-shadow: 0px 6px 38px rgba(0, 0, 0, 0.15);
}

.shop-btn .fl-callout .fl-callout-button
{
  transition: 0.3s;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.shop-btn .fl-callout:hover .fl-callout-button
{
  transition: 0.6s;
  width: 90%;
}

.mem-shop-btn .fl-callout-title a
{
  color: inherit !important;
}

.mem-shop-btn .fl-callout
{
  transition: 0.2s;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}

.mem-shop-btn .fl-callout .fl-callout-button
{
  transition: 0.3s;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.mem-shop-btn .fl-callout:hover .fl-callout-button
{
  transition: 0.6s;
  width: 90%;
}



/* MEMBER ONLY ITEMS  -----------------------------------------  */

.member-item
{
  display: none;
}

.logged-in .member-item
{
  display: block !important;
}



/* NEW PLUGIN MEMBER LOGIN AREA  -----------------------------------------  */


.um-login .um-right.um-half
{
	display: none;
}


.um-login .um-field-label label,
.um-login .um-col-alt-b a
{
	color: #fff !important;
}

.um-login .um-field-checkbox
{
	background-color: #fff;
    padding: 10px;
    border-radius: 2px;
    border: 2px solid #ddd !important;
}

.um-login .um-field-checkbox-state, 
.um-login .um-field-radio-state
{
	top: 10px !important;
	left: 12px !important;
}

.um-login i.um-icon-android-checkbox-outline
{
	color: #777777 !important;
}






/* MEMBER LOGIN AREA  -----------------------------------------  */

.form .status
{
	color: #fff;
	margin: 10px 0px;
	font-size: 22px;
}

.member-login p
{
  color: #fff !important;
}

.member-login
{
  transition: 0.5s;
  background: url("https://www.ivanhoewines.com.au/wp-content/themes/Avada-child/knight-bg.png"), url("https://www.ivanhoewines.com.au/wp-content/themes/Avada-child/member-bg.jpg");
  background-position: 105% 50%, 50% 50%;
  background-repeat: no-repeat, repeat;
}

.member-login:hover
{
  transition: 1s;
  background-position: 100% 50%, 50% 50%;
}

@media only screen and (max-width: 800px){
  .member-login
{
  background: url(""), url("https://www.ivanhoewines.com.au/wp-content/themes/Avada-child/member-bg.jpg");
}
}

.member-login input[type="text"], 
.member-login input[type=password]
{
  padding: 10px 20px !important;
  border-radius: 4px;
  border: none;
  font-size: 18px !important;
  line-height: 22px !important;
  height: inherit !important;
  width: 70%;
  max-width: 800px;
}

.member-login input#wp-submit
{
  padding: 12px 20px !important;
  border: none !important;
  border-radius: 4px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 22px;
  line-height: 28px;
  width: 220px;
}

.member-login input#wp-submit:hover
{
  background-color: rgba(0, 0, 0, 0.7);
}



/* MEMBER SIDEBAR AREA  -----------------------------------------  */

.member-sidebar
{
  transition: 0.7s;
  background: url("https://www.ivanhoewines.com.au/wp-content/themes/Avada-child/knight-bg.png"), url("https://www.ivanhoewines.com.au/wp-content/themes/Avada-child/member-bg.jpg");
  background-size: 80%, 100% 100%;
  background-position: 480% 50%, 50% 50%;
  background-repeat: no-repeat, repeat;
}

.member-sidebar:hover
{
  transition: 1.4s;
  background-position: 240% 50%, 50% 50%;
}

.member-sidebar h4
{
  color: #fff !important;
}

.member-sidebar-logged-in
{
  padding: 20px;
  background-color: #192951;
  color: #fff !important;
  text-align: center;
}
.widget-title {
  font-size: 30px !important;
  font-style: initial !important;
  font-weight: 300 !important;
  color: #1f3162 !important;
}



/* MEMBER ACCOUNT AREA  -----------------------------------------  */

.ms-account-wrapper h2 a
{
  font-size: 16px;
  line-height: 110%;
  background-color: #f2f2f2;
  padding: 7px 14px;
  border-radius: 4px;
  margin: 20px;
}

.ms-logout-form
{
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 4px;
  line-height: 40px;
}

.ms-logout-form .login_button
{
  background-color: #192951;
  padding: 7px 14px;
  border-radius: 4px;
  color: #fff;
  margin: 10px;
}


/* FORM STYLING  -----------------------------------------  */


.formcraft-css .fc-form
{
  box-shadow: none !important;
}




/*  SHOP MENU SECTION -----------------------------------------  */

.shop-menu .fl-col-content
{
  transition: 1s;
}

.shop-menu .fl-col-content:hover
{
  transition: ease 0.5s;
  padding-top: 50px !important;
  padding-bottom: 70px !important;
}





/*  FOOTER -----------------------------------------  */
.fusion-footer-copyright-area{
  padding-bottom: 0 !important;
}
.fusion-footer h3
{
  font-size: 125% !important;
}

.footer-1 .fl-col-content,
.footer-2 .fl-col-content,
.footer-3 .fl-col-content
{
  transition: 1.2s !important;
}

.footer-1 .fl-col-content:hover,
.footer-2 .fl-col-content:hover,
.footer-3 .fl-col-content:hover
{
  transition: 0.5s !important;
  border: 2px solid transparent !important;
  box-shadow: 0px 6px 38px rgba(0, 0, 0, 0.15);
}
.mailchimp-subscribe-container .mc4wp-form-fields{
  display: flex;
}
@media only screen and (max-width: 800px) {
  .mailchimp-subscribe-container .mc4wp-form-fields{
    flex-direction: column;
  }
}
.mailchimp-subscribe-container .mc4wp-form-fields p:nth-child(1){
  width: 40%;
}
.mailchimp-subscribe-container .mc4wp-form-fields p:nth-child(2){
  width: 40%;
}
.mailchimp-subscribe-container .mc4wp-form-fields p:nth-child(3){
  width: 20%;
}
@media only screen and (max-width: 800px) {
  .mailchimp-subscribe-container .mc4wp-form-fields p:nth-child(1){
    width: 100%;
  }
  .mailchimp-subscribe-container .mc4wp-form-fields p:nth-child(2){
    width: 100%;
  }
  .mailchimp-subscribe-container .mc4wp-form-fields p:nth-child(3){
    width: 100%;
  }
}

.mailchimp-subscribe-container .mc4wp-form-fields input[type="text"], .mailchimp-subscribe-container .mc4wp-form-fields input[type="email"]{
  font-family: 'Roboto', sans-serif;
  height: 45px;
  border: none;
  text-align: center;
  width: 95%;
  font-size: 17px;
  font-weight: 300;
}
@media only screen and (max-width: 800px) {
  .mailchimp-subscribe-container .mc4wp-form-fields input[type="text"], .mailchimp-subscribe-container .mc4wp-form-fields input[type="email"]{
    width: 100%;

  }
}
.mailchimp-subscribe-container .mc4wp-form-fields input[type="text"]::placeholder, .mailchimp-subscribe-container .mc4wp-form-fields input[type="email"]::placeholder{
  color: #58595b
;
}
.mc4wp-form-fields input[type=submit]
{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  width: 100%;
  background-color: #004f7c;
  color: #fff;
  border-radius: 3px;
  border: none;
  padding: 10px 18px;
}

.mc4wp-form-fields input[type=submit]:hover
{
  transition: 0.5s;
  background-color: #2A3F75;
}
.footer-icon-group .fl-icon-group-center{
  display: flex;
  justify-content: center;
}
.footer-icon-group .fl-icon-group-center p{
  margin: 0 !important;
  margin-right: 15px !important;
}
.footer-icon-group .fl-icon-group-center p span{
  margin: 0 !important;
}
.footer-top-container h2{
  color: #fff !important;
  margin-bottom: 40px;
}
.footer-top-container p{
  margin: 0;
}
.footer-top-container .map-text{
  margin-bottom: 20px;
}
.footer-copyright-link{
  color: #fff !important;
}
/*  TYPE STYLES   -----------------------------------------  */

h4, .post-content h4
{
  font-style: italic;
}

h5, .post-content h5
{
  font-weight: 300 !important;
}


/*  Modules Specific STYLES   -----------------------------------------  */

.fusion-footer-widget-area{
  padding-left:0px;
  padding-right:0px;
}

.banner-icon.white .fl-icon-wrap i {
  color: #ffffff;
}

.banner-icon.white {
  position: relative;
  top: 160px;
}

@media screen and (max-width:800px){
  .banner-icon.white{
    top: 100px;
  }
}


.side-panel-box h2.fl-heading
{
  line-height:70px !important;
}

.sidebar .widget {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 1300px) {
  .fl-col.fl-node-5d24607c3debf {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.interactive-banner-card .uabb-ib1-title{
  background: #192951 !important;
  text-align: center;
  padding: 30px 10px;
}
.interactive-banner-card .uabb-ib1-title h2{
  color: #fff;
  font-size: 26px;
}
.interactive-banner-card .uabb-ib1-title p{
  color: #fff;
  font-size: 15px;
}
.callout-card-container .fl-callout-content{
  background: #f7f5f5;
}
.callout-card-container .fl-callout-title{
  color: #1f3162;
  margin-top: 40px;
}
.callout-card-container .fl-callout-title a{
  color: #1f3162 !important;
}
.callout-card-container  .fl-callout-button{
  padding: 20px 80px 40px 80px;
}
@media only screen and (max-width: 800px) {
  .callout-card-container  .fl-callout-button{
    padding: 20px;
  }
}
.callout-card-container .fl-callout-button .fl-button{
  min-width: 150px;
  background: #192951 !important;
  font-family: 'Roboto', sans-serif;
  border-radius: 3px !important;
  border: none !important;
  font-size: 19px !important;
  padding: 16px 36px !important;
}
.callout-card-container .fl-callout-button .fl-button:hover{
  background: #004F7C !important;
}
.callout-card-container .fl-callout-button .fl-button span{
  color: #FFF;
}
.side-panel-container .fl-row-content-wrap{
  padding: 0 !important;
  border: none !important;
}
.side-panel-box{
  padding: 0px 0px;
  margin-bottom: 15px;
  text-align: center;
  background: #192951;
}
.side-panel-box.light-blue{
  background: #004f7c;
}
.side-panel-box h2{
   color: #fff !important;
   font-size: 26px !important;
 }
.side-panel-box p{
  display: none;
}
.sidepanel-sub-container{
  padding: 0 20px;
}
.sidepanel-sub-container input[type="text"] {
  color: #58595b;
  height: 45px;
  border: none;
  font-size: 17px;
}
.sidepanel-sub-container input[type="text"]::placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 200;
}
.sidepanel-sub-container input[type="email"] {
  border-radius: 0;
  color: #58595b;
  height: 40px;
  border: none;
  font-size: 17px;
}
.sidepanel-sub-container input[type="email"]::placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 200;
}

.sidebar .cat-item a{
  color: #58595b !important;
  font-size: 17px;
}
.sidebar .cat-item{
  padding: 15px 0 !important;
}
.sidebar .cat-item a:hover{
  color: #0071bb !important;
}
.sidebar .cat-item a:before{
  display: none !important;
}
.sub-panel-text h2{
  margin-bottom: 0;
}
.sub-panel-text p{
  font-size: 15px;
  margin: 10px;
}

@media only screen and (min-width: 768px){
.button-group-left-container .fl-col-content {
    display: flex;
}
}

@media only screen and (max-width: 769px){
.button-group-left-container .fl-col-content {
	justify-content:center;
}
}

.h2-style .fl-rich-text {
  font-family : PT Serif;
  font-size : 26px;
  color : #223666;	
}

.h2-style p {
    margin-bottom: 0px !important;;
}

.info-button a.fl-button {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

@media only screen and (max-width: 768px){
.mobile-width .fl-button {
	width:100% !important;
}
}

.mega-menu-item .sub-menu.menu-item a {
    font-family: 'Roboto', sans-serif;
    color: #6d6e71;
    font-size: 18px;
    padding: 5px 14px !important;
}

@media only screen and (max-width: 768px){
.fusion-standard-logo {
    display: none;
}
}

@media only screen and (max-width: 768px){
.fusion-mobile-logo {
    display: block !important;
    min-height: 60px !important;
}
}

@media only screen and (max-width: 768px){
.fusion-mobile-logo {
    display: block !important;
    min-height: 60px !important;
}
}
@media only screen and (max-width: 768px){
img.fusion-mobile-logo {
    position: static;
}
}
