/*
Theme Name: Enfold Child
Description: A Child Theme for the Enfold Wordpress Theme.
Version: 1.0
Author: Convident
Author URI: http://www.convident.nl
Template: enfold
*/

/* Fonts */
@font-face {
    font-family: 'futurabold';
    src: url('fonts/futura-bold-webfont.eot');
    src: url('fonts/futura-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura-bold-webfont.woff2') format('woff2'),
         url('fonts/futura-bold-webfont.woff') format('woff'),
         url('fonts/futura-bold-webfont.ttf') format('truetype'),
         url('fonts/futura-bold-webfont.svg#futurabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_lightregular';
    src: url('fonts/futura-light-webfont.eot');
    src: url('fonts/futura-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura-light-webfont.woff2') format('woff2'),
         url('fonts/futura-light-webfont.woff') format('woff'),
         url('fonts/futura-light-webfont.ttf') format('truetype'),
         url('fonts/futura-light-webfont.svg#futura_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  	font-family: 'AgencyFB-Reg';
  	src: url('fonts/AgencyFB-Reg.eot?#iefix') format('embedded-opentype'),  
  		 url('fonts/AgencyFB-Reg.woff') format('woff'), 
  		 url('fonts/AgencyFB-Reg.ttf')  format('truetype'), 
  		 url('fonts/AgencyFB-Reg.svg#AgencyFB-Reg') format('svg');
  	font-weight: normal;
  	font-style: normal;
}

@font-face {
    font-family: 'futuramedium';
    src: url('fonts/futura-webfont.eot');
    src: url('fonts/futura-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura-webfont.woff2') format('woff2'),
         url('fonts/futura-webfont.woff') format('woff'),
         url('fonts/futura-webfont.ttf') format('truetype'),
         url('fonts/futura-webfont.svg#futuramedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura_bookregular';
    src: url('fonts/futura-book-webfont.eot');
    src: url('fonts/futura-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura-book-webfont.woff2') format('woff2'),
         url('fonts/futura-book-webfont.woff') format('woff'),
         url('fonts/futura-book-webfont.ttf') format('truetype'),
         url('fonts/futura-book-webfont.svg#futura_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General */
body, p, li, a, h4, h5, h6, blockquote, input, div {
    font-family: 'Open Sans', Calibri, Arial;
}
h1, h2, h3 {
    font-family: 'AgencyFB-Reg', Calibri, Arial;
    text-rendering: optimizeLegibility;
    baseline-shift: baseline;
}
h3 {
	font-size: 24px;
	font-weight: 600 !important;
}
body, p, li, span, a {
	font-size: 16px;
}
body div .first, body div .no_margin {
    margin-left: 0 !important;
}
a {
    transition: ease-in-out .3s;
    text-decoration: none !important;
}
a:hover {
    opacity: 0.9;
}
.top-img-pages {
	background: url("/wp-content/uploads/2016/06/totalprevent-top-img3.jpg");
	height:200px;
	width:100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.top-img-pages h1 b, .top-img-pages h1{
	color:#ffffff!important;
}
p#breadcrumbs {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}
p#breadcrumbs a{
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}
/* Header */
#header_meta {
	background: #f8f8f8;
	border-color: #fff;
	font-size: 14px;
}
.phone-info span {
    font-size: 14px!important;
}
.phone-info span a{
    font-size: 14px!important;
}
.header_color li {
	border-color: #fff;
}
#avia2-menu li a {
	font-family: 'Open Sans', Calibri, Arial;
	font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
}
#avia2-menu li a:hover {
	color: #fff !important;
}
.avia-menu-text {
    font-family: 'Open Sans', Calibri, Arial;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 900 !important;
    text-transform: uppercase;
}
#header_main {
	border-bottom-width: 0;
}

/* Menu */
.av-main-nav > li > a {
	font-weight: 100 !important;
	font-size: 25px;
}
.av-main-nav > li > a .avia-menu-text {
	position: relative;
}
.av-main-nav > li.current-menu-item > a .avia-menu-text:before,
.av-main-nav > li.current-menu-item > a .avia-menu-text:after,
.av-main-nav > li > a:hover .avia-menu-text:before,
.av-main-nav > li > a:hover .avia-menu-text:after {
	content: '';
	display: block;
	position: absolute;
}
.av-main-nav > li.current-menu-item > a .avia-menu-text:before,
.av-main-nav > li > a:hover .avia-menu-text:before {
	background: url('images/header-menu-item-top.png') no-repeat 50%;
/* 	width: 25px; */
	width: 100%;
	height: 14px;
	top: -14px;
}   
.av-main-nav > li.current-menu-item > a .avia-menu-text:after,
.av-main-nav > li > a:hover .avia-menu-text:after {
	background: url('images/header-menu-item-bottom.png') no-repeat 50%;
/* 	width: 23px; */
	width: 100%;
	height: 11px;
	bottom: -11px;
}
.avia-menu-fx {
	display: none;
}


/* Title & Breadcrumbs */
.main-title a {
    font-family: 'Open Sans', Calibri, Arial;		
	font-size: 16px;
}
.breadcrumb .breadcrumb-title {
	display: block;
}
.breadcrumb .breadcrumb-title, .breadcrumb .sep, .breadcrumb .trail-begin, .breadcrumb .trail-end {
	font-size: 12px;
}
.breadcrumb .sep {
	width: 12px;
}

/* Home > Slider */

.header-img-h1 h1 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'AgencyFB-Reg', Calibri, Arial;
}
.av-rotator-text {
	color: #E73634;
}
.home-slider-block-two-third {
	margin-left: 3% !important;
}
.tp-home-slider-title {
	margin-bottom: 40px;
}
.av-rotator-text-single {
	font-size: 40px;
}
#top .av-rotator-container-inner {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: 'AgencyFB-Reg', Calibri, Arial;
    text-transform: uppercase;
}
.tp-home-slider-subline {
	max-width:;
	margin: 0 auto;
	text-align: left;
}
.tp-home-slider-subline p {
	color: #fff !important;
	font-size: 15px;
    line-height: 1.6em;
}
.tp-home-slider-button > a {
    padding: 16px 20px !important;
}
.tp-home-slider-button span {
	font-size: 15px;
}
#layer_slider_1 {
	font-family: 'Open Sans', Calibri, Arial;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#layer_slider_1 h1, #layer_slider_1 h3 {
	font-family: 'AgencyFB-Reg', Calibri, Arial;
	line-height: 1.3em !important;
}
#layer_slider_1 .cta-btn a {
	background: #DE6624;
	margin-top: 17px;
	padding: 12px 20px;
	color: #fff;
}
#layer_slider_1 .cta-btn a:hover {
	background: #B2521D;
	text-decoration: none;
}
#layer_slider_1 .textlink {
	color: #fff;
	text-transform: initial;
	font-size: 14px;
}

