/*
Theme Name: control
Theme URI: www.controldigital.nl
Description: Theme
Author: Control
Author URI: www.controldigital.nl

Version: 1.0
.
General comments/License Statement if any.
.
*/

/* ---------------------------------------------------------------------------------------------- GENERAL */

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  padding-top: 160px;
  font-family: "Titillium Web", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #7A7A7A;
}

body.logged-in {
	padding-top: 128px;
}

img {
  width:auto;
  max-width: 100%;
  height: auto !important;
}

img.alignleft {
	float:left;
	margin:0 30px 30px 0;
}

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

p {
  margin: 30px 0 0 0;
}

b, strong {
  font-weight: 600;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  line-height:1.2;
  color:#2D3E99;
}

h1, h2 {
  font-weight:600;
}

h1 {
	font-size:44px;
}

h2 {
	font-size:30px;
}

h3 {
	font-size:18px;
}

h4, h5, h6 {
	font-size:16px;
}

/* LINKS */

a {
  outline: none;
}

a:link, a:visited, a:active {
  color: #7A7A7A;
  text-decoration: underline;
}

a:hover {
  color: #2D3E99;
  text-decoration: none;
}

/* ROWMARGIN */

.margin30 {
	margin-bottom:30px;
}

.margin60 {
	margin-bottom:60px;
}

.margin90 {
	margin-bottom:90px;
}

/* 5 COLUMNS */

.col5 {
  position: relative;
  width:100%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

/* 6 COLUMNS */

.col6 {
  position: relative;
  width:100%;
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  max-width: 16%;
  padding-left: 15px;
  padding-right: 15px;
}

/* SHADOW */

.shadow {
  -webkit-box-shadow: 0 .7rem 2rem rgba(0,0,0,.15)!important;
  -moz-box-shadow: 0 .7rem 2rem rgba(0,0,0,.15)!important;
  box-shadow: 0 .7rem 2rem rgba(0,0,0,.15)!important;
}

/* TOOLTIPS */

.tooltips {
	text-decoration: underline;
	cursor: help
}

/* UL / LI */

ul {
	padding:0 0 0 20px;
}

/* SHOWMOBILE / HIDEMOBILE */

.showmobile { display:none; }
.hidemobile {}


/* ---------------------------------------------------------------------------------------------- NAVIGATION */

nav {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	max-height:160px!important;
	padding-top:20px;
	padding-bottom:20px;
	background:#ffffff;
	z-index:999;
}

@media only screen and (max-width: 1200px) {
	nav{  max-height: 200px!important; }
}

@media only screen and (max-width: 768px) {
	nav{  max-height: 160px!important; }
}

nav ul {
	position:relative;
	float:left;
	display:inline-block;
	margin:0;
	padding:30px 0 0 20px;
	list-style:none;
}

nav ul li {
	display:inline-block;
	margin-top:12px;
}

nav ul li a {
	padding:5px;
	margin-right:15px;
	font-size:14px;
	line-height:1;
}

nav a:link, nav a:visited, nav a:active {
  color: #2D3E99;
  text-decoration: none;
}

nav a:hover {
  color: #FF5600;
  text-decoration: none;
}

nav ul li.wpml-ls-item {
  border:1px solid #ececec;
}

nav ul li.wpml-ls-item a {
  margin-right:0px;
}

nav .logo {
	float:left;
	display:inline-block;
	margin-right:25px;
}

.wpml-ls-menu-item .wpml-ls-flag {
	display:inline-block;
	vertical-align:inherit;
}

nav a.button {
	font-size:12px;
	margin-top:10px !important;
	padding: 12px 20px;
}

.current-menu-item a {
	color:#FF5600 !important;
}

.mobilenav {
	position:fixed;
	top:100px;
	left:0px;
	width:100%;
	height:auto;
	padding:0 15px 15px 15px;
	background:#ffffff;
	display:none;
}

.mobilenav ul {
	width:100%;
	margin-bottom:15px;
}

.mobilenav ul li {
	width:100%;
	margin-top:7px;
	display:block;
}

.mobilenavicon {
	float:right;
	padding:10px;
	font-size:25px;
	color:#7A7A7A;
}

.mobilenavicon:hover {
	color:#FF5600;
}

.mobilenav ul li.wpml-ls-item {
  border:0px !important;
}


/* ---------------------------------------------------------------------------------------------- SECTIONS */

/* HEADER */

header {
  position: relative;
  float: left;
  width: 100%;
  padding-top:230px;
  padding-bottom:200px;
  padding-top: 120px;
  padding-bottom: 120px;
  background:#2D3E99;
  color:#ffffff;
}


/* EDITS NA MAILS*/

.home header {
	padding-top: 120px;
    padding-bottom: 120px;
}

.home .blokken .blok:first-child::after {
    position: absolute;
    top: -200px;
    right: 0px;
    width: 100%;
    height: 200px;
    content: " ";
	background:url('images/swirl_header-white.svg') top left repeat-x;
    pointer-events: none;
}

.page-template-page-over-ons #content::before {
    top: -200px;
    height: 200px;
    background: url('images/swirl_header.svg') top left repeat-x;
}

