/*
Theme Name: Aqua Portfolio Child
Theme URI: https://aperturewp.com/downloads/aqua-portfolio/
Author: afrothemes
Author URI: http://aperturewp.com
Description: Aqua portfolio Child is a free WordPress Ajax portfolio theme.
Version: 1.0.12
License: GNU General Public License v2 or later
License URI: LICENSE
Template: aqua-portfolio
Text Domain: aqua-portfolio-child
Tags: grid-layout, custom-background, custom-menu, custom-logo, featured-images, translation-ready, blog, portfolio, photography

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body.home.custom-background {  }
input#volume {
  -webkit-appearance: none;
  width: 100%;
  border-color: #6EC1E4;
  background: white;
  height: 8px;
}

input#volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #888;
  height: 16px;
  width: 22px;
  border-radius: 3px;
  background: #6EC1E4;
  cursor: pointer;
  margin-top: -1px; /*You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
/* All the same stuff for Firefox */
input#volume::-moz-range-thumb {
  -webkit-appearance: none;
  border: 1px solid #888;
  height: 16px;
  width: 22px;
  border-radius: 3px;
  background: #6EC1E4;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
/* All the same stuff for IE */
input#volume::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid #888;
  height: 16px;
  width: 22px;
  border-radius: 3px;
  background: #6EC1E4;
  cursor: pointer;
}
input#volume:hover::-webkit-slider-thumb {
  border: 2px solid #6EC1E4;
  background: #fff;
}
input#volume:hover::-moz-range-thumb {
  border: 2px solid #6EC1E4;
  background: #fff;
}
input#volume:hover::-ms-thumb {
  border: 2px solid #6EC1E4;
  background: #fff;
}
input#volume:focus, input#volume:hover {
  outline: #6EC1E4;
  border-color: #6EC1E4;
}
input#volume::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: #fff;
  border-color: #6EC1E4;
  color: transparent;
  height: 8px;
}
.volume-icons {
}
.elementor-lightbox .dialog-widget-content {
    top: 0 !important;
    left: 0 !important;
}
.starter {
	line-height: 0px;
    margin: 0 auto;
    width: fit-content;
    transform: scale(1.2);
}
.elementor-1991 .elementor-element.elementor-element-83d608f .elementor-nav-menu--main .elementor-item.elementor-item-active {
    color: #2a98cc;
	font-weight: 700;
	}
.menu-item-58 {background: url(/wp-content/uploads/button2-01.png) right no-repeat;
    }

.menu-item-58:hover, .menu-item-58:active, .menu-item-58.current-menu-item {background: url(/wp-content/uploads/button2-02.png) right no-repeat #FFFFFF99;
}
.menu-item-59 {background: url(/wp-content/uploads/button3-01.png) right no-repeat;
    }

.menu-item-59:hover, .menu-item-58:active, .menu-item-59.current-menu-item {background: url(/wp-content/uploads/button3-02.png) right no-repeat #FFFFFF99;
}
.menu-item-63 {background: url(/wp-content/uploads/button4-01.png) right no-repeat;
    }

.menu-item-63:hover, .menu-item-59:active, .menu-item-63.current-menu-item {background: url(/wp-content/uploads/button4-02.png) right no-repeat #FFFFFF99;
}
.menu-item-65 {background: url(/wp-content/uploads/button5-01.png) right no-repeat;
    }

.menu-item-65:hover, .menu-item-63:active, .menu-item-65.current-menu-item {background: url(/wp-content/uploads/button5-02.png) right no-repeat #FFFFFF99;
}
.menu-item-64 {background: url(/wp-content/uploads/button1-01.png) right no-repeat;
    }

.menu-item-64:hover, .menu-item-16:active, .menu-item-64.current-menu-item {background: url(/wp-content/uploads/button1-02.png) right no-repeat #FFFFFF99;
}
.elementor-nav-menu li {
    padding: 0 25px;
    border-width: 0;
}
.elementor-1991 .elementor-element.elementor-element-83d608f .elementor-nav-menu--dropdown li {
    padding: 0;
}
.elementor-1991 {background: #f5f8ff;}
#colophon {
    width: 100%;
    background: #e7e6dd;
    padding: 5px 0;
    color: #000;
}
.site-info, .site-info a {
    color: #000;
}
.site-info a {
    font-weight: 700;
}
.entry-header {
    border-bottom: 7px solid white;
    text-align: center;
    margin-bottom: -30px;
}
p {
    margin-bottom: 1.5em;
    color: #000;
    font-size: 1.4em;
}

@media only screen and (min-width: 850px) {
	.azSide {
		float: right;
		width: 25%;
		max-width: 300px;
		padding: 20px;
		border-left: 7px solid white;
	}
	.azMain {
		padding: 0px 20px;  
		width: 75%;
		float: left;
	}
}
@media only screen and (max-width: 849px) {
	.azSide, .azMain {
		padding: 0px 20px;  
		width: 100%;
	}
}

/* Sticky Footer Layout */
html, body {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
}

#page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	flex: 1;
}

#content {
	flex: 1;
}

#colophon {
	margin-top: auto;
}

/* Audio Player Positioning */
.elementor-1991 {
	position: sticky;
	bottom: 0;
	z-index: 999;
	margin-top: auto;
}