/* ===================================================================================

* Theme Name: WETA Child
* Theme URI: https://rrdevs.net/demos/wp/weta
* Author: RRDevs
* Author URI: https://themeforest.net/user/rrdevs/portfolio
* Description: WETA - SaaS Landing WordPress Theme
* Version: 1.0.1
* Template: weta
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.banner-3__title span:after {
	background-color: var(--rr-theme-primary2);  
}
.header-3__main {
	padding-left: 13px;
} 
.customers-solutions__content p,
.what-we-do__item p {
	font-size:16px;
}
.what-we-do__item {
    padding: 40px 40px 40px;
	height:100%;
    display: flex;
    flex-direction: column;
}  
.what-we-do__active .swiper-slide {
    height: auto;
    display: flex;               
} 
.what-we-do__slider-arrow-next:hover, .what-we-do__slider-arrow-next:focus, 
.what-we-do__slider-arrow-prev:hover, .what-we-do__slider-arrow-prev:focus {
	background-color:var(--rr-theme-primary);
}
.what-we-do__slider-arrow-next:hover svg path, .what-we-do__slider-arrow-next:focus svg path, 
.what-we-do__slider-arrow-prev:hover svg path, .what-we-do__slider-arrow-prev:focus svg path {
	stroke: #fff; 
}
.our-features-1__media {
	margin:0;
}
.cool-amazing__item:after,
.payouts__wrapper::before {
	display:none;
}
.payouts__media img {
	margin:0;
}
.cool-amazing__slider .swiper-wrapper .swiper-slide .cool-amazing__item {
	border:0;
}
.cta-2__media {
    right: 50px;
    bottom: -10px;
}
.cta-2__content .subtitle {
	text-transform: none;
}
.footer-5__bottom-wrapper {
	margin:0;
}
.footer-5__widget.footer-5__widget-item-1 {
	margin-top:0;
	border-radius:0;
	background-color:rgb(255 255 255 / 8%);
	padding-bottom: 50px;
}
.footer-6__logo img,
.footer-5__logo img {
    max-width: 200px;
}
.footer-5__widget-title h3,
.footer-5 .footer-5__area-common .widget_nav_menu ul li a {
	font-family: var(--rr-ff-body);
}
.footer-6__info-item .text span{
	color:var(--rr-theme-primary);
}
.footer-4__newsletters  .footer-4__social {
	margin-top:0 !important;
}
.footer-5__bottom-wrapper {
	padding: 12px 24px;
}
.footer-5__widget.footer-5__widget-item-4 {
	padding-left: 0;
}
.footer-5__info-item a {
	width: calc(100% - 30px);
}
.offcanvas__area{
	background: var(--e-global-color-secondary) none repeat scroll 0 0;
}
.contact-us-1__form-item .text {
    width: calc(100% - 70px);
}
.contact-us-1__form-item-list .contact-us-1__form-item:last-child .text a{
	    font-size: 14px;
    line-height: 1.2;
} 
.contact-form-4__btn .rr-btn__theme-4,
.contact-form-5__input input,
.contact-form-5__input textarea {
	box-shadow: none;
} 
.error404 .footer-5,
.error404 .breadcrumb,
.error404 header {
	display: none !important;
}
.operation-row .operation-box{
	transition: transform .1s cubic-bezier(.39, .575, .565, 1);
	-webkit-transition: transform .1s cubic-bezier(.39, .575, .565, 1);
	position: sticky;
}
.operation-row .operation-box:first-child {
	top:150px;
}
.operation-row .operation-box:nth-child(2) {
	top:180px;
}
.operation-row .operation-box:nth-child(3) {
	top:210px;
}
.operation-row .operation-box:nth-child(4) {
	top:240px;
}
.operation-row .operation-box:nth-child(5) {
	top:270px;
}
.contact-form-5__input .wpcf7-select{
	background: #FFFFFF; 
    border-radius: 10px;
    height: 54px;
    padding: 0px 46px;
	border: 1px solid rgba(3, 26, 38, 0.1);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    width: 100%; 
	outline: none;
	color: var(--rr-text-body);
} 
.contact-us-1__form-right .wpcf7-form label span  {
	color:#ee0000;
}