@import url("../fonts/flaticons/font/flaticon.css");

#nav .logo a{
	font-weight: bold;
}
@media screen and (min-width: 1090px) and (max-width: 1280px) {
    #nav ul li{
        padding: 0 1rem;
    }
}
@media screen and (min-width: 737px) and (max-width: 1090px) {
    #nav ul{
        padding: 0 0.5rem;
    }
    #nav ul li{
        padding: 0 0.7rem;
    }
}

@media screen and (max-width: 980px){
    #nav .logo a {
        font-size: 1.1em;
        height: 3em;
    }
    #nav{
        top: 1em;
    }
    #nav ul{
        padding: 0 1.75rem;
    }
    #nav ul li{
        padding: 0 0.8rem;
    }
    #nav ul .logo{
        display: block
    }
    #nav > ul > li > a, #nav > ul > li > span{
        height:4em;
        line-height: 4em
    }
}

.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}


img.private-events{

	object-fit: cover;
	width: 100%;
	height: 21em;
}

/* Instagram Pop-up */
#overlay-back {
    display: none;
    position: fixed;
    z-index: 10;
    height: 100%;
    width: 100%;
    background-color: #0000009e;
}

#popup {
    position: fixed;
    display: none;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 21em;
    max-width: 100%;
    border-radius: 100%;
    height: 21em;
    text-align: center;
    border-color: #273c94;
    
    border-width: 0.3em;
    border-style: solid;
}
#close-image {
    background-image: url("images/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3.5em 3.5em;
    border: 0;
    content: '';
    display: block;
    height: 5em;
    overflow: hidden;
    position: absolute;
    right: -4em;
    text-align: center;
    text-indent: 4em;
    top: -2em;
    width: 5em;
    background-color: transparent;
    min-width: auto;
    opacity: 0.6;
    -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#close-image:hover {
    opacity: 1;
}
#popup > div {
    border-radius: 100%;
    width: 20.3em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 8em 2em;
}
#popup p {
    color: #273e94;
    font-weight: bold;
    line-height: 2em;
    margin: 0 auto;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #ddffc0;
}

/* Checkbox and Radio Styles */
    input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #ffffff;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-family: "Source Sans Pro", Helvetica, sans-serif;
			text-transform: none;
			letter-spacing: 0;
			font-weight: 300;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(255, 255, 255, 0.025);
				border-radius: 5px;
				border: solid 2px rgba(255, 255, 255, 0.125);
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #ffffff;
			border-color: #ffffff;
			content: '\f00c';
			color: #2e3141;
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #4ca797;
		}

	input[type="checkbox"] + label:before {
		border-radius: 5px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

/* Tablet View Fixing */
@media screen and (min-width: 737px) and (max-width: 1200px) {
    html, body{
        min-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }
    .container{
        width: calc(100% - 100px);
    }
    #intro > .style3{
        max-width: 100%;
    }
    #features {
        padding: 0 2em 0 2em;
    }
}


/* Header Styling */
.homepage #header {
    padding: unset;
    height: calc(100vh - 2em);
    min-height: 30em;
}

@media screen and (max-width: 1200px) {
.homepage #header {
    padding: unset;
    height: calc(100vh - 8em);
    min-height: 30em;
    max-height: 60em;
}
}
@media screen and (max-width: 980px) {
    #header-wrapper {
        padding: 15px 15px 5em 15px;
    }
    .homepage #header {
        position: relative;
        height: calc(100vh - 8em);
        min-height: 14em;
        padding: unset;
        max-height: 40em;
    }   
}
@media screen and (max-width: 450px) {
    .homepage #header {
        position: relative;
        height: calc(100vh - 21em);
    }   
}

#header-wrapper video{

      width:100%;
      height:100%;
      object-fit: cover;



    -moz-transform: translateX(50%) translateY(50%);
    -webkit-transform: translateX(50%) translateY(50%);
    -ms-transform: translateX(50%) translateY(50%);
    transform: translateX(50%) translateY(50%);
    position: absolute;
    bottom: 50%;
    right: 50%;
/*
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
*/
}

/*** Styles for logo and nav only background ***/


#header-wrapper:before {
    background: none;
}
#nav > ul{
    background: #18758cba url("images/overlay.png");
    box-shadow: inset 0px 0px 1px 1px rgba(33, 105, 133, 0.68);
}
#logo-mobile{
    display: none;
}

@media screen and (max-width: 736px) {
    #titleBar{
        width: 60px;
    }
    .homepage #header #logo-mobile{
        display: none;
    }
    #logo-mobile{
        display: inline-block;
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        top: 0;
        padding: 1em 0;
    }
    #logo-mobile h1{
        color: #fff;
        text-align: center;
        font-size: 1rem;
        text-transform: uppercase;
        line-height: normal;
        text-shadow: 0px 0px 6px rgba(69, 69, 69, 0.7);
    }
}

/*** Styles for Whole video background ***/

/*#header-wrapper:before {
    background: linear-gradient(to bottom, rgba(13, 77, 146, 0.6), rgba(79, 79, 79, 0.31)), url('images/overlay.png');
    z-index: 2;
}
.wrapper.style1 .title, .wrapper.style2 .title{
    z-index: 3;
}
#logo{
    text-shadow: 1px 1px 50px #000;
}*/

