div.contact {
    background: #a0c13b;
    color: #000;
}
ul.pfe li {
    display: flex;
}

.pfe a {
    color: #00504c;
}

.socialMedia a {
    text-align: center;
}

.contact .large-4.columns:first-child {
    border-right: solid 1px #ffffff4a;
        text-align: left;
}

.contact .title, .contact .address {
    display:  inline-block;
    
    vertical-align: top;
    padding: 10px 0;
}

#footer > div.contact > div > div.small-12.large-3.columns > div.sub-head-info {
    margin-top: 15px;
}

.fa-address-book:before {
    font-family: FontAwesome;
}

span.fa-address-book {
    font-size: 30px;
    padding-right: 10px;
}

span.title_contact {
    padding-left: 10px;
    font-size: 20px;
}

.address ul, .pfe {
    list-style-type: none;
    margin: 0;
    font-weight: bold;
    text-align:  left;
    width: 138px;
}

.sub-head-info ul {
    display: inline-block;
    width: 33.3334%;
    vertical-align: top;
    padding: 10px 0;
}

ul.pfe:nth-child(2) li {
    padding-left: 15px;
}

ul.socialMedia {
    list-style-type:  none;
    margin: 0 auto;
    /* padding: 10px 0; */
}

ul.socialMedia li {
    display:  inline;
}

.socialMedia span {
    background: #fff;
    color: #4a4444 !important;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 26px !important;
    margin: 2px 5px;
    padding-top: 8px !important;
}

.socialMedia span:hover {
    color: #fff !important;
    background: #4a4444 !important;
}

.large-4, .large-8 {
    text-align: left;
}

div#subpage-main {
    width: 100%;
}





@media only screen and (min-width: 880px)  {
ul.socialMedia {
    /* padding: 20px 0; */
}
}

@media only screen and (max-width: 950px)  {
   .contact .title {
    /* display: none; */
}
}

@media only screen and (max-width: 900px)  {
    div#subpage-main {
    display: block;
}
#subpage-sidebar, #subpage-content {
    display: block !important;
}
.title {/* display: none !important; */}

.pfe:nth-child(2) {
    /* display: none; */
}

}

@media only screen and (max-width: 768px)  {

    .contact .large-4.columns:first-child {
    border-right: none;
    text-align: center;
}



.contact .address {
    margin-top: 10px;
}



.address ul {
    display:  block;
    text-align:  center;
    margin:  0 auto;
    width: 100%;
}


.contact .small-6.large-2.columns, #contact > div > div.small-6.large-8.columns {
    width: 100% !important;
}

.sub-head-info {
    width: 100%;
  }

.address ul {
    padding-left: 15px;
}

}



@media only screen and (max-width: 640px)  {
   
 .contact > div > div.small-6.large-8.columns > div:nth-child(1) {
    width: 70%;
}

.contact > div > div.small-6.large-8.columns > div:nth-child(2) {
    width: 30%;
}   

.sub-head-info:nth-child(2) {
    margin-top: 0;
}
}

.Contact-1 {
    width: 35%;
    float: left;
    border-right: solid 1px #ffffff4a;
}

.Contact-2 {
    width: 60%;
    float: left;
    margin-left: 40px;
}

@media only screen and (max-width:900px){

.Contact-1 {
    width: 40%;
    float: left;
    border-right: solid 1px #ffffff4a;
}

.Contact-2 {
    width: 55%;
    float: left;
    margin-left: 20px;
}

}
@media screen and (min-width: 800px){


.contact .title, .contact .address {


width:50%;
}

}

@media only screen and (max-width: 850px){
.Contact-1 {
    width: 45%;
}
.Contact-2 {

width: 50%;

}

}

@media only screen and (max-width: 750px) {
.Contact-1,.Contact-2,.sub-head-info {

width: 100%;


    width: 100%;
    display: flex;
    align-items: center;
    justify-content:space-around;

}

}



@media only screen and ( max-width:770px) {

.address ul, .pfe,.sub-head-info ul{

width:unset;

}


}