/*
	Theme Name: NST Pro Theme
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
		- Home Page
		- Miscellaneous
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Lifestyle Pro Blue
		- Lifestyle Pro Green
		- Lifestyle Pro Mustard
		- Lifestyle Pro Purple
		- Lifestyle Pro Red
	- Media Queries
		- Retina Display
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before  {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #000;
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	font-size: 1.7em;
	font-weight: 400;
	line-height: 1.625;
}


a {
	color: #6b63ae;
	text-decoration: none;
}

a:hover,
.site-footer a:hover {
	color: #6b63ae;
text-decoration: none; 
}

p {
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	padding: 0;
}

.faves {text-align: left; font-size: 13px; line-height: 14px;}

.faves-item {margin-bottom: 8px; }

.reviews, .pageBodysmall {
font-size: 15px; 
font-size: 1.5rem; 
line-height: 1.3; 
margin-bottom: 8px !important; margin-bottom: .8rem !important;
}

.pageBodygloss {line-height:1.3; margin-bottom: 15px;}

.listing-item {line-height:1.3; margin-bottom: 10px;}


.aligncenter, img.aligncenter {
  text-align: center;
  margin: 0 auto 0 auto;
 display:block;
    clear: none;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 0 40px 24px;
	margin: 0 4rem 2.4rem;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

.hat{color:#8397c5;}.alert{color:#ea1c1c;}

/* Headings
--------------------------------------------- */

h1,
h5,
h6
{
	color: #212121;
	font-family: 'Bitter', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

.breadcrumb {
 text-align: center;
      margin: 15px;
	margin: 1.5rem;
color: #8397c5;
	font-family: Bitter;
	font-weight: 400;
	line-height: 1.2;
font-size: 20px;
	font-size: 2rem;
text-transform: capitalize;

}

h3, h4, h5, .sidebar .entry-title, #cat-name {
	color: #8397c5;
	font-family: Bitter;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h2 {
	color: #8397c5;
	font-family: Bitter;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}



h1,
.entry-title {
color: #333;

	font-size: 28px;
         font-family: Bitter;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}


	h2,
.home-top .entry-title
{
	font-size: 22px;
	font-size: 2.2rem;
}

h3, h4, h5,
#cat-name,
.archive-title,
.comments-title,
.sidebar .entry-title,
.home-bottom .entry-title,
.home-middle .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
margin-top:25px;
margin-top: 2.5rem;
}


#cat-name {
margin-top:20px;
margin-top:2.0rem;
}

h6
{
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #eeeee8;
	box-shadow: 0 0 5px #fff inset;
	color: #000;
	font-size: 17px;
	font-size: 1.7rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #b1a8d4;
	box-shadow: none;
	border: none;
	color: #fff;
	cursor: pointer;
	width: auto;
	padding: 5px 10px;}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #fff;
	color: #b1a8d4;
}

.button {
	display: inline-block;
}


 
/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1;
	margin-bottom: 0px;
	margin-bottom: 0rem;
	width: 100%;
}

tbody {
	border: none;

}

th,
td {
	text-align: left;
}

th {
	font-weight: 700;
	text-transform: uppercase;
}

td {
	border-top: none;
	padding: 6px 4px;
	padding: 0.6rem 0.4rem;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
background-color: #fff;
margin: 10px auto;
margin: .7rem auto;
max-width: 1140px;
overflow: hidden;
padding: 20px;
padding: 1.4rem;
}

.site-inner {
clear: both;
padding-top: 8px;
padding-top: 1.0rem;
}

.wrap {
margin: 0 auto;
max-width: 1140px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 868px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 600px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

.full-width-content .content {
	width: 100%;
}

.lifestyle-pro-landing .site-container {
	max-width: 772px;
}

.lifestyle-pro-landing .site-inner,
.lifestyle-pro-landing .entry {
	padding: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 380px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 164px;
}

#text-404193476, #custom_html-3 {
background-color: #f4f0f7;
border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;

}


