/*
 ██████╗ ██████╗ ███╗   ██╗████████╗███████╗███╗   ██╗████████╗    ███████╗████████╗██╗   ██╗██╗     ███████╗███████╗
██╔════╝██╔═══██╗████╗  ██║╚══██╔══╝██╔════╝████╗  ██║╚══██╔══╝    ██╔════╝╚══██╔══╝╚██╗ ██╔╝██║     ██╔════╝██╔════╝
██║     ██║   ██║██╔██╗ ██║   ██║   █████╗  ██╔██╗ ██║   ██║       ███████╗   ██║    ╚████╔╝ ██║     █████╗  ███████╗
██║     ██║   ██║██║╚██╗██║   ██║   ██╔══╝  ██║╚██╗██║   ██║       ╚════██║   ██║     ╚██╔╝  ██║     ██╔══╝  ╚════██║
╚██████╗╚██████╔╝██║ ╚████║   ██║   ███████╗██║ ╚████║   ██║       ███████║   ██║      ██║   ███████╗███████╗███████║
 ╚═════╝ ╚═════╝ ╚═╝  ╚═══╝   ╚═╝   ╚══════╝╚═╝  ╚═══╝   ╚═╝       ╚══════╝   ╚═╝      ╚═╝   ╚══════╝╚══════╝╚══════╝
                                                                                                                     
 */
/**************************************************************************************
*
* Hey Developer
*
* In order to to make "layouts" more moduler and compatible with all sites 
* I've seperated the basic custom styles into it's own file.
*
* Do put generic css that applies to all websites in here
* Don't put specific css styles that only apply to this website in here
* 
**************************************************************************************/
/**************************************************************************************
* LAYOUT - IMAGE CAROUSEL
**************************************************************************************/
.layout-image-carousel .image-carousel--item {
  text-align: center;
}
.layout-image-carousel .image-carousel--item img {
  width: auto;
  height: auto;
  vertical-align: middle;
}
/**************************************************************************************
* LAYOUT BANNER SLIDER
**************************************************************************************/
.layout-banner-slider > .container {
  padding: 0px;
  width: 100%;
}
/**************************************************************************************
* LAYOUT ADVANCED SLIDER
**************************************************************************************/
.layout-advanced-slider > .container {
  padding: 0px;
  width: 100%;
}
.layout-advanced-slider > .container .layout-advanced-slider--slide {
  width: 100%;
}
