/*
Theme Name: Glitter & Gold
Theme URI: https://www.etsy.com/ca/listing/204641278/premade-blogger-template-instant
Author: Kay Brighton
Author URI: http://www.kaybrighton.com
Description: Responsive Wordpress Theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.0 - Genericons
1.0 - Reset
2.0 - Responsive Grid
3.0 - Typography
4.0 - Elements
5.0 - Forms
	5.1 - Contact Form 7
6.0 - Header
	6.1 - Links
	6.2 - Logo and Title
	6.3 - Menus
7.0 - Accessibility
8.0 - Alignments
9.0 - Clearings
10.0 - Widgets
	10.1 - Social Widget
	10.2 - About Widget
	10.3 - Instagram Widget
11.0 - Site Content
	11.1 - Posts and pages
	11.2 - Asides
	11.3 - Gallery
	11.4 - Image
	11.5 - Share
	11.6 - Comments
12.0 - Footer
13.0 - Infinite scroll
14.0 - Media
	14.1 - Captions
	14.2 - Galleries
15.0 Shortcodes
	15.1 - Responsive Slider
	15.2 - Dropcap
	15.3 - Buttons
	15.4 - Alerts
	15.5 - Icons
	15.6 - Highlights
	15.7 - Dividers
	15.8 - Archives
16.0 Media Queries
17.0 Print

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, applet, object, iframe,
p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption{
	border: 0px solid #fff;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

table, tbody, tfoot, thead, tr, th, td{
border:none;
border:0px solid #fff;
}

table { /* tables still need 'cellspacing="0"' in the markup */
border:none;border:0px solid #fff;
}
caption, th, td {
border:0px solid #fff;
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff;
	overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Responsive Grid
--------------------------------------------------------------*/

.container {
	margin: 0 20px;
}

.column {
	margin-bottom: 1em;
}

@media (min-width: 1024px) {
	.column {
		float: left;
		margin-bottom: 0;
		padding: 0 15px;
	}
  
	.column.full { width: 100%; }
	.column.five-sixths { width: 83.4%; }
	.column.four-fifths { width: 80%; }
	.column.three-fourths { width: 75%; }
	.column.two-thirds { width: 66.7%; }
	.column.half { width: 50%; }
	.column.third { width: 33.3%; }
	.column.fourth { width: 25%; }
	.column.fifth { width: 20%; }
	.column.sixth { width: 16.6%; }
	.column.flow-opposite { float: right; }
	.column.centered { 
		margin-left: 15%;
		width: 70%;
	}
}

@media (min-width: 1090px) {
	.container {
		margin: 0 auto;
		width: 1050px;
	}
}

/*--------------------------------------------------------------
3.0 Typography
--------------------------------------------------------------*/
body{
line-height:1.6em;
font-family: 'Open Sans', sans-serif;
font-size:13px;
color:#333;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
			hyphens: auto;
}

h3{
margin-bottom: 10px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color:#000;
font-size: 10px;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
border: 1px solid #000000;
padding: 10px;
}

p {
	margin-bottom: 1.5em;
}
dfn, cite, em, i {
	font-style: italic;
}

address {
	font-style: italic;
	margin-bottom: 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	background: #eee;
	color: #222;
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	padding: 0;
	white-space: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

blockquote {
text-align: center;
background:#fafafa;
padding:20px;
}

body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png), progress;}

