/*****************************************
   	Theme: Riga - Mobile App WordPress Landing Page
   	Author: Kemoboy & InovatikThemes
===========================================
	Table Of Contents:

	- General Styles
	- Preloader
	- Navigation
	- Header
	- Countdown
	- Testimonials
	- Tabs
	- Feature Card
	- Accordions
	- Screenshots
	- Description 1
	- Description 2
	- Video
	- Statistics
	- Apps
	- Contact Form
	- Back To Top Button 
	- Page Header 
	- Contact Details
	- Blog and Sidebar
	- Footer
	- 404 Page
	- Mailchimp
	- Media Queries
	- Others / Extrass
******************************************/


/******************************/
/*     - General Styles     */
/******************************/
body,
html {
    width: 100%;
	height: 100%;
}

body {
	color: #fff; 
	background: #43515d;
	font-weight: 300;
	font-size: 15px;
	line-height: 25px;
	font-family: "Fira Sans", sans-serif ;
}

h1 {
	font: 600 3rem/3.5rem "Fira Sans", sans-serif;
}

h2 {
	font: 600 2.25rem/2.875rem "Fira Sans", sans-serif;
}

h3 {
	font: 600 1.5rem/2rem "Fira Sans", sans-serif;
}

h4 {
	font: 600 1.375rem/1.875rem "Fira Sans", sans-serif;
}

h5 {
	font: 600 1rem/1.5rem "Fira Sans", sans-serif;
}

