/* body css */
body {
    font-family: "Roboto", sans-serif;
    color: #626262;
    font-size: 16px;
    line-height: 30px;
    background-image: url("../Assets/bg-main.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Common Css */
section {
    float: left;
    width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-transform: capitalize;
    color: #0c2e55;
    margin-bottom: 20px;
}
h2,
h4,
h6 {
    color: #626262;
}
h1 {
    text-transform: uppercase;
    font-size: 25px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 13px;
}
p {
    margin-bottom: 20px;
}

/* Common Css */

/* logo */

.logo {
    padding: 20px 20px;
}

/* ******logo****** */

/* jules_menu */
.navbar_top,
.navbar {
    padding: 0px;
}
.jules_menu {
    background-image: url("../Assets/menu_background_image.png");
    background-position: left bottom;
    background-color: #0c2e55;
    background-repeat: repeat-x;
    border-bottom: #fff 1px solid;
    width: 100%;
    float: left;
}
.jules_menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px;
    display: block;
    width: 100%;
    float: left;
}
.jules_menu ul li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.jules_menu ul li a.nav-link {
    padding: 20px 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}
.jules_menu ul li a:hover,
.jules_menu ul li.current-menu-item a {
    text-decoration: none;
    background-image: url("../Assets/menu_hover.png");
    background-repeat: repeat-x;
    background-position: bottom left;
    background-color: #f0c000;
    color: black;
}

/* dropdown */

.dropdown-menu {
    background-color: #0c2e55;
    padding: 0px;
    margin: 0px;
    border: #333333 1px solid;
    border-bottom: none;
    border-left: none;
}
.navbar_top .nav li .dropdown-menu li {
    display: block;
    width: 100%;
    height: 49px;
    float: left;
}
.navbar_top .nav li .dropdown-menu li a {
    height: 49px;
    line-height: 49px;
    border-left: #333333 5px solid;
    border-bottom: #333333 1px solid;
    background-color: #000000;
    color: #ffffff;
    padding: 0px 15px;
}
.navbar_top .nav li .dropdown-menu li.current-menu-item a,
.navbar_top .nav li .dropdown-menu li a:hover {
    border-left-color: #f0dc01;
    color: #f0dc01;
    background-color: inherit;
}
.navbar-toggler {
    background-image: url("../Assets/menu_background_image.png");
    background-position: left bottom;
    background-color: #0c2e55;
    background-repeat: repeat-x;
    border: none;
    border-bottom: #fff 1px solid;
    text-align: center;
    color: #ffffff;
    width: 100%;
    display: block;
    height: 59px;
    line-height: 59px;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 0px 0px;
}
.navbar-toggler[aria-expanded="true"] {
    background-image: url("../Assets/menu_hover.png");
    color: #000000;
}

/* dropdown */
/* jules_menu */

/* main-slider */
.main-slider {
    width: 100%;
    float: left;
}
.owl-nav {
    margin-top: 0px;
    position: absolute;
    top: 40%;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: none;
    background-color: #ffffff;
    color: #0c2e55;
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
}
.owl-prev {
    float: left;
}
.owl-next {
    float: right;
}
.owl-carousel .owl-nav button:hover {
    background-color: #0c2e55;
    color: #ffffff;
}
/* main-slider */

/* Content */
.container-content {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
}
.content-main {
    width: 100%;
    float: left;
    padding: 0px 30px 0px 0px;
}
.content-main  ul {
    margin-bottom: 20px;
}
.content-main  li {
    list-style-image: url(../Assets/bullet.png);
    margin-bottom: 15px;
}
.staff-single {
    margin-bottom: 15px;
    margin-top: 15px;
}
.img-staff {
    margin-bottom: 10px;
}
.wp-caption {
    background-color: #f7f7f7;
    padding: 5px;
    border: rgba(166,166,166,.5) 1px solid;
    text-align: center;
    margin-bottom: 15px;
}
.wp-caption p {
    font-weight: bold;
    margin: 5px 0px;
    line-height: normal;
}
.wp-caption.alignleft {
    margin-right: 15px;
}
.wp-caption.alignright {
    margin-left: 15px;
}
.home-banner-img {
    width: 100%;
    text-align: center;
    margin: 15px 0px 30px;
}
.home-banner-img img {
    width: 100%;
    height: auto;
}
.content-main a {
    color: #0c2e55;
    text-decoration: none;
}
/* Content */

/* Contact Us */

.contact-form{
    padding: 30px 30px;
    background: #f7f7f7;
    width: 100%;
    float: left;
    margin-top: 35px;
}
.submit-button{
background-image: url("../Assets/menu_background_image.png");
background-position: bottom left;
background-repeat: repeat-x;
height: 50px;
line-height: 50px;
cursor: pointer;
color: #fff;
text-transform: uppercase;
font-size: 15px;
font-family: 'Roboto', sans-serif;
border: none;
display: inline-block;
padding: 0px 35px;
font-size: 14px;
text-transform: uppercase;
font-weight: 900;
margin: 30px 0px 0px;
transition: all .5s;
}
.submit-button:hover{
    background-image: url("../Assets/menu_hover.png");
    color: #000;
}
.image-w{
    width: 100%;
}
label {
    display: inline-block;
    margin-bottom: 0rem;
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #626262;
    font-weight: 700;
}

.wpcf7-response-output {
    padding: 5px 10px!important;
    text-align: center;
    font-weight: 900;
    display: block;
    float: left;
    width: 100%;
    border: none!important;
    background-color: #0c2e55;
    color: #ffffff;
    margin: 0px 0px 15px!important;
}
.wpcf7-validation-errors{
    background-color: #d72523;
}
.wpcf7-sent-ok{
    background-color: #a4ae2f;
}
/* Contact Us */

/* Sidebar */
.sidebar {
    width: 100%;
    float: left;
    padding: 0px 30px;
    font-size: 14px;
    line-height: 24px;
}
.box-sidebar {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.box-sidebar h3 {
    color: #ffffff;
    text-transform: uppercase;
}
.sidebar-HOP {
    width: 100%;
    float: left;
    color: #ffffff;
    padding: 20px 0px 0px;
    background: rgb(0, 185, 241);
    background: -moz-linear-gradient(180deg, rgba(0, 185, 241, 1) 0%, rgba(0, 97, 141, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 185, 241, 1) 0%, rgba(0, 97, 141, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 185, 241, 1) 0%, rgba(0, 97, 141, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b9f1",endColorstr="#00618d",GradientType=1);
}
.timing {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding: 0px 20px;
}
.timing-day {
    width: 50%;
    float: left;
    text-align: left;
}
.timing-time {
    width: 50%;
    float: left;
    text-align: right;
}
.HOP-Notice-Closed {
    width: 100%;
    float: left;
    padding:15px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
.HOP-Notice-Closed p {
    margin-bottom: 0px;
}
.HOP-Notice-Closed p:last-child{
    margin: 25px 0px 0px;
}
.HOP-Notice-Closed a {
    color: #ffffff;
    text-decoration: none;
}
.notice-reservation {
    color: #ffffff;
    background-image: url(../Assets/bg-notice-reservation.png);
    background-repeat: no-repeat;
    background-position: 50% bottom;
    padding: 80px 20px 30px;
    background-size: 100% auto;
    width: 100%;
    float: left;
}
.notice-reservation p {
    margin-bottom: 0px;
    font-weight: bold;
}
.notice-reservation p a {
    font-size: 25px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 0px;
}
.sidebar-specials {
    width: 100%;
    padding: 10px;
    float: left;
    color: #ffffff;
    background: rgb(57,113,187);
    background: -moz-linear-gradient(225deg, rgba(57,113,187,1) 0%, rgba(1,12,44,1) 100%);
    background: -webkit-linear-gradient(225deg, rgba(57,113,187,1) 0%, rgba(1,12,44,1) 100%);
    background: linear-gradient(225deg, rgba(57,113,187,1) 0%, rgba(1,12,44,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3971bb",endColorstr="#010c2c",GradientType=1); 
}
.sidebar-specials h3 {
    animation: blinker .5s linear infinite;
  }
  
  @keyframes blinker {
    25% {
      opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
  }
.sidebar-special-border {
    width: 100%;
    float: left;
    padding: 15px;
    border: #ffffff 5px solid;
}
.sidebar-special-border p:last-child {
    margin-bottom: 0px;
}
.menu-social {
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
.menu-social li {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.menu-social li:last-child {
    margin-bottom: 0px;
}
.menu-social li a {
    width: 100%;
    float: left;
    display: block;
    padding: 7px 15px;
    border-radius: 3px;
    background-color: rgba(166,166,166,.25);
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.menu-social li.facebook a {
    background-color: #5271b6;
}
.menu-social li.youtube a{
    background-color: #d72523;
}
.menu-social li.instagram a{
    background-color: #6d24bc;
}
.menu-social li a i {
    display: inline-block;
    width: 20px;
    text-align: center;
    font-size: 16px;
    margin: 0px 10px 0px 0px;
}
.sidebar-border-outside {
    width: 100%;
    float: left;
    border: #969696 5px solid;
    padding: 10px;
}
.sidebar-border-inside {
    width: 100%;
    float: left;
    border: #969696 1px solid;
    padding: 10px;
}
.sidebar-coral-island {
    color: #282828;
    font-size: 20px;
}
.sidebar-coral-island  a {
    color: inherit;
    text-decoration: none;
}
.sidebar-border-inside p:last-child {
    margin-bottom: 0px;
}
.sidebar-border-inside img.size-large {
    max-width: 100%;
    height: auto;;
}
.sidebar-menu {
    width: 100%;
    float: left;
    text-align: left;
}
.sidebar-menu h2{
    background-color: #0c2e55;
    color: #ffffff;
    padding: 7px 13px; 
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.menu-sidebar {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}
.menu-sidebar li {
    display: block;
    width: 100%;
    margin-bottom: 1px;
}
.menu-sidebar li a {
    background-color: #f7f7f7;
    display: block;
    width: 100%;
    padding: 10px 15px;
    color: #0c2e55;
    font-weight: bold;
    text-decoration: none;

    transition: all ease-in .25s;
}
.menu-sidebar li a:hover {
    background-color: #d45206;
    color: #ffffff;
}
/* Sidebar */

/* New At Jules */
.container-new-at-jules {
  width: 100%;
  float: left;
  color: #ffffff;
  padding: 30px 0px 0px;
  background: rgb(0, 185, 241);
  background: -moz-linear-gradient(180deg, rgba(0, 185, 241, 1) 0%, rgba(0, 97, 141, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 185, 241, 1) 0%, rgba(0, 97, 141, 1) 100%);
  background: linear-gradient(180deg, rgba(0, 185, 241, 1) 0%, rgba(0, 97, 141, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b9f1",endColorstr="#00618d",GradientType=1);
}
.new-at-jules {
  width: 100%;
  float: left;
  padding: 15px;
  margin-bottom: 25px;
  border-bottom: #ffffff 1px solid;
}
.new-at-jules.new-at-jules-last{
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}
.new-at-jules h1, .new-at-jules h2, .new-at-jules h3, .new-at-jules h4, .new-at-jules h5, .new-at-jules h6 {
  color: #ffffff;
  margin-bottom: 20px;
}
.new-at-jules p {
  margin-bottom: 15px;
}
.new-at-jules a {
    color: #000000;
}
/* New At Jules */

.copyright {
  text-align: center;
  padding: 20px;
  background-color: #0c2e55;
  /* margin-top: 40px; */
  margin-bottom: 100px;
  color: #ffffff;
}
.copyright p {
  margin-bottom: 0px;
}

/** Image Alignment **/

img.aligncenter , .aligncenter  {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright , .alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft , .alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
.wp-caption {
    font-size:12px;
	max-width: 100%;
}


/** Image Alignment **/


.close_notice {
	width: 100%;
float: left;
background-color: #f2cfd2;
margin-bottom: 40px;
padding: 30px;
padding-bottom: 10px;
font-size: 12px;
line-height: 21px;
}
.close_notice p {
	margin-bottom:15px!important;
}