/*
Theme Name: RMB Theme Two
Theme URI: https://example.com
Author: Andy Morrell
Author URI: https://example.com
Description: Custom WordPress theme for RMB site
Version: 1.0
Text Domain: rmbtheme2
*/

@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Signika', sans-serif;	
	color: #58595b;
	font-size: 22px;
}

.bars {
	display: none;	
}

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

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

h1 {
	text-transform: uppercase;
	color: #000;
	font-size: 35px;
	margin: 0px 0px 20px 0px;
	font-weight: bold;
}	

h2 {
	color: #000;
	font-size: 30px;
	margin: 0px 0px 20px 0px;
	font-weight: bold;
}	

h3 {
	color: #000;
	font-size: 30px;
	margin: 0px 0px 20px 0px;
	font-weight: bold;
	text-transform: uppercase;
}	

.relative {
	position: relative;	
}

.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

.social {
	position: absolute; 
	top: 118px; 
	right: 70px; 
	color: #414042; 
	font-weight: bold; 
	font-size: 25px;
	display: none;	
}

.social .one {
	margin: 0px 10px 5px 0px;	
}

.social .two {
	margin: 0px 10px 5px 0px;	
}

.social .three {
	margin: 0px 0px 5px 0px;	
}

.slider-fluid {
	background-color: #020202;	
}

.flag {
	position: absolute; 
	top: -1px; 
	left: 0px; 
	background-image:url(images/flag.png); 
	background-position: center; 
	background-repeat: no-repeat; 
	width: 100%; 
	height: 55px;	
}

.main {
	margin: 25px 0px 0px 0px;	
}

.nav {
	text-align: right;
	text-transform: uppercase;	
	font-size: 25px;
	line-height: 25px;
}

.nav ul {
	list-style: none;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}	

.nav ul a {
	color: #414042;
	text-decoration: none;
	padding: 8px 10px 8px 10px;	
	display: block;
	border: 1px solid #fff;
}	

.nav ul a:hover {
	text-decoration: none;	
	color: #fff;
	background-color: #231f20;
}

.nav ul li.selected {
	background-color: #231f20;	
}

.nav ul li.selected a {
	color: #fff;	
}

.nav ul li.current_page_item {
	background-color: #231f20;	
}

.nav ul li.current_page_item a {
	color: #fff;	
}

.content {
	border-top: 1px solid #918f8f; 
	border-left: 1px solid #918f8f; 
	border-right: 1px solid #918f8f; 
	padding: 20px 20px 0px 20px;	
}

.footer-fluid {
	background-color: #080804;	
}

.footer {
	background-image:url(images/footerbg.png); 
	background-position: top center; 
	background-repeat: no-repeat;
	padding: 120px 0px 80px 0px; 
	text-align: center; color: #fff;	
	font-size: 17px;
}

.footer a {
	color: #fff;	
	text-decoration: none;
}

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

.visible-mobile {
	display: none;	
}

/*Slider */

.bx-clone{
   display: none !important;
}

.slider-bg {
	width: 100%; 
	background-image:url(images/sliderbg.png); 
	background-repeat: no-repeat; 
	background-position: center;	
}

.slider-contact-bg {
	position: absolute; 
	margin-left: auto; 
	margin-right: auto; 
	left: 0; 
	right: 0; 
	z-index: 1;	
}

.slider-contact-pos {
	position: absolute; 
	margin-left: auto; 
	margin-right: auto; 
	left: 0; 
	right: 0; 
	top: 165px; 
	height: 270px; 
	z-index: 2; 
	width: 930px;	
}

.slider-contact-pos .inner {
	margin: 0px 0px 0px 130px;	
}

.slider-contact-title {
	background-color: #231f20;
	color: #fff; 
	font-size: 40px; 
	text-transform: uppercase; 
	text-align: center; 
	padding: 5px 0px 5px 0px; 
	margin: 0px 0px 27px 0px;	
}

.slider-textfield {
	margin: 0px 0px 20px 0px; 
	display: block; 
	width: 385px;  
	background-color: rgba(128, 127, 124, 0.6); 
	border: none; 
	text-transform: uppercase;
	color: #fff; 
	font-size: 17px; 
	padding: 10px 15px 10px 15px;	
}

.slider-submit {
	font-size: 17px; 
	color: #fff; 
	background-color: #ea5a4b; 
	border: none; 
	text-transform: uppercase; 
	padding: 7px 10px 5px 10px;	
}

.float_left {
	float: left;	
}

.float_right {
	float: right;	
}

.clear {
	clear: both;	
}

/*Book Demo Form*/

.demo-form {
	width: 600px;
	margin: 0 auto;
}