.page-template-page-over-ons header {
	padding-top: 200px;
    padding-bottom: 200px;
}

header h1 {
	color:#ffffff;
}

header svg {
	margin-left:10px;
}

header .videobox {
	margin-bottom:30px;
}

#deliverymatch {
	width:100%;
	height:0px;
}

/* SECTION - GENERAL */

section {
  position: relative;
  float: left;
  width: 100%;
}

/* CONTENT */

#content::before {
	position:absolute;
	top:-200px;
	left:0px;
	width:100%;
	height:200px;
	content: " ";
	background:url('images/swirl_header.svg') top left repeat-x;
	pointer-events:none;
}

#content {
	padding-top:40px;
	padding-bottom:290px;
	background:#F9F9FC;
}

#content em {
	font-size:17px;
	color:#2D3E99;
}

#content h2 {
	margin-bottom:30px;
}

/*
#content img {
	width:100%;
}
*/

.basiccontent {
	padding-top:90px;
	padding-bottom:90px;
}

.basiccontent {
	padding-top:55px;
	padding-bottom:55px;
}

.blokken .blok:first-child::after {
	position:absolute;
	top:-200px;
	right:0px;
	width:100%;
	height:200px;
	content: " ";
	background:url('images/swirl_header-white.svg') top left no-repeat;
	pointer-events:none;
}

.blokken .blok h1, h2, h3, h4, h5, h6 {
	margin-top: 15px;
}

.whitebg {
	padding:80px;
	background:#ffffff;
	border-radius:15px;
}

/* HOME - REFERENTIES */

#referenties::before {
	position:absolute;
	top:-200px;
	left:0px;
	width:100%;
	height:200px;
	content: " ";
	background:url('images/swirl_blue.svg') top left repeat-x;
	pointer-events:none;
}

#referenties {
  margin-top:250px;
  padding-top:90px;
  padding-bottom:290px;
  background:#2D3E99;
  color:#ffffff;
}

#referenties h2 {
  color:#ffffff;
}

/* AANGESLOTEN */

/*
#aangesloten::before {
	position:absolute;
	top:-200px;
	left:0px;
	width:100%;
	height:200px;
	content: " ";
	background:url('images/swirl_header-white.svg') top left repeat-x;
	pointer-events:none;
}
*/

#aangesloten {
	padding-top:90px;
	spadding-bottom:290px;
}

#aangesloten span {
	cursor:pointer;
}

#aangesloten .col5 {
	margin:15px 0;
}

#aangesloten .col5 img {
	max-width:100px;
	max-height:50px;
}

.nav-tabs {
	border:0;
}

