/*
Theme Name: TCWD Responsive Theme 2020
Theme URL: https://www.tropicalcoastwebdesign.com.au
Description: Based on HTML5Reset Blank Theme
Author: Greg Provians
Version: 1.0
*/

.chromeframe {position: absolute; top: 0;}

/* Font Information - Must load /fonts into base directory of site
-------------------------------------------------------------------------------*/

@font-face {
	font-family: Raleway-Regular;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Raleway/Raleway-Regular.ttf");
}

@font-face {
	font-family: Raleway-Medium;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Raleway/Raleway-Medium.ttf");
}

@font-face {
	font-family: Raleway-Bold;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Raleway/Raleway-Bold.ttf");
}

@font-face {
	font-family: OpenSans-Regular;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Open/OpenSans-Regular.ttf");
}
@font-face {
	font-family: OpenSans-SemiBold;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Open/OpenSans-SemiBold.ttf");
}

@font-face {
	font-family: OpenSans-Bold;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Open/OpenSans-Bold.ttf");
}

@font-face {
	font-family: Muli-regular;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Muli-regular/Muli-regular.ttf");
}

@font-face {
	font-family: Montserrat-Light;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/montserrat/Montserrat-Light.ttf")
}

@font-face {
	font-family: Montserrat-Regular;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/montserrat/Montserrat-Regular.ttf")
}

@font-face {
	font-family: "SIMPLIFICA Typeface";
	font-weight: 400;
	font-style: normal;
	src: url("fonts/SIMPLIFICA Typeface/SIMPLIFICA Typeface.ttf");
}

span.countdown_amount {
	font-size: 100px;
	font-family: "SIMPLIFICA Typeface";
}

div.shailan_CountdownWidget {
}

.hasCountdown {
    overflow: visible !important;
}

.thirtybottom {
	margin-bottom: 30px;
	display: block;
}

.fiftybottom {
	margin-bottom: 50px;
	display: block;
}

a.countdown_infolink {
	display: none !important;
}

/* General CSS for Entire Site
-------------------------------------------------------------------------------*/

body {font: 13px;}

body, select, input, textarea {
	font-family: OpenSans-Regular, Raleway-Regular, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #444444;}

body {
	background-color: #FFFFFF;
}

::-moz-selection{
	background: #fcd700; color: #fff; text-shadow: none;
}

::selection {
	background: #fcd700; color: #fff; text-shadow: none;
}

a:link {
	-webkit-tap-highlight-color: #fcd700;
}

ins {
	background-color: #fcd700; color: #000; text-decoration: none;
}

mark {
	background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;
}

input:-moz-placeholder {
	color:#a9a9a9;
}

textarea:-moz-placeholder {
	color:#a9a9a9;
}

img {
	max-width:100%;
	height: auto;
}

hr {
	margin: 50px auto;
}

/* FONT STYLES
-------------------------------------------------------------------------------*/

#content p {
	line-height: 1.714285714;
	margin: 0 0 24px;
}

h1 {
	font-family: Montserrat-Regular, Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-size: 34px;
	line-height: 40px;
	color: #0B340D;
	padding: 0px;
	margin-bottom: 40px;
	width: 100%;
	text-align: center;
}

h2 {
	font-family: Montserrat-Regular, Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-size: 26px;
	line-height: 34px;
	color: #0B340D;
	padding: 0px;
	margin-bottom: 30px;
}

h3 {
	font-family: Montserrat-Regular, Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	color: #0B340D;
	padding: 0px;
	margin-bottom: 25px;
}

h4 {
	font-family: inherit;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #001555;
	padding: 0px;
	margin-bottom: 20px;
}

h5 {
	font-family: OpenSans-SemiBold, Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-size: 24px;
	line-height: 32px;
	color: #006600;
	padding: 0px;
	margin-bottom: 20px;
}

.simplifica {
	font-family: "SIMPLIFICA Typeface", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 50px;
	color: #444;
}



