/* Pop up plugin */

#sgcboxLoadedContent{
    font-weight: 300 !important;
    border: none !important;
    background: #00665E !important;
    color: #fff !important;
    text-align: center;
}

#sgcboxLoadedContent h1, #sgcboxLoadedContent h2{
  margin-top: 30px !important;
  font-weight: 300 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase !important;
  color:#fff !important;
}

#sgcboxLoadedContent a{
  color: #fff !important;
  border-bottom: 2px solid #fff !important;
  text-decoration: none !important;
}
#sgcboxLoadedContent a:hover{
  color: #000 !important;
  cursor: pointer;
}

#sgcboxLoadedContent img{
  text-align: center;
  max-width: 500px;
  margin-top: 20px !important;
}

#sgcboxLoadedContent h1, #sgcboxLoadedContent h2, #sgcboxLoadedContent h3, #sgcboxLoadedContent h4, #sgcboxLoadedContent h5, #sgcboxLoadedContent h6{
  font-size: 1.5rem !important;
  background-color: transparent;
  font-size: 2rem !important;
  font-weight: 500 !important;
  margin-top: 25px;
}


#sgcboxLoadedContent p{
    font-weight: 300 !important;
  }

#sgcboxLoadedContent h6{
    text-align: center !important;
  } 

#sgcboxLoadedContent h6 a{
    color: #000 !important;
    border-bottom: none !important;
    padding: 12px !important;
    border-radius: 6px !important;
    width: auto !important;
    font-size: 1.4rem !important;
    background: #fff !important;
}

#sgcboxLoadedContent h6 a:hover{
  color: #000 !important;
  cursor: pointer !important;
}

#sgcboxClose, #sgcboxClose:hover {
    position: absolute !important;
    top: -30px !important;
    right: -28px !important;
    display: block !important;
    background: url(http://www.hoxtonsquarebar.com/wp-content/themes/hoxton-2016/img/close-pop3.png) no-repeat 2px 0 !important;
    text-indent: -9999px;
    width: 47px !important;
    height: 46px !important;
    padding: 0!important;
    cursor: pointer;
}