/* hero */

.hero-cont{
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - 150px);
  width: 100%;
  display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    background-attachment: fixed;
	z-index:1;
}
.welcome-section{
	z-index:1;
	background-color:white;
	position:relative;
}
.heroparallax{
  background-attachment: fixed;
}
.hero{
  background-size: cover;
    background-position: center;
    min-height: calc(100vh - 150px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-attachment: fixed;
}
.main-carousel:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:black;
    opacity:0.2;
}
.hero-cont .visit-us{
  position: absolute;
  bottom: 150px;
}
.council-logo{
  margin-top: 120px;
}
.council-logo img{
  margin: 0 auto;
}

/* arrow in circle */
.arrowincircle{
    height: 60px;
    width: 60px;
    padding: 15px;
    bottom: 50px;
    
  border-radius: 50%;
  background-color: #F8E71C;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 100px;
  cursor: pointer;
  z-index: 2;
}
.arrowincircle img{
    width:30px;
}
.arrowincircle:hover{
  background-color: white;
}
.read-more{
  position: relative;
}

.read-more:after{
    position: absolute;
    content: '';
    background-image: url(../img/angle-right.svg);
    height: 12px;
    width: 12px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    background-position: center;
    top: 6px;
    right: -15px;
}

/* Navigation */
.nav-container{
  background-color: #2F2F2F;
  position: relative;
  z-index: 3;
}
.nav-con{
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0;
}

.logo{
  padding: 0 45px 0 30px;
  left: 30px;
}
.nav-container ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: start;
  align-items: center;
}
.navigation ul li{
  list-style: none;
  padding: 0 36px;
  position: relative;
}
.navigation ul li a{
  color: white;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
  text-align: center;
	text-decoration:none;
  font-family: 'HelveticaNeue-Medium', Helvetica, Arial, serif;
}
.navigation ul li ul li a {
    display: block;
    text-align: left;
}
.navigation ul li a:after{
  background-color: white;
  content: '';
  position: absolute;
  height: 1px;
  top: -11px;
  right: -20px;
  width: 0;
  transition: all 0.3s ease;
}
.navigation ul li a:before{
  background-color: white;
  content: '';
  position: absolute;
  width: calc(100% + 40px);
  height: 1px;
  bottom: -12px;
  left: -20px;
  width: 0;
  transition: all 0.3s ease;
}

.navigation ul li a:hover:after{
  width: calc(100% + 40px);
}

.navigation ul li.current_page_item a:before,
.navigation ul li a:hover:before{
  width: calc(100% + 40px);
}

