/*
Theme Name: MRG Theme 1
Version: 1.0a
Author: Merge Digital
Author URI: http://www.mergedigital.com.au/
*/

/* font-family: 'Source Serif Pro', serif;
 * font-family: 'Merriweather', serif;
 *
/

/* ------------------------------------
 * -------------- GLOBAL --------------
 * ------------------------------------ */

*{
	margin: 0;
	padding: 0;
}

/* Overflow Hotfix */
html {
	overflow-x:hidden; 
}

body {
	font-family: 'Reckless-Medium', 'Merriweather';
	color: #0d1f2b;
}

h1, h2, h3,
h4, h5 {
	font-family: 'Reckless-Medium', 'Merriweather';
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1.2;
}

h1 {
	font-size: 28px;
	margin-bottom: 25px;
}

h2 {
	font-size: 22px;
	margin-bottom: 20px;
}

h3 {
	font-size: 17px;
}

h6 {
font-size: 15px;
margin-bottom: 15px;
}

p, li {
    font-size: 20px;
    letter-spacing: 0.25px;
    font-weight: 500;
line-height: 1.2;
}

p {
margin: 0 0 15px;
}

.small-p p {
    font-size: 17px;
    letter-spacing: 0.25px;
}

.max-550 {
	max-width: 550px;
	margin: 0 auto;
}

.max-750 {
	max-width: 750px;
	margin: 0 auto;
}

.max-800 {
	max-width: 800px;
	margin: 0 auto;
}

.half-col-text {
	width: 75%;
}

.img-row {
	height: 625px;
}

a:hover,
a:focus {
	text-decoration: none;
}

.p-link a {
text-decoration: underline;
color: #0d1f2b;
}

.p-link a:hover {
text-decoration: none;
}

.small-p-link a {
text-decoration: underline;
color: #0d1f2b;
font-size: 15px;
}

.small-p-link a:hover {
text-decoration: none;
}

.sec-pad {
	padding: 50px 0;
}

.img-responsive {
	margin: 0 auto;
}

.ul-margin ul,
.ol-margin ol {
	margin-left: 20px;
}

.ul-margin li,
.ol-margin ol {
	margin-bottom: 5px;
}

.no-top-margin h2 {
margin-top: 0;
}

.reservations h1 {
margin-top: 0px;
}

.reservations h1,
.reservations p {
max-width: 85%;
}

a.read-link {
color: #0d1f2b;
font-size: 15px;
}

a.read-link:hover {
text-decoration: underline;
}



/* ------------------------------------
 * ---------- SUPERFLY MENU -----------
 * ------------------------------------ */

#sfm-sidebar .sfm-menu .sfm-menu-item-112>a span /*Food and Beverage*/,
#sfm-sidebar .sfm-menu .sfm-menu-item-196>a span /*Reservations*/,
#sfm-sidebar .sfm-menu .sfm-menu-item-209>a span /*Reservations*/,
#sfm-sidebar .sfm-menu .sfm-menu-item-108>a span /*Health and Wellness*/ {
line-height: 1.2;
}

#sfm-sidebar .sfm-icon-facebook a:after,
#sfm-sidebar .sfm-icon-instagram a:after,
#sfm-sidebar .sfm-icon-email a:after {
background: none;
}

#sfm-sidebar .sfm-menu li a {
	font-weight: bold;
	letter-spacing: 1.5px;
}


/* ------------------------------------
 * -------------- HEADER --------------
 * ------------------------------------ */

.top-links {
	padding-top: 30px;
	background-image: url("http://portseahotel.wpengine.com/wp-content/uploads/2018/12/portsea-hotel-badges.svg");
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 260px;
}

.navbar-brand {
	height: auto;
	float: none;
	padding: 0;
}

.navbar-brand img {
	width: 85%;
	height: auto;
	margin: 0 auto;
}



/* ------------------------------------
 * ------------ NAVIGATION ------------
 * ------------------------------------ */

.sfm-label-hidden {
display: block !important;
}



/* ------------------------------------
 * ------------ VC BUTTONS ------------
 * ------------------------------------ */

