/*
Theme Name: Healthy Stuff n Junk
Author: Stuck in Wonder
Author URI: http://www.stuckinwonder.com
Description: This is a bare bones Bootstrap 3.1.1 Theme for Wordpress.
Version: 2.0
License: GNU General Public License v2 or later
*/

/* --// GENERAL STYLES START //--
--------------------------------- */

/* ...| GENERAL STYLES: Fonts |... */
html {
	-webkit-font-smoothing: antialiased;
}

body {
	color: #6c6c6c;
	font-family: 'Droid Serif', serif;
	font-size: 15px;
	line-height: 23px;
}

a {
	color: #e53c51;
	transition: all 250ms linear;
}
a:hover {
	color: #ed7685;
	text-decoration: none;	
}

h1, h2, h3, h4, h5 {
	font-family: 'Alegreya', serif;
	color: #4c4c4c;
}
.h3, h3 {
    font-size: 23px;
}

/* ...| GENERAL STYLES: BUTTONS |... */
a.btn.btn-default {
    color: #FFF;
    background-color: #e53c51;
    border-color: #e53c51;
}
a.btn {
    padding: 15px 30px;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 0px;
    border: 2px solid transparent;
}
a.btn.btn-default:hover {
    color: #e53c51;
    background-color: transparent;
    border-color: #e53c51;
}

/* ...| GENERAL STYLES: Images |... */
.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.alignnone, img.alignnone {
}

@media (max-width:320px) {
	.alignleft, img.alignleft {
		display: block;	
		float: none;
		margin: 0 auto 20px;
	}
}

/* ...| GENERAL STYLES: Captions |... */
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}

/* ...| GENERAL STYLES: Blockquotes |... */
blockquote {
    border-left: 5px solid #e53c51;
    font-size: 14px;
    color: #999;
    font-style: italic;
    padding: 0px 25px 0px 30px;
    margin: 20px 20px 30px;
}
blockquote p {
	position: relative;
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0';
	color: #4c4c4c;	
}
blockquote p::before {
    content: '\201C';
    font-size: 40px;
    position: absolute;
    top: 2px;
    left: -21px;
	color: #ddd;
}
blockquote p::after {
    content: '\201D';
    font-size: 40px;
	position: absolute;
	bottom: -3px;
	color: #ddd;
}
blockquote footer {
	background: none;
	color: #4c4c4c;	
}
cite {
    font-size: 11px;
    margin-bottom: 30px;
	color: #e53c51;
}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

/* ...| GENERAL STYLES: Wells |... */
.well {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* --// GENERAL STYLES END //--
------------------------------- */

/* ...| HEADER |... */
header, .header {
	background-color: #fff;
	border-bottom: none;
	margin-bottom: 0px;
	height: 60px;
    position: fixed;
	top: 0px;
    z-index: 1000;
    width: 100%;
	border-bottom: 1px solid #f5f5f5;
}
.logged-in header, .logged-in .header {
	top: 32px;	
}
.header + * {
    margin-top: 140px;
}
.page-template-page-home .header {
	top: inherit;	
}
.page-template-page-home .header + *{
	margin-top: 0;	
}

/* ...| MAIN MENU |... */
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: none;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #e53c51;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a:hover {
	color: #e53c51;
	background-color: #f5f5f5;
}
.navbar-default .navbar-nav > li > a {
	margin-left: 3px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #e53c51;
    background-color: transparent;
}
.dropdown-menu > li > a {
    padding: 10px 20px;
    color: #4c4c4c;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #e53c51;
}
@media (min-width: 768px){
	.navbar-header {
		margin-top: 5px;
	}
	.navbar-collapse.collapse span.sub-arrow {
		display: none;
	}
}
@media (max-width: 768px){
	.nav > li > a {
		padding: 10px 5px;
		font-size: 13px;
	}
	.col-sm-offset-3 {
		margin-left: 0%;
	}
	.navbar-collapse.collapse span.sub-arrow {
		margin-right: 3px;
	}

	.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
		display: none;	
	}
}
@media (max-width: 767px){
	.navbar-collapse {
		background: #fff;
	}
}

