/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

#instafeed-load-btn {
	display: block;
	margin:0 auto;
	background-color: rgba(0, 0, 0, 0.2);
	text-align: center;
	color: #fff;
	font-size: 16px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

  #instafeed-load-btn:hover {
	background-color: #DAACB0;
	color: #000;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.navbar .navbar-nav .nav-item-two-lines a > div {

	flex-direction: column;
}

.navbar .navbar-nav .nav-item-two-lines a div > * {
	text-align: center;
    align-self: center;
}

.primary-menu.navbar-line-under-text ul.navbar-nav > li.nav-item-two-lines > a:not(.btn):after {
	bottom: 0;
}

.fs-7 {
	font-size: 0.85rem
}

.fs-8 {
	font-size: 0.6rem
}