/***** NORMAL BUTTONS *****/
.vc_general.vc_btn3.vc_btn3-size-md {
	border: 0;
	border-radius: 0;
	background: #0d1f2b;
	color: #fff;
	font-size: 13px;
	letter-spacing: 2.5px;
	min-width: 240px;
font-family: 'Reckless-Medium', 'Merriweather';
padding: 14px 25px;
font-weight: bold;
}

.vc_general.vc_btn3.vc_btn3-size-md:hover,
.vc_general.vc_btn3.vc_btn3-size-md:focus,
.vc_general.vc_btn3.vc_btn3-size-md:active {
	background: #0d1f2b;
	color: #fff;
}

.vc_btn3-container.vc_btn3-inline {
margin-right: 15px;
}

.vc_btn3-container.vc_btn3-inline:last-child {
margin-right: 0;
}



/***** COVER PAGE BUTTON *****/
.text-link .vc_general.vc_btn3.vc_btn3-size-md {
	background: transparent;
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid #0d1f2b !important;
	padding: 10px 15px 8px 15px;
	font-size: 24px;
	letter-spacing: 3px;
	font-family: 'Reckless-Medium', 'Merriweather';
	color: #0d1f2b !important;
	min-width: auto;
}

.text-link .vc_general.vc_btn3.vc_btn3-size-md:hover,
.text-link .vc_general.vc_btn3.vc_btn3-size-md:focus,
.text-link .vc_general.vc_btn3.vc_btn3-size-md:active {
	color: #0d1f2b;
	background: transparent !important;
	transform: translateY(2px);
}



/* ------------------------------------
 * -------------- HOMEPAGE ------------
 * ------------------------------------ 
.home .top-links {
	padding-bottom: 0;
	background-image: none;
}

.home .navbar-brand img {
	width: 100%;
	height: auto;
}

.home .enter-image {
	margin-bottom: 0;
}

.home .footer-content {
	display: none;
}
*/

/* HOMEPAGE MIDDLE IMG */
div.vc_custom_1544587706065 {
background-position: top !important;
}


/* ------------------------------------
 * ------------ SLIDER PRO ------------
 * ------------------------------------ */

.sp-buttons {
display: none;
}



/* ------------------------------------
 * ------------ FLEXSLIDERS -----------
 * ------------------------------------ */

.wpb_gallery_slides {
border: 0 !important;
border-radius: 0 !important;
box-shadow: none !important;
margin-bottom: 0 !important;
}

.flex-control-nav {
display: none;
}

.flexslider .slides img {
height: auto;
}



/* ------------------------------------
 * --------------- JOBS ---------------
 * ------------------------------------ */

.jobs-pad {
	padding: 50px 15px 100px 15px;
}

.job-descriptions p,
.job-descriptions li {
font-size: 17px;
    letter-spacing: 0.25px;
    font-family: 'Reckless', 'Merriweather';
font-weight: 400;
}


.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	border: 0;
	border-radius: 0;
	border-top: 1px solid #0d1f2b;
	border-bottom: 1px solid #0d1f2b;
	border-color: #0d1f2b !important;
	background: transparent !important;
}

.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active .vc_tta-panel-heading {
	border-bottom: 0;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
	background: transparent;
	padding: 28px 46px 25px 0px !important;
	color: #0d1f2b !important;
	font-size: 24px;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
	border-color: #0d1f2b !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	background: transparent !important;
	border: 0;
	padding: 15px 0 80px 0;
}

.wpb-js-composer .vc_tta.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active+.vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active+.vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading {
	border-radius: 0 !important;
}


/* ------------------------------------
 * ------------ FUNCTIONS -------------
 * ------------------------------------ */

.room-descriptions p {
    font-family: 'Reckless', 'Merriweather';
font-weight: 400;
}



/* ------------------------------------
 * ------------ DIRECTIONS ------------
 * ------------------------------------ */

.wpb_gmaps_widget .wpb_wrapper {
padding: 0;
background-color: transparent;
}



/* ------------------------------------
 * ---------- ACCOMMODATION -----------
 * ------------------------------------ */

.accom-price-text h3 {
font-size: 18px;
}

.accom-price-text h4 {
margin-top: 20px;
font-size: 19px;
}

.accom-link a {
color: #0d1f2b;
font-size: 15px;
}

.accom-link a:hover {
text-decoration: underline;
}



/* ------------------------------------
 * ------------- WHATS ON -------------
 * ------------------------------------ */