.nav-tabs .nav-item .nav-link {
	margin:0 5px;
	padding:12px 30px;
	background:#2D3E99;
	border:2px solid #2D3E99;
	border-radius:90px;
	font-size:14px;
	line-height:1;
	text-decoration:none;
	color:#ffffff;
	cursor:pointer;
}

.nav-tabs .nav-item .nav-link:hover {
	border:2px solid #222222;
	background:#222222;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background:#ffffff;
	border:0;
	border:2px solid #FF5600;
	border-radius:90px;
	line-height:1;
	text-decoration:none;
	color:#FF5600;
}

.nav-tabs .nav-item.show .nav-link:hover, .nav-tabs .nav-link.active:hover {
	background:#ffffff;
	border:0;
	border:2px solid #FF5600;
	border-radius:90px;
	line-height:1;
	text-decoration:none;
	color:#FF5600;
}

/* NIEUWS */

#nieuws::before {
	position:absolute;
	top:-200px;
	left:0px;
	width:100%;
	height:200px;
	content: " ";
	background:url('images/swirl_blue.svg') top right repeat-x;
	pointer-events:none;
}

#nieuws {
  padding-top:90px;
  padding-bottom:290px;
  background:#2D3E99;
  color:#ffffff;
}

#nieuws h2 {
  color:#ffffff;
}

#nieuws .boximg:hover {
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  zoom: 1;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* OVERZICHT */

#overzicht::before {
	position:absolute;
	top:-200px;
	left:0px;
	width:100%;
	height:200px;
	content: " ";
	background:url('images/swirl_header.svg') top left repeat-x;
	pointer-events:none;
}

#overzicht {
	padding-top:90px;
	padding-bottom:290px;
	background:#f9f9f9;
}

#overzicht .boximg:hover {
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  zoom: 1;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* VERVOLG - REFERENTIES */

.referentie {
  display:flex;
  justify-content:center;
  height:160px;
  line-height:160px;
  background:#ffffff;
}

.referentie img {
	width:auto !important;
 max-height:80px;
 max-width:100px;
  vertical-align: middle;
}

.referentie-testimonials {
	padding-top: 90px;
	padding-bottom: 235px;
	background: #2D3E99;
	color: #ffffff;
}

.referentie-testimonials:before {
	position: absolute;
	top: -200px;
	left: 0;
	width: 100%;
	height: 200px;
	content: " ";
	background: url('images/swirl_blue.svg') top right repeat-x;
	pointer-events: none;
}

.referentie-testimonials h2 {
	color: #fff;
}

.referentie-testimonials__slider {
	max-width: 1050px;
	margin: 0 auto;
}

.referentie-testimonials__slide-text {
	font-size: 30px;
	line-height: 1.2;
	font-style: italic;
	position: relative;
}

.referentie-testimonials__slide-name {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
}

