/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */

.top-bar {
position: absolute;
    top: 0;
    padding: 0;
    left: 0;
    background: none;
    right: 0;
    z-index: 999;
}

.top-bar ul {
	background:none;
}

#homeSlider {
	padding-top:0px;	
	    border-bottom: 3px solid #fff;
}

.sliderContainer {
	display:block;
	width:100%;
	
	position:relative;
}

.sliderContent {
	position: absolute;
    left: 50%;
	width:100%;
	z-index:100;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.sliderContainer:after {
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(23,36,42,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(23,36,42,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(23,36,42,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a617242a',GradientType=0 ); /* IE6-9 */
	content: " ";
	position:absolute;
	display:block;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.sliderContent h1 {
color: #fff;
    padding: 20px;
    margin-bottom: 10px;
    font-size: 2rem;
    border-radius: 50%;
    font-weight: bold;
    text-transform: uppercase;
}
.sliderContent h1 span {
    display: block;
    color: #fff;
    font-size: 1.3rem;
    font-weight: normal;
}
.sliderContent h1 span:before {
    content: " ";
    display: block;
    margin: 5px auto 10px;
    height: 3px;
    background: #fff;
    width: 160px;
}

.sliderContent p {
	color: #fff;
	padding:0;
	margin:0;
}

.sliderContent .button {
    background: rgba(255,255,255,0.7);
    border: 2px solid #fff;
    color: #fff;
    padding: 25px;
    border-radius: 30px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 0.8rem;
    color: #17242a;
    text-transform: uppercase;
}

.slideBg {
	display:block;
	width:100%;
	min-height:500px;
	background: url("http://www.rhs-scrapmetals.co.uk/wp-content/uploads/2019/03/13021253_scrap.jpg");
	background-size:cover;
	background-position:center;
	background-attachment: fixed;
	background-repeat:no-repeat;
}
.flex-active-slide:before{
	content: " ";
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(0,0,0,0.6);
}

.boxOverlay {
	background:#fff;
	border: 2px solid #fff;
	border-radius: 3px;
	margin-top: -100px;
	position:relative;
	width: calc(100% - 30px);
	z-index: 9999;
	margin-bottom: 40px;
}

.homeSection h2 {
	text-align:center;
	text-transform: uppercase;
	font-weight:bold;
	display:block;
	margin-top:0;
	font-size: 1.1rem;
	color:#000;
	padding: 20px 0 20px;
}

.homeSection .button {
	background: #fff;
	color: #17242a;
	font-weight:bold;
	position:absolute;
	bottom: 15px;
	left:50%;
	transform:translateX(-50px);
	font-size: 0.8rem;
	text-transform:uppercase;
	padding: 15px;
	border: 2px solid #17242a;
}

.homeSection .button:hover {
	background: #17242a;
	color: #fff;
	border: 2px solid #17242a;
}

.homeSection h2 img {
	border-radius: 50%;
	border: 5px solid #fff;
	width:130px;
	height:130px;
	display:block;
	margin: 10px auto 20px;
}
.homeSection h2:after {
	content: " ";
	display:block;
	margin: 10px auto 0;
	border-radius:5px;
	clear:both;
	width:50px;
	height:3px;
	background: #5493E2;
}
.headerContainer {
	position:relative;
}
.menu li a img {
	max-width:80px;
}
.homeSection p {
	font-size: 0.85rem;
	color:#333;
	margin-bottom: 10px;
	padding: 0 10px;
}

.homeMain {
	background: #fff;
	border-top:1px solid #eee;
	padding: 40px 0;
}

.homeMain2 {
	border-top:1px solid #eee;
	padding: 40px 0;
}

.homeMain h2, .homeMain2 h2 {
	text-align:left;
	text-transform: uppercase;
	font-weight:bold;
	display:block;
	font-size: 1.1rem;
	color:#000;
	padding: 0px 0 20px;
	margin-top:0;
}
.homeMain h2:after, .homeMain2 h2:after {
	content: " ";
	display:block;
	width: 40px;
	height:3px;
	background: #5493E2;
	border-radius:5px;
	margin: 10px 0;
}
.homeSection h2 {
	text-align:center;
	text-transform: uppercase;
	font-weight:left;
	display:block;
	font-size: 1.1rem;
	color:#000;
	padding: 20px 0;
}

.homeMain p, .homeMain2 p{
	font-size: 0.85rem;
	color: #333;
	text-align:left;
}
#main-nav li a {
	color: #c7dffd;
	font-size: 0.8rem;
	font-weight:bold;
	text-transform: uppercase;
}
#main-nav .active > a {
    color: #fff;
    background: none;
    border-bottom: 3px solid #fff;
}
.homeSection {
	text-align:center;
	padding-bottom: 80px;
	position:relative;
}
.homeSection:nth-child(even) {
	background: #fbfafa;
}
.footer {
	margin:0;
}

.footer h3 {
	margin-top: 15px;
	font-size: 1.2rem;
	color:#fff;
	margin-bottom: 10px;
}
.footContact {
	background: #054A91;
}
.footGallery {
	background: #000;
}
.phone {
	    position: absolute;
    top: 8px;
    right: 15px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
}
.footBottom {
	text-align:center;
	background:#fff;
	padding:10px 0;
}
.footNav {
	background: #17242a;
	text-align: center;
	padding: 40px 0;
}
.footNav h3 {
	text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    font-size: 1.1rem;
    color: #fff;
    padding: 0px 0 20px;
    margin-top: 0;
}

.footNav h3:after {
    content: " ";
    display: block;
    width: 40px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    margin: 10px 0;
}


.footBottom p{
	font-size:0.7rem;
	margin:0;
	text-align:center;
}
.phoneus a{
display:none;
}

a[data-toggle="off-canvas"]{
    position: absolute;
    right: 10px;
    background: url(http://www.rhs-scrapmetals.co.uk/wp-content/uploads/2019/03/menu2.png);
    background-repeat: no-repeat;
    top: 0px;
    background-position: center;
    background-size: 25px;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
}

label {
	
color: #6e96a7;
	text-align:left;
	text-transform:uppercase;
}

input[type="text"], input[type="email"], textarea {
	background: #1f323a;
    border: 1px solid #37535f;
    padding: 25px;
    color: #6e96a7;
    border-radius: 3px;
}

.servicesImg1, .servicesImg2, .servicesImg3 {
	width: calc(50% - 30px);
	margin: 15px;
	background:url("http://www.rhs-scrapmetals.co.uk/wp-content/uploads/2019/04/8.jpg");
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
	float:left;
	height:370px;
}
.servicesImg2 {
	background-image: url("http://www.rhs-scrapmetals.co.uk/wp-content/uploads/2019/04/6.jpg");
}


input[type="submit"]{
	float: left;
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
}

.off-canvas {
	background: #222;
}
#offcanvas-nav li a {
	color: #fff;
    border-bottom: 1px solid #333;
    font-size: 85%;
    padding: 20px 10px;
}

#offcanvas-nav li.active a {
	background: #5493E2;
}

@media only screen and (max-width: 1024px) {
	.homeSection h2 img {
		width: 100px;
		height: 100px;
	}
}
@media only screen and (max-width: 639px) {
	.boxOverlay {
		margin-top: -60px;
	}
	.phoneus a{
position: absolute;
    left: 15px;
    height: 50px;
    background: url("http://www.rhs-scrapmetals.co.uk/wp-content/uploads/2019/04/iconmonstr-phone-3-240.png");
		background-repeat:no-repeat;
		background-size: 30px;
		background-position:center;
    top: 15px;
    width: 50px;
    display: block;
    text-indent: -9999px;
}
	.top-bar {
position: absolute;
    top: 0;
    padding: 0;
    left: 0;
    background: none;
    right: 0;
    z-index: 999;
	}
	.top-bar .menu  {
		width: 100%;
	}
	.top-bar-right {
		    position: absolute;
    top: 15px;
    bottom: 0;
    right: 0;
	}
	.top-bar .menu li {
		width:100%;
		text-align:center;
	}
	.sliderContent p, .sliderContent a {
		display:none;
	}
	#homeSlider {
		padding-top:0;
	}
	.slideBg {
		min-height:350px;
	}

}
	

body {
	background: #fbfafa;
}