.whats-on-event .vc-hoverbox {
min-height: 750px !important;
}

.vc-hoverbox-block-inner {
padding-left: 35px;
padding-right: 35px;
}

.whats-on-event h2 {
margin-top: 0px;
margin-bottom: 10px;
font-size: 20px;
}

.whats-on-event h4 {
font-size: 16px;
text-transform: capitalize;
margin-bottom: 20px;
letter-spacing: 0.5px;
padding: 0 20px;
}

.whats-on-event p {
font-size: 16px;
font-family: 'Reckless', 'Merriweather';
font-weight: 400;
}

.whats-on-event-pad {
padding-bottom: 30px;
}

div.three-col .vc_col-sm-4 .whats-on-event .vc-hoverbox {
min-height: 490px !important;
}

.vc-hoverbox-block-inner .vc_btn3-container {
margin-top: 8px;
}

.vc-hoverbox-front,
.vc-hoverbox-back {
-webkit-transition: opacity 1s ease-in-out !important;
  -moz-transition: opacity 1s ease-in-out !important;
  -o-transition: opacity 1s ease-in-out !important;
  transition: opacity 1s ease-in-out !important;
}




/* ------------------------------------
 * ------------ WHATS ON 2 ------------
 * ------------------------------------ */

.event-pad {
padding: 60px 0 50px 0;
}

.half-col-event-text,
.half-col-event-btn {
padding-left: 40px;
}

.half-col-event-text h1 {
margin-top: -7px;
margin-bottom: 10px;
}

.half-col-event-text h4 {
text-transform: capitalize;
margin-bottom: 30px;
letter-spacing: 0.5px;
}

.half-col-event-text p {
font-family: 'Reckless', 'Merriweather';
font-weight: 400;
}



/* ------------------------------------
 * -------- HEALTH & WELLNESS ---------
 * ------------------------------------ */

.health-wellness p,
.health-wellness li {
font-size: 17px;
    letter-spacing: 0.25px;
}

.health-wellness h2 {
margin-top: -5px;
}

.health-wellness p,
.health-wellness li {
    font-family: 'Reckless', 'Merriweather';
font-weight: 400;
}



/* ------------------------------------
 * -------------- FOOTER --------------
 * ------------------------------------ */

.footer-content {
	padding-top: 20px;
	padding-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
}

.footer-content hr {
	border-top: 1px solid #0d1f2b;
	margin-top: 0;
}

.footer-content p a,
.footer-content p {
	color: #0d1f2b;
	font-size: 13px;
	padding: 0 2px;
}

.footer-content p a {
	border-bottom: 1px solid transparent;
}

.footer-content p a:hover {
	border-bottom: 1px solid #0d1f2b;
}

.footer-content ul {
	list-style: none;
}

.footer-content li {
	display: inline-block;
}

.footer-content .privacy {
	margin-right: 15px;
}

.footer-content span {
	padding-left: 10px;
	padding-right: 10px;
}

.footer-content .footer-left p {
display: inline-block;
}

.footer-content .col-sm-12 {
padding-left: 0;
padding-right: 0;
}


/* ------------------------------------
 * ------------ MGL -----------
 * ------------------------------------ */

div.MGLRow {
	margin-right: 0px!important;
	padding-bottom: 5px !important;
}

div.MGLLabel {
	text-align: left;
	float: none !important;
	margin: 0 auto;
	width: 100% !important;
	font-family: 'Reckless', 'Merriweather';
	text-transform: uppercase;
	letter-spacing: 0.75px;
}

div.MGLField {
	text-align: center;
	float: none;
	margin: 0 auto;
	width: 100%!important;
	margin-left: 0px!important;
	margin-bottom: 20px!important;
}

input#mf5c08c6d51f466_PreferredEventDate /*Function Form*/,
input#mf5c08c97466643_ProposedWeddingDate /*Wedding Form*/,
input#mf79bd52df0a9_DateOfBirth /*Subscribe Form*/{
background-image: none !important;
}

div.MGLField input,
div.MGLField textarea {
	width: 100%;
	min-height: 50px;
	max-height: 150px;
	padding: 10px 17px!important;
	background-color: #f5f5f5;
	border: 0px;
font-family: 'Reckless', 'Merriweather';
	font-size: 16px;
}

