.tc-wp-powered-text {
	display:none !important;
}

.icon-wordpress {
		display:none !important;
}

.tc-credits-text {
	display:none !important;
}

.link-related {
	margin-top:30px;
}

.myshornan-nummer {
	color:#20ae20;
	font-weight:600;
	font-size:18px;
}

.myshornan-nummer-class {
    height: 75px;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    line-height: 75px;
    text-align: center;
}

.button-link {
	float:left;
	margin-right:20px;
	margin-top:30px;
	margin-bottom:50px
}

a.blog-button {

  background-color: red;
  box-shadow: 0 5px 0 darkred;
  color: white;
  padding: 0.8em 1.2em;
	position:relative;
  text-decoration: none;
  text-transform: uppercase;
	font-weight:600;
	font-size:20px;
}

a.blog-button:hover {
  background-color: #ce0606;
  cursor: pointer;
}

a.blog-button:active {
  box-shadow: none;
  top: 5px;
}


a.blog-link {
	color: #ca0169;
font-weight: 500;
font-size: 18px;
	  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}


a.blog-link::before {
}


a.blog-link::after {
  content: '»';
  position: absolute;
  opacity: 0;  
  right: -20px;
  transition: 0.5s;
}

a.blog-link:hover{
  padding-right: 24px;
  padding-left:8px;
}

a.blog-link:hover:after {
  opacity: 1;
  right: 10px;
}




.example_f {
   border-radius: 2px;
   background: linear-gradient(to right, #53151e, #a41b1f) !important;
   border: none;
   color: #FFFFFF !important;
   text-align: center;
   text-transform: uppercase;
   font-size:22px;
	font-weight:bold;
   padding: 20px;
   width: 230px;
   transition: all 0.4s;
   cursor: pointer;
	letter-spacing: 2px;
 }


 .example_f span {
   cursor: pointer;
   display: inline-block;
   position: relative;
   transition: 0.4s;
 }
 .example_f span:after {
   content: '\00bb';
   position: absolute;
   opacity: 0;
   top: 0;
   right: -20px;
   transition: 0.5s;
 }
 .example_f:hover span {
   padding-right: 25px;
	 color: #FFF;
 }
 .example_f:hover span:after {
   opacity: 1;
   right: 0;
 }

.rpwwt-widget {
	margin-top: 30px;
	margin-left:30px;
}

.widget-title {

	
}

#footer {
	background: #53151e;
}


.myshornan_annons {
	margin-top: 15px;
}

#right {
	width:250px;
}

