/*
Theme Name: Perfume
Theme URI: http://smthemes.com/perfume/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 2.5
License: Creative Commons 3.0
Theme date: 02/09/2020
License URI: license.txt
Tags: white, red, light, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/


/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Expletus+Sans);
html {
	background:#707070;
}
body {
	background:url(images/background.png) left top repeat-x;
	color:#261204;
}


a {
	color:#bc1861;
}
a:hover {
	color:#000000;
}
h1, h2, h3, h4, h5, h6, a.post_ttl {
	color:#000000;
	text-decoration:none;
}

a.post_ttl {
	font-size:20px;
	
}
/*------------------------------ HEADER ------------------------------*/
#header {
	
}
#secondarymenu-container {
	position:relative;
}

/*------------------------------ SEARCH ------------------------------*/
#s {
	border:none;
	background:none;
	float:right;
	height:25px;
	line-height:25px;
	color:#c3c3c3;
}
.searchbtn {
	height:25px;
	width:13px;
	margin:0 10px;
}
.searchform {
	background:#fff;
	box-shadow:0px 1px 2px #999 inset;
}
/*------------------------------ CONTENT ------------------------------*/
.articles .one-post {
	border-bottom:1px solid #e5e5e5;
}
.articles .post-caption h1, .articles .post-caption h2 {
	font-family:'Oswald';
}
.articles .post-meta {
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	font-style:italic;
	font-family:'Expletus Sans';
}
.articles .post-date{
	color:#19697c;
	float:right;
}
#commentform #submit, input.readmore, a.readmore {
	background:url(images/readmore.png) left top repeat-x;
	color:#fff;
	height:38px;
	line-height:34px;
	padding:0 15px;
}
.featured_image {
	padding:4px;
	margin-top:12px;
	background:#fcfcfc;
    border: 1px solid #efefef;
	box-shadow:0px 2px 3px #ddd;
}
.googlemap {
	background:#fcfcfc;
    border:1px solid #efefef;
}
.widget_posts ul li img,.widget_flickr a {
	padding:2px;
	background:#efefef;
}

.pagination{
	margin:30px 0;
}
.page-numbers {
	font-size:14px;
	padding:5px 10px;	
}
a.page-numbers,
body.woocommerce nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce #content nav.woocommerce-pagination ul li a,
body.woocommerce-page #content nav.woocommerce-pagination ul li a,
body.woocommerce nav.woocommerce-pagination ul li span,
body.woocommerce-page nav.woocommerce-pagination ul li span,
body.woocommerce #content nav.woocommerce-pagination ul li span,
body.woocommerce-page #content nav.woocommerce-pagination ul li span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#444;
	background:#ececec;
	background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(225,225,225,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(225,225,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(225,225,225,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(225,225,225,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(225,225,225,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(248,248,248,1) 0%,rgba(225,225,225,1) 100%); /* W3C */
}
.woocommerce #content nav.woocommerce-pagination ul li, 
.woocommerce nav.woocommerce-pagination ul li, 
.woocommerce-page #content nav.woocommerce-pagination ul li, 
.woocommerce-page nav.woocommerce-pagination ul li  { 
	margin-right:3px;
} 
a.page-numbers:hover, 
span.page-numbers,
body.woocommerce nav.woocommerce-pagination ul li span.current,
body.woocommerce-page nav.woocommerce-pagination ul li span.current,
body.woocommerce #content nav.woocommerce-pagination ul li span.current,
body.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
body.woocommerce nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page nav.woocommerce-pagination ul li a:hover,
body.woocommerce #content nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
body.woocommerce nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page nav.woocommerce-pagination ul li a:focus,
body.woocommerce #content nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
	padding:5px 10px;
	color:#fff;
	border:none;
	background:#1b1b1b;
	background: -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(15,15,15,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(15,15,15,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(15,15,15,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(15,15,15,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(15,15,15,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(45,45,45,1) 0%,rgba(15,15,15,1) 100%); /* W3C */
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

/*------------------------------ FOOTER ------------------------------*/
#footer {
	color:#e8e8e8;
}
#footer .container {
	background:#000;
}
#footer a, #footer h3 {
	color:#fff;
}
#footer .footer_txt {
	border-top:1px solid #e5e5e5;
}

/*------------------------------ WIDGETS AND SLIDER ------------------------------*/

#content .widget {
	border-top:4px double #fff;
}
#content .sidebar .widget:first-child {
	border-top:none;
}
.fp-next, .fp-prev {
	width:38px;
	height:38px;
}
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content-top {
		height:8px;
		background:#e0e0e0 !important;
	}
	#content-bottom {
		
	}
	#content .container {
		padding:0 2px;
	}
	.content-lr .sidebar.left, .content-l .sidebar.left, .content-l2 .sidebar.left, .sidebar-l2 .sidebar.right {
		margin-right:4px;
	}
	.content-lr .sidebar.right, .content-r .sidebar.right, .content-r2 .sidebar.right, .sidebar-r2 .sidebar.left {
		margin-left:4px;
	}
	#logo {
		position:absolute;
		left:50%;
	}
	#logo img {
		margin-left:-50%;
	}
	.menusearch {
		float:right;
		margin-top:24px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		
		height:88px;
		position:relative;
		z-index:20;
	}
	#secondarymenu {
		float:left;
		margin-top:32px;
		padding-left:116px;
		background:url(images/topmenu-left.png) left top no-repeat;
	}
	.menu-topmenu-container {
		background:url(images/topmenu-right.png) right top no-repeat;
		height:34px;
	}
	#secondarymenu ul.menus {
		margin-left:-106px;
		margin-right:10px;
	}
	#secondarymenu li {
		
	}
	#secondarymenu a {
		
		text-decoration:none;
		padding:8px 10px;
		display:block;
		color:#e8e8e8;
		
	}
	#secondarymenu a:hover{
		color:#fff;
	}
	#header-block{
		position:relative;
		padding-top:98px;
	}
	#mainmenu-container {
		height:100px;
		width:1000px;
		background:url(images/menu.png) left 3px no-repeat;
		position: absolute;
		top: 0;
		z-index: 19;
	}
	
	#mainmenu li a {
		text-align:center;
		color:#fff;
		display:block;
		text-decoration:none;
		font-family:'Oswald';
		padding:43px 30px;
		
	}
	#mainmenu li {
		padding-left:7px;
		position:relative;
	}
	#mainmenu li:hover {
		background:url(images/menuli-hover.png) left top no-repeat;
	}
	#mainmenu li:hover a{
		background:url(images/menulia-hover.png) right top no-repeat;
	}
	#header li ul {
		top:51px;
	}
	#header #mainmenu li ul {
		top:110px;	
	}


	#header li ul .inner {
		background:#000;
		padding:0;
	}
	#header ul.children li, #header .sub-menu li {
		padding:0 !important;
		margin:0 !important;
		height:25px;
		line-height:25px;
	}
	#header ul.children li a, #header .sub-menu li a {
		color:#fff !important;
		padding:0 !important;
		background:none;
		height:25px;
		line-height:25px;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		background:#333 !important;
		color:#fff !important;
	}
	
	#header .sub-menu .sub-menu {
		top:0 !important;
	}
	
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {
		padding:1px 0;
		background:#fff;
	}
	.slider {
		position:relative;
		width:1000px;
		margin:0 auto;
		padding:0;
		border:none;
	}
	.fp-prev-next-wrap {
		margin:0;
	}
	.fp-prev,.fp-next {
		margin:15px;
		margin-top:-32px;
	}
	.slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items {
		height:188px;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:428px;
		width:1000px;
	}
	.fp-content-fon {
		border-bottom:none;
		border-left:none;
		border-right:none;
	}
	.fp-content-fon, .fp-content {	
		left:0;
		right:0;
		bottom:0;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	.fp-nav {
		bottom:25px;
		right:30px;
		left:auto;
	}
	.content-l #content .container { background:url(images/content/main-l.png)  top repeat-y; }
	.content-r #content .container { background:url(images/content/main-r.png)  top repeat-y; }
	.content-lr #content .container { background:url(images/content/main-lr.png)  top repeat-y; }
	.content-l2 #content .container { background:url(images/content/main-l2.png)  top repeat-y; }
	.content-r2 #content .container { background:url(images/content/main-r2.png)  top repeat-y; }
	.content-n #content .container { background:url(images/content/main-n.png)  top repeat-y; }

}

