/*
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 */

@font-face {
    font-family: 'sagittartall_bold';
    src: url('fonts/sagitb-webfont.eot');
    src: url('fonts/sagitb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sagitb-webfont.woff2') format('woff2'),
         url('fonts/sagitb-webfont.woff') format('woff'),
         url('fonts/sagitb-webfont.ttf') format('truetype'),
         url('fonts/sagitb-webfont.svg#sagittartall_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
p {
    margin: 0 0 20px;
    line-height: 22px;
}
h3 {
    color: #a9d46f;
    font-size: 18px;
    margin: 30px 0 10px;
}

.site-footer a, .site-footer strong {
    color: #a9d46f;
}
strong {
    font-weight: bold;
    font-weight: 700;
}
.boxed-main-layout #wrap {
    width: 1040px;
    border-radius: 0px 0px 20px 20px;
}
#footer {
    background-color: #f1fce3;
    color: #736357;
    border-radius: 0px 0px 20px 20px;
}
.boxed-main-layout.wrap-boxshadow #wrap {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10);
}
.wpex-fa-social-widget .wpex-social-btn {
    display: block;
    font-size: 1.077em;
    padding: 0;
    background-color: #736357;
    color: #f1fce3 !important;
}
body {
    background-color: #c7ebfb !important;
    background-image: url('http://kdvkabouterbos.nl/wp-content/uploads/2015/10/Footerbg.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.navbar-style-one {
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: 6px;
    height: 50px;
}
.navbar-style-one .dropdown-menu > li > a > span.link-inner {
    display: inline-block;
    line-height: 1px;
    padding: 10px;
    border-radius: 3px;
}

/* prijstabel */
.prijstabel {
    width: 100%;
}
.prijstabel tr {
    border-bottom: 1px solid #a9d46f;
}
.prijstabel td:first-child {
    width: 60%;
    padding: 6px 0px;
}
.prijstabel td:nth-child(2) {
    width: 20%;
    text-align: right;
    padding: 6px 0px;
}
.prijstabel td:last-child {
    width: 20%;
    text-align: right;
    padding: 6px 0px;
}
.prijstabel strong {
    color: #a9d46f;
    font-weight: bold;
}
.prijstabel em {
    color: #202e4f;
    text-decoration: none;
    font-weight: 600;
}
.prijstabel span {
    color: #a9d46f;
    text-decoration: none !important;
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
}
/* prijstabel end */


/* tijdtabel */
.tijdtabel {
    width: 100%;
}
.tijdtabel tr {
    border-bottom: 1px solid #a9d46f;
}
.tijdtabel td:first-child {
    padding: 6px 0px;
}
/* .tijdtabel td:nth-child(2) {
    width: 20%;
    text-align: right;
    padding: 6px 0px;
}
.tijdtabel td:last-child {
    width: 20%;
    text-align: right;
    padding: 6px 0px;
} */
.tijdtabel strong {
    color: #a9d46f;
    font-weight: bold;
}
.tijdtabel em {
    color: #736357;
    text-decoration: none;
    font-weight: 400;
}
.tijdtabel span {
    color: #a9d46f;
    text-decoration: none !important;
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
}
/* tijdtabel end */

.headerbg {
    background: url(http://kdvkabouterbos.nl/wp-content/themes/total-child-theme-master/images/kdv-top-bg.svg);
    background: url(http://kdvkabouterbos.nl/wp-content/themes/total-child-theme-master/images/kdv-top-bg.svg);
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 900px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
}

.vcex-image-grid-entry img {
    display: inline-block;
    vertical-align: bottom;
    border-radius: 5px;
}