<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:     Kleo Child
Theme URI:
Description:    Child theme for Kleo
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Version: 1.18
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/


/*
* Please add your custom styles below
*/

/*@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.eot');
  src: url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}*/

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-feedback .form-control {
    padding-right: 42.5px;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.btn{
	line-height: normal;
	margin: 0;
}
.keytakeaway{
    background: lavenderblush;
    padding: 1em;
	font-size: 0.9em;
}

li.oranum-menu-button a
{
	border: #e92b75 1px solid !important;
}

/* Initially hide mobile link */
.mobile-link {
    display: none;
}

.birthdate_search_wrapper
{
	height: 60px;
}
.birthdate_search
{
	background: #ffffff;
  position: -webkit-sticky; /* For Safari */
  position: sticky;
	top: 0;
	width: 95%;
}

/* CSS Media Query for Mobile Devices */
@media screen and (max-width: 768px) {
    /* Hide desktop link on mobile */
    .desktop-link {
        display: none;
    }
    /* Show mobile link on mobile */
    .mobile-link {
        display: block;
    }
}
@media (max-width: 600px) {
    .header-color.social-header {
        position: fixed !important;

    }
	.header-color.social-header li a {
		font-size: 1.5em !important;
	}
	h1.page-title {
    font-size: 1.5em;
	}
	.container .breadcrumb-extra .breadcrumb 
	{
		margin-top: 0;
	}
	.google-auto-placed
	{
		background: #ffffff;
	}
}
</pre></body></html>