/*
Theme Name: Webvrouw
Theme URI: http://webvrouw.nl
Author: the CSSIgniter team
Author URI: http://www.cssigniter.com/
Description:
Version: 1.0
License:
*/

	
/*
============================================================================
Reset (No need to edit anything)
============================================================================
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}

:focus {
	outline:0;
}

body {
	background:#fff;
	line-height:1;
}

ol,ul {
	list-style:none;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption,th,td {
	font-weight:normal;
	text-align:left;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:"";
}

blockquote,q {
	quotes:;
}

a img {
	border:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

.group:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

figure {
  margin: 0;
  padding: 0;
}
	
/*
============================================================================
Global (h1..h6,lists,paragraphs,tables,links,form elements etc)
============================================================================
*/

/* Headings */
h1 {
	font-size: 2.666666666666667em;
}

h2 {
	font-size: 2.333333333333333em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.666666666666667em;
}

h5 {
	font-size: 1.333333333333333em;
}

h6 {
	font-size: 1em;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin-bottom:0.3em;
}

hr {
	background-color:#ccc;
	border:0;
	height:1px;
	margin-bottom:1.625em;
}


	
/* Text elements */
p {
	margin-bottom:1.625em;
}

ul,ol {
	margin:0 0 1.625em 2.5em;
}

ul {
	list-style:square;
}

ol {
	list-style-type:decimal;
}

ol ol {
	list-style:upper-alpha;
}

ol ol ol {
	list-style:lower-roman;
}

ol ol ol ol {
	list-style:lower-alpha;
}

ul ul,ol ol,ul ol,ol ul {
	margin-bottom:0;
}

dl {
	margin:0 1.625em;
}

dt {
	font-weight:bold;
}

dd {
	margin-bottom:1.625em;
}

strong {
	font-weight:bold;
}

cite,em,i {
	font-style:italic;
}

blockquote {
	font-family:Georgia, "Bitstream Charter", serif;
	font-style:italic;
	font-weight:normal;
	margin:0 3em;
}

blockquote em,blockquote i,blockquote cite {
	font-style:normal;
}

blockquote cite {
	color:#666;
	font:12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
	letter-spacing:.05em;
	text-transform:uppercase;
}

pre {
	font:13px "Courier 10 Pitch", Courier, monospace;
	line-height:1.5;
	margin-bottom:1.625em;
	overflow:auto;
	padding:.75em 1.625em;
}

/*code,*/
kbd {
	font:13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,acronym,dfn {
	cursor:help;
}

address {
	display:block;
	margin:0 0 1.625em;
}

ins {
	text-decoration:none;
}

sup,sub {
	height:0;
	line-height:1;
	position:relative;
	vertical-align:baseline;
}

sup {
	bottom:1ex;
}

sub {
	top:.5ex;
}
	
/* Form elements */
input[type=text],input[type=password],textarea {
}

input[type=text]:focus,textarea:focus {
}

textarea {
	padding-left:3px;
	width:98%;
}

input[type=text] {
	padding:3px;
}

/* Text links */
a {
	text-decoration:none;
}

a:focus,a:active,a:hover, a:visited {
	text-decoration:underline;
  color: #e5035e;
}

.entry a, .entry a:visited {
  color: #e5035e;
}

/* Alignment */
.alignleft {
	display:inline;
	float:left;
	margin-right:1.625em;
}

.alignright {
	display:inline;
	float:right;
	margin-left:1.625em;
}

.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/* Make sure embeds and iframes fit their containers */
embed,iframe,object {
	max-width:100%;
}

img {
  max-width: 100%;
}
	
/*
============================================================================
Structure (for every page in the theme)
============================================================================
*/

* {
  -o-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -webkit-transition:all .2s linear;
  transition:all .2s linear;
}

body {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #515151;
  line-height: 1.1;
}

.wrap {
  max-width: 950px;
  padding: 0 10px;
  margin: 0 auto;
}

#page {
  background-image: linear-gradient(bottom, rgb(204,204,204) 7%, rgb(255,255,255) 41%);
  background-image: -o-linear-gradient(bottom, rgb(204,204,204) 7%, rgb(255,255,255) 41%);
  background-image: -moz-linear-gradient(bottom, rgb(204,204,204) 7%, rgb(255,255,255) 41%);
  background-image: -webkit-linear-gradient(bottom, rgb(204,204,204) 7%, rgb(255,255,255) 41%);
  background-image: -ms-linear-gradient(bottom, rgb(204,204,204) 7%, rgb(255,255,255) 41%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.07, rgb(204,204,204)),
    color-stop(0.41, rgb(255,255,255))
  );
}

