/*
Theme Name: elegant lite
Theme URI:		http://www.dashthemes.com/themes/elegant
Author:			Dashthemes.com
Author URI:		http://www.dashthemes.com/
Description: Elegant is a clean and minimal Wordpress theme for Blog and Magazine web site. Built with the latest Wordpress technology. Lets Blog support responsive layout so it looks great on all devices. Elegant clean, contemporary design is guaranteed to wow and inspire! check the demo at https://dashthemes.com/themes/elegant
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elegant
Tags: two-columns, right-sidebar, custom-menu, custom-logo, featured-images, translation-ready, blog
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Logo
# Accessibility
# Alignments
# Clearings
# Widgets
# Instagram Footer
# Content
	## Posts and pages
	## Featured slider
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

table {
	width: 100%;
	border: 1px solid #f1f1f1;
	border-collapse: collapse;
	border-spacing: 0;
}
table caption{
	margin-bottom: 5px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border: 1px solid #f1f1f1;
	line-height: 1.3;
	padding: 8px;
	vertical-align: middle;
	text-align: center;
}

table > thead > tr > th, table > thead > tr > td {
	border-bottom-width: 2px;
}

.slicknav_menu {
    display: none;
}


.ct_slides_area { visibility: hidden; }


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
body {
    font-family: 'Lora', sans-serif;
    color: #656565;
    font-size: 14px;
    overflow-x: hidden;
    line-height: 30px;
    font-weight: 400;
}
textarea:focus, input:focus{
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Raleway', serif;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	font-family: 'Playfair Display', serif;
    border: none;
    padding: 20px 35px;
    background-color: #F3F3F3;
    position: relative;
    font-size: 14px;
    line-height: 36px;
    color: #292929;
    display: inline-block;
    width: 100%;
    margin: 10px 0 25px;
    letter-spacing: 0.5px;
    text-align: justify;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6,
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6	{
	color:#000;
	margin-bottom:20px;
	font-weight: 600;
}
.post-entry h1, .entry-content h1 {
	font-size:28px;
}
.post-entry h2, .entry-content h2 {
	font-size:25px;
}
.post-entry h3, .entry-content h3 {
	font-size:22px;
}
.post-entry h4, .entry-content h4 {
	font-size:19px;
}
.post-entry h5, .entry-content h5 {
	font-size:17px;
}
.post-entry h6, .entry-content h6 {
	font-size:15px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
.post-entry ul, .post-entry ol, .entry-content ul, .entry-content ol {
    padding-left: 20px;
    margin-bottom: 12px;
    color: #222;
}
.post-entry ol li, .entry-content ol li {
    margin-bottom: 8px;
    list-style: decimal;
}
.post-entry ul li, .entry-content ul li {
    margin-bottom: 6px;
    list-style: disc;
}
.page-links .page-number {
    padding-left: 10px;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid; */
	border-color: #ccc #ccc #bbb; */
	border-radius: 3px; */
	background: #e6e6e6; */
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); */
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
nav.navigation.pagination {
  margin-top: 1.875em; }
  nav.navigation.pagination .nav-links {
    text-align: center; }
  nav.navigation.pagination ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0; }
    nav.navigation.pagination ul li {
      display: inline-block;
      margin: 0 2px; }
