/*Widget section design*/
@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?5l53jq');
    src:  url('fonts/icomoon.eot?5l53jq#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?5l53jq') format('truetype'),
    url('fonts/icomoon.woff?5l53jq') format('woff'),
    url('fonts/icomoon.svg?5l53jq#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="GMK-icon"], [class*=" GMK-icon"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.GMK-icon-website:before {
    content: "\e901";
}
.GMK-icon-linkedin:before {
    content: "\e902";
}
.GMK-icon-twitter:before {
    content: "\e903";
}
.GMK-icon-facebook:before {
    content: "\e904";
}
.GMK-icon-instagram:before {
    content: "\ea92";
}
.GMK-icon-youtube:before {
    content: "\ea9d";
}
.GMK-icon-email:before {
    content: "\e900";
}


.GMK-img.GMK-author-block{
    width: 25%;
    display: contents;
}

.wp-post-author-meta.GMK-author-block{
    width: 75%;

}

.wp_post_author_widget .GMK-img.round img{
    border-radius: 50%;
}

/*widget elements alignment ends*/

/*shortcode elements alignment starts*/

.wp-post-author-shortcode{
}
.GMK-img{
    width: 150px;
}

.GMK-img img{
    height:50px;
    width: 50px;
}

.GMK-img img, .GMK-img .photo{
    float: none;
}

.wp-post-author-meta h4, .wp-post-author-meta p, .wp-post-author-meta a, .wp-post-author-meta ul{
display: none;
}

.wp-post-author-shortcode.left .GMK-author-block{
    float: left;
}

.wp-post-author-shortcode.left{
    text-align: left;
}

.wp-post-author-shortcode.right .GMK-author-block{
    float: right;
}

.wp-post-author-shortcode.right {
    text-align: right;
}

.wp-post-author-shortcode.center .GMK-author-block{
    width: 100%;
}

.wp-post-author-shortcode.center {
    text-align: center;
}

.wp-post-author-shortcode .GMK-img.round img{
    border-radius: 50%;
}

.
/*shortcode elements alignment ends*/


.wp-post-author-wrap .GMK-display-name, .wp-post-author-wrap .GMK-role{
    text-transform: capitalize;
    margin: 5px 0;
}
.wp-post-author-wrap .GMK-email{
    margin: 5px 0;
  }

.wp-post-author-wrap .GMK-contact-info{
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}

.wp-post-author-wrap .GMK-contact-info li{
    display: inline;
    padding: 5px;
}

.wp-post-author-wrap .GMK-role{
    text-transform: capitalize;
    font-weight: bold;
}

.wp-post-author-wrap .GMK-contact-info > :first-child {
    padding-left: 0;
}

.wp-post-author-wrap .GMK-contact-info > :last-child {
    padding-right: 0;
}

.wp-post-author-wrap .GMK-bio{
    margin-top: 10px;
    font-size: 100%;
}

/* wp author post css here */

 .wp_post_author_widget .GMK-img.GMK-author-block {
    width: 150px;
    height: 150px;
    margin: auto;
    -webkit-background-size: cover;
          -o-background-size: cover;
             background-size: cover;
    background-position: center; 
}
.wp_post_author_widget .GMK-img.GMK-author-block.round{
    border-radius: 50%;
}

 .wp_post_author_widget .GMK-img img {
    max-width: 50px;
}

 .wp_post_author_widget .wp-post-author-meta.GMK-author-block {
    width: 100%;
    margin-top: 20px;
}

 .wp_post_author_widget .wp-post-author-meta p {
    line-height: 1.5;
}
 .wp_post_author_widget .GMK-display-name{
    color: #4a4a4a;
    font-size: 24px;
    font-weight: 400;
    margin: 10px 0 0;
}
 .wp_post_author_widget .GMK-display-name a {
    display: inline-block;
    color: #4a4a4a;
    margin: 0;
}
 .wp_post_author_widget .wp-post-author-meta-bio {
    margin: 15px 0;
    opacity: .75;
}

