/*
Theme Name: Digital Monopoly Default Bootstrap
Theme URI: http://www.digitalmonopoly.com.au/
Author: Digital Monopoly
Author URI: http://www.digitalmonopoly.com.au/
Description: Mack Daddy's
Version: 1.0
*/

/* =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, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	font-size:1.2em;
}
a:focus {
	outline: none;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: 'Changa', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

h1{ font-size: 32px; }
h2{ font-size: 30px; margin-bottom: 15px;}
h3{ font-size: 22px; }
h4{
    font-size: 17px;
    letter-spacing: 0.5px;
}

h5{ font-size: 18px; }
h6{ font-size: 16px; }

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

/* Text elements */
p {
	margin-bottom: 1.2em;
	font-size: 14px;
	line-height: 22px;
}
ul, ol {
	margin: 0 0 1.2em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.2em;
}
b, strong {
	font-weight: 600;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	background: none repeat scroll 0 0 #eee;
	margin: 0 0 1.2em;
	padding: 40px 40px 30px;
}
address {
	margin: 0 0 1.2em;
}
pre {
	background: none repeat scroll 0 0 #eee;
	border-radius: 0;
	font-family: "Courier 10 Pitch",Courier,monospace;
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	white-space: pre-wrap;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.2em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #eee;
	background: #e6e6e6;
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1em;
	line-height: 1;
	padding: 10px 15px;
	height:auto;
	line-height:1em;
	transition:transform 0.3s ease-out, background 0.3s ease-out;-o-transition:transform 0.3s ease-out, background 0.3s ease-out;-ms-transition:transform 0.3s ease-out, background 0.3s ease-out;-moz-transition:transform 0.3s ease-out, background 0.3s ease-out;-webkit-transition:transform 0.3s ease-out, background 0.3s ease-out;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);-ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0);-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color:#cccccc;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color:#aaaaaa;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=tel],
input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #cccccc;
	width:100%;
	max-width: 100%;
}
input[type=tel]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	border:1px solid #898989;
}
input[type=tel],
input[type=text],
input[type=email],
input[type=password] {
	height: auto;
	line-height: 1em;
	padding: 10px 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 10px 10px 10px 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	height:100px;
}

/* Links */
a,
a:visited {
	color: #e43229;
	text-decoration:none;transition:color 0.3s ease-in-out;-o-transition:color 0.3s ease-in-out;-ms-transition:color 0.3s ease-in-out;-moz-transition:color 0.3s ease-in-out;-webkit-transition:color 0.3s ease-in-out;
}
a:hover,
a:focus,
a:active {
	color:#f3b519;
	text-decoration:none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.2em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.2em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Main Layout
----------------------------------------------- */
#page {overflow: hidden; width: 100%;margin-bottom: -5px;}

.site-header{}
.site-header .navbar-brand {
	display: block;
	float: left;
	font-size: 18px;
	line-height: 40px;
	padding: 10px 20px 10px 10px;
}
.site-header .navbar-brand img{display: block; position:absolute;}

.site-featured{ margin:auto; }
.site-header-image-bg{ height:0px!important;  }

.site-tagline {
	background: none repeat scroll 0 0 #eee;
	border-bottom: 5px solid #eee;
	font-size: 24px;
	line-height: 28px;
	padding: 40px 0;
}


.container{width: 1140px;}
.site-main{}

.site-footer{

	float: left;
	width: 100%;
}

.site-footer .footer-content {
    background: url(images/footer-bg.png)50% 50% no-repeat;
    clear: both;
    float: left;
    margin: auto;
    padding: 50px 0 0px;
    position: relative;
    width: 100%;
    background-size: cover !important;
    margin-top: -50px;
	background-position: 0% -50px !important;
}
.site-footer .footer-info {
    background: #363636;
    clear: both;
    color: #ffffff;
    float: left;
    font-size: 12px;
    line-height: 22px;
    margin: auto;
    padding: 15px 0;
    position: relative;
    width: 100%;
}

.site-footer .footer-info .site-info{  text-align:right; float:right; line-height:20px; }
.site-footer .footer-info .site-info p{ margin:0; }
.site-footer .footer-info .site-info #pwdlogo{ background:url(images/pwdlogo.png) right center no-repeat; width:85px; height:12px; display:inline-block; font-size:0; }
.site-footer .footer-info .site-copyright{ text-align:left; float:left; }



.page .entry-header{  }
.page .entry-header .entry-title{}

.home .front-content{ margin-bottom:0px; }
.home .front-content .entry-header{ margin:0; height:auto;}

.has-breadcrumbs{ position:relative; }
.has-breadcrumbs .breadcrumbs{
	position: absolute;
	right: 0;
	top: 10px;
	width: auto;
}
.single-breadcrumbs{
	font-size: 11px;
	font-style: oblique;
	margin: 0;
	padding-top: 4px;
	position: absolute;
	text-align: left;
	z-index: 20;
}


/* =Custom Page template
----------------------------------------------- */
.not-found{
	margin-bottom: 100px;
	margin-top: 50px;
	padding-top: 120px;
	text-align: center;
}
.not-found strong {
	color: #e43229;
	display: block;
	font-size: 222px;
	font-weight: normal;
	margin-bottom: 100px;
	text-align: center;
}
.not-found  #searchform{ margin-bottom: 50px;}
.not-found hr {
    margin: 20px auto;
    width: 365px;
}


.home .site-header-image-bg{ height:1040px!important; }
.page-template-page-templatescontact-us-php .site-header-image-bg{ height:300px!important; }
.page-template-page-templatescontact-us-php #contact-map{
	height: 300px;
	left: 0;
	margin-top: 0px;
	position: absolute !important;
	right: 0;
	width: 100%;
}
.page-template-page-templatescontact-us-php .entry-header {
	height: auto;
	margin-top: -80px;
}


