/*
Theme Name:     dgroove
Theme URI:      http://delresign.com/
Description:    Tema dgroove
Author:         Giovanni Bassetto e Raoul Meroni
Author URI:     http://delresign.com
Template:       twentyseventeen
Version:        0.1.1
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800');
#header {
    margin: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
}
button,
input[type=text],
input[type=number],
input[type=email],
input[type=submit]{
	-webkit-appearance: none;
}
#header a {
    color: #FFFFFF;
}
#header .navigations a:hover {
    border-bottom: 1px solid #FFFFFF
}
#header .logo {
    width: 280px;
    background: #536DFE;
    padding: 15px;
    box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.46);
}
#header .logo img {
    width: 100%;
}
#header .navigation-toggler {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    color: #FFFFFF;
    font-size: 30px;
    z-index: 15;
    width: 65px;
    height: 65px;
}
#header .navigation-toggler .icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 65px;
    height: 65px;
}
#header .navigation-toggler .icon.close {
    -ms-transform: scale(0);
        transform: scale(0);
    transition: all 350ms ease-in-out;
}
#header .navigation-toggler .icon.open {
    -ms-transform: scale(1);
        transform: scale(1);
    transition: all 350ms ease-in-out;
}
#header .navigation-toggler.open {
    position: fixed;
}
#header .navigation-toggler.icon-switcher .icon.close {
    -ms-transform: scale(1);
        transform: scale(1);
    transition: all 350ms ease-in-out;
}
#header .navigation-toggler.icon-switcher .icon.open {
    -ms-transform: scale(0);
        transform: scale(0);
    transition: all 350ms ease-in-out;
}
#header .navigations {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-left: 40px;
}
#header .navigations .top-menu, #header .navigations .main-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#header .navigations .top-menu .active a, #header .navigations .main-menu .active a {
    border-bottom: 1px solid #FFFFFF;
    font-weight: 800;
}
#header .navigations .top-menu {
    font-size: 14px;
	color: #FFFFFF;
}
#header .navigations .top-menu li {
    margin-right: 40px;
}
#header .navigations .top-menu .survey {
    font-weight: 800;
}
#header .navigations .main-menu {
    text-transform: uppercase;
    font-weight: 400;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
#header .navigations .main-menu li {
    margin-right: 0px;
}
@media(max-width: 1400px) {
    #header .navigations .main-menu {
        font-size: 16px;
    }
    #header .navigations .main-menu li {
        margin-right: 20px;
    }
}
@media(max-width: 1200px) {
    #header .navigations .main-menu {
        font-size: 14px;
    }
    #header .navigations .main-menu li {
        margin-right: 14px;
    }
}
@media(max-width: 768px) {
    #header {
        margin-top: 0;
    }
    
     #homepage-hero .overlay {
     background-color: transparent;
     }
 	#homepage-hero {
 		background-image: url('https://www.dgroove.it/wp-content/uploads/2018/03/slide_mobile.jpg');
		height: 300px!important;
	}   

    #header .logo {
        width: 165px;
        padding: 10px;
    }
    #header .navigation-toggler {
        display: -ms-flexbox;
        display: flex;
    }
    #header .navigations {
        position: fixed;
        z-index: 10;
        top: 0;
        bottom: 0;
        opacity: 0;
        right: -100%;
        width: 100%;
        padding-left: 0;
        background: url("/wp-content/themes/dgroove/images/mobile-menu-bg.jpg") center center no-repeat;
        background-size: cover;
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
        opacity: 1;
        transition: 350ms ease-in-out;
    }
    #header .navigations .top-menu .active a, #header .navigations .main-menu .active a {
        border-bottom: none;
        background: rgba(0,0,0,0.5);
    }
    #header .navigations .top-menu {
        height: 65px;
        -ms-flex: 0 0 65px;
            flex: 0 0 65px;
        font-size: 12px;
        padding: 10px 20px;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: start;
            justify-content: flex-start;
    }
    #header .navigations .top-menu li {
        margin-right: 0;
        -ms-flex-order: 1;
            order: 1;
    }
    #header .navigations .top-menu li a {
        padding: 10px;
    }
    #header .navigations .top-menu li.search {
        -ms-flex-order: 0;
            order: 0;
        font-size: 18px;
    }
    #header .navigations .main-menu {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
        width: 100%;
        border-top: 1px solid #DDDDDD;
        overflow: auto;
        display: block;
    }
    #header .navigations .main-menu li {
        margin-right: 0;
        width: 100%;
        font-size: 22px;
        display: block;
        border-bottom: 1px solid #DDDDDD;
    }
    #header .navigations .main-menu li a {
        padding: 20px;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
    }
    #header .navigations .survey {
        display: none;
    }
    #header .navigations.show {
        transition: 350ms ease-in-out;
        right: 0;
    }
}
#footer {
    font-size: 18px;
}
#footer fieldset {
    border: 0;
}
#footer a {
    color: #FFFFFF;
}
#footer .main-footer {
    background: #536DFE;
    background-image: url("/wp-content/themes/dgroove/images/footer-pattern.svg");
    background-size: 250px;
    color: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    padding: 70px 50px;
}
#footer .main-footer .section-title,
#footer .main-footer .widget-title {
    font-size: 24px;
    font-weight: 800;
    padding-bottom: 20px;
}
#footer .main-footer > section {
    -ms-flex: 1 1 calc(100%/3);
        flex: 1 1 calc(100%/3);
    margin-right: 70px;
}
#footer .main-footer .solutions {
    background: url("/wp-content/themes/dgroove/images/d-red.svg") bottom right no-repeat;
    background-size: 135px;
    min-height: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}
#footer .main-footer .solutions ul {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
}
#footer .main-footer .solutions ul li {
    margin-bottom: 15px;
}
#footer .main-footer .certifications {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}
#footer .main-footer .certifications .widget_text,
#footer .main-footer .certifications .textwidget {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}
#footer .main-footer .certifications .certifications-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
#footer .main-footer .certifications .certifications-list li {
    font-size: 0;
    width: 45%;
    padding-right: 20px;
	margin-bottom: 20px;
}
#footer .main-footer .certifications .certifications-list li:nth-child(2n) {
    margin-right: 0;
}
#footer .main-footer .contacts-and-follow .contacts {
    padding-bottom: 20px;
}
#footer .main-footer .contacts-and-follow .newsletter {
    margin-bottom: 20px;
    position: relative;
}
#footer .main-footer .contacts-and-follow .newsletter input[type="text"] {
    padding-right: 40px;
}

#footer .main-footer .contacts-and-follow .newsletter input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #536dfe;
}
#footer .main-footer .contacts-and-follow .newsletter input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #536dfe;
}
#footer .main-footer .contacts-and-follow .newsletter input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #536dfe;
}
#footer .main-footer .contacts-and-follow .newsletter input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #536dfe;
}

#footer .main-footer .contacts-and-follow .newsletter:after {
    font-family: "FontAwesome";
    content: "\f105";
    color: #F3456E;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
#footer .main-footer .contacts-and-follow .social {
    display: -ms-flexbox;
    display: flex;
}
#footer .main-footer .contacts-and-follow .social li a {
    background: #F3456E;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #536DFE;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 15px;
}
#footer .bottom-footer {
    background: #3F51B5;
    font-size: 12px;
    text-align: center;
    padding: 25px 20px;
    color: #FFFFFF;
}
@media(max-width: 768px) {
    #footer .main-footer {
        padding: 30px 15px;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    #footer .main-footer section {
        margin-right: 0;
    }
    #footer .main-footer .contacts-and-follow {
        display: -ms-flexbox;
        display: flex;
    }
    #footer .main-footer .contacts-and-follow article {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    }
    #footer .main-footer .solutions, #footer .main-footer .certifications {
        display: none;
    }
}
@media(max-width: 480px) {
    #footer .contacts-details {
        display: none;
    }
    #footer .contacts-and-follow {
        -ms-flex-direction: column;
            flex-direction: column;
    }
    #footer .contacts-and-follow article {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    }
    #footer .contacts-and-follow .contacts .section-title {
        border-bottom: 1px solid rgba(255,255,255,0.5);
    }
    #footer .contacts-and-follow .contacts .section-title a {
        display: block;
    }
    #footer .contacts-and-follow .contacts .section-title a:after {
        font-family: "FontAwesome";
        content: "\f105";
        float: right;
    }
}
h1, h2, h3 {
    font-weight: 800;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}


.btn:hover,
.vc_btn3:hover,
.vc_btn3.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:hover {
    background-image: none;
    background-color: #3e59cc;
    border-color: #3e59cc;
    transition: all 150ms ease-in-out;
}

@media(max-width: 480px) {
    .btn {
        padding: 15px 20px;
        font-size: 14px;
    }
	#contactpage .newsletter-wrapper .newsletter-input .input {
    margin-bottom: 8px!important;
}
}
.btn.small {
    padding: 10px 20px;
    font-size: 14px;
}
.btn.big {
    padding: 25px 50px;
    font-size: 30px;
}
.btn.primary {
    background: #536DFE;
}

.slider-btn {
    background-image: none !important;
    background-color: #F3456E !important;
    border-color: #F3456E !important;
    transition: all 150ms ease-in-out !important;
}
.btn.secondary:hover,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover {
    background-image: none;
    background-color: #ef1452;
    border-color: #ef1452;
    transition: all 150ms ease-in-out;
}

.newsletter input[type="text"] {
	background:#ffffff!important;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="phone"],
input[type="file"]{
    height: 40px;
    border: none;
    padding: 0 10px;
    width: 100%;
    font-size: 18px;
    font-family: 'Open Sans',sans-serif;
	background:none!important;
	color: #ffffff;
	-webkit-appearance: none !important;
	-webkit-border-radius:0px;
}
input[type="file"]{
	padding-top: 15px;
	display: flex;
	align-items: center;
}
.slick-dots li {
    width: 50px;
}
.slick-dots li button {
    width: 50px;
}
.slick-dots li button:before {
    content: "";
    width: 50px;
    height: 4px;
    display: block;
    background: #ECEFF1;
    top: 10px;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    background: #536DFE;
    opacity: 1;
}
#homepage-hero {
    margin-bottom: 20px;
    overflow: hidden;
}
#video-placeholder {
    background: url("/wp-content/themes/dgroove/images/video-frame.png") center center;
    position: absolute;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    text-decoration: overline;
    z-index: -2;
    opacity: 0.3;
}
#home-video { /*position: relative;*/
    background: transparent;
}
.ytplayer-container {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}
.highlighted-services.homepage-services li:nth-child(odd) {
    margin-top: 40px;
}
.intro.mission .wrapper {
    max-width: 1000px;
}

