@charset "UTF-8";

/* CSS Document */

/*
font-family: 'Cormorant Garamond', serif; 300,300i,400,400i,500,500i,600,600i,700,700i

Text - #363535 / 54,53,53
Green - #005D42 / 00,93,66
Brown - #A9783E / 169,120,62
Light Green - #82B725 / 130,183,37
Tan - #E8D3AD / 232,211,173

Grayish - #BFB4AA / 191,180,170
Light Tan - #FAF1DA / 250,241,218
*/

@media screen and (max-width: 64.063em) {
}

@media screen and (max-width: 40.063em) {
}

/*********************************** SECONDARY MENU ***********************************/

/******* Shorten Line Height Top-Right Menu *********/
header .secondary_menu a {
    line-height:0.3em!important;
}

.secondary_menu {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 1000;
	position: relative;
}
.secondary_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.secondary_menu ul li {
	margin: 0rem 0rem 0rem 0.65rem;
	padding: 0rem 0rem 0rem 0.65rem;
	position: relative;
	display: inline-block;
	border-left: 2px solid #BFB4AA;
}
.secondary_menu ul li:first-child {
	margin: 0rem;
	padding: 0rem;
	border-left: none;
}
header .secondary_menu ul li:last-child {
	border-left: none;
}
@media screen and (max-width: 64.063em) {
header .secondary_menu ul li:last-child {
	display: none;
}	
}

.secondary_menu ul li a {
	display: block;
	margin: 0;
	padding: 0.65rem;
	font-size: 1rem;
	line-height: 1rem;
	color: #FFFFFF;
}
.secondary_menu ul li a:hover, .secondary_menu ul li a:focus {
	color: #E8D3AD;
}
.secondary_menu ul li.active a {
	color: #E8D3AD;
}
.secondary_menu ul li a.button {
	padding: 1.15rem 1.15rem 1rem 1.15rem;
}
.secondary_menu ul ul {
	display: none;
	position: absolute;
	top: 1.85rem;
	left: -3rem;
	right: auto;
	width: 12rem;
	z-index: 10;
}
.secondary_menu ul ul li {
	left: auto;
	margin: 0;
	padding: 0;
	clear: left;
	width: 100%;
	border-right: none;
}
.secondary_menu ul ul li a {
	font-size: 1rem;
	font-weight: normal;
	background: #FAF1DA;
	padding: 0.65rem 0.65rem;
	color: #363535;
	line-height: 1rem;
	border-bottom: 1px solid #BFB4AA;
}
.secondary_menu ul ul li a:hover, .secondary_menu ul ul li a:focus {
	background: #BFB4AA;
	color: #FFFFFF;
}
.secondary_menu ul ul li:last-child a {
	border-bottom: none;
}

.secondary_menu ul li:hover ul {
	display: block;
}

@media screen and (max-width: 85em) {
.secondary_menu ul li {
	margin: 0rem 0rem 0rem 0.35rem;
	padding: 0rem 0rem 0rem 0.35rem;
}
.secondary_menu ul li a {
	padding: 0.35rem;
	font-size: 0.85rem;
}	
.secondary_menu ul li a.button {
	padding: 0.85rem 0.85rem 0.72rem 0.65rem;
}	
}
@media screen and (max-width: 64.063em) {
.secondary_menu ul li {
	margin: 0rem 0rem 0rem 0.35rem;
	padding: 0rem 0rem 0rem 0.35rem;
}
.secondary_menu ul li a {
	padding: 0.35rem;
	font-size: 0.85rem;
}
	
footer .secondary_menu ul li {
	margin: 0;
	padding: 0;
	border-left: none;
	display: block;
}	
}
@media screen and (max-width: 40.063em) {
footer .secondary_menu.valign {
	position: relative !important;
	float: none !important;
	padding: 1.65rem 0rem;
	top: auto;
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);	
}	
}

/*********************************** /SECONDARY MENU ***********************************/
/*********************************** MAIN MENU ***********************************/

.menu_wrap {
	width: 100%;
	position: relative;
	z-index: 300;
	/* background: #FAF1DA; */
	margin: 0;
	padding: 0;
}

/***** MAIN *****/