::selection {background-color:#d0b472;color:#fff;}
::moz-selection {background-color:#d0b472;color:#fff;}

b, strong {
color:#d0b472;
}
i, em {
color:#666;
}

/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #fff;
	border: 0px solid #fff
	height: 1px;
	margin-bottom: 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
	color: #0a0700;
}

dd {
	margin-bottom: 1.5em;
}

figure {
	margin: 0;
}

table {
border:none;
border:0px solid #fff;
	width: 100%;
}

table th {
border:none;
border:0px solid #fff;
}

table td {
border:none;
border:0px solid #fff;
}

table tr {
border:none;
border:0px solid #fff;
}


/*--------------------------------------------------------------
6.0 Header
--------------------------------------------------------------*/
.site-header {
background-image: url("http://www.leopardandgrace.com/wp-content/uploads/2015/01/ghead.png"); 
background-position: left; 
width: 1300px; 
min-height: 125px; 
height: 125px; 
background-repeat: no-repeat;
margin-top:34px;
margin-left:-106px;
padding-bottom:100px;
}

.header-image {
float:center;
margin-left:100px;
}

/*--------------------------------------------------------------
6.1 Links
--------------------------------------------------------------*/
a:link {
color:#d0b472;
text-decoration:none;
}
a:visited {
color:#d0b472;
text-decoration:none;
}
a:hover {
color:#222;
text-decoration:none; 
}

.nav-links a:hover{color:#222;}
.comment-content a:hover{color:#222;}
.comment-respond a:hover{color:#222;}

/*--------------------------------------------------------------
6.2 Logo and Title
--------------------------------------------------------------*/
.site-branding {
	text-align: center;
}

.site-title {
margin-left:-45px;
margin-top: 125px;
border-bottom:0;
text-align: center; 
font-family: Playfair Display, Georgia, Times New Roman, serif; 
text-decoration: none; 
font-size: 60px; 
text-decoration:none;
font-style:none;
color: #222; 
font-weight: 100; 
text-transform: uppercase; 
letter-spacing: 10px;
}

.site-title a { 
font-family: Playfair Display, Georgia, Times New Roman, serif; 
text-decoration: none; 
font-size: 60px; 
font-style:none;
color: #222; 
font-weight: 100; 
text-transform: uppercase; 
letter-spacing: 10px;
}

.site-title a:hover {color:#222;}

.site-description {
color: #777;
margin-top:-12px;
margin-left:-38px;
font-size: 12px;  
text-align: center; 
text-transform: uppercase; 
letter-spacing: 4px; 
font-weight:normal;
font-family: 'Raleway';
}

h2.site-description {
color: #777;
font-size: 12px;  
text-align: center; 
text-transform: uppercase; 
letter-spacing: 4px; 
font-weight:normal;
font-family: 'Raleway';
}

/*--------------------------------------------------------------
6.3 Menus
--------------------------------------------------------------*/
.main-navigation {
text-align:center;
position: fixed; 
display: inline-block;
top: 0;left:0; 
width:100%;
height:16px;
z-index:99999999;
line-height: 1; 
height:34px;
padding-top:8px;
padding-bottom:8px;
background: #000; 
box-shadow: 2px 2px 1px rgba(0, 0, 0, .1);
}
.main-navigation li {
list-style: none; 
display:inline !important;
list-style-type: none; 
display: inline-block;
}
.main-navigation li a {
padding-right:45px;
letter-spacing:1px;
padding-left:45px;
margin-top:3px;
display: inline-block;
color: #fff; 
text-decoration: none;
border: 0; 
outline: 0;  
font-family: 'Montserrat', sans-serif;
font-weight: bold;
font-size: 9px;
text-transform: uppercase;
letter-spacing: 2px;
list-style-type: none; 
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;   
}
.main-navigation li a:hover{
color: #999; border: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;    
}
.menu ul li.current_page_item a,
.menu ul li.current_page_parent a {
color:#D9C36B;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
font-size: 9px;
text-transform: uppercase;
letter-spacing: 2px;
}

/* Small menu */
.menu-toggle {
	display: none;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 3.5em;
	overflow:hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
7.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
8.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 1em 1.5em 1em 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 1em 0 1em 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
9.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.clear {
  *zoom: 1;
}

/*--------------------------------------------------------------
10.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2.5em;
	word-wrap: break-word;
}

.widget ul {
	list-style:dot;
	margin-left:15px;
}

.widget li{
text-align:justify;
list-style:dot;
margin-left:15px;
}

.widget-title {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color:#000;
font-size: 10px;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
}

.widget-title a {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color:#000;
font-size: 10px;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
}

.about-title{
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color:#000;
font-size: 10px;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
}

.about-title a{
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color:#000;
font-size: 10px;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
}

/*--------------------------------------------------------------
11.0 Site Content
--------------------------------------------------------------*/
#primary,
#secondary {
	padding-top: 2em;
	margin-top:175px;
}

#secondary a:link {
color:#d0b472;
text-decoration:none;
}
#secondary a:visited {
color:#d0b472;
text-decoration:none;
}
#secondary a:hover {
color:#555555;
text-decoration:none; 
}

/*--------------------------------------------------------------
11.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}

.bypostauthor {
}

.hentry {
	margin: 0 0 3.5em;
}

/* Thumbnail */
.entry-thumbnail {
	padding-top: 1em;
	text-align: center;
}

/* Entry Title */
h1.post-title{
margin-bottom:-5px; 
display:block;
text-align:center;
font-size: 16px;
text-transform: uppercase;
padding:5px;
letter-spacing: 4px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color:#000;
}

h1.entry-title{
margin-bottom:-5px; 
display:block;
text-align:center;
font-size: 16px;
text-transform: uppercase;
padding:5px;
letter-spacing: 4px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color:#000;
}

h1.entry-title a{
color:#222;
}

h1.entry-title a:hover{
color:#222;
}

h1.post-title a{
color:#222;
}

h1.post-title a:hover{
color:#222;
}

/* Entry Content */
.entry-content {
	white-space: normal;
}

.entry-content p:last-child {
	margin-bottom: 0; 
}

.entry-content ul li, 
.entry-content ol li, 
#comments ul li, 
#comments ul li {
	margin-bottom: 12px;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0;
}

.no-results .page-content {
	margin: 1.5em 0;
	padding-bottom: 1em;
}

/* Entry Meta */
.entry-meta {
border: 0px;
text-align:center;
margin-bottom:0px; 
color:#333;
font-family: 'Montserrat', sans-serif;
font-size:11px;
font-weight:bold;
text-transform:uppercase;
letter-spacing:1px;
}

.entry-meta a {
color:#333;
}

.entry-meta a:hover { 
color:#333;
}

.byline,
.updated {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

/* Page Links */
.page-links {
	clear: both;
	margin: 0 0 1.5em;
	word-spacing: 18px;
}

/* Entry Footer */
.entry-footer {
margin-bottom:75px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color:#000;
font-size: 9px;
display:block;
text-transform: uppercase;
text-align: center;
margin-left:-10px;
letter-spacing: 2px;
border-top: 1px solid #000000;
padding: 10px;
margin-top:0px;
}

.entry-footer a {
font-size: 9px;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color:#d0b472;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}

.entry-footer a:hover {
font-size: 9px;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color:#333;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}

.blog .entry-footer,
.search-results .entry-footer,
.archive .entry-footer {
	padding-bottom: 3.5em;
}

.page .entry-footer {
	border-bottom: 0;
}

/* Entry Navigation */
.meta-nav {
	font-size: 12px;
}

.nav-links a {
	text-decoration: none;
}

/* Archives Page */
.page-header {
}

.page-title {
font-size: 14px;
text-transform: uppercase;
padding:5px;
margin-bottom:40px;
letter-spacing: 2px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color:#222;
}

.page-title:before {
	content: "#";
}

.page-header p {
}

/*--------------------------------------------------------------
11.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
11.3 Gallery
--------------------------------------------------------------*/
.blog .format-gallery .entry-thumbnail,
.archive .format-gallery .entry-thumbnail,
.single-post .format-gallery .entry-thumbnail {
	display: none;
}

/*--------------------------------------------------------------
11.4 Image
--------------------------------------------------------------*/
.blog .format-image .entry-thumbnail,
.archive .format-image .entry-thumbnail,
.single-post .format-image .entry-thumbnail {
	display: none;
}

/*--------------------------------------------------------------
11.5 Share
--------------------------------------------------------------*/
#social-box {
border: 0px;
text-align:center;
color:#333;
font-family: 'Montserrat', sans-serif;
font-size:11px;
font-weight:bold;
text-transform:uppercase;
letter-spacing:1px;
}

#social-box ol, ul {
	list-style: none;
}

/*--------------------------------------------------------------
11.6 Comments
--------------------------------------------------------------*/
.post-comment-link{
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color:#000;
float:right;
font-size: 9px;
text-transform: uppercase;
letter-spacing: 2px;
margin-top:-25px;
}
.post-comment-link a{
font-size: 9px;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color:#d0b472;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.post-comment-link a:hover{
font-size: 9px;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color:#333;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.comments-title {
margin-bottom:25px; 
font-size: 14px;
text-transform: uppercase;
padding:5px;
letter-spacing: 2px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color:#222;
}

.form-allowed-tags{
display:none;
}

.comment-reply-title{
margin-bottom:25px; 
display:block;
z-index:9;
border: 0px solid #000000;
text-align:center; 
color:#333;
font-family: 'Montserrat', sans-serif;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
letter-spacing:5px;
}

#cancel-comment-reply-link{display:none;}

.comment-list {
	list-style: none;
	margin-left: 0;
}

	.comment-list li {
		padding-top: 30px;
	}

.comment-body {
	border-bottom: 1px solid #f2f2f2;
}

.comment-author {
	float: left;
}

	.comment-author img {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		display: block;
	}

.comment-meta {
	padding-bottom: 20px;
}

	.comment-meta .fn {
		color: #111;
		letter-spacing:2px;
		font-weight: 900;
		font-style: normal;
		text-transform: uppercase;
		font-size: 12px;
	}

		.comment-meta .fn a {
			color: #111;
			text-decoration: none;
		}

.comment-meta-details {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 9px;
text-transform: uppercase;
letter-spacing: 1px;
	padding-top: 5px;
	text-align: center;
	text-align: left;
}

	.comment-meta-details a {
		text-decoration: none;
	}

.comment-content {
	margin-left: 80px;
}

	.comment-content a {
		word-wrap: break-word;
	}

.comment-list .children {
	list-style: none;
	margin-left: 80px;
	position: relative;
}

	.comment-list .children .depth-5 {
		padding-top: 30px;
	}

/*--------------------------------------------------------------
12.0 Footer
--------------------------------------------------------------*/
.site-footer {
float:bottom;
position: relative; 
display: block;
bottom: 0;
left:0; 
height:60px;
padding:12px;
line-height:36px;
text-align:center;
width:100%;
color:#999;
z-index:99999999;
background: #000; 
box-shadow: 2px 2px 1px rgba(0, 0, 0, .1);
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 9px;
text-transform: uppercase;
letter-spacing: 2px;
}

.site-footer a{
color:#d0b472;
}
.site-footer a:link{
color:#d0b472;
}
.site-footer a:active{
color:#d0b472;
}
.site-footer a:visited{
color:#d0b472;
}

.site-info a{
color:#d0b472;
}

.site-info a:active{
color:#d0b472;
}

.site-info a:visited{
color:#d0b472;
}

.site-info a:link{
color:#d0b472;
}

.site-footer a:hover{
color:#666;
}

.site-info a:hover{
color:#666;
}

#footer-sidebar {
	margin-left: 0;
	margin-right: 0;
	padding: 1em 0;
}

/*--------------------------------------------------------------
14.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
14.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

	.wp-caption img[class*="wp-image-"] {
		display: block;
		margin: 0 auto;
	}

.wp-caption-text {
	font-style: italic;
	line-height: 24px;
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 1em 0;
}

/*--------------------------------------------------------------
14.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	margin-bottom: 10px;
	padding-right: 2.6%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

	.gallery-item img {
		height: auto;
		width: 100%;
	}

.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
15.0 Shortcodes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
15.1 Responsive Slider
--------------------------------------------------------------*/
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	list-style: none;
	margin: 0; 
	padding: 0; 
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0; 
	padding: 0;
}

