/*
Theme Name: JBC
Theme URI: http://celadon.net
Author: Celadon
Author URI: http://celadon.net
Description: JBC is a clean responsive Theme with extensive features and functionality.
Version: 3.14
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: celadon
Tags: one-column, twoo-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: jbc-studio
*/

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


/*--------------------------------------------------------------
# Intro Text
--------------------------------------------------------------*/
.big-intro, .small-intro {
	font-weight: 700;
	font-family: "Gotham Book", Gotham Book, helvetica, arial, sans-serif;
}

.big-intro {
	margin: 0 auto;
	font-size: 3em;
	line-height: 1.1em;
}

.small-intro {
	margin: 0 auto;
	font-size: 1.8em;
}

.intro-box {
	margin: 30% 0 0 0;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
  :root {
  	--body-font-size-xlarge: 2rem;
  	--body-font-size-large: 1.125rem;
  	--body-font-size-medium: 1.6rem;
  	--headline-font-size-xlarge: 3rem;
  	--headline-font-size-large: 2.25rem;
  	--headline-font-size-medium: 1.5rem;
  	--headline-font-size-small: 1.25rem;
  	--nav-small-font-size: 3.25rem;
  	--spacing-xxlarge: 90px;
  	--spacing-xlarge: 72px;
  	--spacing-large: 36px;
  	--spacing-medium: 24px;
  	--spacing-small: 12px;
  	--spacing-tiny: 8px;
  	--body-padding: 16px;
  	--max-width: 1600px;
  	--readable-max-width-small: 480px;
  	--readable-max-width: 800px;
  	--readable-max-width-header: 1200px;
  	--secondary-nav-offset: 0;
  	--input-height-large: 60px;
  	--input-height: 45px;
  	--audio-player-height: 75px;
  	--nav-height: 50px;
  	--w-height: 280px;
  	--slider-items: 1.25;
  	--calendar-items: 2;
  	--artist-columns: 2;
  	--news-columns: 1;
  	--opacity-lightbox-background: 0.6;
  	--opacity-loading: 0.5;
  	--opacity-disabled: 0.3;
  	--duration--very-fast: 75ms;
  	--duration--fast: 150ms;
  	--duration: 200ms;
  	--transition-all--fast: all var(--duration--fast) ease-out;
  	--transition-all: all var(--duration) ease-out;
  	--transition-opacity--fast: opacity var(--duration--fast) ease-out;
  	--transition-opacity: opacity var(--duration) ease-out;
  	--transition-navigation: color var(--duration--fast) ease-out;
  	--transition-color--fast: background var(--duration--fast) ease-out, color var(--duration--fast) ease-out, border-color var(--duration--fast) ease-out;
  	--transition-color: background var(--duration) ease-out, color var(--duration) ease-out, border-color var(--duration) ease-out;
  	--admin-color-primary: #3c63ff;
  	--admin-color-info: #0099a9;
  	--admin-color-success: #009f5e;
  	--admin-color-warning: #ffb639;
  	--admin-color-danger: #ce2a4b;
  	--admin-color-gray: #f8f8f8;
  	--admin-color-dark-gray: #5e5e5e;
  	--admin-color-border: #e2e2e2;
  	--admin-color-secondary: #dadcdf;
  	--admin-color-secondary--active: #d0d3d6;
  	--admin-toolbar-height: 50px
  }

  @media(min-width:1000px) {
  	:root {
		--body-font-size-xlarge: 2.5rem;
  		--body-font-size-large: 1.25rem;
  		--headline-font-size-xlarge: 5.625rem;
  		--headline-font-size-large: 4.0625rem;
  		--headline-font-size-medium: 1.875rem;
  		--spacing-xxlarge: 120px;
  		--spacing-xlarge: 90px;
  		--spacing-large: 45px;
  		--spacing-medium: 30px;
  		--spacing-small: 15px;
  		--spacing-tiny: 10px;
  		--body-padding: 30px;
  		--nav-height: 60px;
  		--slider-items: 1;
  		--calendar-items: 5;
  		--artist-columns: 4;
  		--news-columns: 3
  	}
  }

  @media(min-width:650px)and (max-width:999px) {
  	:root {
		--body-font-size-xlarge: 2.5rem;
  		--body-font-size-large: 1.25rem;
  		--headline-font-size-xlarge: 4.3125rem;
  		--headline-font-size-large: 3.1875rem;
  		--headline-font-size-medium: 1.6875rem;
  		--spacing-xxlarge: 120px;
  		--spacing-xlarge: 90px;
  		--spacing-large: 45px;
  		--spacing-medium: 30px;
  		--spacing-small: 15px;
  		--spacing-tiny: 10px;
  		--body-padding: 30px;
  		--nav-height: 60px;
  		--slider-items: 1;
  		--calendar-items: 3;
  		--artist-columns: 3;
  		--news-columns: 2
  	}
  }



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
  font-family: 'Gotham Book';
  src: url('../../../fonts/GothamBook.eot'); /* IE9 Compat Modes */
  src: url('../../../fonts/GothamBook.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../fonts/GothamBook.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../fonts/GothamBook.woff') format('woff'), /* Pretty Modern Browsers */
       url('../../../fonts/GothamBook.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../../../fonts/GothamBook.svg#svgGothamBook') format('svg'); /* Legacy iOS */
}



