/*
Theme Name: Faith secretariaat
Theme URI: http://chapter-a.nl
Author: Alex Gulen
Author URI: http://chapter-a.nl/
Description: Faith secretariaat WordPress theme
Version: 1.0
License: Faith secretariaat
License URI: http://chapter-a.nl/
Tags: two-columns, right-sidebar, flexible-width
Text Domain: faithwp

*/

/* = Reset default browser CSS
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
.caclearfix {
	clear:both;
}
.clearfix {
	*zoom: 1;
	clear:both;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a {
	outline:none;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
button,
input,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	border-radius: 0;
}
select {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	border-radius: 0;
}
button, input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}


/* = WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 0 20px 20px 0;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 0 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

a img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

a img.alignnone {
	margin: 0 0 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.gallery-caption {

}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}


/* = Some basic coloring
-------------------------------------------------------------- */

::-moz-selection
{
	background: #2a5366;
	color: #FFF;
}
::-webkit-selection 
{
	background: #2a5366;
	color: #FFF;
}
::selection
{
	background: #2a5366;
	color: #FFF;
}
a {
	color: #2a5366;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	color: #292929;
	text-decoration: none;
}

/* = Textual
-------------------------------------------------------------- */

body {
	font-family: 'Droid Serif', serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: 300;
	color: #3b3b3b;
}

p {
	margin: 0 0 30px 0;
	font-size: 13px;
	line-height: 24px;
	font-weight: 300;
}

p small {
	font-size: 11px;
	color: #999999;
}

strong {
	font-weight: bold;
}

small {
	font-size: 75%;
}

em,
i {
	font-style: italic;
}

h1 { font-size: 32px; line-height: 34px; font-family: 'Droid Serif', serif; }
h2 { font-size: 28px; line-height: 34px; font-family: 'Droid Serif', serif; }
h3 { font-size: 22px; line-height: 28px; font-family: 'Droid Serif', serif; }
h4 { font-size: 16px; line-height: 18px; font-family: 'Droid Serif', serif; }

