﻿
/* social */
@media screen and (min-width: 1255px) {

    .social-share-controls {
        float: left;
        margin-right: 20px;
    }    
}
@media screen and (min-width: 894px) {

    .practices-template .social-share-controls {
        float: left;
        margin-right: 20px;
    }
}

/* actions for special reports */
.insights-detail .actions {
    display: block !important;
    width: auto;
    float:right;
    margin-top: -47px;
}
.insights-detail .article-heading.content{
    clear: both;
}
@media screen and (max-width: 893px) {
    .insights-detail .actions {
        float: none;
        margin-top: 5px;
    }
    .insights-detail .social-share-controls {
        margin-top: 20px;
    }
    .insights-detail .article-heading.content {
        margin-top: 20px;
    }
}

/* attorney social */
@media screen and (min-width: 894px) and (max-width: 1254px) {
    .social-share-controls {
        padding-top: 5px;

    }
}

/* Tweaking addthis share icon and a tag */
#atstbx {
	display: inline;
	position: absolute;
	left: 0px;
	top: 0px;
}

.addthis_inline_share_toolbox {
	padding-left: 33px;
	margin-top: 8px;
}

.at-icon-wrapper {
	background-color: #115b98 !important;
}

.actions .social-share-controls {
    margin-bottom:10px;

}

.generic-share .actions #atstbx {
    left: auto !important;
    right: 0 !important;
    top: auto !important;
}

    .generic-share .actions #atstbx .at-icon-wrapper {
        background-color: #ffffff !important;
    }

        .generic-share .actions #atstbx .at-icon-wrapper .at-icon {
            fill: #115b98 !important;
        }

        .generic-share .actions #atstbx .at-icon-wrapper .at-icon-linkedin {
            fill: #438fa8 !important;
        }

        .generic-share .actions #atstbx .at-icon-wrapper .at-icon-facebook {
            fill: #115b98 !important;
        }

        .generic-share .actions #atstbx .at-icon-wrapper .at-icon-twitter {
            fill: #2db2dd !important;
        }
}

@media screen and (max-width: 893px) {
  div[class*="addthis_inline_share_toolbox"] {
    margin-top: 60px;
  }
  div[class*="addthis_inline_share_toolbox"] #atstbx{
    margin-top: -50px;
  }
}