/*=============================================
                    Body                    
=============================================*/
@import url(https://use.typekit.net/uxu4kzp.css);
html, body {
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	line-height: 26px;
	max-width: 100% !important;
}
body {
	overflow-x: hidden;
	overflow-y: scroll;
	min-height: 500px;
}
#main {
    position: relative;
    z-index: 1;
	overflow-x: hidden;
}
.page-id-6919 #main {
	overflow-x: visible;
}

/*=============================================
                    Logo                    
=============================================*/
.site-branding .custom-logo { width: 128px; height: 52px; }


/*=============================================
                Cookie Modal                    
=============================================*/
.rs-cookie {
	background: url("/wp-content/uploads/2020/05/cookie_icon.png");
	background-size: 64px 64px;
	background-repeat: no-repeat;
	width: 64px;
	height: 64px;
	margin: 0 auto;
}
.rs-cookietext {
	font-size: 14px;
    line-height: 20px;
	font-weight: 400;
    color: rgba(28,9,80,1);
    text-align: center;
    display: block;
	margin-top: 10px;
}
.rs-cookietext a, .rs-cookietext a:visited {
	color: #f7345e;
	outline: none;
    border: none;
	font-weight: 500;
}
.rs-cookietext a:hover {
	color: #22c8e5;
}
.rs-cookietext a#wt-cli-settings-btn {
	color: #f7345e !important;
	outline: none !important;
    border: none !important;
	display: block !important;
    margin-top: 10px !important;
}
.rs-cookietext a#wt-cli-settings-btn:hover {
	color: #22c8e5 !important;
}
#cookie-law-info-bar {
	padding: 30px !important;
	box-shadow: 0px 20px 50px 0px rgba(28,9,80,0.07) !important;
	border-radius: 5px !important;
	width: 300px !important;
}
.rs-cookietext a#wt-cli-accept-btn, .rs-cookietext a#wt-cli-accept-btn:visited {
	display: inline-block !important;
	font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    line-height: 18px !important;
    padding: 10px 30px !important;
    background: #f7345e !important;
    border-radius: 30px !important;
	margin: 10px 0 0 0 !important;
	width: 100%;
}
.rs-cookietext a#wt-cli-accept-btn:hover {
    background: #22c8e5 !important;
}
.cli-modal-backdrop {
    background-color: rgba(28,9,80,1);
	z-index: 9999;
}
.cli-modal .cli-modal-close {
    color: #30254e;
}
.cli-modal-open { 
	overflow:visible !important;
}
.cli-tab-container p, .cli-privacy-content-text {
    color: rgba(28,9,80,1);
}
a.cli-privacy-readmore {
    color: rgba(28,9,80,1);
    outline: none;
    border: none;
}
.cli-tab-header {
    background-color: rgb(243, 242, 246);
}
.cli-tab-header a.cli-nav-link {
    color: rgba(28,9,80,1);
    outline: none;
    border: none;
}
span.cli-necessary-caption {
    color: rgba(28,9,80,1);
}
.cli-switch input:checked + .cli-slider {
    background-color: #00ceab;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #00ceab;
    color: #ffffff;
    border-radius: 0;
	font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 28px;
    padding: 0 15px;
    border-radius: 14px;
}
.cli-tab-footer .wt-cli-privacy-accept-btn:hover {
	background-color: #22c8e5;
}

/*=============================================
              Logged In Menu                    
=============================================*/
.tg-primary-menu > div ul li.tp-loggedin > a {
	padding-bottom: 10px;
}
.tg-primary-menu > div ul li.tp-loggedin > a span {
	position: absolute;
    margin-top: 15px;
    font-size: 12px;
    color: rgba(28,9,80,0.5);
    font-weight: 500;
	transition: all 0.2s ease-out;
	width: 90px;
    overflow: hidden;
	white-space: nowrap;
	left: 0;
}

.tg-primary-menu > div ul li.tp-loggedin > a span:after, .tg-mobile-navigation > div ul li.tp-loggedin > a span:after {
	content: ' ';
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	height: 20px;
	width: 20px;
	position: absolute;
	top: 5px;
    right: 0;
}

.tg-mobile-navigation > div ul li.tp-loggedin > a span:after {
	background: linear-gradient(90deg, rgba(243,242,246,0) 0%, rgba(243,242,246,1) 100%);
}

.tp-loggedin a:hover span {
	color: #f7345e;
}

.tg-primary-menu > div ul li.menu-item-has-children.tp-loggedin > a::after, .tg-primary-menu > div ul li.page_item_has_children.tp-loggedin > a::after {
    margin-top: 14px;
}

.tg-mobile-navigation > div ul li.tp-loggedin > a span {
	margin-left: 10px;
	color: rgba(28,9,80,0.5);
	transition: all 0.2s ease-out;
	font-size: 12px;
    font-weight: 500;
    width: 140px;
    overflow: hidden;
    position: relative;
    display: inline-flex;
	white-space: nowrap;
}

.tg-primary-menu > div ul li.tp-loggedin ul {
	padding-top: 21px;
}

.tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
    padding: 0;
}




/*=============================================
                 Typography                    
=============================================*/

h1 { 
	color: #5f0089; 
	font-weight: 700; 
}

h2, h3, h4, h6 { 
	color: #41005f; 
	font-weight: 700; 
}

h5 { 
	color: #ff5400; 
	font-weight: 700; 
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	font-weight: 700 !important; 
}

h1 { font-size: 70px; line-height: 70px; }
h2 { font-size: 45px; line-height: 45px; }
h3 { font-size: 35px; line-height: 30px; }
h4 { font-size: 25px; line-height: 25px; }
h5 { font-size: 20px; line-height: 30px; }
h6 { font-size: 18px; line-height: 23px; }

/*=============================================
                 Update                    
=============================================*/
#column-book{ 
	width: 70%;
	padding:30px;
	background-color: #f8f8f8;
    border:1px solid #dfdee4;
	border-radius: 4px;
	margin:10px 20px;
	float: left;
	display:block;
	overflow: hidden;
}
#column-items{ 
	width: 20%;
	padding:0 30px 20px 30px;
	margin:10px;
	float: left;
	display:block;
}
#column-items li{ 
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#column-items p{ 
	margin: 0;
	padding: 0;
}
#column-items h5{
	line-height:110%;
	margin: 0;
	padding: 10px 0;
}

@media (max-width: 900px) {
	#column-book {
		width:auto;
		float:none;
		margin:0px;
		padding:20px 0;
	}
	#column-book h3 {
		padding:0 10px;
	}
	#column-items {
		width:auto;
		float:none;
		margin:0px;
	}
}

#caution{margin:20px 28px;color:#fff; padding:8px;background:#ff5400;text-align:center;font-size:90%;line-height:120%;}

.entry-content blockquote{ 
	background:#e9ecef;
}

#page-content #license{ 
	color: #fff;
	background:#730084;
	border: #730084;
}
#package-content #license{ 
	color: #fff;
	background:#730084;
	border: #730084;
}
#package-detail h3{ 
	color: #ff5400;
	font-weight: weight;
	font-size: 180%;
	line-height:100%;
}
#package-content h2{ 
	color: #41005f;
	font-size: 220%;
	line-height:100%;
}
#package-content h3{ 
	color: #95b210;
	font-weight: 500;
	font-size: 140%;
	line-height:100%;
}
#package-content blockquote{ 
	background:#e9ecef;
}

#advance-image{
	margin: 10px 0 0 20px;
}
#advance-detail{
	margin: 10px 20px 50px 0;
}
#advance-detail h2{ 
	color: #ff5400;
	font-size: 280%;
	margin-bottom:35px;
}
#advance-detail h3{ 
	color: #30254e;
	font-weight: weight;
	font-size: 200%;
	line-height:60%;
}
#advance-detail span{ 
	font-size: 120%;
	color:#fff;
	background: #30254e;
	padding: 2px 10px;
}
#package-detail a, #package-detail a:visited{ 
	color:#41005f;
	font-weight: 600;
	padding: 0 10px;
	border: #41005f 1px solid;
	border-radius: 20px;
	box-shadow: 0 0 2px #41005f;
}
#package-detail a:hover{ 
	color:#730084;
	box-shadow: 0 0 4px #730084;
}
#advance-detail .advance-detail-desc{
	font-size: 120%;
	margin:10px 0 0 0;
}

#package-star { 
	font-weight: bold;
}
#package-star span{ 
	color:#ffc600;
}
#package-star-footer { 
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 110%;
}
#package-star-footer span{ 
	color:#ffc600;
}
#package-hour { 
	font-size: 120%;
	color:#730084;
	font-weight: bold;
	display: flex;
  	align-items: center;
  	justify-content: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
#package-hour .package-hour-clock{ 
	font-size: 200%;
}

.associations {
	text-align: center;
}
.associations ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:0;
	margin:0;
}
.associations ul li {
	width: 45%;
	list-style: none;
	margin:0 auto;
}
.associations ul li img {
	-webkit-filter: hue-rotate(0deg) saturate(0) brightness(100%);
	filter: hue-rotate(0deg) saturate(0) brightness(100%);
	opacity: 0.6;
}
@media screen and (min-width: 1200px) {
	.associations ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.associations ul li img {
		width: 600%;
	}
}
@media screen and (min-width: 420px) {
	.associations ul li img {
	  width: 30%;
	  margin: 0;
	  padding: 0;
	}
}
@media screen and (min-width: 768px) {
	.associations ul li img {
	  width: 60%;
	  
	}
}
@media screen and (min-width: 1200px) {
	.associations ul li {
		width: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.associations ul li:not(:first-child) {
	  margin-left: 2rem;
	}
}


.page-content #license{ 
	color: #fff;
	background:#730084;
	border: #730084;
}
.page-content #license a{ 
	color: #95b210;
}
.page-content #license a:hover{ 
	color: #ff5400;
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
	margin: 22px 0 15px 0;
}
.page-content h2 {
	color:#ff5400;
}
.page-content h3 {
	color:#95b210;
	font-size:180%;
}
.page-content p {
	margin-bottom: 40px;
}
.page-content ul, .page-content ol {
    margin: 0 0 40px 20px;
    padding-left: 0px;
	list-style: disc;
}
.page-content a {
    color:#30254e;
}

.page-content img {
	list-style: inline;
}
.page-content ul li, .page-content ol li {
	padding-left: 10px;
    margin-bottom: 20px;
}
.page-content ul ul {
	margin-top: 2px;
	margin-bottom: 2px;
}





.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin-bottom: 15px;
}

.entry-content .p-itinerary{
	margin-left: 20px;
}

.entry-content .tp-newscard h5 {
	margin-bottom: 5px;
}
.entry-content p {
	margin-bottom: 40px;
}
.entry-content ul, .entry-content ol {
    margin: 0 0 40px 20px;
    padding-left: 0px;
	list-style: disc;
}
.entry-content ul li, .entry-content ol li {
	padding-left: 10px;
}
.entry-content ul ul {
	margin: 2px 0 0 10px;
	padding:0;
}
.entry-content ul ul li {
	list-style-position: inside;
}
.wp-block-columns {
    display: flex;
	margin-bottom: 40px;
}

/* LARGE GAP COLUMNS */
@media (max-width: 599px) {
	.wp-block-column {
		flex-basis: 100% !important;
	}
}
@media (min-width: 0px) {
	.wp-block-column {
		flex-basis: 100% !important;
		margin-bottom: 40px;
	}
	.wp-block-column:nth-child(2n) {
		margin-left: 0px;
	}
}
@media (min-width: 600px) {
	.wp-block-column {
		flex-basis: 100% !important;
		margin-bottom: 40px;
	}
	.wp-block-column:nth-child(2n) {
		margin-left: 0px;
	}
}
@media (min-width: 782px) {
	.wp-block-column:not(:first-child) {
		margin-left: 40px;
	}
}
@media (min-width: 1024px) {
	.wp-block-column {
		flex-basis: calc(50% - 20px) !important;
		flex-grow: 0;
		margin-bottom: 0px;
	}
	.wp-block-column:nth-child(2n) {
		margin-left: 40px;
	}
}