h1 { margin: 0 0 25px 0; color: #4a4a4a; text-transform: none; font-weight: 700; }
h2 { margin: 0 0 25px 0; color: #4a4a4a; text-transform: none; font-weight: 700; }
h3 { margin: 0 0 25px 0; color: #4a4a4a; text-transform: none; font-weight: 700; }
h4 { margin: 0 0 25px 0; color: #4a4a4a; text-transform: none; font-weight: 700; }


a h1,
a h2,
a h3,
a h4,
a h5 {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
a h1:hover,
a h2:hover,
a h3:hover,
a h4:hover,
a h5:hover {
	color: #292929;
}

blockquote {
	font-style: italic;
	width: auto;
	margin: 0;
	padding: 0 40px;
	line-height: 1.45;
	position: relative;
	color: #999999;
}

blockquote cite {
	color: #aaaaaa;
	font-size: 12px;
	display: block;
	margin-top: 5px;
}

.entry-content ul, .entry-content ol {
	padding: 0;
	margin: 20px 0 9px 15px;
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ol,
.entry-content ol ul {
	margin-bottom: 0;
}

.entry-content ul {
	list-style: square;
	margin-top: 20px;
	margin-bottom: 30px;
}

.entry-content ol {
	list-style: square;
}

.entry-content li {
	line-height: 24px;
}


#primary ul,
#primary ol,
.content-right ul,
.content-right ol {
	padding: 0;
	margin: 20px 0 9px 15px;
}

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

#primary ul,
.content-right ul {
	list-style: square;
	margin-top: 20px;
	margin-bottom: 30px;
}

#primary ol {
	list-style: square;
}

#primary li {
	line-height: 24px;
}

 
/* = Main scaffolding
-------------------------------------------------------------- */

.ca_mainwrap {
	overflow: hidden;
}

.ca_section {
	overflow: hidden;
	max-width: 1000px;
	margin: 0 auto;
	/*border: 1px solid red;*/
	padding: 0 0 20px 0;
}

.ca_section.ca_fullsection {
	max-width: none;
}

.ca_section.section_nohide {
	overflow: visible;
}

.ca_section.portfolio_section {
	max-width: none;
}

.ca_row {
	margin: 0 -15px; /* horizontal margin equals negative padding on .col element */
}

.ca_section.ca_nomar .ca_row {
	margin: 0;
}

.ca_section.smallgab .ca_row {
	margin: 0 -5px;
}

.ca_trow {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
}

.ca_tcol {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: top;
	position: relative;
}

.tcol1-2,
.tcol1-2b {
	width: 50%;
}

.tcol1-4 {
	width: 25%;
}

.tcol40 {
	width: 40%;
}

.clear {
    clear: both;
}

[class*="ca_col"] {
	float: left;
	display: block;
	padding: 0 15px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.ca_section.ca_nomar [class*="ca_col"] {
	padding: 0;
}

.ca_section.smallgab [class*="ca_col"] {
	padding: 0 5px;
}

.ca_section:before,
.ca_section:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.ca_section:after {
	clear: both;
}

.ca_section {
	zoom: 1;
}

.ca_col1-5 {
	width: 20%;
}

.ca_col2-5 {
	width: 40%;
}

.ca_col1-6 {
	width: 16.66%;
}

.ca_col4-5 {
	width: 80%;
}

.ca_col1-4 {
	width: 25%;
}

.ca_col3-4 {
	width: 75%;
}

.ca_col1-3 {
	width: 33.33%;
}

.ca_col1-2 {
	width: 50%;
}

.ca_col1-2a {
	width: 60%;
}

.ca_col1-2wc {
	width: 60%;
}

.ca_col8 {
	width: 80%;
}

.ca_col2-3 {
	width: 66.66%;
}

.ca_col3-4 {
	width: 75%;
}

.ca_col1 {
	width: 100%;
}

.ca_concol {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	padding: 20px;
	background-color: #06C;
}


/* = FlexSlider Necessary Styles
-------------------------------------------------------------- */

.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}


/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* = Basic layout
-------------------------------------------------------------- */

.ca_head {
	margin: 0;
	padding: 0 20px;
}

.ca_head-c {
	z-index: 900;
	max-width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

.ca_main {
	max-width: 1000px;
	margin: 20px auto 0 auto;
	padding: 0 20px 20px 20px;
	position: relative;
	z-index: 900;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ca_main.fullw {
	max-width: none;
	padding: 0;
}

.ca_main.main-nomar {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
}

.ca_main.ca_submain {
	border: none;
}

.ca_main.ca_home {
	border: none;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}


#footer {
	background: #acc1cb;
	position: relative;
	font-size: 14px;
	padding: 0 20px;
	color: #2a5366;
}

.footer-c {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	font-size: 10px;
}


/* = Footer menus
-------------------------------------------------------------- */

#footermenubut {
	display: none;
}

#footermenu {
	background-color: #2a5366;
	padding: 100px 0;
	border-top: solid 3px #3b3b3b;
	margin-top: 3px;
	position: relative;
	overflow: hidden;
}

.footerbackimage {
	position: absolute;
	top: 0;
	left: -9999px;
	right: -9999px;
	margin: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	max-width: none !important;
	width: auto !important;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

#footermenu:after {
	content: '';
	display: block;
	width: 392px;
	height: 390px;
	background: url(https://www.faithsecretariaat.nl/wp-content/themes/faithwp/images/watermark-footer.png) top right no-repeat;
	position: absolute;
	top: -40px;
	right: 0;
	z-index: 100;
}

#footermenu-c {
	position: relative;
	z-index: 800;
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footermenu aside {
	margin: 0;
}

#footermenu,
#footermenu p {
	color: #FFF;
	font-size: 13px;
}

#footermenu a {
	color: #FFF;
}

#footermenu a:hover {
	color: #ff7200;
}

#footermenu h3.widget-title {
	color: #FFF;
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 20px 0;
}



/* = Footer section
-------------------------------------------------------------- */

.footer_section {
	position: relative;
	min-height: 180px;
	text-align: center;
	padding: 60px 20px;
	background: url(https://www.faithsecretariaat.nl/wp-content/themes/faithwp/images/texture.jpg);
}

.footer_section h3 {
	color: #3b3b3b;
	font-size: 45px;
	line-height: 50px;
	margin: 0 0 30px 0;
}

.footer_section p {
	color: #2a5366;
	font-size: 16px;
	line-height: 20px;
}

.footer_section-c {
	max-width: 800px;
	margin: 0 auto;
}

.footer_section-c input[type="email"],
.footer_section-c input[type="text"] {
	max-width: 500px;
	display: inline-block;
	padding-left: 20px;
}

.footer_section-c input[type="email"] {
	padding-left: 45px;
}

.footer_section-c input[type="submit"] {
	margin-top: 20px;
}

.footer_section-c .wpcf7-form-control-wrap.your-email {
	display: inline-block !important;
	width: 100%;
	max-width: 500px;
	position: relative;
}

.footer_section-c .wpcf7-form-control-wrap.your-email:after {
	content: '\f003';
	display: block;
	margin: 0;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	font-size: 1.5em;
	font-weight: lighter;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
	position: absolute;
	top: 15px;
	left: 15px;
}


/* = Head
-------------------------------------------------------------- */

#ca_logo {
	display: block;
	margin: 90px 0 60px 0;
}