.img-fluid {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.rotating-text {
	margin: 0;
}

.header-p {
	margin-bottom: 2rem;
	font: 300 1.125rem/1.75rem "Fira Sans", sans-serif;
}

.under-heading {
	margin-top: 1rem;
	margin-bottom: 4rem;
}

.endorsement  {
	width: 100%;
}

a {
	color: #fff; 
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.underline-light {
	color: #fc8b56;
}

.quote-text {
	font: italic 300 15px/25px "Fira Sans", sans-serif;
}

.quote-author {
	font: italic 600 1.125rem/1.75rem "Fira Sans", sans-serif;
}


.section-heading { 
	width: 90%;
}

.section-heading p { 
	width: 100%;
	margin: 0;
}

.section-heading.text-left,
.section-heading.text-right {
	width: 95%;
	margin-left: 0;
	margin-right: 0;
}

.section-heading.text-left p,
.section-heading.text-right p {
	width: 100%;
	margin: 0;
}


.button-solid,
.button-solid-large {
	display: inline-block;
	padding: 7px 30px 6px 30px;
	border: 1px solid #fc8b56;
	border-radius: 50px;
	background-color: #fc8b56;
	color: #fff;
	font: 400 15px/25px "Fira Sans", sans-serif;
	transition: all 0.3s ease;
}

.button-solid:hover,
.button-solid-large:hover {
	border: 1px solid #fc8b56;
	background-color: transparent;
	color: #fc8b56;
}

.button-solid-large {
	padding: 9px 36px 8px 36px;
	font: 400 17px/26px "Fira Sans", sans-serif;
}

.button-solid-white {
	display: inline-block;
	padding: 7px 30px 6px 30px;
	border: 1px solid #fff;
	border-radius: 50px;
	background-color: #fff;
	color: #fc8b56;
	font: 400 15px/25px "Fira Sans", sans-serif;
	transition: all 0.3s ease;
}

.button-solid-white:hover {
	background-color: transparent;
	color: #fff;
}

.button-outline {
	display: inline-block;
	padding: 7px 30px 6px 30px;
	border: 1px solid #fff;
	border-radius: 50px;
	background-color: transparent;
	color: #fff;
	font: 400 15px/25px "Fira Sans", sans-serif;
	transition: all 0.3s ease;
}


/* Download button */
.download-button-wrapper {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.download-button {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	height: 50px;
	background: #374450;
	border-radius: 50px;
	color: #fff;
    position: relative;
    padding: 0px 40px 0 72px;
	-ms-align-items: center;
	align-items: center;
	-webkit-transition: all, .3s, ease;
	-o-transition: all, .3s, ease;
	transition: all, .3s, ease;
}

.download-button.colored {
	background: #fc8b56;
}

.download-button:hover {
	color: #374450;
	background: #fff;
}

.download-button i {
	position: absolute;
    font-size: 35px;
    line-height: 50px;
    left: 35px;
}

.download-button div {
	display: inline-block;
	line-height: 50px;
}

.download-button span {
	display: block;
}

.download-button span.small-text{
    font-size: 11px;
    line-height: 11px;
	opacity: .8;	
	margin-bottom: 2px;
}

.download-button span.big-text {
	font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

.button-outline:hover {
	background-color: #fff;
	color: #43515d;
}

.section-divide-hr {
	width: 84%;
	height: 1px;
	margin-right: auto;
	margin-left: auto;
	border: none;
	background-color: #405266;
	opacity: 0.2;
}

select {
    /* you should keep these firsts rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/down-arrow.png');
    background-position: 95% center;
    background-repeat: no-repeat;
    outline: none;
}

select::-ms-expand {
    display: none; /* removes the ugly default down arrow on select form field in IE11 */
}

.btn-wrapper {
	display: inline-block;
	margin-right: 10px;
}


/* end of form success and error message animation from Animate.css */

/* Fade-move Animation For Lightbox */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* end of fade-move animation for lightbox */

/* Fade Animation For Image Slider Gallery */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation: fadeIn 0.6s;
	animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation: fadeOut 0.8s;
	animation: fadeOut 0.8s;
}
/* end of fade animation for image slider gallery */

/* Lightbox Numbered Text Magnific Popup */
.lightbox-numbered-text {
	position: relative;
	max-width: 700px;
	margin: 40px auto;
	padding: 3rem 1rem;
	border-radius: 10px;
	background: #374450;
	text-align: left;
	color: #Fff;
}

.lightbox-numbered-text h3 {
	text-align: center;
	margin-bottom: 1.75rem;
}

.lightbox-numbered-text p.numbered-title {
	margin-top: 0.25rem;
	font: 400 1.25rem/1.875rem "Fira Sans", sans-serif;
}

.lightbox-numbered-text .numbered-row {
	margin-top: 1.5rem;
}

.lightbox-numbered-text .bullet-number {
	display: inline-block;
	width: 39px;
	height: 39px;
	margin-right: 0.625rem;
	border-radius: 6px;
	background-color: #fc8b56;
	color: #fff;
	font: 600 1.25rem/2.5rem "Fira Sans", sans-serif;
	text-align: center;
	vertical-align: top;
}

.lightbox-numbered-text .numbered-text {
	display: inline-block;
	max-width: 80%;
	vertical-align: top;
}

.lightbox-numbered-text .numbered-text p {
	margin-bottom: 0.75rem;
}

.lightbox-numbered-text .back-button {
	text-align: center;
}

.lightbox-numbered-text span.mfp-close.as-button {
	position: relative;
	width: auto;
	height: auto;
	margin-top: 0.75rem;
	color: #fff;
	opacity: 1;
	cursor: pointer;
}

.lightbox-numbered-text span.mfp-close.as-button:hover {
	color: #fc8b56;
}

.lightbox-numbered-text button.mfp-close.x-button {
	position: absolute;
	top: -5px;
	right: -6px;
	width: 44px;
	height: 44px;
	color: #fff;
}
/* end of lightbox numbered text magnific popup */

/* Lightbox Split Image Text Magnific Popup */
.lightbox-split-image-text {
	color: #fff;
	position: relative;
	max-width: 710px;
	margin: 40px auto;
	padding: 3rem 1rem;
	border-radius: 10px;
	background: #374450;
	text-align: left;
	overflow: hidden;
}

.lightbox-split-image-text img {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2rem;
	border-radius: 10px;
	width: auto ;
}

.lightbox-split-image-text h3 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.lightbox-split-image-text hr {
	width: 2.75rem;
	height: 1px;
	margin-top: 2px;
	margin-bottom: 0.75rem;
	margin-left: 0;
	border: 0;
	background-color: #fc8b56;
	text-align: left;
}

.lightbox-split-image-text table {
	margin-top: 13px;
}

.lightbox-split-image-text table tr {
	line-height: 1.75em;
}

.lightbox-split-image-text table .icon-cell {
	width: 2rem;
	padding-right: 0.25rem;
	text-align: center;
}

.lightbox-split-image-text table .fa {
	/*color: #fc8b56;*/
	color: #fff;
}

.lightbox-split-image-text .testimonial-container {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	padding: 1rem 1.5rem 1rem 1.5rem;
	background-color: #ebebeb;
}

.lightbox-split-image-text .quote-text {
	margin-bottom: 0.125rem;
}

.lightbox-split-image-text .quote-author {
	margin-bottom: 0;
}

.lightbox-split-image-text .button-outline,
.lightbox-split-image-text .button-solid {
	margin-top: 1.25rem;
}

.lightbox-split-image-text span.mfp-close.as-button {
	position: relative;
	width: auto;
	height: auto;
	margin-top: 0.625rem;
	margin-right: 0.25rem;
	color: #fff;
	opacity: 1;
	clip: ;
}

.lightbox-split-image-text span.mfp-close.as-button:hover {
	color: #fc8b56;
}

.lightbox-split-image-text button.mfp-close.x-button {
	position: absolute;
	top: -5px;
	right: -6px;
	width: 44px;
	height: 44px;
	color: #fff;
}


.lightbox-split-image-text .image-wrapper {
	text-align: center;
}

.lightbox-split-image-text .content-wrapper {
	width: 100%;
}

.lightbox-split-image-text .content {
	padding: 0 45px;
}
/* end of lightbox split image text magnific popup */


/*************************/
/*     - Preloader     */
/*************************/
.spinner-wrapper {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #374450;
}

.spinner {
	position: absolute;
	top: 50%; /* centers the loading animation vertically one the screen */
	left: 50%; /* centers the loading animation horizontally one the screen */
	width: 60px;
	height: 20px;
	margin: -10px 0 0 -30px; /* is width and height divided by two */ 
	text-align: center;
}

.spinner > div {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background-color: #eff2f5;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0); }
	40% { -webkit-transform: scale(1.0); }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	} 40% { 
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
}


/**************************/
/*     - Navigation     */
/**************************/

.admin-bar .site-header  {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

@media screen and ( max-width: 991px ) {
	.scrolled-top {
		background: #374450;
	}
}

.site-header {
	position: fixed;
	padding: 6px 0 9px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.site-branding {
	font-size: 34px;
    font-weight: 600;
    line-height: 34px;
    padding-left: 15px;
}

.site-branding img {
	width: auto;
	max-height: 35px;
}

#menuToggle {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 14px;
	right: 15px;
	left: auto;
	z-index: 4;
	-webkit-user-select: none;
	user-select: none;
}


#menuToggle span {
	display: block;
	position: relative;
	z-index: 3;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	background: #fff;
	border-radius: 3px;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease;
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  	transform-origin: 0% 100%;
}

/* Transform burger lines in crossmark */
#menuToggle.toggled > span:first-child {
	opacity: 1;
	transform:  rotate(45deg) translate(-3px, -3px);
	background: #fff;
}

/* Hide the middle burger line */
#menuToggle.toggled  span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

/* Change direction of burger line */
#menuToggle.toggled  span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}

.header-menu {
	position: absolute;
	max-height:  616px;
	overflow-y: auto;
	width: 250px;
	margin: -100px 0 0 -200px;
	padding: 125px 0 0 0;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background: #374450;
	list-style-type: none;
	-webkit-font-smoothing: antialiased; /* to stop flickering of text in safari */
	transform-origin: 0% 0%;
	transform: translate(115%, 0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

}

.header-menu > li:first-child {
	border: 0;
}

.header-menu li a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	line-height: 20px;
}

.header-menu ul {
	list-style-type: none;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.header-menu .sub-menu  {
	display: none;
}

.header-menu .sub-menu ul { 
	display: none;
}

.header-menu .sub-menu li a  { 
	padding-left: 30px;
}

.header-menu li:hover > .sub-menu {
	display: block;
}

.header-menu .sub-menu li:hover > ul {
	display: block;
}

.header-menu li.current_page_item > a,
.header-menu  li:hover > a {
	color: #fc8b56;
}

.menu-toggled {
	transform: none;
}


@media screen and ( min-width: 761px ) {
	.site-header {
		padding: 15px 0;
	}
	#menuToggle {
		top: 20px;
	}
}

/*********************/
/*    - Header     */
/*********************/
.header {
	position: relative;
}

.header .header-content {
	position: relative;
	z-index: 99;
}

.header.sliding-background::before,
.header.static-background::before {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	content: '';
	background: #374350;
	opacity: .65;
	z-index: 3;
}
 
.header .vc_single_image-wrapper {
	max-width: 350px !important;
	margin-right: auto;
	margin-left: auto;
}

.header .carousel  {
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #f0f9fc;
}

.header .carousel .carousel-item  {
	    width: 100%;
    min-height: 100%;
    height: 100vh;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: none;
    background-position: 50% 50%;
}

.header .logo-img {
	width: 97px;
	height: 34px;
	margin-top: 2.625rem;
	margin-left: 1rem;
}

.header .logo-txt {
	display: inline-block;
	margin-top: 3.125rem;
	margin-left: 1rem;
	font: italic 600 2.75rem/1rem "Fira Sans", sans-serif;
}

.header .header-content {
	padding-top: 4rem;
	padding-bottom: 5rem;
	padding-left: 15px;
	padding-right: 15px;
}

.header .text-area {
	text-align: center;
	margin-bottom: 3rem;
}

/****************************/
/*     - Countdown       */
/****************************/
.countdown {
	font: 400 25px/12px"Fira Sans", sans-serif;
	margin-bottom: 12px;
}

.countdown .clock .counter-number {
	display: inline-block;
	width: 95px;
	height: 95px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 30px;
	border: 3px solid #fff;
	border-radius: 14px;
	background-color: transparent;
	text-align: center;
}

.countdown .clock .separator {
	display: none;
}

.countdown .clock .timer-text {
	display: inline-block;
	font: 400 0.875rem/1rem "Fira Sans", sans-serif;
	text-align: center;
	margin-top: 13px;
}

/****************************/
/*     - Testimonials       */
/****************************/
.testimonials {
	text-align: center;
}

.testimonials .swiper-container {
	padding-bottom: 26px;
}

.testimonials .swiper-pagination {
	bottom: 0px;
}

.testimonials .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	margin: 0 6px;
	background: #efefef;
}

.testimonials .card {
	border: none;
	background-color: transparent;
	z-index: 1;
}

.testimonials .fa-star {
	display: inline-block;
	font-size: 26px;
	color: #fc8b56;
}

.testimonials .quote-text {
	margin-bottom: 0.5rem;
	font-style: italic;
}

/****************************/
/*     - Tabs       */
/****************************/
.riga-tabs-wrapper .nav {
	margin-bottom: 4rem;
}

.riga-tabs-wrapper .nav-pills {
	margin-right: auto;
	margin-left: auto;
	justify-content: center;
}

.riga-tabs-wrapper .nav-link {
	margin-right: 0.375rem;
	margin-left: 0.375rem;
	margin-bottom: 1rem;
	padding: 0.625rem 2.375rem 0.625rem 2.375rem;
	border-radius: 50px;
	font: 500 1.125rem/1.75rem "Fira Sans", sans-serif;
}

.riga-tabs-wrapper.white .nav-link {
	border: 1px solid #fff;
	color: #fff;

}

.riga-tabs-wrapper .nav-link.active {
	border: 1px solid #fc8b56;
	background: #fc8b56;
}

.riga-tabs-wrapper .nav-link .svg-inline--fa {
	margin-right: 0.375rem;
	font-size: 17px;
}

.riga-tabs-wrapper .tab-content {
	width: 100%; /* for proper display in IE11 */
}

/****************************/
/*     - Feature Card      */
/****************************/
.feature-card {
	color: #ffff;
	border: none;
	background: transparent;
}

.feature-card .card-icon {
	font-size: 50px;
}

.feature-card .card-body {
	padding-top: 0.75rem;
	padding-right: 0;
	padding-left: 0;
}

.feature-card .card-title {
	margin-bottom: 0.5rem;
}

.feature-card .card p {
	margin-bottom: 0.5rem;
}



/****************************/
/*     - Accordions       */
/****************************/

.detailsAccordion .item {
	margin-bottom: 2rem;
}

.detailsAccordion a[aria-expanded="true"] .circle-numbering {
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	margin-right: 0.75rem;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: #fff;
	color: #fc8b56;
	font: 600 1rem/38px "Fira Sans", sans-serif;
	text-align: center;
	vertical-align: top;
}

.detailsAccordion a[aria-expanded="false"] .circle-numbering {
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	margin-right: 0.75rem;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: transparent;
	color: #fff;
	font: 600 1rem/38px "Fira Sans", sans-serif;
	text-align: center;
	vertical-align: top;
}

.detailsAccordion .accordion-title {
	display: inline-block;
	width: 80%;
	margin-top: 0.375rem;
	font: 600 1.25rem/1.75rem "Fira Sans", sans-serif;
}

.detailsAccordion .accordion-body {
	margin-left: 55px;
}

.detailsAccordion img {
	display: block;
	margin-top: 3rem;
	margin-right: auto;
	margin-left: auto;
}


/***************************/
/*     - Screenshots       */
/***************************/
.imageSliderGallery {
	text-align: center;
}

.imageSliderGallery .swiper-button-prev,
.imageSliderGallery .swiper-button-next {
		width: 48px;
	height: 48px;
	background-image: none;
	color: #efefef;
	line-height: 50px;
	font-size: 20px;
	cursor: pointer;
	background: #fc8b56;
	border-radius: 50%;
	text-align: center;
}

.imageSliderGallery .swiper-button-next {

	right: 1.25rem;
}

.imageSliderGallery .swiper-button-prev {
	left: 1.25rem;
}

.imageSliderGallery .swiper-button-prev i {
	margin-right: 5px;
}

.imageSliderGallery .swiper-button-next i {
	margin-left: 5px;
}

/********************************/
/*     - Statistics             */
/*******************************/

.counter .cell {
	display: inline-block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.counter .number-count {
	margin-bottom: 0.5rem;
	color: #fff;
	font: 600 4.5rem/3.75rem "Fira Sans", sans-serif;	
}

.counter .cell p {
	margin-bottom: 0;
	color: #fff;
	font: 300 15px/25px "Fira Sans", sans-serif;
}

/*************************/
/*     -  Apps      */
/*************************/
.more-apps .card {
	max-width: 370px;
	margin: 0 auto 4rem auto;
	border: none;
	background-color: transparent;
}

.more-apps .card .image-container {
	overflow: hidden;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	max-height: 210px;
}

.more-apps .card .image-container img {
	margin: 0px;
	transition: all 0.3s;
	display: block;
	width: 100%;
}

.more-apps .card .image-container img:hover {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
} 

.more-apps .card .card-body {
	padding: 1.625rem 1.125rem 1.875rem 1.125rem;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	background-color: #fc8b56;
	color: #fff ;
}

.more-apps .card .card-body-red {
	padding: 1.625rem 1.125rem 1.875rem 1.125rem;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	background-color: #fd5656;
}

.more-apps .card .card-title {
	margin-bottom: 0.5rem;
}

.more-apps .card .card-body p,
.more-apps .card .card-body-red p {
	margin-bottom: 1rem;
}


/*************************/
/*     -  Contact Form   */
/*************************/
.contact-form-wrapper  {
	margin-top: 30px;
}

.contact-form-wrapper form p,
.contact-form-wrapper form label {
	display: block;
	width: 100%;
}

.contact-form-wrapper form input,
.contact-form-wrapper form textarea,
.contact-form-wrapper form select {
	    width: 100%;
    height: 45px;
    padding-left: 1rem;
    border: 1px solid #fff;
    border-radius: 6px;
    background-color: #fff;
    color: #405266;
    font: 300 15px/25px "Fira Sans", sans-serif;
    -webkit-appearance: none;
    margin-top: 8px;
}

.contact-form-wrapper form textarea {
	height: 150px;
	padding-top: 15px;
}

.contact-form-wrapper p,
.contact-form-wrapper label {
	position: relative;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	margin-bottom: 15px;
}

.contact-form-wrapper br {
	display: none;
}


.contact-form-wrapper .wpcf7-not-valid-tip {
	color: #e74c3c;
	font-weight: lighter;
	font-size: 14px;
	line-height: 12px;
	margin-top: 10px;
}

.contact-form-wrapper input[type='submit'] {
	    display: inline-block;
    width: 100%;
    height: 2.75rem;
    border: 1px solid #fc8b56;
    border-radius: 50px;
    background-color: #fc8b56;
    color: #fff;
    font: 400 15px/25px "Fira Sans", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-form-wrapper input[type='submit']:hover {
	    border: 1px solid #fff;
    background-color: #fff;
    color: #fc8b56;
}

.contact-form-wrapper .ajax-loader {
	display: none !important;
}

.contact-form-wrapper .ajax-loader.is-active {
	display: block !important;
}

.contact-form-wrapper .wpcf7-response-output {
	color: #Fff;
	border-radius: 45px;
}


/*********************************/
/*     - Back To Top Button     */
/********************************/
.back-to-top {
	position: fixed;
	z-index: 999;
	right: 12px;
	bottom: 12px;
	display: none;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #405266 ;
	font-size: 22px;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
}

.back-to-top:hover {
	background-color: #fc8b56; 
}


/*************************/
/*     - Page Header    */
/************************/
.page-header {
	position: relative;
	padding-top: 95px;
	padding-bottom: 95px;
	text-align: center;
	margin-bottom: 70px;
	background-position: center center;
}


.page-header:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: #374450;
	opacity: .87;
	z-index: 1;
}

.page-header .page-header-content {
	position: relative;
	z-index: 9;
}

.page-header h2 {
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 8px;
	color: #ffff;
}


.breadcrumbs .sep-dot {
	position: relative;
	top: -2px;
	display: inline-block;
	margin: 0 7px;
	width: 5px;
	height: 5px;	
	background: #fc8b56;
	border-radius: 50%;
}

.breadcrumbs span {
	font-size: 14px;
}


/***************************/
/*     - Contact Details  */
/**************************/
.contact-detail  {
	display: inline-block;
	color: #fff;
}

.contact-detail i {
	margin-right: 7px;
}

.contact-detail  a {
	color: #fc8b56;
}

/***************************/
/*     - Blog and Sidebar */
/**************************/
.blog-content.post-listing .hentry {
	background: #374450;
	border-radius: 12px;
	padding: 20px;
	position: relative;
	margin-bottom: 42px;
}


.blog-content .cat-links a  {
	background: #fc8b56;
	    display: inline-block;
    padding: 5px;
    line-height: 12px;
    font-size: 12px;
    border-radius: 40px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-right: 5px;
}

.blog-content  .sticky-indicator {
	background: #fc8b56;
	position: absolute;
    right: 20px;
    padding: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    font-size: 15px;
    line-height: 31px;
}

.blog-content .entry-content p,
.comment-content p  {
    font-size: 15px;
    line-height: 25px;
	margin-bottom: 25px;
}

.blog-content .post-thumbnail img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

.blog-content.post-listing .post-thumbnail {
	overflow: hidden;
	margin: -20px -20px 0 -20px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	margin-bottom: 20px;
}

.blog-content .post-thumbnail {  margin-bottom: 20px !important; }

.blog-content .entry-title {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 5px;
	font-family: 'Fira Sans', 'sans-serif';
	    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto;
}

.blog-content .entry-title  a {
	transition: all .2s ease;
}

.blog-content .entry-title  a:hover {
	color: #fc8b56 ;
}

.blog-content .entry-header {
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba( 255,255,255, 0.1);
	margin-bottom: 15px;
}

.blog-content .page  .entry-footer {
	border-bottom: 1px solid rgba( 255,255,255, 0.1);
}

.blog-content .page  .entry-footer .edit-link {
	display: inline-block;
	margin-bottom: 15px;
}

.blog-content .entry-header:after { 
	position:absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 40px;
	height:2px;
	background-color:#fc8b56;
}


.blog-content .entry-meta > span {
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
	opacity: .8;
}

.blog-content .entry-meta > span i { 
	margin-right: 5px;
}


.blog-content.post-listing .entry-footer {
	margin-top: 15px;
}

.blog-content.post-listing .entry-content p {
	margin-bottom: 0;
}

.blog-content .entry-content {
	margin-top: 15px;
}

.entry-content  h1,
.comment-content h1 {
	font-size:27px; margin-top:0; line-height: 40px;
}
.entry-content  h2
.comment-content h2 {
	font-size:24px;
	line-height: 34px
}
.entry-content  h3,
.comment-content h3 {
	font-size:21px;
	line-height: 31px;
}
.entry-content h4 ,
.comment-content h4{
	font-size: 18px;
	line-height: 28px;
}
.entry-content  h5,
.comment-content h5 {
	font-size: 16px;
	line-height: 26px;
}
.entry-content  h6 ,
.comment-content h6{
	font-size: 14px;
	line-height: 24px;
}

/* Tags */

.entry-footer .tags-links {
	display: block;
	margin-bottom: 15px
}	

.entry-footer .tags-links i {
	font-size: 12px;
	line-height: 12px;
	margin-right: 5px;
}

.entry-footer .tags-links a {
	transition: all .2s ease;
}

.entry-footer .tags-links a:hover {
	color: #fc8b56 ;
}

/* Password Form */
.post-password-form  label {
    display: inline-block;
    width: 70% ;
    margin-right: -4px;
    margin-bottom: 0;
}

.post-password-form input[type='password'] {
	    width: 100%;
    height: 45px;
    padding-left: 1rem;
    border: 1px solid #fff;
    border-radius: 5px 0 0 5px;
    background-color: #fff;
    color: #405266;
    font: 300 15px/25px "Fira Sans", sans-serif;
    -webkit-appearance: none;
    margin-top: 8px;
}

.post-password-form input[type='submit'] {
	display: inline-block;
	width: 30%;
	text-align: center;
	margin-right: -4px;
	line-height: 45px;
	border: 0;
	height: 45px;
	outline: 0;
    border-radius: 0 5px 5px 0;
	color: #fff;
	background: #fc8b56;
	border: none;
	box-shadow: none;
	transition: all .2s ease;
	cursor: pointer;
}

.post-password-form input[type='submit']:hover {
	background: #e88150;
}

.blog-content .read-more {
    padding: 0 10px;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    line-height: 28px;
}

.blog-content .read-more {
	font-size: 14px;
}

.blog-content .read-more:hover {
	background: #fff;
	border-color: transparent;
}

.blog-content .read-more i {
    font-size: 18px;
    position: relative;
    top: 1px;
	margin-left: 3px;
}

.entry-content img,
.comment-content img {
  height: auto;
  max-width: 100%;
}

.entry-content h1,
.comment-content h1 {
	font-size:27px; margin-top:0;
	margin-bottom: 10px;
}
.entry-content h2,
.comment-content h2 {
	margin-bottom: 10px;
	font-size:24px;
}
.entry-content h3,
.comment-content h3 {
	margin-bottom: 10px;
	font-size:21px;
}
.entry-content h4,
.comment-content h4 {
	margin-bottom: 10px;
	font-size: 18px;
}
.entry-content h5,
.comment-content h5 {
	margin-bottom: 10px;
	font-size: 16px;
}
.entry-content h6,
.comment-content h6 {
	margin-bottom: 10px;
	font-size: 14px;
}

@media (min-width: 992px) {
	
	.entry-content h1,
	.comment-content h1 {
		font-size:27px; margin-top:0;
	}
	.entry-content h2,
	.comment-content h2 {
		font-size:24px;
	}
	.entry-content h3,
	.comment-content h3 {
		font-size:21px;
	}
	.entry-content h4,
	.comment-content h4 {
		font-size: 18px;
	}
	.entry-content h5,
	.comment-content h5 {
		font-size: 16px;
	}
	.entry-content h6,
	.comment-content h6 {
		font-size: 14px;
	}

}

.blog-content:not(.post-listing) .entry-content,
.blog-content:not(.post-listing) .entry-header,
.blog-content:not(.post-listing) .post-thumbnail,
.blog-content:not(.post-listing) .comments-area,
.post-navigation,
.blog-content:not(.post-listing) .entry-footer {
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    word-wrap: break-word;
}


.alignfull img ,
.alignwide  img{
	width: 100%;
}


@media screen and (min-width: 768px) {

	.blog-content:not(.post-listing) .entry-content,
	.blog-content:not(.post-listing) .entry-header,
	.blog-content:not(.post-listing) .post-thumbnail,
	.blog-content:not(.post-listing) .comments-area,
	.post-navigation,
	.blog-content:not(.post-listing) .entry-footer {
		max-width: 730px;
		margin: 0 auto;
	}

	.blog-content:not(.post-listing) .entry-header {
		margin-bottom: 15px;
	}
}

@media (min-width: 768px) {
 
    .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1000%;
    }
 
    .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1000%;
    }
 
}