#smart-business-solutions-hero {
    background-image: url('https://www.dgroove.it/wp-content/uploads/2018/01/header_sbs.jpg');
}

#gestione-documentale-hero {
    background-image: url('https://www.dgroove.it/wp-content/uploads/2018/01/header_GED.jpg');
}

#formazione-hero {
    background-image: url('https://www.dgroove.it/wp-content/uploads/2018/01/header_formazione.jpg');
}

#customers-hero {
    background-image: url('https://www.dgroove.it/wp-content/uploads/2020/07/customers-dgroove.jpg');
}

* {
    min-height: 0;
    min-width: 0
}

*:focus {
    outline: none;
    box-shadow: none;
}

img {
    width: 100%;
    max-width: initial;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #DDDDDD;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #DDDDDD;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #DDDDDD;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #DDDDDD;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans',sans-serif;
    /*display: flex;
    flex-direction: column;*/
    font-size: 20px;
    color: #000000;
    line-height: 1.4;
    overflow-x: hidden;
}

html {
    min-height: 100%;
}

body {
    -ms-flex: 1;
        flex: 1
}

body.no-scroll {
    overflow: hidden;
}

textarea, input, button {
    outline: none;
}

body * {
    /*font-family: 'Open Sans',sans-serif;*/
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

/*GENERAL*/

a {
    color: #536DFE;
    text-decoration: none;
}

b {
    font-weight: 800;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrapper {
    width: 100%;
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
}



.hero {
    /*background: url('https://www.dgroove.it/wp-content/uploads/2018/01/header_top-1.jpg') center center no-repeat;*/
    min-height: 440px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
    background-size: cover;
    color: #FFFFFF;
	margin-bottom: 20px;
	overflow: hidden;
}



.hero .overlay {
    background-color: rgba(83,109,254, 0.7);
    height: 100%;
min-height: 440px;
    width: 100%;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.hero .overlay .text {
	padding: 0 30px;
}

.hero .hero-text {
    margin-top: 100px;
	margin-bottom: 40px;
    padding: 0 30px;
}

@media(max-width: 480px){
	.hero .hero-text {
		margin-top: 70px;
		margin-bottom: 20px;
		padding: 0 30px;
	}
}



.hero .hero-text h1 {
    font-size: 50px;
}



.hero .hero-text h2 {
    font-size: 36px;
    font-weight: normal;
}



@media(max-width: 480px){
    .hero {
        min-height: 200px;
    }
    .hero .hero-text h1 {
        font-size: 26px;
        line-height: 1;
    }
    .hero .hero-text h2 {
        font-size: 18px;
    }
    }

.highlighted-services {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.highlighted-services .highlight figure {
    position: relative;
	width: 100%;
}

.highlighted-services .highlight figure a {
	width: 100%;
}

.highlighted-services .highlight .vc_figure-caption {
	position: absolute;
    margin-top: 0;
	bottom: -8px;
    left: 0;
    right: 0;
	justify-content: center;
    color: #FFFFFF;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
}

.highlighted-services li {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: calc(25% - 5px);
    margin-right: 10px;
    position: relative;
    transition: all 150ms ease-in-out;
    font-weight: 800;
}

.highlighted-services li figure {
    font-size: 0;
}

.highlighted-services li .overlay {
    background-color: rgba(83,109,254, 0.66);
    transition: all 150ms ease-in-out;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 1;
    color: #FFFFFF;
    padding: 15px 15px 0;
}

.highlighted-services li .overlay h2 {
    line-height: 30px;
    font-size: 42px;
    transition: all 150ms ease-in-out
}

.highlighted-services li:hover {
    -ms-transform: scale(1.02);
        transform: scale(1.02);
    transition: all 150ms ease-in-out;
}

.highlighted-services li:hover .overlay {
    transition: all 150ms ease-in-out;
    background-color: rgba(83,109,254, 0.4);
    padding-bottom: 30px;
    -ms-transform: scale(0.9);
        transform: scale(0.9);
}

.highlighted-services li:hover .overlay h2 {
    transition: all 150ms ease-in-out;
    -ms-transform: scale(0.8);
        transform: scale(0.8);
}

.highlighted-services li:last-of-type {
    margin-right: 0;
}

@media(max-width: 1400px){
    .highlighted-services .highlight .vc_figure-caption {
        font-size: 30px;
		bottom: -6px;
    }
}

@media(max-width: 1024px){
    .highlighted-services .highlight .vc_figure-caption {
        font-size: 25px;
		bottom: -6px;
    }
}

@media(max-width: 800px){
    .highlighted-services .highlight .vc_figure-caption {
        font-size: 20px;
		bottom: -6px;
    }
}

@media(max-width: 480px) {
    #home-video {
        display: none;
    }
	
	.no-gap-row {
		margin: 0;
	}
	
    .highlighted-services.homepage-services {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
		margin: 0;
		justify-content: center;
    }

    .highlighted-services .vc_column-inner {
        margin-top: 0px !important;
    }
    .highlighted-services.homepage-services > div {
        -ms-flex: 0 0 calc(50% - 13px);
            flex: 0 0 calc(50% - 13px);
        margin-bottom: 4px;
        margin-right: 4px;
    }
    .highlighted-services .highlight .vc_figure-caption {
        font-size: 20px;
		bottom: -3px;
    }
    .highlighted-services.homepage-services li:nth-child(2n) {
        margin-right: 0;
    }
    .highlighted-services.homepage-services li:nth-child(odd) {
        margin-top: 0;
    }
}

.focus {
    background: #F3456E;
    background-image: url("/wp-content/themes/dgroove/images/cloud-pattern.svg");
    background-size: 400px;
    color: #FFFFFF;
    padding: 100px 0;
    text-align: center;
    font-size: 34px;
    margin-bottom: 20px;
}

.focus.focus-lamps {
    background-image: url("/wp-content/themes/dgroove/images/pattern-form.svg");
}

.focus.focus-airplanes {
    background-image: url("/wp-content/themes/dgroove/images/pattern-ged.svg");
}

.focus h2 {
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.focus .cta {
    margin-top: 30px;
}

.cta p {
    padding-bottom: 0px!important;
}

@media(max-width: 480px){
    .focus {
        padding: 35px 0;
        background-size: 200px;
    }
    .focus h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .focus p {
        font-size: 16px;
    }
    }

.intro {
    padding: 60px 0 80px;
    text-align: center;
}

.intro .logo {
    padding-bottom: 30px;
}

.intro .logo img {
    max-width: 340px;
}

.intro h2 {
    font-size: 40px;
    text-transform: uppercase;
}

.intro p {
    font-size: 24px;
    margin-top: 10px;
}

@media(max-width: 480px){
    .intro {
        padding: 20px 0 60px;
    }
    .intro .logo img {
        width: 140px;
    }
    .intro h2 {
        font-size: 18px;
    }
    .intro p {
        font-size: 16px;
    }
    }

.intro.right-button .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    max-width: 1300px;
}

.intro.right-button .wrapper .text {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
}

.intro.right-button .wrapper .button {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-left: 70px;
}

.intro.right-button .wrapper .button .btn {
    max-width: 300px;
}

@media(max-width: 768px) {
    .intro.right-button .wrapper {
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .intro.right-button .wrapper .button {
        margin-left: 0;
        margin-top: 30px;
    }
}

.news-carousel, .case-studies-carousel {
    color: #37474F;
    margin-bottom: 20px;
}

.news-carousel a, .case-studies-carousel a {
    color: #37474F;
}

.news-carousel .news, .news-carousel .case-study, .case-studies-carousel .news, .case-studies-carousel .case-study {
    padding: 0 5px;
    height: 100%;
}

.news-carousel .news .news-wrapper, .news-carousel .news .case-wrapper, .news-carousel .case-study .news-wrapper, .news-carousel .case-study .case-wrapper, .case-studies-carousel .news .news-wrapper, .case-studies-carousel .news .case-wrapper, .case-studies-carousel .case-study .news-wrapper, .case-studies-carousel .case-study .case-wrapper {
    background: #ECEFF1;
    padding: 20px 20px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
}

.news-carousel .news .news-header, .news-carousel .news .case-header, .news-carousel .case-study .news-header, .news-carousel .case-study .case-header, .case-studies-carousel .news .news-header, .case-studies-carousel .news .case-header, .case-studies-carousel .case-study .news-header, .case-studies-carousel .case-study .case-header {
    font-size: 16px;
    padding-bottom: 5px;
}

.news-carousel .news h1, .news-carousel .case-study h1, .case-studies-carousel .news h1, .case-studies-carousel .case-study h1 {
    font-size: 36px;
    padding-bottom: 10px;
    line-height: 1.2;
}

.news-carousel .news .news-abstract, .news-carousel .news .case-abstract, .news-carousel .case-study .news-abstract, .news-carousel .case-study .case-abstract, .case-studies-carousel .news .news-abstract, .case-studies-carousel .news .case-abstract, .case-studies-carousel .case-study .news-abstract, .case-studies-carousel .case-study .case-abstract {
    font-size: 22px;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding-bottom: 30px;
}

.news-carousel .news .news-abstract p, .news-carousel .news .case-abstract p, .news-carousel .case-study .news-abstract p, .news-carousel .case-study .case-abstract p, .case-studies-carousel .news .news-abstract p, .case-studies-carousel .news .case-abstract p, .case-studies-carousel .case-study .news-abstract p, .case-studies-carousel .case-study .case-abstract p {
    padding-bottom: 20px;
}

.news-carousel .news .actions, .news-carousel .case-study .actions, .case-studies-carousel .news .actions, .case-studies-carousel .case-study .actions {
    text-align: right;
	display: none;
}

.news-carousel .news .actions a, .news-carousel .case-study .actions a, .case-studies-carousel .news .actions a, .case-studies-carousel .case-study .actions a {
    color: #536DFE;
}

@media(max-width: 480px){
    .news-carousel .news, .news-carousel .case-study, .case-studies-carousel .news, .case-studies-carousel .case-study {
        padding: 5px 0;
    }
    .news-carousel .news h1, .news-carousel .case-study h1, .case-studies-carousel .news h1, .case-studies-carousel .case-study h1 {
        font-size: 28px;
    }
    .news-carousel .news .news-abstract, .news-carousel .news .case-abstract, .news-carousel .case-study .news-abstract, .news-carousel .case-study .case-abstract, .case-studies-carousel .news .news-abstract, .case-studies-carousel .news .case-abstract, .case-studies-carousel .case-study .news-abstract, .case-studies-carousel .case-study .case-abstract {
        font-size: 18px;
    }
    }

.partners {
    background: #ECEFF1;
    padding: 30px 0;
}

.partners h2 {
    padding: 0 30px 15px 30px;
}

.customers {
    background: #FFF;
    padding: 30px 0;
}

.customers h2 {
    padding: 0 30px 15px 30px;
}


@media(max-width: 480px){
    .partners h2 {
        padding: 0 20px 15px;
    }
    .customers h2 {
        padding: 0 20px 15px;
}
}

.partners-carousel .partner {
    margin-right: 30px;
}

.partners-carousel img {
    height: 110px;
    width: auto;
}





.gb_jobs_fixed, .gb_jobs_fixed h3{

    color:#37474F!important;
}




.ui-widget.ui-widget-content {
    padding: 0;
    margin: 0;
    border: 0;
}

.ui-widget-header {
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0 !important;
    padding: 0 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0 !important;
    padding: 0 !important;
}


.ui-tabs .ui-tabs-nav {
    padding: 0 !important;
	background: transparent !important;
	margin: 0 !important;
	border: 0 !important;
}

.ui-tabs > .ui-tabs-panel {
    padding: 30px !important;
}

.image-tab-content h3 {
    font-size: 26px;
padding-top: 10px;
}

.ui-tabs > .ui-tabs-panel .ui-tabs-panel {
    padding: 0 0 40px !important;
}

.ui-tabs .ui-tabs-nav {
padding: 0 !important;	
}

.image-tabs-nav.ui-tabs-nav {
    display: -ms-flexbox;
    display: flex;
    color: #FFFFFF;
    padding: 0;
	background: transparent;
	margin: 0;
	border: 0;
}

.ui-tabs .image-tabs-nav.ui-tabs-nav .ui-tabs-anchor {
	width: 100%;
}


.image-tabs-nav.ui-tabs-nav > li {
    position: relative !important;
    width: 25% !important;
    font-size: 0 !important;
    margin: 0 10px 0 0 !important;
}

.image-tabs-nav.ui-tabs-nav > li .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(83,109,254, 0.6);
}


.image-tabs-nav.ui-tabs-nav > li span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 800;
    line-height: 30px;
    white-space: normal;
    text-align: center;
	border: 0;
	border-radius: 0;
}


.image-tabs-nav.ui-tabs-nav > li:last-of-type {
    margin-right: 0 !important;
}


.image-tabs-nav.ui-tabs-nav > li.ui-tabs-active {
    padding: 0;
    margin: 0 10px 0 0;
}


.image-tabs-nav.ui-tabs-nav > li.ui-tabs-active:last-of-type {
    margin-right: 0;
}


.image-tabs-nav.ui-tabs-nav > li.ui-tabs-active:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -22px;
    border-style: solid;
    border-width: 20px 22px 0 22px;
    border-color: #536DFE transparent transparent transparent;
}

.inner-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}