nav.navigation.pagination span {
    letter-spacing: 1px;
    font-size: 11px;
    padding: 7px 15px; }
  nav.navigation.pagination span {
    background-color: #e6c55d;
    color: #ffffff; }
  nav.navigation.pagination a {
    background-color: transparent;
    color: #666;
    border: 1px solid #e6c55d;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 7px 15px;
    font-family: 'Montserrat';	}
    nav.navigation.pagination a:hover {
      background-color: #e6c55d;
      color: #ffffff; }
  @media screen and (max-width: 767px) {
    nav.navigation.pagination {
      text-align: center; } }
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #e6c55d;
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}


.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {

	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: 'Open Sans';
}

.main-navigation ul ul {


	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color:#999999;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}



.container {
    width: 1100px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.content-area.container{
	padding: 0;
}
.top-nav{
	display: block;
	position: relative;
}
nav#site-navigation {
    background: #171717;
    height: 48px;
    position: fixed;
    z-index: 9999;
    width: 100%;

}
nav#site-navigation.remove-sticky {
    position: relative;
}
.menu li {
    display: inline-block;
    margin-right: 12px;
    position: relative;
}

	.menu li:after {
    content: "|";
    padding-left: 12px;
    color: #565656;
}

	.menu li:last-child:after {
    content: "";
}
	.menu .sub-menu li:after {
    content: "";
	    padding: 0px;

}


.menu li a {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
    line-height: 48px;
    text-transform: uppercase;
    display: inline-block;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#site-navigation .menu > li.menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 9px;
    color: #b5b5b5;
    font-size: 12px;
}
.menu .sub-menu, .menu .children {
    background-color: #171717;
    display: none;
    padding: 0;
    position: absolute;
    margin-top: 27px;
    left: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 3px 2px 0px rgba(0,0,0,.05);
    -moz-box-shadow: 0 3px 2px 0px rgba(0,0,0,.05);
    box-shadow: 0 3px 2px 0px rgba(0,0,0,.05);
}
.menu .sub-menu a{
	color: #DCDCDC;
	text-transform: none;
}
.menu .sub-menu a:hover{
	color: #fff;
}
.sub-menu .sub-menu, .sub-menu .sub-menu .sub-menu, .sub-menu .sub-menu .sub-menu .sub-menu{
	margin-top: 0px;
}
ul.menu ul a, .menu ul ul a {
	color: #7D7D7D;
	margin: 0;
	padding: 6px 10px 7px 10px;
	min-width: 160px;
	line-height: 25px;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}
	
ul.menu ul li, .menu ul ul li {
	padding-right:0;
	margin-right:0;
}

ul.menu li:hover > ul, .menu ul li:hover > ul {
	display: block;
}
.menu .sub-menu ul, .menu .children ul {	
	left: 100%;
	top: 0;
}
#top-social {
    position: absolute;
    right: 80px;
    top: 0;
}
#top-social a{
    color: #e6c55d;
    margin-left: 11px;
    font-size: 14px;
    line-height: 48px;
    display: inline-block;
}

div#top-social.rightus {
    right: 0px;
}

/****************************************/
/* Slicknav CSS
/****************************************/
.slicknav_btn { position: relative; display: block; vertical-align: middle; float: left;  line-height: 27px; cursor: pointer;  height:27px;}
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; font-size:19px;}
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content-area: " "; display: table; }
.slicknav_menu:after { clear: both }
.slicknav_menu { *zoom: 1 }
.slicknav_btn {
    margin: 5px 5px 6px;
	margin-left:0;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}
.slicknav_menu {
    background:#171717;
   
}
.slicknav_nav {
    margin:0;
    padding:0;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#fff;
	font-size:11px;
	font-weight:400;
	letter-spacing:2px;
	text-transform:uppercase;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav a:hover{
    
    color:#666;
}
.slicknav_nav .slicknav_txtnode {
    margin-left:15px;   
}

.slicknav_menu .slicknav_no-text {
	margin-top:12px;
}


@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	width: 50%;
}


/*--------------------------------------------------------------
## search
--------------------------------------------------------------*/


#upper-social-area.nosearch { right:0; }
#upper-social-area a {
	color:#000;
	margin-left:10px;
	font-size:14px;
	line-height:50px;
	display:inline-block;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}
#upper-social-area a:hover {
	color:#000;
}

#upper-search-area {
	position:absolute;
	right:15px;
	top:0;
	    width: 48px;
    text-align: center;
    margin-left: 16px;
}

#upper-search-area a.search {
font-size: 14px;
    color: #999;
    line-height: 48px;
    position: relative;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    background: #353535;
}
#upper-search-area a.search:hover {
	opacity:.65;
}
.display-search-view {
	position:absolute;
	top:48px;
	right:0;
	display:none;
	z-index:10000;
}
.display-search-view #searchform input#s {
	width:210px;
	background:#FFF;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	-moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	border:1px solid #eee;
}
.display-search-view #searchform input#s:focus {
	border:1px solid #ddd;
}

/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/