.entry-content blockquote p,
.comment-content blockquote p { 
	margin-bottom: 5px !important;
}

.entry-content blockquote,
.comment-content blockquote {
	background: rgba( 255, 255, 255, 0.03);
    border-left: 4px solid #374450;
    padding: 20px;
    font-style: italic;
    margin-bottom: 25px;
}

.entry-content blockquote cite ,
.comment-content blockquote cite  { 
	color: #fff;
    font-size: 15px;
    font-style: italic;
    opacity: 0.7;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    display: inline-block;
    margin-top: 2px;
}

.wp-block-verse pre, pre.wp-block-verse {
	font-family: "Fira Sans", sans-serif ;
	color: #fff;
	font-style: italic;
	font-size: 15px;
	margin-bottom: 25px;
    line-height: 25px;
}

.wp-block-gallery  {
	margin-bottom: 16px;
}

.entry-content .wp-audio-shortcode {
	margin-bottom: 25px;
}

/* Pullquote */
.wp-block-pullquote  {
	background: rgba( 255, 255, 255, 0.03);
	padding: 25px 15px ;
	border: 2px dashed #374450 !important;
}

.wp-block-pullquote p {
	color: #fff;
	font-size: 20px;
    line-height: 28px;
    font-style: italic;
    margin-bottom: 15px !important;
}

