@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');

body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{background:transparent;border:0;margin:0;padding:0;outline:none;box-sizing:border-box;}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
}
/* GENERAL */
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.7;
	color: #727272;
}
p {
    font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.7;
	color: #727272;
    margin: 20px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	color: #272727;
	margin-top: 20px;
	margin-bottom: 20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	font-size: inherit;
}
h1 {
	font-size: 4rem;
}

h2 {
	font-size: 3.5rem;
}

h3 {
	font-size: 2.7rem;
}

h4 {
	font-size: 2.2rem;
}

h5 {
	font-size: 1.8rem;
}

h6 {
	font-size: 1.8rem;
}
a, .sppb-btn {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
	background-color: transparent;
	font-size: 1.8rem;
}

.sppb-btn, .btn {
	display: inline-block;
	color: #ffffff;
    background-color: #dc0080;
	padding: 15px 20px;
	margin-bottom: 0;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 0;
}
.sppb-btn:hover,
.btn:hover {
  color: #ffffff;
  background: #fc259d;
}
a:hover {
	text-decoration: none;
}
a:focus, a:hover {
	color: #fc259d;
}
a {
	outline: medium none !important;
	color: #727272;
}

a {
	color: #dc0080;
	text-decoration: none;
	transition: all 0.3s ease;
}
ul {
	list-style-type: none;
}

.text-primary {
	color: #f51e46 !important;
}

.text-white {
	color: #fff;
}

b, strong {
	font-weight: bold;
}

.sppb-optin-form.form-inline .button-wrap {
    margin-bottom: 0;
}

/* */

/* HEADER & NAVIAGATION */
#sp-header {
    height: 80px;
    line-height: 80px;
    background-color: #ffffff;
    width: 100%;
    position: relative;
    box-shadow: none;
    z-index: 99;
    animation: spFadeIn 0.5s;
}
#sp-header.header-sticky {
    position: fixed;
    background-color: #ffffff;
    z-index: 9999;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0.25rem 0.25rem rgb(13 43 90 / 4%), 0 0.5rem 2rem rgb(13 43 90 / 8%);
    box-shadow: 0 0.25rem 0.25rem rgb(13 43 90 / 4%), 0 0.5rem 2rem rgb(13 43 90 / 8%);
    width: 100%;
    animation: spFadeInDown 0.5s;
}
#sp-header .logo a {
    font-family: 'milkshakeregular', serif;
    color: #ffffff;
    font-size: 2.4rem;
    letter-spacing: .2rem;
    text-transform: none;
    text-decoration: none;
}
#sp-header.header-sticky .logo a {
    color: #eb2764;
}
.sp-megamenu-parent>li.active>a {
    font-family: sans-serif;
    color: #dc0080;
    font-size: 1.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}