.inner-tabs .ui-tabs-panel {
	display: flex;
}

.inner-tabs .ui-tabs-nav {
	display: flex;
	flex-wrap: wrap;
margin-bottom: 20px !important;
}

@media(max-width: 500px) {
	.inner-tabs .ui-tabs-nav {
		flex-direction: column;
	}
	
	.ui-tabs .ui-tabs-nav li {
		padding-bottom: 15px !important;
		line-height: 1.3;
	}
}

.inner-tabs li:last-of-type {

}

.inner-tabs.ui-tabs .ui-tabs-panel .tab-content-wrapper {
	column-count: 2;
	column-gap: 30px;
}

.inner-tabs .tab-cta {
	flex: 0 0 250px;
	padding-left: 30px;
}

@media(max-width: 400px){
	.inner-tabs .ui-tabs-panel {
		flex-direction: column;
	}
	
	.inner-tabs.ui-tabs .ui-tabs-panel .tab-content-wrapper {
		column-count: 1;
		column-gap: 0;
	}
	
	.inner-tabs .tab-cta {
		flex-basis: auto;
		padding-top: 30px;
		padding-left: 0;
	}
	
}

.inner-tabs li:last-of-type.ui-state-default, .inner-tabs li:last-of-type.ui-state-active a, .inner-tabs li:last-of-type.ui-state-active a:link, .inner-tabs li:last-of-type.ui-state-default a, .inner-tabs li:last-of-type.ui-state-default a:link {
    margin-right: 0 !important;
}

.inner-tabs .ui-state-default, .inner-tabs .ui-state-active a, .inner-tabs .ui-state-active a:link, .inner-tabs .ui-state-default a, .inner-tabs .ui-state-default a:link {
    background: transparent !important;
    color: #536DFE !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    margin-right: 50px !important;
    text-transform: uppercase !important;
}

.inner-tabs .ui-state-active a, .inner-tabs .ui-state-active a:link {
    border-bottom: 2px solid #536DFE;
}

@media(max-width: 1400px) {
	.image-tabs-nav.ui-tabs-nav > li span {
		font-size: 30px;
		bottom: -6px; 
	}
}


@media(max-width: 480px) {
	.image-tabs-nav.ui-tabs-nav {
		overflow: auto;
		padding-bottom: 20px !important;
	}
	.image-tabs-nav.ui-tabs-nav > li {
		min-width: 200px;
	}
	.image-tabs-nav.ui-tabs-nav > li span {
		font-size: 20px;
		line-height: 1;
		bottom: -3px;
	}
}

#cookie-notice .button.bootstrap {
	border-radius: 0;
	background: #F3456E;
	border: 1px solid #F3456E;
	box-shadow: none;
}

#cookie-notice .button.bootstrap:hover {
	border-radius: 0;
	background: #ef1452;
	border: 1px solid #ef1452;
	box-shadow: none;
}

#about-blocks-wrapper .about-block .vc_column-inner {
	display: flex;
	align-items: center;
	font-size: 24px;
}

