 @media only screen and (max-width: 940px),
only screen and (-webkit-min-device-pixel-ratio : 1.5) and (max-device-width : 1023px), 
only screen and (min-device-pixel-ratio : 1.5) and (max-device-width : 1024px){
  
  .menuFull,.footerFull,.homeMainSidebar,hr,#pageMainSidebar{
    display:none;
  }

  #logoMobileWrap{
    display:block;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
  }

  .topWrap{
    height:auto;
    margin-bottom:10px;
  }

  .logoMobile{
    float:left;
    width:80%;
    height:60px;
    background-image:url(images/logoBanner-mobile.png);
    background-size: 95%;
    background-repeat:no-repeat;
  }

  .mobileMenuButton{
    float:left;
    margin-top:2%;
    margin-right:2%;
    width:17%;
    height:40px;
    font-family: Verdana, serif;
    font-size:1em;
    color:#fff;
    line-height:40px;
    text-align:center;
    background-color:#D0A787;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius:10px;
    border-radius:10px;
    -moz-box-shadow: 3px 3px 3px #C4C8CC;
    -webkit-box-shadow: 3px 3px 3px #C4C8CC;
    box-shadow: 3px 3px 3px #C4C8CC;
    border:1px solid #b87c4b;
  }
  
  .emailWrap{
    position:static;
    margin: 0 auto;
    width:280px;
    text-align:center;
    margin-top:10px;
    
  }

  #menuMobile{
    position:absolute;
    top:60px;
    width:100%;
    background-color:#A9BDEF;
    z-index:100;
  }

  .menuMobileText{
    font-family: Georgia, serif;
    font-size:14pt;
    
  }

  .menuMobileText a{
    padding-left:10px;
    margin-top:25px;
    margin-bottom:25px;
    color:#fff !important;
    text-decoration:none;
    text-transform:uppercase;
  }

  .menuMobileText li{
    border-bottom:1px solid #fff;
    list-style-type: none;
    padding:20px;
  }

  .mobileBannerText{
    padding-left:2%;
    font-family: Verdana, serif;
    font-size:.04em;
    color:#D0A787;
    font-weight:bold;
  }

  #menuBarMobile{
    /* display:block; */
    margin-top:5px;
    height:35px;
    line-height:35px;
    background-color:#A9BDEF;
    text-align:center;
    font-family: Georgia, serif;
    color:#fff;
    font-size:12pt;
  }


  .topFull,.topWrap{
    width:100%;
    /*background-size: 115% auto;
    background-repeat:no-repeat;*/
    background-image:none;
  }

  .displayWrap,#slideshow,.eventsWrap,.homeMainWrap,.homeMainContent,.pageMainWrap{
    width:100%;
  }

  .homeMainWrap,.homeMainContent{
    padding:0 0;
    margin:0 0;
  }

  .homeMainContent,.pageMainContent{
    margin: 0 auto;
    width:80%;
    padding-left:5%;
    padding-right:5%;
  }



   .pageTitle{
    width:100%;
    margin-left:1%;
  }

  .eventsWrap{
    height:auto;
  }

  .slideshowText{
    font-size:11pt;
  }
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

    .logoMobile{
      float:left;
      width:80%;
      height:112px;
      background-image:url(images/logoBanner-mobile.png);
      background-size: 95%;
      background-repeat:no-repeat;
    }

    #menuMobile{
      top:131px;
    }


  }

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 950px) and (max-width: 1024px) {



  }

  @media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (orientation: landscape) 
    and (-webkit-min-device-pixel-ratio: 1) {

    .logoMobile{
      float:left;
      width:80%;
      height:140px;
      background-image:url(images/logoBanner-mobile.png);
      background-size: 95%;
      background-repeat:no-repeat;
    }
  }


  /* ----------- iPad Pro ----------- */
  /* Portrait and Landscape */

  /* Landscape*/

  @media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
      .logoMobile{
        float:left;
        width:80%;
        height:200px;
        background-image:url(images/logoBanner-mobile.png);
        background-size: 95%;
        background-repeat:no-repeat
    }

  /* Portrait*/
  @media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
      .logoMobile{
        float:left;
        width:80%;
        height:200px;
        background-image:url(images/logoBanner-mobile.png);
        background-size: 95%;
        background-repeat:no-repeat
  }