.referentie-testimonials__slide-company {
	color: #fc571f;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.referentie-testimonials__slide-text:before,
.referentie-testimonials__slide-text:after {
	content: '"';
}

@media only screen and (max-width: 1440px) {
	.referentie-testimonials {
		padding-top: 70px;
	}

	.referentie-testimonials__slide-text {
		font-size: 28px;
	}

	.referentie-testimonials__slide-name {
		font-size: 22px;
	}

	.referentie-testimonials__slide-company {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1280px) {
	.referentie-testimonials {
		padding-top: 50px;
	}

	.referentie-testimonials__slide-text {
		font-size: 26px;
	}

	.referentie-testimonials__slide-name {
		font-size: 20px;
	}

	.referentie-testimonials__slide-company {
		font-size: 17px;
	}
}

@media only screen and (max-width: 1024px) {
	.referentie-testimonials {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.referentie-testimonials__slide-text {
		font-size: 24px;
	}

	.referentie-testimonials .right {
		text-align: left;
	}
}

@media only screen and (max-width: 480px) {
	.referentie-testimonials__slide-text {
		font-size: 22px;
	}

	.referentie-testimonials__slide-name {
		font-size: 19px;
	}
}

/* OPLOSSINGEN */

.oplossingen-buttons a {
	width: 70%;
    text-align: center;
}

.onssysteem {
	margin-top:250px;
}

.oplossingen .col5 {
	padding-left:10px;
	padding-right:10px;
}

.oplossing {
    height: 160px;
    line-height: 160px;
  background:#FF5600;
  text-align:center;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.oplossing img {
    height:30px;
    width:auto !important;
    vertical-align: middle;
}

.oplossingcontent {
	min-height:160px;
	padding:25px;
	background:#ffffff;
	font-size:13px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.oplossingcontent ul {
	padding:0 0 0 18px;
}

.oplossingcontent a.button {
	font-size:12px;
}

.nextarrow {
	position:absolute;
	top:35px;
	right:-45px;
	width:90px;
	height:90px;
	background:url('images/nextarrow.svg') center center no-repeat;
	z-index:99;
}

/* CONTACT */

#contact::before {
	position:absolute;
	top:-200px;
	left:0px;
	width:100%;
	height:200px;
	content: " ";
	background:url('images/swirl_header.svg') top left repeat-x;
	pointer-events:none;
}

#contact {
	max-height:500px;
	padding-top:90px;
	padding-bottom:190px;
	background:#f9f9f9;
}

#contactbg {
	height:768px;
}

.contactgegevens {
	padding-top:90px;
}

.contactform {
	padding:80px;
	background:#ffffff;
	border-radius: 15px;
	z-index:9;
}

/* SUPPORT */
#support-images-upload {
	padding: 0 0 10px 0;
	margin-top: 3px;
}


/* PUBLICATIES */

#publicatiesheaderimage {
	margin-top: -350px;
    z-index: 99;
    pointer-events:none;
}

.publicatiesfilter {
	color:#2D3E99;
}

.publicatiesfilter button {
	margin-left:30px;
	padding-left:0px;
	padding-right:0px;
	background:none;
	border:0;
	border-bottom:2px solid transparent;
	color:#2D3E99;
	cursor:pointer;
	outline:none;
}

.publicatiesfilter button:first-child {
	margin-left:60px;
}

.publicatiesfilter button:hover {
	border-bottom:2px solid #FF5600;
	color:#FF5600;
}

.publicatiesfilter button.active {
	border-bottom:2px solid #FF5600;
	color:#FF5600;
}

/* FOOTER */

footer::before {
	position:absolute;
	top:-200px;
	left:0px;
	width:100%;
	height:200px;
	content: " ";
	background:url('images/swirl_header-white.svg') top right repeat-x;
	pointer-events:none;
}

footer {
  position: relative;
  float: left;
  width: 100%;
  padding-top:90px;
  padding-bottom:10px;
}

footer .stars {
	margin-top: 20px;
	display: inline-block;
	position: relative;
}

.stars:before {
	content: "\f005\f005\f005\f005\f005";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #ebebeb;
	z-index: -1;
}

.stars .percent {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
}

.stars .percent:after {
	content: "\f005\f005\f005\f005\f005";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #152578;
}

footer .stars+p {
	margin-top: 5px;
}

li {
	display: table;
}

footer a:link, footer a:visited, footer a:active {
  text-decoration: none;
}

.footer-logos img {
	max-width:80px;
	height:auto;
	margin-top:40px;
}

@media only screen and (max-width: 768px) {
	.stars:before,
	.stars .percent:after {
		font-size: 24px;
	}
}


/* ---------------------------------------------------------------------------------------------- BOX */

/* REGULAR BOX */

.box {
	position:relative;
}