/* =Layout: Content-Sidebar
----------------------------------------------- */

#content {}
#sidebar { margin: 40px 0 20px; }
#sidebar .widget{  }


/* =Menu
----------------------------------------------- */

.navbar{margin: 0; position: absolute; min-height: 0px;}
.navbar-nav {float: right;}
.navbar-default{ border:none;width: 100%; background-color: transparent;}

.navbar-default .container {width: 100%;}
.navbar-brand {
	color: #777777;
}
.navbar-brand:hover,
.navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-text {
	color: #777777;
}
.navbar-nav > li > a {
	line-height: 40px; padding-top: 20px 10px;
	font-family: 'Changa', sans-serif;
}
.navbar-nav > li > a:hover {
	color: #ffffff;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: transparent;

}
.navbar-default .navbar-nav>li>a {color: #ffffff;}
.navbar-default .navbar-nav>li>a {color: #ffffff; text-transform: uppercase; letter-spacing: 1px;}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	color: #ffffff;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {color: #ffffff;}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #e7e7e7;
}
.navbar-nav > .disabled > a,
.navbar-nav > .disabled > a:hover,
.navbar-nav > .disabled > a:focus {
	color: #ffffff;
	background-color: transparent;
}
.navbar-toggle {
	border-color: #dddddd;
	margin-top: 16px;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
	background-color: #dddddd;
}
.navbar-toggle .icon-bar {
	background-color: #888888;
	transition: all 0.2s;
}
.navbar-toggle .icon-bar.top-bar{transform: rotate(0);}
.navbar-toggle .icon-bar.middle-bar{opacity:1;}
.navbar-toggle .icon-bar.bottom-bar{transform: rotate(0);}
.navbar-toggle.active .top-bar {
transform: rotate(45deg);
transform-origin: 10% 10%;
}
.navbar-toggle.active .middle-bar {
opacity: 0;
}
.navbar-toggle.active .bottom-bar {
transform: rotate(-45deg);
transform-origin: 10% 90%;
}
.navbar-collapse,
.navbar-form {
	border-color: #e7e7e7;
}
.navbar-collapse.collapse {
    float: right;
    padding-right: 40px;
    padding-top: 50px;
}
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555555;
}
.navbar-collapse.in .navbar-nav{ margin-bottom: 0;}
.navbar-collapse.in .navbar-nav > li > a{
	line-height: 30px;
	border-bottom: #e7e7e7 solid 1px;
}
.nav-user{}
.nav-user .btn{
	border: medium none;
	border-radius: 0;
}

.order.menu-item a {
    color: #e43229 !important;
	font-weight: 500;
	font-size: 15px;
}

.navbar-default .navbar-nav>li>a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffffff;
	color: #ffffff;
    transition: width .3s;
}
.navbar-default .navbar-nav>li>a:hover::after {
	color: #ffffff;
    width: 100%;
}

.dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: none outside none;
	margin: 2px 0 0;
	min-width: 180px;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
}

