/* hidden */
/*
.t-main__content-title.mb-4
{
	display: none;
}*/

#category
{
	margin-top: 20px;
}

.row + .row {
	margin-top: 30px;
}

.gr_home_header_phone {
	position: relative;
    width: 100%;
    text-align: end;
	top: 0px;
    right: 15px;
    margin: -33px 33px 0px 0px;
    font-weight: bold !important;
}

.giftbold
{
font-weight: 700 !important;
}

#bottomEspot,
#giftRegistryForms {
	display: none;
}

.overlay-component {
	position: absolute;
}

.hero-row .overlay-component {
	position: absolute;
	bottom:0;
	padding: 50px 0px 0px 0px;
	height: 100%;
	display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
	text-align: center;
}

.screen-sm .hero-row .overlay-component {
	width: 100%;
	top: 5%;
	right: 0;
}

.font-weight-bold {
    font-weight: 550;
	font-size: 39px;
}

.hero-row .overlay-component h2 {
	width:100%;
	font-size: 36px;
	text-transform: capitalize;
	font-weight: bold;
}

.body-row {
	font-size: 20px;
	text-transform: capitalize;
}

.hero-row .overlay-component .hero-nav-component {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 40px;
	padding: 0 !important;
}

.hero-row .overlay-component .hero-nav-component li {
	list-style-type: none;
	background-color: rgba(255,255,255,0.4);
	padding:25px 25px;
	margin: 0 15px;
}

.hero-row .overlay-component .hero-nav-component li .wrapper {
	background-color: rgba(255,255,255,0.8);
	padding: 25px 25px;
}


.callouts-row > div .wrapper {
	border: 1px solid #CCC;
	padding: 40px;
}

.callouts-row > div .wrapper .row > div:nth-child(2) {
	padding-right: 0;
	padding-left: 15px;
}

.callouts-row > div .wrapper h4,
.gc-row .overlay-component h4 {
	font-size: 2.3em;
}

.callouts-row > div .wrapper p,
.gc-row .overlay-component p {
	font-size: 1.2em;
}

.callouts-row > div:nth-child(1) {
	padding-left: 0;
	padding-right: 15px;
}

.callouts-row > div:nth-child(2) {
	padding-right: 0;
	padding-left: 15px;
}

.gc-row .overlay-component {
	top: 15%;
	right: 10%;
}

.screen-md .gc-row .overlay-component,
.screen-sm .gc-row .overlay-component {
	right: 8%;
}



@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 999px) 
and (orientation : landscape) { 
	.hero-row .overlay-component {
		bottom: 7%;
		padding: 0px 0px 0px 0px;
		left: 0;
		width: 100%;
	}

	.gc-row .overlay-component {
		top: 16%;
		right: 8%;
	}

	.hero-nav-component {
		padding-left: 55px;
	}

	.hero-row .overlay-component .hero-nav-component li {
      
        padding: 8px;
	}
	.hero-row .overlay-component .hero-nav-component li .wrapper {
		
		padding: 15px;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	.hero-row .overlay-component {
		bottom: 8%;
		left: 0;
		width: 100%;
	}

	.hero-row .overlay-component .hero-nav-component li h4 {
		font-size: 1.5em;
	}

	.hero-row .overlay-component .hero-nav-component li,
	.hero-row .overlay-component .hero-nav-component li .wrapper {
		padding:15px;
	}

	.callouts-row > div .wrapper h4,
	.gc-row .overlay-component h4 {
		font-size: 1.85714em;
	}

	.callouts-row > div .wrapper p,
	.gc-row .overlay-component p {
		font-size: 1em;
	}

	.gc-row .overlay-component {
		right: 5% !important;
	}
}

.personal-gifts-container,
.housewarming-gifts-container,
.wedding-gifts-container {
	display: none !important;
}



@media (min-width: 988px) {

	
	
}

/* Only Desktop */
@media (min-width: 769px) {
	.font-weight-bold {
		font-weight: 550;
		font-size: 25px;
	}

	.btn.btn-tertiary
	{
		font-size: 14px;
	}
	
	.hero-row .overlay-component h2 {
		width:100%;
		font-size: 25px;
		text-transform: capitalize;
		font-weight: bold;
	}
	
	.body-row {
		font-size: 12px;
		text-transform: capitalize;
	}
	
	.hero-row .overlay-component .hero-nav-component {
		width: 100%;
		display: flex;
		justify-content: center;
		gap: 15px;
	}
	
	.hero-row .overlay-component .hero-nav-component li {
		list-style-type: none;
		background-color: rgba(255,255,255,0.4);
		padding:15px 15px;
		
	}

}


/* Only mobile */
@media (max-width: 768px) {

	.gr_home_header_phone
	{
		display: none;
	}

	.c-page-header
	{
		display: none;
	}

	.hero-row .overlay-component .hero-nav-component li
	{
		max-width: 100%;
		padding: 0px;
		margin:0px;
	}

	.m-responsive-template {
		margin-bottom: 15px;
	}

	.hero-row .overlay-component h2 {
		font-size: 21px !important;
	}
	
	.body-row {
		font-size: 14px !important;
	}

	.hero-row .overlay-component .hero-nav-component {
		flex-wrap: wrap;
		margin: 20px 0px 60px;
		padding: 0 !important;
	}

	.gc-row .overlay-component h4,
	.callouts-row h4 {
	font-size: 1.2em !important;
	font-weight: bold;
	}

	#categoryHeader {
		display: none;
	}

	.row + .row {
		margin-top: 15px;
	}

	.hero-row .overlay-component {
		position: relative;
		bottom: -10px;
	
	}

	.hero-nav-component {
		margin-bottom:0;
	}

	.hero-row img {
        position: absolute;
        left: 0;
        
    }

	.hero-row .overlay-component li .wrapper:after,
	.callouts-row div:first-of-type .wrapper:after {
		content: "";
		background-color: #CCC;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		height: 1px;
		width: 0%;
	}

	.tips-text {
		margin-bottom:20px;
	}

	.giftbold {
		text-decoration: underline !important;
	}

	.benefits-text {
		margin-top:20px;
	}

	.hero-row .overlay-component li h4 {
		font-size: 19px;
		margin-bottom: 0;
	}

	.callouts-row > div .wrapper {
		border: none;
	}

	.callouts-row > div,
	.gc-row > div {
		padding: 0;
	}

	.callouts-row > div .wrapper p,
	.gc-row .overlay-component p {
		margin-top: 5px;
		font-size: 1em;
	}

	.callouts-row > div .wrapper .row > div:nth-child(2) {
		padding-left: 0;
		text-align: center;
	}

	.callouts-row > div .wrapper,
	.gc-row > div .wrapper {
		padding: 0 40px;
	}

	.gc-row .overlay-component {
		position: static;
		width: 100%;
		text-align: center;
	}

	.c-breadcrumb + h1 {
		display: none;
	}
    
}