/*!
Theme Name: protech
Theme URI: http://underscores.me/
Author: Arun Sharma
Author URI: http://www.digilinkers.com
Description: Custom Wordpress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: protech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

protech is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Custom Styles
--------------------------------------------------------------*/

*, body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}

/* Fix the top margin when logged in*/

.logged-in .fixed-top {
	top: 32px;
}

@media only screen and (max-width: 782px) {
	.logged-in .fixed-top {
		top: 46px;
	}
}


/*Color Reference
#324d5c
#46b29d
#f0ca4d
#e37b40
#f53855
*/

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/


.navbar {
	/*background-color: #324d5c!important;*/
	background-color: #fff!important;
	padding: 0 1rem;
	box-shadow: 0px 2px 5px 0px #040708;
	z-index: 20;
}

.navbar-brand {
	color: #fff!important;
	padding-top: 0;
	padding-bottom: 0;
}

.brand-logo {
	height: 70px;
}

.company-name {
	height: 80px;
	padding-left: 20px;
}

/*#top-nav {
	margin: 0 auto;
}*/

.nav-item {
	width: 8rem;

}

.nav-item a {
	color: #121212!important;
	height: 80px;
	line-height: 80px;
	display: block;
	text-align: center;
	font-weight: 400;
}

.nav-item a:hover {
	background-color: #c4ad69;
	color: #324d5c!important;
	font-weight: 400;
	transition: 0.3s;
	text-decoration: none;
}

#carousel {
	padding-top: 80px;
}

.hidden-menu {
	float: right;
	padding-top: 12px;
}

@media only screen and (min-width: 768px) {

	 ul.sub-menu {
	 	position: absolute;
	 	background-color: #324d5c;
	 	list-style: none;
	 	padding-left: 0;
	 	width: 235px;
	 	margin-left: -50px;
	 	opacity: 0;
	 	z-index: 10;
	 	box-shadow: 0px 2px 5px rgba(0,0,0,0.16);
	 	visibility: hidden;
	 }

	 ul.sub-menu li {
	 	/*padding: 10px;*/
	 }

	 ul.sub-menu li > a {
	 	padding: 0;
	 	color: #fff!important;
	 	text-decoration: none;
	 	display: block;
	 	height: 40px;
	 	line-height: 40px;
	 }

	 ul.sub-menu li:hover {
	 	background-color: #EFC94D!important;
	 }

	 ul.sub-menu li:hover a {
	 	color: #fff!important;
	 }

	 .nav-item:hover .sub-menu {
	 	perspective: 1000px;
	 	opacity: 1;
	 	visibility: visible;
	 	animation-name: navigate;
	 	animation-duration: 500ms;
	 	animation-timing-function: ease-in-out;
	 	animation-fill-mode: forwards;
	 }

	 .nav-item:hover .sub-menu li {
	 	opacity: 1;
	 	animation-name: navigate;
	 	animation-duration: 500ms;
	 	animation-timing-function: ease-in-out;
	 	animation-fill-mode: forwards;
	 }

	 @keyframes navigate {
	 	0% {
	 		opacity: 0;
	 		transform: rotateY(-90deg) translateY(30px);
	 	}
	 	100% {
	 		opacity: 1;
	 		transform: rotateY(0deg) translateY(0px);
	 	}
	 }

}

@media only screen and (max-width: 767px) {
	
	ul.sub-menu {
	 	position: absolute;
	 	background-color: #324d5c;
	 	list-style: none;
	 	padding-left: 0;
	 	width: 235px;
	 	margin-left: -50px;
	 	opacity: 0;
	 	z-index: 10;
	 	box-shadow: 0px 2px 5px rgba(0,0,0,0.16);
	 	visibility: hidden;
	 }

	 ul.sub-menu li {
	 	/*padding: 10px;*/
	 }

	 ul.sub-menu li > a {
	 	padding: 0;
	 	color: #fff!important;
	 	text-decoration: none;
	 	display: block;
	 	height: 40px;
	 	line-height: 40px;
	 }

	.menu-item-has-children {
		position: relative;
	}

	.menu-item-has-children::after {
		content: "\f0d7";
		position: absolute;
		font-family: "FontAwesome";
		color: #fff;
		top: 12px;
		right: 12px;
	}	

	ul.sub-menu-small {
	 	position: absolute;
	 	background-color: #2567d8;
	 	list-style: none;
	 	padding-left: 0;
	 	width: 100%;
	 	margin-left: 0;
	 	opacity: 1;
	 	z-index: 10;
	 	box-shadow: 0px 2px 5px rgba(0,0,0,0.16);
	 	visibility: visible;
	 }

	 ul.sub-menu-small li {
	 	border-bottom: 1px solid #EFC94D;
	 }

	 ul.sub-menu-small li a {
	 	padding-left: 30px;
	 }

	 .nav-item {
	 	display: block;
	 	width: 100%;
	 	background-color: #324d5c;
    	border-bottom: 1px solid #EFC94D;
	 }

	 .nav-item a {
	 	height: 50px;
	 	line-height: 50px;
	 	text-align: left;
	 	padding-left: 10px;
	 	color: #fff!important;
	 }
}



