/* custom style for add team member plugin */ #our-team { /* border-bottom: 1px solid #E9E9E9; */ margin-bottom: 1.5%; margin-left: 0; } .ourteamheading { color: #F22853; font-family: Trebuchet MS; font-size: 24px; margin-bottom: 57px; margin-top: 0; } .aboutus-team-img { -webkit-border-radius: 500px 500px 500px 500px; -moz-border-radius: 500px 500px 500px 500px; border-radius: 500px 500px 500px 500px; border-top: 5px solid #D8D8D8; display: block; margin-right: 17px; height: 160px; width: 160px; } .about-team-head { color: #424040; font-family: roboto; font-size: 24px; margin-bottom: 0; } .designation { color: #F22853; display: block; font-family: roboto; margin: 0 0 10px; } .aboutus_content p { color: #929090; font-family: roboto; font-size: 12px; line-height: 20px; } .contact-icons { float: left; margin-bottom: 25px; margin-top: 15px; width: 100%; } a.facebook { background: url("../images/facebook.png") no-repeat scroll 0 0 transparent; float: left; height: 27px; margin-right: 7px; width: 27px; } a.tweeter { background: url("../images/twitter.png") no-repeat scroll 0 0 transparent; float: left; height: 27px; margin-right: 7px; width: 27px; } a.google { background: url("../images/google.png") no-repeat scroll 0 0 transparent; float: left; height: 27px; margin-right: 7px; width: 27px; } .about-pull-left{ margin-right: 10px; float: left; } /* Mobile Quaries */ @media (min-width: 480px) and (max-width: 979px) { .aboutus-team-img { height: 100px; width: 100px; border-top: 5px solid #D8D8D8; display: block; margin-right: 10px; -webkit-border-radius: 350px 350px 350px 350px; -moz-border-radius: 350px 350px 350px 350px; border-radius: 350px 350px 350px 350px; } }