#about-blocks-wrapper .about-block .vc_column-inner h2 {
	font-size: 42px;
	line-height: 2rem;
}

@media(max-width: 1400px) {
	#about-blocks-wrapper .about-block .vc_column-inner h2 {
		font-size: 37px;
		line-height: 2rem;
	}
}


@media(max-width: 480px) {
	#about-blocks-wrapper .about-block .vc_column-inner h2 {
		font-size: 24px;
		line-height: 1.5rem;
	}
}

@media(min-width: 768px) {
	#homepage-hero {
		height: 780px!important;
	}
}
.gb_lavora_boxes.vc_column-inner {
min-height: 500px!important;
}

#work-with-us-form {
	color: #FFFFFF;
}

#work-with-us-form form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#work-with-us-form form select {
	color: #FFFFFF;
	height: 50px;
	border: 1px solid #FFFFFF;
	border-radius: 0;
	font-size: 16px;
}

#work-with-us-form select option {
	background: rgba(0, 0, 0, 0.5);
    	color: #fff;
}

#work-with-us-form form > p {
	flex: 1 1 calc(100% / 3);
	padding: 0 20px;
}

@media(max-width: 500px){
	#work-with-us-form form > p {
		flex: 1 1 100%;
	}
}

#work-with-us-form form input[type=text],
#work-with-us-form form input[type=email],
#work-with-us-form form input[type=number],
#work-with-us-form form input[type=file]{
	background: transparent;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin-bottom: 40px;
}

#the-team {
	color: #FFFFFF !important;
}

#the-team .vc-hoverbox-front h2 {
	display: none;
}

.vc_general.vc_pagination .vc_pagination-trigger {
	width: 50px;
	height: 3px;
	border-radius: 0;
	border: 0;
	background: #FFFFFF;
}
.vc_pagination-color-grey.vc_pagination-style-flat .vc_pagination-trigger, .vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger, .vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger:hover {
	background: #536DFE;
}

/*NEW*/
.wpcf7-form {
    padding: 0 1em;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 0.7em;
    font-weight: normal;
    display: block;
}

.ctainput {
    display: block;
}
.ctainput .wpcf7-submit {
    width: 100%;
    align-items: center;
	cursor:pointer;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}

.row .input {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    margin-right: 10px
}

.row .input:last-of-type {
    margin-right: 0;
}

select {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
    height: 30px;
    font-size: 22px;
}	

@media(max-width: 480px){
	select{
		font-size: 15px;
	}
}

/*DGROOVEZINE*/