/* SMALL GAP COLUMNS */
@media (max-width: 599px) {
	.wp-block-column.tp-cardshadow {
		flex-basis: 100% !important;
	}
}
@media (min-width: 0px) {
	.wp-block-column.tp-cardshadow {
		flex-basis: 100% !important;
		margin-bottom: 20px;
	}
	.wp-block-column.tp-cardshadow:nth-child(2n) {
		margin-left: 0px;
	}
}
@media (min-width: 600px) {
	.wp-block-column.tp-cardshadow {
		flex-basis: 100% !important;
		margin-bottom: 20px;
	}
	.wp-block-column.tp-cardshadow:nth-child(2n) {
		margin-left: 0px;
	}
}
@media (min-width: 782px) {
	.wp-block-column.tp-cardshadow:not(:first-child) {
		margin-left: 20px;
	}
}
@media (min-width: 1024px) {
	.wp-block-column.tp-cardshadow {
		flex-basis: calc(50% - 10px) !important;
		flex-grow: 0;
		margin-bottom: 0px;
	}
	.wp-block-column.tp-cardshadow:nth-child(2n) {
		margin-left: 20px;
	}
}
.wp-block-columns.smallspace {
	margin-bottom: 20px;
}
.wp-block-quote {
    border-left: 0;
    margin: 0 0 40px;
    padding-left: 30px;
}
.wp-block-quote:before {
	/*content: ' " ';*/
	font-size: 150px;
	line-height: 50px;
	position: relative;
    left: -40px;
    top: 50px;
	color: rgba(28,9,80,0.15);
}
.wp-block-quote p, .wp-block-pullquote blockquote p {
	font-weight: 100;
    font-size: 22px;
    line-height: 30px;
    color: rgba(28,9,80,1);
	margin-bottom: 30px;
}
.wp-block-quote cite, .wp-block-pullquote cite {
	color: rgba(28,9,80,0.5);
    font-size: 14px;
	font-weight: 500;
    margin-top: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.wp-block-pullquote {
    border: 0;
    margin-bottom: 30px;
    color: rgba(28,9,80,1);
	padding: 20px 0;
}
.rs-testimonial {
	text-align: center;
}
.rs-testimonial p {
	font-size:22px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 30px;
}
.rs-testimonial img {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	margin-bottom: 10px;
}
.rs-testimonial h5 {
	margin-bottom: 0px;
}
.rs-testimonial span {
	font-weight: 17px;
	line-height: 20px;
	font-weight: 600;
	color: rgba(28,9,80, 0.35);
}
.wp-block-code {
    font-family: Menlo,Consolas,monaco,monospace;
    font-size: 14px;
    color: rgba(28,9,80,1);
	background-color: #f3f2f6;
    padding: 30px;
    border: 0;
    border-radius: 5px;
	margin-bottom: 40px;
}
code {
    background-color: #f3f2f6;
    padding: 0;
}
code::-moz-selection { color: #fff; background-color: #f7345e; }
code::selection { color: #fff; background-color: #f7345e; }
.wp-block-table td, .wp-block-table th {
	border: 1px solid;
	padding: 10px;
}
.tp-center h4, .tp-center h2, .tp-center h1 {
	text-align: center;
}
.tp-left h4, .tp-left h2, .tp-left h1 {
	text-align: left;
	font-weight: 600;
}
.tp-stars {
	background: url("/wp-content/uploads/2020/03/stars.png");
	background-size: 152px 26px;
	background-repeat: no-repeat;
	width: 152px;
	height: 26px;
	margin: 0 auto;
}
.rs-testimonial .tp-stars {
	background-size: 100px 17px;
	width: 100px;
	height: 17px;
	margin-bottom: 20px;
}
.tp-raiseindex {
	z-index: 100;
	position: relative;
}
.tp-headerblock.lighttext, .tp-headerblock.lighttext p.largep {
	color: #fff !important;
}
.tp-headerblock h2, .tp-headerblock h1 {
	font-size: 45px;
	line-height: 50px;
	margin-bottom: 30px;
}
.tp-headerblock h4 {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: #ff5400;
	margin-bottom: 10px;
}
.tp-headerblock p {
	margin-bottom: 15px;
}
.tp-headerblock ul, .tp-headerblock ol {
    margin: 0;
    padding: 0 0 25px 20px;
    list-style: none;
	vertical-align: top;
}
.tp-headerblock ul li, .tp-headerblock ol li {
    margin-bottom: 0;
	font-weight: inherit;
	color: #30254e;
}
.tp-headerblock ul li:before, .tp-headerblock ol li:before {
    color: #95b210;
    content: "\2022";
    font-weight: bold;
    font-size: 25px;
    display: inline-block;
    width: 20px;
    margin-left: -20px;
}
.tp-diamond {
	background-image: url("/wp-content/uploads/2020/04/diamond.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 75px 0;
    background-size: 256px;
}
.tp-question {
	background-image: url("/wp-content/uploads/2020/05/questionhands.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 75px 0;
    background-size: 256px;
}
p.largep {
	font-weight: 100;
    font-size: 30px;
    line-height: 30px;
    width: 100%;
    max-width: 720px;
	text-align: center;
    margin: 0 auto;
    color: rgba(28,9,80,1);
}
.tp-highred {
	color: #730084;
	transform: skewX(-10deg);
    position: relative;
    display: inline-block;
	font-size: 1.2em;
	line-height: 1em;
    font-weight: 700;
	text-transform: capitalize;
	margin-right: 8px;
}
@media (min-width: 1024px) {
	.tp-highred.large {
		font-size: 2em;
		line-height: 1.05em;
	}
}
.tp-highblue {
	color: #00ceab;
	background: linear-gradient(-107deg, #22c8e5 0%,#00ceab 100%);
	/*text-shadow: 0px 10px 20px rgba(0,206,171,0.15);*/
	transform: skewX(-10deg);
    position: relative;
    display: inline-block;
	font-size: 1.2em;
	line-height: 1em;
    font-weight: 700;
	text-transform: capitalize;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tp-meh {
	/*-webkit-text-stroke: 2px rgba(28,9,80,0.25);
    -webkit-text-fill-color: white;*/
	color: rgba(28,9,80,0.25);
	font-size: 1.2em;
}
.tp-redunderline {
	background-image: linear-gradient(107deg, #22c8e5 0%,#00ceab 100%);
	background-repeat: no-repeat;
	background-size: 100% 0.2em;
	background-position: 0 88%;
	transition: background-size 0.25s ease-in;
}
.rs-imageright .wp-block-column, .rs-imageleft .wp-block-column {
	margin-left: 0 !important;
}
.rs-imageright .wp-block-column figure.wp-block-image, .rs-imageleft .wp-block-column figure.wp-block-image {
	margin: 0;
}
@media (min-width: 0px) {
	.rs-imageright .wp-block-column, .rs-imageleft .wp-block-column {
		flex-basis: 100% !important;
		margin-bottom: 20px;
	}
	.rs-imageright .wp-block-columns, .rs-imageright.wp-block-columns {
		margin-right: 0px;
	}
	.rs-imageleft .wp-block-columns, .rs-imageleft.wp-block-columns {
		margin-left: 0px;
	}
	.rs-imageright .wp-block-column img {
		margin-top: 10px;
		text-align: center;
	}
	.rs-imageleft .wp-block-column img {
		margin-bottom: 20px;
	}
	.rs-imageright .wp-block-column:last-child {
		margin-bottom: 0;
		text-align: center;
	}
	.rs-imageleft .wp-block-column:first-child {
		margin-bottom: 0;
		text-align: center;
	}
}
@media (min-width: 782px) {
	.rs-imageright .wp-block-column img {
		margin-top: 0;
	}
	.rs-imageleft .wp-block-column img {
		margin-bottom: 0;
	}
	.rs-imageright .wp-block-columns, .rs-imageright.wp-block-columns {
		margin-right: -40px;
	}
	.rs-imageleft .wp-block-columns, .rs-imageleft.wp-block-columns {
		margin-left: -40px;
	}
}
@media (min-width: 1024px) {
	.rs-imageright .wp-block-column:first-child {
		flex-basis: 45% !important;
	}
	.rs-imageright .wp-block-column:last-child {
		flex-basis: 55% !important;
		text-align: right;
	}
	.rs-imageleft .wp-block-column:first-child {
		flex-basis: 40% !important;
		text-align: left;
	}
	.rs-imageleft .wp-block-column:last-child {
		flex-basis: 60% !important;
	}
	/*.rs-imageright .wp-block-column img {
		max-height: 550px;
	}*/
	.rs-imageright .wp-block-columns, .rs-imageright.wp-block-columns {
		margin-right: 0;
	}
	.rs-imageleft .wp-block-columns, .rs-imageleft.wp-block-columns {
		margin-left: 0;
	}
}
.wp-block-group.tp-info {
	padding: 40px 100px;
	background: #fff;
	margin-left: -100px;
	margin-right: -100px;
	border-width: 20px;
  	border-style: solid;
	border-image-source: -moz-linear-gradient(top,  rgba(94,53,177,1) 0%, rgba(247,52,94,1) 100%); 
	border-image-source: -webkit-linear-gradient(top,  rgba(94,53,177,1) 0%,rgba(247,52,94,1) 100%); 
	border-image-source: linear-gradient(to bottom,  rgba(94,53,177,1) 0%,rgba(247,52,94,1) 100%);
	border-image-slice: 1;
}
.wp-block-group.tp-info .wp-block-button {
	margin-bottom: 0 !important;
}
.rs-team {
	padding: 50px 100px;
	border-width: 20px;
  	border-style: solid;
	border-image-source: -moz-linear-gradient(top,  rgba(94,53,177,1) 0%, rgba(247,52,94,1) 100%); 
	border-image-source: -webkit-linear-gradient(top,  rgba(94,53,177,1) 0%,rgba(247,52,94,1) 100%); 
	border-image-source: linear-gradient(to bottom,  rgba(94,53,177,1) 0%,rgba(247,52,94,1) 100%);
	border-image-slice: 1;
}
.rs-team figure {
	margin: 0;
}
.rs-team figure figcaption {
    color: rgba(28,9,80,1,0.5);
	line-height: 14px;
    margin: 17px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-weight: 500;
	text-align: center;
}
.rs-teamlogo figure {
	margin: 0;
}
.rs-teamlogo img {
	-webkit-box-shadow: 0px 20px 60px 0px rgba(94,53,177,0.25);
	-moz-box-shadow: 0px 20px 60px 0px rgba(94,53,177,0.25);
	box-shadow: 0px 20px 60px 0px rgba(94,53,177,0.25);
}
.rs-teamstory {
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	max-width: 760px;
	margin: 0 auto;
}
table.tp-codetable {
	font-size: 12px;
}
.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
  	color: rgba(28,9,80,0.5);
}
.wp-block-image, .wp-block-embed {
    margin-bottom: 40px;
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.rs-fuzzybg {
	background: url("/wp-content/uploads/2020/05/fuzzy2.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
}
.rs-fixicon {
	text-align: center !important;
}
.rs-fixicon lord-icon {
	margin-bottom: 20px;
}


/*.rs-landingheadergradient {
	background: -moz-linear-gradient(163deg, rgb(28, 9, 80) 0%, rgb(28, 9, 80) 1%, rgb(28, 9, 80) 2%, rgb(28, 9, 80) 3%, rgb(28, 9, 80) 4%, rgb(28, 9, 80) 5%, rgb(28, 9, 80) 6%, rgb(28, 9, 80) 7%, rgb(28, 9, 80) 8%, rgb(28, 9, 80) 9%, rgb(28, 9, 80) 10%, rgb(28, 9, 80) 11%, rgb(28, 9, 80) 12%, rgb(28, 9, 80) 13%, rgb(28, 9, 80) 14%, rgb(28, 9, 80) 15%, rgb(28, 10, 81) 16.67%, rgb(29, 15, 85) 18.34%, rgb(31, 24, 94) 20.01%, rgb(33, 34, 103) 21.68%, rgb(35, 46, 114) 23.35%, rgb(37, 61, 128) 25.02%, rgb(40, 76, 142) 26.69%, rgb(43, 91, 155) 28.36%, rgb(46, 106, 169) 30.03%, rgb(48, 121, 183) 31.7%, rgb(50, 133, 194) 33.37%, rgb(52, 143, 203) 35.04%, rgb(54, 152, 212) 36.71%, rgb(55, 157, 216) 38.38%, rgb(55, 158, 217) 40%, rgb(55, 157, 217) 42%, rgb(57, 154, 215) 44%, rgb(59, 148, 213) 46%, rgb(62, 140, 210) 48%, rgb(65, 132, 207) 50%, rgb(69, 121, 203) 52%, rgb(73, 111, 199) 54%, rgb(76, 100, 195) 56%, rgb(80, 90, 191) 58%, rgb(84, 79, 187) 60%, rgb(87, 71, 184) 62%, rgb(90, 64, 181) 64%, rgb(92, 57, 179) 66%, rgb(94, 54, 177) 68%, rgb(94, 53, 177) 70%, rgb(94, 53, 177) 72%, rgb(94, 53, 177) 74%, rgb(94, 53, 177) 76%, rgb(94, 53, 177) 78%, rgb(94, 53, 177) 80%, rgb(94, 53, 177) 82%, rgb(94, 53, 177) 84%, rgb(94, 53, 177) 86%, rgb(94, 53, 177) 88%, rgb(94, 53, 177) 90%, rgb(94, 53, 177) 92%, rgb(94, 53, 177) 94%, rgb(94, 53, 177) 96%, rgb(94, 53, 177) 98%, rgb(94, 53, 177) 100%);
	background: -webkit-linear-gradient(163deg, rgb(28, 9, 80) 0%, rgb(28, 9, 80) 1%, rgb(28, 9, 80) 2%, rgb(28, 9, 80) 3%, rgb(28, 9, 80) 4%, rgb(28, 9, 80) 5%, rgb(28, 9, 80) 6%, rgb(28, 9, 80) 7%, rgb(28, 9, 80) 8%, rgb(28, 9, 80) 9%, rgb(28, 9, 80) 10%, rgb(28, 9, 80) 11%, rgb(28, 9, 80) 12%, rgb(28, 9, 80) 13%, rgb(28, 9, 80) 14%, rgb(28, 9, 80) 15%, rgb(28, 10, 81) 16.67%, rgb(29, 15, 85) 18.34%, rgb(31, 24, 94) 20.01%, rgb(33, 34, 103) 21.68%, rgb(35, 46, 114) 23.35%, rgb(37, 61, 128) 25.02%, rgb(40, 76, 142) 26.69%, rgb(43, 91, 155) 28.36%, rgb(46, 106, 169) 30.03%, rgb(48, 121, 183) 31.7%, rgb(50, 133, 194) 33.37%, rgb(52, 143, 203) 35.04%, rgb(54, 152, 212) 36.71%, rgb(55, 157, 216) 38.38%, rgb(55, 158, 217) 40%, rgb(55, 157, 217) 42%, rgb(57, 154, 215) 44%, rgb(59, 148, 213) 46%, rgb(62, 140, 210) 48%, rgb(65, 132, 207) 50%, rgb(69, 121, 203) 52%, rgb(73, 111, 199) 54%, rgb(76, 100, 195) 56%, rgb(80, 90, 191) 58%, rgb(84, 79, 187) 60%, rgb(87, 71, 184) 62%, rgb(90, 64, 181) 64%, rgb(92, 57, 179) 66%, rgb(94, 54, 177) 68%, rgb(94, 53, 177) 70%, rgb(94, 53, 177) 72%, rgb(94, 53, 177) 74%, rgb(94, 53, 177) 76%, rgb(94, 53, 177) 78%, rgb(94, 53, 177) 80%, rgb(94, 53, 177) 82%, rgb(94, 53, 177) 84%, rgb(94, 53, 177) 86%, rgb(94, 53, 177) 88%, rgb(94, 53, 177) 90%, rgb(94, 53, 177) 92%, rgb(94, 53, 177) 94%, rgb(94, 53, 177) 96%, rgb(94, 53, 177) 98%, rgb(94, 53, 177) 100%);
	background: linear-gradient(163deg, rgb(28, 9, 80) 0%, rgb(28, 9, 80) 1%, rgb(28, 9, 80) 2%, rgb(28, 9, 80) 3%, rgb(28, 9, 80) 4%, rgb(28, 9, 80) 5%, rgb(28, 9, 80) 6%, rgb(28, 9, 80) 7%, rgb(28, 9, 80) 8%, rgb(28, 9, 80) 9%, rgb(28, 9, 80) 10%, rgb(28, 9, 80) 11%, rgb(28, 9, 80) 12%, rgb(28, 9, 80) 13%, rgb(28, 9, 80) 14%, rgb(28, 9, 80) 15%, rgb(28, 10, 81) 16.67%, rgb(29, 15, 85) 18.34%, rgb(31, 24, 94) 20.01%, rgb(33, 34, 103) 21.68%, rgb(35, 46, 114) 23.35%, rgb(37, 61, 128) 25.02%, rgb(40, 76, 142) 26.69%, rgb(43, 91, 155) 28.36%, rgb(46, 106, 169) 30.03%, rgb(48, 121, 183) 31.7%, rgb(50, 133, 194) 33.37%, rgb(52, 143, 203) 35.04%, rgb(54, 152, 212) 36.71%, rgb(55, 157, 216) 38.38%, rgb(55, 158, 217) 40%, rgb(55, 157, 217) 42%, rgb(57, 154, 215) 44%, rgb(59, 148, 213) 46%, rgb(62, 140, 210) 48%, rgb(65, 132, 207) 50%, rgb(69, 121, 203) 52%, rgb(73, 111, 199) 54%, rgb(76, 100, 195) 56%, rgb(80, 90, 191) 58%, rgb(84, 79, 187) 60%, rgb(87, 71, 184) 62%, rgb(90, 64, 181) 64%, rgb(92, 57, 179) 66%, rgb(94, 54, 177) 68%, rgb(94, 53, 177) 70%, rgb(94, 53, 177) 72%, rgb(94, 53, 177) 74%, rgb(94, 53, 177) 76%, rgb(94, 53, 177) 78%, rgb(94, 53, 177) 80%, rgb(94, 53, 177) 82%, rgb(94, 53, 177) 84%, rgb(94, 53, 177) 86%, rgb(94, 53, 177) 88%, rgb(94, 53, 177) 90%, rgb(94, 53, 177) 92%, rgb(94, 53, 177) 94%, rgb(94, 53, 177) 96%, rgb(94, 53, 177) 98%, rgb(94, 53, 177) 100%);
}*/

.rs-purpleredgradient {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c0950+0,321062+30,82009f+55,f7345e+100 */
	background: -moz-linear-gradient(-73deg,  rgba(28,9,80,1) 0%, rgba(50,16,98,1) 30%, rgba(130,0,159,1) 55%, rgba(247,52,94,1) 100%); 
	background: -webkit-linear-gradient(-73deg,  rgba(28,9,80,1) 0%,rgba(50,16,98,1) 30%,rgba(130,0,159,1) 55%,rgba(247,52,94,1) 100%); 
	background: linear-gradient(163deg,  rgba(28,9,80,1) 0%,rgba(50,16,98,1) 30%,rgba(130,0,159,1) 55%,rgba(247,52,94,1) 100%); 
}

.rs-bluepurplegradient {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c0950+15,1c0950+15,379ed9+40,5e35b1+70 */
	background: -moz-linear-gradient(-73deg,  rgba(28,9,80,1) 15%, rgba(28,9,80,1) 15%, rgba(55,158,217,1) 40%, rgba(94,53,177,1) 70%);
	background: -webkit-linear-gradient(-73deg,  rgba(28,9,80,1) 15%,rgba(28,9,80,1) 15%,rgba(55,158,217,1) 40%,rgba(94,53,177,1) 70%); 
	background: linear-gradient(163deg,  rgba(28,9,80,1) 15%,rgba(28,9,80,1) 15%,rgba(55,158,217,1) 40%,rgba(94,53,177,1) 70%);
}

.rs-purplegradient {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7345e+0,82009f+25,321062+75,321062+100&0.85+1,0.7+50,0.75+100 */
	background: -moz-linear-gradient(left,  rgba(247,52,94,0.85) 0%, rgba(242,50,97,0.85) 1%, rgba(130,0,159,0.78) 25%, rgba(90,8,129,0.7) 50%, rgba(50,16,98,0.73) 75%, rgba(50,16,98,0.75) 100%), url("/wp-content/uploads/2020/03/anotherbg.jpg"); 
	background: -webkit-linear-gradient(left,  rgba(247,52,94,0.85) 0%,rgba(242,50,97,0.85) 1%,rgba(130,0,159,0.78) 25%,rgba(90,8,129,0.7) 50%,rgba(50,16,98,0.73) 75%,rgba(50,16,98,0.75) 100%), url("/wp-content/uploads/2020/03/anotherbg.jpg"); 
	background: linear-gradient(to right,  rgba(247,52,94,0.85) 0%,rgba(242,50,97,0.85) 1%,rgba(130,0,159,0.78) 25%,rgba(90,8,129,0.7) 50%,rgba(50,16,98,0.73) 75%,rgba(50,16,98,0.75) 100%), url("/wp-content/uploads/2020/03/anotherbg.jpg");
	background-size: cover;
}

.rs-purplegradient h3 {
	color: #fff;
}

.rs-purplegradient .rsblog .esg-filterbutton, .rs-purplegradient .rsblog .esg-navigationbutton, .rs-purplegradient .rsblog .esg-sortbutton, .rs-purplegradient .rsblog .esg-cartbutton {
   	color: #fff;
	background: rgba(29,10,81,0.25);
}

.rs-purplegradient .esg-grid .mainul li.eg-rs-youtube-wrapper {
    background: rgba(28,9,80,0.5);
}

.rs-purplegradient .eg-rs-youtube-element-0 {
    color: #fff!important;
}

.rs-purplegradient .eg-rs-youtube-element-39 {
    color: rgba(255,255,255,0.5);
}

.rs-buttonbg {
	background: url("/wp-content/uploads/2020/04/bgshape.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 438px 288px;
}

#rs-ticketmodal, #rs-dashmodal {
	position: fixed;
	z-index: 100;
	bottom: 130px;
	right: 30px;
	width: 380px;
	height: 90px;
	background: #fff;
	border-radius: 7px 5px 5px 7px;
	-webkit-box-shadow: 0px 20px 50px 0px rgba(28,9,80,0.3); 
	-moz-box-shadow: 0px 20px 50px 0px rgba(28,9,80,0.3); 
	box-shadow: 0px 20px 50px 0px rgba(28,9,80,0.3); 
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#rs-dashmodal {
	top: 106px;
}

@media (min-width: 1024px) {
	#rs-dashmodal {
		top: 166px;
	}
}

#rs-videoicon:hover {
	background-size: 110px 110px;
	cursor: pointer;
}

#rs-dashmodal span {
	margin-left: 110px;
	font-size: 16px;
}
	
#rs-ticketmodal.rs-ticketshow, #rs-dashmodal.rs-ticketshow {
	visibility: visible;
    opacity: 1;
	transform: translateY(-10px);
    transition-delay: 0s;
}

#rs-videoicon {
	width: 90px;
	height: 90px;
	border-radius: 5px 0 0 5px;
	position: absolute;
	background: url("/wp-content/uploads/2020/05/registervideo.jpg");
	background-size: 90px 90px;
	transition: background 0.3s ease-in-out;
	background-position: center center;
}

#rs-saleicon {
	width: 90px;
	height: 90px;
	border-radius: 5px 0 0 5px;
	position: absolute;
	background: url("/wp-content/uploads/2020/10/salegfx.jpg");
	background-size: 90px 90px;
	transition: background 0.3s ease-in-out;
	background-position: center center;
	animation: rs-animatesaleicon 2s normal forwards ease-out;
	animation-delay: 0.5s;
	animation-iteration-count: infinite;
	cursor: pointer;
}

@keyframes rs-animatesaleicon {
  0% {
    background-size: 90px 90px;
  }
  50% {
    background-size: 110px 110px;
  }
 100% {
    background-size: 90px 90px;
  }
}

#rs-ticketicon {
	width: 90px;
	height: 90px;
	border-radius: 5px 0 0 5px;
	position: absolute;
	background-position: center center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c0950+0,82009f+50,f7345e+100 */
	background: -moz-linear-gradient(top,  rgba(28,9,80,1) 0%, rgba(130,0,159,1) 50%, rgba(247,52,94,1) 100%); 
	background: -webkit-linear-gradient(top,  rgba(28,9,80,1) 0%,rgba(130,0,159,1) 50%,rgba(247,52,94,1) 100%);
	background: linear-gradient(to bottom,  rgba(28,9,80,1) 0%,rgba(130,0,159,1) 50%,rgba(247,52,94,1) 100%);
}

#rs-ticketicon span {
	background: url("/wp-content/uploads/2020/03/supporticon.png");
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	display: block;
	margin: 25px 0 0 25px;
}

#rs-ticketmodal h5, #rs-dashmodal h5 {
	margin-left: 110px;
	margin-bottom: 0;
	margin-top: 20px;
}

/*#rs-ticketmodal a, #rs-dashmodal a {
	margin-left: 110px;
}*/

#rs-closemodal {
	background: url("/wp-content/uploads/2020/03/closer_dark.png");
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
}

.rs-underlined {
	font-weight: 700;
	border-bottom: 4px solid #f7345e;
}

/*.rs-underlined:after {
	position: absolute;
	margin-left: -117px;
	bottom: -10px;
	content: " ";
	width: 117px;
	height: 12px;
	background: url("/wp-content/uploads/2020/03/underline1.png");
	background-size: 117px 12px;
}*/

.rs-iconcircle {
	display: inline-block;
	padding: 25px;
	background: #fff;
	border-radius: 45px;
	-webkit-box-shadow: 0px 20px 50px 0px rgba(28,9,80,0.1); 
	-moz-box-shadow: 0px 20px 50px 0px rgba(28,9,80,0.1); 
	box-shadow: 0px 20px 50px 0px rgba(28,9,80,0.1); 
	margin-bottom: 20px;
}

.rs-iconcircle figure {
	margin: 0;
}

.rs-question {
	padding-left: 65px;
    position: relative;
}

