/*
Theme Name:     Thordar basis theme: Nommel 
Theme URI:      http://www.thordar.nl
Description: 	Child of the Virtue Bootstrap theme. Extended with custom page templates both on front- and backend. Extremely easy to use.  
Author:         Thordar Webarchitecten
Author URI:     http://www.thordar.nl
Template:       virtue
Version:        1.0
Tags:           flexible-width, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

/* Place all your CSS modifications below */

/* DEMO SITE >> REMOVE LIVE */
.td_sidebar { padding:8%;;
}
.td_basis1, .td_basis1 li a {color:#fff}
/* site breed */

#thelogo img {max-height:100px;}

.btn-white {
	color: #FFF;
}

#content li {
	list-style:inside;
}
.widget li {
	list-style:outside;
}
/* Thordar topbar social icons */
.topbarmenu ul li a {
	font-size: 200%
}
.topbar-widget .textwidget {
	text-transform: uppercase;
	text-align: right;
	font-size: 16px;
	margin-top: 10px;
}
.topbar-widget .textwidget p {
}
/* Thordar Front Page */
.home .contentclass {
	padding-top: 0
}
.service-block {
	margin-top: 2em;
	margin-bottom: 3em;
}
.figure {
	margin-left: auto;
	margin-right: auto;
	border-radius: 25%;
	position: relative;
}
.figure:hover {
	opacity: 0.9;
}
.score-text {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1em;
	line-height: 1em;
	color: #333;
}
.service-icon-small {
	width: 20%;
	font-size: 2em;
}
.service-icon-medium {
	width: 30%;
	font-size: 4em;
}
.service-icon-large {
	width: 50%;
	font-size: 6em;
	font-weight: normal;
}
.circle {
	border-radius: 50%;
}
.square {
	border-radius: 0%;
}
.rounded {
	border-radius: 25%;
}

.rounded-small {
	border-radius:4px;
}

.border {
	border-style: solid;
	border-width: 1px;
}
.figure:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.figure-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
}
.rotate:hover {
	-webkit-animation-name: rotate;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotate;
	-moz-animation-duration: 0.2s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;
}
@-webkit-keyframes rotate {
 from {
-webkit-transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
}
}
 @-moz-keyframes rotate {
 from {
-moz-transform: rotate(0deg);
}
to {
	-moz-transform: rotate(360deg);
}
}
.content-block {
	padding: 4px 15%;
}
.btn-services {
	margin-top: 1em
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote p {
  display: inline;
}

blockquote small {
	padding-bottom:15px;
}

.shoutout {
	padding: 1em;
	border-radius: 4px;
}
.shoutout > ul {
	font-size: 1em;
	line-height: 1.4
em;
	color: #fff;

    display: table;
}
.shoutout > ul > li {
	padding-bottom:3%;

    display: table-row;
}
.shoutout > ul > li::before {
content: "\2600  ";
    display: table-cell; /* aha! */
    text-align: right;
    padding-right:5px;
}
.box-shadow {
	-webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
}
/* Thordar content page */
.page-header {
	padding-left: 5%
}
#pageheader img {
	width: 100%;
}
#content {
	padding-left: 6%;
	padding-right: 6%;
}
/* thordar content page block */
.block img {
	max-width: 45%;
	padding-right: 1em;
	padding-bottom: 1em;
}
.block-large img {
	max-width: 100%;
	clear: both;
	padding-bottom: 1em;
}
/* Thordar content page list */
.list img {
	width: 30%;
	margin: 1em;
	margin-right: 1.4em
}
.panel-group .block:nth-child(even) {
	border-left: 1px dashed;
	border-color: #CCC;
}
.panel-group h1, .panel-group h2, .panel-group h3, .panel-group h4, .panel-group h5 {
	font-size: 16px;
	margin-bottom: 6px;
	line-height: 20px;
	text-transform:capitalize;
}

.panel-group .alignright {
	padding-left:8px;
	
}

h2.block-title {
	font-size: 18px;
	font-weight:bold;
	padding-bottom:10px;
	}
.block-row {
	border-bottom: 1px dashed;
	border-color: #CCC;
	padding-top: 1%;
	padding-bottom: 2%;
}
.list {
	clear: both;
}
/* Contact page */
.page-template-page-contact-php #main {
	padding: 10%;
	padding-top: 5%;
}
#map_address {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
address {
	font-size: 1.5em;
}

/* footer  */

footer .footercol1 .widget-first {text-align:right
}
.footercredits {
	text-align:center;
}

 @media (max-width: 990px) {
.block {
	clear: both
}
 @media (max-width: 480px) {
.col-xs-10 {
 width: 83.33333333333334%;
}
}
