/*
Theme Name:   TwentyTwentyChild
Description:  Write here a brief description about your child-theme
Author:       lilrequester
Author URL:   https://geekatit.com/lil_requester
Template:     twentytwenty
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  TwentyTwentyChild
*/

/* Write here your own personal stylesheet */
#masthead.shrunk {
    position: fixed;
    top: 0;
    width: 100%;
}
.shrunk .hfe-site-logo img {
    width: 60% !important;
}
/*.shrunk .elementor-col-50 .elementor-widget-container{
	padding: 8px 0 !important;
}*/
.demo-btn a {
    cursor: pointer;
}
.shrunk .hfe-nav-menu li a {
    padding: 5px 10px !important;
}
.shrunk .hfe-nav-menu li a:after {
    bottom: 6px !important;
    height: 2px !important;
}
.shrunk .demo-btn{
	top: 14px !important;
}
.shrunk .app-text {
    font-size: 18px !important;
}
.shrunk .app-btn img {
    max-width: 110px !important;
}
.shrunk .green-bar .elementor-widget-wrap{
	padding: 5px 0 !important;
}
.shrunk{
	transition: 0.4s;
  	animation: slide-down 0.5s;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 

}
ul.btm-links {
    list-style: none;
    margin: 0;
    display: inline-block;
}
ul.btm-links li {
    display: inline-block;
	position: relative;
	margin: 0 10px;
}
ul.btm-links li a {
    color: #fff;
	font-weight: normal;
}
ul.btm-links li a:hover {
    color: #7A7A7A;
}
ul.btm-links li:last-child:before{
    content: "";
    width: 1px;
    height: 13px;
    background: #7A7A7A;
    position: absolute;
    top: 5px;
    left: -9px;
}
.no-margin .elementor-element{
	margin-bottom: 0 !important;
}
div#wpfront-scroll-top-container {
    bottom: 170px !important;
}
.home .discl-section,
.page-id-303 .discl-section{
	display:block;
}
.discl-section p{
	margin-bottom: 0 !important;
}
.custom-plans .price {
    border: 0;
    margin: 0;
    padding: 10px 0 0;
}
.custom-plans .price h2 sup {
    font-size: 20px;
    top: -20px;
}
.custom-plans .price h2 {
    font-weight: bold;
}
.custom-plans .price h2 em {
    font-size: 16px;
	font-style: normal;
    font-weight: bold;
    letter-spacing: 0px;
}
.custom-plans-btm .elementor-container{
	display: block;
    text-align: center;
}
.custom-plans-btm .elementor-column {
    width: 33.3%;
    display: inline-block;
    margin: 0 8px;
	text-align: left;
}
.custom-plans .elementor-column>.elementor-widget-wrap {
    min-height: 760px;
}
.custom-plans.custom-plans-btm .elementor-column>.elementor-widget-wrap {
    min-height: 775px;
}
.get-btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}
.custom-plans .price-wrap {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
}
.info-box .elementor-icon-box-wrapper {
    display: flex !important;
    align-items: center !important;
}
.info-box .elementor-icon-box-wrapper p{
	margin-bottom: 0;
}
.info-box .elementor-icon-box-icon {
    margin-top: 2px;
}
.info-box .elementor-icon-box-wrapper p a:hover{
	color: #ABBF3B !important;
}
.contact-form .gform_wrapper input,
.contact-form .gform_wrapper select,
.contact-form .gform_wrapper textarea,
.hbspt-form form.hs-form input{
    padding: 0 15px !important;
    height: 42px;
    line-height: normal;
    border-radius: 3px;
    border: 1px solid #ccc;
	background-color: #fff;
}
.post .post-grid-text-wrap {
    margin: 0;
    border: 0;
    padding: 0;
}
.contact-form .gform_wrapper select{
	padding: 0 9px !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url('/lil_requester/wp-content/uploads/2022/05/select-arrow.png') no-repeat 98%;
	background-size: 17px;
}
.contact-form .gform_wrapper textarea {
    padding: 10px 15px !important;
}
.contact-form .gform_wrapper input:focus,
.contact-form .gform_wrapper select:focus,
.contact-form .gform_wrapper textarea:focus{
	border-color: #ABBF3B;
	outline: 0;
}
.contact-form .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 700;
    margin: 0 !important;
	color: #222;
    font-family: "Quicksand", sans-serif;
}
.contact-form .gform_wrapper input[type="submit"] {
    background: #ABBF3B;
    border-radius: 50px;
    font-size: 15px;
    padding: 15px 35px !important;
    height: auto;
    text-decoration: none;
    border: 0;
}
.contact-form .gform_wrapper input[type="submit"]:hover {
	background: #FA496E;
}
.contact-form .gfield_required_text {
    display: none !important;
}
body[class] .gform_validation_error .gfield_validation_message {
    padding: 0 !important;
    color: #ff0000;
    background: transparent;
    border: 0;
    margin: 0;
    font-weight: normal;
    font-size: 14px !important;
}
body[class] .gform_wrapper .gform_validation_errors {
    border: 1px dashed #fff;
    background: #ff0000;
}
body[class] .gform_wrapper .gform_validation_errors>h2 {
    color: #fff;
    font-size: 14px;
}
body[class] .gform_confirmation_message {
    background: #ABBF3B;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 5px 15px;
    border: 1px dotted #fff;
}