.demo-title {
	background-color: #231f20;
	color: #fff; 
	font-size: 30px; 
	text-transform: uppercase; 
	text-align: center; 
	padding: 5px 0px 5px 0px;
	margin: 90px 0px 20px 0px;	
}

.demo-textfield {
	margin: 0px 0px 20px 0px; 
	display: block; 
	width: 290px;  
	border: none; 
	text-transform: uppercase;
	color: #252525; 
	font-size: 14px; 
	padding: 7px 12px 7px 12px;	
	border: 1px solid #252525;
}

.demo-textfield:focus {
	border: 1px solid #ea5a4b;	
	color: #ea5a4b;
	outline: 0;
}

.demo-submit {
	font-size: 14px; 
	color: #fff; 
	background-color: #ea5a4b; 
	border: none; 
	text-transform: uppercase; 
	padding: 7px 10px 5px 10px;	
}

.demo-submit:hover {
	background-color: #231f20;	
}


/*Contact form */

.contact-form input[type=text] {
	margin: 0px 0px 20px 0px; 
	display: block; 
	width: 100%;  
	border: none; 
	text-transform: uppercase;
	color: #252525; 
	font-size: 14px; 
	padding: 7px 12px 7px 12px;	
	border: 1px solid #252525;
}

.contact-form input[type=text]:focus {
	border: 1px solid #ea5a4b;	
	color: #ea5a4b;
	outline: 0;
}

.contact-form input[type=submit] {
	font-size: 14px; 
	color: #fff; 
	background-color: #ea5a4b; 
	border: none; 
	text-transform: uppercase; 
	padding: 7px 10px 5px 10px;	
}

.contact-form input[type=submit]:hover {
	background-color: #231f20;	
}

.contact-form textarea {
	margin: 0px 0px 20px 0px; 
	display: block; 
	width: 100%;
	height: 130px;  
	border: none; 
	text-transform: uppercase;
	color: #252525; 
	font-size: 14px; 
	padding: 7px 12px 7px 12px;	
	border: 1px solid #252525;
}

.contact-form textarea:focus {
	border: 1px solid #ea5a4b;	
	color: #ea5a4b;
	outline: 0;
}

/* 
Contact form 7 tweaks
*/
form.wpcf7-form p label
{
	font-weight: 400;
	font-size: 16px;
	width: 80%;
}
form.wpcf7-form p, .wpcf7-response-output
{
	float: left;
	width: 50%;
}
form.wpcf7-form p:last-of-type
{
	clear: both;
}

form.wpcf7-form input[type=text],
form.wpcf7-form input[type=tel],
form.wpcf7-form input[type=email]{
	margin: 0px 0px 20px 0px; 
	display: block; 
	width: 100%;  
	border: none; 
	text-transform: uppercase;
	color: #252525; 
	font-size: 14px; 
	padding: 7px 12px 7px 12px;	
	border: 1px solid #252525;
}

form.wpcf7-form input[type=text]:focus,
form.wpcf7-form input[type=tel]:focus,
form.wpcf7-form input[type=email]:focus {
	border: 1px solid #ea5a4b;	
	color: #ea5a4b;
	outline: 0;
}

form.wpcf7-form input[type=submit] {
	font-size: 14px; 
	color: #fff; 
	background-color: #ea5a4b; 
	border: none; 
	text-transform: uppercase; 
	padding: 7px 10px 5px 10px;	
	margin-bottom: 40px;
}

form.wpcf7-form input[type=submit]:hover {
	background-color: #231f20;	
}

form.wpcf7-form textarea {
	margin: 0px 0px 20px 0px; 
	display: block; 
	width: 200%;
	height: 130px;
	resize: none;
	border: none; 
	text-transform: uppercase;
	color: #252525; 
	font-size: 14px; 
	padding: 7px 12px 7px 12px;	
	border: 1px solid #252525;
}

form.wpcf7-form textarea:focus {
	border: 1px solid #ea5a4b;	
	color: #ea5a4b;
	outline: 0;
}

/*Latest News*/

.sidebar-title {
	background-color: #231f20; 
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	padding: 4px 15px 4px 15px;
}

.sidebar {
	padding: 0px;
	text-align: right;	
}

.sidebar ul {
	list-style: none;
	margin: 15px 15px 15px 0px;	
	font-size: 19px;
}

.sidebar a {
	color: #58595b;
	text-decoration: none;	
	font-weight: bold;
}

.sidebar a:hover {
	color: #848588;
	text-decoration: none;	
}

.latest-news-holder {
	padding: 20px 14px 20px 20px;	
}

/* Latest news info */

.latest-info {
	border-top: 1px solid #c0bfbf; 
	border-bottom: 1px solid #c0bfbf; 
	margin: 20px 0px 20px 0px; 
	padding: 10px 0px 10px 0px; 
	font-size: 19px; 
	font-style: italic; 
	color: #58595b;
}

