/*   
Theme Name: Oxford Art Factory
Author: CHRIS & MOSTLY SONKE - hahaha !
Author URI: http://lpip.com.au
Description: Wordpress Templates
Version: 1
*/


/* Fonts 
-------------------------------------------------------------- */

@font-face {

}

/* special font styles */



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


/* Selection */ 

::selection{
	background-color: #ffdc00;
	color:#0a0a0a;
}
::-moz-selection{
	background-color: #ffdc00;
	color:#0a0a0a;
}


/* General
-------------------------------------------------------------- */

::selection,
::-moz-selection{
	background-color:#0a0a0a;
	color:#fff;
}

* {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	margin:0;
	padding:0;
} 

html, body {
	height: 100%;
	min-height: 100%;
}

body { 
	font-family: helvetica, sans-serif;
	font-size: 16px;
	background-color: #0f0f0f;
	overflow: visible;
	color:#FFF;
}

svg {
	fill: currentColor;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

p {
	margin: 0 0 2rem 0;
	float:none;
	clear:both;
}
p:last-of-type {

	/*margin:0;*/
}

main p {
	font-weight: 300;
	color:#707070;
}

main p a { 		
	color:#ffdc00;
}

strong, b {
	font-weight: normal;
	color:#c7c7b7;
}

a { 
	color:#FFF;
	text-decoration: none;
}

a:hover{
	color:#707070;
	text-decoration: none;
}

a.inner:hover {
	text-decoration: none;
	background: rgba(255, 233, 205, 0);
}

a.all {
	color:#707070;
	text-transform:uppercase;
	font-size:20px;
	vertical-align: top;
	text-align:right;
	border-bottom:1px solid #707070;
	padding-bottom:2px;

}
a.all:hover {
	color:#fff;


}

h1, h2, h3, h4, span.gform_description {
	margin: 0 0 1.25rem 0;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1em;

}
span.gform_description {
	font-size: 1.5em;
}
h1 {

	text-transform: uppercase;
	font-weight: bold;
	color: #ffdc00;
	font-size:30px;
}

h2 {

}

h3 {

}

h1:only-child, 
h2:only-child, 
h3:only-child, 
h4:only-child, 
p:only-child {
	margin: 0;

}

h1 a, 
h2 a, 
h3 a, 
h4 a {
	text-decoration: none;
}

strong {

}

small {

	font-size: 14px;
}

ul { 
	list-style: none;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}

.right {
	text-align: right;
}



/* p img {
	width: 100%;
	height: auto;
}*/

.post-edit-link {
	position: fixed;
	bottom: 0;
	right: 0;
	color: #0a0a0a;
	font-size: 15px;
	background-color: #ffdc00;
	color:black;
	padding: 5px;
}

.button {
	display: inline-block;
	padding: 0.5em;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1;
	background-color: #ffdc00;
	color: #0f0f0f;
	text-transform: uppercase;
	font-weight: bold;
	clear:both;
	
}

.button:hover {
	color: #ffdc00;
	background-color: #0f0f0f;
}

a.icon-pdf:before {
	content: "\f1c1";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: 0.33em;
	

}
a.mobile-jump, a.mobile-jump:hover  {
	display: inline-block;
	padding: 5px 8px;
	background-color: #ffdc00;
	color: #0a0a0a;
	margin: 20px 0;
}

figure, .embed-container {margin-bottom: 30px}


/* General styles for desktop */
@media (min-width : 48em) {
body { 
	font-family: helvetica, sans-serif;
	font-size: 18px;
	background-color: #0f0f0f;
	overflow: visible;
	color:#FFF;
	}
	
h1 {
	margin: 0 0 1.75rem 0;
	}

h2, h3, h4 {
	margin: 0 0 1.25rem 0;
}

h1 {
	font-size:48px;
	}

.button {
	padding: 8px 10px;
	margin-bottom: 0.5rem;
	line-height: 1;
	}
	a.mobile-jump {display: none;}

}


/* Email Form
-------------------------------------------------------------- */
#form1 {
	display: flex;
	width: 100%;
	max-width: 300px;
	margin: 0 auto 2rem;
}



input,
input[type='submit'], .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), textarea {
	font-size: 26px;
	background-color: #1a1a1a;
	border: 2px solid #1f1f1f;
	padding: 10px 14px !important;
	color: #fff;
}

 input[type='email'] {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    margin: 0;
    font: inherit;
	margin-right: 0.5rem;
	border:none;
	overflow: hidden;
}

 input[type="email"]::-webkit-input-placeholder {
	color: #ffdc00 !important;
	font-weight: normal

}
 
