/*----------------- 
Prontend related CSS
-----------------*/


/*----------------- 
QUOTS CSS
-----------------*/

.cts-advance-quote-parent-div {
/* 	text-align: center; */
	margin-bottom: 36px !important;
	/*border: 2px solid black;*/
	position: relative;
}

.cts-advance-quote-parent-div blockquote,
.cts-advance-quote-parent-div .wp-block-quote {
	border-style: solid;
	background: 0 0;
	font-style: italic;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	padding: 1em 1.5em 2em 1.5em;
	box-shadow: 1px 4px 13px 2px #bababa;
	border-radius: 0 20px 20px 20px;
	border-left: 2px solid #00ad62;
	border-right: 6px solid #00ad62;
	border-top: 2px solid #00ad62;
	border-bottom: 10px solid #00ad62;
	margin-bottom: 5px !important;
}


/*----------------- 
SHARE BUTTON CSS
-----------------*/
.ctsaq_share__icon {
	width: 32px;
	height: 32px;
	fill: #fff;
	display: inline-block;
	vertical-align: top;
	margin-right: 3px;
	box-shadow: 0 0 12px -5px #252525;
  border-radius: 50px;
}

.ctsaq_share__icon.icon-img{
	background-color: #fff;
	padding: 3px;
}
.ctsaq_share__icon:last-of-type {
	margin-right: 0px;
}

.ctsaq_share-button {
	cursor: pointer;
	display: inline-block;
	height: 42px;
	position: absolute;
	/*top: 50%;*/
	bottom: -36px;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	left: 50%;
	-webkit-perspective: 200px;
	-moz-perspective: 200px;
	perspective: 200px;

}

.ctsaq_share-button__back {
	background-color: #00ad62;
	padding: 5px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1) inset;
}

.ctsaq_share-button__front {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 20px;
	position: absolute;
	border: 1px solid #00ad62;
	top: 0;
	left: 0;
	transform-origin: center top;
	-webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}



.ctsaq_share-button__text {
	margin: 0;
	line-height: 42px !important;
	font-size: 16px;
	text-align: center;
	color: #b6b6b6;
	text-transform: uppercase;
}

.ctsaq_share__link {
	position: relative;
	top: 40px;
	display: inline-block;
	opacity: 0;
	-webkit-transition: top .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition: top .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition: top .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: top .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: top .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);

}

.ctsaq_share-button:hover .ctsaq_share-button__front {
	transform: rotateX(90deg);
}

.ctsaq_share-button:hover .ctsaq_share__link {
	top: 0;
	opacity: 1;
}

.ctsaq_share-button:hover .ctsaq_share__link:nth-of-type(1) {
	transition-delay: 0.1s;
}

.ctsaq_share-button:hover .ctsaq_share__link:nth-of-type(2) {
	transition-delay: 0.2s;
}

.ctsaq_share-button:hover .ctsaq_share__link:nth-of-type(3) {
	transition-delay: 0.3s;
}

.ctsaq_share-button:hover .ctsaq_share__link:nth-of-type(4) {
	transition-delay: 0.4s;
}

.ctsaq_share_copy{
	transition: 300ms;
}
.ctsaq_share_copy.ctsaq_copied img,.ctsaq_share_copy .ctsaq_copied{
	border: 2px solid #47afec;
}