/*Products */

.product .title {
	background-color: #231f20;
	color: #fff; 
	text-transform: uppercase; 
	font-size: 45px; 
	display: inline-block; 
	padding: 5px 20px 5px 20px; 
	margin: 0px 0px 25px 0px;
}

.demo-form-product {
	width: 600px;
	margin: 0px 0px 30px 0px;
}

.demo-form-product .demo-title {
	margin: 30px 0px 20px 0px;	
	text-align: left;
	font-size: 24px;
	padding: 5px 15px 5px 15px;
}

.products-notes {
	font-size: 16px;	
}

.products-notes h3 {
	font-size: 25px;	
	color: #58595b;
}

.products-notes a {
	color: #58595b;
	text-decoration: underline;
}

.products-notes a:hover {
	text-decoration: none;	
}

.product-img {
	padding: 10px; 
	border: 1px solid #696969;	
	margin: 0px 0px 20px 0px;
}

.product-links a {
	color: #000;
	text-decoration: underline;	
}

.product-links a:hover {
	text-decoration: none;	
}

.sliderwarning {
	color: #fff;
	font-size: 18px;
	float: left;
	margin: 0px 5px 10px 0px;	
}

.warnings {
	margin: 0px 0px 20px 0px;	
}

/* colour options */

.colour-option-1 {
	text-align: center; 
	padding: 20px 0px 20px 0px; 

	margin: 0px 0px 20px 0px;	
}

.colour-option-2 {
	text-align: center; 
	padding: 20px 0px 20px 0px; 

	margin: 0px 0px 20px 0px;	
}

.colour-option-3 {
	text-align: center; 
	padding: 20px 0px 20px 0px; 

	margin: 0px 0px 20px 0px;	
}

.colour-option-4 {
	text-align: center; 
	padding: 20px 0px 20px 0px; 
	margin: 0px 0px 20px 0px;	
}

@media (max-width: 1300px) {
	.slider-contact-pos {
		top: 135px; 	
	}
}

@media  (max-width: 1200px)  { 

	body {
		font-size: 20px;
	}
	
	h1 {
		font-size: 33px;
	}	
	
	h2 {
		font-size: 28px;
	}	
	
	h3 {
		font-size: 28px;
	}
	
	.nav {
		font-size: 23px;
		line-height: 23px;
	}

	.social {
		top: 118px; 
		right: 0px; 	
	}
	
	.footer {
		font-size: 14px;
	}
		
	.slider-contact-pos {
		top: 105px; 			
	}	
	
	.sidebar ul {
		font-size: 17px;
	}
	
	.latest-info {
		font-size: 17px; 
	}
}

@media (max-width: 1100px) {
	.slider-contact-pos {
		top: 85px; 	
		width: 800px;		
	}	
	
	.slider-contact-pos .inner {
		margin: 0px 0px 0px 0px;	
	}
	
	.slider-contact-title {
		font-size: 30px; 	
		margin: 0px 0px 10px 0px;
	}
	
	.sliderwarning {
		color: #fff;
		font-size: 16px;
		float: left;
		margin: 0px 5px 5px 0px;	
	}
		
	.slider-textfield {
		font-size: 15px; 
	}
	
	.slider-submit {
		font-size: 15px; 
	}
	
	
}

@media  (max-width: 992px)  { 

	body {
		font-size: 16px;
	}
	
	h1 {
		font-size: 29px;
	}	
	
	h2 {
		font-size: 24px;
	}	
	
	h3 {
		font-size: 24px;
	}	
	
	.nav {
		font-size: 19px;
		line-height: 19px;
	}
	
	.logo {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 400px;	
	}

	.social {
		top: 90px; 
		font-weight: normal; 
		font-size: 22px;	
	}
	
	.footer {
		font-size: 13px;
	}	
	
	.demo-form {
		width: 400px;
		margin: 0 auto;
	}
	
	.demo-form-product {
		width: 400px;
	}
	
	.demo-title {
		font-size: 20px; 
	}
	
	.demo-form-product .demo-title {
		font-size: 20px;
	}
	
	.demo-textfield {	
		width: 100%;  
		font-size: 13px; 
	}
	
	.demo-submit {
		font-size: 13px; 
	}
	
	.widthmobile {
		width: 100%;	
	}
	
	.contact-form input[type=text] {	
		font-size: 13px; 
	}

	.contact-form input[type=submit] {
		font-size: 13px; 	
	}

	.contact-form textarea {
		font-size: 13px; 
	}
	
	.sidebar-title {
		background-color: #231f20; 
		color: #fff;
		text-transform: uppercase;
		text-align: left;
		padding: 4px 15px 4px 15px;
		margin: 15px 15px 15px 15px;
	}
	
	.sidebar {
		padding: 0px;
		text-align: left;	
	}
	
	.sidebar ul {
		list-style: none;
		margin: 0px 0px 15px 0px;	
		font-size: 17px;
	}	
	
	.latest-news-holder {
		padding: 20px 20px 20px 20px;	
	}
	
	.latest-info {
		font-size: 15px; 
	}
	
	.products-notes {
		font-size: 14px;	
	}
	
	.products-notes h3 {
		font-size: 21px;	
	}
	
	.product .title {
		font-size: 35px; 
	}
	
	.colour-option-1 {
		border-right: 1px solid #363636; 
	}
	
	.colour-option-2 {
		border-right: none;
	}
	
	.colour-option-3 {
	}
	
	.colour-option-4 {
	}
}