.wp-block-pullquote cite {
	color: #fff;
    font-size: 15px;
    font-style: italic;
    opacity: 0.7;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    display: inline-block;
    margin-top: 2px;
}

.wp-block-pullquote cite a {
	color: inherit;
	text-decoration: none;
}

p.wp-block-subhead {
	font-size: 16px;
	color: #fff;
	opacity: 1;
}

.wp-block-audio figcaption, 
.wp-block-video figcaption,
.wp-block-image figcaption,
.wp-block-embed figcaption  {
	font-size: 14px;
	color: #FFf;
	opacity: 1;
}


.entry-content table, 
.comment-content table { 
	width: 100%;
	margin-bottom: 25px;
}

.entry-content td, .entry-content th, 
.comment-content td, .comment-content th {
	padding: 5px 10px;
}

.entry-content table tr, 
.comment-content table tr {
	border: 1px solid rgba( 255,255,255, 0.3);
}

.entry-content table td, 
.comment-content table td {
	border: 1px solid rgba( 255,255,255, 0.3);
}


dl {
  margin: 0 20px;
}


dl dt {
  margin-bottom: 3px;
}

dl dd {
  margin-bottom: 20px;
}

address {
	padding-left: 20px;
	font-style: italic;
}

code {
	background: rgba( 255, 255, 255, 0.03);
	padding: 3PX 10px;
	display: inline-block;
}

