/*
Theme Name: docksTheFuture
Description: Faster better stronger.
Version: 0.0.1
Author: Dot Next S.N.C.
Author URI: http://www.dotnext.it
Template: dotnextfw
License: Private
*/

/* HEADS UP: I file si trovano in src/scss */




/********** pagina singolo CORSO ********/

/* tab nel corso : content */
.ld-tab-content[id^="ld-tab-materials"] {
    padding-top: 6rem!important;
}

.ld-tab-content[id^="ld-tab-materials"] a {
    font-size: 2rem;
}

.ld-tab-content[id^="ld-tab-materials"] a:before {
	content: "\e902";
    font-family: 'ld-icons' !important;
    margin-right: 13px;
    font-size: 2.5rem;
    top: 2px;
    position: relative;
}


/* tab nel corso: tab */
.ld-tabs {
	margin-top: 3rem!important;
}
 
 
.ld-tab {
	background: #3089c9;
	color: #fff!important;
	padding: 1.5em 3em!important;
}

.ld-tab.ld-active {
	background: #e2e7ed;
	
}
.ld-tab.ld-active span {
	color: #444444 !important;
}

.learndash-wrapper .ld-primary-background, .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active:after {
    background: #e2e7ed!important;
}



/********** pagina corsi ********/
.docks-courses .post_content h1 {
    margin-bottom: 25px;
}

/**** tapullo **/
@media screen and (min-width: 768px){
	.docks-courses #main article {
	    padding-left: 0;
	}
	.docks-courses #main article:before {
		content: '';
		display: none;
	}
}

.docks-courses .post_content .thumbnail {
	margin-bottom: 0;
	padding: 0;
}
.docks-courses .post_content {	
	background: #fafafa;
}
.docks-courses .post_content .text {
	padding: 25px;
}


.learndash-wrapper .ld-button:not(.ld-js-register-account):not(.learndash-link-previous-incomplete):not(.ld-button-transparent) {
	background: #3089c9!important;
    font-size: 14px;
}


/******** pulsante ********/
.ult-form-footer__signup a {
	background: #91c255;
    color: #fff;
    border-radius: 30px;
    display: block;
    padding: 12px;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
}
 
 
