/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Grey Background on Website */
.uk-container-center {
  background: #F2F2F2;
  margin-left: auto;
  margin-right: auto;
}

body {
  background: radial-gradient(ellipse at center top , #3C8BC8 20%, #3C8BC8 100%) repeat fixed 0 0 #EDEFF1;
}

/* Top logo area reduced in size */
.tm-container {
  margin: 15px auto;
}

/* Top logo area reduced in size */
.tm-top-block {
  margin-top: 2px;
}

/* Google Plus Hover Colour */
.tm-social-icon-buttons > .uk-icon-google-plus:hover {
  background-color: #DD4B39;
}

/* Various Font Alterations */
h1, .uk-h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: -1px;
}

h2, .uk-h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
}

h3, .uk-h3 {
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
}

h1, h2, h3, h5 {
  margin-bottom: 0;
  margin-top: 24px;
  padding-bottom: 0;
  padding-top: 0px;
}

p {
  margin-bottom: 18px;
  margin-top: 5px;
  padding-bottom: 0;
  padding-top: 0px;
}

/* Front Page Block Quote with Quote Mark - All Five Below */
blockquote-front {
  background: none repeat scroll 0 0 #fff;
  color: #666;
  display: block;
  font-family: Georgia,serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.3;
  margin: 6px 0 20px;
  padding: 17px 8px 0 63px;
  position: relative;
}

blockquote-front:before {
  color: #999;
  content: "“";
  font-family: Georgia,serif;
  font-size: 60px;
  font-weight: bold;
  left: 21px;
  position: absolute;
  top: 7px;
}

blockquote-front::after{
  /*Reset to make sure*/
  content: "";
}

blockquote-front em{
  font-style: italic;
}

blockquote-front cite {
color: #4c4c4c;
font-size: 14px;
display: block;
margin-top: 5px;
}


/* Sidebar Block Quote with Quote Mark - All Five Below */
blockquote-side {
  background: none repeat scroll 0 0 #fff;
  color: #666;
  display: block;
  font-family: Georgia,serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.3;
  margin: 6px 0 20px;
  padding: 17px 8px 0 7px;
  position: relative;
}

blockquote-side:before {
  color: #999;
  content: "“";
  font-family: Georgia,serif;
  font-size: 60px;
  font-weight: bold;
  left: 0px;
  position: absolute;
  top: -24px;
}

blockquote-side::after{
  /*Reset to make sure*/
  content: "";
}

blockquote-side em{
  font-style: italic;
}

blockquote-side cite {
color: #4c4c4c;
font-size: 14px;
display: block;
margin-top: 5px;
}

/* Margin around articles reduced from 25 to 20px Improve Images */
.tm-content .uk-article {
  border: medium none;
  padding: 20px;
}

/* Price Font Styling */
.price { 
  font-size: 150%;
}

/* FAQ H6 */
h6 {
  font-size: 17px;
  margin-bottom: 17px;
  margin-top: 18px;
  font-weight: bold;
}

/* Italics */
em {
  color: #707070;
}

/* Side Menu Social Media Icons and Text */
.social-menu-image {
  float: left;
  margin-right: 3px;
}

.social-menu-text {
  overflow: hidden;
  padding-top:12px;
}

/* Side Menu Sub Text More to the Left */
ul.uk-nav-sub {
  font-size: 15px;
  padding: 7px 0 17px 28px;
}

/* Side Menu Space Above and Below Text 9px Change */
.uk-nav > li > a {
  padding: 9px 25px;
}

/* Block quotes */
blockquote {
  font: italic 16px/22px Georgia,Serif;display: block;
  font-size: 130%;
  font-style: italic;
  line-height: 120%;
  margin: 15px 0;
  padding: 10px 20px;
  width: auto;
  border-left: 0px solid rgba(0, 0, 0, 0.07);
}

/* Article Snippet DIV 3 */
.div3 {
  float: left;
  margin-top: 30px;
  width: 24%;
}