#footer-menu{ padding:0; margin:0; list-style:none; width:100%; }
#footer-menu li{ float:left; }
#footer-menu li a{ display:block; float:left; padding:3px 10px; }
#footer-menu li:first-child a{ padding-left:0; }
#footer-menu li:hover > a {}
#footer-menu li.current_page_item a,
#footer-menu li.current-menu-item a { }

.socials{ list-style:none; }
.socials li{ float:left; }
.socials li a{
	background: none repeat scroll 0 0 #000000;
	border-radius: 15px;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	height: 29px;
	line-height: 29px;
	margin-right: 6px;
	opacity: 0.8;
	text-align: center;
	width: 29px;

}

.socials li a:hover{ opacity:1; }
.socials li.facebook a{;}
.socials li.twitter a{ }

/* =Content
----------------------------------------------- */

.sticky {}
.hentry {
	margin: 0 0 1.2em;
	padding: 0 0 1.2em;
	border-bottom:#eee solid 1px;
}
.hentry .entry-header{}
.hentry .entry-header .entry-title{ margin-bottom:0px; }
.hentry .entry-header .entry-title a{  }
.single .hentry,
.page	.hentry{ border-bottom:none;  }
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.2em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}

.page-header{ margin-bottom:20px; }

.entry-attachment{}
.entry-attachment .attachment{}
.attachment .entry-meta{ clear:none; }

#image-navigation{ text-align:right; }


.hentry.service{ min-height: 200px; padding: 0px; }
.hentry.service > a{}
.hentry.service > a img{ display:block; float:left; margin-right:20px;}
.hentry.service .entry-header{}
.hentry.service .entry-header .entry-title{ clear:none;  }
.hentry.service .entry-content{ }

.clear{ clear:both;display:block; }
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	display:block;
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */

}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.2em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.site-content .gallery { margin-bottom: 1.2em; }
.gallery-caption {}
.site-content .gallery a img {
	display: block;
	height: auto;
	max-width: 100%!important;
	border: 2px solid #EEEEEE!important;
}
.site-content .gallery dd { margin: 0; }
.site-content .gallery .gallery-item{
	float: left;
	margin-top: 6px!important;
	text-align: center;
	width: 33%;
}
.site-content .gallery-columns-4 .gallery-item {}
.site-content .gallery-columns-4 .gallery-item img {}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	float: left;
	margin: 0 0 1.2em;
	overflow: visible;
	width: 100%;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a { word-wrap: break-word; }
.bypostauthor {}

#comments{ margin:0 0 1.2em; }
#comments h2{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 20px;
	padding: 10px;
}

.commentlist{ padding:0; margin:0; list-style:none;}
.commentlist li.comment{ padding: 0; min-height:70px; }
.commentlist li.comment .comment-content {
	padding-bottom: 0px;
	padding-left: 54px;
}
.commentlist li.comment .comment-author{}
.commentlist li.comment .comment-author img{ float:left; margin-right:10px;}
.commentlist li.comment .comment-meta{
	float: right;
	font-size: 11px;
	font-style: oblique;
	margin-top: -30px;
}
.commentlist li.comment .reply{
	background: none repeat scroll 0 0 #CCCCCC;
	color: #FFFFFF;
	font-size: small;
	margin-top: 0;
	padding: 5px;
	position: absolute;
	top: 60px;
}
.commentlist li.comment .reply a{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 10px;
}
.commentlist li.comment .footer{}

.commentlist li.comment .children{
	list-style: none outside none;
	margin: 5px 0 5px 54px;
}
.commentlist li.comment article.comment{ background:#f6f6f6; padding:10px; margin-bottom:5px; position:relative; min-height: 90px; }
.commentlist li.comment article.comment .comment-content p{ margin:0; }

#respond{}
#respond #reply-title{ padding: 20px 0; }

#commentform{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 30px;
	padding: 30px;
}
#commentform p{ margin-bottom:10px;}
#commentform .comment-notes{}
#commentform label{ width:100%; display:block;}
#commentform .comment-form-author{}
#commentform .comment-form-email{}
#commentform .comment-form-url{}
#commentform .comment-form-comment{}
#commentform .form-allowed-tags{}
#commentform textarea{
	height: 100px;
	line-height: 16px;
	overflow: auto;
	padding: 11px 7px 7px;
	vertical-align: top;
	width: 90%
}
#commentform .form-submit{}

.nocomments{ display:none; }