.rs-question:before {
    display: inline-block;
    position: absolute;
    left: 0;
    content: ' ';
    background: url("/wp-content/uploads/2020/05/question_filled4.jpg");
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    width: 50px;
    height: 50px;
	-webkit-box-shadow: 0px 20px 50px 0px rgba(247,52,94,0.1); 
	-moz-box-shadow: 0px 20px 50px 0px rgba(247,52,94,0.1); 
	box-shadow: 0px 20px 50px 0px rgba(247,52,94,0.1); 
}

.rs-ballsbg {
	background: url("/wp-content/uploads/2020/04/ballsbg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.rs-shapebg {
	background: url("/wp-content/uploads/2020/05/shapebg4.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}

.rs-blureditorbg {
	background: -webkit-linear-gradient(left,  rgba(247,52,94,0.85) 0%,rgba(242,50,97,0.85) 1%,rgba(130,0,159,0.78) 25%,rgba(90,8,129,0.7) 50%,rgba(50,16,98,0.73) 75%,rgba(50,16,98,0.75) 100%), url("/wp-content/uploads/2020/03/anotherbg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 2100px) {
	.rs-ballsbg {
		background-size: cover;
	}
}

.wp-block-cp-codepen-gutenberg-embed-block {
	margin-bottom: 20px;
}




/*=============================================
                 SVG Stroke                    
=============================================*/

.rs-extendwithstroke {
	font-weight: 700;
}

.rs-stroked {
    box-sizing: border-box;
    position: relative;
}


@keyframes rs-drawstroke {
  0% {
    stroke-dashoffset: 1000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.rs-stroke {
	display: block;
	width: calc(100% - 0px);
	height: 20px;
	stroke: rgb(247, 52, 94);
	position: absolute;
	left: 0px;
	bottom: -10px;
	stroke-width: 4;
	stroke-dasharray: 1000px;
	stroke-dashoffset: 1000px;
	animation: rs-drawstroke 2s normal forwards ease-out;
	animation-delay: 0.5s;
}


/*=============================================
                 Info Popup                    
=============================================*/

#tp-infoboxwrapper {
	background: rgba(90,65,172,0.75);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	display: block;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}

#tp-infobox {
	position: relative;
	max-width: 520px;
	margin: 0 auto;
	border-radius: 3px;
	padding: 0 50px 50px 50px;
	background: #fff;
	top: 56px;
	box-shadow: 0px 20px 50px 0px rgba(28,9,80,0.15);
	-webkit-animation: infoPopup 1s ease-in-out;
    animation: infoPopup 1s ease-in-out;
}

#tp-infobox a, #tp-infobox a:visited {
    color: #f7345e;
    font-weight: 500;
    text-decoration: none;
}

#tp-infobox a:hover, #tp-infobox a:focus {
    color: #22c8e5;
}

.rs-modalform-radio {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 10px 0 0;
	width: 100%;
}

.rs-modalform-radio input[type='radio'] {
  display: none;
}

.rs-modalform-radio label {
	padding-left: 10px;
}

.rs-modalform-radio label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  left: -10px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #f7345e;
  background-color: transparent;
}

.rs-modalform-radio input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 4px;
  content: " ";
  display: block;
  background: #f7345e;
}




@media (min-width: 782px) {
	#tp-infobox {
		top: 126px;
	}
}

.tp-lottie-header {
	width: 100%;
	position: relative;
}

#tp-infobox-closer {
	position: absolute;
	right: 15px;
	top: 13px;
	background-image: url("/wp-content/uploads/2020/03/closer_dark.png");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#tp-infobox-closer:hover {
	transform: scale(1.1);
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes infoPopup {
    0% {
        opacity: 0;
		transform: scale(0.5);
    }

    100% {
        opacity: 1;
		transform: scale(1);
    }
}




/*=============================================
                 Sticky header                    
=============================================*/

#masthead {
	z-index: 9999;
	width: 100%;
	position: fixed;
	top: 0;
}





/*=============================================
                 Top header Bar                    
=============================================*/


.tg-site-header-top .tg-header-top-left-content { 
	width: 65%; 
	text-align: left; 
	font-size: 14px; 
	font-weight: 400;
}

.tg-site-header-top .tg-header-top-right-content {
	width: 35%; 
	text-align: right; 
	font-size: 14px; 
	font-weight: 400;
}

.tg-site-header-top .tg-header-top-right-content div {
	display: inline-block;
}

.tg-site-header-top .tg-header-top-right-content .tp-label {
	color: rgba(255,255,255,0.75)
}
	
.tg-site-header .tg-site-header-top {
	padding: 6px 0 7px 0;
	background: #730084;
	/*background: -moz-linear-gradient(left,  #82009f 0%, #00ceab 100%); 
	background: -webkit-linear-gradient(left,  #82009f 0%, #00ceab 100%); 
	background: linear-gradient(to right,  #82009f 0%, #00ceab 100%);*/
}

@media screen and (max-width: 1023px) {
	.tg-site-header-top {
		display: none;
	}
}

.tg-site-header a.tp-latest-version, .tg-site-header a.tp-latest-version:visited {
	padding-left: 5px;
}

.tg-site-header .tg-site-header-top a, .tg-site-header .tg-site-header-top a:visited {
	color: #fff;
	font-weight: 500;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.tg-site-header .tg-site-header-top a:hover {
	color: rgba(255,255,255,0.75);
}

.tg-header-top-right-content .rs-chat {
	margin-right: 20px;
}

.tg-header-top-right-content .rs-chat:before {
	content: ' ';
	background-image: url("/wp-content/uploads/2020/06/mailicon.png");
	background-size: 14px 14px;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	cursor: pointer;
	display: inline-block;
	vertical-align: -3px;
	margin-right: 5px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.tg-header-top-right-content .rs-phone {
	margin-right: 20px;
}

.tg-header-top-right-content .rs-phone:before {
	content: ' ';
	background-image: url("/wp-content/uploads/2020/06/phoneicon.png");
	background-size: 14px 14px;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	cursor: pointer;
	display: inline-block;
	vertical-align: -3px;
	margin-right: 5px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.tg-site-header-bottom { 
	margin: 0; 
	padding: 4px 0; 
	background: #fff;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.tp-menushadow {
	-webkit-box-shadow: 0px 20px 30px 0px rgba(28,9,80,0.05); 
	-moz-box-shadow: 0px 20px 30px 0px rgba(28,9,80,0.05); 
	box-shadow: 0px 20px 30px 0px rgba(28,9,80,0.05); 
}

.tp-headercloser {
	position: absolute;
	right: 15px;
	top: 13px;
	background-image: url("/wp-content/uploads/2020/03/closer.png");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	display: none;
}

.tp-headercloser:hover {
	transform: scale(1.1);
}

#masthead.rs-templateheader {
	height: 60px;
	max-height: 60px;
}

.rs-templateheader .tg-site-header-bottom .tg-header-container {
	justify-content: flex-start;
	position: relative;
}

.rs-templateheader .tg-site-header-bottom {
	background: #730084;
	padding: 6px 0;
	-webkit-transition: none;
    transition: none;
}

.rs-templateheader #templatetitle {
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	padding: 20px 0;
	text-align: center;
	position: absolute;
	width: 600px;
    left: calc(50% - 300px);
	color: #fff;
	margin-bottom: 0;
}

.rs-templateheader #templatetitle span {
	font-weight: 300;
}

.rs-templateheader #rs-templateback, .rs-templateheader #rs-templateclose  {
	display: flex;
	position: absolute;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;
}

#rs-templatewhatsapp  {
	font-size: 180%;
	position: absolute;
	display: flex;
	right: 10px;
	top: 12px;
}

.rs-templateheader #rs-templatebuy {
	position: absolute;
	right: 50px;
	display: flex;
}

.rs-templateheader #rs-templateback:hover, .rs-templateheader #rs-templateclose:hover {
	transform: scale(1.1);
}

.rs-templateheader #rs-templateback {
	right: 40px;
	background-image: url("/wp-content/uploads/2020/04/overviewlarge.png");
}

.rs-templateheader #rs-templateclose {
	right: 0;
	background-image: url("/wp-content/uploads/2020/04/closerlarge.png");
}

.respect-fixedstatic rs-static-layers>.rs-parallax-wrap>rs-loop-wrap, .th-fixed>rs-loop-wrap { 
	transform:translatey(60px);
}
.respect-fixedstatic rs-static-layers>.rs-parallax-wrap.rs-stay>rs-loop-wrap { 
	transform:translatey(0px);
}




/*=============================================
               Header Background  false                  
=============================================

.tp-headerbg {
	position:absolute;
	width: 100%;
	height: 700px;
	top: 0;
    left: 0;
    z-index: 0;
}

.tp-headerbggradient {
	width: 100%;
	height: 100%;
	position: absolute;
}

.tp-headerbgimage {
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
}*/




/*=============================================
          Specific Page Header BGs                    
=============================================*/