/* Article Snippet DIV 2 */
.div2 {
  margin-left: 24%;
  width: 76%;
}

#div2 {
  margin-left: 24%;
  width: 76%;
}

/* Remove automatic hyphens */
h1, h2, h3, h4, h5, p, ul, ol, dl, blockquote, .post-statement, .statement {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

/* Image Surround CSS */
div.image {
  background-color: #F8F8F8;
  border: 1px solid #CCCCCC;
  font-size: 94%;
  overflow: hidden;
  padding: 3px !important;
  text-align: center;
}

html .thumbcaption {
  border: medium none;
  font-size: 90%;
  font-style: italic;
  line-height: 1.4em;
  padding: 10px !important;
  text-align: center;
}

/* Flat Design Buttons */
.flat-button {
	padding: 14px 26px;
	font-size: 14px;
	line-height: 100%;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	color: #fff;
	display:inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.1s ease-in-out;
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	-ms-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
}
.flat-button:active {
	padding-top: 14px;
        margin-bottom: 0px;
}
.flat-button, .flat-button:hover, .flat-button:active {
	outline: 0 none;
	text-decoration: none;
	color: #fff;
}

/* Freebies Coloured Buttons */
.flat-button-freebies {
	background-color: #f55a4a;
	box-shadow: 0px 0px 0px 0px #cd1313;
}
.flat-button-freebies:hover {
	background-color: #ff8c7c;
}
.flat-button-freebies:active {
    box-shadow: 0px 0px 0px 0px #ff8c7c;
}

/* Knowledge Button */
.flat-button-1 {
	background-color: #85ae37;
	box-shadow: 0px 0px 0px 0px #3293ba;
}
.flat-button-1:hover {
	background-color: #afd661;
}
.flat-button-1:active {
	box-shadow: 0px 0px 0px 0px #afd661;
}

/* Buy Now Button */
.flat-button-cart {
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue",Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  padding: 12px 51px;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  transition: background 0.1s ease-in-out 0s;
  vertical-align: middle;
}

.flat-button-cart, .flat-button-cart:hover, .flat-button-cart:active {
  color: #fff;
  outline: 0 none;
  text-decoration: none;
}

/* Tick Mark Bullet Points */
ul.bullet-check {
  margin: 0 0 15px;
  padding: 4px 0 0 5px;
}

ul.bullet-check li {
  background-image: url("/images/typography/bullet9.png");
}

ul.bullet-check li {
  background-position: 0 8.5px;
  background-repeat: no-repeat;
  list-style: outside none none;
  margin: -7px 0 3px;
  padding: 9px 0 0 28px;
}

/* Side Menu Styling */
.uk-nav-side > li.uk-active > a {
  background: none repeat scroll 0 0 #3C8BC8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #FFFFFF;
}

.uk-panel-header .uk-panel-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #000;
  padding-bottom: 10px;
}

ul.uk-nav-sub {
  padding: 7px 0 17px 39px;
  font-size: 15px;
}

.uk-nav-side ul a {
  color: #000;
  font-size: 16px;
}

.uk-nav ul a {
  padding: 8px 0px 8px 13px;
  font-size: 15px;
}

.uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #2E2E2E;
  outline: medium none;
  font-size: 16px;
}

ul.uk-nav-sub > li > a:hover, .uk-nav-side > li > a:focus {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #2E2E2E;
  outline: medium none;
  font-size: 15px;
}

.uk-nav-parent-icon > .uk-parent > a:after {
  content: "";
  float: right;
  font-family: FontAwesome;
  margin-right: -10px;
  text-align: center;
  width: 23px;
  font-size: 15px;
}

ul.uk-nav-sub > li.uk-active > a {
  background: none repeat scroll 0 0 #64a6d9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #FFFFFF;
}

/* Bullet Point Stylings */
ul.bullet-1 {
  margin: 0 0 15px;
  padding: 4px 0 0 5px;
}

ul.bullet-1 li {
  background-image: url("/images/typography/bullet1.png");
}

