@charset "UTF-8";



/*

	Theme Name: Vintauge

	Theme URI: themeforest.net/user/gloriatheme

	Author: Gloria Theme

	Author URI: gloriatheme.com

	Description: Vintauge; Blog & Magazine WordPress Theme.

	License: GNU General Public License v2 or later

	License URI: www.gnu.org/licenses/gpl-2.0.html

	Tags: right-sidebar, featured-images, custom-header, custom-menu

	Text Domain: vintauge

	Version: 1.0

*/



/* ------------------------



[Index]



1. Google Fonts

2. Font Awesome

3. General

	3.1 General Style

	3.2. Loader Pace

4. Pages

5. Widget & Sidebar

6. Header

7. Slider

8. Home

9. Shortcode

10. Footer

11. 404 Page

12. Comments

13. Single

14. Category & Archive

15. Plugins

16. WooCommerce

17. Responsive



------------------------ */



/* =====  1. GOOGLE FONT ===== */



/* =====  2. FONT AWESOME ===== */

/* assets/css/font-awesome.min.css */



/* =====  GENERAL START ===== */

/* ----- 3.1 General Style ----- */

body {

	font-family:'Source Sans Pro';

	font-size:14px;

	color:#676767;

	background: #F2F2F2;

}



@font-face {

  font-family: 'Cinzel-Bold';

  src: url('/wp-content/themes/vintauge/fonts/Cinzel-Bold.eot?#iefix') format('embedded-opentype'),  url('/wp-content/themes/vintauge/fonts/Cinzel-Bold.woff') format('woff'), url('/wp-content/themes/vintauge/fonts/Cinzel-Bold.ttf')  format('truetype'), url('/wp-content/themes/vintauge/fonts/Cinzel-Bold.svg#Cinzel-Bold') format('svg');

  font-weight: normal;

  font-style: normal;

}



a, a:visited {

	color:#161616;

	-webkit-transition:0.2s;

	-moz-transition:0.2s;

	-o-transition:0.2s;

	-ms-transition:0.2s;

	transition:0.2s;

}



a:hover, a:focus {

	text-decoration:none;

	color:#D4AF37;

	-webkit-transition:0.2s;

	-moz-transition:0.2s;

	-o-transition:0.2s;

	-ms-transition:0.2s;

	transition:0.2s;

}



h1, h2, h3, h4, h5, h6 {

	margin:30px 0px 15px;

	font-weight: 700;

    font-family: Cinzel-Bold;

	color:#161616;

}



h1 {

	font-size:35px;    font-family: Cinzel-Bold;

}



h2 {

	font-size:30px;    font-family: Cinzel-Bold;

}



h3 {

	font-size:25px;    font-family: Cinzel-Bold;

}



h4 {

	font-size:20px;    font-family: Cinzel-Bold;

}



h5 {

	font-size:15px;    font-family: Cinzel-Bold;

}



h6 {

	font-size:13px;

}



p {

	margin-bottom:25px;

}



img {

	max-width:100%;

	height:auto;

	transition: opacity 0.2s;

	-webkit-transition: opacity 0.2s;

	-moz-transition: opacity 0.2s;

}



img:hover {

	transition: opacity 0.2s;

	-webkit-transition: opacity 0.2s;

	-moz-transition: opacity 0.2s;

	transition:0.2s;

	opacity:0.8;

}



.nopadding {

	padding:0px;

}



.nopaddingleft {

	padding-left:0px;

}



.nopaddingright {

	padding-right:0px;

}



.site-content {

	margin-top: 60px;

	text-align: justify

}



hr {

    margin-top: 30px;

    margin-bottom: 30px;

    border-top: 1px solid #DADADA;

}



input[type="email"],

input[type="number"],

input[type="password"],

input[type="tel"],

input[type="url"],

input[type="text"],

input[type="time"],

input[type="week"],

input[type="search"],

input[type="month"],

input[type="datetime"],

input[type="date"],

textarea,

textarea.form-control,

select

{

	display: block;

	width: 70%;

	padding: 5px 12px;

	letter-spacing: 0.5px;

	font-size: 13px;

	color: #555;

	background-color: #fff;

	background-image: none;

	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;

	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

	border: 1px solid #CCCCCC;

	color: #A6A6A6;

	box-shadow: none;

	border-radius: 0px;

	line-height: normal;

	height: auto;

	-webkit-transition: 0.2s;

	-moz-transition: 0.2s;

	-o-transition: 0.2s;

	-ms-transition: 0.2s;

	transition: 0.2s;

	outline: 0px;

	border-radius: 0px;

	outline: 0;

	background: transparent;

}

p.text a {
    color: #676767;
    text-decoration: none;
}

.form-control {

	height: 58px;

	box-shadow: none;

	border: 1px solid #CCCCCC;

	color:#A6A6A6;

	letter-spacing: 1px;

	-webkit-transition:0.2s;

	-moz-transition:0.2s;

	-o-transition:0.2s;

	-ms-transition:0.2s;

	transition:0.2s;

	outline:0;

}



.contact-form-vintauge-textarea {

	max-height: 195px !important;

}

.dining-charity img {
    width: auto;
    max-height: 450px;
}

button, input[type="submit"] {

	-webkit-transition: 0.2s;

	-moz-transition: 0.2s;

	-o-transition: 0.2s;

	-ms-transition: 0.2s;

	transition: 0.2s;

	border: 0px;

	background-color: #D4AF37;

	border-color: #D4AF37;

	border-radius: 0px;

	border-width: 1px;

	font-size: 12px;

	letter-spacing: 1px;

	font-weight: 600;

	padding: 14.5px 13px;

	color: #FFFFFF;

	outline: 0;

}



button:hover, input[type="submit"]:hover,

button:active, input[type="submit"]:active,

button:active:hover, input[type="submit"]:active:hover,

button:active:focus, input[type="submit"]:active:focus,

button:active:visited, input[type="submit"]:active:visited,

button:focus, input[type="submit"]:focus {

	-webkit-transition:0.2s;

	-moz-transition:0.2s;

	-o-transition:0.2s;

	-ms-transition:0.2s;

	transition:0.2s;

	opacity:0.6;

	background: #D4AF37;

	border-color: #D4AF37;

	border-radius: 0px;

	outline:0;

}



blockquote {

	border: 0px;

	font-size: 18px;

	font-family: 'Playfair Display';

	font-style: italic;

	margin: 55px 0px 25px;

	padding: 0px;

	color:#5e5c5d;

}



blockquote:after, blockquote:before {

	display: inline-block;

	color: #D4AF37;

	font-size: 70px;

	font-style: normal;

}



blockquote:after {

	content: '”';

    display: inline-block;

	line-height: 0;

	width:6%;

	text-align: right;

	vertical-align:bottom;

}



blockquote:before {

	content: '“';

	display:inline-block;

	line-height: 0;

	width:6%;

	text-align:left;

	vertical-align: top;

}



blockquote p {

	width:87%;

	display:inline-block;

	margin-top: -25px;

}



blockquote p, blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {

	margin-bottom:10px;

}



blockquote .writer {

	font-weight: 600;

	text-align: right;

	display: inline-block;

	float: right;

	margin-top:10px;

}



.pagination {

	margin: 30px 0 0px;

}



.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {

	background-color: #000000;

	border-color: #000000;

}



.pagination>li>a, .pagination>li>a:visited {

	border-radius: 2px;

	background-color: #FFFFFF;

	border-color: #000000;

	color: #000000;

	padding: 3px 6px;

	font-size: 11px;

	font-weight: 600;

}



.pagination>li:last-child>a, .pagination>li:last-child>span, .pagination>li:first-child>a, .pagination>li:first-child>span {

	border-radius: 2px;

}



.pagination>li>a, .pagination>li>span {

	background-color: #FFFFFF;

	border-color: #000000;

	margin: 0px 5px;

	color: #000000;

}



.pagination>.active>a, .pagination>.active>a:visited, .pagination>.active>a:focus, .pagination>li>a:hover, .pagination>li>a:focus {

	color: #FFFFFF;

	background-color: #000000;

	border-color: #000000;

}



.alignnone {

    margin: 5px 20px 20px 0;

}



.aligncenter,

div.aligncenter {

    display: block;

    margin: 5px auto 5px auto;

}



.alignright {

    float:right;

    margin: 5px 0 30px 30px;

}



.alignleft {

    float: left;

    margin: 5px 30px 30px 0;

}



a img.alignright {

    float: right;

    margin: 5px 0 30px 30px;

}



a img.alignnone {

    margin: 5px 30px 30px 0;

}



a img.alignleft {

    float: left;

    margin: 5px 30px 30px 0;

}



a img.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto

}



.wp-caption {

    background: #fff;

    border: 1px solid #f0f0f0;

    max-width: 96%;

    padding: 5px 3px 10px;

    text-align: center;

}



.wp-caption.alignnone {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignleft {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignright {

    margin: 5px 0 20px 20px;

}



.wp-caption img {

    border: 0 none;

    height: auto;

    margin: 0;

    max-width: 98.5%;

    padding: 0;

    width: auto;

}



.wp-caption p.wp-caption-text {

    font-size: 11px;

    line-height: 17px;

    margin: 0;

    padding: 0 4px 5px;

}



.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: #D4AF37;

	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; 

}



.post-password-form input[type="password"] {

	width: 50%;

}



.rtl {}

.home {}

.blog {}

.archive {}

.date {}

.search {}

.paged {}

.attachment {}

.error404 {}

.single postid-(id) {}

.attachmentid-(id) {}

.attachment-(mime-type) {}

.author {}

.author-(user_nicename) {}

.category {}

.category-(slug) {}

.tag {}

.tag-(slug) {}

.page-parent {}

.page-child parent-pageid-(id) {}

.page-template page-template-(template file name) {}

.search-results {}

.search-no-results {}

.logged-in {}

.paged-(page number) {}

.single-paged-(page number) {}

.page-paged-(page number) {}

.category-paged-(page number) {}

.tag-paged-(page number) {}

.date-paged-(page number) {}

.author-paged-(page number) {}

.search-paged-(page number) {}

.post-id {}

.post {}

.page {}

.attachment {}

.sticky {}

.hentry {}

.category-misc {}

.category-example {}

.tag-news {}

.tag-wordpress {}

.tag-markup {}

.format-image {}

.format-gallery {}

.format-chat {}

.format-link {}

.format-quote {}

.format-status {}

.format-video {}

#header .main-menu{}

#header .main-menu ul {}

#header .main-menu ul ul {}

#header .main-menu li {}

#header .main-menu li a {}

#header .main-menu li ul {}

#header .main-menu li li {}

#header .main-menu li li a {}

.current_page_item{}

.current-cat{}

.current-menu-item{}

.menu-item-type-taxonomy{}

.menu-item-type-post_type{}

.menu-item-type-custom{}

.menu-item-home{}

.wp-smiley {}

blockquote.left {}

blockquote.right {}

.gallery dl {}

.gallery dt {}

.gallery dd {}

.gallery dl a {}

.gallery dl img {}

.gallery-caption {}

.size-full {}

.size-large {}

.size-medium {}

.size-thumbnail {}

.widget {}

#searchform {}

.widget_search {}

.screen-reader-text {}

.widget_meta {}

.widget_meta ul {}

.widget_meta ul li {}

.widget_meta ul li a {}

.widget_links {}

.widget_links ul {}

.widget_links ul li {}

.widget_links ul li a {}

.widget_archive {}

.widget_archive ul {}

.widget_archive ul li {} 

.widget_archive ul li a {}

.widget_archive select {}

.widget_archive option {}

.widget_pages {}

.widget_pages ul {}

.widget_pages ul li {}

.widget_pages ul li a {}

.widget_links {}

.widget_links li:after {}

.widget_links li:before {}

.widget_tag_cloud {}

.widget_tag_cloud a {}

.widget_tag_cloud a:after {}

.widget_tag_cloud a:before {}

.widget_calendar {}

#calendar_wrap {}

#calendar_wrap th {}

#calendar_wrap td {}

#wp-calendar tr td {}

#wp-calendar caption {}

#wp-calendar a {}

#wp-calendar #today {}

#wp-calendar #prev {}

#wp-calendar #next {}

#wp-calendar #next a {}

#wp-calendar #prev a {}

.widget_categories {}

.widget_categories ul {}

.widget_categories ul li {} 

.widget_categories ul ul.children {}

.widget_categories a {}

.widget_categories select{}

.widget_categories select#cat {}

.widget_categories select.postform {}

.widget_categories option {}

.widget_categories .level-0 {}

.widget_categories .level-1 {}

.widget_categories .level-2 {}

.widget_categories .level-3 {}

.recentcomments {}

#recentcomments {}

#recentcomments li {}

#recentcomments li a {}

.widget_recent_comments {}

.widget_recent_entries {}

.widget_recent_entries ul {}

.widget_recent_entries ul li {}

.widget_recent_entries ul li a {}

.textwidget {}

.widget_text {}

.textwidget p {}

.commentlist .reply {}

.commentlist .reply a {}

.commentlist .alt {}

.commentlist .odd {}

.commentlist .even {}

.commentlist .thread-alt {}

.commentlist .thread-odd {}

.commentlist .thread-even {}

.commentlist li ul.children .alt {}

.commentlist li ul.children .odd {}

.commentlist li ul.children .even {}

.commentlist .vcard {}

.commentlist .vcard cite.fn {}

.commentlist .vcard span.says {}

.commentlist .vcard img.photo {}

.commentlist .vcard img.avatar {}

.commentlist .vcard cite.fn a.url {}

.commentlist .comment-meta {} 

.commentlist .comment-meta a {}

.commentlist .commentmetadata {}

.commentlist .commentmetadata a {}

.commentlist .parent {}

.commentlist .comment {}

.commentlist .children {}

.commentlist .pingback {}

.commentlist .bypostauthor {}

.commentlist .comment-author {}

.commentlist .comment-author-admin {}

.commentlist {}

.commentlist li {}

.commentlist li p {}

.commentlist li ul {}

.commentlist li ul.children li {}

.commentlist li ul.children li.alt {}

.commentlist li ul.children li.byuser {}

.commentlist li ul.children li.comment {}

.commentlist li ul.children li.depth-{} {}

.commentlist li ul.children li.bypostauthor {}

.commentlist li ul.children li.comment-author-admin {}

#cancel-comment-reply {}

#cancel-comment-reply a {}

#respond { } 

#reply-title { } 

#cancel-comment-reply-link { }

#commentform { } 

#author { } 

#email { } 

#url { } 

#comment 

#submit

.comment-notes { } 

.required { }

.comment-form-author { }

.comment-form-email { } 

.comment-form-url { }

.comment-form-comment { } 

.form-allowed-tags { } 

.form-submit {}



.edit-link {

	display: block;

	clear: both;

}



.edit-link a, .edit-link a:visited {

	background: #D4AF37;

	color: #FFF;

	margin-top: 15px;

	display: table;

	padding: 4px 10px;

}



.edit-link a:focus,  .edit-link a:hover {

	opacity:0.6;

}



a.more-button:after {

	content: '';

	position: absolute;

	z-index: 1;

	-webkit-transition: all 0.3s;

	-moz-transition: all 0.3s;

	transition: all 0.3s;

}



a.more-button:after {

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

}



a.more-button:hover:after, a.more-button:active:after {

	background: #D4AF37;

}



a.more-button, a.more-button:visited {

	background: none;

	cursor: pointer;

	padding: 8px;

	display: inline-block;

	border-radius: 0px;

	text-transform: uppercase;

	letter-spacing: 0.5px;

	font-size: 11.5px;

	font-family: 'Playfair Display';

	color: #7f7f7f;

	outline: none;

	position: relative;

	font-weight:600;

	border: 1px solid #9B9B9B;

	-webkit-transition: all 0.3s;

	-moz-transition: all 0.3s;

	transition: all 0.3s;

}



a.more-button span {

	z-index:2;

	position: relative;

}



a.more-button:hover span,

a.more-button:focus span {

	color:#FFFFFF;

}



a.more-button:hover,

a.more-button:focus {

	border-color:#D4AF37;

	background:#D4AF37;

}



a.more-button:hover span:after,

a.more-button:focus span:after,

a.more-button:hover span:before,

a.more-button:focus span:before {

	border-color:#FFFFFF;

}



a.more-button span:after,

a.more-button span:before {

	content: '';

	display: inline-block;

	width: 5px;

	height: 5px;

	transform: rotate(45deg);

	-moz-transform: rotate(45deg);

	-webkit-transform: rotate(45deg);

	top: -1px;

	vertical-align: middle;

	position: relative;

	border: 1px solid #9B9B9B;

}



a.more-button span:after {

	margin-left:10px;

}



a.more-button span:before {

	margin-right:10px;

}



 #general-wrapper {

	 background:#FFFFFF;

 }

 