.nav-container ul li .sub-menu{
  position: absolute;
  top: 19px;
  padding-top: 40px;
  background-color: #2F2F2F;
  width: 300px;
  left: 0px;
  flex-wrap: wrap;
  transition: all 0.3s linear;
  display: none;
}
.nav-container ul li:hover .sub-menu{
  display: block;
}
.nav-container ul li .sub-menu li{
  padding: 15px 20px;
}
.login-signup{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding-right: 60px;
}
.login-signup ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.social-div-mobile{
  display: none !important;
}
.login-signup ul li{
  padding: 0 20px;
}
.login-signup ul li:first-child img{
  height: 25px;
}
.login-signup ul li img{
  height: 21px;
}
.search_icon_bar{
  margin-right: 40px;
}
.search_icon_bar img{
  height: 25px;
}
.become-a-partner{
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../img/duotone.png');
  background-size: cover;
  background-position: top right;
  background-attachment: fixed;
}
.become-a-partner .col{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.become-partner{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.become-partner p:first-child{
  font-weight: 300;
  font-size: 60px;
  color: #F8E71C;
  letter-spacing: 0;
  line-height: 55px;
  max-width: 400px;
}
.become-partner p:last-child{
  font-weight: 300;
  font-size: 36px;
  color: #ADD6F6;
  letter-spacing: 0;
  line-height: 42px;
  max-width: 440px;
}
.become-a-partner .arrowincircle{
  position: relative;
  top: inherit;
  bottom: inherit;
}
.become-a-partner .arrowincircle img {
    transform: rotate(-90deg);
}
/*.locations .row{
    max-width:1320px;
}*/
.loc-inner-con{
  max-width: 300px;
  position:relative;
}
.loc-inner-con a{
	text-decoration:none;
}
.loc-inner-con:hover:after{
    background-color:black;
    opacity:0.2;
    content:'';
    position:absolute;
    top:-50px;
    left:-50px;
    width:calc(100% + 100px);
    height:calc(100% + 100px);
    z-index:-1;
   box-shadow: 10px 10px 10px 10px grey;
}
.locations .heading{
  margin-bottom: 30px;
}
.locations .opening-hours{
    font-weight:bold;
}
.loc-inner-con>div{
  margin-bottom: 25px;
}
.nc-heavy{
  margin-bottom: 60px;
}
.address,
.hours,
.opening-hours{
  margin-bottom: 30px;
  font-size:18px;
}
.address a{
    max-width: 100%;
  text-decoration:underline;
}
.hours{
  font-size: 18px;
}
.hours p{
  padding-top:20px;
}

.opening-hours-description p{
  margin-bottom: 20px;
}
.first-admission-padding-top{
  padding-top: 90px;
}
.dont-miss-sec-about-motor-1{
    background-color:#9FD0CC;
    position: relative;
}

.motor-about-subscribe{
    padding:80px 0 141px !important;
}
.motor-about-padding-top-none{
    padding-top:0px !important;
}
.morot-about-menu-top{
    top:250px !important;
}
.second-admission-padding-top{
  padding-top: 12px;
}
.fourth-adission-padding-top{
  padding-top: 10px;
}
.admission-padding-top{
  padding-top: 0px;
}
.last-admission-padding-top{
  padding-top: 15px;
}
.admission h2{
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: 20px;
  display:none;
}
.admission{
  margin-bottom: 20px;
}
.book-your-entry {
  display:none;
}
.book-your-entry a{
  background: #4A4A4A;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 24px;
  padding: 20px;
  display: inline-block;
  margin-top: 10px;
  transition: all .3s ease;
}
.book-your-entry a:hover{
  background-color: #5691B8;
}
.open-detailed-discount-info p{
  margin-bottom: 15px;
}
.open-detailed-discount-info{
  transition: height 0.3s ease;
  overflow: hidden;
}
.open-detailed-discount-info.close-detailed{
  height: 0;
}
.wrapper {
    position: relative;
    padding-bottom: 580px;
    padding-top: 25px;
    height: 0;
}
.wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.museum-pass{
  background: rgba(56,102,132,0.35);
  padding: 500px 0 150px;
  margin-top: -320px;
}

/*.museum-pass .row{
    max-width:1320px;
}*/

.inner-museum-pass{
  position: relative;
  max-width: 500px;
}
.inner-museum-pass .copy-detailed{
  margin-bottom: 40px;
}
.museum-pass .col-4:after{
  position: absolute;
  content: '';
  width: 100%;
  height: calc(100% + 240px);
  background: rgba(255,255,255,0.70);
  top: -40px;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 1;
}
.museum-pass .col-4:hover:after{
  opacity: 1;
}
.inner-museum-pass{
  position: relative;
  z-index: 2;
}
.inner-museum-pass h3{
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 1.44px;
  line-height: 34px;
  position: relative;
  margin: 30px 0;
}

.inner-museum-pass h3:after,
.inner-museum-pass h3:before{
  position: absolute;
  content: '';
  width: 82px;
  height: 3px;
  background-color: #4A4A4A;
  top: -20px;
  left: 0;
}

.inner-museum-pass h3:before{
  bottom: -20px;
  top: inherit;
}


.inner-museum-pass p{
  position: relative;
  margin-bottom: 20px;
}
.inner-museum-pass .border{
  margin-bottom:40px;
  position:relative;
}

.inner-museum-pass .border:after{
  position: absolute;
  content: '';
  width: 163px;
  height: 3px;
  background-color: #4A4A4A;
  bottom: 0;
  left: 0;
}
.inner-museum-pass a.button{
  margin-top: 40px;
  display: inline-block;
}

/* plan a visit */
.plan-a-visit{
  background: rgba(56,102,132,0.15);
}
/*.plan-a-visit .row{
    max-width:1320px;
}*/
.plan-a-visit-cont{
  display: flex;
  justify-content: flex-start;
  align-items:stretch;
  flex-flow: row;
}

.plan-a-visit .intro p{
  margin-bottom: 20px;
}
.plan-a-visit .intro p:first-child{
  font-size: 28px;
  line-height: 34px;
}

.plan-a-visit .intro p:nth-child(2){
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}

.plan-a-visit .intro p:nth-child(3){
  font-family: HelveticaRoman;
}

.p-col{
  padding-right: 40px;
}
a.link-url{
  position: absolute;
  left: 0;
  bottom: 0;
}
.link-url:before{
  position: absolute;
  content: '';
  width: 0;
  left: 0;
  bottom: -2px;
  background-color: #4a4a4a;
  height: 2px;
  transition: all 0.3s ease;
}
.link-url:hover:before{
  width: 100%;
}

.other-museum-inner{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.other-museum-inner .arrowincircle {
    position: relative;
    top: inherit;
    bottom: inherit;
    right: 0;
}
.other-museum-inner .arrowincircle img {
    transform: rotate(-90deg);
}
.other-museum-inner div:first-child{
  font-weight: 400;
  font-size: 38px;
  text-align: right;
  line-height: 44px;
}
.museum-links{
  width: 100%;
  max-width: 600px;
  font-size: 30px;
  font-weight: 600;
  line-height: 48px;
}


.hero-copy .subscribe-banner{
  position: relative;
  right: inherit;
}
.subscribe-banner{
  background: #1C3545;
  border-radius: 73.5px;
  padding: 35px;
  max-width: 1025px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #70BBED;
  letter-spacing: 1.29px;
}
.subscribe-about{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
      
}

.subscribe-banner p{
  color: white;
}
.subscribe-banner form>div.mc4wp-form-fields{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.subscribe-banner form input[type=submit]{
    background: #F8E71C;
    border-radius: 17.5px;
    font-weight: 600;
    font-size: 18px;
    color: #4A4A4A;
    letter-spacing: 0.5px;
    text-align: center;
    height: 35px;
    width: 100px;
    margin-left: -20px;
    border:0px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}
.subscribe-banner form input[type=submit]:hover{
  color: #000;
}
.subscribe-banner  form>div.mc4wp-form-fields p{
  font-family: Helvetica;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.33px;
  line-height:20px;
}
.subscribe .arrowcircle{
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background: #70BBED;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* About Page */
.about-background{
  position: relative;
  background: rgba(94,121,133,0.30);
}
.about-background:after{
	position: fixed;
    content: '';
    height: 500px;
    width: 500px;
    top: 50px;
    left: 50%;
    background-image: url(../img/diamond.png);
    background-size: cover;
    transform: translateX(-50%);
    transition: all 0.5s linear;
	opacity:0;
}
.move-animation.about-background:after{
	opacity:1;
}
.rail-about-background{
    background:none;
}
.rail-about-dont-miss-sec-1{
    background:#ffc66a !important;
    margin-top:50px;
}
.rail-about-dont-miss-sec-2{
    margin-top:-50px;
}
.rail-about-background:after{
  background-image: url(../img/rail-about-arrow-bg.png) !important;
}
.move-animation.rail-about-background:after{
    transform:translateX(0);
}
.rail-about-dont-miss-sec-3:after{
    background-color:#FF8B00 !important;
    top: 372px !important;
    height: 366px !important;
}
.video-small-row{
    max-width:800px !important;
}
.about-section .row{
  z-index: 2;
  position:relative;
}
.about-section p{
  font-size: 20px;
  line-height: 24px;
}
.miss-button{
  display: flex;
  justify-content: center;
}
.miss-Btn{
  background:#5E7985;
  padding:20px;
  color:#fff;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0;
	text-decoration:none;
}
.highlights-Btn{
  background:#00796A;
  padding:20px;
  color:#fff;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0;
	text-decoration:none;
}
.row-grid {
    display: flex;
    align-items: inherit;
    justify-content: flex-start;
    background: #fff;
    height: 100%;
}
.blog-img {
    width: 355px;
  min-height:350px;
    max-width: 100%;
    position: relative;
}
.back-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.inner-cont {
    width: 100%;
    max-width: 340px;
    padding: 35px 20px 43px 30px;
    width: 100%;
    max-width: 340px;
    padding: 35px 20px 43px 30px;
}
.inner-cont.col-inner-dir{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column; 
}
.inner-cont  p{
  font-family: HelveticaRoman;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
}
.box-heading{
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 24px;
  font-weight: 300;
  display:none;
	font-family:HelveticaNeue;
	font-weight:400;
}
.box-heading p{
	font-family:HelveticaNeue;
	font-weight:400;	
}
.box-heading.col-dir{
  padding-bottom: 150px;
  display:none;
}

.dont-miss-sec-3{
  padding-top: 60px;
}
.col-padding{
  padding:0 10px !important;
}
.row-grid-white{
  background:#fff;
    padding: 35px 20px 20px 30px;
}
.col-grid {
    position: relative;
}
.col-grid .img-cont {
  height: 330px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom; 
}
.col-grid .inner-cont {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}
.col-grid .p-width{
  width: 750px;
}
.col-grid .around-padding{
  padding:30px 30px;
}
.box-heading-padding{
  padding-bottom: 201px;
}
.subscribe-banner {
    background: #1C3545;
    border-radius: 73.5px;
    padding: 35px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #70BBED;
    letter-spacing: 1.29px;
}
.home-subscribe-banner{
  position: absolute;
  right: 0;
}
.about-subscribe-banner{
  position: absolute;
  right: 0;
  bottom: -70px;
}
.subscribe-about .arrowcircle {
    height: 65px;
    width: 88px;
    border-radius: 50%;
    background: #70BBED;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 26px;
}
.subscribe-banner form {
  position: relative;
    width:100%;
    margin-left: 36px;
    margin-bottom: 0;
}
.subscribe-banner form .mc4wp-form-fields p{
  position: absolute;
  margin-left: 0 !important;
  top: 40px;
  left:0;
  width:100%;
}
.subscribe-banner input[type=email] {
    width: 100%;
    height: 35px;
  border:1px solid white;
}
/* End About Page*/


/* Footer */
.footer{
  background-color: white;
}
.footer-inner{
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
.footer-logo{
  display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 30%;
}
.footer-logo-div{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  width: 50%;
}
.menu-desktop-common{
    left:28px !important;
    top:250px;
}

.shopcopy {
    position: relative;
    padding: 0 50px 25px 90px;
}
.shopcopy:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #979797;
}
.shopcopy ul{
  list-style: none;
  margin: 0;
  padding:0;
}
.shopcopy ul li ul.sub-menu{
  height: 0;
  overflow: hidden;
  transition:height 0.2s linear;
}
.shopcopy ul li ul.sub-menu.active-submenu{
  height:236px;
}
.shopcopy ul li ul.sub-menu li:first-child{
  margin-top:20px;
}
.shopcopy ul li a{
	text-decoration:none;
}
.support-subscribe-col{
  padding: 0 10px;
}
.shopcopy ul li {
    font-weight: 500;
    font-size: 14.0px;
    color: rgba(0, 0, 0, 1.0);
    text-align: center;
    letter-spacing: 2.16px;
    line-height: 17.0px;
    padding: 15px 0;
    position: relative;
}
.shopcopy ul li:first-child:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background-color: #4A4A4A;
  height: 1px;
  width: 100%;
}

.shopcopy ul li:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  background-color: #4A4A4A;
  height: 1px;
  width: 100%;
}
.shopcopy ul li:hover>a {
  opacity:0.6;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dark-gray,
.dark-gray:hover{
  color: white !important;
  background:#4a4a4a !important;
}
.footer .fossilmuseumfootermenu {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 25%;
}
.footer .loremipsumdolorsi {  
  width: 25%;
}
.footer .fossilmuseumfootermenu img{
    width: 152px;
    margin: 0 150px 0 35px;
}

.footer .fossilmuseumfootermenu ul{
  padding: 0;
  margin: 0;
  list-style: none;
  padding-right: 50px;
  position: relative;
}
.aboutplanavisits{
  position: relative;
}
.footer .fossilmuseumfootermenu .aboutplanavisits:after{
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #979797;
}
.footer .fossilmuseumfootermenu ul li a{
	text-decoration:none;
  list-style: none;
  text-align: right;
  font-weight: 500;
    font-size: 14.0px;
    color: rgba(74, 73, 74, 1.0);
    text-align: right;
    letter-spacing: 2.0px;
    line-height: 32.0px;
    display: inherit;
}

.footer .social {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 500px 0 50px;
  position: relative;
}

.social-div{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .social-div a:first-child{
  margin-right: 20px;
  height: 30px;
    width: 22px;
}
.footer .social-div img:nth-child(2){
  height: 26px;
    width: 26px;
}

.footer .loremipsumdolorsi {  
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
    width: 528px;
    font-size: 20.0px;
    color: rgba(74, 73, 74, 1.0);
    text-align: left;
    line-height: 28.0px;
    width: 30%;
}
.footer .loremipsumdolorsi .inner-div{
  position: relative;
  padding-left: 50px;
}
.inner-div:after{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #979797;
}
.close-icon{
  background:#5691B8;
  height:44px;
  width: 44px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  cursor: pointer;
  cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-family: sans-serif;
}
.close-icon:hover{
  color: #4a4a4a;
}

.open-it{
  transform: rotate(135deg);
}

.nc-heavy-2{
  margin-bottom: 16px;
}
.other-scubscribe-banner{
    padding:45px 35px !important;
}
.other-arrowcircle{
    width:90px !important;
}
.black-line{
  width: 120px;
  height: 3px;
  background: #000;
}
.index-hero-cont{
  align-items: inherit !important;
  justify-content: center;
  padding-top: 0;
}

.plan-img{
  top: 12% !important;
}

.addres-margin{
  margin-top: 65px;
  position: relative;
}
.hero-right-logo{
  position: absolute;
  right: -300px;
  top: 0;
}
.inner-plan h3{
  font-size: 25px;
  line-height: 27px;
}
.about-fossil{
    left:80px !important;
}
.about-fossil-menu{
    top:240px !important;
}
.fossil-col-dir{
    padding-bottom:150px !important;
}
.fossil-col-dir2{
    padding-bottom:250px !important;
}
.fossil-about-dont-miss-sec-1{
    background:#e4d4d2 !important;
}
.fossil-about-dont-miss-sec-3{
    padding-top:0 !important;
}
.fossil-about-dont-miss-sec-3:after{
    background-color:#d7afab !important;
    top: -270px !important;
    height: 1053px !important;
}
.fossil-about-subscribe{
    padding:0px 0 144px !important;
}
.fossil-about-small-row{
    max-width: 1039px;
    margin-left: 350px;
}
.rail-about-menu{
    top:230px !important;
}
.fossil-about-background{
    background:none !important;
}
.fossil-about-background:after{
   background-color: #DDC9C7;
    opacity: 0.6;
   background-image:none !important;
}

.fossil-about-padding-top{
    padding-top:80px !important;
    margin-bottom:80px;
}
.inner-plan table th, td{
  font-size: 16px;
  vertical-align: top;
	line-height:18px;
}
.inner-plan p{
  font-size: 16px;
}
.inner-plan .button{
  padding: 15px;
}
.page-template-template-contact #map_canvas{
  padding-bottom:650px;
}
.map .wrapper{
  padding-bottom: 400px;
}
.buy-tix-button{
  background: #4a4a4a;
  width: 70px;
  text-align: center;
  color: #fff;
  float: left;
  font-size: 14px;
  margin-top: 10px;
}

.plan-background{
  min-height: 970px;
  background-size: cover;
  background-position: center;
  margin-top: -700px;
  position: relative;
  background-attachment:fixed;
}
.plan-background:after{
	position:absolute;
	top:0;
	left:0;
	background-color:white;
	opacity:0.3;
	width:100%;
	height:100%;
	content:'';
}
.plan-background .subscribe-about{
  margin-top: 750px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.subscribe-position{
  position: absolute;
  bottom: 40px;
}
/* Home page */

/* Home page */
/* About page */
@font-face {
  font-family: "AcuminPro-Bold";
  src: url('/assets/fonts/AcuminPro-Bold.otf') format("opentype");
}

.chifleyhomeandedu {
    background-color: rgba(255, 255, 255, 0.0);
    top: 45px;
    height: auto;
    width: 293px;
    position: absolute;
    margin: 0;
    left: 28px;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    font-weight: 600;
    font-size: 42px;
    text-align: left;
    line-height: 42px;
    text-transform: uppercase;
	z-index:2;
}
.menu:after {
    background-color: rgba(0, 0, 0, 1.0);
    top: 0;
    height: calc(100% + 20px);
    width: 100%;
    position: absolute;
    content: '';
    margin: 0;
    left: 0;
}
.menu {
    background-color: rgba(255, 255, 255, 0.0);
    top: 280px;
    position: absolute;
    margin: 0;
    left: 94px;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    z-index:1;
}
.menu ul{
    list-style: none;
    margin:0;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
}
.menu ul li.current-menu-item:after,
.menu ul li:hover:after {
    top: -1px;
    margin: 0;
    left: -20px;
    position: absolute;
    content: '';
    width: calc(100% + 100px);
    height: 100%;
}

.menu ul#menu-chifley-home-and-education-centre li.current-menu-item:after,
.menu ul#menu-chifley-home-and-education-centre li:hover:after {
    background-color: rgba(102, 131, 128, 1.0);
}

.menu ul#menu-national-motor-racing-museum li.current-menu-item:after,
.menu ul#menu-national-motor-racing-museum li:hover:after {
  background-color:#6AB1AB;
}

.menu ul#menu-australian-fossil-and-mineral-museum li.current-menu-item:after,
.menu ul#menu-australian-fossil-and-mineral-museum li:hover:after {
  background-color:#A65148;
}

.menu ul#menu-bathurst-rail-museum li.current-menu-item:after,
.menu ul#menu-bathurst-rail-museum li:hover:after {
  background-color:#FF8B00;
}


.menu ul li {
    background-color: rgba(255, 255, 255, 0.0);
    position: relative;
    margin: 10px 0;
    left: 0;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    font-family: 'AcuminPro-Bold', Helvetica, Arial, serif;
    font-size: 30px;
    color: rgba(255, 255, 255, 1.0);
    text-align: left;
    letter-spacing: -1.0px;
    line-height: 32px;
}
.menu ul li a{
    z-index: 2;
    position: relative;
	text-decoration:none;
}

.chifelyhomelogo {
    background-color: rgba(255, 255, 255, 0.0);
    top: 32px;
    position: absolute;
    margin: 0;
    right: 190px;
    width: 200px;
}
.chifely-welcome-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
	margin:0 auto;
	max-width:320px;
}
.chifely-welcome-logo img{
	max-width:48%;
}
.waterwisebathurstlogoblackcopy {
    background-color: rgba(255, 255, 255, 0.0);
	 margin-right:20px;
}
.wastewisebathurstlogoblackcopy {
    background-color: rgba(255, 255, 255, 0.0);
}
.dontmiss{
  padding-bottom: 200px;
}
.rail-about-dontmiss{
    padding-bottom:60px !important;
}
.dont-miss-sec-1{
  background: rgba(94,121,133,0.30);
  position: relative;

}

