@import url('https://fonts.googleapis.com/css?family=Kalam:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

body {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #555;
}

h1, h2, h3, h4, h5, h6 {
	color: #141414;
	font-weight: 500;
	line-height: 1.1;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Raleway', sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
}

b, strong {
	font-weight: bold;
}


#sp-header {
	height: inherit;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: none;
	position: absolute;
	background: #F3F6F6;
  -webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

#sp-header.header-sticky {
	animation-name: menu_sticky;
	animation-duration: 0.60s;
	animation-timing-function: ease-out;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.16);
	left: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}

#sp-header #sp-logo {display: table; margin: auto;}

#sp-header .logo {
    font-size24px;
    font-weight: bold;
    color: #ed145b;
	font-family: 'Raleway', sans-serif;
	height: inherit;
	display: inline-block;
	margin: 0;
	align-items: center;
}

.logo-image {
	height: inherit !important;
}

#sp-header .logo img {max-width: 200px;}


.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	padding: 0 15px;
	line-height: 100px;
	font-size: 13px;
	margin: 0;
	display: inline-block;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
	color: #141414;
	font-family: 'Raleway', sans-serif;
	letter-spacing: .5px;
}


@media (max-width: 1200px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	padding: 0 10px;
}
}

.sp-megamenu-parent > li.active > a {
	font-weight: 600;
}


#sp-header.header-sticky .sp-megamenu-parent > li > a, #sp-header.header-sticky .sp-megamenu-parent > li > span {
	line-height: 60px;
}

#sp-header.header-sticky  .logo img {max-width: 90px;}

/* */

.border-top-section {border-top: 1px solid #f5f5f5;}

/* PAGE TITLE */

.sp-page-title {
	padding: 200px 0 80px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}

.sp-page-title .sp-page-title-heading {
	font-weight: normal;
	font-size: 24px;
	line-height: 25px;
	color: #ed145b;
	font-family: 'Kalam', cursive;
	display: block;
}

.sp-page-title .sp-page-title-sub-heading {
	font-weight: 600;
	font-size: 40px;
	margin-top: 0;
	color: #141414;
	margin-bottom: 10px;
	line-height: 1.1;
}

/* */

/* BLOG SINGLE */

.sp-megamenu-parent > li.default-menu, .com-content .sp-megamenu-parent > li.hidden-blog, .com-search .sp-megamenu-parent > li.hidden-blog {display: none;}

.com-content .sp-megamenu-parent > li.default-menu, .com-search .sp-megamenu-parent > li.default-menu, .sp-megamenu-parent > li.hidden-blog {display: inline-block;}


.article-details .article-full-image {
	text-align: center;
	margin-bottom: 0;
}

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

.article-details .article-header h1, .article-details .article-header h2 {
	font-size: 2.25rem;
	margin-bottom: 0;
	margin-top: 25px;
	font-family: 'Kalam', cursive;
	font-size: 30px;
}

.article-details .article-info {
	margin-bottom: 1rem;
	height: 40px;
}

.article-info > span {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	position: relative;
}

.article-info > span + span::before {
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	content: "|";
}

.article-social-share .social-share-icon ul li a {
	border: 1px solid transparent;
}

.article-details .article-ratings-social-share {
	margin-bottom: 2rem;
}

.article-details p, .article-details blockquote, .article-details div.row {
	margin-bottom: 30px;
}

.article-details div.row p {margin-bottom: 10px;}

.article-details blockquote {
	border-left: 0;
	background-color: #f7f7f7;
	padding: 50px 60px 30px 85px;
	position: relative;
	font-size: 17.5px;
}

.article-details blockquote:before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free"; font-weight: 900 !important;
	font-size: 32px;
	position: absolute;
	top: 30px;
	left: 50px;
	color: #555;
	font-style: italic;
}

.article-details blockquote p {
	font-size: 22px;
	font-weight: 700;
	color: #ed145b;
	font-style: italic;
	line-height: 32px;
	margin-bottom: 20px;
}

.article-details blockquote footer {
	text-align: right;
	font-style: italic;
	font-weight: 700;
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #555;
}

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


/* Sidebar */

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

#sp-right input, #sp-left input  {
background: #fff;
border: 1px solid #f1f1f1;
color: #9a9a9a;
display: inline-block;
font-size: 16px;
font-weight: 300;
height: 55px;
letter-spacing: 0;
padding-left: 20px;
padding-right: 60px;
position: relative;
-webkit-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
  line-height: 28px;
outline: none;
box-shadow: none;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
}

#sp-right input:focus, #sp-left input:focus  {
border: 1px solid #ed145b !important;
background: #fff;
color: #000;
display: inline-block;
font-size: 16px;
font-weight: 300;
height: 55px;
letter-spacing: 1px;
padding-left: 20px;
padding-right: 60px;
position: relative;
-webkit-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
  line-height: 28px;
