/*
Theme Name: Whitby Wheelers
Description: Child theme for the responsive theme 
Author: Media Vision
Template: responsive
*/

@import url("https://www.whitbywheelers.co.uk/wp-content/themes/responsive/style.css");


/* HIDE ADMIN BAR IMAGES */

#wpadminbar img
{
    display:none;
}
#wpadminbar .quicklinks .ab-top-secondary > li 
{
  padding: 0 10px;
}
/* ADMIN BAR */
/* HOME PAGE WRAPPER FIX */
.home #wrapper 
{
  background-color: #FFFFFF;
  border: 0px solid #D6D6D6;
  padding: 0 20px 20px;
}
.home #widgets 
{
	margin-top:40px;
}
.home h1
{
	margin-top:10px;
}

/* MAIN */

body
{
    font-family: Arial, Verdana, Sans-Serif;
    background: #efefef url('https://www.whitbywheelers.co.uk/wp-content/themes/dolphins/none') fixed no-repeat center top;
    color: #1E1E1E;
}
a
{
    color: #008c38;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 1px #FFFFFF;
}

a:hover
{
    color: #5BC4FB;
    text-decoration: underline;
}
a img:hover
{
    filter: alpha(opacity=90)!important;
    -moz-opacity: 0.9!important;
    -khtml-opacity: 0.9!important;
    opacity: 0.9!important;
}
/* HIDE PAGE ELEMENTS */

#header #logo
{
    display:none;
}
.rsswidget img
{
    display:none;
}
/* *********** MENU **************** */
.menu
{
    border-bottom: 3px solid #f04f1d;
    text-shadow: 0 -1px 1px #000000;
}
/* ************ WIDGET BAR *************** */
/* RSS */
#widgets .widget-title a
{
    color: #1E1E1E;
}
#widgets #rss-2 ul
{
    list-style-type:none;
}
#widgets .call-to-action a.button {
  font-size: 22px;
  padding: 10px 30px;
}
#widgets a.red {
  background-color: #CD0000;
  background-image: -moz-linear-gradient(center top , #ec4410, #f9531f);
  border: 1px solid #890000;
  color: #FFFFFF;
  font-size: 24px;
  padding: 15px 35px;
  text-shadow: 0 1px 0 #890000;
  margin: 1.5em;
}

/* ************ GALAS TABLE ************* */
.wp-table-reloaded {
  background-color: #CDCDCD;
  border-collapse: separate;
  border-spacing: 0px;
  font-size: 12px!important;
  margin: 10px 0 15px;
  text-align: left;
  width: 100%;
}
.wp-table-reloaded .sorting {
  background: url("https://www.whitbywheelers.co.uk/wp-content/themes/img/bg.gif") no-repeat scroll right center #D0DADE!important;
  font-weight:bold!important;
  font-size: 14px!important;
}
.wp-table-reloaded .odd td {
  background-color: #f5f5f5!important;
}



.wp-table-reloaded .sorting 
{
    
     width:15%!important;

}

 /* **************************SLIDESHOW PLUGIN *************************** */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color:transparent;
}

    
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  background: transparent;
  }
  /* PAGER STYLING */
.rslides_tabs {
  color: #444444;
  font-size: 10px;
  list-style: none outside none;
  margin: 0 0 0 0;
  /*max-width: 100%;*/
  padding: 0 0 0 0;
  text-align: right;
  width: 100%;
  background: transparent;
  height:21px!important;
  
  /*
  position: relative;
  top: -34px;
  right: 8px;
  z-index: 99999;*/
}

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 4px 5px;
  height: auto;
  background: transparent;
  display: inline;
  background: transparent url('https://www.whitbywheelers.co.uk/wp-content/themes/dolphins/images/slider-nav-bg.png') scroll no-repeat center top;
  color: #444444;
  text-shadow:none; 
}

.rslides_tabs a:hover {
  border: 0;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  background: transparent url('https://www.whitbywheelers.co.uk/wp-content/themes/dolphins/images/slider-nav-bg-active.png') scroll no-repeat center top;
  color: #b40404;
  
}

  
  /* **************************END SLIDESHOW PLUGIN *************************** */
/* ************************************************************************** RESPONSIVE MOBILE  ************************************************ */
@media screen and (max-width: 850px)
{
.home h1
{
    padding-top: 10px;
}
   #slideshow
{
    height:75px;
  }
    /* ************************************************************************** RESPONSIVE MOBILE  ************************************************ */
	
	/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	background: #f9f9f9;
	border: none;
	border-left: 4px solid #008c38;
	margin: 20px;
	overflow: auto;
	padding: 0 0 10px 12px;
}

blockquote p {
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
}