.home #ca_logo {
	display: block;
}

#ca_logo {
	/*display: none;*/
}

#ca_headbox #ca_logo img {
	display: block;
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	margin: 0;
	height: auto;
	min-height: 10px;
	min-width: 10px;
	max-width: 100% !important;
	width: auto !important;
}

.ca_topbar {
	background-color: rgba( 172, 193, 203, 0.2 );
	position: relative;
	z-index: 900;
}

.ca_topbar-c {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 20px;
	position: relative;
	z-index: 999;
	text-align: right;
	color: #5f7580;
	font-size: 13px;
	line-height: 14px;
	font-weight: 400;
}

.ca_topbar-c .ca_li {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #333;
}

.ca_topbar-c .ca_li:before {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 0.8em;
}


/* = Direct beschikbaar
-------------------------------------------------------------- */

.ca_beschikbaar {
	display: block;
	position: fixed;
	top: 100px;
	right: 0;
	z-index: 999;
	background-color: #65ac1a;
	color: #FFF;
	text-transform: uppercase;
	padding: 16px 20px 12px 20px;
	font-size: 16px;
	line-height: 16px;
	-ms-transform-origin: bottom right;
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.ca_beschikbaar:hover {
	color: #FFF;
	background-color: #333;
}


/* = Head text
-------------------------------------------------------------- */

.head_text h2,
.head_text p {
	color: #2a5366;
}

.head_text h2 {
	font-size: 45px;
	line-height: 50px;
	margin: 0 0 20px 0;
	display: none;
}

.head_text p {
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 30px 0;
}

.head_text a.button {
	margin: 0 15px 0 0;
}


/* = Site styling
-------------------------------------------------------------- */

body {
	background: #FFF;
}

.ca_mainwrap {
	margin: 0 auto;
}

.hsocials {
	position: absolute;
	top: 8px;
	right: 20px;
}

.fsocials {
	position: absolute;
	top: 12px;
	right: 0;
}

.ca_mainmenu {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba( 74, 126, 138, 0.75 );
	border-top: solid 4px #2a5366;
	margin-top: -60px;
	z-index: 999;
}

.ca_mainmenu-c {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 900;
	text-align: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ca_mainmenu ul {
	list-style-type: none;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ca_mainmenu ul li {
	display: inline-block;
	white-space: nowrap;
	margin: 0 40px 0 0;
	position: relative;
}

.ca_mainmenu ul li.first {
	margin-left: 0;
}

.ca_mainmenu ul li.last {
	margin-right: 0;
}

.ca_mainmenu ul li a {
	display: block;
	width: auto;
	color: #FFF;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 18px 0;
}

.ca_mainmenu ul li.last a {
	border: none;
}

.ca_mainmenu ul li a:hover {
	color: #2a5366;
}

.ca_mainmenu ul li a.mmactive {
	color: #2a5366;
}

.ca_mainmenu li.current-menu-item > a,
.ca_mainmenu li.current_page_item > a,
.ca_mainmenu li.current-menu-parent > a,
.ca_mainmenu li.current_page_parent >a,
.ca_mainmenu li.current-page-ancestor > a {
	color: #2a5366;
}

.ca_mainmenu li.current-menu-item > a:hover,
.ca_mainmenu li.current_page_item > a:hover,
.ca_mainmenu li.current-menu-parent > a:hover,
.ca_mainmenu li.current_page_parent >a:hover,
.ca_mainmenu li.current-page-ancestor > a:hover {
	color: #2a5366;
}

.ca_mainmenu ul ul {
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 9999;
	margin: 0;
	padding: 0;
	background-color: #2a5366;
	width: auto;
	display: none;
	border: none;
}

.ca_mainmenu ul ul li ul {
	display: block;
	position: inherit;
	top: inherit;
	left: inherit;
	white-space: nowrap;
}

.ca_mainmenu ul ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.ca_mainmenu ul ul li a {
	display: block;
	color: #FFF;
	height: auto;
	line-height: 14px;
	font-size: 12px;
	padding: 15px 25px;
	margin: 0;
}

.ca_mainmenu ul ul li a:hover {
	color: #b2d4e5;
	/*background-color: #2a5366;*/
}

.ca_mainmenu ul ul li.current-menu-item,
.ca_mainmenu ul ul li.current_page_item,
.ca_mainmenu ul ul li.current-menu-parent {
	border: none !important;
}

.ca_mainmenu ul ul li.current-menu-item > a,
.ca_mainmenu ul ul li.current_page_item > a,
.ca_mainmenu ul ul li.current-menu-parent > a {
	color: #b2d4e5;
	background: none;
	border: none !important;
}

.ca_mainmenu ul ul li.current-menu-item > a:hover,
.ca_mainmenu ul ul li.current_page_item > a:hover,
.ca_mainmenu ul ul li.current-menu-parent > a:hover {
	color: #b2d4e5;
}

.ca_mainmenu ul ul li.current-menu-item > a:after,
.ca_mainmenu ul ul li.current_page_item > a:after,
.ca_mainmenu ul ul li.current-menu-parent > a:after,
.ca_mainmenu ul ul li.current_page_parent >a:after,
.ca_mainmenu ul ul li.current-page-ancestor > a:after {
	content: none;
}

#ca_mobmenu {
	display: none;
}

.site-content {
}

#content,
.content-right {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
}

#content.content-nomar {
	padding: 0;
}




/* = Basic form elements styling
-------------------------------------------------------------- */

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
	font-size: 12px;
	color: #333;
	border: solid 1px #f0f0f0;
	background-color: #f0f0f0;
	margin: 2px 0 15px 0;
	padding: 15px 5px;
	display: block;
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 18px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-indent: 5px;
	-webkit-appearance: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border: solid 1px #2a5366;
	-webkit-appearance: none;
}

