@media (min-width: 768px) {
  .widget-area-footer {
    margin: 30px auto;
    width: 100%;
    height: auto;
    display: grid;
		
    grid-template-columns: 50% 50%;
    grid-row: auto auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media (min-width: 995px) {
  .widget-area-footer {
    grid-template-columns: /*30% 30% 30% 30%;*/
32% 30% 32%
  }

/* Shifting featured images from the left to appear as centered */
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image, img.attachment-full.size-full.wp-post-image{
	display:block;
	margin-left: auto;
	margin-right: auto;
}
	
} 

.widget-area-footer{
	text-align: center;
}

body {
	background: rgba(212,229,170,1);
background: -moz-linear-gradient(left, rgba(212,229,170,1) 0%, rgba(220,234,190,1) 28%, rgba(255,255,255,1) 50%, rgba(220,234,190,1) 74%, rgba(220,234,190,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(212,229,170,1)), color-stop(28%, rgba(220,234,190,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(74%, rgba(220,234,190,1)), color-stop(100%, rgba(220,234,190,1)));
background: -webkit-linear-gradient(left, rgba(212,229,170,1) 0%, rgba(220,234,190,1) 28%, rgba(255,255,255,1) 50%, rgba(220,234,190,1) 74%, rgba(220,234,190,1) 100%);
background: -o-linear-gradient(left, rgba(212,229,170,1) 0%, rgba(220,234,190,1) 28%, rgba(255,255,255,1) 50%, rgba(220,234,190,1) 74%, rgba(220,234,190,1) 100%);
background: -ms-linear-gradient(left, rgba(212,229,170,1) 0%, rgba(220,234,190,1) 28%, rgba(255,255,255,1) 50%, rgba(220,234,190,1) 74%, rgba(220,234,190,1) 100%);
background: linear-gradient(to right, rgba(212,229,170,1) 0%, rgba(220,234,190,1) 28%, rgba(255,255,255,1) 50%, rgba(220,234,190,1) 74%, rgba(220,234,190,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e5aa', endColorstr='#dceabe', GradientType=1 );
}

/* change all borders */
* {
  border-color: #c95c9b !important;
}

/* remove widget bottom border */
.widget {
border-bottom: 0 ;
}

/* widget titles */
.widget-title {
background-color: #c95c9b;
color: #FFFFFF;

}

.menu-toggle, .main-navigation.toggled > div > ul {
	color: #FFF
}

#contact-form-3 > form > p > input.pushbutton-wide {
	color: #FFF;
}

.contact-form label span {
	color: #c95c9b;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	background-color: #FFF;
}

/* Increase the font size of social media icons */
.site-footer .jetpack-social-navigation-svg li a {
	font-size: 20px;
}

/* Remove social icons text at the bottom of the site */
.site-footer .jetpack-social-navigation-svg .screen-reader-text {
	display: none;
}

/* Increase the size of social media icons at the bottom of the site*/
.icon.icon-facebook, .icon.icon-instagram, .icon.icon-twitter, .icon.icon-youtube {
	font-size: 40px;
}