h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham Book", Gotham Book, helvetica, arial, sans-serif;
  line-height: 1.2em;
}

h1, h4 {
  letter-spacing: 1px;
  font-size: 15px;
}

h1 {
  font-size: 33px;
  line-height: 2em;
  letter-spacing: 1px;
}

h2 {
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h3 {
  font-size: 27px;
  line-height: 2em;
  letter-spacing: 6px;
}

.hfeed .site-main .entry-title {
  font-size: 27px;
}

h4 {
  text-transform: uppercase;
}

h5 {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h6 {
  font-size: 11px;
}

.big-text-1{
  line-height: 1.2em; 
  font-family: "Gotham Book", Gotham Book, helvetica, arial, sans-serif;
  font-size: var(--body-font-size-xlarge);
  text-align: left !important;
  text-transform: none;
  font-weight: 400;

}


/*--------------------------------------------------------------
# Special Teams
--------------------------------------------------------------*/

.special-link{
	text-decoration: underline;
	font-weight: bold;
}

.how-to-say-surelo{
	text-align: center;
	margin: 0 0 10px 0;
}

.ruby-begonia{
	padding: 70px 0 50px 0;
}

.top-box{
	margin-top: 70px;
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Art Page
--------------------------------------------------------------*/

.page-template-page-art .entry-title {
	font-size: var(--body-font-size-medium);
margin: 0 auto;
	font-style: italic;
	
}

.page-template-page-art .art-info{
	font-size: var(--body-font-size-medium);
	margin-top: 0;
	font-weight: 400;
    line-height: 1.4;
    
}

.page-template-page-art .entry-header {
    margin: 10px 0 2px 0;
}

.page-template-page-art .page-header {
    padding-top: 0;
}

/*--------------------------------------------------------------
# Art Page Navigation
--------------------------------------------------------------*/

.art-navigation{
	width: 100%;
	
}

.next-btn, .prev-btn{

	font-size: 1.2em;
	display: inline-flex;
    align-items: center;
    white-space: nowrap;
    transition: all .2s ease-out;
    transition: var(--transition-all);
    margin: 0 calc(var(--spacing-small)*-1) 0 0;
    padding: var(--spacing-small);
    border: none;
	
	width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: -12px;
    margin: calc(var(--spacing-small)*-1);
}

.next-btn{
	float: right;
	text-align: right;
	margin: 0 -12px 0 0;

}

.prev-btn{
	margin: 0 0 0-12px;
	
	
}

.nav-menu-parent {
    display: block;
    width: 100%;
    height: 20px;
    margin: 0 0 10px 0;
}

.next-btn:after {
    content: "";
    display: inline-block;
    height: 25px;
    width: 15px;
    opacity: 1;
    margin: 0 0 0 10px;
    background: transparent url("https://surelo.com/wp-content/uploads/arrow.svg") no-repeat 100%;
}

.prev-btn:before {
    content: "";
    display: inline-block;
    height: 25px;
    width: 15px;
    opacity: 1;
    margin: 0 10px 0 0;
	transform: scaleX(-1);
    background: transparent url("https://surelo.com/wp-content/uploads/arrow.svg") no-repeat 100%;
}

/*--------------------------------------------------------------
# Paragraph Styles
--------------------------------------------------------------*/

p, .p1, .p2, .p3, .p4 {
	font-family: "Gotham Book", Gotham Book, helvetica, arial, sans-serif;
}

p, .p1 {
  font-size: 18px;
  color: #221e1e;
  line-height: 1.3em;
}

.p2 {
  font-style: italic;
  font-size: 24px;
}

.p3, small {
  font-size: 35px;
  color: #221e1e;
  letter-spacing: 2px;
}

.p4 {
  letter-spacing: 2px;
  font-size: 12px;
}


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

body {
	margin: 0;
	overflow-x: hidden;
	font-size: 16px;
  	line-height: 1.4;
  	transition: background .15s ease-out, color .15s ease-out, border-color .15s ease-out;
  	transition: var(--transition-color--fast)
  
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #7c7c80;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Gotham Book", Gotham Book, helvetica, arial, sans-serif;
	line-height: 2.14286;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
	color: #23232c;
	line-height: 1.2;
}

h1, h2, h3 {
	margin: 50px 0 30px;
}

h4, h5, h6 {
	margin: 20px 0 5px;
}

h1 {
	font-size: 40px;
	font-size: 4rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 14px;
	font-size: 1.4rem;
}

h6 {
	font-size: 12px;
	font-size: 1.2rem;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	color: #23232c;
	line-height: 1.55556;
	margin: 30px 50px;
	padding: 25px 0;
	border-left: 0;
	text-align: center;
	position: relative;
}

blockquote:before, blockquote:after {
	position: absolute;
	width: 40%;
	height: 1px;
	background-color: #e4e6eb;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

blockquote:before {
	top: 0;
}

blockquote:after {
	bottom: 0;
}

blockquote a,
blockquote a:hover {
	color: #23232c;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

.primary-color {
	color: #23232c;
}


.mobile-nav a{
	font-family: "Gotham Book", Gotham Book, helvetica, arial, sans-serif;!important;
	letter-spacing: 0px;
    font-weight: 400;
    font-size: 4.2rem;
    line-height: 4.5rem;
}



.bb{
  	font-family: "Gotham Book", Gotham Book, helvetica, arial, sans-serif;
line-height: 1.2em;
}


@media screen and (max-width: 1199px){
.site-header .site-branding {
    xbackground: #ffcc00;
    padding: 0;
	}
	
	.col-xs-6 {
    width: 100%;
    }

	.col-xs-3 {
    width: 18%;
}

}




.page-template-default .header-icon:not(.woocommerce), .page-template-homepage .header-icon:not(.woocommerce), .category-press .header-icon:not(.woocommerce), .blog-classic .header-icon:not(.woocommerce){
	display: none;
}

.page-template-homepage .site-header {
	xposition: fixed;
}

.site-header {
	position: fixed !important;
}

.header-transparent.header-text-light.header-hoverable .site-header:hover .logo {
	color: #000;
}

.header-transparent.header-text-dark.header-hoverable .site-header:hover .logo {
	color: #000;
}

.header-transparent.header-text-dark.header-hoverable.side-menu-opened .site-header .logo {
	color: #fff;
}

.header-transparent.header-text-dark.header-hoverable.side-menu-opened .site-header:hover .logo {
	color: #000;
}

.header-transparent.header-text-dark.header-hoverable.side-menu-opened .site-header .toggle-nav {
	color: #fff;
}

.header-transparent.header-text-dark.header-hoverable .site-header:hover .toggle-nav {
	color: #000;
}

.header-transparent.header-text-dark.header-hoverable .site-header .toggle-nav {
	color: #000;
}

.header-transparent.header-text-dark.header-hoverable.side-menu-opened .site-header:hover .toggle-nav {
	color: #000;
}



.page-template-homepage.header-transparent.header-text-dark.header-hoverable.side-menu-opened .site-header {
	background: transparent;
}


.header-transparent.header-text-light.header-hoverable.side-menu-opened .site-header {
	background: transparent;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}


.page-template-homepage.header-transparent.header-text-dark.header-hoverable.side-menu-opened .site-header .logo {
	color: #fff;
}

.page-template-homepage.header-transparent.header-text-dark.header-hoverable.side-menu-opened .site-header .toggle-nav {
	color: #fff;
}


.header-transparent.header-text-light.header-hoverable.side-menu-opened .site-header .logo {
	color: #fff;
}

.header-transparent.header-text-light.header-hoverable.side-menu-opened .site-header .toggle-nav {
	color: #fff;
}


@media (min-width: 768px){
.vc_col-sm-6 {
    xwidth: 100% !important;
}
}

.header-transparent.page .page-header, .header-transparent.woocommerce .page-header {
    xpadding: 80px 0 0;
}

.page-header .page-title {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    font-family: "Gotham Book", Gotham Book, sans-serif;
    margin: 0;
    line-height: 1;
    padding-bottom: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.site-header {
    width: 100%;
    z-index: 999;

}

.page-header {
    background-color: #fff;
}

button, input, select, textarea {
    color: #7c7c80;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Gotham Book", sans-serif;
    line-height: 1.5rem;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding-top: 3px;
}

.mobile-menu .search-form .search-field {
    display: none;
}

@media (min-width: 768px){
.vc_col-sm-4 {
xwidth: 100%;
}
}

h3 {
    font-size: 27px;
    line-height: 2em;
    letter-spacing: 2;
}

.toggle-nav {
    top: 20px;
}


.contact-box, .contact-info{
	margin: 0 auto;
	max-width: 300px;
	display: block;
	
}

.contact-heading{
	text-align:center;
	
}

.site-branding .logo, h2, h1  {
    xfont-size: 1.7rem;

}


p, .p1 {
    font-family: Gotham Book, Montserrat, "Helvetica Neue", sans-serif;
    font-size: 20px;
    color: #221e1e;
    line-height: 1.3em;
}

.entry-meta {
    font-size: 12px;
    font-weight: 500;
    color: #221e1e;
    margin: 0 0 12px;
    line-height: 18px;
    letter-spacing: 1px;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, .post-grid {
    font-family: Gotham Book, Montserrat, "Helvetica Neue", sans-serif;
    xtext-align: center;
    line-height: 1.2em;
    text-transform: uppercase;
}
.layer-content {
	text-align: center !important;
	
	
}

.post-grid .item .layer-media a:hover {
    opacity: .9;
}

#post-grid a:hover{
  color: #ffcc00;
}

.element_0 .title {
    text-align: center !important;
}

.element_0{
    text-align: center !important;
}


-post-grid .title {
    text-align: center !important;
}

h3 {
    margin: 0 0 5px;
	font-size: 25px;
    line-height: 27px;
    letter-spacing: 2px;

}

.read-more {
    font-size: 12px !important;
    color: #23232c;
    font-weight: 500;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}

#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .vc_message_box > p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 0;
}

h2.entry-title {
    font-size: 25px !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.group-blog .site-content {
    padding-top: 50px;
    padding-bottom: 100px;
}

.group-blog h2{
	margin: 0;   
}

.page-template-page-art-collection .page-header .page-title {
	opacity: 0 !important;
}
	
.page-template-page-art-collection .page-header {
	   padding: 0 !important;
}
	


@media (min-width: 992px) and (max-width: 1199px) {
.page-template-page-art-collection .page-header  .page-title {
        opacity: 0;
    }
}


.page-template-page-art-collection .entry-content{
	xmax-width: 750px;
	margin: 0 auto;
}

.page-template-page-art-collection .entry-content img{
	max-height: 600px;
	width: auto;
	margin: 0 auto;
}


.page-template-page-art-collection h1 {
    margin: 0px 0 5px !important;
	font-size: 3rem;
}

.nav-menu-parent a, .nav-pages a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #888;
    font-weight: normal;
    text-transform: uppercase;
    xposition: relative;
    position: absolute;
	display: block;
    letter-spacing: 1px;
	margin: 0 0 10px 0;
}

.nav-menu-parent {
	display: block;
	width:100%;
	height: 20px;
	
		
	
}

.nav-menu-parent a:hover, .nav-pages a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #23232c;
    text-decoration: none;
}



.page-id-2e .page-header{

	padding: 80px 0 0 0 !important;

}

/*
Art Page - Styling
*/

.page-template-page-art .page-header{
    z-index: -1;
	overflow: hidden;
    width: auto;
    position: relative;
	xpadding: 275px 0 175px 0 !important;

}

.page-template-page-art .tint {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255, 0.6);
  overflow: hidden;	
  width: 100%;
  height: 100%;
  z-index: -1;
}

.xpage-id-175 .page-template-page-art .page-title{
	display: visible !important;
	opacity: 1 !important;
}

.page-id-175 .page-title{
	display: none;
	opacity: 0;
}


.page-id-175 .page-header .page-title {
    color: #fff !important;
		display: none;
	opacity: 0;
}


.page-template-page-art .page-header .page-title {
    font-size: 5rem;
    font-family: "Didot", Gotham Book, sans-serif;
	xcolor: #fff;
}

.nav-pages{
	display: block;
	xbackground: #ffcc00;
height: 24px;
margin: 10px 0 15px 0;
	
}



.arrow-down, .arrow-down:before{
  position: absolute;
  left: 50%;
}

.alignright {
    display: block;
    margin-left: 1.5em;
    right: 52px;
    position: absolute;
}
.arrow-down{
  width: 15px;
  height: 15px;
  bottom: 15px;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px #000 solid;
  border-bottom: 2px #000 solid;
  display: none;
}
  

	@media only screen and ( min-width: 320px ) and ( max-width: 767px ) {
	.item{width:100% !important;
		}

.post-grid, .post-grid .item{
	padding: 0px !important;
	margin: 0 !important;
}
		
}

.post-grid, .post-grid .item{
	padding: 5px;
	margin: 0 !important;
}

.layer-media {
    height: 270px !important;
    overflow: hidden;
}

x.layer-media img {
    height: 240px !important;
    overflow: hidden;
}

.post-grid .item .layer-media a {
    height: 100%;
}

.post-grid .item .layer-media img {
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    xmargin-top: -30px;
}

.skin.flat .layer-content {
    padding: 5px 10px;
    xbackground: #ffcc00;
}


x.post-grid .item .layer-media {
  width: 100%;
  height: 0;
  margin: auto;
  padding-bottom: 100%;
  border-radius: 200%;
  background-size: cover;
}

.page-id-9.page .page-header, .page-id-5.page .page-header {
    padding: 80px 0 0;
}

.patronage{
	background: #000;
	color: #fff;
	padding:15px;
	text-align: center;
	margin-top:35px
}


.patronage:hover{	
	background: rgb(249, 104, 84);
	color: #fff;
	padding:15px;
	text-align: center;
	margin-top:35px
}

.vc_gitem-post-data-source-post_excerpt{
	display: none !important;
	
}

.h6{
	margin: 20px 0 5px; 
	
}

.header-v2 .site-navigation {
    text-align: center;
    float: right;
    xbackground: #ffcc00;
}

.nav-menu a {
    font-size: 12px;
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
}


@media (min-width: 1200px){
.col-lg-6 {
    width: auto;
}
}


body.page-id-175 {
	background: #000;
}







.page-id-175 .footer-info .copyright {
    color: #fff;;
}

.page-id-175 .page-header {
    background-color: #000;
    padding: 100px 0 10px 0 !important;
}

.page-id-175 .page-header .page-title {
    color: #fff !important;
}



@media screen and (max-width: 991px){
.page-id-175 .header-transparent.page .page-header {
    padding-top: 100px !important;
    padding-bottom: 10px !important;
}
}

.nav-menu a:hover{
	color: #ffcc00 !important;
}

.page-title {
    opacity: 1 !important;
}