/* Social Post */
.social-post { margin: 40px auto; }
@media only screen and (max-width: 1023px) { .social-post { margin: 30px auto; } }
@media only screen and (max-width: 767px) { .social-post { display: none; } }

.social-post-heading { text-transform: uppercase; color: #434343; font-family: "Lato Bold", sans-serif; font-size: 18px; line-height: 22px; text-align: center; position: relative; padding-bottom: 20px; margin-bottom: 20px; }
@media only screen and (max-width: 1023px) { .social-post-heading { font-size: 16px; line-height: 20px; } }
@media only screen and (max-width: 767px) { .social-post-heading { font-size: 14px; line-height: 18px; } }
@media only screen and (max-width: 767px) { .social-post-heading { padding-bottom: 10px; } }
.social-post-heading:before { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; overflow: hidden; text-indent: -9999px; line-height: 0; font-size: 0; position: absolute; top: auto; right: auto; bottom: 0; left: 50%; content: ''; border-bottom: 2px solid #027fa9; width: 14px; height: 0; margin: 0 0 0 -7px; }

.social-post-list { display: table; table-layout: fixed; width: 100%; text-align: center; }

.social-post-item { position: relative; display: table-cell; width: 25%; padding: 15px 50px 30px; }
@media only screen and (max-width: 1023px) { .social-post-item { padding: 10px 30px 30px; } }
.social-post-item:before { position: absolute; top: 0; right: 10px; bottom: 0; left: 10px; content: ''; z-index: -1; border: 2px solid #f1eff0; }

.social-post-item-facebook:hover:before { border-color: #4862a3; }

.social-post-item-twitter:hover:before { border-color: #55acee; }

.social-post-item-instagram:hover:before { border-color: #282425; }

.social-post-item-pinterest:hover:before { border-color: #c72527; }

.social-post-icon { display: inline-block; }

.social-post-icon-facebook { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; overflow: hidden; text-indent: -9999px; line-height: 0; font-size: 0; width: 10px; height: 22px; background: url("../images/sprites/socialpost.png") -19px -22px no-repeat; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi) { .social-post-icon-facebook { background-size: 51px 44px; background-image: url("../images/sprites/socialpost2x.png"); } }

.social-post-icon-twitter { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; overflow: hidden; text-indent: -9999px; line-height: 0; font-size: 0; width: 29px; height: 22px; background: url("../images/sprites/socialpost.png") 0px 0px no-repeat; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi) { .social-post-icon-twitter { background-size: 51px 44px; background-image: url("../images/sprites/socialpost2x.png"); } }

.social-post-icon-instagram { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; overflow: hidden; text-indent: -9999px; line-height: 0; font-size: 0; width: 22px; height: 22px; background: url("../images/sprites/socialpost.png") -29px 0px no-repeat; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi) { .social-post-icon-instagram { background-size: 51px 44px; background-image: url("../images/sprites/socialpost2x.png"); } }

.social-post-icon-pinterest { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; overflow: hidden; text-indent: -9999px; line-height: 0; font-size: 0; width: 19px; height: 22px; background: url("../images/sprites/socialpost.png") 0px -22px no-repeat; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi) { .social-post-icon-pinterest { background-size: 51px 44px; background-image: url("../images/sprites/socialpost2x.png"); } }

.social-post-title { min-height: 35px; margin: 5px 0; line-height: 1.2; text-align: left; font-size: 12px; word-wrap: break-word; }
@media only screen and (max-width: 1023px) { .social-post-title { min-height: 42px; } }
.social-post-title a { -webkit-transition: color 0.1s ease; -moz-transition: color 0.1s ease; -ms-transition: color 0.1s ease; transition: color 0.1s ease; text-decoration: none; color: #434343; font-family: "Lato Regular", sans-serif; font-size: 12px; line-height: 16px; text-transform: none; text-transform: capitalize; }
.social-post-title a:hover { color: #838383; }

.social-post-ibox { display: block; position: relative; padding-bottom: 100%; background-size: contain; background-position: bottom center; background-repeat: no-repeat; }
@media only screen and (max-width: 1023px) { .social-post-ibox { margin: -20px 10px 0; } }

.social-post-date { position: absolute; top: auto; right: auto; bottom: 0; left: 0; width: 100%; padding: 6px; font-family: "Lato Regular", sans-serif; font-size: 12px; }

/* EO Social Post */