.boximg {
	position:relative;
	width:100%;
	height:190px;
	background:#f9f9f9;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.boxcontent {
	position:relative;
	padding:40px;
	background:#ffffff;
	color:#7A7A7A;
	min-height:310px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

/* VIDEOBOX */

.videobox {
	position:relative;
}

.videoboximg {
  height: 330px;
  width:100%;
  display:flex;
  justify-content:center;
}

.videoboximghome {
  height: 220px;
  width:100%;
  display:flex;
  justify-content:center;
}

.videoboxtext {
 margin-bottom: 30px;
}

.videoboxbtn {
  width:80px;
  height:80px;
  align-self: center;
}

.videoboxbtn:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}



/* ---------------------------------------------------------------------------------------------- BUTTONS */

a.button {
  position:relative;
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 12px 30px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  -khtml-border-radius: 45px;
  font-size: 14px;
  line-height:1;
  font-weight:600;
}

a.btnwhite:link, a.btnwhite:visited, a.btnwhite:active {
  background: #FFFFFF;
  color: #2D3E99;
  text-decoration: none;
}

a.btnorange:link, a.btnorange:visited, a.btnorange:active {
  background: #FF5600;
  color: #FFFFFF;
  text-decoration: none;
}

a.btnblue:link, a.btnblue:visited, a.btnblue:active {
  background: #2D3E99;
  color: #FFFFFF;
  text-decoration: none;
}

a.button:hover, a.btnorange:hover, a.btnblue:hover {
  background: #222222;
  color: #FFFFFF;
  text-decoration: none;
}

a.orangelink:link, a.orangelink:visited, a.orangelink:active {
  font-size: 14px;
  line-height:1;
  font-weight:600;
  color: #FF5600;
  text-decoration: none;
}

a.orangelink:hover {
  color: #2D3E99;
}

a.orangelink .fa-angle-right {
  position: relative;
  font-size: 14px;
  padding-top:2px;
  margin-left: 10px;
}


/* ---------------------------------------------------------------------------------------------- BOX */

/* OVERONS > TEAM */

.overons-team {
	padding-right: 0;
	padding-left: 10px;
}

.overons-team__card {
	font-size: 14px;
	padding: 0 10px;
	/*margin-bottom: 10px;*/
	display: flex;
}

.team-wrap {
	padding: 14px 6px 7px;
	background-color: #fff;
	border-radius: 15px;
	max-width: 168px;
	margin: 0 auto;
}

.overons-team__name {
	margin-top: 0;
	color: #FF5600;
	line-height: 1.3;
	padding-top: 8px;
}

.overons-team__function {
	margin-top: 0;
	line-height: 1.3;
	min-height: 36px;
}

/* ---------------------------------------------------------------------------------------------- FORMS */

input {
  width: 100%;
  padding: 15px 0;
  border: 0;
  border-bottom:1px solid #E3E7FC;
  outline: none;
  margin: 10px 0 0 0;
}

textarea {
  width: 100%;
  height:40px !important;
  margin: 30px 0 0 0;
  border: 0;
  border-bottom:1px solid #E3E7FC;
  resize: none;
  outline: none;

}

input[type='checkbox'] {
  height: auto;
  width: auto;
  margin-right: 8px;
}

input[type=radio] {
  height: auto;
  width: auto;
  margin-right: 8px;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2D3E99;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #2D3E99;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #2D3E99;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #2D3E99;
}

textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2D3E99;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #2D3E99;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #2D3E99;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #2D3E99;
}

.wpcf7-submit {
  position:relative;
  display: inline-block;
  width:auto;
  margin: 0 10px 0 0;
  padding: 12px 30px;
  background: #FF5600;
  border:0;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  -khtml-border-radius: 45px;
  cursor:pointer;
  font-size: 14px;
  line-height:1;
  font-weight:600;
  color: #FFFFFF;
  text-decoration: none;
}

.wpcf7-submit:hover {
  background: #222222;
  color: #FFFFFF;
  text-decoration: none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	margin:30px 0 0 0;
	padding:0;
	border:0;
	font-size:12px;
	color:#f00;
}


