/*
Theme Name: Aquapure
Description: Basic WordPress theme for Sitepoint theme building tutorial
Text Domain: Aquapure
Version: 1.0.0
License: GNU General Public License v2 or later
*/

.site-body {
    max-width: 1029px;
    margin: auto;
    padding: 0px 15px;
    box-sizing: border-box;
}
div#ttr_main {
    background: #fff;
}

body {
    background-image: url(../../../images/uploads/2021/11/bg.jpg);
}

.top-bar {
    display: flex;
}

@media (min-width:767px){
	.mobile-menu{display: none;}
	.top-bar > div {flex-grow: 1;width: 33.33%;}
	.sidebar-section {
    	display: inline-block;
    	width: 25%;
	}
	.page-section {
    	width: 75%;
    	float: left;
	}
	#gallery-1 .gallery-item {
    	width: 29%!important;
	}
}

.gallery-item {
    height: 136px;
}

.top-bar > div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul#menu-top-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

ul#menu-top-menu li:first-child {
    font-family: 'coolvetica_rgregular';
    font-weight: normal;
    letter-spacing: 0.5px;
    font-size: 24px;
    margin: 50px 0 5px 0;
}

ul#menu-top-menu a {
    text-decoration: none;
}

ul#menu-top-menu li:nth-child(1) span:before {
    content: "PHONE";
    padding-right: 9px;
}

ul#menu-top-menu li:nth-child(2) span:before {
    content: "License No";
    padding-right: 9px;
}

ul#menu-top-menu li:nth-child(2) a {
    color: #333333;
    font-family: arial;
}

.top-bar> div:last-child {
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: right;
}

ul#menu-top-menu {
    padding-right: 9px;
}

.top-bar {
    padding-bottom: 20px;
}

.nav li:first-child a {
    border: none;
}

ul#menu-footer-menu li:after {
    content: "-";
    padding-left: 4px;
    padding-right: 0px;
}

ul#menu-footer-menu li:last-child:after {
    opacity: 0;
}

.cnt-slider{
	height:300px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.page-container {
    display: inline-block;
    width: 100%;
}

.page-section {
    padding-top: 20px;
}

.page-container {
    padding: 0px 21px;
    box-sizing: border-box;
}

.cnt-slider img {
    border-radius: 0px 0px 18px 18px;
}

.page-section ul {
    list-style: none;
    padding: 0;
}

.page-section li:before {content: "*";position: absolute;left: 0;color: #007ac4;font-size: 22px;top: 6px;}

.page-section ul li {
    position: relative;
    padding-left: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eeeeee7a;
    padding-top: 6px;
}

.page-section {
    padding-right: 45px;
    box-sizing: border-box;
}

ul.two-colmn-list li {
    width: 40%;
    float: left;
    margin-right: 6%;
    min-width: 280px;
}

.page-container {
    padding-bottom: 50px;
}

dt.gallery-icon.landscape img {
    width: 100%;
    height: auto;
}

.contact-section div {
    box-shadow: 0px 0px 15px #eee;
    border: 1px dashed #c5b4b4;
    margin-bottom: 22px;
    width: 44%;
    float: left;
    margin-right: 37px;
    padding: 19px 31px;
    box-sizing: border-box;
}

.contact-section div strong {
    font-size: 17px;
    margin-bottom: 8px;
    display: inline-block;
    color: #0471bd;
}

.contact-section div a {
    color: inherit;
}

.contact-form {
    display: inline-block;
}

.contact-form :is(input,textarea):not([type=submit]) {
    width: 100%;
    border: 1px solid #d5cdcd;
    padding: 12px 23px;
    font-size: 15px;
    margin-top: 6px;
}

.contact-form p {
    font-size: 15px;
    font-weight: bold;
}

.contact-form {
    box-shadow: 0px 0px 15px #eee;
    border: 1px dashed #c5b4b4;
    width: calc(100% - 45px);
    padding: 15px 33px;
    box-sizing: border-box;
	margin-left: 4px;
}

.contact-form input[type=submit] {
    background: transparent;
    border: 1px solid #0471bd;
    color: #0471bd;
    padding: 13px 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 13px;
}

.contact-form input[type=submit]:hover {
    border-color: #0471bd;
    background: #0471bd;
    color: #fff;
    cursor: pointer;
}

.page-template-contact-us .menu-top-menu-container {
    display: none;
}

.page-template-contact-us{
	background-image:url(../../../../testingwebserver.com/demo1/aquapure/wp-content/uploads/2021/11/bg-contact.html);
}

.cnt-slider {
    overflow-y: hidden;
    display: inline-block;
    width: 100%;
}
html, body {
	width: 100%;
}


@media (max-width:767px){
	nav.nav-bar {
    	display: none;
	}
	.cnt-slider.slick-initialized.slick-slider {
		height: 100px;
	}

	.cnt-slider  img {
		width: 100%;
	}

	.cnt-slider {
		height: 110px!important;
	}
	.top-bar {
		flex-direction: column;
	}
	.top-bar > div:nth-child(2) {
		order: 2;
		border-top: 1px solid #eee;
		margin-top: 15px;
		padding-top: 8px;
	}
	
	ul#menu-top-menu li:first-child {
		margin: 0px 0 5px 0;
	}
	.menu-top-menu-container {
		text-align: center;
	}
	.top-bar> div:last-child {
		justify-content: center;
    }
	.page-section {
		padding-right: 0;
		box-sizing: border-box;
	}
	.page-container {
		padding: 0px 3px;
		box-sizing: border-box;
	}
	.sidebar-section {
		width: 100%;
		display: inline-block;
	}	
	.sidebar {
		float: right;
		margin: 20px 10px 10px 30px;
		width: 97%;
	}
	#gallery-1 .gallery-item {
		width: 42%!important;
	}
	
	div#gallery-1 br {
		display: none;
	}
	div#gallery-1 {
		margin-right: -32px;
	}
	.gallery-item {
		height: 112px;
	}
	.contact-section div {
		width: 100%;
		margin-right: 0;
    }
	.contact-form {
		width: calc(100% - 0px);
    }
}

.inner-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #2b388f;
    left: 0;
    top: 0;
    z-index: 9;
}

.inner-menu a {
    font-size: 22px;
    color: #fff;
    text-decoration: none;
}

.inner-menu ul {
    text-align: center;
    list-style: none;
    padding: 0;
}

.inner-menu li {
    padding: 8px 0px;
}

.mobile-menu-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: -50px;
    flex-direction: column;
}

p.close {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: -3px;
}

p.close:before {
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    transform: rotate(45deg);
}

p.close:after {
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    transform: rotate(-45deg);
}

.inner-menu:not(.cnt-active-menu) {
    display: none;
}

.menu-trigger {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: 47px;
    margin-top: 60px;
}

.menu-trigger span {
    width: 68%;
    height: 2px;
    background: #2b388f;
    display: inline-block;
    margin-bottom: 7px;
}

dt.gallery-icon.landscape a {
    pointer-events: none;
}