.dont-miss-sec-2{
  position: relative;
}
.dont-miss-sec-2 .row{
  z-index: 1;
  position: relative;
}
.dont-miss-sec-2:after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 295px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size:100%; 
}
.page-template-template-chifley-about .about-section .dont-miss-sec-2:after{
      background-image: url(../img/ref-image-kitchen.png);
}
.dont-miss-sec-3{
  position: relative;
}
.dont-miss-sec-3:after{
  position: absolute;
  content: '';
  left: 0;
  top: -97px;
  height: 100%;
  width: 100%;
  background-color: #668380;
}
.dont-miss-sec-about-motor-3{
    position:relative;
}
.dont-miss-sec-about-motor-3:after{
  position: absolute;
  content: '';
  left: 0;
  top: 300px;
  height: 100%;
  width: 100%;
  background-image:url(../img/DUOTONE_IMAGE.png);
  background-size:cover;
  background-position:center;
  background-attachment: fixed;
  background-color:inherit !important;
}
.motor-about-padding-top{
    padding-top:100px !important;
}

.motor-about-p{
    width:70% !important;
}
.td-book-btn{
  height: 27px;
}
.morot-about-menu-top{
    left:100px !important;
}
.td-flex{
  display: flex;
  justify-content: space-between;
}
.rail-about-chifleyhomeandedu{
    top:46px !important;
}
.motor-about-background{
    background:none !important;
    margin-top:-30px;
    z-index:-1;
}
.motor-about-dontmiss{
    padding-bottom:0px !important;
}
.motor-about-background:after{
    background-image:none !important;
    background-color:#CCEBE8;
    opacity:0.5;
    border-radius:100%;
}
.subscribe{
  padding:150px 0;
  background-attachment:fixed;
}
.subscribe-about{
  min-height: 135px;
}
.chifily-subscribe-about{
    min-height:0;
}
.learn-logo{
  width: 60%;
}
.learn-count{
  align-items: center !important;
  min-height: inherit !important;
  background-size: inherit;
}
.column-direction{
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  justify-content:center;
}
.column-direction h2{
  margin-bottom: 15px !important;
  max-width: 197px;
}
h2.line-height{
  line-height: 39px;
}
.rail-logo-icon-margin{
    margin-top: -50px;
    margin-bottom: 50px;
}
.donate-plus-icon{
    position:absolute;
    top:20px;
    right:17px;
    background:#4a4a4a;
}
.wrapper-relative{
    position:relative;
}
.rail-support-head h4{
    font-size:25px;
}
.wrapper-yellow-Btn{
    position:absolute;
    top: 45%;
    right: -2%;
    z-index:1;
    background-image:url(../img/subarrow.svg);
    background-repeat:no-repeat;
    background-color: #f8e71c;
    background-position: 8px;
    width: 200px;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 11px 10px 57px;
}
.sky-bg-motor .row{
    margin-top:0 !important;
}
  
  .tr{
    width: 100%;
    padding-bottom: 28%;
    position: relative;
    overflow: hidden;
    transform-origin: 0 100%;
    transform: rotate(0deg);
    color: #000;
    height: 230px;
    padding-right: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
}
.tr p{
  padding-left: 10px;
  padding-top: 10px;
  line-height: 15px;
}
.tr:before{
        content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 335px;
    height: 252px;
    background-color: #E2E2E2;
    transform-origin: 0 100%;
    transform: rotate(-38deg);
    z-index: -1;
}
.tr-moter:before{
    width:435px;
    height:345px;
}
.motor-racing-black-relative{
    position:relative;
}
.motor-racing-black-logo{
    position:absolute;
    top:28px;
    right:20px;
}
.regt-motor-relative{
    position:relative;
}
.regt-motor-absoult{
    position: absolute;
    left: 100px;
    top: 200px;
    transform:translate(-200px,-200px);
    transition:all 0.3s linear;
}
.move-animation .regt-motor-absoult{
    transform: translate(0);
}

.tr-moter p{
    font-size:11px;
}
.learn-hero-section{
  flex-wrap: wrap;
}
#triangle-bottomright {
      width: 0;
    height: 0;
    border-bottom: 43px solid #FE6464;
    border-left: 50px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    }
    #sky-triangle-bottomright{
      width: 0;
    height: 0;
    border-bottom: 43px solid #0CCCE0;
    border-left: 50px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    }