#sp-header.header-sticky .sp-megamenu-parent>li.active>a {
    color: #dc0080;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span a {
    font-family: sans-serif;
    color: #101010;
    font-size: 1.7rem;
    letter-spacing: 1px;
    padding: 0 10px;
    text-transform: uppercase;
    text-decoration: none;
}
.sp-megamenu-parent>li>a:hover {
    color: #dc0080;
}
#sp-header.header-sticky .sp-megamenu-parent>li>a, 
.sp-megamenu-parent>li>span a {
    color: #101010;
}
#sp-header.header-sticky .sp-megamenu-parent>li>a:hover {
    color: #dc0080;
}
#sp-header .sp-dropdown-items li.sp-menu-item {
    line-height: 1;
    padding: 10px 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%);
    padding: 20px;
    background-color: #ffffff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    color: #101010;
    font-size: 1.65rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    padding: 8px 0;
    cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
    color: #dc0080;
}
.burger-icon>span {
    background-color: #eb2764;
}
#sp-header.header-sticky .burger-icon>span {
    background-color: #eb2764;
}
.privacy-policy #sp-header {
    color: #eb2764;
}
.privacy-policy #sp-header a {
    color: #eb2764;
}
.privacy-policy .d-flex {
    display: none !important;
}
.p-3 {
    padding: 3rem 1rem 1rem 1rem!important;
}
body.ltr .close-offcanvas {
    right: 15px;
    padding-top: 2rem;
}
.offcanvas-active .burger-icon>span, 
#modal-menu-toggler.active .burger-icon>span {
    background-color: #ffffff;
}
.offcanvas-menu .logo a {
    font-family: 'milkshakeregular', serif;
    color: #ffffff;
    font-size: 2.5rem;
    letter-spacing: .2rem;
    text-decoration: none;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, 
.offcanvas-menu .offcanvas-inner ul.menu>li>span {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    text-decoration: none;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
	color: #ffffff;
    font-size: 2.5rem;
    padding: 4px 0px;
    line-height: 1.2;
    font-weight: 600;
}
/* END HEADER & NAVIGATION */

/* HOME PERSON ADDON */
.sppb-addon-person {
	transition: all 0.3s ease-out 0s;
	box-shadow: 0 20px 20px rgba(0,0,0,0.14);
	-webkit-box-shadow: 0 20px 20px rgba(0,0,0,0.14);
	position: relative;
	width: 100%;
	overflow: hidden;
}

.sppb-addon-person:hover {
	-webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
	box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
	transform: translateY(-8px);
}

.sppb-addon-person .sppb-person-image {
	margin-bottom: 0;
    padding: 27px 0 0 0;
	background-color: #fff;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.overlay {
	background: rgba(212, 70, 150, 0.94);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	padding: 30px;
	float: left;
	transition: all 0.3s ease-out 0s;
	z-index: 10;
}

.sppb-addon-person:hover .overlay {
	opacity: 1;
}

.sppb-addon-person .sppb-person-introtext {
	margin-top: 0;
	position: absolute;
	color: #fff;
	top: 535px;
	left: 50%;
	opacity: 0.8;
	transition: all 0.3s ease-out 0s;
	margin: 0 0 33px;
	transform: translatex(-50%);
}

.sppb-addon-person .sppb-person-introtext a {
   color: #ffffff;
   font-size: 23px;
   font-weight: 600;
   line-height: 1.5;
}

.sppb-addon-person:hover .sppb-person-introtext {
   top: 200px;
}

.sppb-addon-person .sppb-person-social-icons {
	margin-top: 0;
	position: absolute;
	width: 100%;
	top: 300px;
	display: inline-block;
	transition: all 0.3s ease-out 0s;
	left: 0;
}

.sppb-addon-person:hover .sppb-person-social-icons {
top: 230px;
}

.sppb-addon-person .sppb-person-social {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.sppb-addon-person .sppb-person-social > li {
    display: inline-block;
    margin: 0;
}

.sppb-addon-person .sppb-person-social > li > a {
	font-size: 15px;
	color: #fff;
	line-height: 0px;
	margin: 0px;
	padding: 7px;
	display: inline-block;
	border-radius: 100%;
}

.sppb-addon-person .sppb-person-social > li > a:hover {
    color: #fff;
}

.sppb-person-information {
	padding: 40px 0 40px 0;
	background-color: #fff;
}

.sppb-addon-person .sppb-person-information > span.sppb-person-name {
	color: #101010;
	transition: all 0.3s ease-out 0s;
	font-size: 18px;
	line-height: 23px;
	font-family: 'Montserrat', sans-serif;
}

.sppb-addon-person .sppb-person-information > span.sppb-person-designation {
	display: block;
	font-size: 14px;
	margin: 0 0 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 23px;
	color: #727272;
}
/* END HOME PERSON ADDON */

/* FORM FIELDS */
input[type="text"]:not(.form-control),
input[type="email"]:not(.form-control),
input[type="url"]:not(.form-control),
input[type="date"]:not(.form-control),
input[type="password"]:not(.form-control),
input[type="search"]:not(.form-control),
input[type="tel"]:not(.form-control),
input[type="number"]:not(.form-control),
select:not(.form-select):not(.form-control) {
    display: block;
    width: 100%;
    padding: 10px;
    height: 45px;
    font-size: 1.5rem;
    line-height: 1;
    color: #495057;
    background-color: #ffffff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}
.sppb-form-control, .sppb-form-group textarea {
    display: block;
    width: 100%;
    height: inherit;
    padding: 8px 12px;
    font-size: 1;
    line-height: 1;
    color: #495057;
    background-color: #ffffff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}
input[type="text"]:not(.form-control):hover,
input[type="email"]:not(.form-control):hover,
input[type="url"]:not(.form-control):hover,
input[type="date"]:not(.form-control):hover,
input[type="password"]:not(.form-control):hover,
input[type="search"]:not(.form-control):hover,
input[type="tel"]:not(.form-control):hover,
input[type="number"]:not(.form-control):hover,
select:not(.form-select):not(.form-control):hover,
input[type="text"]:not(.form-control):focus,
input[type="email"]:not(.form-control):focus,
input[type="url"]:not(.form-control):focus,
input[type="date"]:not(.form-control):focus,
input[type="password"]:not(.form-control):focus,
input[type="search"]:not(.form-control):focus,
input[type="tel"]:not(.form-control):focus,
input[type="number"]:not(.form-control):focus,
select:not(.form-select):not(.form-control):focus {
    border-color: #fc259d;
}
.sppb-form-control, .sppb-form-group textarea:hover,
.sppb-form-control, .sppb-form-group textarea:active {
    border-color: #fc259d;
}
/*.contact-form .sppb-btn, .btn {
    width: 200px;
}*/
/* END FORM FIELDS */

/* PORTFOLIO DEFAULTS */
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 1.7rem;
    line-height: 1;
}
#sppb-addon-1527714010192 .sp-simpleportfolio-tags {
    color: #888888;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-top: 5px;
}
.featherlight {
  top: 11%;
}

.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent none repeat scroll 0 0;
}
.sp-simpleportfolio .sp-simpleportfolio-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.sp-simpleportfolio {
    padding: 0;
}
.portfolio-details-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 25px 0;
}
.sp-simpleportfolio .sp-simpleportfolio-image {
    margin-bottom: 30px;
}
.sp-simpleportfolio-created {
    display: none;
}
.sp-simpleportfolio .sp-simpleportfolio-meta {
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-simpleportfolio .sp-simpleportfolio-description {
  margin-bottom: 30px;
}
/* .sp-simpleportfolio-description {
    display: flex;
    flex-wrap: wrap;
} */
.sp-portfolio-image {
  margin: 0 25px 25px 0;
  padding: 7px;
  border: solid 1px #e0e0e0;
}
@media (max-width: 415px) {
    .sp-simpleportfolio .sp-simpleportfolio-meta {
        padding-left: 25px;
    }
	.sp-portfolio-image {
	    width: 100%;
	}
}
.sp-simpleportfolio .sp-simpleportfolio-description .clearfix {height: 1px;}

.sp-simpleportfolio .sp-simpleportfolio-description ul {
	width: 100%;
	padding: 40px;
	border: 1px solid #f1f1f1;
	margin-bottom: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-description ul li {
	padding: 0 0 10px 0;
	margin: 0px;
}

.sp-simpleportfolio .sp-simpleportfolio-description ul li strong {
	color: #323335;
	display: inline-block;
	font-weight: 700;
	width: 150px;
}

.sp-simpleportfolio .sp-simpleportfolio-description h4 {
	font-weight: 700;
}

#sp-main-body {
	padding: 150px 0;
}

.com-spsimpleportfolio #sp-left, 
.com-spsimpleportfolio #sp-right {
    padding-top: 0; padding-bottom: 0;
}
@media (min-width: 992px) {
    .com-content #sp-left, 
    .com-content #sp-right {
        padding-top: 0; 
        padding-bottom: 0;
    }
}

