.services-wrap {
text-align: center;
position: relative;
padding-bottom: 50px;
}
.services {
background-color: #FFF;
border-bottom: 1px solid #eaebec;
}
.services .section-overlay-layer {
}
.single-service {
padding: 40px 20px 40px 20px;
background: #ffffff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all ease 0.55s;
transition: all ease 0.55s;
}
.services-wrap .service-box {
display: inline-block;
width: 100%;
text-align: center;
}
.single-service > h3 > a:hover, .service-icon > a:hover{
text-decoration:none;
}
.services-wrap > .service-box {
width: 31.5%;
margin: 0 1%;
margin-bottom: 30px;
vertical-align: top;
}
.services-wrap > .service-box:nth-child(3n+1){
margin-left: 0;
clear: left;
}
.services-wrap > .service-box:nth-child(3n){
margin-right: 0;
clear: right;
}
.service-icon {
font-size: 60px;
margin-bottom: 35px;
}
.single-service h3 {
color: #1395ba;
margin-bottom: 15px;
padding-top: 5px;
}
.galcolumn .single-service {
width: 100%;
}
.display-none {
display: none !important;
} .testimonials {
text-align: center;
background-color: #FFF;
border-bottom: 1px solid #eaebec;
}
.testimonials .section-overlay-layer {
padding-bottom: 20px;
}
.feedback {
padding: 0 30px;
margin-bottom: 45px;
}
.feedback .pic-container {
top: -40px;
width: 100%;
position: absolute;
}
.feedback .pic-container-inner {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: inline-block;
overflow: hidden;
background-clip: padding-box;
width: 170px;
height: 170px;
box-shadow: 0px 0px 0px 5px #f5f5f5;
background-color: #f5f5f5;
border: 5px solid #e5e5e5;
}
.feedback .pic-container img {
width: 100%;
}
.feedback p {
font-style: italic;
margin-top: 20px;
margin-bottom: 0;
}
.feedback h5 {
margin-bottom: 0;
}
.feedback-text-wrap {
padding: 0 20px;
}
.testimonials-box {
text-align: center;
width: 100%;
}
.testimonials-wrap {
position: relative;
}
.testimonials-wrap .testimonials-box {
display: inline-block;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
.testimonials-box .feedback {
padding: 145px 0 40px 0;
margin: 40px 0 30px 0;
background: #ffffff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all ease 0.55s;
transition: all ease 0.55s;
position: relative;
}
.testimonials-box .feedback:hover {
border-bottom-color: #f16c20;
}
.galcolumn .testimonials-box {
width: 100%;
}
.testimonials-wrap > .testimonials-box {
width: 31.5%;
margin: 0 1.15% 0 1.15%;
margin-bottom: 30px;
vertical-align: top;
}
.testimonials-wrap > .testimonials-box:nth-child(3n+1) {
margin-left: 0;
clear: left;
}
.testimonials-wrap > .testimonials-box:nth-child(3n) {
margin-right: 0;
clear: right;
} .team {
background-color: #FFF;	
border-bottom: 1px solid #eaebec;
background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
border-bottom: 1px solid #F3F3F3;
}
.team .section-overlay-layer {
padding-bottom: 50px;
background: rgba(13, 60, 85, 0.8);
}
.team .sub-heading {
color: #FFF;
}
.team .dark-text {
color: #FFF;
}
.team-member {
margin-bottom: 25px;
position: relative;
overflow: hidden;
min-height: 100px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.team-member .social-icons {
opacity: 1;
margin-top: 5px;
position: relative;
-webkit-transition: all ease 0.55s;
transition: all ease 0.55s;
margin-bottom: 0;
margin-top: 0;
}
.team-member .social-icons li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
}
.team-member .social-icons li a {
opacity: 0.9;
}
.team-member .social-icons li a:hover {
opacity: 1;
text-decoration: none;
}
.team-member:hover .social-icons {
opacity: 1;
}
.member-pic {
border: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
width: 183px;
height: 183px;
}
.member-pic img {
width: 183px;
height: 183px;
}
.member-details {
left: 0;
position: absolute;
color: #FFF;
display: table;
overflow: hidden;
height: 183px;
width: 183px;
bottom: 100%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
background: rgba(0,0,0,0);
text-align: center;
}
.member-details h5 {
margin: 0;
margin-bottom: 5px;
color: #FFF;
}
.team-member-wrap {
text-align: center;
}
.team-member-wrap .team-member-box {
float: none;
display: inline-block;
margin-right: -4px;
vertical-align: top;
padding-right: 55px;
padding-left: 55px;
padding-bottom: 30px;
}
.member-details-inner {
display: table-cell;
vertical-align: middle;
}
.team-member:hover .member-details {
bottom: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
background: rgba(241,108,32,0.7);
}
@media (min-width: 992px) and (max-width: 1200px) {
.team-member-wrap .team-member-box {
padding-right: 30px;
padding-left: 30px;
}
}.cff-wrapper:after{content:"";display:table;clear:both}#cff{float:left;width:100%;margin:0 auto;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.cff-wrapper-ctn{overflow:hidden;box-sizing:border-box}.cff-wrapper-ctn.cff-wrapper-fixed-height{overflow:auto;overflow-x:hidden}#cff .cff-masonry-posts,#cff .cff-posts-wrap,.cff-wrapper-ctn{position:relative;clear:both;height:100%;top:0;bottom:0;width:100%}#cff .cff-posts-wrap-box-shadow{padding:5px}#cff .cff-item{float:left;width:100%;clear:both;padding:20px 0 15px;margin:0;border-bottom:1px solid #ddd}#cff .cff-item:first-child{padding-top:0}#cff .cff-item.cff-box,#cff .cff-item.cff-box:first-child{padding:15px;margin:8px 0;background:rgba(255,255,255,.5);border:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cff .cff-item.cff-box:first-child{margin-top:0}#cff .cff-item.cff-box:last-child{margin-bottom:0}#cff .cff-item.cff-shadow{box-shadow:0 0 10px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.15)}.cff-header{width:100%;margin:0 0 15px;padding:0;line-height:1;-webkit-box-sizing:border-box;box-sizing:border-box;display:flex;align-items:center}.cff-header .fa,.cff-header svg{margin:0 10px 0 0;padding:0}.cff-visual-header{margin-bottom:24px!important}.cff-visual-header .cff-header-hero{width:100%;height:300px;position:relative;overflow:hidden}.cff-visual-header .cff-header-hero img{width:100%;display:none}.cff-visual-header .cff-likes-box{position:absolute;bottom:10px;right:10px;padding:5px;background:#eee;line-height:1;border-radius:2px;color:#445790}.cff-visual-header .cff-likes-box .cff-square-logo{float:left;display:inline-block;line-height:0}.cff-visual-header .cff-likes-box .cff-square-logo svg{width:18px;vertical-align:top}.cff-visual-header .cff-likes-box .cff-likes-count{float:left;display:inline-block;margin-left:8px;vertical-align:top;font-size:15px;line-height:20px}.cff-visual-header .cff-header-inner-wrap{position:relative;display:block;text-decoration:none!important}.cff-visual-header .cff-header-inner-wrap a{color:inherit!important;border:0}.cff-visual-header .cff-header-img img{display:block;width:100px;border-radius:3px;padding:0;margin:0}.cff-visual-header.cff-has-cover .cff-header-img img{border:2px solid #fff}.cff-visual-header .cff-header-img{position:absolute;display:inline-block;line-height:1}.cff-visual-header.cff-has-cover .cff-header-img{top:-25px;left:10px}.cff-visual-header .cff-header-text{display:inline-block;float:left;padding-top:10px;margin:0}#cff .cff-visual-header .cff-header-text h3,.cff-visual-header .cff-header-text h3{display:inline-block!important;width:auto!important;margin:0 8px 0 0!important;padding:0!important;font-size:1.2em!important;line-height:1.2em!important}.cff-visual-header.cff-has-name{min-height:100px}.cff-visual-header.cff-has-cover.cff-has-name .cff-header-text{min-height:75px;margin-left:125px!important}.cff-visual-header.cff-has-name .cff-header-text{margin-left:120px!important;padding-top:30px}.cff-visual-header.cff-has-name.cff-has-about .cff-header-text,.cff-visual-header.cff-has-name.cff-has-cover .cff-header-text{padding-top:10px!important}#cff .cff-visual-header .cff-header-inner-wrap .cff-bio,.cff-visual-header .cff-header-inner-wrap .cff-bio{display:block;width:100%;clear:both;margin:3px 0 0;padding:0;line-height:1.2em}.cff-visual-header .cff-header-name{float:left;padding:0 5px 2px 0!important}.cff-visual-header .cff-bio-info{font-size:.9em;line-height:1.7}.cff-visual-header .cff-bio-info svg{display:inline-block;width:1em;vertical-align:middle;position:relative;top:-2px}.cff-posts-count svg{padding-right:3px}.cff-header-inner-wrap:after,.cff-header-text:after{display:table;clear:both;content:" "}#cff .cff-author-img.cff-no-consent img,#cff .cff-expand,#cff .cff-less{display:none}#cff.cff-default-styles .cff-author a,#cff.cff-default-styles .cff-credit a,#cff.cff-default-styles a{text-decoration:none}#cff.cff-default-styles a:focus,#cff.cff-default-styles a:hover{text-decoration:underline}#cff .cff-post-text-link{display:block}.cff-post-text{width:100%;float:left}#cff .cff-post-desc,#cff h3,#cff h4,#cff h5,#cff h6,#cff p{float:left;width:100%;clear:both;padding:0;margin:5px 0;word-wrap:break-word}#cff.cff-default-styles .cff-post-desc,#cff.cff-default-styles h3,#cff.cff-default-styles h4,#cff.cff-default-styles h5,#cff.cff-default-styles h6,#cff.cff-default-styles p{line-height:1.4}#cff .cff-date{float:left;min-width:50px;width:auto}#cff.cff-default-styles .cff-credit,#cff.cff-default-styles .cff-date,#cff.cff-default-styles .cff-post-links,#cff.cff-default-styles .cff-post-links a{font-size:11px}#cff .cff-author{float:left;clear:both;margin:0 0 15px;padding:0;line-height:1.2;width:100%}#cff .cff-author a{text-decoration:none;border:none}#cff .cff-author-img{float:left;width:40px;height:40px;margin:0 0 0 -100%!important;font-size:0;background:url(//dutchdumbledore.nl/wp-content/plugins/custom-facebook-feed/assets/img/cff-avatar.png) no-repeat;background-size:100%;border-radius:50%}#cff .cff-author .cff-author-text,#cff .cff-desc-wrap,#cff .cff-link-title,#cff .cff-shared-link{width:100%;float:left}#cff .cff-author img{float:left;margin:0!important;padding:0!important;border:none!important;font-size:0;border-radius:50%}.cff-no-consent .cff-header-text{margin-left:0!important}.cff-no-consent .cff-header-hero,.cff-no-consent .cff-header-img,.cff-num-diff-hide{display:none!important}#cff .cff-author .cff-author-text span.cff-page-name{display:table-cell;vertical-align:middle;height:40px;margin:0;font-weight:700;padding-left:50px;float:none}#cff .cff-author .cff-story,#cff.cff-default-styles .cff-author .cff-date{font-weight:400}#cff .cff-author.cff-no-author-info .cff-date{margin-top:12px!important}#cff .cff-author.cff-no-author-info .cff-author-img{width:40px;height:40px;background:url(//dutchdumbledore.nl/wp-content/plugins/custom-facebook-feed/assets/img/cff-avatar.png) no-repeat;margin:0!important}#cff .cff-author .cff-date,#cff .cff-author .cff-page-name{float:left;clear:both;width:auto;margin:0 0 0 50px!important}#cff.cff-default-styles .cff-author .cff-author-text *{font-weight:700;line-height:1.2}#cff .cff-author .cff-date{color:#9197a3;font-size:11px;margin-top:2px!important;margin-bottom:0!important}#cff .cff-author .cff-page-name.cff-author-date{float:left;padding:3px 0 0;font-size:14px}#cff .cff-cta-link a,.cff-media-link .fa{display:inline-block;width:auto;padding:5px 7px 5px 6px;margin-right:6px;border:1px solid rgba(0,0,0,.1);border-radius:3px;background:rgba(0,0,0,.02)}#cff .cff-cta-link a:hover,.cff-media-link .fa:hover{background:rgba(0,0,0,.03);text-decoration:none}#cff .cff-cta-link a{padding:5px 15px}#cff .cff-break-word{word-break:break-all}#cff.cff-default-styles .cff-expand a{font-size:11px;font-weight:400}#cff .cff-shared-link{clear:both;padding:5px 10px;margin:10px 0 5px;background:rgba(0,0,0,.02);border:1px solid rgba(0,0,0,.07);box-sizing:border-box}#cff .cff-no-styles{background:0 0;border:none;padding:0}#cff .cff-link{float:left;clear:both;max-width:20%;margin:10px 0 0}#cff .cff-link img,#cff.cff-masonry .cff-comment-attachment,#cff.cff-masonry .cff-comment-replies-box{max-width:100%}#cff .cff-link-title{clear:both;display:block}#cff.cff-default-styles .cff-link-title{font-weight:700}#cff .cff-post-desc,#cff p.cff-link-title{margin:5px 0 0}#cff .cff-text-link{float:left;clear:none;width:72%;margin-left:3%;padding:0 0 5px}#cff .cff-link-caption{margin:0}#cff.cff-default-styles .cff-link-caption{font-size:12px}#cff .cff-text-link.cff-no-image{width:100%;margin-left:0}#cff .cff-details{float:left;clear:none;width:100%;margin:0;padding:0}#cff .cff-details h5{margin:0 0 5px}#cff.cff-default-styles .cff-details h5{padding:0;font-size:16px}#cff.cff-default-styles .cff-details p{font-size:14px}#cff .cff-timeline-event .cff-date,#cff .cff-timeline-event .cff-info,#cff .cff-timeline-event .cff-timeline-event-title,#cff .cff-timeline-event .cff-where{display:block;width:100%;clear:both}#cff .cff-details .cff-info{padding:10px 0 0}#cff.cff-default-styles .cff-details .cff-info{line-height:1.2}#cff .cff-note-title{display:block;font-weight:700;padding-bottom:5px}#cff .cff-post-links{float:left;clear:none;padding:5px 0 0;margin:0}#cff .cff-post-links.cff-left{float:left;margin:8px 0}#cff .cff-post-links a:first-child{padding-left:0;margin:0}#cff .cff-dot{padding:0 5px}#cff .cff-share-container{position:relative;display:inline}#cff .cff-share-tooltip{display:none;position:absolute;z-index:1000;bottom:22px;right:-40px;width:110px;padding:3px 5px 4px;margin:0;background:#333;color:#eee;font-size:12px;line-height:1.3;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cff .cff-share-tooltip .fa-play{position:absolute;font-size:8px;bottom:-6px;left:50%;margin-left:-3px;color:#333}#cff .cff-share-tooltip a .fa,#cff .cff-share-tooltip a svg{font-size:16px;margin:0;padding:5px}#cff .cff-share-tooltip a{display:block;float:left;margin:0!important;padding:0!important;color:#eee!important;opacity:0;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}#cff .cff-share-tooltip a:hover{color:#fff!important}#cff .cff-share-tooltip .cff-facebook-icon:hover{background:#3b5998}#cff .cff-share-tooltip .cff-twitter-icon:hover{background:#00aced}#cff .cff-share-tooltip .cff-email-icon:hover,#cff .cff-share-tooltip .cff-google-icon:hover{background:#dd4b39}#cff .cff-share-tooltip .cff-linkedin-icon:hover{background:#007bb6}#cff .cff-share-tooltip .cff-pinterest-icon:hover{background:#cb2027}#cff .cff-share-tooltip a.cff-show{opacity:1;transition:opacity .2s}.cff-likebox{float:left;width:100%;position:relative;margin:20px 0 0}.fb_iframe_widget{border:none;overflow:hidden}.cff-likebox .fb_iframe_widget{width:100%}.cff-likebox .fb_iframe_widget span{width:100%!important}.cff-likebox .fb_iframe_widget iframe{margin:0;position:relative;top:0;left:0;width:100%!important;height:100%}.cff-likebox.cff-top.cff-outside{margin-bottom:10px}.cff-likebox.cff-bottom.cff-outside{margin-top:10px}#cff.cff-fixed-height{padding:5px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cff.cff-masonry,.cff-gdpr-notice{box-sizing:border-box}#cff .cff-error-msg{display:none;position:relative;font-size:12px;font-family:sans-serif;padding:8px 12px;border:1px solid #ddd;margin-bottom:10px;clear:both;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}#cff .cff-error-msg p{float:none}#cff .cff-error-msg .cff_notice_dismiss{position:absolute;top:4px;right:8px}#cff #cff-error-reason{display:none;padding:5px 0 0;clear:both}#cff .cff-credit img{float:left;margin:-2px 5px 0 0}#cff .cff-credit .fa{padding-right:5px;font-size:13px}.cff-credit a{display:flex;align-items:center}.cff-screenreader{text-indent:-9999px!important;display:block!important;width:0!important;height:0!important;line-height:0!important}@media all and (max-width:640px){#cff.cff-width-resp{width:100%!important}.cff-wrapper .cff-visual-header .cff-header-img img{width:80px}.cff-wrapper .cff-visual-header.cff-has-name .cff-header-text{margin-left:95px}.cff-wrapper .cff-visual-header.cff-has-cover.cff-has-name .cff-header-text{margin-left:105px}}#cff .cff-comment .cff-comment-text img,#cff img.emoji,#cff-lightbox-wrapper .cff-comment .cff-comment-text img,#cff-lightbox-wrapper img.emoji{float:none;max-width:100%}#cff .cff-linebreak{display:block;height:5px}#cff.cff-masonry .cff-item.cff-box{margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry .cff-item,#cff.cff-masonry .cff-item:first-child{padding-top:20px;margin-top:0}#cff.cff-masonry .cff-item,#cff.cff-masonry .cff-likebox{float:none;display:inline-block;width:30.3%;margin:0 1.5% 20px}#cff.cff-masonry.cff-opaque-comments .cff-item{z-index:1}#cff.cff-masonry.masonry-2-desktop .cff-item{width:47%;margin:0 1.5%}#cff.cff-masonry.masonry-4-desktop .cff-item{width:22%;margin:0 1.5%}#cff.cff-masonry.masonry-5-desktop .cff-item{width:17%;margin:0 1.5%}#cff.cff-masonry.masonry-6-desktop .cff-item{width:13.516%;margin:0 1.5%}@media (min-width:481px) and (max-width:800px){#cff.cff-masonry .cff-item,#cff.cff-masonry .cff-likebox,#cff.cff-masonry.masonry-2-desktop .cff-item,#cff.cff-masonry.masonry-3-desktop .cff-item,#cff.cff-masonry.masonry-4-desktop .cff-item,#cff.cff-masonry.masonry-5-desktop .cff-item,#cff.cff-masonry.masonry-6-desktop .cff-item{width:100%;margin:0}#cff.cff-masonry.masonry-2-tablet .cff-posts-wrap .cff-item,#cff.cff-masonry.masonry-2-tablet .cff-posts-wrap .cff-likebox{width:47%;margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry.masonry-3-tablet .cff-posts-wrap .cff-item,#cff.cff-masonry.masonry-3-tablet .cff-posts-wrap .cff-likebox{width:30.3%;margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry.masonry-4-tablet .cff-item,#cff.cff-masonry.masonry-4-tablet .cff-likebox{width:22%;margin-left:1.5%;margin-right:1.5%}}@media (max-width:480px){#cff.cff-masonry .cff-item,#cff.cff-masonry .cff-likebox,#cff.cff-masonry.masonry-2-desktop .cff-item,#cff.cff-masonry.masonry-3-desktop .cff-item,#cff.cff-masonry.masonry-4-desktop .cff-item,#cff.cff-masonry.masonry-5-desktop .cff-item,#cff.cff-masonry.masonry-6-desktop .cff-item{width:100%;margin:0}#cff.cff-masonry.masonry-2-mobile .cff-posts-wrap .cff-item,#cff.cff-masonry.masonry-2-mobile .cff-posts-wrap .cff-likebox{width:47%;margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry.masonry-3-mobile .cff-posts-wrap .cff-item,#cff.cff-masonry.masonry-3-mobile .cff-posts-wrap .cff-likebox{width:30.3%;margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry.cff-mob-cols-1 .cff-posts-wrap .cff-item{width:100%}}#cff.cff-masonry .cff-comments-box{position:relative;z-index:999}#cff.cff-masonry .cff-load-more{display:block;float:left;clear:both}#cff.cff-masonry.cff-masonry-css{width:100%;overflow:hidden;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;-webkit-column-fill:auto;column-fill:unset;-webkit-column-count:3;-moz-column-count:3;column-count:3;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-2-desktop{-webkit-column-count:2;-moz-column-count:2;column-count:2;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-4-desktop{-webkit-column-count:4;-moz-column-count:4;column-count:4;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-5-desktop{-webkit-column-count:5;-moz-column-count:5;column-count:5;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-6-desktop{-webkit-column-count:6;-moz-column-count:6;column-count:6;margin:0}#cff.cff-masonry.cff-masonry-css .cff-item,#cff.cff-masonry.cff-masonry-css .cff-likebox,#cff.cff-masonry.cff-masonry-css.masonry-2-desktop .cff-item,#cff.cff-masonry.cff-masonry-css.masonry-4-desktop .cff-item,#cff.cff-masonry.cff-masonry-css.masonry-5-desktop .cff-item,#cff.cff-masonry.cff-masonry-css.masonry-6-desktop .cff-item{float:none;display:inline-block;width:100%;margin:0 0 12px}#cff.cff-masonry.cff-masonry-css .cff-likebox{width:99.5%}#cff.cff-masonry.cff-masonry-css .cff-load-more{margin:0 0 10px;position:relative;bottom:0}@media only screen and (max-width:780px){#cff.cff-masonry.cff-masonry-css,#cff.cff-masonry.cff-masonry-css.masonry-2-desktop,#cff.cff-masonry.cff-masonry-css.masonry-4-desktop,#cff.cff-masonry.cff-masonry-css.masonry-5-desktop,#cff.cff-masonry.cff-masonry-css.masonry-6-desktop{-webkit-column-count:1;-moz-column-count:1;column-count:1}#cff.cff-masonry.cff-masonry-css.masonry-2-mobile{-webkit-column-count:2;-moz-column-count:2;column-count:2;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-2-mobile,#cff.cff-masonry.cff-masonry-css.masonry-2-mobile .cff-item{width:100%}}#cff.cff-disable-masonry{height:auto!important}#cff.cff-disable-masonry .cff-item,#cff.cff-disable-masonry .cff-likebox{position:relative!important;top:auto!important}#cff.cff-dark .cff-album-item,#cff.cff-dark .cff-item,#cff.cff-dark .cff-item.cff-box,#cff.cff-dark .cff-item.cff-box:first-child{background-color:rgba(0,0,0,.85);color:rgba(255,255,255,.75)}#cff.cff-dark .cff-item a{color:#fff;text-decoration:underline}#cff.cff-dark .cff-date{color:rgba(255,255,255,.5)}#cff.cff-dark .cff-album-info a,#cff.cff-dark .cff-author-date,#cff.cff-dark .cff-post-links a{color:#fff}#cff.cff-dark .cff-album-info p{color:rgba(255,255,255,.75)}#cff.cff-light .cff-album-item,#cff.cff-light .cff-item,#cff.cff-light .cff-item.cff-box,#cff.cff-light .cff-item.cff-box:first-child{background-color:rgba(255,255,255,.95);color:rgba(0,0,0,.8)}#cff.cff-light .cff-item a{color:#000;text-decoration:underline}#cff.cff-light .cff-date{color:rgba(0,0,0,.5)}#cff.cff-light .cff-album-info a,#cff.cff-light .cff-author-date,#cff.cff-light .cff-post-links a{color:#000}#cff.cff-light .cff-album-info p{color:rgba(0,0,0,.7)}.cff-gdpr-notice{max-width:100%;padding:8px 15px;margin:0;font-size:12px;background:#fdf7f7;border-radius:5px;border:1px solid #e4b1b1;line-height:1.3;display:none}.sb-elementor-cta-img,.sb-elementor-cta-img-ctn{position:relative!important;display:flex!important}.sb-elementor-cta{width:100%!important;border:1px solid #e8e8eb!important;border-radius:2px!important;position:relative!important;text-align:center!important}.sb-elementor-cta-img-ctn{width:100%!important;float:left!important;justify-content:center!important;align-items:center!important;margin-top:50px!important;margin-bottom:35px!important}.sb-elementor-cta-img{width:65px!important;height:65px!important;border:2px solid #dcdde1!important;border-radius:16px!important;-webkit-transform:rotate(-3deg)!important;transform:rotate(-3deg)!important;justify-content:center!important;align-items:center!important}.sb-elementor-cta-img span svg{width:32px;fill:#257ab2;float:left!important}.sb-elementor-cta-img>*{-webkit-transform:rotate(3deg)!important;transform:rotate(3deg)!important}.sb-elementor-cta-logo{position:absolute!important;right:-15px!important;bottom:-19px!important;z-index:1!important}.sb-elementor-cta-heading{font-size:19px!important;padding:0!important;margin:0 0 30px!important;display:inline-block!important;width:100%!important;font-weight:700!important;line-height:1.4em!important}.sb-elementor-cta-btn{background:#0068a0!important;border-radius:2px!important;padding:8px 20px 8px 38px!important;cursor:pointer!important;color:#fff!important;position:relative!important;margin-bottom:30px!important;height:40px!important;line-height:24px!important}.sb-elementor-cta-btn:after,.sb-elementor-cta-btn:before{content:''!important;position:absolute!important;width:2px!important;height:12px!important;background:#fff!important;left:20px!important;top:14px!important}.sb-elementor-cta-btn:after{-webkit-transform:rotate(90deg)!important;transform:rotate(90deg)!important}.sb-elementor-cta-desc{display:flex!important;justify-content:center!important;align-items:center!important;padding:20px!important;background:#f9f9fa!important;border-top:1px solid #e8e8eb!important;margin-top:35px!important;flex-direction:column!important}.sb-elementor-cta-desc strong{color:#141b38!important;font-size:16px!important;font-weight:600!important;margin-bottom:8px!important}.sb-elementor-cta-desc span{color:#434960!important;font-size:14px!important;line-height:1.5em!important;padding:0 20%!important}.sb-elementor-cta-selector{width:100%!important;padding:0 20%!important;display:flex!important;justify-content:center!important;align-items:center!important;flex-direction:column!important;margin-bottom:45px!important}.sb-elementor-cta-feedselector{border:1px solid #d0d1d7!important;padding:8px 16px!important;margin-bottom:15px!important;max-width:100%!important;min-width:400px!important}.sb-elementor-cta-selector span{color:#2c324c!important}.sb-elementor-cta-selector span a{text-transform:capitalize!important;text-decoration:underline!important;font-weight:600!important}.sb-elementor-cta-selector span a:after{color:#2c324c!important;margin-left:2px!important;font-weight:400!important;text-decoration-color:#fff!important}.sb-elementor-cta-selector span a:first-of-type:after{content:','!important}.sb-elementor-cta-selector span a:nth-of-type(2):after{content:'or'!important;margin-left:5px!important;margin-right:2px!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before{content:''!important;height:16px!important;font-variant:normal!important;background-position:center center!important;background-repeat:no-repeat!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9056 18.109H13.4056V17.609H12.9056V18.109ZM9.79722 18.109H9.29722V18.609H9.79722V18.109ZM9.79722 14.5601V14.0601H9.29722V14.5601H9.79722ZM12.9056 14.5601V15.0601H13.4056V14.5601H12.9056ZM20.2604 7.32764H20.7604V6.90407L20.3426 6.83444L20.2604 7.32764ZM20.2604 10.3503V10.8503H20.7604V10.3503H20.2604ZM16.7237 14.5601H16.2237V15.0601H16.7237V14.5601ZM20.1258 14.5601L20.6199 14.6367L20.7094 14.0601H20.1258V14.5601ZM19.5751 18.109V18.609H20.0035L20.0692 18.1857L19.5751 18.109ZM16.7237 18.109V17.609H16.2237V18.109H16.7237ZM27.0523 14.5601H26.5523L26.5523 14.5612L27.0523 14.5601ZM17.0803 26.6136L16.9877 26.1222L17.0803 26.6136ZM12.5489 26.6139L12.6411 26.1225L12.5489 26.6139ZM14.8147 1.79797C7.80749 1.79797 2.07703 7.51685 2.07703 14.5601H3.07703C3.07703 8.06849 8.36042 2.79797 14.8147 2.79797V1.79797ZM2.07703 14.5601C2.07703 20.7981 6.54984 25.9974 12.4567 27.1053L12.6411 26.1225C7.19999 25.1019 3.07703 20.3097 3.07703 14.5601H2.07703ZM13.4056 26.3139V18.109H12.4056V26.3139H13.4056ZM12.9056 17.609H9.79722V18.609H12.9056V17.609ZM10.2972 18.109V14.5601H9.29722V18.109H10.2972ZM9.79722 15.0601H12.9056V14.0601H9.79722V15.0601ZM13.4056 14.5601V11.8556H12.4056V14.5601H13.4056ZM13.4056 11.8556C13.4056 10.4191 13.8299 9.36825 14.5211 8.67703C15.2129 7.98525 16.2305 7.59512 17.5314 7.59512V6.59512C16.0299 6.59512 14.7346 7.04939 13.814 7.96992C12.893 8.891 12.4056 10.2204 12.4056 11.8556H13.4056ZM17.5314 7.59512C18.1724 7.59512 18.8342 7.65119 19.3401 7.70823C19.592 7.73664 19.8029 7.76502 19.9504 7.78622C20.0241 7.79681 20.0818 7.8056 20.1208 7.81167C20.1402 7.81471 20.155 7.81706 20.1647 7.81863C20.1695 7.81941 20.1731 7.82 20.1754 7.82037C20.1765 7.82056 20.1773 7.82069 20.1778 7.82077C20.178 7.82081 20.1782 7.82083 20.1782 7.82084C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1782 7.82084 20.1782 7.82084 20.2604 7.32764C20.3426 6.83444 20.3426 6.83443 20.3425 6.83443C20.3425 6.83442 20.3424 6.83441 20.3424 6.83441C20.3423 6.83439 20.3422 6.83437 20.342 6.83435C20.3418 6.8343 20.3414 6.83425 20.341 6.83417C20.3401 6.83403 20.3389 6.83383 20.3373 6.83357C20.3342 6.83307 20.3298 6.83234 20.3241 6.83142C20.3127 6.82958 20.2962 6.82695 20.2749 6.82362C20.2323 6.81698 20.1707 6.8076 20.0927 6.7964C19.9369 6.774 19.7157 6.74425 19.4521 6.71453C18.927 6.65532 18.2243 6.59512 17.5314 6.59512V7.59512ZM19.7604 7.32764V10.3503H20.7604V7.32764H19.7604ZM20.2604 9.85033H18.7185V10.8503H20.2604V9.85033ZM18.7185 9.85033C17.851 9.85033 17.1997 10.1241 16.7742 10.6148C16.3604 11.0922 16.2237 11.7025 16.2237 12.2594H17.2237C17.2237 11.8495 17.3257 11.5053 17.5298 11.2699C17.7224 11.0477 18.0684 10.8503 18.7185 10.8503V9.85033ZM16.2237 12.2594V14.5601H17.2237V12.2594H16.2237ZM16.7237 15.0601H20.1258V14.0601H16.7237V15.0601ZM19.6317 14.4834L19.081 18.0323L20.0692 18.1857L20.6199 14.6367L19.6317 14.4834ZM19.5751 17.609H16.7237V18.609H19.5751V17.609ZM16.2237 18.109V26.3135H17.2237V18.109H16.2237ZM17.1728 27.105C20.0281 26.5671 22.618 25.068 24.5079 22.8512L23.7469 22.2025C22.0054 24.2452 19.6188 25.6266 16.9877 26.1222L17.1728 27.105ZM24.5079 22.8512C26.4793 20.5388 27.5591 17.5977 27.5523 14.559L26.5523 14.5612C26.5586 17.3614 25.5636 20.0715 23.7469 22.2025L24.5079 22.8512ZM27.5523 14.5601C27.5523 7.51685 21.8218 1.79797 14.8147 1.79797V2.79797C21.2689 2.79797 26.5523 8.06849 26.5523 14.5601H27.5523ZM16.2237 26.3135C16.2237 26.8064 16.6682 27.2 17.1728 27.105L16.9877 26.1222C17.119 26.0975 17.2237 26.2006 17.2237 26.3135H16.2237ZM12.4567 27.1053C12.9603 27.1998 13.4056 26.8073 13.4056 26.3139H12.4056C12.4056 26.2001 12.5107 26.098 12.6411 26.1225L12.4567 27.1053Z' fill='%232b87da' /%3E%3Cpath d='M12.9056 18.1088H13.4056V17.6088H12.9056V18.1088ZM9.79724 18.1088H9.29724V18.6088H9.79724V18.1088ZM9.79724 14.5599V14.0599H9.29724V14.5599H9.79724ZM12.9056 14.5599V15.0599H13.4056V14.5599H12.9056ZM20.2604 7.32749H20.7604V6.90392L20.3426 6.83429L20.2604 7.32749ZM20.2604 10.3502V10.8502H20.7604V10.3502H20.2604ZM16.7237 14.5599H16.2237V15.0599H16.7237V14.5599ZM20.1258 14.5599L20.6199 14.6366L20.7094 14.0599H20.1258V14.5599ZM19.5751 18.1088V18.6088H20.0035L20.0692 18.1855L19.5751 18.1088ZM16.7237 18.1088V17.6088H16.2237V18.1088H16.7237ZM13.4056 26.366V18.1088H12.4056V26.366H13.4056ZM12.9056 17.6088H9.79724V18.6088H12.9056V17.6088ZM10.2972 18.1088V14.5599H9.29724V18.1088H10.2972ZM9.79724 15.0599H12.9056V14.0599H9.79724V15.0599ZM13.4056 14.5599V11.8554H12.4056V14.5599H13.4056ZM13.4056 11.8554C13.4056 10.4189 13.8299 9.3681 14.5212 8.67688C15.2129 7.9851 16.2305 7.59497 17.5314 7.59497V6.59497C16.0299 6.59497 14.7346 7.04924 13.814 7.96977C12.893 8.89085 12.4056 10.2202 12.4056 11.8554H13.4056ZM17.5314 7.59497C18.1724 7.59497 18.8342 7.65103 19.3401 7.70808C19.592 7.73648 19.803 7.76487 19.9504 7.78607C20.0241 7.79666 20.0819 7.80545 20.1208 7.81152C20.1402 7.81455 20.155 7.81691 20.1647 7.81848C20.1695 7.81926 20.1731 7.81984 20.1754 7.82022C20.1765 7.8204 20.1773 7.82054 20.1778 7.82061C20.178 7.82065 20.1782 7.82068 20.1783 7.82069C20.1783 7.8207 20.1783 7.8207 20.1783 7.8207C20.1783 7.8207 20.1783 7.82069 20.1783 7.82069C20.1782 7.82069 20.1782 7.82068 20.2604 7.32749C20.3426 6.83429 20.3426 6.83428 20.3425 6.83427C20.3425 6.83427 20.3424 6.83426 20.3424 6.83425C20.3423 6.83424 20.3422 6.83422 20.3421 6.8342C20.3418 6.83415 20.3414 6.83409 20.341 6.83402C20.3401 6.83387 20.3389 6.83367 20.3374 6.83342C20.3343 6.83291 20.3298 6.83219 20.3241 6.83127C20.3127 6.82943 20.2962 6.82679 20.2749 6.82347C20.2324 6.81683 20.1707 6.80745 20.0927 6.79624C19.9369 6.77385 19.7158 6.7441 19.4522 6.71438C18.927 6.65516 18.2244 6.59497 17.5314 6.59497V7.59497ZM19.7604 7.32749V10.3502H20.7604V7.32749H19.7604ZM20.2604 9.85018H18.7185V10.8502H20.2604V9.85018ZM18.7185 9.85018C17.8511 9.85018 17.1997 10.1239 16.7743 10.6146C16.3604 11.092 16.2237 11.7024 16.2237 12.2592H17.2237C17.2237 11.8493 17.3257 11.5052 17.5298 11.2697C17.7224 11.0476 18.0684 10.8502 18.7185 10.8502V9.85018ZM16.2237 12.2592V14.5599H17.2237V12.2592H16.2237ZM16.7237 15.0599H20.1258V14.0599H16.7237V15.0599ZM19.6317 14.4833L19.081 18.0322L20.0692 18.1855L20.6199 14.6366L19.6317 14.4833ZM19.5751 17.6088H16.7237V18.6088H19.5751V17.6088ZM16.2237 18.1088V26.366H17.2237V18.1088H16.2237ZM16.4146 26.1752H13.2148V27.1752H16.4146V26.1752ZM16.2237 26.366C16.2237 26.2606 16.3092 26.1752 16.4146 26.1752V27.1752C16.8615 27.1752 17.2237 26.8129 17.2237 26.366H16.2237ZM12.4056 26.366C12.4056 26.8129 12.7679 27.1752 13.2148 27.1752V26.1752C13.3202 26.1752 13.4056 26.2606 13.4056 26.366H12.4056Z' fill='%232b87da'/%3E%3C/svg%3E%0A")!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='6' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='12' r='5' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='18.5' cy='5.75' r='1.25' fill='%232b87da'/%3E%3C/svg%3E%0A")!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8762 6.78846C27.9345 6.7065 27.8465 6.60094 27.7536 6.63936C27.0263 6.93989 26.26 7.15757 25.4698 7.29241C25.3632 7.31061 25.3082 7.16347 25.3956 7.09969C26.2337 6.48801 26.8918 5.63649 27.2636 4.63802C27.2958 4.55162 27.2014 4.47574 27.1212 4.52123C26.1605 5.06618 25.1092 5.45524 24.0054 5.68842C23.971 5.69568 23.9354 5.68407 23.9113 5.65844C22.9264 4.60891 21.5545 4 19.9999 4C17.0624 4 14.6624 6.4 14.6624 9.3625C14.6624 9.74071 14.702 10.109 14.7724 10.4586C14.7855 10.5235 14.7342 10.5842 14.6681 10.5803C10.3227 10.3231 6.45216 8.2421 3.84135 5.09864C3.79681 5.04501 3.71241 5.0515 3.67879 5.11257C3.26061 5.8722 3.02493 6.75115 3.02493 7.675C3.02493 9.41548 3.84362 10.9704 5.13417 11.9317C5.2141 11.9913 5.17327 12.12 5.07385 12.1129C4.32811 12.0597 3.63173 11.835 3.00827 11.5171C2.99303 11.5094 2.97493 11.5204 2.97493 11.5375V11.5375C2.97493 13.9896 4.6205 16.0638 6.86301 16.7007C6.96452 16.7295 6.96588 16.8757 6.86218 16.8953C6.25772 17.0096 5.63724 17.0173 5.0289 16.9176C4.95384 16.9052 4.89095 16.9762 4.91633 17.0479C5.26967 18.0466 5.91213 18.9192 6.7637 19.5537C7.58576 20.1661 8.56481 20.5283 9.58351 20.6001C9.67715 20.6067 9.71634 20.7266 9.64124 20.7829C7.78574 22.1744 5.52424 22.9237 3.19993 22.9125C2.91864 22.9125 2.63736 22.9015 2.35608 22.8796C2.25034 22.8714 2.20189 23.0116 2.29272 23.0664C4.58933 24.4509 7.27959 25.25 10.1499 25.25C19.9999 25.25 25.4124 17.075 25.4124 9.9875C25.4124 9.76833 25.4124 9.5598 25.4026 9.34228C25.4011 9.30815 25.4168 9.27551 25.4445 9.2555C26.3819 8.57814 27.1984 7.74079 27.8762 6.78846Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A")!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.3267C11 13.4037 11.0834 13.4518 11.15 13.4133L17.3377 9.83658C17.4043 9.79808 17.4043 9.70192 17.3377 9.66342L11.15 6.08673C11.0834 6.0482 11 6.0963 11 6.17331V13.3267ZM25.45 3.7125C25.6125 4.3 25.725 5.0875 25.8 6.0875C25.8875 7.0875 25.925 7.95 25.925 8.7L26 9.75C26 12.4875 25.8 14.5 25.45 15.7875C25.1375 16.9125 24.4125 17.6375 23.2875 17.95C22.7 18.1125 21.625 18.225 19.975 18.3C18.35 18.3875 16.8625 18.425 15.4875 18.425L13.5 18.5C8.2625 18.5 5 18.3 3.7125 17.95C2.5875 17.6375 1.8625 16.9125 1.55 15.7875C1.3875 15.2 1.275 14.4125 1.2 13.4125C1.1125 12.4125 1.075 11.55 1.075 10.8L1 9.75C1 7.0125 1.2 5 1.55 3.7125C1.8625 2.5875 2.5875 1.8625 3.7125 1.55C4.3 1.3875 5.375 1.275 7.025 1.2C8.65 1.1125 10.1375 1.075 11.5125 1.075L13.5 1C18.7375 1 22 1.2 23.2875 1.55C24.4125 1.8625 25.1375 2.5875 25.45 3.7125Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A")!important}@font-face{font-family:'FontAwesome';src:url(//dutchdumbledore.nl/wp-content/plugins/custom-facebook-feed/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//dutchdumbledore.nl/wp-content/plugins/custom-facebook-feed/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//dutchdumbledore.nl/wp-content/plugins/custom-facebook-feed/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//dutchdumbledore.nl/wp-content/plugins/custom-facebook-feed/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//dutchdumbledore.nl/wp-content/plugins/custom-facebook-feed/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//dutchdumbledore.nl/wp-content/plugins/custom-facebook-feed/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}html {
font-family: sans-serif;
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
overflow-x: hidden !important;
margin: auto !important;
color: #313131;
font-family: "Open Sans", Helvetica Neue, Sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 28px;
text-align: left;
}
.llorix_one_lite_only_customizer {
display: none !important;
} .preloader {
overflow: hidden !important;
position: fixed;
z-index: 99999;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fefefe;
}
.status {
position: absolute;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin: -20px 0 0 -20px;
} a {
text-decoration: none;
-webkit-transition: all ease 0.25s;
transition: all ease 0.25s;
}
a:hoverv {
text-decoration: none;
}
a:focus {
outline: 1px dotted #f16c20;
text-decoration: none;
} @-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
.row.no-gutters[class^="col-"],
.row.no-gutters[class*=" col-"] {
padding-right: 0;
padding-left: 0;
}
.navbar-inverse .navbar-nav > li > a {
color: inherit;
}
.nav > li > a {
padding: inherit;
}
.navbar-nav.navbar-right:last-child {
margin-right: 0;
}
.navbar-inverse .navbar-nav > li > a:focus {
outline: 1px solid #f16c20;
outline-style: dotted;
color: #f16c20;
}
.navbar-inverse .navbar-nav > li.not-active {
color: #f16c20;
}
.mailchimp-success,
.mailchimp-error,
.email-success,
.email-error {
display: none;
margin-top: 15px;
}
.mailchimp-success span,
.mailchimp-error span,
.email-success span,
.email-error span {
margin-right: 10px;
}   h1,
h2 {
font-family: "Cabin", Helvetica Neue, Sans-serif;
font-weight: 400;
}
h1 {
font-size: 36px;
line-height: 40px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
h2 {
font-size: 30px;
line-height: 34px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
h3 {
font-size: 24px;
line-height: 28px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
h4 {
font-size: 18px;
line-height: 22px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
h5 {
font-size: 14px;
line-height: 18px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
h1.intro {
font-size: 3.75rem;
line-height: 5rem;
text-align: center;
}
h1.single-title {
margin-top: 0;
color: #000;
font-size: 24px;
line-height: 28px;
text-transform: uppercase;
}
h1.page-title {
margin-top: 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
margin-top: 35px;
margin-bottom: 20px;
color: #000;
} .standard-button {
font-weight: 600;
} strong,
.strong {
font-weight: 600;
}
.dark-text {
color: #1395ba;
}
.transparent-text {
color: rgba(255, 255, 255, 0.6);
}
.transparent-text-dark {
color: rgba(49, 49, 49, 0.5);
}
.small-text {
font-size: 14px;
}
.small-text-medium {
font-size: 14px;
font-weight: 600;
}
.uppercase {
text-transform: uppercase;
}
.line-through {
text-decoration: line-through;
}
.button-text {
font-weight: 600;
text-transform: uppercase;
}
.price .month {
color: #666;
font-family: "Open Sans", Helvetica Neue, Sans-serif;
font-size: 16px !important;
}
.bypostauthor {
position: static;
} html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after { -webkit-box-sizing: inherit;
box-sizing: inherit;
}
body {
background-color: #fff; }
body.custom-background {
background-size: cover;
}
.skip-link {
z-index: 1031!important;
top: 40px!important;
color: #f16c20!important;
text-decoration: none!important;
}
.header {
background-attachment: fixed;
background-position: top center;
background-size: cover;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
height: 1px;
margin-bottom: 1.5em;
border: 0;
background-color: #ccc;
}
ul,
ol {
margin: 0 0 1.5em 0;
padding-left: 20px;
}
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 {
max-width: 100%;
height: auto;
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: middle;
}
table {
width: 100%;
margin: 0 0 1.5em;
}
table,
th,
td {
border: 1px solid #eaeaea;
}
th,
td {
padding: 0.4em;
}
.wp-caption {
max-width: 100%;
margin-bottom: 1.6em;
}
p {
margin: 0 0 10px;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin-bottom: 1.5em;
padding: 15px 20px;
font-size: 17.5px;
font-weight: 300;
line-height: 24px;
}
.entry-content blockquote p {
color: #313131;
font-weight: 300;
}
address {
margin: 0 0 1.5em;
}
pre {
overflow: auto;
max-width: 100%;
margin-bottom: 1.6em;
padding: 1.6em;
border: 1px solid #e7e7e7;
background: #eee;
background: #fafafa;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
}
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%;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
display: block;
clear: both;
margin: 0 auto;
} .standard-button {
padding: 18px 40px 18px 40px;
border: none;
border-radius: 3px;
color: #fff;
font-size: 16px;
line-height: 1.6;
letter-spacing: 1px;
text-transform: uppercase;
-webkit-transition: none;
transition: none;
}
.secondary-button {
padding: 20px 35px 20px 35px;
border: none;
border: 1px solid rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.5);
border-radius: 3px;
color: #fff;
background: transparent;
font-size: 14px;
line-height: 1.6;
letter-spacing: 1px;
text-transform: uppercase;
-webkit-transition: none;
transition: none;
}
.secondary-button:hover {
border-color: #fff;
background: transparent;
}
.secondary-button-dark {
padding: 20px 35px 20px 35px;
border: none;
border-color: rgba(39, 39, 39, 0.5);
border-radius: 3px;
color: #272727;
background: transparent;
font-size: 14px;
line-height: 1.6;
letter-spacing: 1px;
text-transform: uppercase;
-webkit-transition: none;
transition: none;
}
.secondary-button-dark:hover {
border-color: #272727;
color: #272727;
background: transparent;
}
.navbar-register-button {
border: none;
color: #fff !important;
font-weight: 500;
text-transform: uppercase;
-webkit-transition: none;
transition: none;
} .border-right {
border-right: 1px solid #eaeaea;
}
.border-left {
border-left: 1px solid #eaeaea;
}
.colored-line-left,
.colored-line-right,
.colored-line,
.white-line,
.grey-line {
display: block;
width: 80px;
height: 2px;
}
.white-line {
margin: auto;
background: #fff;
}
.grey-line {
background: #eaebec;
}
.grey-line-short {
display: block;
width: 40px;
height: 2px;
background: #eaebec;
}
.white-text {
color: #fff;
}
.white-bg-border {
border-top: 1px solid #eaebec;
border-bottom: 1px solid #eaebec;
background: #fff;
}
.white-bg {
background: #fff;
}
.grey-bg {
border-top: 1px solid #eaebec;
border-bottom: 1px solid #eaebec;
background: #f7f8fa;
}
.dark-bg {
background: #2e3336;
}
.colored-line-left {
float: left;
}
.colored-line-right {
float: right;
}
.colored-line {
margin: auto;
} .section-header {
margin-top: 90px;
margin-bottom: 60px;
text-align: center;
}
.section-header h2 {
margin-top: 10px;
margin-bottom: 20px;
font-size: 2.4rem;
line-height: 3.125rem;
}
.sub-heading {
margin-top: 20px;
}
#llorix_one_lite_move .layer {
width: 100%;
height: 100%;
background-position: top center;
background-size: cover;
}
.header {
overflow: hidden;
}
.header.headr-parallax-effect {
position: relative;
}
.overlay-layer-wrap {
position: relative;
z-index: 3;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
padding: 10px 30px 10px 30px;
border: none;
border: none;
border-radius: 3px;
color: #fff;
background-color: #f16c20;
background-image: url(//dutchdumbledore.nl/wp-content/themes/llorix-one-lite/images/tr-btn.png);
background-repeat: repeat-x;
background-size: contain;
text-shadow: none;
font-size: 12px;
font-weight: bold;
line-height: 1.6;
letter-spacing: 1px;
text-transform: uppercase;
-webkit-transition: none;
transition: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: inherit;
background: #f16c20;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="week"],
input[type="month"],
input[type="datetime-local"],
input[type="datetime"],
input[type="date"],
input[type="color"],
textarea,
select {
padding: 5px;
border: 1px solid #dedede;
border-radius: 3px;
color: #666;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
textarea {
width: 100%;
height: auto;
min-height: 150px;
padding: 10px;
}
.input-box,
.textarea-box {
margin-bottom: 15px;
border: 0;
border: 1px solid #dedede;
border-radius: 3px;
outline: 0;
color: #999;
-webkit-box-shadow: none;
box-shadow: none;
line-height: auto;
}
.input-box {
min-height: 45px;
}
.textarea-box {
padding-top: 5px;
padding-bottom: 5px;
}
textarea.form-control {
min-height: 100px;
}
.input-box:active,
.textarea-box:active,
.input-box:focus,
.textarea-box:focus {
color: #272727;
-webkit-box-shadow: none;
box-shadow: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
line-height: normal;
}
label {
padding-right: 5px;
vertical-align: middle;
} .sub-heading,
.content-section {
font-weight: 300;
} .whole-video-bg {
overflow: hidden;
position: fixed;
z-index: 0;
top: 0;
left: 0;
width: 1260px;
height: 911px;
opacity: 1;
}
.whole-page-wrap {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 1260px;
height: 911px;
}
.header .overlay-layer {
height: auto;
padding-top: 84px;
padding-bottom: 195px;
}
h1.site-title {
margin-top: 12px;
margin-bottom: 5px;
font-size: 1.5rem;
line-height: 1.5rem;
}
p.site-description {
margin-top: 0;
margin-bottom: 12px;
font-size: 1rem;
line-height: 1rem;
}
.navbar-brand {
height: auto;
}
.header-logo-wrap {
float: left;
padding: 4px 10px;
text-align: center;
} #menu-primary {
float: right;
}
.appear-on-scroll {
opacity: 0;
}
header .navbar-brand {
height: 70px;
padding: 7px 7px 7px 0;
line-height: 52px;
}
.navbar-brand > img {
display: inline-block;
max-height: 56px;
}
.sticky-navigation {
min-height: 70px;
margin-bottom: 0 !important;
border: none;
background: #fff;
-webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
font-weight: 400;
-webkit-backface-visibility: hidden;
}
.sticky-navigation .navbar-brand img {
-webkit-backface-visibility: hidden;
}
.sticky-navigation .main-navigation {
margin-top: 0;
}
.sticky-navigation .main-navigation li a {
margin: 26px 18px;
padding: 0;
line-height: 18px;
text-transform: uppercase;
}
.sticky-navigation .main-navigation li:hover > a {
color: #f16c20;
}
.sticky-navigation .main-navigation .sub-menu li a {
margin: 0;
}
.very-top-header {
color: #fff;
background: #0d3c55;
}
.very-top-header .transparent-text-dark {
display: inline-block;
width: 20px;
height: 20px;
border-radius: 75px;
color: #343434;
background-color: #fff;
}
.very-top-header .social-icons i:before {
float: left;
width: 20px;
font-size: 14px;
line-height: 20px;
text-align: center;
}
.very-top-header .transparent-text-dark:hover {
background: #f16c20;
}
.very-top-header .social-icons i:hover:before {
color: #fff;
}
.very-top-header a:hover .transparent-text-dark {
color: #f16c20;
}
.very-top-left {
float: left;
padding: 10px 0;
color: #fff;
font-size: 14px;
font-weight: bold;
}
.very-top-left a {
color: #fff;
}
.very-top-left a:hover {
text-decoration: none;
}
.very-top-right {
float: right;
}
.very-top-header ul.social-icons {
margin-top: 12px;
margin-bottom: 0;
margin-left: 0;
padding-left: 0;
}
.menu-align-center  .main-navigation li a {
margin: 0;
}
.sticky-navigation .main-navigation a {
display: block;
color: #313131;
text-align: left;
text-decoration: none;
}
.sticky-navigation .main-navigation ul ul a {
width: 200px;
padding: 10px;
}
.dropdownmenu {
position: absolute;
z-index: -1;
top: 23px;
right: 0;
line-height: 28px;
}
.sticky-navigation-open .sticky-navigation {
top: 0;
opacity: 1;
}
.main-navigation {
font-family: Montserrat, sans-serif;
}
.site-footer .main-navigation {
margin-bottom: 1.75em;
}
.main-navigation ul {
margin: 0;
list-style: none;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
padding: 0.84375em 0;
color: #1a1a1a;
line-height: 1.3125;
}
.main-navigation a:hover,
.main-navigation a:focus {
color: #007acc;
}
.main-navigation ul ul {
display: none;
}
.main-navigation ul .toggled-on {
display: block;
}
.main-navigation .primary-menu {
border-bottom: 1px solid #e8e8e8;
}
.main-navigation .menu-item-has-children > a {
margin-right: 50px;
}
.site-header-menu {
display: none;
-webkit-box-flex: 0;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
}
.site-header-menu.toggled-on,
.no-js .site-header-menu {
display: block;
}
.primary-menu:before,
.primary-menu:after {
display: table;
content: "";
}
.primary-menu:after {
clear: both;
}
.menu-item-has-children a:after,
.dropdown-toggle:after {
display: inline-block;
font-family: "Genericons";
font-size: 16px;
font-weight: normal;
font-style: normal;
font-variant: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1;
text-align: center;
vertical-align: top;
text-decoration: inherit;
text-transform: none;
speak: none;
}
.menu-item > a:focus {
outline: 1px dotted #f16c20;
}
.site-header-menu.toggled-on,
.no-js .site-header-menu {
display: block;
}
.main-navigation ul .toggled-on {
display: block;
}
button.dropdown-toggle,
button.dropdown-toggle:hover,
button.dropdown-toggle:active {
position: absolute;
z-index: 9;
top: 0;
right: -10px;
width: 45px;
height: 45px;
padding: 10px;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
line-height: 25px;
}
button.dropdown-toggle .dropdown-toggle-inner {
float: left;
width: 25px;
height: 25px;
margin: 0;
padding: 0;
padding: 0;
border-radius: 2px;
background: #999;
}
button.dropdown-toggle .dropdown-toggle-inner:after {
display: inline-block;
font: normal normal normal 14px/20px FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 25px;
content: "\f107";
text-rendering: auto;
}
button.dropdown-toggle:hover .dropdown-toggle-inner,
button.dropdown-toggle:focus .dropdown-toggle-inner {
z-index: 1;
color: #fff;
background-color: #f16c20;
}
button.dropdown-toggle.toggled-on .dropdown-toggle-inner,
button.dropdown-toggle.toggled-on:hover .dropdown-toggle-inner,
button.dropdown-toggle.toggled-on:focus .dropdown-toggle-inner {
z-index: 1;
color: #fff;
background-color: #f16c20;
}
.dropdown-toggle.toggled-on .dropdown-toggle-inner:after {
display: inline-block;
font: normal normal normal 14px/20px FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f107";
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
text-rendering: auto;
}
.admin-bar .sticky-navigation-open .sticky-navigation {
top: 32px;
opacity: 1;
}
.sticky-navigation-open {
min-height: 70px;
background: transparent;
}
.primary-menu {
width: auto;
}
.menu-align-center .navbar-header,
.menu-align-center .navbar-collapse {
width: 100%;
text-align: center;
}
.menu-align-center .navbar-header > a {
display: inline-block;
float: none;
}
.menu-align-center .primary-menu {
width: 100%;
margin-bottom: 10px;
text-align: center;
}
.menu-align-center .primary-menu > li {
display: inline-block;
float: none;
}
.menu-align-center .primary-menu > li a {
padding: 5px 8px;
}
.menu-align-center .primary-menu > li.menu-item-has-children a {
padding: 5px 18px 5px 8px;
}
.menu-align-center .primary-menu > li.menu-item-has-children > .dropdownmenu {
top: 4px;
}
.menu-align-center .no-menu > li > a {
padding: 5px 8px;
}
.navbar-inverse .navbar-toggle .icon-bar {
width: 30px;
height: 4px;
border-radius: 2px;
background-color: #f16c20;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle {
margin-right: 5px;
padding: 13px 10px;
}
.navbar-toggle:hover .icon-bar,
.navbar-toggle.toggled-on .icon-bar,
.navbar-toggle:focus .icon-bar {
background-color: #0d3c55;
} .centered-logo {
width: 100%;
text-align: center;
}
.centered-logo .navbar-brand > img {
display: inline-block;
}
.centered-logo .navbar-brand {
float: none;
}
.centered-logo .navbar-brand a {
padding: 0;
}
.centered-logo .navbar-brand img {
margin: 18px 15px 10px 15px;
}
.only-logo .navbar-header {
float: none;
margin: auto;
text-align: center;
}
.only-logo .navbar {
min-height: 10px;
}
.header-layer-one {
background-position: 0 0;
background-size: cover!important;
}
.header-layer-two {
background-position: 0 0;
background-size: cover!important;
} .intro-section {
margin-top: 130px;
text-align: center;
}
.intro-section h5 {
margin-top: 30px;
margin-bottom: 40px;
font-size: 18px;
line-height: 1.5;
line-height: 28px;
text-align: center;
}
.imac-image img {
width: 85%;
margin-top: 70px;
}
.header-parallax-effect-mobil {
background-position: top center;
} .header-style-one .intro-section {
margin-top: 70px;
}
.header-style-one .intro-section h5 {
margin-top: 13px;
margin-bottom: 70px;
} .header-style-two .intro-section {
margin-top: 110px;
}
.header-style-two .vertical-registration-form {
float: right;
margin-top: 84px;
padding: 15px 32px 32px 32px;
border-radius: 3px;
background: #fff;
-webkit-box-shadow: 0 0 3px 0 #000;
box-shadow: 0 0 3px 0 #000;
}
.header-style-two .vertical-registration-form form button {
width: 100%;
margin-top: 2px;
}
.header-style-two .intro-section .btn-primary {
padding: 10px 20px 10px 20px;
}
.header-style-two .intro-section p {
margin-top: 30px;
margin-bottom: 40px;
}
.header-style-two .vertical-registration-form .form-heading {
margin-bottom: 25px;
} .header-style-three .intro-section {
margin-top: 100px;
margin-bottom: 55px;
}
.header-style-three .overlay-layer {
height: auto;
padding-top: 60px;
padding-bottom: 0 !important;
}
.header-style-three .intro-section h5 {
margin-top: 15px;
margin-bottom: 60px;
}
.header-style-three .browser-image img {
max-width: 80%;
margin-bottom: -5px;
} .header-style-four .intro-section {
margin-top: 80px;
}
.header-style-four .intro-section h5 {
margin-top: 15px;
margin-bottom: 45px;
}
.header-style-four .horizontal-subscribe-form .input-box {
width: 350px;
min-height: 65px;
margin: 0;
font-size: inherit;
}
.header-style-four .horizontal-subscribe-form {
display: inline-block;
padding: 25px 25px 25px 25px;
border-radius: 6px;
background: rgba(0, 0, 0, 0.45);
} .header-style-five .intro-section {
margin-top: 70px;
} .client-logos {
z-index: 1;
margin-bottom: 0;
text-align: center;
}
.client-logos li {
display: inline-block;
margin: 25px 25px 25px 25px;
vertical-align: middle;
}
.client-logos li a {
display: block;
padding: 5px;
}
.client-logos li img {
max-height: 40px;
opacity: 0.6;
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.client-logos li img:hover {
opacity: 1;
-webkit-filter: initial;
filter: initial;
}
.clients {
border-bottom: 1px solid #dadfe3;
background: rgba(255, 255, 255, 0.9);
}
.display-none {
display: none !important;
}
.llorix_one_lite_grid_col_4 > div,
.llorix_one_lite_grid_col_3 > div,
.llorix_one_lite_grid_col_2 > div,
.llorix_one_lite_grid_col_1 > div {
margin-bottom: 30px;
text-align: center;
}
.llorix_one_lite_grid_col_4 {
float: left;
width: 23%;
margin: 0 1.25% 0 1.25%;
}
.llorix_one_lite_grid_col_3 {
float: left;
width: 31.5%;
min-height: 1px;
margin: 0 1.25% 0 1.25%;
}
.llorix_one_lite_grid_col_2 {
float: left;
width: 48%;
margin: 0 1.75% 0 1.75%;
}
.llorix_one_lite_grid_col_1 {
float: left;
width: 100%;
}
.llorix_one_lite_grid_first {
margin-left: 0;
padding-left: 0;
}
.llorix_one_lite_grid_last {
margin-right: 0;
padding-right: 0;
} .brief {
border-bottom: 1px solid #eaebec;
background-color: #fff;
}
.brief .section-overlay-layer {
padding-top: 80px;
padding-bottom: 115px;
}
.brief .content-section {
margin-top: 15px;
}
.brief h2 {
margin-top: 10px;
margin-bottom: 15px;
font-size: 2.4rem;
line-height: 3.125rem;
}
.brief p {
margin-top: 40px;
}
.brief .brief-image-right {
margin-top: 20px;
}
.brief .brief-image-right img {
float: right;
width: 92%;
}
.brief .brief-image-left {
overflow: hidden;
margin-top: 25px;
}
.brief .brief-image-left img {
float: left;
width: 95%;
}
.brief .brief-content-text a.llorix-one-lite-default-links {
color: #313131;
}
#intro_section_text_2 a.llorix-one-lite-default-links {
color: #fff;
}
.feature-list {
margin-top: 15px;
}
.feature-list li {
position: relative;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 20px;
}
.feature-list li:before {
position: absolute;
top: 8px;
left: 0;
color: #f16c20;
font-size: 36px;
content: "\2022";
}
.feature-list li span {
margin-right: 10px;
}
.brief-content-one {
float: left;
}
.brief-content-one {
float: right;
}
.brief-left .brief-content-one {
float: left;
}
.brief-left .brief-content-two {
float: right;
}
.brief-right .brief-content-one {
float: right;
}
.brief-right .brief-content-two {
float: left;
}
.brief-content-text {
clear: both;
margin-top: 40px;
} .panel-default {
display: block;
margin-top: 35px;
border: 0;
border-radius: 3px;
text-align: left;
}
.panel-body {
border-top: 4px solid #f7f8fa !important;
}
.panel-heading {
padding: 0;
border: none;
background-color: #fff !important;
}
.panel-group .panel + .panel {
margin-top: 15px;
}
.panel-heading .title-text {
line-height: 40px;
}
.panel-title a:hover {
text-decoration: none;
}
.panel-title .icon-container {
display: inline-block;
float: left;
height: 40px;
margin-right: 10px;
padding-top: 1px;
padding-right: 10px;
padding-left: 10px;
border-top-left-radius: 3px;
font-size: 16px;
line-height: 40px;
text-align: !important;
vertical-align: middle;
} .unique-features {
padding-bottom: 100px;
}
.ipad-image {
margin: auto;
}
.ipad-image img {
width: auto;
max-width: 100%;
text-align: center;
}
.feature {
overflow: hidden;
margin: auto;
margin-top: 30px;
margin-bottom: 25px;
padding-right: 0;
padding-left: 10px;
}
.feature .icon-container {
float: left;
margin-right: 10px;
padding-top: 18px;
}
.feature .icon-container i {
font-size: 30px;
}
.feature .description {
float: right;
width: 85%;
}
.feature .description p {
margin-top: 20px;
}
.unique-features-cols-one .unique-features-col {
width: 100%;
}
.unique-features-cols-one .feature .description {
width: 100%;
padding-left: 110px;
}
.unique-features-cols-one .feature {
position: relative;
}
.unique-features-cols-one .icon-container {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
width: 110px;
text-align: center;
}
.unique-features-cols-two .unique-features-col {
width: 50%;
} .pricing {
padding-bottom: 30px;
}
.pricing-table {
padding-right: 30px;
padding-left: 30px;
}
.single-pricing {
margin-bottom: 80px;
padding: 20px;
padding-bottom: 25px;
border: 1px solid #e4e7e7;
border-bottom: 4px solid #e4e7e7;
border-radius: 3px;
background: #fff;
-webkit-transition: all ease 0.55s;
transition: all ease 0.55s;
}
.package-title h3 {
margin-top: 0;
margin-bottom: 0;
border-radius: 3px;
line-height: 60px;
}
.price {
margin-top: 0;
margin-bottom: 0;
padding-top: 5px;
padding-top: 15px;
padding-bottom: 25px;
border-bottom: 1px solid #ececec;
}
.price .superscript {
font-size: 25px;
vertical-align: super;
}
.price .month {
display: block;
margin-top: 0;
font-size: inherit;
font-size: 14px !important;
font-weight: 300;
line-height: 1;
}
.package-list {
margin-bottom: 25px;
padding-top: 10px;
}
.package-list li {
margin-top: 12px;
margin-bottom: 12px;
padding-bottom: 10px;
border-bottom: 1px dotted #eaeaea;
}
.package-list li span {
margin-right: 8px;
}
.single-pricing .button {
margin-bottom: 20px;
}
.highlighted {
margin-top: -24px;
}
.highlighted .package-title h3 {
line-height: 84px;
} .features {
background: transparent;
background-size: cover;
}
.features .overlay-layer-2 {
padding-bottom: 84px;
}
.single-feature {
margin-bottom: 58px;
}
.left-side .single-feature {
padding-right: 18px;
}
.right-side .single-feature {
padding-left: 18px;
}
.screenshot img {
display: block;
width: 100%;
height: auto;
}
.screenshot img:hover {
cursor: crosshair;
}
.owl-theme .owl-controls .owl-page span {
background: #fff;
} .latest-news {
border-bottom: 1px solid #eaebec;
background-color: #f7f8fa;
}
.latest-news .section-overlay-layer {
padding-top: 80px;
padding-bottom: 80px;
}
.vertical-timeline {
margin: 0;
padding: 0;
}
.timeline-section {
padding: 0;
padding-left: 180px;
}
.timeline h2 {
padding-right: 110px;
}
.timeline-box-wrap {
float: left;
overflow: visible;
position: relative;
width: 100%;
min-height: 180px;
margin: 0;
padding: 1em 1em 1em 0;
border-left: 2px solid #eaeaea !important;
list-style-type: none;
-webkit-transition: background-color 0.5s;
transition: background-color 0.5s;
}
.timeline-box-wrap .date {
display: inline-block;
float: left;
position: absolute;
top: 70px;
left: -50px;
max-width: 55px;
margin-top: 35px;
margin-left: -100px;
font-family: "Open Sans", Helvetica Neue, Sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 28px;
}
.timeline-box-wrap .icon-container {
display: inline-block;
float: left;
overflow: hidden;
width: 150px;
height: 150px;
margin-top: 30px;
margin-left: -75px;
padding-top: 0;
border-radius: 50%;
background: rgb(240, 240, 240);
line-height: 150px;
}
.timeline-box-wrap .icon-container img {
float: left;
width: auto;
min-width: 100%;
max-width: 500%;
height: auto;
min-height: 100%;
border: 0;
vertical-align: middle;
}
.timeline-box-wrap .info {
min-height: 150px;
margin-left: 0;
padding: 0 10px;
padding-left: 100px;
background: #fff;
font-size: 14px;
text-align: left;
}
.timeline-box-wrap .info:hover {
border-bottom-color: #f16c20;
}
.timeline-box-wrap .info h1 {
float: left;
width: 100%;
margin: 0;
font-size: 20px;
line-height: 22px;
}
.timeline-box-wrap .info h1 a {
color: #454545;
font-family: "Cabin", Helvetica Neue, Sans-serif;
font-size: 22px;
font-weight: 400;
line-height: 26px;
}
.timeline-box-wrap .info h1 a:hover {
color: #f16c20;
text-decoration: none;
}
.timeline-box-wrap .info h1:after {
display: block;
width: 80px;
height: 2px;
margin-top: 5px;
background: #f16c20;
content: "";
}
.timeline-box-wrap .info .entry-content p {
float: left;
width: 100%;
margin: 0;
margin-bottom: 5px;
padding: 2px 0;
color: #313131;
font-family: "Open Sans", Helvetica Neue, Sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 26px;
text-align: justify;
}
.timeline-box-wrap .info .entry-meta {
float: left;
width: 100%;
padding: 5px 0 2px;
font-family: "Open Sans", Helvetica Neue, Sans-serif;
font-size: 14px;
font-weight: 300;
font-style: italic;
line-height: 28px;
}
.timeline-box-wrap .read-more {
font-family: "Open Sans", Helvetica Neue, Sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 28px;
}
.llorix-one-lite-slider-whole-wrap {
float: left;
position: relative;
width: 100%;
}
#llorix_one_slider {
overflow: hidden;
position: relative;
width: 100%;
margin: 20px auto 0 auto;
border-radius: 4px;
}
#llorix_one_slider > ul {
position: relative;
height: 200px;
margin: 0;
padding: 0;
list-style: none;
}
#llorix_one_slider > ul > li {
display: block;
float: left;
position: relative;
width: 100%;
max-width: 1000px;
height: auto;
margin: 0;
padding: 0;
text-align: center;
}
button.control_next {
display: block;
position: absolute;
z-index: 999;
top: -60px;
right: 60px;
width: 40px;
height: 40px;
padding: 0;
opacity: 0.8;
color: #f16c20;
background: none;
font-size: 50px;
font-weight: 600;
line-height: 40px;
text-decoration: none;
cursor: pointer;
}
button.control_next:active,
button.control_next:focus,
button.control_prev:active,
button.control_prev:focus {
outline: 1px dotted #f16c20;
-webkit-box-shadow: none;
box-shadow: none;
}
button.control_prev {
display: block;
position: absolute;
z-index: 999;
top: -60px;
right: 10px;
width: 40px;
height: 40px;
padding: 0;
opacity: 0.8;
color: #f16c20;
background: none;
font-size: 50px;
font-weight: 600;
line-height: 40px;
text-decoration: none;
cursor: pointer;
}
button.control_prev:hover,
button.control_next:hover {
opacity: 1;
-webkit-transition: all 0.2s ease;
}
button.control_prev {
border-radius: 0 2px 2px 0;
}
button.control_prev.fade-btn,
button.control_next.fade-btn {
opacity: 0.1 !important;
} .call-to-action {
border-bottom: 1px solid #eaebec;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50% 50%;
background-size: cover;
}
.call-to-action .section-overlay-layer {
padding-top: 100px;
padding-bottom: 100px;
background: rgba(13, 60, 85, 0.8);
}
.call-to-action h2 {
margin-top: 20px;
margin-bottom: 50px;
font-size: 2.4rem;
line-height: 3.125rem;
}
.call-to-action h2 a {
color: #fff;
}
.modal-content {
padding: 10px 30px 30px 30px;
}
.modal-content button {
width: 100%;
}
.ribbon-wrap {
text-align: center;
} .contact-info {
border-bottom: 1px solid #eaebec;
background-color: #fff;
text-align: center;
}
.icon-container .colored-text {
color: #343434;
}
.contact-info .section-overlay-layer {
padding-top: 30px;
padding-bottom: 70px;
}
.contact-info .logo-container {
margin-top: 20px;
margin-bottom: 35px;
}
.contact-info .logo-container img {
max-width: 65px;
opacity: 0.6;
-webkit-filter: grayscale(1);
-moz-filter: grayscale(1);
-ms-filter: grayscale(1);
-o-filter: grayscale(1);
filter: grayscale(1);
}
.contact-info .icon-container {
margin-top: 40px;
margin-bottom: 20px;
font-size: 30px;
}
.contact-info .contact-links a {
padding-top: 65px;
padding-bottom: 0;
color: #343434;
}
.contact-info .contact-links a:hover {
color: #f16c20;
text-decoration: none;
}
.contact-links .contact-link-box {
display: inline-block;
float: none;
margin-right: -4px;
text-align: center;
vertical-align: top;
} #google-container {
position: relative;
width: 100%;
height: 500px;
}
#cd-google-map {
position: relative;
-webkit-transition: all ease 0.55s;
transition: all ease 0.55s;
}
#cd-google-map iframe {
margin-bottom: -8px;
}
#cd-google-map address {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 1em 1em;
opacity: 0.8;
color: #fff;
}
.llorix_one_lite_map_overlay {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#container-fluid {
position: relative;
} .page-template-template-contact-php .content-wrap > .container {
width: 100%;
padding: 0;
}
.page-template-template-contact-php #primary {
float: none;
margin-bottom: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
}
.contact-page-map-wrap {
margin-bottom: -6px;
}
.contact-page {
padding-bottom: 70px;
}
.content-page > .col-md-6:nth-child(odd) {
padding-left: 0;
}
.content-page > .col-md-6:nth-child(even) {
padding-right: 0;
}
.content-page input:not([type="submit"]):not([type="reset"]):not([type="button"]) {
padding: 5px;
}
.content-page form {
font-size: 12px;
}
.content-page form p {
margin-bottom: 1em;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
border: none;
color: #fff;
background-color: rgba(255, 0, 0, 0.5);
}
div.wpcf7-response-output {
margin: 2em 0 1em;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng {
border: none;
background-color: rgba(57, 143, 20, 0.5);
}
.content-page .entry-footer {
float: left;
width: 100%;
}
.llorix_one_lite_contact_form input:not([type="submit"]) {
width: 100%;
}
.llorix_one_lite_contact_form input[type="text"],
.llorix_one_lite_contact_form input[type="email"],
.llorix_one_lite_contact_form input[type="url"],
.llorix_one_lite_contact_form input[type="password"],
.llorix_one_lite_contact_form input[type="search"] {
padding: 10px;
} .woocommerce .woocommerce-ordering select {
width: 100%;
padding: 10px 5px 10px 5px;
border: 1px solid #e7e7e7;
border-radius: 3px;
}
.woocommerce ul.products li.product .button,
.woocommerce .products .product .button {
margin: 0 3px;
padding-top: 1px;
padding-bottom: 4px;
border: none;
color: #fff;
background-color: #f16c20;
background-image: url(//dutchdumbledore.nl/wp-content/themes/llorix-one-lite/images/tr-btn.png);
background-repeat: repeat-x;
background-size: contain;
-webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.3);
box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.3);
font-size: 14px;
font-weight: normal;
}
.woocommerce ul.products li.product .button,
.woocommerce .products .product .button {
margin-top: 1em;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce .products .product .button:hover {
border-color: #f16c20;
opacity: 0.8;
}
.woocommerce ul.products li.product h3,
.woocommerce .products .product h3 {
color: #000;
font-size: 1em;
}
.woocommerce ul.products li.product h3:after,
.woocommerce .products .product h3:after {
display: none;
content: "";
}
.woocommerce ul.products li.product h3:hover,
.woocommerce .products .product h3:hover {
color: #f16c20;
text-decoration: none;
}
.woocommerce ul.products li.product .onsale,
.woocommerce .products .product .onsale {
top: 3px;
right: 3px;
left: auto;
min-width: 50px;
min-height: 50px;
margin: 0;
padding: 0;
border-radius: 0;
background-color: rgba(19, 149, 186, 0.9);
line-height: 50px;
}
.woocommerce img,
.woocommerce-page img {
max-width: 100%;
height: auto;
}
.woocommerce .type-product img {
width: 100%;
}
.woocommerce nav.woocommerce-pagination {
float: left;
width: 100%;
text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
border-right: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
min-width: 30px;
margin: 0 2px;
border-top: 1px solid #eaeaea;
border-right: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
border-left: 1px solid #eaeaea;
border-radius: 2px;
background: #fff;
} .product .comment-form .star-rating {
float: right;
width: 100px;
height: 20px;
}
.product .comment-form .star-rating span {
float: left;
overflow: hidden;
height: 0;
padding-top: 16px;
}
.product .comment-form .hreview-aggregate .star-rating {
margin: 10px 0 0 0;
}
.product .comment-form #review_form #respond {
position: static;
width: auto;
margin: 0;
padding: 0 0 0;
border: 0;
background: transparent none;
}
.product .comment-form #review_form #respond:after {
display: block;
clear: both;
content: "";
}
.product .comment-form #review_form #respond p {
margin: 0 0 10px;
}
.product .comment-form #review_form #respond .form-submit input {
left: auto;
}
.product .comment-form #review_form #respond textarea {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}
.product .comment-form p.stars:after {
display: block;
clear: both;
content: "";
}
.product .comment-form p.stars span {
float: left;
position: relative;
width: 100px;
height: 20px;
margin-top: 10px;
}
.product .comment-form p.stars span a {
float: left;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 0;
padding-top: 24px;
color: rgba(255, 174, 0, 1);
}
.product .comment-form p.stars span a:hover,
.product .comment-form p.stars span a:focus {
-webkit-transition: initial;
transition: initial;
}
.product .comment-form p.stars span a.star-1 {
z-index: 10;
width: 20px;
}
.product .comment-form p.stars span a.star-2 {
z-index: 9;
width: 20px;
margin-left: 20px;
}
.product .comment-form p.stars span a.star-3 {
z-index: 8;
width: 20px;
margin-left: 40px;
}
.product .comment-form p.stars span a.star-4 {
z-index: 7;
width: 20px;
margin-left: 60px;
}
.product .comment-form p.stars span a.star-5 {
z-index: 6;
width: 20px;
margin-left: 80px;
}
.product .comment-form p.stars {
width: 100px;
}
.woocommerce a.button.alt {
background-color: #f16c20;
}
.woocommerce a.button.alt:hover {
border: 1px solid #eaebec;
color: #f16c20;
background: #f7f8fa;
}
.woocommerce ul.products li.product .star-rating,
.woocommerce .products .product .star-rating {
display: inline-block;
margin-top: 10px;
font-size: 15px;
}
.woocommerce .star-rating span {
color: rgb(255, 174, 0);
line-height: 17px;
}
.woocommerce .products .star-rating span {
top: -1px;
}
.woocommerce ul.products li.product .price ins,
.woocommerce .products .product .price ins {
color: #000;
background: none;
font-size: 20px;
font-weight: 700;
}
.woocommerce ul.products li.product .price del,
.woocommerce .products .product .price del {
color: rgb(0, 0, 0);
font-size: 14px;
}
.woocommerce ul.products li.product a:nth-child(1),
.woocommerce .products .product a:nth-child(1) {
float: left;
position: relative;
width: 100%;
height: auto;
border-bottom: 1px solid #ececec;
}
.woocommerce ul.products li.product a:hover,
.woocommerce .products .product a:hover {
text-decoration: none;
}
.woocommerce ul.products li.product .price,
.woocommerce .products .product .price {
float: left;
width: 100%;
margin-bottom: 0;
padding: 0 0 10px 0;
border-bottom: 0;
}
.woocommerce div.product .product_title {
margin-top: 0;
color: #000;
font-size: 24px;
line-height: 32px;
text-transform: uppercase;
}
.woocommerce div.product .product_title:after {
display: block;
width: 80px;
height: 2px;
margin-top: 5px;
background: #f16c20;
content: "";
}
.woocommerce div.product form.cart .button,
.woocommerce div.product .single_add_to_cart_button {
padding: 12px 30px 10px 30px;
border: none;
border-radius: 3px;
color: #fff;
background-color: #f16c20;
background-image: url(//dutchdumbledore.nl/wp-content/themes/llorix-one-lite/images/tr-btn.png);
background-repeat: repeat-x;
background-size: contain;
-webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.3);
box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.3);
font-size: 16px;
line-height: 1.6;
letter-spacing: 1px;
text-transform: uppercase;
-webkit-transition: none;
transition: none;
}
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product .single_add_to_cart_button:hover {
border: none;
color: #fff;
background: #f16c20 !important;
text-decoration: none;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
color: #000;
font-size: 30px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
color: #000;
font-size: 18px;
line-height: 32px;
}
.woocommerce .products .product .price del {
display: block;
opacity: 0.5;
color: inherit;
color: rgb(0, 0, 0);
font-size: 14px;
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 11px;
}
.woocommerce div.product .product_title {
margin-bottom: 15px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
padding: 0;
padding-bottom: 15px;
}
.woocommerce div.product p.stock {
margin: 10px 0 30px;
color: #f16c20;
font-size: 14px;
}
.woocommerce .woocommerce-breadcrumb {
margin: 0 0 30px;
}
.woocommerce span.onsale {
top: 3px;
left: 3px;
min-width: 70px;
min-height: 70px;
margin: 0;
padding: 0;
border-radius: 0;
background-color: rgba(19, 149, 186, 0.9);
line-height: 70px;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
display: block;
float: left;
margin: 30px 0 10px;
}
.woocommerce div.product p.stock {
display: block;
float: left;
clear: left;
width: 100%;
margin: 10px 0;
}
.woocommerce .product_meta {
float: left;
width: 100%;
margin-top: 25px;
}
.woocommerce h2:after {
display: block;
width: 80px;
height: 2px;
margin-top: 5px;
background: #ececec;
content: "";
}
.woocommerce h2 {
font-size: 22px;
line-height: 26px;
}
.woocommerce h3:after {
display: block;
width: 80px;
height: 2px;
margin-top: 5px;
background: #ececec;
content: "";
}
.woocommerce h3 {
font-size: 18px;
font-weight: 700;
line-height: 22px;
}
.woocommerce .product_meta .sku_wrapper {
display: block;
}
.woocommerce .product_meta .posted_in {
display: block;
}
.woocommerce .quantity .qty {
padding: 11px 0;
border: 1px solid #e7e7e7;
border-radius: 3px;
font-weight: bold;
line-height: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: none;
background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
display: none;
border: none;
content: "";
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
border-bottom: 1px solid #ececec;
content: "";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
border-bottom: 1px solid rgba(19, 149, 186, 1);
color: rgba(19, 149, 186, 1);
background: none;
}
.woocommerce table.shop_attributes {
border: none;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
border: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist {
float: left;
margin-top: 15px;
padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
width: 60px;
border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
margin: 0 0 0 70px;
border: 1px solid #ececec;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
color: #000;
font-size: 14px;
}
.woocommerce #reviews #comments h2 {
float: left;
width: 100%;
}
.woocommerce #review_form #respond .form-submit input {
min-width: 10px;
padding: 7px 30px;
border: 1px solid #f16c20;
border-radius: 3px;
color: #fff;
background: #f16c20;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
font-weight: 500;
line-height: 30px;
text-align: center;
text-transform: uppercase;
}
.woocommerce #review_form #respond .form-submit input:hover {
border: 1px solid #eaebec;
color: #f16c20;
background: #f7f8fa;
}
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product {
float: left;
width: 23%;
margin: 0 1.25% 0 1.25%;
}
.woocommerce-page .upsells.products ul li.product:nth-child(4n+1),
.woocommerce-page .upsells.products ul.products li.product:nth-child(4n+1),
.woocommerce .upsells.products ul li.product:nth-child(4n+1),
.woocommerce .upsells.products ul.products li.product:nth-child(4n+1),
.woocommerce .related ul li.product:nth-child(4n+1),
.woocommerce .related ul.products li.product:nth-child(4n+1),
.woocommerce-page .related ul li.product:nth-child(4n+1),
.woocommerce-page .related ul.products li.product:nth-child(4n+1) {
clear: left;
margin-left: 0;
}
.woocommerce-page .upsells.products ul li.product:nth-child(4n),
.woocommerce-page .upsells.products ul.products li.product:nth-child(4n),
.woocommerce .upsells.products ul li.product:nth-child(4n),
.woocommerce .upsells.products ul.products li.product:nth-child(4n),
.woocommerce .related ul li.product:nth-child(4n),
.woocommerce .related ul.products li.product:nth-child(4n),
.woocommerce-page .related ul li.product:nth-child(4n),
.woocommerce-page .related ul.products li.product:nth-child(4n) {
clear: right;
margin-right: 0;
}
.woocommerce-page .upsells.products ul li.product:nth-child(4n),
.woocommerce-page .upsells.products ul.products li.product:nth-child(4n),
.woocommerce .upsells.products ul li.product:nth-child(4n),
.woocommerce .upsells.products ul.products li.product:nth-child(4n) {
margin-right: 0;
}
.woocommerce .upsells.products ul,
.woocommerce .upsells.products ul.products,
.woocommerce-page .upsells.products ul,
.woocommerce-page .upsells.products ul.products,
.woocommerce .related ul,
.woocommerce .related ul.products,
.woocommerce-page .related ul,
.woocommerce-page .related ul.products {
margin-top: 40px;
}
.woocommerce .upsells.products h2:after,
.woocommerce .upsells.products h2:after,
.woocommerce-page .upsells.products h2:after,
.woocommerce-page .upsells.products h2:after {
display: block;
width: 80px;
height: 2px;
margin-top: 5px;
background: #ececec;
content: "";
}
.woocommerce #reviews h3 {
margin-top: 20px;
margin-bottom: 20px;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb {
font-size: 16px;
font-weight: 400;
line-height: 20px;
}
.woocommerce .woocommerce-breadcrumb a:hover {
color: #f16c20;
}
.woocommerce div.product .woocommerce-tabs h2:after {
display: block;
width: 80px;
height: 2px;
margin-top: 5px;
background: #ececec;
content: "";
}
.woocommerce .review_form_wrapper {
float: left;
width: 100%;
padding: 50px 0 30px;
}
.woocommerce p.stars {
padding-left: 0;
}
.product .comment-form p.stars span a {
border-right: none;
font-size: 18px;
}
.woocommerce div[itemprop="description"] {
margin-top: 20px;
}
.woocommerce .woocommerce-message {
border: none;
border-bottom: 3px solid #f16c20;
border-radius: 3px;
color: #eef9ff;
background-color: #39afea;
line-height: 18px;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
font-weight: 400;
}
.woocommerce .woocommerce-message a {
color: #fff;
font-weight: bold;
}
.woocommerce .woocommerce-message:before {
color: #fff;
content: "\e015";
}
.woocommerce table.my_account_orders .order-actions {
text-align: center;
}
.woocommerce .woocommerce-message .button {
float: right;
margin-top: -5px;
margin-bottom: -5px;
padding: 7px;
color: #fff;
background-color: rgb(0, 142, 214);
font-size: 13px;
font-weight: normal;
line-height: 16px;
}
.woocommerce .woocommerce-message .button:hover {
color: #f16c20;
background: rgba(255,255,255,0.9);
}
.woocommerce a.remove {
margin: 0 auto;
color: rgb(249, 98, 98)!important;
}
.woocommerce a.remove:hover {
background: rgb(249, 98, 98);
}
.woocommerce .cart_item .quantity .qty {
width: 100px;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
float: none;
padding: 0 20px;
border: 1px solid #f16c20;
border-radius: 3px;
color: #fff;
background: #f16c20;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
font-weight: 500;
line-height: 28px;
text-align: center;
text-transform: uppercase;
}
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
border: 1px solid #eaebec;
color: #f16c20;
background: #f7f8fa;
}
.woocommerce table.shop_table {
font-size: 14px;
text-align: center;
}
.woocommerce-cart table.cart .product-name {
font-weight: bold;
text-align: left;
}
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price span,
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins,
.woocommerce .products .product .price,
.woocommerce .products .product .price span,
.woocommerce .products .product .price del,
.woocommerce .products .product .price ins {
text-align: center;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
line-height: 16px;
}
.woocommerce-checkout #payment ul.payment_methods {
font-size: 14px;
line-height: 18px;
}
.woocommerce .woocommerce-error {
border: none;
border: none;
border-bottom: 3px solid #c84e54;
border-radius: 3px;
color: #fff;
background-color: #e86a6a;
}
.woocommerce .woocommerce-error .button {
float: right;
margin-top: -5px;
margin-bottom: -5px;
padding: 7px;
border: none;
color: #fff;
background-color: rgba(0,0,0,0.2);
font-size: 13px;
font-weight: normal;
line-height: 16px;
}
.woocommerce .woocommerce-error .button:hover {
border: none;
color: #e86a6a;
}
.woocommerce .woocommerce-error a {
color: #fff;
font-weight: bold;
}
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li {
opacity: 0.8;
}
.woocommerce .woocommerce-error:before {
color: #fff;
content: "\e016";
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
float: none;
float: right;
padding: 0 20px;
border: 1px solid #f16c20;
border-radius: 3px;
color: #fff;
background: #f16c20;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
font-weight: 500;
line-height: 28px;
text-align: center;
text-transform: uppercase;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
border: 1px solid #eaebec;
color: #f16c20;
background: #f7f8fa;
}
.woocommerce-shipping-calculator a {
font-size: 14px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
padding: 7px 10px;
border: 1px solid #e7e7e7;
border-radius: 3px;
font-weight: normal;
line-height: 16px;
}
.woocommerce .cart_totals h2:after,
.woocommerce .cart-collaterals .cross-sells h2:after {
display: block;
width: 80px;
height: 2px;
margin-top: 5px;
background: #e0e0e0;
content: "";
}
.woocommerce .woocommerce-info {
border: none;
border-bottom: 3px solid #f16c20;
border-radius: 3px;
}
.woocommerce-shipping-fields h3 {
position: relative;
padding-left: 35px;
}
.woocommerce-billing-fields h3:after,
.woocommerce-shipping-fields h3:after {
display: block;
width: 80px;
height: 2px;
margin-top: 5px;
background: #e0e0e0;
content: "";
}
.woocommerce table.shop_table td.product-name {
line-height: 16px;
text-align: left;
}
.woocommerce .woocommerce-shipping-fields label.checkbox {
display: inline-block;
}
.woocommerce .woocommerce-shipping-fields input[type="checkbox"] {
display: inline-block;
position: absolute;
top: 14px;
left: 0;
width: auto;
margin-left: 10px;
}
.woocommerce table.shop_table th.product-total {
text-align: center;
}
.woocommerce-checkout #payment {
border-radius: 5px;
background: #fcfcfc;
}
.content-page .woocommerce input:not([type="submit"]) {
width: auto;
}
.woocommerce-checkout #payment div.payment_box {
border-bottom: 1px solid #ccc;
border-radius: 3px;
background: #fff;
font-size: 14px;
line-height: 18px;
}
.woocommerce-checkout #payment div.payment_box p {
font-size: 14px;
line-height: 18px;
}
.woocommerce-checkout #payment div.payment_box:after {
display: block;
position: absolute;
top: -3px;
left: 0;
margin: -1em 0 0 2em;
border: 8px solid #fff;
border-top-color: transparent;
border-right-color: transparent;
border-left-color: transparent;
content: "";
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
float: none;
float: right;
padding: 0 20px;
border: 1px solid #f16c20;
border-radius: 3px;
color: #fff;
background: #f16c20;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
font-weight: 500;
line-height: 28px;
text-align: center;
text-transform: uppercase;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
border: 1px solid #eaebec;
color: #f16c20;
background: #f7f8fa;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
float: none;
padding: 0 20px;
border: 1px solid #f16c20;
border-radius: 3px;
color: #fff;
background: #f16c20;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
font-weight: 500;
line-height: 28px;
text-align: center;
text-transform: uppercase;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
border: 1px solid #eaebec;
color: #f16c20;
background: #f7f8fa;
}
.woocommerce .order_details {
padding-left: 0;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
position: absolute;
top: 0.618em;
top: 0;
right: 1em;
font-family: WooCommerce;
font-weight: 400;
-webkit-font-smoothing: antialiased;
vertical-align: top;
content: "\e01c";
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
.woocommerce ul.products li.product a.added_to_cart,
.woocommerce .products .product a.added_to_cart {
display: inline-block;
margin-top: 0;
margin-top: 10px;
margin-left: -5px;
padding: 0;
padding: 6px 10px 6px 6px;
border: 1px solid rgb(218, 218, 218);
border-radius: 3px;
background-color: rgb(231, 231, 231);
-webkit-box-shadow: 0 3px 0 #005885;
box-shadow: 0 3px 0 rgb(218, 218, 218);
font-size: 13px;
line-height: 16px;
}
.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
float: right;
float: left;
margin-top: 36px;
margin-left: 15px;
padding: 0 5px;
border-radius: 3px;
color: #fff;
background-color: rgba(19, 149, 186, 0.7);
font-size: 12px;
}
.woocommerce-account .addresses .title .edit:hover,
.woocommerce-account ul.digital-downloads li .count:hover {
background-color: rgba(19, 149, 186, 1);
text-decoration: none;
}
.woocommerce form .form-row label.inline {
display: inline;
margin-left: 20px;
}
.woocommerce #review_form #respond p {
min-height: 38px;
margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size: 20px;
line-height: 26px;
}
.woocommerce #reviews .reply-title {
font-size: 22px;
line-height: 26px;
}
.woocommerce form .form-row label {
font-size: 14px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
font-size: 14px;
line-height: 18px;
}
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product {
padding: 20px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce .products .product,
.woocommerce-page .products .product {
margin-bottom: 30px;
padding: 15px;
border-top: 1px solid #eaeaea;
border-right: 1px solid #eaeaea;
border-bottom: 4px solid #eaeaea;
border-left: 1px solid #eaeaea;
background: #fff;
text-align: center;
list-style: none;
-webkit-transition: all ease 0.55s;
transition: all ease 0.55s;
}
.woocommerce .products,
.woocommerce-page .products {
clear: both;
width: 100%;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover,
.woocommerce .products .product:hover,
.woocommerce-page .products .product:hover {
border-bottom-color: #f16c20;
}
.woocommerce-page #primary {
padding-right: 0;
padding-left: 0;
}
.woocommerce div.product form.cart .variations label {
color: #313131;
font-family: "Open Sans", Helvetica Neue, Sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 53px;
}
.woocommerce div.product form.cart .variations select {
float: left;
width: 100%;
padding: 10px 5px 10px 5px;
border: 1px solid #e7e7e7;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
float: left;
width: 23%;
margin: 0 1.25% 0 1.25%;
margin-bottom: 30px;
}
.woocommerce ul.products li.product:nth-child(4n+1),
.woocommerce-page ul.products li.product:nth-child(4n+1) {
clear: left;
margin-left: 0;
}
.woocommerce ul.products li.product:nth-child(4n),
.woocommerce-page ul.products li.product:nth-child(4n) {
clear: right;
margin-right: 0;
}
.widget.woocommerce .widget-title:after {
display: none !important;
content: "";
}
.widget.woocommerce input[type="search"] {
width: 100%;
padding-right: 110px;
padding-bottom: 11px;
line-height: 22px;
}
.widget.woocommerce form {
position: relative;
}
.widget.woocommerce input[type="submit"] {
position: absolute;
top: 3px;
right: 3px;
}
.widget.woocommerce label {
display: none;
}
.widget.woocommerce ul.cart_list li a,
.widget.woocommerce ul.product_list_widget li a {
display: block;
font-size: 16px;
font-weight: 400;
}
.widget.woocommerce ul.cart_list li {
padding-top: 0;
}
.widget.woocommerce del,
.widget.woocommerce ins {
background: transparent;
font-size: 14px;
}
.widget.woocommerce .widget_shopping_cart .cart_list li a.remove,
.widget.woocommerce.widget_shopping_cart .cart_list li a.remove {
position: absolute;
top: 16px;
left: 0;
}
.widget.woocommerce .widget_shopping_cart .total,
.widget.woocommerce.widget_shopping_cart .total {
margin-top: 10px;
padding: 10px 0 0;
border-top: 3px double #ebe9eb;
}
.widget.woocommerce ul.cart_list li .star-rating,
.widget.woocommerce ul.product_list_widget li .star-rating {
float: left;
margin-top: 3px;
margin-right: 5px;
padding-top: 6px;
}
.widget.woocommerce .reviewer {
font-size: 14px;
line-height: 14px;
}
.widget.woocommerce ul.cart_list li img,
.widget.woocommerce ul.product_list_widget li img {
float: right;
width: 65px;
height: auto;
margin-left: 4px;
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce .upsells.products ul > li,
.woocommerce .upsells.products ul.products > li,
.woocommerce-page .upsells.products ul > li,
.woocommerce-page .upsells.products ul.products > li,
.woocommerce .related ul > li,
.woocommerce .related ul.products > li,
.woocommerce-page .related ul > li,
.woocommerce-page .related ul.products > li {
float: left;
width: 23%;
margin: 0 1.25% 0 1.25%;
} .woocommerce div.product div.images .flex-control-thumbs li {
width: 30.75%;
margin-right: 3.8%;
margin-bottom: 1em;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(3n) {
margin-right: 0;
}
.woocommerce div.product div.images .flex-control-thumbs {
padding-top: 20px;
} .woocommerce .products.columns-6 .llorix_one_lite_grid_col_6,
.woocommerce-page .products.columns-6 .llorix_one_lite_grid_col_6 {
float: left;
width: 15%;
margin-left: 1%;
margin-right: 1%;
}
.woocommerce .products.columns-6 .llorix_one_lite_grid_col_6:nth-of-type(6n+1),
.woocommerce-page .products.columns-6 .llorix_one_lite_grid_col_6:nth-of-type(6n+1) {
margin-left: 0;
}
.woocommerce .products.columns-6 .llorix_one_lite_grid_col_6:nth-of-type(6n+6),
.woocommerce-page .products.columns-6 .llorix_one_lite_grid_col_6:nth-of-type(6n+6) {
margin-right: 0;
}
.woocommerce .products.columns-5 .llorix_one_lite_grid_col_5,
.woocommerce-page .products.columns-5 .llorix_one_lite_grid_col_5 {
float: left;
width: 18%;
margin-left: 1.25%;
margin-right: 1.25%;
}
.woocommerce .products.columns-5 .llorix_one_lite_grid_col_5:nth-of-type(5n+1),
.woocommerce-page .products.columns-5 .llorix_one_lite_grid_col_5:nth-of-type(5n+1) {
margin-left: 0;
}
.woocommerce .products.columns-5 .llorix_one_lite_grid_col_5:nth-of-type(5n+5),
.woocommerce-page .products.columns-5 .llorix_one_lite_grid_col_5:nth-of-type(5n+5) {
margin-right: 0;
}
.woocommerce .products.columns-4 .llorix_one_lite_grid_col_4,
.woocommerce-page .products.columns-4 .llorix_one_lite_grid_col_4 {
width: 22.5%;
margin-left: 1.66%;
margin-right: 1.66%;
}
.woocommerce .products.columns-4 .llorix_one_lite_grid_col_4:nth-of-type(4n+1),
.woocommerce-page .products.columns-4 .llorix_one_lite_grid_col_4:nth-of-type(4n+1) {
margin-left: 0;
}
.woocommerce .products.columns-4 .llorix_one_lite_grid_col_4:nth-of-type(4n+4),
.woocommerce-page .products.columns-4 .llorix_one_lite_grid_col_4:nth-of-type(4n+4) {
margin-right: 0;
}
.woocommerce .products.columns-3 .llorix_one_lite_grid_col_3,
.woocommerce-page .products.columns-3 .llorix_one_lite_grid_col_3 {
width: 32%;
margin-left: 1%;
margin-right: 1%;
}
.woocommerce .products.columns-3 .llorix_one_lite_grid_col_3:nth-of-type(3n+1),
.woocommerce-page .products.columns-3 .llorix_one_lite_grid_col_3:nth-of-type(3n+1) {
margin-left: 0;
}
.woocommerce .products.columns-3 .llorix_one_lite_grid_col_3:nth-of-type(3n+3),
.woocommerce-page .products.columns-3 .llorix_one_lite_grid_col_3:nth-of-type(3n+3) {
margin-right: 0;
}
.woocommerce .products.columns-2 .llorix_one_lite_grid_col_2,
.woocommerce-page .products.columns-2 .llorix_one_lite_grid_col_2 {
width: 48%;
margin-left: 2%;
margin-right: 2%;
}
.woocommerce .products.columns-2 .llorix_one_lite_grid_col_2:nth-of-type(2n+1),
.woocommerce-page .products.columns-2 .llorix_one_lite_grid_col_2:nth-of-type(2n+1) {
margin-left: 0;
}
.woocommerce .products.columns-2 .llorix_one_lite_grid_col_2:nth-of-type(2n+2),
.woocommerce-page .products.columns-2 .llorix_one_lite_grid_col_2:nth-of-type(2n+2) {
margin-right: 0;
}
.woocommerce .products.columns-1 .llorix_one_lite_grid_col_1,
.woocommerce-page .products.columns-1 .llorix_one_lite_grid_col_1 {
width: 100%;
}
@media (max-width: 992px) {
.woocommerce .products.columns-1 .llorix_one_lite_grid_col_2,
.woocommerce-page .products.columns-1 .llorix_one_lite_grid_col_2 {
width: 100%;
}
}
@media (max-width: 750px) {
.woocommerce .products[class*="columns-"] .llorix_one_lite_grid_col_2,
.woocommerce-page .products[class*="columns-"] .llorix_one_lite_grid_col_2 {
width: 48%;
}
.woocommerce .products.columns-1 .llorix_one_lite_grid_col_2,
.woocommerce-page .products.columns-1 .llorix_one_lite_grid_col_2 {
width: 100%;
}
}
@media (max-width: 477px) {
.woocommerce .products[class*="columns-"] .llorix_one_lite_grid_col_1,
.woocommerce-page .products[class*="columns-"] .llorix_one_lite_grid_col_1 {
width: 100%;
}
}  .bbpress #subscription-toggle {
float: right;
}
.bbpress .bbp-breadcrumb {
margin: 10px 0;
}
#subscription-toggle { }
#bbpress-forums div.bbp-template-notice img.avatar {
margin-bottom: 2px;
}
div.bbp-template-notice.info {
padding: 1px 5px;
border: none;
background-color: #f0f8ff;
}
div.bbp-template-notice a {
color: #f16c20;
text-decoration: none;
}
.bbp-pagination {
float: left;
width: 100%;
margin-top: 10px;
margin-bottom: 0;
}
#bbpress-forums li.bbp-header {
padding: 10px 0;
background: #fbfbfb;
}
#bbpress-forums #bbp-search-form #bbp_search {
padding: 0;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
font-size: 11px;
line-height: 16px;
}
#bbpress-forums div.bbp-the-content-wrapper input {
width: auto;
}
#bbpress-forums fieldset.bbp-form input {
padding: 5px;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
border-top: none;
}
#bbpress-forums li.bbp-header {
background: none;
}
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
background: none;
}
#bbpress-forums input[type="submit"] {
padding: 5px 30px 5px 30px;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
background: none;
}
.bbp-breadcrumb,
.bbp-breadcrumb a,
.bbp-breadcrumb p {
color: #666;
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
color: #666;
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
color: #666;
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
.bbp-forum-title {
float: left;
width: 100%;
margin-bottom: 15px;
color: #000;
font-size: 18px;
font-weight: 700;
line-height: 22px;
}
.bbp-forum-title:hover {
text-decoration: none;
}
.bbp-forum-title:after {
display: block;
width: 80px;
height: 2px;
margin-top: 5px;
background: #f16c20;
content: "";
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
padding: 20px 5px;
border-top: 1px solid #eee;
}
.bbp-forum-freshness p,
.bbp-forum-freshness a,
.bbp-forum-freshness span {
font-size: 14px;
}
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
margin-bottom: 0;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
margin: 0;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
margin: 0;
font-size: 14px;
line-height: 24px;
}
#bbpress-forums li {
font-size: 14px;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
border: none;
}
#bbpress-forums .bbp-author-name {
font-size: 14px;
line-height: 24px;
}
#bbpress-forums fieldset.bbp-form {
margin-bottom: 0;
padding: 0;
border: none;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
border: 1px solid #e7e7e7;
border-radius: 0 0 3px 3px;
font-size: 14px;
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
border: 1px solid #e7e7e7;
border-bottom: none;
border-radius: 3px 3px 0 0;
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
border: 1px solid #e7e7e7;
border-bottom: none;
border-radius: 3px 3px 0 0;
}
li.bbp-forum-freshness,
li.bbp-topic-freshness {
float: left;
width: 25%;
text-align: center;
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar input {
padding: 5px;
border: 1px solid #e7e7e7;
background-color: #fbfbfb;
-webkit-box-shadow: none;
box-shadow: none;
}
#bbpress-forums fieldset.bbp-form select {
padding: 5px;
border: 1px solid #dedede;
border-radius: 3px;
color: #666;
}
.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
background: red;
}
#bbpress-forums div.bbp-topic-tags {
float: left;
width: 100%;
margin-bottom: 15px;
}
#bbpress-forums .bbp-topic-description a {
font-size: 12px;
}
#bbpress-forums fieldset.bbp-form legend {
padding: 5px 0;
}
div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry {
padding: 8px 0;
}
#bbpress-forums div.bbp-reply-header {
background: none;
}
#bbpress-forums .bbp-admin-links {
color: transparent;
}
#bbpress-forums .bbp-admin-links a:hover {
color: #f16c20;
}
.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
float: right;
margin-left: 10px;
color: #ccc;
font-size: 12px;
line-height: 32px;
}
#bbpress-forums #bbp-user-wrapper h2.entry-title {
font-size: 30px;
line-height: 34px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
opacity: 0.8;
color: #fff;
background: #f16c20;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
line-height: 18px;
}
#bbpress-forums .bbp-forum-description .bbp-author-name {
font-size: 12px;
} .footer,
.footer a {
background-color: #0d3c55;
}
.footer a {
color: #fff;
}
.footer a:hover {
text-decoration: none;
}
.footer {
padding-top: 40px;
padding-bottom: 40px;
color: #dbdbdb;
}
.footer-links li {
display: inline-block;
padding: 10px;
}
.footer-links li a {
font-size: 14px;
}
.footer-links li a:hover {
color: #f16c20;
text-decoration: none;
}
ul.social-icons {
margin-top: 10px;
margin-left: 0;
padding-left: 0;
}
.social-icons li {
display: inline-block;
margin-right: 5px;
margin-left: 5px;
}
.social-icons li a:hover {
text-decoration: none;
}
.social-icons li a:hover .transparent-text-dark {
color: #313131;
}
.footer-widget-wrap {
width: 100%;
text-align: center;
}
.footer-widget-wrap .widget {
float: none;
width: 100%;
}
.footer-widget-wrap .widget-box {
display: inline-block;
float: none;
margin-right: -4px;
text-align: left;
vertical-align: top;
}
.powered-by {
margin-top: 30px;
padding-top: 5px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
font-size: 13px;
text-align: center;
}
.powered-by a {
color: #dbdbdb;
}
.powered-by a:hover {
color: #f16c20;
text-decoration: none;
}
.footer-bottom-wrap {
text-align: center;
}
.footer-bottom-wrap ul {
margin: 0;
padding: 0;
}
footer.footer .widget-title {
color: #fff;
font-size: 21px;
font-weight: normal;
line-height: 28px;
text-transform: uppercase;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
footer.footer .widget-title:after {
display: block;
width: 80px;
height: 2px;
margin-top: 5px;
background: #ececec;
content: "";
}
footer.footer .social-icons li a {
padding: 0 5px;
}
footer.footer .social-icons i:before {
display: inline-block;
width: 30px;
height: 30px;
border-radius: 75px;
color: #fff;
background-color: rgba(255, 255, 255, 0.1);
font-size: 12px;
line-height: 30px;
}
footer.footer .social-icons i:hover:before {
background: #f16c20;
} footer.footer li {
list-style: none;
}
footer.footer ul {
padding-left: 0;
}
footer.footer ul li {
position: relative;
margin: 0;
padding-top: 10px;
font-size: 16px;
list-style: none;
}
footer.footer select {
width: 100%;
padding: 5px;
border: 1px solid #e7e7e7;
}
footer.footer .widget {
margin-bottom: 50px;
} footer.footer #wp-calendar {
border: 1px solid #fff;
}
footer.footer #wp-calendar,
footer.footer #wp-calendar td {
border: 0;
border-spacing: 1px;
border-collapse: separate;
}
footer.footer #wp-calendar caption {
margin: 0;
font-size: 14px;
}
footer.footer #wp-calendar th,
footer.footer #wp-calendar td {
padding: 0;
background-color: rgba(19, 149, 186, 0.1);
text-align: center;
}
footer.footer #wp-calendar a {
display: block;
color: #000;
background-color: #fff;
}
footer.footer #wp-calendar a:hover {
color: #fff;
background: #f16c20;
background-color: rgba(0, 0, 0, 0.15);
text-decoration: none;
}
footer.footer #wp-calendar th {
border: 1px solid #ddecf5;
}
footer.footer #wp-calendar tbody td {
background-color: transparent;
}
footer.footer .site-footer #wp-calendar tbody td {
background-color: transparent;
}
footer.footer #wp-calendar tbody td.pad,
footer.footer .site-footer #wp-calendar tbody td.pad {
background-color: transparent;
}
footer.footer #wp-calendar td {
background: transparent;
} .widget_search .screen-reader-text {
display: none;
}
.widget_search label {
width: 100%;
}
.widget_search input {
width: 100%;
padding: 10px 50px 10px 5px;
border: 1px solid #e7e7e7;
font-weight: 300;
}
.widget_search form {
position: relative;
}
.widget_search .search-submit {
position: absolute;
top: 0;
right: 0;
width: 51px;
height: 44px;
padding: 0;
border: none;
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
text-indent: -99999999px;
}
.widget_search .search-submit:hover {
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.widget_search .search-form:hover:before {
color: #f16c20;
} .frontpage-content {
padding: 80px 0;
}  .status {
background-image: url(//dutchdumbledore.nl/wp-content/themes/llorix-one-lite/images/loader-red.gif);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
} .overlay-layer-2 {
background: rgba(0, 5, 8, 0.90);
} .navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
color: #f16c20;
}
a {
color: #be5000;
}
a:hover {
color: #be5000;
}
.border-bottom-hover:hover {
border-bottom-color: #f16c20;
}
.sticky-navigation .main-navigation li a:hover,
.sticky-navigation .login-register li.login a:hover {
color: #f16c20;
text-decoration: none;
}
.sticky-navigation .main-navigation li.current > a {
color: #f16c20;
} .input-box:active,
.textarea-box:active,
.input-box:focus,
.textarea-box:focus {
border-color: #f16c20;
} .standard-button,
.navbar-register-button {
padding: 10px 25px;
border: 3px solid #f16c20;
border-color: #f16c20;
border-radius: 30px;
color: #fff;
background: rgba(241,108,32,0.4);
font-size: 20px;
white-space: initial;
text-decoration: none;
}
.standard-button:hover,
.navbar-register-button:hover {
border-color: #f16c20;
color: #fff;
background: #f16c20;
text-decoration: none;
}
.standard-button:focus,
.navbar-register-button:focus {
color: #fff;
}
.standard-button:active,
.navbar-register-button:active {
border-color: inherit !important;
background: #f16c20 !important;
-webkit-box-shadow: none;
box-shadow: none;
} .color-bg {
background: #f16c20;
}
.colored-text {
color: #f16c20;
} .colored-line-left,
.colored-line-right,
.colored-line {
background: #f16c20;
}
.border-right-colored {
border-right: 1px solid rgba(19, 149, 186, 0.3);
}
.border-left-colored {
border-left: 1px solid rgba(19, 149, 186, 0.3);
}
.long-transparent-line {
width: 200px;
height: 1px;
margin: auto;
background: rgba(19, 149, 186, 0.3);
} .post-list article {
float: left;
width: 100%;
margin-bottom: 40px;
padding: 10px;
border: 1px solid #eaeaea;
border-bottom: 4px solid #eaeaea;
border-radius: 3px;
}
.page-header {
margin-top: 0;
}
.post-img-wrap {
position: relative;
min-height: 150px;
background-color: rgb(234, 234, 234);
}
.list-post-entry-meta {
position: relative;
bottom: -1px;
left: 0;
width: 100%;
padding: 14px;
background: rgba(247, 247, 247, 1);
}
.posted-in i {
position: absolute;
top: 0;
left: 0;
color: #676767;
font-size: 14px;
line-height: 22px;
}
.posted-in {
position: relative;
margin-right: 10px;
padding-left: 18px;
color: #676767;
font-weight: 600;
}
.post-list article .entry-content p {
margin: 10px 0 5px;
}
.post-list h1.entry-title {
margin-top: 10px;
margin-bottom: 5px;
}
.post-list h1.entry-title a {
color: #000;
font-size: 24px;
line-height: 28px;
text-transform: uppercase;
}
.post-list h1.entry-title a:hover {
color: #f16c20;
text-decoration: none;
}
.page-title {
margin-top: 0;
color: #f16c20;
font-size: 24px;
line-height: 28px;
text-transform: uppercase;
}
.post-img-wrap .post-date {
position: absolute;
top: 0;
left: 0;
min-width: 90px;
min-height: 90px;
padding: 16px 20px;
background: rgba(19,149,186,0.9);
text-align: center;
}
.post-date .post-date-day {
display: block;
color: #fff;
font-size: 31px;
font-weight: 700;
line-height: 34px;
}
.post-date .post-date-month {
display: block;
color: #fff;
font-size: 18px;
font-weight: 500;
line-height: 24px;
text-transform: uppercase;
}
.content-page {
margin-top: 15px;
}
.post-list article.sticky {
border: 1px solid #f16c20;
border-bottom: 4px solid #f16c20;
}
.posts-navigation {
float: left;
width: 100%;
}
.posts-navigation .nav-previous {
float: left;
width: 50%;
font-weight: bold;
text-align: left;
}
.posts-navigation .nav-next {
float: right;
width: 50%;
font-weight: bold;
text-align: right;
}
.page-content input[type="search"] {
padding: 8px;
border: 1px solid #e7e7e7;
font-weight: normal;
}
.llorix-one-lite-video-container {
overflow: hidden;
position: relative;
height: 0;
padding-top: 30px;
padding-bottom: 56.25%;
}
.llorix-one-lite-video-container iframe,
.llorix-one-lite-video-container object,
.llorix-one-lite-video-container embed {
position: absolute;
top: 0;
left: 0;
max-width: 100%;
max-height: 100%;
}
.llorix-one-lite-post-meta {
visibility: none;
position: absolute;
}
.archive-top {
background-position: center 30%;
background-size: cover;
}
.archive-top .section-overlay-layer {
padding-top: 100px;
padding-bottom: 100px;
}
.archive-top {
color: #fff;
text-align: center;
}
.archive-top-big-title {
margin-top: 10px;
margin-bottom: 20px;
font-size: 2.4rem;
font-weight: 300;
line-height: 3.125rem;
text-transform: uppercase;
}
.archive-top-text {
margin-top: 30px;
font-size: 16px;
font-weight: 300;
} .post-author i {
position: absolute;
top: 0;
left: 0;
color: #676767;
font-size: 14px;
line-height: 22px;
}
.post-time i {
position: absolute;
top: 0;
left: 0;
color: #676767;
font-size: 14px;
line-height: 22px;
}
.post-comments i {
position: absolute;
top: 2px;
left: 0;
color: #676767;
font-size: 14px;
line-height: 22px;
}
.post-author {
position: relative;
margin-right: 10px;
padding-left: 16px;
font-weight: 600;
}
.post-time {
position: relative;
margin-right: 10px;
padding-left: 18px;
font-weight: 500;
}
.post-comments {
position: relative;
margin-right: 10px;
padding-left: 19px;
font-weight: 600;
}
.single-entry-meta {
padding: 10px 0;
}
.post-comments {
float: right;
}
.entry-content,
.entry-content p,
.entry-content span {
color: #666;
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
.cat-links,
.tags-links {
float: left;
clear: both;
width: 100%;
font-weight: 500;
}
.cat-links i,
.tags-links i {
padding-right: 5px;
color: #676767;
font-size: 14px;
line-height: 22px;
}
.post-navigation {
float: left;
clear: both;
width: 100%;
margin-top: 40px;
padding-top: 15px;
border-top: 1px solid #e7e7e7;
font-size: 13px;
}
.post-navigation .nav-previous {
float: left;
max-width: 50%;
}
.post-navigation .nav-next {
float: right;
max-width: 50%;
}
.post-navigation h2.screen-reader-text {
position: inherit!important;
width: auto;
height: auto;
}
#primary {
margin: 50px 0;
padding-right: 15px;
}
#sidebar-secondary {
margin: 50px 0;
padding-left: 30px;
border-left: 1px solid #e7e7e7;
}
.content-single-page .entry-content {
padding: 10px 0 10px;
} .comments-area {
float: left;
width: 100%;
margin-top: 40px;
padding-top: 15px;
border-top: 1px solid #e7e7e7;
}
.comment-list {
margin-left: 0;
padding-left: 0;
list-style: none;
}
.comment-list ol {
padding-left: 0;
list-style: none;
}
.comment-list .comment-body {
color: #666;
font-weight: 400;
}
.comment-list .comment-body ol {
margin: 0 0 1.5em 0;
padding-left: 20px;
list-style: decimal;
}
.comment-list ol.children {
margin-left: 50px;
}
h2.comments-title {
margin-top: 15px;
margin-bottom: 30px;
color: #000;
font-family: "Open Sans", Helvetica Neue, Sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 24px;
text-transform: uppercase;
}
h2.screen-reader-text {
color: #000;
font-family: "Open Sans", Helvetica Neue, Sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 24px;
text-transform: uppercase;
}
.comment-list .comment > article {
position: relative;
margin-bottom: 22px;
margin-left: 80px;
padding: 15px;
border: 1px solid #eaeaea;
border-radius: 6px;
}
.comment-list .comment-author img {
position: absolute;
top: 0;
left: -80px;
border: 5px solid #e4e4e4;
border-radius: 50%;
}
.comment-list  .comment-author .fn {
font-size: 14px;
font-weight: 700;
}
.comment-list  .comment-author .fn a {
color: #000;
font-size: 14px;
font-weight: 700;
}
.comment-list .comment-author .says {
color: #666;
font-size: 14px;
font-weight: 500;
}
.comment-list .comment-metadata {
color: #f16c20;
font-size: 12px;
font-style: italic;
line-height: 16px;
}
.comment-list .comment-metadata .edit-link {
float: right;
position: absolute;
right: 15px;
bottom: 15px;
}
.comment-list .comment-content {
margin-top: 10px;
font-size: 14px;
line-height: 18px;
}
.comment-list .reply {
position: absolute;
top: 15px;
right: 15px;
font-size: 14px;
font-weight: 500;
}
.comment-form p {
position: relative;
padding-left: 100px;
}
.comment-form p.comment-notes,
.comment-form p.logged-in-as {
width: 100%;
padding-left: 0;
}
.comment-form label {
position: absolute;
left: 0;
font-weight: 400;
line-height: 38px;
}
.comment-form input {
min-width: 50%;
font-size: 14px;
font-weight: 500;
}
.comment-form textarea {
font-size: 14px;
font-weight: 500;
}
.comment-form .form-allowed-tags,
.comment-form .form-allowed-tags code {
font-size: 10px;
line-height: 14px;
}
.comment-form .form-submit input,
#recaptcha-submit-btn-area input {
min-width: 10px;
padding: 7px 30px;
border: 1px solid #f16c20;
border-radius: 3px;
color: #fff;
background: #f16c20;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
font-weight: 500;
line-height: 30px;
text-align: center;
text-transform: uppercase;
}
.g-recaptcha {
margin-bottom: 10px;
}
#recaptcha-submit-btn-area input {
margin-top: 10px;
}
.comment-form .form-submit input:hover,
#recaptcha-submit-btn-area input:hover {
border: 1px solid #eaebec;
color: #f16c20;
background: #f7f8fa;
}
.comment-reply-title {
margin-top: 50px;
font-family: "Open Sans", Helvetica Neue, Sans-serif;
font-size: 24px;
font-weight: 500;
line-height: 30px;
}
.comment-list li.pingback {
margin-bottom: 15px;
padding: 0 0 15px;
border-bottom: 1px solid #ececec;
}
.mejs-container span {
color: #fff;
font-size: 11px;
line-height: 11px;
}
.mejs-container,
.mejs-embed,
.mejs-embed body,
.mejs-container .mejs-controls {
background: #f16c20!important;
}
.mejs-controls .mejs-button button:focus {
outline: none;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
background: #f16c20!important;
}
.wp-playlist-caption span {
line-height: 21px;
}  .wp-caption {
max-width: 100%;
margin-bottom: 1.6em;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption-text {
padding: 0.5em 0;
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
} .gallery {
margin-bottom: 1.6em;
}
.gallery-item {
display: inline-block;
width: 100%;
padding: 1.79104477%;
text-align: center;
vertical-align: top;
}
.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-icon img {
margin: 0 auto;
}
.gallery-caption {
display: block;
padding: 0.5em 0;
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.wp-caption-text {
font-size: 14px;
line-height: 20px;
} #sidebar-secondary .widget-title {
margin-bottom: 5px;
color: #4f4f4f;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
}
#sidebar-secondary .widget-title:after {
display: block;
float: left;
width: 80px;
height: 2px;
background: #f16c20;
}
#sidebar-secondary ul {
padding-left: 0;
}
#sidebar-secondary .widget {
margin-bottom: 50px;
}
#sidebar-secondary ul li {
position: relative;
margin: 0;
padding-top: 10px;
font-size: 16px;
list-style: none;
}
#sidebar-secondary ul ul li:last-child {
padding-bottom: 0;
}
.widget-title-margin {
margin-bottom: 15px;
}
#sidebar-secondary select {
width: 100%;
padding: 10px 5px 10px 5px;
border: 1px solid #e7e7e7;
}
.widget .post-date {
padding-left: 10px;
}
#sidebar-secondary .widget ul:not(.recentcomments) li a {
color: #686868;
}
#sidebar-secondary .widget ul:not(.recentcomments) li a:hover {
color: #f16c20;
text-decoration: none;
}
#sidebar-secondary.sidebar-shop .widget-title:after {
float: none;
} .widget_calendar table,
.widget_calendar td {
border: 0;
border-spacing: 1px;
border-collapse: separate;
}
.widget_calendar caption {
margin: 0;
font-size: 14px;
}
.widget_calendar th,
.widget_calendar td {
padding: 0;
background-color: rgb(245, 245, 245);
text-align: center;
}
.widget_calendar a {
display: block;
color: #000;
background-color: #f5f5f5;
}
.widget_calendar a:hover {
color: #fff;
background: #f16c20;
background-color: rgba(0, 0, 0, 0.15);
text-decoration: none;
}
.widget_calendar th {
border: 1px solid #e5f3fa;
}
.widget_calendar tbody td {
background-color: rgba(255, 255, 255, 0.5);
}
.site-footer .widget_calendar tbody td {
background-color: rgba(255, 255, 255, 0.05);
}
.widget_calendar tbody .pad,
.site-footer .widget_calendar tbody .pad {
background-color: transparent;
}
.widget_calendar td.pad {
background: transparent;
} .widget_search .screen-reader-text {
display: none;
}
.widget_search label {
width: 100%;
}
.widget_search input {
width: 100%;
padding: 10px 50px 10px 5px;
border: 1px solid #e7e7e7;
font-weight: 300;
}
.widget_search form {
position: relative;
}
.widget_search .search-submit {
position: absolute;
top: 0;
right: 0;
width: 51px;
height: 44px;
padding: 0;
border: none;
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
text-indent: -99999999px;
}
.widget_search .search-submit:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
.widget_search .search-form:before {
position: absolute;
top: 10px;
right: 11px;
color: #949495;
font-family: FontAwesome;
font-size: 25px;
font-weight: normal !important;
font-style: normal !important;
font-variant: normal !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1;
text-transform: none !important;
content: "\f002";
speak: none;
}
.widget_search .search-form:hover:before {
color: #f16c20;
}
#sidebar-secondary .service-box {
width: 100%;
text-align: center;
}
#sidebar-secondary .single-service {
margin-bottom: 40px;
}
#sidebar-secondary .testimonials-box {
width: 100%;
text-align: center;
}
#sidebar-secondary .testimonials-box .feedback {
margin-bottom: 0;
}
#sidebar-secondary .team-member-box {
width: 100%;
text-align: center;
}
#sidebar-secondary .team-member-box .team-member {
max-width: 350px;
margin: 0 auto;
margin-bottom: 40px;
}
.mobile-bg-fixed {
position: fixed;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: top center;
background-size: cover;
}
.llorix-one-lite-top-margin-5px {
margin-top: 5px !important;
}  @media (min-width: 1200px) {
.header-style-two .vertical-registration-form {
width: 80%;
}
} @media (max-width: 1200px) {
.woocommerce ul.products li.product a.added_to_cart {
width: auto !important;
margin-top: 10px;
padding: 6px 15px 6px 15px;
border-radius: 3px;
}
} @media (min-width: 992px) and (max-width: 1199px) {
html {
font-size: 90% !important;
}
body {
font-size: 15px;
line-height: 26px;
}
} @media (max-width: 1024px) {
.header .overlay-layer {
padding-bottom: 85px;
}
.header,
.features,
.stats {
background-attachment: scroll !important;
}
.vertical-registration-form,
.header-style-two .vertical-registration-form {
float: none;
width: 100%;
}
.header .overlay-layer {
padding-top: 60px;
}
.intro-section,
.header-style-two .intro-section,
.header-style-three .intro-section {
margin-top: 60px;
}
.header-style-one .intro-section,
.header-style-four .intro-section {
margin-top: 20px;
}
.feature .icon-container {
margin-right: 0;
padding-top: 14px;
}
.wow {
-webkit-transform: translateZ(0);
}
} @media (max-width: 991px) {
html {
font-size: 90% !important;
}
body {
font-size: 15px;
line-height: 26px;
}
.browser-image img {
width: 100%;
}
.client-logos li {
margin: 15px 15px 15px 15px;
}
.client-logos li img {
max-width: 60px;
opacity: 0.6;
}
.pull-left,
.pull-right {
float: none !important;
margin: auto !important;
}
.text-left,
.text-right {
text-align: center;
}
#latestnews .timeline-text .text-left {
text-align: left;
}
#latestnews .timeline-text .colored-line-left {
float: left;
}
.brief .section-overlay-layer {
padding-bottom: 40px;
}
.colored-line-left {
float: none;
margin: auto;
}
.brief .brief-image-right,
.brief .brief-image-left {
max-width: 430px;
margin: auto;
margin-top: 20px;
padding-bottom: 40px;
}
.brief .brief-image-right img,
.brief .brief-image-left img {
float: none;
width: 90%;
}
.border-right-colored,
.border-left-colored,
.border-left,
.border-right {
border: none !important;
}
.features {
background-image: none;
}
.single-feature {
float: left;
width: 33%;
margin-bottom: 28px;
}
.left-side .single-feature,
.right-side .single-feature {
padding-right: 15px;
padding-left: 15px;
}
.feature .icon-container {
float: none;
}
.feature .description {
float: none;
width: auto;
}
.pricing-table {
padding-right: 0;
padding-left: 0;
}
.header-style-four .horizontal-subscribe-form .input-box {
width: inherit;
width: 100%;
margin-bottom: 5px;
}
.header-style-four .horizontal-subscribe-form .standard-button {
width: 100%;
}
.header-style-four .horizontal-subscribe-form {
width: 100%;
margin: auto;
}
.header-style-five .intro-section {
margin-top: 20px;
}
.unique-features-cols-two .unique-features-col {
width: 100%;
}
.brief-left .brief-content-two,
.brief-right .brief-content-two {
float: none;
}
.feedback {
padding-bottom: 45px;
}
.feature-list li {
text-align: left;
}
.timeline h2 {
padding-right: 0;
}
.llorix-one-lite-slider-whole-wrap {
padding-top: 20px;
}
a.control_next,
a.control_prev {
display: inline-block;
position: relative;
top: 0;
width: 0;
}
#llorix_one_slider {
margin: 0 auto 0 auto;
}
.testimonials-wrap .testimonials-box {
width: 100%;
}
.team-member-wrap .team-member-box {
max-width: 300px;
}
.controls-wrap {
text-align: center;
}
#sidebar-secondary {
width: 100%;
margin: 0;
padding-top: 50px;
padding-left: 15px;
border-top: 1px solid #e7e7e7;
border-left: 0;
}
#primary,
#sidebar-secondary {
float: left;
width: 100%;
}
.entry-header .colored-line-left {
float: left;
}
.service-box {
width: 100%;
}
#sidebar-secondary .colored-line-left {
float: left;
}
.content-page > .col-md-6 {
padding: 0;
}
.gridalicious .galcolumn {
width: 50% ;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
float: left;
width: 48%;
margin: 0 1.75% 0 1.75%;
margin-bottom: 30px;
}
.woocommerce ul.products li.product:nth-child(2n+1),
.woocommerce-page ul.products li.product:nth-child(2n+1) {
clear: left;
margin-left: 0;
}
.woocommerce ul.products li.product:nth-child(2n),
.woocommerce-page ul.products li.product:nth-child(2n) {
clear: right;
margin-right: 0;
}
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product {
float: left;
width: 48%;
margin: 0 1.75% 0 1.75%;
margin-bottom: 30px;
}
.woocommerce-page .upsells.products ul li.product:nth-child(2n+1),
.woocommerce-page .upsells.products ul.products li.product:nth-child(2n+1),
.woocommerce .upsells.products ul li.product:nth-child(2n+1),
.woocommerce .upsells.products ul.products li.product:nth-child(2n+1),
.woocommerce .related ul li.product:nth-child(2n+1),
.woocommerce .related ul.products li.product:nth-child(2n+1),
.woocommerce-page .related ul li.product:nth-child(2n+1),
.woocommerce-page .related ul.products li.product:nth-child(2n+1) {
clear: left;
margin-left: 0;
}
.woocommerce-page .upsells.products ul li.product:nth-child(2n),
.woocommerce-page .upsells.products ul.products li.product:nth-child(2n),
.woocommerce .upsells.products ul li.product:nth-child(2n),
.woocommerce .upsells.products ul.products li.product:nth-child(2n),
.woocommerce .related ul li.product:nth-child(2n),
.woocommerce .related ul.products li.product:nth-child(2n),
.woocommerce-page .related ul li.product:nth-child(2n),
.woocommerce-page .related ul.products li.product:nth-child(2n) {
clear: right;
margin-right: 0;
}
} @media (max-width: 782px) {
.admin-bar .sticky-navigation-open .sticky-navigation {
top: 46px;
}
.contact-links .contact-link-box {
margin-right: 0;
}
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: 0;
}
.main-navigation {
margin: 0 -0.875em;
}
.main-navigation .primary-menu {
border: 0;
}
.main-navigation li {
float: left;
border: 0;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
color: #007acc;
}
.main-navigation ul ul {
display: block;
float: left;
position: absolute;
z-index: 99999;
top: 100%;
left: -999em;
margin: 0;
padding: 0;
background: #fff;
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
list-style: none;
}
.main-navigation ul ul ul {
top: 0;
left: -999em;
}
.main-navigation ul ul ul:before,
.main-navigation ul ul ul:after {
border: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 15em;
white-space: normal;
}
.main-navigation li:hover > ul,
.main-navigation li.focus > ul {
left: auto;
}
.main-navigation .menu-item-has-children > a {
margin: 0;
}
.main-navigation .menu-item-has-children > a:after {
position: absolute;
z-index: -1;
top: 23px;
right: 0;
font-family: FontAwesome;
line-height: 24px;
content: "\f0d7";
}
.main-navigation ul ul .menu-item-has-children > a:after {
top: 0;
right: 10px;
line-height: 38px;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.no-menu > li {
display: inline-block;
float: none;
}
.dropdown-toggle,
.main-navigation ul .dropdown-toggle.toggled-on,
.site-header .social-navigation,
.site-footer .main-navigation {
display: none;
}
.menu-align-center .primary-menu,
.menu-align-center .no-menu {
width: 100%;
margin-bottom: 10px;
padding: 0;
text-align: center;
}
.menu-align-center .primary-menu > li,
.menu-align-center .no-menu > li {
display: inline-block;
float: none;
}
.menu-align-center .primary-menu > li a {
padding: 5px 8px;
}
.menu-align-center .primary-menu > li.menu-item-has-children a {
padding: 5px 18px 5px 8px;
}
.menu-align-center .primary-menu > li.menu-item-has-children a:after,
.sticky-navigation .no-menu > li.page_item_has_children > a:after {
top: 0;
line-height: 28px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
html {
font-size: 95%;
}
.sticky-navigation {
min-height: 70px;
}
.sticky-navigation .main-navigation > li.has_children > a {
padding: 26px 18px;
line-height: 34px;
line-height: 18px;
}
.sticky-navigation .login-register {
margin-top: 3px;
}
.ipad-image {
max-width: 500px;
}
} @media (max-width: 767px) {
html {
font-size: 80%;
}
.navbar-toggle {
font-size: 30px !important;
}
.navbar-inverse .navbar-toggle {
border: 0 !important;
}
.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: inherit;
-webkit-box-shadow: none;
box-shadow: none;
}
.sticky-navigation .main-navigation li a {
padding: 10px;
line-height: inherit;
}
.border-right-colored,
.border-left-colored {
border: none;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: rgba(49, 49, 49, 0.1);
}
.sticky-navigation {
min-height: 60px;
}
.nav > li {
display: inline-block;
display: inline-block;
width: 100%;
padding-left: 15px;
text-align: left;
}
.container > .navbar-header {
margin-right: 0;
margin-left: 0;
}
.menu-align-center .navbar-header > a {
float: left;
}
.brief {
padding-top: 0;
padding-bottom: 0;
}
.brief .section-overlay-layer {
margin-bottom: 0;
padding-bottom: 80px;
}
.section-header {
margin-top: 75px;
margin-bottom: 50px;
}
.features .overlay-layer-2 {
padding-bottom: 50px;
}
.pricing-table {
padding-top: 0;
padding-right: 30px;
padding-left: 30px;
}
.highlighted {
margin-top: 0;
}
.single-pricing {
margin-bottom: 40px;
}
.single-stats .icon-container {
margin-bottom: 20px;
}
.single-stats .icon-container i {
font-size: 50px;
}
.team-member {
max-width: 270px;
margin-bottom: 25px;
}
.contact-info .contact-links a {
padding-top: 0;
padding-bottom: 0;
}
.footer-widget-wrap .widget-box {
width: 50%;
}
.jspVerticalBar {
margin-right: 8px;
} .sticky-navigation {
position: relative !important;
top: 0 !important;
opacity: 1 !important;
}
.sticky-navigation .main-navigation ul,
.sticky-navigation .main-navigation ul ul,
.sticky-navigation .main-navigation ul ul ul {
position: relative;
left: 0;
left: auto;
}
.sticky-navigation .main-navigation ul,
.sticky-navigation .main-navigation ul li,
.sticky-navigation .main-navigation ul a {
width: 100%;
}
.sticky-navigation .main-navigation ul li:hover > ul {
left: 0;
}
.sticky-navigation .main-navigation ul {
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.sticky-navigation .primary-menu ul li {
padding-left: 7%;
}
.sticky-navigation .main-navigation ul .dropdownmenu,
.dropdownmenu {
position: absolute;
z-index: 9;
top: 5px;
right: 0;
width: 25px;
height: 25px;
margin: 0;
padding: 0;
border-radius: 2px;
background: #999;
}
.sticky-navigation .main-navigation ul .this-open > .dropdownmenu,
.this-open > .dropdownmenu {
background: #f16c20;
}
.dropdownmenu:before {
float: left;
width: 25px;
height: 25px;
color: #fff;
line-height: 26px !important;
text-align: center;
text-align: center;
content: "";
}
.this-open > a {
color: #f16c20 !important;
}
.has_children > ul {
display: none;
}
.has_children.this-open > ul {
display: block;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 2000px;
}
#menu-primary {
float: none;
width: 100%;
margin: 0;
}
.menu-align-center #menu-primary > ul {
margin-left: 0;
}
.nav > li {
margin-left: 0;
padding-left: 0;
}
#header_layer_one,
#header_layer_two {
background-position: top center !important;
} .woocommerce div.product .woocommerce-tabs {
padding: 80px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
text-align: center;
}
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce .related ul li.product,
.woocommerce-page .related ul.products li.product {
float: left;
clear: both;
width: 48%;
margin: 0 0 2.992em;
}
.woocommerce-page .upsells.products ul li.product:nth-child(even),
.woocommerce-page .upsells.products ul.products li.product:nth-child(even),
.woocommerce .upsells.products ul li.product:nth-child(even),
.woocommerce .upsells.products ul.products li.product:nth-child(even),
.woocommerce .related ul li.product:nth-child(even),
.woocommerce-page .related ul.products li.product:nth-child(even) {
float: right;
}
.woocommerce .cart_item .quantity .qty {
width: 40px;
}
.woocommerce .order_details li {
width: 100%;
padding: 10px 5px;
border-right: none;
border-bottom: 1px dashed #d3ced2;
}
.comment-list .comment-author img {
left: -45px;
width: 32px;
height: 32px;
border: 3px solid #e4e4e4;
}
.comment-list .comment > article {
margin-left: 45px;
}
.comment-list ol.children {
margin-left: 30px;
}
.services-wrap > .service-box {
clear: left;
clear: right;
width: 100%;
margin: 0;
margin-right: 0;
margin-bottom: 30px;
margin-left: 0;
}
.testimonials-wrap > .testimonials-box {
clear: left;
clear: right;
width: 100%;
margin: 0;
margin-right: 0;
margin-bottom: 30px;
margin-left: 0;
}
.navbar-collapse .main-navigation li a {
margin: 0;
line-height: 25px;
}
.call-to-action {
background-attachment: initial;
background-position: center;
background-size: cover;
}
}
@media (max-width: 680px) {
.single-feature {
float: none;
width: auto;
}
} @media (max-width: 580px) {
html {
font-size: 65% !important;
}
body {
font-size: 13px;
font-weight: 400;
line-height: 20px;
}
h3,
h4 {
font-weight: 600;
}
h4 {
font-size: 16px;
line-height: 26px;
}
h5 {
font-size: 15px;
line-height: 24px;
}
.single-stats {
display: block;
width: 100%;
}
.contact-links .row[class^="col-xs"],
.contact-links .row[class*=" col-xs"] {
margin-bottom: 10px;
}
.section-header {
margin-bottom: 25px;
}
.header .overlay-layer {
padding-top: 55px;
}
.header-style-two .overlay-layer {
padding-bottom: 0;
}
.header .overlay-layer .pull-right {
padding: 0;
}
.vertical-registration-form,
.header-style-two .vertical-registration-form {
width: 100%;
margin-top: 34px;
padding: 7px 16px 16px 16px;
border-radius: 0;
background: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.intro-section,
.header-style-two .intro-section {
margin-top: 40px;
}
.header-style-three .intro-section {
margin-top: 30px;
}
.intro-section h5,
.header-style-one .intro-section h5,
.header-style-three .intro-section h5 {
margin-top: 15px;
margin-bottom: 30px;
}
.header-style-four .horizontal-subscribe-form {
max-width: 100%;
margin: auto;
padding: 5px;
}
.header-style-four .horizontal-subscribe-form .input-box {
min-height: 55px;
}
.pricing-table {
padding-right: 0;
padding-left: 0;
}
.standard-button {
padding: 15px 35px 15px 35px;
}
.timeline-section {
padding-left: 0;
}
.timeline-box-wrap {
padding-left: 1em;
}
.timeline-section li .icon-container {
float: none;
margin: 0 auto;
margin-bottom: -80px;
}
.timeline-section li .date {
display: none;
}
.timeline-section li .info {
padding-top: 90px;
padding-left: 15px;
}
.timeline-section li {
padding: 1em;
}
.timeline-section li .info {
border-left: none;
text-align: center;
}
.list-post-entry-meta {
float: left;
position: relative;
margin: 15px 0 0;
padding: 0;
}
.timeline-box-wrap .info h1:after {
margin-right: auto;
margin-left: auto;
content: "";
}
.brief {
padding-top: 0;
padding-bottom: 0;
}
.post-author {
float: left;
padding-left: 14px;
font-size: 12px;
}
.post-author i {
font-size: 10px;
line-height: 20px;
}
.posted-in {
float: left;
padding-left: 14px;
font-size: 12px;
}
.posted-in i {
font-size: 10px;
line-height: 20px;
}
.post-comments {
float: left;
padding-left: 15px;
font-size: 12px;
}
.post-comments i {
font-size: 10px;
}
.post-list h1.entry-title {
clear: left;
}
.post-date {
min-width: 80px;
min-height: 80px;
padding: 10px;
}
.footer-widget-wrap .widget-box {
width: 100%;
} .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
width: 100%;
}
.woocommerce ul.products li.product a:nth-child(1) {
width: 100%;
height: auto !important;
}
.woocommerce .products ul,
.woocommerce ul.products {
text-align: center;
}
.woocommerce-ordering {
width: 100%;
margin: 10px 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
width: 100%;
border-bottom: 1px solid rgb(236, 236, 236);
}
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce .related ul li.product,
.woocommerce-page .related ul.products li.product {
display: inline-block;
float: none !important;
width: 100%;
max-width: 300px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
width: 32px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
margin: 0 0 0 50px;
}
.woocommerce .commentlist .star-rating {
display: block;
float: none;
clear: left;
margin-bottom: 10px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
width: 100%;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
float: left;
width: 100%;
margin: 0;
margin-bottom: 30px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
margin-right: 0;
margin-left: 0;
} .comment-form p {
padding-left: 0;
}
.comment-form label {
position: relative;
line-height: 15px;
}
.comment-form input {
width: 100%;
}
} .screen-reader-text {
overflow: hidden;
clip: rect(1px,1px,1px,1px);
position: absolute!important;
width: 1px;
height: 1px;
color: #000;
background: #fff;
}
.screen-reader-text:focus {
overflow: auto;
clip: auto;
z-index: 100;
top: 1em;
left: 1em;
width: auto;
height: auto;
padding: 1em;
outline: 1px solid;
background-color: #fff;
font-size: 1.2em;
}  .comment-form > #prompt-comment-subscribe {
position: inherit;
width: 100%;
}
.comment-form > #prompt-comment-subscribe > input {
min-width: 0;
}
#prompt-comment-subscribe {
padding-left: 100px;
}
@media (max-width: 580px) {
#prompt-comment-subscribe input {
width: auto;
}
#prompt-comment-subscribe {
padding: 0;
}
} .pirate-forms-submit-button {
float: left;
clear: both;
margin-left: 15px;
} .grunion-field-label.checkbox,
.grunion-radio-label.radio {
margin-left: 20px;
}
.contact-form.commentsblock .contact-submit {
margin-top: 20px;
}
#jp-carousel-comment-form-button-submit {
min-width: 10px !important;
padding: 7px 30px !important;
border: 1px solid #f16c20 !important;
border-radius: 3px !important;
color: #fff !important;
background: #f16c20 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
font-size: 14px !important;
font-weight: 500 !important;
line-height: 30px !important;
text-align: center !important;
text-transform: uppercase !important;
} .testimonial-entry {
position: relative !important;
padding-left: 180px !important;
}
.testimonial-featured-image {
float: left;
position: absolute;
top: 15px;
left: 0;
}
.widget_wpcom_social_media_icons_widget .genericon {
padding: 0 5px;
}
@media (max-width: 992px) {
.contact-form.commentsblock textarea {
width: 100%;
}
}
@media (max-width: 480px) {
.testimonial-entry {
padding-top: 180px !important;
padding-left: 0 !important;
}
.testimonial-featured-image {
width: 100%;
margin: 0 auto;
padding: 0;
text-align: center;
}
.portfolio-entry-mobile-first-item-row,
.portfolio-entry-mobile-last-item-row {
width: 100% !important;
}
} .edd_download {
float: left;
width: 33%;
}
.edd_download:nth-child(4n+1) {
clear: both;
}
.edd-submit.button.red span,
.edd-submit.button.blue span,
.edd-submit.button.green span,
.edd-submit.button.orange span,
.edd-submit.button.dark-gray span {
color: #fff;
}
#edd-purchase-button,
.edd-submit,
input[type=submit].edd-submit {
border: none;
}
#edd_checkout_cart td,
#edd_checkout_cart thead,
#edd_checkout_cart th.edd_cart_total,
#edd_checkout_cart th:last-child,
#edd_checkout_cart .edd_checkout_cart_item_title {
color: #666;
font-size: 14px;
font-weight: 400;
line-height: 18px;
}
#edd_checkout_form_wrap select.edd-select {
display: block;
width: 70%;
}
.edd_errors.edd-alert.edd-alert-error,
.edd-alert-error {
border: none;
border: none;
border-bottom: 3px solid #c84e54;
border-radius: 3px;
color: #fff;
background-color: #e86a6a;
}
.edd-alert-error,
p.edd-alert-error,
.edd-alert-error a {
color: #fff;
}
.edd-alert-error a:hover {
text-decoration: underline;
}
#edd_checkout_form_wrap fieldset p:last-child {
color: rgba(255,255,255,0.8);
}
.edd_download_inner {
margin: 0 15px;
margin-bottom: 30px;
padding: 15px;
border-top: 1px solid #eaeaea;
border-right: 1px solid #eaeaea;
border-bottom: 4px solid #eaeaea;
border-left: 1px solid #eaeaea;
background: #fff;
text-align: center;
list-style: none;
-webkit-transition: all ease 0.55s;
transition: all ease 0.55s;
}
.edd_download_inner:hover {
border-bottom-color: #008ed6;
}
.edd_download_title a,
.edd_download_title {
color: #000;
font-size: 16px;
font-weight: 700;
line-height: 22px;
}
#edd_checkout_form_wrap legend,
#edd_login_form legend,
.edd_form legend {
border-bottom: 0;
}
#edd_checkout_form_wrap legend:after,
#edd_login_form legend:after,
.edd_form legend:after {
display: block;
width: 80px;
height: 2px;
margin-top: 5px;
background: #e0e0e0;
content: "";
}
#edd_profile_billing_address_wrap input,
#edd_profile_billing_address_wrap select {
margin-bottom: 10px;
}
#edd_new_user_pass1,
#edd_first_name {
margin-bottom: 10px;
}
#edd_profile_billing_address_wrap legend {
margin-top: 50px;
}
#edd_checkout_form_wrap legend,
#edd_login_form legend,
.edd_form legend {
margin-top: 50px;
}
#edd_address_country,
#edd_display_name {
width: 192px;
}
#edd_discounts_list {
padding-left: 0;
border: 1px solid rgba(0,0,0,0.1);
}
#edd_discounts_list li,
#edd_checkout_cart .edd_cart_header_row th {
padding: 6px 12px;
border-top: 1px solid rgba(0,0,0,0.1);
list-style: none;
}
#edd_discounts_list li:nth-child(1) {
border-top: none;
}
#edd_user_history td,
#edd_user_history th {
padding: 6px 12px;
border-top: 1px solid rgba(0,0,0,0.1);
line-height: 25px;
vertical-align: middle;
}
#edd_user_history {
border-radius: 5px;
}
.edd_price_options.edd_multi_mode ul {
padding-left: 0;
border: 1px solid rgba(0,0,0,0.1);
}
.edd_download_purchase_form .edd_price_options li:nth-child(1) {
border-top: none;
}
.edd_download_purchase_form .edd_price_options li {
padding: 6px 12px;
border-top: 1px solid rgba(0,0,0,0.1);
list-style: none;
}
.edd-image-wrap {
float: right;
width: 100%;
max-width: 50%;
padding: 0 0 15px 15px;
}
@media (max-width: 992px) {
.edd_download a.edd-add-to-cart.button.red.edd-submit.edd-has-js {
padding: 10px;
color: #fff;
font-size: 12px;
}
.edd_download a.edd-add-to-cart.button.red.edd-submit.edd-has-js span {
font-size: 12px;
}
}
@media (max-width: 768px) {
.edd_download {
width: 100% !important;
}
}