.wrapper-boxed {

	width: 1200px;

	max-width: 100%;

	margin: 0 auto;

	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);

	position: relative;

}



.post-password-required label {

	clear: both;

	display: block;

}



pre {

	margin-bottom:25px;

}



table {

	max-width: 100%;

}



th {

	text-align: left;

}



table {

	width: 100%;

	margin-bottom: 27px;

}



table > thead > tr > th,

table > tbody > tr > th,

table > tfoot > tr > th,

table > thead > tr > td,

table > tbody > tr > td,

table > tfoot > tr > td {

	padding: 8px;

	line-height: 1.428571429;

	vertical-align: top;

	border-top: 1px solid #ddd;

}



table > thead > tr > th {

	vertical-align: bottom;

	border-bottom: 2px solid #ddd;

}



table > caption + thead > tr:first-child > th,

table > colgroup + thead > tr:first-child > th,







table > thead:first-child > tr:first-child > th,

table > caption + thead > tr:first-child > td,

table > colgroup + thead > tr:first-child > td,

table > thead:first-child > tr:first-child > td {

	border-top: 0;

}



table > tbody + tbody {

	border-top: 2px solid #ddd;

}



table .table {

	background-color: #fff;

}



dl {

	margin-top: 0;

	margin-bottom: 27px;

}



dt {

	font-weight: 700;

}



dd {

	margin-left: 0;

}



.gallery dt {

	float: none;

	clear: none;

	text-align: center;

	width: auto;

}



.gallery dd {

	text-align: center;

	margin: 10px 0px 0px;

}



/* ----- 3.2 Loader Pace ----- */

.loaded .loader-wrapper {

	opacity:0;

	visibility:hidden;

	-webkit-transition:0.2s;

	-moz-transition:0.2s;

	-o-transition:0.2s;

	-ms-transition:0.2s;

	transition:0.2s;

}



.loader-wrapper {

	opacity:1;

	visibility:visible;

	position:fixed;

	top:0;

	left:0;

	width:100%;

	height:100%;

	z-index:10000000;

	background:#FFFFFF;

	-webkit-transition:0.2s;

	-moz-transition:0.2s;

	-o-transition:0.2s;

	-ms-transition:0.2s;

	transition:0.2s;

}



.spinner {

	left: 0;

	margin: 0px auto;

	position: relative;

	top: 50%;

	width: 70px;

	text-align: center;

	font-size: 10px;

}



.spinner > div {

	width: 18px;

	height: 18px;

	background-color: #333;

	border-radius: 100%;

	display: inline-block;

	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;

	animation: sk-bouncedelay 1.4s infinite ease-in-out both;

}



.spinner .bounce1 {

	-webkit-animation-delay: -0.32s;

	animation-delay: -0.32s;

}



.spinner .bounce2 {

	-webkit-animation-delay: -0.16s;

	animation-delay: -0.16s;

}



@-webkit-keyframes sk-bouncedelay {

	0%, 80%, 100% { -webkit-transform: scale(0) }

	40% { -webkit-transform: scale(1.0) }

}



@keyframes sk-bouncedelay {

	0%, 80%, 100% { 

		-webkit-transform: scale(0);

		transform: scale(0);

	} 40% { 

		-webkit-transform: scale(1.0);

		transform: scale(1.0);

	}

}



/* =====  4. PAGES ===== */

.contact-page-content {

	margin-bottom:60px;

}



.contact-page-contact-info {

	font-size:15px;

	margin-bottom: 40px;

	text-align:left;

}



.page-title {

	font-size: 25px;

	border-bottom: 1px solid #E1E1E1;

	padding-bottom: 15px;

	margin: 0px 0px 50px;

	font-family: Cinzel-Bold;

}



.page-content .page .subpage-title {

	font-size: 25px;

	border-bottom: 1px solid #E1E1E1;

	padding-bottom: 15px;

	margin: 0px 0px 25px;

}



.page-content .page {

	text-align:justify;

}



.contact-page-social-media ul {

	padding:0px;

	margin:0px;

	text-align: center;

	list-style:none;

}



.contact-page-social-media ul li:first-child {

	margin-left:0px;

}



.contact-page-social-media ul li:last-child {

	margin-right:0px;

}



.contact-page-social-media ul li a,

.contact-page-social-media ul li a:visited {

	color: #FFFFFF;

	background: #AAAAAA;

	display: block;

}



.contact-page-social-media ul li a:hover,

.contact-page-social-media ul li a:focus {

	color:#FFFFFF;

	border-color:#D4AF37;

	background:#D4AF37;

}



.contact-page-social-media ul li {

	display: inline-block;

	font-size: 20px;

	width: 47px;

	height: 47px;

	text-align: center;

	margin: 0px 6px 12px;

	line-height: 47px;

}



#googlemaps_canvas {

	height: 460px;

	width: 100%;

}



.page-banner-image {

	margin-bottom:50px;

}



.page-banner-image img {

	width:100%;

}



.none-content-list {

	margin-bottom: 50px;

}



.content-none-search {

	max-width: 350px;

	margin: 0 auto;

}



/* =====  5. WIDGET & SIDEBAR ===== */

.latest-events-widget {

	padding: 35px 100px;

	background-attachment: fixed;

	background-size: cover;

	position:relative;

}



.latest-events-widget:after, .latest-events-widget:before {

	content:'';

	display:block;

	clear:both;

}



.latest-events-widget .owl-theme .owl-controls {

	margin-top: 0;

	width: 100%;

	position: absolute;

	text-align: center;

	top: calc(50% - 25px);

}



.latest-events-widget .owl-stage-outer {

	z-index: 2;

}



.latest-events-widget .owl-prev, .latest-events-widget .owl-next {

	font-size: 31px;

	background: #FFFFFF;

	border: 1px solid #D7D7D7;

	color: #828282;

	border-radius: 6px;

	padding: 10px 14px;

	line-height: 0px;

	z-index: 21;

	position: relative;

}



.latest-events-widget .owl-next {

	float:right;

	margin-right: -65px;

}



.latest-events-widget .owl-prev {

	float: left;

	margin-left: -65px;

}



.latest-events-widget .image {

	width:288px;

	height:288px;

	border-radius:50%;

	margin:0 auto;

	background-color:#999999;

	background-size:cover;

	-webkit-filter: grayscale(100%);

    filter: grayscale(100%);

}



.latest-events-widget .desc ul {

	list-style: none;

	text-transform: uppercase;

	padding: 0px;

    color: #FFFFFF;

    font-weight: 600;

	text-align:center;

	margin: 0px 10px 0px;

	font-size:12px;

}



.latest-events-widget .desc ul a, .latest-events-widget .desc ul a:visited {

    color: #FFFFFF;

}



.latest-events-widget .desc ul li {

	display:inline-block;

}



.latest-events-widget .desc ul li.separate {

	width:10px;

}



