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


/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(css/font.css);

html {
	background:url(images/back.png) left top;
	border-top:10px solid #e6601b;
}
body {	
	color:#676767;
	position:relative;
	background:url(images/top.png) top no-repeat;
	-moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%;
}
a {
	color:#676767;
}
a:hover {
	color:#df5d1a;
}
a.post_ttl, .post-caption h1 {
	color:#4c4c4c;
	font-size:23px;
	font-family: 'OpenSansRegular';
}
h2 a.post_ttl:hover{
	color:#f1c696;
}



/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
}
#secondarymenu-container {
	position:relative;
}


/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	float:left;
	height:25px;
	line-height:25px;
	color:#000;
	text-transform:lowercase;
	font-family: 'OpenSansRegular';
}
.searchbtn {
	height:25px;
	width:20px;
	margin-right:10px;
}
.searchform {
	height:25px;
	border:1px solid #e6601b;
	background: rgb(254,254,254); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(226,225,225,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(226,225,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(226,225,225,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(226,225,225,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(226,225,225,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(226,225,225,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e1e1',GradientType=0 ); /* IE6-9 */	margin:0;
}

/*------------------------------ CONTENT ------------------------------*/
.content-r #main_content, .content-r2 #main_content{
	padding:0 40px 20px 0;
}
.content-l #main_content, .content-l2 #main_content{
	padding:0 0 20px 40px;
}
.content-lr #main_content{
	padding:0 30px 20px;
}
#main_content {
	padding-top:25px !important;
}
.articles .post-caption {
	padding:0 20px;
}
.one-post{
	background:#fff;
	margin-bottom:24px;
	padding-bottom:16px;
}
.articles .post-body{
	padding:0 22px;
}
#commentform #submit, input.readmore, a.readmore {
	background: rgb(244,107,37); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,107,37,1) 0%, rgba(217,90,26,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,107,37,1)), color-stop(100%,rgba(217,90,26,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,107,37,1) 0%,rgba(217,90,26,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(244,107,37,1) 0%,rgba(217,90,26,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(244,107,37,1) 0%,rgba(217,90,26,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(244,107,37,1) 0%,rgba(217,90,26,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46b25', endColorstr='#d95a1a',GradientType=0 ); /* IE6-9 */
	color:#fff;
	font-size:12px;
	border:none;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	color:#fff;
	text-decoration:underline;
}
.featured_image{margin-top:15px;}
.featured_image.alignleft{padding:0;  border:none;}
.featured_image.alignright{padding:0; border:none;}
.featured_image.aligncenter{padding:0; border:none;}
.googlemap {
	padding:0;
	border:none;
}
.widget_posts ul li img,.widget_flickr a {
	border:none;
	padding:0;
}
.pagination{
	margin:30px 0;
}
.pagination.classic {
	padding-top:30px;
	text-align:left;
}
.page-numbers {
	padding:5px 10px;
	font-family: 'Arial';
}
a.page-numbers {
	background: rgb(254,254,254); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(226,225,225,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(226,225,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(226,225,225,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(226,225,225,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(226,225,225,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(226,225,225,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e1e1',GradientType=0 ); /* IE6-9 */
	color:#000;
	text-decoration:none;
}
a.page-numbers:hover, span.page-numbers {
	background: rgb(244,107,37); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,107,37,1) 0%, rgba(217,90,26,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,107,37,1)), color-stop(100%,rgba(217,90,26,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,107,37,1) 0%,rgba(217,90,26,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(244,107,37,1) 0%,rgba(217,90,26,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(244,107,37,1) 0%,rgba(217,90,26,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(244,107,37,1) 0%,rgba(217,90,26,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46b25', endColorstr='#d95a1a',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
 
.post-meta a, .sidebar li a { color:#000; text-decoration:none; }
.post-meta a:hover, .sidebar li a:hover { color:#df5d1a; }
/*------------------------------ FOOTER ------------------------------*/
#footer  {
	background:#fff;
}

#footer a{}

#footer h3{
	font-family: 'OpenSansRegular';
	color:#4d4d4d;
	font-size:20px;
	text-transform:uppercase;
}

#footer .container.clearfix {
	border-bottom:1px solid #fbad85;
}

#footer .footer_txt {

}
#footer .footer_txt .container {
}
.footer-widgets {
}
/*------------------------------ WIDGETS AND SLIDER ------------------------------*/
.content-r .sidebar.right, .content-lr .sidebar.right, .content-r2 .sidebar.left, .content-r2 .sidebar.right {
	margin-left:5px;
}
.content-l .sidebar.left, .content-lr .sidebar.left, .content-l2 .sidebar.left, .content-l2 .sidebar.right{
	margin-right:5px;
}

#content .widget .caption h3 {
	color:#676767;
	font-size:20px;
	text-transform:uppercase;
	font-family: 'OpenSansRegular';
	border-bottom:1px solid #4b4b4b;
	margin-bottom:15px;
}
#content .widget {
	
}
.tabs_captions { overflow:hidden; }
.tabs_captions .scaption{	
	background: rgb(254,254,254); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(226,225,225,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(226,225,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(226,225,225,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(226,225,225,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(226,225,225,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(226,225,225,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e1e1',GradientType=0 ); /* IE6-9 */
	padding:6px 10px !important;
	color:#000;
	border:none;
	margin:2px 0;
	float:left;
	white-space:nowrap;
	font-family: 'OpenSansRegular';
	font-size:14px;
}
.tabs_captions .scaption.active, .tabs_captions .scaption:hover{
	background: rgb(244,107,37); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,107,37,1) 0%, rgba(217,90,26,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,107,37,1)), color-stop(100%,rgba(217,90,26,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,107,37,1) 0%,rgba(217,90,26,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(244,107,37,1) 0%,rgba(217,90,26,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(244,107,37,1) 0%,rgba(217,90,26,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(244,107,37,1) 0%,rgba(217,90,26,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46b25', endColorstr='#d95a1a',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
.fp-next{
	background-position:left 50%;
	width:27px;
}
.fp-prev {
	background-position:right 50%;
	width:27px;
	
}
	
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content {
		margin-top:50px;
	}
	#content .container {
		width:980px;
	}
	#logo {
		position:absolute;
		left:10px;
	}
	.menusearch {
		width:260px;
		position:absolute;
		right:10px;
		top:20px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:116px;
		position:relative;
		z-index:20;
	}
	
	
	#secondarymenu {
		float:right;
		margin-top:70px;
		margin-right:10px;
	}
	#secondarymenu a {
		padding:2px 9px;
		font-size:12px;
		font-family: 'OpenSansRegular';
		text-transform:uppercase;
		color:#4d4d4d;
	}
	#secondarymenu a:hover{
		color:#fff;
		background:#f4661d;
	}
	#header-block {
		position:relative;
	}
	
	#mainmenu-container {
		height:45px;
		margin:0 auto 20px;
		z-index:18;
		padding:0 10px;
	}
	#mainmenu li a {
		padding:11px 20px;
		font-size:16px;
		font-family: 'OpenSansRegular';
		text-transform:uppercase;
		color:#4d4d4d;
	}
	#mainmenu li {
		position:relative;
	}
	#mainmenu li a:hover{
		color:#fff;
		background:#f4661d;
	}


	#header li ul {	top:25px; }
	#header #mainmenu li ul { top:50px; }
	
	#header li ul .transparent {	}
	#header li ul .inner { background:#e05e1a; }
	#header #mainmenu li ul .transparent {	}
	#header #mainmenu li ul .inner {	}
	
	#header ul.children li a, #header .sub-menu li a {
		color:#fff; 
		padding:0 20px;
		text-transform:none;
		text-align:left;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		color:#000;	
		background: rgb(254,254,254); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(226,225,225,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(226,225,225,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(226,225,225,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(226,225,225,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(226,225,225,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(226,225,225,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e1e1',GradientType=0 ); /* IE6-9 */
	}
	
	#header #mainmenu ul.children li a, #header #mainmenu .sub-menu li a {}
	#header #mainmenu ul.children li a:hover, #header #mainmenu .sub-menu li a:hover {	
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {	
		width:980px;
		height:394px;
		margin:0 auto;
		position:relative;
		border:1px solid #8a8a8a;
	}
	.slider {
	}
	.fp-next, .fp-prev {
		margin:164px 0;
		width:60px;
		height:49px;
	}
	.fp-title a{
		font-size:26px;
		text-decoration:none;
		font-family: 'OpenSansBoldItalic';
		color:#fff;
	}
	.fp-content p a{
		color:#fff;
		text-transform:lowercase;
	}
	.fp-content p{
		font-family: 'OpenSansLightItalic';
		font-size:20px;
	}
	.fp-prev-next-wrap {
		margin:0 0px;
	}
	.slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items {
		height:188px;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:394px;
		width:980px;
	}
	.fp-content-fon {
		border:none;
		height:0;
		width:0;
		left:0;
		bottom:0;
	}
	.fp-content {
		bottom: 13px;
		font-size: 13px;
		height: 164px;
		left: 58px;
		right: 455px;
		text-align: left;
	}
	.fp-pager a{
		width:17px;
		height:16px;
	}
	.fp-nav {
		bottom:-30px;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	
	#footer .footer_txt .container {
		
	}
}	


/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header {
	}
	#logo {
		float:left;
		margin-left:15px;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		margin-right:15px;
		margin-top:52px;
	}
	#secondarymenu-container {
		padding-top:0px;
	}
	#secondarymenu {
		clear:both;
	}
	#secondarymenu li {
		
	}
	#secondarymenu li a{
		padding:15px;
		font-size:12px;
		font-family: 'OpenSansRegular';
	}
	#header li ul{
		padding:0 0 0 15px;
	}
	#header li ul li a{
		padding:0;
	}	
	#mainmenu-container {
		clear:both;
		padding-bottom:10px;
	}
	#mainmenu li {
		padding:0;
		float:left;
	}
	#mainmenu a {
		color:#393939;
		text-decoration:none;
		font-family: 'OpenSansRegular';
		font-size:16px;
		padding:10px 15px;
		display:block;
	}

	
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch {padding:13px 0;margin-top:28px;}
	#header {
	
	}
	#logo {
		margin-top:5px;
		margin-bottom:-35px;
	}
	.searchbtn {
		width:auto !important;
	}
	#secondarymenu-container {
		padding-top:6px;
	}
	#secondarymenu, #mainmenu {
		background:#fff;
		padding:0 2%;
		margin-top:10px;
	}
	#secondarymenu li, #mainmenu li {
		border-top:1px solid #d7d7d7;
	}
	#secondarymenu li a, #mainmenu li a{
		color:#363636;
		text-decoration:none;
	}
	.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:-18px;
	}
	.slider-container {
		padding-bottom:20px;
	}
	#s {
		width:70%;
	}
}