.load-more {
    width: 100%;
    color: #536DFE;
    /*font-weight: $bold-weight;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    padding-bottom: 40px;
}

.hero.dgroovezine {
    background-image: url(https://www.dgroove.it/wp-content/uploads/2018/01/header_top-1.jpg);
    background-position: center
}

.hero.dgroovezine.internal {
    max-height: 150px;
min-height: 150px;
}

.main-content.dgroovezine .category-filters {
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0;
}

.main-content.dgroovezine .category-filters li {
    -ms-flex: 1 1 calc(100%/7);
        flex: 1 1 calc(100%/7);
    background: #536DFE;
    color: #FFFFFF;
    padding: 10px;
    margin: 5px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer
}

@media(max-width: 480px){
	.main-content.dgroovezine .category-filters {
		overflow: auto;
	}
	
	.main-content.dgroovezine .category-filters li {
		min-width: 120px;
	}
}

.main-content.dgroovezine .category-filters li a {
	color: #FFFFFF;
    font-size: 14px;
}

.main-content.dgroovezine .category-filters li.current-cat {
    background: #F3456E;
}

.main-content.dgroovezine .dgroovezine-articles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #37474F;
    margin-bottom: 40px;
}

.main-content.dgroovezine .dgroovezine-articles a {
    color: #37474F;
}

.main-content.dgroovezine .dgroovezine-articles article {
    padding: 5px;
    height: 100%;
    width: 33.3333333333333%;
	height: auto!important;
}

@media(max-width: 960px){
    .main-content.dgroovezine .dgroovezine-articles article {
		width: 50%;
	}
}

@media(max-width: 700px){
    .main-content.dgroovezine .dgroovezine-articles article {
		width: 100%;
	}
}

.main-content.dgroovezine .dgroovezine-articles article .article-wrapper {
    background: #ECEFF1;
    padding: 20px 20px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
}

.main-content.dgroovezine .dgroovezine-articles article .article-header {
    font-size: 16px;
    padding-bottom: 5px;
}

.main-content.dgroovezine .dgroovezine-articles article h1 {
    font-size: 32px;
    padding-bottom: 10px;
    line-height: 1.2;
}

.main-content.dgroovezine .dgroovezine-articles article .article-abstract {
    font-size: 22px;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding-bottom: 30px;
}

.main-content.dgroovezine .dgroovezine-articles article .article-abstract p {
    padding-bottom: 20px;
}

.main-content.dgroovezine .dgroovezine-articles article .actions {
    text-align: right;
	display: none;
}

.main-content.dgroovezine .dgroovezine-articles article .actions a {
    color: #536DFE;
}

.main-content.dgroovezine .date-filters {
    margin-bottom: 5px;
    color: #FFFFFF;
    background: #536DFE url(https://www.dgroove.it/wp-content/uploads/2018/01/header_top-1.jpg);
}

.main-content.dgroovezine .date-filters .overlay {
    background: rgba(83,109,254, 0.67);
    padding: 30px 0;
}

.main-content.dgroovezine .date-filters select {
    color: #EEEEEE;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
	font-size: 13px;
}



.main-content.dgroovezine .date-filters .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}

.main-content.dgroovezine .date-filters .label {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    font-size: 24px;
}

.main-content.dgroovezine .date-filters .filters {
    -ms-flex: 2 1 auto;
        flex: 2 1 auto;
}

.main-content.dgroovezine .date-filters .filters .row {
    display: -ms-flexbox;
    display: flex;
}

.main-content.dgroovezine .date-filters .filters .row .input {
    margin-right: 40px;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
}

.main-content.dgroovezine .date-filters .cta {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    text-align: right;
}

@media(max-width: 480px){
    .main-content.dgroovezine .dgroovezine-articles article {
        padding: 5px 0;
    }
    .main-content.dgroovezine .dgroovezine-articles article h1 {
        font-size: 28px;
    }
    .main-content.dgroovezine .dgroovezine-articles article .article-abstract, .main-content.dgroovezine .dgroovezine-articles article .case-abstract {
        font-size: 18px;
    }
        }

.main-content.dgroovezine.internal {
    padding: 30px;
}

.main-content.dgroovezine.internal .article img {
	width: initial;
    height: auto;
    width: 100%;
}

.main-content.dgroovezine.internal .article ul,
.main-content.dgroovezine.internal .article ol {
	padding-left: 30px;
	padding-bottom: 30px
}

.main-content.dgroovezine.internal .article ul li {
	list-style: initial; 
}

.main-content.dgroovezine.internal .article ol li {
	list-style: decimal;
}



.main-content.dgroovezine.internal .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    color: #546E7A;
    padding-bottom: 50px;
}

.main-content.dgroovezine.internal .breadcrumb li {

}

.main-content.dgroovezine.internal .breadcrumb li:after {
    content: "/";
    margin: 0 10px;
}

.main-content.dgroovezine.internal .breadcrumb li:first-of-type a {
    color: #546E7A;
}

.main-content.dgroovezine.internal .breadcrumb li:last-of-type:after {
    display: none;
}

.main-content.dgroovezine.internal .content {
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
}

.main-content.dgroovezine.internal h1 {
    font-size: 36px;
    padding-bottom: 20px;
}

.main-content.dgroovezine.internal h2 {
    font-weight: normal;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-content.dgroovezine.internal h4 {
    padding-bottom: 30px;
}

.main-content.dgroovezine.internal p {
    padding-bottom: 30px;
}

.main-content.dgroovezine.internal .article-infos {
    color: #536DFE;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 16px;
    padding-bottom: 60px;
}

.main-content.dgroovezine.internal .article-infos .date:after {
    content: "|";
    margin: 0 20px;
}

.main-content.dgroovezine.internal .article-infos .author {
    margin-right: 60px;
}

.main-content.dgroovezine.internal .article-infos .time {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}

.main-content.dgroovezine.internal .article-infos .time .icon {
    font-size: 25px;
    margin-right: 10px;
}

.main-content.dgroovezine.internal .social {
    width: 100px;
    -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}

.main-content.dgroovezine.internal .social li {
    margin-bottom: 15px;
}

.main-content.dgroovezine.internal .social li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #FFFFFF;
    background: #F3456E;
}

.main-content.dgroovezine.internal .gallery {
    margin-bottom: 40px;
}

.main-content.dgroovezine.internal .ebook {
    background: #ECEFF1;
    padding: 40px;
    margin-bottom: 40px;
}

.main-content.dgroovezine.internal .ebook .text {
    font-size: 32px;
    font-weight: 600;
}

.main-content.dgroovezine.internal .ebook .cta {
    text-align: center;
    margin-top: 40px;
}

.main-content.dgroovezine.internal .ebook .cta .btn {
    width: 100%;
    max-width: 400px;
}

.main-content.dgroovezine.internal .event {
    border: 15px solid #536DFE;
    padding: 20px 20px 40px;
    margin-bottom: 40px;
}

.main-content.dgroovezine.internal .event .infos {
    display: -ms-flexbox;
    display: flex;
}

@media(max-width: 480px) {
	.main-content.dgroovezine.internal .event .infos {
		flex-direction: column;
	}
}

.main-content.dgroovezine.internal .event .infos > div {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
}

.main-content.dgroovezine.internal .event .infos .main-infos {
    padding-right: 40px;
}

.main-content.dgroovezine.internal .event .infos .main-infos .location {
    font-size: 26px;
    font-weight: 800;
    color: #37474F;
}

.main-content.dgroovezine.internal .event .infos .main-infos p {
    padding-bottom: 0;
}

.main-content.dgroovezine.internal .event .infos .main-infos .name {
    font-size: 36px;
    font-weight: 800;
    color: #536DFE;
    position: relative;
    margin-bottom: 5px;
}

.main-content.dgroovezine.internal .event .infos .main-infos .name:after {
    content: "";
    width: 60px;
    height: 4px;
    background: #536DFE;
    position: absolute;
    bottom: 0;
    left: 0;
}

.main-content.dgroovezine.internal .event .infos .main-infos .date {
    font-size: 30px;
    font-weight: 300;
}

.main-content.dgroovezine.internal .event .infos .main-infos .hour {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 20px;
}

.main-content.dgroovezine.internal .event .infos .agenda li {
    padding-bottom: 7px;
}

.main-content.dgroovezine.internal .event .infos .block-title {
    font-size: 26px;
    font-weight: 800;
    color: #37474F;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.main-content.dgroovezine.internal .event .infos .block-title:after {
    content: "";
    width: 60px;
    height: 4px;
    background: #536DFE;
    position: absolute;
    bottom: 0;
    left: 0;
}

.main-content.dgroovezine.internal .event .organizer-and-cta {
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
}

@media(max-width: 480px){
	.main-content.dgroovezine.internal .event .organizer-and-cta {
		flex-direction: column;
	}
}

.main-content.dgroovezine.internal .event .organizer-and-cta > div {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
}

.main-content.dgroovezine.internal .event .organizer-and-cta .organizer {
    padding-right: 40px;
    font-size: 22px;
    font-weight: 300;
}

.main-content.dgroovezine.internal .event .organizer-and-cta .cta .btn {
    width: 100%;
}


body.search-results {
	padding-top: 0;
}


.hero.search-results {
    min-height: 150px;
    background-position: center;
	padding: 0;
}

.hero.search-results .overlay {
   min-height: 150px;
}

.search-results {
    padding: 40px 0;
}

.search-results .search-header {
    padding-bottom: 60px;
}

.search-results .search-header .results-amount {
    font-style: italic;
}

.search-results .results-list li {
    padding-bottom: 40px;
}

.search-results .results-list li h3 {
    padding-bottom: 15px;
}

.search-results .results-list li a {
    color: #000000
}

.search-results .results-list li a:hover h3 {
    color: #536DFE;
}


#contactpage {
    background: rgba(0,0,0,0.9);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: none;
}



#contactpage .close {
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #FFFFFF;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
}

#contactpage .newsletter-wrapper {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
	    overflow: auto;
}


#contactpage .newsletter-wrapper .title, .spu-content .title {
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 20px;
}


#contactpage .newsletter-wrapper .title h1, #contactpage .newsletter-wrapper .title h2, .spu-content .title h2 {
    font-size: 1rem;
    font-weight: normal;
}


#contactpage .newsletter-wrapper .title h1, .spu-content .title h1 {
    text-transform: uppercase;
}


#contactpage .newsletter-wrapper .title h2, .spu-content .title h2 {
    font-size: 0.8rem;
}


#contactpage .newsletter-wrapper .newsletter-input {
    width: 100%;
    max-width: 500px;
    color: #FFFFFF;
}


#contactpage .newsletter-wrapper .newsletter-input form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}


#contactpage .newsletter-wrapper .newsletter-input .input, .spu-content .input  {
    margin-bottom: 2px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

#contactpage .newsletter-wrapper .newsletter-input input[type="text"]{
    background: transparent;
    color: #FFFFFF;
	-webkit-appearance: none !important;
	-webkit-border-radius:0px;
	 border: none!important;
}

#contactpage .newsletter-wrapper .newsletter-input select {
    color: #bbbbbb;
    height: 50px;
    font-size: 18px;
    border: none !important;
	-webkit-appearance: none !important;
	-webkit-border-radius:0px;
	margin-left: 10px;
	
}

#contactpage .newsletter-wrapper .terms-and-cta .input {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
}

#contactpage .newsletter-wrapper .terms-and-cta .terms, .spu-content .terms-and-cta .terms {
    font-size: 0.6rem;
    text-decoration: none;
	margin-bottom: 15px;
	border:none;
	margin: 15px 0;
	color:#FFFFFF;
}

#contactpage .newsletter-wrapper .terms-and-cta .terms a, .spu-content .terms-and-cta .terms a {
    color:#DDDDDD;
}

#contactpage .newsletter-wrapper .terms-and-cta .terms input[type="checkbox"], .spu-content .terms-and-cta .terms input[type="checkbox"] {
    margin-right: 10px;
	font-size:50px;
}


#contactpage .newsletter-wrapper .terms-and-cta .cta .btn {
    width: 100%;
}



#search {
    background: rgba(0,0,0,0.9);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    display: none;
}



#search .close {
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #FFFFFF;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
}



#search .search-wrapper {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}



#search .search-wrapper .search-input {
    width: 100%;
    max-width: 500px;
    color: #FFFFFF;
    text-align: center;
}



#search .search-wrapper .search-input form {
    display: -ms-flexbox;
    display: flex;
}



#search .search-wrapper .search-input form button {
    background: transparent;
    border: 0;
    width: 50px;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}



#search .search-wrapper .search-input input[type="text"]{
    background: transparent;
    color: #FFFFFF;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}


#newsletter-subscription {
    background: rgba(0,0,0,0.9);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: none;
    padding: 20px;
}


#newsletter-subscription .close {
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #FFFFFF;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
}


#newsletter-subscription .newsletter-wrapper {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}


#newsletter-subscription .newsletter-wrapper .title {
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 40px;
}


#newsletter-subscription .newsletter-wrapper .title h1, #newsletter-subscription .newsletter-wrapper .title h2 {
    font-size: 1rem;
    font-weight: normal;
}


#newsletter-subscription .newsletter-wrapper .title h1 {
    text-transform: uppercase;
}


#newsletter-subscription .newsletter-wrapper .title h2 {
    font-size: 0.8rem;
}


#newsletter-subscription .newsletter-wrapper .newsletter-input {
    width: 100%;
    max-width: 500px;
    color: #FFFFFF;
}


#newsletter-subscription .newsletter-wrapper .newsletter-input form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}


#newsletter-subscription .newsletter-wrapper .newsletter-input .input {
    margin-bottom: 30px;
}


#newsletter-subscription .newsletter-wrapper .newsletter-input input[type="text"]{
    background: transparent;
    color: #FFFFFF;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}


#newsletter-subscription .newsletter-wrapper .newsletter-input select {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    height: 50px;
}


#newsletter-subscription .newsletter-wrapper .terms-and-cta .input {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
}


#newsletter-subscription .newsletter-wrapper .terms-and-cta .terms {
    font-size: 0.6rem;
    text-decoration: underline;
}


#newsletter-subscription .newsletter-wrapper .terms-and-cta .terms input[type="checkbox"] {
    margin-right: 10px;
}


#newsletter-subscription .newsletter-wrapper .terms-and-cta .cta .btn {
    width: 100%;
}





@media(max-width: 480px) {
    #newsletter-subscription .row {
        -ms-flex-direction: column;
            flex-direction: column;
    }
    #newsletter-subscription .row .input {
        margin-right: 0;
        width: 100%;
    }
    #newsletter-subscription .row .input input[type="text"] {
        width: 100%;
    }



.main-content.dgroovezine.internal .content {
	flex-direction: column;
}

.main-content.dgroovezine.internal .social {
	flex-direction: row;
	width: 100%;
flex-basis: auto;
margin-bottom: 15px;
}

.main-content.dgroovezine.internal .social li {
	margin-right: 10px;
	margin-bottom: 0;
}
}





#request-infos {
    background: rgba(0,0,0,0.9);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: none;
    padding: 20px;
}


#request-infos .close {
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #FFFFFF;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
}


#request-infos .infos-wrapper {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}


#request-infos .infos-wrapper .title {
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 40px;
}


#request-infos .infos-wrapper .title h1, #request-infos .infos-wrapper .title h2 {
    font-size: 1rem;
    font-weight: normal;
}


#request-infos .infos-wrapper .title h1 {
    text-transform: uppercase;
}


#request-infos .infos-wrapper .title h2 {
    font-size: 0.8rem;
}


#request-infos .infos-wrapper .infos-input {
    width: 100%;
    max-width: 500px;
    color: #FFFFFF;
}


#request-infos .infos-wrapper .infos-input form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}


#request-infos .infos-wrapper .infos-input .input {
    margin-bottom: 30px;
}


#request-infos .infos-wrapper .infos-input input[type="text"]{
    background: transparent;
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.5);
}


#request-infos .infos-wrapper .infos-input select {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    height: 50px;
}


#request-infos .infos-wrapper .terms-and-cta {
    -ms-flex-align: start;
        align-items: flex-start;
}


#request-infos .infos-wrapper .terms-and-cta .input {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
}


#request-infos .infos-wrapper .terms-and-cta .terms {
    font-size: 0.6rem;
    text-decoration: underline;
}


#request-infos .infos-wrapper .terms-and-cta .terms input[type="checkbox"] {
    margin-right: 10px;
}


#request-infos .infos-wrapper .cta {
    text-align: center;
}


#request-infos .infos-wrapper .cta .btn {
    width: 100%;
    max-width: 250px;
}


#modal-download {
    background: rgba(0,0,0,0.9);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: none;
    padding: 20px;
	overflow: auto;
}


#modal-download .close {
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #FFFFFF;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
}


#modal-download .infos-wrapper {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}


#modal-download .infos-wrapper .title {
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 40px;
}


#modal-download .infos-wrapper .title h1, #modal-download .infos-wrapper .title h2 {
    font-size: 1rem;
    font-weight: normal;
}


#modal-download .infos-wrapper .title h1 {
    text-transform: uppercase;
}


#modal-download .infos-wrapper .title h2 {
    font-size: 0.8rem;
}


#modal-download .infos-wrapper .infos-input,
#modal-download .infos-wrapper .newsletter-input {
    width: 100%;
    max-width: 500px;
    color: #FFFFFF;
}


#modal-download .infos-wrapper .infos-input form,
#modal-download .infos-wrapper .newsletter-input form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}


#modal-download .infos-wrapper .infos-input .input,
#modal-download .infos-wrapper .newsletter-input .input {
    margin-bottom: 16px;
}

#modal-download a{
    font-size: 14px;
}


#modal-download .infos-wrapper .infos-input input[type="text"],
#modal-download .infos-wrapper .newsletter-input input[type="text"],
#modal-download .infos-wrapper .newsletter-input input[type="email"]{
    background: transparent;
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.5);
}


#modal-download .infos-wrapper .infos-input select {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    height: 50px;
}


#modal-download .infos-wrapper .terms-and-cta {
    -ms-flex-align: start;
        align-items: flex-start;
}


#modal-download .infos-wrapper .terms-and-cta .input {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
}


#modal-download .infos-wrapper .terms-and-cta .terms {
    font-size: 0.6rem;
    text-decoration: underline;
display: flex;
}

#modal-download .infos-wrapper .terms-and-cta .terms .wpcf7-form-control-wrap {
	flex: 0 0 auto;
}


#modal-download .infos-wrapper .terms-and-cta .terms input[type="checkbox"] {
    margin-right: 10px;
}

#modal-download .infos-wrapper .terms-and-cta .terms .wpcf7-list-item {
	margin: 0;
}


#modal-download .infos-wrapper .cta {
    text-align: center;
}


#modal-download .infos-wrapper .cta .btn {
    width: 100%;
    max-width: 250px;
}



@media(max-width: 480px) {
    #request-infos .row {
        -ms-flex-direction: column;
            flex-direction: column;
    }
    #request-infos .row .input {
        margin-right: 0;
        width: 100%;
    }
    #request-infos .row .input input[type="text"] {
        width: 100%;
    }
    
    #modal-download .row {
        -ms-flex-direction: column;
            flex-direction: column;
    }
    #modal-download .row .input {
        margin-right: 0;
        width: 100%;
    }
    #modal-download .row .input input[type="text"] {
        width: 100%;
    }
    
    
}

.error404 #footer {
	display: none;
}

#not-found-404 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #536DFE;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

#not-found-404 .wrapper-404 {
    padding: 20px;
    color: #FFFFFF;
    width: 100%;
    max-width: 1000px;
    text-align: center;
	margin-top: 40px;
}

#not-found-404 .wrapper-404 figure {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 30px;
}

#not-found-404 .wrapper-404 a {
    color: #FFFFFF;
    border-bottom: 1px solid #F3456E;
}

#not-found-404 .wrapper-404 h1 {
    font-size: 50px;
}

#not-found-404 .wrapper-404 h2 {
    font-size: 36px;
    font-weight: normal;
}

@media(max-width: 480px) {
	#not-found-404 .wrapper-404 h1 {
		font-size: 30px;
	}

	#not-found-404 .wrapper-404 h2 {
		font-size: 25px;
		font-weight: normal;
	}
}



/*LANDINGS*/

.hero.landing .text {
    width: 100%;
    max-width: 1100px;
}

.hero.landing .overlay {
    padding-top: 140px;
    padding-bottom: 40px;
    min-height: 650px
}

.hero.landing .event-details {
    font-size: 30px;
    font-style: italic;
}

.hero.landing .cta {
    margin-top: 40px;
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.hero.landing.landing-event {
    background-image: url(/wp-content/themes/dgroove/images/focus-landing1.jpg);
    text-align: center;
}

.hero.landing.landing-event .cta .btn {
    -ms-flex: 0 0 350px;
        flex: 0 0 350px;
    margin: 10px;
}

/*
.hero.landing.landing-product {
    background-image: url(/wp-content/themes/dgroove/images/focus-landing2.jpg);
}*/

.hero.landing.landing-product h1 {
    text-align: left;
}

.hero.landing.landing-product h2 {
    padding-bottom: 30px;
}

.hero.landing.landing-book {
    background-image: none;
}

.hero.landing.landing-book .text {
    display: -ms-flexbox;
    display: flex;
}

.hero.landing.landing-book .text .description {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding-right: 50px;
}

.hero.landing.landing-book .text .image {
    -ms-flex: 0 0 250px;
        flex: 0 0 250px;
}

@media(max-width: 480px) {
    .hero.landing.landing-book .text {
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .hero.landing.landing-book .text .image, .hero.landing.landing-book .text .description {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        text-align: center;
        padding-right: 0;
    }
    .hero.landing.landing-book .text .image {
        -ms-flex-order: 1;
            order: 1;
        padding-bottom: 30px;
    }
    .hero.landing.landing-book .text .image img {
        max-width: 150px;
    }
    .hero.landing.landing-book .text .description {
        -ms-flex-order: 2;
            order: 2;
    }
}

.hero.landing.landing-courses {
    background-image: url(/wp-content/themes/dgroove/images/focus-landing3.jpg);
}

.hero.landing.landing-courses .overlay {
    padding-bottom: 50px;
}

.hero.landing.landing-courses .text {
    display: -ms-flexbox;
    display: flex;
}

.hero.landing.landing-courses .text .description {
    -ms-flex: 1 1 60%;
        flex: 1 1 60%;
    padding-right: 50px;
    text-align: center;
}

.hero.landing.landing-courses .text .description .logo img {
    height: 100px;
    width: auto;
}

.hero.landing.landing-courses .text .book-now {
    padding: 50px 20px 20px;
    -ms-flex: 1 1 40%;
        flex: 1 1 40%;
    background: #FFFFFF;
    color: #000000;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
}

.hero.landing.landing-courses .text .book-now input[type='text'], .hero.landing.landing-courses .text .book-now input[type='email'] {
    border: 1px solid #DDD;
    height: 50px;
    padding: 0 10px;
    width: 100%;
    font-size: 18px;
    font-family: 'Open Sans',sans-serif;
}

.hero.landing.landing-courses .text .book-now .terms {
    font-size: 14px;
}

.hero.landing.landing-courses .text .book-now .cta {
    margin-top: 20px;
    text-align: center;
}

@media(max-width: 480px) {
    .hero.landing.landing-courses .text {
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .hero.landing.landing-courses .text .form, .hero.landing.landing-courses .text .description {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        text-align: center;
    }
    .hero.landing.landing-courses .text .form {
        -ms-flex-order: 2;
            order: 2;
    }
    .hero.landing.landing-courses .text .form img {
        max-width: 150px;
    }
    .hero.landing.landing-courses .text .description {
        -ms-flex-order: 1;
            order: 1;
        padding-right: 0;
        padding-bottom: 30px;
    }
}

@media(max-width: 480px) {
    .hero.landing .overlay {
        padding-top: 80px;
    }
        }

#landing-event .event-overview {
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
}

#landing-event .event-overview li {
    background: #ECEFF1;
    -ms-flex: 0 0 calc((100% / 3) - 6px);
        flex: 0 0 calc((100% / 3) - 6px);
    margin: 3px;
    padding: 30px;
    text-align: center;
}

#landing-event .event-overview li .icon, #landing-event .event-overview li h3 {
    color: #F3456E;
}

#landing-event .event-overview li .icon {
    font-size: 40px;
}