.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */

.admin-bar .flexslider .slides img {
	margin-top: -2em;
}

.flexslider .slides img {
	display: block;
	padding-top: 2em;
	width: 100%; 
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: "\0020";
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider { 
	background: #fff;
	margin: 0;  
	position: relative; 
}

.flex-viewport { 
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	-o-transition: all 1s ease; 
	transition: all 1s ease; 
}

.loading .flex-viewport { 
	max-height: 300px; 
}

.flexslider .slides { 
	zoom: 1; 
}

.carousel li { 
	margin-right: 5px; 
}

.slide-title { 
	margin-top: 0.5em;
	text-align: right;
}

	.slide-title a { 
		text-decoration: none;
	}

/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}

	.flex-direction-nav a  { 
		color: rgba(0,0,0,0.8);
		cursor: pointer;
		display: block; 
		height: 28px;
		margin: -28px 0 0;		
		opacity: 1; 
		overflow: hidden; 
		position: relative; 
		text-decoration: none;
		text-shadow: 1px 1px 0 rgba(255,255,255,0.3); 
		-webkit-transition: all .3s ease; 
		-moz-transition: all .3s ease; 
		transition: all .3s ease; 
		width: 20px;
		z-index: 10;
	}

		.flex-direction-nav a:before  { 
			content: '\f503';
			display: inline-block; 
			font-family: 'Genericons';
			font-size: 20px;
		}

		.flex-direction-nav a.flex-next:before  { 
			content: '\f501'; 
		}

	.flex-direction-nav .flex-prev {
		top: -12px;
		left: -10px;
	}

	.flex-direction-nav .flex-next { 
		top: -12px;
		left: 20px;
	}

	.flexslider:hover .flex-prev,
	.flexslider:hover .flex-next { 
		opacity: 0.7; 
	}

	.flexslider:hover .flex-next:hover, 
	.flexslider:hover .flex-prev:hover { 
		opacity: 1; 
	}

	.flex-direction-nav .flex-disabled {
		cursor: default; 
		opacity: 0!important; 
		filter:alpha(opacity=0); 
	}