.avia-button-center {
	margin-bottom: 40px;
}

.avia-image-container-inner {
	width: 100%;
}
.avia_image {
	width: 100%;
	border-radius: 0px;
}

.section-tabs {
	margin-bottom: 30px;
}
.section-tabs a.button {
	position: relative;
	top: 20px;
}
#scroll-top-link.avia_pop_class {
	opacity: 1;
}
.avia-button.avia-size-x-large {
	padding: 35px 50px 35px;
}

.av_font_icon {
	color: #313D92;
	float: none;
	display: inline;
	position: relative;
}
.avia_transform .avia_start_delayed_animation.av_font_icon {
	float: none;
	display: inline;
	position: relative;
}
.text-block-home {
	text-align: center;
	float: none;
	display: inline;
	position: relative;
}
.avia_transform .av_font_icon {
	display: inline;
	float: none;
}
.avia-image-container.avia-align-center {
	display: block;
	margin: 0px auto 0px auto;
	text-align: center;
	float: left;
	width: 33.33%;
	clear: none;
}
#after_section_1 .container {
    height: 450px;
}
/* Home > Services */
.tp-home-service {
	background-color: #ebebeb;
	display: block;
	padding: 25px 15px 15px 15px;
	text-align: center;
}
.tp-home-service:hover {
	background-color: #efefef;
	border-bottom: 5px solid #313d92;
    margin-bottom: -5px;
}
.tp-home-service h3 {
	margin-top: 20px;
}
.tp-home-service p {
	color: #666;
}