div.MGLField select {
	width: 100%;
	height: 50px;
	background-color: #f5f5f5;
	border: 0px;
font-family: 'Reckless-Medium', 'Merriweather';
	font-size: 16px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    padding: 10px 17px !important;
border-radius: 0;
}

#MGLSubmit {
text-align: center !important;
}

.MGLSubmitBreak {
display: none;
}

#MGLSubmit input[type="submit"] {
	padding: 13px 30px;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 0;
	box-shadow: none;
	border: 0px;
margin-top: 5px;
	margin-bottom: 10px;
	background-color: #0d1f2b;
	color: #fff;
min-width: 170px;
}


.MGLPoweredBy {
display: none;
}

/* CONTACT */
form#mf5bf35b9342baa {
	margin-top: 25px !important;
}

form#mf5bf35b9342baa #MGLSubmit {
text-align: left !important;
}

/* SUBSCRIBE */
form#mf79bd52df0a9 #MGLSubmit {
text-align: left !important;
}

form#mf79bd52df0a9 {
	margin-top: 25px !important;
}

/* FUNCTIONS */
form#mf5c08c6d51f466 {
margin-top: 15px !important;
}



/* ------------------------------------
 * ---------- MEDIA QUERIES -----------
 * ------------------------------------ */

@media (max-width: 1199px) {

	.img-row {
		height: 500px;
	}

	.top-links {
		background-size: 240px;
	background-position: 93.5% 51%;
}

	.navbar-brand img {
		width: 95%;
	}


/***** NAVIGATION *****/
div.sfm-navicon-button {
left: 55px !important;
}


/***** WHATS ON *****/
.whats-on-event .vc-hoverbox {
min-height: 600px !important;
}

.whats-on-event h2 {
padding: 0 5px;
font-size: 20px;
}

.whats-on-event h4 {
font-size: 15px;
padding: 0 5px;
}

div.three-col .vc_col-sm-4 .whats-on-event .vc-hoverbox {
min-height: 420px !important;
}

div.three-col .vc_col-sm-4 .whats-on-event h2 {
font-size: 18px;
}

div.three-col .vc_col-sm-4 .whats-on-event h4 {
font-size: 14px;
margin-bottom: 15px;
}

div.three-col .vc_col-sm-4 .whats-on-event p {
font-size: 15px;
}

div.three-col .vc_col-sm-4 .whats-on-event .vc_general.vc_btn3.vc_btn3-size-md {
font-size: 11px;
}



}



@media (max-width: 991px) {
	
	.half-col-text {
		width: 85%;
	}

	.img-row {
		height: 375px;
	}
	
	.mobile-pad {
		padding-bottom: 20px;
	}

	.max-750 {
		max-width: 690px;
	}

.extra-space {
height: 35px !important;
}

.reservations {
max-width: 720px;
}

.reservations h1,
.reservations p {
text-align: center !important;
padding-left: 20px;
padding-right: 20px;
max-width: 100%;
}

.reservations h1 {
margin-top: 20px;
}


/***** NAVIGATION *****/
div.sfm-navicon-button {
top: 38px !important;
left: 52px !important;
}


	/******* TOP LINKS *******/
	.top-links {
		padding-bottom: 0;
	background-image: url("http://portseahotel.wpengine.com/wp-content/uploads/2018/12/portsea-hotel-mobile-flag.svg");
	background-size: 90px;
	background-position: 93.5% 50%;
}

	.navbar-brand img {
		width: 73%;
		margin: 0 auto;
	}	


/***** WHATS ON *****/
.whats-on-event .vc-hoverbox,
div.three-col .vc_col-sm-4 .whats-on-event .vc-hoverbox {
min-height: 490px !important;
}

/*.container.whats-on-container {
max-width: 550px;
}*/


/***** WHATS ON 2 *****/
.half-col-event-text,
.half-col-event-btn {
padding-left: 15px;
}
	

	/********* FOOTER *********/
.footer-content span {
	display: none;
}

	.footer-left,
	.footer-right {
		float: none !important;
		text-align: center;
	}

	.footer-left {
		margin-bottom: 10px;
	}

.footer-content .footer-left p {
		display: block;
	}

}