.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 45%;
  margin: 0 30px 30px 0;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 415px) {
	.youtube-video-container {
	    width: 100%;
	    margin: 0 0 30px 0;
	}
}
/* */

/* BOTTOM */

#sp-bottom {
	padding: 0;
	line-height: inherit;
}

#sp-bottom .sp-module .tagspopular ul > li,
#sp-bottom .sp-module .sppb-link-list-wrap ul > li {
	display: inline-block;
	margin-bottom: 0 !important;
}

#sp-bottom .sp-module ul > li {
	margin-bottom: 0 !important;
}

#sp-bottom .sp-module {
	margin-bottom: 0;
}

#sp-bottom .sp-module .tagspopular ul > li > a {
	font-size: 1.4rem;
	font-weight: normal;
	margin: 6px 6px 0 0;
	display: inline-block !important;
	padding: 4px 12px;
	color: #727272;
	border: 1px solid #2e2e2e;
	text-decoration: none;
	transition: all 0.3s ease;
}

#sp-bottom .sp-module .tagspopular ul > li > a:hover {
	color: #dc0080;
	border: 1px solid #dc0080;
}

#sp-footer {
	font-size: 1.5rem;
	color: #727272;
	margin: 0;
	padding: 30px 0;
	text-align: center;
}

#sp-footer .container-inner {
	padding: 0;
	border-top: 0px solid rgba(255, 255, 255, .1);
}