.site-branding {
	margin-top: 48px!important;
    padding: 55px 0;
    text-align: center;
}
h1.site-title{
	font-size: 42px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
h1.site-title a{
	color: #424243;
}
p.site-description{
	color: #b7b7b7;
    font-weight: lighter;
	letter-spacing: 3px;
    font-size: 12px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin-bottom: 40px;
    box-sizing: border-box;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget-title span {
    font-family: 'Montserrat';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #252525;
    line-height: 27px;
    padding: 0 10px;
    border: 1px dashed #E6E6E6;
    display: inline-block;
    margin: 0;
    background: #ffffff;
    position: relative;
	    font-weight: 400;
}
h2.widget-title {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    margin-bottom: 28px;
}

h2.widget-title:before {
    content: "";
    width: 100%;
    height: 1px;
    top: 57%;
    border-bottom: 1px dashed #E6E6E6;
    position: absolute;
    left: 0;
}

.widget h3{
	font-size: 16px;
}
.widget .search-field{
	border-radius: 0px;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 4px 12px;
}
.widget input[type="submit"] {
    font-size: 12px;
    padding-top: 9px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 1.25px;
}
.widget ul li {
    margin-bottom: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
    padding-right: 5px;
    list-style: none;
}
.widget ul, .widget ol{
    margin: 5px;
    padding-left: 5px;
}
.widget_recent_entries li a, .widget_archive li a{
	color: #424243;
	font-size: 14px;
}
.tagcloud a{
  border: 1px solid #ebebeb;
  color: inherit;
  display: inline-block;
  line-height: 28px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 0 18px;
  font-size: inherit!important;
}
.tagcloud a:hover{
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.widget_categories ul li a {
    margin-right: 15px;
}
.widget ul li a {
    color: #000;
    display: inline-block;
}
.widget ul li {
    line-height: 34px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #ebebeb;
    padding: 2px 0;
    letter-spacing: 0.75px;
}
/* newsletter */
.widget_mc4wp_form_widget{
  background-color: #efefef;
  padding: 25px 30px;
}
.widget_mc4wp_form_widget .mc4wp-form label{
  text-align: center;
  letter-spacing: 0.75px;
  margin-bottom: 20px;
  font-weight: normal;
  display: block;
}
.widget_mc4wp_form_widget form input{
  line-height: 22px;
  width: 100%;
}
.widget_mc4wp_form_widget input[type="submit"]{
  width: 100%;
  text-align: center;
  line-height: 30px;
  padding: 10px 15px;
}
.widget_mc4wp_form_widget input[type="submit"]:hover{
  background-color: #636363;
}
.widget_mc4wp_form_widget input[type="text"]{border-width: 2px;}

select{
  border: 1px solid #ebebeb;
  line-height: 22px;
  font-size: 12px;
  padding: 10px;
  letter-spacing: 0.75px;
  color: #999999;
  max-width: 100%;
}
input[type="email"], input[type="text"], input[type="password"]{
  border: 1px solid #ebebeb;
  line-height: 22px;
  font-size: 12px;
  padding: 10px;
  letter-spacing: 0.75px;
  color: #080808;
}
input[type="submit"], button, .button{
  font-weight: bold;
  border: none;
  background-color: #000000;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  padding: 6px 15px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
input[type="submit"]:hover, button:hover, .button:hover{
  background-color: #000;
}


.abt-image img {
    float: none;
    height: 289px;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.abt-image {
    position: relative;
}


.abt-description {
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
}

.abt-social-links {
    text-align: center;
}


.snap-link {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    /* font-style: italic; */
}

span.snap-follow {
    font-style: italic;
}


.dash_snapchat_widget img {
    width: 224px;
    margin: 0 auto;
}

.dash_snapchat_widget {
    text-align: Center;
}

.abt-social-links li {
    color: #000;
    margin-left: 10px;
    font-size: 14px;
    line-height: 50px;
    display: inline-block;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    cursor: pointer;
}

.abt-social-links li a {
    color: #000;
}
.abt-social-links ul li {
    line-height: 0;
    display: inline-block;
    width: auto;
    border-bottom: none;
    padding: 5px;
    letter-spacing: 0;
}


  /* Latest Post Widget **********/
.widget ul.side-newsfeed li {
	list-style-type:none;
	margin-bottom:17px;
	padding-bottom:5px;
	margin-left:0;
}
.widget ul.side-newsfeed li:last-child {
	margin-bottom:0;
	padding-bottom:0;
}
.widget ul.side-newsfeed li .side-item {
	overflow:hidden;
}
.widget ul.side-newsfeed li .side-item .side-image {
	float:left;
	margin-right:14px;
}

.widget ul.side-newsfeed li .side-item .side-image img {
	width:125px;
	height:auto;
}

.widget ul.side-newsfeed li .side-item .side-item-text {
	overflow:hidden;
}
.widget ul.side-newsfeed li .side-item .side-item-text h4 {
	margin:0px;
	font-weight: 400;
}
.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
	margin-bottom:1px;
	color:#242424;
	display:block;
	font-size:15px;
	line-height: 24px;
}
.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
	font-size:12px;
	color:#999;
	font-style:italic;
}



.popular-post-sidebar-title {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    padding-top: 5px;
    text-align: center;
}

.popular-post-sidebar-content.clear {
    position: relative;
    margin-bottom: 30px;
}

.popular-post-sidebar-title a {
    position: relative;
    z-index: 999;
    color:#000;
}

.popular-post-sidebar-image{
    
    position: relative;
}
.popular-post-sidebar-image span.category{
    
position: absolute;
    bottom: 0px;
    left: 50%;
    line-height: 32px;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: rgb(255, 255, 255);
    padding: 0px 15px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-family: 'Open Sans';
}
.popular-post-sidebar-title a{
text-transform: capitalize;
}


.pop-meta {
    display: block;
    font-size: 12px;
    margin-right: 10px;
    color: #999;
    font-style:italic;
}

span.pop-comment a {
    font-size: 12px;
    margin-right: 10px;
    color: #999;
      font-style:italic;
}

span.pop-comment {
    margin-left: 10px;
}



.social-widget.cf a {
    color: #000;
    font-size: 16px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 2px!important;
    padding-bottom: 7px!important;
    border: 1px solid #f0f0f0;
    padding: 10px 0;
    display: inline-block;
    background-color: #ffffff;
    width: 32.5321%;
	    text-align: center;
}

.social-widget .fa {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #444444;
}
.social-widget .fa:hover {
    color: #e6c55d;
}

.social-widget span {
    margin: 20px 10px 0;
    text-transform: uppercase;
    font-size: 10px;
    color: #777777;
	padding: 0 10px;
}
/*--------------------------------------------------------------
# Instagram Footer
--------------------------------------------------------------*/

    #insta_widget_footer {
        text-align:center;
        overflow:hidden;
        position:relative;
        margin-bottom:50px;
    }
	
	#insta_widget_footer ul{    padding: 0;
    margin: 0;}
	
    .instagram-title {
        margin-bottom:20px;
        text-transform:uppercase;
        letter-spacing:1px;
        font-size:14px;
    }
    #insta_widget_footer .instagram-pics li {
        width:12.5%;
        display:inline;
        float:left;
        position:relative;
        -webkit-transition: 300ms;
        -moz-transition: 300ms ;
        -ms-transition: 300ms ;
        -o-transition: 300ms ;
        transition: 300ms ;
    }
    #insta_widget_footer .instagram-pics li img {
        max-width:100%;
        vertical-align:middle;
    }
    #insta_widget_footer .instagram-pics li img:hover {
        opacity:.87;
    }
    #insta_widget_footer p.clear {
        font-size: 12px;
        position: absolute;
        top: 60%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        left: 50%;
        transform: translate(-50%,-50%);
        background: #fff;
        padding: 10px 80px;
        letter-spacing: 1px;
        text-transform: uppercase;
        -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
    }
    #insta_widget_footer .instagram-pics li:hover {
               opacity: .7;
    }