/*
============================================================================
Header (Logo etc)
============================================================================
*/

#header {
  color: #cccccc;
  background: #373334;

  background-image: linear-gradient(bottom, rgb(123,120,121) 54%, rgb(36,36,36) 94%);
  background-image: -o-linear-gradient(bottom, rgb(123,120,121) 54%, rgb(36,36,36) 94%);
  background-image: -moz-linear-gradient(bottom, rgb(123,120,121) 54%, rgb(36,36,36) 94%);
  background-image: -webkit-linear-gradient(bottom, rgb(123,120,121) 54%, rgb(36,36,36) 94%);
  background-image: -ms-linear-gradient(bottom, rgb(123,120,121) 54%, rgb(36,36,36) 94%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.54, rgb(123,120,121)),
    color-stop(0.94, rgb(36,36,36))
  );
}

#header > .wrap {
  position: relative;
  padding: 20px 10px;
}

.caricature {
  background: url("images/babe.png") no-repeat scroll 0 0 transparent;
  height: 287px;
  left: -60px;
  position: absolute;
  top: -35px;
  width: 250px;
}

#after-head {
  height: 40px;
  background: #cccccc;
  margin-bottom: 10px;
  line-height: 0;
}

.top-ad {
  line-height:1;
  float: right;
  max-width: 468px;
  text-align: center;
}

.top-ad span {
  margin-bottom: 5px;
  display: block;
}

.logo {
  float: left;
  max-width: 348px;
  line-height: 1;
  margin-left: 90px;
  position: relative;
  z-index: 500;
}

.logo h1 {
  margin: 0;
  padding:0;
  line-height: 0;
}


/*
============================================================================
Navigation (for every navigational element in the theme)
============================================================================
*/

nav {
  margin-top: 110px;
  margin-bottom: 15px;
}

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

nav li {
  position: relative;
}

nav a {
  white-space: nowrap;
  display: block;
}

ul#navigation {
  font-family: "Century Gothic", Arial, sans-serif;
  font-size: 15px;
}

ul#navigation a, ul#navigation a:visited {
  color: #333333;
}

ul#navigation a:hover {
  color: #e5035e;
  text-decoration: none;
}

ul#navigation li {
  padding: 3px 0;
  position: relative;
  display: block;
}

#navigation li.current_page_item > a,#navigation li.current-menu-parent > a, #navigation  li.current_page_parent >a {
  color: #e5035e !important;
  font-weight: bold;
}

li.sfHover > a {
  color: #e5035e !important;
}

nav select {
  display: none;
}

/*1st level*/

#navigation ul {
  position: absolute;
  z-index: 500;
}

#navigation .sub-menu {
  margin-left: 105px;
  background: #fff;
  padding: 10px 15px;
  border: 1px solid rgba(220, 0, 88, 0.6);
  top: 0;
  display: none;
}

#navigation li:hover > .sub-menu {
  top: 0;
}

#navigation .sub-menu .sub-menu {
  margin-left: 130px;
}


	
/*
============================================================================
Content
============================================================================
*/

#sidebar {
  float: left;
  width: 20%;
}

#main-content {
  float: right;
  width: 80%;
}

.main-thumb {
  margin-bottom: 5px;
}

.entry {
  padding: 10px;
  background: #eaeaea;
  margin-bottom: 10px;
}

.entry h2 {
  font-size: 1.5em;
}

.entry h3 {
  font-size: 1.4em;
}

.entry h4 {
  font-size: 1.2em;
}

.entry h5 {
  font-size: 1em;
}