input[type="email"]:-moz-placeholder { /* Firefox 18- */
	color: #ffdc00 !important;  
	font-weight: normal

}
 
input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
	color: #ffdc00 !important; 
	font-weight: normal
 
}
 
input[type="email"]:-ms-input-placeholder {  
	color: #ffdc00 !important;  
	font-weight: normal

}

input[type='submit'] {
	-webkit-appearance: none;
	text-align: center;
	cursor: pointer;
	background-color: #ffdc00;
	box-sizing: border-box;
	padding: 5px;
	font-size: 20px;
	padding: 11px !important;
	color: #0a0a0a;
	font-weight: normal
}

.subscribe-box {

	width: 100%;
	max-width: 420px;
	margin: 30px auto;
	background-color:#141414;
}

/* Sidebar
-------------------------------------------------------------- */

.sidebar .box {
	padding: 2rem 2rem 0.5rem;
	margin-bottom: 2rem;
	background-color: #ffdc00;
	color: #0a0a0a;
}

.sidebar .box  h1 {
	color: #0a0a0a;

}

.sidebar .box  h1,
.sidebar .box  h2,
.sidebar .box  h3,
.sidebar .box  p {
	color: #0a0a0a;
	margin-bottom: 1rem;
}
/*
.sidebar .box:last-child{

	margin-bottom: 0;
}
*/

.sidebar #form1 {
	max-width: none;
	margin: 0 auto 1rem;
}

.sidebar #form1 input[type='email'] {
	background-color: #0a0a0a;
	color: #FFF;
	padding: 15px;

}

.sidebar #form1 input[type="email"]::-webkit-input-placeholder {
	color: #FFF !important;
}
 
.sidebar #form1 input[type="email"]:-moz-placeholder { /* Firefox 18- */
	color: #FFF !important;  
}
 
.sidebar #form1 input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
	color: #FFF !important;  
}
 
.sidebar #form1 input[type="email"]:-ms-input-placeholder {  
	color: #FFF !important;  
}

.sidebar #form1 input[type='submit'] {
	background-color: #0a0a0a;
	color: #ffdc00;
	width: 60px;
	padding-left: 15px;

}

/* blog section
-------------------------------------------------------------- */
.sidebar .title {
	margin-bottom: 1rem;

}

.sidebar .post {
	margin-bottom: 2rem;

}

.sidebar .post img{
	width:100%;
	height: auto;

}

#blog .news-feed {
	display: none;
}



/* Social Icons
-------------------------------------------------------------- */
.social-icons {
	margin-bottom: 2rem;
}

.social-icons li {
	display: inline-block;
	padding: 0 7.5px;
}

.social-icons li:hover {
	opacity: 0.5;
}

.social-icons  li:first-child {

	padding: 0 7.5px 0 0;
}

.social-icons  li:last-child {

	padding: 0 0 0 7.5px;
}



@media (min-width : 48em) {
	.social-nav {display:none;}

}


/* Pjax
-------------------------------------------------------------- */

main.js-Pjax {
	opacity: 0;  

}
main.js-Pjax.loading{
	opacity: 0; 
	transition: opacity 0.20s ease-in; 
}

main.js-Pjax.loaded {
	opacity: 1; 
	transition: opacity 0.20s ease-out; 
}


/* Structure
-------------------------------------------------------------- */


.container-fluid {
	position: relative;
	max-width:	1400px;
}

.container-fluid {
	padding-right: 1rem;
	padding-left: 1rem;
}

[class*=col] {
		background-size: cover;
		background-position: center;
}


.box {
	width:100%;
	min-width: 100%;
}

header .container-fluid {
	margin-top: 1.25rem;
	margin-bottom: 0.25rem;
}

main {
	
	overflow: hidden;

}

section {

}

footer .container-fluid {
	margin-bottom: 2rem;
}

