/*
Theme Name: SagaLang Kahuna child
Theme URI: https://infotamers.com
Description: Kahuna is the big kahuna among WordPress themes. It proved itself with an exotic design, effective and easy to use customizer settings and a responsive, fully editable layout. Many personal and business sites have embraced it for a wide spectrum of uses, ranging from portfolio and photography sites to blogs and online shops. The features are too many to list but here are some of the main attractions: translatable, search engine optimized (both microformats and micordata), supports RTL (right-to-left) languages, supports eCommerce (WooCommerce), has both wide and boxed layouts, masonry bricks, socials, Google fonts, typography options, and a great customizable landing page. Now with full Gutenberg support. * DEMO: http://demos.cryoutcreations.eu/wp/kahuna/ *
Author: lydia ievins
Author URI: https://infotamers.com
Template: kahuna
Version: 1.0
Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, grid-layout, custom-background, custom-colors, custom-header, flexible-header, custom-menu, featured-image-header, featured-images, front-page-post-form, full-width-template, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, entertainment, portfolio, sagalang
Text Domain: sagalang-kahuna-child
*/

@import url("../kahuna/style.css");

.lp-box-imagelink { /* landing page featured boxes, disable links */
  pointer-events: none;
  cursor: default;
}

.lp-staticslider .staticslider-caption-title span, .seriousslider.seriousslider-theme .seriousslider-caption-title span {
  /*background-color: rgba(48,112,139, 0.5);*/
  /* background-color: rgba(0,0,0, 0.5) !important;  dark gray from elsewhere in theme */
  background-color: rgba(48,112,139, 0.7) !important;  /* manual copy of current accent color, heavier opacity than 0.5 */
}
.post-thumbnail-container .featured-image-meta, #header-page-title-inside, .lp-staticslider .staticslider-caption-text span, .seriousslider.seriousslider-theme .seriousslider-caption-text span {
  /* background-color: rgba(0,0,0, 0.5);  default */
  background-color: rgba(48,112,139, 0.7) !important;  /* manual copy of current accent color, heavier opacity than 0.5 */
}

div.testimonial {
	background-color:#eeeff0;
	padding:10px;
	margin-bottom:15px;
}
h3.widget-title { /* testim = section#text-3 */
	display:none;
}
div.testimonial p {
	margin-top:12px;
}
div.testimonial p:first-child {
	margin-top:0;
}
div.testimonial p.attrib {
	font-style:normal;
/*	margin-top:8px;*/
}