/* ...| HOME: About us |... */
.about-us {
	background-image: url(images/balls.jpg);
	background-position: 50% 80%;
	background-size: cover;
    position: static;
	padding: 230px 0;
}
.about-us p {
	text-align: center;
	font-size: 45px;
    line-height: 55px;
	margin: 0;
}
.about-us .centered-content {
	text-align: center;
	padding-top: 100px;
    padding-right: 60px;
    padding-bottom: 100px;
    padding-left: 60px;
    background-color: rgba(255,255,255,0.8);
}
a.btn.btn-default.featured {
    color: #e53c51;
    background-color: transparent;
    border-color: #e53c51;
}
a.btn.featured {
    padding: 15px 30px;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 0px;
	border: 2px solid transparent;
}
a.btn.btn-default.featured:hover {
    color: #fff;
    background-color: #e53c51;
    border-color: #e53c51;
}

@media (max-width:414px) {
	.about-us .centered-content {
		text-align: center;
		padding-top: 60px;
		padding-right: 30px;
		padding-bottom: 60px;
		padding-left: 30px;
	}	
	.about-us p {
		font-size: 25px;
		line-height: 35px;
	}
}

/* ...| HOME: Our stuff |... */
.our-stuff {
    background: #f5f5f5;
    padding: 20px 0 40px;
    text-align: center;
}
.home-products {
    margin-top: 28px;
}
.home-products h3 {
    color: #e53c51;
}
.product-img img {
    width: 100%;
}

/* ...| HOME: Latest News & Meet the Team |... */
.box img {
    max-width: 100%;
    height: auto;
}
.news-team {
    background: #fff;
	padding: 20px 0;
}
.news-excerpt {
    margin-bottom: 25px;
}
.news-team .box h3 {
	text-align: left;
	color: #e53c51;
	border-bottom: 1px solid #ececec;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.news-team img.size-post-thumbnail {
    border-radius: 75px;
	padding: 3px;
	border: 2px dotted #e53c51;
	margin-bottom: 12px;
	max-width: 100%;
    height: auto;
}
.news .post-thumbnail {
    margin-bottom: 15px;
}

/* ...| Meet the team |... */
.box.ebook {
	text-align: center;
}

/* ...| Meet the team |... */
.meet-the-team .profile {
    margin-bottom: 15px;
}
.meet-the-team img {
    border-radius: 75px;
	padding: 3px;
	border: 2px dotted #e53c51;
	display: block;
	margin: 0 auto;
}
.meet-the-team h4, .meet-the-team h5, .meet-the-team p {
	text-align: center;	
}
.meet-the-team h4 {
	font-weight: 700;	
}
.meet-the-team h5 {
	color: #e53c51;	
}

/* ...| HOME: Testimonials |... */
.testimonials {
    background: #f5f5f5;
    padding: 20px 0 40px;
    text-align: center;
}
.testimonials h2.testimonial_rotator_slide_title {
	font-size: 24px;
	color: #e53c51;
}
.testimonials .testimonial_rotator.template-default .testimonial_rotator_author_info {
    border-left: none;
}
.testimonials .testimonial_rotator.template-default .testimonial_rotator_author_info p {
	border-left: solid 3px #ed7685;
	padding-left: 10px;
	display: inline-block;
}
.testimonials .testimonial_rotator_stars {
    display: inline-block;
}
.testimonials .testimonial_rotator_star {
    color: #e95466;
    font-size: 18px;
}

/* ...| HOME: Our clients |... */
.our-clients {
    background: #fff;
    padding: 20px 0 40px;
}
.our-clients h2, .our-clients p {
	text-align: center;	
}
.our-clients p {
	margin-bottom: 20px;	
}
.our-clients .logo_showcase .slick-slide img {
    border: none;
    height: auto;
	max-width: 300px;
}

/* ...| HOME: Instagram |... */
.instagram {
    background: #f5f5f5;
	padding: 5px 0 15px;
}
.instagram h2 {
	text-align: center;	
}

@media (max-width:414px) {
	#sb_instagram img {
		margin: 0 auto!important;
	}	
}

/* ...| SIDEBAR |... */
#sidebar .widget {
    margin-bottom: 40px;
}
#sidebar h3.widgettitle {
    padding-bottom: 15px;
    border-bottom: 2px solid #e53c51;
	margin-bottom: 20px;
	margin-top: 0;
}
#sidebar ul {
    list-style: none;
    padding: 0;
}
#sidebar ul li {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#sidebar ul li span.post-date {
    font-size: 12px;
    display: block;
}

#sidebar img {
	width: 100%;
	height: auto;	
}
#sidebar .widget_sp_image img {
    padding: 7px;
    background: #f5f5f5;
	margin-bottom: 30px;
}
#sidebar div#fb_feed {
    margin-bottom: 30px;
}