/* =Widgets
----------------------------------------------- */
.widget-title {
    color: #e43229;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    margin-top: 50px;
}
.widget {
	margin: 0 0 1.2em;
}
.widget ul{ padding:0; margin:0; list-style:none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchform .field{ width:196px; }
#searchsubmit {}

/* Header widget */
.header-widgets{ display:block; float:right; margin-top:20px; width: 100%; }
.header-widgets .widget{ text-align:right; width: 100%; float: right; margin-bottom: 20px; }
.header-widgets .widget p{ margin-bottom:0;}
.header-widgets .widget .widget-title{ border:none; font-size:16px; line-height:1em; margin-bottom:0; font-weight:bold;  }
.header-widgets .widget .phone-number{ font-size:38px;  line-height:1em; font-weight:bold;  padding-left:45px;  }
.header-widgets .widget .email{ font-size:16px; font-weight:bold; line-height:1em;}
.header-widgets .widget .address{ font-size:16px; font-weight:bold; line-height:1em; }

.header-widgets .widget-socials{}
.header-widgets .widget .socials{ float: right;;}
.header-widgets .widget .socials li a{ margin-left: 8px; margin-right: 0;}
.header-widgets .widget .socials li a{}
.header-widgets .widget-text{ font-size: 24px; font-weight: lighter; }


/* PWD Address widget */
.pwd-address{}
.pwd-address .location{ clear: none; }
.pwd-address .address{}
.pwd-address .phone{ margin-bottom:0; }
.pwd-address .fax{ margin-bottom:0; }
.pwd-address .email{ }
.pwd-address .image-map{ float: right;margin-left: 10px;}

.pwd-address .phone,
.pwd-address .fax,
.pwd-address .email,
.pwd-address .address{
	padding-left: 25px;
	position: relative;
}

.pwd-address .phone .fa,
.pwd-address .fax .fa,
.pwd-address .email .fa,
.pwd-address .address .fa{
	position: absolute;
	left: 0;
}




#footer-sidebar{}
#footer-sidebar .widget{ }
#footer-sidebar .widget:first-child{ margin-left:0;}

#footer-sidebar .widget_pwd_address_widget{

}

.pace .pace-progress {display: none !important;}

/* =Reset BXSlider
----------------------------------------------- */
.bx-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
}

.bx-wrapper .bx-viewport {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	box-shadow: none;
	left: 0;
}
.slide .container {
    padding-top: 150px;
    width: 100%;
}
.slide h1 {
    color: #ffffff;
    position: absolute;
    width: 100%;
    margin: 0 auto;
	top: 150px;
}
.slide .container img {
    margin-bottom: -90px;
}

/* =Custom Post type
----------------------------------------------- */

/* Custom Post type Slidshow */
#slidercontainer{ margin:auto; background:#d7d7d7;  }
#sliderarea{ width:100%; height:1040px; display:block; padding:0px; position: fixed;}
#sliderarea .bx-wrapper .bx-pager {
    bottom: 70px;
    font-size: 0;
    margin: 0 auto;
    padding: 0px;
    right: 0px;
    width: 100%;
    z-index: 53;
}
#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:1040px; }
#custom-slideshows > .slide {
    width: 100%!important;
    height: 1040px;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: 50% 50% !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {background: #ffffff; width: 15px; height: 15px; border: 1px solid #ffffff; border-radius: 50%;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {background: #d43229;}

/* Custom Post type CTA */
#cta-container{ margin-bottom:20px; }
#custom-cta{}
#custom-cta .cta{ background: none repeat scroll 0 0 #F4F4F4; }
#custom-cta .cta img{
	display: block;
	height: auto;
	margin-bottom: 10px;
	max-width: 100%;
}
#custom-cta .cta-title {
	font-size: 20px;
	margin-bottom: 0;
	padding: 0 10px;
}
#custom-cta .cta-summary{ padding: 10px; }
#custom-cta .cta-summary .readmore{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 108px rgba(0, 0, 0, 0.5) inset;
	color: #FFFFFF;
	display: block;
	height: 30px;
	left: 0px;
	line-height: 30px;
	padding: 85px 0;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	vertical-align: middle;
	display:none;
}
#custom-cta .cta:hover .readmore{ display:block;  }




#testimonials{ padding:50px 0; background: #f4f4f4;}
#testimonials .bx-wrapper{ margin: 0; }
#testimonials .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }
#testimonials .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; min-height: 250px;  background:none!important; }

#slider-testimonials > .testimonial{ width:100%!important; text-align: center; }
#slider-testimonials > .testimonial .text{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	padding: 0 50px;
	position: relative;
}