.page-id-161730 .tp-headerbggradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3f2f6+0,ffffff+100&0+1,1+100 */
background: -moz-linear-gradient(top,  rgba(243,242,246,0) 0%,rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(243,242,246,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(243,242,246,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f3f2f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.page-id-161730 h2.tp-subtitle {
	/*color: rgba(255,255,255,0.75);*/
	max-width: 100% !important;
}

.single .tp-headerbg {
	position:absolute;
	width: 100%;
	height: 1000px;
}

/* PRICING BG */

.page-id-161730 .tp-headerbgimage {
	background-image: url("/wp-content/uploads/2020/05/pricing_left.jpg");
	background-position: left top;
	background-size: 310px 610px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.page-id-161730 .tp-headerbggradient {
	background-image: url("/wp-content/uploads/2020/05/pricing_right.jpg");
	background-position: right bottom;
	background-size: 300px 530px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

/* BLOG BG */

.single .tp-headerbgimage, .page-id-57 .tp-headerbgimage, .page-id-6515 .tp-headerbgimage, .page-id-6919 .tp-headerbgimage, .page-id-7257 .tp-headerbgimage, .page-id-158410 .tp-headerbgimage {
	background-image: url("/wp-content/uploads/2020/03/geo1.png");
	background-position: left top;
	background-size: 280px 540px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.single .tp-headerbggradient, .page-id-57 .tp-headerbggradient, .page-id-6515 .tp-headerbggradient, .page-id-6919 .tp-headerbggradient, .page-id-7257 .tp-headerbggradient, .page-id-158410 .tp-headerbggradient {
	background-image: url("/wp-content/uploads/2020/03/geo2.png");
	background-position: right bottom;
	background-size: 540px 700px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}


/* HELP CENTER BG */

.single-faq .tp-headerbgimage, .tax-sr_manual_section .tp-headerbgimage, .page-id-7718 .tp-headerbgimage, .page-id-7447 .tp-headerbgimage, .srdManualBody .tp-headerbgimage, .srdDefinitionBody .tp-headerbgimage, .page-id-10805 .tp-headerbgimage, .page-id-10840 .tp-headerbgimage, .page-id-160394 .tp-headerbgimage {
	background-image: url("/wp-content/uploads/2020/03/helpbg_left.jpg");
	background-position: left top;
	background-size: 310px 610px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.single-faq .tp-headerbggradient, .page-id-7718 .tp-headerbggradient, .page-id-7447 .tp-headerbggradient, .srdManualBody .tp-headerbggradient, .srdDefinitionBody .tp-headerbggradient, .page-id-10805 .tp-headerbggradient, .page-id-10840 .tp-headerbggradient, .page-id-160394 .tp-headerbggradient {
	background-image: url("/wp-content/uploads/2020/03/helpbg_right.jpg");
	background-position: right top;
	background-size: 300px 530px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

/* BG RESPONSIVE HANDLING */

@media (min-width: 0px) {

	.single .tp-headerbgimage, .single .tp-headerbggradient, .page-id-57 .tp-headerbgimage, .page-id-57 .tp-headerbggradient, .page-id-6515 .tp-headerbgimage, .page-id-6515 .tp-headerbggradient, .page-id-7718 .tp-headerbgimage, .page-id-7718 .tp-headerbggradient, .srdManualBody .tp-headerbgimage, .srdManualBody .tp-headerbggradient, .srdDefinitionBody .tp-headerbgimage, .srdDefinitionBody .tp-headerbggradient, .page-id-6919 .tp-headerbgimage, .page-id-6919 .tp-headerbggradient, .page-id-7447 .tp-headerbgimage, .page-id-7447 .tp-headerbggradient, .page-id-7257 .tp-headerbgimage, .page-id-7257 .tp-headerbggradient, .page-id-161730 .tp-headerbgimage, .page-id-161730 .tp-headerbggradient, .page-id-158410 .tp-headerbgimage, .page-id-158410 .tp-headerbggradient, .page-id-10805 .tp-headerbgimage, .page-id-10805 .tp-headerbggradient, .page-id-10840 .tp-headerbgimage, .page-id-10840 .tp-headerbggradient {
		display: none;
	}
}

@media (min-width: 1024px) {

	/* BALL BG */
	.single .tp-headerbgimage, .page-id-57 .tp-headerbgimage, .page-id-6515 .tp-headerbgimage, .page-id-6919 .tp-headerbgimage, .page-id-7257 .tp-headerbgimage, .page-id-158410 .tp-headerbgimage {
		background-position: left top;
		background-size: 182px 351px;
		display: block;
	}
	.single .tp-headerbggradient, .page-id-57 .tp-headerbggradient, .page-id-6515 .tp-headerbggradient, .page-id-6919 .tp-headerbggradient, .page-id-7257 .tp-headerbggradient, .page-id-158410 .tp-headerbggradient {
		background-position: right bottom;
		background-size: 351px 455px;
		display: block;
	}
	.single .tp-headerbg, .page-id-57 .tp-headerbg, .page-id-6515 .tp-headerbg, .page-id-6919 .tp-headerbg, .page-id-7257 .tp-headerbg, .page-id-158410 .tp-headerbg {
		height: 700px;
	}
	/* HELP CENTER BG */
	.single-faq .tp-headerbgimage, .page-id-7718 .tp-headerbgimage, .page-id-7447 .tp-headerbgimage, .srdManualBody .tp-headerbgimage, .srdDefinitionBody .tp-headerbgimage, .page-id-10805 .tp-headerbgimage, .page-id-10840 .tp-headerbgimage {
		background-position: left top;
		background-size: 250px 492px;
		display: block;
	}
	.single-faq .tp-headerbggradient, .page-id-7718 .tp-headerbggradient, .page-id-7447 .tp-headerbggradient, .srdManualBody .tp-headerbggradient, .srdDefinitionBody .tp-headerbggradient, .page-id-10805 .tp-headerbggradient, .page-id-10840 .tp-headerbggradient {
		background-position: right center;
		background-size: 250px 442px;
		display: block;
	}
	
}

@media (min-width: 1240px) {

	.single .tp-headerbgimage, .page-id-57 .tp-headerbgimage, .page-id-6515 .tp-headerbgimage, .page-id-6919 .tp-headerbgimage, .page-id-7257 .tp-headerbgimage, .page-id-158410 .tp-headerbgimage {
		background-position: left top;
		background-size: 280px 540px;
	}
	.single .tp-headerbggradient, .page-id-57 .tp-headerbggradient, .page-id-6515 .tp-headerbggradient, .page-id-6919 .tp-headerbggradient, .page-id-7257 .tp-headerbggradient, .page-id-158410 .tp-headerbggradient  {
		background-position: right bottom;
		background-size: 540px 700px;
	}
	.single .tp-headerbg, .page-id-57 .tp-headerbg, .page-id-6515 .tp-headerbg, .page-id-7718 .tp-headerbg, .srdManualBody .tp-headerbg, .srdDefinitionBody .tp-headerbg, .page-id-6919 .tp-headerbg, .page-id-7447 .tp-headerbg, .page-id-7257 .tp-headerbg, .page-id-158410 .tp-headerbg, .page-id-10805 .tp-headerbg, .page-id-10840 .tp-headerbg {
		height: 1000px;
	}
	.single-faq .tp-headerbgimage, .page-id-7718 .tp-headerbgimage, .page-id-7447 .tp-headerbgimage, .srdManualBody .tp-headerbgimage, .srdDefinitionBody .tp-headerbgimage, .page-id-10805 .tp-headerbgimage, .page-id-10840 .tp-headerbgimage {
		background-position: left top;
		background-size: 310px 610px;
	}
	.single-faq .tp-headerbggradient, .page-id-7718 .tp-headerbggradient, .page-id-7447 .tp-headerbggradient, .srdManualBody .tp-headerbggradient, .srdDefinitionBody .tp-headerbggradient, .page-id-10805 .tp-headerbggradient, .page-id-10840 .tp-headerbggradient {
		background-position: right center;
		background-size: 300px 530px;
	}
	.page-id-161730 .tp-headerbgimage, .page-id-161730 .tp-headerbggradient {
		display: block;
	}

}







/* SPECIFIC TEMPLATES BGS */

body.custom-background.postid-6502 {
	background-color: #eee;
}

body.custom-background.postid-6192 {
	background-color: #252528;
}

body.custom-background.postid-6188 {
	background-color: #f75846;
}

body.custom-background.postid-6462 {
	background-color: #eeeeee;
}

body.custom-background.postid-6353 #rs-fullblock {
	overflow: hidden;
}

body.custom-background.postid-6327 {
	background-color: #1e2021;
}




/* TEMPLATES BG 

.page-id-6919 .tp-headerbgimage {
	background-image: url("/wp-content/uploads/2020/04/shape_left.jpg");
	background-position: left top;
	background-size: 460px 460px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.page-id-6919 .tp-headerbggradient {
	background-image: url("/wp-content/uploads/2020/04/shape_right.jpg");
	background-position: right top;
	background-size: 530px 739px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}*/





/*=============================================
                   Menu                    
=============================================*/

.tg-primary-menu > div ul li a {
	color: #1c0950;
}

.tg-primary-menu > div > ul > li { 
	margin: 0 40px 0 0; 
	color: #1c0950; 
	font-size: 17px;
	font-weight: 300;
	line-height: 27px;
}

.tg-primary-menu > div ul li.menu-item-has-children > a::after, .tg-primary-menu > div ul li.page_item_has_children > a::after {
    margin-left: 8px;
    vertical-align: middle;
	width: 10px;
    content: "";
	margin-top: 9px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 213.333 213.333' style='enable-background:new 0 0 213.333 213.333;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon points='0,53.333 106.667,160 213.333,53.333' style='fill:%231c0950;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

/*.tg-primary-menu > div ul li.menu-item-has-children > a:hover::after, .tg-primary-menu > div ul li.page_item_has_children > a:hover::after,
.tg-primary-menu > div ul li.menu-item-has-children.current-menu-item > a::after, .tg-primary-menu > div ul li.page_item_has_children.current-menu-item > a::after, .tg-primary-menu > div > ul > li.current-menu-parent > a::after {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 213.333 213.333' style='enable-background:new 0 0 213.333 213.333;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon points='0,53.333 106.667,160 213.333,53.333' style='fill:%23f7345e;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}*/

/*.tg-primary-menu > div > ul > li.current-menu-parent > a { 
	color: #f7345e; 
}*/

.tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-item > a::before {
    height: 0px;
}

.single-post .tg-primary-menu > div ul li#menu-item-2586 a, .single-faq .tg-primary-menu > div ul li#menu-item-2590 a, .category .tg-primary-menu > div ul li#menu-item-2586 a, .single-youtube-tutorials .tg-primary-menu > div ul li#menu-item-2590 a, .single-documentation .tg-primary-menu > div ul li#menu-item-2590 a, .tp-page-licenses .tg-primary-menu > div ul li#menu-item-161664 a, .tp-page-login .tg-primary-menu > div ul li#menu-item-161640 a {
	 /* Selected state */
	color: #30254e;
	font-weight: 600;
}

/*.tg-primary-menu > div ul li.menu-item-has-children > a:hover::after, .tg-primary-menu > div ul li.page_item_has_children > a:hover::after {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 213.333 213.333' style='enable-background:new 0 0 213.333 213.333;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon points='0,53.333 106.667,160 213.333,53.333' style='fill:%23f7345e;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}*/

.tg-primary-menu > div ul li:not(.menu-pricing):hover > a  {
	color: #30254e;
	opacity: 0.65;
}

.tg-primary-menu > div ul li.current_page_item > a, .tg-primary-menu > div ul li.current-menu-item > a/*, .tg-mobile-navigation > div ul li.current_page_item > a, .tg-mobile-navigation > div ul li.current-menu-item > a*/ {
    /* Selected state */
	color: #30254e !important;
	font-weight: 600;
}

.tg-primary-menu > div ul li.current_page_item:hover > a, .tg-primary-menu > div ul li.current-menu-item:hover > a, .tg-primary-menu > div ul li ul li.current_page_item > a, .tg-primary-menu > div ul li ul li.current-menu-item > a, .single-post .tg-primary-menu > div ul li#menu-item-2586:hover a, .single-faq .tg-primary-menu > div ul li#menu-item-2590:hover a, .category .tg-primary-menu > div ul li#menu-item-2586:hover a, .single-youtube-tutorials .tg-primary-menu > div ul li#menu-item-2590:hover a, .single-documentation .tg-primary-menu > div ul li#menu-item-2590:hover a, .tp-page-licenses .tg-primary-menu > div ul li#menu-item-161664:hover a, .tp-page-login .tg-primary-menu > div ul li#menu-item-161640:hover a {
    /* Selected state */
	color: #30254e;
	font-weight: 600;
	opacity: 1;
	cursor: default;
	background: transparent;
}

.tg-primary-menu > div ul li ul li:hover > a {
	color: #30254e;
	background: #f3f2f6;
}

/*.tg-primary-menu > div ul li ul li.menu-icon:hover::before {
	background-position: bottom;
}

.tg-primary-menu > div ul li.current_page_item.menu-icon:before, .tg-primary-menu > div ul li.current-menu-item.menu-icon:before, .tp-page-licenses .tg-primary-menu > div ul li#menu-item-161664.menu-icon:before {
    background-position: bottom;
}*/

.tg-primary-menu > div ul li ul li.current_page_item > a, .tg-primary-menu > div ul li ul li.current-menu-item > a/*, .tg-mobile-navigation > div ul li ul li.current_page_item > a, .tg-mobile-navigation > div ul li ul li.current-menu-item > a*/ {
	/* Selected state */
	color: #30254e;
	font-weight: 600;
}




/*=============================================
                   Submenu                    
=============================================*/

.tg-primary-menu > div ul li ul { 
	margin-left: -30px; 
	border: none; 
	padding: 20px 0 10px 0;
	-webkit-box-shadow: 0px 30px 30px 0px rgba(29,10,81,0.1);
	-moz-box-shadow: 0px 30px 30px 0px rgba(29,10,81,0.1);
	box-shadow: 0px 30px 30px 0px rgba(29,10,81,0.1);
	border-radius: 5px;
}

.tg-primary-menu > div ul li ul {
    width: 270px;
}

.tg-primary-menu > div ul li ul li ul {
    width: 240px;
}

.tg-primary-menu > div ul li ul li {
    border-bottom: none;
	position: relative;
	font-size: 15px;
}

.tg-primary-menu > div ul li ul li a {
    padding: 5px 30px 5px 30px;
	line-height:140%;
}

.tg-primary-menu > div ul li ul li ul li a {
    padding: 5px 30px 5px 30px;
	line-height:140%;
}


/* SUB SUB MENU */

.tg-primary-menu > div ul li ul li.menu-item-has-children > a::after, .tg-primary-menu > div ul li ul li.page_item_has_children > a::after {
    margin-left: 10px;
    vertical-align: middle;
	width: 10px;
	content: "";
	margin-top: 9px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 213.333 213.333' style='enable-background:new 0 0 213.333 213.333;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon points='0,53.333 106.667,160 213.333,53.333' style='fill:%231c0950;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	-webkit-transition: all 0.2s ease-out;
	transform: rotate(-90deg);
	transition: all 0.2s ease-out;
	position: absolute;
    right: 20px;
    height: 10px;
}

.tg-primary-menu > div ul li ul li.menu-item-has-children:hover > a::after, .tg-primary-menu > div ul li ul li.page_item_has_children:hover > a::after {
    right: 40px;
}

.tg-primary-menu > div ul li ul li ul {
    top: -10px;
    left: 100%;
    padding: 10px 0 10px 0;
}

.menu-icon:before {
	content: ' ';
	background-size: 20px 40px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	top: 7px;
	left: 30px;
}

#mobile-primary-menu .menu-icon:before {
	display: none;
}

/*.tg-primary-menu > div ul li.current_page_item.menu-icon:before, .tg-primary-menu > div ul li.current-menu-item.menu-icon:before, .tp-page-licenses .tg-primary-menu > div ul li#menu-item-161664.menu-icon:before {
    background-position: bottom;
}*/

.menu-build:before {
	background-image: url("/wp-content/uploads/2020/07/menuicon_buildanything-1.png");
}

.menu-design:before {
	background-image: url("/wp-content/uploads/2020/07/menuicon_visual-1.png");
}

.menu-modules:before {
	background-image: url("/wp-content/uploads/2020/07/menuicon_module-1.png");
}

.menu-addons:before {
	background-image: url("/wp-content/uploads/2020/07/menuicon_addon-1.png");
}

.menu-premium:before {
	background-image: url("/wp-content/uploads/2020/07/menuicon_premium-1.png");
}

.menu-licenses:before {
	background-image: url("/wp-content/uploads/2020/07/menuicon_licenses.png");
}

.menu-tickets:before {
	background-image: url("/wp-content/uploads/2020/07/menuicon_tickets.png");
}

.menu-pass:before {
	background-image: url("/wp-content/uploads/2020/07/menucion_pass.png");
}

.menu-logout:before {
	background-image: url("/wp-content/uploads/2020/07/menuicon_logout.png");
}

.menu-manual:before {
	background-image: url("/wp-content/uploads/2020/08/manualicon-1.png");
}

.menu-faq:before {
	background-image: url("/wp-content/uploads/2020/08/iconfaq.png");
}

.menu-defs:before {
	background-image: url("/wp-content/uploads/2020/08/iconlist.png");
}

.menu-tuts:before {
	background-image: url("/wp-content/uploads/2020/08/icon_video.png");
}

.menu-affiliate:before {
	background-image: url("/wp-content/uploads/2020/12/menuicon_affiliate.png");
}



/*=============================================
                 Mobile Menu                    
=============================================*/

.tg-mobile-navigation {
	overflow-y: hidden;
}

.tg-mobile-navigation.tg-mobile-navigation--opened {
    -webkit-box-shadow: none;
    box-shadow: none;
	background-color: #41005f;
}

.tg-mobile-navigation.tg-mobile-navigation--opened:before {
	content: ' ';
	width: 100%;
	height: 60px;
	background-image: url("/images/theme/machupicchu-budget.png");
    background-size: 92px 40px;
    background-repeat: no-repeat;
    background-position: 30px 10px;
	background-color: #fff	;
	position: absolute;
	top: 0;
	left: 0;
}

#header-action {
	cursor: zoom-in;
}

.tg-header-action-list .tg-header-action__item.tg-mobile-toggle .tg-icon-bars {
    font-size: 25px;
    line-height: 25px;
}

.tg-mobile-navigation .tg-mobile-navigation-close::before {
    content: " ";
}

.tg-mobile-navigation .tg-mobile-navigation-close {
    cursor: zoom-out;
    position: absolute;
	right: 10px;
    top: 3px;
    padding: 15px;
	background-image: url("/wp-content/uploads/2020/03/closer2.png");
	background-size: 20px 20px;
	background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    border-radius: 15px;
}

.tg-mobile-navigation > div > ul {
    border-top: none;
}

.tg-mobile-navigation li.page_item_has_children .tg-submenu-toggle::after, .tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle::after {
    content: ' ';
}

.tg-mobile-navigation li.page_item_has_children .tg-submenu-toggle, .tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle {
	position: absolute;
    cursor: zoom-in;
    right: -5px;
    top: 2px;
    display: block;
    padding: 5px;
    width: 40px;
    height: 40px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 213.333 213.333' style='enable-background:new 0 0 213.333 213.333;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon points='0,53.333 106.667,160 213.333,53.333' style='fill:%23a5bf19;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.tg-mobile-navigation li.page_item_has_children.submenu--show > .tg-submenu-toggle::after, .tg-mobile-navigation li.menu-item-has-children.submenu--show > .tg-submenu-toggle::after {
    content: ' ';
}

.tg-mobile-navigation li.page_item_has_children.submenu--show > ul, .tg-mobile-navigation li.menu-item-has-children.submenu--show > ul {
    max-height: auto;
    overflow-y: hidden;
}

.tg-mobile-navigation a {
    display: block;
    padding: 10px;
    font-size: 22px;
    font-weight: 700;
}

.tg-mobile-navigation ul.sub-menu li a {
    display: block;
    padding: 6px;
    font-size: 16px;
	color: #b2a7c2;
    font-weight: 400;
}

.tg-mobile-navigation ul.sub-menu li a:hover {
	color: #fff;
}

.tg-overlay-wrapper.overlay-show {
    background-color: transparent;
	display: none;
}

#mobile-navigation .menu-main-container {
	margin-top: 30px;
}




/*=============================================
                 Page Header                    
=============================================*/

.tg-page-header { 
	padding: 130px 0 0 0; 
}

.tg-page-header .tg-page-header__title { 
	font-weight: 700; 
	font-size: 70px; 
	line-height: 70px; 
	text-align: center;
}

.single-post .tg-page-header .tg-page-header__title,
.single-faq .tg-page-header .tg-page-header__title,
.single-youtube-tutorials .tg-page-header .tg-page-header__title,
.single-documentation .tg-page-header .tg-page-header__title { 
	font-size: 60px; 
	line-height: 60px; 
	max-width: 960px;
}

.tp-subtitle, h2.tp-subtitle, .archive-description {
	margin-bottom: 80px; 
}

h2.tp-subtitle, .tp-subtitle h2, .archive-description { 
	font-size: 20px; 
	line-height: 30px; 
	font-weight: 400; 
	color: rgba(28,9,80,0.75); 
	width: 100%; 
	text-align: center; 
	max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

h2.tp-subtitle a, h2.tp-subtitle a:visited, .tp-subtitle h2 a,  .tp-subtitle h2 a:visited, .archive-description a, .archive-description a:visited {
	font-weight: 400 !important; 
}

.archive-description p {
	margin-bottom: 0;
}

.archive.category .esg-filters, .archive.author .esg-filters, .archive.date .esg-filters {
	display: none;
}

.archive.date header{
	margin-bottom: 50px
}







/*=============================================
                 Site Content                    
=============================================*/

.site-content { 
	margin-top: 0px;
    margin-bottom: 0;
    background-image: url(/wp-content/uploads/2020/07/rockybgfooter.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

body.single-templates .site-content {
	margin-top:60px;
}

body.single-templates.from_cc .site-content{
	margin-top:0;
}

body.single-templates.from_cc .site-content p:empty,
body.single-templates.from_cc .tg-site-footer-widgets {
	display: none;
 }

body.single-templates .site-content, body.tp-page-licenses .site-content, body.tp-page-password .site-content {
	margin-bottom: 0;
	background-image: none;
}

.site-content .tp-aftercontent {
	margin-bottom: 40px;
}

body.single-templates .site-content .tp-aftercontent {
	margin-top: 0px;
	margin-bottom: 40px;
}

.tp-aftercontent {
	width: 100%;
}

.single .tp-aftercontent {
	margin-top: 40px;
}


/*
.alignfull {
	position: relative;
	max-width: 100vw;
    width: 100vw;
}

.alignfull .wp-block-group__inner-container {
	margin: 0 auto;
}

.wp-block-group.alignfull.has-background {
	padding: 0;
}

@media (min-width: 0px) {
	.alignfull {
		left: 0;
		margin: 0 -30px 0 -30px;
	}
	.alignfull .wp-block-group__inner-container {
		padding: 0 30px;
		max-width: 100%;
	}
}

@media (min-width: 1024px) {
	.alignfull {
		margin: 0 calc(-50vw + 50%);
		position: relative;
	}
	.alignfull .wp-block-group__inner-container {
		max-width: 960px;
		padding: 0;
	}
}

@media (min-width: 1240px) {
	.alignfull .wp-block-group__inner-container {
		max-width: 1180px;
		padding: 0;
	}
}
*/





/*=============================================
                   Footer                    
=============================================*/

.tg-site-footer .tg-footer-widget-container {
    padding: 60px 0 60px;
}

.tg-site-footer-widgets {
	background: #150a33; /* Old browsers */
	background: -moz-linear-gradient(top,  #150a33 0%, #1c0950 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #150a33 0%,#1c0950 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #150a33 0%,#1c0950 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.tg-site-footer .tg-site-footer-widgets .widget-title {
    font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.tg-site-footer .tg-site-footer-widgets ul li a {
    font-size: 14px;
	line-height: 15px;
}

.tg-site-footer .widget ul li a {
    padding: 5px 0;
}

.rs-curv { 
	margin-left: 7px;
	font-weight:700;
	color:#22c8e5;
}

.rs-oldv { 
	margin-left: 7px;
	font-weight:700;
	color:#8d60e7;
}

.entry-footer {
	display: none;
}




/*=============================================
                 Subfooter Bar                    
=============================================*/

.tg-site-footer .tg-site-footer-bar { 
	padding: 20px 0;
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1, .tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 {
	font-size: 15px;
	line-height: 20px;
	height: 40px;
	margin-top: 10px;
	color: #e5d9e7;
}

.tg-site-footer-section-2 span{
	color: #bca0c0;
}

.tg-site-footer-section-2 a{
	color: #bca0c0;
}

.tg-site-footer-section-2 a:focus, .tg-site-footer-section-2 a:hover{
	color: #e5d9e7;
}





/*=============================================
                 Links                    
=============================================*/

a {
	color: #fff;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

a:hover, a:focus {
	color: #95b210;
}

.entry-content a, .entry-content a:visited {
    color: #95b210;
	font-weight: 500;
	text-decoration: none;
}

.entry-content a:hover, .entry-content a:focus {
    color: #ff5400;
}



/*=============================================
                 Buttons                    
=============================================*/

button.tp-btn-book-disabled { 
    background: #7a7a7a;
}

button.tp-btn-book-disabled:hover { 
	background-color: #5c5c5c; 
}


button.tp-btn-book { 
    background: #95b210;
}

button.tp-btn-book:hover { 
	background-color: #ff5400; 
}

button.tp-btn-price { 
    background: #95b210;
}

button.tp-btn-price:hover { 
	background-color: #730084; 
}


button.tp-btn-small { 
	font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: 24px;
    padding: 0px 15px 0 15px;
    background: #a5bf19;
    border-radius: 14px;
    transition: background-color .2s ease-out, color .2s ease-out;
}

.rs-templateheader button.tp-btn-small { 
	background: #fff;
    color: #5d34af;
    font-weight: 600;
}

.rs-templateheader button.tp-btn-small:hover { 
	background: #a5bf19;
    color: #fff;
}

.tg-header-top-left-content button.tp-btn-small { 
	margin-left:10px; 
}

button.tp-btn-small:hover { 
	background-color: #95b210; 
}

#site-navigation .menu-pricing a:link, #site-navigation .menu-pricing a:visited {
	font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #fff !important;
    background: #ff5400;
    border-radius: 20px;
    line-height: 38px;
    padding: 0 25px;
}

#site-navigation .menu-pricing a:hover {
	color: #fff !important;
	background: #f58a0c;
}

.wp-block-buttons .wp-block-button {
	margin: 0;
}

a.wp-block-button__link, a.wp-block-button__link:visited, a.wp-block-button__link:focus {
	font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0;
    border: 0;
    border-radius: 25px;
    background-color: #730084;
    color: #fff !important;
    padding: 12px 40px;
    text-decoration: none;
}

a.wp-block-button__link:hover { 
	color: #fff;
	background-color: #95b210; 
}

.shadowed a.wp-block-button__link, .shadowed a.wp-block-button__link:visited, input[type="submit"].shadowed, input[type="submit"].shadowed:visited {
	-webkit-box-shadow: 0px 20px 40px 0px rgba(247,52,94,0.25);
	-moz-box-shadow: 0px 20px 40px 0px rgba(247,52,94,0.25);
	box-shadow: 0px 20px 40px 0px rgba(247,52,94,0.25);
}

.shadowed a.wp-block-button__link:hover, input[type="submit"].shadowed:hover { 
	-webkit-box-shadow: 0px 20px 40px 0px rgba(34,200,229,0.25);
	-moz-box-shadow: 0px 20px 40px 0px rgba(34,200,229,0.25);
	box-shadow: 0px 20px 40px 0px rgba(34,200,229,0.25);
}


.wp-block-button.large a.wp-block-button__link, .wp-block-button.large a.wp-block-button__link:visited {
	font-size: 18px;
	line-height: 50px;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: capitalize;
    border: 0;
	border-radius: 25px;
    background-color: #f7345e;
    color: #fff;
    padding: 0 50px;
}

.wp-block-button.large a.wp-block-button__link:hover { 
	background-color: #000; 
}

.single-post .entry-content .wp-block-button, .single-faq .entry-content .wp-block-button, .single-youtube-tutorials .entry-content .wp-block-button, .single-documentation .entry-content .wp-block-button {
	margin-bottom: 40px;
}

.wp-block-button.blue a.wp-block-button__link, .wp-block-button.blue a.wp-block-button__link:visited {
    background-color: #22c8e5;
	-webkit-box-shadow: 0px 20px 40px 0px rgba(34,200,229,0.25); 
	-moz-box-shadow: 0px 20px 40px 0px rgba(34,200,229,0.25); 
	box-shadow: 0px 20px 40px 0px rgba(34,200,229,0.25);  
}

.wp-block-button.blue a.wp-block-button__link:hover { 
	background-color: #f7345e; 
	-webkit-box-shadow: 0px 20px 40px 0px rgba(247,52,94,0.25); 
	-moz-box-shadow: 0px 20px 40px 0px rgba(247,52,94,0.25); 
	box-shadow: 0px 20px 40px 0px rgba(247,52,94,0.25);  
}




/*=============================================
                 Scroll to Top                    
=============================================*/

.tg-scroll-to-top {
    right: 30px;
    bottom: 30px;
    border-radius: 5px;
}




/*=============================================
                   Cards Grid                  
=============================================*/


.tp-videoshadow {
	box-shadow: 0px 10px 30px 0px rgba(28,9,80,0.14); 
}

.tp-cardshadow {
	box-shadow: 0px 20px 50px 0px rgba(28,9,80,0.07); 
}

.tp-card-grid {
	display: grid;
	grid-template-columns: repeat(14, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-top: 0px;
}

.tp-card1 { grid-area: 1 / 1 / 3 / 4; }
.tp-card2 { grid-area: 1 / 4 / 3 / 7; }
.tp-card3 { grid-area: 1 / 7 / 3 / 10; }
.tp-card4 { grid-area: 1 / 10 / 5 / 15; }
.tp-card5 { grid-area: 3 / 1 / 5 / 4; }
.tp-card6 { grid-area: 3 / 4 / 5 / 7; }
.tp-card7 { grid-area: 3 / 7 / 5 / 10; }

.tp-newscard {
	background: #fff;
	border-radius: 5px;
	text-align: left;
	padding: 50px 50px 50px 50px;
}

.tp-newscard h6 {
	font-size: 40px;
	line-height: 40px;
	display: inline-block;
	margin-bottom: 28px;
}

.tp-card4 img {
    vertical-align: top;
	margin-right: 15px;
}

.tp-newscard p {
	font-size: 16px;
	line-height: 22px;
	color: rgba(28,9,80,0.75);
	margin-bottom: 10px;
}

.tp-newscard input[type="submit"] {
	margin-top: 10px;
	width: 100%;
	background: #22c8e5;
}

.tp-newscard input[type="submit"]:hover {
	background: #f7345e;
}

.tp-newscard .wp-block-image {
	margin: 0 0 30px 0;
}
.tp-newscard .wp-block-image figure {
	margin: 0 auto;
}

.tp-newscard span {
	font-size: 16px;
	line-height: 20px;
	
}

.tp-newscard h4 {
	margin-bottom: 10px;
}

.tp-card {
	background: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 30px 20px 35px 20px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-decoration: none !important;
	transform-style: preserve-3d;
	display: flex;
    align-items: center;
    justify-content: center;
}

.tp-card:hover {
	transform: scale(0.95);
	box-shadow: 0px 20px 30px 0px rgba(28,9,80,0.15); 
	text-decoration: none !important;
}

.tp-card:hover .tp-social {
	background-position: top;
}

.tp-card img {
	display: block;
	margin: 0 auto;
}

.tp-card h6 {
	font-size: 20px;
	margin: 10px 0 0 0;
}

.tp-card span {
	display: block;
	margin-top: 7px;
	color: rgba(28,9,80,0.5);
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.tp-borderradius img {
	border-radius: 5px;
}

.tp-card .tp-social {
    background-size: 50px 80px;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 50px;
    height: 40px;
  	display: block;
	margin: 0 auto;
    -webkit-transition: background-position 0.2s ease-in-out;
    transition: background-position 0.2s ease-in-out;
}

.tp-card .tp-social.card-yt {
	background-image: url("/wp-content/uploads/2020/07/footer_yt.png");
}
.tp-card .tp-social.card-fb {
	background-image: url("/wp-content/uploads/2020/07/footer_fb.png");
}
.tp-card .tp-social.card-tw {
	background-image: url("/wp-content/uploads/2020/07/footer_tw.png");
}
.tp-card .tp-social.card-ig {
	background-image: url("/wp-content/uploads/2020/07/footer_ig.png");
}
.tp-card .tp-social.card-pi {
	background-image: url("/wp-content/uploads/2020/07/footer_pin.png");
}
.tp-card .tp-social.card-dr {
	background-image: url("/wp-content/uploads/2020/07/footer_dr.png");
}






/*=============================================
               Footer Mini Posts                    
=============================================*/

a.tp-minipost { 
	display: block;
	position: relative;
	min-height: 60px;
	margin-bottom: 17px;
}

a.tp-minipost:last-child {
	margin-bottom: 0px;
}

a.tp-minipost h5 {
	font-size: 15px;
	line-height: 20px;
	padding-left: 95px;
	color: #1c0950;
	font-weight: 400;
	margin-bottom: 7px;
	transition: color 0.2s ease-out;
}

a.tp-minipost:hover h5 {
	color: #95b210;
}

a.tp-minipost span {
	font-size: 12px;
    line-height: 14px;
	padding-left: 95px;
    color: rgba(28,9,80,0.5);
    font-weight: 500;
	text-transform: uppercase;
    letter-spacing: 1px;
	text-align: left;
} 

a.tp-minipost .tp-minipost-thumb {
	position: absolute;
	width: 80px;
	height: 45px;
	left: 0;
	top: 0;
	border-radius: 5px;
	background-size: cover;
	background-repeat: no-repeat;
    background-position: top;
}

.wp-block-columns.smallspace.tp-prefooter {
    margin-bottom: 0px;
}

.tp-prefooter h2 {
	display: inline-block;
}

.tp-prefooter .tp-newslettericon {
	margin-top: 7px;
	vertical-align: top;
}

@media (min-width: 0px) {
	.wp-block-columns.tp-prefooter {
		flex-wrap: wrap;
	}
	.wp-block-columns.tp-prefooter .wp-block-column {
		flex-basis: 100% !important;
   		margin-bottom: 20px;
	}
	.wp-block-columns.tp-prefooter .wp-block-column:last-child {
   		margin-bottom: 0px;
	}
	.wp-block-columns.tp-prefooter .wp-block-column:not(:first-child) {
		margin-left: 0px;
	}
	.tp-prefooter .tp-newslettericon {
		margin-top: 6px;
		width: 40px;
	}
}

@media (min-width: 480px) {
	.tp-prefooter .tp-newslettericon {
		margin-top: 5px;
		width: 50px;
	}
}

@media (min-width: 1024px) {
	.tp-prefooter h2 {
		font-size: 35px;
    	line-height: 40px;
	}
	.tp-prefooter .tp-newslettericon {
		margin-top: 6px;
		width: 40px;
	}
	.wp-block-columns.tp-prefooter {
		flex-wrap: nowrap;
	}
	.wp-block-columns.tp-prefooter .wp-block-column {
		flex-basis: calc(50% - 10px) !important;
		flex-grow: 0;
		margin-bottom: 0px;
	}
	.wp-block-columns.tp-prefooter .wp-block-column:not(:first-child) {
		margin-left: 20px;
	}
	.tp-prefooter .tp-newscard {
    	padding: 40px;
	}
	a.tp-minipost .tp-minipost-thumb {
		width: 60px;
		height: 34px;
	}
	a.tp-minipost h5, a.tp-minipost span {
		padding-left: 75px;
	}
}

@media (min-width: 1240px) {
	.tp-prefooter h2 {
		font-size: 45px;
    	line-height: 50px;
	}
	.tp-prefooter .tp-newslettericon {
		margin-top: 7px;
		width: 50px;
	}
	.tp-prefooter .tp-newscard {
    	padding: 50px;
	}
	a.tp-minipost .tp-minipost-thumb {
		width: 80px;
		height: 45px;
	}
	a.tp-minipost h5, a.tp-minipost span {
		padding-left: 95px;
	}
}





/*=============================================
                Footer Social                   
=============================================*/

.tp-footer-social {
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 20px;
	box-shadow: 0px 10px 20px 0px rgba(28,9,80,0.25);
	margin-right: 10px;
	transition: all 0.2s ease-out;
}

.tp-footer-social:last-child {
	margin-right: 0px;
}

.tp-footer-social:hover {
	transform: scale(1.1);
}

.tp-social-fix {
	display: none;
}

.tp-copyright {
	display: block;
	margin-top: 10px;
}

.tp-fb {
	background-image: url("/wp-content/uploads/2020/07/fb_icon.png");
	background-color: #1877f2;
}

.tp-tw {
	background-image: url("/wp-content/uploads/2020/07/tw_icon.png");
	background-color: #1da1f2;
}

.tp-yt {
	background-image: url("/wp-content/uploads/2020/07/yt_icon.png");
	background-color: #ff0000;
}

.tp-ig {
	background-image: url("/wp-content/uploads/2020/07/ig_icon.png");
	background-color: #c32aa3;
}

.tp-pi {
	background-image: url("/wp-content/uploads/2020/07/pin_icon.png");
	background-color: #bd081c;
}

.tp-dr {
	background-image: url("/wp-content/uploads/2020/07/dr_icon.png");
	background-color: #ea4c89;
}

@media (min-width: 0px) {
	.tp-footer-social {
		background-size: 30px 30px;
		width: 30px;
		height: 30px;
		margin-top: 5px;
	}
}

@media (min-width: 1240px) {
	.tp-footer-social {
		background-size: 40px 40px;
		width: 40px;
		height: 40px;
		margin-top: 0px;
	}
}




/*=============================================
                 Form Fields                    
=============================================*/

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
    color: rgba(28,9,80,0.5);
	background: #f3f2f6;
    border: 2px solid #f3f2f6;
	font-size: 16px;
	font-weight: 500;
	line-height: 46px;
    padding: 0 0 0 20px;
    width: 100%;
    border-radius: 25px;
	box-sizing: border-box;
	-webkit-appearance: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, select:focus, textarea:focus {
    color: rgba(28,9,80,1);
	outline: 0;
	background: #fff;
	border: 2px solid rgba(28,9,80,1);
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="number"]::placeholder, input[type="tel"]::placeholder, input[type="range"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="week"]::placeholder, input[type="time"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="color"]::placeholder, select::placeholder, textarea::placeholder {
    color: rgba(28,9,80,0.5);
	opacity: 1;
}

input[type="text"]:focus::placeholder, input[type="email"]:focus::placeholder, input[type="url"]:focus::placeholder, input[type="password"]:focus::placeholder, input[type="search"]:focus::placeholder, input[type="number"]:focus::placeholder, input[type="tel"]:focus::placeholder, input[type="range"]:focus::placeholder, input[type="date"]:focus::placeholder, input[type="month"]:focus::placeholder, input[type="week"]:focus::placeholder, input[type="time"]:focus::placeholder, input[type="datetime"]:focus::placeholder, input[type="datetime-local"]:focus::placeholder, input[type="color"]:focus::placeholder, select:focus::placeholder, textarea:focus::placeholder {
    color: rgba(28,9,80,1);
	opacity: 1;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing: 0px;
    border: 0;
	border-radius: 25px;
    background-color: #730084;
    color: #fff;
    padding: 12px 45px;
    
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus { 
	outline: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] { 
	transition: background-color .2s ease-out;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { 
	background-color: #95b210; 
}

.search-form label::before {
    right: 20px;
	color: rgba(28,9,80,1);
}

.search-form input[type="search"] {
    width: 300px;
}




/*=============================================
                    Blog                    
=============================================*/

.entry-meta {
	text-align: center;
    margin-bottom: 50px;
    border: 0;
	font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: rgba(28,9,80,0.5);
}

.entry-meta a, .entry-meta a:visited {
	color: rgba(28,9,80,0.5);
}

.entry-meta a:hover {
	color: #f7345e;
}

.entry-meta > span {
    margin-right: 12px;
}

.entry-meta .cat-links:after,
.entry-meta .posted-on:after {
    content: " | ";
	margin-left: 6px;
}


.entry-excerpt {
	font-size: 25px;
    line-height: 35px;
    font-weight: 400;
	color: rgba(28,9,80,1);
}

h2.entry-excerpt a, h2.entry-excerpt a:visited {
	color: #f7345e;
    font-weight: 500 !important;
}

h2.entry-excerpt a:hover {
	color: #22c8e5;
}

.tg-site-layout--default .post-thumbnail {
	margin-top: 60px;
    max-width: 1000px;
    display: block;
    margin-left: -100px;
	margin-right: -100px;
	text-align: center;
}

.tg-site-layout--default .post-thumbnail img {
	border-radius: 10px;
	box-shadow: 0px 20px 50px 0px rgba(28,9,80,0.15); 
}

.single-post .entry-content, .single-faq .entry-content, .single-youtube-tutorials .entry-content, .single-documentation .entry-content {
	font-size: 20px;
    line-height: 30px;
	margin: 90px 0 150px 0;
}

.page .entry-content {
	margin: 0;
}

.hentry, .tg-site-layout--default .hentry {
    margin: 0;
}

#comments {
    border-top: 0;
    padding-top: 0;
    margin-top: 120px;
}

#comments textarea {
    border-radius: 5px;
	resize: vertical !important;
	line-height: 26px;
    padding: 20px;
}

#comments p.form-submit { 
	margin-bottom: 0;
}

#comments .comment-list {
    margin-top: 50px;
	margin-bottom: 100px;
}

#comments .comment-list .comment-meta {
    margin-bottom: 15px;
}

#comments .comment-list .comment-meta .comment-author .fn {
    margin-left: 70px;
 	color: rgba(28,9,80,1);
}

#comments .comment-list .comment-meta .comment-metadata {
    margin-left: 70px;
	font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: rgba(28,9,80,0.5);
}

#comments .comment-list .comment-meta .comment-metadata a time {
	margin-right: 10px;
}

#comments .comment-list .comment-meta .comment-metadata a time, #comments .comment-list .comment-meta .comment-metadata a:visited time,
#comments .comment-list .comment-meta .comment-metadata a.comment-edit-link, #comments .comment-list .comment-meta .comment-metadata a.comment-edit-link:hover {
	color: rgba(28,9,80,0.5);
}

#comments .comment-list .comment-meta .comment-metadata a:hover time, #comments .comment-list .comment-meta .comment-metadata a.comment-edit-link:hover {
	color: #f7345e;
}

#comments .comment-list .comment-body {
    margin-bottom: 50px;
}

.comment-author.vcard img {
	background-color: #efeef3;
	border-radius: 24px;
}

.reply a, .reply a:visited {
	color: #f7345e;
}

.reply a:hover {
	color: #22c8e5;
}

a#cancel-comment-reply-link, a#cancel-comment-reply-link:visited {
	font-size: 18px;
    font-weight: 400 !important;
    color: #f7345e;
    margin-left: 10px;
}