.latest-events-widget .image .image-opacity {

	padding:12px;

	border-radius: 50%;

	height: 100%;

	width: 100%;

	-webkit-transition:0.2s;

	-moz-transition:0.2s;

	-o-transition:0.2s;

	-ms-transition:0.2s;

	transition:0.2s;

	position:relative;

	z-index:21;

	background: -moz-linear-gradient(top,  rgba(72,36,20,0) 0%, rgba(72,36,20,0) 25%, rgba(72,36,20,0.28) 50%, rgba(72,36,20,0) 75%, rgba(72,36,20,0) 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(top,  rgba(72,36,20,0) 0%,rgba(72,36,20,0) 25%,rgba(72,36,20,0.28) 50%,rgba(72,36,20,0) 75%,rgba(72,36,20,0) 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom,  rgba(72,36,20,0) 0%,rgba(72,36,20,0) 25%,rgba(72,36,20,0.28) 50%,rgba(72,36,20,0) 75%,rgba(72,36,20,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00482414', endColorstr='#00482414',GradientType=0 ); /* IE6-9 */

}



.latest-events-widget .image .image-opacity-hover {

	padding:12px;

	border-radius: 50%;

	height: 100%;

	width: 100%;

	-webkit-transition:0.2s;

	-moz-transition:0.2s;

	-o-transition:0.2s;

	-ms-transition:0.2s;

	transition:0.2s;

	position:absolute;

	top:0px;

	left:0px;

    opacity: 0.60;

}



.latest-events-widget .image:hover .image-opacity-hover {

	/*background: #D4AF37;

    opacity: 0.60;*/

}



.latest-events-widget .image .image-border {

	border-radius: 50%;

	height: 100%;

	width: 100%;

	border: 1px solid #FFFFFF;

	padding: 98px 3px 0px;

}



.latest-events-widget .image h3 {

	color: #FFFFFF;

	font-size: 26px;

	text-align: center;

	margin: 0px 10px 10px;

	padding: 0px;    font-family: Cinzel-Bold;

}



.latest-events-widget .image a, .latest-events-widget .image a:visited  {

	display:block;

	height: 100%;

	width: 100%;

	border-radius:50%;

}



.sidebar ul {

	padding: 0;

	margin: 0;

	list-style-type: none;

}



.sidebar-home-widget-area .widget-box .widget-title {

	margin-bottom:47px;

}



.sidebar-home-widget-area .widget-box {

	margin-bottom:20px;

}



.sidebar-home-widget-area .widget-box:last-child {

	margin-bottom:0px;

}



.sidebar-general .widget-box .most-commented-posts-widget-area .col-sm-8, .sidebar-general .widget-box .most-commented-posts-widget-area .col-sm-4, .sidebar-footer .widget-box .most-commented-posts-widget-area .col-sm-8, .sidebar-footer .widget-box .most-commented-posts-widget-area .col-sm-4 {

	width:100%;

}



.sidebar-general .widget-box .most-commented-posts-widget-area .item, .sidebar-footer .widget-box .most-commented-posts-widget-area .item {

	margin-bottom:30px;

}



.sidebar-general .widget-box .most-commented-posts-widget-area .col-sm-4 .item:last-child, .sidebar-footer .widget-box .most-commented-posts-widget-area .col-sm-4 .item:last-child {

	margin-bottom:0px;

}



.sidebar-general .widget-box .most-commented-posts-widget-area .col-sm-8 .item:after, .sidebar-general .widget-box .most-commented-posts-widget-area .col-sm-8 .item:before, .sidebar-footer .widget-box .most-commented-posts-widget-area .col-sm-8 .item:after, .sidebar-footer .widget-box .most-commented-posts-widget-area .col-sm-8 .item:before {

	clear:both;

	display:block;

	content:'';

}



.sidebar-general .choose_one_posts_widget_content .image .desc, .sidebar-footer .choose_one_posts_widget_content .image .desc {

	padding:50px 20px;

}



.sidebar-general .choose_one_posts_widget_content .image .desc h2, .sidebar-footer .choose_one_posts_widget_content .image .desc h2 {

	font-size: 25px;

}



.sidebar-general .choose_one_posts_widget_content ul, .sidebar-footer .choose_one_posts_widget_content ul {

    font-size: 11px;

}



.sidebar-general .widget-box .next-posts-widget-content .image, .sidebar-footer .widget-box .next-posts-widget-content .image {

	width:100%;

	float:none;

	margin-bottom:15px;

}



.sidebar-general .widget-box .next-posts-widget-content .desc, .sidebar-footer .widget-box .next-posts-widget-content .desc {

	width:100%;

	float:none;

	margin: 0px;

	padding: 0px;

}



.sidebar-general .widget-box .next-posts-widget-content .post:last-child, .sidebar-footer .widget-box .next-posts-widget-content .post:last-child {

	margin-bottom:0px;

	padding-bottom:0px;

	border-bottom:0px;

}



.sidebar-general .widget-box .most-commented-posts-widget-area .col-sm-4 .item h4, .sidebar-footer .widget-box .most-commented-posts-widget-area .col-sm-4 .item h4 {

	margin:0px;

	text-align:center;

}



.sidebar-general .widget-box .most-liked-posts-widget-area .image, .sidebar-footer .widget-box .most-liked-posts-widget-area .image {

	width:100%;

}



.sidebar-general .widget-box .most-liked-posts-widget-area .image .category, .sidebar-footer .widget-box .most-liked-posts-widget-area .image .category {

	display:none;

}



.sidebar-general .widget-box .most-liked-posts-widget-area .desc .post-desc-top h3, .sidebar-footer .widget-box .most-liked-posts-widget-area .desc .post-desc-top h3{

	font-size:13px;

	margin:0px;

	line-height: normal;

}



.sidebar-general .widget-box .most-liked-posts-widget-area .desc .post-desc-top ul, .sidebar-footer .widget-box .most-liked-posts-widget-area .desc .post-desc-top ul {

	display:none;

}



.sidebar-general .widget-box .most-liked-posts-widget-area .owl-controls, .sidebar-footer .widget-box .most-liked-posts-widget-area .owl-controls {

	display:none;

}



.sidebar-general .widget-box .most-commented-posts-widget-area .image, .sidebar-footer .widget-box .most-commented-posts-widget-area .image {

	width:100%;

	float:none;

	margin:0px 0px 15px;

	padding:0px;

}



.sidebar-home-widget-area .widget-box .most-commented-posts-widget-area .image, .home-top-area-sidebar .widget-box .most-commented-posts-widget-area .image, .next-posts-widget-content.home-post-list .image {

	width:100%;

	float:none;

	margin-bottom:37px;

}



.sidebar-home-widget-area .widget-box .most-liked-posts-widget-area .image, .home-top-area-sidebar .widget-box .most-liked-posts-widget-area .image {

	width:100%;

	float:none;

	margin-bottom:30px;

}



.sidebar-home-widget-area .widget-box .most-liked-posts-widget-area .image .category, .home-top-area-sidebar .widget-box .most-liked-posts-widget-area .image .category {

	font-size:11px;

}



.sidebar-home-widget-area .widget-box .most-commented-posts-right-block .image, .home-top-area-sidebar .widget-box .most-commented-posts-right-block .image {

	margin-bottom:16px;

}



.sidebar-home-widget-area .widget-box .most-commented-posts-right-block .image .category, .home-top-area-sidebar .widget-box .most-commented-posts-right-block .image .category {

	font-size:11px;

}



.sidebar-home-widget-area .widget-box .most-commented-posts-right-block .desc .post-desc-top, .home-top-area-sidebar .widget-box .most-commented-posts-right-block .desc .post-desc-top {

	text-align:initial;

	margin-bottom:4px;

}



.sidebar-home-widget-area .widget-box .most-commented-posts-right-block h4, .home-top-area-sidebar .widget-box .most-commented-posts-right-block h4 {

	margin:0px;

	font-size:19px;    font-family: Cinzel-Bold;

}



.sidebar-home-widget-area .widget-box .most-commented-posts-right-block .item, .home-top-area-sidebar .widget-box .most-commented-posts-right-block .item {

	padding-bottom:18.5px;

	margin-bottom:20.5px;

	border-bottom: 1px solid #CCCCCC;

}



.sidebar-home-widget-area .widget-box .most-commented-posts-right-block .item:last-child, .home-top-area-sidebar .widget-box .most-commented-posts-right-block .item:last-child {

	padding-bottom:0px;

	margin-bottom:0px;

	border-bottom: 0px;

}



.sidebar-home-widget-area .widget-box .most-liked-posts-widget-area .owl-theme .owl-controls, .home-top-area-sidebar .widget-box .most-liked-posts-widget-area .owl-theme .owl-controls {

	margin-top: 0;

	width: 100%;

	text-align: right;

}



.sidebar-home-widget-area .widget-box .most-liked-posts-widget-area .owl-prev, .sidebar-home-widget-area .widget-box .most-liked-posts-widget-area .owl-next, .home-top-area-sidebar .widget-box .most-liked-posts-widget-area .owl-prev, .home-top-area-sidebar .widget-box .most-liked-posts-widget-area .owl-next {

	font-size: 28px;

	border: 1px solid #BBBBBB;

	color:#828282;

	width: 45px;

	height: 35px;

	line-height: 33px;

	text-align: center;

	-webkit-transition:0.2s;

	-moz-transition:0.2s;

	-o-transition:0.2s;

	-ms-transition:0.2s;

	transition:0.2s;

}



.sidebar-home-widget-area .widget-box .most-liked-posts-widget-area .owl-prev:hover, .sidebar-home-widget-area .widget-box .most-liked-posts-widget-area .owl-prev:focus, .sidebar-home-widget-area .widget-box .most-liked-posts-widget-area .owl-next:hover, .sidebar-home-widget-area .widget-box .most-liked-posts-widget-area .owl-next:focus, .home-top-area-sidebar .widget-box .most-liked-posts-widget-area .owl-prev:hover, .home-top-area-sidebar .widget-box .most-liked-posts-widget-area .owl-prev:focus, .home-top-area-sidebar .widget-box .most-liked-posts-widget-area .owl-next:hover, .home-top-area-sidebar .widget-box .most-liked-posts-widget-area .owl-next:focus {

	color:#FFF;

	background:#D4AF37;

	border-color:#D4AF37;

	-webkit-transition:0.2s;

	-moz-transition:0.2s;

	-o-transition:0.2s;

	-ms-transition:0.2s;

	transition:0.2s;

}



.home-top-area-sidebar .widget-box .most-liked-posts-widget-area .owl-next {

	border-left: 0px;

}



.sidebar-home-widget-area .widget-box .most-liked-posts-widget-area .owl-theme .owl-nav, .home-top-area-sidebar .widget-box .most-liked-posts-widget-area .owl-theme .owl-nav {

	display:table;

	margin:0 auto;

}



.sidebar-home-widget-area .widget-box .most-liked-posts-widget-area .desc .post-desc-top h3, .home-top-area-sidebar .widget-box .most-liked-posts-widget-area .desc .post-desc-top h3 {

    font-size: 19px;

	line-height: normal;

}



.sidebar-home-widget-area .widget-box .most-liked-posts-widget-area .owl-theme .owl-nav .owl-next, .sidebar-home-widget-area .widget-box .most-liked-posts-widget-area .owl-theme .owl-nav .owl-prev, .home-top-area-sidebar .widget-box .most-liked-posts-widget-area .owl-theme .owl-nav .owl-next, .home-top-area-sidebar .widget-box .most-liked-posts-widget-area .owl-theme .owl-nav .owl-prev {

	float:left;

}



.choose_one_posts_widget_content .image {

	position:relative;

	overflow:hidden;

	background-repeat:no-repeat;

	background-size:cover;

}



.choose_one_posts_widget_content .image .desc {

	padding:180px 65px;

	text-align:center;

	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.58);

}



.choose_one_posts_widget_content.choose_alternative_one_posts_widget_content .image .desc {

	padding:100px 20%;

}



.choose_one_posts_widget_content ul {

	list-style: none;

	text-transform: uppercase;

	padding: 0px;

    color: #FFFFFF;

    font-weight: 600;

	margin: 0px 0px 0px;

	font-size:18px;

}



.choose_one_posts_widget_content ul, .choose_one_posts_widget_content.choose_alternative_one_posts_widget_content ul {

    font-weight: 500;

	font-size:15px;

}



.choose_one_posts_widget_content ul a, .choose_one_posts_widget_content ul a:visited {

    color: #FFFFFF;

}



.choose_one_posts_widget_content ul li {

	display:inline-block;

}



.choose_one_posts_widget_content ul li.separate {

	width:20px;

}



.choose_one_posts_widget_content .image .desc h2 {

	color:#FFFFFF;



	font-size:46px;

	text-transform:uppercase;

	margin:0px 0px 35px;    font-family: Cinzel-Bold;

}



.choose_one_posts_widget_content.choose_alternative_one_posts_widget_content .image .desc h2 {

	font-size:40px;

}



.choose_one_posts_widget_content .more-button:after {

	content: '';

	position: absolute;

	z-index: 1;

	-webkit-transition: all 0.3s;

	-moz-transition: all 0.3s;

	transition: all 0.3s;

}



.choose_one_posts_widget_content .more-button:after {

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

}



.choose_one_posts_widget_content:hover .more-button:after, .choose_one_posts_widget_content:active .more-button:after {

	background: #D4AF37;

}



.choose_one_posts_widget_content .more-button, .choose_one_posts_widget_content .more-button:visited {

	background: none;

	cursor: pointer;

	padding: 8px;

	display: inline-block;

	border-radius: 0px;

	text-transform: uppercase;

	letter-spacing: 0.5px;

	font-size: 12px;

	font-family: 'Playfair Display';

	color: #FFFFFF;

	outline: none;

	position: relative;

	font-weight:600;

	border: 1px solid #FFFFFF;

	-webkit-transition: all 0.3s;

	-moz-transition: all 0.3s;

	transition: all 0.3s;

}



.choose_alternative_one_posts_widget_content .more-button, .choose_alternative_one_posts_widget_content .more-button:visited {

	font-size: 13.37px;

}



.choose_one_posts_widget_content a, .choose_one_posts_widget_content a:visited {

	display:block;

	width:100%;

	height:100%;

}



.choose_one_posts_widget_content .more-button span {

	z-index:2;

	position: relative;    font-family: Cinzel-Bold;

}



.choose_one_posts_widget_content:hover .more-button span,

.choose_one_posts_widget_content:focus .more-button span {

	color:#FFFFFF;

	text-shadow:none;

}



.choose_one_posts_widget_content:hover .more-button,

.choose_one_posts_widget_content:focus .more-button {

	border-color:#D4AF37;

}



.choose_one_posts_widget_content:hover .more-button span:after,

.choose_one_posts_widget_content:focus .more-button span:after,

.choose_one_posts_widget_content:hover .more-button span:before,

.choose_one_posts_widget_content:focus .more-button span:before {

	border-color:#FFFFFF;

}



.choose_one_posts_widget_content .more-button span:after,

.choose_one_posts_widget_content .more-button span:before {

	content: '';

	display: inline-block;

	width: 5px;

	height: 5px;

	transform: rotate(45deg);

	-moz-transform: rotate(45deg);

	-webkit-transform: rotate(45deg);

	top: -1px;

	vertical-align: middle;

	position: relative;

	border: 1px solid #FFFFFF;

}



.choose_one_posts_widget_content .more-button span:after {

	margin-left:10px;

}



.choose_one_posts_widget_content .more-button span:before {

	margin-right:10px;

}



.twitter-timeline {

	min-width:100% !important;

	max-width:100% !important;

}



.search-form-widget {

	border:1px solid #C2C2C2;

}



.search-form-widget input {

	border:0px;

	width:80%;

	color:#353535;

	float: left;

}



.search-form-widget button {

	border: 0px;

	width: 20%;

	padding: 12px 0px;

	background: transparent;

	font-size: 16px;

	color: #D4AF37;

}



.widget_weblizar_twitter:after, .widget_weblizar_twitter:before {

	content:'';

	display:block;

	clear:both;

}



.search-form-widget button:hover, .search-form-widget input[type="submit"]:hover,

.search-form-widget button:active, .search-form-widget input[type="submit"]:active,

.search-form-widget button:active:hover, .search-form-widget input[type="submit"]:active:hover,

.search-form-widget button:active:focus, .search-form-widget input[type="submit"]:active:focus,

.search-form-widget button:active:visited, .search-form-widget input[type="submit"]:active:visited,

.search-form-widget button:focus, .search-form-widget input[type="submit"]:focus {

	-webkit-transition:0.2s;

	-moz-transition:0.2s;

	-o-transition:0.2s;

	-ms-transition:0.2s;

	transition:0.2s;

	opacity:0.6;

	background: transparent;

	border-color: transparent;

	border-radius: 0px;

	outline:0;

}



.widget-title h4 {

	font-size:15px;



	font-weight:600;

	margin:0px;

	text-transform:uppercase;

	letter-spacing:0.5px;

	display:table;    font-family: Cinzel-Bold;

}



.widget-title.contact-widget-title {

	margin-bottom:25px;    font-family: Cinzel-Bold;

}



.widget-title h4:after {

	content:'';

	display:block;

	height:3px;

	background:#D4AF37;

	position: relative;

	top: 2px;

}



.widget-title {

	border-bottom:1px solid #E1E1E1;

	margin:0px 0px 47px;

	padding:0px;

}



.widget_vintauge_social_media_widget .widget-social {

	padding:0px;

	margin:0px;

	text-align: center;

	list-style:none;

}
.widget-content ul.widget-social li a{padding:5px;}


.widget_vintauge_social_media_widget .widget-social li a,

.widget_vintauge_social_media_widget .widget-social li a:visited {

	color:#BBBBBB;

	border:1px solid #BBBBBB;

	display:block;

}



.widget_vintauge_social_media_widget .widget-social li a:hover,

.widget_vintauge_social_media_widget .widget-social li a:focus {

	color:#FFFFFF;

	border-color:#D4AF37;

	background:#D4AF37;

}



.widget_vintauge_social_media_widget .widget-social li {

	display: inline-block;

	font-size: 25px;

	width: 48px;

	height: 40px;

	text-align: center;

	margin: 0px 5.5px;

	line-height: 40px;

}



.sidebar-general .widget-box, .home-top-area-sidebar .widget-box {

	margin-bottom:50px;

}



.home-top-area-sidebar .widget-box {

	margin-bottom: 50px;

}



.home-bottom-area-sidebar .widget-box:last-child {

	margin-bottom: 0px;

}



.latest-posts-widget {

	padding:0px;

	margin:0px;

	list-style:none;

}



.latest-posts-widget li {

	margin-bottom:25px;

	clear:both;

}



.latest-posts-widget li:before,

.latest-posts-widget li:after {

	clear:both;

	content:'';

	display:block;

}



.latest-posts-widget li:last-child {

	margin-bottom:0px;

}



.latest-posts-widget li .image {

	float:left;

	margin-right:18px;

}



.footer .latest-posts-widget li .image {

	max-width:110px;

}



.latest-posts-widget li time {

	text-transform: uppercase;

	color: #979696;

	font-size: 12px;

	font-weight: 600;

}



.latest-posts-widget li h3 {

	font-size: 16px;

	font-weight:600;

	margin: 0px 0px 0px;

	line-height:20px;    font-family: Cinzel-Bold;

}



.latest-posts-widget li h3 a, .latest-posts-widget li h3 a:visited {

	color:#525151;

}



.latest-posts-widget li h3 a:hover, .latest-posts-widget li h3 a:focus {

	color:#D4AF37;

}



.fb_iframe_widget iframe {

	width: 100% !important;

}



.fb_iframe_widget {

	width: 100%;

	max-width: 100%;

}



.fb_iframe_widget span {

	width: 100% !important;

}



.tagcloud a, .tagcloud a:visited {

	padding: 8px 10px;

	color: #7f7f7f;

	font-size:11px!important;

	border: 1px solid #CCCCCC;

	text-transform: uppercase;

	margin: 0px 8px 8px 0px;

	display: inline-block;

	border-radius: 5px;

	vertical-align: text-bottom;    font-family: Cinzel-Bold;

}



.tagcloud a:hover, .tagcloud a:focus {

	opacity:0.7;

}



.ecommerce-area {

	background:#F0F0F0;

	padding:50px 0px;

	background-size: cover;

	background-attachment: fixed;

}



.ecommerce-area h2 {

	color:#6e6c6c;

	font-size: 15px;

	font-family: 'Source Sans Pro';

	margin: 0px 0px 25px;

	text-transform: uppercase;

	text-align: center;

	font-weight: 700;

	letter-spacing: 0.5px;

}



#wp-calendar {

	width: 100%;

}



#wp-calendar td {

	padding: 5px 0;

	border: 1px solid rgba(0, 0, 0, 0.05);

}



#wp-calendar caption {

	padding: 0px 0 7px;

	color: inherit;

	font-weight: 600;

	text-align:center;

	text-transform: uppercase;

}



#wp-calendar tbody {

	text-align: center;

	border: 1px solid rgba(0, 0, 0, 0.05);

}



#wp-calendar thead th:first-child {

	border-left: 1px solid rgba(0, 0, 0, 0.05);

}



#wp-calendar thead th {

	text-align: center;

	padding: 5px 0;

	background: rgba(0, 0, 0, 0.04);

	font-size: 14px;

	border-right: 1px solid rgba(0, 0, 0, 0.05);

	border-bottom: 1px solid rgba(0, 0, 0, 0.05);

	border-top: 1px solid rgba(0, 0, 0, 0.05);

}



#wp-calendar .pad {

	border: 0px;

}



#wp-calendar #prev {

	text-align: left;

	border: 0px;

}



#wp-calendar #next {

	text-align: right;

	border: 0px;

}



.widget_recent_entries ul li {

	margin-bottom: 20px;

}



.widget_recent_entries ul li span.post-date {

	margin-left: 5px;

	font-size: 13px;

}



.widget_rss ul li {

	margin-bottom: 20px;

}



.widget_rss ul li a,  .widget_rss ul li a:visited {

	display: block;

	font-weight: 600;

}



.widget_rss ul li .rss-date {

	display: block;

	font-size: 12px;

}



.widget_rss ul li cite {

	display: block;

}



#recentcomments li {

	display: block;


	padding-bottom: 10px;

}



#recentcomments li:last-child, #recentcomments li:last-child{

	margin-bottom: 0px;

	border-bottom: 0px;

	padding-bottom: 0px;

}



.widget_rss .widget-title img {

	margin-right: 5px;

	width: auto;

	margin-top: -3px;

}



.widget_pages ul li, .widget_categories ul li, .widget_archive ul li, .widget_meta ul li, .widget_nav_menu ul li {

	margin-bottom: 3px;

}



.widget_nav_menu ul li ul {

	margin-left:20px;

}



.widget_categories ul li a:before {

	background: #989898;

	height: 5px;

	width: 5px;

	display: inline-block;

	content: '';

	margin: 0px 11px 3px 0px;

}



.widget_categories ul li:first-child a, .widget_categories ul li:first-child a:visited {

	padding-top:0px;

}



.widget_categories ul li a, .widget_categories ul li a:visited {

	margin-right: 8px;	

}



.widget_categories ul li {

	color: #9b9b9b;

	margin-left: 8px;

	text-transform: uppercase;

	border-bottom: 1px solid #E1E1E1;

	padding: 0px 0px 7px;

	margin-bottom: 7px;

	line-height: normal;

}



.widget_categories ul li:last-child {

	border-bottom: 0px;

	padding-bottom: 0px;

	margin-bottom: 0px;

	margin-top: 7px;

}



.widget_nav_menu ul li ul {

	margin-left:15px;

}



.widget_pages ul li ul {

	margin-left:15px;

}



.widget_categories ul ul.children {

	margin-top: 5px;

}





.sidebar-home-widget-area {

	margin-bottom: 50px;

}



/* =====  6. HEADER ===== */

.header {

	margin-bottom: 50px;

	background: #FFFFFF;

}



.header-social-media ul {

	padding:0px;

	list-style:none;

	margin:41px 0px 0px 0px

}



.header-social-media ul li {

	display:inline-block;

	font-size: 16px;

}



.header-social-media ul li a,

.header-social-media ul li a:visited {

	display:block;

	color: #636363;

	padding-right:5px;

}



.header-social-media ul li a:hover, .header-social-media ul li a:focus {

	color:#D4AF37;

}



.header-social-media {

	position: absolute;

	left: 15px;

}



.header-logo {

	text-align: center;

}



.header-search {

	float: right;

	right:15px;

	position:absolute;

	margin-top: 37px;

}