/* ...| Comments |... */
ul#recentcomments {
    list-style: none;
    padding: 0;
}
ul#recentcomments li {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

/* ...| Latest Posts |... */
#sidebar img.rpwe-alignleft.rpwe-thumb {
    max-width: 60px;
    max-height: 60px;
}
#sidebar .rpwe-thumb {
    border: 1px dotted #e53c51 !important;
    box-shadow: none !important;
    margin: 2px 10px 2px 0;
	border-radius: 75px;
    padding: 3px !important;
}
#sidebar .rpwe-block h3 {
    margin-top: 7px !important;
    font-size: 17px !important;
}
#sidebar .rpwe-time {
    color: #6c6c6c;
    font-size: 12px;
}

/* ...| Tag Cloud |... */
.tagcloud a {
	color: #9e9e9e;
}
.tagcloud a:hover {
	color: #e53c51;
}

/* ...| FOOTER |... */
.footer {
	background-image: url(images/baking3.jpg);
	background-position: 50% 77%;
	background-size: cover;
    position: static;
	color: #6c6c6c;
	padding: 30px 0;
	margin-top: 40px;
}
.home .footer {
	margin-top: 0px;
}
.footer ul {
	list-style: none;
	padding-left: 0px;	
}
.footer ul li {
	margin-bottom: 5px;	
}
.footer .social ul li {
	display: inline-block;
	margin-right: 10px;
}
.footer .social ul li a img {
	width: 24px;
	height: 24px;
	opacity: 0.8;
	transition: all 250ms linear;
}
.footer .social ul li a:hover img {
	opacity: 1;
}
.footer-logo img {
    text-align: left;
    margin: 23px auto 0;
}

/* ...| EVENTS |... */
ol.tribe-list-widget {
    padding-left: 0;
}
ol.tribe-list-widget h4.tribe-event-title {
	margin-bottom: 0px;	
	margin-top: 7px;
}
.tribe-events-list-widget .tribe-events-widget-link a {
	font-size: 13px !important;
    background-color: #e53c51;
    border: 2px solid #e53c51;
    color: #fff;
    padding: 10px 12px;
}
.tribe-events-list-widget .tribe-events-widget-link a:hover {
	color: #e53c51;
    background-color: transparent;
    border: 2px solid #e53c51;
}

/* ...| POST-FOOTER |... */
.post-footer {
    padding: 10px 0 0;
	background: #4c4c4c;
	font-size: 12px;
}
.copyright div {
    display: inline-block;
	color: #fff;
}
ul#menu-footer-menu {
    list-style: none;
    padding-left: 0px;
	margin-bottom: 5px;
}
ul#menu-footer-menu li a {
	color: #e95466;
}
ul#menu-footer-menu li a:hover {
	color: #ed7685;
}
.designer {
    float: right;
}
.designer i.fa.fa-heart {
	color: #ed7685;
}
.designer i.fa.fa-coffee {
	color: #DDB880;	
}

/* ...| PAGES: General stylings |... */
.category-news div#main-container, .single-post div#main-container,
.page div#main-container, .single div#main-container, .archive div#main-container {
    display: none;
}
.page .header-background h2, .single .header-background h2, .archive .header-background h2 {
	margin-left: 0px;
	margin-top: 55px;	
}
.page-img {
    display: block;
    padding-bottom: 25px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 25px;
    margin-bottom: 25px;
}
.page-img img {
	width: 100%;
	height: auto;
}

