/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/* Font Weight Fix */
b, strong {
    font-weight: 700;
}
.yellow{
	color:#FFCF00;
}
/* Red Underline */
.red-underline{
	text-decoration: underline;
	text-decoration-color: #FF4A6B;
}
/* Mobile Menu*/
.eicon-menu-bar:before {
    /*content: url(/wp-content/uploads/2020/11/Menu-Icon.svg);*/
	content: url(/wp-content/uploads/2021/03/Mobile-Menu-Icon-White.svg);
}
.elementor-menu-toggle.elementor-active i:before {
    content: url(/wp-content/uploads/2020/11/Menu-Icon-Closed.svg);
}
@media (max-width: 767px){
	.regular .elementor-item{
		font-size:12px !important;
	}
}
/* Custon List Icons */
.shape-bullets {
    list-style: none;
    padding-left: 50px;
    margin: 1em 0;
}
.shape-bullets li {
    position: relative;
    margin-bottom: 3em;
}
.shape-bullets li.plus:before{
    content: url(/wp-content/uploads/2020/11/Union.svg);
}
.shape-bullets li.square:before{
    content: url(/wp-content/uploads/2020/11/Square.svg);
}
.shape-bullets li.circle:before{
    content: url(/wp-content/uploads/2020/11/Circle.svg);
}
.shape-bullets li:before {
    position: absolute;
    left: -24px;
    top: 0;
    font-size: 1.25em;
}
.shape-bullets h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
    margin-bottom: 1em;
	text-transform:uppercase;
}
.shape-bullets p {
	font-size: 16px;
    font-weight: 400;
	line-height: 26px;
    margin-bottom: 1em;
	max-width:300px;
}

/* Contact Form Style */
#contact-form input,
#contact-form textarea{
	padding-left:0;
	padding-right:0;
}
#contact-form input::placeholder,
#contact-form textarea::placeholder{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000000;
	opacity: 1; /* Firefox */
}

#contact-form input:-ms-input-placeholder,
#contact-form textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000000;
}

#contact-form input::-ms-input-placeholder,
#contact-form textarea::-ms-input-placeholder{ /* Microsoft Edge */
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000000;
}
/* Retail Pulse Tabs */
#how-to-read-toggle .elementor-tab-title{
	display:flex;
	align-items:center;
}
#how-to-read-toggle .elementor-toggle-icon-right{
	order:2;
	font-size:20px;
	margin-left:10px;
}
#retail-pulse-tabs .elementor-tab-desktop-title{
	padding: 16px 20px 16px 0;
}
#retail-pulse-tabs .elementor-tab-desktop-title.elementor-active,
#retail-pulse-tabs .elementor-tab-mobile-title.elementor-active{
    background: none !important;
}
#retail-pulse-tabs .elementor-tab-desktop-title.elementor-active a,
#retail-pulse-tabs .elementor-tab-mobile-title.elementor-active{
	font-weight:700;
	text-decoration: underline;
	text-decoration-color: #FF4A6B;
}
#retail-pulse-tabs .elementor-tab-content {
    padding: 30px 30px 20px !important;
	box-shadow: 0 2px 25px #00000015;
}
#retail-pulse-tabs canvas {
    height: 400px !important;
}
@media(max-width:767px) {
	#retail-pulse-tabs .elementor-tabs-content-wrapper{
		background:none;
	}
	#retail-pulse-tabs .elementor-tab-content {
		background-color:#ffffff;
		margin-top:23px;
		padding: 0 !important;
	}
	
    .tabs canvas {
		height: 270px !important;
	}
}
.retail-pulse-tabs-content-title{
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 700;
	color: #000000;
	text-align: left;
    text-transform: uppercase;
	padding-left:55px;
}



.retail-pulse-text blockquote{
	font-style: italic;
	margin-left:0;
	padding-left:35px;
}
.retail-pulse-text blockquote.light{
	border-left: 3px solid rgba(255,255,255,0.2);
}
.retail-pulse-text blockquote.dark{
	border-left: 3px solid rgba(0,0,0,0.2);
}
.retail-pulse-2-column h4{
	font-family: "Montserrat", Sans-serif;
	font-size: 20px;
	font-weight:700;
	line-height: 36px;
}
.retail-pulse-2-column .shape-bullets {
    padding-left: 24px;
}
.retail-pulse-2-column .shape-bullets li{
	font-family: "Montserrat", Sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
}
@media (max-width: 767px){
	.retail-pulse-2-column h4{
		line-height: 26px;
	}
	.retail-pulse-text blockquote{
		padding-left:27px;
		margin-right:1px;
	}
}
#retail-pulse-form-mobile input{
	padding-left:0;
	padding-right:0;
}
#retail-pulse-form-mobile input::placeholder{/* Firefox */
	font-family: "Montserrat", Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000000;
	opacity: 1; 
}
#retail-pulse-form-mobile input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
	font-family: "Montserrat", Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000000;
}
#retail-pulse-form-mobile input:-ms-input-placeholder{ /* Microsoft Edge */
	font-family: "Montserrat", Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000000;
}

/* Marketing Pulse*/
#marketing-pulse-form input{
	padding-left:0;
	padding-right:0;
}
#marketing-pulse-form input::placeholder{/* Firefox */
	font-family: "Montserrat", Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000000;
	opacity: 1; 
}
#marketing-pulse-form input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
	font-family: "Montserrat", Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000000;
}
#marketing-pulse-form input:-ms-input-placeholder{ /* Microsoft Edge */
	font-family: "Montserrat", Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000000;
}


a:hover span.animated_link {
    margin-left: 10px;
}

/*marketing pulse popup*/
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.popup.active {
  display: block;
}
.popup__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  max-width: 90%;
  height: auto;
  max-height: 80vh;
  background: #ffffff;
  padding: rem(45px);
  transform: translate3d(-50%, -50%, 0);
  box-sizing: border-box;
}
.popup__content {
  max-height: 100%;
  overflow: auto;
	padding: 30px;
}
.popup__content p{
	text-align: center;
	font-size: 20px;
	font-family: "Montserrat", Sans-serif;
	margin-bottom: 0;
}
.popup__close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
	background: #000;
	border-radius: 50%;
}
.popup__close:before, .popup__close:after {
  content: "";
  background: #fff;
  height: 2px;
  width: 50%;
  top: 50%;
  left: 50%;
  position: absolute;
}
.popup__close:before {
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.popup__close:after {
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