/* TEXT ELEMENTS - Tables and Lists
-------------------------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 24px;
	line-height: 1.714285714;
	padding: 0;
}

ul {
	list-style: disc outside;
}

ol {
	list-style: decimal outside;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

li {
	margin: 0 0 15px 24px;
}

.wp-block-table.is-style-stripes {
    margin-bottom: 40px;
}

table td {
    
}

td, th {
	padding: 10px 5px;
}

/* TEXT ELEMENTS - Alignment
-------------------------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 12px auto;
}

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

#top_bar {
	width: 100%;
	height: 50px;
	background-color: #0B340D;
	font-family: Montserrat-Regular, OpenSans-Regular, Arial, "sans-serif";
	font-weight: normal;
}

#rightside_contacts a:link, #rightside_contacts a:visited{
	color: #033412;
	text-decoration: none;
}

#rightside_contacts a:hover {
	color: #033412 !important;
	text-decoration: none;
}

#top_bar_contents {
	width: 100%;
	max-width: 1200px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	position: relative;
	margin: 0 auto;
	font-size: 14px;
}

		#leftside_contacts {
			width: 45%;
			max-width: 550px;
			text-align: left;
			color: #FFF;
			position: absolute;
			float: left;
			top: 0px;
			left: 30px;
			height: 50px;
			line-height: 50px;
			z-index: 999999;
		}

		#leftside_contacts img {
			line-height: 50px;
			vertical-align: middle;
			margin-right: 15px;
		}
		
		#rightside_contacts {
			width: 45%;
			max-width: 550px;
			text-align: right;
			color: #033412;
			position: absolute;
			float: right;
			top: 0px;
			right: 30px;
			height: 50px;
			line-height: 50px;
			z-index: 999999;
		}

			.page-id-381 #rightside_contacts { 
				display: none; 
			}

			#rightside_contacts .dropdown-cart-button .dropdown .buttons .button {
				margin-left: 4px;
				background-color: #006717 !important;
				border-color: #033412 !important;
				color: #fff;
				padding: 5px 8px;
			}

			.page-id-381 #location_date {
				display: block;
			}

			#location_date {
				display: none;
			}

			#location_date {
				float: right;
				position: absolute;
				right: 0;
				top: 20px;
				width: 50%;
				height: auto;
				text-align: right;
				color: #006717;
				z-index: 999999;
			}

			#location_date h1 {
				text-align: right;
				color: #006717;
				margin-bottom: 5px;
			}

			#location_date h3 {
				text-align: right;
				color: #006717;
				margin-bottom: 0px;
				font-size: 20px;
			}

#head {
	width: 100%;
	height: 150px; /* Switch to Auto */
	background-image:url("../../../../template_images/header_bg.jpg");
	background-size: cover;
	box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.75);
	position: relative;
	z-index: 99999;
}

#head_tablet {
	width: 100%;
	height: auto;
}

#head_mobile {
	width: 100%;
	height: auto;
}

	#head_content {
		width: 100%;
		max-width: 1200px;
		height: 150px;  /* Switch to Auto */
		margin: 0 auto;
		position: relative;
	}

		#head_logo {
			width: 382px;
			height: auto;
			position: absolute;
			float: left;
			left: 30px;
			top: -50px;
			z-index: 99999;
		}
		
		#head_menu {
			position:absolute;
			float: right;
			height: 46px;
			width: 100%;
			max-width: 740px;
			right: 10px;
			bottom: 40px;
			text-align:right;
		}

			.page-id-381 #head_menu { 
				display: none; 
			}

		#tablet_menu {
			width: 100%;
			height:auto;
			background-color: #CC3300;
			padding: 10px 30px;
			display: block;
		}


#mobile_cart {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 999999;
	background-color: #033412;
	text-align: center;
	padding: 10px;
}

/* SLIDESHOW
-------------------------------------------------------------------------------*/

#slideshow {
	width: 100%;
	min-height: 60px;
	height: auto;
	background-color: #0B340D;
	color:#fff;
	display: block;
	overflow: hidden;
}

#mobile_slideshow {
	width: 100%;
	min-height: 60px;
	height: auto;
	background-color: #0B340D;
	color:#fff;
	display: block;
	overflow: hidden;
}

/* CONTENT / BODY
-------------------------------------------------------------------------------*/

