body {
 font-family: 75%/150% 'Texta-Medium'!important;
 }
 
  .small-p {
	float: left;
	margin-top: 10px;
	width: 75px;
	height: 80px;
	background-image: url("../images/small-p.png")!important;
	background-size: 80px 80px;
	background-repeat: no-repeat;
 }
 
 .nav-regular .nav-item.level0 > a {
    font-size: 1.40em;
	font-family: 'Texta-Heavy';
}

  h1 {
	font-size: 2em;
	}


 h2 {
	color: #231f20;
	font-weight: normal;
	font-family: 'Texta-Heavy';
 }
 
 h3 {
	font-size: 1.7em;
	font-weight: normal;
	color: #231f20;
	font-family: 'Texta-Heavy';
 }
 
 .std b, .std strong {
    font-weight: normal;
	font-family: 'Texta-Bold';
}

@media screen and (min-width: 960px) {

	/* Fix to make columns read vertically rather than horizontally */

	.dd-itemgrid-4col > .nav-item {
	 	width: 100%;
	 	clear: both !important;
	}
	
    .dd-itemgrid-4col > .nav-item.first a {
   		font-family: 'Texta-Heavy';
    }
 
	.dd-itemgrid-4col {
		 -webkit-column-count: 4; /* Chrome, Safari, Opera */
		 -moz-column-count: 4; /* Firefox */
		 column-count: 4;
		 -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
		 -moz-column-gap: 40px; /* Firefox */
		 column-gap: 40px;
	}
}
 
 .nav-social-links {
 float: right;
 background: 1px solid red;
 padding: 13px 14px 0px 0px;
 }

@media only screen and (max-width: 1024px) { 
 .nav-social-links {  padding: 13px 14px 13px 0px;  }
}

@media only screen and (max-width: 900px) { 
	.home-blog-read-more { padding-bottom: 10px; }
	.home-grey-box { margin-bottom: 20px; }
	.home-grey-box-video { width: 96%!important; padding: 2%; }
}

.group-item input[type=checkbox]:not(old):checked + label > span:before, .product-view-simple .group-item .select-format .box:before, .product-view-downloadable .group-item .select-format .box:before {
  color      : #01aef0;
}

.format .help-icon {
	background: #01aef0;
}

.format .help-icon:hover {
	color: #01aef0;
}
 
.nav-regular .caret {
	margin-left: 5px;
}

.section-title { 
	padding: 15px; 
	font-size: 1.7em; 
	border-bottom: 0px;
	font-weight: normal;
	font-family: 'Texta-Heavy';
	background: #f2f3f5;
	}
	
.box-additional .section-title { 
	background: #fff; 
	}
	
	.block .block-subtitle {
	font-weight: normal;
	font-family: Texta-Bold;
}

.link-cart {
    font-weight: normal;
	font-family: Texta-Bold;
}


	
	
.home-sections { 
	padding: 15px 0px 15px 0px; 
	background: #fff;
	margin-top: 15px;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #01aef0;
	font-family: "Texta-Heavy";
	font-size: 1.7em;
	}
	
.home-author-image {
	margin-top: 15px;
	margin-bottom: 8px;
}

.twitter-feed {
  max-height: 440px;
}

.home-grey-box a {
	color: #f88123;
	font-weight: normal;
	font-family: 'Texta-Medium';
}

.add-to-links li {
	margin-right: 10px;
	border: 1px solid #fff;
}

.product-view .short-description {
    line-height: 1.5em;
	display: none; /* temporary hide because no short descriptions have been provided in the feed. */
}



.products-grid .item {
	/*padding-top: 45px;*/
	border-top: 0;
}
	
.toolbar, .pager, .sorter {
    border-bottom: 0px;
    border-top: 0px;
	}
	
.sorter {
	margin-bottom: 30px;
}
	
.toolbar .pager {
    border-bottom: 0px;
    border-top: 0px;
	}
	
.ic-compare {
	display: none;
	}
	
.link-compare .label {
	display: none;
}

.ib, .social-links a > span.icon {
	border-radius: 0;
	border: 1px solid #cfd7da;
	background: #fff!important;/* THIS SHOULD BE DEFINED IN THE ADMIN PANEL BUT NOTHING SEEMS TO WORK */

}

.block .block-title, .section-title, .cart .crosssell h2, .cart .discount h2, .cart .shipping h2 {
    border-bottom: 0;
}
/*
.account-login h2, #opc-login h3, .fieldset .legend, .multiple-checkout .col2-set h2.legend, .info-set h2.legend {
    border-bottom: 0;
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	background: #b2b2b2;
	padding: 15px;
}
*/

.breadcrumbs {
	font-size: 14px;
	margin-bottom: 0px;
}

.breadcrumbs .sep:before {
    font-size: 14px;
	content: "›";
}