.main_nav {
	margin: 0rem;
	padding: 0rem;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	/*position: relative;*/
	z-index: 300;
}
.main_nav ul.full_menu {
	list-style: none;
	position: relative;
	z-index: 300;
	width: 100%;
	float: left;
	margin: 0rem;
	text-align: center;
	padding: 0rem;
}
.main_nav ul.mobile_menu {
	/* display: none; */
}

 
/*@media screen and (max-width: 64.063em)
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
.main_nav {
	position: absolute;
	width: 15%;
	z-index: 310;
}	
.main_nav ul {
	width: 15%;
	z-index: 310;
	text-align: left;
}	
}*/ 

@media screen and (max-width: 64.063em) {
.main_nav {
	position: relative;
	width: 15%;
	z-index: 310;
	text-align: left;
	float: left;
}	
.main_nav ul.full_menu {
	display: none;
}	
.main_nav ul.mobile_menu {
	display: block;
	width: 15%;
	z-index: 310;
	margin: 0;
	padding: 0;
}	
} 
 
.main_nav ul li {
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline-block;
}
.main_nav ul li a {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	color: #FAF1DA;
	text-decoration: none;
	font-size: 1.35vw;
	line-height: 2.5rem;
	padding: 0.6rem 0.01rem;
	margin: 0 0 0 0; 
}

.main_nav ul li:hover {
	background: #E8D3AD;
	color: #000000!important;
}

.main_nav ul li a:hover, .main_nav ul li a:focus {
	color: #000000!important;
	margin: 0 0 0 0; 
}	

.main_nav ul li:first-child a {
	margin: 0 .02rem 0 0.8rem; 
}

.main_nav ul li.bullet a::before {
    margin: 0 4px;
}
.main_nav ul li.bullet a::after {
    margin: 0 10px;
}

.main_nav ul li.green a {
	color: #FFFFFF;
	background: #82B725;
}
.main_nav ul li.green:hover a {
	color: #FFFFFF !important;
	background: #009501 !important;
}

.main_nav ul li.red a {
color: #DD2229 !important;
font-weight: 700 !important;
}

/*.main_nav ul li.green a {
	color: #82B725;
}
.main_nav ul li.green:hover a {
	color: #005D42;
}*/


/*****************  Mega Dropdown  ******************/


.main_nav ul li .mega-dropdown {
	opacity: 0;
	pointer-events: none;
	/*height: 0rem;*/
	display: block;
	position: absolute;
	background-color: #FFF;
	width: 100%;
	top: 100%;
	left: 0;
	right: 0;
	padding: 0;
	z-index: 1000;
	border-top:1px solid #DDD;
	
	-webkit-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.35);
	
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
.mega-level2 .ds-collections-subnav, .mega-level2 .furniture-collections-subnav {
	/* opacity: 0; */
}

.remove-bullet a::before {
    content: ''!important;
}
.mega-dropdown ul li:hover {
    background: none;
}

.mega-dropdown ul li {
    display:block;
    text-align:left;
}
/*
.mega-dropdown ul li.active a {
    color: #CCBB77;
    text-decoration:underline;
   	background-color: none;
} */
.mega-level2 a:hover {
   	background-color: #F1F1F1;
}
.mega-dropdown ul li:hover {
   	background-color: #F1F1F1;
} 
/*
.mega-dropdown ul li.active  {
   	background-color: #F1F1F1;
}  */
.mega-primary a h6 {
	font-family: 'Cormorant Garamond', sans-serif;
    padding: 0px!important;
    margin: 0;
    font-weight: 400;
    text-transform: initial!important;
    line-height:1em;
    font-size:1em;
    text-transform:uppercase!important;
}

.mega-primary a:hover, .mega-primary a:focus  {
}

.main_nav ul li:hover > .mega-dropdown {
	opacity: 1;
	pointer-events: auto;
} 

.mega-main img {
    padding: 30px 0 45px 40px;
    text-align: center;
    max-width: 375px;
}

.mega-primary .mega-level1 {
    position: relative;
	padding:30px 15px;
} 
.mega-primary .mega-level1:after {
    content:"";
	background: #DDD;
	position:absolute;
	top: 0;
	right: 0;
	height:60%;
	width:1px;
	margin-top:40px;
} 	