/* Pause/Play */
.flex-pauseplay a {
	bottom: 5px; 
	color: #000; 
	cursor: pointer; 
	display: block; 
	height: 20px;
	left: 10px;
	opacity: 0.8;
	overflow: hidden;
	position: absolute;
	width: 20px;
	z-index: 10;
}

	.flex-pauseplay a:before  {
		content: '\f448';
		display: inline-block; 
		font-family: "Genericons"; 
		font-size: 20px; 
	}

	.flex-pauseplay a:hover  { 
		opacity: 1; 
	}

		.flex-pauseplay a.flex-play:before { 
			content: '\f452'; 
		}

/* Control Nav */
.flex-control-nav {
	bottom: -40px; 
	display: none;
	position: absolute; 
	text-align: center;
	width: 100%;
}

	.flex-control-nav li {
		display: inline-block;
		margin: 0 6px; 
		zoom: 1; 
		*display: inline;
	}

		.flex-control-paging li a {
			background: #666; 
			background: rgba(0,0,0,0.5); 
			-webkit-border-radius: 20px; 
			-moz-border-radius: 20px; 
			-o-border-radius: 20px; 
			border-radius: 20px; 
			-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
			-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
			-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
			box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
			cursor: pointer; 
			display: block; 
			height: 11px;  
			text-indent: -9999px; 
			width: 11px; 
		}

			.flex-control-paging li a:hover { 
				background: #333; 
				background: rgba(0,0,0,0.7); 
			}