#slider-testimonials > .testimonial .text .open,
#slider-testimonials > .testimonial .text .close{
	font-size: 68px;
	height: 50px;
	left: 0;
	line-height: 50px;
	position: absolute;
	top: 0;
	width: 50px;
}
#slider-testimonials > .testimonial .text .close{
	bottom: 0;
	color: #000;
	left: auto;
	opacity: 1;
	right: 0;
	top: auto;
}

#slider-testimonials > .testimonial .info{ font-size: 20px;  }


#get-stared{
	padding:45px 0;
	border-top: #eee solid 1px;
	float: left;
	width: 100%;
}

/* = Custom Plugins
------------------------------------------------*/

/* Plugin WP Pagenavi */
.wp-pagenavi{}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #BFBFBF;
	margin: 2px;
	padding: 0 8px!important;
	text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #333;
}
.wp-pagenavi .pages{ border:none; }
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{ border:none;}



.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #1982d1;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #2a6496;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #1982d1;
	border-color: #1982d1;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999999;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}


/* Gravity Forms Section */
#main .gform_wrapper ul { margin: 0px; }
#main .gform_wrapper ul li { margin: 10px 0px; padding: 0px; list-style-image: none; list-style: none; }
#main .gfield_required { color: #d1aa2d; }

/*-- Gravity Error Section ----------------*/
#main .gform_wrapper div.validation_error {border-color:#D1AA2D;text-align: left;padding:10px 0;font-weight: 400;color:#ff3300;}
#main .gform_wrapper li.gfield.gfield_error, #main .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {border:none;background:none;}
#main .gform_wrapper .validation_message {padding-top: 5px;font-weight: 400;color:#ff3300;}
#main .gform_confirmation_wrapper {border:1px solid #eeeeee;background:#eeeeee;padding:20px;border-top:4px solid #D1AA2D;margin-bottom: 20px;}


/* Plugin WP PWD Footer */
#pwd_footer_v2 li{ margin-left:5px; }


/* Custom bootstrap
-------------------------------------------------- */

.thumbnail{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 0;
}


.pager li > a, .pager li > span {
	background-color: #fff;
	border: 0 none;
	border-radius: 0;
	display: inline-block;
	padding: 0;
}


/* Custom CSS */
#about .title p {margin-bottom: 0px; font-family: 'Changa', sans-serif;  font-weight: bold; font-size: 16px;}
#about .title h3 {text-transform: uppercase; font-weight: 500; font-size: 28px; margin-bottom: 50px;}
.slogan {
    -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
    padding: 45px 0px 55px;
    color: #ffffff;
    position: relative;
    margin-left: -14%;
    text-align: left;
    margin-top: -50px;
    width: 120%;
    padding-left: 10%;
	margin-bottom: 50px !important;
}
.slogan p {
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
    font-size: 32px;
    letter-spacing: 1px;
}
#about {
    z-index: 99;
    margin-top: -50px;
    background-position: 0% 0% !important;
    padding: 120px 0px 100px;
    overflow: hidden;
    min-height: 850px;
    margin-bottom: -150px;
}
#about a {cursor: pointer;}
#about a:hover {color: #e6b02b;}

.pizza {margin-top: 50px;}

#specials {
    margin-top: 250px;
    overflow: hidden;
    background-position: 0 100% !important;
    padding-top: 150px !important;
    padding-bottom: 150px !important;
    z-index: 999;
}

.pizza-slice {
    width: 100%;
    position: absolute;
    z-index: 999999;
    height: 500px;
    top: 25%;
    left: 7%;
}
.pizza-slice img {width: 670px;}


/*s
@-webkit-keyframes diagonal {
    0%       { transform: translatex(-30px) translatey(-30px) }
    50%      { transform: translatex(20px) translatey(20px); }
    100%     { transform: translatex(-30px) translatey(-30px) }
}

@-moz-keyframes diagonal {
    0%       { transform: translatex(-30px) translatey(-30px) }
    50%      { transform: translatex(20px) translatey(20px); }
    100%     { transform: translatex(-30px) translatey(-30px) }
}

@-o-keyframes diagonal {
    0%       { transform: translatex(-30px) translatey(-30px) }
    50%      { transform: translatex(20px) translatey(20px); }
    100%     { transform: translatex(-30px) translatey(-30px) }
}

@keyframes diagonal {
    0%       { transform: translatex(-30px) translatey(-30px) }
    50%      { transform: translatex(20px) translatey(20px); }
    100%     { transform: translatex(-30px) translatey(-30px) }
}
*/
#pizza-img {
    position: absolute;
    right: 0;
    width: 50%;
    top: 5px;
}

