.cmbn_sm_imageShare {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  border: 3px solid white;
  bottom: 25px;
  display: block;
  left: 20px;
  list-style: none outside none;
  margin: 0;
  opacity: 0.75;
  padding: 0;
  position: absolute;
  width: 30px;
}

.cmbn_sm_imageShare:hover {
    opacity: 1;
}

.cmbn_sm_imageShare > li {
    display: block;
    position: relative;
    width: 30px;
    height: 37px;
    overflow: hidden;
}

.cmbn_sm_imageShare > li > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cmbn_sm_imageShare > li > a > i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 22px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    text-shadow: -1px -1px 0 #777;
    vertical-align: middle;
    color: #fff;
}

.cmbn_sm_imageShare > li:nth-of-type(1) {
    border-bottom: 3px solid white;
}

.cmbn_sm_imageShare > li:nth-of-type(2) {
    border-bottom: 3px solid white;
}

.cmbn_sm_imageShare > li:nth-of-type(3) {
}


/* share post widget */

.cmbn_sm_belowPost {
    display: table;
    width: 100%;
    margin: 50px 0 60px;
    text-align: center;
}

.cmbn_sm_belowPost > div {
    border: 5px solid #fff;
    display: table-cell;
}

.cmbn_sm_belowPost > div > a {
    display: inline-block;
    text-decoration: none;
    font-weight: 800;
    color: #fff;
}

.cmbn_sm_belowPost > div > a > * {
    height: 50px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 50px;
    letter-spacing: 1px;
    vertical-align: middle;
}

.cmbn_sm_belowPost > div > a > i {
    display: inline-block;
    width: 50px;
    padding-left: 2px;
    font-size: 20px;
}

.cmbn_sm_belowPost > div > a > span {
    border-left: 0 none rgba(255, 255, 255, 0);
    display: inline-block;
    padding: 0 1em;
    max-width: 150px;
}

@media (min-width: 400px) {
    .cmbn_sm_belowPost > div > a > span {
        border-left: 1px solid #fff;
    }
}

.cmbn_sm_belowPost .cmbn_sm_twitter {
    background-color: #a4e2f9;
}

.cmbn_sm_belowPost .cmbn_sm_facebook {
    background-color: #8a9dc5;
}

.cmbn_sm_belowPost .cmbn_sm_pinterest {
    background-color: #cf0808;
}

.cmbn_sm_belowPost .cmbn_sm_bloglovin {
    background-color: #2FAAEE;
}

/* hover colors */

.cmbn_sm_belowPost .cmbn_sm_twitter:hover {
    color: #FFF;
}

.cmbn_sm_belowPost .cmbn_sm_facebook:hover {
    color: #FFF;
}

.cmbn_sm_belowPost .cmbn_sm_gmail:hover {
    color: #FFF;
}

.cmbn_sm_belowPost .cmbn_sm_pinterest:hover {
    color: #FFF;
}

.cmbn_sm_belowPost .cmbn_sm_bloglovin:hover {
    color: #FFF;
}

.cmbn_sm_belowPost .cmbn_sm_facebook:hover,
.cmbn_sm_belowPost .cmbn_sm_twitter:hover,
.cmbn_sm_belowPost .cmbn_sm_pinterest:hover {
    -webkit-box-shadow: 0 0 0 1px #cccccc;
    box-shadow: 0 0 0 1px #cccccc;
}

/* pills */

.phTop h3 a {
    text-decoration: none;
}

.phTop a span {
    display: inline-block;
    height: 22px;
    padding: 1px 9px 0 2px;
    margin-left: 4px;
    border: 1px solid #dddcdc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font: 500 11px Raleway,sans-serif;
    letter-spacing: 0;
    color: #333;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#e7e7e7), color-stop(40%,#efefef), to(#f7f7f7) );
    background-image: -webkit-linear-gradient(bottom,#e7e7e7 0,#efefef 40%,#f7f7f7);
    background-image: linear-gradient(to top,#e7e7e7 0,#efefef 40%,#f7f7f7);
}

.phTop [class^="flaticon-"]:before,
.phTop [class*=" flaticon-"]:before,
.phTop [class^="flaticon-"]:after,
.phTop [class*=" flaticon-"]:after {
    margin-left: 0;
    padding: 1px 4px;
    font-size: 15px;
    line-height: 20px;
}

.cmbn_sm_titleButtons .cmbn_sm_twitter span i {
    color: #a4e2f9;
}

.cmbn_sm_titleButtons .cmbn_sm_facebook span i {
    color: #8a9dc5;
}

.cmbn_sm_titleButtons .cmbn_sm_pinterest span i {
    color: #cf0808;
}

.cmbn_sm_titleButtons .cmbn_sm_bloglovin span i {
    color: #2FAAEE;
}

/* top social menu */

.header-social {
    max-width: 250px;
}

.header-social > li {
    float: left;
    width: 20%;
    height: 50px;
}

.header-social > li > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.header-social > li > a > img,
.header-search > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.header-social span {
    display: none;
}

.header-search {
    width: 50px;
}

/* icoRow */

.cmbn_sm_iconRow {
    display: inline-block;
    position: relative;
    height: 50px;
    margin-right: 50px;
    width: 100%;
    max-width: 100%;
    border-left: 1px solid #CCC;
    vertical-align: top;
    list-style: none outside none;
}

header.row ul.cmbn_sm_iconRow {
    margin-right: 50px;
}

.cmbn_sm_iconRow > li {
    height: 100%;
}

.cmbn_sm_iconRow > li > a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    color: #ccc;
}

.cmbn_sm_iconRow > li > a > i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 19px;
    margin: auto;
}