/* Home > Testimonials */
.tp-testimonial {
	background: rgba(192, 192, 192, 0.5);
	color: #fff;
	display: block;
	overflow: hidden;
}
.tp-testimonial a {
	color: #fff;
}
.tp-testimonial a:hover,
.tp-testimonial a:focus {
	color: #efefef;
	text-decoration: underline;
}
.tp-testimonial-image {
	width: 150px;
	height: 150px;
	max-width: 150px;
	max-height: 150px;
}
.tp-testimonial-image-placeholder {
	background: url('images/testimonial-placeholder.png');
	display: block;
    width: 150px;
    height: inherit;
}
.tp-testimonial-image,
.tp-testimonial-inner {
	float: left;
}
.tp-testimonial-name,
.tp-testimonial-company {
	float: left;
}
.tp-testimonial-inner {
	max-width: 80%;
	padding: 15px;
}
.tp-testimonial-name {
	margin-right: 10px;
}
.tp-testimonial-name:after {
	content: ',';
}
.slide-meta-comments,
.slide-meta-del {
	display: none !important;
}
/* Home > News */
.slide-image {
	    max-height: 80px;
}
.blog-categories.minor-meta {
	display: none !important;
}
.avia-content-slider {
    margin: 10px 0;
}
.tp-testimonial:after {
    content: "\e8d2";
    position: relative;
    display: block;
    font-size: 8em;
    top: -30px;
    right: -3%;
    float: right;
    -moz-transform: scaleX(-1);    /* Gecko */
    -o-transform: scaleX(-1);      /* Opera */
    -webkit-transform: scaleX(-1); /* Webkit */
    transform: scaleX(-1);         /* Standard */
    filter: FlipH;                 /* IE 6/7/8 */
    font-family: entypo-fontello;
}
/* Home > CTA */

.av_promobox {
	background-color: transparent !important;
	border: none !important;
}
.av_promobox h2 {
	color: #ffffff !important;
	margin-bottom: 0px !important;
}
/* Footer */
#footer {
	background-color: #00385D !important;
	background-repeat: no-repeat;
	background-size: 100%;
}
#footer a {
	color: #ffffff !important;
}
#footer h3,
#footer p {
	color: #ffffff !important;
}
/* Niv 2 > News */
.text-sep,
.comment-container,
.blog-author  {
	display: none;
}
.blog-meta {
    display: inline-block!important;
    position: relative!important;
   	max-width: 800px;
   	margin: 0 auto;
}
#top .fullsize .template-blog .post-title, #top .fullsize .template-blog .post .entry-content-wrapper {
	max-width: none;
}

/* Niv 2 > Checklist */
.checklist-block{
	font-family: "AgencyFB-Reg";
}
.with_frm_style .frm_radio input[type=radio] {
    -webkit-appearance: none !important;
    visibility: hidden;
    height: 12px;
}
.with_frm_style .frm_radio input[type=radio]:checked:before {
	content: "\e813";
	top: -3px;
}
.checklist-block {
	background: rgba(0, 56, 93, 0.06);
    margin-left: 10%;
    margin-right: 10%;
    position: relative;
    padding: 20px 20px 0 20px;
    border: 1px solid gray;
}
.with_frm_style .frm_radio input[type=radio]:before {

	content: "";
	visibility: visible;
	height: 12px;
	display: inline-block;
	width: 12px;
	border: 1px solid grey;
	line-height: 12px;
	position: relative;
	font-size: 12px;
	text-align: center;
	font-family: "entypo-fontello";
}
.with_frm_style .frm_radio input[type=radio][value=Ja]:checked:before{
	content: "\e812";	
	top: -3px;
}
#frm_form_6_container {

}
.form-field:nth-child(1),
.form-field:nth-child(3) {
	background-color: gray;
}
.frm_style_formidable-style.with_frm_style input[type=submit], 
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button], 
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
	background-color: #313D92 !important;
	color: #ffffff !important;
}
.with_frm_style .frm_submit {
	text-align: left;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, 
.frm_style_formidable-style.with_frm_style input[type=submit], 
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button], 
.frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
	width: 20%;
}
.frm_form_field.frm_left_container .frm_opt_container, 
.frm_form_field.frm_right_container .frm_opt_container, 
.frm_form_field.frm_inline_container .frm_opt_container, 
.frm_form_field.frm_left_container .wp-editor-wrap, 
.frm_form_field.frm_right_container .wp-editor-wrap, 
.frm_form_field.frm_inline_container .wp-editor-wrap, 
.frm_form_field.frm_left_container .frm_dropzone, 
.frm_form_field.frm_right_container .frm_dropzone, 
.frm_form_field.frm_inline_container .frm_dropzone, 
.frm_form_field.frm_left_container .frm-g-recaptcha, 
.frm_form_field.frm_right_container .frm-g-recaptcha, 
.frm_form_field.frm_inline_container .frm-g-recaptcha, 
.frm_form_field.frm_left_container .g-recaptcha, 
.frm_form_field.frm_right_container .g-recaptcha, 
.frm_form_field.frm_inline_container .g-recaptcha {
		float: right;
}
#top fieldset {
	    margin-bottom: 0px;
}
.frm_style_formidable-style.with_frm_style fieldset {
	padding: 0 !important;
}
.page-id-206 h3 {
	font-family: "AgencyFB-Reg";
	font-size: 1.6em;
	margin-bottom: 20px;
}