.footer-widget-wrapper {
    width: 32%;
    float: left;
    margin-right: 20px;
}

.footer-widget-wrapper.last{
    
    margin-right: 0px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.bottom-blog {
display: inline-block;
width: 100%;
border-top: 1px dashed #e8e8e8;
padding: 13px 0;
margin: 40px 0;
}

.single .bottom-blog {
margin: 20px 0px 5px;
    border-bottom: 1px dashed #e8e8e8;
    padding: 18px 0px 0px;
}

.blog-date.pull-left {
    float: left;
    margin: 0;
    padding: 0;
}

.blog-date li{
display: inline-block;
font-size: 12px;
font-style: italic;
margin-right: 14px;
}
.blog-date li a{
color: #5d5d5d
}
.blog-date li .fa{
font-size: 16px;
color: #e6c55d;
margin-right: 10px;
vertical-align: middle;
}
.group-share li{
display: inline-block;
margin-left: 6px;
}
.group-share li a{
width: 27px;
height: 27px;
line-height: 27px;
text-align: center;
font-size: 13px;
border: 1px solid #e6c55d;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
display: inline-block;
color:#646464;
}
.group-share li a:hover{
color: #ffffff;
border-color: #e6c55d;
background: #e6c55d;
}


/* Post related **********/
.post-related {
	overflow:hidden;
	margin-bottom:60px;
	margin-top:60px;
}
.ct_post_area { text-align:center; }
.ct_post_area-title {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    margin-bottom: 28px;

}
h4.ct_post_area-title:before {
    content: "";
    width: 100%;
    height: 1px;
    top: 57%;
    border-bottom: 1px dashed #E6E6E6;
    position: absolute;
    left: 0;
}

.ct_post_area-title span {
    font-family: 'Montserrat';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #252525;
    line-height: 27px;
    padding: 0 10px;
    border: 1px dashed #E6E6E6;
    display: inline-block;
    margin: 0;
    background: #ffffff;
    position: relative;
    font-weight: 400; 
}



.item-related {
	width:222px;
	float:left;
	margin-right:22px;
}
.item-related:last-child {
	margin-right:0;
}

	#mainpage.fullwidth .item-related {
		width:340px;
		margin-right:30px;
	}
	#mainpage.fullwidth .item-related:last-child {
		margin-right:0;
	}