outline: none;
box-shadow: none !important;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
}

#sp-right .input-group-btn .btn, #sp-left .input-group-btn .btn {
	background: #ed145b none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	height: 55px;
	padding: 11px 0;
	  border-radius: 0;
	  width: 55px;
	  border: none;
}

#sp-right .input-group-btn .btn:hover, #sp-left .input-group-btn .btn:hover {
	background: #141414 none repeat scroll 0 0;
}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
	margin: 0 0 35px;
	padding-bottom: 0;
	border-bottom: 0px solid #f3f3f3;
	position: relative;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 400;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	border-bottom: 1px solid #eaeaea;
	margin: 0;
	padding-bottom: 0px;
}


#sp-left .sp-module ul.categories-module, #sp-right .sp-module ul.categories-module {
	margin-top: -15px;
}

.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;
	font-weight: normal;
	color: #848484;
	position: relative;
	width: 100%;
	transition: .5s ease;
	line-height: 54px;
	display: block;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

#sp-left .sp-module ul > li a, #sp-right .sp-module ul > li a {color: inherit;}

#sp-left .sp-module ul.categories-module > li a:before, #sp-right .sp-module ul.categories-module > li a:before {
	content: "\f105";
	position: absolute;
	font-size: 16px;
	font-family: FontAwesome;
	right: 0px;
	top: 0px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#sp-left .sp-module ul > li a:hover, #sp-right .sp-module ul > li a:hover {
	color: #ed145b;
	transition: .5s ease;
}

#sp-left .sp-module ul.latestnews > li a, #sp-right .sp-module ul.latestnews > li a {
    color: #303030 !important;
}

#sp-left .sp-module ul.latestnews > li a:hover, #sp-right .sp-module ul.latestnews > li a:hover {
    color: #ed145b !important;
	transition: .5s ease;
}

#sp-left .latestnews .media-body small, #sp-right .latestnews .media-body small {
	color: #848484;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	display: block;
}

#sp-left .latestnews .media-body small:before, #sp-right .latestnews .media-body small:before {color: #ed145b;}

#sp-right .owl-item {margin-top: -20px;}

#sp-right .item {
    position: relative;
    transition: .5s ease-in-out;
    overflow: hidden;
}

#sp-right .item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
	margin: 0;
}

#sp-right .item .lower-content {
    position: relative;
    padding: 0;
    border-left: 0px;
}

#sp-right .item .lower-content h4 {
    margin-bottom: 10px;
    margin-top: 15px;
    line-height: 26px;
    font-size: 16px;
}

#sp-right .item .lower-content .post-meta {
    color: #ed145b;
    font-size: 15px;
    margin-bottom: 7px;
}

#sp-right .item .lower-content .post-meta i {
    margin-right: 5px;
    font-family: FontAwesome;
}

.latestnews li {
	position: relative;
	margin-bottom: 35px !important;
	padding-bottom: 35px !important;
	border-bottom: 1px solid #363636;
}

#sp-right .latestnews li, #sp-left .latestnews li {
	position: relative;
	margin-bottom: 20px !important;
	padding-bottom: 20px !important;
	border-bottom: 1px solid #363636;
}

.latestnews li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.latestnews .media img {
	max-width: 70px;
}

.latestnews .media-body {padding-left: 20px;}

.latestnews .media-body span a {
	position: relative;
	top: -5px;
	font-size: 16px;
	color: #999 !important;
	line-height: 26px;
	margin: 0;
	padding: 0;
	font-weight: 500;
	display: block;
	font-family: 'Raleway', sans-serif;
}

.latestnews .media-body small {
	color: #ed145b;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	display: block;
}

.latestnews .media-body small:before {
	display: inline-block;
	font-family: "Font Awesome 5 Free"; font-weight: 900 !important;
	font-size: inherit;
	text-rendering: auto;
	content: "\f073";
	margin-right: 3px;
}

#sp-left .sp-module .tagspopular ul > li, #sp-right .sp-module .tagspopular ul > li {
	border-bottom: 0px solid #eaeaea;
	padding-bottom: 0px;
	display: inline-block;
	margin: 0;
}

#sp-left .sp-module .tagspopular ul > li > a, #sp-right .sp-module .tagspopular ul > li > a {
	display: block;
	padding: 0 20px 0 0;
	font-weight: normal;
	font-size: 15px;
	color: #555;
	line-height: 32px;
	background: #fff;
	border-radius: 2px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

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

#sp-left .sp-module .tagspopular {margin-top: -10px;}

/* */

/* BOTTOM */

#sp-bottom {
	padding: 0;
	font-size: 14px;
	line-height: inherit;
}

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

#sp-footer {
	font-size: 14px;
	padding: 0;
	text-align: center;
}

#sp-footer .sp-copyright {color: #a2a2a2;}

#sp-footer .sp-copyright a {color: #ed145b;}