#landing-event .event-overview li h3 {
    font-size: 30px;
}

#landing-event .event-overview li p {
    font-size: 24px;
    margin-top: 20px;
}

#landing-event .event-overview li a {
    color: #000000;
}

#landing-event .event {
    border: 15px solid #536DFE;
    padding: 20px 20px 40px;
    width: 100%;
    max-width: 1100px;
    margin: 40px auto 60px;
}

#landing-event .event .infos {
    display: -ms-flexbox;
    display: flex;
}

#landing-event .event .infos > div {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
}

#landing-event .event .infos .main-infos {
    padding-right: 40px;
}

#landing-event .event .infos .main-infos .location {
    font-size: 26px;
    font-weight: 800;
    color: #37474F;
}

#landing-event .event .infos .main-infos .relators {
    margin-bottom: 40px;
}

#landing-event .event .infos .main-infos p {
    padding-bottom: 0;
}

#landing-event .event .infos .main-infos .name {
    font-size: 36px;
    font-weight: 800;
    color: #536DFE;
    position: relative;
    margin-bottom: 5px
}

#landing-event .event .infos .main-infos .name:after {
    content: "";
    width: 60px;
    height: 4px;
    background: #536DFE;
    position: absolute;
    bottom: 0;
    left: 0;
}

#landing-event .event .infos .main-infos .date {
    font-size: 30px;
    font-weight: 300;
}