/*--------------------------------------------------------------
# Parallax Effect
--------------------------------------------------------------*/

.top-section {
	min-height: 750px;
	width: 100%;
	background: url('/wp-content/themes/protech/assets/img/industry.jpg') 50% 0 repeat fixed;
}

.p-1-outer {
	padding-top: 25rem;
}

.p-1-inner {
	background-color: rgba(255,255,255,0.8);
	margin-top: 2rem;
	margin-right: 50%;
	border-radius: 20px;
	padding: 0.75rem;
}

.p-1-inner h4 {
	color: #f53855;
}

.service-section {
	min-height: 750px;
	width: 100%;
	background: url('/wp-content/themes/protech/assets/img/service.jpg') 50% 0 repeat fixed;
}

.p-2-outer {
	padding-top: 25rem;
}

.p-2-inner {
	background-color: rgba(255,255,255,0.8);
	margin-top: 2rem;
	margin-right: 50%;
	border-radius: 20px;
	padding: 0.75rem;
}

.p-2-inner h4 {
	color: #f53855;
}

.hm-btn {
	background-color: #f53855;
}

.hm-btn a {
	color: #fff;
	text-decoration: none;
}

.hm-btn:hover {
	background-color: #fff;
	border: 1px solid #f53855;
}

.hm-btn:hover a {
	color: #f53855;
}

.category-section {
	padding: 4rem 0;
	background: url(/wp-content/themes/protech/assets/img/dealer-bg.jpg);
}

.category-section h4 {
	text-align: center;
	color: #324d5c;
	margin-bottom: 4rem;
}

.category-pic {
	padding: 2rem 0;
}

.category-img {
	margin: 0 0.5rem;
}

.category-img img {
	margin: 0 auto;
	display: table;
	max-width: 100%;
	height: auto;
}

.category-img a {
	text-decoration: none;
}

.category-img h6 {
	color: #324d5c;
	text-align: center;
	font-size: 0.95rem;
}

.category-img h6:hover {
	color: #000;
}

.range-section {
	min-height: 750px;
	width: 100%;
	background: url('/wp-content/themes/protech/assets/img/range.jpg') 50% 0 repeat fixed;
}

.p-3-outer {
	padding-top: 25rem;
}

.p-3-inner {
	background-color: rgba(0,0,0,0.5);
	margin-top: 2rem;
	margin-right: 50%;
	border-radius: 20px;
	padding: 0.75rem;
}

.p-3-inner h4 {
	color: #f53855;
}

.p-3-inner p {
	color: #f7f7f7;
}

.hm-btn {
	background-color: #f53855;
}

.hm-btn a {
	color: #fff;
	text-decoration: none;
}

.hm-btn:hover {
	background-color: #fff;
	border: 1px solid #f53855;
}

.hm-btn:hover a {
	color: #f53855;
}

.dealer-section {
	padding: 4rem 0;
	background: url(/wp-content/themes/protech/assets/img/dealer-bg.jpg);
}

.dealer-section h4 {
	text-align: center;
	color: #324d5c;
	margin-bottom: 3rem;
}

.dealer-logos {
	padding: 2rem 0;
}

.dealer-img {
	padding: 0 0.5rem;
}

.dealer-img img {
	margin: 0 auto;
	display: table;
	max-width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

#about {
	padding-top: 70px;
}

.about-inner {
	padding-top: 3rem;
}

.about-inner h2 {
	color: #324d5c;
}

.abt-desc-divider {
	height: 1px;
	width: 25%;
	background-color: #46b29d;
	margin-bottom: 1rem;
}

.about-inner h5 {
	color: #46b29d;
	margin-bottom: 1rem;
	margin-top: 0.5rem;
}

.about-inner h4 {
	color: #324d5c;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.msg-row {
	margin-bottom: 3rem;
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/

#products {
	padding-top: 70px;
}

#products h2 {
	margin: 3rem 0 1rem 0;
	color: #324d5c;
}

.products-divider {
	height: 1px;
	width: 25%;
	background-color: #46b29d;
	margin-bottom: 1rem;
}

.product-deck {
	margin-top: 5rem;
	margin-bottom: 3rem;
}

.product-card {
	margin-bottom: 2rem;
}

.product-card-inner {
	padding: 0 0.5rem;
	border: 1px solid rgba(0,0,0,0.08);
	box-shadow: 0 3px 6px rgba(0,0,0,0.25);
}

.product-card-inner:hover {
	box-shadow: 0 8px 16px rgba(0,0,0,0.40);
	transition: 0.3s;
}

.product-title {
	text-align: center;
	color: #324d5c;
}

.title-divider {
	height: 1px;
	width: 50%;
	margin: 0 auto;
	background-color: #46b29d;
	margin-bottom: 0.75rem;
}

.product-text {
	padding: 0 0.5rem 0.75rem 0.5rem;
	font-size: 15px;
}

.product-card-footer {
	text-align: center;
	padding-bottom: 0.75rem;
}