.header-search input {

	float: right;

	width: 200px;

	    border: 1px solid #fff;

	padding: 8px 0px;

	visibility:hidden;

	-webkit-transition:0.6s;

	-moz-transition:0.6s;

	-o-transition:0.6s;

	-ms-transition:0.6s;

	transition:0.6s;

	width:0px;

	text-transform:uppercase;

	background:transparent !important;

	     height: 20px;

    margin-top: 6px;

}



.header-search .search.fixed-search {

	opacity:1;

	padding: 8px 10px;

	visibility:visible;

	-webkit-transition:0.6s;

	-moz-transition:0.6s;

	-o-transition:0.6s;

	-ms-transition:0.6s;

	transition:0.6s;

	width:auto;

}



.header-search i.fixed-search-active, .header-search:hover i {

	opacity:1;

	visibility:visible;

	-webkit-transition:0.2s;

	-moz-transition:0.2s;

	-o-transition:0.2s;

	-ms-transition:0.2s;

	transition:0.2s;

	opacity:0.6;

}



.header-search i {

	float: right;

	background: #D4AF37;

	border: 0px;

	font-size: 11px;

	color: #FFFFFF;

	opacity: 1;

	visibility: visible;

	-webkit-transition: 0.2s;

	-moz-transition: 0.2s;

	-o-transition: 0.2s;

	-ms-transition: 0.2s;

	transition: 0.2s;

	width: 32px;

	height: 32px;

	text-align: center;

	line-height: 31px;

	border-radius: 50%;

	cursor: pointer;

}



.top-area .container {

	position: relative;

	min-height:80px;

}



.top-area {

	padding: 30px 0px;

}



.menu-area {

	border-top: 1px solid #000000;

	border-bottom: 1px solid #000000;

}



.submenu-caret {

	font-size: 14px;

	right: 7px;

	top: 14px;

	position: absolute;

}



/* =====  7. SLIDER ===== */

.blog-carousel-area {

	margin-top: -51px;

	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.11);

	margin-bottom: 50px;

}



.blog-carousel-area .carousel-desc {

	background: #FFFFFF;

	width: 80%;

	left: 0;

	right: 0;

	margin: 0 auto;

	padding: 25px 25px 0px;

	position: absolute;

	bottom: 0;

}



.blog-carousel-area .carousel-desc ul {

	list-style:none;

	font-size:13px;

	padding:0px;

	margin:0px;

}



.blog-carousel-area .carousel-desc ul li {

	display:inline-block;

}



.blog-carousel-area .carousel-desc .carousel-desc-top-left ul li a,

.blog-carousel-area .carousel-desc .carousel-desc-top-left ul li a:visited {

	color: #7f7f7f;

}



.blog-carousel-area .carousel-content {

	min-height: 455px;

	background-size: cover;

	position: relative;

}



.blog-carousel-area .more-button {

	display:table;

	margin:0 auto;

}



.blog-carousel-area h3 {

	margin:0px 0px 20px;

	font-size:24px;

	line-height: 30px;

}



.carousel-desc-top:after,

.carousel-desc-top:before {

	clear:both;

	display:block;

	content:'';

}



.blog-carousel-area .carousel-desc-top-left {

	float: left;

	text-transform: uppercase;

	color: #7f7f7f;

	font-weight: 600;

	width: 70%;

}



.blog-carousel-area .carousel-desc-top-right {

	float:right;

	text-align:right;

	width:30%;

}



.blog-carousel-area .carousel-desc-top-left .separate:after {

	content: '';

	display: inline-block;

	width: 5px;

	height: 5px;

	margin:0px 3px;

	transform: rotate(45deg);

	-moz-transform: rotate(45deg);

	-webkit-transform: rotate(45deg);

	top: -1px;

	position: relative;

	border: 1px solid #9B9B9B;

}



.blog-carousel-area .category {

	position: absolute;

	top: 50px;

	left: 10%;

	background: #D4AF37;

	font-size: 13px;

	font-family: 'Oswald';

	color: #FFF;

	font-weight: 500;

	padding: 5px 10px;

	border-radius: 5px;

	line-height: 13px;

	letter-spacing: 0.5px;

	text-transform: uppercase;

}



.blog-carousel-area .category a,

.blog-carousel-area .category a:visited {

	color:#FFFFFF;

}



.blog-carousel-area .category:after,

.blog-carousel-area .category:before {

	content:'';

	clear:both;

	display:block;

}



.blog-carousel-area .owl-theme .owl-controls {

	margin-top: 0;

	width: 100%;

	position: absolute;

	text-align: center;

	top: 46%;

}



.blog-carousel-area .owl-prev, .blog-carousel-area .owl-next {

	background: #FFF;

	width: 35px;

	height: 60px;

	line-height: 60px;

	font-size: 40px;

}



.blog-carousel-area .owl-next {

	float:right;

	margin-right: 3.5%;

}



.blog-carousel-area .owl-prev {

	float:left;

	margin-left: 3.5%;

}





.vintauge-slider {

	margin-top: -51px;

	max-height:455px;

	overflow:hidden;

	position:relative;

	margin-bottom: 50px;

}



.vintauge-slider > .slider-content > ul, .vintauge-slider > .slider-carousel-list-container > .slider-carousel-list > ul {

	list-style:none;

	padding:0px;

	margin:0px;

}



.vintauge-slider > .slider-carousel-list-container > .slider-carousel-list::-webkit-scrollbar {

	width: 8px;

}

 

.vintauge-slider > .slider-carousel-list-container > .slider-carousel-list::-webkit-scrollbar-track {

	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);

	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);

	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);

}

 

.vintauge-slider > .slider-carousel-list-container > .slider-carousel-list::-webkit-scrollbar-thumb {

	background-color: darkgrey;

	outline: 1px solid slategrey;

}







.vintauge-slider > .slider-carousel-list-container > .slider-carousel-list {

	float: right;

	width: 375px;

	height: 512px;

	background: #FFFFFF;

	background: rgba(255, 255, 255, 0.77);

	padding: 23px;

	overflow-x: hidden;

	overflow-y: scrolling;

	position: relative;

	z-index: 3;

}



.vintauge-slider > .slider-carousel-list-container .slider-control {

	background:#BBBBBB;

	color:#FFFFFF;

	position: absolute;

	top: 0;

	font-size: 25px;

	right: 15px;

	z-index:4;

	line-height: normal;

}



.vintauge-slider > .slider-carousel-list-container .slider-control #SliderBottom {

	border-right:1px solid #FFFFFF

}



.vintauge-slider > .slider-carousel-list-container .slider-control div {

	float:right;

	cursor:pointer;

	padding:0px 5px;

}



.vintauge-slider > .slider-carousel-list-container > .slider-carousel-list > ul > li {

	margin:23px 0px 0px;

}



.vintauge-slider > .slider-carousel-list-container > .slider-carousel-list > ul > li:last-child {

	margin-bottom:0px;

}



.vintauge-slider > .slider-carousel-list-container > .slider-carousel-list > ul > li:first-child {

	margin-top:0px;

}



.vintauge-slider > .slider-carousel-list-container > .slider-carousel-list > ul > li:after, .vintauge-slider > .slider-carousel-list-container > .slider-carousel-list > ul > li:before {

	content:'';

	display:block;

	clear:both;

}



.vintauge-slider > .slider-carousel-list-container > .slider-carousel-list > ul > li .image {

	float:left;

	margin-right:15px;

	height: 140px;

	width: 180px;

	background-size: cover;

}



.vintauge-slider > .slider-carousel-list-container > .slider-carousel-list > ul > li .image a {

	display: block;

	width: 100%;

	height: 100%;

}



.vintauge-slider > .slider-carousel-list-container > .slider-carousel-list > ul > li .desc h3 {

	font-size:17px;

	line-height: 1.2;

	margin-bottom: 0px;    font-family: Cinzel-Bold;

}



.vintauge-slider > .slider-carousel-list-container > .slider-carousel-list > ul > li .desc .category {

	position: relative;

	display: table;

	top: 0;

	left: 0;

	font-size: 11px;

	padding-bottom: 4px;

	margin-bottom: 5px;

}



.vintauge-slider > .slider-content > ul > li {

	/*background-size:cover;*/

	background-size:100% 100%;

	background-position:top center;

	background-repeat:no-repeat;

}



.vintauge-slider > .slider-content > ul > li > .container, .slider-carousel-list-container {

	overflow: hidden;

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

}



.slider-carousel-list-container {

	top: 20px;

	bottom: 20px;

}



.vintauge-slider .carousel-desc {

	background: #FFFFFF;

	width: 80%;

	    display: none;

	max-width: 480px;

	padding: 25px 25px;

	position: absolute;

	bottom: 40px;

	z-index:2;

}



.vintauge-slider .carousel-desc ul {

	list-style:none;

	font-size:12px;

	padding:0px;

	margin:0px;

}



.vintauge-slider .carousel-desc ul li {

	display:inline-block;

	vertical-align: baseline;

}



.vintauge-slider, .vintauge-slider > .slider-content > ul > li > .container {

	min-height: 552px;

	background-size: cover;

	position: relative;

}



.vintauge-slider .more-button {

	display:table;

	margin:0 auto;

}



.vintauge-slider h3 {

	margin:0px 0px 20px;

	font-size:24px;

	line-height: 30px;

}



.carousel-desc-top:after,

.carousel-desc-top:before {

	clear:both;

	display:block;

	content:'';

}



.vintauge-slider > .slider-carousel-list-container > .slider-carousel-list > ul > li .desc .category, .vintauge-slider > .slider-carousel-list-container > .slider-carousel-list > ul > li .desc time  {

	font-size:11px;

}



.vintauge-slider .carousel-desc-top-left, .vintauge-slider > .slider-carousel-list-container > .slider-carousel-list > ul > li .desc time {

	float: left;

	text-transform: uppercase;

	color: #7f7f7f;

	font-weight: 600;

	width: 70%;

}



.vintauge-slider > .slider-carousel-list-container > .slider-carousel-list > ul > li .desc time {

	float:none;

	width:auto;

}



.vintauge-slider .carousel-desc-top-left a, .vintauge-slider .carousel-desc-top-left a:visited {

	color: #7f7f7f;

}



.vintauge-slider .carousel-desc-top-right {


	float:right;

	text-align:right;

	width:30%;

}



.vintauge-slider .carousel-desc-top-left .separate:after, .home-post-list .desc .post-desc-top ul li.separate:after {

	content: '';

	display: inline-block;

	width: 5px;

	height: 5px;

	margin:0px 3px;

	transform: rotate(45deg);

	-moz-transform: rotate(45deg);

	-webkit-transform: rotate(45deg);

	top: -1px;

	vertical-align: middle;

	position: relative;

	border: 1px solid #9B9B9B;

}



.post-social-icons {

	position:relative;

	list-style:none;

	padding:0px;

	margin:0px;

}



.post-social-icons li {

	vertical-align:top;

	margin-left: 5px;

	cursor: pointer;

	display:inline-block;

	vertical-align: middle;

}



.post-social-icons li.like #icon-like, .post-social-icons li.like .count {

	color: #D4AF37;

}



.post-social-icons a, .post-social-icons a:visited {

	color:#BBBBBB;

	font-size:15px;

}



.post-social-icons li.like .count {

	font-size: 11px;

	visibility: hidden;

	position: absolute;

	width: auto;

	display: table;

	left: 22px;

	color: #FFFFFF;

	z-index: 99;

	top: -4px;

	padding: 5px 15px;

	visibility: hidden;

	opacity: 0;

	background: #D4AF37;

	transition: all 0.4s;

	-webkit-transition: all 0.4s;

	-moz-transition: all 0.4s;

}



.post-social-icons li.like:hover .count {

	opacity:1;

	visibility:visible;

	width:auto;

	-webkit-transition: 0.2s;

	-moz-transition: 0.2s;

	-o-transition: 0.2s;

	-ms-transition: 0.2s;

	transition: 0.2s;

}



.post-social-icons a:hover,

.post-social-icons a:focus {

	color:#D4AF37;

}



.share-social-media-links {

	margin:0px;

	list-style:none;

	padding:0px;

}



.share-social-media-links ul {

	margin:0px;

	list-style:none;

	padding:0px;

}



.post-social-icons .share .share-social-media-links {

	position: absolute;

	width: 122px;

	left: -3px;

	z-index:99;

	top: -6px;

	padding: 5px 15px;

	visibility: hidden;

	opacity: 0;

	background: #D4AF37;

	transition: all 0.4s;

	-webkit-transition: all 0.4s;

	-moz-transition: all 0.4s;

}



.post-social-icons .share .share-social-media-links a,

.post-social-icons .share .share-social-media-links a:visited {

	color:#FFFFFF;

}



.post-social-icons .share .share-social-media-links a:hover,

.post-social-icons .share .share-social-media-links a:focus {

	opacity:0.8;

	color:#FFFFFF;

}



.post-social-icons .share .share-social-media-links li:first-child {

	margin:0px;

}



.post-social-icons .share:hover .share-social-media-links {

	visibility: visible;

	opacity: 1;

}



.vintauge-slider .category {

	position: absolute;

	top: 40px;

	left: 15px;

	background: #D4AF37;

	font-size: 13px;

	font-family: 'Oswald';

	color: #FFF;

	font-weight: 500;

	padding: 5px 10px;

	border-radius: 5px;

	line-height: 13px;

	letter-spacing: 0.5px;

	text-transform: uppercase;

}



.vintauge-slider .category a, .vintauge-slider .category a:visited {

	color: #FFFFFF;

	display:inline-block;    font-family: Cinzel-Bold;

}



.vintauge-slider .category:after,

.vintauge-slider .category:before {

	content:'';

	clear:both;

	display:block;

}



.vintauge-slider .owl-theme .owl-controls {

	margin-top: 0;

	width: 100%;

	position: absolute;

	text-align: center;

	top: 46%;

	z-index:10;

}



.vintauge-slider .owl-prev, .vintauge-slider .owl-next {

	background: #FFF;

	width: 35px;

	height: 60px;

	line-height: 60px;

	font-size: 40px;

}



.vintauge-slider .owl-next {

	float:right;

	margin-right: 3.5%;

}



.vintauge-slider .owl-prev {

	float:left;

	margin-left: 3.5%;

}



/* =====  8. HOME ===== */

.author-info-area .image img {

	border-radius:50%;

	overflow:hidden;

	border:1px dotted #595959;

	padding:4px;

}



.author-info-area .image {

	float:left;

	margin-right:25px;
	    margin-top: 20px;

}



.author-info-area .desc h4 {

	font-size: 12px;

	margin: 0px;

	text-transform: uppercase;

font-family: Cinzel-Bold;	color: #7f7f7f;

	margin-bottom: 5px;

	font-weight: 700;

}



.author-info-area .desc h3 {

	font-size: 18px;

	margin: 0px 0px 15px;

	font-weight: 600;

	color: #D4AF37;    font-family: Cinzel-Bold;

}



.author-info-area .desc p {

	margin:0px;

	font-size:16px;

	font-family:'Playfair Display';

	line-height: 1.45;

}



.home-top-area-sidebar .author-info-area {

	padding-left: 10%;

	padding-right: 10%;

}



.home-post-list .image img {

	width:100%;

}



.home-post-list .image .category {

	position: absolute;

	top: 25px;

	left: 25px;

	background: #D4AF37;

	font-size: 13px;

	font-family: 'Oswald';

	color: #FFF;

	font-weight: 500;

	padding: 5px 10px;

	border-radius: 5px;

	line-height: 13px;

	letter-spacing: 0.5px;

	text-transform: uppercase;

}



.home-post-list .tribe_events .image .category, .home-two-post-list .tribe_events .image .category, .home-two-post-list .tribe_events .image .category, .home-post-list .product .image .category, .home-two-post-list .product .image .category, .home-two-post-list .product .image .category {

	display:none;

}



.home-post-list .image .category a, .home-post-list .image .category a:visited {

	color:#FFFFFF;

	display:inline-block;

}



.home-post-list .image {

	position: relative;

	overflow: hidden;

	float: left;

	width: 52%;

}



.home-post-list .image a, .home-post-list .image a:visited {

	display:block;    font-family: Cinzel-Bold;

}



.home-post-list .desc .post-desc-top {

	text-align:center;

}