/* Blog Page Start */
.grid-blog .se-pre-con{
	margin: 0 auto;
	/*background: url('/lil_requester/wp-content/uploads/2022/05/loader.gif') no-repeat; 
	background-size: 250px 165px;
    width: 250px;
    height: 165px;*/
}
.post-searchbar {
    max-width: 450px;
    margin: 0 auto;
    position: relative;
}
.post-searchbar input {
	background: url('/lil_requester/wp-content/uploads/2022/05/search-black.png') no-repeat 97%;
	border-radius: 7px;
}
.post-searchbar input:focus{
	outline: 0;
	border-color: #ABBF3B;
}
.grid-blog ul.post-categories {
    list-style: none;
    margin: 0;
}
.grid-blog ul.post-categories li{
	margin: 0;
}
.grid-blog li.alm-item {
    width: 30.7%;
    display: inline-block;
    padding: 20px !important;
    margin: 0 15px 30px !important;
    background-color: #fff !important;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    border-radius: 10px;
}
.grid-blog ul.post-categories li a {
    background: #e22658;
    font-size: 12px;
    padding: 6px 15px;
    display: inline-block;
    position: absolute;
    color: #fff;
    text-transform: capitalize;
    left: 25px;
    top: 25px;
	z-index:10;
}
.grid-blog .blog-img {
    position: relative;
	margin: 0 0 15px;
	overflow: hidden;
}
.grid-blog li.alm-item img,
.post .post-grid-thumbnail img{
    width: 100% !important;
    max-width: unset !important;
    position: static !important;
	 height: 195px;
    object-fit: cover;
}
.grid-blog .alm-item h3 {
    font-size: 20px;
	font-family: Barlow, sans-serif;
    font-weight: 600;
	min-height: 80px;
}
p.custom-desc-blog {
    min-height: 100px;
}
.grid-blog .alm-item h3 a {
    color: #222222;
}
.grid-blog .alm-item h3 a:hover {
    color: #e22658;
}
.grid-blog .ajax-load-more-wrap{
	margin: 0 -15px;
}
.grid-blog .alm-item p.entry-meta {
    font-size: 14px;
	opacity: 1 !important;
}
.grid-blog .alm-item p {
    font-size: 18px;
	font-family: Barlow, sans-serif;
}
.grid-blog .read-more {
    font-size: 16px;
    margin: 10px 0 0;
    display: inline-block;
}
.grid-blog .blog-img img{
	transition: .3s;
}
.grid-blog .blog-img:hover img {
  -ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3); /* Safari 3-8 */
  transform: scale(1.3); 
}
/* Blog Page Close */

/* Single Post Start */
.single-post .entry-categories{
	display: none;
}
.featured-media-inner{
	position: relative;
}
.featured-media-inner h1 {
    background-color: rgba(250, 73, 110, 0.6 );
    font-size: 46px;
    max-width: 950px;
    padding: 35px 80px;
    margin: 0 auto;
    font-family: 'Quicksand';
	color: #fff;
    text-align: center;
    font-weight: 700;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
}
.single-post .footer-nav-widgets-wrapper{
	display: none;
}
.single-post .container {
    max-width: 1040px;
	padding: 0 15px;
    margin: 0 auto;
}
.single-post .author{
	color: #FA496E;
    font-family: "Quicksand", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}
p.icon-date {
    margin: 0;
    font-size: 15px;
    color: #333;
}
.single-post .container>article{
	float: left;
	padding: 70px 0;
	width: 70%;
}
.single-post .single-blog-sidebar{
	float: right;
	background: #F3F6FB;
    width: 30%;
    padding: 30px;
}
.single-post .post-inner {
    padding-top: 0;
}
.featured-media-inner img {
    width: 100%;
	height: 420px;
	object-fit: cover;
}
.single-post .post .entry-content p strong{
	font-weight: 500;
}
.single-post .post .entry-content p,
.single-post .post .entry-content ul li{
	margin-left: 0;
	margin-right: 0;
	font-weight: 300;
    font-family: Barlow, sans-serif;
    font-size: 18px;
	max-width: unset !important;
	color: #767A84;
}
.single-post .post .entry-content h4 {
    margin: 0 0 10px;
    font-size: 20px;
	color: #767A84;
	font-weight: 500;
}
.single-post .post .entry-content h5 {
    margin: 0 0 10px;
    font-size: 17px;
	color: #767A84;
	font-weight: 500;
}
.single-blog-sidebar h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 25px;
}
.single-blog-sidebar ul {
    margin: 0;
    list-style: none;
}
.single-blog-sidebar li  {
    margin: 0 0 35px;
}
.single-blog-sidebar li h4 {
   margin: 0 0 10px;
	line-height: 0.3;
}
.single-blog-sidebar h4 a {
   color: #000;
    text-decoration: none;
    font-weight: 600;
    font-family: Barlow, sans-serif;
    line-height: 1.3;
    font-size: 18px;
}
.single-blog-sidebar h4 a:hover{
	color: #FA496E;
}
.single-blog-sidebar li img {
    height: 150px;
	transition: .3s;
    object-fit: cover;
}
.recent-post-img{
	display: inline-block;
	overflow: hidden;
}
.recent-post-img:hover img {
    transform: scale(1.2);
}
/* Single Post Close */