pre {
	background: rgba( 255, 255, 255, 0.03);
	color: #Fff;
	padding: 20px;
}


.entry-content hr, 
.comment-content hr  {
	border-top: 1px solid rgba( 255,255,255, 0.1);
}

/* Pagination */
.pagination .page-numbers,
.split-pagination a, .split-pagination > span {
	display: inline-block;
	margin-right: 6px;
	height: 38px;
	padding: 0 15px;
	background: #374450;
	color: #fff;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	border-radius: 4px;
	transition: all .2s ease;
}


.split-pagination {
	margin-bottom: 30px;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.split-pagination > .current-page {
	background: #fc8b56;
}


/* Post Pagination */
.post-navigation {    
	padding: 20px 0;
	border-top: 1px solid rgba( 255,255,255, 0.1);
	border-bottom: 1px solid rgba( 255,255,255, 0.1);
}

.post-navigation  a { 
	position: relative;
	display: inline-block;
}  


.post-navigation  span {
	display: block;
} 

.post-navigation  .nav-previous a {
	padding-left: 55px;
}

.post-navigation  .title {
	font-size: 16px;
	font-weight: 500;
	padding-top: 8px;
	    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto;
} 

.post-navigation .step {
	font-size: 14px;
}

.post-navigation  .nav-previous a  .step i {
	left: 0;
}

.post-navigation  .nav-next a {
	padding-right: 55px;
}

.post-navigation  .nav-next a .step i {
	right: 0;
}

.post-navigation  a .step i {
	position: absolute;
	top: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	margin-top: -4px;
	border-radius: 50%;
	background: #fc8b56;
}

/* Comments */
.comments-area{
	margin-top: 45px !important;
}

.comments-area .comments-title {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 20px;
}

.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
} 
.comment-meta:after {
  clear: both;
}