.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar-bottom-left,
.sidebar-bottom-right {
	display: inline;
	float: left;
	}

.sidebar-bottom-left {
	width: 170px;
	}
.sidebar-bottom-right {
	width: 180px;	}

.sidebar-bottom-wide {
         float: right;
	width: 380px;
margin-bottom:10px;
background-color: #f4f6f9;
       border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;


}


.sidebar-bottom-left .widget,  .sidebar-bottom-right .widget {
background-color: #f4f6f9;
       border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
 
.sidebar-bottom-right {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border-radius: 25px;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	overflow: hidden;
	width: 100%;
}

.search-form input[type="search"] {
	background: #fff url(images/search.png) no-repeat 15px 16px;
	background-size: 15px 15px;
	padding: 16px 16px 16px 44px;
	padding: 1.6rem 1.6rem 1.6rem 4.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
     max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.archive-description,
.author-box,
.sticky {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	overflow: hidden;
	padding: 32px;
	padding: 3.2rem;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.site-header .widget-title {
  color: #FFF;
}


.entry-title a,
.sidebar .widget-title a {
	color: #222;
	text-decoration: none;
}

.entry-title a:hover {
	color: #222;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.first-post {text-align: center; padding-bottom: 10px; padding-top: 10px; margin-bottom:40px; 
 border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

#afterpost {text-align: center; padding-bottom: 10px; padding-top: 10px; padding-left: 0; margin-bottom: 30px; margin-top: 25px;
 border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}


.first-post h4, 
.afterpost .widget-title h4 {text-align: center;}




/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	text-align: center;
}

.featured-content .entry-header {
	border: none;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.featured-content .entry-title {
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews-widget input {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	border: none;
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */


.site-header {
	background-color: #FFF;
	padding: 0;
	padding: 0rem;
	overflow: hidden;
}



/* Title Area
--------------------------------------------- */

.title-area {
	height: 100px;
}

.site-title {
		line-height: 1;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.site-description {
	display: none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	text-align: center;
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}


.header-image .site-title a {
  background: url(https://nstperfume.com/wp-content/themes/nst-pro/images/nst-logo-703-88.jpg) no-repeat;
  height: 88px;
  width: 703px;	
margin-left: auto;
margin-right: auto;
}

/* Logo, hide text */

.header-image .title-area {
	padding: 0;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #b9c3db;
	float: right;
	width: 600px;
}

.site-header .search-form {
	float: right;
	margin-top: 16px;
	margin-top: 1.6rem;
}

.site-header .widget-area a {
	color: #fff;
}


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

.genesis-nav-menu {
	clear: both;
font-family: 'Bitter', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
line-height: 1;
	width: 100%;
	}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a, .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	display: block;
padding: 10px 8px 8px;
	padding: 1rem .8rem .8rem;

	position: relative;
	text-decoration: none;
}

.genesis-nav-menu > li:hover a,
.genesis-nav-menu a:hover {
background-color: #fff;
color: #6b63ae;
text-decoration: none;
border-bottom: none !important;
}


.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 184px;
	z-index: 99;
}

.genesis-nav-menu > li:hover .sub-menu a,
.genesis-nav-menu .sub-menu a {
	background-color: #fafafa;
	color: #222;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	position: relative;
	width: 184px;
text-decoration: none;
}

.genesis-nav-menu > li:hover .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:hover {
	color: #222;
text-decoration: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 183px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
text-decoration: none;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
text-decoration: none;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
}

.genesis-nav-menu > .right > a {
	background: none;
	color: #a5a5a3;
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .right > a:hover {
	color: #222;
text-decoration: none;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form input[type="search"] {
	background-position: 12px 12px;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 12px 12px 12px 44px;
	padding: 1.2rem 1.2rem 1.2rem 4.4rem;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li,
.site-header .widget_nav_menu ul ul {
	border: none;
	margin: 0;
	padding: 0;
}

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



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

.nav-secondary {
 	background-color: #b1a8d4;
}



/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.lifestyle-pro-home .content .widget {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
}

.lifestyle-pro-home .featuredpost img {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.lifestyle-pro-home .featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.lifestyle-pro-home .entry:last-child {
	margin-bottom: 0;
}

.home-middle .featuredpost img {
	margin-bottom: 0;
	margin-right: 20px;
	margin-right: 2rem;
}

.home-bottom-left,
.home-bottom-right {
	width: 332px;
}

.home-bottom-left {
	float: left;
}

.home-bottom-right {
	float: right;
}

.lifestyle-pro-home .content .featuredpost p {
	margin: 0;
}

.lifestyle-pro-home .content .widget-title {
	background-color: #76d2c5;
	color: #fff;
	padding: 12px 32px;
	padding: 1.2rem 3.2rem;
}

/* Entries
--------------------------------------------- */

.content .entry {
	border: none;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 22px;
	padding: 2.2rem;
}

.lifestyle-pro-landing .content .entry {
	border: none;
}

.entry-header {
	border-bottom: 1px solid #eeeee8;
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-meta {
	font-size: 15px;
	font-size: 1.5rem;
}

.entry-header .entry-meta {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eeeee8;
	margin: 0;
	padding: 32px 0 8px;
	padding: 3.2rem 0 0.8rem;
}

.entry-categories, .entry-tags {
color: #8397c5;
 }

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

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

.archive-pagination {
	clear: both;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	border: 1px solid #eeeee8;
	color: #a5a5a3;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #b1a8d4;
}

/* Comments
--------------------------------------------- */

.ping-list,
.entry-comments,
.comment-respond {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.comment-content {
	clear: both;
word-wrap: break-word;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 22px;
	padding: 2.2rem;
line-height: 1.2;
}

.comment {
	border: 3px solid #b3afd5; 
	border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;

}


.comment .byuser, 
#comments li.byuser
{
background: #fff;
}

.comment-author-admin.bypostauthor,
.comment .bypostauthor, 
#comments li.bypostauthor {
background: #f9fafb;
}

 
.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.form-allowed-tags {
	background-color: #f8f8f8;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 2.4rem 0 1.6rem;
}

.comment-form {
padding: 24px;
padding: 2.4rem;
border: 2px solid #b9c3db;
border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;

}

.comment-reply-title {
margin-top: 15px;}

.commentmetadata {
font-size: 12px;
font-size: 1.2rem;
line-height: 2;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 15px;
	font-size: 1.5rem;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	padding: 15px;
	padding: 1.5rem;
	text-align: center;
}

.widget li {
	border-bottom: 1px solid #eeeee8;
	list-style-type: none;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding-bottom: 12px;
	padding-bottom: 1.2rem;
}

.widget ul ul {
	border-top: 1px solid #eeeee8;
	margin-top: 12px;
	margin-top: 1.2rem;
	padding-top: 12px;
	padding-top: 1.2rem;
}

.widget ul > li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #9babd0;
color: #ffffff;
clear: both;
margin: auto;
	padding-top: 12px;
	padding-top: 1.2rem;
}

.footer-widgets a {
	color: #FFF; 
font-family: 'Bitter', serif;
font-size: 15px; 
font-size: 1.5rem;
}

.footer-widgets a:hover {
	background-color: #FFF;
          color: #9babd0;
border-bottom: none !important; }

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 332px;
}

.footer-widgets-1 {
	margin-right: 36px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 10px;
	padding: .1rem;
	text-align: center;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #FFF;
	color: #222;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 36px;
	padding: 3.6rem;
	text-align: center;
}

.site-footer a {
	color: #794287;
	text-decoration: none;	
}

.site-footer p {
	margin-bottom: 0;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Lifestyle Pro Purple
--------------------------------------------- */

.lifestyle-pro-purple .archive-pagination li a:hover,
.lifestyle-pro-purple .archive-pagination li.active a,
.lifestyle-pro-purple .entry-title a:hover  {
	color: #b1a8d4;
border-bottom: none;
}

.lifestyle-pro-purple .genesis-nav-menu a,
.lifestyle-pro-purple .site-title a,
.lifestyle-pro-purple .site-title a:hover {
	color: #fff;
border-bottom: none !important;
}

.lifestyle-pro-purple .sidebar .widget-title a,
.lifestyle-pro-purple a:hover {text-decoration: none; border-bottom:1px dotted #6b63ae;
	 }

.lifestyle-pro-purple .entry-title a 
{
	color: #333;
}


.lifestyle-pro-purple .archive-pagination li a,
.lifestyle-pro-purple .genesis-nav-menu .sub-menu a,
.lifestyle-pro-purple .nav-primary a {
	color: #73699a;
}

.lifestyle-pro-purple .nav-primary a:hover {
	color: #FFF;
background-color: #b1a8d4;
}



.lifestyle-pro-purple input[type="reset"],
.lifestyle-pro-purple input[type="submit"],
.lifestyle-pro-purple.lifestyle-pro-home .content .widget-title {
	background-color: #b1a8d4;
}

.lifestyle-pro-purple .entry-content .button:hover,
.lifestyle-pro-purple input:hover[type="reset"],
.lifestyle-pro-purple input:hover[type="submit"] {
	background-color: #FFF;
}

.async-wrapper {
min-height: 40px;
padding-top: 30px;
margin-bottom: 20px;
width: 100%;
display: block;
position: relative;
}

.async-wrapper ul.async-list {
	display: inline;
    clear: both;
    float: left;
	position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.async-list li.fb-share, ul.async-list li.gplus-share, ul.async-list li.twitter-share {
  display: inline-block;
  height: 24px;
  float: left;
  list-style: none;
  margin:0 auto;
  padding: 0;
  width: 20%;
}


.mobile-footer-nav-link {
      display: none;
}

.mobile-footer-nav-link a.mobile-nav-link-button {
      font-size: 13px; /* adjust to suit your theme */
      padding: 0 6px; /* adjust to suit your theme */
}

.mobile-footer-nav-link-icon {
      font-size: 13px;
}

#mobile-footer-nav-menu {
      display: none;
}

/* jp sharing */

.content div.sharedaddy div.sd-block {
	border: none;
	padding: 0;
}

.content div.sharedaddy .sd-content {
	float: left;
	margin-bottom: 10px;
}

.content div.sharedaddy a.sd-button {
	border: none !important;
	box-shadow: none;
}

.content .sd-social-icon-text a.sd-button > span, a.sd-button > span {

	padding: 6px 2px;
}
.sd-content .sd-button {
	background: #fff !important;
box-shadow: none !important;
	
}


.content a.sd-button > span {
	background-image: none !important;
	background: #9babd0;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.content a.sd-button:hover > span {
	background: #9084c2;
}
.sd-content .sd-button {
	background: #fff !important;
	
}

.sd-content .sd-button span.share-count {
	color: #cdf593 !important;
	font-size: 100% !important;
}

.sd-content ul li a.sd-button:before {
display: none !important;
}






/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
	
	.search-form input[type="search"] {
		background-image: url(images/search@2x.png);
	}

}

@media only screen and (max-width: 1139px) {



.sidebar-bottom-left, .sidebar-bottom-right  {
	width: 220px;
float: none;
	}


.footer-widgets,
	.site-container,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 688px;
	}

	.content {
		width: 580px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.site-header .widget-area {
		width: 380px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-bottom-left,
	.home-bottom-right,
	.sidebar-primary,
          .sidebar-bottom-wide {
		width: 272px;
	}

}

@media only screen and (max-width: 1023px) {




.sidebar-bottom-left,
.sidebar-bottom-right,
.sidebar-bottom-wide {
	display: none;
		}

	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 771px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
          .sidebar-bottom-wide,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: left;
	}

	.genesis-nav-menu,
	.site-description,
	.site-footer p,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 10px;
		padding: 1.0rem;
	}
	
	.site-header .widget-area {
		margin-top: 16px;
		margin-top: 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.alignleft,
	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}
	
	.home-bottom-left,
	.home-bottom-right {
		width: 332px;
	}
	
	.footer-widgets-1 {
		margin: 0;
	}

	.site-footer {
		padding: 24px;
		padding: 2.4rem;
	}

}

@media only screen and (max-width: 767px) {

.title-area {
	height: 72px;
}

.header-image .site-title a {
  background: url(https://nstperfume.com/wp-content/themes/nst-pro/images/nst-logo-480-60.jpg) no-repeat;
  height: 60px;
max-width: 480px;
  width: 100%;
margin-left: auto;
margin-right: auto;
background-size: contain !important;
}

.commentmetadata {
font-size: 10px;
font-size: 1rem;
line-height: 1.2;}



.sidebar-bottom-left,
.sidebar-bottom-right {
	display: none;
		}

	body {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.site-container {
		padding: 20px 5%;
		padding: 2rem 5%;
		width: 94%;
	}

		
	.site-title {
		font-size: 10px;
		font-size: 1rem;


	}
	
	

	
	.genesis-nav-menu a,
	.nav-primary .sub-menu a {
		font-size: 10px;
		font-size: 1rem;
		padding: 5px;
		padding: .5rem;
	}
	
	.nav-secondary a,
	.nav-secondary .sub-menu a {
		font-size: 10px;
		font-size: 1.0rem;
		padding: 5px;
		padding: .5rem;
margin: 0 auto;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -31px 0 0 199px;
	}
	
	.nav-primary .sub-menu .sub-menu {
		margin: -36px 0 0 199px;
	}
.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: left;
	}

	
	.entry-meta .entry-tags {
	  clear: both;
	  float: left;
	}
	
	.entry-meta .entry-comments a {
		margin: 0 0 10px;
		margin: 0 0 1rem;
	}
	
	.lifestyle-pro-home .featuredpost .alignleft,
	.lifestyle-pro-home .featuredpost .alignright {
		float: none;
		margin: 0 auto;
	}

}


@media only screen and (max-width: 500px) {
ul.async-list li {
width: 100% !important;
margin-right: 10px !important;
margin-bottom: 10px !important;}
}

@media only screen and (max-width: 479px) {

.title-area {
	max-height: 52px;
}


.header-image .site-title a {
  background: url(https://nstperfume.com/wp-content/themes/nst-pro/images/nst-logo-320-40.jpg) no-repeat;
  height: 40px;
max-width: 320px;
  width: 100%;
margin-left: auto;
margin-right: auto;
background-size: contain !important;
}

.nav-secondary
{
display: none;
}
.mobile-footer-nav-link {
display: inline-block;
margin-left: 40%;
max-width: 30%; /* for iOS */
white-space: nowrap;
}




.lifestyle-pro-purple .site-header {
background-color: #FFF;
margin-bottom: 10px;

}

.site-header {
padding: 0px;
padding: 0rem;
overflow: hidden;
width: 100%;

}

h1, .entry-title {
       font-size: 20px;
font-size: 2.0rem;
        }

.sidebar-bottom-left,
.sidebar-bottom-right {
	display: none;
		}

	body {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.site-container {
		padding: 20px 5%;
		padding: 2rem 5%;
		width: 94%;
	}

		
	.site-title {
		font-size: 10px;
		font-size: 1rem;


	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}

	
	.genesis-nav-menu a,
	.nav-primary .sub-menu a {
		font-size: 8px;
		font-size: .8rem;
		padding: 3px;
		padding: .3rem;
	}
	
	.nav-secondary a,
	.nav-secondary .sub-menu a {
		font-size: 10px;
		font-size: 1.0rem;
		padding: 5px;
		padding: .5rem;
margin: 0 auto;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -31px 0 0 199px;
	}
	
	.nav-primary .sub-menu .sub-menu {
		margin: -36px 0 0 199px;
	}
.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: left;
	}

	
	.entry-meta .entry-tags {
	  clear: both;
	  float: left;
	}
	
	.entry-meta .entry-comments a {
		margin: 0 0 10px;
		margin: 0 0 1rem;
	}
	
	.lifestyle-pro-home .featuredpost .alignleft,
	.lifestyle-pro-home .featuredpost .alignright {
		float: none;
		margin: 0 auto;
	}

.content a.sd-button > span {
	
	font-size: 8px;
	
	
}

}

@media only screen and (max-width: 380px) {

.comment-list li,
.ping-list li {
	padding: 12px;
	padding: 1.2rem;
line-height: 1.1;}

.comment {
	border: 2px solid #b3afd5; 	}

input,
select,
textarea {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 12px;
	padding: 1.2rem; 	}


}

/* End of all media query styling. */



.div.post-item-divider { border-bottom: 1px dotted; }

/* Make videos responsive. */


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
margin-bottom: 20px;
margin-bottom: 2.0rem;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* really simple twitter plugin. */


.really_simple_twitter_widget li { font-size: 15px; font-size: 1.5rem; line-height: 1.2;}


/* TABBER! $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {display:none;}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up 

  --------------------------------------------------*/
.tabber {}

.tabberlive {
     width: 100%;
   padding: 0;
    text-align: left;
}

.tabberlive .tabbertab {
background: #FFF;
    font-family: Bitter;
    font-size:14px;
font-size: 1.4rem;
line-height: 1.5;
    margin-bottom: 10px;
    padding: 15px;

}

.tabberlive .tabbertab h2 {display: none;}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {font-family: Bitter;
    font-size:14px; font-size:1.4rem;  }

ul.tabbernav li {list-style: none; margin: 0; display: inline; border-bottom: none; }

ul.tabbernav li a {
  padding: 3px 0.5em;
  margin-right: 3px;
  background: none;
  text-decoration: none;
 background-color: #bfbcd2;
}

ul.tabbernav li.tabberactive a, ul.tabbernav li.tabberactive a:link  {
   border: none;
background-color: #FFF;
color: #6b63ae;

}

ul.tabbernav li a:link { color: #FFF; }
ul.tabbernav li a:hover { color: #6b63ae; }

/* End of tabber tabs styling, beginning of wp ui styling. */


.wp-tabs.wpui-tabs-vertical ul.ui-tabs-nav {
max-width: 50px !important;
max-width: 5.0rem !important;
min-width: 50px !important;
min-width: 5.0rem !important;
}

.wp-tabs .ui-tabs {
background: #fff !important;
border: none !important;
}

.wp-tabs .ui-tabs-panel .wp-tab-content {
margin-top: 0 !important;
padding-top: 0 !important;
}


.wp-tabs ul.ui-tabs-nav li.ui-state-active a {
color: #fff !important;
background: #b1a8d4 !important;
}

.wp-tabs.wpui-tabs-vertical ul.ui-tabs-nav li {
border-radius: 5px 20px 5px !important;

}

.wpui-light ul.ui-tabs-nav li a {
font-family: 'Bitter', sans-serif;
font-size: 17px;
font-size: 1.7rem;
color: #fff !important;
background: #a8b6d6 !important;
text-shadow: none !important;
padding-left: 4px !important;
padding-left: .4rem !important;
}

.wpui-light .ui-tabs-panel {
background: #fff !important;
border: 2px solid #a8b6d6 !important;
}
.wpui-light .ui-tabs-vertical ul.ui-tabs-nav {
background: none !important;
border: none !important;
}

.wpui-light ul.ui-tabs-nav li,  .wp-tabs ul.ui-tabs-nav li.ui-state-active {
border: 2px solid #fff !important;
box-shadow: none !important; }


h3.ui-collapsible-header {
font-family: Bitter !important;
     font-weight: 400 !important;
color: #b9c3db !important;
font-size: 20px !important;
     font-size: 2rem !important;
}

.wpui-light .ui-collapsible-header {
background: #fff !important;
text-shadow: none !important;
border: 1px solid #b9c3db !important;
border-radius: 6px !important;
-moz-border-radius: 6px !important;
-webkit-border-radius: 6px !important;
-webkit-border-radius: 6px !important;
}

.wpui-light .ui-collapsible-content {
border: none !important;
background-color: #f4f0f7 !important;
}

.wp-spoiler {
margin-top: 5px !important;
margin-bottom: 5px !important;
}
/* Simple social icons stuff. */


@font-face {
font-family: 'fontello';
src: url(https://www.nstperfume.com/wordpress/wp-content/plugins/simple-social-icons/font/fontello.eot?78492063);
src: url(https://www.nstperfume.com/wordpress/wp-content/plugins/simple-social-icons/font/fontello.eot?78492063#iefix) format('embedded-opentype'),
       url(https://www.nstperfume.com/wordpress/wp-content/plugins/simple-social-icons/font/fontello.woff?78492063) format('woff'),
       url(https://www.nstperfume.com/wordpress/wp-content/plugins/simple-social-icons/font/fontello.ttf?78492063) format('truetype'),
       url(https://www.nstperfume.com/wordpress/wp-content/plugins/simple-social-icons/font/fontello.svg?78492063#fontello) format('svg');
    font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?11995952#fontello') format('svg');
  }
}
*/

.simple-social-icons {
overflow: hidden;
float: right;
}

.simple-social-icons ul {
margin: 0;
padding: 0;
}

.simple-social-icons ul li {
background: none !important;
border: none !important;
float: left;
list-style-type: none !important;
margin: 0 6px 6px !important;
padding: 0 !important;
}

.simple-social-icons ul li a {
border: none !important;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
display: inline-block;
font-family: 'fontello';
font-style: normal !important;
font-variant: normal !important;
font-weight: normal !important;
line-height: 1em;
speak: none;
text-align: center;
text-decoration: none !important;
text-transform: none !important;
width: 1em;
}

.simple-social-icons ul.aligncenter {
text-align: center;
}

.simple-social-icons ul.aligncenter li {
display: inline-block;
float: none;
}
/* Google custom search stuff. */


.cse input.gsc-search-button, input.gsc-search-button {
color: #fff !important;
border: none !important;
font-family: 'Bitter', sans-serif !important;
font-size: 14px !important;
font-size: 1.4rem !important;
font-weight: normal !important;
height: 25px !important;
}

input.gsc-search-button:hover {
color: #6b63ae !important;
}

input.gsc-input {
font-family: 'PT Sans', sans-serif !important;
font-size: 16px !important;
font-size: 1.6rem !important;
 height: 25px !important;
}

table.gsc-search-box td.gsc-input {
padding-right: 5px !important;
}

#text-404193479, #text-350000325 {
padding-left: 2px !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
padding: 1px !important;

}

.gsc-clear-button {
margin-left: 0 !important;
margin-right: 0 !important;
padding-left: 5px !important;
}

#text-404193480, #text-350000326 {
padding-top: 20px !important;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
font-size: 14px !important;
}


.gsc-result .gs-title {
height: 1em !important;
text-decoration: none !important;
color: #6b63ae !important;
padding-bottom: 5px !important;
margin-bottom: 5px !important;
overflow: hidden;
}

.gsc-result .gs-title:hover {
border-bottom: 1px dotted;
}

/* Make management form for subscription to comments reloaded disappear. */

#post_list_form {
display: none;
}

/* styles for photospace responsive gallery plugin */

.photospace_res .image-desc, .photospace_res .caption  {
line-height: 1.65 !important;
text-align: center;
color: #000 !important;
}

.photospace_res .gal_content a:hover {
text-decoration: none !important;
}

.photospace_res .slideshow a.advance-link:hover, .photospace_res a.thumb:hover {
border-bottom: none !important;
}


/* Accordion Styles */
.accordion {
    border: 1px solid #b9c3db !important;
    border-radius: 6px !important;
    margin-bottom: 20px;
}
.accordion-title {padding-top:20px;padding-left:10px;
   
}
.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}
.accordion-content {padding-left:10px;padding-bottom: 2px;}