/* Footer Start */
section.cust-ftr-copyrt>.elementor-container {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 20px;
}
/* Footer Close */

/* Home Start */
.cust-lil-req-video .elementor-widget-container {
    max-width: 280px;
    height: 370px;
    width: 100%;
    margin: 0 auto;
    border: 5px solid #000;
    border-radius: 10px;
}
.cust-lil-req-video:before {
    width: 100%;
    max-width: 350px;
    content: "";
    height: 350px;
    display: inline-block;
    background: #ABBF3B;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 50%;
}
/* Home Close */
body #hubspot-messages-iframe-container {
    bottom: 60px !important;
}
@media screen and (max-width: 1350px){
body #hubspot-messages-iframe-container {
    bottom: 0px !important;
}
}

@media screen and (max-width: 1024px){
.mobmenu .mobmenur-container {
    top: 18px;
}
.shrunk .hfe-nav-menu li a, header .hfe-nav-menu li a {
    padding: 5px 10px !important;
}
header .hfe-nav-menu li a:after,	
.shrunk .hfe-nav-menu li a:after {
	bottom: 0px !important;
	height: 2px !important;
}
}

@media screen and (max-width: 992px){
/* Blog Page Start */
.grid-blog .ajax-load-more-wrap {
    margin: 0;
}
.grid-blog li.alm-item{
	width: 29.3%;		
}	
.grid-blog .alm-item h3 {
    font-size: 18px;
    min-height: 46px;
}	
.grid-blog .alm-item p {
    font-size: 16px;
}	
.grid-blog .read-more {
    font-size: 15px;
}	
.grid-blog li.alm-item img, .post .post-grid-thumbnail img {
    height: 130px;
}
/* Blog Page Close */	
	
/* Single Post Start */
.single-blog-sidebar h4 a {
    font-size: 16px;
}	
.single-post .single-blog-sidebar {
    padding: 30px 20px;
}	
.single-blog-sidebar li img {
    height: 120px;
}
.featured-media-inner h1 {
    background-color: rgba(250, 73, 110, 0.6 );
    font-size: 26px;
	max-width: 550px;
}
/* Single Post Close */
}

@media screen and (max-width: 767px){
.mobmenu .mobmenur-container {
    top: 13px;
}
.shrunk .demo-btn {
    top: 28px !important;
}	
.demo-btn{
	width: 110px !important;		
}
.custom-plans-btm .elementor-column{
	margin: 0;	
}
.custom-plans .price-wrap,
.get-btn{
	position: static;
}
.custom-plans .elementor-column>.elementor-widget-wrap, 
.custom-plans.custom-plans-btm .elementor-column>.elementor-widget-wrap{
    min-height: unset;
}
.info-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin: 9px 10px 0 0 !important;
    display: inline-block;
}
.contact-form .gform_wrapper input[type="submit"] {
    padding: 10px 35px !important;
}	
/* Blog Page Start */
.grid-blog li.alm-item {
    width: auto;
}	
p.custom-desc-blog,
.grid-blog .alm-item h3{
    min-height: unset;
}	
	
/* Blog Page Close */	
/* Single Post Start */	
.single-post .container {
	padding: 0px 15px 60px;
	    display: inline-block;
}	
.grid-blog li.alm-item img, .post .post-grid-thumbnail img {
    height: 185px;
}
.grid-blog .alm-item h3 {
    min-height: unset;
}	
.post-searchbar {
    margin: 0 15px;
}	
.single-post .container>article {
    padding: 50px 0;
}	
.featured-media-inner h1 {
    background-color: rgba(250, 73, 110, 0.6 );
    font-size: 18px;
    padding: 15px;
    margin: 0 25px;
}
.single-post .container>article,
.single-post .single-blog-sidebar{
	width: auto;		
}	
.single-post .post .entry-content p{
	width: auto !important;		
}	
/* Single Post Close */	
}