.item-related img {
	margin-bottom:6px;
	width:100%;
	height:auto;
}
.item-related h3 {
    font-weight: 400;
    margin-bottom: 3px;
    margin: 0;
    line-height: 22px;
}

	
.item-related h3 a {
	font-size:14px;
	color:#242424;
}
.item-related h3 a:hover {
	text-decoration:underline;
}
.item-related span.date {
	font-size:11px;
	font-style:italic;
	color:#999;
}


/* Post Author **********/
.post-author {
	margin-bottom:60px;
	overflow:hidden;
	border: 1px dashed #E6E6E6;
    padding: 20px;
}	

.author-content-area h5 {
    margin: 0;
}

.author-img {
	float:left;
	margin-right:30px;
}

.author-img img {
    border-radius: 50%;
}


.author-content-area  {
	overflow:hidden;
}

.author-content-area h5 a {
	font-size:15px;
	margin-bottom:6px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	color:#000;
	display:block;
}

.author-content-area p {
    margin-bottom: 9px;
    color: #666;
    margin-top: 0px;

}

.author-content-area .author-social {
	font-size:14px;
	color:#bbb;
	margin-right:8px;
}

.social_share_area-box.share-comments {
    text-align: center;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
header.entry-header {
    text-align: center;
}
section.content-area {
    min-height: 480px;
}
main#main{
    width: 740px;
    float: left;
    margin-bottom: 35px;
    padding-right: 15px;
    padding-left: 15px;
}
main.full-width{
	width: 100% !important;
	margin-right: 0px !important;
}
main.full-width .entry-thumb img{
	width: 100% !important;
}
aside.sidebar {
    float: right;
    width: 320px;
    padding-right: 15px;
}
.entry-cate a {
    color: #cea525;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
}
h2.entry-title, h1.entry-title {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    width: 90%;
	    margin: 0 auto;
}
h2.entry-title a, h1.entry-title a{
	color: #222;
}
h1.page-title {
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #ededed;
    padding: 15px 0;
    margin-bottom: 30px;
}

.bg-category{
width: 100%;
overflow: hidden;
text-align: center;
margin: 20px auto 30px;
height: auto;
line-height: 12px;
}

