/*
Theme Name: ShopIn
Theme URI: http://smthemes.com/shopin/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0
License: Creative Commons 3.0
Theme date: 07/30/2019
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/

@import url(styles/font.css);
/* ========================================= GENERAL. ========================================= */
body {
	background:#fff;
	position:relative;
	font-family:'robotoregular';
	font-size:14px;
	color:#b0b0b0;
}
h2 {
	color:#b0b0b0;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#392c53;
	text-decoration:none;
}
a:hover {
	color:#ff7149;
}
.submit, .button, input[type="submit"] {
	line-height:27px;
	background: #ff7149;
	color:#fff;
	text-transform:uppercase;
	font-family:'robotoblack_italic';
	padding:10px 45px;
	float: right;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#392c53;
	color:#fff;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	border-color:#e0e0e0;
	color:#4a4a4a;
}
input[type="text"]:focus, 
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
select:focus { 
	border-color:#c0c0c0;
}
.accent {
	color:#28262b;
}
#comments .accent {}
.descent {
	color:#bcbcbc;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	line-height:27px;
	background: #ff7149;
	color:#fff;
	text-transform:uppercase;
	font-family:'robotoblack_italic';
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#392c53;
	color:#fff;
}

/* ========================================= Theme Header. ========================================= */
.site-header {
	background: #403753;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:80px;
	position:relative;
	z-index:2;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height:80px;
	position:relative;
	z-index:3;
	width: 60px;
}
@media screen and (max-width:1024px) {
	.headersearch {	
		margin-right:50px;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	background:none;
	border:none;
	height:57px;
	line-height:57px;
	color:#392c53;
	font-size:16px;
	box-sizing: border-box;
	border:1px solid #dcdcdc;
	background: #fff;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	font-family:'FontAwesome';
	display:none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#392c53; }
.search-box input[type="search"]:-moz-placeholder { color:#392c53; }
.search-box input[type="search"]::-moz-placeholder { color:#392c53; }
.search-box input[type="search"]:-ms-input-placeholder { color:#392c53;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#adadad; }
.headersearch input[type="search"]:-moz-placeholder { color:#adadad; }
.headersearch input[type="search"]::-moz-placeholder { color:#adadad; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#adadad; }
.headersearch .search-box {
	display:none;
	position:absolute;
	right:50px;
	top: 0;
	z-index:6;
	min-width:200px;
	float:right;
	margin: 20px 0 0 10px;
	width: 42px;
	height: 42px;
}
.headersearch .search-box input[type="search"] {
	font-size:16px;
	color:#adadad;
	line-height:42px;
	border-radius:30px;
	height: 42px;
}
.headersearch .search-box input[type="submit"] {
	display: none;
}
#search-trigger {
	color:#161617;
	position: relative;
	line-height: 50px;
	background:none;
	z-index:1;
	background:none;
	border-radius: 60px;
	font-size:18px;
	text-align: center;
	cursor: pointer;

	
	height:80px;
	width:42px !important;
	cursor:pointer;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	background:url(images/search.png) 50% 50% no-repeat;
}
#search-trigger:hover, #search-trigger.active {
	background: url(images/search-hover.png) 50% 50% no-repeat;
	z-index: 1;
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:left;
		display:flex;
		align-items:center;
		height:80px;
		position:relative;
		z-index:2;
		margin-left:40px;
	}
	#extra-menu ul.nav-menu > li > a {
		padding: 24px 10px;
		color:#fff;
		font-size: 17px;
		line-height: 31px;
		font-family: 'robotolight';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#ff7149;
	}
	#extra-menu > div > ul > li > a .sf-sub-indicator {
		display:inline-block;
		width: 31px;
		height: 31px;
		background:url(images/down.png) 50% no-repeat;
		vertical-align:bottom;
		text-indent:-9999px;
		overflow:hidden;
		padding-left: 10px;
	}
	#extra-menu > div > ul > li:hover > a .sf-sub-indicator {
		background:url(images/down-hover.png) 50% no-repeat;
	}
	.site-header ul.nav-menu  > li ul {
		background:#fff;
		border-radius:3px;
		padding:15px 20px;
		margin-left:20px;
		top:;
	}
	.site-header ul.nav-menu  > li ul li {}
	.site-header ul.nav-menu  > li ul li:hover {}
	.site-header ul.nav-menu  > li ul li a {
		color:#414141;
		font-size:18px;
		padding:5px 0;
	}
	.site-header ul.nav-menu  > li ul li:hover > a {
		color:#ff7149;
	}
	
}
@media only screen and (min-width:1024px) {
	#menu-trigger {
		position: relative;
		z-index:3;
		width:42px;
		height:80px;
		cursor:pointer;
		background:url(images/menu.png) 50% no-repeat;
		top: 0;
	}
	#menu-trigger:hover {
		background:url(images/menu-hover.png) 50% no-repeat;
	}
	#menu-trigger.active {	
		background:url(images/menu-active.png) 50% no-repeat;
	}
	#main-menu {
		float: right;
		height:80px;
		position: relative;
		z-index: 3;
		display: flex;
		align-items: center;
		position:relative;
		z-index:2;
	}
	#main-menu > div:first-child {
		display:none;
		background:#fff;
		border-radius:4px;
		position: absolute;
		left: auto;
		top: 20px;
		z-index: 4;
		box-shadow:5px 0 10px rgba(0,0,0,0.1);
		right: 100%;
	}
	#main-menu ul.nav-menu {
		height:65px;
		left: auto;
		left: 100%;
		top:0;
		min-width:200px;
	}
	#main-menu ul.nav-menu > li {
		width: 100%;
		float: left;
	}
	#main-menu ul.nav-menu > li > a {
		padding:15px 15px;
		color:#414141;
		font-size:16px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#ff7149;
	}
	#main-menu ul.nav-menu  > li ul {
		background:#fff;
		right: 100% !important;
		left: auto !important;
		box-shadow:5px 0 10px rgba(0,0,0,0.1);
		top:0;
		left:auto;
	}
	#main-menu ul.nav-menu  > li ul li a {}
	#main-menu ul.nav-menu  > li ul li:hover > a {}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    margin: 0;
    color: #fff;
}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	max-width:100%;
	position:relative;
	top:-80px;
	z-index:1;
	margin-bottom:-80px;
}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background: rgba(57,44,83,0.8);
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:1000px;
	display:flex;
	align-items:center;
}
.fp-content {
	position: relative;
	padding:20px;
	width:100%;
	text-align: center;
}
.fp-title {
	color:#fff;
	font-size:80px;
    font-family: 'robotothin';
	font-weight:normal;
}
.fp-description {
	color:#fff;
	font-size:24px;
	font-style:italic;
	font-family: 'robotolight';
	line-height: 30px;
	margin: 15px 0;
}
.fp-more {
	background:#ff7149;
	color:#fff;
	padding: 12px 40px 12px 90px;
	text-transform:uppercase;
	font-family: 'robotoblack_italic';
	position:relative;
	display: inline-block;
	opacity:0.9;
	float:none;
}
.fp-more:hover {
	opacity:1;	
}
.fp-more::after {
	content:'';
	position:absolute;
	width:50px;
	height:50px;
	left:0;
	top:0;
	background:url(images/fp-more.png) 50% no-repeat;
}
.fp-nav {
	position:absolute;
	bottom: 25px;
	margin: 0 auto;
}
.fp-pager {
	text-align: center;
	margin: 0 auto;
}
.fp-pager a {
	width:8px;
	height:8px;
	margin: 0 4px;
	background:url(images/slider-page.png) 50% no-repeat;
}
.fp-pager a.activeSlide, .fp-pager a:hover {	
	background:url(images/slider-page-active.png) 50% no-repeat;
}
.fp-pager a.activeSlide:last-child {
	margin:0;
}
@media screen and (max-width:1024px) {
	.fp-title {
		font-size:40px;
	}
	.fp-description {
		font-size:15px;
	}
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-nav {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	padding: 40px 0;
	background:#fff;
}
.page-title {
	
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight:normal;
	text-transform:none;
	color:#392c53;
	font-size:28px;
}
.entry-title a {
	color:#333;
}
.entry-title a:hover { color:#555;}
article {
	padding: 20px;
	border: 1px solid #dcdcdc;
	margin-bottom: 50px;
}
.featured_box {
	float:left;
	position:relative;
	margin:0 15px 10px 0;
}
@media screen and (max-width:640px) {
	article .featured_box {
		margin:0 0 15px;
		width:100%;
	}
	.featured_box img {
		width:100%;
	}
}
article .featured_image {
	vertical-align:bottom;
}
article .post-date {
	display:block;
	float:left;
	color:#fff;
	padding:20px 0 25px;
	width:60px;
	height:120px;
	box-sizing:border-box;
	text-align:center;
	margin:0 15px 15px 0;
	background:#ff7149;
}
.post-date .day { font-size:37px; font-family:'robotothin'; line-height:35px; }
.post-date .month { font-size:19px; }
.post-date .year { font-size:15px; }
.featured_box .post-date {
	position:absolute;
	left:15px;
	top:15px;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {border: 1px solid #f2f2f2;border-width: 1px 0;padding: 17px 0 20px;margin: 20px 0 !important;}
.entry-meta a {}
.entry-meta a:hover {}
.entry-meta > span {
	margin-right: 5px;
}
.post-date {}
.post-author {
	color: #b6b6b6;
	font-size: 11px;
	margin-top: 25px;
	display: inline-block;
}
.post-author a {
	font-size:14px;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	text-transform:uppercase;
}
.widget a:hover {
	
}
.sidebar {}
.widget {
	line-height:22px;
	border:1px solid #dcdcdc;
	margin-bottom:80px;
	position:relative;
	padding: 10px;
}
.widget .caption {
	bottom:100%;
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
}
.sidebar .caption h4 {
	font-size: 18px;
	text-transform: uppercase;
	color: #392c53;
	text-align: center;
	font-family: 'robotoblack_italic';
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 7px;
}
.sidebar ul li {}
.sidebar .widget ul.children li:last-child,
.sidebar .widget ul.sub-menu li:last-child {} 
.widget ul {
	padding:0;
}
.widget ul li {
	list-style-type: none;
}
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_categories ul li a {
	padding: 15px 0;
	display:inline-block;
	transition:0.3s;
}
.widget_recent_entries a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover {
	background:url(images/list.png) left center no-repeat;
	padding-left:10px;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
	border-radius:50px;
}
.widget_smt_comments .comment_author {}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date {
	color:#ff7149;
	text-transform:uppercase;
	border:1px solid #dcdcdc;
	padding:5px 10px;
	font-weight:bold;
	display:inline-block;
	float: none;
}
.widget_smt_posts .title {
    display: block;
    margin: 5px 0;
}
.widget_smt_posts p {
	font-size:13px;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	background:url(images/footer.jpg) 50% no-repeat;
	background-color:#36264d;	
	color:#b0b0b0;
}
footer .widget {
	box-sizing: border-box;
	margin-top:40px;
	border-color: rgba(255, 255, 255, 0.1);
}
footer .widget a, footer a {
	color:#fff;	
}
footer .widget a:hover, footer a:hover {
	color:#ff7149;	
}
footer .footer_txt {
	padding:15px 0;
	font-size:18px;
	font-family:'robotothin';
	color:#444;
	text-align:center;
	background: #fff;
}
footer .footer_txt a {
	text-decoration:none;
	color:#444;
}
footer .widget .caption  h4 {
	border-color: rgba(255, 255, 255, 0.1);
	color:#fff;
}
footer .widget ul li {}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {} 
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_nav_menu ul li a,
footer .widget_pages ul li a,
footer .widget_categories ul li a {}
footer .widget_archive ul li a:hover,
footer .widget_meta ul li a:hover,
footer .widget_nav_menu ul li a:hover,
footer .widget_pages ul li a:hover,
footer .widget_categories ul li a:hover {}
footer .widget_smt_posts .post-date {
	border-color: rgba(255, 255, 255, 0.1);
}