#yello-triangle-bottomright {
      width: 0;
    height: 0;
    border-bottom: 43px solid #F8E71C;
    border-left: 50px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    }
    .small-text{
      font-size: 12px;
      width: 120px;
      line-height: 16px;
      padding-top: 5px;
    }
    .bookBtn{
      background-color: #4a4a4a;
    width: 70px;
    height: 70px;
    line-height: 15px;
    text-align: center;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 10px;
    padding: 20px 0;
    margin-left: 10px;
      font-weight: bold;
    }
    .bookBtn a{
      color: #fff;
    }
    .black-text{
      color: #000 !important;
    }
    .img-align{
      height: 24px;
    padding-left: 25px; 
    }
    .yellow-text{
      color: #F8E71C !important;
    }
    .find-Btn{
      background-color: #4a4a4a;
    width: 110px;
    font-size: 13px;
    text-transform: uppercase;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
    }
    .find-Btn a{
      color: #fff;
    }
    .adult-section{
      display: flex;
      justify-content: space-between;
    }
    .tr h2{
      font-size: 18px;
      padding-left: 10px;
      line-height: 20px;
    }
    .logo-mobile{
      display: none;
    }
    .adult-section .bookBtn{
      width: 80px;
      height: 62px;
      margin-top: 0;
      font-weight: bold;
    }
    .adult .tr:before{
      width: 371px;
      height: 345px;
    }
    .adult p{
    font-size: 11px;
    line-height: 16px;
    padding-top: 5px;
    }
    .preschool{
      margin-top: 30px;
    }
    .learn-subscribe-section{
      padding: 100px 0 !important;
      margin-top: -50px;
    }
    .see-and-do-margin-address{
      padding-top: 50px;
    }
    .floatright{
      display: flex;
      justify-content: flex-end;
      align-items: flex-start;
    }
    .contact-box{
      background-color: #fff;
      padding: 20px;
      display: flex;
      justify-content: space-between;
      max-width: 1100px;
    }
    .small-row .contact-box, .smallrow .contact-box,
    .support-flex .contact-box,
    .contact-page .contact-box{
      max-width: 100%;
    }
    .contact-text{
      max-width: 200px;
    }
    .contact-text .small-text{
      width: 100% !important;
    }
    .form{
      width: 70%;
    }
    .form th{
      text-align: left;
      font-weight: normal;
      font-size:13px;
    }
    .form input{
      width: 100%;
      border: 1px solid #ccc;
      line-height: 40px;
      padding: 0 20px;
    }
    .form textarea{
      width: 100%;
      border: 1px solid #ccc;
      height: 150px;
      padding: 20px 20px 0px;
    }
    .co-send-btn, .co-send-btn button{
      display: flex; border:none;font-weight:300;font-size:14px;color:#4A4A4A;cursor: pointer;
      justify-content: space-between;
      align-items: center;
		text-decoration:none;
    }
    .co-send-btn button{
      transition: all 0.2s linear;
    }
    .co-send-btn button:hover {
      transform: scale(1.05);
    }
    .learn-subscribe-section .subscribe-about{
      margin-top: 100px;
    }
    .banner-book{
      display: flex;
      justify-content: space-between;
      border-bottom: 2px solid #000;
      padding-bottom: 10px;
    }
    .locations{
      padding-bottom: 20px;
    }
    .learnrow{
      margin: 0 -10px;
      width: calc(100% + 20px);
    }
    .learn-logo-display .col{
      padding: 0 10px;
    }
    .learn-logo-display .col img{
      max-height: 70px;
    }
    .learnrow{
      position: relative;
    }
    .learnrow:after{
    position: absolute;
    background: #D8D8D8;
    left: 10px;
    bottom: 0px;
    height: 2px;
    width: calc(100% - 20px);
    content: '';
    }
    .learnrow.nolearnafter:after{
      width: 0;
    }
    .learn-col{
      padding: 0 10px;
    }
    .black-Book{
          width: 70px;
        height: 68px;
        border-radius: 100px;
        padding: 17px 15px;
        background: #000;
    }
    .send-Iocn{
      padding-top: 18px;
      cursor: pointer;
      width: 40px;
        display: flex;
        align-items: center;
    }
    .show-Me{
      border-bottom: 1px solid #000;
      padding: 10px 0px 10px;
    }
    .show-Me h3{
      margin-bottom: 10px;
      font-size:20px;
    }
    .learn-for-btn{
        display:flex;
        justify-content:space-between;
    }
    .learn-for-btn a{
      background: #000;
        font-size: 18px;
        color: #fff;
        width: 114px;
        height: 37px;
        float: left;
        text-align: center;
        line-height: 37px;
        letter-spacing: 0.7px;
        font-weight: 400;
		text-decoration:none;
    }
    .menu-learn-logo p{
		padding-bottom:20px;
    }
    .menu-learn-logo p:last-child{
		padding-bottom:0;
	}
    .position-rectangle{
      position: relative;
    }
    .rectangle{
      position: absolute;
      left: -200px;
      top: 200px;
      height: 400px;
      width: 400px;
      background-repeat: no-repeat;
      background-size: contain;
      background-attachment: fixed;
      background-position: center;
    }
    .rectangle img{
      width: 500px;
    }