/*
============================================================================
Comments (everything related to the comments section)
============================================================================
*/

#respond {
  margin-top: 15px;
}

h3#comments {
  margin-top: 20px;
}

.commentlist {
  list-style: none;
  margin: 10px 0;
  padding: 10px 0;
  border: 1px solid #ccc;
  border-right: none;
  border-left: none;
}

.commentlist .children {
  list-style: none;
  margin-top:10px;
  border-top: 1px solid #d7d7d7;
}

.comment {
  margin: 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}

.comment a, .comment a:visited, .comment a:active {
  color: #000;
}

.comment cite {
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
}

.comment-meta {
  left: 50px;
  position: relative;
  top: -32px;
}

.comment-meta a {
  color: #777 !important;
}

.comment .avatar {
  margin-right: 15px;
}

.comment:last-of-type {
  border-bottom: none;
}
/*
============================================================================
Footer
============================================================================
*/

#footer {
  background: #161616;
  background-image: linear-gradient(bottom, rgb(0,0,0) 17%, rgb(47,47,47) 80%);
  background-image: -o-linear-gradient(bottom, rgb(0,0,0) 17%, rgb(47,47,47) 80%);
  background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 17%, rgb(47,47,47) 80%);
  background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 17%, rgb(47,47,47) 80%);
  background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 17%, rgb(47,47,47) 80%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.17, rgb(0,0,0)),
    color-stop(0.8, rgb(47,47,47))
  );
  color: #fff;
  margin-top: 10px;

  font-family: Tahoma, Arial, sans-serif;
}

#footer a, #footer a:visited {
  color: #fff;
}

#footer > .wrap {
  padding: 10px;
}

#footer h3 {
  font-size: 1.5em;
  font-weight: normal;
  float: left;
}

.foot-top .widget {
  float: right;
}

.foot-top {
  border-bottom: 1px solid #9d9d9d;
  padding: 5px 0;
}

.site-copy {
  padding-top: 30px;
  font-size: 1.2em;
}

.site-url {
  font-size: 1.8em;
  font-weight: bold;
}

.rss {
  background: url('images/social-sprite.png') no-repeat 0 -40px; width: 40px; height: 40px;
  text-indent: -999em;
  cursor: pointer;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: -16px;
}

.site-copy .links a {
  display: block;
}

/*
============================================================================
Widgets 
============================================================================
*/
.widget-area {
}

.widget {
}

.widget-title {
}

.widget ul {
	margin:0;
  list-style: none;
  padding: 0;
}

.widget ul ul {
	margin-left:1.5em;
}

.widget ul li {
	font-size:12px;
}

.widget a {
}

.widget a:hover,.widget a:focus,.widget a:active {
}


	
/* Search Widget */
.widget_search form {
  position: relative;
  width: 100%;
  margin-top: 6px;
  line-height: 0;
}

.widget_search #s {

}

.widget_search #searchsubmit {

}

.widget_search #searchsubmit:active {

}

.widget_search input[type=text] {
  border: none;
  border-radius: 0;
  padding: 7px 6px 6px 6px;
  font: inherit;
  width: 94%;
  box-shadow: inset 3px 3px 3px 0 rgba(0,0,0,0.5);
}

.widget_search form:after {
  content: " ";
  position: absolute;
  width: 38px;
  height: 43px;
  background: url("images/mag.png") no-repeat;
  right: -9px;
  top: -17px;
}

.widget_search input[type=submit] {
  border: none;
  background: transparent;
  color: #f7488e;
  font-family: "Century Gothic", Arial, sans-serif;
  font-size: 15px;
  cursor: pointer;
  z-index: 200;

  position: absolute;
  top: 2px;
  right: 3px;
}
/* Search widget on header */

#after-head .widget_search {
  float: right;
  width: 23%;
}

#after-head .widget_search h3 {
  display: none;
}






/* Ephemera Widget */
section.ephemera ol,.widget_twentyeleven_ephemera ol {
	list-style:square;
	margin:5px 0 0;
}

.widget_twentyeleven_ephemera .widget-entry-title {
	padding:0;
}