@media (max-width: 767px) {
	
	.sec-pad {
		padding: 40px 0;
	}

	.half-col-text {
		width: 100%;
	}

	.img-row {
		height: 315px;
	}

.empty-space-mobile {
height: 55px;
}

.extra-space {
display: none !important;
}

.max-550,
.max-750,
.max-800 {
padding-left: 15px;
padding-right: 15px;
}

h1, h2, h3, h4, h5, h6, p,
.max-750 h1,
.max-750 h2,
.max-750 h3,
.max-750 h4,
.max-750 p {
text-align: center !important;
}

p, li {
font-size: 18px;
}


/***** RECKLESS MEDIUM *****/
.room-descriptions p,
.job-descriptions p,
.job-descriptions li,
.whats-on-event p,
.health-wellness p,
.health-wellness li,
div.MGLLabel,
div.MGLField input,
div.MGLField textarea {
    font-family: 'Reckless-Medium', 'Merriweather';
font-weight: 500;
}

/***** RECKLESS MEDIUM *****/
.footer-content p a,
.footer-content p {
    font-family: 'Reckless', 'Merriweather';
font-weight: 400;
}



	/***** TOP LINKS *****/
	.top-links {
background-size: 47px;
margin: 0;
background-position: 95% 30%;
position: fixed;
z-index: 10;
width: 100%;
background-color: #fff;
padding: 15px;
}


/***** NAVIGATION *****/
div.sfm-navicon-button {
position: fixed;
top: 6px !important;
left: 10px !important;
}

.sfm-overlay-wrapper {
visibility: visible;
}

.sfm-navicon-button.sf_label_default {
width: 45px !important;
height: 45px !important;
	}

#sfm-sidebar [class*=sfm-icon-] a, .sfm-view-level-custom:before {
font-size: 23px;
}


	/***** VC BUTTONS *****/
	.text-link .vc_general.vc_btn3.vc_btn3-size-md {
		font-size: 21px;
	}

	.vc_general.vc_btn3.vc_btn3-size-md {
		font-size: 14px;
width: 100% !important;
	}

.vc_btn3-container.vc_btn3-center,
.vc_btn3-container.vc_btn3-left,
.vc_btn3-container.vc_btn3-inline {
text-align: center;
}

.vc_btn3-container.vc_btn3-inline {
display: block;
margin-right: 0;
}

	
	/******* NAVBAR *******/
	.navbar-brand img {
		width: 170px;
		margin-top: 0px;
	}
	
	.navbar-default {
		border-bottom: 5px solid #becccc;
	}
	
	.navbar-default .nav-cta {
		padding-left: 0;
	}

	.navbar-default .navbar-nav>li.nav-cta>a {
		margin-bottom: 0;
	}
	
	.nav li a {
		padding: 25px 0;
		margin-bottom: 0px;
		text-align: center;
	}
	
	.navbar-default .navbar-nav>li.nav-cta>a {
		padding: 30px 0;
	}
	
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li.nav-cta>a:hover {
		background: #becccc;
		color: #2c4750;
	}
	
	
	/***** JOBS *****/
.jobs-pad h2,
.jobs-pad h4,
.jobs-pad p {
text-align: left !important;
}

	.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
		line-height: 1.2 !important;
	}

	.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
		padding: 0 0 70px 0;
	}


/***** MGL *****/
#MGLSubmit,
form#mf5bf35b9342baa #MGLSubmit /*Contact Form*/,
form#mf79bd52df0a9 #MGLSubmit /*Subscribe Form*/,
div.MGLLabel {
	text-align: center !important;
}

#MGLSubmit input[type="submit"] {
width: 100% !important;
}


/***** WHATS ON *****/
.whats-on-event .vc-hoverbox,
.whats-on-event .vc-hoverbox-inner,
.whats-on-event .vc-hoverbox-front {
min-height: 475px !important;
}

.whats-on-event .vc-hoverbox .vc_btn3 {
font-size: 14px;
margin-top: 8px !important;
}

.whats-on-event h2,
.whats-on-event h4 {
margin-top: 5px;
}


/***** WHAT'S ON 2 *****/

.half-col-event-text {
padding-left: 5px;
padding-right: 5px;
}

.half-col-event-text h1 {
margin-top: 5px;
}

.half-col-event-btn {
padding-left: 0;
}

}


@media(min-width:768px){

	.dropdown:hover .dropdown-menu {
    	display: block;
	}

}