/* Fossil */
.fossil-hero:before{
  content: '';
  background-color: #71221A;
  height: 400px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fossil-hero:after{
  content: '';
  background-color: #DDC9C7;
  height: 1000px;
  width: 100%;
  position: absolute;
  top: 400px;
  left: 0;
}
.fossil-hero .row:first-child{
  margin-top: 0px;
}

.fossil-hero .row{
  margin-top: 70px;
}
.fossil-hero div{
  z-index: 2;
}
.full-lenght-copy-boy,
.full-lenght-copy-boy .blog-heading{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.full-lenght-copy-boy .blog-heading{
  width: 30%;
}
.full-lenght-copy-boy .blog-heading h3:nth-child(2){
  padding: 0 40px 0 20px;
}
.full-lenght-copy-boy .copy-box{
  width: 70%;
}

.full-lenght-copy-boy h3 .date {
  width: 100%;
  padding-top: 20px;
  font-size: 24px;
  font-weight: 300;
  display: block;
}
.copy-container{
  background-color: white;
  padding: 40px;
}
.copy-container h2{
  margin-bottom: 40px;
}
.copy-container p:first-child{
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}
.copy-container p{
  margin-bottom: 30px;
}
.white-color{
  color: white;
}
.image-box{
  display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
}
/* Fossil */

/*Contact page*/
.contact-page{
  background-size: cover;
  background-position: center;
}
.contact-copy{
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact-copy div{
  position: relative;
  z-index: 2;
}
.contact-copy:after{
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.8;
background: #FFFFFF;
}
.contact-page .menu:after{
  background-color: transparent;
}
.contact-page .menu ul li{
  color: inherit;
}
.chifleyhomeandedu p{
  font-size: 20px;
    width: 214px;
    font-weight: normal;
    line-height: 28px;
    padding-top: 36px;
}
.blue-Bg{
  background-color: #5691B8;
  padding: 20px 0px 20px 0px;
  height: 400px;
}
.blue-Bg .row{
  margin-top: -200px;
}
.blue-Bg .col-grid{
  z-index: 1;
}
.venue-cont{
  display: block !important;
  justify-content: inherit !important;
}
.venue-train-bg{
  padding-top: 280px;
}
.venue-subscribe{
      margin-top: 200px;
    margin-bottom: 100px;
}
.venue-train-bg:before{
  background-color: #fff;
  opacity: 0.3;
  position: absolute;
    content: '';
    top: 35%;
    left: 15%;
    height: 800px;
    width: 800px;
}
.venue-width{
  width: 100%;
}
tr.tr-bottom td{
  vertical-align: bottom;
}
.book-Btn{
  background-color: #4a4a4a;
  padding: 5px 10px;
  color: #fff;
}
.venue-banner{
  padding-bottom: 200px;
}
/* removed making things too small
.see-row{
  max-width: 1000px;
}
*/
.see-menu{
  left: 0 !important;
}
.pink-Bg{
  background-color: #DDC9C7;
  height: 200px;
}
.pink-Bg .row{
  margin-top: -400px;
}
.chifily-see-do{
    margin-top:0px !important;
}
.sky-bg-motor{
    background-color:#6AB1AB;
}
.see-white{
  padding-bottom: 115px !important;
}
.see-white .row{
  margin-top: -36px;
}
.chifily-see-white{
    margin-top:390px;
}
.motor-see-white .row{
  margin-top: 336px;
}
.see-do-subscribe .box-one{
  margin-top: -100px;
}
.see-blog-img{
  width: 433px !important;
}
.see-do-banner{
    background-attachment:fixed;
  padding-bottom: 450px !important;
  background-size: cover;
    background-position: center;
    min-height: calc(100vh - 150px);
    width: 100%;
    position: relative;
}
.see-p-width{
  width: 60% !important;
}
.see-subscribe{
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.see-and-do-menu{
  left: 28px !important;
    top: 250px !important;
}
.see-subscribe .subscribe-about{
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.button:hover{
  background-color: #5691B8;
}
.button-img{
  position: absolute;
  right: -26%;
    top: 20px;
  background-color: #4A4A4A;
  padding: 5px 0px;
  width:120px;
  text-align: center;
  text-transform: uppercase;
	text-decoration:none;
}
.button-img a,
.button-img span{
  color: #fff;
  font-size: 15px;
	text-decoration:none;
}
.see-box-relative{
  position: relative;
}
.event-position{
  background-color: #FE6464;
  right: -20px;
}
.button-img2{
  right: 40%;
}
.event-position2{
  right: -3%;
}
.see-and-do-padding-bottom-3{
  padding-bottom: 40px;
}

.box-book-btn{
  text-align: center;
  display: flex;
  justify-content: flex-end;
}
/*.see-inner-count:before{
  background-image: url(../img/yellow-btn.png);
  position: absolute;
    content: 'EXPLORE MORE';
    top: 40%;
    left: -52%;
    width:161px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-weight: bold;
    font-size: 14px;
    background-size:contain;
}
.see-yellow-btn:before{
  background-image: url(../img/yellow-btn.png);
  position: absolute;
    content: 'EXPLORE MORE';
    top: 8%;
    left: -24%;
    width:161px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-weight: bold;
    font-size: 14px;
    background-size:contain;
}*/
.see-yellow-btn-motor:before{
    top:700px;
}
.learn-col-margin{
    margin-left:100px;
}
.see-and-do-padding-botto{
  padding-bottom: 30px;
}
.see-and-do-padding-bottom-2{
  padding-bottom: 65px;
}

.menu ul li.active-see-do, .menu ul li:hover{
  color: #000;
}
.support-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:50px;
}
.makeanenquiry img:hover{
  transform: scale(1.1);
}
.logo-icon{
  display: flex;
  justify-content: flex-end;
  border-bottom: 2px solid #000;
    padding-bottom: 10px;
}
.support-menu:after{
  background: none;
}
.support-menu{
  left: 28px !important;
  top: 370px !important;
}

.menu ul li.active-support, .menu ul li:hover{
  color: #fff;
}

.menu ul li.active-contact, .menu ul li:hover{
  color: #fff;
}
.light-gryBg{
  background-color: #EBEBEB;
}
.support-count{
  position: relative;
}
.support-Btn{
  top: -5%;
  right: 0;
}
.h4-box-heading{
  font-size: 20px;
  font-weight:600;
}
.support-box-size p{
  font-size: 15px;
  line-height: 18px;
}
.plus-heading{
  display: flex;
  justify-content: space-between;
}
.col-padding{
  padding: 0 10px;
}
.fossil-bg{
  height: 1000px;
  position: relative;
  z-index: -1;
}
.fossil-bg .row{
  margin-top: 642px;
}
.font-22{
  font-size: 22px;
}
.fossil-white{
  margin-top: 120px;
}
.fossil-box{
  position: absolute;
  top: 700px;
  left: 0px;
  width:210px;
}
.fossil-box:before{
  background-image: url(../img/yellow-btn.png);
  position: absolute;
    content: 'EXPLORE MORE';
    bottom: -18%;
    left: 10%;
    width:161px;
    height: 52;
    text-align: center;
    line-height: 52px;
    font-weight: bold;
    font-size: 14px;
}
.fossil-box2{
  position: absolute;
  top: 1000px;
  left: 0px;
  width:210px;
}
.fossil-box2:before{
  background-image: url(../img/yellow-btn.png);
  position: absolute;
    content: 'EXPLORE MORE';
    bottom: -18%;
    left: 10%;
    width:161px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-weight: bold;
    font-size: 14px;
}
/*.fossil-box-img:before{
  background-image: url(../img/yellow-btn.png);
  position: absolute;
    content: 'EXPLORE MORE';
    bottom: 38%;
    left: -30%;
    width:161px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-weight: bold;
    font-size: 14px;
}*/
.flex-img-pos{
  display: flex;
  flex-flow: column;
  align-items:flex-start;
  justify-content:flex-start;
}
.flex-img-bottom{
  margin-top: auto;
}
.fossil-menu{
  top: 250px !important;
  left: 50px !important;
}
.white-img{
  position: absolute;
  top: 21px !important;
  right: 0;
  width: 150px;
}
.contact ul li{
  color: #000;
}
.contact-address{
  background-color: #fff;
  display: block;
  opacity: 0.8;
  padding: 20px;
  height:100%;
}
.contact-address p{
  padding-bottom:20px;
}
.contact-address p:last-child{
  padding-bottom:0;
}
.home-bg{
  top: 7%;
  width: 130px;
  right: 1%;
}
.button-pos{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fossil-bg-section:before{
  background-color: #71221A;
  height: 300px;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
}
.fossil-bg-section-pink:after{
  background-color: #DDC9C7;
  height: calc(100% - 300px);
  width: 100%;
  content: '';
  position: absolute;
  top: 300px;
  z-index: -1;
}
.fossil-gray-bg:before{
  content: '';
    background-color: #D8D8D8 !important;
    width: 100%;
    height: 1800px;
    z-index: -1;
    position: absolute;
    top: 300px;
}
.contact-subscribe-col form{
    margin-top:20px;
  }
.venue-subs-banner form{
  margin-top: 20px;
}

.support-flex{
    flex-wrap: wrap;
}
.learn-motor{
    top:208px !important;
}
.preschool-motor-heading{
    font-size:27px;
}
#menu-footer-privacy-menu{
  margin:0;
  padding:0 0 20px;
}
#menu-footer-privacy-menu li{
  list-style:none;
  padding-bottom:10px;
}
#menu-footer-privacy-menu li a{
  font-size:16px;
  transition:opacity 0.2s linear;
	text-decoration:none;
}
#menu-footer-privacy-menu li a:hover{
  opacity:0.6;
}
/*contact page*/
.inner-cont a{
	text-decoration:underline;
}
.search_form .zoom-img{
	max-height:22px;
	margin-bottom:-7px;
}
h2.screen-reader-text{
	display:none;
}
*:focus {
    outline: none;
}
article{
	padding-bottom:20px;
}
article h2{
	font-size:20px;
	font-weight:400;
	line-height:22px;
}
.search_form{
	height:22px;
	position:relative;
	margin:0;
}
.search_form input[type=text]{
	    height: 24px;
    position: absolute;
    left: -200px;
    width: 180px;
    OPACITY: 0;
    TRANSITION: 0.3S all linear;
	background-color:#2f2f2f;
	border:1px solid #ffffff;
	color:white;
	padding-left:5px;
}
.search_form.active_form input[type=text]{
	opacity:1;
}
.navigation.pagination{
	padding-top:20px;
}
@media only screen and (max-width: 1700px) {

    .inner-plan table th, td{
        font-size:14px;
    }
  .chifleyhomeandedu {
      width: 300px;
      top: 30px;
      font-size: 35px;
      line-height: 35px;
  }
  .menu {
    background-color: rgba(255, 255, 255, 0.0);
    top: 160px;
    position: absolute;
    margin: 0;
    left: 80px;
}
.menu ul li {
    margin: 5px 0;
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 34px;
}
.miss-Btn {
    line-height: 55px;
    padding: 5px 30px;
    font-size: 34px;
}
.dontmiss {
    padding-bottom: 120px;
}

.learn-motor-menu{
    top:420px !important;
}
.col-grid .img-cont {
    height: 280px;
}

.box-heading.col-dir {
    padding-bottom: 50px;
}
.subscribe {
    padding: 150px 0;
}
.museum-pass {
    padding: 400px 0 100px;
}
}

.plus-Icon{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.openfordetails{
  max-width: calc(100% - 60px);
}
.mobile-sub{
    display: none;
  }

  .fossil-small-row{
    margin-left: 300px !important;
    width: calc(100% - 300px) !important; 
  }

/* About page end */
@media only screen and (max-width: 2250px) {
  /* Header */
  .navigation ul li{
    list-style: none;
    padding: 0 25px;
  }
  .navigation ul li a:before{
      left: -15px;
  }
  .navigation ul li a:after{
      right: -15px;
  }
  .navigation ul li.current_page_item a:before,
  .navigation ul li a:hover:before {
      width: calc(100% + 30px);
  }
  .navigation ul li a:hover:after {
      width: calc(100% + 30px);
  }

  .navigation ul li a {
      font-size: 15px;
      line-height: 20px;
  }
}
@media only screen and (max-width: 2050px) {
  /* Footer */
  .shopcopy {
      padding: 0 20px 25px 20px;
  }
  .footer .social {
      position: absolute;
      right: 30px;
      padding: 0;
  }
  .social-div{
    max-width: 66px;
  }
  .social-div img{
    max-width: 100%;
  }
  .footer .fossilmuseumfootermenu .aboutplanavisits:after{
    right: inherit;
    left: 0;
  }
  .aboutplanavisits {
      padding-left: 20px;
      width: 50%;
  }
  .footer .loremipsumdolorsi {
      flex-direction: column;
  }
  .footer .loremipsumdolorsi .inner-div {
      font-size: 16px;
      line-height: 22px;
  }
  .museum-links{
    padding-left: 140px;
  }
  .other-museum-inner .arrowincircle{
    right: inherit;
    left: 60px;
  }
}
@media only screen and (max-width: 1700px) {
  /* Header */
body {
    font-size: 16px;
    line-height: 22px;
}
.footer-logo{
    width: 40%;
}
.footer .fossilmuseumfootermenu{
  width: 35%;
}
.welcome-section{
  padding-right: 70px;
  padding-left: 70px;
} 

.col.logo{
  padding: 0;
}
.navigation.col-8 {
    max-width: 66.666667%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation ul li {
    list-style: none;
    padding: 0 12px;
}
.navigation ul li a {
    font-size: 14px;
}
.navigation ul li a:before {
    left: -7px;
}
.navigation ul li.current_page_item a:before, 
.navigation ul li a:hover:before {
    width: calc(100% + 14px);
}
.navigation ul li a:after {
    right: -7px;
}
.navigation ul li a:hover:after {
    width: calc(100% + 14px);
}
.login-signup{
  padding: 0 30px;
}
.login-signup ul li {
    padding: 0 10px;
}

.hero-cont {
  min-height: calc(100vh - 120px);
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
z-index:1;
}
.index-hero-cont.hero-cont {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.hero-cont .visit-us{
  position: absolute;
  bottom: 58px;
}

.padding-bottom {
    padding-bottom: 100px;
}
.padding-top {
    padding-top: 100px;
}

.thirtysixlight {
    font-size: 22px;
    color: #000000;
    line-height: 34px;
    margin-bottom: 40px;
}

.twintyeight, .twintyeight p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 20px;
}

.council-logo {
    margin-top: 60px;
}

.become-partner p:first-child {
    font-size: 50px;
    line-height: 52px;
    max-width: 300px;
}
.become-partner p:last-child {
    font-size: 32px;
    line-height: 36px;
    max-width: 380px;
}
.nc-heavy, .nc-heavy p {
    font-size: 23px;
    line-height: 28px;
    min-height: 110px;
}
.plan-a-visit .intro p:first-child {
    font-size: 26px;
    line-height: 32px;
}
.plan-a-visit .intro p:nth-child(2) {
    font-size: 18px;
    line-height: 24px;
}
.museum-links {
    font-size: 28px;
    line-height: 40px;
}
.other-museum-inner div:first-child {
    font-size: 34px;
    line-height: 40px;
}
.subscribe-section {
  height: inherit;
    padding: 100px 0;
}
.subscribe-about {
    position: relative; 
    width: 100%;
    bottom: inherit;
}
.highlights-Btn {
    line-height: 52px;
    padding: 5px 30px;
    font-size: 30px;
	text-decoration:none;
}
/* footer */
.shopcopy ul li {
    font-size: 12.0px;
    letter-spacing: 1px;
    line-height: 15.0px;
    padding: 10px 0;
}

.footer .fossilmuseumfootermenu img {
    width: 100px;
    margin: 0 100px 0 20px;
}
.footer .loremipsumdolorsi .inner-div {
    padding-left: 20px;
    font-size: 10px;
    line-height: 14px;
}
.footer .fossilmuseumfootermenu ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 125px;
}
.footer .fossilmuseumfootermenu ul li{
  width: 100%;
}
.footer .fossilmuseumfootermenu ul li a {
    font-size: 12.0px;
    letter-spacing: 1px;
    line-height: 24px;
}

/* plan a visit */
.book-your-entry a {
    font-size: 15px;
    line-height: 19px;
    padding: 10px 15px;
}

  .museum-links{
    padding-left: 0px;
  }
  .other-museum-inner .arrowincircle{
    right: inherit;
    left: 0px;
  }
  .chifleyhomeandedu.plan-visit{
    left: 28px;
  }
  .menu.plan-visit{
    top: 250px;
  }
}

@media only screen and (max-width: 1440px){
  .support-menu{
    top: 347px !important;
  }
  .contact-chifleyhomeandedu{
    top: 71px !important;
  }
  .contact{
    top: 300px !important;
  }
}

@media only screen and (max-width: 1300px){
.navigation ul li {
    list-style: none;
    padding: 0 10px;
}
.navigation ul li a {
    font-size: 12px;
}	
.chifleyhomeandedu {
    width: 280px;
    top: 28px;
    left: 28px !important;
    font-size: 35px;
    line-height: 35px;
}
.learn-for-btn a{
    width:106px;
}
.menu {
    top: 226px;
    left: 80px;
}
.menu ul li {
    font-size: 24px;
    line-height: 30px;
}
.learn-margin{
  margin-left: 290px !important;
}
.video-small-row{
    max-width:700px !important;
}
.rail-about-menu{
    left:30px !important;
}
.see-inner-count:before{
    left:-240px;
}
.see-yellow-btn:before{
    left:240px;
}
}

/* animate */
.animate-section p,
.animate-section div,
.animate{
  opacity: 0;
  transform: translateY(20px);  
  transition:all 0.5s ease;
}

.animate-section .animate-section-vissible,
.visible-animation{
  transform: translateY(0);
  opacity: 1;
}

img{
  transition: transform 0.3s ease;
}
img.zoom-img:hover{
  transform: scale(1.1);
}
.handburger{
  display: none;
}
.mobile-nav{
  display: none;
}

div.wpcf7-mail-sent-ok { border: 0; }
div.wpcf7-response-output { margin: 0; padding: 0;}

@media only screen and (max-width: 1180px) {
  /* Handburger */
  .handburger{
    display: block;
  }

  .navigation ul{
    display: none;
  }

  .navigation.mobile-nav ul li .sub-menu{
    display:none;
    padding: 20px 0 0 0;
  }

  .navigation.mobile-nav ul li .sub-menu.active{
    display:flex;
  }

  .mobile-nav .menu-item-has-children:after{
    content: '';
    position: absolute;
    left: 146px;
    top: 16px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
  }
  .navigation.mobile-nav ul{
    display: flex;
  }
  .navigation.mobile-nav .arrowincircle{
    position: absolute;
    left: 115px;
    z-index: 2;
    transform: rotate(270deg);
  }
  .navigation.mobile-nav .arrowincircle.activearrow{
    bottom: -100px;
  }

  .nav-icon {
    width: 36px;
    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;
  }

  .nav-icon span{
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #D8D8D8;
    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 */
  .login-signup {
      padding: 0 10px;
  }

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

  .nav-icon span:nth-child(2),
  .nav-icon span:nth-child(3) {
    top: 12px;
  }

  .nav-icon span:nth-child(4) {
    top: 24px;
  }

  .nav-icon.open span:nth-child(1) {
    top: 12px;
    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%;
  }
  .navigation.col-8 {
      align-items: flex-start;
      justify-content: flex-end;
  }
  .navigation.mobile-nav ul{
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .navigation.mobile-nav {
    position: fixed;
    background-color: #4a4a4a;
    visibility: visible;
    height: 100vh;
    width: 55vw;
    right: -55vw;
    opacity: 1;
    z-index: 4;
      margin-top: 0;
      display: block;
    transition: all 0.5s ease;
  }
  .navigation.mobile-nav ul li{
    width: 100%;
  }
  .navigation.mobile-nav ul li {
      list-style: none;
      padding: 10px;
  }

  .navigation ul li a:before
  {
    width: 180px;
    left: -0px;
    bottom: -15px;
  }
  .navigation.mobile-nav.open-menu{
    right: 0;
  }
  .fossil-see{
    width: 100%;
    margin-top: 600px;
  }
  .fossil-small-row{
    width: 100% !important;
    margin-left: 0 !important;
  }
  .fossil-box-col .col{
    width: 100% !important;
  }
  .fossil-see-white{
      padding-bottom:0 !important;
  }
  .adult p{
    font-size: 10px;
    line-height: 14px;
  }
  .mobile-see-do-padding-top{
      padding-top:470px;
  }
  .sky-bg-motor{
      height:200px;
  }
  .motor-see-white .row{
      margin-top:360px;
  }
}
@media only screen and (max-width: 1024px) {
.navigation ul li a:hover:after {
    width: 0;
}
  .plan-a-visit-cont {
      flex-wrap: wrap;
  }
  .plan-a-visit-cont .p-col {
    width: 100%;
  }
  .footer-logo,
  .footer .fossilmuseumfootermenu,
  .footer .loremipsumdolorsi{
    width: 100%;
    margin-bottom: 60px;
  }
  .footer-inner{
    flex-wrap: wrap;
  }
  .footer .social{
    display: none;
  }
  .shopcopy:after{
    background-color: transparent;
  }
  .footer .fossilmuseumfootermenu .aboutplanavisits:after {
    height: 0;
    width: 0;
  }
  .footer .fossilmuseumfootermenu ul {
      width: 100%;
      padding-right: 0px;
  }
  .fossilmuseumfootermenu{
    position: relative;
  }
  .fossilmuseumfootermenu:after,
  .fossilmuseumfootermenu:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #979797;
    left: 0;
    top: -20px;
  }
  .fossilmuseumfootermenu:before{
    bottom: -20px;
    top: inherit;
  }
  .footer .loremipsumdolorsi{
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer .loremipsumdolorsi .inner-div{
    padding-left: 0;
    width: calc(100% - 150px);
  }
  .inner-div:after{
    background-color: transparent;
  }
  .small-row{
    margin-left: 0;
    width: 100%;
  }
  .dont-miss-sec-1 .row .col{
    margin-top: 0;
    margin-bottom: 50px;
  }
  .dontmiss{
    padding-bottom: 60px;
  }
  .blog-img{
    width: 455px;
    min-height:450px;
  }

  .col-grid .p-width{
    width: 500px;
  }
.learn-padding-top-mob{
    padding-top:650px !important;
}
  .dont-miss-sec-3{
    padding-top: 65px;
  }
  .dont-miss-sec-3 .row .col{
    margin-bottom: 50px;
  }
  .about-padding-bag{
    padding-top: 20px;
  }
  .fossil-see-do-subscribe{
      padding:50px 0 !important;
  }
  .fossil-about-scribe-banner{
      bottom:-30px !important;
  }
  .about-subscribe{
    padding-top: 50px;
  }
  .about-section .row{
    padding-left: 0;
    padding-right: 0;
  }
  .see-and-do-padding-botto{
    padding-top: 80px;
  }
  .addres-margin{
    margin-top: 600px;
  }
  .welcome-section{
    padding-left: 0;
  }
  .support .col{
    width: 50%;
    margin-bottom: 20px;
  }
  .venue-box1 .col{
    width: 50%;
  }
  .see-and-do{
    padding-top: 550px !important;
    width: 100%;
  }
  .motor-see-and-do{
      margin-top:0px !important;
  }
  .support-flex{
    flex-wrap: wrap;
  }
  .support-header{
    margin-top: 150px;
  }
  .support-header, .medium-padding-top{
    padding-top: 85px;
  }
  .support-menu{
    top: 520px !important; 
    left: 10px !important;
  }
  .support{
    margin-top: 274px;
  }
  .support-book{
    display: none;
  }
  .venue-width{
    margin-top: 480px !important;
  }
  .contact{
    top: 250px !important;
  }
  .contact-section{
    padding-top: 700px;
  }
  .fossil-box-img:before{
    display: none;
  }
  .fossil-gray-bg:before{
    height: 2500px;
    top: 300px;
  }
  .fossil-see{
    margin-top: 630px !important;
  }
  .other-museum-inner div:first-child{
    font-size: 28px;
    line-height: 36px;
  }
  .other-museum-inner .arrowincircle{
    right: -59px;
    height: 50px;
    width: 50px;
  }
  .museum-links{
    font-size: 22px;
    padding-left: 144px;
  }
  .search_icon_bar{
    margin-right: 15px;
  }
  .nav-icon span{
    left: -270px;
  }
  .see-inner-count:before, .see-yellow-btn:before{
    display: none;
  }
  .see-and-do-menu{
    left: 30px !important;
  }
  .see-chifleyhomeandedu{
    left: 30px !important;
  }

}
  .topbar{
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
    background-color:#eee;
  }
@media only screen and (min-width: 1200px) {
  body{
    padding-top:142px;
  }
  .nav-container{
    position:absolute;
    left:0;
    top:42px;
    width:100%;
  }
  .hide-nav{
    top:0;
    transform:translatey(-120px);
    transition:all 0.5s linear;
  }
  .hide-nav-2{
    position:fixed;
    transition:all 0.5s linear;
  }
  .sticky-nav{
    transform:translatey(-0px);
    transition:all 0.5s linear;
  }

  .topbar{
    padding-top:10px;
    padding-bottom:10px;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    text-align:center;
    background-color:#eee;
    z-index:11;
  }
}
@media only screen and (min-width: 1024px) {
  .row .col-12 .inner-cont div p{
    width:100%;
    padding-bottom:20px;
  }
  .row .col-12 .inner-cont div p:last-child{
    padding-bottom:0px;
  }
  .common-menu-1024{
      left: 28px !important;
        top: 240px !important;
  }
  .motor-about-dont-miss-sec-2{
      margin-top: 90px;
  }
  .dont-miss-sec-about-motor-3{
      margin-top:30px;
  }
  .motor-about-subscribe{
      padding:30px 0 141px !important;
  }
  .fossil-about-padding-top{
      margin-bottom:30px;
  }
  .support-head{
      margin-bottom:50px;
  }
}

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

  .learn-col{
    padding: 0;
    width: 50%;
  }
  .tr{
    width: 300px;
  }
  .tr:before{
    width: 424px;
    height: 289px;
  }
  .adult .tr:before{
    width: 505px;
      height: 431px;
  }
  .adult-section .bookBtn{
    width: 62px;
  }
    .venue-train-bg:before{
      width: 100%;
      left: 0;
    }

.social-div-mobile{
  display: flex !important;
}

.social-div-desktop{
  display: none !important;
}
}
@media only screen and (max-width: 800px) {
.search_form input[type=text] {
    left: -150px;
    top: 30px;
}
.medium-padding-top {
    padding-top: 40px;
}
	.navigation ul li a{
		display:block;
		text-align:left;
	}
	.navigation ul li.current_page_item a:before, .navigation ul li a:hover:before {
    width: 180px;
    left: -0px;
    bottom: -15px;
}
.fossil-see {
    margin-top: 0px !important;
}
.chifleyhomeandedu {
    font-size: 26px;
    line-height: 28px;
}
	.rail-about-menu {
    top: 180px !important;
}
	.learn-logo{
		width:100%;
		padding-bottom:30px;
	}
  .event-position{
    top: inherit;
    left: -30%;
  }
  .learn-for-btn a{
      width:150px !important;
  }
  .menu-learn-logo{
      margin-bottom:40px;
  }
  .event-position2 {
    left: 30% !important;
    top: 10% !important;
}
  .fossil-p-width{
    width: 250px !important;
  }
  .fossil-white{
    margin-top: 80px;
  }
  .fossil-inner-count{
      display:block !important;
  }
  .show-excerpt{
      max-width:100% !important;
  }
  .close-icon{
    width: 50px;
      height: 50px;
  }
  .close-icon2{
    width: 43px;
      height: 43px;
  }
  .venue-col-margin{
    margin-bottom: 50px;
  }
  .tr{
    width: 88%;
    height: 282px;
  }
  .tr:before{
    width: 444px;
    height: 308px;
  }
  .adult .tr:before{
    width: 563px;
      height: 496px;
  }
  .adult-section .bookBtn{
    width: 63px;
  }
  .adult p{
    font-size: 14px;
      line-height: 20px;
  }
    .learn-logo-display{
      display: none;
    }
    .tr{
      margin-bottom: 40px;
    }
    .nav-icon span{
      left: -13px;
    }
    .search_icon_bar{
      margin-right: 11px;
    }
    .become-partner p:first-child{
      font-size: 40px;
      line-height: 40px;
    }
    .become-partner p:last-child{
      font-size: 26px;
      line-height: 41px;
    }
    .subscribe-banner{
      padding: 45px 35px;
    }
    .plan-visit-col-sub{
      padding: 35px 35px;
    }

    .chifily-dont-miss-sec-2{
        margin-top:556px;
    }
    .dont-miss-sec-3{
      padding-top: 60px;
    }
.padding-top {
    padding-top: 60px;
}
.contact-section{
    padding-top:700px;
}
.about-padding-bag{
  padding-top: 0px;
}
.see-white{
  padding-top: 30px;
}
.chifleyhomeandedu.plan-visit{
  left: 30px;
}
.inner-museum-pass{
  max-width: 100%;
}

    .motor-about-background:after{
        top:-50px !important;
        width:700px !important;
        height:700px !important;
    }
  .common-menu-1024{
      left: 28px;
        top: 200px !important;
  }
	.fossil-about-padding-top {
    padding-top: 40px !important;
    margin-bottom: 40px;
}
	.inner-cont p{
		padding-bottom:10px;
	}
  .motor-common-about-margin{
      margin-bottom:40px;
  }
  .motor-about-dont-miss-sec-2{
      margin-top:30px;
  }
  .motor-about-subscribe{
      padding:30px 0 141px !important;
  }
  .support-menu{
      top:682px !important;
  }
  .contact{
      top:260px !important;
  }
  .support-meduium-padding-top{
      padding-top:64px;
  }
  .fossil-about-background:after{
          top: -60px !important;
            left: 78px !important;
  }
  .fossil-padding-bottom-2{
      padding-bottom:5px !important;
  }
  .learn-col-margin{
      margin-left:32px;
  }
  
.other-subscribe-padd{
    padding:0px 0 100px;
}
}
@media only screen and (max-width: 768px) {
  .venue-train-bg{
    padding-top: 953px;
  }
  .venue-con{
    margin-top: 25px;
  }

  .venue-contact-box{
    margin-top: 100px;
  }
  .button-pos{
    flex-wrap: wrap;
  }
  .co-send-btn{
    margin-top: 20px;
  }
  .contact-box{
    flex-wrap: wrap;
  }
  .contact-text{
    max-width: 100%;
    padding-bottom: 30px;
  }
  .form{
    width: 100%;
  }
  .other-place-hero{
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-copy{
    width: 100%;
    margin-top: 70px;
  }

  .become-a-partner{
    margin-bottom: 100px;
  }
  .open-detailed-discount-info{
    height: auto;
  }
  .opening-hours-description{
    min-height: auto;
  }
  .loc-inner-con{
    padding-top: 35px;
  }
  .index-book-your-entry:after{
    position: absolute;
    bottom: 27px;
    left: 32px;
    width: 200px;
    height: 2px;
    background-color: #4a4a4a;
    content: '';
  }
  .museum-pass{
    padding: 330px 0 100px;
  }
  .inner-museum-pass{
    padding-top: 70px;
  }
  .plan-a-visit-cont .p-col{
    padding-top: 60px;
  }
  a.link-url{
    bottom: -12px;
  }
  .plan-a-visit{
    padding-bottom: 100px !important;
  }
  .home-subscription{
    padding-top: 73px !important;
  }
  .subscribe-about .arrowcircle{
    display: none;
  }
}
@media only screen and (max-width: 700px) {
	.chifleyhomeandedu{
		top:0;
	}
	.rail-about-dont-miss-sec-1 {
    margin-top: 0px; 
}
	#menu-header-menu .menu-item-has-children>a{
		display:block;
		text-align:left;
	}
  .nav-container {
    padding-top: 0;
}
  .navigation.mobile-nav ul {
      width: 203px;
      right: -203px;
      padding: 50px 0 0;
  }
  .navigation ul li.current_page_item a:before,
  .navigation ul li a:hover:before,
  .navigation ul li a:before {
      width: 160px;
  }
.padding-bottom {
    padding-bottom: 50px;
}
  .search_icon_bar {
    margin-right: 6px;
}
.welcome-section {
    padding-right: 0px; 
    padding-left: 0px; 
}
.logo{
  width: 170px;
}
.navigation.col-8{
    padding: 0px;
  width: 70px;
}
.login-signup{
  width: calc(100% - 240px);
}
.login-signup {
    padding: 0 10px;
}
  .footer .loremipsumdolorsi .inner-div{
    padding-left: 0;
    width: calc(100% - 80px);
  }
  .footer-logo{
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .footer-logo-div,
  .shopcopy{
    width: 300px;
  }
  .shopcopy{
    padding: 0;
  }
  .shopcopy>ul{
    padding: 40px 0;
  }
  .bathurstregionalcouncillogo{
    display: none;
  }
  .form{
    width: 100%;
  }
  .venue-box1 .col{
    width: 100%;
    padding-bottom: 26px;
  }
  .venue-train-bg{
    padding-top: 851px;
  }
  .see-and-do-box1 .col-grid .inner-cont{
    flex-wrap: wrap;
  }
  .see-p-width{
    width: 100% !important;
    padding-top: 30px;
  }
  .see-white .row{
    margin-top: 150px;
  }
    .td-flex{
      flex-wrap: wrap;
      flex-direction: column-reverse !important;
    }
    .td-book-btn{
      justify-content: end;
      display: flex;
      margin-top: 10px;
    }
    .venue-table h2{
      font-size: 10px;
      line-height: 14px;
      letter-spacing: 1px;
    }
    .td-book-btn{
      height: auto;
    }
    .see-and-do-medium-padding{
      padding-bottom: 0;
    }
    .see-and-do-margin-top{
      margin-top: 30px;
    }
    .see-and-do-padding-bot{
      padding-bottom: 6px !important;
    }
    .see-white{
      padding-bottom: 106px !important;
    }
    .see-and-do-img-section-pad{
      padding-bottom: 30px;
    }
  .become-partner {
      flex-direction: column-reverse;
    width:calc(100% - 75px);
  }
  .other-museum-inner {
      flex-wrap: wrap;
  }
  .learn-for-btn a{
      width: 81px !important;
        font-size: 13px !important;
  }
}
@media only screen and (max-width: 500px) {
  .become-a-partner .arrowincircle{
    top: 100px;
    left: 0px;
  }
  .nav-icon span{
    left: 22px;
  }
  .navigation.mobile-nav .arrowincircle{
    bottom: 200px;
  }
  .hero-cont .visit-us{
    bottom: 150px;
  }
  .become-a-partner{
    background-position: top center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .become-p-partner{
    margin-top: 50px;
  }
  .book-your-entry a{
    margin-bottom: 100px;
  }
  .museum-links{
    padding-top: 80px;
  }
  .footer-logo{
    width: 210px;
  }
  .fossil-gray-bg:before{
      height:3000px;
  }
  .fossil-see-white{
      margin-top:0 !important;
      padding-bottom:30px !important;
  }
  .box-heading{
    font-size: 20px;
  }
  .col-grid .p-width{
    width: 150px;
  }
  .menu{
    left: 10px !important;
  }
  .see-and-do-menu{
    left: 30px;
    top: 180px;
  }
  .see-chifleyhomeandedu{
    left: 35px !important;
  }
  .chifleyhomeandedu{
    left: 20px;
  }
  .see-chifleyhomeandedu .heading{
    color: #fff;
  }
  .see-chifleyhomeandedu .heading:before, .heading:after{
    background-color: #4a4a4a !important;
  }
  .index-heading:after{
    background-color: #4a4a4a !important;
  }
  .about .arrowincircle{
    left: inherit;
    right: 50px;
    bottom: 50px;
  }
  .chifelyhomelogo{
    display: none;
  }

  .support .col{
    width: 100%;
    margin-bottom: 20px;
  }
  .support-menu{
    top: 530px !important; 
    left: 10px !important;
  }
  .venue-train-bg{
    padding-top: 1030px;
  }
  .venue-box2, .col-grid, .inner-cont{
    display: block !important;
  }
  .venue-box2, .p-width{
    width: 100% !important;
    padding-top: 30px;
  }
  .contact{
    top: 250px !important;
  }
  .contact-section{
    padding-top: 580px;
  }
  .see-white .row{
    margin-top: 200px;
  }
  .fossil-white .row{
    margin-top: 50px !important;
  }
  .fossil-menu{
    left: 10px !important;
  }
  .other-museum-inner div:first-child{
    font-size: 26px;
      line-height: 30px
  }
  .museum-links{
    font-weight: 500px;
    font-size: 24px;
      line-height: 34px;
      padding-left: 0;
  }
  .subscribe-about .arrowcircle{
    height: 40px;
    width: 55px;
  }
  .subscribe-banner form{
    margin-left: 11px;
  }
  .desktop-sub{
    display: none;
  }
  .mobile-sub{
    display: block;
  }
  .subscribe-banner{
    padding:44px 19px 60px; 
  }
  .about-subscribe-banner{
    padding:44px 19px 60px; 
  }
  .subscribe-banner h4{
    display: none;
  }
  .subscribe-banner form:after{
    position: absolute;
    bottom: 40px;
    left: 0px;
    content: 'SUBSCRIBE';
    font-size: 14px;
  }
  .about-subscribe-banner form:after{
    color: #A6CFEF;
  }
  .subscribe-banner form p{
    font-size: 10px;
    line-height: 14px;
  }
  .about-subscribe{
    padding-top: 100px;
  }
  .see-do-subscibe-banner{
    padding: 28px 19px 44px;
  }
  .see-do-subscibe-banner form{
    margin-top: 10px;
  }
  .see-do-subscibe-banner form:after{
    color: #DBB5B1;
  }
  .other-scubscribe-banner{
    padding: 38px 19px 44px;
  }
  .other-scubscribe-banner form{
    margin-top: 13px;
  }
  .support-subscribe-col{
    padding: 0 10px;
  }
  .support-subscribe-col form:after{
    color: #DBB5B1;
  }
  .venue-subscribe{
    padding: 0 10px;
  }
  .venue-subscribe form{
    margin-top:13px;
  }
  .plan-visit-col{
    padding: 0 10px;
  }
  .fossil-plan-visit-col{
    padding: 0 !important;
  }
  .plan-visit-col form{
    margin-top:13px;
  }
  .plan-visit-col form:after{
    color: #DBB5B1;
  }
  .contact-subscribe-col{
    padding: 0 10px;
  }
  .contact-subscribe-col form{
    margin-top:13px;
  }
  .contact-subscribe-col form:after{
    color: #A6CFEF;
  }
  .home-col-sub{
    padding: 0 10px;
  }
  .about-col-sub{
    padding: 0 10px;
  }
  .see-do-col-sub{
    padding: 0 10px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .venue-subs-banner{
    padding: 34px 19px 44px;
  }
  .plan-visit-col-sub{
    padding: 34px 19px 44px;
  }
  .fossil-col-sub-banner{
    padding: 34px 19px 44px;
  }
    .logo-mobile{
      display: block;
    }
    .tr{
      width: 300px;
    }
    .preschool{
      margin-bottom: 60px !important;
    }
    .primary{
      margin-top: 60px;
    }
    .learn-col{
      width: 100%;
    }
    .other-museum-inner .arrowincircle{
      right: inherit;
      left: -50px;
    }
    .logo{
      left: 13px;
    }
    .banner-logo{
      width: 330px;
    }
    .about-col-padding{
      margin-bottom: 10px !important;
    }
    .about-cap-padding{
      margin-top: 10px;
    }
    .chifleyhomeandedu.plan-visit{
      left: 11px !important;
    }
    .menu.plan-visit{
      left: 10px;
    }
    .white-img{
      width: 110px;
      right: 8px;
      top: 166px !important;
    }
    .inner-plan-padding{
      padding-top: 0;
    }
.about-padding-bag{
  padding-top: 50px;
}
}
@media only screen and (max-width: 600px) {
	.row-grid{
		flex-wrap:wrap;
	}
  .nav-icon span{
    left: -3px;
  }
  .arrowincircle{
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
  }
  .hero-cont .visit-us{
    bottom: 200px;
  }
  .become-a-partner .arrowincircle{
    left: inherit;
    bottom: inherit;
    top: 118px;
  }
  .other-museum-inner .arrowincircle{
    right: inherit;
    left: -50px;
    top: 16px;
  }

  .dont-miss-sec-3{
    padding-top: 58px;
  }
  .support-header{
    margin-top: 0px;
  }
  .venue-train-bg{
    padding-top: 1220px;
  }
  .contact{
    top: 260px !important;
  }
  .contact-section{
    padding-top: 700px;
  }
  .see-white .row{
    margin-top: 212px;
  }
  
  .motor-see-white .row{
      margin-top:602px;
  }
  .see-do-subscribe .box-one{
    margin-top: -41px;
  }
  .see-and-do-img-section-pad{
    padding-bottom: 60px !important;
  }
    .tr{
      width: 100%;
    }
    .col{
      padding:0 20px;
    }
    .motor-about-background:after{
        top:-50px !important;
        width:300px !important;
        height:300px !important;
    }
    .motor-about-subscribe{
        padding:60px 0 141px !important;
    }
    .learn-col-margin{
        margin-left:0;
    }
    
  .fossil-about-background:after{
      display:none;
  }
  .heading-padding{
      padding-bottom:30px;
  }
    .chifily-learn-subscribe-section{
      padding: 0 !important;
      margin-top: 0px;
    }
    .chifily-learn-subscribe-section .subscribe-about{
      margin-top: 0px;
    }

}
table{
  margin-top:-3px;
  margin-left:-4px;
}
@media only screen and (min-width: 1700px) {
  .subscribe-about {
      margin-right: -100px;
  }
  .learn-motor-menu{
      top:480px;
  }
}
@media only screen and (min-width: 1800px) {
  .subscribe-about {
      margin-right: -200px;
  }
}
@media only screen and (min-width: 1900px) {
  .subscribe-about {
      margin-right: -300px;
  }
}
@media only screen and (min-width: 1280px) {
.contact-box{
  min-width:1024px;
}
}
@media only screen and (max-width: 1024px) {
	.become-a-partner .arrowincircle{
      right: 0;
    }
}