/*
Theme Name: Zafiro Child
Description: Child theme for Zafiro theme
Template: zafiro
Version: 1.0
*/

/* Basics
================================================================================================= */
h1, h2, h3, h4, h5, h6 {}

/* Pages Sections
================================================================================================= */
.header-wrapper .header-meta { border-bottom: 1px solid #e1e1e1; }
.header-wrapper .header-main { background-color: #2f8bce; }
.page-title-wrapper { background-color: #f6f6f6; color: #333; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; }
.page-title-wrapper .title-bar-bg { height: 250px; }
.page-title-wrapper .title-bar-bg,
.page-title-wrapper .title-bar-bg a { color: #FFF; }
.page-title-wrapper .title-bar-bg .title-bar h1.entry-title { margin: 0; color: #FFF; font-size: 38px; }
.page-title-wrapper,
.page-title-wrapper a { color: #333; }
.page-title-wrapper .title-bar h1.entry-title { margin: 0; color: #333; }
.page-title-wrapper .breadcrumb { padding: 0; margin-bottom: 0; background-color: transparent; border-radius: 0; }
.page-title-wrapper .breadcrumb li.breadcrumb-item { margin: 0; font-size: 11px; }
.footer-wrapper .footer-widget-area { background-color: #134584; padding: 60px 0; }
.footer-wrapper .footer-copyright-area { background-color: #FFF; color: #111; border-top: none; }
.footer-wrapper .footer-copyright-area a { color: #111; }
.footer-wrapper .footer-copyright-area a:hover { color: #333; }
.footer-wrapper .footer-copyright-area p:last-child { margin: 0; }

/* Header Main Global
================================================================================================= */
.header-wrapper .header-main .wrapper-logo .standard-logo, 
.header-wrapper .header-main .wrapper-logo .sticky-logo { max-height: 45px; }

/* Sticky Header
================================================================================================= */
.header-wrapper.header-sticky { background-color: rgba( 255, 255, 255, 1.0 ); box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 ); -webkit-animation-duration: .5s; animation-duration: .5s; }
.header-wrapper.header-sticky .header-meta { display: none !important; }
.header-wrapper.header-sticky .header-main .header-main-content .row { padding: 10px 0; }
.header-wrapper.header-sticky .header-main .wrapper-logo .standard-logo, 
.header-wrapper.header-sticky .header-main .wrapper-logo .sticky-logo { max-width: none !important; max-height: 45px !important; }

/* Superfish
================================================================================================= */
.sf-menu li { background: none; }
.sf-menu li a { padding: 0.5em 1.0em; text-decoration: none; color: #FFF; }
.sf-menu li:hover a { color: #134584; }
.sf-menu li.current-menu-item, 
.sf-menu li.current_page_item {}
.sf-menu li.current-menu-item a, 
.sf-menu li.current_page_item a { color: #FFF; }
.sf-menu ul { border: 1px solid #e1e1e1; }
.sf-menu ul li, 
.sf-menu ul ul li { border-bottom: 1px solid #e1e1e1; background-color: rgba( 255, 255, 255, 1.0 ); }
.sf-menu ul li:last-child, 
.sf-menu ul ul li:last-child { border-bottom: none; }
.sf-menu li li:hover, 
.sf-menu li li.sfHover { background: #f6f6f6; }
.sf-menu ul li a, 
.sf-menu ul ul li a { font-size: 0.8125rem; }
.sf-menu ul li a, 
.sf-menu ul ul li a, .sf-menu li:hover li a { color: #333; }
.sf-menu ul li a, 
.sf-menu ul ul li a { padding: .80em .75em; font-size: 13px; }
.sf-menu ul li.current-menu-item, 
.sf-menu ul li.current_page_item { background: #f5f5f5; }
.sf-menu ul li.current-menu-item a, 
.sf-menu ul li.current_page_item a { color: #333; }

/* Sidebars
================================================================================================= */
.widget:not(.widget_text) ul li { position: relative; margin: 0; padding: 10px 0 10px 15px; }
.widget:not(.widget_text) ul li:before { font-family: "Font Awesome 5 Free"; content: "\f105"; font-weight: 900; position: absolute; left: 0; top: 10px; }

.sidebar .widget { margin: 0 0 30px 0; padding: 0; }
.sidebar .widget h3 { margin: 0 0 8px 0; }
.sidebar .widget:not(.widget_text) ul li { border-bottom: 1px solid #e1e1e1; }

.footer-widget-area .widget { margin: 20px 0; color: #FFF; }
.footer-widget-area .widget h2,
.footer-widget-area .widget h3,
.footer-widget-area .widget h4,
.footer-widget-area .widget h5 { color: #FFF; }
.footer-widget-area .widget h3 { font-size: 19px; line-height: normal; margin: 0 0 25px 0; }
.footer-widget-area .widget a:not(.btn) { color: #FFF; }
.footer-widget-area .widget a:hover:not(.btn) { color: #CCC; }
.footer-widget-area .widget:not(.widget_text) ul li { border-bottom: 1px solid #FFF; }

/* Custom
================================================================================================= */
.text-style-01 { display: inline-block; color: transparent; background: linear-gradient(130deg, #CCC, #f9f9f9); background-clip: text; font-size: 150px; line-height: 150px; font-weight: 600; }
.icon-circle-dark { background: #104686 !important; }

.snip1360 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1360 figcaption {
  width: 100%;
  background-color: #ffffff;
  padding: 10px 25px 55px;
  position: relative;
}
.snip1360 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.snip1360 figcaption a {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: #104686;
  color: #FFF;
  font-size: 0.8em;
  text-transform: uppercase;
  opacity: 0.65;
  width: 100%;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
}
.snip1360 figcaption a:hover {
  opacity: 1;
}
.snip1360 h2 {
  margin: 0 0 10px;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.2em;
  text-transform: uppercase;
}
.snip1360 p {
  margin: 0 0 10px;
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}

.page-id-25 .wrapper-menu-main { display: none; }

figure.snip1123 { color: #fff; position: relative; overflow: hidden; width: 100%; background: #111; text-align: center; margin: 0; }
figure.snip1123 * { -webkit-box-sizing: padding-box; box-sizing: padding-box; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
figure.snip1123 img { opacity: 1; width: 100%; }
figure.snip1123 figcaption { left: 0; right: 0; margin: 0 auto; opacity: 0; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
figure.snip1123 h2 { color: #fff; font-size: 32px; margin: 0; }
figure.snip1123 span { font-size: 13px; }
figure.snip1123 a { left: 0; right: 0; top: 0; bottom: 0; position: absolute; }
figure.snip1123:hover img,
figure.snip1123.hover img { opacity: 0.7; -webkit-transform: scale(1.1);transform: scale(1.1); }
figure.snip1123:hover figcaption,
figure.snip1123.hover figcaption { -webkit-transform: translateY(-50%); transform: translateY(-50%); opacity: 1; }

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
	/*body.home .header-wrapper.header-original { position: absolute; left: 0; top: 0; width: 100%; padding-top: 20px; z-index: 1040; }*/
	.header-wrapper .header-main .wrapper-logo .standard-logo, 
	.header-wrapper .header-main .wrapper-logo .sticky-logo { max-width: none; max-height: 75px; }
}

@media (min-width: 1200px) {}