@import url("https://fonts.googleapis.com/css?family=Montserrat|Londrina+Shadow|Londrina+Solid|Sue+Ellen+Francisco"); .container-fluid {
margin-right: auto;
margin-left: auto;
padding-right: 2rem;
padding-left: 2rem
}
.row {
box-sizing: border-box;
display: -webkit-flex;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
-webkit-box-flex: 0;
flex: 0 1 auto;
-webkit-flex-direction: row;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -1rem;
margin-left: -1rem
}
.row.reverse {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse
}
.col.reverse {
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
flex-direction: column-reverse
}
.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
box-sizing: border-box;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem
}
.col-xs {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
-webkit-flex-basis: 0;
flex-basis: 0;
max-width: 100%
}
.col-xs-1 {
-ms-flex-preferred-size: 8.333%;
-webkit-flex-basis: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%
}
.col-xs-2 {
-ms-flex-preferred-size: 16.667%;
-webkit-flex-basis: 16.667%;
flex-basis: 16.667%;
max-width: 16.667%
}
.col-xs-3 {
-ms-flex-preferred-size: 25%;
-webkit-flex-basis: 25%;
flex-basis: 25%;
max-width: 25%
}
.col-xs-4 {
-ms-flex-preferred-size: 33.333%;
-webkit-flex-basis: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%
}
.col-xs-5 {
-ms-flex-preferred-size: 41.667%;
-webkit-flex-basis: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%
}
.col-xs-6 {
-ms-flex-preferred-size: 50%;
-webkit-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%
}
.col-xs-7 {
-ms-flex-preferred-size: 58.333%;
-webkit-flex-basis: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%
}
.col-xs-8 {
-ms-flex-preferred-size: 66.667%;
-webkit-flex-basis: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%
}
.col-xs-9 {
-ms-flex-preferred-size: 75%;
-webkit-flex-basis: 75%;
flex-basis: 75%;
max-width: 75%
}
.col-xs-10 {
-ms-flex-preferred-size: 83.333%;
-webkit-flex-basis: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%
}
.col-xs-11 {
-ms-flex-preferred-size: 91.667%;
-webkit-flex-basis: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%
}
.col-xs-12 {
-ms-flex-preferred-size: 100%;
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%
}
.col-xs-offset-1 {
margin-left: 8.333%
}
.col-xs-offset-2 {
margin-left: 16.667%
}
.col-xs-offset-3 {
margin-left: 25%
}
.col-xs-offset-4 {
margin-left: 33.333%
}
.col-xs-offset-5 {
margin-left: 41.667%
}
.col-xs-offset-6 {
margin-left: 50%
}
.col-xs-offset-7 {
margin-left: 58.333%
}
.col-xs-offset-8 {
margin-left: 66.667%
}
.col-xs-offset-9 {
margin-left: 75%
}
.col-xs-offset-10 {
margin-left: 83.333%
}
.col-xs-offset-11 {
margin-left: 91.667%
}
.start-xs {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start
}
.center-xs {
-webkit-justify-content: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center
}
.end-xs {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end
}
.top-xs {
-webkit-align-items: flex-start;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start
}
.middle-xs {
-webkit-align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center
}
.bottom-xs {
-webkit-align-items: flex-end;
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end
}
.around-xs {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around
}
.between-xs {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between
}
.first-xs {
-webkit-order: -1;
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1
}
.last-xs {
-webkit-order: 1;
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1
}
@media only screen and (min-width:48em) {
.container {
width: 46rem
}
.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
box-sizing: border-box;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem
}
.col-sm {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
-webkit-flex-basis: 0;
flex-basis: 0;
max-width: 100%
}
.col-sm-1 {
-ms-flex-preferred-size: 8.333%;
-webkit-flex-basis: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%
}
.col-sm-2 {
-ms-flex-preferred-size: 16.667%;
-webkit-flex-basis: 16.667%;
flex-basis: 16.667%;
max-width: 16.667%
}
.col-sm-3 {
-ms-flex-preferred-size: 25%;
-webkit-flex-basis: 25%;
flex-basis: 25%;
max-width: 25%
}
.col-sm-4 {
-ms-flex-preferred-size: 33.333%;
-webkit-flex-basis: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%
}
.col-sm-5 {
-ms-flex-preferred-size: 41.667%;
-webkit-flex-basis: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%
}
.col-sm-6 {
-ms-flex-preferred-size: 50%;
-webkit-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%
}
.col-sm-7 {
-ms-flex-preferred-size: 58.333%;
-webkit-flex-basis: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%
}
.col-sm-8 {
-ms-flex-preferred-size: 66.667%;
-webkit-flex-basis: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%
}
.col-sm-9 {
-ms-flex-preferred-size: 75%;
-webkit-flex-basis: 75%;
flex-basis: 75%;
max-width: 75%
}
.col-sm-10 {
-ms-flex-preferred-size: 83.333%;
-webkit-flex-basis: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%
}
.col-sm-11 {
-ms-flex-preferred-size: 91.667%;
-webkit-flex-basis: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%
}
.col-sm-12 {
-ms-flex-preferred-size: 100%;
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%
}
.col-sm-offset-1 {
margin-left: 8.333%
}
.col-sm-offset-2 {
margin-left: 16.667%
}
.col-sm-offset-3 {
margin-left: 25%
}
.col-sm-offset-4 {
margin-left: 33.333%
}
.col-sm-offset-5 {
margin-left: 41.667%
}
.col-sm-offset-6 {
margin-left: 50%
}
.col-sm-offset-7 {
margin-left: 58.333%
}
.col-sm-offset-8 {
margin-left: 66.667%
}
.col-sm-offset-9 {
margin-left: 75%
}
.col-sm-offset-10 {
margin-left: 83.333%
}
.col-sm-offset-11 {
margin-left: 91.667%
}
.start-sm {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start
}
.center-sm {
-webkit-justify-content: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center
}
.end-sm {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end
}
.top-sm {
-webkit-align-items: flex-start;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start
}
.middle-sm {
-webkit-align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center
}
.bottom-sm {
-webkit-align-items: flex-end;
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end
}
.around-sm {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around
}
.between-sm {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between
}
.first-sm {
-webkit-order: -1;
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1
}
.last-sm {
-webkit-order: 1;
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1
}
}
@media only screen and (min-width:62em) {
.container {
width: 61rem
}
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
box-sizing: border-box;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem
}
.col-md {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
-webkit-flex-basis: 0;
flex-basis: 0;
max-width: 100%
}
.col-md-1 {
-ms-flex-preferred-size: 8.333%;
-webkit-flex-basis: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%
}
.col-md-2 {
-ms-flex-preferred-size: 16.667%;
-webkit-flex-basis: 16.667%;
flex-basis: 16.667%;
max-width: 16.667%
}
.col-md-3 {
-ms-flex-preferred-size: 25%;
-webkit-flex-basis: 25%;
flex-basis: 25%;
max-width: 25%
}
.col-md-4 {
-ms-flex-preferred-size: 33.333%;
-webkit-flex-basis: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%
}
.col-md-5 {
-ms-flex-preferred-size: 41.667%;
-webkit-flex-basis: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%
}
.col-md-6 {
-ms-flex-preferred-size: 50%;
-webkit-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%
}
.col-md-7 {
-ms-flex-preferred-size: 58.333%;
-webkit-flex-basis: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%
}
.col-md-8 {
-ms-flex-preferred-size: 66.667%;
-webkit-flex-basis: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%
}
.col-md-9 {
-ms-flex-preferred-size: 75%;
-webkit-flex-basis: 75%;
flex-basis: 75%;
max-width: 75%
}
.col-md-10 {
-ms-flex-preferred-size: 83.333%;
-webkit-flex-basis: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%
}
.col-md-11 {
-ms-flex-preferred-size: 91.667%;
-webkit-flex-basis: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%
}
.col-md-12 {
-ms-flex-preferred-size: 100%;
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%
}
.col-md-offset-1 {
margin-left: 8.333%
}
.col-md-offset-2 {
margin-left: 16.667%
}
.col-md-offset-3 {
margin-left: 25%
}
.col-md-offset-4 {
margin-left: 33.333%
}
.col-md-offset-5 {
margin-left: 41.667%
}
.col-md-offset-6 {
margin-left: 50%
}
.col-md-offset-7 {
margin-left: 58.333%
}
.col-md-offset-8 {
margin-left: 66.667%
}
.col-md-offset-9 {
margin-left: 75%
}
.col-md-offset-10 {
margin-left: 83.333%
}
.col-md-offset-11 {
margin-left: 91.667%
}
.start-md {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start
}
.center-md {
-webkit-justify-content: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center
}
.end-md {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end
}
.top-md {
-webkit-align-items: flex-start;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start
}
.middle-md {
-webkit-align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center
}
.bottom-md {
-webkit-align-items: flex-end;
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end
}
.around-md {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around
}
.between-md {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between
}
.first-md {
-webkit-order: -1;
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1
}
.last-md {
-webkit-order: 1;
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1
}
}
@media only screen and (min-width:75em) {
.container {
width: 71rem
}
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
box-sizing: border-box;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem
}
.col-lg {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
-webkit-flex-basis: 0;
flex-basis: 0;
max-width: 100%
}
.col-lg-1 {
-ms-flex-preferred-size: 8.333%;
-webkit-flex-basis: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%
}
.col-lg-2 {
-ms-flex-preferred-size: 16.667%;
-webkit-flex-basis: 16.667%;
flex-basis: 16.667%;
max-width: 16.667%
}
.col-lg-3 {
-ms-flex-preferred-size: 25%;
-webkit-flex-basis: 25%;
flex-basis: 25%;
max-width: 25%
}
.col-lg-4 {
-ms-flex-preferred-size: 33.333%;
-webkit-flex-basis: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%
}
.col-lg-5 {
-ms-flex-preferred-size: 41.667%;
-webkit-flex-basis: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%
}
.col-lg-6 {
-ms-flex-preferred-size: 50%;
-webkit-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%
}
.col-lg-7 {
-ms-flex-preferred-size: 58.333%;
-webkit-flex-basis: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%
}
.col-lg-8 {
-ms-flex-preferred-size: 66.667%;
-webkit-flex-basis: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%
}
.col-lg-9 {
-ms-flex-preferred-size: 75%;
-webkit-flex-basis: 75%;
flex-basis: 75%;
max-width: 75%
}
.col-lg-10 {
-ms-flex-preferred-size: 83.333%;
-webkit-flex-basis: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%
}
.col-lg-11 {
-ms-flex-preferred-size: 91.667%;
-webkit-flex-basis: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%
}
.col-lg-12 {
-ms-flex-preferred-size: 100%;
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%
}
.col-lg-offset-1 {
margin-left: 8.333%
}
.col-lg-offset-2 {
margin-left: 16.667%
}
.col-lg-offset-3 {
margin-left: 25%
}
.col-lg-offset-4 {
margin-left: 33.333%
}
.col-lg-offset-5 {
margin-left: 41.667%
}
.col-lg-offset-6 {
margin-left: 50%
}
.col-lg-offset-7 {
margin-left: 58.333%
}
.col-lg-offset-8 {
margin-left: 66.667%
}
.col-lg-offset-9 {
margin-left: 75%
}
.col-lg-offset-10 {
margin-left: 83.333%
}
.col-lg-offset-11 {
margin-left: 91.667%
}
.start-lg {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start
}
.center-lg {
-webkit-justify-content: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center
}
.end-lg {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end
}
.top-lg {
-webkit-align-items: flex-start;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start
}
.middle-lg {
-webkit-align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center
}
.bottom-lg {
-webkit-align-items: flex-end;
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end
}
.around-lg {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around
}
.between-lg {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between
}
.first-lg {
-webkit-order: -1;
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1
}
.last-lg {
-webkit-order: 1;
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1
}
} html {
font-family: sans-serif;
margin: 0;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
display: block;
}
audio, canvas, progress, video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden], template {
display: none;
}
a {
background-color: transparent;
}
a:active, a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b, strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 3.5em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code, kbd, pre, samp {
font-family: monospace, monospace;
font-size: 1em;
}
button, input, optgroup, select, textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button, select {
text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled], html input[disabled] {
cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td, th {
padding: 0;
} body, button, input, select, textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*, *:before, *:after { box-sizing: inherit;
}
body {
background: #fff; }
blockquote:before, blockquote:after, q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
hr {
background-color: #fff;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul, li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
table {
margin: 0 0 1.5em;
width: 100%;
} input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
select {
border: 1px solid #ccc;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
color: #111;
}
textarea {
width: 100%;
}  a {
color: royalblue;
}
a:visited {
color: purple;
}
a:hover, a:focus, a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
margin: 1.5em 0;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
float: left;
position: initial;
}
.main-navigation a {
display: block;
text-decoration: none;
}
.main-navigation a:hover {
color: #3696a5;
text-decoration: none;
}
.main-navigation ul ul {
float: left;
position: absolute;
top: 50px;
visibility:hidden;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 200px;
font-size: 1.2em;
line-height: 2em;
padding: 0;
color: #3696a5;
text-transform: uppercase;
}
.main-navigation ul .sub-menu .sub-menu a {
color: #666;
font-size: 1em;
}
.main-navigation ul .sub-menu .sub-menu a:hover {
color: #666;
text-decoration:underline;
}
.main-navigation .sub-menu .sub-menu {
visibility:inherit;
}
.main-navigation ul ul li {
}
.main-navigation > ul > li:hover > a, .main-navigation > ul > li.focus > a {
background-color: #3696a5;
}
.main-navigation ul ul :hover > a, .main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
left: 0;
visibility: visible;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
background-color: #3696a5;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.byline, .updated:not(.published) {
display: none;
}
.single .byline, .group-blog .byline {
display: inline;
}
.page-content, .entry-content, .entry-summary { }
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed, iframe, object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .shop-toggle { 
display: none;
}
a, a:visited {
text-decoration: none;
color: #fd6738;
}
a:hover, a:focus, a:active {
text-decoration: underline;
color: #fd6738;
}
h1, h2, h3, h4, h5 {
color: rgb(253, 103, 56);
font-weight: normal;
font-family: 'Londrina Solid', sans-serif;
}
h1 {
display: block;
}
}
@font-face {
font-family: 'Montserrat';
src: url(//halsoverkop.nl/wp-content/themes/halsoverkop/css/fonts/Montserrat-Regular.otf);
}
body {
font-family: 'Montserrat', sans-serif;
font-size: 15px;
color: #666;
line-height: 1.5em;
background: url(//halsoverkop.nl/wp-content/uploads/2016/06/bghome.png) no-repeat;
background-size: contain;
}
.menu-hoofdmenu-container {
text-align: center;
}
.menu {
list-style: none;
margin: 0;
padding: 0;
}
.menu li {
float: left;
padding: 0.7em;
} .menu > li > a {
color: #666;
text-decoration: none;
font-size: 1.3em;
line-height: 40px;
text-transform: uppercase;
padding: 5px 20px;
-webkit-transform: skew(-10deg);
-moz-transform: skew(-10deg);
-o-transform: skew(-10deg);
background-color: #a4803b;
font-family: 'Londrina Solid', sans-serif;
color: #fff;
border-radius: 5px;
}
.menu > li > a:hover {
color: #fff;
text-decoration: none;
background-color: #3696a5;
}
.logo {
position: relative;
}
#stars {
background: url(//halsoverkop.nl/wp-content/themes/halsoverkop/img/stars.gif) no-repeat;
background-size: contain;
position: absolute;
width: 100%;
height: 100%;
} .site-footer h5 {
font-size: 25px;
text-transform: uppercase;
color: #a4803b !important;
}
.site-footer h5:before {
background-color: transparent;
content: url(//halsoverkop.nl/wp-content/themes/halsoverkop/img/kop.svg);
height: 14px;
left: -14px;
position: relative;
width: 14px;
color: #edc7dd;
}
.footermenu {
padding: 0;
margin: 0;
list-style: none;
}
.footermenu a {
color: #666;
font-size: 12px;
text-transform: uppercase;
padding: 8px 0;
display: inline-block;
line-height: 16px;
}
.footermenu a:hover {
color: #666;
text-decoration: underline;
}
.subfooter {
margin-top: 20px;
padding: 25px 0 35px;
color: #666;
background-color: #fff;
max-width: 1200px;
margin-right: auto;
margin-left: auto;
padding-right: 1rem;
padding-left: 1rem;
font-size: 0.8em;
}
.subfooter a {
color: #666;
text-decoration: underline;
}
.subfooter a:hover {
color: #666;
text-decoration: underline;
}
.site {
max-width: 1200px;
margin-right: auto;
margin-left: auto;
padding-right: 2rem;
padding-left: 2rem;
}
.flexslider, .flexslider2 {
background: transparent;
border: none;
}
.homemenu .box:hover img {
-ms-transform: scale(1.5);
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
.homemenu .box {
overflow: hidden;
position: relative;
text-align: center;
}
.homemenu h2 {
position: absolute;
top: 43%;
width: 100%;
padding-bottom: 15px;
width: 80%;
margin: 0 10%;
border: 5px #fff dotted;
padding: 0.5em;
}
.homemenu h2 a {
font-size: 100%;
font-weight: bold;
letter-spacing: 3px;
line-height: 36px;
text-transform: uppercase;
color: #ffffff !important;
}
.homemenu h2 a:hover {
color: #fff;
} .homemenu img {
height: auto;
transition: all 0.3s ease-in-out 0s;
width: 100%;
}
.flex-control-paging li a {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
html, body. div {
margin: 0 !important;
padding: 0 !important;
width: 100%;
}
.entry-content {
line-height: 2em;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
width: 170px;
padding: 4px 10px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .search-submit, .woocommerce-product-search input[type="submit"] {
font-family: 'Londrina Solid', sans-serif !important;
font-size: 1.3em !important;
color: #ffffff !important;
background-color: #a4803b;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
padding: 10px;
border-radius: 10px;
}
.cart-contents {
font-size: 15px;
line-height: 40px;
float: right;
}
.products {
margin: 0;
padding: 0;
width: 100%;
}
.products li {
list-style: none;
}
.products .product img {
transition: all 0.2s ease-in-out 0s;
width: 100%;
}
.products img:hover {
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
aside ul, aside li {
list-style: none;
padding: 0;
margin: 0;
}
aside .product-categories {
text-transform: uppercase;
}
aside .product-categories li.current-cat a, aside .product-categories li.cat-item a {
color: #3696a5;
font-size: 0.9em;
}
aside .cat-item {
font-size: 15px;
}
aside .children li.cat-item a {
font-size: 12px;
color: #666;
padding: 0 15px;
display: block;
}
.children {
display: none;
}
.current-cat .children {
display: block;
}
.product-categories > li > a {
border-bottom: 1px solid #bae0e6 !important;
display: block;
padding: 5px 0;
}
.gridlist-toggle a.active, .gridlist-toggle a.active {
background-color: #5296a5 !important;
border-radius: 50%;
color: #fff;
}
.gridlist-toggle a {
border-radius: 50%;
background-color: rgba(82, 150, 165, 0.4) !important;
color: #fff;
margin-right: 5px;
}
.woocommerce-ordering {
float: right;
}
.woocommerce-ordering select {
height: 30px;
font-size: 14px;
font-family: 'Montserrat', sans-serif;
border: 1px solid #5296a5;
background-color: #5296a5;
color: #ffffff;
border-radius: 5px;
}
.products h3 {
text-transform: uppercase;
font-size: 15px;
}
.products li {
text-align: center;
border-bottom: 1px solid #ececec;
padding: 10px 0;
}
.price {
color: #CA84AB;
}
.gridlist-buttonwrap {
display: block;
}
.add_to_cart_button, .added_to_cart {
display: block;
width: 100%;
}
.add_to_cart_button {
background-color: #ca85ab;
border-radius: 10px;
padding: 5px;
color: #fff;
margin: 10px 0;
text-decoration: none;
}
.add_to_cart_button:hover {
background-color: #a4803b;
color: #fff;
text-decoration: none;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
background-color: #a46497;
text-decoration: none;
background-image: none;
color: #515151;
box-shadow: none;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
background-color: #a46497;
}
.woocommerce-pagination {
text-align: center;
}
.page-numbers {
display: inline-block;
padding: 0;
list-style: none;
margin: 10px 0;
padding: 0;
}
.page-numbers li {
display: inline-block;
margin-right: 20px;
}
.page-numbers a {
background-color: #f0fbfd;
text-decoration: none;
border-radius: 50%;
line-height: 40px;
width: 40px;
color: #3696a5;
}
.page-numbers a:hover {
background-color: #ca84ab;
}
.page-numbers .current {
background-color: #ca84ab;
border-radius: 50%;
line-height: 40px;
width: 40px;
color: #fff;
}
.woocommerce-tabs {
display: none;
} .square {
width: 100%;
padding-bottom: 100%;
float: left;
overflow: hidden;
background-size: cover !important;
background-position: center center !important;
position: relative;
text-align: center;
border-radius: 10px;
background-color: #bde8ee;
}
.square .title-text {
color: #fd6738;
text-shadow: 3px 3px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.square:hover {
background-color: #82d6df;
}
.square:hover .title-text {
color: #a4803b;
}
.rect {
width: 100%;
height: 100%;
float: left;
overflow: hidden;
background-size: cover !important;
background-position: center center !important;
position: relative;
text-align: center;
border-radius: 30px;
}
.box-item {
position: absolute;
text-align: center;
top: 50%;
left: 50%;
width: 80%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.padb {
padding-bottom: 2rem;
}
.title-text {
font-size: 2em;
}
.content-area {
width: 100%;
}
.flexslider .slides > li, .flexslider2 .slides > li {
position: relative;
display: flex !important;
align-items: center;
height: 100%;
background-size: cover;
}
.quote {
left: 60%;
position: absolute;
font-family: 'Londrina Solid', sans-serif;
}
.quote h3 {
font-family: 'Londrina Shadow', sans-serif;
font-size: 4em;
margin: 0;
padding: 0;
line-height: 1.5em;
}
.quote p {
font-size: 2em;
color: #3696a5;
margin: 0;
padding: 0;
}
.flex-control-paging li {
}
.cart-contents {
background-color: rgb(253, 103, 56);
padding: 0 1em;
border-radius: 0 0 15px 15px;
color: #fff !important;
font-family: 'Londrina Solid', sans-serif;
font-size: 1.3em;
}
.cart-contents:hover {
background-color: #3696a5;
color: #fff;
text-decoration:none;
}
.woocommerce a.remove:hover {
background: #3696a5!important;
}
.woocommerce a.remove {
color: #3696a5!important;
}
.woocommerce-message {
border-top-color: #3696a5;
background-color: #e7f6fa;
border-radius: 10px;
}
h3 {
font-size: 1.7em;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
background-color: #d8670b;
}
.price {
display: inline-block !important;
color:#fff !important;
width: auto;
height: 38px;
font-size: 1em !important;
background-color: #3696a5;
-webkit-border-radius: 3px 4px 4px 3px;
-moz-border-radius: 3px 4px 4px 3px;
border-radius: 3px 4px 4px 3px;
border-left: 1px solid #3696a5; margin-left: 19px;
position: relative;
color: white;
font-weight: 300;
font-family: 'Londrina Solid', sans-serif;
font-size: 30px !important;
line-height: 38px;
padding: 0 10px 0 10px;
margin: 0.5em;
} .price:before {
content: "";
position: absolute;
display: block;
left: -19px;
width: 0;
height: 0;
border-top: 19px solid transparent;
border-bottom: 19px solid transparent;
border-right: 19px solid #3696a5;
} .price:after {
content: "";
background-color: white;
border-radius: 50%;
width: 4px;
height: 4px;
display: block;
position: absolute;
left: -9px;
top: 17px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .search-submit, .woocommerce-product-search input[type="submit"] {
display: inline-block!important;
color: #fff!important;
width: auto;
height: 38px; background-color: #bf945c!important;
-webkit-border-radius: 3px 4px 4px 3px!important;
-moz-border-radius: 3px 4px 4px 3px!important;
border-radius: 3px 4px 4px 3px!important;
margin-left: 5px;
line-height: 38px!important;
padding: 0 10px 0 10px!important;
text-shadow: none!important;
box-shadow: none!important;
border: none!important;
font-weight: 700;
-webkit-font-smoothing: antialiased;
}
.thumbnails {
display: flex;
}
.thumbnails img {
width:100px;
height:100px;	
}
.thumbnails a {
padding-top: 1em;
padding-right: 1em;
}
.betaalwijzen {
text-align: right;
}
.betaalwijzen img {
width: 50px;
}
.flex-control-paging li a {
background: rgb(216, 103, 11);
}
.flex-control-paging li a.flex-active {
background: #3696a5!important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
float: left;
margin: 0 5% 2.992em 0;
padding: 0;
position: relative;
width: 95%;
}
h1 {
line-height: 1.1em;
}
h2 {
font-size: 2em;
line-height: 1.3em;
} .navigation {
width: 100%;
}
.entry-meta {
font-family: 'Sue Ellen Francisco', sans-serif;
font-size: 1.5em;
color: #3696a5;
}
.entry-meta a {
font-family: 'Sue Ellen Francisco', sans-serif;
font-size: 1.2em;
color: #3696a5;
}
.flexslider2 img {
border-radius: 30px;	
}
.woocommerce div.product div.images img.size-shop_single {
background-color: #fff;
padding: 15px;
}
.woocommerce .quantity .qty {
font-family: 'Londrina Solid', sans-serif;
font-size: 1.5em;
}
#secondary img {
border-radius: 10px;
}
.flex-control-paging li a:hover {
background: #95d4dd;
}
.instagram h2 {
text-align: center;	
}
.owl-theme .owl-controls .owl-page span {
background: #3696a5;
}
.instagram img {
border-radius: 30px;
padding: 10px;
}
.blokkenhp {
padding: 10px;
}
a.button {
padding: 10px;
display: inline-block;
background-color: #eb7047;
color: #fff;
text-decoration:none;
border-radius: 10px;
margin: 20px 0;
font-size: 1.5em;
}
a.button:hover {
background-color: #3696a5;
text-decoration: none;
color: #fff;
}
#swipebox-title {
font-family: 'Londrina Solid', sans-serif;
font-size: 1.5em;
}
.woocommerce-MyAccount-navigation {
font-family: 'Londrina Solid', sans-serif;
font-size: 1.25em;
}
.woocommerce-MyAccount-navigation ul {
padding: 0;
margin: 0;
list-style: none;
}
article h2 {
padding: 0;
margin: 0.2em 0;
}
article .afbeelding img {
border-radius: 20px;
margin: 20px 0;
}
.nav-previous a, .nav-next a {
text-decoration: none;
font-size: 1.3em;
line-height: 30px;
text-transform: uppercase;
padding: 5px 20px;
background-color: #a4803b;
font-family: 'Londrina Solid', sans-serif;
color: #fff;
border-radius: 5px;
display: inline-block;
}
.nav-previous a:hover, .nav-next a:hover {
color: #fff;
text-decoration: none;
background-color: #3696a5;
}
.variation p {
margin:0;
padding:0;	
}
.woocommerce div.product form.cart .variations td.label {
padding-right: 1em;
line-height: 40px;
}
.woocommerce div.product form.cart .variations select {
height: 40px;
}
.current-cat-parent .children {
display: block !important;
}
.product-categories .cat-item-21 {
display:none;
}
aside .cat-item {
line-height: 2em;
}
.sku_wrapper {
display:none;
}
.zigzag {
position: relative;
z-index: 1;	
height: 12px;
margin-top: 40px;
}
.zigzag:before {
height: 12px;
top: 110%;
background: linear-gradient(-135deg, #3696a5 8px, transparent 0) 0 8px, linear-gradient(135deg, #3696a5 8px, transparent 0) 0 8px;
background-position: top left;
background-repeat: repeat-x;
background-size: 16px 16px;
}
.zigzag:after {
height: 16px;
top: 100%;
background: linear-gradient(-135deg, white 8px, transparent 0) 0 8px, linear-gradient(135deg, white 8px, transparent 0) 0 8px;
background-position: top left;
background-repeat: repeat-x;
background-size: 16px 16px;
}
.zigzag:before, .zigzag:after {
content: "";
display: block;
position: absolute;
left: 0;
right: 0;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
margin: 0;
text-decoration: none;
line-height: 1;
font-weight: 400;
padding: 0;
min-width: 40px;
display: block;
line-height: 40px;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination li {
border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li {
padding: 3px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
background: #3696a5;
color: #fff;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.menu-toggle {
top: 0.75em;
right: 2em;
-webkit-appearance: none;
cursor: pointer;
background: transparent;
border: none;
} #nav-toggle { 
position: absolute; right: 0;
}
#nav-toggle { 
cursor: pointer; padding: 10px 35px 16px 0px; 
}
#nav-toggle span, 
#nav-toggle span:before, 
#nav-toggle span:after {
cursor: pointer;
border-radius: 1px;
height: 4px;
width: 28px;
background: #687989;
position: absolute;
display: block;
content: '';
z-index: 2000;
}
#nav-toggle span:before {
top: -8px; 
}
#nav-toggle span:after {
bottom: -8px;
}
#nav-toggle span, 
#nav-toggle span:before, 
#nav-toggle span:after {
transition: all 0.2s ease-in-out;
}
#nav-toggle.active span {
background-color: transparent;
}
#nav-toggle.active span:before, 
#nav-toggle.active span:after {
top: 0;
}
#nav-toggle.active span:before {
transform: rotate(45deg);
}
#nav-toggle.active span:after {
transform: rotate(-45deg);
}
@media screen and (min-width: 48em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: inline-block !important;
}
.main-navigation li {
margin: 0 auto;
text-align: left;
}
.main-navigation a {
line-height: 2.3em;
} .menu-hoofdmenu-container {
position: relative;
}
.main-navigation li {
position: initial;
}
.main-navigation .sub-menu .sub-menu {
left: 0;
clear: both;
float: left;
position: inherit;
padding: 15px 0;
font-size: 12px;
box-shadow:none;
}
.main-navigation .sub-menu .sub-menu li {
padding:0;
margin: 0;
}
.main-navigation li > ul.sub-menu {
background: none repeat scroll 0 0 #fff;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
box-shadow: 0 10px 0px 0px #3696a5;
position: absolute;
text-align: left;
top: 72px;
z-index: 999999;
padding: 15px; }
}
@media screen and (max-width: 47.999em) {
.quote h3 {
font-size:2em;	
}
.quote p {
font-size: 1em;
}
.quote a.button {
font-size: 1em;
padding:0.5em;
display:none;
}
.menu-hoofdmenu-container {
padding-top:3em;
}
.shop-toggle {
display: flex;
align-items: center;
width: 100%;
justify-content: space-between;
background: #fd6838;
color: white;
text-decoration: none;
}
a.shop-toggle:hover {
color: white;
text-decoration: none;
}
.shop-toggle div {
display: flex;
justify-content: center;
align-items: center;
}
.shop-toggle svg {
width: 1rem;
height: 1rem;
margin: 0.5rem;
}
.shop-toggle .arrow {
transform: rotate(-90deg);
}
.shop-toggle.active .arrow {
transform: rotate(0);
}
.shop-toggle svg path {
fill: white;
}
.woo__sidebar {
display:none;	
}
.woo__sidebar.active {
display:block;	
}
.menu li {
float: left;
padding: 0 0.7em;
}
#topmenu1 {
display:none;
}
.cart-contents {
width: 100%;
text-align: center;
margin: 0 0 1em 0;
}
.main-navigation ul ul a {
width: 100%;
}
.main-navigation li {
width: 100%;
margin: 0.5em 0;
background-color: white;
color: #5388b2;
}
.main-navigation.toggled .focus ul {
position: static;	
box-shadow: none;
}
.sub-menu {
width:100%;	
}
.menu-hoofdmenu-container {
font-family: 'Montserrat', sans-serif;
}
}
ul.list .col-xs-12 {
-ms-flex-preferred-size: 100%;
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
}
ul.products.list li.product .price {
width: auto !important;
float: none !important;
clear: none;
}
.woocommerce ul.products li.product h3 {
font-size: 1.5em;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
padding: 10px;
display: inline-block;
background-color: #eb7047;
color: #fff;
text-decoration: none;
border-radius: 10px;
margin: 20px 0;
font-size: 1.5em;
border:none;
font-family: 'Londrina Solid', sans-serif;
}
.gform_wrapper {
padding: 2em;
border-radius: 10px;
background-color: #f1f9fb;
}
footer {
border-top: 1px solid #e4e4e4;
}
#billing_state_field, #shipping_state_field {
display:none !important;
}
.flexslider2 img {
object-fit: cover;
}
.flexslider2, .slides {
width:100%;
height:100%;
}
.flexslider2 .slides li {
border-radius: 15px;
}
.woocommerce-variation-availability {
display: none;
}
.rel {
position: relative
}
.flexslider2 {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 0 1rem 2rem 1em;
}
.usp {
padding: 0.7em;
text-align: center;
font-family: 'Londrina Solid', sans-serif;
font-size: 1.3em;
color: #3596a5;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
font-size: 1.5em;
}
ul.products .woocommerce-product-details__short-description {
display: none;
}
ul.products.list .woocommerce-product-details__short-description {
display: block;
}
.woocommerce div.product p.stock {
display:none;
}
.gridlist-toggle .dashicons:before, .gridlist-toggle .dashicons {
color: white;
}