.breadcrumbs li .sep {
	margin-top: -5px;
}


/* Home page blog feeds
-------------------------------------------------------------- */

.home-blog-post {
	width: 31.33%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	margin-top: 20px;
}

.blog-right .home-blog-post {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	float: left;
	margin-top: 20px;
}

.blog-right .home-blog-heading {
	min-height: 0px;
	height: auto;
	font-size: 1.2em!important;
	line-height: 1em;
}

.blog-right .postContent {
	display: none;
}

.blog-right .postTitle h3 {
    font-size: 0.8em;
}


.home-blog-heading {
	min-height: 60px;
	height: auto;
	font-size: 1.7em!important;
	line-height: 1em;
}

.home-blog-heading a {
	color: #01aef0;
}

@media only screen and (min-width: 700px) and (max-width: 1024px) and (orientation: portrait) {
	.home-blog-heading {
	min-height: 90px;}
}

@media only screen and (min-width: 700px) and (max-width: 1024px) and (orientation: landscape) {
	.home-blog-heading {
	min-height: 70px;}
}


.postContent {
	font-family: 'Texta-Medium';
	font-size: 1em;
}

.postContent p {
margin-bottom: 15px;
}

.home-blog-post .postTitle {
	margin-bottom: 15px;
}


.home-grey-box  {
	overflow: hidden;
}


.home-grey-box h4 {
	font-size: 1.7em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 15px 10px 15px 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #231f20;
	font-family: 'Texta-Heavy';
}

.home-grey-box .home-blog-post {
	width: 43%;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 12px;
	margin: 0 0 0 0;
	float: left;
	background: #f1f2f4;
	padding-bottom: 1000px;
    margin-bottom: -1000px;
}



.home-grey-box .home-blog-heading { 
	font-size: 1em!important; 
	height: auto;
    min-height: 0px;
}

.home-grey-box .postContent { 
	display: none; 
}

.home-grey-box h3 {
	display: none;
}






/* My Account
-------------------------------------------------------------- */

.form-list label {
	padding-bottom: 8px;
	font-weight: normal;
	font-family: 'Texta-Bold';
}

p.hello {
	padding: 0px 0px 10px 0px;
}

.block-account li {
	list-style: none;
}

.box-account .box-head {
	padding-bottom: 10px;
	text-transform: uppercase;
}

.block-account li > * {
    padding: 3px 0;
}

.dashboard .page-title h1 {
	color: #41484c;
}

.my-account .page-title h1 {
	color: #41484c;
}

.block-account .block-content ul {
    list-style:none;
    padding-left: 0px;
}

.block-account .block-title {
    background: none;
    padding-left: 0px !important;
	color: #41484c!important;
}

.block-voucher-form .block-header {
    background: none repeat scroll 0 0 #f2f3f5;
    padding: 0;
    width: 100%;
}

.block-voucher-form .block-header h2 {
	padding: 15px;
	margin-bottom: 0;
}

.discount-form .input-box {
	margin-top: 20px;
	margin-bottom: 20px;
}

.block .block-title strong {
	color: #41484c!important;
}

.box-account .col2-set {
	padding: 30px 0px 30px 0px;
}

.box-account .col2-set .box-title {
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	background: #b2b2b2;
	border: 0px;
}

