/*
Theme Name: SterkerInzicht
Author: SO
Template: Total
Version: 1.1
*/


/* Parent stylesheet should be loaded from functions.php not using @import */
/* @import url('https://fonts.googleapis.com/css?family=Arsenal:400,400i,700,700i&display=swap'); */
@import url("https://use.typekit.net/ejv6dud.css");
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

h1, h2 {
	font-family: "museo-sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 0px !important;
}

h1 {
	font-size: 22px;
}

.vc_column-inner {
	margin-bottom: unset !important;
}

/* strong { font-weight: 700!important;} */
/* .tekst-home { padding-left: 55px; padding-right: 55px} */
/* .referenties  { margin-left: 55px; margin-right: 55px; margin-top: 50px;} */

#contactbutton a { 
	bottom: 0px;
	position: fixed; 
	left:50px; 
	z-index: 999;
-webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
	transition: all .5s ease;}

#contactbutton a:hover { 
	position: fixed; 
	bottom: 5px;  
	-webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
	transition: all .5s ease;
	
	

/* Firefox */

-moz-transform: scale(2) rotate(-20deg) translate(50px);
/* WebKit */
-webkit-transform: scale(1.2) rotate(-20deg) translate(50px);
/* Opera */
-o-transform: scale(2) rotate(-20deg) translate(50px);
/* Standard */
transform: scale(2) rotate(-20deg) translate(50px);
	
 }

article.testimonial-entry {margin-top: 48px;}

#opsomming li{
    list-style-type: none;
    background-image: url("images/bullet@2x.png");
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 30px;
    margin-left: -29px;
}
.intro { color:#49788f;  line-height: 1.6em;}


/*  reviews */
.testimonial-entry-content {
    
    padding: 20px;
    background: #FFF;
    border-radius: 0px;
	border: solid 1px #809d87;
}

.testimonial-caret {    display: none!important;}
#groen h2.testimonial-entry-title {color:#809d87; font-size: 16px; font-style: italic;}
#blauw h2.testimonial-entry-title {color:#49788f; font-size: 16px; font-style: italic;}


/*------------------------------------------------------------------
[# Phone Portrait and Landscape]
-------------------------------------------------------------------*/
@media only screen and (max-width: 767px) { 
	.tekst-home { padding-left: 30px; padding-right: 30px; padding-bottom: 45px;}
	.referenties  { margin-left: 10px; margin-right: 10px}
	#contactbutton {display: none;}
	
	

}