.entry-header .bg-category .category-name{
position: relative;
display: inline-block;
}
.entry-header .bg-category .category-name::before, .entry-header .bg-category .category-name::after {
border-bottom: 1px dashed #e8e8e8;
border-color: #e8e8e8;
content: "";
display: block;
height: 1px;
position: absolute;
top: 49%;
width: 9999%;
}
.entry-header .bg-category .category-name::before{
margin-right: 25px;
right: 100%;
}
.entry-header .bg-category .category-name::after {
left: 100%;
margin-left: 25px;
}
.entry-header .category-name{
font-size: 10px;
font-family: 'Montserrat';
color: #ffffff;
text-align: center;
text-transform: uppercase;
height: auto;
}
.entry-header .category-name a{
color: #ffffff;
padding: 0px 8px;
letter-spacing: 2px;
vertical-align: top;
line-height: 21px;
}
.entry-header .category-name span{
position: relative;
background:  #e6c55d;
display: inline-block;
height: auto;
line-height: 10px;
}
.entry-header .category-name span:before{
content: "";
display: inline-block;
border-top: 10px solid transparent;
border-right: 7px solid transparent;
border-bottom: 10px solid transparent;
border-left: 7px solid #ffffff;
}
.entry-header .category-name span:after{
content: "";
display: inline-block;
border-top: 10px solid transparent;
border-right: 8px solid #ffffff;
border-bottom: 10px solid transparent;
border-left: 8px solid transparent;
}

.entry-header h2 a:hover {
    opacity: .50;
}