@media (min-width : 48em) {

	.container-fluid {
		padding-right: 2rem;
		padding-left: 2rem;
	}
	
	header .container-fluid {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

	.row {

		margin-right: -1rem;
		margin-left: -1rem;

	}

	[class*=col-xs],
	[class*=col-sm] {
		padding-right: 1rem;
		padding-left: 1rem;
	}

}



@media (min-width : 64em) {

	[class*=col-md] {
		padding-right: 1rem;
		padding-left: 1rem;
	}

}

@media (min-width: 75em) {

	[class*=col-lg] {
		padding-right: 1rem;
		padding-left: 1rem;
	}

}



/* Grid
-------------------------------------------------------------- */

.grid {

}

.grid .grid-item{

	margin-bottom: 2rem;    
	overflow: hidden;
    width: 100%;
}

.grid .grid-item img {

}
/* not sure what this was doing other than annoying me! .grid .grid-item p:last-of-type ,
.grid .grid-item p:only-child {

	margin-bottom: 0;
} */

/* Header 
-------------------------------------------------------------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-left:;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ffd900;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 100%;
  width: 100%;
  height:3px;
}


header {
	z-index: 999;
	width: 100%;
	position: relative;


}

header * {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;  
}

header a,
header .bodyLeft {
	pointer-events: auto;
}

header #logo .logo-lg {
display:none;

}

header #logo .logo-sm {
	display:block;
	width:170px;
	height:46px;
	margin:0 auto;

	}


header #logo a { 

	display: block;
	margin: 0 auto;
}

header .menu-petro-container {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: normal;
}

header .menu-petro-container ul {
text-align:left;

}

header .menu-petro-container ul li {
	padding: 15px 0;
}

header .menu-petro-container ul li a{

}

header .menu-petro-container ul li a:hover{

	color:#707070;

}

li.current_page_item a {

	color:#ffdc00;

}

header .menu-petro-container { 
	max-height: 0;
	overflow: hidden;
	padding-top: 1rem;
}

header.left .menu-petro-container { 
	max-height: none;
	height: 100vh;


}

@media (min-width : 48em) {

	header {
	}

	header #logo .logo-lg {
	display:block;
	height:58px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
	
	header #logo .logo-sm {
	display:none;

	}

	

	.bodyLeft {
		display:none;
	}
	header .menu-petro-container {
		text-align: center;
		max-height: none;
		padding-top: 2rem;

	}
	header.left .menu-petro-container {
		max-height: none;
	}
	header .menu-petro-container ul {
		margin: 0;
		text-align:center;
	}

	header .menu-petro-container ul li {
		display: inline-block;
		padding: 0 15px;
	}

	header .menu-petro-container ul li a{
		display: block;
	}

	header .menu-petro-container ul li a:hover, li.current_page_item a{
	
	}

}



/* Nav Toggle
-------------------------------------------------------------- */

.bodyLeft {
	position: relative;
	background-color: transparent;
	height: 26px;
	width: 30px;
	cursor: pointer;
	float: left;
	margin-top: -40px;

}

.bodyLeft span,
.bodyLeft span:before,
.bodyLeft span:after {

	z-index: 1;
	cursor: pointer;
	border-radius: 0;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	content: '';
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	background-color: #FFF;
}

.bodyLeft span:before {
	top: -8px;
}

.bodyLeft span:after {
	top: 8px;
}

header.left
.bodyLeft span {
	background-color: transparent !important;
}

header.left
.bodyLeft span:before,
header.left
.bodyLeft span:after {
	top: 0;
	background-color: #FFF !important; 
}

header.left
.bodyLeft span:before {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

header.left
.bodyLeft span:after {
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* Footer
-------------------------------------------------------------- */
footer {
    background-image: url(./images/footer.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    padding-bottom: 5rem;
    text-align: center;

}

footer .widget {
	margin-bottom: 2rem;
}

footer .widget:last-child {
	margin-bottom: 0;
}

footer .widget:last-of-type h2{
	display: none;
}

footer a {
	text-decoration: none;
}

footer h2 {
	font-size: 18px;
	margin-bottom: 0;
}

footer .widget a {
	text-decoration: none;
}

footer p {
	font-size: 18px;
}

footer .widget p:last-of-type {
	margin:0;
}

footer .widget ul li {
	display: inline-block;
	padding: 0 7.5px;
}
footer .widget ul li:first-child {

	padding: 0 7.5px 0 0;
}

footer .widget ul li i {
	font-size: 24.21px;
}

.logos {
	text-align: center;
}
.l-1, .l-2, .l-3, .l-4 {
	margin: 20px 10px 40px;
	max-width:60px;
	width:100%;
	height:auto;
}

.l-5 {
	margin: 20px 10px 40px;
	max-width:100px;
	width:100%;
	height:auto;
}

.credits {
	font-size: 24;
}
.credits a {
	color: #ffd900;
}

@media (min-width : 48em) {
	footer .widget {
		margin-bottom: 0;
	}
	footer .widget:last-of-type {
		float: right;
		text-align: right;
	}

	.l-1 {
		
		max-width: 80px;
		height:auto;
	}
	.l-2 {
	
		max-width: 80px;
		height:auto;
	}
	.l-3 {
		
		max-width: 70px;
		height:auto;
	}
	.l-4 {
		
		max-width: 80px;
		height: auto;
	}
	 .l-5 {
	 	max-width: 120px;
		height: auto;

	 }

}
/* Blog
-------------------------------------------------------------- */

.blog .grid-item {


}

.blog .grid-item img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}

.blog .grid-item h2 {
	margin: 0;
}

.grid-item a:hover, .grid-item h2 a {
	color:#ffdc00 !important;

}

/* Event Calendar
-------------------------------------------------------------- */
table.moshCalBorder {
-webkit-border-horizontal-spacing: 0;
-webkit-border-vertical-spacing: 0;
}


#event-calendar {
	margin-bottom: 2rem;
}

#event-calendar .moshCalBorder * {

	vertical-align: top;
}

#event-calendar .moshCalBorder {
	padding: 0 0 1.5rem;

}