#wrapper {
	width: 100%;
	height: auto;
	margin: 0px auto;
	background-color: #FFF;
	display: block;
	overflow: hidden;
	}

	#main {
		width: 100%;
		height: auto;
		position: relative;
	}

		#content {
			box-sizing: border-box;
			padding: 60px 30px;
			width: 100%;
			max-width: 1200px;
			margin: 0 auto;
		}

/* SIDEBAR (if required)
-------------------------------------------------------------------------------*/
		
		#sidebar {
			box-sizing: border-box;
			padding: 020px;
			float:right;
			margin-right: 20px;
			width: 33%;
			max-width: 275px;
			background-color: #EEEEEE;
		}
		
		#sidebar-responsive { display: none; }


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

#footer {
	width: 100% !important;
	height: auto;
	background-color: #eee;
	display: block;
	overflow: hidden;
	background-image:url("../../../../template_images/footer_bg.jpg");
	background-size: cover;
}

#foot {
	max-width: 1200px; 
	width:100%;
	height: auto;
	display: block;
	overflow: hidden;
	margin:0px auto;
	text-align: center;
	padding: 10px 30px 40px;
	font-family: inherit;
	color: #006600 ;
	font-size: 16px;
	line-height:26px;
}

#foot a:link, #foot a:visited{
	color: #006600;
	text-decoration: none;
}

#foot a:hover {
	color: #0B340D !important;
	text-decoration:underline;
}

#foot_box {
	float:left;
	width: 33%;
	max-width: 360px;
	text-align:left;
	margin-right: 30px;
	position: relative;
}

#social_float {
	width: 360px;
	height: auto;
	position: absolute;
	float: right;
	bottom: 0;
	right: 0;
	text-align: right;
}

#social_float img {
	margin-right: 25px;
}

#foot_middle {
	float:left;
	width: 33%;
	max-width: 330px;
	text-align:left;
	margin-left: 30px;
	margin-top: 70px;
}

#foot_middle img {
	margin-top: 2px;
}

#foot_right h5 {
	margin-bottom: 25px;
}

#foot_right {
	float:right;
	width:33%;
	max-width: 360px;
	text-align:left;
	margin-top: 70px;
}

#foot_left p {
	margin: 0px;
	line-height:24px;
}

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

#notice_footer {
	width: 100%;
	height: auto;
	min-height: 50px;
	background-color: #0B340D;
	display: block;
	overflow: hidden;
}

#notice_footer a:link, #notice_footer a:visited{
	color: #22A628;
	text-decoration: none;
}

#notice_footer a:hover {
	color: #FFFF00 !important;
	text-decoration:underline;
}

#notice_footer_content {
	width: 100%;
	max-width: 1140px;
	height: auto;
	margin: 0 auto;
	color: #22A628;
	text-align: center;
	vertical-align: middle;
	line-height: 50px; 
	font-size: 14px;
}

#notice_footer_mobile {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0 auto;
	color: #22A628;
	text-align: center;
	vertical-align: middle;
	line-height: 26px; 
	font-size: 14px;
}

#notice_footer_left {
	width: 45%;
	max-width: 560px;
	height: auto;
	float: left;
	text-align: left;
	vertical-align: middle;
}

#notice_footer_right {
	width: 45%;
	max-width: 560px;
	height: auto;
	float: right;
	text-align: right;
	vertical-align: middle;
}

/* MENU - Styles
-------------------------------------------------------------------------------*/

	#cssmenu,
	#cssmenu ul,
	#cssmenu li,
	#cssmenu a {
		border: none;
		margin: 0;
		padding: 0;
		line-height: 1;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}

	#cssmenu {
		height: 40px;
		display: block;
		padding: 0;
		margin: 0;
		width: auto;
		border-color: #080808;
	}

/*--- MENU - List Styles ---*/

	#cssmenu,
	#cssmenu > ul > li > ul > li a:hover {

	}

#cssmenu > ul {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}

#cssmenu > ul > li {
	position: relative;
	display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
}