.entry-more{
	text-align: center;
}
.entry-more a{
    margin-top: 15px;
    border-radius: 1px;
    text-transform: uppercase;
    line-height: 1.75;
    color: #5d5d5d;
    border: 1px solid #e6c55d;
    letter-spacing: 2px;
    font-size: 10px;
    padding: 0 15px;
    font-family: 'Montserrat';
    line-height: 38px;
    display: inline-block;
    text-transform: uppercase;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.entry-more a span:after {
    content: '';
    border-top: 1px solid;
    display: block;
    max-width: 40px;
    margin: 3px auto 10px;
    color: #6d6d6d;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.entry-more a:hover{
    color: #e6c55d;
}


.entry-meta {
    margin-bottom: 0px;
}
.entry-content {
    margin-top: 0;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
	color: #b7b7b7;
    font-size: 12px;
    font-style: italic;
	    margin-left: 7px;
}
.single .byline .author ,
.group-blog .byline .author {

    display: inline-block;
    font-size: 12px;
    font-style: italic;
    margin-right: 14px;
}

.entry-tags{
	margin-bottom: 10px;
	margin-top: 25px;
}
.entry-tags a{
    line-height: 24px;
    border: 1px dashed #e5e5e5;
    padding: 0px 12px;
    display: inline-block;
    font-weight: 400;
    color: #424243;
    margin-right: 15px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    font-size: 10px;
    font-family: 'Montserrat';
}
.entry-tags  a:hover{
  color: #cea525;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0;
	text-align: justify;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.nav-previous, .nav-next {
	letter-spacing: 2.75px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    border: 1px solid #f3f3f3;
    padding: 5px 10px;
    text-align: center;
}
.nav-previous a, .nav-next a {
	color: #969696;
}
.nav-previous a:hover, .nav-next a:hover {
	opacity: 0.8;
}
nav.navigation.posts-navigation {
    margin-bottom: 60px;
}
footer.site-footer {
    font-size: 11px;
    padding: 13px;
    text-align: center;
    background-color: #171717;
    letter-spacing: 2px;
	    clear: both;
}
footer .site-info {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 1px;
	    font-family: "Open Sans", sans-serif;
}
footer .site-info i.fa {
	color: #d55;
}

.top-nav input.search-submit {
    display: none;
}

.top-nav input.search-field {
border: 1px solid #e5e5e5;
    color: #999;
    border-radius: 0;
    padding: 8px 14px;
    width: 230px;
    webkit-box-shadow: 0 8px 6px -6px rgba(206,206,206,.2);
    -moz-box-shadow: 0 8px 6px -6px rgba(206,206,206,.2);
    box-shadow: 0 8px 6px -6px rgba(206,206,206,.2);
}


.search .search-field{
	border-radius: 0px;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 4px 12px;
}
.search input[type="submit"] {
    background: transparent;
    border: 1px solid #ccc;
    font-size: 14px;
}

.entry-share {
    text-align: center;
    margin-top: 10px;
    padding-top: 25px;
}
.entry-share a {
    font-size: 15px;
    width: 40px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    color: #424243;
    padding-left: 10px;
}
.single-post .entry-share {
    padding-bottom: 25px;
}

.entry-thumb {
    text-align: center;
    margin-top: 12px;
}



/****************************************/
/* Pagination
/****************************************/

.pagination {
	margin-top:55px;
	overflow:hidden;
	margin-bottom:45px;
	    position: relative;
}

.pagination a {
    color: #999;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 12px;
}

.older .pager-heading {
    margin-bottom: 5px;
    color: #aaa;
    margin-right: 42px;
}

.older .pager-title {
    font-size: 150%;
    display: block;
    line-height: 1.3;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #e6c55d;
    margin-right: 42px;
}
.post-nav-icon {
    position: absolute;
    top: 10px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background-color: #000;
    border-radius: 32px;
    color: #e6c55d;
    letter-spacing: 0;
}

.older .post-nav-icon {
    right: 0;
}

.newer .pager-heading {
    margin-bottom: 5px;
    color: #aaa;
    margin-left: 42px;
}

.newer .pager-title {
    font-size: 150%;
    display: block;
    line-height: 1.3;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #e6c55d;
    margin-left: 42px;
}
.newer .post-nav-icon {
    left: 0;
}

.pagination a:hover {
	color:#999;
}
.pagination .newer {
	float:left;
	
}
.pagination .older {
	float:right;    text-align: right;
}


/*--------------------------------------------------------------
## Featured slider
--------------------------------------------------------------*/
.slider-area {
    margin-bottom: 60px;
}

.feat-item {
	    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    height: 0;
    padding-top: 59%;
}



.feat-wrapper {
    position: absolute;
    padding: 20px 25px 15px 25px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
}

.slider-area .ct_slider .feat-item{
    
        padding-top: 48%;
}

.item-slide{
    
    position: relative;
}

.ct_slides_area .slick-active .feat-overlay {
    background: none;
}

.feat-overlay .category a {
    display: inline-block;
    margin: 0 3px 13px;
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 2px;
    background: #fff;
    padding: 8px;
}
.feat-overlay h2 {
	    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
	margin:0px;
}

.ct_slider .feat-overlay h2 a,.ct_slider .feat-date,.ct_slider .feat-author a{
    
    color:#fff;
}

.feat-overlay h2 a {
	color:#fff;
	display:block;
}

.feat-separators {
  border-top:2px solid;
  display: block;
  max-width: 48px;
  margin: 0 auto 26px;
  color: #fff;
}

.feat-more {
    color: #fff;
    padding: 15px 30px;
    font-size: 11px;
    text-transform: uppercase;
    /* width: 147px; */
    display: inline-block;
    letter-spacing: 2px;
    /* border: 2px solid #000; */
    /* display: inline-block; */
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    position: relative;
    /* left: 36%; */
    bottom: -25px;
    background: #c79b62;

}
.feat-overlay .category a{
    
    border-bottom: 1px solid #ddd;
}



.ct_slider_car .feat-overlay h2{
   
    font-size: 20px;
    
}


.fullwidth .article_image {
    text-align: center;
}


.ct_slider_car .feat-item{
    
       padding-top:75%; 
    
}

.image-slide{
    position: relative;
}



.ct_slider_car .feat-item-wrapper{
    
   text-align: center;
    
}



.ct_slider_car .feat-more{
    display:none;
}

.ct_slider_car .feat-overlay{
    
    display:block;
}
.ct_slider_car.feat-inner span a {
    text-transform: capitalize;
}

.ct_slider_car .feat-inner span {
 
    font-size: 14px;
    margin-right: 10px;
        color: #ddd;
    font-family: Source Sans Pro, sans-serif;
	    text-transform: none;
}
span.post-category a {
    font-size: 12px;
    padding: 2px 5px;
    text-transform: uppercase;
    background: #e6c55d;
    border-radius: 3px;
    color: #fff;
    margin-left: 5px;

}



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
div#comments {
    padding-top: 25px;
}
.comment-reply-title{
	font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 5px;
    display: inline-block;
    color: #353535;
}
ol.comment-list {
    padding: 0;
    margin-left: 15px;
}
#comments .comment-notes{
	color: #999;
	font-size: 14px;
    letter-spacing: 0.25px;
}
.comment-form label{
	color: #999;
    font-size: 16px;
}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.comment-form input.submit{
	font-family: "Lato";
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0;
    font-size: 11px;
    color: #666;
    padding: 10px 20px 10px;
    margin-top: 6px;
    display: inline-block;
    border: none;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    width: auto;
    background-color: transparent;
    border: 1px solid #D8D8D8;
	margin-bottom: 30px;
}
.comment-form input.submit:hover {
	background:#333;
	color:#FFF;
	border: 1px solid #333;
}
.comments-title{
    font-size: 14px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-weight: 500;
    padding-bottom: 5px;
    display: block;
    text-align: center;
    color: #505050;
}
.comment .says{
	display: none;
}
.comment-author .avatar {
	float: left;
	margin-right: 10px;
	width: 50px;
    height: 50px;
}
.comment-author .fn{
	text-transform: uppercase;
    color: #333;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1.25px;
}
.comment-metadata time{
	font-size: 14px;
    color: #999;
    font-style: italic;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
}
.comment-content {
    margin-left: 50px;
    font-size: 16px;
}
li.comment {
    position: relative;
}
li.comment .reply {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #aaa;
    border-radius: 2px;
}
li.comment .reply a{
    color: #fff;
    font-size: 10px;
    padding: 5px;
    text-transform: uppercase;
    font-family: Lato;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;

}

