/*
Theme Name: triangle By NetLab
Theme URI: https://netlab360.it/
Description: triangle
Author: Alberto Longato
Author URI: https://netlab360.it/
Template: Divi
Version: Updated for Divi 3
*/

.small-button.smallblue {background:#015385 !important; color:#fff !important; border:1px solid #015385; font-weight:400 !important; text-shadow:none !important; text-transform:uppercase;}
.small-button.smallblue:hover {color:#015385 !important; background:#fff !important;}
.aligncenter {text-align:center;}

table.triangle {}
table.triangle tr td{}
table.triangle .c1{background:#2c5f1d; color:#ffffff;}
table.triangle .c2{background:#a5d291; color:#101010;}
table.triangle .c3{background:#e1eeda; color:#101010;}
table.triangle .c4{background:#ebf7e7;}

.credits {clear:both; color:#fff; text-align:right; font-weight:300; font-size:13px; letter-spacing:0.03em;}
.credits a {color:#fff;}

@media screen and (max-width: 767px) {
	.fullWidthMobile {width:100%;}
	.credits {text-align:center;}
}

.et_password_protected_form {
	max-width:80%; 
	margin:30px auto;
	padding:30px;
	background-color: rgba(255,255,255,0.95);
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    border-width: 1px;
    border-color: #dddddd;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

.et_password_protected_form input[type="password"]{padding:1px !important; border:1px solid #ddd !important; width:auto !important;}