.btn-products {
	background-color: #f53855;
}

.btn-products:hover {
	background-color: #fff;
	border: 1px solid #f53855;
}

.btn-products a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.btn-products:hover a {
	color: #f53855;
}

/*Measuring Instruments*/

#measuring-products {
	padding-top: 80px;
}

.mp-wrapper {
	padding-top: 4rem;
}

.mp-head {
	color: #2567d8;
	font-size: 2.2rem;
}

.mp-sub-head {
	color: #324d5c;
	margin-bottom: 2rem;
	font-size: 1.7rem;
}

#ind-instruments {
	padding-top: 80px;
}

.ind-wrapper {
	padding-top: 4rem;
}

.ind-head {
	color: #2567d8;
	font-size: 2.2rem;
}

.ind-sub-head {
	color: #324d5c;
	margin-bottom: 2rem;
	font-size: 1.3rem;
}

.ind-divider {
	height: 1px;
	width: 50%;
	background-color: #324d5c;
	margin-bottom: 1.5rem;
}

.ind-head-text {
	margin-bottom: 2rem;
}

.ind-wrapper span {
	color: #d22424;
	font-weight: 600;
	font-size: 1.5rem;
}

.wrap-ind {
	padding: 2rem 0;
}

.wrap-ind a {
	display: block;
	text-align: center;
}

.ind-comp {
	width: 60%;
}

#pdt-sensors {
	padding-top: 80px;
}

.sensors-wrapper {
	padding-top: 4rem;
}

.sensors-head {
	color: #2567d8;
	font-size: 2.2rem;
}

.sensors-sub-head {
	color: #324d5c;
	margin-bottom: 2rem;
	font-size: 1.7rem;
}

.sensors-divider {
	height: 1px;
	width: 50%;
	background-color: #324d5c;
	margin-bottom: 1.5rem;
}

.sensors-head-text {
	margin-bottom: 2rem;
}

.sensors-wrapper span {
	color: #d22424;
	font-weight: 600;
	font-size: 1.5rem;
}

.wrap-sensors {
	padding: 2rem 0;
}

.wrap-sensors a {
	display: block;
	text-align: center;
}

.sensors-comp {
	width: 60%;
}

.customized-items {
	display: table;
	margin: 0 auto;
	padding: 2rem 0;
}

.measuring-wrap {
	display: table;
	margin: 0 auto;
	padding: 2rem 0;
}

.pressure-wrap {
	display: table;
	margin: 0 auto;
	padding: 2rem 0;
}

.wrap-ind-link {
	position: relative;
}

.wrap-ind-link:before {
	content: 'Click to Enlarge';
	position: absolute;
	height: 50px;
	width: 200px;
	background-color: #000;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	opacity: 0;
}

.wrap-ind-link:hover:before {
	opacity: 0.8;
	transition: 0.5s;
}

.ms-head {
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
	text-align: center;
}

.contact-wrapper {
    padding:4rem 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-outer {
	background-color: #2567d8;
	padding: 1rem;
	color: #dfebff;
	font-size: 14px;
}

.footer-outer h6 {
	color: #fff;
}

.footer-outer a {
	text-decoration: none;
	color: #dfebff;
}

.footer-outer a:hover {
	color: #fff;
}

.footer-top {
	padding-top: 1rem;
}

.footer-top ul {
	list-style: none;
}

.footer-top i {
	margin-right: 1rem;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: #c4ad69;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}

.footer-top .fa-facebook:hover {
	background-color: #3C5A99;
	color: #f0ca4d;
	transition: 0.4s;
	cursor: pointer;
}

.footer-top .fa-twitter:hover {
	background-color: #00ACED;
	color: #f0ca4d;
	transition: 0.4s;
	cursor: pointer;
}

.footer-top .fa-linkedin:hover {
	background-color: #007BB5;
	color: #f0ca4d;
	transition: 0.4s;
	cursor: pointer;
}

#ft-icon1, #ft-icon2 {
	margin: 0 0 0.5rem 0;
	height: 20px;
	width: 20px;
	background-color: #2567D8;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
}

.footer-divider {
	height: 1px;
	width: 50%;
	margin: 0 auto;
	background: linear-gradient(to right, #f0ca4d, #fff, #f0ca4d);
}

.footer-bottom {
	text-align: center;
	padding-top: 1rem;
}

/*--------------------------------------------------------------
## Resize
--------------------------------------------------------------*/

@media only screen and (min-width: 768px) {
	.hidden-menu {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	#carousel {
		/*padding-top: 72px;*/
	}
}

@media only screen and (max-width: 470px) {
	.company-name {
	    height: 70px;
	}
	#carousel {
		padding-top: 72px;
	}
}

@media only screen and (max-width: 425px) {
	.company-name {
	    height: 58px;
	}
}

@media only screen and (max-width: 385px) {
	.company-name {
	    height: 42px;
	}
	.brand-logo {
		height: 50px;
	}
	#carousel {
		padding-top: 52px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.company-name {
		height: 60px;
	}
	.nav-item {
		width: 6rem;
	}
}