/*04-06-2020*/
html { margin-top: 0 !important; }

.breadcrumb { padding: 10px 0 12px 135px !important; margin-bottom: 0 !important; background: #eee; }
.breadcrumb #breadcrumbs  { margin: 0; }
.breadcrumb #breadcrumbs a { transition: all 0.2s; text-decoration: none; color: #6d6d6d; display: inline-block; padding-right: 10px; }
.breadcrumb #breadcrumbs span { padding-left: 10px; color: #6d6d6d; }

@media only screen and (max-width: 1200px) {
	.breadcrumb{  margin-top: 40px; }
}

@media only screen and (max-width: 848px) {
	.breadcrumb{  padding: 4px 0 6px 135px; }
}

@media only screen and (max-width: 768px) {
	.breadcrumb { margin-top: 0; }
}

@media only screen and (max-width: 767px) {
.breadcrumb { padding: 4px 0 6px 20px; }
.breadcrumb #breadcrumbs a { font-size: 14px; }
}

/* 16-07-2020 */
button, input {
    overflow: visible !important;
}
button, input, optgroup, select, textarea {
    margin: 0 !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
input {
    width: 100% !important;
    padding: 15px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #e3e7fc !important;
    outline: none !important;
    margin: 10px 0 0 !important;
}

textarea {
    overflow: auto !important;
    resize: vertical !important;
    width: 100% !important;
    height: 40px !important;
    margin: 10px 0 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #e3e7fc !important;
    resize: none !important;
    outline: none !important;
}

.wpforms-submit {
  position:relative !important;
  display: inline-block !important;
  width:auto !important;
  margin: 0 10px 0 0 !important;
  padding: 12px 30px !important;
  background: #FF5600 !important;
  border:0 !important;
  -webkit-transition: all .3s ease-in !important;
  -moz-transition: all .3s ease-in !important;
  -o-transition: all .3s ease-in !important;
  transition: all .3s ease-in !important;
  -moz-border-radius: 45px !important;
  -webkit-border-radius: 45px !important;
  border-radius: 45px !important;
  -khtml-border-radius: 45px !important;
  cursor:pointer !important;
  font-size: 14px !important;
  line-height:1 !important;
  font-weight:600 !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.wpforms-submit:hover {
  background: #222222 !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
}

/*recapcha*/

.grecaptcha-badge {
	display: none;
}

.page-id-1915 .grecaptcha-badge {
	display: block;
}

.page-id-481 .grecaptcha-badge {
	display: block;
}

.page-id-3123 .grecaptcha-badge {
	display: block;
}

.page-id-1782 .grecaptcha-badge {
	display: block;
}

.page-id-2311 .grecaptcha-badge {
	display: block;
}

.page-id-3124 .grecaptcha-badge {
	display: block;
}

/* Roi plugin */

.roi-c-btn {
	margin-top: 1.5rem !important;
}

.roi-btn-width {
	min-width: 124px;
	text-align: center;
}

/* Grizzly New Marketing | TP */
.gnm-usp-row div {
	display: flex;
	justify-content: space-between;
	font-weight: 800;
    color: #2D3E99;
    padding-bottom: 60px;
}

.gnm-cf.contactform {
	padding:40px;
}

.gnm-text {
	padding:20px;
}

#contact.gnm-section {
	max-height:none;
}

.gnm-header #header {
	padding-top:90px;
	padding-bottom:60px;
}

.gnm-header #header .row .col-md-12.right {
	display:none;
}

@media only screen and (max-width: 848px) {
	.gnm-header #header {
		padding-top: 90px;
		padding-bottom: 170px;
	}
	.gnm-usp-row div,
	.gnm-usp-row div span {
		display:block;
	}
	#contact.gnm-section {
		padding-top:0;
	}
	.gnm-header .breadcrumb {
		padding: 10px 0 12px 0 !important;
	}
	.gnm-section .col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}