a#cancel-comment-reply-link:hover {
    color: #22c8e5;
}

#respond {
	margin-bottom: 70px;
}

.posts-navigation, .post-navigation {
	display: none;
}
/*
.posts-navigation, .post-navigation {
    margin: 0;
    border: 0;
    padding: 0;
    margin-left: -210px;
    margin-right: -210px;
	margin-top: 100px;
}

.posts-navigation .nav-links a, .post-navigation .nav-links a, .posts-navigation .nav-links a:visited, .post-navigation .nav-links a:visited {
    color: rgba(28,9,80,0.75);
}

.posts-navigation .nav-links a:hover, .post-navigation .nav-links a:hover {
    color: #f7345e;
}

.nav-links {
    border-radius: 5px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    border-top: 2px solid #f3f2f6;
    padding: 20px;
}

.nav-previous {
	max-width: 45%;
    text-align: left;
}

.nav-next {
	max-width: 45%;
    text-align: right;
}

.posts-navigation .nav-links .nav-next a::after, .post-navigation .nav-links .nav-next a::after {
    margin-left: 10px;
    content: "→";
	position: relative;
    top: -3px;
	font-size: 20px;
}

.posts-navigation .nav-links .nav-previous a::before, .post-navigation .nav-links .nav-previous a::before {
    margin-right: 10px;
    content: "←";
	position: relative;
    top: -3px;
	font-size: 20px;
}
*/

.tp-author {
	background: #fff;
	border-radius: 5px;
	margin-left: -210px;
    margin-right: -210px;
	padding: 50px 110px 60px 110px;
}

.tp-author h3 {
	font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: #f7345e;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.tp-authorwrap .tp-author-left p, .tp-authorwrap .tp-author-left h4 {
	padding-left: 120px;
}

.tp-authorwrap {
	display: flex;
}

.tp-authorwrap .tp-author-left {
	flex: 70%;
	padding-right: 100px;
}

.tp-authorwrap .tp-author-left img {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	position: absolute;
	background-color: #efeef3;
}

.tp-authorwrap .tp-author-right {
	flex: 30%;
}

.error404 .page-content {
	margin-bottom: 100px;
}


/* Blog highlight box */

.sr-blogbox { 
	border-radius: 10px;
	margin-bottom: 100px;
}
@media (min-width: 0px) {
	.sr-blogbox {
		margin-left: 0;
		margin-right: 0;
		padding: 40px;
	}
}
@media (min-width: 1024px) {
	.sr-blogbox {
		margin-left: -100px;
		margin-right: -100px;
		padding: 50px 100px;
	}
}
.sr-blogbox .wp-block-button {
	margin-bottom: 0 !important;
}


.sr-blogbox.green .wp-block-button.large a.wp-block-button__link, .sr-blogbox.green .wp-block-button.large a.wp-block-button__link:visited {
    background-color: #00ceab !important;
}
.sr-blogbox.green .wp-block-button.large a.wp-block-button__link:hover {
    background-color: #1c0950!important;
}
.sr-blogbox.green {
	background: #e5faf6;
}


.sr-blogbox.red .wp-block-button.large a.wp-block-button__link, .sr-blogbox.red .wp-block-button.large a.wp-block-button__link:visited {
    background-color: #f7345e !important;
}
.sr-blogbox.red .wp-block-button.large a.wp-block-button__link:hover {
    background-color: #1c0950!important;
}
.sr-blogbox.red {
	background: #feeaef;
}






/*=============================================
                 Dashboard                    
=============================================*/