.box-account .col2-set .box-title a:link { color: #231f20!important; }

.data-table thead th {
    font-weight: normal;
	font-family: 'Texta-Bold';
}

.data-table tr.even td, .data-table tr.even th {
    border-right: 1px solid #f2f3f5;
}

.my-account .columns {
	padding: 0px 0px 20px 0px;
}

.my-account .fieldset {
	background: #f2f3f5;
	padding: 15px;
}

.fieldset button {
    background-color: #ddd;
}

.fieldset button:hover {
	background: #484848;
	color: #fff;
	}
	
.buttons-set button.button, .button {
    font-family: "Texta-Medium";
    font-size: 1em;
}

.my-account h2 {
	padding: 0 0px 5px 0px;
	font-family: "Texta-Bold"!important;
}

.success-msg {
    background-color: #e5e8ed;
	}
	
.error-msg, .success-msg, .note-msg, .notice-msg {
    font-size: 1em !important;
}
	
	
.price-incl-tax .price {
    font-weight: normal;
	font-family: 'Texta-Bold';
}

	



.action-box .grid12-8 {
    padding-top: 20px;
}
 
.grid-section-title { 
	padding: 15px 15px 25px 0px; 
	background: none; 
	font-size: 1.7em; 
	border-bottom: 0px;
	font-weight: normal;
	font-family: "Texta-Heavy";
	}
	
	.profile-home-events {
	background: #f3f3f3;
	}
	
	.profile-home-signup {
	background: #f3f3f3;
	}

.highlighted-cms {
	margin: 0 auto;
	width: 85%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	background: #f2f3f5;
}

.highlighted-cms p {
	margin-bottom: 15px;
}

.page {
	font-family: Texta-Medium;
	font-size: 1.1em;
}

.footer {
	font-family: Texta-Medium;
	font-size: 1em;
}

h4 {
    color: #231f20;
    font-family: Texta-Heavy !important;
    font-size: 1.5em;
    line-height: 1.25em;
	padding-top: 10px;
}

.page-title h1 {
	text-transform: none;
	font-family: Texta-Heavy;
}

.product-view .product-shop .product-name h1 {
    font-size: 2.5em;
    margin: 0;
	font-family: Texta-Heavy;
}

.footer-logo {
	height: 85px;
}

.meta-data-heading {
	font-family: Texta-Bold;
}

/* Hides prices on home page (products and authors) */
.cms-home .price-box {
	display: none;
}
/*

.category-authors .toolbar {
	display: none;
}

.cms-home .pager, .cms-home .sorter {
        display: none;
}

.cms-news .toolbar {
	display: none;
}

.cms-events .toolbar {
	display: none;
}
*/


/* Makes the qty label go to the left of the add to basket button */
.add-to-cart.left-side .qty-wrapper {
	float: left;
	margin-top: -7px;
}

.mega-menu {
	font-size: 1.7em;
	font-family: Texta-Heavy;
	text-transform: uppercase;
}

.mega-collection-logo {
	height: 35px;
	float: left;
	margin: 20px 2% 10px 2%;
}

.nested-container {
	overflow: hidden;
	height: 100%;
}

.home-signup-container {
	background-image: url("../images/p-signup-bg.png");
	background-repeat: no-repeat;
}

.monkey-additional-lists {
	background:#f5f5f5;
	padding: 20px;
	margin: 10px 0px 10px 0px;
}

.monkey-additional-lists label {
	font-family: Texta-Medium;
	font-size: 1.2em;
}

.link-compare {
	display: none;
}


.basket-ebook-notice {
	padding-top: 10px;
	padding-bottom: 20px;
}

.monkey-additional-lists input[type="checkbox"] {
    opacity: 1!important;
}

blockquote {
	margin-bottom: 10px;
}

.footer-heading {
	font-family: Texta-Bold;
}

/* Makes add to basket button smaller on product page */
.add-to-cart .button {
	line-height: 30px;
	padding: 0 15px;
}

.keynote {
	font-family: 'Texta-Medium';
	font-weight: 100;
	margin-bottom: 20px;
}

/* Site map*/

.creareseo-sitemap .sitempan 
{
  width: 50% !important;
}

.creareseo-sitemap .siteul li 
{
  list-style: none!important;
}
.creareseo-sitemap .sitecatul li.cat ul
{
  margin:0px !important;
  
}
.creareseo-sitemap .sitecatul li.cat ul li
 {
  list-style: none !important;
}
.creareseo-sitemap h2 
{
  padding:0px !important;
  font-size: 2em !important;
  line-height: 1.25em !important;
}

@media only screen and (max-width: 360px) 
{
	.creareseo-sitemap .sitempan 
	{
	  width: 100% !important;
	}
}

/*Newsletter Signup*/

.custom-signup .input-box input[type=text]
{
	  background: #ccd3dd;
	  width: 90%;
}
.custom-signup .block-subscribe .input-box
 {
  padding: 10px 0px 10px 0px;
}
.custom-signup .block-subscribe .input-box label
 {
   font-weight:bold;
   color:#333333;
}
.custom-signup
{
	width:100%;
	clear:both;
	float:left;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
	.block-subscribe .button { font-size: 0.8em; padding: 0; }
}

/*Error message*/

.error-msg
{
	background-image:none;
}
.error-msg ul li
{
	margin-left:-60px;
}

/* Rules for Phone Portrait (480px) */
@media only screen and (max-width: 360px) {

.home-blog-post { width: 100%; margin-left: 0%; margin-right: 0%; margin-bottom: 10px; }
.home-grey-box .home-blog-post { width: 96%; margin-left: 0%; margin-right: 0%; margin-bottom: 0px; padding-top: 8px; padding-bottom: 0px; padding-left: 2%; padding-right: 2%; }
.footer-logo { height: 65px; }

}

/* Rules for Phone Landscape (480px) */
@media only screen and (min-width: 321px) and (max-width: 800px) and (orientation: landscape) {

.home-blog-post { width: 100%; margin-left: 0%; margin-right: 0%; margin-bottom: 10px;}
.home-grey-box .home-blog-post { width: 96%; margin-left: 0%; margin-right: 0%; margin-bottom: 0px; padding-top: 8px; padding-bottom: 0px; padding-left: 2%; padding-right: 2%; }
}