.flex-control-paging li a.flex-active { 
	background: #000; 
	background: rgba(0,0,0,0.9); 
	cursor: default; 
}

.flex-control-thumbs {
	margin: 5px 0 0;
	overflow: hidden;
	position: static;
}

	.flex-control-thumbs li { 
		float: left; 
		margin: 0;
		width: 25%;
	}

	.flex-control-thumbs img {
		cursor: pointer;
		display: block; 
		opacity: .7;
		width: 100%; 
	}

		.flex-control-thumbs img:hover {
			opacity: 1;
		}

.flex-control-thumbs .flex-active {
	cursor: default;
	opacity: 1; 
}

/*--------------------------------------------------------------
15.2 Dropcap
--------------------------------------------------------------*/
.dropcap {
	float: left;
	font-size: 52px;
	font-weight: bold;
	line-height: 0.8;
	padding: 0 6px 0 0;
}

/*--------------------------------------------------------------
15.3 Buttons
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border:0;
text-align:center;
background:#e5c973; !important;
color:#fff;
padding-left:10px;
padding-right:10px;
line-height:21px;
font-family: 'Montserrat', sans-serif;font-weight: 400;font-size: 9px;text-transform: uppercase;letter-spacing: 2px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
text-align:center;
background:#000; !important;
color:#fff;
font-family: 'Montserrat', sans-serif;font-weight: 400;font-size: 9px;text-transform: uppercase;letter-spacing: 2px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}

input, select, option, textarea{
color: #888;
border:1px solid #ddd;
padding:5px;
line-height:20px;
background:#fff;
text-align:justify;
}

/* Size */
.extra-small {
	font-size: 12px; 
	padding: 5px 10px; 
}

.small { 
	font-size: 14px; 
	padding: 10px 15px; 
}

.medium {
	font-size: 16px; 
	padding: 15px 20px; 
}

.large {
	font-size: 18px; 
	padding: 20px 25px;  
}

.extra-large {
	font-size: 20px; 
	padding: 25px 30px;  
}

/* Type */
.square { border-radius: 0; }
.round { border-radius: 3px; }
.pill { border-radius: 30px; }

/* Display */
.inline { display: inline; }
.block { display: block; }