.tp-subscription {
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
	transform-style: preserve-3d;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.tp-subscription:hover {
	box-shadow: 0px 20px 30px 0px rgba(28,9,80,0.15); 
}

.tp-licensesheader {
	padding: 30px;
	cursor: zoom-in;
}

.tp-product {
	background-image: url("/wp-content/uploads/2020/03/rs_smallicon.png");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	height: 40px;
	padding-left: 55px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: rgba(28,9,80,1);
	display: inline-block;
	margin-right: 70px;
	min-width: 200px;
}

.tp-product.esg {
	background-image: url("/wp-content/uploads/2020/05/esg_smallicon.png");
}

.tp-product span {
	font-weight: 700;
	font-size: 18px;
}

.tp-plan, .tp-timeleft {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-right: 50px;
}

.tp-timeleft {
	margin-right: 0;
}

.tp-plan {
	min-width: 150px;
}

.tp-plan h4, .tp-timeleft h4 {
	font-size: 18px;
	font-weight: 700;
	color: #5e35b1;
	line-height: 20px;
	margin: 0;
}

.tp-plan span, .tp-timeleft span {
	font-weight: 700;
}

.tp-timeleft h4 span {
	font-size: 11px;
	line-height: 18px;
	font-weight: 600;
	color: #fff;
	background: #22c8e5;
	border-radius: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 2px 6px;
	margin-left: 5px;
	vertical-align: middle;
}

.tp-timeleft.cancelled h4 span {
	background: #f7345e;
}

.tp-subbaractions {
	float: right; 
	margin-top: 2px;
}

a.tp-download, a.tp-download:visited, a.tp-download:focus {
    display: inline-block;
    margin-left: 0px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #fff;
    border: 2px solid #5e35b1;
    background: #5e35b1;
    border-radius: 20px;
    line-height: 34px;
    padding: 0 20px;
    display: inline-flex;
    vertical-align: top;
    margin-top: 0px;
}

a.tp-download:hover {
	color: #fff;
	border-color: #f7345e;
	background-color: #f7345e;
}

/*.tp-download {
	background-image: url("/wp-content/uploads/2020/03/rs_download.png");
}

.tp-more {
	background-image: url("/wp-content/uploads/2020/03/rs_more.png");
}*/

.tp-licenses {
	padding: 30px;
	border-top: 2px solid #f3f2f6;
}

.tp-licenses, .tp-licensesfooter {
	display: none;
}

.tp-expanded .tp-licenses, .tp-expanded .tp-licensesfooter {
	display: block;
}

.tp-expanded .tp-licensesheader {
	cursor: zoom-out;
}

.tp-license {
	height: 50px;
	margin-bottom: 10px;
}

.tp-wrapinfo {
	color: rgba(28,9,80,0.5);
    background: #f3f2f6;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 25px;
	display: inline-block;
	height: 50px;
	margin-right: 20px;
}

.tp-wrapinfo.key {
	width: 440px;
}

.tp-wrapinfo.domain {
	width: 360px;
}

.tp-wrapinfo span {
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
}

.tp-wrapinfo.key span {
	max-width: 310px;
	overflow: hidden;
	white-space: nowrap;
}

a.tp-copykey, a.tp-copykey:visited {
	background-image: url("/wp-content/uploads/2020/03/rs_copy.png");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	display: inline-block;
	opacity: 0.5;
	float: right;
	margin: 15px 15px 0 0;
}

a.tp-copykey:hover {
	opacity: 1;
}

.tp-domainstatus {
	background-image: url("/wp-content/uploads/2020/03/rs_problem.png");
	background-color: #f7345e;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 49%;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	display: inline-block;
	float: right;
	margin: 12px 10px 0 0;
}

.tp-domainstatus.ok {
	background-image: url("/wp-content/uploads/2020/03/rs_check.png");
	background-color: #22c8e5;
}


a.tp-refreshstatus, a.tp-refreshstatus:visited {
	background-image: url("/wp-content/uploads/2020/03/rs_refresh.png");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	display: inline-block;
	opacity: 0.5;
	float: right;
	margin: 15px 15px 0 0;
}

a.tp-refreshstatus:hover {
	opacity: 1;
}

.tp-keyicon, .tp-domainicon, .tp-localhosticon { 
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center center;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(94,53,177,0.1);
	-moz-box-shadow: 0px 10px 30px 0px rgba(94,53,177,0.1);
	box-shadow: 0px 10px 30px 0px rgba(94,53,177,0.1);
	z-index: 5;
	position: relative;
	background-color: #fff;
}

.tp-keyicon {
	background-image: url("/wp-content/uploads/2020/03/rs_key.png");
}

.tp-domainicon {
	background-image: url("/wp-content/uploads/2020/03/rs_web.png");
}

.tp-domainicon.local {
	background-image: url("/wp-content/uploads/2020/03/rs_screen.png");
}

a.tp-dashbtn:link, a.tp-dashbtn:visited {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: capitalize;
	color: #5e35b1;
	border: 2px solid #5e35b1;
	border-radius: 20px;
	line-height: 34px;
	padding: 0 20px;
	display: inline-flex;
	vertical-align: top;
	margin-top: 6px;
}

a.tp-dashbtn.inactive:link, a.tp-dashbtn.inactive:visited {
	color: #e8e6ed;
	border-color: #e8e6ed;
	pointer-events: none;
}
	
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

a.tp-dashbtn div, .tp-addtext div {
    position: absolute;
    background: #5e35b1;
    line-height: 24px;
    margin-top: -26px;
    margin-left: -18px;
    padding: 0 8px;
    border-radius: 3px;
	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
	animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
}

a.tp-dashbtn div:after, .tp-addtext div:after {
	content: " ";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #5e35b1;
    position: absolute;
    left: calc(50% - 8px);
    top: 23px;
}

.tp-addtext div {
	font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
	color: #fff;
	left: calc(50% - 90px);
	margin-top: -85px;
	z-index: 50;
}
	
a.tp-dashbtn:hover {
	color: #fff;
	background: #5e35b1;
}

a.tp-dashbtn.full:link, a.tp-dashbtn.full:visited {
	background: #5e35b1;
	color: #fff;
	margin-top: 0;
}

a.tp-dashbtn.full:hover {
	background: #22c8e5;
	border-color: #22c8e5;
}

a.tp-dashbtn span {
	font-size: 25px;
	font-weight: 700;
	margin-right: 10px;
}

.tp-licensesheader a.tp-dashbtn:link, .tp-licensesheader a.tp-dashbtn:visited {
	background: #22c8e5;
	border-color: #22c8e5;
	color: #fff;
	margin-top: 0;
	margin-right: 10px;
}

.tp-licensesheader a.tp-dashbtn:hover {
	background: #f7345e;
	border-color: #f7345e;
}

.tp-licensesfooter {
	padding: 20px 30px;
	border-top: 2px solid #f3f2f6;
}

.tp-billinginfo {
	border-top: 2px solid #f3f2f6;
	margin-top: 20px;
	padding-top: 20px;
	display: none;
}

.tp-billinginfo.tp-expanded {
	display: block;
}

a.tp-cancelsub, a.tp-cancelsub:visited, a.tp-subinfo, a.tp-subinfo:visited {
	float: right;
	font-size: 16px;
	line-height: 40px;
	color: rgba(28,9,80,0.35) !important;
}

a.tp-cancelsub:hover, a.tp-subinfo:hover {
	color: rgba(28,9,80,1) !important;
}

a.tp-subinfo:hover {
	cursor: zoom-in;
}

a.tp-subinfo.tp-expanded:hover {
	cursor: zoom-out;
}

a.tp-cancelsub:before, a.tp-subinfo:before {
	content: " ";
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center center;
	width: 20px;
	height: 20px;
	display: inline-block;
	opacity: 0.35;
	vertical-align: middle;
	margin-right: 8px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

a.tp-cancelsub:before {
	background-image: url("/wp-content/uploads/2020/03/rs_cancel.png");
}

a.tp-subinfo:before {
	background-image: url("/wp-content/uploads/2020/10/billingicon.png");
}

a.tp-cancelsub:hover:before, a.tp-subinfo:hover:before {
	opacity: 1;
}

span.tp-purchaseid {
	float: right;
	font-size: 16px;
	line-height: 40px;
	color: rgba(28,9,80,0.35);
	font-weight: 500;
}

a.tp-addplan, a.tp-importlicense, a.tp-specialoffer {
	padding: 30px;
	border: 2px dashed #e8e6ed;
	border-radius: 5px;
	display: block;
	text-align: center;
	font-weight: 600;
	color: #1c0950 !important;
	margin-bottom: 20px;
}

a.tp-addplan span, a.tp-importlicense span, a.tp-specialoffer span {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #e8e6ed;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-size: 26px 26px;
	background-position: center center;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.tp-addtext {
	display: inline-block;
	line-height: 50px;
	font-weight: 700;
} 

a.tp-specialoffer span {
	background-image: url("/wp-content/uploads/2020/05/rs_gift.png");
}

a.tp-addplan span {
	background-image: url("/wp-content/uploads/2020/03/rs_plus.png");
}

a.tp-importlicense span {
	background-image: url("/wp-content/uploads/2020/03/rs_import.png");
}

a.tp-addplan:hover, a.tp-importlicense:hover, a.tp-specialoffer:hover  {
	border-color: rgba(28,9,80,1);
}

a.tp-addplan:hover span, a.tp-importlicense:hover span, a.tp-specialoffer:hover span {
	transform: scale(1.1);
}

.tp-specialoffer, .tp-addplan { 
	position: relative; 
}

.tp-hoveroptions {
	position: absolute;
    width: 100%;
    left: 0;
    text-align: left;
	opacity: 0;
	transition: opacity 0.3s ease-out, transform 0.3s ease-out;
	transform: scale(0);
	z-index: 100;
}

.tp-hoveresg, .tp-hoversr  {
	width: calc(50% - 15px);
    height: 90px;
    position: absolute;
    display: inline-block;
    text-align: center;
    top: -20px;
    border-radius: 5px;
    box-shadow: 0px 10px 30px 0px rgba(28,9,80,0.07);
	z-index: 40;
	transition: box-shadow 0.3s ease-in-out;
}

.tp-hoveresg div, .tp-hoversr div {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    position: absolute;
    left: calc(50% - 35px);
    top: -15px;
    color: #fff;
    background: #f7345e;
    padding: 0 8px;
    border-radius: 3px;
	transition: transform 0.3s ease-in-out;
}

.tp-hoveresg div:after, .tp-hoversr div:after {
	content: " ";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f7345e;
    position: absolute;
    left: calc(50% - 8px);
    top: 24px;
}

.tp-hoveresg:hover, .tp-hoversr:hover {
	box-shadow: 0px 10px 30px 0px rgba(28,9,80,0.15);
}

.tp-hoveresg:hover div, .tp-hoversr:hover div {
	transform: translatey(-10px);
} 

.tp-hoversr {
	left: 10px;
	background: #fff url(/wp-content/uploads/2020/09/buysr.png);
    background-size: 121px 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.tp-hoveresg {
	right: 10px;
	background: #fff url(/wp-content/uploads/2020/09/buyesg.png);
	background-size: 180px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.tp-specialoffer .tp-addtext, .tp-specialoffer span, .tp-addplan .tp-addtext, .tp-addplan span {
	transition: opacity 0.3s ease-in-out;
}

.tp-specialoffer:hover .tp-addtext, .tp-specialoffer:hover span, .tp-addplan:hover .tp-addtext, .tp-addplan:hover span {
	opacity: 0;
}

.tp-specialoffer:hover .tp-hoveroptions, .tp-addplan:hover .tp-hoveroptions {
	opacity: 1;
	transform: scale(1);
}


#rs-memberlogin {
	background: #fff;
	padding: 40px 50px;
	border-radius: 5px;
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}

#ml-icon {
	background: #5e35b1 url("/wp-content/uploads/2020/03/membericon.png");
	background-size: 80px 80px;
	width: 80px;
	height: 80px;
	display: inline-block;
	-webkit-box-shadow: 0px 30px 50px 0px rgba(94,53,177,0.35); 
	-moz-box-shadow: 0px 30px 50px 0px rgba(94,53,177,0.35); 
	box-shadow: 0px 30px 50px 0px rgba(94,53,177,0.35); 
	border-radius: 40px;
}

#rs-memberlogin h3 {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #5e35b1;
	margin-top: 5px;
	margin-bottom: 20px;
}

#ml-username {
	margin-bottom: 10px;
}

#ml-password {
	margin-bottom: 20px;
}

#ml-submit {
	display: block;
	background: #5e35b1;
	width: 100%;
}

#ml-submit:hover {
	background: #f7345e;
}

#rs-memberlogin span {
	display: block;
	margin-top: 30px;
}

#rs-memberlogin span a, #rs-memberlogin span a:visited {
	color: #5e35b1;
}

#rs-memberlogin span a:hover {
	color: #f7345e;
}

#rs-signup { text-align: center; }

#rs-signup .wp-block-button {
	display: block;
}

#rs-signup span {
	display: block;
	margin: 10px 0;
	color: #f7345e;
}

.rs-center .wp-block-column {
	text-align: center;
}

.rs-center .wp-block-button {
	display: inline-block;
}

p.rs-smalltext {
	font-size: 14px;
	line-height: 20px;
	color: rgba(28, 9, 80, 0.5);
}

.rs-noimagespacing figure {
	margin: 0;
}

.tp-headericon {
	position:absolute;
	top:0;
	right:0;
	background: #f3f2f6 url("/wp-content/uploads/2020/11/i_arrow.png");
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	border-radius: 0 5px 0 5px;
	transform: rotate(180deg);
	opacity: 0.5;
	transition: opacity 0.3s ease-in-out;
}

.tp-expanded .tp-headericon {
	transform: rotate(0deg);
	opacity: 1;
}

.tp-subscription:hover .tp-headericon {
	opacity: 1;
}





/*=============================================
                 ESSENTIAL GRID                    
=============================================*/

.esg-overflowtrick {
	overflow: visible;
}

.eg-srblogoverview-wrapper .esg-entry-media-wrapper, .eg-rs-youtube-wrapper {
	box-shadow: 0px 20px 50px 0px rgba(28,9,80,0.07);
	border-radius: 5px;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.eg-srblogoverview-wrapper.esg-hovered .esg-entry-media-wrapper, .eg-rs-youtube-wrapper.esg-hovered {
    box-shadow: 0px 20px 30px 0px rgba(28,9,80,0.25);
	-webkit-transform: translateY(-5px);
    transform: translateY(-5px) !important;
}

/*.eg-rs-templates-wrapper {
	border-radius: 5px;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.eg-rs-templates-wrapper.esg-hovered {
    box-shadow: 0px 20px 30px 0px rgba(28,9,80,0.25);
	-webkit-transform: translateY(-5px);
    transform: translateY(-5px) !important;
}*/

.eg-rs-faq-wrapper {
	border-radius: 5px;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.eg-rs-faq-wrapper .esg-entry-cover, .eg-rs-faq-wrapper .esg-overlay {
	border-radius: 5px !important;
	overflow: visible;
}

.eg-rs-faq-wrapper.esg-hovered .esg-overlay {
    border-radius: 5px !important;
}

.eg-rs-faq-wrapper.esg-hovered {
    box-shadow: 0px 20px 30px 0px rgba(247,52,94,0.25);
}

.eg-srblogoverview-content {
	border-radius: 0 0 5px 5px !important;
}

#rsblog {
	margin-left: -25px;
    margin-right: -25px;
}

/*.eg-rs-templates-container {
	background: -moz-linear-gradient(-45deg,  rgba(28,9,80,1) 0%, rgba(94,53,177,0.85) 50%, rgba(247,52,94,1) 100%) !important;
	background: -webkit-linear-gradient(-45deg,  rgba(28,9,80,1) 0%,rgba(94,53,177,0.85) 50%,rgba(247,52,94,1) 100%) !important;
	background: linear-gradient(135deg,  rgba(28,9,80,1) 0%,rgba(94,53,177,0.85) 50%,rgba(247,52,94,1) 100%) !important;
}*/

#rstemplates .esg-entry-cover {
	transition: border 0.3s ease-in-out;
	border: 0 solid #000;
   	border-width: 0px;
	border-style: solid;
	border-image-source: -moz-linear-gradient(top,  rgba(94,53,177,0.75) 0%, rgba(247,52,94,1) 100%); 
	border-image-source: -webkit-linear-gradient(top,  rgba(94,53,177,0.75) 0%,rgba(247,52,94,1) 100%); 
	border-image-source: linear-gradient(to bottom,  rgba(94,53,177,0.75) 0%,rgba(247,52,94,1) 100%);
	border-image-slice: 1;
	overflow: visible;
}

#rstemplates .esg-hovered .esg-entry-cover {
   	border-width: 10px;
}

#rstemplates .eg-rs-templates-wrapper {
	transition: transform 0.3s ease-in-out;
    transform: scale(1) !important;
}

#rstemplates .eg-rs-templates-wrapper.esg-hovered {
    transform: scale(1.1) !important;
}

#rstemplates .esg-cc {
	margin-top: 0px;
	transition: margin 0.3s ease-in-out;
}

#rstemplates .esg-hovered .esg-cc {
	margin-top: -10px;
}

/*#rstemplates .esg-entry-cover {
	opacity: 0;
}

#rstemplates .esg-hovered .esg-entry-cover {
	opacity: 1;
}*/

/*#rstemplates li .esg-entry-media .esg-media-poster {
	transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}

#rstemplates li.esg-hovered .esg-entry-media .esg-media-poster { 
	transform: scale(1.01) !important;
  	filter: blur(3px);
}*/

.esg-grid .mainul li.eg-srblogoverview-wrapper {
    padding: 0 25px 30px 25px !important;
}

/*.esg-grid .mainul li.eg-rs-templates-wrapper {
    padding: 0 15px 0px 15px !important;
}*/

.entry-content h3.eg-srblogoverview-element-0-a {
	margin-bottom: 10px !important;
}
.entry-content h3.eg-rs-templates-element-0-a {
	margin-bottom: 5px !important;
}
.eg-srblogoverview-element-0, .eg-rs-templates-element-0 {
	color: #1c0950 !important;
}
.eg-srblogoverview-element-0:hover {
	color: #f7345e !important;
}
.eg-srblogoverview-element-3, .eg-rs-templates-element-3 {
	color: rgba(28,9,80,0.5) !important;
}
.eg-srblogoverview-element-3:hover {
	color: #f7345e !important;
}
#esg-grid-4-1-wrap .esg-entry-cover {
	overflow: visible;
}

#ytgrid .esg-grid .mainul>li, #ytgrid .esg-entry-cover {
	height: 150px !important;
}
#ytgrid .esg-entry-cover {
	overflow: visible !important;
}

/* Popular Filter */

.esg-filterbutton[data-fid="2939"] {
	margin-left: 30px !important;
}

.esg-filterbutton[data-fid="2939"] span:first-child {
	padding-left: 20px;
}

.esg-filterbutton[data-fid="2939"] span:first-child:before {
	content: " ";
    background: url(/wp-content/uploads/2020/05/popularicon.png);
    background-size: 16px 32px;
    background-repeat: no-repeat;
    background-position: top;
    width: 16px;
    height: 16px;
    position: absolute;
    margin-top: 5px;
    left: 15px;
	-webkit-transition: background-position 0.2s ease-in-out;
	transition: background-position 0.2s ease-in-out;
}

.esg-filterbutton[data-fid="2939"]:hover span:first-child:before, .esg-filterbutton.selected[data-fid="2939"] span:first-child:before {
	background-position: bottom;
}




/*=============================================
                PRICING PAGE                    
=============================================*/

.rs-licenseindex {
	z-index: 9999 !important;
}