.widget_twentyeleven_ephemera .comments-link a,.widget_twentyeleven_ephemera .comments-link > span {
	display:block;
	font-weight:bold;
}

section.ephemera .entry-title .comments-link a:hover,.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}

section.ephemera .entry-title a span {
}


	
/* Widget Image */
.widget_image img {
	height:auto;
	max-width:100%;
}

/* Flickr Widget */

.flickr_badge_image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.flickr_badge_image:nth-child(3n) {
	margin-right: 0;
}


	
/* Calendar Widget */
.widget_calendar #wp-calendar {
	width:95%;
	text-align:center;
}

.widget_calendar #wp-calendar caption,.widget_calendar #wp-calendar td,.widget_calendar #wp-calendar th {
	text-align:center;
}

.widget_calendar #wp-calendar caption {
	font-size:11px;
	padding:5px 0 3px;
	text-transform:uppercase;
}

.widget_calendar #wp-calendar th {
	font-weight:bold;
}

.widget_calendar #wp-calendar tfoot td {
}

/* Socials */

#footer .foot-top .widget h3 {
  font-size: 1.1em;
  font-weight:normal;
  display: inline;
  margin: 0;
  padding: 0;
}

.icn-container {
  width: 160px;
}

.icn {
  display: inline-block;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  background: url("images/social-sprite.png") no-repeat;
  cursor: pointer;
  text-indent: -999em;
  position: relative;
  top: -6px;
}

.icn.facebook {
  background-position: 0 -1px;
}

.icn.hyves {
  background-position: -32px -1px;
}

.icn.twitter {
  background-position: -63px 0;
}

/* Footer Widgets */

.foot-bottom {
  padding: 10px 0;
}

.foot-bottom .widget {
  float: left;
  width: 23.15789473684211%;
  margin-right: 2.45614035087719%;
}

.foot-bottom .widget:last-child {
  margin-right: 0;
}

.foot-bottom .widget ul li {
  padding: 6px 0;
  font-size: 1.2em;
}


/* Inner sidebar widgets */
.inner-sidebar .widget {
  margin-bottom: 20px;
  font-size: 11px;
}

.inner-sidebar .widget h3 {
  font-size: 1.5em;
}

.inner-sidebar .widget ul {
  padding: 7px;
  background: #dadada;
}

.inner-sidebar .widget ul li {
  display: block;
  padding-bottom: 15px;
}

.inner-sidebar .widget ul li a {
  font-size: 11px;
  color: #515151;
}

.inner-sidebar .widget ul li a:hover {
  color: #E5035E;
  text-decoration: none;
}
	
/*
============================================================================
Template Name: (E.g. Homepage - Styles that apply only here
============================================================================
*/


/*
============================================================================
 Entries
============================================================================
*/

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5 {
  color: #e5035e;
}


/*
============================================================================
 Inner Pages
============================================================================
*/

.main-entry-content h1 {
  font-size: 1.833333333333333em;
  font-weight: normal;
  margin-bottom: 0.8em;
}

.inner-sidebar {
  float: right;
  width: 27.31578947368421%;
}

.main-entry-content {
  float: left;
  width: 70.68421052631579%;
  font-size: 1.4em;
}


/*
============================================================================
 Links Page
============================================================================
*/

.links-container  {
  list-style: none;
  margin: 0;
  padding: 0;
}

.linklist {
  float: left;
  width: 30%;
  margin-right: 4.5%;
  margin-bottom: 10%;
  list-style: none;
}

.linklist:nth-of-type(3n) {
  margin-right: 0;
}

.linklist h3 {
  font-size: 1.2em;
  margin-bottom: 4px;
}

.linklist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.linklist ul li {
  display: block;
}

.linklist ul li a {
  display: block;
  padding: 4px;
  background: #cccccc;
  margin-bottom: 2px;
  color: #403d3e;
}

.linklist ul li a:hover {
  text-decoration: none;
  color: #e5035e;
}

.mid-ad {
  text-align: center;
  max-width: 468px;
  margin: 0 auto 55px;
}