.comment-meta {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.comment-meta:before {
	position:absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 40px;
	height:2px;
	background-color:#fc8b56;
}

.comments-area .comment-list,
.comments-area .children {
	list-style-type: none;
	list-style: none;
	padding: 0;
}

.comments-area .comment-list > .comment {
	position: relative;
	background: #374450;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    margin-top: 10px;
}

.comments-area .comment-list > .comment .comment {
	padding: 30px 10px 0;
}

.comments-area .comment-metadata {
	display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    line-height: 12px;
    opacity: .8;
}

.comments-area .comment-author .fn  {
	font-size: 16px
	line-height: 16px;
}

.comments-area .says {
	display: none;
}

.comments-area .comment-author  img {
	float: left;
	border-radius: 50%;
	margin-right: 10px;
}


.comments-area  .pingback {
	border-top: 1px solid rgba(255,255,255, 0.1 );
	padding: 8px 0;
}
.comments-area  .pingback:nth-child(1) {
	margin-top:10px;
} 

.comments-area  .pingback a {
	transition: all .25s ease;
}

.comments-area  .pingback a:hover {
	color:#fc8b56;
}


.comments-area .reply a {
	transition: all .25s ease;
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 25px;
	color: #ffff;
	background: #fc8b56;
	height: 25px;
	padding: 0 25px 0 10px;
	border-radius: 45px;
}

.comments-area .reply a:before {
	position: absolute;
	right:10px;
	top: 0;
	font-family: 'FontAwesome';
	content: "\f112";
	font-size: 10px;
	line-height: 25px;
}

.comments-area .reply a:hover { 
	color: #fc8b56 ;
	background: #fff;
}

.comment-navigation  a {
	transition: all .25s ease;
}

.comment-navigation  a:hover {
	color: #fc8b56;
}


.comment-navigation  a i {
	font-size: 14px;
	line-height: 14px;
}

.comment-navigation  .nav-previous a span {
	padding-left: 7px;
}

.comment-navigation .nav-next a span {
	padding-right: 7px;
}


/* Comment Respond */
.comment-respond  {
	margin-top: 20px;
}

.comment-respond h3 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
}

.comment-respond form {

}