textarea {
	font-family: 'Droid Serif', serif;
	font-size: 12px;
	color: #333;
	border: solid 1px #f0f0f0;
	background-color: #f0f0f0;
	margin: 2px 0 15px 0;
	padding: 10px;
	display: block;
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 28px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-appearance: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

select {
	border: solid 1px #f0f0f0;
	background-color: #f0f0f0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	max-width: 100% !important;
}

input[type="submit"],
input[type="button"],
button {
	display: inline-block;
	color: #FFF;
	background-color: #acc1cb;
	padding: 20px 25px;
	color: #FFF;
	font-size: 19px;
	line-height: 22px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-bottom: solid 2px #394c57;
	border-right: solid 1px #394c57;
	font-weight: 400;
	line-height: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-appearance: none;
}

input[type="submit"]:hover,
input[type="button"]:hover,
#page button:hover {
	background: #333;
}

input::-webkit-input-placeholder {
	line-height: 16px;
	text-indent: 5px;
}

label {
	cursor: pointer;
}

.wpcf7-form-control-wrap {
	display: block !important;
	width: 100%;
	margin: 0;
	padding: 0;
}

.wpcf7-form-control-wrap .pt_select_button,
.wpcf7-form-control-wrap .pt_select {
	width: 100%;
}

.wpcf7-form-control-wrap .pt_select_button {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: none;
}

input.wpcf7-form-control {
	margin-bottom: 0;
}

span.wpcf7-list-item {
	margin: 0 15px 0 0;
	display: block;
}

.wpcf7-list-item input[type="checkbox"] {
	margin: 4px 0 0 0;
	vertical-align: top;
}

.wpcf7-list-item-label {
	margin-left: 5px;
}

span.wpcf7-checkbox span.wpcf7-list-item { display: block; }
span.wpcf7-radio span.wpcf7-list-item { display: inline; }

input.wpcf7-submit {
	clear: both;
	margin: 0 0 5px 0;
}

.wpcf7-response-output:before {
	content: '';
	display: table;
	clear: both;
}

.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
	border: solid 1px #FF0000;
}

.wpcf7 .wpcf7-not-valid .wpcf7-list-item-label {
	color: #FF0000;
}

span.wpcf7-not-valid-tip {
	display: none;
}

div.wpcf7-validation-errors {
	border: none;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 0;
}

