/** Titles on pages **

h2.customtitle {
	margin-top: 30px;
	color: #c32134;
 	text-align: center;
}

h2.customtitle:after {
	border: 2px solid #c32134;
    content: " ";
    display: block;
    margin: 20px auto 15px;
    width: 35px;
	box-sizing: border-box;
}

h6.customtitle {
	color: #d33131;
}*/


/** Black background for slider (while loading) **/

div.flexslider {
  background-color: black;
}


/** White background for the Services **/

.home-services {
    background: #FFF none repeat scroll 0% 0%;
}

.home-about {
	border-top: 1px solid #dadada;
	padding: 50px 0 30px;
	text-align: center;
}

h5.subtitle {
    color: #f07e23;
    margin: 30px 0px;
  	letter-spacing: 4px;
	font-size: 18px;
}

/** Price **/
p.customprice {
    font-size: 1.2em;
    color: #C32134;
  	margin-top: 40px;
  	margin-bottom: 20px;
  	text-align: center;
  	font-weight: bold;
}

/** Ekskl. moms **/
span.custom_ekskl {
	font-size: 0.8em;
    font-style: italic;
}

/** References **/

.references-content {
  padding: 50px 0px 30px;
  text-align: left;
	border-top: 1px solid #dadada;
}

.references-content h6 {
  text-align: center;
}

.references-content blockquote {
	color: #757575;
  padding-bottom: 8px;
}

.references-content p {
	text-align: right;
	font-weight: bold;
    font-style: normal;
	color: #4C5256;
	margin-top: 10px;
}

.references-content p a {
	font-weight: normal;
}

/** Back to top **/
p.custom_backtotop {
	font-size: 0.7em !important;
    font-style: italic;
    font-weight: normal !important;
    margin-top: 30px;
    text-align: right;
}

p.custom_backtotop a {
    color: #b3b3b3;
}

p.custom_backtotop a:hover, p.custom_backtotop a:focus, p.custom_backtotop a:active {
    color: #d66000;
}
  
/** Contact Form **/

div.footer-contact-title h6 {
    background: transparent url("wp-content/themes/sensible_pro/img/h1-bg-dark.png") no-repeat scroll center bottom;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding-top: 20px;
}

p.customform, div.customform {
	text-align: center;
}

p.customsubmit {
	margin-top: 20px;
}

input[type="submit"]:hover {
    border-color: #d66000 !important;
    background-color: #d66000;
}


/** Footer alignment **/
div.site-info {
	text-align: center;
  	font-style: italic;
}

div.site-info p {
	text-align: left;
	color: #A3A3A3;
}

div.site-info a, div.site-info h6 {
	font-style: normal;
}


/** Header color **/
.entry-header {
    background-color: #242830 !important;
}


/** Changing the social icons (rss -> soundcloud &amp; colors) **/

.fa-rss:before {
	content: "\f1be" !important; /* soundcloud instead */
}

.social-media-icons .fa-facebook:hover { color: #3b5998 !important; }
.social-media-icons .fa-twitter:hover { color: #00aced !important; }
.social-media-icons .fa-google-plus:hover { color: #dd4b39 !important; }
.social-media-icons .fa-youtube:hover { color: #bb0000 !important; }
.social-media-icons .fa-instagram:hover { color: #dd2a7b !important; }
.social-media-icons .fa-rss:hover { color: #ff8800 !important; } /* soundcloud */