/**
 * Plugin: Widgets Bundle
 *
 * -------------------------------------------------
 * Table of Contents
 * -------------------------------------------------
 * 1.0  => Icons
 * 2.0  => Ads
 * 3.0  => Instagram
 * 4.0  => Personal
 * 5.0  => Posts
 * 6.0  => Quote
 * 7.0  => Social
 * 8.0  => Subscribe
 * 9.0  => Video
 * 10.0 => Facebook
 * 11.0 => Twitter
 * 12.0 => Others
 * -------------------------------------------------
 * 
 * 1.0 - Icons
 * -------------------------------------------------
 */

@font-face {
  font-family: 'widgets';
  src: url('fonts/widgets.eot?58030821');
  src: url('fonts/widgets.eot?58030821#iefix') format('embedded-opentype'),
       url('fonts/widgets.woff2?58030821') format('woff2'),
       url('fonts/widgets.woff?58030821') format('woff'),
       url('fonts/widgets.ttf?58030821') format('truetype'),
       url('fonts/widgets.svg?58030821#widgets') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "widgets";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-twitter:before { content: '\f099'; }
.icon-facebook:before { content: '\f09a'; }
.icon-gplus:before { content: '\f0d5'; }
.icon-linkedin:before { content: '\f0e1'; }
.icon-quote-left:before { content: '\f10d'; }
.icon-github:before { content: '\f113'; }
.icon-youtube-play:before { content: '\f16a'; }
.icon-dropbox:before { content: '\f16b'; }
.icon-stackoverflow:before { content: '\f16c'; }
.icon-instagram:before { content: '\f16d'; }
.icon-flickr:before { content: '\f16e'; }
.icon-bitbucket:before { content: '\f171'; }
.icon-tumblr:before { content: '\f173'; }
.icon-apple:before { content: '\f179'; }
.icon-dribbble:before { content: '\f17d'; }
.icon-skype:before { content: '\f17e'; }
.icon-foursquare:before { content: '\f180'; }
.icon-trello:before { content: '\f181'; }
.icon-vkontakte:before { content: '\f189'; }
.icon-stackexchange:before { content: '\f18d'; }
.icon-slack:before { content: '\f198'; }
.icon-wordpress:before { content: '\f19a'; }
.icon-yahoo:before { content: '\f19e'; }
.icon-google:before { content: '\f1a0'; }
.icon-stumbleupon:before { content: '\f1a4'; }
.icon-delicious:before { content: '\f1a5'; }
.icon-digg:before { content: '\f1a6'; }
.icon-drupal:before { content: '\f1a9'; }
.icon-behance:before { content: '\f1b4'; }
.icon-behance-squared:before { content: '\f1b5'; }
.icon-spotify:before { content: '\f1bc'; }
.icon-deviantart:before { content: '\f1bd'; }
.icon-soundcloud:before { content: '\f1be'; }
.icon-codeopen:before { content: '\f1cb'; }
.icon-twitch:before { content: '\f1e8'; }
.icon-yelp:before { content: '\f1e9'; }
.icon-paypal:before { content: '\f1ed'; }
.icon-gwallet:before { content: '\f1ee'; }
.icon-lastfm:before { content: '\f202'; }
.icon-angellist:before { content: '\f209'; }
.icon-pinterest:before { content: '\f231'; }
.icon-whatsapp:before { content: '\f232'; }
.icon-quora:before { content: '\f2c4'; }
.icon-etsy:before { content: '\f2d7'; }


/**
 * 2.0 - Ads
 * -------------------------------------------------
 */

.as-wb-ads .as-wb-ads-image {
    margin-bottom: 16px;
}


/**
 * 3.0 - Instagram
 * -------------------------------------------------
 */

.as-wb-instagram {
    position: relative;
}
.as-wb-instagram .as-wb-ig-wrapper {
    margin: -1%;
}
.as-wb-instagram .as-wb-ig-item {
    float: left;
    position: relative;
    margin: 1%;
}
.as-wb-instagram .as-wb-ig-item-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.as-wb-instagram .as-wb-ig-2 {
    width: 48%;
    padding-top: 48%;
}
.as-wb-instagram .as-wb-ig-3 {
    width: 31.333333333333333%;
    padding-top: 31.333333333333333%;
}
.as-wb-instagram .as-wb-ig-4 {
    width: 23%;
    padding-top: 23%;
}
.as-wb-instagram .as-wb-ig-5 {
    width: 18%;
    padding-top: 18%;
}
.as-wb-instagram .as-wb-ig-6 {
    width: 14.666666666666667%;
    padding-top: 14.666666666666667%;
}
.as-wb-instagram .as-wb-ig-7 {
    width: 12.285714285714286%;
    padding-top: 12.285714285714286%;
}
.as-wb-instagram .as-wb-ig-8 {
    width: 10.5%;
    padding-top: 10.5%;
}
.as-wb-instagram .as-wb-ig-9 {
    width: 9.111111111111111%;
    padding-top: 9.111111111111111%;
}
.as-wb-instagram .as-wb-ig-10 {
    width: 8%;
    padding-top: 8%;
}
.as-wb-instagram .as-wb-ig-item-wrapper a {
    display: block;
    height: 100%;
    width: 100%;
}
.as-wb-instagram .as-wb-instagram-error {
    font-size: 16px;
    margin-top: 10px;
    padding-top: 45px;
}
.as-wb-instagram .as-wb-instagram-error span {
    color: #ffffff;
}
.as-wb-instagram .as-wb-ig-button {
    margin-top: 12px;
}


/**
 * 4.0 - Personal
 * -------------------------------------------------
 */

.as-wb-personal .as-wb-personal-image {
    margin-bottom: 16px;
}


/**
 * 5.0 - Posts
 * -------------------------------------------------
 */

.as-wb-posts li {
    padding: 10px 0 !important;
}
.as-wb-posts li:last-child {
    padding-bottom: 0;
    border: 0;
}
.as-wb-posts .as-wb-post-item {
    word-break: break-all !important;
}
.as-wb-posts .as-wb-post-item .as-wb-post-image {
    display: inline-block;
    width: 86px;
    line-height: 0;
    vertical-align: middle;
}
.as-wb-posts .as-wb-post-item .as-wb-post-image img {
    width: 72px;
    height: auto;
    border-radius: 100%;
}
.as-wb-posts .as-wb-post-item .as-wb-post-text {
    display: inline-block;
    width: calc(100% - 92px);
    vertical-align: middle;
}
.as-wb-posts .as-wb-post-item .as-wb-post-text h4 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 700;
}
.as-wb-posts .as-wb-post-item .as-wb-post-text h4 a {
    display: inline-block;
}
.as-wb-posts .as-wb-post-item .as-wb-post-text .as-wb-post-meta {
    display: block;
    font-size: 12px;
    line-height: 18px;
    opacity: 0.60;
}
.as-wb-posts .as-wb-post-item .as-wb-post-text .as-wb-post-meta a {
    opacity: 0.60;
}