#landing-event .event .infos .main-infos .hour {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 20px;
}

#landing-event .event .infos .agenda {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}

#landing-event .event .infos .agenda ul {
    margin-bottom: 40px;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
}

#landing-event .event .infos .agenda li {
    padding-bottom: 7px;
}

#landing-event .event .infos .block-title {
    font-size: 26px;
    font-weight: 800;
    color: #37474F;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px
}

#landing-event .event .infos .block-title:after {
    content: "";
    width: 60px;
    height: 4px;
    background: #536DFE;
    position: absolute;
    bottom: 0;
    left: 0;
}

#landing-event .event .cta .btn {
    width: 100%;
}

@media(max-width: 1025px) {
    #landing-event .event-overview li {
        padding: 15px;
    }
    #landing-event .event-overview li p {
        font-size: 18px;
    }
            }

@media(max-width: 480px) {
    #landing-event .event-overview {
        -ms-flex-direction: column;
            flex-direction: column;
    }
        }

@media(max-width: 480px) {
    #landing-event .event .infos {
        -ms-flex-direction: column;
            flex-direction: column;
    }
    #landing-event .event .infos .organizer {
        margin-bottom: 40px;
    }
            }

#landing-product .product-overview {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

#landing-product .product-overview li {
    background: #ECEFF1;
    -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
    padding: 60px 30px;
    text-align: center;
}

#landing-product .product-overview li .image {
    color: #F3456E;
}

#landing-product .product-overview li .image img {
    height: 80px;
}

#landing-product .product-overview li h3 {
    font-size: 24px;
}

#landing-product .product-overview li p {
    font-size: 24px;
    margin-top: 20px;
}
#landing-webinar .product-overview li p {
    font-size: 24px;
    margin-top: 20px;
}

#landing-product .product-overview li a {
    color: #000000;
}

#landing-product .intro {
    max-width: 1100px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#landing-webinar .intro {
    max-width: 1100px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#landing-product .intro .cta {
    margin-top: 40px;
    text-align: center;
}

@media(max-width: 1025px) {
    #landing-product .product-overview li {
        padding: 15px;
    }
    #landing-product .product-overview li p {
        font-size: 18px;
    }
            }

@media(max-width: 480px) {
    #landing-product .product-overview {
        -ms-flex-direction: column;
            flex-direction: column;
    }
        }


#landing-book .book-overview {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}


#landing-book .book-overview li {
    -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
    padding: 60px 30px;
    text-align: center;
}


#landing-book .book-overview li .image {
    color: #F3456E;
}


#landing-book .book-overview li .image img {
    height: 80px;
}


#landing-book .book-overview li h3 {
    font-size: 30px;
}


#landing-book .book-overview li p {
    font-size: 24px;
    margin-top: 20px;
}


#landing-book .book-overview li a {
    color: #000000;
}


#landing-book .alternate-blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}


#landing-book .alternate-blocks > li {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
}


#landing-book .alternate-blocks .image {
    background-size: cover;
    background-position: center
}


#landing-book .alternate-blocks .image.marketing {
    background-image: url(/wp-content/themes/dgroove/images/digital-marketing.jpg);
}


#landing-book .alternate-blocks .image.cogs {
    background-image: url(/wp-content/themes/dgroove/images/cogs.jpg);
}


#landing-book .alternate-blocks .quote {
    background: #F3456E;
    color: #FFFFFF;
    padding: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
}


#landing-book .alternate-blocks .quote .quote-wrapper {
    width: 100%;
    max-width: 600px;
}


#landing-book .alternate-blocks .quote .title {
    font-size: 36px;
    padding-bottom: 40px;
}


#landing-book .alternate-blocks .quote .subtitle {
    font-size: 30px;
}


#landing-book .alternate-blocks .counter {
    counter-reset: section;
    font-size: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 30px;
}


#landing-book .alternate-blocks .counter ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}


#landing-book .alternate-blocks .counter > ul li {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}


#landing-book .alternate-blocks .counter > ul li:last-of-type {
    margin-bottom: 0;
}


#landing-book .alternate-blocks .counter li:before {
    content: "X";
    -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    counter-increment: section;
    content: counter(section);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #F3456E;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 40px;
    font-weight: 800;
    color: #FFFFFF;
    margin-right: 30px;
}


@media(max-width: 1025px) {
    #landing-book .book-overview li {
        padding: 15px;
    }
    #landing-book .book-overview li p {
        font-size: 18px;
    }
            }


@media(max-width: 480px) {
    #landing-book .book-overview {
        -ms-flex-direction: column;
            flex-direction: column;
    }
        }


@media(max-width: 768px) {
    #landing-book .alternate-blocks > li {
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    }
    #landing-book .alternate-blocks .image {
        min-height: 250px;
    }
    #landing-book .alternate-blocks .cogs {
        -ms-flex-order: 2;
            order: 2;
    }
    #landing-book .alternate-blocks .counter {
        -ms-flex-order: 3;
            order: 3;
    }
        }


#landing-courses .book-overview {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}


#landing-courses .book-overview li {
    -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
    padding: 60px 30px;
    text-align: center;
}


#landing-courses .book-overview li .image {
    color: #F3456E;
}


#landing-courses .book-overview li .image img {
    height: 80px;
}


#landing-courses .book-overview li h3 {
    font-size: 30px;
}


#landing-courses .book-overview li p {
    font-size: 24px;
    margin-top: 20px;
}


#landing-courses .book-overview li a {
    color: #000000;
}


#landing-courses .alternate-blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
}


#landing-courses .alternate-blocks > li {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
}


#landing-courses .alternate-blocks .image {
    background-size: cover;
    background-position: center
}


#landing-courses .alternate-blocks .image.interview {
    background-image: url(/wp-content/themes/dgroove/images/interview.jpg);
}


#landing-courses .alternate-blocks .image.cogs {
    background-image: url(/wp-content/themes/dgroove/images/cogs.jpg);
}


#landing-courses .alternate-blocks .teachers {
    background: #F3456E;
    color: #FFFFFF;
    padding: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    font-size: 24px;
}


#landing-courses .alternate-blocks .teachers .icon {
    font-size: 40px;
}


#landing-courses .alternate-blocks .teachers .title {
    font-weight: 800;
    font-size: 30px;
    padding-bottom: 10px;
}


#landing-courses .alternate-blocks .teachers .teachers-list {
    padding-bottom: 30px;
}


#landing-courses .alternate-blocks .counter {
    counter-reset: section;
    font-size: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 30px;
}


#landing-courses .alternate-blocks .counter h1 {
    padding-bottom: 20px;
}


#landing-courses .alternate-blocks .counter ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
}


#landing-courses .alternate-blocks .counter > ul li {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}


#landing-courses .alternate-blocks .counter > ul li:last-of-type {
    margin-bottom: 0;
}


#landing-courses .alternate-blocks .counter li:before {
    content: "X";
    -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    counter-increment: section;
    content: counter(section);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #F3456E;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 40px;
    font-weight: 800;
    color: #FFFFFF;
    margin-right: 30px;
}


#landing-courses .alternate-blocks .reservation-form {
    background: #536DFE;
    padding: 40px;
}


#landing-courses .alternate-blocks .reservation-form .book-now {
    padding: 50px 20px 20px;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    background: #FFFFFF;
    color: #000000;
}
.more-link {
	display:none;
}