/* WooCommerce */
.woocommerce a.button.alt, 
.woocommerce-page a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce-page input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce #content input.button.alt, 
.woocommerce-page #content input.button.alt,
.woocommerce-page #content .products li a.button {
	background:#95315e !important;
	color:#fff !important;
	text-shadow:none !important;
	box-shadow:none !important;
	font-weight:normal !important;
	border:none !important;
}
.woocommerce a.button.alt:hover, 
.woocommerce-page a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce-page input.button.alt:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce-page #respond input#submit.alt:hover, 
.woocommerce #content input.button.alt:hover, 
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #content .products li a.button:hover  {
	text-decoration:underline !important;
}
.widget.woocommerce.widget_product_search #s {  
	background:#fff !important;
	box-shadow:0px 1px 2px #999 inset !important;  
}
.widget.woocommerce.widget_product_search #searchsubmit {
	background:#262626;
	padding:2px 6px;
	color:#fff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle { 
	background:#ac386b !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range { 
	background:#702447 !important;
}
.woocommerce-page #main_content > #container > #content { 
	padding:15px 0 !important;
}

/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	
	#header .container {
		background-position:50% top;
	}
	#content .container { background:url(images/content/main-n.png) 50% top repeat-y !important; width:100%; padding:0 !important;}
	#logo {
		float:left;
		margin-left:0px;
		margin-top:26px;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	/*------------------------------ MENU ------------------------------*/
	
	#secondarymenu-container {
		
		padding-top:0px;
	}
	
	
	
	
	
	
	
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch {padding:3px 0;}
	
	#logo {
		
	}
	#content .container { background:url(images/content/main-n.png) 50% top repeat-y !important; width:100%; padding:0 !important;}
	
	
	
	
	.fp-next, .fp-prev {
		margin:0 -5px;
	}
	.footer-widgets .widgetf:first-child {
		border:none;
	}
	
	#footer {
		width:100%;
	}
	.widgetf {
		border-top:1px solid #d3d3d3;
	}
	.articles .post-date {
		float:none;
	}
	.articles dt p img {
		display:none;
	}
	.fp-nav {
		bottom:-5px;
	}
	.slider-container {
		padding-bottom:20px;
	}
	#s {
		width:70%;
	
	}
}