/*
Theme Name:     CAMRAS Enfold Child
Description:    A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the <a href='http://www.kriesi.at/documentation/enfold/'>Enfold Wordpress Theme</a>.
Theme URI:      http://www.kriesi.at/themedemo/?theme=enfold-overview and http://www.kriesi.at/documentation/enfold/
Version:        1.11 date 20200613
Author:         Ard Hartsuijker
Author URI:     
Template:       enfold
Text Domain:    camras-enfold-child
*/

/*Add your own styles here:*/


/* Notification Box font change from all CAPS en Icon List Item Title Lower Case
https://kriesi.at/support/topic/notification-box-font-change-from-all-caps/
https://kriesi.at/support/topic/icon-list-item-title-lower-case/
*/
.avia_message_box_content{
text-transform: none!important;
text-align: left!important;
}
.avia-icon-list .iconlist_title {
text-transform: none !important;
}

/* Tekst links uitlijnen in button
*/
body div .avia-button {
text-align: left!important;	
}

/* Hotspot pulse – How to remove
ondermeer hier https://kriesi.at/support/topic/hotspot-pulse-how-to-remove/
(verwijzing is niet helemaal compleet)
*/

@media only screen and (max-width: 990px) {
.only-dt { display: none !important; }}
.av-hotspot-container .av-image-hotspot-pulse {display: none;}
.av-hotspot_inner {opacity: 0.8;}

/* Hide Enfold Blog Category; Displaying Categories on blog posts grid
https://kriesi.at/support/topic/hide-enfold-blog-category/
https://kriesi.at/support/topic/displaying-categories-on-blog-posts-grid/
Houd ".text-sep-date" er in als scheidingsteken met spaties; "span" lijkt overbodig of tegen te werken 
*/
.blog-categories, .text-sep-date {
display: none!important;
}

/* Header achtergrond responsive maken */
.header_bg, .header-bg { background-size: cover !important; }

/* GEEN logo in de header
http://www.kriesi.at/documentation/enfold/add-subtext-to-logo-replace-logo-with-site-title/
*/
.logo > a > img { display: none !important; }

/* Titel in header breadcrumb balk zwaarder
http://www.kriesi.at/support/topic/styling-the-header-title/
strong.main-title, strong.entry-title is voor Home-page
Maar op mobiele bij lange titel loopt dat niet lekker, moet uitgezocht worden, bijv dit ?
http://www.kriesi.at/support/topic/overlap-of-logo-on-menu-and-title-on-breadcrumbs-section/
*/
h1.main-title, h1.entry-title {
	font-weight: bold !important;
}
strong.main-title, strong.entry-title {
	font-weight: bold !important;
}

/* No “YOU ARE IN:” in the breadcrumbs; only the route. 
 http://www.kriesi.at/support/topic/breadcrumbs-21/
*/
span.trail-before { display: none !important; }

/* GEDRAG menu
Wijzigingen in het gedrag van het menu.
Lastig. Waarschijnlijk functioneert het nu goed.
Moet nog eens goed worden uitgeplozen. Kriesi is niet scheutig met info hierover.
Misschien zijn de breadcrums niet meer nodig, maar misschien op mobiele wel.
*/

#top #wrap_all .header_color .av-menu-button-colored > a:hover .avia-menu-text {
    opacity: 0.85 ;
	/* normaal is dit in de template 0.9 */
}

.current-page-ancestor > a .avia-menu-text {
    color: #131313 !important;
	/* main-menu-keuze gekoppeld aan de bekeken pagina krijgt donkere letters */
}

.main_menu .current-menu-item .avia-menu-text {
    color: #131313 !important;
	/* main-menu-keuze krijgt donkere letters */
}

.current_page_item > a {
    font-weight: bold ;
	/* geselcteerde menukeuze wordt vet weergegeven */
}

/* Underline URL's in tekst
https://kriesi.at/support/topic/url-link-in-color-and-underline/
*/
main a {
	text-decoration: underline;
}

/* WP gallery shortcode : thumbnail sizes not working
/* wordt overruled door enfold/css/base.css (line 396 en verder)
/* http://www.kriesi.at/support/topic/wp-gallery-shortcode-thumbnail-sizes-not-working/
*/
#top .gallery .gallery-item {
    margin: 1px 1px 0 0;
    width: auto;
    height: auto;
    padding: 0;
}

/* Replacing default featured image (pencil) with my own image
/* http://www.kriesi.at/support/topic/replacing-default-featured-image-pencil-with-my-own-image/
/* raadpleeg zo nodig http://www.kriesi.at/support/search/?bbp_search=post-type-icon
*/
.main_color .fallback-post-type-icon:before {
display: none;
}

.main_color .fallback-post-type-icon {
background: url("https://www.camras.nl/wp-content/themes/camras-enfold-child/images/silhouet_DRT.png") ;
background-size: contain !important;
background-position: center center;
background-repeat: no-repeat;
}

/* http://www.kriesi.at/support/topic/how-can-i-change-the-news-icon-pencil-into-an-own-image/
*/
.blog-meta span.iconfont:before { display: none; }
.blog-meta span.iconfont {
background-image: url("https://www.camras.nl/wp-content/themes/camras-enfold-child/images/neg_silhouet_DRT.png") ;
background-size: contain !important;
background-repeat: no-repeat;
background-position: 50% 50%;
}

/*show social icons on mobile
* https://kriesi.at/support/topic/social-links-are-not-showing-on-mobiles/
*/
@media only screen and (max-width: 990px) {
.responsive #top #wrap_all #header .social_bookmarks {
  display: block !important; 
}
.responsive #top #wrap_all #header_main .av-logo-container .main_menu .noLightbox.social_bookmarks {
display: block !important;
}
}

/* show the scroll up “button” allways
/* https://kriesi.at/support/topic/mobile-issues-9/#post-1050722
*/
@media only screen and (max-width: 989px) {
.responsive #scroll-top-link {
    display: block !important;
}
}

/* Hide footer on tablets and smartphones
* http://www.kriesi.at/support/topic/remove-footer-3/
* http://www.kriesi.at/support/topic/remove-space-between-footer-widgets/
* voor alleen mobiele  (max-width: 580px) 
*/
@media only screen and (max-width: 767px) {
#footer  {
	display: none !important;
}}

/* Partner Logo Gallery Too Small
* http://www.kriesi.at/support/topic/gallery-too-small/
*/
#top .avia-logo-element-container img {
    margin-bottom: 75px !important;
}

/*  Transparenzeinstellung bei Partner/logo Element
* http://www.kriesi.at/support/topic/transparenzeinstellung-bei-partnerlogo-element/
*/
.slide-image {
	background: transparent !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
}

/* Header phone translation
* https://kriesi.at/support/topic/translate-header-phone-info/
* https://kriesi.at/support/topic/header-phone-translation/
*/
html[lang="en-US"] .only-nl { display: none !important; }
html[lang="nl-NL"] .only-en { display: none !important; }