div.wpcf7-mail-sent-ok {
	border: none;
}

div.wpcf7-response-output {
	margin: 0;
	padding: 0;
}

.wpcf7-form-control-wrap textarea {
	height: 125px;
}


/* = Head slider
-------------------------------------------------------------- */

#ca_headbox {
	display: block;
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #CCC;
	z-index: 800;
	margin-top: -44px;
	padding-bottom: 50px;
	min-height: 300px;
}


#ca_headbox:after {
	content: '';
	display: block;
	width: 920px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -460px;
	z-index: 999;
}

.page-template-home #ca_headbox {
	height: 600px;
	padding-bottom: 0;
}

#ca_headbox img {
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	max-width: none !important;
	width: auto !important;
}

#ca_head_next,
#ca_head_prev {
	display: block;
	width: 57px;
	height: 72px;
	background-color: #FF0000;
	position: absolute;
	top: 50%;
	margin-top: -36px;
	z-index: 999;
	cursor: pointer;
}

#ca_head_next {
	right: 0;
	background: url(https://www.faithsecretariaat.nl/wp-content/themes/faithwp/images/arrow-right.png) top right no-repeat;
}

#ca_head_prev {
	left: 0;
	background: url(https://www.faithsecretariaat.nl/wp-content/themes/faithwp/images/arrow-left.png) top left no-repeat;
}

#header_watermark {
	display: block;
	width: 546px;
	height: 594px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(https://www.faithsecretariaat.nl/wp-content/themes/faithwp/images/watermark.png) top right no-repeat;
	z-index: 900;
}



/* = Slider
-------------------------------------------------------------- */

.ca_topslider {
	position: relative;
	top: -30px;
	background-color: #FFF;
	z-index: 400;
}

ul.slides {
	margin: 0;
	padding: 0;
}

.slides li {
	position: relative;
	margin: 0;
	padding: 0;
}

.slides li img {
	display: block;
}

.ca_topslider ul {
	list-style-type: none;
}

ol.flex-control-nav {
	position: absolute;
	bottom: 10px;
	right: 80px;
	display: block;
	list-style-type: none;
	width: 100%;
	text-align: right;
}

ol.flex-control-nav li {
	display: inline-block;
	margin: 0 5px 0 0;
}