/* */

.sp-scroll-up {
    color: #ffffff;
    background: #dc0080;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
    color: #ffffff;
    background: #fc259d;
}

@media (max-width: 768px) {
	.owl-item .feature-box-4{margin: 20px 0;}
}

.text-box-negative {
    width: 100%;
    padding: 70px 100px 0;
    background-color: #fff;
}
.ce-feature-box-28 .negative {
	position: relative;
	width: 100%;
	z-index: 2;
	margin: 0;
	top: -150px;
}
.border-top-gray {
	border-top: 1px solid #f1f1f1;
}
.border-bottom-gray {
	border-bottom: 1px solid #f1f1f1;
}
.border-top-gray-opacity {
	border-top: 1px solid rgba(241, 241, 241, 0.1);
}

/* PAGE TITLE */
.sp-page-title {
    position: relative;
    display: flex;
    align-items: center;  
	height: 450px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: inherit;
	background-size: cover;
	text-align: center;
}
.sp-page-title:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
.sp-page-title .sp-page-title-heading {
	font-style: normal;
	position: relative;
	z-index: 2;
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 25px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1.2;
}
.sp-page-title .sp-page-title-sub-heading {
	width: 100%;
	font-size: 2rem;
	margin: 0 auto 35px auto;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
	position: relative;
	z-index: 2;
}
/* */

/* SIDEBAR */

.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}

#sp-right,
#sp-left {
    padding-top: 150px;
    padding-bottom: 150px;
}
.view-tag #sp-right,
.view-tag #sp-left {
    padding-top: 45px;
}

#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
	margin-top: 0;
}

#sp-left .sp-module, #sp-right .sp-module {
	margin-top: 60px;
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0;
}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
	border-bottom: 0px solid #f3f3f3;
	font-size: 2.5rem;
	margin-bottom: 25px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 10px;
	padding: 0;
}
#sp-left .sp-module ul>li>a, #sp-right .sp-module ul>li>a {
    color: #272727;
}
.form-control, .form-control:focus {
	display: block;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border: 1px solid #d2d2d2;
	height: 45px;
	padding: 10px;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	box-shadow: none !important
}
.search .form-control, .form-control:focus {
	width: unset;
}

#sp-left .sp-module ul.mod-articlescategories > li,
#sp-right .sp-module ul.mod-articlescategories > li {
	display: block;
	border-bottom: 0;
}

.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	color: #727272;
	text-decoration: none;
	transition: all 0.3s ease;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1;
}
#sp-left .sp-module ul > li a:hover, #sp-right  .sp-module ul > li a:hover {
    color: #fc259d;
    text-decoration: none;
}
.latestnews .media {
    min-height: 80px;
}
#sp-left .latestnews li, #sp-right .latestnews li {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#sp-left .latestnews li:last-child, #sp-right .latestnews li:last-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.latestnews img {
	width: 80px;
	height: 80px;
	margin: 0px 20px 0px 0px;
}
.media-body span a {
	padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
    color: #272727;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
    transition: all 0.3s ease;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #dc0080;
    border-color: #dc0080;
    padding: 5px 15px;
}
.page-link {
    position: relative;
    display: block;
    color: #272727;
    font-size: 1.6rem;
    padding: 5px 15px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.page-link:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #dc0080;
    border-color: #dc0080;
}

