/*
Theme Name:Michael Jari Davidson
Theme URI:http://www.infectiousstudios.com
Description:
Version:1.0
Author:Michael Jari Davidson
Author URI:http://infectiousstudios.com/
Tags:

*/

/* ========================================================================== *\
   RESET
\* ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ========================================================================== *\
   GENERAL TAGS
\* ========================================================================== */

html {
	width: 100%;
	height: 100%;
	margin:0px;
	padding: 0px;
}

body {
	background:url('images/wall4.png');
	background-repeat: repeat;
	background-color:#E8E8E8;
	font-size: 16px;
	line-height: 25px;
	color:#333333;
	font-family: "Helvetica", Arial, sans-serif;
	width: 100%;
	height: 100%;
	margin:0px;
	padding: 0px;
}

body.dark {
	background:url('images/asfalt.png') !important;
	background-repeat: repeat;
	background-color: #000000 !important;
}

p {
    padding-bottom:15px;
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
}

h2 {

}

h3 {

}

a {
	color:#A50707;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

hr {

}

blockquote {
	background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding:20px;
    margin-bottom: 20px;
	-webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;

}

/* ========================================================================== *\
   STRUCTURE
\* ========================================================================== */

#header {
	background:url('images/asfalt.png');
	background-repeat: repeat;
	background-color: #000000;
	width:100%;
	padding: 20px 0px;
}

#logo {
	display: block;
	float: left;
	margin-right: 20px;
}

#logoAlt {
	display: none;
	float: left;
	margin-right: 20px;
}

ul.menu {
	display: block;
	float: right;
	margin-top:60px;
}

ul.menu li {
	display: block;
	float: left;
	margin-left: 30px;
}

ul.menu li a {
	color:#ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding:5px 10px;
	font-size:15px;
	-webkit-transition: background-color 200ms ease-in-out;
	-moz-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	-ms-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
	-webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

ul.menu li a:hover, ul.menu li.current_page_item a  {
	text-decoration: none;
	color:#333333;
	background-color: #ffffff;
	background-color: rgba(244, 244, 244, 0.7);
}

#menuBtn {
	display:none;
	width:25px;
	height:25px;
	text-indent:-999px;
	overflow: hidden;
	background:url('images/menu.svg');
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	position:absolute;
	top:20px;
	right:20px;
	z-index:10;
}

#closeBtn {
	display:none;
	width:25px;
	height:25px;
	text-indent:-999px;
	overflow: hidden;
	background:url('images/closeBtn.png');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:25px 25px;
	cursor:pointer;
	position:absolute;
	top:20px;
	right:20px;
	z-index:60;
}

#mobileNavigation {
	display:none;
}

div#mobileNavigation select {
	padding:10px;
	background-color:#ffffff;
	border:solid 1px #999999;
	margin:20px auto 0px auto;
	width:100%;
	font-size:14px;
	color:#666666;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -65px;
	position: relative;
}

#wrapper:after {
	content: "";
	display: block;
}

#footer, #wrapper:after {
	height:25px;
	padding:20px 0px;
}

#footer {
	width: 100%;
	background:url('images/asfalt.png');
	background-repeat: repeat;
	background-color: #000000;
	color: #dddddd;
	font-size: 14px;
	box-sizing:border-box;
	padding: 20px 40px;
	height:65px;
}


/* ========================================================================== *\
   HOME PAGE STYLES
\* ========================================================================== */

#container {
	text-align:center;
}

/*- FILTER OPTIONS -*/
ul#filterOptions {
	width: auto;
	margin: 40px auto;
	overflow: hidden;
	text-align: center;
}
ul#filterOptions li { display: inline-block; }
ul#filterOptions li a {
	padding: 5px 20px;
	color: #000000;
	font-weight: 600;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
}
ul#filterOptions li a:hover {color:#666666; }
ul#filterOptions li.active a { color:#666666; font-style:italic; }
/*- -*/
/*- OUR DATA HOLDER -*/
ul.ourHolder {
	width: auto;
	height: 100% !important;
	overflow: auto;
}
ul.ourHolder li.item {
	width: 300px;
	height:160px;
	display: inline-block;
	/* overflow: hidden; */
	margin: 0px 10px 15px 10px;
}

/* ========================================================================== *\
   FORMS
\* ========================================================================== */

#field_1_1 label, #field_1_2 label, #field_1_3 label, #field_1_7 label, #gform_wrapper_1 .gfield_label, #field_2_1 label, #field_2_2 label, #field_2_3 label, #field_2_7 label, #gform_wrapper_2 .gfield_label{display: none;}

body input[type="submit"]{
	display:block;
	border:none;
	cursor:pointer;
	padding:10px 40px;
	background-color: #333333;
	color:#ffffff;
	font-size: 16px;
	text-transform: uppercase;
}

body input[type="submit"]:hover{
	background-color: #ffffff;
	color:#333333;
	font-size: 16px;
}

body input[type="text"]{
	width:100%;
	box-sizing: border-box;
	padding:10px 20px !important;
	font-size:14px !important;
	background-color:#ffffff;
	border: #232323 1px solid;
	margin-bottom:20px;
	margin-right:10px;
}

