/*
Theme Name: BIOMARIN Theme
Text Domain: biomarin
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: 
Author: Netizens s.r.l.
Author URI: https://www.netizens.it/
Theme URI:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
*{
	margin: 0;
	padding: 0;
	line-height: 1.25;
	background-repeat: no-repeat;
	color: #666666;
}
ul, ol{
	padding-left: 15px;
}
*:after{
	background-repeat: no-repeat;
}
a, a:hover{
	text-decoration: none !important;
}
p{
	line-height: 1.4;
	font-size: 15px;
}
.wpb_wrapper p{
	margin-bottom: 15px;
}
.font-roboto, .font-roboto *{
	font-family: 'Roboto', sans-serif;
}
.font-roboto-slab, .font-roboto-slab *{
	font-family: 'Roboto Slab', serif;
}
.weight-light, .weight-light *{
	font-weight: 300;
}
.weight-medium{
	font-weight: 500;
}
.weight-bold, .weight-bold *, b, strong{
	font-weight: 700;
}
.weight-extrabold, .weight-extrabold *{
	font-weight: 800;
}
.text-size-18{
	font-size: 16px;
}
.text-size-21, .text-size-21 *{
	font-size: 19px;
}
.text-size-25, .text-size-25 *{
	font-size: 21px;
}
.text-size-28{
	font-size: 24px;
}
.pl-45, .px-45{
	padding-left: 2rem!important;
}
.pr-45, .px-45{
	padding-right: 2rem!important;
}
h1, h2, h3, h4{
	font-family: 'Roboto Slab', serif;
	line-height: 1;
}
h2{
	font-size: 23px;
	font-weight: 400;
}
p, a{
	font-family: 'Roboto', sans-serif;
	margin-bottom: 0;
}
a:hover{
	text-decoration: none;
}
.text-primary, .text-primary *{
	color: #E40073 !important ;
}
.text-secondary, .text-secondary *, a.text-secondary:hover{
	color: #004798 !important;
}
.bg-primary, .bg-primary:hover, a.bg-primary:hover{
	background-color: #E40073 !important;
}
.bg-secondary, .bg-secondary:hover, a.bg-secondary:hover{
	background-color: #004798 !important;
}
.bg-gradient, input[type="submit"]#um-submit-btn{
    background: rgb(0,71,152) !important;
    background: -moz-linear-gradient(90deg, rgba(0,71,152,1) 0%, rgba(168,36,136,1) 32%, rgba(228,0,115,1) 64%, rgba(233,88,29,1) 100%) !important;
    background: -webkit-linear-gradient(90deg, rgba(0,71,152,1) 0%, rgba(168,36,136,1) 32%, rgba(228,0,115,1) 64%, rgba(233,88,29,1) 100%) !important;
    background: linear-gradient(90deg, rgba(0,71,152,1) 0%, rgba(168,36,136,1) 32%, rgba(228,0,115,1) 64%, rgba(233,88,29,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004798",endColorstr="#e9581d",GradientType=1) !important; 
}
.border-right-primary{
	border-right: 2px solid #E40073 !important;
}
.box-shadow-2{
	box-shadow: 1px 2px 5px 3px rgba(0,0,0,0.1);
	background-color: #FFF;
}
main .button, main input[type="submit"], main input[type="reset"], main input[type="button"]{
	padding: 12px 16px;
    border: none;
    background: #333 !important;
    color: #fff !important;
    font-size: 0.9rem;
    line-height: 1;
    -webkit-appearance: none;
	border-radius: 3px;
	transition: all 0.2s ease-in-out;
	font-weight: 500 !important;
	min-width: 250px !important;
	display: table !important;
	margin: auto !important;
}
.um-faicon-caret-up{
	display: none;
}
.um-field-error, p.um-notice.err{
	background: transparent !important;
	color: #C74A4A !important;
	padding: 0 !important;
}
.um-error-code-incorrect_password{
	display: none;
}
/*############# HEADER ##############*/
.site-logo{
	width: 100%;
	height: auto;
	max-width: 1300px;
}
.hp-btn{
	display: table;
}
.hp-btn a{
	font-size: 0 !important;
    display: block;
    width: 45px;
	height: 45px;
	background-image: url("assets/img/home-icon.png");
	background-size: contain;
	background-position: center;
}
.menu-item{
	float: left;
	margin-right: 30px;
}
.menu-item a, .menu-item a:hover{
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	text-transform: uppercase;
	color: rgb(255,255,255);
	line-height: 45px;
	font-weight: 700;
}
#menu-main-menu{
	list-style: none;
	display: table;
	margin-bottom: 0;
}
.usericon-box{
	width: 60px;
	height: 60px;
	background-image: url("assets/img/user-icon-blue.png");
	background-size: 50% auto;
	background-position: center;
}