.mega-primary .mega-level2 {
	padding:30px 15px;
} 
.mega-level2 li {
    /* position: absolute; */
}
.mega-level2 h6 {
    font-family:  serif;
	font-size: 1.1em;
	letter-spacing:normal;
	font-weight:400;
} 

/*****************  End Mega Dropdown  ******************/

.main_nav ul li .dropdown {
	opacity: 0;
	pointer-events: none;
	/*height: 0rem;*/
	display: block;
	position: absolute;
	background: #363535;
	width: 100%;
	top: 100%;
	left: 0;
	right: 0;
	padding: 0;
	z-index: 1000;
	
	-webkit-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.35);
	
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
.main_nav ul li div.row {
	/*height: 12.35rem;*/
	min-width: 100%;
	border-bottom: 1px solid #E8D3AD;
	border-bottom: 1px solid rgba(232,211,173,0.35);
}
.main_nav ul li div.row:last-child {
	border-bottom: none;
}

.main_nav ul li:hover > .dropdown {
	opacity: 1;
	pointer-events: auto;
}

.main_nav ul li .dropdown div.row .column {
	/*opacity: 0;*/
	position: relative;
	padding: 0;
	margin: 0;
}



/*.main_nav ul li div.row.primary {
	opacity: 0;
	pointer-events: none;
	height: 12.35rem;
	display: block;
	position: absolute;
	background: #363535;
	width: 100%;
	top: 100%;
	left: 0;
	right: 0;
	padding: 0;
	z-index: 1000;
	border-bottom: 1px solid #BFB4AA;
	border-bottom: 1px solid rgba(191,180,170,0.35);
	
	-webkit-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.35);
	
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
.main_nav ul li div.row.primary .column {
	opacity: 0;
	position: relative;
	height: 12.35rem;
	border-right: 1px solid #BFB4AA;
	border-right: 1px solid rgba(191,180,170,0.35);
	padding: 0;
	margin: 0;
}*/


.main_nav ul li .dropdown div.row.primary .column {
	/*height: 21.35rem;*/
	border-right: 1px solid #E8D3AD;
	border-right: 1px solid rgba(232,211,173,0.35);
}
.main_nav ul li .dropdown div.row.primary .column:last-child {
	border-right: none;
}

/* Bullet Between Nav Items */

li.bullet a::before {
    position:relative;
    left:-10px;
    content: '•'!important;
    color: #FFF!important;
}

li.bullet ul li a::before {
    content: none;
}


#header li.bullet:first-child a::before {
  display: none!important;
  content: ''!important;
}

