/*
Theme Name: DSTKCMO
Author: Blue Symphony LLC
Author URI: http://www.bluesymphony.com/
Description: Custom WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dstkcmo

*/

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

.admin-bar .sticky-top{
    top: 32px;
}

.latest-news .feature-img{
    max-width: 100%;
    height: auto;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top{
    z-index: 1100 !important;
}

.wp1s-main-wrapper .wp1s-slider-container ul.wp1s-bxslider li img{
    width:100%;
}

section.header .header-msg{
	color: #f5f5f5;
    font-size: 1.55em;
}

@media screen and (max-width: 767px){
	section.header .header-msg{
		font-size: 1.1em;
		line-height: 1.2;
	}
}

footer.main-footer{
	color: #565656
}

#media_image-2 a:hover{
	border-bottom: none;
}

#footer h3.widget-title{
	font-size: 1.3rem;
}

img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.post-thumbnail img {
	max-width: 100%;
    height: auto;
}

#search-form-nav{
	max-width: 120px;
    font-size: 0.9em;
    line-height: 1;
    border: none;
    background: rgba(255,255,255,0.3);
	color: #f1f1f1;
}
#search-form-nav::placeholder{	
    color: #c1c1c1;
}
#search-form-nav:-ms-input-placeholder,
#search-form-nav::-ms-input-placeholder{
	color: #c1c1c1;;
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}

a:hover{
	border-bottom: none !important;
}