.home-post-list .desc .post-desc-top ul {

	list-style: none;

	text-transform: uppercase;

	padding: 0px;

    color: #7f7f7f;

    font-weight: 600;

	margin: 0px 0px 0px;

	font-size:12px;

}



.home-post-list .desc .post-desc-top ul a, .home-post-list .desc .post-desc-top ul a:visited {

    color: #7f7f7f;

}



.home-post-list .desc .post-desc-top ul li {

	display:inline-block;

}



.home-post-list .desc .post-desc-top h3 {

	margin:0px 0px 20px;

	font-size:24px;

	line-height: 30px;    font-family: Cinzel-Bold;

}



.home-post-list .desc .post-desc-bottom p {

	font-size:15px;

	color:#4b4b4b;

	clear:both;

	line-height:22px;

	text-align:justify;

}



.home-post-list .desc .post-desc-bottom .post-social-icons {

	float:left;

	margin-top: 6px;

}



.home-post-list .desc .post-desc-bottom .more-button {

	float:right;

}



.home-post-list.most-commented-posts-widget-area .desc .post-desc-bottom .more-button {

	display:table;

	float:none;

	margin:0 auto;

}



.home-post-list .desc, .next-posts-widget-content.home-post-list .desc, .next-posts-widget-content.home-post-list .has-post-thumbnail .desc {

	width:100%;

	float:none;

	padding-left:0px;

}



.next-posts-widget-content.home-post-list.next-posts-widget-one-grid-content .desc .more-button {

	margin: 0;

	float: right;

}



.next-posts-widget-content.home-post-list .desc .more-button {

	display:table;

	margin:0 auto;

	float: none;

}



.home-post-list .has-post-thumbnail .desc {

	width: 48%;

	float: left;

	padding-left: 30px;

}



.home-post-list .thumbnail-none .desc {

	width: 100%;

	float: none;

	padding-left: 0px;

}



.home-post-list .desc .post-social-icons .share .share-social-media-links {

	left: 70px;

}



.home-post-list .post, .next-posts-widget-content.home-post-list .col-sm-6 article.post:after {

	padding-bottom: 25px;

	border-bottom: 1px solid #E1E1E1;

	margin-bottom: 25px;

}



.next-posts-widget-content.home-post-list .col-sm-6 article.post {

	padding:0px;

	border:0px;

}



.next-posts-widget-content.home-post-list .col-sm-6 article.post:after {

	content:'';

	display:block;

}



.next-posts-widget-content.home-post-list .col-sm-6:nth-child(2n+1) .post {

	clear:both;

}



.home-post-list .post:after,

.home-post-list .post:before {

	clear:both;

	content:'';

	display:block;

}



.home-post-bottom-advert {

	text-align:center;

	margin-bottom: 25px;

}



.single-post-bottom-advert {

	text-align:center;

	margin-bottom: 25px;

}



.posts-pagination {

	text-align: right;

	text-transform: uppercase;

	font-weight: 700;

}



.posts-pagination:after, .posts-pagination:before {

	content:'';

	display:block;

	clear:both;

}



.posts-pagination .nav-next {

	float:right;

}



.posts-pagination .nav-previous {

	float:left;

}



.posts-pagination a, .posts-pagination a:visited {

	color:#7f7f7f;

}



.posts-pagination a:hover, .posts-pagination a:focus {

	color:#D4AF37;

}



.site-content-wrapper {

	margin-bottom: 50px;

}



.ecommerce-product-list .image {

	background: #FFFFFF;

	text-align: center;

	border-bottom: 1px solid #E1E1E1;

}



.ecommerce-product-list .add_to_cart_button {

	display: table;

	margin: 0 auto;

	background: rgba(0, 0, 0, 0.25);

	padding: 4px 10px;

	color: #FFF;

	font-size: 12.5px;

	text-transform: uppercase;

	margin-top: 7px;

}

.ecommerce-product-list .added_to_cart {

	display: table;

	margin: 0 auto;

	text-align:center;

	margin-top: 5px;

	text-decoration:underline;

}



.ecommerce-product-list .add_to_cart_button:hover, .ecommerce-product-list .added_to_cart:hover {

	opacity:0.7;

}



.ecommerce-product-list h3, .woocommerce .ecommerce-product-list h3 {

	margin: 20px 15px 5px;

	font-size: 14px;

	text-align: center;

	font-weight: 500;

	color: #434343;    font-family: Cinzel-Bold;

	line-height: 1.3;

}



.ecommerce-product-list h3 a,

.ecommerce-product-list h3 a:visited {

	color:#000000;

}



.ecommerce-product-list .price {

	font-size: 17px;

	text-align: center;

	font-weight: 700;

	color: #313030;

}



.ecommerce-product-list a.more-button, .ecommerce-product-list a.more-button:visited {

	color:#313030;

    font-size: 11.85px;

}



.ecommerce-product-list .more-button {

	margin:15px auto 0px;

	display:table;

}



.ecommerce-area .owl-theme .owl-controls {

	margin-top: 0;

	width: 100%;

	position: absolute;

	text-align: center;

	top: calc(50% - 25px);

}



.ecommerce-area .owl-stage-outer {

	z-index: 1;

}



.ecommerce-product-list .owl-stage-outer .owl-stage .item {

	background:#FFFFFF;

	padding-bottom:25px;

}



.ecommerce-area .owl-prev, .ecommerce-area .owl-next {

	font-size: 35px;

	color:#FFFFFF;

}



.ecommerce-area .owl-next {

	float:right;

	margin-right: -5%;

}



.ecommerce-area .owl-prev {

	float:left;

	margin-left: -5%;

}



.home-two-post-list .desc .post-desc-top {

	text-align:center;

}



.home-two-post-list .desc .post-desc-top ul {

	list-style: none;

	text-transform: uppercase;

	padding: 0px;

    color: #7f7f7f;

    font-weight: 600;

	font-size:13px;

	margin: 0px;

}



.home-two-post-list .desc .post-desc-top ul a, .home-two-post-list .desc .post-desc-top ul a:visited {

    color: #7f7f7f;

}



.home-two-post-list .desc .post-desc-top ul li {

	display:inline-block;

}



.home-two-post-list .desc .post-desc-top ul li.separate:after {

	content: '';

	display: inline-block;

	width: 5px;

	height: 5px;

	margin: 0px 3px;

	transform: rotate(45deg);

	-moz-transform: rotate(45deg);

	-webkit-transform: rotate(45deg);

	top: -1px;

	vertical-align: middle;

	position: relative;

	border: 1px solid #9B9B9B;

}



.home-two-post-list .desc .post-desc-top h3 {

	margin:0px 0px 25px;

	font-size:30px;

	line-height: 38px;

}



.home-two-post-list .desc p {


	text-align: justify;

	font-size: 15px;

}



.home-two-post-list .image .category {

	position: absolute;

	top: 25px;

	left: 25px;

	background: #D4AF37;

	font-size: 13px;

	font-family: 'Oswald';

	color: #FFF;

	font-weight: 500;

	padding: 5px 10px;

	border-radius: 5px;

	line-height: 13px;

	letter-spacing: 0.5px;

	text-transform: uppercase;

}



.home-two-post-list .image .category a, .home-two-post-list .image .category a:visited {

	color:#FFFFFF;

	display:inline-block;

}



.full-home-content .home-two-post-list .image .category {

	top:50px;

	left:50px;

}



.home-two-post-list .image {

	position: relative;

	overflow: hidden;

	margin-bottom:25px;

}



.home-two-post-list .image img {

	width:100%;

}



.home-two-post-list .image a, .home-two-post-list .image a:visited {

	display:block;

}



.home-two-post-list .desc .post-desc-bottom .more-button {

    float: right;

}



.home-two-post-list .desc .post-desc-bottom .post-social-icons {

    float: left;

    margin-top: 6px;

}



.home-two-post-list .desc .post-social-icons .share .share-social-media-links {

    left: 70px;

}



.home-two-post-list .post {

    padding-bottom: 37.5px;

    border-bottom: 1px solid #E1E1E1;

    margin-bottom: 37.5px;

}



.home-two-post-list .post:last-child {

    margin-bottom: 25px;

}



.home-two-post-list .post:after, .home-two-post-list .post:before {

    content:'';

	display:block;

	clear:both;

}



.full-home-content .home-two-post-list .post .desc {

	margin:0px 50px;

}



.full-home-content .home-two-post-list .post {

	width: 49.5%;

	float: left;

	margin-right: 0.5%;

}



.full-home-content .home-two-post-list .post:nth-child(2n+2) {

	margin-right: 0px;

	margin-left: 0.5%;

}



.full-home-content .home-two-post-list .post:nth-child(2n+1) {

	clear:both;

}



/* =====  9. SHORTCODE ===== */

.space-text {

	margin:0px 30px;

}



.nav-tabs>li>a:hover {

	border-color: #D4AF37 #D4AF37 #D4AF37;

}



.nav>li>a:focus, .nav>li>a:hover {

	background-color: #D4AF37;

	color: #FFF;

}



.tab-content {

	padding-top: 15px;

}



.tab-content p:last-child {

	margin-bottom:0px;

}



.progress-bar .sr-only {

	position:relative;

}



.panel .progress:last-child {

    margin-bottom: 0px;

}



.panel-title {

	font-size: 16.5px;

}



.vintauge_button {

	display:inline-block;

	font-size: 13px;

	margin-bottom:15px;

	text-align:center;

	max-width:100%;

	-webkit-transition:0.2s;

	-moz-transition:0.2s;

	-o-transition:0.2s;

	-ms-transition:0.2s;

	transition:0.2s;

}



.full-button .vintauge_button {

	width:100%;

}



.vintauge_button a,  .vintauge_button a:visited {

	display: block;

	padding: 10px 5px;

	line-height: 20px;

}



.vintauge_button:focus,  .vintauge_button:hover {

	opacity:0.8;

	-webkit-transition:0.2s;

	-moz-transition:0.2s;

	-o-transition:0.2s;

	-ms-transition:0.2s;

	transition:0.2s;

}



.vintauge_button_style1 {

	border: 1px solid;

}



.vintauge_button_style1 a, .vintauge_button_style1 a:visited {

	border: 1px solid;

	margin:3px 3px;

}



.vintauge_button_style3 {

	border: 1px solid;

}



.vintauge_button_style3 a, .vintauge_button_style3 a:visited {

	border: 1px solid;

}



.vintauge_button_style2 {

	border: 1px solid;

}



i.icon-shortcode {

	margin-right: 4px;

	margin-bottom: 3px;

}



.btn-group {

	margin-bottom: 5px;

}



.label {

	padding: 0.3px .6em 0.3px;

	font-size: inherit;

	font-weight: inherit;

	color: #fff;

	border-radius: 3px;

}



.label.label-success {

	background-color: #C3D9B4;

	color: #328a34;

}



.label.label-info {

	background-color: #D3EAEB;

	color: #087b94;

}



.label.label-danger {

	background-color: #FCDBE3;

	color: #D4AF37;

}



.label.label-warning {

	background-color: #FFE0DA;

	color: #fc6131;

}



.label.label-default {

	background-color: #DEDEDE;

	color: #818181;

}



.label.label-primary {

	background-color: #BADFFF;

	color: #337AB7;

}



/* =====  10. FOOTER ===== */

.footer-instagram {

	position: relative;

}



.footer-instagram .owl-theme .owl-controls {

	margin-top: 0;

}



.footer-instagram .title {

	position: absolute;

	z-index: 21;

	background: #F5F5F5;

	color: #000000;

	display: table;

	margin: 0 auto;

	top: 50%;

	left: 50%;

	font-size: 13px;

	font-weight: 600;

	text-transform: uppercase;

	padding: 13px 15px;

	border-radius: 5px;

	line-height: 11px;

	transform: translate(-50%, 0);

}



.footer .footer-widget {

	padding: 50px 0px;

	border-top: 1px solid #E1E1E1;

}



.footer-widget .sidebar .col-sm-4:nth-child(3n+1) {

	clear:both;

}



.footer-widget .sidebar .col-sm-4:nth-child(1n+1) .widget-box {

	margin-top: 50px;

}



.footer-widget .sidebar .col-sm-4:nth-child(1) .widget-box, .footer-widget .sidebar .col-sm-4:nth-child(2) .widget-box, .footer-widget .sidebar .col-sm-4:nth-child(3) .widget-box {

	margin-top: 0px;

}



.footer .footer-widget .widget-title h4:after {

	background: transparent;

	height: 0px;

	top: inherit;

}



.footer .footer-widget .widget-title h4 {

	display: block;

	color: #525151;

}



.footer .footer-widget .widget-title {

	border-bottom: 0px;

}



.footer .footer-widget .widget_text {

	line-height: 26px;

	font-size:14px;

	color:#454545;

}



.footer .footer-widget .widget_text p:last-child {

	margin-bottom:0px;

}



.copyright {

	padding: 23px 0px 13px;

	background:#272727;

	color:#FFFFFF;

	font-size:12px;

}



.copyright a,

.copyright a:visited{

	color:#FFFFFF;

}



.copyright p {

	margin-bottom: 0px;

	text-align: center;

}



.top-icon {

	background: #D4D4D4;

	width: 50px;

	font-size: 17px;

	height: 26px;

	margin: 0 auto;

	border-top-left-radius: 5px;

	border-top-right-radius: 5px;

	line-height: 26px;

	text-align: center;

	z-index: 21;

	color: #272727;

	cursor:pointer;

	bottom:-13px;

	position:relative;

}



.footer-social-media ul {

	margin: 0 auto;



	display: table;

	text-align: center;

	padding: 0;

}



.footer-social-media ul:after, .footer-social-media ul:before {

	content:'';

	display:block;

	clear:both;

}



.footer-social-media ul li {

	display:block;

	float:left;

}



.footer-social-media ul li a, .footer-social-media ul li a:visited {

	color:#616161;

	border:1px solid #616161;

	width:45px;

	height:45px;

	line-height:45px;

	text-align:center;

	font-size:25px;

	display:block;

	margin:6px;

	border-radius:50%;

}



.footer-social-media ul li a:hover, .footer-social-media ul li a:focus {

	background:#D4AF37;

	border-color:#D4AF37;

	color:#FFFFFF;

}



.footer-social-media {

	padding: 38px 0px;

	border-top: 1px solid #acacac;

}



/* =====  11. 404 PAGE ===== */

.page404-content h3 {

	margin: 0px auto;

	border: 1px solid #959595;

	display: table;

	padding: 3px;

	font-size: 30px;

}



.page404-content h3 span {

	border: 1px solid #959595;

	display: block;

	color: #D4AF37;

	text-transform: uppercase;

	font-weight: 500;

	line-height: 35px;

	padding: 3px 30px;

	text-align: center;

}



.page404-content h1 {

	font-size: 180px;

	line-height: 130px;

	margin: 0px;

	height: 220px;

	font-weight: 400;

}



.page404-content p {

	font-size:22px;

	text-align:center;

}



.page404-content p {

	font-size: 25px;

	text-align: center;

	font-weight: 300;

	letter-spacing: 1px;

	margin-bottom: 50px;

}



.page404-content .search-form-widget {

	max-width:250px;

	margin:0 auto 55px;

	border-color: #959595;

}



/* =====  12. COMMENTS ===== */

.comments-area-col {

	padding:0px 7.5px;

}



.comments-area-row {

	margin:0px -7.5px;

}



.comment-list li .comment-body ul li, .comment-list li .comment-body ol li {

	margin-bottom: 5px;

}



.comment-list li .comment-body ul li:after, .comment-list li .comment-body ol li:after {

	display:none;

}



#comments .comments-title, #comments .comment-reply-title {

	font-size: 18px;

	border-bottom: 1px solid #E1E1E1;

	padding-bottom: 15px;

	margin: 0px 0px 25px;

	text-transform:uppercase;

}



.page #comments {

	margin-top: 50px;

}



.comment-list {

	list-style: none;

	padding: 0;

	margin: 0px 0px 50px;

}



.comment-list .children {

	list-style: none;

	padding: 0;

	margin: 0 0 0 30px;

}



.comment .avatar {

	border-radius:50%;

	float:left;

	overflow: hidden;

	margin-right: 20px;

	border:1px solid #E1E1E1;

}



