/*

Theme Name: Svaha_theme

*/

.alignnone {
    margin: 5px 20px 20px 0;
}
.page-title-search {
    margin: 30px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.blog_item img {
    height: 300px;
    object-fit: cover;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}




.owl-prev i, .owl-next i {
    color: white;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
	font-size: 40px!important;
}
.owl-prev {
    left: 5px;
}
.owl-next {
    right: 5px;
}



  .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline; }
    .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; 
	}



@media(max-width: 593px){
	.head_nav{
		display: none;
		font-size: 21px;
	}
	.head_nav li{
		margin-top: 20px;
	}
	.menu_hamb{
		display: block!important;
		font-size: 22px;
	}
	.head_menu{
		text-align: center;
	}
    #cookie_notification {
        flex-direction: column;
        align-items: flex-start !important;
        width: 90% !important;
    }
    .cookie_accept {
        margin-top: 15px;
    }
}
#cookie_notification p {
    font-size: 14px;
    line-height: 1.3;
}
#cookie_notification {
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 80%;
    max-width: 1024px;
    transform: translateX(-50%);
    padding: 25px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 99999;
}
.cookie_accept {
    color: #ffffff;
    background-color: #e6602f;
    font-size: 15px;
    border-radius: 30px;
    text-align: center;
    padding: 16px 26px;
    border:0;
    cursor: pointer;
}
.cookie_accept:hover {
    background: #000;
    color: white;
}
@media (min-width: 320px) {
    #cookie_notification.show {
        display: flex;
        align-items: center;
    }
}