/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 

    
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
html, body, .homepage-slides, .homepage-slides div {
	height: auto;
}
.single-homepage-slides .ko-custom-logo img {
	max-width: 300px;
}
.single-homepage-slides h1 {
	font-size: 40px;
}
.single-homepage-slides .ko-custom-logo {
	margin-top: 170px;
}


}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.homepage-slides .owl-controls .owl-nav div {
	left: 20px;
}
.homepage-slides .owl-controls .owl-nav div.owl-next {
	right: 20px;
}
html, body, .homepage-slides, .homepage-slides div {
	height: auto;
}
.single-homepage-slides .ko-custom-logo img {
	max-width: 200px;
}
.single-homepage-slides .ko-custom-logo {
	margin-top: 170px;
}
.single-homepage-slides h1 {
	font-size: 20px;
}



}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {



}

/* === Floaters: Botpress + UserWay === */

/* Botpress v3 host element (custom element or iframe) */
bp-web-widget,
#bp-web-widget,
.bp-widget,
iframe[src*="botpress.cloud"] {
  position: fixed !important;
  right: 120px !important;   /* shift LEFT ~20px more by increasing this number */
  bottom: 28px !important;
  z-index: 9999 !important;
}

/* UserWay accessibility button/container */
#userwayAccessibilityIcon,
.uwy,
#acsb-widget,
.accessibility-widget,
.accessibility-button {
  position: fixed !important;
  right: 80px !important;   /* keep this closest to the corner */
  bottom: 28px !important;
  z-index: 10000 !important; /* keep it above chat if they overlap */
}

/* Mobile lift (avoid nav bars/keyboard overlap) */
@media (max-width: 767px) {
  bp-web-widget,
  #bp-web-widget,
  .bp-widget,
  iframe[src*="botpress.cloud"] {
    right: 16px !important;
    bottom: 96px !important; /* raise chat above the accessibility button */
  }
}