/*.main_nav ul div.row .column a {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}*/
.main_nav ul div.row.primary .column a {
	position: relative;
	width: 100%;
	height: 12.35rem;
	margin: 0;
	padding: 0;
	
    display: flex;
    justify-content: center;
    align-items: center;		
	
	/*top: 0;
	right: 0;
	bottom: 0;
	left: 0;*/
}
.main_nav ul div.row.primary .column a h3 {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF !important;
	font-size: 1.85rem;
	line-height: 1.35;
	display: inline-block;
	background: none;
	text-align: center;
	padding: 1.15rem 1.65rem;
	margin: 0;
	position: relative;
	z-index: 2;
	
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
.main_nav ul div.row.primary .column a h3 small {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
	color: #82B725;
	display: inline-block;
	padding: 0.35rem;
	
	position: absolute;
	left: 50%;
	top: -0.65rem;
	
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;	
}
.main_nav ul div.row.primary .column a:hover h3 small, .main_nav ul div.row.primary .column a:focus h3 small {
	background: #82B725 !important;
	color: #FFFFFF;	
}
.main_nav ul div.row.primary .column a span {
	position: absolute;
	z-index: 1;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	background-attachment: scroll;
	background-repeat: no-repeat;
	
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
	
	opacity: 0.18;
	-webkit-filter: grayscale(1); /* Old WebKit */
	filter: grayscale(1);
}
.main_nav ul div.row.primary .column a:hover h3, .main_nav ul div.row.primary .column a:focus h3 {
	background: #363535;
	background: rgba(54,53,53,0.85);
}
.main_nav ul div.row.primary .column a:hover span, .main_nav ul div.row.primary .column a:focus span {
	opacity: 1;
	-webkit-filter: grayscale(0); /* Old WebKit */
	filter: grayscale(0);	
}



/*
font-family: 'Cormorant Garamond', serif; 300,300i,400,400i,500,500i,600,600i,700,700i

Text - #363535 / 54,53,53
Green - #005D42 / 00,93,66
Brown - #A9783E / 169,120,62
Light Green - #82B725 / 130,183,37
Tan - #E8D3AD / 232,211,173

Grayish - #BFB4AA / 191,180,170
Light Tan - #FAF1DA / 250,241,218
*/



.main_nav ul li .dropdown div.row.secondary .column {
	height: auto;
	border-right: 1px solid #E2DDD8;
	border-right: 1px solid rgba(232,211,173,0.35);
}
.main_nav ul li .dropdown div.row.secondary .column:last-child {
	border-right: none;
}

.main_nav ul li .dropdown div.row.secondary .column a {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 1.65rem 0.85rem;
	background: #E8D3AD;
	
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #005D42 !important;
	font-size: 1.35rem;
	line-height: 1;
	display: block;
	text-align: center;
	
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;	
}
.main_nav ul li .dropdown div.row.secondary .column a:hover, .main_nav ul li .dropdown div.row.secondary .column a:focus {
	color: #82B725;
}
.main_nav ul li .dropdown div.row.secondary .column a.shop_all, .main_nav ul li .dropdown div.row.secondary .column a.shop_all {
	color: #E8D3AD !important;
    background: #005D42 !important;
}
.main_nav ul li .dropdown div.row.secondary .column a.shop_all:hover, .main_nav ul li .dropdown div.row.secondary .column a.shop_all:focus {
	color: #FFFFFF !important;
}


.main_nav ul div.row.primary .column a span.hammocks_rope {
	background-image: url(../img/navigation/hammocks-rope.jpg);
}
.main_nav ul div.row.primary .column a span.hammocks_quilted {
	background-image: url(../img/navigation/hammocks-quilted.jpg);
}
.main_nav ul div.row.primary .column a span.hammocks_softweave {
	background-image: url(../img/navigation/hammocks-softweave.jpg);
}
.main_nav ul div.row.primary .column a span.hammocks_poolside {
	background-image: url(../img/navigation/hammocks-poolside.jpg);
}
.main_nav ul div.row.primary .column a span.hammocks_camping {
	background-image: url(../img/navigation/hammocks-camping.jpg);
}
.main_nav ul div.row.primary .column a span.hammocks_all {
	background-image: url(../img/navigation/hammocks-all.jpg);
}
.main_nav ul div.row.primary .column a span.hammocks_sunbrella {
	background-image: url(../img/navigation/hammocks-sunbrella.jpg);
}
.main_nav ul div.row.primary .column a span.swings_rope {
	background-image: url(../img/navigation/swings-rope.jpg);
}
.main_nav ul div.row.primary .column a span.swings_fabric {
	background-image: url(../img/navigation/swings-fabric.jpg);
}
.main_nav ul div.row.primary .column a span.stands_hammock {
	background-image: url(../img/navigation/stands-hammock.jpg);
}
.main_nav ul div.row.primary .column a span.stands_swing {
	background: url(../img/navigation/stands-swing.jpg);
}
.main_nav ul div.row.primary .column a span.curtains_grommet {
	background-image: url(../img/navigation/curtains-grommet.jpg);
}
.main_nav ul div.row.primary .column a span.curtains_tab {
	background-image: url(../img/navigation/curtains-tab.jpg);
}
.main_nav ul div.row.primary .column a span.rugs {
	background-image: url(../img/navigation/rugs.jpg);
}
.main_nav ul div.row.primary .column a span.pillows_hammock {
	background-image: url(../img/navigation/pillows-hammock.jpg);
}
.main_nav ul div.row.primary .column a span.pillows_decorative {
	background-image: url(../img/navigation/pillows-decorative.jpg);
}
.main_nav ul div.row.primary .column a span.furniture_adirondack {
	background-image: url(../img/navigation/furniture-adirondack.jpg);
}
.main_nav ul div.row.primary .column a span.furniture_coastal {
	background-image: url(../img/navigation/furniture-coastal.jpg);
}
.main_nav ul div.row.primary .column a span.furniture_deep_seating {
	background-image: url(../img/navigation/furniture-deep-seating.jpg);
}
.main_nav ul div.row.primary .column a span.furniture_rockers {
	background-image: url(../img/navigation/furniture-rockers.jpg);
}
.main_nav ul div.row.primary .column a span.furniture_tables {
	background-image: url(../img/navigation/furniture-tables.jpg);
}
.main_nav ul div.row.primary .column a span.furniture_dining_height {
	background-image: url(../img/navigation/furniture-dining-height.jpg);
}
.main_nav ul div.row.primary .column a span.furniture_counter_height {
	background-image: url(../img/navigation/furniture-counter-height.jpg);
}
.main_nav ul div.row.primary .column a span.furniture_bar_height {
	background-image: url(../img/navigation/furniture-bar-height.jpg);
}
.main_nav ul div.row.primary .column a span.accessories {
	background-image: url(../img/navigation/accessories.jpg);
}
.main_nav ul div.row.primary .column a span.accessories_replacement {
	background-image: url(../img/navigation/accessories-replacement.jpg);
}



@media screen and (max-width: 64.063em) {
.main_nav ul li {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
	/*border-bottom: 1px solid #BFB4AA;
	border-bottom: 1px solid rgba(191,180,170,0.35);*/
}
.main_nav ul li a {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	color: #005D42;
	text-decoration: none;
	font-size: 2.15rem;
	line-height: 1;
	padding: 0.35rem 0.85rem;
	/*pointer-events: none;*/
}

.main_nav ul li:hover, .main_nav ul li:focus {
	background: none;
}
.main_nav ul li a:hover, .main_nav ul li a:focus {
	color: #82B725 !important;
}	

.main_nav ul li div.row {
	opacity: 1;
	height: 0rem;
	display: block;
	position: relative;
	background: #363535;
	border-bottom: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.main_nav ul li div.row .column {
	opacity: 1;
	position: relative;
	height: 0rem;
	overflow: hidden;
	border-right: none;
}
.main_nav ul li:hover > div.row, .main_nav ul li:focus > div.row {
	pointer-events: auto;
	height: auto !important;
}
.main_nav ul li:hover > div.row .column, .main_nav ul li:focus > div.row .column {
	height: auto !important;
}
.main_nav ul div.row .column a h3 {
	display: inline-block;
	position: relative;
	margin: 2.35rem auto;
	background: #363535;
	background: rgba(54,53,53,0.65);
	z-index: 600;
	top: 50%;
	
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main_nav ul div.row .column a span {
	opacity: 1;
}
}

.main_nav a svg {
	fill: #005D42;
	display: inline-block;
	height: 2.15rem;
	width: auto;
	
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;	
}
.main_nav a svg:hover, .main_nav a svg:focus {
	fill: #82B725;
}

/***** ICON NAV *****/

.icon_nav {
	margin: 0rem;
	width: 10%;
	display: none;
	float: right;
	/*position: relative;*/
	z-index: 305;
}
 
.icon_nav ul {
	list-style: none;
	position: relative;
	z-index: 305;
	width: 100%;
	margin: 0rem;
	padding: 0rem;
	text-align: center;
}

.icon_nav ul li {
	/*position: relative;*/
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	color: #005D42;
	text-decoration: none;
	font-size: 1.65rem;
	line-height: 1;
	padding: 0.35rem 0.15rem;
	cursor: pointer;
}

.icon_nav {
	width: 85%;
	float: right;
}
.icon_nav ul {
	text-align: right;
}
.icon_nav ul li a {
	font-size: 2.15rem;
	line-height: 1;
	padding: 0.35rem 0.85rem;
	
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;	
}

.icon_nav ul li a svg {
	fill: #005D42;
	display: inline-block;
	height: 2.15rem;
	width: auto;
	
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;	
}
.icon_nav ul li a svg:hover, .icon_nav ul li a svg:focus {
	fill: #82B725;
}

@media screen and (max-width: 64.063em) {
.icon_nav {
	display: inline-block;
}
}

@media screen and (max-width: 40.063em) {
.icon_nav ul li a {
	padding: 0.35rem 0.65rem;
}
}


/*********************************** /MAIN MENU ***********************************/
/*********************************** MOBILE ICONS MENU ***********************************/



/*********************************** /MOBILE ICONS MENU ***********************************/
/*********************************** MOBILE MENU AREA ***********************************/

#MainMenuModal.mobile_menu {
	background: #363535;
	background: rgba(54,53,53,0.92);	
	margin: 0rem; 
	padding: 0rem;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.mobile_menu ul {
	margin: 0rem; 
	padding: 0rem;
	list-style-type: none;
	text-align: center;
}
.mobile_menu ul li {
	padding: 0.5rem 0rem;
}
.mobile_menu ul li a, .mobile_menu ul li a:visited {
	text-decoration: none;
	text-transform: uppercase;
	color: #BFB4AA; 
	padding: 0rem;
	font-size: 6.65vw;
	line-height: 1.35;
	display: block;
}
.mobile_menu ul li a:hover, .mobile_menu ul li a:focus {
	color: #82B725;
}
.mobile_menu ul li.current a {
	color: #82B725 !important;
	padding-left: 1rem;
}
 @media screen and (max-width: 40.063em) {
.mobile_menu {
	text-align: center;
} 
 }

.mobile_menu_inside {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.mobile_menu_inside ul li a {
    display: block!important;
    width: 100%;
}

   

/*********************************** /MOBILE MENU AREA ***********************************/
/*********************************** SIDE MENU ***********************************/


.side_menu {
	margin-bottom: 1.65rem;
}
.side_menu:last-of-type {
	margin-bottom: 0rem;
}
.side_menu h2 {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	color: #005D42;
	line-height: 1.15;	
	font-size: 1.85rem;
	text-transform: uppercase;
	margin-bottom: 0.85rem;
	padding-bottom: 0.96rem;
	border-bottom: 2px solid #CACACA;
	border-bottom: 2px solid rgba(200,200,200,0.65);
}

.side_menu ul {
	margin: 0rem; 
	padding: 0rem;
	list-style-type: none;
}
.side_menu ul li {
	padding: 0.5rem 0rem;
}
.side_menu ul li a, .side_menu ul li a:visited {
	text-decoration: none;
	color: #363535; 
	padding: 0rem;
	font-size: 1.15rem;
	line-height: 1.15;
	display:block;
}
.side_menu ul li a:hover, .side_menu ul li a:focus {
	color: #A9783E;
}
.side_menu ul li.current a {
	color: #005D42 !important;
	padding-left: 1rem;
	background: url(../img/menu/green-arrow.png) left center no-repeat;
}
 @media screen and (max-width: 40.063em) {
.side_menu {
	text-align: center;
} 
 }
 
 /**** SIDE MENU : ACCORDION ****/

.side_menu h3 {
	font-size: 1rem;
    text-decoration: none;
    color: #848484;
	cursor: pointer;
}
.side_menu h3:hover {
}
.side_menu ul ul {
	display: none;
	padding: 0rem 0rem 0.65rem 0rem;
}
.side_menu li.active ul {
	display: block;
}
.side_menu ul ul li a, .side_menu ul ul li a:visited {
	text-decoration: none;
	padding-left: 0.85rem;
	display: block;
	color: #393939;

	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.side_menu ul ul li a:hover {
    color: #F37800;
}

 
 

/*********************************** END SIDE MENU ***********************************/
/*********************************** HORZ MENU ***********************************/


.horz_menu {
	margin-bottom: 1.65rem;
	text-align: center;
}
.horz_menu ul {
	margin: 0rem; 
	padding: 0rem;
	list-style-type: none;
}
.horz_menu ul li {
	padding: 0.5rem 1.65rem;
	display: inline-block;
	border-right: 2px solid #CCCCCC;
}
.horz_menu ul li:last-of-type {
	border-right: none;
}
.horz_menu ul li a, .horz_menu ul li a:visited {
	text-decoration: none;
	text-transform: uppercase;
	color: #363535; 
	padding: 0rem;
	font-size: 1.15rem;
	line-height: 1.15;
	display: block;
}
.horz_menu ul li a:hover, .horz_menu ul li a:focus {
	color: #82B725;
}


/*********************************** END HORZ MENU ***********************************/
