/*
Theme Name: Pro-Tech Corp
Version: 1.0
Description: Child theme for Canvas.
Template: canvas
*/

@import url("../canvas/style.css");

/****** HEADER ******/

ul.nav li.current_page_item a, ul.nav li.current_page_parent a, ul.nav li.current-menu-ancestor a, ul.nav li.current-cat a, ul.nav li.current-menu-item a {
	color: #ffffff;
}

ul.nav ul {
	width: 16em;
}

.header-widget .widget p, .header-widget .widget .textwidget {
	text-align: right;
	font-size: 1.3em !important;
}

.header-widget a {
	color: #023057;
}

.header-widget a:hover {
	text-decoration: none;
	color: #58b334;
}


.header-widget .header-social {
	display: block;
	font-size: 1.5em;
	padding-top: 4px;
}

.fa-facebook-square:before {
	color: #3B5998;
}

.fa-google-plus-square:before {
	color: #d34836;
}

.fa-envelope-square:hover, .fa-facebook-square:hover, .fa-google-plus-square:hover {
	opacity: 0.6;
}

.page-title, .post .title, .page .title {
    padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	
	#logo {
		text-align: center;
	}
	
	.header-widget .widget p, .header-widget .widget .textwidget {
		text-align: center;
	}
	
	.nav-toggle {
		background-color: #88cb6d;
		background-image: unset;
		border-bottom: none;
	}
	
	.nav-toggle:before {
		text-shadow: none;
	}

	.nav-toggle a {
		border-left: none;
		text-shadow: none;
	}

}

/********************/

/****** HOMEPAGE ******/

#loopedSlider.business-slider .content {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
}

#loopedSlider.business-slider .content h2 {
    color: #023057 !important;
}

#loopedSlider a.flex-prev, #loopedSlider a.flex-next {
    color: #023057;
}

#loopedSlider a.flex-prev:hover, #loopedSlider a.flex-next:hover {
    color: #58b334;
}

#loopedSlider .slide .content {
	display: none;
}

.home .widget_woothemes_features {
	margin: 0 !important;
}

.home h1 {
	text-align: center;
}
	
/********************/

/****** RESPONSIVE VIDEOS & IMAGE STUFF ******/

.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; 
	overflow: hidden; 
} 

.video-container iframe, .video-container object, .video-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.mfp-wrap {
	z-index: 99999;
}

.mfp-bg {
	z-index: 99999;
}

#fancybox-overlay {
    z-index: 9999;
}

#fancybox-wrap { 
    z-index: 99999;
}

.wcflexslider-container ul li {
    list-style-type: none;
}

.wc-gallery-captions-onhover .wp-caption-text {
    margin: 0 !important;
}

/********************/


/****** MEDIA RELEASES ******/

#archives .archives_list .date {
	display: inline-block;
	font-style: normal;
	width: 100px;
}

#comments {
	display: none;
}

.page-template-template-timeline #archives {
	padding-top: 40px;
}

/********************/

/****** TESTIMONIALS & FAQs ******/

.toggle-content p:last-of-type {
	margin-bottom: 0 !important;
}

.shortcode-toggle {
    margin: 0 0 0.5em !important;
}

.widget_woothemes_testimonials .quote .author {
    float: right;
    text-align: right;
}

.widget_woothemes_testimonials .quote {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
}

.widget_woothemes_testimonials .first {
	border-top: 1px solid #e6e6e6;
	padding-top: 30px;
	margin-top: 10px;
}

.widget_woothemes_testimonials p, .widget_woothemes_testimonials .author {
	font-size: 15px !important;
}

.widget_woothemes_testimonials span[itemprop="name"]:before {
	content: "– ";
}

.widget_woothemes_testimonials {
	margin-bottom: 0 !important;
}

.entry .wp-caption {
    margin-bottom: 10px;
}

/****** FOOTER ******/

.addthis_toolbox {
	margin-top: 30px;
	margin-bottom: 30px;
}

#footer p {
    line-height: 2em !important;
}

#footer .col-left {
    margin-bottom: 10px;
    margin-top: 10px;
}

#footer .col-right {
    margin-bottom: 10px;
    margin-top: 25px;
    text-align: right;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

@media only screen and (max-width: 1000px) {
	
	#footer .col-left, #footer .col-right {
		float: none;
		text-align: center;
	}

}


/****** STYLING FIXES ******/

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

	.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
		background: none;
		border: 0px solid #e6e6e6;
		padding: 0px;
	}

	/* PUSH FOOTER TO BOTTOM OF BROWSER WINDOW ON DESKTOP */

	html, body, #wrapper {
		margin: 0 auto;
		padding: 0;
		height: 100%;
	}

	#inner-wrapper {
		min-height: 100%;
		position: relative;
		padding-bottom: 112px !important; /* Height of Footer and Footer Widgets with Padding and Borders */
	}

	#header {
	}

	#content {
		margin-bottom: 0 !important;
	}

	#footer-container {
		width: 100%;
		height: 140px; /* Height of Footer without Padding */
		position: absolute;
		bottom: 0;
		margin: auto;
	}

	.admin-bar #footer-container {
		bottom: 32px; /* Adds padding below footer the same height as WP Admin Bar to ensure content is seen correctly */
	} 

.just 
{
	color:#029AFE;
	font-weight:bold;
}

.web
{
	color:#FF6600;
	font-weight:bold;
}

}