.comment-respond form  label {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.comment-respond form input:not([type="checkbox"]),
.comment-respond form textarea {
	display: block;
    width: 100%;
    height: 45px;
    padding-left: 1rem;
    border: 1px solid #fff;
    border-radius: 6px;
    background-color: #fff;
    color: #405266;
    font: 300 15px/25px "Fira Sans", sans-serif;
    -webkit-appearance: none;
    margin-top: 8px;
}

.comment-respond form textarea {
	height: 150px;
	padding-top: 15px;
}

.comment-respond label {
	position: relative;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	margin-bottom: 15px;
}

.comment-form-cookies-consent input {
	float: left;
	margin-right: 10px;
}

.comment-respond form  input[type='submit'] {
	    display: inline-block;
    width: 100%;
    height: 2.75rem;
    border: 1px solid #fc8b56;
    border-radius: 50px;
    background-color: #fc8b56;
    color: #fff;
    font: 400 15px/25px "Fira Sans", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
}

.comment-respond form  input[type='submit']:hover {
	    border: 1px solid #fff;
    background-color: #fff;
    color: #fc8b56;
}

/*****************************/
/*     18. Sidebar           */
/*****************************/	

.blog-sidebar {
	margin-top: 50px;
}	

.page-area {
	margin-bottom: 70px;
}

.blog-sidebar .widget:first-child {
	margin-top: 0;
}

.widget {
	margin-top: 40px;
}

.widget select {
	width: 100%;
	padding: 10px 10px;
    height: 42px;
    border-radius: 4px;
    transition: all .2s ease;
    border: 0;
}

.widget-title {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 15px;
		position: relative;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba( 255,255,255, 0.1);
	margin-bottom: 30px;
}


.widget-title:after { 
	position:absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 40px;
	height:2px;
	background-color:#fc8b56;
}

.widget_rss .widget-title img {
	display: inline-block !important;
	float: left;
	position: relative;
	top: 2px;
	width: auto;
	margin-right: 5px;
}

/* Widgets That uses lists  */
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.widget_nav_menu ul {
	list-style-type: none;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_nav_menu ul li {
	display: block;
	padding-top: 10px;
	margin: 10px 0 0;
	border-top: 1px solid rgba(255,255,255, 0.1);
}


.widget_archive > ul > li:first-child,
.widget_categories > ul > li:first-child,
.widget_pages > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_rss > ul > li:first-child,
.widget_nav_menu .menu > li:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a,
.widget_nav_menu ul li a ,
.widget_recent_comments li a,
.widget_rss li a {
	position: relative;
	transition: all .3s ease;
}


.widget_archive ul li a:before,
.widget_categories ul li a:before,
.widget_pages ul li a:before,
.widget_meta ul li a:before,
.widget_recent_entries ul li a:before,
.widget_nav_menu ul li a:before { 
	position: absolute;
	content: '' ;
	top: 7px;
	left: -10px;
	width: 5px;
	height: 5px;
	background: #fc8b56;
	border-radius: 50%;
	visibility: hidden;
	transition: all .4s ease;
}


.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_nav_menu ul li a:hover {
	padding-left: 18px;
	color: #fc8b56;
}

.widget_recent_comments li a:hover,
.widget_rss li a:hover { 
	color: #fc8b56;
}

.widget_archive ul li a:hover:before,
.widget_categories ul li a:hover:before,
.widget_pages ul li a:hover:before,
.widget_meta ul li a:hover:before,
.widget_recent_entries ul li a:hover:before,
.widget_nav_menu ul li a:hover:before {
	visibility: visible;
	left: 5px;
	transition: all .3s ease;
}

/* Widget Img */
.widget img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: center;
}

/* Calendar */
.widget_calendar table {
	text-align: center;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.widget_calendar table thead {
	background: #374450;
}

.widget_calendar table thead th {
	padding: 10px 0; 
}

.widget_calendar table tbody td  {
	padding: 9px 0;
	color: #374450;
	font-weight: 400;
}

.widget_calendar table tbody td a {
	color: #fc8b56 ;
}

.widget_calendar table tbody td#today {
	position: relative;
	color: #fc8b56;
}

.widget_calendar table tbody td#today:before  {
	position: absolute;
	content: '';
	top: 5px;
	right: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fc8b56;
}

.widget_calendar table caption {
	padding: 14px 0;
	text-align: center;
	color: #fff;
	font-weight: 600;
	caption-side: top;
	background: #374450;
	border-bottom: 1px dashed rgba(255,255,255, 0.1);
}

.widget_calendar table tfoot {
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
}


.widget_calendar table tfoot td#next,
.widget_calendar table tfoot td#prev {
	position: absolute;
	font-size: 15px
}

.widget_calendar table tfoot td a {
	transition: all .2s ease;
}

.widget_calendar table tfoot td a:hover {
	color: #fc8b56 ;
}

.widget_calendar table tfoot td#next {
	right: 15px;
}

.widget_calendar table tfoot td#prev {
	left: 15px;
}

/* Widget Media Gallery */
.widget_media_gallery .gallery {
	margin: -5px;
}

.widget_media_gallery figure {
	overflow: hidden;
	margin: 0;
	padding: 5px;
}

.widget_media_gallery figure a {
	position: relative;
	display: block;
}

.widget_media_gallery figure a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #374450;
	opacity: 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.widget_media_gallery figure a:hover:before {
	opacity: .5;
}

/* Widget Comments */

.widget_recent_comments li {
	color: #bbbfc3;
}


/* Widget RSS */
.widget_rss li a.rsswidget { 
	display: block;
	font-size: 17px;
	font-weight: 500;
}

.widget_rss li .rss-date {
	color: #bbbfc3 ;
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin: 5px 0 10px;
}

.widget_rss .rssSummary {
	margin-bottom: 5px;
}

/* Widget Tags */
.widget_tag_cloud a {
	font-size: 15px !important;
    background: #fc8b56;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 100px;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: all .2s ease;
    border: 1px solid transparent;
}

.widget_tag_cloud a:hover { 
	color: #fc8b56;
	border-color: #fc8b56;
	background: #fff;
}

/* Widget Search */

.widget_search form { 
	display: block;
	width:100%;
	height: 45px;
}


.widget_search label {
	width: 70%;
	font-size: 14px;
	margin-right: -4px;
	float: left;
}

.widget_search label input {
	width: 100%;
	height: 45px;
	background: #fff;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: none;
	box-shadow: none;
	padding: 0 10px;
	font-weight: 400;
	outline: 0;
}