.price1 {
    position: absolute;
    width: 100%;
    margin-top: -170px;
    color: #Ffffff;
}
.price1 h2 {font-weight: 600;}
.special1 {
    color: #ffffff;
    min-height: 280px;
}
.special1 p {
    margin-bottom: 0;
	font-size: 15px;
}
.special1 h2 {
    font-weight: 500;
    font-size: 37px;
}
.price2 {
    position: absolute;
    width: 100%;
    margin-top: -230px;
    color: #Ffffff;
}
.price2 p {margin-bottom: 0px;}
.price2 h1 {font-size: 45px; font-weight: 600;}

.special2 {
    color: #ffffff;
    min-height: 300px;
}
.special2 p {
    margin-bottom: 0px;
	font-size: 13px;
}
.special2 h2 {
    font-weight: 500;
    font-size: 37px;
	margin-bottom: 0px;
}
.price3 {
    position: absolute;
    width: 100%;
    margin-top: -230px;
    color: #Ffffff;
}
.price3 p {margin-bottom: 0px;}
.price3 h1 {font-size: 45px;}
#pizzabox {
    background: transparent;
    height: 0px !important;
    z-index: 999;
    overflow: initial;
    margin-top: -700px;
    float: left;
    position: absolute !important;
    width: 50% !important;
}

#menu {
    overflow: visible;
    top: -300px;
    z-index: 99;
    margin-bottom: 0px !important;
}
#menu-left {
    float: left;
    width: 50%;
    min-height: 700px;
}
.menu-right {
    float: right;
    width: 45% !important;
    margin-top: -10px;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {left: 96% !important;}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding-left: 0px !important;
    border-bottom: 2px dotted #000000;
    border-bottom-style: dashed;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {color: #000000 !important;}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
	color: #000000 !important;
    font-style: italic;
    font-weight: 500;
    padding-left: 0;
	font-size: 18px;
	padding: 8px 0px;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {background: transparent !important; background-color: transparent !important;}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body { background-color: transparent !important;}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {background: transparent !important; background-color:transparent !important; border-color: transparent !important;}
#menu .vc_tta-panel-body .wpb_content_element {
    margin-bottom: 15px;
}
#menu .vc_tta-panel-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#menu .owl-ca-theme .owl-ca-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    right: 5%;
    top: 83%;
}
#menu h2 {
    font-size: 38px;
    font-weight: 600;
}
.delivery-info {
    position: absolute;
    right: -100px;
    z-index: 999;
    color: #ffffff;
    top: 0;
    padding: 50px 55px 60px;
    margin-top: -50px;
    width: 100%;
    margin-bottom: 0px !important;
}
.delivery-info p {
    font-size: 15px;
	-ms-transform: rotate(12deg);
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
}
.menu-text {
    padding: 50px 70px 10px;
}
.menu-text p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
    border-color: #e43229 !important;
    font-weight: bold;
}
.pizzasize p {
    font-size: 15px;
}
.pizzasize p strong {
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 17px;
}
.menu-download p {
    font-size: 23px;
    color: #ffffff;
    letter-spacing: 1px;
}
.menu-download a {
    color: #ffffff;
	cursor: pointer;
}
.menu-download a {color: #000000;}
.event {
    margin-top: 30px;
}
.event h1 {
    margin-bottom: 30px;
    font-size: 37px;
    font-weight: 500;
}
.pizzaslice {
    position: absolute;
    right: 0;
    z-index: 999;
    margin-top: -450px;
    overflow: visible !important;
    display: none;
}
.pizzaslice img {
    right: -100px;
    position: absolute !important;
    z-index: 99999;
    overflow: visible;
    top: 400px;
}
#contact {
    position: absolute;
    overflow: visible;
    background-position: 0% 0% !important;
}
#whatson {
    min-height: 250px;
    overflow: visible;
}

span.vc_icon_element-icon.fa.fa-instagram::before {
    margin-top: -3px;
    padding-left: 0px;
}
span.vc_icon_element-icon.fa.fa-facebook-square::before {
    margin-top: 13px;
    margin-left: -15px;
}

#contact-map {
    height: 500px;
}