/*--- Individual Button Styles Go Here ---*/

	#cssmenu > ul > li > a {
		outline: none;
		display: block;
		position: relative;
		padding: 16px 10px 14px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 14px;
		font-family: Montserrat-Regular, "Century Gothic", Arial, sans-serif;
		color: #444;
	}

	#cssmenu li:last-child a {
		background-color: #0B340D;
		color: #fff;
	}

/*--- Individual Button HOVER Styles Go Here ---*/

	#cssmenu > ul > li > a:hover {
		color: #00B900;
	}

	#cssmenu ul li.has-sub:hover > a:after {
		top: 0;
		bottom: 0;
	}

/*--- Sub Menu Dropdown Arrow ---*/

	#cssmenu > ul > li.has-sub {
		padding-right: 10px;  /*--- Extra room for arrow ---*/
	}

	#cssmenu > ul > li.has-sub > a:before {
		content: '';
		position: absolute;
		top: 20px;
		right: 5px;
		border: 5px solid transparent;
		border-top: 5px solid;
	}

/*--- Main Navigation Item with Drop Down Menu Underneath ---*/

	#cssmenu ul li.has-sub:hover > a {
		color: #00B900;
		top: 0px;
		z-index: 999;
	}

	#cssmenu ul li.has-sub:hover > ul,
	#cssmenu ul li.has-sub:hover > div {
		display: block;
	}

/*--- Drop Down Sub Menu Position & Width ---*/

	#cssmenu ul li > ul,
	#cssmenu ul li > div {
		display: none;
		position: absolute;
		top: 44px;
		left: 0px;
		padding: 0;
		background: #0B340D; /*--- Background colour of whole dropdown menu ---*/
		z-index: 999;
	}

	#cssmenu ul li > ul {
		min-width: 250px;

	}

	#cssmenu li ul li a { 
		width: auto; white-space: nowrap;
	}

	#cssmenu ul li > ul li {
		list-style: inside none;
		padding: 0;
		margin: 0;
		position: relative;
	}

/*--- Drop Down Menu Items Styling ---*/

	#cssmenu ul li > ul li a {
		outline: none;
		display:block;
		position: relative;
		margin: 0;
		padding: 16px 18px 14px;
		font-weight: 300;
		text-transform: uppercase;
		text-decoration: none;
		text-align: left;
		font-size: 14px;
		font-family: Montserrat-Regular, "Century Gothic", Arial, sans-serif;
		color: #FFF;
	}

/*--- Drop Down Menu Items HOVER effect ---*/

	#cssmenu ul ul a:hover {
		color: #ffff00;
	}


/* CONTACT FORM 7 - Styles
-------------------------------------------------------------------------------*/

.wpcf7-form{
	border: none;
	padding:0;
	-webkit-border-radius: 10px;   
    border-radius: 10px;
	width: 100%;
	margin-bottom:21px;
}

.email_terms {
	font-size:13px !important;
	color: #444 !important;
}
	

#two-column{
	width: 100%;
}

#two-column #left{
	width: 35%;
	float: left;
}

#two-column #left p {
    line-height: 25px !important;
    margin-bottom: 15px !important;
    margin-top: 3px !important;
}

#two-column #right{
	width: 65%;
	float: right;
}
#two-column p{
margin: 0px !important;
}

#two-column input[type="text"]{
	border:none;
	border:1px solid #DDD;
	font-size :14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-bottom:15px;
	width: 100%;
}

#two-column input[type="email"]{
	border:none;
	border:1px solid #DDD;
	font-size :14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-bottom:15px;
	width: 100%;
}

#foot_right input[type="email"]{
	border:none;
	border:1px solid #006600;
	background-color: #D0D0D0;
	font-size :14px;
	padding: 5px;
	margin-bottom:15px;
	width: 100%;
	margin-top: 20px;
}

#two-column #right input[type="text"], #two-column #left input[type="text"]{
}

#two-column textarea {
    position: relative;
    padding: 5px 10px;
    border:1px solid #DDD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	width: 100%;
}

#two-column select{
	border:none;
	border:1px solid #DDD;
	font-size :14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-bottom:15px;
	width: 100%;
}

