* {
box-sizing: border-box;
padding:0px;
margin:0px;
}
.mobile-menu {
display:block;
width:100%;
background: var(--orange) ;
line-height: 1.6em;
font-weight: 400;
width:100%;
text-align:center;
position: fixed;
top: 0;
left: 0;
margin: 0 auto;
margin-bottom: 60px;
} .mobile-menu ul {
list-style-type:none;
margin: 0 auto;
padding-left:0;
text-align:center;
width:100%;
position: absolute;
background: var(--orange);
} .mobile-menu li {
display:inline-block; } .mobile-menu li a {
display:block;
min-width:140px;
text-align: center;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #fff;
text-transform:uppercase;
background: var(--orange);
text-decoration: none;
margin-left:-5px;
padding: 10px 0;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
} .mobile-menu li:hover a {
color: #4db3ff;
background-color:var(--orange);
} .mobile-menu li:hover ul a {
background: var(--orange);
color: #2f3036;
height: 40px;
line-height: 40px;
} .mobile-menu li:hover .mobile-menu ul a:hover {
color: #4db3ff;
} .mobile-menu li ul {
display: none;
} .mobile-menu li ul li {
display: block;
float: none;
} .mobile-menu li ul li a {
width: auto;
min-width: 100px;
padding: 0 20px;
} .mobile-menu .show-menu {
text-decoration: none;
color: #fff;
background: #8aa8bd;
text-align: center;
padding: 10px 15px;
display: none;
cursor: pointer;
text-transform: uppercase;
}
.mobile-menu .show-menu span{
padding-left: 35px;
} .mobile-menu input[type=checkbox]{
display: none;
} .mobile-menu input[type=checkbox]:checked ~ #menu{
display: block;
} @media screen and (max-width : 800px){
.mobile-menu .lines {
border-bottom: 15px double #f8f8f8;
border-top: 5px solid #f8f8f8;
content:"";
height: 5px;
width:20px;
padding-right:15px;
float: right;
} .mobile-menu ul {
position: static;
display: none;
} .mobile-menu li {
margin-bottom: 1px;
} .mobile-menu ul li, .mobile-menu li a {
width: 100%;
} .mobile-menu .show-menu {
display:block;
}
}
:root {
--orange: #f7a100;
--brown:#53241b;
--main-width:90vw;
--wrapper: 100vw;
--gutter: 10px;
--noOfColumns: 4;
--noOfGutters: calc(var(--noOfColumns) - 1);
--ratioA: 16;
--ratioB: 9;
--factor: calc(var(--ratioB) / var(--ratioA));
--rh: calc(( (var(--wrapper) - (var(--noOfGutters) * var(--gutter)))
/ var(--noOfColumns)) * var(--factor));
}
.main-content{
width: var(--main-width);
margin:0 auto;
}
.grid {
max-width: var(--wrapper);
display: grid;
grid-template-columns: repeat(var(--noOfColumns), 1fr);
grid-auto-flow: dense;
grid-auto-rows: minmax(var(--rh), auto);
grid-gap: var(--gutter);
margin: var(--gutter);
padding-top:145px;
}
.grid__item,.grid__item--lg,.grid__item--right,.grid__item--db{ }
.grid__item {
background-color: steelBlue;
padding: 20px;
}
.grid__item--lg {
grid-column: span 2;
grid-row: span 2;
background-color: var(--brown);
}
.grid__item--right {
grid-column: 3 / span 2;
}
.grid__item--db {
grid-column: span 2;
background-color: rgba(0,0,0,1);
}
.grid__item--full{
grid-column: span 4;
background-color: #ededed;
}
.footer {
max-width: var(--wrapper);
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-auto-flow: dense;
grid-auto-rows: minmax(var(--rh), auto);
grid-gap: 0;
margin: 0;
padding:0 100px;
}
.col1 { padding: 0 20px;
}
.col1 h3{
text-transform: uppercase;
padding-bottom: 0.7em;
color: #333;
}
.col1 span, .col1 li{
font-size: 1em;
line-height: 1.2em;
}
.col1 ul{
list-style: none;
}
.col1 li a{
text-decoration: none;
color: #333;
}
.col1 li a:hover{
color: red;
}
@media (max-width:900px){
.main-content {
width: 100vw;
}
:root {
--main-width:90vw;
--wrapper: 100vw;
--gutter: 10px;
--noOfColumns: 4;
--noOfGutters: calc(var(--noOfColumns) - 1);
--ratioA: 16;
--ratioB: 16;
--factor: calc(var(--ratioB) / var(--ratioA));
--rh: calc(( (var(--wrapper) - (var(--noOfGutters) * var(--gutter)))
/ var(--noOfColumns)) * var(--factor));
}
.footer {
max-width: var(--wrapper);
display: grid;
grid-template-columns:1fr;
grid-auto-flow: dense;
grid-auto-rows: minmax(var(--rh), auto);
grid-gap: 0;
margin: 0;
padding:0px;
}
.col1 { padding: 10px 20px;
}
.grid__item {
grid-column:span 4;
}
.grid__item--lg {
grid-column:span 4;
}
.grid__item--right {
grid-column:span 4;
}
.grid__item--db {
grid-column:span 4;
}
}
.no-padding{
padding:0 !important;
}
.title {
display: inline-block;
background: rgba(238,33,33,0.9);
padding: 10px 20px;
margin-top: 5%;
color:white;
font-family: Helvetica, Arial, sans-serif;
text-transform: uppercase;
box-shadow: 10px 10px 18px rgba(0,0,0,0.5);
}
.super-title {
display: inline-block;
padding: 10px 20px;
margin-top: 5%;
color:white;
font-family: Helvetica, Arial, sans-serif;
font-size: 1.2rem;
text-transform: uppercase;
}
.super-title span{
text-transform:none;
}
.btn{
display: block;
width: 30%;
margin-top: 20px;
padding:10px 20px;
background: rgba(255,255,255,0.9);
color:rgba(238,33,33,1);
}
.blue{
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
font-family: Helvetica, Arial, sans-serif;
font-size: 2rem;
background: darkblue;
color: white;
text-transform: uppercase;
padding: 10px 30px;
}
.innner{
display:inline-block;
}
.bg-white{
background: white !important;
}
.bg-red{
background: rgba(238,33,33,1);
}
.bg-brown{
background-color: var(--brown);
}
.white{
color: #fff;
}
.darkgrey{
#333;
}
.clipPolitics{
clip-path: url(#svgTextPolitics);
}
.flexrow {
width: 100%;
padding: 0;
margin: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
justify-content: space-between;
}
.flexitem3, .flexitem4 {
padding: 5px;
width:100%;
height:auto;
}
.article{
display:block;
position:relative;
background: #efefef;
padding:10px;
border-radius:  0 10px; }
.article-title h2{
color:var(--paars);
text-transform: uppercase;
padding: 10px 0;
}
.article-meta{
padding: 5px 0;
font-size: 0.8em;
color:var(--magenta);
}
.article-image{
background-image: url(http://laatste.nieuws.fnvmooi.nl/wp-content/uploads/2018/10/MOOI-Academie_wit.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
width: 100%;
overflow: hidden;
}
.article-image:before{
content: "";
display: block;
padding-top: 50%;
}
.article-exerpt{
min-height: 150px;
margin-bottom: 20px;
}
.article .btn-holder {
display: block;
width: 100%;
position: absolute;
bottom: 0px;
left: 50%;
transform: translate(-50%,0px);
text-align: center;
}
.articlebutton {
display: block;
width:100%;
padding: 10px 30px;
color: var(--magenta);
border-radius: 0px;
text-decoration: none;
}
.box4{
background: var(--paars);
width: 100%;
overflow: hidden;
color: #fff;
}
.box4:before{
content: "";
display: block;
padding-top: 100%;
}
@media (min-width:450px){
.article{
border-radius:  0; }
.article-exerpt{
min-height: 100px;
margin-bottom: 20px;
}
}
@media (min-width:600px){
.flexitem3, .flexitem4 {
width:calc((100%/2) - 20px);
}
.article{
border-radius:  0; }
.article-exerpt{
min-height: 150px;
margin-bottom: 20px;
}
}
@media (min-width:900px){
.flexitem3 {
width:calc((100%/3) - 20px);
}
.flexitem4 {
width:calc((100%/4) - 20px);
}
.article-exerpt{
min-height: 200px;
margin-bottom: 20px;
}
}
@media (min-width:1200px){
.article-exerpt{
min-height: 150px;
margin-bottom: 20px;
}
}
caption.calendar-month {
font-family: "Lobster", cursive;
font-size: 2em;
color: #904d8b;
margin-bottom: 20px;
}
table.calendar {
width: 100%;
}
table.calendar th, table.calendar td {
font-size: 1.2em;
line-height:1em;
padding:5px;
text-align: center;
}
table.calendar td a{ color: #c10077;
padding: 5px;
}
.Total_Soft_Poll_1_Main_Div_2 .Total_Soft_Poll_1_Quest_Div_2,
.Total_Soft_Poll_1_Main_Div_3 .Total_Soft_Poll_1_Quest_Div_3,
.Total_Soft_Poll_1_Main_Div_4 .Total_Soft_Poll_1_Quest_Div_4,
.Total_Soft_Poll_1_Main_Div_5 .Total_Soft_Poll_1_Quest_Div_5{
position: relative;
background-color: #efefef;
color: #4f1965;
font-size: 23px;
font-family: inherit !important;
text-align: center;
padding: 5px 10px;
}
.Total_Soft_Poll_1_Main_Div_2 .Total_Soft_Poll_1_Ans_Div_2 .Total_Soft_Poll_1_Ans_Check_Div input + label:before,
.Total_Soft_Poll_1_Main_Div_3 .Total_Soft_Poll_1_Ans_Div_3 .Total_Soft_Poll_1_Ans_Check_Div input + label:before,
.Total_Soft_Poll_1_Main_Div_4 .Total_Soft_Poll_1_Ans_Div_4 .Total_Soft_Poll_1_Ans_Check_Div input + label:before,
.Total_Soft_Poll_1_Main_Div_5 .Total_Soft_Poll_1_Ans_Div_5 .Total_Soft_Poll_1_Ans_Check_Div input + label:before {
color: #000000;
margin: 0 .25em 0 0 !important; 
padding: 0 !important; 
font-size: 22px !important; 
vertical-align: sub !important; 
font-family: inherit !important; 
transform: translateY(-50%); top: 50%;
left: -6px !important;
width: 24px;
height: 24px;
border-radius: 0;  position: relative;
content: '' !important;
display: inline-block;
visibility: visible;
border: 1px solid #e2007a;
}
.Total_Soft_Poll_1_Main_Div_2 .Total_Soft_Poll_1_But_Result_2 span,
.Total_Soft_Poll_1_Main_Div_3 .Total_Soft_Poll_1_But_Result_3 span,
.Total_Soft_Poll_1_Main_Div_4 .Total_Soft_Poll_1_But_Result_4 span,
.Total_Soft_Poll_1_Main_Div_5 .Total_Soft_Poll_1_But_Result_5 span,
.Total_Soft_Poll_1_Main_Div_6 .Total_Soft_Poll_1_But_Result_6 span {
font-size: 20px !important;
font-family: Helvetica, Arial, Sans-serif  !important;
color: #4f1965 !important;
}
.Total_Soft_Poll_1_Main_Div_2 .Total_Soft_Poll_1_But_Vote_2 span,
.Total_Soft_Poll_1_Main_Div_3 .Total_Soft_Poll_1_But_Vote_3 span,
.Total_Soft_Poll_1_Main_Div_4 .Total_Soft_Poll_1_But_Vote_4 span,
.Total_Soft_Poll_1_Main_Div_5 .Total_Soft_Poll_1_But_Vote_5 span {
font-size: 20px !important;
font-family: Helvetica, Arial, Sans-serif  !important;
color: #4f1965 !important;
}
.Total_Soft_Poll_1_Main_Div_2 .Total_Soft_Poll_1_Ans_Div_2 .Total_Soft_Poll_1_Ans_Check_Div input:checked + label:before,
.Total_Soft_Poll_1_Main_Div_3 .Total_Soft_Poll_1_Ans_Div_3 .Total_Soft_Poll_1_Ans_Check_Div input:checked + label:before,
.Total_Soft_Poll_1_Main_Div_4 .Total_Soft_Poll_1_Ans_Div_4 .Total_Soft_Poll_1_Ans_Check_Div input:checked + label:before,
.Total_Soft_Poll_1_Main_Div_5 .Total_Soft_Poll_1_Ans_Div_5 .Total_Soft_Poll_1_Ans_Check_Div input:checked + label:before {  width: 24px;
height: 24px;
border-radius: 0;
background: url(http://www.inschrijfformulier.fnvmooidag.nl/img/check_radio_sheet.png) no-repeat center center;
content: '';
display: inline-block;
visibility: visible;
border: 1px solid #e2007a;
}
Total_Soft_Poll_1_Main_Div_2 .Total_Soft_Poll_1_Quest_Div_2,
Total_Soft_Poll_1_Main_Div_3 .Total_Soft_Poll_1_Quest_Div_3,
Total_Soft_Poll_1_Main_Div_4 .Total_Soft_Poll_1_Quest_Div_4,
Total_Soft_Poll_1_Main_Div_5 .Total_Soft_Poll_1_Quest_Div_5 {
position: relative;
background-color: #efefef !important;
color: #000000;
font-size: 23px;
font-family: Helvetica, Arial, sans-serif  !important;
text-align: center;
padding: 5px 10px;
}
.Total_Soft_Poll_1_Main_Div_2 .Total_Soft_Poll_1_Quest_Div_2,
.Total_Soft_Poll_1_Main_Div_3 .Total_Soft_Poll_1_Quest_Div_3,
.Total_Soft_Poll_1_Main_Div_4 .Total_Soft_Poll_1_Quest_Div_4,
.Total_Soft_Poll_1_Main_Div_5 .Total_Soft_Poll_1_Quest_Div_5 {
position: relative;
background-color: #efefef !important;
color: #000000;
font-size: 23px;
font-family: Helvetica, Arial, sans-serif  !important;
text-align: center;
padding: 5px 10px;
}
.Total_Soft_Poll_1_Main_Div_2 .Total_Soft_Poll_1_Ans_Div_2,
.Total_Soft_Poll_1_Main_Div_3 .Total_Soft_Poll_1_Ans_Div_3,
.Total_Soft_Poll_1_Main_Div_4 .Total_Soft_Poll_1_Ans_Div_4,
.Total_Soft_Poll_1_Main_Div_5 .Total_Soft_Poll_1_Ans_Div_5 {
position: relative;
background-color: #efefef !important;
padding: 5px 10px;
}
.Total_Soft_Poll_1_Main_Div_2 .Total_Soft_Poll_1_But_MDiv_2,
.Total_Soft_Poll_1_Main_Div_3 .Total_Soft_Poll_1_But_MDiv_3,
.Total_Soft_Poll_1_Main_Div_4 .Total_Soft_Poll_1_But_MDiv_4,
.Total_Soft_Poll_1_Main_Div_5 .Total_Soft_Poll_1_But_MDiv_5 {
padding: 0px;
background-color: #efefef !important;
position: relative;
float: left;
width: 100%;
}
.Total_Soft_Poll_1_Main_Div_2 .Total_Soft_Poll_1_Ans_Div_2 .Total_Soft_Poll_1_Ans_Check_Div,
.Total_Soft_Poll_1_Main_Div_3 .Total_Soft_Poll_1_Ans_Div_3 .Total_Soft_Poll_1_Ans_Check_Div,
.Total_Soft_Poll_1_Main_Div_4 .Total_Soft_Poll_1_Ans_Div_4 .Total_Soft_Poll_1_Ans_Check_Div,
.Total_Soft_Poll_1_Main_Div_5 .Total_Soft_Poll_1_Ans_Div_5 .Total_Soft_Poll_1_Ans_Check_Div {
position: relative;
display: inline-block;
width: 100%;
padding: 0px 5px;
background-color: #efefef !important;
margin-top: 3px;
line-height: 1 !important;
}
.Total_Soft_Poll_1_Main_Div_2 .Total_Soft_Poll_1_Ans_Div_2 .Total_Soft_Poll_1_Ans_Check_Div input + label,
.Total_Soft_Poll_1_Main_Div_3 .Total_Soft_Poll_1_Ans_Div_3 .Total_Soft_Poll_1_Ans_Check_Div input + label,
.Total_Soft_Poll_1_Main_Div_4 .Total_Soft_Poll_1_Ans_Div_4 .Total_Soft_Poll_1_Ans_Check_Div input + label,
.Total_Soft_Poll_1_Main_Div_5 .Total_Soft_Poll_1_Ans_Div_5 .Total_Soft_Poll_1_Ans_Check_Div input + label {
color: #4f1965 !important;
font-size: 17px !important;
cursor: pointer;
margin-bottom: 0px !important;
font-family: Helvetica, Arial, sans-serif  !important;
padding-left: 24px;
}
.Total_Soft_Poll_1_Main_Div_2,
.Total_Soft_Poll_1_Main_Div_3,
.Total_Soft_Poll_1_Main_Div_4,
.Total_Soft_Poll_1_Main_Div_5 {
position: relative;
overflow: hidden;
width: 85%;
margin: 0 auto;
border: 6px solid transparent !important;
border-radius: 15px;
-webkit-box-shadow: 0px 0px 0px #848484 !important; 
-moz-box-shadow: 0px 0px 0px #848484 !important;
box-shadow: 0px 0px 0px #848484 !important;
}
.Total_Soft_Poll_1_Main_Ans_Div_2 .Total_Soft_Poll_1_But_Back_2 span, .Total_Soft_Poll_1_Main_Ans_Div_Fix_2 .Total_Soft_Poll_1_But_Back_2 span,
.Total_Soft_Poll_1_Main_Ans_Div_3 .Total_Soft_Poll_1_But_Back_3 span, .Total_Soft_Poll_1_Main_Ans_Div_Fix_3 .Total_Soft_Poll_1_But_Back_3 span,
.Total_Soft_Poll_1_Main_Ans_Div_4 .Total_Soft_Poll_1_But_Back_4 span, .Total_Soft_Poll_1_Main_Ans_Div_Fix_4 .Total_Soft_Poll_1_But_Back_4 span,
.Total_Soft_Poll_1_Main_Ans_Div_5 .Total_Soft_Poll_1_But_Back_5 span, .Total_Soft_Poll_1_Main_Ans_Div_Fix_5 .Total_Soft_Poll_1_But_Back_5 span {
font-size: 20px !important;
font-family: Helvetica, Arial, sans-serif  !important;
color: #000000 !important;
}
.Total_Soft_Poll_1_Main_Ans_Div_2 .Total_Soft_Poll_1_Ans_Div_2 .Total_Soft_Poll_1_Ans_Lab_2 .Total_Soft_Poll_1_Ans_Lab_Sp2_2, .Total_Soft_Poll_1_Main_Ans_Div_Fix_2 .Total_Soft_Poll_1_Ans_Div_2 .Total_Soft_Poll_1_Ans_Lab_2 .Total_Soft_Poll_1_Ans_Lab_Sp2_2,
.Total_Soft_Poll_1_Main_Ans_Div_3 .Total_Soft_Poll_1_Ans_Div_3 .Total_Soft_Poll_1_Ans_Lab_3 .Total_Soft_Poll_1_Ans_Lab_Sp2_3, .Total_Soft_Poll_1_Main_Ans_Div_Fix_3 .Total_Soft_Poll_1_Ans_Div_3 .Total_Soft_Poll_1_Ans_Lab_3 .Total_Soft_Poll_1_Ans_Lab_Sp2_3,
.Total_Soft_Poll_1_Main_Ans_Div_4 .Total_Soft_Poll_1_Ans_Div_4 .Total_Soft_Poll_1_Ans_Lab_4 .Total_Soft_Poll_1_Ans_Lab_Sp2_4, .Total_Soft_Poll_1_Main_Ans_Div_Fix_4 .Total_Soft_Poll_1_Ans_Div_4 .Total_Soft_Poll_1_Ans_Lab_4 .Total_Soft_Poll_1_Ans_Lab_Sp2_4,
.Total_Soft_Poll_1_Main_Ans_Div_5 .Total_Soft_Poll_1_Ans_Div_5 .Total_Soft_Poll_1_Ans_Lab_5 .Total_Soft_Poll_1_Ans_Lab_Sp2_5, .Total_Soft_Poll_1_Main_Ans_Div_Fix_5 .Total_Soft_Poll_1_Ans_Div_5 .Total_Soft_Poll_1_Ans_Lab_5 .Total_Soft_Poll_1_Ans_Lab_Sp2_5 {
position: absolute;
min-width: 10px;
height: 100%;
background-color: #b096bf !important;
left: 0;
top: 0%;
}
@-ms-viewport {
width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
.rowcols {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-ms-flex-order: -1;
order: -1;
}
.order-last {
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.333333%;
}
.offset-2 {
margin-left: 16.666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.333333%;
}
.offset-5 {
margin-left: 41.666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.333333%;
}
.offset-8 {
margin-left: 66.666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.333333%;
}
.offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.333333%;
}
.offset-sm-2 {
margin-left: 16.666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.333333%;
}
.offset-sm-5 {
margin-left: 41.666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.333333%;
}
.offset-sm-8 {
margin-left: 66.666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.333333%;
}
.offset-sm-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.333333%;
}
.offset-md-2 {
margin-left: 16.666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.333333%;
}
.offset-md-5 {
margin-left: 41.666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.333333%;
}
.offset-md-8 {
margin-left: 66.666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.333333%;
}
.offset-md-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.333333%;
}
.offset-lg-2 {
margin-left: 16.666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.333333%;
}
.offset-lg-5 {
margin-left: 41.666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.333333%;
}
.offset-lg-8 {
margin-left: 66.666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.333333%;
}
.offset-lg-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.333333%;
}
.offset-xl-2 {
margin-left: 16.666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.333333%;
}
.offset-xl-5 {
margin-left: 41.666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.333333%;
}
.offset-xl-8 {
margin-left: 66.666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.333333%;
}
.offset-xl-11 {
margin-left: 91.666667%;
}
}
.spacer100{
display:block;
height:100px;
}
.spacer80{
display:block;
height:80px;
}
.spacer60{
display:block;
height:60px;
}
.spacer40{
display:block;
height:40px;
}
.spacer20{
display:block;
height:20px;
}
.spacer10{
display:block;
height:10px;
}
.col-content {
padding: 20px;
}
@media screen and ( max-width:1420px){
.rowcols {
margin-right: 05px;
margin-left: 0px;
} .site-footer__inner.container.container--narrow .rowcols {
margin-left: -15px;
margin-right: -15px;
}
}
.sidebar {
padding: 10px; }
.sidebar aside {
border-bottom: 4px solid #4f1965;
}
.sidebar aside a {
text-decoration:none;
}
.single_add_to_cart_button.button {
background-color: #4f1965 !important;
}
.woocommerce div.product form.cart div.quantity { top: 250px;
float: left;
margin: 0 4px 0 0;
}
.woocommerce .quantity .qty {
width: 4.235801032em !important;
text-align: center;
color: #4f1965 !important;
padding: .6180469716em !important;
}
.woocommerce div.product form.cart .button {
vertical-align: middle;
float: left;
cursor: pointer;
padding: .7180469716em 1.41575em;
text-decoration: none;
font-weight: 600;
text-shadow: none;
display: inline-block;
outline: 0;
-webkit-appearance: none;
border-radius: 0;
}
.col2-set { width: 47.8260869565% !important;
float: left !important;
margin-right: 4.347826087% !important;
}
#order_review, #order_review_heading {
width: 47.8260869565%;
float: right;
margin-right: 0;
}
h6.fnv_cursusfields {
color: #e2007a;
font-size:inherit;
padding:2px 0;
}
.product_meta{
padding-top:20px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
float: left; padding: 0;
position: relative;
width: 22.05%;
margin-left: 0;
margin-bottom: 4em;
}
span.excerpt {    text-align: center; padding-top: 0px;
}
h2.woocommerce-loop-product__title {
position: absolute;
padding: 4px 5px;
width: 100%;
background: #b096bf;
background: rgba(176, 150, 191,0.5);
text-align: center;
color: #fff;
font-weight: 600 !important;
top: 0;
}
.woocommerce ul.products li.product span.price {
font-size: 1.2em;
color: #fff;
position: absolute;  top: 75px;
left: -5px;
background: #e2007a;
padding: 5px;   transition: all .3s;
-webkit-box-shadow: 10px 10px 21px -8px rgba(0,0,0,.75);
-moz-box-shadow: 10px 10px 21px -8px rgba(0,0,0,.75);
box-shadow: 10px 10px 21px -8px rgba(0,0,0,.75);
transition: all .3s;
}
.woocommerce a.button {
font-size: 100%;
margin: 0;
line-height: 1;
cursor: pointer;
position: relative;
text-decoration: none;
overflow: visible;
padding: 0 auto;
text-align: center;
font-weight: 700;
border-radius: 0;
left: auto;
color: #fff;
background-color: #4f1965;
border: 0;
display: inline-block;
background-image: none;
box-shadow: none;
text-shadow: none;
width: 100%; bottom: 0; box-shadow: 10px 10px 21px -8px rgba(0,0,0,.75);
}
.woocommerce a.button:hover{
color: #fff;
background-color: #e2007a;
}
.woocommerce ul.products li.product a img {
width: 100%;
height: auto;
display: block;
margin: 0 ;
box-shadow: none;
}
.woocommerce ul.products li.product .button {
margin-top: 0;
margin-bottom: 0.7em;
}
.fnv_leden_kortingmelding {
padding: 20px 0;
font-weight: 900;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
.clearfix:after {
content: "";
display: table;
clear: both;
} .wrapper {
margin: 0 auto;
padding: 20px;
max-width: 75%;
}
h1 { font-size: 2em;
margin-bottom: 10px;
}
h2 {
font-weight: 700;
} .row {
margin: 0;
}
.row:last-child {
margin-bottom: 0;
}
[class*="col-"] { }
.vierkant{
float: left;
position: relative;
width: 100%;
padding-bottom: 100%;
margin: 0px;
overflow: hidden;
transition: all .3s;
}
.vierkant:hover { -webkit-box-shadow: 10px 10px 21px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 21px -8px rgba(0,0,0,0.75);
box-shadow: 10px 10px 21px -8px rgba(0,0,0,0.75);
}
.rond{
float: left;
position: relative;
width: 100%;
padding-bottom: 100%;
margin: 0px;
overflow: hidden;
border-radius: 100%;
-webkit-box-shadow: 10px 10px 21px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 21px -8px rgba(0,0,0,0.75);
box-shadow: 10px 10px 21px -8px rgba(0,0,0,0.75);
transition: all .3s;
}
.rond:hover {
transform: scale(1.1);
}
.rood{
background-color: #e2001a !important;
}
.svgimg{
display: block;
position: absolute;
width: 100%;  left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.col-1-6 {
float: left;
width: calc(100% / 2); }
.innerbox{
display: inline-block;
position: relative;
min-height: 300px;
padding: 20px;
}
.paddingtop40{
padding-top: 40px;
}
.nopadding{
padding: 0 !important;
}
.padding20{
padding:20px;
}
.padding4080{
padding:40px 80px;
}
.padding2080{
padding:20px 80px;
}
.col-1-2 {
float: left;
width: 100%;
position:relative;
}
@media all and ( min-width: 600px ) {
.col-2-3 {
float: left;
width: 66.66%;
position:relative;
}
.col-1-2 {
float: left;
width: 50%;
position:relative;
}
.col-1-3 {
float: left;
width: 33.33%;
position:relative;
}
.col-1-4 {
float: left;
width: 25%;
position:relative;
}
.col-1-6 {
float: left;
width: calc(100% / 6);  position:relative;
}
.col-1-8 {
float: left;
width: 12.5%;
position:relative;
}
}
.share-article nav {
margin: 0;
}
.share-article{
padding: 20px;
text-align: right;
}
span.share-title {
margin-right: 10px;
}
.share-article ul {
display: block;
list-style: none;
margin-left: 0;
float: right;
}
.share-article ul li {
display: block;
float: left;
margin-left: 0.4rem;
}
.share-article ul li:nth-child(1) {
margin-left: 0;
}
.share-article ul li .share {
display: block;
position: relative;
color: #FFFFFF;
width: 1.625rem;
height: 1.625rem;
background: #e2007a;
background-repeat: no-repeat;
background-position: center center;
background-size: 81%;
background-color: #e2007a;
border-radius: 100rem;
}
.share-article ul li .share.facebook {
background-image: url(//fnvmooi.nl/wp-content/themes/fnvmooinew/images/facebook.svg);
}
.share-article ul li .share.twitter {
background-image: url(//fnvmooi.nl/wp-content/themes/fnvmooinew/images/twitter.svg);
}
.share-article ul li .share.linkedin {
background-image: url(//fnvmooi.nl/wp-content/themes/fnvmooinew/images/linkedin.svg);
}
.share-article ul li .share.mail {
background-image: url(//fnvmooi.nl/wp-content/themes/fnvmooinew/images/mail.svg);
}
.share-article ul li .share:hover {
background-color: #009ee0;
}
i.fa.fa-facebook, i.fa.fa-twitter, i.fa.fa-instagram {
height: 30px;
width: 30px;
border: 2px solid #fff; border-radius: 50%;
font-size: 14px;
text-align: center;
line-height: 28px;
transition: all 500ms ease;
background: #009ee0;
color: #fff;
}
i.fa.fa-facebook:hover,i.fa.fa-twitter:hover,i.fa.fa-instagram:hover {
border-color: #009ee0;
}
body.login div#login h1 a {
background-image: url(http://dev1.fnvmooi.nl/wp-content/themes/fnvmooinew/images/FNVMOOI-LOGO-2013-CMYK.png) !important;
}
.widget li i {
font-size: 10px;
}