.wp_post_author_widget ul.GMK-contact-info li a{
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #555;
}
.wp_post_author_widget ul.GMK-contact-info li.GMK-facebook-li a{
    background-color: #3b5999;
}
.wp_post_author_widget ul.GMK-contact-info li.GMK-twitter-li a {
    background-color: #55acee;
}
.wp_post_author_widget ul.GMK-contact-info li.GMK-linkedin-li a {
    background-color: #0077B5;
}
.wp_post_author_widget ul.GMK-contact-info li.GMK-instagram-li a {
    background-color: #3F729B;
}
.wp_post_author_widget ul.GMK-contact-info li.GMK-youtube-li a {
    background-color: #cd201f;
}
.wp_post_author_widget ul.GMK-contact-info li.GMK-website-li a {
    background-color: #ce1126;
}
.wp_post_author_widget ul.GMK-contact-info li.GMK-email-li a {
    background-color: #dd4b39;
}

.wp_post_author_widget .wp-post-author-meta p.GMK-more-posts {
    margin: 10px 0;
}

/* align left */
 .wp_post_author_widget .wp-post-author-wrap.left .GMK-img.GMK-author-block {
    margin-left: 0;
}
 .wp_post_author_widget .wp-post-author-wrap.left .GMK-img.GMK-author-block{
    text-align: left;
}
 .wp_post_author_widget .wp-post-author-wrap.left .wp-post-author-meta.GMK-author-block {
    text-align: left;
}
 .wp_post_author_widget .wp-post-author-wrap.left .GMK-contact-info li {
    padding: 0 10px 0 0;
}

/* align right*/
 .wp_post_author_widget .wp-post-author-wrap.right .GMK-img.GMK-author-block {
    margin-right: 0;
}
 .wp_post_author_widget .wp-post-author-wrap.right .GMK-img.GMK-author-block{
    text-align: right;
}
 .wp_post_author_widget .wp-post-author-wrap.right .wp-post-author-meta.GMK-author-block {
    text-align: right;
}
 .wp_post_author_widget .wp-post-author-wrap.right .GMK-contact-info li {
    padding: 0 0 0 10px;
}

/* align center*/


.wp_post_author_widget .wp-post-author-wrap.center .GMK-img.GMK-author-block{
    text-align: center;
}
.wp_post_author_widget .wp-post-author-wrap.center .wp-post-author-meta.GMK-author-block {
    text-align: center;
}
.wp_post_author_widget .wp-post-author-wrap.center .GMK-contact-info li {
    padding: 0 0 0 10px;
}

/* single page site content post author */
.entry-content .wp-post-author-wrap .GMK-img.GMK-author-block {
    margin-top: 50px;
}
.entry-content .wp-post-author-wrap .GMK-display-name{
    color: #4a4a4a;
    font-size: 24px;
    font-weight: 400;
    margin: 10px 0 0;
}

.entry-content .wp-post-author-wrap .wp-post-author-meta-bio {
    margin: 15px 0;
    opacity: .75;
}
.entry-content .wp-post-author-wrap ul.GMK-contact-info li a{
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #555;
}
.entry-content .wp-post-author-wrap ul.GMK-contact-info li.GMK-facebook-li a{
    background-color: #3b5999;
}
.entry-content .wp-post-author-wrap ul.GMK-contact-info li.GMK-twitter-li a {
    background-color: #55acee;
}
.entry-content .wp-post-author-wrap ul.GMK-contact-info li.GMK-linkedin-li a {
    background-color: #0077B5;
}
.entry-content .wp-post-author-wrap ul.GMK-contact-info li.GMK-instagram-li a {
    background-color: #3F729B;
}
.entry-content .wp-post-author-wrap ul.GMK-contact-info li.GMK-youtube-li a {
    background-color: #cd201f;
}
.entry-content .wp-post-author-wrap ul.GMK-contact-info li.GMK-website-li a {
    background-color: #ce1126;
}
.entry-content .wp-post-author-wrap ul.GMK-contact-info li.GMK-email-li a {
    background-color: #dd4b39;
}

/*--------------------------------------------------------------
# media queries------------------------------------------------
--------------------------------------------------------------*/

@media screen and (max-width: 600px) {
    .entry-content .wp-post-author-wrap .GMK-img.GMK-author-block {
        margin-top: unset;
    }
}
.gnid {
    padding-bottom: 0px;
    margin-top: 0px;
    text-align: -webkit-center;
}