.campain_heading {
  color: #e2e2dd; 
  text-align: right; 
  border-top: 1px dashed #e2e2dd; 
  border-bottom: 1px dashed #e2e2dd; 
  font-size: 18px !important;   
  font-family: 'Oswald', sans-serif !important;
  background-image: url('../img/blog-pointing-hand.png');
  background-repeat: no-repeat;
  background-position: right 3px;
  padding-right: 35px;
  font-weight: normal !important;
  letter-spacing: 1px;
}

.wp_bannerize {
    color: #e2e2dd; 
}

.sidebar-1, 
.sidebar-2 {
  margin-top: -30px;
}

.current-menu-parent a {
  background-color: #3e3e39 !important;
  color: #fff !important;
}

/* 
+===============================================
|  Vertikala avdelare
+===============================================
*/
.v-div-wrapper {
  width: 9px; 
  /* background-color: red; */
  background-image: url('../img/blog-v-line-bkgr.png');
  /* height: 200px; */
  float: left;
  position: relative;
  margin: -35px 10px 0 10px !important;
  /* border: 1px solid red; */
  z-index: 1;
}

.v-div-top {
  width: 9px;
  height: 4px;
  background-image: url('../img/blog-dot-ending-top.png');
  /* background-color: blue; */
  position: absolute;
  top: 0;
}

.v-div-bottom {
  width: 9px;
  height: 16px;
  /* background-color: blue; */
  background-image: url('../img/blog-dot-ending-bottom.png');
  position: absolute;
  bottom: 0;
}