#contact h1 {margin-bottom: 25px;}
#sb_instagram #sbi_load {padding-top: 0px !important;}
#pizzafooter {
    position: absolute !important;
    z-index: 9;
    right: -150px;
    margin-left: 100px;
    margin-top: 50px;
    width: 500px !important;
    float: right !important;
    left: 90% !important;
}
#footer-sidebar .widget {
    width: 25%;
    float: left;
    padding-right: 50px;
    color: #Ffffff;
}
#footer-sidebar .textwidget a {
    color: #ffffff;
}
.textwidget p {
    font-weight: 100;
    letter-spacing: 0.5px;
}
.day {
    width: 40%;
    float: left;
}
.hours {
    width: 60%;
    float: left;
		margin-bottom: 20px;
}
.footer-info .container {
    padding-left: 0;
}
.footer-info .container .col-md-6  {
    padding-left: 0;
}
.site-footer .footer-info .site-info a {
    color: #ffffff;
    font-weight: 600;
}
.site-footer .footer-info .site-info a:hover {color: #e43229;}
.site-footer .footer-info .site-copyright a {
	color: #ffffff;
	font-weight: 600;
}
.site-footer .footer-info .site-copyright a:hover {color: #e43229;}

.instagram a {
    background: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #000000 !important;
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
}
li.social.instagram a {
    padding-top: 7px !important;
    padding-left: 9px !important;
    font-size: 21px !important;
}
li.social.facebook a {
    font-size: 19px !important;
    padding-top: 9px !important;
    padding-left: 11px !important;
}
li.site-phone {
    margin-top: 15px;
}
li.site-phone a {color: #ffffff !important; font-size: 14px !important;}
li.site-phone a:hover, li.site-phone a:focus {
    color: #e43229 !important;
}
.facebook a {
    background: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
}
ul.nav-user.nav.navbar-nav.navbar-right a {
    line-height: 0px !important;
	padding-bottom: 15px;
    padding-left: 12px;
    margin-right: 10px;
	padding-top: 12px;
}
ul.nav-user.nav.navbar-nav.navbar-right a::after {
	border: none;
	background: transparent;
}
ul.nav-user.nav.navbar-nav.navbar-right li a {
	font-size: 18px;
	color: #4a4842;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.nav-user.nav.navbar-nav.navbar-right li.social a {
	font-size: 18px;
	color: #4a4842;
}
ul.nav-user.nav.navbar-nav.navbar-right li.social a:hover, ul.nav-user.nav.navbar-nav.navbar-right li.social a:focus {
	color: #ffffff !important;
	background: #000000;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
	position: absolute;
	border: none;
	width: 100%;
}
.navbar-default {
	border:none;
	min-height: 150px;
	background-size: cover;
	z-index: 999999;
	position: absolute;
	width: 100%;
	display: block !important;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navbar-default.fixedheader a#logo img {
    width: 100px;
    margin-top: -15px;
    position: fixed;
    -webkit-animation: moveDown .5s;
    z-index: 999;
}
.navbar-default.fixedheader {
    background: rgba(0,0,0,0.7);
    padding-top: 5px;
}
.navbar-default.fixedheader{
	position: fixed;
	-webkit-animation: moveDown .5s;
	z-index: 9999;
	min-height: 100px;
}
.site-header .navbar-brand img {
	-webkit-animation: moveDown .5s;
    width: 130px;
}
.navbar-default.fixedheader .navbar-collapse.collapse {padding-top: 10px;}

@-webkit-keyframes moveDown {
	0% { -webkit-transform: translateY(-40px) }
}

.gform_wrapper ul.gform_fields li.gfield {padding-right: 0px !important;}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active, .wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {border-color:transparent !important;}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {border-color:transparent !important;}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {border-color:transparent !important;}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner {
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner:hover {
	background-color: #e43229 !important;
}
#mobile-info {display: none;}
.pizzafooter {
    position: absolute;
    overflow: hidden;
    background-size: cover;
    top: -26vh;
    right: -35vh;
}
.vc_btn3-container.orderbtn.vc_btn3-center a, .vc_btn3-container.orderbtn.vc_btn3-center a:focus, .vc_btn3-container.orderbtn.vc_btn3-center a:hover {
    border-color: #ffffff !important;
    color: #ffffff;
    background: #e43229 !important;
    margin-top: -25px;
    background-color: #e43229 !important;
    padding: 12px 35px;
		letter-spacing: 1px;
}

.fancybox-opened {
    z-index: 9999 !important;
    width: 33% !important;
    left: 35% !important;
    background: #ffffff;
    border-radius: 20px;
}
.fancybox-opened .fancybox-skin {
    background: #ffffff;
    box-shadow: none !important;
    padding: 0px 20px 0px !important;
    overflow: visible !important;
    margin: 0 auto;
    text-align: center;
    border-radius: 50px;
}
.fancybox-inner {width: 100% !important; overflow: scroll !important;}
.fancybox-overlay-fixed {z-index: 9999;}

#makeanorder {text-align: center; margin-bottom: 20px;}
#makeanorder p {
    text-transform: uppercase;
		color: #ff0000;
		margin-bottom: 10px;
}
#makeanorder h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 41px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}
#makeanorder .gform_wrapper .top_label .gfield_label {display: none;}
#makeanorder img {
    width: 150px;
    height: auto;
    margin: 0 auto;
	margin-top: 0px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {width: 100%;}
input#gform_submit_button_3 {
    background: #ff0000;
    color: #ffffff;
    font-size: 13px;
    border-radius: 60px;
    padding: 15px 25px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 4px !important;
    border-radius: 30px;
    height: 40px;
    font-size: 12px !important;
    padding-left: 20px !important;
    margin-bottom: 0;
    margin-top: 0;
    outline: none;
}
.gform_wrapper textarea.small {
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 12px !important;
}
body .gform_wrapper ul li.gfield {margin-top: 10px;}
#makeanorder textarea:focus, #makeanorder input:focus{
	outline: none !important;
	border-color: #f10000 !important;
}
.form-line-active input:focus, .form-line-active textarea:focus {
border: 1px solid #f10000 !important;
box-shadow: 0 0 3px #f10000 !important;
-moz-box-shadow: 0 0 3px #f10000 !important;
-webkit-box-shadow: 0 0 3px #f10000 !important;
color: #f10000 !important;
-moz-color: #f10000 !important;
-webkit-color: #f10000 !important;
}
input:focus, textarea:focus, select:focus {
outline-offset: 0px !important;
outline: none !important;
color: #f10000 !important;
}
.gform_wrapper .gform_footer {padding:0px;}
body img.gform_ajax_spinner {display: none!important;}
input#gform_submit_button_3:focus {color: #ffffff !important;}

.vc_btn3-container.bookingbtn.vc_btn3-center a, .vc_btn3-container.bookingbtn.vc_btn3-center a:focus, .vc_btn3-container.bookingbtn.vc_btn3-center a:hover {
	    border-color: #ffffff !important;
	    color: #ffffff;
	    background: #e43229 !important;
	    margin-top: -25px;
	    background-color: #e43229 !important;
	    padding: 12px 35px;
			letter-spacing: 1px;
	}
.wpb_text_column.wpb_content_element.white {color: #ffffff;}
.rtb-booking-form legend {
    padding: 0 !important;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: 'Changa', sans-serif;
}
.rtb-booking-form input {max-width: 100% !important; border-radius: 5px !important;}
.rtb-booking-form {float: left; margin-top: 50px; margin-bottom: 120px; width: 50%; margin-left: 25%;}
button.btn.dropdown-toggle.selectpicker.btn-default {background: transparent !important;color: #000000; height: 40px;}
.rtb-booking-form button {background: #e43229;color: #ffffff;text-transform: uppercase;letter-spacing: 1px;padding: 10px 20px;}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {width: 100% !important; outline: none; height: 40px;}
.wpb_text_column.wpb_content_element.white h1 {font-size: 37px; font-weight: 500;}
.bootstrap-select.btn-group .dropdown-menu li > a:hover, .bootstrap-select.btn-group .dropdown-menu li > a:focus {
    background: #e43229;
    color: #ffffff;
}
.rtb-booking-form .message textarea {
    min-height: 6em;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 5px;
}
.picker__day {text-align: center !important;}
.picker__weekday {text-align: center !important;}
.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {text-align: center !important;background: #e43229 !important;}
.picker__nav--next:hover, .picker__nav--prev:hover {background: #f1f1f1;}
.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover, .picker__day--infocus:hover, .picker__day--outfocus:hover {background: rgba(243, 145, 145, 0.5) !important;}
.picker__nav--next:hover, .picker__nav--prev:hover {background: rgba(243, 145, 145, 0.5) !important;}

#bookingbanner {background-position: 50% 100% !important;}
.picker--focused .picker__day--highlighted {background: rgba(243, 145, 145, 0.5);}
.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {background: #e43229 !important;}
.picker--focused .picker__list-item--highlighted, .picker__list-item--highlighted:hover, .picker__list-item:hover {background: rgba(243, 145, 145, 0.5) !important; border-color: #e43229 !important;}

body.error404 .navbar {background: #000000;}
.error404 .site-main {padding-top: 150px;}