@media (max-width: 415px) {
	.media-body span a {
	    font-size: 1.6rem;
	}
}

.media-body span a:hover {
	color: #101010;
}

.media-body small {
	display: block;
	padding-top: 10px;
	font-size: 1.5rem;
	color: #888888;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
}

#sp-bottom .sp-module ul.latestnews > li {
	padding-bottom: 23px;
	margin-bottom: 23px !important;
	border-bottom: 1px solid rgba(241, 241, 241,0.1);
}

#sp-bottom .sp-module ul.latestnews > li:last-child {
	padding-bottom: 0;
	margin-bottom: 0 !important;
	border-bottom: 0px solid #f1f1f1;
}

#sp-left .sp-module .tagspopular ul > li, #sp-right .sp-module .tagspopular ul > li,
#sp-left .sp-module .sppb-addon-gallery ul > li, #sp-right .sp-module .sppb-addon-gallery ul > li {
	display: inline-block;
	border-bottom: 0px solid #ececec;
}

#sp-left .sp-module .sppb-addon-gallery ul > li, #sp-right .sp-module .sppb-addon-gallery ul > li {
	margin: 4px 4px 0 0;
}

#sp-left .sp-module .sppb-addon-gallery  ul > li > a, #sp-right .sp-module .sppb-addon-gallery  ul > li > a {
	padding: 0;
}

#sp-left .sp-module .tagspopular ul > li > a, #sp-right .sp-module .tagspopular ul > li > a {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	color: #727272;
	margin: 0 10px 10px 0;
	padding: 10px 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1;
}

#sp-left .sp-module .tagspopular ul > li > a:hover, #sp-right .sp-module .tagspopular ul > li > a:hover {
	background-color: #fc259d;
	color: #fff;
}

/* */

.password-group .input-group-prepend {display: none;}

.btn-primary.focus, .btn-primary:focus {
	box-shadow: none;
}


.white-popup-block {
	background: #fff;
	padding: 40px;
	text-align: left;
	max-width: 700px;
	margin: 40px auto;
	position: relative;
}

/* BLOG */

.com-content #sp-main-body {
	background-color: #f3f3f3;
}

.blog-classic-sidebar #sp-main-body {
	background-color: #fff;
}

.article-list .article {
	margin-bottom: 40px;
	padding: 0px;
	border: 0px solid #f5f5f5;
	border-radius: 0;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
	border-radius: 0;
	width: 100%;
	transition: all 0.3s ease-out 0s;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	margin: 0;
	border-radius: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	float: none !important;
	transition: all 0.3s ease-out 0s;
}

.article-list .article:hover .article-intro-image img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.article-body {
	padding: 60px;
	background-color: #fff;
}

@media (max-width: 415px) {
	.article-body {
	    padding: 30px 10px;
	}
}
.blog-classic-sidebar .article-body {
	background-color: #f5f5f5;
}
.article-details .article-header h1,
.article-list .article .article-header h1,
.article-list .article .article-header h1 a {
    display: block;
	transition: all 0.3s ease-out 0s;
	text-transform: uppercase;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	color: #252525;
	line-height: 1.2;
	margin: 20px 0;
}
.article-details .article-header h2
.article-list .article .article-header h2,
.article-list .article .article-header h2 a,
.list-group-item a {
    display: block;
	transition: all 0.3s ease-out 0s;
	text-transform: uppercase;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 700;
	color: #252525;
	line-height: 1.2;
	margin: 20px 0;
}
.article-list .article .article-header h1 a:hover,
.article-list .article .article-header h2 a:hover,
.article-list .article .article-header h1 a:active,
.article-list .article .article-header h2 a:active,
.article-list .article .article-header h1 a:focus,
.article-list .article .article-header h2 a:focus {
	color: #fc259d;
}
.article-info {
	margin-bottom: 0;
}
.article-info > span, .article-info > span > a {
	font-size: 1.3rem;
	color: #888888;
	margin-right: 15px;
}
.article-info > span + span:before {
	display: none;
}