#landing-courses .alternate-blocks .reservation-form .book-now input[type='text'], #landing-courses .alternate-blocks .reservation-form .book-now input[type='email'] {
    border: 1px solid #DDD;
    height: 50px;
    padding: 0 10px;
    width: 100%;
    font-size: 18px;
    font-family: 'Open Sans',sans-serif;
}


#landing-courses .alternate-blocks .reservation-form .book-now .terms {
    font-size: 14px;
}


#landing-courses .alternate-blocks .reservation-form .book-now .cta {
    margin-top: 20px;
    text-align: center;
}


#landing-courses .course-details {
    display: -ms-flexbox;
    display: flex;
}


#landing-courses .course-details > div {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    padding: 60px 40px;
    color: #37474F;
}


#landing-courses .course-details .block-title {
    font-size: 26px;
    font-weight: 800;
    color: #37474F;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px
}


#landing-courses .course-details .block-title:after {
    content: "";
    width: 60px;
    height: 4px;
    background: #536DFE;
    position: absolute;
    bottom: 0;
    left: 0;
}

.vc-hoverbox-block {
	height: 500px!important;
}

@media(max-width: 1025px) {

.vc-hoverbox-block {
	height: 400px!important;
}
    #landing-courses .book-overview li {
        padding: 15px;
    }
    #landing-courses .book-overview li p {
        font-size: 18px;
    }
    img.attachment-full {
    height:auto;
    }
            }


@media(max-width: 480px) {
    #landing-courses .book-overview {
        -ms-flex-direction: column;
            flex-direction: column;
    }
        }


@media(max-width: 768px) {
    #landing-courses .alternate-blocks > li {
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    }
        }


@media(max-width: 480px) {
.vc-hoverbox-block {
	height: 300px!important;
}

    #landing-courses .course-details {
        -ms-flex-direction: column;
            flex-direction: column;
    }
	
	.hero.landing.landing-product h1 {
    font-size: 1.5em;}
	.hero.landing.landing-product h2 {
    font-size: 1.3em;}
        }

.striped-list li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 25px
}

.striped-list li:before {
    content: "";
    display: block;
    width: 20px;
    height: 4px;
    background: #536DFE;
    position: absolute;
    left: 0;
    top: 17px;
}

#form-lavora-con-noi .terms {
	font-size: 12px;
	color: #FFFFFF;
}

#form-lavora-con-noi .terms a {
	color: #FFFFFF;
	text-decoration: underline;
}

.class-form-lavora-con-noi p:last-of-type {
	text-align: right;
}

div.wpcf7 .ajax-loader {
	background-image: url('/wp-content/themes/dgroove/images/ajax-loader.gif');
	width: 64px;
	height: 64px;
	margin-top: 5px;
}

.logos-slider img {
    height: auto;
}

@media(max-width: 480px){
	.class-form-lavora-con-noi p:last-of-type {
		text-align: center;
		margin-top: 15px;
	}
}

#magenta-slider .vc_tta-panels-container{
	height: 200px;
}

.dgroove-academy {
	width: 100%;
	max-width: 150px;
	margin-bottom: 15px;
}


/*FORM HUBSPOT*/
.form-hubspot-web .hbspt-form {
	padding: 50px 20px 20px;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
    background: #FFFFFF;
    color: #cccccc;
	max-width: 480px;
}


.form-hubspot-web .hbspt-form input[type="text"],
.form-hubspot-web .hbspt-form input[type="number"],
.form-hubspot-web .hbspt-form input[type="email"],
.form-hubspot-web .hbspt-form input[type="phone"],
.form-hubspot-web .hbspt-form input[type="tel"],
.form-hubspot-web .hbspt-form input[type="file"],
.form-hubspot-web .hbspt-form select {
	border: 1px solid #ddd;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	height: 50px;
	padding: 0 10px;
	width: 100% !important;
	color: #bbb;
	margin-bottom: 10px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bbb !important;
	font-family: 'Open Sans', sans-serif !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bbb !important;
	font-family: 'Open Sans', sans-serif !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #bbb !important;
	font-family: 'Open Sans', sans-serif !important;
}

.form-hubspot-web .hbspt-form .hs-button {
	background-image: none;
    background-color: #F3456E;
    border: 1px solid #F3456E;
	color: white;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase; 
	padding: 20px;
    transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-webkit-transition: all 150ms ease-in-out;
	cursor: pointer;
}

.form-hubspot-web .hbspt-form .hs-button:hover {
	background-color: #ef1452;
} 

.form-hubspot-web .hbspt-form a {text-decoration: none !important;}
.form-hubspot-web .hbspt-form label {display: none;}
.form-hubspot-web .hbspt-form .legal-consent-container label, .form-hubspot-web .hbspt-form .hs-error-msgs label  {display: block; line-height: 1em; }
.form-hubspot-web .hbspt-form .legal-consent-container label span {font-size: 14px; color: #808080;}
.form-hubspot-web .hbspt-form .hs-error-msgs label {font-size: 14px; color: red; margin: 5px 0 10px 0;}

.grecaptcha-badge{
	visibility: collapse !important;  
}


@media(min-width: 1025px){
	#homepage-hero {
		
		background: transparent !important;
			
	}
}

@media(max-width: 1024px){

	.intro-video {
		display: none !important;
	}
	
	#homepage-hero {
		
		background: url(https://www.dgroove.it/wp-content/uploads/2018/01/header_top-1.jpg) center center no-repeat;
		
	}
}

/*VIDEO HOME*/
.intro-video {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;

}
.wp-video {
    width: 100%!important;
    height: auto;
}

.wp-video-shortcode video, video.wp-video-shortcode {
    width: 1200px !important;
    height: 100% !important;
}

.flex-video video {
	position:relative;
	width:100%;
	height:100%;
}

/*BUTTON POPUP LANDING*/
.btn,
.spu-open-3247,
.spu-open-4106,
.spu-open-4190,
.spu-open-3561,
.spu-open-3522,
.spu-open-3569,
.spu-open-3978,
.spu-open-4190,
.spu-open-5007,
.vc_btn3,
.vc_btn3.vc_btn3-style-modern,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern {
    padding: 20px 20px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    font-size: 20px;
    background-image: none;
    background-color: #536DFE;
    border-color: #536DFE;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0;
    transition: all 150ms ease-in-out;
	white-space: normal;
}
.btn.secondary, .spu-open-3247,.spu-open-3561,.spu-open-4106, .spu-open-3247, .spu-open-4190, .spu-open-5007, .spu-open-3522, .spu-open-3569, .spu-open-3978, .spu-open-4190, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
    background-image: none;
    background-color: #F3456E;
    border-color: #F3456E;
    transition: all 150ms ease-in-out;
}

/*HIDE BOX 3 column Landing*/
.postid-3558 .product-overview, .postid-3945 .product-overview, .postid-4531 .product-overview {
	display: none !important;  
}

/*HIDE MENU LANDING*/
.postid-3945 .main-menu, .postid-3994 .main-menu, .postid-4047 .main-menu, .postid-3922 .main-menu, .postid-4190 .main-menu, .postid-4531 .main-menu {
    display: none !important;  
}

/* AVATAR AUTHOR BOX*/
.saboxplugin-wrap .saboxplugin-gravatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 90px!important;
}

/* INDICE POST*/
.indice {
    margin-left: 40px!important;
}

.article-image {
    display: inline-table;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border, .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle {
    border: 5px solid #EF1552!important;
}

.linkedin_ico.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md {
    max-width: 100%!important;
    line-height: 2.15em!important;
    width: 26px;
    margin-top: -32px;
}


/* PRIVACY FORMS */
.terms-and-cta, .privacy a {
    margin-top: 15px;
    font-size:12px;
}
.privacy p {
    font-size:12px!important;
}

/* AMAZON POLLY PODCAST */
#amazon-ai-player-label {
    font-size: 78%;
    font-family: 'Open Sans',sans-serif!important;
    font-weight: 600;
    text-transform: uppercase;
    color: #F3456E;
}
.cta #amazon-polly-audio-table {
display:none;
}

#amazon-ai-player-container {
margin-bottom:30px;
}

.cn-buttons-container a {
    background: #F3456E;
    color: #fff;
    padding: 5px 30px;
    margin: 0 0 10px;
}

/* PAGINA PROTETTA PASSWORD*/
#wpppass form.four input[type="submit"] {
    background-color: #F3456E;
    border-color: #F3456E;
    transition: all 150ms ease-in-out;
    color:#fff;
    padding: 20px 20px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    font-size: 20px;
    cursor:pointer;
	text-transform: uppercase;
    font-weight: 800;
    border-radius: 0;
    transition: all 150ms ease-in-out;
    white-space: normal;
}

.vc_btn3-color-juicy-pink {
    background-image: none;
    background-color: #F3456E!important;
    border-color: #F3456E!important;
    transition: all 150ms ease-in-out;
}

.news {
    min-height: 755px !important;
}
.news .news-wrapper {
    display: block !important;
}
.news .news-wrapper .article-image {
    display: block !important;
}


body #iubenda-cs-banner .iubenda-cs-brand img {
    max-height: unset !important;
}