/*
 Theme Name:   Dukes-child
 Theme URI:    https://digital-duke.nl
 Description:  Digital Dukes Child theme
 Author:       Digital Duke
 Author URI:   https://digital-duke.nl
 Template:     Dukes
 Version:      1.0

 START YOUR CHILD THEME CSS HERE
*/

/* BEGIN FONT STYLING */

.infinite-navigation-slide-bar::before {
	display: none !important;
	border-bottom-color: #fff;
}
.secundaire-font h6, .secundaire-font h5 {
	font-family: "Kadwa", sans-serif !important;
}
.secundaire-font h5 {
    line-height: 36px !important;
}
.gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li a i {
	color: #171717;
}
.gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li a {
	border: none !important;
}
.gdlr-core-testimonial-item .gdlr-core-testimonial-author-image {
    width: 90px !important;
}
/* END FONT STYLING */

/* BEGIN COLOR STYLIG */


.header-container .dot, .footer-container .dot {
	background-color: #FFF !important;
}
.white-dot .dot {
	background-color: #FFF !important;
	text-align: left !important;
}
.gdlr-core-image-overlay {
	background-color: rgba(255, 187, 90, 0.75) !important;
}
.infinite-navigation .sf-menu > li {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* ### DON'T EDIT BELOW! #### */
/* ### DON'T EDIT BELOW! #### */

/* BEGIN ONE PAGE STYLING TEMPLATE */
.white {
	background-color: #fff !important;
}
.dot {
  height: 12px;
  width: 12px;
  margin-right: 15px;
  border-radius: 50%;
  display: inline-block;
}
.header-container {
	text-align: center;
}
.contact-top {
	font-size: 16px !important;
}
.top-right {
	text-align: right !important;
}
 .top-right .fa-phone {
	margin-left: 30px !important;
}
.top-right .fas {
    margin-right: 12px;
    font-size: 16px !important;
}
.intro-heading h5 {
	font-weight: normal;
}
.trans .gdlr-core-button-solid {
    background: rgba(255,255,255,0.20) !important;
}
.contact-half ul {
    list-style: none;
    margin-left: 0px;
    margin-top: 32px;
}
.contact-half li {
    width: 100%;
    text-align: center !important;
    margin-bottom: 16px;
}
.gdlr-core-image-overlay.gdlr-core-gallery-image-overlay .gdlr-core-image-overlay-content {
	top: 38%;
	bottom: 0px; 
}
.gdlr-core-image-overlay.gdlr-core-gallery-image-overlay .gdlr-core-image-overlay-title {
	font-size: 16px;
	letter-spacing: 0px;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 16px;
}
.gdlr-core-image-overlay.gdlr-core-gallery-image-overlay .gdlr-core-image-overlay-caption {
    font-size: 14px;
    font-style: normal;
    color: #fff !important;
}
.gdlr-core-image-overlay:hover {
	outline: 2px dashed #fff;
	outline-offset: -8px;
}
.gdlr-core-gallery-list img {
    border-radius: 5px;
}
.potrait-shadow img {
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.15);
}
.image-shadow img {
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.15);
	background: #4494EB;
	border-radius: 50%;
	width: 50%;
	max-width: 240px;
	padding: 10px;
}
.contact-detail {
    display: inline-block;
}
.contact-half a, .top-right a {
    text-decoration: underline;
}
ul.mm-listview li {
	border: none;
}
ul.mm-listview li a {
    font-size: 20px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 17px 0px;
    color: #fff !important;
}
.gdlr-core-counter-item .gdlr-core-counter-item-number {
	margin-bottom: 15px;
}
.price-table ul {
	list-style: none;
	margin-left: 0px !important;
	margin-bottom: 60px;
	margin-top: 60px;	
}
.price-table li:first-child {
	border-top: 1px solid #D3D3D3;	
}
.price-table li {
	border-bottom: 1px solid #D3D3D3;
	width: 100%;
	padding-bottom: 25px;
	padding-top: 25px;
}
@media only screen and (max-width: 1024px) {
	
	.contact-half li {
    	width: 100% !important;
    }
    
}

@media only screen and (max-width: 768px) {
	
	.top-right label {
	    display: block;
	    text-align: center;
	}
	.top-right .fas {
		margin-left: 0px !important;
		margin-right: 4px;
	}
    .contact-top, .contact-detail {
	    text-align: center !important;
    }
    .contact-detail .fa-phone {
	    margin-left: 10px !important;
    }
    .intro-heading h1 {
	    font-size: 52px !important;
    }
    .infinite-fixed-navigation .infinite-logo-inner {
    	width: 140px !important;
	}
}



/* END STYLING TEMPLATE */