/*
    Theme Name: Dog Lovers
    Author: Richie Lennox
    Version: 1.0
    Text Domain: doglovers
*/

.owl-height {
    height:130px;
}
.owl-item {
}
#owl-demo2 .item{
    margin: 3px;
text-align: center;
vertical-align: middle
}
#owl-demo2 .item img{
}

.home #content-section {
    background: #ec3a7d;
}
.home #content-section h3, .home #content-section .body{
    color: #fff;
}
.home #content-section .link a{
    text-transform: uppercase;
}
.home #content-section h2 {
    font-family: "GothamBook";
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
}
.home #content-section h2 a {
    color: #fff;
}
.sticky-header.uk-active .uk-navbar-nav>li>a{
 color: #3fabe1;
}
#menu-main-menu .sub-menu{
	display: none;
	background-color: #3fabe1 !important;
	padding: 20px !important;
	position: absolute !important;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff !important;
}
#menu-main-menu .sub-menu a{
	color: #fff !important;	
}
#menu-main-menu .menu-item.menu-item-has-children{
	position: relative !important;
}
#menu-main-menu .menu-item:hover > .sub-menu{
	display: block;

}
.locations{
	display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    background-color: #ec3a7d;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: #fff;
}
.locations h3{
    color: #fff !important;
    margin-bottom: 30px;
}
#filters{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 60%;
    margin-bottom: 40px;
}
#filters li {
	display: flex;
	cursor: pointer;
}
#filters li.is-checked{
	color: #3fabe1;
	font-weight: 600;
}
@media(max-width: 568px){
	#filters{
		width: 100%;	
	}
}

.home #content-section .link a{
    padding: 10px;
    border: 1px solid #9de;
    color: #9de;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}
.col-three-grid .link a{
    padding: 10px;
    border: 1px solid #9de;
    //color: #9de;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}

#sidebar{

}
#sidebar .sidebar-item{
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f7f7f7;
}
#sidebar .sidebar-item.content-block{

}
#sidebar .sidebar-item.image-with-link-block{

}
#sidebar .sidebar-item.image-with-link-block .image-wrapper{

}
#sidebar .sidebar-item.image-with-link-block .image-wrapper img{
    object-fit: cover;
}
#sidebar .sidebar-item.image-with-link-block .title{
    margin-top: 10px;
    
}
#sidebar .sidebar-item.image-with-link-block .title h4{
    margin-bottom: 0;
}

#sidebar .sidebar-item.content-block {
    
}
#sidebar .sidebar-item.content-block .title{

}
#sidebar .sidebar-item.content-block .content p{
    margin-bottom: 0;
    padding-bottom: 0;
}

.filter-wrapper .select2 {
    margin-right: 20px;
}
.filter-wrapper span:last-child{
    margin-right: 0;
}
.select2.select2-container{
    width: 120px !important;
}
#navbar .uk-navbar li ul li {
    position: unset !important;
    background-color: #ec3a7d;
    margin-bottom: 15px !important;
}
#navbar .uk-navbar li ul li:last-child{
    margin-bottom: 0 !important;
}
@media(max-width: 768px){
    #header .logo_dates {
        width: 70% !important;
    }
}
a.colorbox.cboxElement{
    display: block;
    width: 100%;
    height: 100%;
}
a.colorbox.cboxElement img{
    width: 100%;
    object-fit: cover;
}