@media (max-width: 900px) {
	.slider-contact-pos {
		top: 75px; 	
		width: 600px;		
	}	
	
	.slider-contact-pos .inner {
		margin: 0px 0px 0px 0px;	
	}
	
	.slider-contact-title {
		font-size: 20px; 
		margin: 0px 0px 17px 0px;		
	}
	
	.slider-textfield {
		font-size: 14px; 
		width: 295px;
		margin: 0px 0px 10px 0px;
	}
	
	.slider-submit {
		font-size: 14px; 
	}	
	
	.sliderwarning {
		color: #fff;
		font-size: 14px;
		float: left;
		margin: 0px 5px 5px 0px;	
	}
}

@media  (max-width: 768px)  {
	
	body {
		font-size: 14px;
	}
	
	h1 {
		font-size: 27px;
	}	
	
	h2 {
		font-size: 22px;
	}	
	
	h3 {
		font-size: 22px;
	}	
	
	.header {
		padding: 0px 15px 0px 15px;	
	}	
	
	.logo {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 330px;	
	}
	
	.social {
		top: 76px;
		right: 15px; 
		font-size: 18px;	
	}
	
	.social img {
		width: 30px;
	}	
	
	.bars {
		display:block;
		position: absolute; 
		top: 10px;
		right: 15px;
		z-index: 3000;
		font-size: 28px;
		color: #421701;	
	}
	
	
	.nav {
		text-align: left; 
		padding: 0px; 
		margin: 0px;	
		font-size: 16px;
		position: absolute;
		top: 50px;
		left: 0px;
		width: 100%;
		z-index: 2;
		display: none;
		background-color: #fff;
		font-size: 13px;
		line-height: 17px;		
	}	

	.nav ul {
		padding: 0px;
		margin: 0px 15px 0px 15px;
		border-bottom: 5px solid #918f90;
		background-color: #f4f4f4;
	}	
	
	.nav ul li {
		border-bottom: 1px solid #e6e6e6;	
	}
	
	.nav ul a {
		border: none;
	}	

	.products-notes {
		font-size: 12px;	
	}
	
	.products-notes h3 {
		font-size: 19px;	
	}
	
	.product .title {
		font-size: 30px; 
		display: block;
	}
	
	.colour-option-1 {
		border-right: none; 
	}
	
	.colour-option-2 {
		border-right: none;
	}
	
	.colour-option-3 {
		border-right: none;
	}
	
	.colour-option-4 {
	}

	form.wpcf7-form p, .wpcf7-response-output
	{
		clear: both;
		width: 100%;
	}
	form.wpcf7-form textarea {
		width: 100%;
	}
}

@media  (max-width: 480px)  { 
	.logo {
		margin-left: auto;
		margin-right: auto;
		width: 300px;
		margin-bottom: 0px;	
	}
	
	.social {
		top: 160px; 
		left: 0px; 
		text-align: center;
		width: 100%;	
	}
	
	.hidden-mobile {
		display: none;
	}
	
	.visible-mobile {
		display: inline-block;	
	}
	
	.footer {
		font-size: 11px;
	}
	
	.demo-form {
		width: 250px;
		margin: 0 auto;
	}
	
	.demo-form-product {
		width: 100%;
	}
	
	.demo-title {
		font-size: 17px;
		margin: 50px 0px 20px 0px; 
	}
	
	.demo-form-product .demo-title {
		font-size: 17px;
	}
	
	.demo-textfield {	
		width: 100%;  
		font-size: 13px; 
	}
	
	.demo-submit {
		font-size: 13px; 
	}
	
	.widthmobile {
		width: 100%;	
	}
	
	.contact-form input[type=text] {	
		font-size: 13px; 
	}

	.contact-form input[type=submit] {
		font-size: 13px; 	
	}

	.contact-form textarea {
		font-size: 13px; 
	}
	
	.product .title {
		font-size: 20px; 
		display: block;
	}
	
}