/* ...| PAGE: News |... */
.header-background {
    min-height: 99px;
	background-color: #f5f5f5;
	margin-bottom: 40px;
	margin-top: 60px;
}
.header-background h2 {
	margin-top: 45px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.excerpt-content {
    overflow: auto;
    margin-bottom: 20px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 10px;
}
.excerpt-content:last-of-type { 
	border-bottom: none;
}
.excerpt-content h2 {
	margin-top: 0px;
}
.excerpt-content .post-thumbnail img {
    border-radius: 100px;
    padding: 3px;
    border: 2px dotted #e53c51;
}
.news .wp-pagenavi {
	margin: 10px 0 10px 10px;	
}
.news .wp-pagenavi a {
    border: 1px solid #f5f5f5;
    color: #bbb;
	background: #f5f5f5;
}
.news .wp-pagenavi span.pages {
	display: none;	
}
.news .wp-pagenavi span.current {
	background: #e53c51;
	border: 1px solid #e53c51;
	color: #fff;
}
.post-meta {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
	font-size: 12px;
}
span.author {
	color: #e53c51;	
	font-style: italic;
}

/* ...| Comments |... */
#comments {
    background: #f5f5f5;
    padding: 5px 20px 10px;
	margin-top: 30px;
}
#comments h3#reply-title {
	margin-top: 10px;
	margin-bpttom: 20px;
}
#comments p.logged-in-as {
    font-size: 12px;
    display: inline-block;
    float: right;
}
#comments p.comment-form-comment label {
	display: block;
	font-weight: 300;
}
#comments textarea#comment {
    border: 1px solid #ddd;
    width: 100%;
	padding: 5px 8px;
}
#comments input#submit {
	background: #e53c51;
	border: 1px solid #e53c51;
	color: #fff;
	padding: 6px 15px;
	transition: all 250ms linear;	
}
#comments input#submit:hover {
	background: transparent;
	border: 1px solid #e53c51;
	color: #e53c51;	
}
#comments h2.comments-title {
    margin-bottom: 20px;
}
#comments ol.comment-list {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}
#comments .comment-author.vcard img {
    border-radius: 75px;
    padding: 3px;
    border: 1px dotted #e53c51;
	margin: 0 10px 10px 0;
}
#comments .comment-meta.commentmetadata {
    font-size: 12px;
}
#comments a.comment-reply-link {
	background: #e53c51;
	border: 1px solid #e53c51;
	color: #fff;
	padding: 4px 12px;
}
#comments a.comment-reply-link:hover {
	background: transparent;
	border: 1px solid #e53c51;
	color: #e53c51;	
}

/* ...| PAGE: EVENTS |... */
.archive #tribe-events-bar {
    margin-top: 20px;
}
.archive #tribe-bar-form #tribe-bar-views+.tribe-bar-filters {
    background: #f5f5f5;
}
.archive #tribe-bar-form.tribe-bar-mini #tribe-bar-views, .archive .tribe-bar-views-inner, .archive #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    background: #fad8dc;
}
.archive #tribe-bar-form .tribe-bar-submit input[type=submit] {
    background: #e53c51;
	transition: all 250ms linear;
}
.archive #tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
    background: #ed7685;
}
.archive #tribe-bar-form.tribe-bar-mini label {
    color: #e53c51;
    font-size: 12px;
}
.archive .tribe-events-notices {
    background: #fad8dc;
    border: 1px solid #ed7685;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #e53c51;
}
.archive .tribe-events-calendar thead th {
    background-color: #4c4c4c;
    border-left: 1px solid #4c4c4c;
    border-right: 1px solid #4c4c4c;
}
.archive #tribe-events .tribe-events-button, .archive #tribe-events .tribe-events-button:hover, .archive #tribe_events_filters_wrapper input[type=submit], .archive .tribe-events-button, .archive .tribe-events-button.tribe-active:hover, .archive .tribe-events-button.tribe-inactive, .archive .tribe-events-button:hover, .archive .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .archive .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #e53c51;
}
.archive #tribe-events-content .tribe-events-tooltip h4, .archive #tribe_events_filters_wrapper .tribe_events_slider_val, .archive .single-tribe_events a.tribe-events-gcal, .archive .single-tribe_events a.tribe-events-ical {
    color: #e53c51;
}

/* ...| PAGE: EVENTS - Single |... */
.tribe-theme-healthystuffnjunk h1.tribe-events-single-event-title {
    font-size: 34px;
}
.tribe-theme-healthystuffnjunk .tribe-events-schedule {
    margin: 0em 0 1.5em;
}
.tribe-theme-healthystuffnjunk .tribe-events-schedule h2 {
    font-size: 20px;
	margin-top: 0;
	margin-bottom: 15px;
    color: #8c8c8c;
	font-weight: 400;
}
.tribe-theme-healthystuffnjunk.single-tribe_events .tribe-events-schedule .tribe-events-divider {
    display: none;
}
.tribe-theme-healthystuffnjunk.single-tribe_events span.tribe-events-cost {
    color: #e53c51;
	font-size: 24px;
	font-weight: 500;
}
.tribe-theme-healthystuffnjunk #tribe-events .tribe-events-button, .tribe-theme-healthystuffnjunk #tribe_events_filters_wrapper input[type=submit], .tribe-theme-healthystuffnjunk .tribe-events-button, .tribe-theme-healthystuffnjunk .tribe-events-button.tribe-active:hover, .tribe-theme-healthystuffnjunk .tribe-events-button.tribe-inactive, .tribe-theme-healthystuffnjunk .tribe-events-button:hover, .tribe-theme-healthystuffnjunk .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-theme-healthystuffnjunk .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #e53c51;
}
.tribe-theme-healthystuffnjunk #tribe-events .tribe-events-button:hover {
    background-color: #4c4c4c;
}