ol.flex-control-nav li a {
	display: block;
	width: 8px;
	height: 8px;
	color: #46b0c7;
	background-color: #46b0c7;
	cursor: pointer;
	text-indent: -999em;
	overflow: hidden;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

ol.flex-control-nav li a {
	text-indent: -999em;
	overflow: hidden;
}

ol.flex-control-nav li a.flex-active {
	background-color: #46b0c7;
	color: #46b0c7;
	width: 13px;
	height: 13px;
}

.flex-next {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22px;
	display: block;
	width: 28px;
	height: 44px;
	background: url(https://www.faithsecretariaat.nl/wp-content/themes/faithwp/images/arrow_right.png) top left no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

.flex-prev {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22px;
	display: block;
	width: 28px;
	height: 44px;
	background: url(https://www.faithsecretariaat.nl/wp-content/themes/faithwp/images/arrow_left.png) top left no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

ul.flex-direction-nav {
	display: none;
}


/* = Accordion shortcode
-------------------------------------------------------------- */

.ca_accordion {
	margin: 0 0 10px 0;
}

.ca_accordion h3 {
	background-color: #f0f5f7;
	color: #2a5366;
	border: none;
	padding: 20px 50px 20px 20px;
	font-size: 14px;
	line-height: 18px;
	font-size: 14px;
	font-weight: 700;
	text-transform: none;
	margin: 0;
	cursor: pointer;
	font-family: 'Droid Serif', serif;
	overflow: hidden;
}

.ca_accordion_head {
	position: relative;
}

.ca_accordion_head:after {
	content: "+";
	display: block;
	width: 20px;
	height: 20px;
	color: #2a5366;
	text-align: center;
	line-height: 20px;
	font-size: 30px;
	font-weight: 300;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
}

.ca_accordion_head.ca_active:after {
	content: "-";
}

.ca_accordion h3 a {
	display: block;
	color: #2a5366;
}


.ca_accordion .ca_accordion_tab {
	display: none;
	overflow: hidden;
	padding: 10px;
}

/* = Shortcode Google map
-------------------------------------------------------------- */

#map-canvas {
	width: 100%;
	height: 171px;
	margin: 0;
}

.gmnoprint img {
    max-width: none; 
}

#map-contact_map {
	height: 350px;
	margin-top: 60px;
}


/* = Faith secretariaat buttons
-------------------------------------------------------------- */

.ca_button,
.button {
	display: inline-block;
	color: #FFF;
	background-color: #acc1cb;
	padding: 20px 25px;
	color: #FFF;
	font-size: 19px;
	line-height: 22px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-bottom: solid 2px #394c57;
	border-right: solid 1px #394c57;
	font-weight: 400;
}

.button-orange {
	background: #ff7200;
}

input.ca_button {
}

.ca_button:hover,
.button:hover {
	background-color: #404041;
	color: #FFF;
}

span.ca_sbutton a {
	display: inline-block;
	color: #FFF;
	background-color: #acc1cb;
	padding: 20px 25px;
	color: #FFF;
	font-size: 19px;
	line-height: 22px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-bottom: solid 2px #394c57;
	border-right: solid 1px #394c57;
	font-weight: 400;
}

span.ca_sbutton a:hover {
	background-color: #333;
	color: #FFF;
}

span.ca_sbutton.white a {
	background-color: #FFF;
	color: #006ab3;
}

span.ca_sbutton.white a:hover {
	background-color: #006ab3;
	color: #FFF;
}







/* = Recent posts widget
-------------------------------------------------------------- */

.ca_widgetarea .widget_recent_entries {
}

#primary .ca_widgetarea .widget_recent_entries ul {
	list-style-type: none;
	margin: 0;
}

.ca_widgetarea .widget_recent_entries li {
	padding: 20px;
	margin-bottom: 20px;
}

.ca_widgetarea .widget_recent_entries li:nth-child(odd) {
	background: #f0f5f7;
}

.ca_widgetarea .widget_recent_entries li:nth-child(even) {
	padding: 0 20px;
}

.ca_widgetarea .widget_recent_entries li .post-date {
	display: block;
	font-size: 12px;
	color: #949494;
}

.ca_widgetarea .widget_recent_entries li a {
	color: #2a5366;
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-size: 14px;
}


/* = Widgets
-------------------------------------------------------------- */

aside {
	margin-bottom: 50px;
}

h3.widget-title {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 10px;
	font-family: 'Droid Serif', serif;
}

.ca_shopbutton {
	display: none;
}



/* = Custom list widget
-------------------------------------------------------------- */

aside.ca_listwidget {
	background-color: #f6f7f8;
	padding: 20px;
}

.ca_listwidget li {
	background: url(https://www.faithsecretariaat.nl/wp-content/themes/faithwp/images/check.png) left 5px no-repeat;
	padding-left: 25px;
	margin: 0 0 10px 0;
	list-style-type: none;
}



/* = Recent posts widget
-------------------------------------------------------------- */

.ca_widgetarea li {
	margin: 0 0 10px 0;
	font-size: 700;
	text-align: left;
	padding: 0;
	position: relative;
}

.ca_widgetarea li a {
	color: #292929;
	font-size: 14px;
}

.ca_widgetarea li a:hover {
	color: #2a5366;
}

.single .ca_widgetarea {
	margin-top: 0;
}


/* = Submenu page
-------------------------------------------------------------- */

.mobsubmenu {
	display: none;
}


/* = Homepage
-------------------------------------------------------------- */

.home_sidebar {
	margin-top: 40px;
}


/* = Diensten
-------------------------------------------------------------- */

.ca_dienst {
	margin: 0 0 30px 0;
}

.ca_dienst-overig {
	background-color: #f6f7f8;
	padding: 20px;
	position: relative;
}

.ca_dienst-thumb img {
	display: block;
	border: solid 5px #FFF;
	-webkit-box-shadow: 3px 3px 4px 0 rgba(0,0,0,0.3);
	box-shadow: 3px 3px 4px 0 rgba(0,0,0,0.3);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.ca_dienst-overig a.button {
	background-color: #ff7200;
	border-color: #a6bbc5;
	padding: 10px 20px;
	font-size: 14px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}



/* = Searchresults
-------------------------------------------------------------- */

.ca_searchresult h1 {
	font-size: 18px;
}

.ca_searchresult {
	border-bottom: solid 1px #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}


/* = Social icons
-------------------------------------------------------------- */

.ca_fb,
.ca_tw,
.ca_li,
.ca_gp,
.ca_yt {
	display: inline-block;
	margin: 0 3px 0 0;
	width: 40px;
	height: 40px;
	background-color: rgba( 255, 255, 255, 0.3 );
	line-height: 40px;
	text-indent: -999em;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}

.ca_fb:before,
.ca_tw:before,
.ca_li:before,
.ca_gp:before,
.ca_yt:before {
	display: block;
	width: 40px;
	height: 40px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 40px;
	text-align: center;
	font-size: 1.5em;
	font-weight: lighter;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #FFF;
	text-indent: 0;
	text-decoration: none;
}

.ca_fb:before {
	content: '\f09a';
}

.ca_tw:before {
	content: '\f099';
}

.ca_li:before {
	content: '\f0e1';
}

.ca_gp:before {
	content: '\f0d5';
}

.ca_yt:before {
	content: '\f167';
}



input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
input[type=number] {
	-moz-appearance:textfield;
}


h1.ca_shoptitle {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
}


/* = Chrome webkit autofill color
-------------------------------------------------------------- */

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	background-color: none !important;
	background: none !important;
}





/*
-------------------------------------------------------------- 
-------------------------------------------------------------- 
-------------------------------------------------------------- 
-------------------------------------------------------------- 
=Responsiveness.
-------------------------------------------------------------- 
-------------------------------------------------------------- 
-------------------------------------------------------------- 
-------------------------------------------------------------- */

@media (max-width: 1100px) {


	
}

@media (max-width: 1100px) {

	.footer_section {
		background-attachment: scroll;
	}
}

@media (max-width: 860px) {


	.contentcol-c {
		width: auto;
		float: none;
		padding-left: 30px;
	}

	.tophide {
		display: none;
	}
}

@media (max-width: 800px) {

	#footer_rule .widget_nav_menu,
	.footer_line {
		float: none;
	}

	.footer_line {
		margin-top: 20px;
	}
}

@media (max-width: 830px) {

	.ca_head {
		position: inherit;
		top: inherit;
		left: inherit;
	}

	.ca_head-c {
		padding-right: 0;
		padding-left: 0;
		text-align: center;
	}

	/* = Mobile menu
	-------------------------------------------------------------- */

	#ca_mobmenu {
		display: block;
		cursor: pointer;
	}

	#ca_mobmenu {
		display: block;
		height: 60px;
		line-height: 60px;
		font-size: 18px;
		z-index: 999;
		text-align: left;
		color: #FFF;
		padding-left: 20px;
	}

	#ca_mobmenu:after {
		content: '\f0c9';
		display: inline-block;
		margin: 0 0 0 10px;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 60px;
		text-align: center;
		font-size: 0.9em;
		font-weight: lighter;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #FFF;
	}

	#ca_mobmenu.active:after {
		content: '\f00d';
		margin-left: 11px;
	}

	#ca_headbox {
		padding-bottom: 0;
	}

	.ca_mainmenu {
		margin: 0;
		background: #4a7e8a;
		position: inherit;
		top: inherit;
		left: inherit;
		bottom: inherit;
		right: inherit;
		float: none;
		clear: both;
	}

	.ca_mainmenu-c {
		padding: 0;
	}

	.ca_mobmenu_open {
		right: 0px;
		top: 0;
	}

	.ca_mainmenu ul {
		display: none;
		margin: 0;
		background: #2a5366;
	}

	.ca_mainmenu ul:after {
		content: none;
		display: none;
	}

	.ca_mainmenu ul li.bs-zoekdealer a:hover {
		color: #FFF;
	}

	.ca_mainmenu ul li {
		list-style-type: none;
		display: block;
		width: 100%;
		float: none;
		white-space: normal;
		margin: 0;
		border-bottom: solid 1px #FFF;
		padding: 0;
		height: auto;
	}

	.ca_mainmenu li.current-menu-item > a:after,
	.ca_mainmenu li.current_page_item > a:after,
	.ca_mainmenu li.current-menu-parent > a:after,
	.ca_mainmenu li.current_page_parent >a:after,
	.ca_mainmenu li.current-page-ancestor > a:after {
		content: none;
		display: none;
	}

	.ca_mainmenu ul li a {
		float: none;
		height: auto;
		display: block;
		margin: 0;
		padding: 0;
		text-decoration: none;
		overflow: hidden;
		font-size: 16px;
		line-height: 16px;
		padding: 25px 20px;
		width: 100%;
		border: none;
		-webkit-border-radius: 0;
		border-radius: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.ca_mainmenu ul li a:hover {
		color: #FFF;
	}

	.ca_mainmenu li > a {
		font-weight: normal;
	}

	.ca_mainmenu ul ul {
		display: block;
		border: none;
		background: none;
		margin-bottom: 1px;
		position: static;
		left: inherit;
		top: inherit;
	}

	.ca_mainmenu ul ul li {
		border: none;
	}

	.ca_mainmenu ul ul li a {
		color: #eee;
		/*padding: 8px 5px 8px 45px;*/
		margin: 0;
		font-weight: normal;
		font-size: 16px;
		line-height: 18px;
		border: none;
	}

	.ca_mainmenu ul ul li.menucol {
		float: none;
		width: auto;
		margin: 0;
		padding: 0;
	}

	.ca_mainmenu ul ul li.menucol ul li {
		float: none;
	}

	.ca_mainmenu li.current-menu-item > a,
	.ca_mainmenu li.current_page_item > a,
	.ca_mainmenu li.current-menu-parent > a,
	.ca_mainmenu li.current_page_parent > a,
	.ca_mainmenu li.current-page-ancestor > a {
		color: #6db4c4;
	}

	.ca_mainmenu li.current-menu-item > a:hover,
	.ca_mainmenu li.current_page_item > a:hover,
	.ca_mainmenu li.current-menu-parent > a:hover,
	.ca_mainmenu li.current_page_parent > a:hover,
	.ca_mainmenu li.current-page-ancestor > a:hover {
		color: #6db4c4;
	}

	.ca_mainmenu li.mob-only {
		display: block;
	}
}