.rs-licenseselect {
	position: relative;
	display: inline-flex;
	background: #f3f2f6;
	width: 220px;
    border-radius: 25px;
    font-size: 25px;
	line-height: 50px;
	height: 50px;
    color: #1c0950;
	cursor: pointer;
	/*-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}

.rs-licenseselect:after {
    margin-right: 15px;
    vertical-align: middle;
    content: "";
	width: 13px;
	margin-top: 19px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 213.333 213.333' style='enable-background:new 0 0 213.333 213.333;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon points='0,53.333 106.667,160 213.333,53.333' style='fill:%231c0950;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.rs-licenseselect span {
	width: 100%;
}

.rs-licensecount {
	display: none;
	position: absolute;
	top: 50px;
	width: 260px;
	padding: 10px;
	-webkit-box-shadow: 0px 20px 50px 0px rgba(29,10,81,0.1);
	-moz-box-shadow: 0px 20px 50px 0px rgba(29,10,81,0.1);
	box-shadow: 0px 20px 50px 0px rgba(29,10,81,0.1);
	border-radius: 5px;
	background: #fff;
	margin-left: -20px;
}

.rs-licensecount .rs-licensenum  {
	display: inline-block;
	float: left;
	text-align: center;
	color: #1c0950;
    font-size: 20px;
	width: 60px;
    line-height: 60px;
	padding: 0;
	font-weight: 700;
}

.rs-licensecount .rs-licensenum.rs-active { 
	color: #f7345e !important;
	cursor: default;
}

.rs-licensecount .rs-licensenum:hover {
	color: #f7345e;
}

.rs-licenseselect:hover .rs-licensecount {
  display: block;
}

.tp-pricecheck { 
	margin-right:15px;
	font-size:20px;
	color: #22c8e5;
}

.rs-ticketsupport {
	font-size: 11px;
    line-height: 20px;
    color: #ffffff !important;
    font-weight: 700;
  	padding: 1px 7px 0px 7px;
    border-radius: 5px;
    background: #f7345e;
 	text-transform: uppercase;
    display: inline-block;
  	margin-left: 10px;
	cursor: help;
}


@media screen and (max-width: 1240px) and (min-width: 795px) {
	.rs-licenseselect {
        font-size: 20px;
		width: 180px;
    }
	.rs-licensecount {
		width: 240px;
		padding: 0px;
		margin-left: -30px;
	}
}

@media screen and (max-width: 479px) and (min-width: 0) {
	.rs-licenseselect {
        font-size: 20px;
    }
}






/*=============================================
                HELP CENTER                    
=============================================*/

.rs-faqsearch {
	display: inline-flex;
	margin-bottom: 5px;
}

#ajaxsearchpro2_1 input::placeholder {
	color: rgba(28,9,80,0.5) !important;
	font-weight: 500 !important;
}

div.asp_w.asp_r .results .asp_nores {
    text-align: left !important;
}

div.asp_w.asp_r .results .asp_nores .asp_nores_header {
    text-align: left !important;
}

#ajaxsearchprores2_1 .results .asp_nores .asp_keyword, #ajaxsearchprores2_2 .results .asp_nores .asp_keyword, div.asp_r.asp_r_2 .results .asp_nores .asp_keyword {
    padding: 0 10px 0 0 !important;
    color: #f7345e !important;
    font-weight: 600 !important;
}

#ajaxsearchprores2_1 .results .asp_nores .asp_keyword:hover, #ajaxsearchprores2_2 .results .asp_nores .asp_keyword:hover, div.asp_r.asp_r_2 .results .asp_nores .asp_keyword:hover {
    color: #22c8e5 !important;
}




.rs-versionselect {
	position: relative;
	display: inline-flex;
	background: #f7345e;
	width: 200px;
    border-radius: 25px;
    font-size: 16px;
	line-height: 50px;
    color: #fff;
	cursor: pointer;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	top: -1px;
}

.rs-versionselect:hover {
	background: #22c8e5;
}

.rs-versionselect:after {
    margin-right: 15px;
    vertical-align: middle;
    content: "";
	width: 13px;
	margin-top: 19px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 213.333 213.333' style='enable-background:new 0 0 213.333 213.333;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon points='0,53.333 106.667,160 213.333,53.333' style='fill:%23ffffff;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.rs-versionselect span {
	width: 100%;
}

.rs-versions {
	display: none;
	position: absolute;
	top: 50px;
	width: 200px;
	z-index: 1;
	padding: 10px 0 10px 0;
	-webkit-box-shadow: 0px 20px 50px 0px rgba(29,10,81,0.1);
	-moz-box-shadow: 0px 20px 50px 0px rgba(29,10,81,0.1);
	box-shadow: 0px 20px 50px 0px rgba(29,10,81,0.1);
	border-radius: 5px;
	background: #fff;
}

.rs-versions a, .rs-versions a:visited {
	display: block;
	text-align: left;
	color: #1c0950;
    font-size: 15px;
    line-height: 26px;
	padding: 5px 30px;
	font-weight: 400;
}

.rs-versions a:hover {
	color: #f7345e;
}

.rs-versionselect:hover .rs-versions {
  display: block;
}

/*.rs-versionselect:hover {
	background: #22c8e5;
}*/







/*=============================================
            Special FX GOOTATOR            
=============================================*/

.rs-gootator {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}

.tp-nicetext {
	position: relative;
}

.tp-nicetext g > text,
.rs-gootator g > text {
	text-anchor: start;
	shape-rendering: crispEdges;
	font-size: 346px;
	font-weight: 600;
	font-family: proxima-nova, sans-serif;
	opacity: 0.001;
	animation-name: fadeit;
	animation-duration: 12s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	transform: skewX(-10deg);
}

.tp-nicetext g > text:nth-child(1),
.rs-gootator g > text:nth-child(1) { animation-delay: 0s; }

.tp-nicetext g > text:nth-child(2), 
.rs-gootator g > text:nth-child(2) { animation-delay: 3s; }

.tp-nicetext g > text:nth-child(3),
.rs-gootator g > text:nth-child(3) { animation-delay: 6s; }

.tp-nicetext g > text:nth-child(4),
.rs-gootator g > text:nth-child(4) { animation-delay: 9s; }

@keyframes fadeit {
	0% { opacity: 0.001; }
	20% { opacity: 1; }
	35% { opacity: 0.001; }
	100% { opacity: 0.001; }
}

@media (min-width: 0px) {
	.rs-gootator {
		width: 163.62px;
		height: 40px;
	}
	.tp-nicetext {
		width: 163.62px;
		height: 43.632px;
		top: 0px;
	}
}

@media (min-width: 480px){
	.rs-gootator {
		width: 200px;
		height: 50px;
	}
	.tp-nicetext {
		width: 200px;
		height: 53.333px;
		top: 7px;
	}
}

@media (min-width: 1240px) {
	.rs-gootator {
		width: 300px;
		height: 70px;
	}
	.tp-nicetext {
		width: 300px;
		height: 80px;
		top: 4px;
	}
}



/*=============================================
                 Responsivity                    
=============================================*/



@media screen and (max-width: 768px) {
	.tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: 10px;
		padding: 0;
	}
	.site-branding .custom-logo {
		width: 133px;
		height: 58px;
	}
	.rs-templateheader .tg-site-header-bottom {
		padding: 12px 0;
	}
	.tg-site-header-bottom {
		padding: 10px 0;
	}
	.tg-site-footer .tg-footer-widget-container {
		-ms-flex-direction: inherit;
		flex-direction: inherit;
	}
	.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--two .tg-footer-widget-area, .tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--three .tg-footer-widget-area, .tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--four .tg-footer-widget-area {
		width: calc(50% - 20px);
		display: inline-block;
	}
	.main-navigation {
		display: block;
	}
	.tg-mobile-navigation {
		display: none;
	}
}

/* customize website enjoy movil*/

@media (min-width: 0px) {
	html, body, .single-post .entry-content, .single-faq .entry-content, .single-youtube-tutorials .entry-content, .single-documentation .entry-content {
		font-size: 13px;
		line-height: 16px;
	}
	.detail-space{
		height:30px
	}
	.detail-space-bottom{
		height:10px
	}

	.advance-space{
		height:10px;
	}
	#advance-image{
		margin: 10px 0 0 0;
	}
	#advance-detail{
		margin: 10px 0 50px 0;
	}
	#advance-detail h2{ 
		color: #ff5400;
		font-size: 260%;
		line-height:100%;

	}
	#advance-detail h3{ 
		color: #30254e;
		font-weight: weight;
		font-size: 135%;
		line-height:60%;
	}
	#advance-detail span{ 
		font-size: 100%;
		color:#fff;
		background: #30254e;
		padding: 2px 8px;
	}
	#advance-detail .advance-detail-desc{
		font-size: 120%;
		margin:10px 0 10px 0;
	}
	#package-content h2{ 
		font-size: 170%;
	}
	.tg-container {
		padding: 0 30px;
		max-width: 100%;
	}
	.tg-page-header .tg-page-header__title, .page-id-161730 .tg-page-header .tg-page-header__title, .single-post .tg-page-header .tg-page-header__title,
.single-faq .tg-page-header .tg-page-header__title, .single-youtube-tutorials .tg-page-header .tg-page-header__title, .single-documentation .tg-page-header .tg-page-header__title, .single .tg-page-header .tg-page-header__title { 
		font-size: 40px; 
		line-height: 40px; 
	}
	.tp-headerblock h1 {
		font-size: 37px;
		line-height: 37px;
		margin-bottom: 15px;
	}
	.tp-headerblock h2{
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.tp-headerblock h4 {
		font-size: 16px;
		line-height: 16px;
		font-weight: 600;
		color: #ff5400;
		margin-bottom: 10px;
	}
	#package-detail h3 {
		font-size: 18px;
		line-height: 18px;
	}
	
	#package-hear {
		color:#78718c;
		font-weight:400;
		font-size: 110%;
	}
	#package-hear a, #package-hear a:link, #package-hear a:visited {
		color:#41005f;
		font-weight:600;
	}
	#package-hear a:hover {
		color:#8b8796;
	}
	
	h1 { font-size: 40px; line-height: 40px; }
	h2 { font-size: 35px; line-height: 40px; }
	h3 { font-size: 30px; line-height: 30px; }
	
	#package-content h3{ 
		font-size: 120%;
	}
	#package-star { 
		font-weight: bold;
		margin-bottom: 35px;
		font-size: 95%;
	}
	p.largep, .wp-block-quote p {
		font-size: 25px;
		line-height: 35px;
	}
	.wp-block-pullquote p {
		font-size: 20px;
		line-height: 28px;
	}
	.tg-page-header { 
		padding: 80px 0 0 0; 
	}
	.tp-subtitle, h2.tp-subtitle {
		margin-bottom: 40px;
	}
	h2.tp-subtitle, .tp-subtitle h2 { 
		font-size: 17px;
		line-height: 24px;
	}
	.tp-card-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, minmax(100px, auto));
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		margin-top: 0px;
	}
	.tg-site-footer .tg-site-footer-widgets .widget-title {
		font-size: 15px;
		line-height: 20px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin-bottom: 25px;
	}
	.tg-site-footer .tg-site-footer-widgets ul li a {
		font-size: 14px;
		line-height: 16px;
	}
	.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1, .tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 {
		font-size: 13px;
		line-height: 15px;
	}
	body.single-templates .site-content .tp-aftercontent {
		margin-top: 0px;
		margin-bottom: 10px;
	}

	#rs-templatewhatsapp  {
		top: 12px;
	}

	p.largep {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 10px;

	}

	.tp-card1 { grid-area: 1 / 1 / 2 / 2; }
	.tp-card2 { grid-area: 1 / 2 / 2 / 3; }
	.tp-card3 { grid-area: 2 / 1 / 3 / 2; }
	.tp-card4 { grid-area: 4 / 1 / 5 / 3; }
	.tp-card5 { grid-area: 2 / 2 / 3 / 3; }
	.tp-card6 { grid-area: 3 / 1 / 4 / 2; }
	.tp-card7 { grid-area: 3 / 2 / 4 / 3; }
	.tp-card h6 { font-size: 20px; }
	.tp-card span { font-size: 11px; }
	.tp-newscard h6 { font-size: 30px; }
	.tp-newscard { padding: 30px; }
	.tp-cardshadow { box-shadow: 0px 10px 30px 0px rgba(28,9,80,0.07); }
	.tg-mobile-navigation { width: 100%; }
	.tg-scroll-to-top { right: 15px; bottom: 10px; }
	#rs-ticketmodal { display: none; }
	.tg-site-layout--default .post-thumbnail {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.entry-excerpt {
		font-size: 20px;
		line-height: 30px;
	}
	.wp-block-group.tp-info {
		margin-left: 0;
		margin-right: 0;
		padding: 40px;
	}
	.posts-navigation, .post-navigation {
		margin-left: 0;
		margin-right: 0;
	}
	.nav-links {
		font-size: 16px;
		line-height: 20px;
	}
	.tp-authorwrap {
		display: block;
	}
	.tp-author {
		margin-left: 0;
		margin-right: 0;
		padding: 50px 40px 60px 40px;
		text-align: left;
	}
	.tp-authorwrap .tp-author-left p, .tp-authorwrap .tp-author-left h4 {
		padding-left: 0;
	}
	.tp-authorwrap .tp-author-left img {
		position: relative;
		margin-bottom: 30px;
	}
	.tp-authorwrap .tp-author-left {
		flex: 100%;
		padding-right: 0;
	}
	.tp-authorwrap .tp-author-right {
		flex: 100%;
		padding-left: 0;
	}
	.wp-block-button.large a.wp-block-button__link, .wp-block-button.large a.wp-block-button__link:visited {
		font-size: 15px;
		line-height: 18px;
		padding: 10px 40px;
	}
	.tp-wrapinfo {
		font-size: 14px;
		border-radius: 25px;
		margin-right: 10px;
	}
	.tp-wrapinfo span {
		margin-left: 15px;
	}
	.tp-wrapinfo.key span {
		max-width: calc(100% - 150px);
	}
	.tp-wrapinfo.domain span {
		max-width: calc(100% - 190px);
	}
	.tp-product {
		font-size: 14px;
		margin-right: 30px;
	}
	.tp-product span {
		font-size: 16px;
	}
	.tp-plan {
		min-width: 130px;
	}
	.tp-plan, .tp-timeleft {
		font-size: 14px;
		margin-right: 30px;
	}
	.tp-timeleft {
		margin-right: 0;
	}
	.tp-plan h4, .tp-timeleft h4 {
		font-size: 16px;
	}
	.tp-licensesheader {
	    padding-top: 10px 20px 30px	20px;
	}
	.tp-licenses {
	    padding: 30px 20px;
	}
	.tp-license {
	    height: auto;
	    margin-bottom: 20px;
	}
	.tp-license:last-child {
		margin-bottom: 0;
	}
	.tp-licensesfooter {
	    padding: 20px;
	}
	.tp-product, .tp-plan, .tp-timeleft {
	    margin-top: 20px;
	}
	.tp-subbaractions {
	    float: none;
	    margin-top: 22px;
	    display: inline-block;
	}
	.tp-timeleft {
	    margin-right: 30px;
	}
	span.tp-purchaseid {
	    float: none;
		margin-left: 0px;
	}
	a.tp-cancelsub, a.tp-cancelsub:visited, a.tp-subinfo, a.tp-subinfo:visited {
	    float: none;
		display: block;
		margin-top: 20px;
		margin-left: 0;
	}
	.tp-licensesfooter .tp-dashbtn {
		margin-right: 30px;
	}
	.tp-wrapinfo.key, .tp-wrapinfo.domain {
	    width: 100%;
	}
	.tp-addtext {
	    display: block;
	    line-height: 40px;
	}
	a.tp-addplan span, a.tp-importlicense span, a.tp-specialoffer span {
		margin-right: 0px;	
	}
	.tp-addtext div {
		margin-top: -125px;
	}
	#rsblog {
		margin-left: -10px;
		margin-right: -10px;
	}
	.esg-grid .mainul li.eg-srblogoverview-wrapper {
		padding: 0 10px 30px 10px !important;
	}
	.eg-srblogoverview-element-0, .eg-srblogoverview-element-0:hover {
		font-size: 15px !important;
		line-height: 20px !important;
	}
	.eg-srblogoverview-element-3, .eg-srblogoverview-element-35, .eg-srblogoverview-element-3:hover {
		font-size: 10px !important;
		line-height: 12px !important;
	}
	.eg-srblogoverview-element-35 {
		display: none !important;
	}
	.eg-srblogoverview-content {
		height: auto;
	}
	.main-navigation {
		display: none;
	}
	.tg-mobile-navigation {
		display: block;
	}
	.tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
		display: flex;
	}
	.eg-rs-faq-element-10 {
		display: none !important;
	}
	#esg-grid-4-1-wrap .eg-rs-faq-element-11 {
		font-size: 15px !important;
  	  	line-height: 20px !important;
		padding: 20px 20px 0px 20px !important;
	}
	#esg-grid-4-1-wrap .eg-rs-faq-element-12, #esg-grid-4-1-wrap .eg-rs-faq-element-13 {
		top: -10px !important;
		right: -10px !important;
	}
	.rs-faqsearch {
		display: block;
	}
	#ytgrid .eg-rs-youtube-element-0 {
		font-size: 15px !important;
		line-height: 20px !important;
		margin: 25px 0px 0px 0px !important;
		padding: 0px 20px 0px 160px !important;
	}
	#ytgrid .eg-rs-youtube-element-39 {
		font-size: 10px !important;
		line-height: 12px !important;
		margin: 10px 0px 0px 0px !important;
		padding: 0px 20px 0px 160px !important;
	}
	#ytgrid .esg-grid .mainul>li, #ytgrid .esg-entry-cover {
		height: 110px !important;
	}
	#ytgrid .eg-rs-youtube-element-37 img {
		width: 124px !important;
	}
	#ytgrid .eg-rs-youtube-element-38 {
		top: -10px !important;
    	right: -10px !important;
	}
	.rs-team {
		padding: 50px 50px;
	}
	.eg-rs-templates-element-0 {
		font-size: 15px !important;
		line-height: 20px !important;
	}
	.eg-rs-templates-element-3 {
		font-size: 10px !important;
		line-height: 12px !important;
	}
	.rs-templateheader #templatetitle {
		font-size: 15px;
		left: 180px;
		text-align: left;
		display: none;
	}
	.rs-templateheader #rs-templatebuy {
		padding:4px 10px;
		line-height:100%;
		right: 40px;
		width: 180px;
	}
	.rs-templateheader #rs-templateback {
		right: 53px;
	}
	.rs-templateheader #rs-templateclose {
		right: 22px;
	}
}

/* customize website enjoy pc*/

