footer .light {
    background: #F2F2F2;
}

body footer.site-footer {
    padding: 0px;
}

footer .row {
    width: 100%;
}
footer .grey {
    background: #E6E7E9;
}

/* Instagram */

div.easy-instagram-thumbnail-author, .easy-instagram-thumbnail-caption {
	display: none;
}

.easy-instagram-thumbnail-wrapper { 
	display:inline-block;
	color:transparent;
/* 	float: left; */
	width: 125px;	
	height: 125px;
}

.easy-instagram-thumbnail-wrapper img {
	width: 100% !important;
	height: 125px !important;
}

.easy-instagram-container{
	height:125px;
	width:auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}



#wrapper-footer-full {
	color: transparent;
	background: #F7F7F7;
	padding: 0px;
}

footer .grey, footer .light {
    height: 150px;
    padding: 0;
    margin: 0;
}

footer .col-xs-6 {
    padding: 0;
    margin: 0;
}
footer {
	font-size: .7em;
}

footer .footer_bottom {
    background: #D6E4EF;
    min-height: 200px;
    width: 100%;
    padding-top: 7%;
    color: #626365;
}

.footer_bottom .gutter {
    font-size: 1.4em; 
}

.footer_bottom a {
    color: #626365;
}

.footer_bottom h1 {
    color: white;
    text-align: center;
}

div.footer_bottom  div.container > div.col-md-4 {
    width: 40%;
    margin-right: 5%;
}

div.footer_bottom div.container  div.col-md-8 {
    width: 55%;
}

.footer_bottom > .row > div:nth-child(1),
.footer_bottom > div.row > div:nth-child(2) {
    border-bottom: 1px solid black;
    height: 200px;
    margin-bottom: 10px;
}

footer .footer_bottom > .row {
    width: 1200px;
    margin:0 auto;
}

body:not(.custom-background-image):after {
    display: none;
}

.footer_bottom div.col-md-9 {
	font-size: 13px;
}

.footer_bottom .input-group .form-control {
	width: 250px;
}

.footer-menu li {
	float: none;
	display: block;
	text-transform: uppercase;
	line-height: 30px;
	font-size:14px;
}
 
.footer_bottom .fa-search {
	padding: 0px;
    height: initial;
    margin-right: 0px !important;
}

body .footer_bottom .input-group input {
    width: 200px;
    border-right: 0px;
}

body .footer_bottom .input-group span {
    width: 30px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    float: left;
}

body > img:nth-last-child(1) {
	display: none;
}

#wrapper-footer {
	padding-bottom: 0px;
}


body .footer_bottom button {
    font-size: 15px;
    font-weight: bold;
    border-left: 0px;
    height: 31px; 
    float: left; 
    width: 30px;
    border-top-right-radius: 3.5px;
    border-bottom-right-radius: 3.5px;
    color: black;
}

body .footer_bottom .fa {
    margin-right: 15px;
}

div.footer_bottom div div:nth-child(5) {
    font-size: 1em;
}

/* J.'s Additions */
.footer_background {
	background: #D6E4EF;
	clear: both; 
}
 
@media (min-width: 950px) and  (max-width: 1100px) {
    .footer_bottom .input-group .form-control {
        width: 190px;
    }
}

@media (max-width: 950px) {
    div.footer_bottom  div.container > div {
        width: 100% !important;
        clear: both;
        text-align: center;
    }
    
    .footer-menu {
        width: 30%;
        float: left;
    }
    
    div.footer_bottom .gutter:nth-last-child(2) {
        font-size: 1.4em;
        border-top:1px solid black;
        padding-top: 1em;
    }
    
    .row.mobile_center {
        margin: 0px;
    }
    
    .footer_links {
        padding-left: 4em;
        border: 0px !important;
    }
    
    div.footer_background div.col-md-4.col-sm-12 {
        height: auto !important;
        padding-bottom: 1em;
    }
    
    body .gutter {
        margin-bottom: 0px;
    }
    
    .separator {
        display: none;
    }
    
    body .footer_bottom .input-group .form-control {
        width: 90%;
    }
}

@media (max-width: 374px) {
    body .footer_bottom .input-group .form-control {
        width: 81% !important;
    }
}

@media (max-width: 450px) {
    body .footer_bottom .input-group .form-control {
        width: 86%;
    }
    
    .social-row {
        max-width: 70%;
        margin: 0 auto;
    }
    
    .footer_bottom .row > div {
        width: 100% !important;
        text-align: center;
    }
    
    .footer_links {
        height: auto !important;
        margin-left: -18px;
    }
    
    .footer_links ul {
        padding: 0px;
    }
    
    .input-group {
        margin: 0 auto;
     /*   width: auto !important; */
    }
    
    div.footer_background div.col-md-4.col-sm-12 {
        height: 210px;
    }
}