#two-column input[type="submit"]{
	padding:6px 15px;
	background:#f1f1f1;
	color:#666;
	border: 1px solid #DDD;
	float:right;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:5px 0px 0px 0px;
}

#foot_right input[type="submit"]{
	padding:6px 30px;
	background-color: #006600;
	border: 1px solid #006600;
	color:#FFF;
	float:right;
	font-size: 16px;
	margin:5px 0px 0px 0px;
	text-transform: uppercase;
}

#two-column input[type="text"]:focus, #two-column textarea:focus, #two-column input[type="email"]:focus{
	background: #F1F1F1;
}
#two-column input[type="submit"]:hover{
	background:#fff;
	color:#222;
	border: 1px solid #DDD;
}

#foot_right input[type="submit"]:hover{
	background-color: #0B340D;
	border: 1px solid #0B340D;
}



.wpcf7-mail-sent-ok {
	border: 2px solid #016894 !important;
}

.wpcf7-mail-sent-ng {
	border: 2px solid #016894 !important;
}

.wpcf7-spam-blocked {
	border: 2px solid #FF0000 !important;
}

.wpcf7-validation-errors {
	border: 2px solid #FF0000 !important;
}

/* MOBILE RESPONSIVENESS - MOBILES <800
-------------------------------------------------------------------------------*/

@media (max-width: 799px) {
	
	#slideshow {
		display: none;
	}
	
	#top_bar {
		height: 56px;
	}
	
	#leftside_contacts {
		display: none;
	}	
	
	#head_tablet {
		display: none;
	}
	
	#head_content {
		display: none;
	}

	
	#head {
		height: auto;
		display: block;
		overflow: hidden;
	}
	
	#head_logo {
		display: block;
		float: none;
		position: relative;
		left:0;
		top:0;
		width: 100%;
	}
	
	#head_logo img {
		width: 96%;
		height: auto;
		margin: 0 2%;
	}
	
	#head_menu {
		display: none;
	}
	
	#rightside_contacts {
		width: 80%;
		max-width: none;
		text-align: right;
		right: 21px;
		top: 7px;
		float: right;
	}
    
	#sidebar {
		float: none !important;
		width: 90% !important;
		max-width: none !important;
		margin: 40px auto !important;
    }
	
	#content {
		float: none !important;
	}
	
	#footer {
		display:none;
	}

	#notice_footer_left {
		width: 90%;
		max-width: none;
		float: none;
		text-align: center;
		vertical-align: middle;
		margin: 20px auto;
	}
	
	#notice_footer_right {
		width: 90%;
		max-width: none;
		float: none;
		text-align: center;
		vertical-align: middle;
		margin: 20px auto;
	}
	
	#notice_footer {
    	width: 100%;
    	height: auto;
		display: block;
		overflow: hidden;
	}
	
	#content .alignwide {
		width: 100%;
		left: 0;
	}
	
	#notice_footer_content {
		display: none;
	}
	
	span.countdown_amount {
	font-size: 50px;
	font-family: "SIMPLIFICA Typeface";
}
	
	#shailan-countdown--1_1 {
		width: 100% !important;
}
	
		div.kt-inside-inner-col p.simplifica {
		font-size:40px;
		padding: 30px 20px;
			text-align: center;
	}
	
	.is-style-fill {
		margin-bottom: 30px;
	}

}

/* MOBILE RESPONSIVENESS - TABLETS >801 & <1199
-------------------------------------------------------------------------------*/