.cmbn_sm_iconRow > li > a > i:before {
    font-size: 17px;
}

.cmbn_sm_iconRow span {
    display: none;
}

.postImageArea {
    position: relative;
}

/* Sidebar Imags */

.cmbn_sm_sidebar {
    display: block;
    width: 100%;
}

.cmbn_sm_sidebar > div {
  display: inline-block;
  margin: 2% 0;
  position: relative;
}

.cmbn_sm_sidebar > .spacer {
    width: 2%;
}

.cmbn_sm_sidebar h4 {
    margin-top: 0;
    text-transform: capitalize;
}

.cmbn_sm_sidebar img {
    width: 100%;
    background-color: #aaa;
}

.cmbn_sm_sidebar > .cmbn_sm_img i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    padding: 15px;
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.cmbn_sm_sidebar > .cmbn_sm_img i:before {
    margin-left: 0;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}

/* override for admin */
.widget-content > .cmbn_sm_sidebar > .cmbn_sm_img {
  display: inline-block;
  margin: 0 1% 40px;
  text-align: center;
  width: 47%;
}

.sidebarItems_1 .cmbn_sm_img {
    width: 97%;
}

.sidebarItems_2 .cmbn_sm_img {
    width: 47%;
}

.sidebarItems_3 .cmbn_sm_img {
    width: 30%;
}

.sidebarItems_4 .cmbn_sm_img {
    width: 47%;
}



/* icon row custom izing based on number of sm icons selected */

.cmbn_sm_iconRow.navItems_1 {
    width: 50px;
}

.cmbn_sm_iconRow.navItems_2 {
    width: 100px;
}

.cmbn_sm_iconRow.navItems_3 {
    width: 150px;
}

.cmbn_sm_iconRow.navItems_4 {
    width: 200px;
}

.cmbn_sm_iconRow.navItems_5 {
    width: 250px;
}

.cmbn_sm_iconRow.navItems_1 li {
    width: 100%;
}

.cmbn_sm_iconRow.navItems_2 li {
    width: 50%;
}

.cmbn_sm_iconRow.navItems_3 li {
    width: 33.33%;
}

.cmbn_sm_iconRow.navItems_4 li {
    width: 25%;
}

.cmbn_sm_iconRow.navItems_5 li {
    width: 20%;
}

/*  this is for the floating social links over post gallery images */

/* hover colors */

.cmbn_sm_bloglovin:hover {
    color: #91b8e8;
}

.cmbn_sm_digg:hover {
    color: #21558E;
}

.cmbn_sm_email:hover {
    color: #77646C;
}

.cmbn_sm_flickr:hover {
    color: #E30761;
}

.cmbn_sm_facebook:hover {
    color: #6aa4ea;
}

.cmbn_sm_googleplus:hover {
    color: #DD4C39;
}

.cmbn_sm_instagram:hover {
    color: #d36b5e;
}

.cmbn_sm_linkedin:hover {
    color: #0070B0;
}

.cmbn_sm_pinterest:hover {
    color: #ff5252;
}

.cmbn_sm_reddit:hover {
    color: #A0A0A0;
}

.cmbn_sm_stumbleupon:hover {
    color: #F04F23;
}

.cmbn_sm_tumblr:hover {
    color: #4F6A87;
}

.cmbn_sm_twitter:hover {
    color: #9debf2;
}

.cmbn_sm_vimeo:hover {
    color: #223148;
}

.cmbn_sm_vine:hover {
    color: #55BE96;
}

.cmbn_sm_youtube:hover {
    color: #F80000;
}


/* bg colors */

.cmbn_sm_imageShare .cmbn_sm_bloglovin {
    background-color: #91b8e8;
}

.cmbn_sm_imageShare .cmbn_sm_digg {
    background-color: #21558E;
}

.cmbn_sm_imageShare .cmbn_sm_email {
    background-color: #77646C;
}

.cmbn_sm_imageShare .cmbn_sm_flickr {
    background-color: #E30761;
}

.cmbn_sm_imageShare .cmbn_sm_facebook {
    background-color: #465b76;
}

.cmbn_sm_imageShare .cmbn_sm_googleplus {
    background-color: #DD4C39;
}

.cmbn_sm_imageShare .cmbn_sm_instagram {
    background-color: #d36b5e;
}

.cmbn_sm_imageShare .cmbn_sm_linkedin {
    background-color: #0070B0;
}

.cmbn_sm_imageShare .cmbn_sm_pinterest {
    background-color: #d36b5e;
}

.cmbn_sm_imageShare .cmbn_sm_reddit {
    background-color: #A0A0A0;
}

.cmbn_sm_imageShare .cmbn_sm_stumbleupon {
    background-color: #F04F23;
}

.cmbn_sm_imageShare .cmbn_sm_tumblr {
    background-color: #4F6A87;
}

.cmbn_sm_imageShare .cmbn_sm_twitter {
    background-color: #79b3be;
}

.cmbn_sm_imageShare .cmbn_sm_vimeo {
    background-color: #223148;
}

.cmbn_sm_imageShare .cmbn_sm_vine {
    background-color: #55BE96;
}

.cmbn_sm_imageShare .cmbn_sm_youtube {
    background-color: #F80000;
}