.comment .comment-body .comment-author .comment-meta {

	font-size:10px;

	margin:6px 0px;

}



.comment .comment-body .comment-author .comment-meta i {

	margin-right:5px;

}



.comment .comment-body .comment-author cite {

	font-weight: 600;

	font-size:15px;

	font-style: normal;

	font-family: 'Playfair Display';

	color:#282828;

}



.comment .comment-body .reply {

	background:#969696;

	text-transform:uppercase;

	display:table;

	float:right;

	transition: opacity 0.2s, transform 0.2s ease-in-out;

	-webkit-transition: opacity 0.2s, transform 0.2s ease-in-out;

	-moz-transition: opacity 0.2s, transform 0.2s ease-in-out;

}



.comment .comment-body .reply:hover, .comment .comment-body .reply:focus {

	background: #D4AF37;

	transition: opacity 0.2s, transform 0.2s ease-in-out;

	-webkit-transition: opacity 0.2s, transform 0.2s ease-in-out;

	-moz-transition: opacity 0.2s, transform 0.2s ease-in-out;

}



.comment .comment-body .reply a, .comment .comment-body .reply a:visited {

	color: #FFFFFF;

	display: block;

	padding: 3px 10px 2px;

	font-weight: 600;

	font-size: 10px;

	letter-spacing: 1px;

}



.comment .comment-body .comment-content p {

	font-size:16.5px;

}



.comment .comment-body .comment-content p:last-child {

	margin:0px;

}



.comment .comment-body .comment-meta {

	font-size: 11px;

	text-transform: uppercase;

	font-weight: 600;

	margin-top: 15px;

	color: #939393;

}



.comment .comment-body .comment-meta a, .comment .comment-body .comment-meta a:visited {

	color: #939393;

}



.comment .comment-body .comment-author {

	margin-bottom: 10px;

}



.comment .comment-body .comment-author .says {

	display:none;

}







.comment .comment-body:after,

.comment .comment-body:before {

	clear:both;

	display:block;

	content:'';

}



.comment-list li {

	margin-bottom:25px;

}



.comment-list li:last-child:after {

	display:none;

}



.comment-list li:after {

	content: '';

	clear: both;

	display: block;

	border-bottom: 1px solid #E1E1E1;

	width: 75%;

	margin: 0 auto;

	padding-top: 25px;

}



.comment-list .children li {

	margin-bottom:0px;

	margin-top:30px;

}



#comments button, #comments input[type="submit"] {

	text-transform:uppercase;

}



#comments input[type="email"],

#comments input[type="number"],

#comments input[type="password"],

#comments input[type="tel"],

#comments input[type="url"],

#comments input[type="text"],

#comments input[type="time"],

#comments input[type="week"],

#comments input[type="search"],

#comments input[type="month"],

#comments input[type="datetime"],

#comments input[type="date"],

#comments textarea,

#comments textarea.form-control,

#comments select

{

	border: 1px solid #a1a1a1;

	color: #a1a1a1;

}



#comments textarea.form-control::-webkit-input-placeholder {

	color: #a1a1a1;

}



#comments textarea.form-control:-moz-placeholder {

	color: #a1a1a1;

}



#comments textarea.form-control::-moz-placeholder {

	color: #a1a1a1;

}



#comments textarea.form-control:-ms-input-placeholder {

	color: #a1a1a1;

}



#comments input::-webkit-input-placeholder {

	color: #a1a1a1;

}



#comments input:-moz-placeholder {

	color: #a1a1a1;

}



#comments input::-moz-placeholder {

	color: #2a1a1a1;

}



#comments input:-ms-input-placeholder {

	color: #a1a1a1;

}



#commentform .form-submit {

	margin-bottom: 0px;

}



.comments-area {

	margin-bottom:50px;

}



/* =====  13. SINGLE ===== */

.page-content .post {

	margin-bottom:50px;

}



.page-content .post .post-header {

	margin-bottom:40px;

	text-align:center;

}



.page-content .post .post-img, .page-content .post .post-video, .page-content .post .post-audio, .page-content .post .post-link, .page-content .post .post-gallery {

	margin-bottom:50px;

}



.page-content .post .post-img img, .page-content .post .post-gallery img{

	width:100%;

}



.page-content .post .post-video embed, .page-content .post .post-video iframe, .page-content .post .post-audio embed, .page-content .post .post-audio iframe {

	width:100%;

}



.page-content .post .post-entry {

	text-align:justify;

	font-size:16.5px;

	margin-bottom:50px;

}



.page-content .post .post-entry p:last-child {

	margin-bottom:0px;

}



.page-content .post .post-header h1 {

	margin: 0px 0px;

	font-size: 35px;

	line-height: 42px;

}



.page-content .post .post-header ul {

	list-style: none;

	text-transform: uppercase;

	padding: 0px;

	color: #939292;

	font-weight: 600;

	margin: 0px 0px 5px;

	font-size:13px;

}



.page-content .post .post-header ul a, .page-content .post .post-header ul a:visited {

	color: #939292;

}



.page-content .post .post-header ul li {

	display: inline-block;

}



.page-content .post .post-header ul li.separate {

	width: 20px;

}



.page-content .post .post-header ul li.separate:after {

	content: '';

	display: inline-block;

	width: 5px;

	height: 5px;

	margin: 0px 3px;

	transform: rotate(45deg);

	-moz-transform: rotate(45deg);

	-webkit-transform: rotate(45deg);

	top: -1px;

	vertical-align: middle;

	position: relative;

	border: 1px solid #9B9B9B;

}



.page-content .post .post-header .category {

	background: #D4AF37;

	display:table;

	font-size: 13px;

	font-family: 'Oswald';

	color: #FFF;

	font-weight: 500;

	padding: 5px 10px;

	border-radius: 5px;

	line-height: 13px;

	letter-spacing: 0.5px;

	text-transform: uppercase;

	margin:0 auto 12px;

}



.page-content .post .post-header .category a, .page-content .post .post-header .category a:visited {

	color: #FFFFFF;

	display:inline-block;    font-family: Cinzel-Bold;

}



.page-content .post .post-header .category a:hover, .page-content .post .post-header .category a:focus {

	opacity:0.8;

}



.page-content .post .single-tag-list {

	text-transform: uppercase;

	float:left;

}



.page-content .post .single-tag-list span {

	display: inline-block;

	font-size: 12px;

	padding: 2px 10px;

	border: 1px solid #a5a5a5;

	margin-right: 3px;

	margin-bottom: 3px;

	transition: opacity 0.2s, transform 0.2s ease-in-out;

	-webkit-transition: opacity 0.2s, transform 0.2s ease-in-out;

	-moz-transition: opacity 0.2s, transform 0.2s ease-in-out;

}



.page-content .post .single-tag-list span:last-child {

	margin-right:0px;

}



.page-content .post .single-tag-list span a, .page-content .post .single-tag-list span a:visited {

	color:#a5a5a5;

	font-weight: 600;

}



.page-content .post .single-tag-list span:hover, .page-content .post .single-tag-list span:focus {

	border:1px solid #D4AF37;

	background:#D4AF37;

	color:#FFFFFF;

	transition: opacity 0.2s, transform 0.2s ease-in-out;

	-webkit-transition: opacity 0.2s, transform 0.2s ease-in-out;

	-moz-transition: opacity 0.2s, transform 0.2s ease-in-out;

}



.page-content .post .single-tag-list span:hover a, .page-content .post .single-tag-list span:focus a, .page-content .post .single-tag-list span:hover a:visited, .page-content .post .single-tag-list span:focus a:visited {

	color:#FFFFFF;

}



.page-content .post .single-tag-list .single-tag-list-title {

	border:1px solid #a5a5a5;

	background:#a5a5a5;

	color:#FFFFFF;

}



.page-content .post .page-links span {

	background:transparent;

	border: 1px solid #a5a5a5;

	color: #7f7f7f;

	padding: 2px 6px;

	font-size: 12px;

	font-weight: 600;

	display: inline-block;

	margin-right: 7px;

	text-transform: uppercase;

}



.page-content .post .page-links span:hover {

	background:#a5a5a5;

	color:#FFFFFF;

}



.page-content .post .page-links a:last-child span{

	margin-right:0px;

}



.page-content .post .post-tags {

	padding-bottom: 25px;

	border-bottom: 1px solid #E1E1E1;

}



.page-content .home-post-bottom-advert {

	margin-bottom:0px;

}



.page-content .post .post-tags .post-social-icons {

	float:right;

}



.page-content .post .post-tags ul .share .share-social-media-links {

	left: -75px;

}



.page-content .post .post-tags:after, .page-content .post .post-tags:before {

	clear:both;

	content:'';

	display:block;

}



.post-nav .pager {

	margin: 0;

	text-align: left;

	text-transform:uppercase;

}



.post-nav .pager li {

	width: 50%;

}



.post-nav .pager li>a, .post-nav .pager li>span {

	background-color: transparent;

	padding: 0;

	border: 0;

	border-radius: 0;

}



.post-nav .pager li a, .post-nav .pager li a:visited {

	font-weight: 700;

	width: 50%;

	color: #A9A9A9;

}



.post-nav .pager li a h3 {

	color: #000;

}



.post-nav .pager li .pager-post-name h3 {

	font-size: 16px;

	font-weight: 600;

	margin: 0px 0px 0px;

	text-transform: none;

}



.post-nav .pager li.next a, .post-nav .pager li.next a:visited {

	text-align: right;

}



.page-content .post .post-nav {

	border-bottom: 1px solid #E1E1E1;

	padding: 25px 0px 25px;

	margin-bottom: 25px;

}



.page-content .post .page-links {

	margin-bottom: 50px;

	clear:both;

	margin-top: -25px;

}



.post-author .author-info-area {

	padding: 25px 0px;

	border: 0px;

	border-bottom: 1px solid #E1E1E1;

}



.post-author .author-info-area .desc p {

	font-family: inherit;

	font-style: normal;

	font-size: 16px;

	color: #838383;

	margin-bottom: 15px;

}



.post-author .author-info-area .desc h3 {

	font-size: 16px;

	text-transform: none;

	margin-bottom: 10px;

}



.post-author .author-info-area .image {

	display: inline-block;

	margin: 0px;

	width: 20%;

}



.post-author .author-info-area .desc {

	display: inline-block;

	width: 80%;

}



.post-author .author-social-link ul {

	margin:0px;

	padding:0px;

	list-style:none;

}



.post-author .author-social-link ul li {

	display:inline-block;

	margin-left:4px;

	font-size:16px;

}



.post-author .author-social-link ul li a:hover, .post-author .author-social-link ul li a:focus {

	opacity:0.6;

}



.post-author .author-social-link ul li a, .post-author .author-social-link ul li a:visited {

	color:#BBBBBB;

}



.post-related .item .desc {

	text-align:center;

}



.post-related .item .desc ul {

	list-style: none;

	text-transform: uppercase;

	padding: 0px;

	color: #7f7f7f;

	font-weight: 600;

	margin: 0px 0px 5px;

	font-size:13px;

}



.post-related .item .desc ul li a, .post-related .item .desc ul li a:visited {

	color: #7f7f7f;

}



.post-related .item .desc ul li {

	display: inline-block;

}



.post-related .item .desc  h3 {

	margin: 0px 0px 0px;

	font-size: 22px;

	line-height:28px;

}



.post-related .item .desc ul li.separate {

	width: 20px;

}



.post-related .item .image {

	position: relative;

	overflow: hidden;

	margin-bottom:25px;

}



.post-related .item .image .category {

	position: absolute;

	top: 25px;

	left: 25px;

	background: #D4AF37;

	font-size: 13px;

	font-family: 'Oswald';

	color: #FFF;

	font-weight: 500;

	padding: 5px 10px;

	border-radius: 5px;

	line-height: 13px;

	letter-spacing: 0.5px;

	text-transform: uppercase;

}



.post-related .item .image .category a, .post-related .item .image .category a:visited {

	color:#FFFFFF;

	display:inline-block;

}



.post-related .title {

    border-bottom: 1px solid #E1E1E1;

	margin-bottom:25px;

}



.post-related .title h3 {

    font-size:20px;

	text-transform:uppercase;

	margin-top:0px;

}



.post-related {

	position: relative;

}



.post-related .owl-theme .owl-controls {

	margin-top: 0;

	width: 100%;

	position: absolute;

	top: -63px;

	text-align: right;

}



.post-related .owl-prev, .post-related .owl-next {

	font-size: 22px;

	border: 1px solid #7C7C7C;

	color:#7C7C7C;

	width: 25px;

	height: 25px;

	line-height: 23px;

	text-align: center;

	-webkit-transition:0.2s;

	-moz-transition:0.2s;

	-o-transition:0.2s;

	-ms-transition:0.2s;

	transition:0.2s;

}



.post-related .owl-prev:hover, .post-related .owl-prev:focus, .post-related .owl-next:hover, .post-related .owl-next:focus {

	color:#FFF;

	background:#7C7C7C;

	-webkit-transition:0.2s;

	-moz-transition:0.2s;

	-o-transition:0.2s;

	-ms-transition:0.2s;

	transition:0.2s;

}



.post-related .owl-theme .owl-nav {

	float:right;

}



.post-related .owl-prev {

	float:left;

}



.post-related .owl-next {

	float:right;

	margin-left: 5px;

}



.post-link-area {

	height: 530px;

	background-size: cover;

	position:relative;

	overflow:hidden;

	text-align: center;

}



.post-link-area .post-link-area-content {

	background: #FFFFFF;

	width: 80%;

	overflow:hidden;

	bottom: 0;

	position: absolute;

	padding: 25px;

	margin: 0 auto;

	left: 0;

	right: 0;

}



.post-link .post-link-area .post-link-area-content i {

	display: table;

	color: #9B9B9B;

	width: 54px;

	height: 50px;

	line-height: 50px;

	text-align: center;

	padding: 0;

	margin: 0 auto 15px;

	border-radius: 50%;

	font-size: 24px;

	-webkit-transition: 0.2s;

	-moz-transition: 0.2s;

	-o-transition: 0.2s;

	-ms-transition: 0.2s;

	transition: 0.2s;

	border: 2px solid #9B9B9B;

}



.post-link .post-link-area:hover .post-link-area-content i {

	border: 2px solid transparent;

	background: #D4AF37;

	color:#FFFFFF;

	-webkit-transition: 0.2s;

	-moz-transition: 0.2s;

	-o-transition: 0.2s;

	-ms-transition: 0.2s;

	transition: 0.2s;

}



.post-link .post-link-area .post-link-area-content h2 {

	margin: 0px;

	font-size: 23px;

	letter-spacing: -0.25px;

}



.post-link .post-link-area a, .post-link .post-link-area a:visited {

	display: block;

	height: 100%;

	width: 100%;

	color:#D4AF37;

}



/* =====  14. CATEGORY & ARCHIVE ===== */

.category-archive-title {

	text-align: center;

	padding:15px 0px;

	margin-bottom:50px;

	border-top:1px solid #E1E1E1;

	border-bottom:1px solid #E1E1E1;

}



.author-archive-title h1{

	color: #7f7f7f;

}



.category-archive-title h1 {

	margin:0px;

	font-size:16px;

}



.category-archive-title h1 span {

	font-size:22px;

    font-family: Cinzel-Bold;	color:#D4AF37;

}



.author-page-info-area .post-author .author-info-area {

	padding: 0px;

	border: 0px;

	padding-bottom: 25px;

	margin-top: -25px;

	margin-bottom: 50px;

	border-bottom: 1px solid #E1E1E1;

	padding-left: 10%;

	padding-right: 10%;

}



.author-page-info-area .post-author .author-info-area .image {

	width: inherit;

	margin-right: 25px;

}



/* =====  15. PLUGINS ===== */

.bx-wrapper {

	position: relative;

	margin: 0 auto 60px;

	padding: 0;

	*zoom: 1;

}



.bx-wrapper img {

	max-width: 100%;

	display: block;

}



.bx-wrapper .bx-viewport {

	-webkit-transform: translatez(0);

	-moz-transform: translatez(0);

	-ms-transform: translatez(0);

	-o-transform: translatez(0);

	transform: translatez(0);

}