@media (min-width: 480px) {
	html, body, .single-post .entry-content, .single-faq .entry-content, .single-youtube-tutorials .entry-content, .single-documentation .entry-content {
		font-size: 14px;
		line-height: 18px;
	}
	.detail-space{
		height:90px
	}
	.advance-space{
		height:30px;
	}

	#advance-image{
		margin: 10px 0 0 0;
	}
	#advance-detail{
		margin: 10px 20px 50px 0;
	}
	#advance-detail h2{ 
		color: #ff5400;
		font-size: 250%;
		line-height:100%;

	}
	#advance-detail h3{ 
		color: #30254e;
		font-weight: weight;
		font-size: 140%;
		line-height:75%;
	}
	#advance-detail span{ 
		font-size: 110%;
		color:#fff;
		background: #30254e;
		padding: 1px 8px;
	}
	#advance-detail .advance-detail-desc{
		font-size: 110%;
		margin:10px 0 10px 0;
	}
	#package-content h2{ 
		font-size: 220%;
	}



	.tg-page-header .tg-page-header__title, .single .tg-page-header .tg-page-header__title, .page-id-161730 .tg-page-header .tg-page-header__title { 
		font-size: 50px; 
		line-height: 50px; 
	}
	.single-post .tg-page-header .tg-page-header__title, .single-faq .tg-page-header .tg-page-header__title, .single-youtube-tutorials .tg-page-header .tg-page-header__title, .single-documentation .tg-page-header .tg-page-header__title {
		max-width: 760px;
	}
	.tp-headerblock h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.tp-headerblock h2 {
		font-size: 30px;
		line-height: 30px;
	}
	#package-detail h3 {
		font-size: 25px;
		line-height: 25px;
	}
	
	h1 { font-size: 50px; line-height: 50px; }
	h2 { font-size: 40px; line-height: 40px; }
	h3 { font-size: 30px; line-height: 30px; }

	#package-content h3{ 
		font-size: 140%;
	}

	#package-star { 
		font-weight: bold;
		margin-bottom: 35px;
		font-size: 100%;
	}

	p.largep{
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	
	.wp-block-pullquote p {
		font-size: 22px;
		line-height: 30px;
	}
	.tg-page-header { 
		padding: 80px 0 0 0; 
	}
	.tp-subtitle, h2.tp-subtitle {
		margin-bottom: 40px;
	}
	h2.tp-subtitle, .tp-subtitle h2 { 
		font-size: 20px;
    	line-height: 30px;
	}
	.tg-primary-menu > div > ul > li {
		margin: 0 20px 0 0;
	}
	#menu-item-55 a:link, #menu-item-55 a:visited {
		padding: 0 20px;
	}
	.tp-card-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, minmax(100px, auto));
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		margin-top: 0px;
	}
	body.single-templates .site-content .tp-aftercontent {
		margin-top: 0px;
		margin-bottom: 40px;
	}

	#rs-templatewhatsapp  {
		top: 12px;
	}
	
	.tp-card1 { grid-area: 1 / 1 / 2 / 2; }
	.tp-card2 { grid-area: 1 / 2 / 2 / 3; }
	.tp-card3 { grid-area: 1 / 3 / 2 / 4; }
	.tp-card4 { grid-area: 3 / 1 / 4 / 4; }
	.tp-card5 { grid-area: 2 / 1 / 3 / 2; }
	.tp-card6 { grid-area: 2 / 2 / 3 / 3; }
	.tp-card7 { grid-area: 2 / 3 / 3 / 4; }
	.tp-card h6 { font-size: 20px; }
	.tp-card span { font-size: 11px; }
	.tp-newscard h6 { font-size: 30px; }
	.tp-newscard { padding: 50px; }
	.tg-site-layout--default .post-thumbnail {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.entry-excerpt {
		font-size: 25px;
		line-height: 35px;
	}
	.wp-block-button.large a.wp-block-button__link, .wp-block-button.large a.wp-block-button__link:visited {
		font-size: 18px;
		line-height: 20px;
		padding: 15px 50px;
	}
	.eg-srblogoverview-element-35 {
		display: inline-block !important;
	}
}

@media (min-width: 769px) {
	.eg-srblogoverview-element-0, .eg-srblogoverview-element-0:hover {
		font-size: 20px !important;
		line-height: 25px !important;
	}
	
	.eg-srblogoverview-element-3, .eg-srblogoverview-element-35, .eg-srblogoverview-element-3:hover {
		font-size: 12px !important;
		line-height: 14px !important;
	}
	.eg-srblogoverview-content {
		height: 200px;
	}
	.eg-rs-faq-element-10 {
		display: inline-block !important;
	}
	#esg-grid-4-1-wrap .eg-rs-faq-element-11 {
		font-size: 20px !important;
		line-height: 25px !important;
		padding: 10px 30px 0px 30px !important;
	}
	#esg-grid-4-1-wrap .eg-rs-faq-element-12, #esg-grid-4-1-wrap .eg-rs-faq-element-13 {
		top: 10px !important;
		right: 10px !important;
	}
	#ytgrid .eg-rs-youtube-element-0 {
		font-size: 20px !important;
		line-height: 25px !important;
		margin: 45px 0px 0px 0px !important;
		padding: 0px 20px 0px 240px !important;
	}
	#ytgrid .eg-rs-youtube-element-39 {
		font-size: 12px !important;
		line-height: 14px !important;
		margin: 10px 0px 0px 0px !important;
		padding: 0px 20px 0px 240px !important;
	}
	#ytgrid .esg-grid .mainul>li, #ytgrid .esg-entry-cover {
		height: 150px !important;
	}
	#ytgrid .eg-rs-youtube-element-37 img {
		width: 198px !important;
	}
	#ytgrid .eg-rs-youtube-element-38 {
		top: 10px !important;
    	right: 10px !important;
	}
	.rs-templateheader #templatetitle {
		display: block;
	}
}

@media (min-width: 1024px) {
	.tg-container {
		max-width: 960px;
		padding: 0;
	}
	.tg-page-header { 
		padding: 100px 0 0 0; 
	}
	.tp-subtitle, h2.tp-subtitle {
		margin-bottom: 60px;
	}
	.tp-card-grid {
		display: grid;
		grid-template-columns: repeat(14, 1fr);
		grid-template-rows: repeat(4, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		margin-top: 0px;
	}
	.tp-card { height: auto; }
	.tp-card1 { grid-area: 1 / 1 / 3 / 4; }
	.tp-card2 { grid-area: 1 / 4 / 3 / 7; }
	.tp-card3 { grid-area: 1 / 7 / 3 / 10; }
	.tp-card4 { grid-area: 1 / 10 / 5 / 15; }
	.tp-card5 { grid-area: 3 / 1 / 5 / 4; }
	.tp-card6 { grid-area: 3 / 4 / 5 / 7; }
	.tp-card7 { grid-area: 3 / 7 / 5 / 10; }
	.tp-card h6 { font-size: 20px; }
	.tp-card span { font-size: 12px; }
	.tp-newscard h6 { font-size: 40px; }
	.tg-scroll-to-top { right: 30px; bottom: 30px; }
	#rs-ticketmodal { display: block; bottom: 130px; right: 30px; }
	.tp-cardshadow { box-shadow: 0px 20px 50px 0px rgba(28,9,80,0.07); }
	.tg-site-layout--default .post-thumbnail {
		max-width: 1000px;
		margin-left: -100px;
		margin-right: -100px;
	}
	.single-post .entry-content, .single-faq .entry-content, .single-youtube-tutorials .entry-content, .single-documentation .entry-content {
		font-size: 20px;
		line-height: 30px;
	}
	.wp-block-group.tp-info {
		margin-left: -100px;
		margin-right: -100px;
		padding: 50px 100px;
	}
	.posts-navigation, .post-navigation {
		margin-left: -100px;
		margin-right: -100px;
	}
	.nav-links {
		font-size: 18px;
		line-height: 20px;
	}
	.tp-authorwrap {
		display: flex;
	}
	.tp-author {
		margin-left: -100px;
		margin-right: -100px;
		padding: 50px 100px 60px 100px;
		text-align: left;
	}
	.tp-authorwrap .tp-author-left p, .tp-authorwrap .tp-author-left h4 {
		padding-left: 120px;
	}
	.tp-authorwrap .tp-author-left img {
		position: absolute;
		margin-bottom: 0;
	}
	.tp-authorwrap .tp-author-left {
		flex: 70%;
		padding-right: 100px;
	}
	.tp-authorwrap .tp-author-right {
		flex: 30%;
	}
	.tp-licensesheader {
	    padding: 30px;
	}
	.tp-licenses {
	    padding: 30px;
	}
	.tp-license {
	    height: 50px;
	    margin-bottom: 10px;
	}
	.tp-wrapinfo.key {
		width: 390px;
	}

	.tp-wrapinfo.domain {
		width: 320px;
	}
	.tp-wrapinfo.domain span {
		max-width: 175px !important;
	}

	.tp-license:last-child {
		margin-bottom: 0;
	}
	.tp-licensesfooter {
	    padding: 20px 30px;
	}
	.tp-product, .tp-plan, .tp-timeleft {
	    margin-top: 0px;
	}
	.tp-subbaractions {
	    float: right;
	    margin-top: 2px;
	    display: block;
	}
	span.tp-purchaseid {
	    float: right;
		margin-left: 0;
	}
	a.tp-cancelsub, a.tp-cancelsub:visited, a.tp-subinfo, a.tp-subinfo:visited {
		display: inline-block;
		float: right;
		margin-top: 0px;
		margin-left: 30px;
	}
	.tp-licensesfooter .tp-dashbtn {
		margin-right: 0px;
	}
	.tp-addtext {
	    display: inline-block;
	    line-height: 50px;
	}
	.tp-addtext div {
		margin-top: -85px;
	}
	a.tp-addplan span, a.tp-importlicense span, a.tp-specialoffer span {
		margin-right: 20px;	
	}
	#rsblog {
		margin-left: -25px;
		margin-right: -25px;
	}
	.esg-grid .mainul li.eg-srblogoverview-wrapper {
		padding: 0 25px 30px 25px !important;
	}
	.eg-srblogoverview-content {
		height: 210px;
	}
	.main-navigation {
		display: block;
	}
	.tg-mobile-navigation {
		display: none;
	}
	.tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
		display: none;
	}
	.rs-faqsearch {
		display: inline-flex;
	}
	.rs-team {
		padding: 50px 100px;
	}
	.eg-rs-templates-element-0 {
		font-size: 18px !important;
		line-height: 22px !important;
	}
	.eg-rs-templates-element-3 {
		font-size: 10px !important;
		line-height: 12px !important;
	}
	.rs-templateheader #templatetitle {
		font-size: 18px;
		left: calc(50% - 300px);
		text-align: center;
	}
	.rs-templateheader #rs-templatebuy {
		right: 50px;
	}
	.rs-templateheader #rs-templateback {
		right: 40px;
	}
	.rs-templateheader #rs-templateclose {
		right: 0px;
	}
}

/* customize website enjoy pc full width*/
@media (min-width: 1240px) {
	.tg-container {
		max-width: 1180px;
		padding: 0;
	}
	.tg-primary-menu > div > ul > li {
		margin: 0 15px 0 0;
	}
	#menu-item-55 a:link, #menu-item-55 a:visited {
		padding: 0 40px;
	}
	.tg-page-header .tg-page-header__title, .single .tg-page-header .tg-page-header__title { 
		font-size: 70px; 
		line-height: 70px; 
	}
	.single-post .tg-page-header .tg-page-header__title, .single-faq .tg-page-header .tg-page-header__title, .single-youtube-tutorials .tg-page-header .tg-page-header__title, .single-documentation .tg-page-header .tg-page-header__title {
		font-size: 60px; 
		line-height: 60px; 
		max-width: 960px;
	}
	.page-id-161730 .tg-page-header .tg-page-header__title {
		font-size: 60px; 
		line-height: 60px;
	}
	.tp-headerblock h1 {
		font-size: 43px;
		line-height: 43px;
		color: #730084;
		margin-bottom: 15px;
	}
	.tp-headerblock h2 {
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 17px;
	}
	#package-detail h3 {
		font-size: 25px;
		line-height: 25px;
	}
	#package-star {
		font-weight: bold;
		margin-bottom: 35px;
		font-size: 110%;
	}

	h1 { font-size: 70px; line-height: 70px; }
	h2 { font-size: 45px; line-height: 50px; }
	h3 { font-size: 32px; line-height: 32px; }

	.tp-headeritem h3 { font-size: 25px; line-height: 25px; }

	#rs-templatewhatsapp  {
		top: 12px;
	}

	.tg-page-header { 
		padding: 130px 0 0 0; 
	}
	.tp-subtitle, h2.tp-subtitle { 
		margin-bottom: 80px; 
	}
	.posts-navigation, .post-navigation {
		margin-left: -210px;
		margin-right: -210px;
	}
	.tp-authorwrap {
		display: flex;
	}
	.tp-author {
		margin-left: -210px;
		margin-right: -210px;
		padding: 50px 110px 60px 110px;
		text-align: left;
	}
	.tp-authorwrap .tp-author-left p, .tp-authorwrap .tp-author-left h4 {
		padding-left: 120px;
	}
	.tp-authorwrap .tp-author-left img {
		position: absolute;
		margin-bottom: 0;
	}
	.tp-authorwrap .tp-author-left {
		flex: 70%;
		padding-right: 100px;
	}
	.tp-authorwrap .tp-author-right {
		flex: 30%;
	}
	.tp-wrapinfo {
		font-size: 16px;
		border-radius: 25px;
		margin-right: 20px;
	}
	.tp-wrapinfo.key {
		width: 440px;
	}
	.tp-wrapinfo.domain {
		width: 360px;
	}
	.tp-wrapinfo.domain span {
		max-width: 220px !important;
	}
	.tp-wrapinfo span {
		margin-left: 15px;
	}
	.tp-wrapinfo.key span {
		max-width: 310px;
	}
	.tp-product {
		font-size: 16px;
		margin-right: 70px;
	}
	.tp-product span {
		font-size: 18px;
	}
	.tp-plan {
		min-width: 150px;
	}
	.tp-plan, .tp-timeleft {
		font-size: 16px;
		margin-right: 50px;
	}
	.tp-timeleft {
		margin-right: 0;
	}
	.tp-plan h4, .tp-timeleft h4 {
		font-size: 18px;
	}
	.eg-srblogoverview-content {
		height: 200px;
	}
}

@media (min-width: 1460px) {

	#rstemplates {
		margin-left: -100px;
		margin-right: -100px;
	}

}

@media (min-width: 1560px) {

	#rstemplates {
		margin-left: -150px;
		margin-right: -150px;
	}
	
	#primary {
		min-height: 500px;
	}

}



/* UPDATE FOR FULL ALIGNED BLOCKS */



.alignfull {
	position: relative;
	box-sizing:border-box;
}
.alignfull .wp-block-group__inner-container {
	margin: 0 auto;
}
.wp-block-group.alignfull.has-background {
	padding: 0;
}
@media (min-width: 0px) {
	.alignfull {
		left: 0;
		margin: 0;
	}
	.alignfull .wp-block-group__inner-container {
		padding: 0 30px;
		max-width: 100%;
       	box-sizing:border-box;
	}
}
@media (min-width: 1024px) {
	.alignfull {
		margin: 0;
		position: relative;
	}
	.alignfull .wp-block-group__inner-container {
		max-width: 960px;
		padding: 0;
	}
}
@media (min-width: 1240px) {
	.alignfull .wp-block-group__inner-container {
		max-width: 1180px;
		padding: 0;
	}
}

/*  OneSignal Custom Style */

.onesignal-bell-launcher-message-body {
	font-family: proxima-nova, sans-serif !important;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher .onesignal-bell-launcher-dialog button {
    border-radius: 20px !important;
    font-weight: 500 !important;
    font-family: proxima-nova, sans-serif !important;
    font-size: 15px !important;
    letter-spacing: 0 !important;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-md .onesignal-bell-launcher-dialog .onesignal-bell-launcher-dialog-body h1 {
    font-family: proxima-nova, sans-serif !important;
    letter-spacing: 0 !important;
    color: #1c0950 !important;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher .onesignal-bell-launcher-message {
	background: linear-gradient(to right, #82009f 0%, #f7345e 100%) !important;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-left .onesignal-bell-launcher-message:after {
    border-right-color: #82009f !important;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-theme-inverse .onesignal-bell-launcher-button svg .stroke {
    stroke: #f7345e !important;
}

/*  FAKE HEADER */
fakespace.headerspace { display:block; width:100%; height:56px; }
.div25 { display: block; width: 100%; height:25px; }
.srdManualBody .minispace, .srdDefinitionBody .minispace {display: none;}
@media (min-width: 1024px) {
	fakespace.headerspace { display:block; width:100%; height:128px; }
}

/* CODECANYON FIX */
.from_cc .respect-fixedstatic rs-static-layers>.rs-parallax-wrap>rs-loop-wrap, .from_cc .th-fixed>rs-loop-wrap {
    transform: translatey(0px) !important;
}


/*=============================================
                Modal                    
=============================================*/
.srmodal {
	display: none;
	position: fixed; 
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%; 
	overflow: hidden; 
	background: rgba(90,65,172,0.75);
	-webkit-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}

@keyframes MOVE-BG {
    from {
        background-position: 0% 0%
    }
    to { 
        background-position: 100% 0%
    }
}


.srmodal-first {
	background: url(/wp-content/uploads/2021/03/newsletter_sideimage5.jpg);
	background-repeat: no-repeat;
    background-size: cover;
	border-radius: 3px 0 0 3px;
	-webkit-animation: MOVE-BG 1s ease-out;
	animation-fill-mode: forwards;
}

.srmodal-content {
	background-color: #fff;
	max-width: 1180px;
	display: flex;
	font-size: 15px;
	line-height: 20px;
	border-radius: 3px;
	position: relative;
	box-shadow: 0px 20px 50px 0px rgb(28 9 80 / 35%);
	-webkit-animation: infoPopup 0.65s ease-in-out;
    animation: infoPopup 0.65s ease-in-out;
}


@media (min-width: 0px) {
	.srmodal-first {
		flex: 0%;
	}
	.srmodal-second {
		flex: 100%;
		padding: 40px 30px;
	}
	.srmodal-content {
		margin: 66px auto 0 auto;
	}
}

@media (min-width: 769px) {
	.srmodal-content {
		margin: 90px auto 0 auto;
	}
}

@media (min-width: 1024px) {
	.srmodal-first {
		flex: 35%;
	}
	.srmodal-second {
		flex: 65%;
		padding: 40px 50px;
	}
	.srmodal-content {
		margin: 10% auto;
	}
}

.srclosemodal {
	position:absolute;
	right: 15px;
    top: 13px;
    background-image: url(/wp-content/uploads/2020/03/closer_dark.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.srclosemodal:hover,
.srclosemodal:focus {
	transform: scale(1.1);
}

#mc_embed_signup h2 {
	margin-bottom: 20px;
}

#mc_embed_signup div.mc-field-group:not(.content__gdprBlock) {
	width: 40%;
    display: inline-block;
	margin-right: 6px;
}

#mergeRow-gdpr {
	font-size: 13px;
    line-height: 18px;
	max-height: 180px;
    overflow-y: scroll;
    margin: 20px 0;
    padding-right: 20px;
}

#mergeRow-gdpr::-webkit-scrollbar {
  width: 8px;
}

#mergeRow-gdpr::-webkit-scrollbar-track {
  background: #f3f2f6;
  border-radius: 4px;
}

#mergeRow-gdpr::-webkit-scrollbar-thumb {
  background: rgba(28,9,80,0.15);
  border-radius: 4px;
  cursor: pointer;
}

#mergeRow-gdpr::-webkit-scrollbar-thumb:hover {
  background: rgba(28,9,80,0.5);
}

#mergeRow-gdpr h5 {
	margin-bottom: 10px;
}

#mergeRow-gdpr p {
    margin-bottom: 10px;
}

#mergeRow-gdpr .mc_fieldset {
	border: 2px solid #f3f2f6;
    padding: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
}

#mergeRow-gdpr .mc_fieldset label {
	margin: 5px 20px 5px 0;
}

#mergeRow-gdpr .mc_fieldset label span {
	top: 2px;
    position: relative;
}

.content__gdprLegal {
	margin-top: 10px;
}

.sr-usertype-radio {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
}

.sr-usertype {
	border: none;
    margin: 30px 0 30px 0;
    padding: 0;
	position: relative;
}

.sr-usertype input[type='radio'] {
  display: none;
}

.sr-usertype label {
	cursor: pointer;
}

.sr-usertype label span {
	font-size: 18px;
	padding-left: 10px;
}

.sr-usertype label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #f7345e;
  background-color: transparent;
}

.sr-usertype input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 4px;
  content: " ";
  display: block;
  background: #f7345e;
}

/* License faq */
.tp_license p:empty {
	display: none;
}