/*!
Theme Name: thebox
Theme URI: http://wpthemecube.com/thebox
Author: ThemeCube
Author URI: https://themeforest.net/user/themecube
Description: thebox - Subscription Box WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thebox
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/* GENERAL */


@font-face {
    font-family: 'Glacial Indifference';
    src: url('fonts/GlacialIndifference-Regular.eot');
    src: url('fonts/GlacialIndifference-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/GlacialIndifference-Regular.woff2') format('woff2'),
        url('fonts/GlacialIndifference-Regular.woff') format('woff'),
        url('fonts/GlacialIndifference-Regular.ttf') format('truetype'),
        url('fonts/GlacialIndifference-Regular.svg#GlacialIndifference-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glacial Indifference';
    src: url('fonts/GlacialIndifference-Bold.eot');
    src: url('fonts/GlacialIndifference-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GlacialIndifference-Bold.woff2') format('woff2'),
        url('fonts/GlacialIndifference-Bold.woff') format('woff'),
        url('fonts/GlacialIndifference-Bold.ttf') format('truetype'),
        url('fonts/GlacialIndifference-Bold.svg#GlacialIndifference-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


body {
	font-family: "Glacial Indifference", sans-serif;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;

}

h1,h2,h3,h4,h5,h6 {
	font-family: "Glacial Indifference", sans-serif;
}

a {
	color: #444444;
}

a:hover {
	color: #d702e2;
}

input:focus,
select:focus,
a:focus {
	outline: none;
}


.btn-primary,
.btn-primary.disabled, .btn-primary:disabled {
	background-color: #e74dea;
	border-color: #e74dea;
}

.btn-primary:hover {
	background-color: #d702e2;
	border-color: #d702e2;
}

.br-0 {
	border-radius: 0 !important;
}

.btn {
	border-radius: 0;
}

.br-w {
	border: 1px solid #ffffff;
}

.ls-2h .content-title {
	letter-spacing: 2px;
}


.list-icon li:before {
	color: #e74dea;
	content: "\e83e"; /* FontAwesome Unicode */
	font-family: feather;
	display: inline-block;
	/*width: 1.3em;*/ 
	padding-right: .5em;
}

/****/
.kc-image-overlay i {
	border: 0 !important;
}

.owl-carousel .owl-item img {
	max-width: 100%;
	display: block;
}

.brands-carousel .owl-item {
	padding-left: 10px;
	padding-right: 10px;
}

.kc_counter_box h4 {
	letter-spacing: 4px;
}

.kc-feature-boxes figure.content-image img {
	max-width: 100%;
    height: auto;
}

.kc-fb-layout-3 .box-right {
	padding-left: 15px !important;
}

.kc_accordion_content .kc-panel-body {
	padding-top: 0 !important;
}

.step-box .content-title {
	letter-spacing: 2px;
}

.dark_rounded .pp_close:hover,
.dark_rounded a.pp_next:hover {
	text-decoration: none;
}

.box-shadow-none {
	box-shadow: none !important;
}



/*****/

.btn-primary {
	color: #ffffff !important;
}

.dotted_bg {
	background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6) 1px, transparent 1px, transparent 100%);
	background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6) 1px, transparent 1px, transparent 100%);
	background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6) 1px, transparent 1px, transparent 100%);
	background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6) 1px, transparent 1px, transparent 100%);
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
}
.bw {
	-webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
}

.blended {
  background-blend-mode: multiply;
}

.inner {
	display: table-cell;
	vertical-align: middle;
	z-index: 2;
	position: relative;
}

