/*
Theme Name: Himalayas Child
Theme URI: http://themegrill.com/themes/himalayas/
Author: PUREVELVET.DESIGN
Author URI: https://purevelvet.design
Template:    himalayas
Description: Himalayas is modern style free one page parallax responsive WordPress theme. Inform your visitors all they need to know right from your home page without requiring to go to the other pages. Himalayas can be used for business, portfolio, corporate, agency, photography, freelancers and almost any kind of sites. Get free support at http://themegrill.com/support-forum/ and check the demo at http://demo.themegrill.com/himalayas/
Version: 1.0.8
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-menu, featured-images, sticky-post, translation-ready, threaded-comments, theme-options, footer-widgets, blog, portfolio, e-commerce
Text Domain: himalayas-child

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
.home #wpcf7-f97-o1 {
	display: none;
}

h1 {
	font-size: 2em;
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

h2 {
	font-size: 1.5em;
	margin: 20px 0;
	padding: 10px 0;
	font-weight: normal;
	color: #999;
	letter-spacing: 0.05em;
}
.main-title {
    font-family: 'Roboto', sans-serif;
}
.widget_service_block .section-wrapper {
    padding: 150px 0 !important;
}
.cta-text-title h2 {
    text-shadow: none;
}
#site-navigation .menu li.current-one-page-item > a, #site-navigation .menu li:hover > a {
	color: #eee;
}
.slider-readmore,.port-link a:nth-child(2) {display: none;}

.section-wrapper {
    padding: 150px 0;
}

.style1 img {
	border: 1px solid #eee;
	padding: 10px;
	margin: 0 20px 20px;
}

.slider-wrapper .bxslider img {
	width: 100%;
}

.caption-title::before, .caption-title::after {
	background:none;
}
.caption-title {
    border: none;
}

.transparent .header-wrapper.stick, .non-transparent .header-wrapper.stick {
    background: rgba(30,30,30,1) !important;
    padding: 0;
}

.home.transparent .header-wrapper {
    background: rgba(239, 238, 238, .3);
}

.widget_call_to_action_block .parallax-overlay {
    background-color: rgba(91,111,70, 0.85) !important;
}

img.mfp-img {
	padding: 0;
	margin: 1.5em 0;
}

#masthead .header-wrapper.stick .logo img {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

#site-navigation .menu li a {
    font-size: 1.2em;
	border-bottom: 0;
	font-weight: bold;
}

#site-navigation .menu li:hover > a {
	color: #ddd !important;
}

#site-navigation .menu li:hover {
    border-bottom: 2px solid #43ac34;
	-webkit-transition: ease-in-out .5s; /* Safari */
    transition: ease-in-out .5s;
}

#site-navigation .menu li a:active {
    border-bottom: 3px solid #43ac34;
}

.widget_our_team_block .parallax-overlay {
	background-color: rgba(102,102,102, 0.85);
}

@media (min-width: 769px) and (max-width: 979px) {
	.caption-title {
		line-height: 1.2em !important;
	}
}

@media (max-width: 480px) {
   .contact-title,
   .contact-content {
	   text-align: center;
   }
   .section-wrapper,
	.widget_service_block .section-wrapper{
    padding: 30px 0 !important;
	}
}