#event-calendar .moshCalBorder:last-child {
	/*display:none;*/
	
}

/* image */
#event-calendar .moshCalpicFrame {
	padding: 0;
}
#event-calendar .moshCalpicFrame img {
	height: auto;
}

/* date */
#event-calendar .moshCalCopy {
	padding: 0;

}
#event-calendar .moshCalCopy .moshDate {
	padding: 0;
	color: #707070;
}

/* info */
#event-calendar .moshCalCopy2 {
	padding: 0 ;
}
#event-calendar .moshCalCopy2 br{
	display: none;
}

/* title */
#event-calendar .moshCalCopy2 .moshTitle {
	padding: 0.5rem 0 0.5rem;
	font-size: 1.25em;
	line-height: 1em;
	display: block;
	font-weight: bold;
	
}

a.moshTitle:after {
	content: " TICKETS";
	font-size: 15px;
	margin:0;
	color: #ffdc00;
	display: block;
}

/* summary */
#event-calendar .moshCalCopy2 .moshSummary {
	font-weight: 300;
	margin-bottom:12px;
	color:#707070;
}

/* more info link **hidden** */
#event-calendar .moshCalCopy2 .moshMoreInfo {
	font-size:12px;
	display: none;
}

/* home page event calendar */
.home #event-calendar {

}

.home #event-calendar .moshCalCopy2 .moshSummary {
	display: none;
}
.home #event-calendar .moshCalCopy2 .moshMoreInfo {
	display: none;
}

tbody {
background-color: #141414;
}


@media (min-width : 48em) {
/* title */
#event-calendar .moshCalCopy2 .moshTitle {
	padding: 0 0 0.7rem;
	font-size: 32px;
	line-height: 1em;
	display: block;
	font-weight: bold;
	
}

#event-calendar .moshCalCopy2 .moshTitle:hover {
	color:#ffdc00;
}
#event-calendar .moshCalCopy .moshDate {
	padding: 0 0 0.5rem;
	font-size: 24px;
}

#event-calendar .moshCalpicFrame {
	width:150px;
	padding: 0 1rem 0 0;
}


}

/* moshmailer shit! thought it couldn't get any worse */

div#divMoshtixHeader.moshtix_titlebar_container, 
section#moshtixSection1.moshtix_moduleseparator,
#moshtix_email_label label

 {
	display:none;

}
input#Email.moshtixEmail {
	max-width: 280px;
	border: none;
	background-color: #fff;
	color: #0a0a0a;
}

#moshtix-button-subscribe {
	background-color: #ffdc00;
	color: #0a0a0a;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -0.5px;
}
p.moshtix_page {margin:0;}

/* Contact Page
-------------------------------------------------------------- */

#map {
	width:100%;
	height:0;
	padding-top:100%;
	background-color: #707070;
	margin-bottom: 2rem;
}

/* Post Navigation
-------------------------------------------------------------- */

.post_navigation {
	margin-bottom: 2rem;
}

.post_navigation a {

}
.post_navigation div:nth-child(2) a {

}


/* Carousel (Flickity)
-------------------------------------------------------------- */