/*--------------------------------------------------------------
15.4 Alerts
--------------------------------------------------------------*/
.alert {
	color: #fff;
	font-size: 18px;
	margin: 0 0 1em;
	padding: 3% 5%;
	text-align: center;
	width: 100%;
}

/* Text Align */
.left { text-align: left; }
.right { text-align: right; }

/*--------------------------------------------------------------
15.5 Icons
--------------------------------------------------------------*/
.genericon {
	display: inline-block;
	font-family: 'Genericons';
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	height: 32px;
	line-height: 1;
	text-decoration: inherit;
	vertical-align: top;
	width: 32px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* IE7 and IE6 hacks */
.genericon {
	*overflow: auto;
	*zoom: 1;
	*display: inline;
}

/* Post formats */
.genericon-standard:before {        content: '\f100'; }
.genericon-aside:before {           content: '\f101'; }
.genericon-image:before {           content: '\f102'; }
.genericon-gallery:before {         content: '\f103'; }
.genericon-video:before {           content: '\f104'; }
.genericon-status:before {          content: '\f105'; }
.genericon-quote:before {           content: '\f106'; }
.genericon-link:before {            content: '\f107'; }
.genericon-chat:before {            content: '\f108'; }
.genericon-audio:before {           content: '\f109'; }

/* Social icons */
.genericon-github:before {          content: '\f200'; }
.genericon-dribbble:before {        content: '\f201'; }
.genericon-twitter:before {         content: '\f202'; }
.genericon-facebook:before {        content: '\f203'; }
.genericon-facebook-alt:before {    content: '\f204'; }
.genericon-wordpress:before {       content: '\f205'; }
.genericon-googleplus:before {      content: '\f206'; }
.genericon-linkedin:before {        content: '\f207'; }
.genericon-linkedin-alt:before {    content: '\f208'; }
.genericon-pinterest:before {       content: '\f209'; }
.genericon-pinterest-alt:before {   content: '\f210'; }
.genericon-flickr:before {          content: '\f211'; }
.genericon-vimeo:before {           content: '\f212'; }
.genericon-youtube:before {         content: '\f213'; }
.genericon-tumblr:before {          content: '\f214'; }
.genericon-instagram:before {       content: '\f215'; }
.genericon-codepen:before {         content: '\f216'; }
.genericon-polldaddy:before {       content: '\f217'; }
.genericon-googleplus-alt:before {  content: '\f218'; }
.genericon-path:before {            content: '\f219'; }
.genericon-skype:before {           content: '\f220'; }
.genericon-digg:before {            content: '\f221'; }
.genericon-reddit:before {          content: '\f222'; }
.genericon-stumbleupon:before {     content: '\f223'; }
.genericon-pocket:before {          content: '\f224'; }
.genericon-dropbox:before {         content: '\f225'; }

/* Meta icons */
.genericon-comment:before {         content: '\f300'; }
.genericon-category:before {        content: '\f301'; }
.genericon-tag:before {             content: '\f302'; }
.genericon-time:before {            content: '\f303'; }
.genericon-user:before {            content: '\f304'; }
.genericon-day:before {             content: '\f305'; }
.genericon-week:before {            content: '\f306'; }
.genericon-month:before {           content: '\f307'; }
.genericon-pinned:before {          content: '\f308'; }

/* Other icons */
.genericon-search:before {          content: '\f400'; }
.genericon-unzoom:before {          content: '\f401'; }
.genericon-zoom:before {            content: '\f402'; }
.genericon-show:before {            content: '\f403'; }
.genericon-hide:before {            content: '\f404'; }
.genericon-close:before {           content: '\f405'; }
.genericon-close-alt:before {       content: '\f406'; }
.genericon-trash:before {           content: '\f407'; }
.genericon-star:before {            content: '\f408'; }
.genericon-home:before {            content: '\f409'; }
.genericon-mail:before {            content: '\f410'; }
.genericon-edit:before {            content: '\f411'; }
.genericon-reply:before {           content: '\f412'; }
.genericon-feed:before {            content: '\f413'; }
.genericon-warning:before {         content: '\f414'; }
.genericon-share:before {           content: '\f415'; }
.genericon-attachment:before {      content: '\f416'; }
.genericon-location:before {        content: '\f417'; }
.genericon-checkmark:before {       content: '\f418'; }
.genericon-menu:before {            content: '\f419'; }
.genericon-refresh:before {         content: '\f420'; }
.genericon-minimize:before {        content: '\f421'; }
.genericon-maximize:before {        content: '\f422'; }
.genericon-404:before {             content: '\f423'; }
.genericon-spam:before {            content: '\f424'; }
.genericon-summary:before {         content: '\f425'; }
.genericon-cloud:before {           content: '\f426'; }
.genericon-key:before {             content: '\f427'; }
.genericon-dot:before {             content: '\f428'; }
.genericon-next:before {            content: '\f429'; }
.genericon-previous:before {        content: '\f430'; }
.genericon-expand:before {          content: '\f431'; }
.genericon-collapse:before {        content: '\f432'; }
.genericon-dropdown:before {        content: '\f433'; }
.genericon-dropdown-left:before {   content: '\f434'; }
.genericon-top:before {             content: '\f435'; }
.genericon-draggable:before {       content: '\f436'; }
.genericon-phone:before {           content: '\f437'; }
.genericon-send-to-phone:before {   content: '\f438'; }
.genericon-plugin:before {          content: '\f439'; }
.genericon-cloud-download:before {  content: '\f440'; }
.genericon-cloud-upload:before {    content: '\f441'; }
.genericon-external:before {        content: '\f442'; }
.genericon-document:before {        content: '\f443'; }
.genericon-book:before {            content: '\f444'; }
.genericon-cog:before {             content: '\f445'; }
.genericon-unapprove:before {       content: '\f446'; }
.genericon-cart:before {            content: '\f447'; }
.genericon-pause:before {           content: '\f448'; }
.genericon-stop:before {            content: '\f449'; }
.genericon-skip-back:before {       content: '\f450'; }
.genericon-skip-ahead:before {      content: '\f451'; }
.genericon-play:before {            content: '\f452'; }
.genericon-tablet:before {          content: '\f453'; }
.genericon-send-to-tablet:before {  content: '\f454'; }
.genericon-info:before {            content: '\f455'; }
.genericon-notice:before {          content: '\f456'; }
.genericon-help:before {            content: '\f457'; }
.genericon-fastforward:before {     content: '\f458'; }
.genericon-rewind:before {          content: '\f459'; }
.genericon-portfolio:before {       content: '\f460'; }
.genericon-heart:before {           content: '\f461'; }
.genericon-code:before {            content: '\f462'; }
.genericon-subscribe:before {       content: '\f463'; }
.genericon-unsubscribe:before {     content: '\f464'; }
.genericon-subscribed:before {      content: '\f465'; }
.genericon-reply-alt:before {       content: '\f466'; }
.genericon-reply-single:before {    content: '\f467'; }
.genericon-flag:before {            content: '\f468'; }
.genericon-print:before {           content: '\f469'; }
.genericon-lock:before {            content: '\f470'; }
.genericon-bold:before {            content: '\f471'; }
.genericon-italic:before {          content: '\f472'; }
.genericon-picture:before {         content: '\f473'; }
.genericon-fullscreen:before {      content: '\f474'; }

/* Generic shapes */
.genericon-uparrow:before {         content: '\f500'; }
.genericon-rightarrow:before {      content: '\f501'; }
.genericon-downarrow:before {       content: '\f502'; }
.genericon-leftarrow:before {       content: '\f503'; }

/*--------------------------------------------------------------
15.6 Highlights
--------------------------------------------------------------*/
.highlight {
	color: #fff;
}

/*--------------------------------------------------------------
15.7 Dividers
--------------------------------------------------------------*/
.divider {
	background: none;
	display: block;
	margin: 20px auto;
	height: 0;
	width: 100%;
}

/* Colors */
.divider.grey { border-color: #fff; }
.divider.yellow { border-color: #fff; }
.divider.green { border-color: #fff; }
.divider.red { border-color: #fff; }
.divider.blue { border-color: #fff; }
.divider.purple { border-color: #fff; }
.divider.black { border-color: #fff; }

/* Type */
.solid { 
border:0px solid #fff;
}

.dashed { 
border:0px solid #fff;
}

.dotted { 
border:0px solid #fff;
}

.filled { 
border:0px solid #fff;
}

.double-solid { 
border:0px solid #fff;
}

.double-dashed { 
border:0px solid #fff;
}

.double-dotted  { 
border:0px solid #fff;
}

/*--------------------------------------------------------------
15.8 Archive
--------------------------------------------------------------*/
ul.shortcode-archive { 
	list-style: none;
	margin: 0;
	padding-bottom: 1em;
}

ul.shortcode-archive li { 
	margin-bottom: 5px;
}

.shortcode-archive-title:before { 
	content: '\f436';
	font-family: 'Genericons';
}

.shortcode-archive-title { 
	text-transform: uppercase;
}

.shortcode-date { 
	color: #fff;
	padding-left: 10px;
}

/*--------------------------------------------------------------
16.0 Media Queries
--------------------------------------------------------------*/
@media (min-width: 600px) {
	#social-box li {
		float: left;
		width: 20%;
	}
}

@media (min-width: 768px) {
	#footer-sidebar {
		margin-bottom: 1.6em;
	}

	#footer-sidebar .row {
		margin: 0 -15px;
	}

	#footer-sidebar .container {
		margin: 0 auto;
		padding: 0 15px;
	}

	#footer-sidebar .column {
		float: left;
		padding: 0 15px;
	}
  
	#footer-sidebar .column.third {
		width: 33.3%; 
	}
}

@media screen and (min-width: 1024px) {
	.site-content	{
		margin-left: -15px;
		margin-right: -15px;
		overflow: hidden;
	}

	.row-shortcode {
		margin: 0 -15px;
		padding-bottom: 2em;
	}
	
	.page-template-layoutspage-left-sidebar-php .column {
		float: right;
	}
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: -10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

@media screen and (max-width: 1023px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	button.menu-toggle {
		background: none; 
		border: 0;
		box-shadow: none;
		color: #404040;
		margin: 0 auto;
		outline-style: none;
		text-shadow: none;
		text-transform: uppercase;
	}

	.main-navigation {
		display: block;
		float: none;
		margin: 0 auto;
	}

		.main-navigation a {
			display: block;
			padding: 0.5em 0;
			text-decoration: none;
		}

	.main-navigation ul {
		display: none;
	}

		.main-navigation li {
			float: none;
			margin: 0;
			position: relative;
			padding: 0;
			text-align: center;
		}

		.main-navigation li:last-child {
			border-bottom: 0;
		}

	.main-navigation ul li > ul {
		display: block;
		margin-left: 0;
	}

	.main-navigation ul ul {
		box-shadow: none;
		display: block;
		float: none;
		left: 0;
		padding: 0;
		position: relative;
		top: 0;
		text-transform: capitalize;
		z-index: 99999;
	}

	.main-navigation ul ul li {
		border-bottom: 0;
		padding: 0;
	}
}

/*--------------------------------------------------------------
17.0 Print
--------------------------------------------------------------*/
@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header {
		max-width: 100%;
	}

	.edit-link,
	.page-links,
	.widget-area,
	.site-footer,
	.smoothup,
	#social-box,
	.nav-links,
	.comments-area {
		display:none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a {
		color: #222;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.entry-thumbnail,
	.site-content .entry-header,
	.site-footerr
.site-footer {
		background: transparent;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.entry-thumbnail img {
		margin: 0 10px 24px;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}
}

#sm{
margin-left:5px;
margin-top:-14px;
margin-bottom:-10px;
}

#sm img{
opacity:1;
width:32px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}

#sm a{
display:inline-block;
padding:0px;
width:32px;
margin-left:0px;
margin-right:0px;
opacity:1;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}

#sm a:hover{
opacity:.8;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}

a.more-link {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color:#000;
display:block;
font-size: 10px;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
border: 1px solid rgba(0, 0, 0, 0.8);
width:200px;
margin-left:275px;
padding-top:9px;
padding-bottom:9px;
padding-left:15px;
padding-right:15px;
float:center;
margin-top:20px;
margin-bottom:10px;
-moz-transition-duration:0.6s;
-webkit-transition-duration:0.6s;
-o-transition-duration:0.6s;
}
a.more-link:hover {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color:#000;
display:block;
font-size: 10px;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
border: 1px solid rgba(0, 0, 0, 0.8);
width:200px;
margin-left:275px;
padding-top:9px;
padding-bottom:9px;
padding-left:15px;
padding-right:15px;
float:center;
-moz-transition-duration:0.6s;
-webkit-transition-duration:0.6s;
-o-transition-duration:0.6s;
}