a{
	text-decoration: none !important;
}

::-webkit-scrollbar {
    width: 1em;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1.25em;
    border-radius: 1.25em;
    border: 0.25em #f1f1f1 solid;
    background: #FFC70B;
}

::-webkit-scrollbar-track {
    border: none;
    background: #f1f1f1;
}

#price{
	margin-left:20px;
}
.question div {
    position: absolute;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    width: 100%;
    max-width: 300px;
    padding: 10px;
    background: white;
    z-index: 10;
    display: none;
}
.question:hover div{
	display: block;
}
.question{
	margin-left:20px;
}
.question span{
	position: relative;
	font-size: 13px;
  background: rgba(0,0,0,.1);
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
#calc-form{
	display:flex;
}
#calc-form > * > *:nth-child(2){
	min-width: 60px;
	/*margin-left: 20px;*/
}
#calc-form > *{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#calc-form input{
	padding: 10px;
	max-width: 100px;		
}
#result, #remain{
	border:none;
	width:auto;
	display:inline-block;
	pointer-events: none;
}
#price, #percent{
	border:1px solid rgba(0,0,0,.2);
	margin-right: 20px;
}

btn-scrollup{display:none}

.trp-language-switcher{
	left: -30px;
}

.trp-ls-shortcode-language,
.trp-ls-shortcode-current-language{
	text-align: left;
	width: auto !important;
}

.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language{
	color: rgba(0, 0, 0, 0.5) !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.trp-language-switcher > div > a{
	padding: 5px;
}

.trp-language-switcher > div > a > img{
	position: relative;
	top: -1px;
}

.trp-language-switcher .trp-ls-shortcode-current-language{
	background: none;
	padding: 0 0 0 25px;
	border: none;
}

.trp-language-switcher .trp-ls-shortcode-language{
	background: none;
	border: none;
	top: 35px !important;
	left: 15px !important;
	background: #FFF;
	padding: 0;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	width: 190px !important;
}

.trp-language-switcher:focus .trp-ls-shortcode-current-language, .trp-language-switcher:hover .trp-ls-shortcode-current-language{
	visibility: visible !important;
}

.trp-language-switcher .trp-ls-shortcode-language a.trp-ls-shortcode-disabled-language{
	display: none !important;
}

.trp-language-switcher .trp-ls-shortcode-language a{
	padding: 0.6rem 1.8rem !important;
	color: rgba(0, 0, 0, 0.5) !important;
}

.trp-language-switcher .trp-ls-shortcode-language a:hover{
	color: rgba(0, 0, 0, 1) !important;
	background: #f8f9fa !important;
}

#gtranslate_selector{
	border: none;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.5) !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	padding: 7px 0;
	font-size: 14px;
	line-height: 20px;
}

#gtranslate_selector option{
	padding: 7px 5px;
	font-size: 14px;
	line-height: 20px;
}

.navbar .pix-dark-nav-line .nav-style-megamenu>li.nav-item .nav-link span:after{
	background: #F99500 !important;
}

.dropdown-item:hover .pix-dropdown-title, .dropdown-item:hover .pix-dropdown-title::after, .dropdown-item:focus .pix-dropdown-title, .dropdown-item:focus .pix-dropdown-title::after, .dropdown-item:active .pix-dropdown-title, .dropdown-item:active .pix-dropdown-title::after{
	color: #F99500 !important;
	white-space: normal !important;
}

#menu-woodlands .dropdown-menu .submenu-box .container .menu-item a:hover{
	background-color: #FFE3BB !important
}
@media screen and (max-width: 998px){
	#calc-form {
    display: inline-block;
	}
	#calc-form > * {
    display: block;
	}
}
@media screen and (min-width: 768px){
	
	#menu-woodlands .dropdown-menu .submenu-box .container .menu-item:hover a span.pix-dropdown-title:after {
			/*content: "\27F6";
			padding: 0 0 0 4px;
			opacity: 1;
			transition: opacity .5s ease-in-out;
			font-weight: bold;*/
	}
	
}

@media screen and (min-width: 1200px){
	
	#masthead .container,
	#masthead .container-xl,
	#pix-page-footer .container,
	.pix-topbar .container-xl{
		max-width: 1250px;
	}
	
}

@media screen and (min-width: 992px) and (max-width: 1200px){
	
	#masthead .container,
	#masthead .container-xl,
	#pix-page-footer .container,
	.pix-topbar .container-xl{
		padding-left: 0;
		padding-right: 0;
	}
	
	#masthead .pix-header .navbar-brand img{
		max-width: 90%;
	}
	
	#masthead .menu-item .pix-dropdown-title.text-sm{
		font-size: 12px !important;
		white-space: nowrap !important;
	}
	
	#masthead .justify-content-center{
		justify-content: right !important;
	}
	
	#masthead .navbar a.btn-yellow{
		padding: 5px 7px !important;
	}
}

.pix-main-menu .nav-style-megamenu>li.nav-item .dropdown-menu {
	top: 65%;
}

div.pix-main-intro.pix-intro-1.bg-gradient-primary {
	display: none;
}

/* StudioHawk CSS */

h2.sh-h2-blog-heading {
	font-size: 1.2em;
	margin: 10px 0;
}