.no-padding,
.kc_row.no-padding .kc_column {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.leaflet-container {
	width: calc(100vw - 15px) !important;
}

@media screen and (max-width: 767px) {
	.leaflet-container {
		width: 100% !important;
	}
}

.center-sliderr .slick-track {
  display: flex;
}
.center-sliderr .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

h1,h2,h3,h4,h5,h6 { font-weight: 800; }


/* PRELOADER */
.preload {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%; 
	z-index: 9999;
	display: table;
	background: #212529;
}

.preload-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/* END OF PRELOADER */


/* NAVIGATION */

header.site-header {
	clear: both;
}

.navbar-custom .nav-link,
.navbar-custom .dropdown-item {
	font-family: "Glacial Indifference", sans-serif;
	font-weight: bold;

}
.navbar-custom .navbar-toggler i {
	font-size: 25px;
}

.navbar-custom .navbar-toggler:focus {
	outline: none;
}

@media screen and (max-width: 767px) {
	.navbar-brand {
		flex-grow: 2
	}
}

.navbar-custom .nav-link,
.navbar-custom .dropdown-item {
	color: #000000;
}

.navbar-custom .dropdown-item:hover {
	background-color:transparent;
	color: #d702e2;
}

.navbar-brand img {
	height: 70px;
	width: auto;
}

.single-product .navbar-custom,
.tribe-events-page-template .navbar-custom,
.navbar-custom.fixed-top {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

/* Navigation Depth 3 */
ul.dropdown-menu li > ul.dropdown-menu{
	left: 100%;
	top: 0;
}

ul.dropdown-menu.dropdown-menu-right li:hover > ul.dropdown-menu.dropdown-menu-right{
	display: inline-table !important;
    left: -100% !important;
}

ul.dropdown-menu li:hover > ul.dropdown-menu,
ul.dropdown-menu li:focus > ul.dropdown-menu{
	display: block
}

/* Dropdown Menu */
.dropdown-menu {
	border: 0;
	border-radius: 0;
}

@media screen and (min-width: 768px) {
	.dropdown-menu {
		box-shadow: 0 1px 17px rgba(0, 0, 0, 0.1);
    	padding: 15px 0;
	}
}

@media screen and (max-width: 767px) {
	
	a.dropdown-item,
	a.dropdown-item.dropdown-toggle {
		padding-left: 0;
	}

}

@media screen and (max-width: 767px) {
	.menu-item > .dropdown-menu {padding-left: 15px;}
	#navigation-primary { padding-top: 15px; margin-top: 5px; border-top: 2px solid #fef2f4; }
}

/* Dropdown menu 3 depth right arrow */

.dropdown-toggle::after {
	font-family: 'feather';
	content: "\e842";
	font-size: 14px;
	border: 0;
	margin-right: .5rem;
	vertical-align: 0;

}

.dropdown-menu li.menu-item-has-children > a::after {
	font-family: 'feather';
	content: "\e844";
	font-size: 14px;
	border: 0;
	margin-right: .5rem;
	vertical-align: 0;
}


/* END OF NAVIGATION */


/* FOOTER */

.site-footer {
	color: #f0f0f0;
	background-color: #000000;
	padding: 0;
}

.site-footer a,
.site-footer a:hover {
	text-decoration: none;
}

.site-footer ul {
	list-style-type: none;
	padding-left: 0;
}

.site-footer ul li ul {
	padding-left: 15px;
}

footer.site-footer {
	display: inline-block;
	width: 100%;
}

@media screen and (max-width: 767px) {
	footer.site-footer {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	footer.site-footer .col {
		display: block !important;
		width: 100%;
		flex-basis: inherit;
	}

	footer.site-footer .col-4.col-alt {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.site-footer .form-inline .form-group {
		width: 100%;
	}

	.site-footer .form-inline .form-group .form-control {
		width: 70%;
		display: inline-block;
	}

	.site-footer .form-inline .btn {
		width: 28%;
	}
}

@media (min-width: 576px) { 
	.site-footer .form-inline .form-group {
		width: 100%;
	}

	.site-footer .form-inline .form-group .form-control {
		width: 75%;
	}

	.site-footer .form-inline .btn {
		width: 25%;
	}
}

.site-footer h5 {
	color: #ffffff;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 2px;
	clear:both;
}

.site-footer .widget {
	margin-bottom: 15px;
}

.site-footer .nice-select {
	color: #000000;
	display: block;
    width: 100%;
    margin-bottom: 30px;
    white-space: normal;
}


/* Subfooter */

.subfooter {
	padding: 20px 0;
	background-color: #000000;
}

.subfooter a,
.subfooter a:hover {
	color: #ffffff;
	text-decoration: none;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
}

.subfooter a:hover {
	color: #d702e2;
}

.subfooter ul {
	margin-bottom: 0;
}

.subfooter ul li:not(:last-child) {
    margin-right: .5rem;
}

.subfooter ul li {
    display: inline-block;

}

/* Scroll to Top */

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9499; /* 9997 */
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    display: none;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #e9ebec;
}

#back-to-top.show {
    opacity: 1;
}

#back-to-top.show {
	display: block !important; 
}

/* END OF FOOTER */

/* SINGLE PAGE */

.single-page-header {
	/*padding: 40px 0; */
	background: #f5f7fa;
	position: relative;
	display: table;
	width: 100%;
	height: 150px;
	word-break: break-word;
	-ms-word-wrap: break-word;

	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page .entry-content {
	margin-top: 30px;
	margin-bottom: 30px;
}


/* END OF SINGLE PAGE */

/* BLOG */

.blog-posts {
	background-color: #f5f7fa;
	padding-top: 30px;
}

.blog-posts .page,
.blog-posts .post {
	background: #ffffff;
	position: relative;
	box-shadow: 0 0 10px 2px rgba(222, 222, 222, 0.3);
}

.blog-posts .page,
.blog-posts .product {
	background: #ffffff;
	position: relative;
	box-shadow: 0 0 10px 2px rgba(222, 222, 222, 0.3);
	padding: 30px;
	margin-bottom: 30px;
}

.blog-posts .post .entry-footer,
.blog-posts .post header {
	padding: 30px;
}

.blog-posts .post .entry-footer {
	clear: both;
}

.blog-posts .post .entry-content,
.blog-posts .post .entry-summary {
	padding: 0 30px;
}

.blog-posts .post iframe {
	width: 100%;
}

.blog-posts i,
.single-post i {
	font-size: 20px;
	margin-right: 5px;
	/*vertical-align: text-bottom;*/
}

.wp-caption {
	max-width: 100%;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image,
.alignnone,
figure.wp-caption img {
	max-width: 100%;
	height: auto
}

a.post-thumbnail {
	display: block;
	/*margin-bottom: 2em;*/
}

figure.wp-caption.alignnone {
	width: 100% !important;
	height: auto;
}

.aligncenter {
	display: block;
	margin-left: auto !important; 
	margin-right: auto !important;
	max-width: 100%;
	height: auto;
}

.alignleft {
	display: inline-block;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

.alignright {
	display: block;
	float: right;
    margin-left: 30px;
    margin-bottom: 20px;
}

p .alignright.size-thumbnail {
	display: block;
	float: none;
	margin-left: auto;
}

.wp-caption-text {
	margin-top: 5px;
    font-style: italic;
}

article.post {
	margin-bottom: 30px;
}

.gallery-caption,
.bypostauthor {
	visibility: visible;
}

article.post table,
article.type-page table {
	border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

#wp-calendar td,
#wp-calendar th,
article.post table td,
article.post table th,
article.type-page table td,
article.type-page table th {
    padding: .5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

 article .woocommerce table td,
 article .woocommerce table th {
	border-top: 1px solid transparent !important; 
}

.post pre {
    border: 1px solid #212529;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.post a:hover,
.entry-title a:hover,
.entry-meta a:hover,
.entry-footer a:hover,
.more-link:hover,
.page-links a:hover,
.nav-links a:hover {
	text-decoration: none;
}

.page-header-archive,
.page-header-search {
	/*margin-top: 30px;*/
	padding-bottom: 30px;
}

/* */

.has-post-thumbnail,
.has-post-thumbnail header.entry-header {
	position: relative;
}

.entry-meta {
	letter-spacing: 1px;
}

.blog-posts .has-post-thumbnail .entry-meta {
	position: absolute;
	top: -30px;
	left: 0;
	padding: 20px 0 20px 30px;
	background: #ffffff;
	letter-spacing: 1px;
}

/* Pagination - Navigation */

.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.pagination {
    font-size: 19px;
    font-size: 1.1875rem;
    position: relative;
}

.pagination .nav-links {
	margin-left: auto !important;
	margin-right: auto !important;
	margin: 0 0 34px 0;
}

.pagination .page-numbers {
	background: #ffffff;
    letter-spacing: 0.013157895em;
    line-height: 1;
    margin: 0 0.7368421053em 0 -0.7368421053em;
    padding: 7px 10px;
    text-transform: uppercase;
}

.page-numbers.current,
.pagination a.page-numbers:hover {
	color: #ffffff;
	background: #212529;
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.page-numbers i {
	margin-right: 0;
}

.page-links {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

.page-links a {
	background-color: #212529;
    border-color: #212529;
    border-radius: 2px;
    color: #ffffff !important;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
}

.page-links a:hover,
.page-links a:focus {
    background-color: #d702e2; /* primary color */
    border-color: transparent;
    color: #fff
}

.entry-meta span,
.entry-footer span {
	margin-right: 15px;
	font-size: 15px;
}

.post-navigation .nav-links .nav-previous:before {
	font-family: 'feather';
	content: '\e849';
	padding-right: 5px;
	font-size: 40px;
	vertical-align: middle;
}


.post-navigation .nav-links .nav-next:after {
	font-family: 'feather';
	content: '\e847';
	padding-left: 5px;
	font-size: 40px;
	vertical-align: middle;
}

/* Gallery */

.gallery {
	display: block;
	float: none;
}

.gallery-item {
	display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

@media screen and (max-width: 767px) {
	.gallery-item {
		max-width: 100%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 100%;
	}
}

.gallery-icon img {
	margin: 0 auto;
}

h2.entry-title {
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}

.sticky {
	/*overflow: hidden;*/
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}

/*.sticky::after {
	content: '';
	position: absolute;
	display: block;
	width: 225px;
	padding: 20px 0;
	background-color: #e74dea;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	right: -60px;
	top: 30px;
	transform: rotate(45deg);
}*/

/******/

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: 0;
  content: '';
  display: block;
  border: 5px solid #d702e2;
}
	
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 20px 0;
  background-color: #e74dea;
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 9px;
}
.ribbon-top-right::after {
  bottom: 9px;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
  z-index: 1;
}


@media screen and (max-width: 767px) {
	.ribbon span {
		padding: 5px 0;
	}

	.ribbon-top-right::before {
		left: 45px;
	}
	.ribbon-top-right::after {
		bottom: 45px;
	}
}

/*****/

.more-link {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #212529 !important;
	background-color: transparent;
	background-image: none;
	border-color: #212529;
}

.more-link:hover {
	color: #ffffff !important;
	background-color: #212529;
	border-color: #212529;
}

.more-link:focus, .more-link.focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.widget input[type="search"],
.post input[type="password"]{
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.widget input[type="search"]:focus,
.post input[type="password"]:focus {
	    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.widget input[type="submit"],
.widget button[type="submit"],
.post input[type="submit"] {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: inherit;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.widget input[type="submit"],
.widget button[type="submit"],
.post input[type="submit"] {
  color: #fff;
  background-color: #e74dea;
  border-color: #e74dea;
}

.widget input[type="submit"]:hover,
.widget button[type="submit"]:hover,
.post input[type="submit"]:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.widget input[type="submit"]:focus,
.widget button[type="submit"]:focus,
.post input[type="submit"]:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}


/* Sidebar */

#secondary {
	padding-bottom: 20px;
}

#secondary .widget {
	margin-bottom: 25px;
    border-bottom: 5px solid #f0f0f0;
    background: #ffffff;
    padding: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

.single #secondary .widget {
	background-color: #f5f7fa;
}

#secondary h5.widget-title {
	display: block;
	padding-bottom: 1px;
}

#secondary h5.widget-title:after {
	content: "";
    display: block;
    width: 17%;
    height: 3px;
    background-color: #e74dea;
    margin-top: 9px;
    margin-bottom: 7px;
}

@media screen and (min-width: 576px) {
	#secondary .form-inline .form-control {
		width: 133px;
	}
}

.widget ul {
	list-style-type: none;
	padding-left: 0;
}

.widget ul li, .widget ol li {
    padding: 0.2em 0;
}

.widget ul li ul {
    padding-left: 15px;
} 

.widget ul li a:hover {
	text-decoration: none;
}

.textwidget img {
	width: 100%;
	height: auto;
}

.textwidget select {
	width: 100%;
}

.sidebar .nice-select {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	white-space: normal;
	height: auto;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar td,
#wp-calendar th {
    padding: 5.7px;
}

#wp-calendar a:hover {
	text-decoration: none;
}

#wp-calendar caption {
    text-align: center;
    caption-side: top;
}

#wp-calendar #next {
	text-align: right;
}

a.tag-cloud-link {
	font-size: 14px !important;
    border: 1px solid;
    padding: 3px 5px;
    display: inline-block;
    margin-bottom: 5px;
}

a.tag-cloud-link:hover {
	color: #ffffff !important;
	background: #e74dea;
	border: 1px solid #e74dea;
	text-decoration: none;
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.widget_rss ul li {
	margin-bottom: 15px;
}

.widget .url,
.widget .rsswidget {
	font-weight: bold;
}

.widget input[type="search"] {
	width: 10em;
	max-width: auto;
}

/* End of Sidebar */

/* Single Post */

article.single-post {
	margin-top: 0;
}

.single-post .post-thumbnail {
	margin-bottom: 1rem;
}

.singlepostheader {
	background: #f5f7fa;
	position: relative;
	display: table;
	width: 100%;
	height: 150px;
	margin-bottom: 2rem;
	word-break: break-word;
	-ms-word-wrap: break-word;

	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.single-post .sidebar .widget {
	margin-top: 0;
}

/* End of Single Post */


/* Comments */

.comments-area {
	margin-top: 40px;
	border: 1px solid #f0f0f0;
	padding: 25px;
}

.comments-area h3 {
	font-size: 1.5rem;
}

.comments-area h4 {
	font-size: 1.2rem;
}

.comments-area .form-submit {
	padding-left: 0;
}

.post-navigation .nav-links {
	display: flex;
    justify-content: space-between;
    margin-top: 30px;
    border: 1px solid #f0f0f0;
    padding: 15px;
}

ol.medias {
	padding-left: 0;
}

.media-content {
	padding:20px;
	background: #f5f7fa;
	position: relative;
	border: 1px solid #f0f0f0;

}

.media-content time {
	position: absolute;
	top:20px;
	right: 20px;
	letter-spacing: 1px;
}

ol.medias .pingback {
	list-style: none;
	margin-bottom: 15px;
}

ol.medias li.pingback:last-child {
	margin-bottom: 40px;
}

h4.media-heading a:hover,
.comment-edit-link:hover {
	text-decoration:none;
}

.comment-content a {
	font-weight: bold;
}

.comment .media .avatar {
	border: 2px solid #e74dea;
    padding: 4px;
    background: #fef2f4;
}

/* End of Comments */ 


/* END OF BLOG */

/* 404 */

.error-404 {
	min-height: 600px;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.error-404 .page-header {
	padding-top: 7rem;
}

.error-404 i {
	font-size: 4rem;
}


/* SHORTCODES */

/* Custom Pricing 1 */

.tc-pricing-1 {
	border: 1px solid #000000;
	position: relative;
	text-align: center;
	display: block;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.tc-pricing-1 .pricing-title {
	margin: -12px auto 30px;
}

.tc-pricing-1 .title {
	background: #ffffff;
    padding: 0 7px;
    letter-spacing: 2px;
    font-weight: 700;
}

.tc-pricing-1 .pricing-block {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	padding: 20px 0;
}

.tc-pricing-1 .price {
	font-size: 44px;
	display: block;
	margin-bottom: 20px;
}

.tc-pricing-1 .content-desc {
	margin-top: 20px;
	margin-bottom: 20px;
}

.tc-pricing-1 .btn {
	font-weight: 700;
	letter-spacing: 1px;
}


/* pricing 2 */

.tc-pricing-2 {
	border-radius: 10px;
	position: relative;
	text-align: center;
	display: block;
	padding-bottom: 30px;
	margin-bottom: 20px;
}


.tc-pricing-2 .title {
	color: #404e65;
	font-size: 34px;
	letter-spacing: 1px;
}

.tc-pricing-2 .pricing-block {

}

.tc-pricing-2 .price {
	color: #56b0f2;
	font-size: 44px;
	display: block;
	margin-bottom: 20px;
}

.tc-pricing-2 .content-desc {
	margin-top: 20px;
	margin-bottom: 20px;
}

.tc-pricing-2 .btn {
	font-weight: 700;
	letter-spacing: 1px;
}


/* Testimonial */

#testimonial .slick-list {
	padding-top: 40px !important;
}

.testimonial {
	padding: 45px 40px 25px 40px;
	background: #ffffff;
	border-radius: 7px;
	position: relative;
	margin-bottom: 30px;
	z-index: 0;
	border: 1px solid #cccccc;
	border-radius: 0;
	text-align: center;
}

.testimonial img {
	width: 80px;
	height: auto;
	position: absolute;
	top: -40px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	border: 5px solid #ffffff;

}

.testimonial h4 {
	margin-top: 0;
}

.testimonial h5 {
	margin-bottom: 0;
}

.testimonial .lead {
	font-size: 18px;
	color: #b4b4b4;
}



/* Past Boxes Carousel */

.past-box-thumb .product-title a {
	color: #000000;
}

.past-box-thumb .product-title a:hover {
	color: #e74dea;
	text-decoration: none;
}

.past-box-thumb .price ins,
.past-box-thumb .price { 


	font-size: 2rem;
	line-height: 2rem;
	text-decoration: none;
	vertical-align: middle;
}

.past-box-thumb .price del {
	color: #999999;
	font-size: 16px;
	margin-left: .5rem;
	vertical-align: middle;
}


/* Contact Form */

.contact-form .wpforms-form button[type=submit] {
	width: 100% !important;
}


/* Mini Feature Box Shortcode */

.mini-box {
	background-color: transparent;
	text-align: center;
	position: relative;
    padding: 10px 15px;
    border-radius: 7px;
}

.mini-box:hover {
	background-color: #ffd754;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

i.mini-box-icon {
	color: #d6d6d6;
	font-size: 60px;
}

.mini-box:hover i.mini-box-icon {
	color: #404e65;
}

h3.mini-box-title {
	color: #404e65;
	font-size: 24px;
	line-height: 26px;
	word-break: break-word;
}

.mini-box:hover h3.mini-box-title {
	color: #404e65;
}

p.mini-box-content {
	color: #b4b4b4;
	font-size: 15px;
	letter-spacing: 1px;
}

.mini-box:hover p.mini-box-content {
	color: #ffffff;
}

.mini-box > a {
	z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
