/* Enter Your Custom CSS Here */

.btn-1 {float: left; margin-right: 10px; margin-top:8px;}
.btn-1 a { padding: 6px 15px;border-color: #044570; background-color: #2c7f9e; text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5); border-radius: 0.25em;text-transform: uppercase; color: #fff; font-size: 14px;}
.x-topbar .x-social-global { margin-top: -10px; }
.x-breadcrumb-wrap { display:none;}
/*custom style css*/
.linkedin-post { width: 100%; float: left; border-bottom: 2px #e8e8e8 solid;padding: 25px 10px;}
.linkedin-post .entry-featured {width: 30%; float: left;}
.linkedin-post .entry-wrap { width: 70%; float: left;padding: 10px 18px;    box-shadow: none;}
.linkedin-post .entry-title { font-size: 18px; line-height: 20px;}
.linkedin-post .entry-content p {line-height: 18px; max-height: 90px; overflow: hidden; margin-bottom: 8px; font-size: 14px;    text-align: justify;}
.linkedin-post .entry-content { margin-top: 5px;}
.linkedin-post .excerpt div {font-size: 12px}
.single-post .entry-featured{display: none;}
.single-post .entry-wrap { width: 100%;}

/*Responsive Strucure */

/* iPad (Landscape) */
@media (max-width: 1024px) {

}

/* iPad (Portrait) */
@media (max-width: 800px) {

}


/* Mobile Phones (Landscape) */
@media (max-width: 700px) {

}

/* iPhone 5 (Portrait) */
@media (max-width: 640px) {

.btn-1 {margin-right: 3px; margin-top: 7px;}
.btn-1 a {font-size: 11px;padding: 6px 10px;} 

}

/* Mobile Phones (Portrait) */
@media (max-width: 500px) {

.btn-1 {margin-right: 3px; margin-top: 7px;}
.btn-1 a {font-size: 11px;padding: 6px 10px;} 
.linkedin-post .entry-wrap, .linkedin-post .entry-featured{width: 100%;}

}