.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: block;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 991px) {
	.container{
		width: 95%;
		margin: 0 auto;
	}
	main#main{
		width: 69.23077%;
	}
	aside.sidebar{
		width: 25.96154%;
	}
	.footer-widget-wrapper {
    width: 31.33%;}
	.social-widget.cf a {
    width: 32%;}
   .social-widget.cf span {
    display: none;}
}

@media (max-width: 768px) {
	.container{
		width: 95%;
		margin: 0 auto;
	}
	#navigation-wrap {
		display:none;
	}
	
	#insta_widget_footer .instagram-pics li {
    width: 25%;
}
#insta_widget_footer p.clear {

padding: 10px 32px;
}
		.slicknav_menu {
		display:block;
	}
	
	main#main{
		width: 95%;
		margin:0 auto;
		float: none;
	}
	aside.sidebar{
		width: 95%;
		margin: 0 auto;
		float: none;
	}

.footer-widget-wrapper {
    width: 100%;
}
	.site-branding {
    	margin-top: 50px !important;
	}
	p.site-description{
		padding-top: 0;
		margin-top: 0;
		font-size: 12px;
	}
	.entry-content {
	    margin-top: 0;
	}
}

@media (max-width: 480px) {
	.container{
		width: 94%;
	}
	main#main{
		width: 95%;
		margin:0 auto;
		float: none;
	}
	aside.sidebar{
		width: 95%;
		margin: 0 auto;
		float: none;
		padding: 0px 10px;
	}
	.comment-form label {
	    font-size: 13px;
	}
	
	.site-branding {
	    margin-top: 62px !important;
	    padding: 35px 0;

	}
	h1.site-title {
    	font-size: 30px;
	}
	h2.entry-title, h1.entry-title {
        font-size: 21px;
    line-height: 29px;
    letter-spacing: 1px;
	}
	.entry-meta {
	    margin-bottom: 15px;
	}
	.entry-content {
	    margin-top: 0;
	}
	.entry-more a{
		font-size: 10px;
		letter-spacing: 0.75px;
	}
	button.menu-toggle{
		height: 62px;
    	background: transparent;
    	border: none;
    	padding-left: 0px;
	}
	#top-social {
    	right: 80px;
	}
	#top-social a {
    	font-size: 14px;
    	margin-left: 8px;
	}
	
	h1.page-title {
    	font-size: 18px;
    	letter-spacing: 1px;
	}



	div#top-search {
		display: none;
	}

}