/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


.text-wrap { 
	white-space: normal !important
}

.image-grid a .title {
	text-decoration: underline;
}

.text-center {
	text-align: center !important;
}

.afbudspolitik .vcex-teaser-heading {
	text-align: center;
}

.price-table {
	text-align: right;
}

.price-table th, .price-table td {
	padding-left: 10px;
	padding-right: 10px;
}

.price-table td:nth-of-type(1) {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
.price-table th:nth-of-type(2), .price-table th:nth-of-type(3) {
	width: 90px;
}

.price-table tbody {
	color: #000;
	background-color: #fefaf1;
}

.price-table thead {
	background-color: transparent;
}

.price-table table th {
	color: #000;
	border: 0;
}

.price-table td {
	border-color: #e0d5c2
}

br.sr-mobile {
	display: none;
}

@media (max-width: 778px) {
	br.sr-mobile {
	display: block;
}
}

#footer .textwidget a {
	text-decoration: underline;
}

#menu-main-menu .button-item a {
	background-color: #b59377 !important;
    color: #fff;
    border-radius: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

#menu-main-menu .button-item a:hover {
	color: #fff !important;
	opacity: 0.8 !important;
}
