/* mini reset */
.navmegamenu,
.navmegamenu a,
.navmegamenu form,
.navmegamenu input,
.navmegamenu li,
.navmegamenu ul {
  border: none;
  margin: 0;
  padding: 0;
}
.navmegamenu a {
  text-decoration: none;
}
.navmegamenu li {
  list-style: none;
}

/* menu container */
.navmegamenu,
input {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
.navmegamenu {
  cursor: default;
  display: inline-block;
  position: relative;
  z-index: 500;
}

/* menu list */
.navmegamenu > li {
  float: left;
}

/* menu links */
.navmegamenu > li > a {

  color: #000;
  display: block;
  font-weight: bold;
  line-height: 3.5;
  padding: 0 1.25em;
  position: relative;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
  transition: all .3s ease;
  z-index: 510;
}
.navmegamenu > li > a:focus,
.navmegamenu > li:hover > a {
  background: #4b4441;
}
.navmegamenu > li:first-child > a {
  border-left: none;
  border-radius: 3px 0 0 3px;
}

/* search form */
.navmegamenu-search > form {
  border-left: 1px solid #4b4441;
  height: 3.5em;
  position: relative;
  width: inherit;
  z-index: 510;
}
.navmegamenu-search input[type="text"] {
 /*  background: #372f2b; */
  color: #999;
  display: block;
  float: left;
  font-weight: bold;
  line-height: 1.5;
  padding: 1em 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
  transition: all .3s ease 1s;
  width: 0;
}
.navmegamenu-search input[type="text"]:focus {
  color: #fcfcfc;
}
.navmegamenu-search input[type="text"]:focus,
.navmegamenu-search:hover input[type="text"] {
  padding: 1em 1.25em;
  transition: all .3s ease .1s;
  width: 6.875em;
}
.navmegamenu-search input[type="submit"] { 
  background: #fff url(../images/ca-rb-black-serach.png) no-repeat center center;  /* IE8 fallback */
  background: #fff url(../images/ca-rb-black-serach.png) no-repeat center center;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: block;
  float: left;
 
  padding: 0 1.25em;
  transition: all .3s ease;
border: 1px solid;
    border-left-color: currentcolor;
    border-left-style: solid;
    border-left-width: 1px;
height: 40px;
border-left: none;
color: #E3E2E2;
/* border-top-right-radius: 6px;
border-bottom-right-radius: 6px;  */ 
}
.navmegamenu-search input:focus,
.navmegamenu-search input[type="submit"]:hover {
  background-color: #4b4441;
}

/* menu dropdown */
.mega-menu {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0 0 3px 3px;
  opacity: 0;
  position: absolute;
  transition: all .3s ease .15s;
  visibility: hidden;
  width: 100%;
}
li:hover > .mega-menu {
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

/* menu content */
.navmegamenu-column {
  float: left;
  padding: 2.5%;
  width: 20%;
}
.navmegamenu-column a {
  color: #888;
  display: block;
  font-weight: bold;
  line-height: 1.75;
}
.navmegamenu-column a:hover {
  color: #2196f3;
}
h3 {
  color: #372f2b;
  font-size: .95em;
  font-weight: bold;
  line-height: 1.15;
  margin: 1.25em 0 .75em;
  text-transform: uppercase;
}
.highlight {
  color: #2196f3;
}

h3.featuredblacktext1 {
    font-family: "montserratregular",sans-serif !important;
    color: #010101;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 3px;
    font-weight: 100;
    line-height: 1.5em;
	margin: 0px !important;
}
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
h3.featuredblacktext1 {
    font-family: "montserratregular",sans-serif !important;
    color: #010101;
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 2px;
    font-weight: 100;
    line-height: 1.5em;
	margin: 0px !important;
}
.venuemore.button {
    webkit-appearance: none;
    position: relative;
    display: inline-block;
    background: #fff;
    font-size: 13px !important;
    letter-spacing: 2px;
    padding: .25em 1em .25em 1em;
    border: 2px solid #FF0068;
    margin-top: 10px !important;
    border-radius: 0;
    cursor: pointer;
    color: #FF0068;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-family: "montserratregular",sans-serif !important;
    
}
.gm-style-iw.gm-style-iw-c {
   max-width: 290px !important;
  max-height: 360px !important;
}
.gm-style .gm-style-iw-c{
	padding: 12px 12px 11px 10px !important;
}
}

@media only screen and (min-width:320px) and (max-width:568px) and (orientation:portrait){
h3.featuredblacktext1 {
    font-family: "montserratregular",sans-serif !important;
    color: #010101;
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 2px;
    font-weight: 100;
    line-height: 1.5em;
	margin: 0px !important;
}
.venuemore.button {
    webkit-appearance: none;
    position: relative;
    display: inline-block;
    background: #fff;
    font-size: 13px !important;
    letter-spacing: 2px;   
    padding: .25em 1em .25em 1em;
    border: 2px solid #FF0068;
    margin-top: 10px !important;
    border-radius: 0;
    cursor: pointer;
    color: #FF0068;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-family: "montserratregular",sans-serif !important;
   
}
.gm-style-iw.gm-style-iw-c {
  
    max-height: 360px !important;
	max-width: 290px !important;
}
.gm-style .gm-style-iw-c{
	padding: 12px 12px 11px 10px !important;
}
}
.gm-style-iw.gm-style-iw-c{
	width:314px;
}
.venuaddress1 {
    color: #292929;
    font-family: "montserratlight",sans-serif !important;
    font-size: 14px;
    line-height: 1.4;
}
.venuemore.button {
    webkit-appearance: none;
    position: relative;
    display: inline-block;
    background: #fff;
    font-size: 13px !important;
    letter-spacing: 2px;
    margin-top: 13px;
    padding: .25em 1em .25em 1em;
    border: 2px solid #FF0068;
    margin-top: 15px;
    border-radius: 0;
    cursor: pointer;
    color: #FF0068;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-family: "montserratregular",sans-serif !important;
}
.venuemore.button:hover {
    background: #FF0068;
    border: 2px solid #FF0068;
    color: #fff;
}