/* ...| PAGE: Price List |... */
.p-list {
    border-bottom: 1px solid #ececec;
    padding-bottom: 12px;
}
.p-list:last-of-type {
    border-bottom: none;
}
.list-img {
    display: inline-block;
    float: right;
}
.list-img img {
    border-radius: 75px;
    padding: 3px;
    border: 2px dotted #e53c51;
	margin-top: 20px;
	margin-left: 15px;
}
p.price {
	color: #e53c51;
	font-size: 17px;
	margin-bottom: 5px;
}
p.flavours {
    font-size: 14px;
    color: #9c9c9c;
}
.product-list-gallery {
	margin: 20px 0;
}
p.next {
    display: inline-block;
    float: right;
}

/* ...| PAGE: Contact Us |... */
.gform_wrapper .gfield_required {
    color: #e53c51 !important;
}
.gform_wrapper input, .gform_wrapper textarea {
	border: 1px solid #cfcfcf;	
}
.gform_footer .button.btn {
	border-radius: 0px;	
	background: #e53c51;
	border: 1px solid #e53c51;
	color: #fff;
	font-size: 15px;
	padding: 12px 30px;
	transition: all 250ms linear;	
}
.gform_footer .button.btn:hover {
	background: transparent;
	border: 1px solid #e53c51;
	color: #e53c51;	
}

/* ...| GALLERY |... */
.gallery {
    margin-left: -21px;
    margin-bottom: 21px;
    margin-bottom: 1.5rem;
}
.gallery .gallery-item {
    width: 23% !important;
	margin-right: 17px;
}
.gallery img {
	border: 2px dotted #e53c51 !important;
    border-radius: 100px !important;
	padding: 5px;
}
.gallery-item img {
	border: none;
	width: 100%;
	max-width: 180px;
	height: auto;
}
.ie8 .gallery {
	margin-left: 0;
	background:red;
}
.gallery-item {
    position: relative;
    float: left;
    text-align: center;
    margin: 0 0 21px;
    margin: 0 0 1.5rem;
    padding: 0px;
}
.ie8 .gallery-item {
  padding: 0 21px;
}
.gallery-item:before {
    position: absolute;
    content:"";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.gallery-item a {
    position: relative;
    z-index: 1000;
}
.gallery-columns-1 > .gallery-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.gallery-columns-2 > .gallery-item {
    width: 50%;
}
.gallery-columns-3 > .gallery-item {
    width: 33.333%;
}
.gallery-columns-4 > .gallery-item {
    width: 25%;
}
.gallery-columns-5 > .gallery-item {
    width: 20%;
}
.gallery-columns-2 > .gallery-item:nth-of-type(2n + 1), .gallery-columns-3 > .gallery-item:nth-of-type(3n + 1), .gallery-columns-4 > .gallery-item:nth-of-type(4n + 1), .gallery-columns-5 > .gallery-item:nth-of-type(5n + 1) {
    margin-left: 0;
}
.gallery-columns-2 > .gallery-item:nth-of-type(2n), .gallery-columns-3 > .gallery-item:nth-of-type(3n), .gallery-columns-4 > .gallery-item:nth-of-type(4n), .gallery-columns-5 > .gallery-item:nth-of-type(5n) {
    margin-right: 0;
}
.ie8 .gallery-columns-2 > .gallery-item {
    width: 49%;
}
.ie8 .gallery-columns-3 > .gallery-item {
    width: 32.3%;
}
.ie8 .gallery-columns-4 > .gallery-item {
    width: 24%;
}
.ie8 .gallery-columns-5 > .gallery-item {
    width: 19%;
}
.gallery-caption {
    font-size: 14px;
    font-size: .875rem;
    /* 14px / 16 = .875 */
    margin-left: 0;
    padding: 8px 0;
    padding: .75em 0 0;
}
.gallery-caption > :last-child {
    margin-bottom: 0;
}
