/*   
Theme Name: Countyccw
Theme URI: Countyccw.com
Description: 
Author: Mike
Author URI: 
Template: 
Version: 1
*/

@import url("https://use.typekit.net/nfx7zhe.css");

* {
	margin: 0;
	padding: 0;
}
html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

body{
    color: #5a5a5a !important;
}

.page-404{
    background-image: url(/assets/images/404.svg);
	background-size:30%;
	background-position: center center ;
	background-repeat:no-repeat;
}

.wrapper-content {
	display: flex;
	flex-direction: column;
    min-height: calc(100% - 449px);
}

.wrapper-content > .container {
    padding-top: 28px;
}

.footer {
    flex: 0 0 auto;
}

h1, h2, h3, h4, h5, h6, .news-page .post-title{
    font-family: league-gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.01em;
}

.news-page .post-title a{
        color: #0b8fd4 !important;
}

.news-page .post-title a:hover, .news-page .post-title  a:active{
    color: #0d4b80 !important;
}

.btn-primary {
    background-color: #0d4b80 !important;
    border-color: #0b8fd4 !important;
    background-image: linear-gradient(#0982b9, #036c9b);
}

.class-search .btn, .class-search .btn-group{
    margin-left:10px;
}

#navbarCollapse .menu > ul{
    display: flex;
    flex-direction: inherit;
    margin-bottom: 0px;
}

.navbar-brand, .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-collapse .menu{
    display: flex;
    flex-direction: row;
    color: #fff;
    margin-bottom: 0px !important;
}
.menu-item-type-post_type{
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

li {
    list-style-type: none; 
}
.navbar{
	background-color:#fff;
	
}
.navbar-collapse li ul {
    display: none;
    position: absolute;
}

.dropdown-item{
    padding: 0rem 1.5rem !important;
}

.dropdown-item:hover, .dropdown-item:active{
    background-color: #b0b0b0 !important;
    color: #fff!important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #666!important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #3f3f3f!important;
}
.navbar-collapse .menu-item-has-children > a::after{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    vertical-align: 0.1em;
}

.navbar-collapse{
    margin-bottom:  0px !important;
    justify-content: space-between;
}

.fixed-header {
    position: sticky !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;    
}


.wrap-select{
    width: fit-content;
}

.middle-mobile{
    padding-top: 132px !important;
}


.middle .event_title {
    background-color: #343a40!important;
    color: #efecec !important;
    margin-top: 0px !important;
    padding-top: 6px;
    padding-bottom: 12px;
}

.middle .event_title a{
    color: #efecec !important;
    text-decoration: none;
}

.middle .event_data {
    border: 1px solid #aaaaaa;
    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
    border-radius: 4px;
    padding:  0px !important;
    margin-bottom: 16px !important;
}

.a_register_link {
    padding: 10px;
    border-radius: 5px;
    background-color: #6c757d;
    border-color: #6c757d;
}

.a_register_link:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

#event_wrapper {
    margin-top: 24px;
}

.middle .section-title{
    font-weight: bold;
}

.middle .ticket-selector-submit-btn{
    padding: .5rem 1rem;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: .3rem;
    cursor: pointer;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    border: 0px;
}

.middle .ticket-selector-submit-btn:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.middle .ee-ical-sbmt {
    padding: .5rem 1rem;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: .3rem;
    cursor: pointer;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    border: 0px;
}

.middle .ee-ical-sbmt:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.main-page-container .ui-widget-content{
    padding: 1em!important;
    line-height: 1.5em;
    margin: 0!important;
}

.main-page-container .ui-widget-header{
    padding-left: 1em!important;
    margin: .25em 0 0;
}

/* Pagination */
.pagination {
    clear:both;
    position:relative;
    font-size:11px; /* Pagination text size */
    line-height:13px;
    float:right; /* Pagination float direction */
}
 
.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#fff; /* Pagination text color */
    background: #555; /* Pagination non-active background color */
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
 
.pagination a:hover{
    color:#fff;
    background: #6AAC70; /* Pagination background on hover */
}
 
.pagination .current{
    padding:6px 9px 5px 9px;
    background: #6AAC70; /* Current page background */
    color:#fff;
}

.news-page .post-img img{
    max-height: 310px;
    width: auto;
    object-fit: contain;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.news-page .post-title{
    font-size: 2em;
    font-weight: 600;

}

.news-page .post-title span{
    font-family: league-gothic, sans-serif;
}

.news-page .post-month{
    font-weight: 600;
    margin-bottom: 16px;
}

.news-page{
    display: flex;
    flex-direction: column;
}


.not-found{
    text-align: center;
    margin-top: 24px;
    font-size: xx-large;
    font-family: league-gothic, sans-serif;
}

.fndclss {
    display: table;
    width:100%;
}
.fndclss a{
    margin: 10px 0 10px;
    float:right;
}

.results-fltr{
    display: flex;
}

.results-fltr .new-select{
    font-size: 1.3rem;
}

.results-fltr #submit{
    font-size: 1.3rem;
}

.results-fltr #wdmform{
    width: auto;
}

.results-fltr .column_wraper, .results-fltr .column-countyes-dropdown{
    top: 185px;
}

.results-fltr .column-countyes-dropdown{
    margin: auto;
    transform: translateX(-50%);
    left: 50%;
}

@media (min-width: 300px)  and (max-width: 424px){
    .news-page .post-img img{
        width: 100%;
    }
    .results-fltr .column_wraper, .results-fltr .column-countyes-dropdown {
        top: 204px;
    }
}

@media (min-width: 425px) and (max-width: 767.98px) {
    .news-page .post-img img{
        width: 100%;
    }
    .results-fltr .column_wraper, .results-fltr .column-countyes-dropdown {
        top: 204px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) { 

}

@media (min-width: 992px) and (max-width: 1199.98px) { 
    
}


@media (min-width: 1200px) {
    
}