/**
 * 6.0 - Quote
 * -------------------------------------------------
 */

.as-wb-quote blockquote p {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    line-height: 36px;
    margin-bottom: 24px;
}
.as-wb-quote blockquote p:before {
    content: '\f10d';
    font-family: 'widgets';
    position: absolute;
    opacity: 0.20;
    font-size: 32px;
    top: -10px;
    left: -10px;
}
.as-wb-quote blockquote cite {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-align: right;
    margin-top: 18px;
}
.as-wb-quote blockquote cite:before {
    content: '\2014';
    display: inline;
    padding: 0 6px 0 0;
    -webkit-font-smoothing: antialiased;
}


/**
 * 7.0 - Social
 * -------------------------------------------------
 */

.as-wb-social-icons {
    margin: -4px -10px;
}
.as-wb-social-icons a {
    display: inline-block;
    margin: 4px 10px;
}


/**
 * 8.0 - Subscribe
 * -------------------------------------------------
 */

.as-wb-subscribe .as-wb-subscribe-button {
    margin-top: 8px;
}
.as-wb-subscribe .as-wb-response {
    display: block;
    margin-bottom: 12px;
}
.as-wb-subscribe .as-wb-response-error {
    color: #d64541;
}
.as-wb-subscribe .as-wb-response-success {
    color: #1bbc9b;
}


/**
 * 9.0 - Video
 * -------------------------------------------------
 */




/**
 * 10.0 - Facebook
 * -------------------------------------------------
 */

.as-wb-fb-loader {
    padding: 10px;
    background: #ffffff;
    text-align: center;
}
.as-wb-fb-loader img {
    max-height: 30px;
}


/**
 * 11.0 - Twitter
 * -------------------------------------------------
 */




/**
 * 12.0 - Others
 * -------------------------------------------------
 */

.as-wb-ig-wrapper:before, .as-wb-ig-wrapper:after {
    content: ' ';
    display: table;
}
.as-wb-ig-wrapper:after {
    clear: both;
}