.location-drop {
    font-size: 18px;
    color: #1069AB;
}

.fa-caret-right:before{
    margin-left:10px
}

.location-drop:hover {
    text-decoration: none;
}

.filter-div {
    /* position: absolute; */
    padding-left: 1rem;
}
.filter-div h2 {
    color: #1069AB;
    font-size: 25px;
    margin: 2rem;
    font-weight: 700;
}

.events-column h2 {
    font-size: 60px;
    margin-left: 36.5%;
    color:#1069AB;
    margin-bottom: 50px;
}

.events-column h2:before {
    content: '';
    position: absolute;
    top: 42px;
    width: 250px;
    height: 2px;
    background: #1069AB;
    z-index: -1;
    left: 60px;
}

.events-column h2:after {
    content: '';
    position: absolute;
    top: 41px;
    width: 250px;
    height: 2px;
    background: #1069AB;
    z-index: -1;
    right: 60px;
}

.single-box {
    box-shadow: 0 0.5rem 3rem rgba(0,0,0,.15)!important;
    border-radius: 15px;
}
.bottom {
    font-size: 1.25rem;
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

h3.card-head {
    font-size: 20px;
    text-align: center;
    color: #1069AB;
}
.color{
    color: #1069AB;
}
.date-text {
    text-align: center;
    color: #1069AB;
    /* font-size: 15px; */
    margin-bottom: 0;
}


.btn-register {
    padding: 7px 60px;
    border-radius: 12px;
    background-color: #1069AB;
}

hr.someClass {
    border-top: 2px solid #1069AB;
}

@media screen and (max-width:991px){
    
    .events-column h2:before,.events-column h2:after{
        display:none;
    }
    .events-column h2 {
        font-size: 60px;
        margin-left: 50px;
        color: #1069AB;
        margin-bottom: 50px;
    }

    .single-box {
        margin-bottom: 10px;
    }
}

.kryesore {
    overflow-y:scroll;
}



.event-types .types {
	display: inline-block;
	margin: 3px;
	padding: 0 7px 0 14px;
	white-space: nowrap;
	position: relative;

	background: -moz-linear-gradient(top, #1069AB 0%, #1069AB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1069AB), color-stop(100%,#febc4a));
	background: -webkit-linear-gradient(top, #1069AB 0%,#1069AB 100%);
	background: -o-linear-gradient(top, #1069AB 0%,#1069AB 100%);
	background: linear-gradient(to bottom, #1069AB 0%,#1069AB 100%);
	background-color: #1069AB;

	color: #FFFFFF;
	font: bold 11px/21px Arial, candara, sans-serif;;
	text-decoration: none;


	border-top: 1px solid #1069AB;
	border-bottom: 1px solid #1069AB;
	border-right: 1px solid #1069AB;
	border-radius: 1px 3px 3px 1px;
	box-shadow: inset 0 1px #1069AB, 0 1px 2px rgba(0,0,0,0.21);
}

.types:before {
	content: '';
	position: absolute;
	top: 5px;
	left: -6px;
	width: 10px;
	height: 10px;

	background: -moz-linear-gradient(45deg, #1069AB 0%, #1069AB 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#1069AB), color-stop(100%,#1069AB));
	background: -webkit-linear-gradient(-45deg, #1069AB 0%,#1069AB 100%);
	background: -o-linear-gradient(45deg, #1069AB 0%,#1069AB 100%);
	background: linear-gradient(135deg, #1069AB 0%,#1069AB 100%);
	background-color: #FEC95B;

	border-left: 1px solid #1069AB;
	border-bottom: 1px solid #1069AB;
	border-radius: 0 0 0 2px;
	box-shadow: inset 1px 0 #1069AB, 0 2px 2px -2px rgba(0,0,0,0.33);
}
.types:before {
	-webkit-transform: scale(1, 1.5) rotate(45deg);
	-moz-transform: scale(1, 1.5) rotate(45deg);
	-ms-transform: scale(1, 1.5) rotate(45deg);
	transform: scale(1, 1.5) rotate(45deg);
}
.types:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 1px;
	width: 5px;
	height: 5px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #FFFFFF;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 1px 1px rgba(0,0,0,0.21);
}