@media screen and (min-width: 800px) and (max-width: 1199px) { 
	
	#mobile_slideshow {
		display: none;
	}
	
	#top_bar {
		height: 56px;
		position: relative;
	}
	
	#leftside_contacts {
		display: none;
	}
	
	#head_mobile {
		display: none;
	}
	

	#rightside_contacts {
		width: 80%;
		max-width: none;
		text-align: right;
		right: 21px;
		top: 7px;
		float: right;
	}

	#head {
		display: block;
		height: auto;
	}
	
	#head_content {
		display: none;
	}
	
	#head_logo {
		display: block;
		float: none;
		width: 70%;
		position: relative;
		z-index: 999999;
		left: 0;
		top: 0;
		margin: -50px auto;
	}
	
		#head_logo img {
		margin: 0 auto;
	}
	
	#head_menu {
		display: none;
	}

	
	#fullwidth_content {
		width: 100%;
		max-width: none;
		height: auto;
		margin: 40px 0px;
		padding: 0 30px;
	}
	
	#foot_box {
		float:left;
		width: 45%;
		max-width: 550px;
		text-align:left;
		margin-right: 30px;
	}

	#foot_middle {
		display: none;
	}

	#foot_right {
		float:right;
		width:45%;
		max-width: 550px;
		text-align:left;
	}
	
	#notice_footer_left {
		width: 100%;
		max-width: none;
		text-align: center;
		margin: 0;
		padding-top: 10px;
		line-height: 40px;
	}

	#notice_footer_right {
		width: 100%;
		max-width: none;
		text-align: center;
		margin: 0;
		line-height: 40px;
		padding-bottom: 10px;
	}
	
	#content .alignwide {
		width: 100%;
		left: 0;
	}
	
	#notice_footer_mobile {
		display: none;
	}
	
		span.countdown_amount {
	font-size: 75px;
	font-family: "SIMPLIFICA Typeface";
}
	
	
	#shailan-countdown--1_1 {
		width: 100% !important;
}
	
	div.kt-inside-inner-col p.simplifica {
		font-size:40px;
	}

}

/* MOBILE RESPONSIVENESS - DESKTOPS >1199
-------------------------------------------------------------------------------*/

@media (min-width: 1200px) {
	
	
	#mobile_slideshow {
		display: none;
	}
	
	#head_mobile {
		display: none;
	}
	
	#head_tablet {
		display: none;
	}
	
	#shiftnav-toggle-main {
		display: none !important;
	}
	
	#mobile_social_contacts {
		display: none;
	}
	
	#notice_footer_mobile {
		display: none;
	}

}

/* GUTENBERG
-------------------------------------------------------------------------------*/


.entry-content .alignwide {
margin-left : calc( -100vw / 2 + 100% / 2 );
margin-right : calc( -100vw / 2 + 100% / 2 );
max-width : 100vw;
}

.entry-content .alignfull {
margin-left : calc( -100vw / 2 + 100% / 2 );
margin-right : calc( -100vw / 2 + 100% / 2 );
max-width : 100vw;
}

.alignfull {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.alignwide {
    width: calc(100% + 20vw);
    position: relative;
    left: -10vw;
}

.wp-block-image.alignfull, .wp-block-image.alignwide {
    max-width: none;
}

/* VERTICALLY CENTRE LOGINPRESS
-------------------------------------------------------------------------------*/

body.login{
  display: block !important;
}

#login {
      position: absolute !important;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-top: 0 !important;
}

#content .woocommerce form .form-row .optional {
    visibility: hidden;
}

.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2 {
    width: 100% !important;
}

.woocommerce .woocommerce-checkout .col2-set .col-1 {
    margin-bottom: 30px;
}

div.product_meta {
	margin-top: 20px;
}


/* CHECKOUT STYLES
-------------------------------------------------------------------------------*/

.woocommerce form input[type="text"]{
	border:none;
	border:1px solid #DDD;
	font-size :16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-bottom:15px;
	width: 100%;
}

.woocommerce form input[type="tel"]{
	border:none;
	border:1px solid #DDD;
	font-size :16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-bottom:15px;
	width: 100%;
}

.woocommerce form input[type="email"]{
	border:none;
	border:1px solid #DDD;
	font-size :16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-bottom:15px;
	width: 100%;
}


.woocommerce ul.products li.product .woocommerce-loop-category__title {
	text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	text-align: center;
}

.woocommerce ul.products li.product .price {
    text-align: center;
}

.woocommerce ul.products li.product .button {
    text-align: center;
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 40px;
}

mark {
    display: none;
}

.woocommerce div.product form.cart .variations select {
	border:1px solid #DDD;
	font-size :16px;
	padding: 10px;
	margin-bottom:15px;
	width: 100%;
}