#sp-footer .sp-copyright a:hover {color: #fff;}

/* Import Flaticon Fonts */



	/*
  	Flaticon icon font: Flaticon
  	Creation date: 11/05/2018 00:47
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("fonts/Flaticon.eot");
  src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("fonts/Flaticon.woff") format("woff"),
       url("fonts/Flaticon.ttf") format("truetype"),
       url("fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
font-style: normal;
}

.flaticon-market:before { content: "\f100"; }
.flaticon-apple:before { content: "\f101"; }
.flaticon-spoon:before { content: "\f102"; }
.flaticon-drinks:before { content: "\f103"; }
.flaticon-spaguetti:before { content: "\f104"; }
.flaticon-cooking-1:before { content: "\f105"; }
.flaticon-menu:before { content: "\f106"; }
.flaticon-chef-1:before { content: "\f107"; }
.flaticon-wine-bottle:before { content: "\f108"; }
.flaticon-cutlery-2:before { content: "\f109"; }
.flaticon-fast-food:before { content: "\f10a"; }
.flaticon-kitchen:before { content: "\f10b"; }
.flaticon-rice:before { content: "\f10c"; }
.flaticon-wedding-cake:before { content: "\f10d"; }
.flaticon-wedding-dinner:before { content: "\f10e"; }
.flaticon-champagne:before { content: "\f10f"; }
.flaticon-review:before { content: "\f110"; }
.flaticon-cocktail:before { content: "\f111"; }
.flaticon-breakfast:before { content: "\f112"; }
.flaticon-hamburger:before { content: "\f113"; }
.flaticon-fish:before { content: "\f114"; }
.flaticon-birthday-cake:before { content: "\f115"; }
.flaticon-ice-cream:before { content: "\f116"; }
.flaticon-coffee-cup-2:before { content: "\f117"; }
.flaticon-shop:before { content: "\f118"; }
.flaticon-chef:before { content: "\f119"; }
.flaticon-water:before { content: "\f11a"; }
.flaticon-salad:before { content: "\f11b"; }
.flaticon-coffee-cup-1:before { content: "\f11c"; }
.flaticon-fruit:before { content: "\f11d"; }
.flaticon-cutlery-1:before { content: "\f11e"; }
.flaticon-cheers:before { content: "\f11f"; }
.flaticon-cooking:before { content: "\f120"; }
.flaticon-tray:before { content: "\f121"; }
.flaticon-dish:before { content: "\f122"; }
.flaticon-restaurant:before { content: "\f123"; }
.flaticon-cutlery:before { content: "\f124"; }
.flaticon-coffee-cup:before { content: "\f125"; }
.flaticon-diet:before { content: "\f126"; }

/* J4 Optimization */

.sp-megamenu-wrapper, #sp-header > .container > .container-inner > .row > div > .sp-column,
#sp-header > .row > div > .sp-column  {display: block !important;}

#sp-header .sp-module {
	margin-left: 0px !important; 
}

.offcanvas-menu > .d-flex {
	padding: 0 !important;
}

.offcanvas-menu > .d-flex > .logo,
.breadcrumb .float-start {
	display: none !important;
}

.burger-icon > span {
	background-color: #fff;
}
.text-start,
.text-left {
 text-align:left!important
}
.text-end,
.text-right {
 text-align:right!important
}
@media (min-width:576px) {
 .text-sm-start,
.text-sm-left {
  text-align:left!important
 }
 .text-sm-end,
.text-sm-right {
  text-align:right!important
 }
 .text-sm-center {
  text-align:center!important
 }
}
@media (min-width:768px) {
 .text-md-start,
.text-md-left {
  text-align:left!important
 }
 .text-md-end,
.text-md-right {
  text-align:right!important
 }
 .text-md-center {
  text-align:center!important
 }
}
@media (min-width:992px) {
 .text-lg-start,
.text-lg-left {
  text-align:left!important
 }
 .text-lg-end,
.text-lg-right {
  text-align:right!important
 }
 .text-lg-center {
  text-align:center!important
 }
}
@media (min-width:1200px) {
 .text-xl-start,
.text-xl-left {
  text-align:left!important
 }
 .text-xl-end,
.text-xl-right {
  text-align:right!important
 }
 .text-xl-center {
  text-align:center!important
 }
}

.sp-page-title {
	position: relative;
}

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-body {
	-ms-flex: 1;
	flex: 1;
}

@media (min-width: 1400px) {#sp-footer  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-banner  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-bottom1  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-top3  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.contained-row  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.sppb-row-container {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.sp-slider .sppb-container {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

a[class*="fa-"]::before,
ul.list-styled li::before {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
}

a[class*="fa-"]::before, a[class*="fa-"] > i {
	font-family: "Font Awesome 5 Brands" !important;
	font-weight: 400 !important;
}

.sp-page-title .sp-page-title-sub-heading {
	color: #fff;
}