ul.bullet-1 li {
  background-position: 0 8.5px;
  background-repeat: no-repeat;
  list-style: none outside none;
  margin: 0 0 10px;
  padding: 0 0 0 15px;
}

ul.bullet-5 {
  margin: 0 0 15px;
  padding: 4px 0 0 5px;
}

ul.bullet-5 li {
  background-image: url("/images/typography/bullet5.png");
}

ul.bullet-5 li {
  background-position: 0 8.5px;
  background-repeat: no-repeat;
  list-style: none outside none;
  margin: 0 0 10px;
  padding: 0 0 0 15px;
}

ul.bullet-8 {
  margin: 0 0 15px;
  padding: 4px 0 0 5px;
}

ul.bullet-8 li {
  background-image: url("/images/typography/bullet8.png");
}

ul.bullet-8 li {
  background-position: 0 8.5px;
  background-repeat: no-repeat;
  list-style: outside none none;
  margin: 0 0 10px;
  padding: 0 0 0 15px;
}

/* YOO Product Category Headings */
#yoo-zoo .categories h2.title {
  font-size: 19px;
  font-weight: bold;
  line-height: 37px;
  text-align: center;
  margin: 5px 0px 0px 0px;
}

.product-right {
position:relative;
    float:right;
}

.product-text-left {
position:relative;
    float:left;
}

.zoo-gallery .slides, .zoo-gallery .nav {
  list-style: none outside none;
  margin-bottom: 15px;
  padding: 0;
}



/* YOO Product Item Headings */
#yoo-zoo .item h1.pos-title {
  color: #505050;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 10px;
}

/* YOO Product Item TEASER Headings */
#yoo-zoo .items h2.pos-title {
  font-size: 17px;
  font-weight: bold;
  line-height: 16px;
  margin: 4px 0 0;
  text-align: left !Important;  
}

/* YOO Product Item TEASER Descriptions */
#yoo-zoo .items div.pos-description {
   text-align: left !Important;  
}

/* YOO Product Item TEASER Links */
#yoo-zoo .items p.pos-links {
  margin: 7px 0 0;
  text-align: left !Important;  
}


/* YOO Product Item Teaser Spacing */
#yoo-zoo .items div.teaser-item {
  overflow: hidden;
  padding: 19px 10px;
}

/* YOO Product Item Gallery Top and Right Margins */
#yoo-zoo .item div.media-right {
  float: right;
  margin-top: 38px;
  margin-right: 25px;
}

/* YOO Product Item Gallery Image Centre */
.yoo-zoo.product-default .pos-media.media-right .zoo-gallery .slides li img,  
.yoo-zoo.product-default .pos-media.media-right .zoo-gallery-wall.nav  {     
display: table;    
margin: 0 auto;    
}  

.yoo-zoo.product-default .pos-media.media-right .zoo-gallery-wall.margin > * {  
margin: 0 7px 15px 7px;  
}

/* Top of Articles Reduced Space */
.uk-article:nth-child(n+2) {
  margin-top: 0px;
}

/* Zoo Surround Grey Colour to Match Other Modules */
#yoo-zoo div.box-t3 {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px solid #dddddd;
  height: 9px;
}

#yoo-zoo div.box-1 {
  background: none repeat scroll 0 0 #ffffff;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  overflow: hidden;
}

#yoo-zoo div.box-b3 {
  background: none repeat scroll 0 0 #ffffff;
  border-bottom: 1px solid #dddddd;
  height: 9px;
}

/* 20px margin at the bottom of the ZOO categories removed 0 0 20px */
#yoo-zoo .categories {
  margin: 0;
  position: relative;
  text-align: center;
}

/* 20px margin at the bottom of the ZOO items removed 20px */
#yoo-zoo .item > div.floatbox {
  margin-bottom: 0px;
}

/* Space to the Right of Item Teasers */
#yoo-zoo .items div.media-left {
  float: left;
  margin-right: 23px;
}