.widget_search input[type='submit'] {
	float: left;
	width: 30%;
	height: 100%;
	line-height: 45px;
	margin-right: -4px;
	color: #fff;
	background: #fc8b56;
	border: none;
	box-shadow: none;
	outline: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	transition: all .2s ease;
	cursor: pointer;
}

.widget_search input[type='submit']:hover {
	background: #e88150;
}

/******************/
/*    - Footer    */
/******************/
.footer-widgets {
	background: #34404a;
	padding: 20px 0 60px;
}

.site-info {
	background: #303c47;
	padding: 20px 0;
}

.site-info p {
	line-height: 15px;
	margin-bottom: 0;
}

.site-info a {
	color: #fc8b56;
}

/*  Not Found */
.not-found .widget {
	margin-top: 0;
}

.not-found p {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba( 255, 255, 255, 0.1);
}

.not-found p:after {
	    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 40px;
    height: 2px;
    background-color: #fc8b56;
}

/*******************/
/*   - 404 Page   */
/*******************/
.error-404 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: center;
	flex-direction: column;
	height: 100vh;
	background: #303c47;
}

.error-404  h1 {
	font-size: 180px;
	line-height: 100px;
	margin-bottom: 30px;
	color: #fc8b56;
}

.error-404 a {
	display: flex;
	justify-content: center;
	align-self: center;
}


/*******************/
/*   - Mailchimp   */
/*******************/
#mc-embedded-subscribe-form input[type=checkbox] {
	display: inline; 
	width: auto;
	margin-right: 10px;
}

#mergeRow-gdpr {
	margin-top: 20px;
}

#mergeRow-gdpr fieldset label { 
	font-weight: normal;
}

#mc-embedded-subscribe-form .mc_fieldset{
	border:none;
	min-height: 0px;
	padding-bottom:0px;
}



.mc-field-group { 
	display: inline-block; 
} /* positions input field horizontally */

#mc_embed_signup input.email { 
	border: 1px solid #fff;
    background-color: #fff;
    color: #405266;
    font: 300 15px/25px "Fira Sans", sans-serif;
    -webkit-appearance: none;
	height:45px; 
	padding: 0 10px;
	display: inline-block; 
	margin: 0; 
	width: 255px;
	vertical-align:top;
	    border-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#mc_embed_signup label {
	display:block; 
	padding-bottom:10px; 
}
#mc_embed_signup .clear { display: inline-block;} /* positions button horizontally in line with input */

#mc_embed_signup .button {
	display: inline-block;
    width: 100%;
	border: none;
    border-radius: 50px;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fc8b56;
    color: #fff;
    font: 400 15px/25px "Fira Sans", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
	height: 45px;
	line-height: 45px;
	padding: 0 18px;
	display: inline-block;
	margin: 0;
	margin-left: -4px;
}

#mc_embed_signup .button:hover {
	background-color:#374450;
	cursor: pointer;
}

#mc_embed_signup div#mce-responses {
	float: left;
	top: -1.4em;
	padding: 0em .5em 0em .5em;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	clear: both;
}

#mc_embed_signup div.response {
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
}

#mc_embed_signup #mce-error-response {
	display: none;
}

#mc_embed_signup #mce-success-response {
	color: #529214;
	display: none;
}

#mc_embed_signup label.error {
	display: block;
	float: none;
	width: auto;
	margin-left: 1.05em;
	text-align: left;
	padding: .5em 0;
}

@media (max-width: 768px) {
	#mc_embed_signup input.email {
		width: 100%;
		margin-bottom: 5px;
    border-radius: 50px;

	}
	#mc_embed_signup .clear {
		display: block;
		width: 100%
	}
	#mc_embed_signup .button {
		width: 100%;
    	border-radius: 50px;
		margin: 0;
	}
}

/*****************************/
/*    - Media Queries        */
/*****************************/	
/* Min-width width 768px */
@media (min-width: 768px)	{


	.detailsAccordion {
		width: 55%;
		margin: 0 auto;
	}
	
	/* General Settings */

	.lightbox-split-image-text .content {
		padding: 0 15px;
	}

	.lightbox-numbered-text .numbered-text {
		max-width: 90%;
	}

	.lightbox-split-image-text {
		padding: 3rem 3rem;
	}

	/* Header */
	.header .header-content {
		padding-top: 5rem;
		padding-bottom: 7rem;
	}

	.header .image-area {
		margin-left: 0;
	}

	/* Features */
	.detailsAccordion {
		margin-right: auto;
		margin-left: auto;
	}

	/* Description 2 */

	.page-header {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}


/* Min-width width 992px */
@media (min-width: 992px) {

	.endorsement  {
		width: 60%;
		margin: 0 auto;
	}

	.blog-sidebar {
		margin-top: 0;
	}

	.section-heading {
		width: 76%;
		margin: auto;
	}

	.section-heading p { 
		width: 80%;
		margin: 0 auto;
	}
	
	/* General Styles */
	h1 {
		font: 600 3.5rem/4.25rem "Fira Sans", sans-serif;
	}
	
	h2 {
		font: 600 2.75rem/3.25rem "Fira Sans", sans-serif;
	}
	
	h3 {
		font: 600 2rem/2.75rem "Fira Sans", sans-serif;
	}

	.lightbox-split-image-text img {
		width: auto;
		margin-bottom: 0;
	}
	
	/* Navigation */
	.site-branding {
		padding-left: 40px;
	}
	#menuToggle {
		right: 40px;
	}

	/* Header */
	.header {
		height: 100%;
	}

	.header .header-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100vh;
		padding-top: 0;
		padding-bottom: 2rem;
	}

	.countdown .clock .counter-number { 
		width: 86px;
		height: 86px;
		padding-top: 23px;
	}
}


/* Min-width width 1200px */
@media (min-width: 1200px) {
	

	.detailsAccordion .accordion-title {
		width: 90%;
	}

	.countdown .clock .counter-number { 
		font-size: 30px;
		width: 100px;
		height: 100px;
		padding-top: 35px;
	}

}

/*********************/
/*    - Others       */
/*********************/	

.inner-col {
	padding: 0;
}

.gradient-background {
	min-height: 1px;
	height: 100%;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p {
     clear: both;
}