.bx-wrapper .bx-viewport ul {

	margin:0px;

	padding:0px;

}



.bx-wrapper .bx-pager,

.bx-wrapper .bx-controls-auto {

	position: absolute;

	bottom: -30px;

	width: 100%;

}



.bx-wrapper .bx-loading {

	min-height: 50px;

	background: url(../img/bx_loader.gif) center center no-repeat #fff;

	height: 100%;

	width: 100%;

	position: absolute;

	top: 0;

	left: 0;

	z-index: 2000;

}



.bx-wrapper .bx-pager {

	text-align: center;

	font-size: .85em;

	font-weight: bold;

	color: #666;

	padding-top: 20px;

}



.bx-wrapper .bx-pager .bx-pager-item,

.bx-wrapper .bx-controls-auto .bx-controls-auto-item {

	display: inline-block;

	*zoom: 1;

	*display: inline;

}



.bx-wrapper .bx-pager.bx-default-pager a {

	background: #666;

	text-indent: -9999px;

	display: block;

	width: 10px;

	height: 10px;

	margin: 0 5px;

	outline: 0;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	border-radius: 5px;

}



.bx-wrapper .bx-pager.bx-default-pager a:hover,

.bx-wrapper .bx-pager.bx-default-pager a.active {

	background: #000;

}



.bx-wrapper .bx-prev {

	left: 20px;

	background: url(assets/img/controls.png) no-repeat 0 -63px;

}



.bx-wrapper .bx-next {

	right: 20px;

	background: url(assets/img/controls.png) no-repeat -41px -63px;

}



.bx-wrapper .bx-prev:hover {

	background-position: 0 -2px;

}



.bx-wrapper .bx-next:hover {

	background-position: -43px -2px;

}



.bx-wrapper .bx-controls-direction a {

	position: absolute;

	top: 50%;

	margin-top: -16px;

	border: 2px solid #FFF;

	outline: 0;

	width: 35px;

	height: 60px;

	text-indent: -9999px;

	z-index: 9;

}



.bx-wrapper .bx-controls-direction a.disabled {

	display: none;

}



.bx-wrapper .bx-controls-auto {

	text-align: center;

}



.bx-wrapper .bx-controls-auto .bx-start {

	display: block;

	text-indent: -9999px;

	width: 10px;

	height: 11px;

	outline: 0;

	background: url(assets/img/controls.png) -86px -11px no-repeat;

	margin: 0 3px;

}



.bx-wrapper .bx-controls-auto .bx-start:hover,

.bx-wrapper .bx-controls-auto .bx-start.active {

	background-position: -86px 0;

}



.bx-wrapper .bx-controls-auto .bx-stop {

	display: block;

	text-indent: -9999px;

	width: 9px;

	height: 11px;

	outline: 0;

	background: url(assets/img/controls.png) -86px -44px no-repeat;

	margin: 0 3px;

}



.bx-wrapper .bx-controls-auto .bx-stop:hover,

.bx-wrapper .bx-controls-auto .bx-stop.active {

	background-position: -86px -33px;

}



.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {

	text-align: left;

	width: 80%;

}



.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {

	right: 0;

	width: 35px;

}



.bx-wrapper .bx-caption {

	position: absolute;

	bottom: 0;

	left: 0;

	background: #666\9;

	background: rgba(0, 0, 0, 0.45);

	width: 100%;

}



.bx-wrapper .bx-caption span {

	color: #fff;

	display: block;

	padding: 10px;

}



body .site-content-wrapper #tribe-events .tribe-events-button, body .site-content-wrapper .tribe-events-button {

	background:#D4AF37;

}



#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {

	background-color: #D4AF37;

}



table.vintauge {

	text-align: initial;

}



.site-content-wrapper .vintauge thead th {

	background-color:#D4AF37;

	border-color:#D4AF37;

}



#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .vintauge td.tribe-events-present div[id*=tribe-events-daynum-], .vintauge td.tribe-events-present div[id*=tribe-events-daynum-]>a {

	background-color:#D4AF37;

}



#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper .tribe_events_slider_val, .single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-ical {

	color:#D4AF37;

}



.events-single .post .single-title {

	margin-bottom: 15px;

}



.tribe-events-event-image img {

	width: 100%;

}



.single-tribe_events .tribe-events-event-image {

	margin-bottom: 30px;

}



#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p {

	margin: 0 0 30px;

}



#tribe-events-content .vintauge div[id*=tribe-events-event-] h3.tribe-events-month-event-title {

	font-family: inherit;

}



.vintauge div[id*=tribe-events-event-] h3.tribe-events-month-event-title a {

	color: #515151;

}



/* =====  16. WOOCOMMERCE ===== */

#product-area {

	float: none;

	clear: both;

}



.woocommerce a.remove {

	height: 21px;

	width: 21px;

	line-height: 20px;

}



.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li.empty {

	padding-left: 0;

}



.woocommerce div.product form.cart .variations {

	width: 100%;

	margin-bottom: 0px;

}



.woocommerce div.product .woocommerce-tabs .panel h2, .woocommerce .related.products h2 {

	font-size: 20px;

	margin: 0px 0px 15px;

}



.woocommerce .page-title {

	margin-top:0px;

}



.woocommerce span.onsale {

	-webkit-box-sizing: initial;

	-moz-box-sizing: initial;

	box-sizing: initial;

	z-index: 1;

}



.shop-product-item {

	margin-bottom:30px;

}



.woocommerce div.product img, .woocommerce div.product span.price {

	margin-bottom: 15px;

}



.woocommerce div.product img {

	width:100%;

	height:auto;

}



.woocommerce div.product {

	margin-bottom: 30px;

}



.woocommerce div.product h4 {

	font-size: 16px;

	margin: 0px 0px 15px;

}



.woocommerce .star-rating:before {

	font-size: 12px;

}



.woocommerce .star-rating span:before {

	font-size: 12px;

}



.woocommerce .footer {

	margin-top:100px;

}



.woocommerce div.product p.price, .woocommerce div.product span.price {

	color: #D4AF37;

	font-weight:600;

	font-size: 16px;

}



.woocommerce .woocommerce-ordering select {

	vertical-align: top;

	height: 30px;

	padding: 0;

	font-size: 13px;

	margin-top: -5px;

}



.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {

	width: 115px;

}



.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {

	padding: 0.5em 1em;

	height: inherit;

}



.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {

	padding: 6px 10px;

}



.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {

	float: left;

	width: 100%;

}



.woocommerce-cart .cart-collaterals .cart_totals table {

	width: 100%;

}



.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {

	background-color: white;

}



.woocommerce div.product .woocommerce-tabs ul.tabs li a {

	background-color: rgb(235, 233, 235);

	box-shadow: none;

	height: inherit;

	border:0px;

}



.woocommerce .quantity .qty {

	padding: 5px 5px;

	border-radius: 0px;

}



.woocommerce div.product .woocommerce-tabs .panel {

	padding: 0px;

	border: 0px;

	box-shadow: none;

}



.woocommerce #reviews #comments ol.commentlist {

	padding:0;

}



.woocommerce #reviews #comments ol.commentlist li img.avatar {

	margin-right:6px;

	position: relative;

}



ol.woo-comment-list {

	margin:30px 0px 0px;

	padding:0px;

	box-shadow: none;

	background: transparent;

}



ol.woo-comment-list li {

    position: relative;

    margin-bottom: 30px;

}



ol.woo-comment-list li p:last-child {

	margin-bottom:0px;

}



ol.woo-comment-list li  p.meta {

	margin-bottom: 10px;

}



.woocommerce .star-rating {

	float:none;

}



.woocommerce div.product p.price, .woocommerce div.product span.price {

	display: block;

}



.woocommerce div.product p.price del, .woocommerce div.product span.price del {

	float: left;

	margin-right: 15px;

}



.woocommerce div.product p.price, .woocommerce div.product span.price {

	margin-bottom: 5px;

}



.woocommerce form .form-row.woocommerce-validated .select2-container .select2-choice,

.woocommerce form .woocommerce-shipping-fields .select2-container .select2-choice,

.woocommerce form .form-row .select2-container .select2-choice {

	border: 0px;

	box-shadow: none;

}



.woocommerce h1,

.woocommerce h2,

.woocommerce h3,

.woocommerce h4,

.woocommerce h5,

.woocommerce h6 {

	font-weight:600;

	font-style:normal;

}



.woocommerce h2 {

	font-size:20px;

}



.woocommerce form .woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text,

.woocommerce form .woocommerce-invalid select,

.woocommerce form .form-row .select2-container,

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {

	border-color:#E1E1E1;

}



.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {

	padding: 0.5em 1em;

	height: inherit;

}



.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {

	background-color: #D4AF37;

}



.woocommerce-cart table.cart td.actions .coupon .input-text {

	padding: 7px 6px 5px;

}



.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {

	background-color: #D4AF37;

}



.woocommerce .widget_price_filter .ui-slider-horizontal {

	height: 0.3em;

}



.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {

	padding: 6px 12px;

	margin-bottom: 0;

	font-size: 12px;

	font-weight: 600;

	line-height: 1.42857143;

	text-transform:uppercase;

}



.woocommerce .star-rating span {

	color: #7F7F7F;

}



.woocommerce span.onsale {

	background-color: #D4AF37;

}



.prices, .woocommerce ul.cart_list li del, .woocommerce ul.cart_list li .amount, .woocommerce ul.cart_list li ins, .woocommerce ul.product_list_widget li del, .woocommerce ul.product_list_widget li ins, .woocommerce ul.product_list_widget li .amount {

	color: #D4AF37;

}



.prices {

	margin-bottom: 5px;

}



.woocommerce #content div.product #reviews .comment img, .woocommerce div.product #reviews .comment img, .woocommerce-page #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img {

	height: 40px;

	width: 40px;

	float: left;

	margin-right: 10px;

}



.woocommerce div.product .woocommerce-product-rating {

	margin-bottom: 0px;

}



#review_form_wrapper {

	margin-top: 60px;

}



#review_form_wrapper form#commentform {

	padding: 0;

	box-shadow: none;

	margin: 30px 0px 0;

	background-color: transparent;

}



.woocommerce #reviews h3 {

	font-size: 18px;

	font-style: normal;

}



.product-info p {

	margin-bottom: 15px;

}



.woocommerce .cart .button, .woocommerce .cart input.button {

	padding: 10px 15px;

}



.product-categories li .children {

	padding-left:15px;

}



.woocommerce div.product form.cart table td {

	color: inherit;

}



.woocommerce div.product form.cart .variations select {

	padding: 5px 15px;

	font-size: 12px;

}



.woocommerce h3 {

	font-size:20px;

}



.woocommerce .myaccount_vintauge_update .addresses .title h3, .myaccount_vintauge_update h2 {

	font-size: 20px;

	text-transform: uppercase;

	font-weight: 700;

	margin-top:0px;

}



.woocommerce .myaccount_vintauge_update .addresses .title:after,

.woocommerce .myaccount_vintauge_update .addresses .title:before {

	clear:both;

	content:'';

	display:block;

}



.woocommerce .myaccount_vintauge_update .addresses .title h3 {

	float:left;

}



.woocommerce .myaccount_vintauge_update .addresses .title a, .woocommerce .myaccount_vintauge_update .addresses .title a:visited {

	display:block;

	float:right;

	text-decoration:underline;

}



.woocommerce div.product form.cart .reset_variations, .woocommerce form .form-row label.hidden {

	font-size: 12px;

	text-align: right;

	margin-top: 5px;

	float: right;

}



.woocommerce-cart .cart-collaterals .cart_totals table p {

	margin-bottom: 15px;

}



.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {

	width: 48%;

}



.woocommerce-checkout #payment .payment_method_paypal .about_paypal {

	line-height: 28px;

	margin-left: 10px;

}



.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {

	height: auto;

	width: 50px;

}



.post-type-archive ul.products {

	margin:0px -15px;

}



/* =====  17. RESPONSIVE ===== */

@media (max-width:1300px) {

	.ecommerce-area .owl-theme .owl-controls {

		width: 50px;

		position: relative;

		display: table;

		top: 0px;

		margin: 0 auto;

	}

}



@media (min-width:1200px) {

	.full-home-content .home-two-post-list .post {

		width: 49%;

		margin-right: 1%;

	}



	.full-home-content .home-two-post-list .post:nth-child(2n+2) {

		margin-left: 1%;

	}



	.header .navbar-nav>li>a, .header .navbar-nav>li>a:visited {

		padding: 13px 27px;

	}

}



@media (max-width:1199px) {

	.contact-page-social-media ul li {

		width: 50px;

		height: 50px;

		margin: 0px 2px;

		line-height: 50px;

	}



	.header .navbar-nav>li>a, .header .navbar-nav>li>a:visited {

		padding: 13px 18px;

	}

	

	.author-info-area {

		padding-left: 0;

		padding-right: 0;

	}

	

	.widget_vintauge_social_media_widget .widget-social li {

		margin: 0px 2px 9px;

	}

	

	.footer-instagram .title {

		right: 42%;

	}

}



@media (min-width:992px) {

	.widget_vintauge_social_media_widget .widget-social li:first-child {

		margin-left:0px;

	}



	.widget_vintauge_social_media_widget .widget-social li:last-child {

		margin-right:0px;

	}

	

	.full-home-content .home-two-post-list .post {

		width: 48.5%;

		margin-right: 1.5%;

	}



	.full-home-content .home-two-post-list .post:nth-child(2n+2) {

		margin-left: 1.5%;

	}

}



@media (max-width:991px) {

	.vintauge-slider > .slider-carousel-list-container > .slider-carousel-list {

		float: none;

		margin: 0 auto;

	}

	

	.vintauge-slider > .slider-content > ul .category {

		display:none;

	}

	

	.slider-carousel-list-container {

		width: 405px;

	}

	

	.vintauge-slider .carousel-desc {

		display: none;

	}



	.contact-page-social-media ul li {

		width: 30px;

		height: 30px;

		line-height: 30px;

		font-size: 16px;

	}



	.home-post-list .image {

		float: none;

		margin-bottom: 30px;

		width: 100%;

	}

	

	.home-post-list .has-post-thumbnail .desc {

		width: 100%;

		float: none;

		padding-left: 0px;

	}

	

	.latest-posts-widget li .image {

		float: none;

		margin-right: 0px;

		margin-bottom:10px;

		width: 100%;

	}

	

	.latest-posts-widget li .image img {

		width: 100%;

	}

	

	.author-page-info-area .post-author .author-info-area {

		padding-left:0px;

		padding-right:0px;

	}

	

	.post-author .author-info-area .desc {

		width: 78%;

	}

	

	.author-page-info-area .post-author .author-info-area .image {

		margin-right: 2%;

		width: 20%;

	}

	

	.latest-posts-widget li .image {

		margin-right: 10px;

		width: 40%;

		float: left;

	}

}



@media (min-width: 768px) and (max-width: 991px) {

	.post-link .post-link-area .post-link-area-content h2 {

		font-size: 15px;

	}

}