.article-introtext {
	margin-top: 20px;
}
.article-introtext p {
	margin-top: 0;
	margin-bottom: 0;
}
.article-list .article .readmore {
	font-size: inherit;
}
.article-list .article .readmore a {
	font-size: 1.4rem;
	padding: 15px 20px;
	color: #ffffff;
	background-color: #dc0080;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: none;
	display: inline-block;
	margin: 45px 5px 5px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid transparent;
}
.article-list .article .readmore a:hover {
	color: #ffffff;
	background-color: #fc259d;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
    color: #ffffff;
	background-color: #fc259d;
}
/* Voiceover Block */
.voiceover {
    display: block;
    width: 302px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.voiceovercaption {
    text-align: center;
    margin-top: 8px;
}
/* End Voiceover */

/* Tags */
.tags {
	display: none;
}
.view-tag .float-end {
    float: none !important;
}
.view-tag select:not(.form-select):not(.form-control) {
    font-size: 1.5rem;
    height: 42px;
}
.list-group-item {
    padding: 25px 25px 5px 25px;
}
.list-group-item a.email-link {
    font-size: 1.8rem;
    font-weight: 400;
    color: #dc0080;
    text-transform: none;
    margin: 0;
}
.list-group-item a:hover {
    color: #dc0080;
}
.list-group-item img {
    width: 15%;
    margin-bottom: 15px;
}
.tag-article-date {
    display: block;
    color: #495057;
    text-align: inherit;
    font-style: normal;
    font-size: 1.3rem;
    font-weight: 600;
    padding-bottom: 0.3em;
}
@media (max-width: 415px) {
	.list-group-item img {
	   width: 50%;
	}
}
/* End Tags */

/* SINGLE */

.article-details {background: #fff; padding-bottom: 40px; background-color: #f5f5f5;}

.article-details > div {padding-left: 40px; padding-right: 40px;}

.article-details > div.article-full-image {padding: 0;}

.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0;
	width: 100%;
}

.article-details blockquote {
	font-size: 1.8rem;
	font-style: italic;
	border-left: 3px solid #f51e46;
	padding: 15px 0 15px 20px;
	margin: 35px 0 35px 40px;
	line-height: 2;
	font-weight: 500;
}

.mt-3, .my-3 {
	margin-top: 2rem !important;
}

.blog-layout-2 .article-list .article {
	margin-bottom: 40px;
	border-radius: 0;
	background: #fff;
	padding: 30px;
	border: 1px solid #e4e4e4;
}

.blog-layout-2 .article-body {
	padding: 0;
	background-color: transparent;
}

@media (max-width: 415px) {
	.article-details > div {
	    padding-left: 10px;
	    padding-right: 10px;;
	}
}

/* OFFLINE PAGE */
.offline {
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.offline body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    /*background-color: #fdf0f5;*/
    background-repeat: no-repeat;
    background-position: 50% 40%;
}
.offline-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.offline img {
    display: inline-block;
}
.offline .login-wrapper {
    display: inline-block;
    width: 300px;
    align-items: center;
}
.offline .login-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.offline .form-input {
    width: 100%;
    margin-bottom: 10px;
}
.offline-label label {
    display: none;
}
.offline .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin: 0 0 11px 0;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
}
.offline .input-group-text {
    display: flex;
    align-items: center;
    padding: 16px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.offline .login-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.offline .form-control {
	font-size: 1.5rem;
}
.offline .login-form input[type="submit"],
.offline .login-form button[type="submit"] {
    width: 100%;
	font-size: 1.5rem;
    padding: 14px 40px;
    margin: 0 0 10px 0;
}
.offline .login-buttons {
    margin: 0 0 10px 0;
    width: 100%;
}
button[class*=plg_system_webauthn_login_button] {
    max-height: inherit;
    padding: 0;
}
.login-buttons .offline-webauth {
    display: block;
    padding: 10px 26px;
    margin: 0;
    width: 100%;
    white-space: nowrap;
}
/* END OFFLINE PAGE */