/* Blog Page */
.post-meta {
  margin: 3px 0 10px 0;
}

.entry-time {
  margin-right: 15px;
}

.entry-time time {
  font-weight: bold;
}

/*
============================================================================
 WoooCommerce Styles
============================================================================
*/

ul.products li.product .price {
  margin-bottom: 1em !important;
  font-size: 1.1em !important;
}

ul.products li.product h3 {
  font-size: 1em !important;
  overflow: hidden;
}


/* Cart */

.main-cart {
  float: left;
  position: relative;
  z-index: 1000;
  color: #000;
  margin-left: 189px;
  margin-top: 20px;
}

/*
============================================================================
 Media Queries
============================================================================
*/

@media only screen and (max-width: 925px) {
  .top-ad {
    float: left;
    margin-bottom: 15px;
    margin-left: 89px;
  }

  .caricature {
    top: 50px;
  }
}

@media only screen and (max-width: 800px ) {
  #sidebar {
    width: 100%;
    float: none;
  }

  #main-content {
    float: none;
    width: 100%;
  }

  .caricature {
    display: none;
  }

  .top-ad,.logo {
    margin: 0 auto;
    float: none;
  }

  .top-ad {
    margin-bottom: 15px;
  }

  .widget_ad {
    display: none;
  }

  nav {
    margin: 0;
  }

  img {
    min-width: 100%;
  }

  .widget_search input[type=text] {
    width: 98%;
    margin-top: 5px;
  }

  #after-head .widget_search {
    width: 100%;
    float: none;
    margin-top: 5px;
  }

  .foot-bottom .widget {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 4%;
  }

  .foot-bottom .widget:nth-child(2n) {
    margin-right: 0;
  }

  #header > .wrap {
    padding-bottom: 60px;
  }

  nav select {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 4px solid #ccc;
  }

  ul#navigation {
    display: none;
  }

  .main-cart {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    margin: -20px 0 0 0;
    font-size: 1.2em;
    top: -20px;
  }

  .cart-contents, .cart-contents:visited {
    color: #e5035e !important;
  }

}

@media only screen and (max-width: 700px ) {
  .main-entry-content {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }

  .inner-sidebar {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }

  .linklist {
    float: none;
    margin: 0 0 25px 0;
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .site-copy {
    text-align: center;
  }

  .foot-bottom .widget {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    text-align: center;
  }

  .foot-bottom .widget ul li {
    border-bottom: 1px dotted #444;
  }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 480px) {

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 480px) {

}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {

}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
  /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
  /* Styles */
}

woocommerce p.stars, .woocommerce-page p.stars {
width: 5em;
}

.comments-area  .media-object,
.wp-smiley, 
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  display: initial;
  max-width: initial;
  min-width: initial;
  height: initial;
}

.wp-smiley {
  float:none !important;
}

.verderwinkelen {
                font-size: 100%;
                margin: 0;
                line-height: 1;
                cursor: pointer;
                position: relative;
                text-decoration: none;
                overflow: visible;
                padding: .618em 1em;
                font-weight: 700;
                border-radius: 3px;
                left: auto;
                color: $secondarytext;
                background-color: $secondary;
                border: 0;
                white-space: nowrap;
                display: inline-block;
                background-image: none;
                box-shadow: none;
                -webkit-box-shadow: none;
                text-shadow: none;

}
/* woocommerce products */
.woocommerce ul.products li.product a.button, .verderwinkelen {
  font-size: 0.8em;
  background-color: #a46497;
  color: #fff;
}
.woocommerce div.product  .summary.entry-summary .woocommerce-product-rating {
  margin-bottom: 0.5em;
}

.woocommerce div.product .summary.entry-summary p.price {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.woocommerce div.product .summary.entry-summary h1 {
  margin-bottom: 0;
}
.woocommerce div.product .summary.entry-summary p {
  margin-bottom: 0.5em;
}

.textwidget .trustlogos img {
    min-width:0;
    max-width:50%;
}
@media only screen and (max-width: 480px) {
.textwidget .trustlogos img {
    min-width:0;
    max-width:20%;
}
}