/* Flatiocns */

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin-left: 0;
}
.style2 .feature-list h3::before{
    font-size: 3.5rem;
    color: #2f333b;
    background: #fff;
    margin-right: 0.3em;
}
@media screen and (max-width: 736px) {
    .style2 .feature-list section{
        padding: 1.3em 0 !important;;
    }
    .style2 .feature-list h3{
        padding-left: 4em;
        padding-top: 0px;
    }
    .style2 .feature-list p{
        margin-left: 4.7em;
    }
}

/* Section Style3 */
    .wrapper.style3 .image{
        height: 20em;
        overflow:hidden;
        position: relative;
    }
    .wrapper.style3 .portrait img{
        width: auto;
        max-height: 100%;
        min-width: 100%;
        margin: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
    }
    .wrapper.style3 .landscape img{
        width: auto;
        max-height: 100%;
        margin: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
    }
.flex-content .actions {
    margin-top: 0;
}
@media screen and (max-width: 980px) {
    #highlights{
        max-width: 30em;
        margin: 0 auto;
    }
    #highlights > .row > div{
        width: 100%;
    }
    .wrapper.style3 .image{
        height: auto;
        overflow: initial;
        position: static;
        margin: 0 auto 2em;
    }
    .wrapper.style3 .portrait img{
        width: 100%;
        max-height: 100%;
        max-width: 1em;
        margin: auto;
        position: static;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }
    .wrapper.style3 .landscape img{
        width: 100%;
        max-height: initial;
        margin: auto;
        position: static;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }
}


/*** No SideBar ***/

.no-sidebar #header{
    z-index: 3;
    padding: 15em 0;
}
.no-sidebar #header-wrapper.wrapper:before{
    background-size: cover;
}
@media screen and (max-width: 736px){
    .no-sidebar #header{
        z-index: 3;
        padding: 6.5em 0;
    }
    .r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {
        content: '\f078 ';
        position: absolute;
        right: 1em;
        -moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
    }
    
    .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {
        content: '\f077';
    }
}

/*** About Us ***/
#header-wrapper.about:before {
    background: url('/images/fisherman.jpg');
    background-position: center;
}

/*** Opening Hours ***/
#header-wrapper.hours:before {
    background: url('/images/about.jpg');
    background-position: center;
}

/*** Gallery ***/
#header-wrapper.gallery:before {
    background: url('/images/sea.jpg');
    background-position: bottom;
}

/*** Directions ***/
#header-wrapper.directions:before {
    background: url('/images/sunset-inlet.jpg');
    background-position: center;
}
iframe{
    width: 100%;
    height: 400px;
}

/*** Reviews ***/
#header-wrapper.reviews:before {
    background: url('/images/reviews.jpg');
    background-position: center;
}
.reviews .post header{
    text-align: center;
}

	@media screen and (max-width: 736px) {
        .reviews .post header{
            padding-bottom: 2.5em;
        }
    }

/*** Menu ***/
#header-wrapper.menu:before {
    background: url('/images/sushi.jpg');
    background-position: bottom;
}
article.menu{
    text-align: center;
    padding-bottom: 2.5em;
}
article.menu header.style1{
    padding: 2em 0 0;
}
article.menu h4{
    margin: 2em auto 0em;
    font-size: 1.4em;
}
article.menu h3{
    margin: 2em auto 0em;
}
article.menu h5{
    margin: 2em auto 0.2em;
}
article.menu h3 + h5, article.menu .less-margin-h5 h3 + h5{
    margin-top: 1em;
}
article.menu .less-margin-h5 h5{
    margin: 0 auto 0.2em;
}
article.menu .less-margin-h5 p{
    margin: 0 auto 0.2em;
}
article.menu h5.cup-bowl{
    margin-top: 0;
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em;
}
article.menu sup{
    top: 0.1em;
    font-size: 1em;
}
article.menu h3 + p{
    margin-bottom: 0.7em;
}
article.menu h5 + p{
    margin-bottom: 0;
    color: #000000;
    font-style:italic;
}
article.menu p{
    margin-bottom: 2em;
}
article.menu .price{
    margin-left: 1em
}
@media screen and (max-width: 736px) {
    article.menu .price{
        display: block;
        margin: auto;
    }
}

/* Flexible Content */
.flex-content .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-content .row div {
    display: flex;
}
.flex-content section {
   display: flex;
   flex-direction: column;
   width: 100%;
}
.flex-content p:last-of-type {
  flex: 1 0 auto;
}
@media screen and (max-width: 980px) {
    .flex-content .row, .flex-content section {
        display: block;
    }
}

/* Events */
.events header h2 + p {
    margin-bottom: 0;
}
.events h2 {
    margin-bottom: 0
}


/* Items */
#highlights .highlight-item h3 {
    margin-bottom: 0;
}
.highlight-item .price {
    margin-bottom: 1em;
}



#monthly-wrapper{
width: 100%;
text-align: center;
}


#monthly-container{

padding: 1em;

	width:85%;
	display:inline-block;

	box-shadow: 5px 10px 15px 20px #ccc;
	border-style: ridge;
	border-width: 2px;
	border-color: #888;
}

.button.style1{

	margin: 0 .25em .5em .25em;
	width: auto;
}


.events.highlight.highlight-item{

	box-shadow: 3px 5px 8px 13px #ddd;
	border-style: ridge;
	border-width: 1px;
	border-radius: 1px;
	border-color: #aaa;
}


.events.highlight.highlight-item p{

	padding-left: .2em;
	padding-right: .2em;

}

/*
#intro > .style1 {
	padding: 1em;
}

article.box.post > p{
	padding: 1em;
}
*/
