/*!
Theme Name: rctaz
Theme URI: http://underscores.me/
Author: Sanjay Jayswal
Author URI: http://2x-pix.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rctaz
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.

rctaz is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/


.wp-block-contact-form-7-contact-form-selector{
	padding: 40px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.wp-block-contact-form-7-contact-form-selector label{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.form-control{
	padding: 10px 15px;
	height: auto;
}

.btn.wpcf7-submit{
	background-color: #2f3d4c;
	color: #fff;
	padding: 15px 30px;
	font-size: 16px;
	border-radius: 0px;
	border: 0px;
	outline: none;
	box-shadow: none;
}

.btn.wpcf7-submit:hover{
	background-color: #205134;
	color: #fff !important;
}

.serviceBlock .elementor-image-box-img img{
	width: 100%;
}

.serviceBlock .elementor-image-box-img a{
	position:relative;
	display: block;
}

/* .serviceBlock .elementor-image-box-img a:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #205134;
transform: scale(0.2);
opacity:0;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
} */

/* .serviceBlock:hover a:before{
transform: scale(1);
opacity:0.8;
} */

.serviceBlock:hover img{
	webkit-filter: blur(4px); /* Chrome, Safari, Opera */
	filter: blur(4px);
}

.whiteBg img{
	background-color: #fff;
	padding: 10px;
	width: 40px;
	border-radius: 30px !important;
}

.wpcf7-form{
	max-width: 800px;
	margin: auto;
	padding: 50px 0px;
}
..wpcf7-form-control-wrap{
	display: block;
	margin-bottom: 10px;
}
label{
	display: block;
	margin-bottom: 15px;
}

.btn.wpcf7-submit{
	background-color: #6f9cb3;
	color: #fff;
	padding: 10px 22px;
	font-size: 16px;
	border-radius: 0px;
	border: 0px;
	outline: none;
	box-shadow: none;
	margin-top: 20px;
}
.btn.wpcf7-submit:hover{
	background-color: #000;
}

.footer .menu li .sub-menu{
	display: none;
}

.content-padding{
	padding: 50px 0px;
}

.blog .banner, .single .banner, .archive .banner{
	display:none;
}

.page-header{
	margin-top: 0px;
}

h1.entry-title, h1.page-title{
	margin: 0px;
	font-weight: bold;
	margin-bottom: 20px;
}

.widget-area h2{
	font-size: 24px;
}
.widget-area .widget {
	margin-bottom: 35px;
}

#primary article.post{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.wp-block-latest-posts.wp-block-latest-posts__list li{
	clear: both;
	display: block;
	padding: 10px;
	background-color: #f8f8f8;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}

.minHeight .elementor-widget-container{
	min-height: 390px;
	display: block;
}

@media (max-width:480px){
	.wpcf7-form{
		padding: 50px 15px;
	}
}