.carousel, .carousel-wide {
	position: relative;
	margin-bottom: 30px;
}

.grid-item .carousel {
    margin-bottom: 0;
}

.flickity-viewport {
	width: 100%;
}

.carousel-cell, .carousel-cell-wide  {
	width:100%;
	min-width: 100%;
}
.carousel-cell .inner, .carousel-cell-wide .inner-wide{
	width:100%;
	min-width: 100%;
	display: block;

	background-size: cover;
	background-position: center;
}


.carousel-content {

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	font-size: 30px;
	padding: 10%;
}

.carousel-wide .carousel-content {

	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	font-size: 30px;
	padding: 10%;
}

.carousel-content h1,
.carousel-content h2,
.carousel-content h3,
.carousel-content p {
	margin-bottom: 5px;
	color:#FFF;
	line-height: 0.9em;
}
.carousel-content .dark h1,
.carousel-content .dark h2,
.carousel-content .dark h3,
.carousel-content .dark p {
color: #ffdc00 !important;
}
.carousel-content .button {
	display: inline-block;
	float:none;
}

.slider-link {
	margin-top: 10px;

}

@media (min-width : 48em) {
	.carousel-content h1,
	.carousel-content h2,
	.carousel-content h3,
	.carousel-content p {
		margin-bottom: 15px;
		color:#FFF;
		line-height: 0.9em;
	}

	.slider-link {
	margin-top: 25px;

	}
}

/* flickity nav position */
.flickity-page-dots {
	position: relative;
	margin-top: 20px;
	bottom:0;
	opacity:0.75;
}
	
.flickity-page-dots .dot {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background:#ffdc00;


}

.flickity-prev-next-button.next, .flickity-prev-next-button.previous {
	display:none;
}

/* big buttons, no circle */
.flickity-prev-next-button {
	width: 66px;
	height: 66px;
	background: transparent;
	opacity:0.5;

}
.flickity-prev-next-button:hover {
	background: transparent;
	opacity:1;
}
/* arrow color */
.flickity-prev-next-button .arrow {
	fill: white;
}
.flickity-prev-next-button.no-svg {
	color: white;
}
/* hide disabled button */
.flickity-prev-next-button:disabled {
	display: none;
}

@media (min-width : 48em) {

	.flickity-page-dots {
		position: relative;
		margin-top: -40px;
		bottom:0;
		opacity:0.75;
	}
		

	.flickity-prev-next-button.next, .flickity-prev-next-button.previous {
		display:block;
	}
	.flickity-prev-next-button.next {
		right: 10px;
	}
	.flickity-prev-next-button.previous {
		left: 10px;
	}
}


/* El Gravity hack3R-Z0ne */
#gform_submit_button_1 {
float: right;
margin-top: -60px;
width: 60px;


}
.gform_wrapper.gf_browser_safari .gfield_checkbox li input, .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio] {
	margin-top: -3px !important;
}

label:not(.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label)  {
	font-weight: lighter!important;
}

.gform_ajax_spinner {
	margin-top: -50px;

}
#gform_1 label:not(#label_1_2_1) {
	display:none;
}

#field_1_2{
	max-width: 70%;
}

#input_2_8 {
	width:100%;
}

.gfield_description {opacity:0.5;}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
margin-bottom: 0 !important;
border-top: none !important;
border-bottom: none !important;
padding-bottom: 0 !important;
padding-top: 0 !important;
box-sizing: border-box !important;
background-color: rgba(255, 255, 255, .03);
}
.gform_wrapper .gfield_error .gfield_label {
		color: #fff !important;

}
.gform_wrapper div.validation_error {
	color: #fff !important;
	border-top: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
	font-weight: normal !important;

}
.gform_footer {
	text-align: right;

}
.gform_wrapper .validation_message, .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label {	
	color: #fff !important;
}
.gform_wrapper .gfield_required {
	color:#ffdc00 !important;

}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea, .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio, .gform_wrapper .validation_message {

	font-weight: normal !important;
	opacity:0.5;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {

	border: 1px solid #fff !important;

}
select .gfield_select {
	height:35px !important;
	color:#fff !important;
	border:1px solid #333 !important;
	background-color: #0a0a0a !important;
}

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

	.container-fluid {
		max-width: 1100px;

	}

	header .container-fluid {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	}
	header .menu-petro-container{
	padding-top: 0.5rem;
	}



}