/*################## LOGIN ################*/
body.page-template-template-login{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100vh;
}
body.page-template-template-login:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-image: url("assets/img/bg-login.png");
	background-size: cover;
	background-position: center bottom;
	height: 50vh;
}

.login-page-content{
	padding-top: 50vh;
}
input[type="submit"]#um-submit-btn{
	text-transform: uppercase !important;
	border-radius: 0 !important; 
	font-weight: 700 !important;
	font-size: 20px !important;
	font-family: 'Roboto', sans-serif;
	min-width: 0 !important;
}
.form-login .um-field-icon{
	width: 24px;
}
.um.um-login{
	margin-right: 0 !important;
}
.um-form .form-login input[type="text"]::placeholder, .um-form .form-login input[type="password"]::placeholder, .form-login .um-field-icon i{
	color: rgba(228,0,115,1) !important;
}
.um-form .form-login input[type="text"].um-form-field, .um-form .form-login input[type="text"].um-form-field:focus,
.um-form .form-login input[type="password"].um-form-field, .um-form .form-login input[type="password"].um-form-field:focus{
	border: 0 !important;
	color: rgba(228,0,115,1) !important;
	font-size: 20px !important;
	font-weight: 300 !important;
	padding-left: 35px !important;
}
.um-form .form-login .um-field-area:after{
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background: rgb(0,71,152) !important;
    background: -moz-linear-gradient(90deg, rgba(0,71,152,1) 0%, rgba(168,36,136,1) 32%, rgba(228,0,115,1) 64%, rgba(233,88,29,1) 100%) !important;
    background: -webkit-linear-gradient(90deg, rgba(0,71,152,1) 0%, rgba(168,36,136,1) 32%, rgba(228,0,115,1) 64%, rgba(233,88,29,1) 100%) !important;
    background: linear-gradient(90deg, rgba(0,71,152,1) 0%, rgba(168,36,136,1) 32%, rgba(228,0,115,1) 64%, rgba(233,88,29,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004798",endColorstr="#e9581d",GradientType=1) !important; 
}
.um-form .um-col-alt{
	margin: 0;
}
.page-template-template-login .um-form .um-col-alt-b{
	position: absolute;
	right: 15px;
}
.um-form .um-field{
	padding-top: 10px !important;
}

/*################## HOME NEW ################*/
/*################## LOGIN ################*/


.btn-approfondimenti, .btn-approfondimenti:hover, .btn-approfondimenti:focus{
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 20px;
	position: relative;
	padding: 20px 30px 20px 70px;
}
.btn-approfondimenti:after{
	content: "";
	position: absolute;
	background-image: url("assets/img/circle-icon.png");
	background-position: center;
	background-size: contain;
	border-radius: 100%;
	height: 60px;
	width: 60px;
	background-color: #FFF;
	left: -35px;
	top: 50%;
	transform: translateY(-50%);
	border: 10px solid #FFF;
    box-sizing: content-box;
}
.file-link{
	display: flex;
	align-items: center;
	border: 1px solid #004798;
	background-size: auto 35px;
	background-position: 10px 50%;
	color: #004798;
	font-size: 18px;
	padding: 20px 20px 20px 60px;
	transition: all 0.3s ease;
	min-height: 87px;
}
.file-link span{
	color: inherit;
	user-select: none;
}
.file-link:hover{
	background-color: #004798;
	color: #FFF;
}
.file-link.pdf{
	background-image: url("assets/img/pdf-icon.png");
}
.file-link.pdf:hover{
	background-image: url("assets/img/pdf-icon-white.png");
}
.file-link.word{
	background-image: url("assets/img/word-icon.png");
}
.file-link.word:hover{
	background-image: url("assets/img/word-icon-white.png");
}
.file-link.video{
	background-image: url("assets/img/video-icon.png");
}
.file-link.video:hover{
	background-image: url("assets/img/video-icon-white.png");
}

/*################## HOMEPAGE ################*/
.home-section{
	background-image: url("assets/img/bg-homepage.png");
	background-position: 50% 50px;
	background-size: cover;
}
.box-shadow-1>.vc_column-inner{
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.bookmark-text{
	position: relative;
}
.bookmark-text:after{
	content: "";
	position: absolute;
	top: 0;
	right: 20px;
	background-image: url("assets/img/bookmark-icon.png");
	background-size: contain;
	background-position: center;
	width: 35px;
	height: 65px;
}
.btn-survey{
	line-height:200px;
	position: relative;
	display: block;
	text-align: center;
	padding-right: 65px;
	font-family: 'Roboto Slab', serif;
}
.btn-survey:after{
	content: "";
	background-image: url("assets/img/arrow-right-circle.png");
	background-size: contain;
	background-position: center;
	width: 45px;
	height: 45px;
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
	margin-left: 20px;
}
.text-date{
	font-size: 75px;
	line-height: 280px;
	text-align: center;
	font-family: 'Roboto Slab', serif;
}
.btn-live-hp{
	color: #FFF;
	font-size: 0;
	line-height: 230px;
	background-image: url("assets/img/live-btn.png");
	background-size: calc(100% - 30px) auto;
	background-position: center;
	display: block;
}
.btn-agenda-hp{
	background-image: url("assets/img/btn-agenda.png");
	background-position: left center;
	background-size: contain;
	padding-left: 55px;
	line-height: 2.1;
	display: block;
}
.bg-date-hp{
	background-image: url("assets/img/bg-numbers.jpg");
	background-size: cover;
	background-position: center;
}

/*########### PAGES ##########*/
.content-text a, .content-text a:hover{
	color: #E40073 !important;
}
table{
	border-collapse: collapse;
}
table, th, td {
	border: 1px solid black;
}
td, th {
	padding: 5px
}
body.page-template-template-alternative main{
	min-height: calc(100vh - 76px);
}


/*########### SURVEY ##########*/
body:not(.logged-in) .hide-nologged{
	display: none;
}
.gform_fields input[type="text"], .standard_text_fields{
	width: 100% !important;
	border: 1px solid #ddd !important;
	padding: 0 12px !important;
	font-size: 15px !important;
    height: 40px !important;
}
.other-field{
	margin-top: 0px !important;
}
.other-field .gfield_label{
	font-size: 15px !important;
	margin-bottom: 0px;
}
/*########### FOOTER ##########*/
.footer-logo{
	max-width: 300px;
	height: auto;
}


@media (min-width: 576px){
	
}

@media (min-width: 768px){
	
}

@media (min-width: 992px){
	body.page-template-template-home main{
		margin-top: auto;
	}
	body.page-template-template-home, body.page-template-template-approfondimenti{
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100vh;
	}
	body.page-template-template-home:before, body.page-template-template-approfondimenti:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 70px;
		background-image: url("assets/img/bg-home.png");
		background-size: cover;
		background-position: top right;
		width: 50vw;
	}
	body.page-template-template-approfondimenti{
		justify-content: flex-start;
	}
	body.page-template-template-approfondimenti main{
		margin-bottom: auto;
	}
	body.page-template-template-approfondimenti:after{
		width: 40vw;
		background-image: url("assets/img/bg-approfondimenti.png");
	}
}

@media (min-width: 1200px){
	h2{
		font-size: 27px;
		
	}
	.container{
		max-width: 1400px;
	}
	.mb-xl-7{
		margin-bottom: 70px !important;
	}
	.py-xl-6{
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.text-size-18{
		font-size: 18px;
	}
	.text-size-21, .text-size-21 *{
		font-size: 21px;
	}
	.text-size-25, .text-size-25 *{
		font-size: 25px;
	}
	.text-size-28{
		font-size: 28px;
	}
	.btn-survey{
		font-size: 40px;
		line-height:200px;
	}
	.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover{
		background-color: #E40073 !important;
	}
}

@media (min-width: 1400px){

}

@media (min-width: 1600px){
}