body input[type="password"]{
	padding:11px 10px !important;
	font-size:14px !important;
	background-color:#ffffff;
	border: #232323 1px solid;
	margin-bottom:20px;
	margin-right:10px;
}

body textarea{
	padding:10px 5px 10px 10px !important;
	font-size:14px !important;
	line-height:20px;
	background-color:#ffffff;
	border: #232323 1px solid;
	margin-bottom:20px;
}

body .gform_wrapper form .gform_body ul {
	margin:0px 0px;
}

body .gform_wrapper div.gform_footer br {
	display:none !important;
}

div.gform_footer.top_label {
	padding: 0px !important;
}

div.ginput_container {
	padding:0px !important;
	margin: 0px !important;
}

body #field_2_1 {
	float: left;
	margin-top:15px;
}

body #gform_wrapper_2 .gform_footer.top_label {
	float: left;
	clear: none;
}


/* ========================================================================== *\
   GENERAL CLASSES
\* ========================================================================== */

.clear {
    clear:both;
}

.content {
	width: 1140px;
	margin:0px auto;
}

.content.narrow {
	max-width: 960px;
}

.content.full {
	width:100%;
	padding:0px 40px;
	box-sizing: border-box;
}

.grey {
	width: 100%;
	padding:25px 0px;
	background:url('images/wall4dark.jpg');
	background-repeat: repeat;
	background-color:#D0D2D3;
}

.grey .content {
	width:960px;
}

.grey .content h1 {
	margin-left: 10px;
}

.social {
	display: block;
	float: right;
	margin-left:10px;
}

.affiliate {
	padding: 10px;
	background-color: #eeeeee;
	border: solid 1px #999999;
}

.rule {
	width: 100%;
	height: 30px;
	border-bottom: #999999 solid 1px;
	margin-bottom: 30px;
}

/* ========================================================================== *\
   ALIGNMENT
\* ========================================================================== */

.alignleft {
	float:left;
	display:block;
	margin:0 15px 15px 0;
}

.alignright {
	float:right;
	display:block;
	margin:10px 0px 0px 15px;
}

.aligncenter {
	display:block;
	margin:0px auto;
	padding: 10px;
	background-color: #ffffff;
	border: solid 1px #999999;
	width: 90%;
	width: calc(100% - 22px);
}

/* ========================================================================== *\
   COLUMNS
\* ========================================================================== */

div.col {
	width: 300px !important;
	float: left !important;
	display: block !important;
	margin: 0px 20px 15px 0px;
	background-color: #666;
}

.col.last {
	margin: 0px 0px 15px 0px;
}

.one_half {
	width:48%;
}

.one_third {
	width:30.66%;
}

.two_third {
	width:65.33%;
}

.one_fourth {
	width:22%;
}

.three_fourth{
	width:74%;
}

.one_fifth {
	width:16.8%;
}

.two_fifth{
	width:37.6%;
}

.three_fifth {
	width:58.4%;
}

.four_fifth {
	width:67.2%;
}

.one_sixth {
	width:13.33%;
}

.five_sixth {
	width:82.67%;
}

.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{
	margin-right:4%;
	float:left;
	position:relative;
}

.last{
	margin-right:0 !important;
	clear:right;
}

.clearboth {
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	width:100%;
}

/* ======== MODAL ======== */

.overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0,0,0,0.8);
	backdrop-filter: blur(12px);
	overflow-y: auto;
}

.overlay .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 48px 0;
}

.overlay .modal {
	display: block;
	max-width: 500px;
	padding: 88px 48px 48px 48px;
	background: #ffffff;
	color: #000000;
	position: relative;
	box-sizing: border-box;
}

.overlay .modal ul {
	display: block;
	margin-bottom: 24px;
}

.overlay .modal ul li {
	display: block;
}

.overlay .modal ul li:before {
	content: "+";
	margin-right: 4px;
	display: inline-block;
}

.overlay .modal .close {
	display: block;
	background: url('images/ico-close.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	position: absolute;
	top: 24px;
	right: 24px;
	color: #000000;
	width: 24px;
	text-indent: -999px;
	height: 24px;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
    transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

.overlay .modal .close:hover {
	transform: scale(1.1,1.1);
}

.modal h2 {
	display: block;
	font-size: 32px;
	line-height: 125%;
	font-weight: bold;
	padding-bottom: 24px;
	text-transform: uppercase;
}

.modal input[type="email"],
.modal input[type="text"]{
	border-bottom: 1px solid #000000;
	border-top: none;
	border-left: none;
	border-right: none;
	text-align: center;
	font-size: 16px !important;
	color: #000000;
	margin-bottom: 16px;
	width: 100%;
	padding: 16px;
	box-sizing: border-box;
}

.modal input[type="submit"],
.modal button {
	text-align: center;
	background-image: none;
	padding: 16px 24px;
	font-size: 16px;
	background: #000000;
	color: #ffffff;
	border-color: #000000;
	width: 100%;
}

.modal input[type="submit"]:hover,
.modal button:hover {
	background-color: #333333 !important;
	border-color: #333333 !important;
	background-image: none !important;
	color: #ffffff !important;
}

.noscroll {
	overflow: hidden;
}