@media (min-width: 768px) {

	.next-posts-widget-content.home-post-list .col-sm-6:nth-last-child(1) .post, .next-posts-widget-content.home-post-list .col-sm-6:nth-last-child(2) .post {

		padding-bottom: 0px;

		border-bottom: 0px;

		margin-bottom: 0px;

	}



	.next-posts-widget-content.home-post-list .col-sm-6:nth-last-child(1) article.post:after, .next-posts-widget-content.home-post-list .col-sm-6:nth-last-child(2) article.post:after {

		padding-bottom: 0px;

		border-bottom: 0px;

		margin-bottom: 0px;

	}



	.next-posts-widget-content.home-post-list .col-sm-6:nth-child(2n+1) article.post:after {

		margin-right:-30px;

	}



	.contact-form-vintauge-right-col {

		margin-left:-15px;

	}

	

	.contact-form-vintauge-right-row {

		margin-right:-30px;

	}

	

	.sidebar-home-widget-area .widget-box .image img {

		max-width:none;

		width:auto;

	}

	

	.fullwidthsidebar .sidebar-home-widget-area .widget-box .image img {

		width:100%;

		max-width:100%;

	}



	.fixed-header {

		position: fixed;

		width: 100%;

		top: 0;

		left:0px;

		background: #FFFFFF;

		z-index: 500;

	}



	.admin-bar .fixed-header {

		top: 32px;

	}



	.navbar-collapse.collapse {

		padding: 0;

	}

	

	.navbar-header {

		float: none;

	}

	

	.navbar-nav {

		float: none;

		margin: 0 auto;

		display: table;

	}



	.header .navbar-nav>li>a, .header .navbar-nav>li>a:visited {

		font-size: 14px;

		background:transparent;

		text-transform: uppercase;

		font-weight: 700;

		letter-spacing:0.5px;

		z-index: 2;    font-family: Cinzel-Bold;



	}



	.header .navbar-nav>li.open>a, .header .navbar-nav>li.open>a:visited {

		color:#D4AF37;

	}



	.header .navbar-nav>li>a:hover, .header .navbar-nav>li>a:focus {

		background:transparent;

		color:#D4AF37;

	}

	

	.navbar {

		border-radius: 0px;

		margin: 0px;

		min-height:auto;

		border: 0px;

	}

	

	.header .navbar-nav>li .dropdown-menu {

		border: 0;

		box-shadow: none;

		margin-top: -1px;

		padding: 16px 0;

		border-radius: 0px;

	}

	

	.header .navbar-nav>li .dropdown-menu .submenu-caret {

		display:none;

	}

	

	.header .navbar-nav>li>.dropdown-menu li {

		border-bottom: 1px dotted #000000;

		margin: 0px 20px;

	}

	

	.header .navbar-nav>li>.dropdown-menu li:last-child {

		border-bottom: 0px;

	}

	

	.header .dropdown-menu>li>a, .header .dropdown-menu>li>a:visited {

		text-align: left;

		padding: 8px 0px;

		font-size: 14px;

		font-weight: 600;

		letter-spacing: 0.5px;

		background: transparent;

		color: #3c3c3c;font-family: Cinzel-Bold;

	}

	

	.header .dropdown-menu>li>a:hover, .header .dropdown-menu>li>a:focus {

		background:transparent;

		color:#D4AF37;

	}

	

	.header .navbar-nav li.dropdown:hover>.dropdown-menu {

		display: block;

	}

	

	.header .dropdown-menu .dropdown-menu {

		left: 100%;

		top: 0px;

	}	

}



@media (max-width: 767px) {

	.blog-carousel-area h3 {

		font-size: 20px;

		line-height: 1.3em;

	}



	.submenu-caret {

		top: 8px;

	}

	

	.navbar-nav>li>.dropdown-menu .submenu-caret {

		top:2px;

	}



	.latest-events-widget .owl-theme .owl-controls {

		display:none;

	}

	

	.latest-events-widget {

		padding: 35px 35px;

	}

	

	.latest-events-widget .image {

		width: 215px;

		height: 215px;

	}

	

	.latest-events-widget .image .image-border {

		padding: 0;

		position: relative;

	}

	

	.latest-events-widget .desc {

		display:none;

	}



	.latest-events-widget .image h3 {

		margin: 0px 20px 10px;

		font-size: 20px;

		position: absolute;

		top: 35%;

	}

	

	.footer-social-media ul li a, .footer-social-media ul li a:visited {

		width:35px;

		height:35px;

		line-height:35px;

		font-size:18px;

		margin:4px;

	}



	.sidebar-general .widget-box .most-liked-posts-widget-area .desc .post-desc-top h3, 	.sidebar-footer .widget-box .most-liked-posts-widget-area .desc .post-desc-top h3 {

			font-size:15px;

	}

	

	.sidebar-general .widget-box .most-liked-posts-widget-area .image, .sidebar-footer .widget-box .most-liked-posts-widget-area .image {

		margin-bottom:15px;

	}

	

	#tribe-events-content .vintauge td.tribe-events-present.mobile-active:hover, .vintauge td.tribe-events-present.mobile-active, .vintauge td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-], .vintauge td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a {

		background-color: #D4AF37;

	}

	

	.sidebar-home-widget-area .widget-box .most-commented-posts-widget-area .col-sm-8 .item,	.home-top-area-sidebar .widget-box .most-commented-posts-widget-area .col-sm-8 .item {

		margin-bottom:30px;

	}

	

	.sidebar-home-widget-area .widget-box .most-commented-posts-widget-area .col-sm-8 .item:after, .sidebar-home-widget-area .widget-box .most-commented-posts-widget-area .col-sm-8 .item:before, .home-top-area-sidebar .widget-box .most-commented-posts-widget-area .col-sm-8 .item:after, .home-top-area-sidebar .widget-box .most-commented-posts-widget-area .col-sm-8 .item:before {

		clear:both;

		content:'';

		display:block;

	}

	

	.choose_one_posts_widget_content .image .desc, .choose_one_posts_widget_content.choose_alternative_one_posts_widget_content .image .desc {

		padding: 100px 20px;

	}

	

	.choose_one_posts_widget_content .image .desc h2, .choose_one_posts_widget_content.choose_alternative_one_posts_widget_content .image .desc h2 {

		font-size: 25px;

	}

	

	.choose_one_posts_widget_content ul {

		font-size: 15px;

	}

	

	.choose_one_posts_widget_content .more-button, .choose_one_posts_widget_content .more-button:visited {

		font-size: 13px;

	}

	

	.choose_one_posts_widget_content .more-button span:after, .choose_one_posts_widget_content .more-button span:before {

		width: 4px;

		height:4px;

	}

	

	.choose_one_posts_widget_content ul li.separate {

		display:none;

	}

	

	.choose_one_posts_widget_content ul li {

		clear: both;

		display: block;

	}

	

	.next-posts-widget-content.home-post-list .post:nth-last-child(1), .next-posts-widget-content.home-post-list .post:nth-last-child(2) {

		margin-bottom: 50px;

	}

	

	.next-posts-widget-content.home-post-list .post:last-child {

		margin-bottom: 0px;

	}


	

	.sidebar-home-widget-area .widget-box .most-commented-posts-right-block .item,	.home-top-area-sidebar .widget-box .most-commented-posts-right-block .item {

		border-bottom:0px;

	}

	

	.navbar-nav .dropdown-menu ul {

		margin-left:15px;

	}



	.page-content .page .subpage-title {

			margin-top:30px;

	}

	

	.post-link .post-link-area .post-link-area-content h2 {

		font-size: 15px;

	}

	

	.page-content .post .single-tag-list span {

		margin-bottom: 5px;

	}

	

	.page-content .post .single-tag-list {

		margin-bottom:15px;

		float: none;

	}

	

	.post-author .author-info-area .image {

		margin-right: 0%;

		margin-bottom:15px;

		width: 100%;

		text-align:center;

	}

	

	.post-author .author-info-area .desc {

		margin-right: 0%;

		width: 100%;

	}

	

	.footer-instagram .title {

		display: none;

	}



	.footer-widget .sidebar-footer .col-sm-4 {

		margin-bottom:30px;

	}

	

	.footer-widget .sidebar-footer .col-sm-4:last-child {

		margin-bottom:0px;

	}

	

	.site-content-right {

		margin-top:50px;

	}

	

	.header .navbar-toggle:hover, .header .navbar-toggle:focus {

		background: transparent;

		border: 0px;

	}



	.header .navbar-toggle {

		float: left;

		border: 0px;

	}

	

	.header .navbar-toggle span {

		background: #000000;

	}

	

	.navbar {

		margin: 0px;

		min-height:auto;

	}

	

	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {

		background-color: #D4AF37;

		border-color: transparent;

		color: #FFF;

	}

	

	.header-social-media {

		position: relative;

		left: 0px;

		margin: 0 auto 20px;

	}

	

	.header-search {

		float: none;

		right: 0px;

		position: relative;

		margin: 0 auto 20px;

		clear: both;

		display: table;

	}

	

	.top-area {

		text-align: center;

	}

	

	.header-logo {

		clear: both;

	}

	

	.header-social-media ul {

		margin: 0px;

	}

	

	.vintauge-slider h3 {

		font-size: 19px;

		line-height: 25px;

	}

	

	.header .navbar-nav li a, .header .navbar-nav li a:visited {

		font-size: 14px;

		font-weight: 700;

		letter-spacing: 0.5px;

		text-transform:uppercase;

		background:transparent;

		padding: 8px 18px;

	}

	

	.header .nav li a:focus, .header .nav li a:hover, .header .nav .open a, .header .nav .open a:visited {

		color:#161616;

	}

	

	.header .nav .open>a, .header .nav .open>a:focus, .header .nav .open>a:hover {

		background-color: transparent;

	}

	

	.header .dropdown-menu li a, .header .dropdown-menu li a:visited {

		text-align: left;

		padding: 4px 0px;

		font-size: 13px;

		font-weight: 600;

		letter-spacing: 0.5px;

		color: #161616;

		background: transparent;

	}

	

	.header .nav li a:hover, .header .nav li a:focus {

		background:transparent;

	}

	

	.full-home-content .home-two-post-list .post {

		width: 100%;

		margin-right: 0%;

	}



	.full-home-content .home-two-post-list .post:nth-child(2n+2) {

		margin-left: 0%;

	}

	

	.full-home-content .home-two-post-list .post .desc {

		margin: 0px 25px;

	}

	

	.post-nav .pager li {

		width: 100%;

		display: block;

	}

	

	.post-nav .pager li.previous a, .post-nav .pager li.previous a:visited {

		padding-right: 0px;

		width: 100%;

		border: 0px;

		margin-bottom: 15px;

	}

	

	.post-nav .pager li.next a, .post-nav .pager li.next a:visited {

		padding-left: 0px;

		width: 100%;

		text-align: left;

	}

	

	.post-nav .pager li.next img {

		float: left;

		margin-right: 20px;

		margin-left: 0px;

	}

	

	.post-nav .pager li.previous {

		margin-bottom:15px;

	}

	

	.post-related .title h3 {

		font-size: 17px;

	}

	

	.header .dropdown-menu li a, .header .dropdown-menu li a:visited {

		background: transparent;

	}

	

	.header .dropdown-menu {

		background: transparent;

		box-shadow: none;

		border: 0px;

		top: 0;

		position: relative;

		float: none;

		margin: 0 0px 0px 36px;

		padding: 0;

	}

}



@media (max-width: 630px) {

	.copyright p.pull-left {

		float:none !important;

		text-align:center;

	}

	

	.copyright p.pull-right {

		float:none !important;

		text-align:center;

	}

	

	.post-author .author-info-area .desc {

		width: 100%;

	}

	

	.author-page-info-area .post-author .author-info-area .image {

		margin-right: 0%;

		margin-bottom:15px;

		width: 100%;

		text-align:center;

	}

}



@media (max-width: 500px) {

	blockquote:after {

		width: 4%;

	}



	blockquote:after, blockquote:before {

		font-size: 50px;

	}

}



@media (max-width: 430px) {

	.slider-carousel-list-container {

		width: auto;

	}

	

	.vintauge-slider > .slider-carousel-list-container > .slider-carousel-list {

		width: 100%;

		height: 100%;

	}



	.vintauge-slider > .slider-carousel-list-container > .slider-carousel-list > ul > li .image {

		width: 100%;

		margin: 0px 0px 15px;

		min-height: 259px;

		overflow:hidden;

	}



	.vintauge-slider > .slider-carousel-list-container > .slider-carousel-list > ul > li .image img {

		width: 100%;

		height:100%;

		display:block;

	}



	.vintauge-slider, .vintauge-slider > .slider-content > ul > li > .container {

		min-height: 790px;

	}

	

	.vintauge-slider > .slider-carousel-list-container > .slider-carousel-list > ul > li .desc h3 {

		height: 21px;

		overflow: hidden;

	}

	

	.author-info-area .image {

		float: none;

		margin: 0 0 25px;

		text-align: center;

	}



	.widget_vintauge_social_media_widget .widget-social li {

		font-size: 20px;

		width: 36px;

		height: 36px;

		line-height: 36px;

	}



	.latest-events-widget .image {

		width: 188px;

		height: 188px;

	}



	.latest-events-widget .image h3 {

		top: 27%;

	}

}



@media (max-width: 400px) {

	.post-social-icons li {

		margin-left: 3px;

	}

}

div#vintauge_most_commented_posts_widget1-2 .image {

    margin-bottom: 35px;

}

div#vintauge_most_commented_posts_widget1-2 .post-desc-top {

    text-align: center;

}

header.header {

    background-image: url(http://2016.glamorazzi.com.au/wp-content/uploads/2016/07/header-bg.png);

    background-repeat: repeat-x;

}

i.fa.fa-search.fixed-search-active {

    background: transparent;

}

.header-social-media ul li i {

    color: #fff;

}

.next-posts-widget-content.home-post-list .col-sm-4 .desc {

    width: 47%;

    float: left;

    text-align: center;

}

.next-posts-widget-content.home-post-list .col-sm-4 .image {

    width: 50%;

    margin-right: 10px;

    float: left;

}

.next-posts-widget-content.home-post-list .category

{

	display:none;

}.next-posts-widget-content.home-post-list .col-sm-4 .desc p {

    text-align: center;

}



@media (min-width: 320px) and (max-width: 767px) {





.header-social-media {

    position: relative;

    left: 0px;

    margin: 0 auto 0px;

    float: left;

    top: 41px;

}

.header-social-media ul {

    margin: 0px;

}

.header-logo {

    clear: none;

}

.header-search {

    float: right;

    right: 0px;

    position: relative;

    margin: 0 auto 0px;

    /* clear: both; */

    /* display: table; */

    top: 16px;

}

.top-area {

    padding: 30px 0px 0 0;

} 

}



@media (min-width: 320px) and (max-width: 460px) {

	

	.header-logo {

    float: left;

    width: 100%;

    margin-top: 20px;

}

ul.header-social-links li a i {

    color: #000;

}

header.header {

    background-image:none;

}

.header-search .search.fixed-search {

   border: 1px solid #000;

}

}



@media (max-width: 767px) and (min-width: 320px){

.post-desc-bottom {

    margin-bottom: 12px;

}

}

.abt-glam p {

    margin-bottom: 4px;

}

.abt-glam {

    float: left;

    width: 100%;

}





.abt-foto {

    float: left;

    width: 100%;

    text-align: center;

}

.main-abt {

    float: left;

    width: 100%;

    text-align: center;

}

.infusion-field {

    margin-top: 15px;

}

form.infusion-form br {

    display: none;

}

.post-537 h1.page-title {

    margin-bottom: 10px;

}

.infusion-captcha {

    margin-top: 15px;

}

.infusion-submit

{

	margin-top:15px;

}

label {

    float: left;

    width: 30%;

}

.align-captcha {

    float: left;

    width: 100%;

    text-align: center;

    padding-bottom: 5px;

}

.post-desc p {

    float: left;

    width: 100%;

    margin-bottom: 3px;

    text-align: center;

}



.image:hover {

    -webkit-filter: grayscale(0%);

    filter: grayscale(0%);

}

.vintauge-slider .category {

    display: none !important;

}
.post-img123 {
    float: left;
    width: 100%;
    text-align: center;
	padding:10px 0px;
}

.dining-charity {
    float: left;
    width: 100%;
    text-align: center;
}
p.text {
    float: left;
    width: 100%;
    font-size: 30px;
}
p.text-1 {
    float: left;
    width: 100%;
    font-size: 22px;
	
}




 
div#vintauge_latest_latest_posts_widget-4 .widget-content .latest-posts-widget li {
    display: inline-block!important;
	    width: 33%;
		margin-bottom: 0px;
}
div#vintauge_latest_latest_posts_widget-4 .latest-posts-widget li h3 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

div#vintauge_latest_latest_posts_widget-4 .widget-content .latest-posts-widget li .image {
    float: left!important;
    width: 100%;
    margin: 0;
    text-align: center;
}


div#vintauge_latest_latest_posts_widget-4 {
    float: none;
}
.wpcu-front-box.bottom {
    display: none;
}
.wpcufpn_container .thumbnail span.img_cropper {
    /* height: auto!important; */
    min-height: 238px!important;
}
.wpcu-front-box span.title {
    margin: 0;
    width: 100%;
    max-width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
}
span.line_limit {
    font-size: 20px;
}