/*
 Theme Name:     Calafate Child
 Theme URI:      http://heythemers.com/themes/calafate/
 Description:    A basic child theme for the Calafate theme.
 Author:         Hey Themers
 Author URI:     http://heythemers.com
 Template:       calafate
 Version:        1.0
*/

/* --------------------------------------
-----   Theme customization starts here   -----
------------------------------------------*/

/* Add search icon to menu in desktop also */

@media (min-width: 1025px) {
	.responsive-search {
		display: block;
	}
	.responsive-search .icon {
			top: 0px;
	}
}

/* IG share icon color */

.no-touchevents #site-share.enabled-icons a.ig:hover svg path { fill: #f56040; }
.no-touchevents #site-share a.ig:hover { color: #f56040; }
#site-share a.ig small { color: #f56040; }

/* Wordpress Gallery Customization */

.fancybox-show-caption .fancybox-caption-wrap {
	display: none;
}

.calafate-gallery--item {
	padding: 20px 0 20px;
}