@media (max-width: 768px) {

}

@media (max-width: 680px) {

	#ca_logo {
		width: 250px;
	}
}


@media (max-width: 660px) {

	.ca_col1-3,
	.ca_col2-3,
	.ca_col1-4,
	.ca_col3-4 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
		clear: both;
	}

	.portfolio_items .ca_col1-3 {
		width: 50%;
		float: left;
		clear: none;
		margin-bottom: 0px;
	}

	.ca_col1-2 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.usps .ca_col1-4 {
		width: 50%;
		margin-bottom: 60px;
		clear: none;
		float: left;
	}

	#map-contact_map {
		margin-top: 20px;
	}

	.mobsubmenu {
		display: block;
		cursor: pointer;
	}

	.ca_submenu {
		margin-top: 0;
	}

	.mobsubmenu {
		display: block;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		z-index: 999;
		text-align: center;
		color: #FFF;
		background-color: #2a5366;
		cursor: pointer;
	}

	.mobsubmenu:after {
		content: '\f0c9';
		display: inline-block;
		margin: 0 0 0 10px;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 50px;
		text-align: center;
		font-size: 0.9em;
		font-weight: lighter;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #FFF;
	}

	.mobsubmenu.active:after {
		content: '\f00d';
		margin-left: 11px;
	}

	.submenucontent {
		display: none;
	}

	.submenucontent .ca_submenu li {
		margin-bottom: 1px;
	}

	#footer {
		text-align: center;
	}

	#footermenubut {
		display: block;
		text-align: center;
		padding: 14px 20px;
		background-color: #2a5366;
		color: #FFF;
		position: relative;
		cursor: pointer;
	}

	#footermenubut:hover {
		color: #FFF !important;
	}

	.footermenus {
		display: none;
		margin-top: 20px;
	}

	#footermenubut:after {
		content: "+";
		display: block;
		width: 20px;
		height: 20px;
		color: #FFF;
		text-align: center;
		line-height: 20px;
		font-size: 30px;
		font-weight: 300;
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -10px;
	}

	#footermenubut.open:after {
		content: "-";
		color: #FFF !important;
	}

	#footermenubut.open {
		color: #ff7200 !important;
	}

	.fsocials {
		position: inherit;
		top: auto;
		right: auto;
		text-align: center;
		margin-top: 20px;
	}
}

@media (max-width: 600px) {

	.head_text a.button,
	.head_text a {
		margin-bottom: 20px;
	}
}

@media (max-width: 540px) {

}

@media (max-width: 480px) {

	#ca_logo {
		width: 180px;
	}
}

@media (max-width: 420px) {

}

@media (max-width: 370px) {


}

















