/*
 Theme Name:   Magenta Child
 Theme URI:    https://magenta.com
 Description:  Magenta Child Theme
 Author:       the Understrap Contributors
 Template:     magenta-framework
 Version:      1.1.0
 Text Domain:  magenta-child
*/


body {
    font-family: 'Raleway', sans-serif;
}

#wrapper-navbar nav {
	background-color: #6c757d !important;
}

a {
	color: #6610f2 !important;
}

form input,
form select,
form textarea {
	border: 1px solid #CCCCCC;
	padding: 15px !important;
	color: rgb(33, 37, 41) !important;
	font-family: Raleway,sans-serif !important;
}

form input[type=submit] {
	color: #FFF !important;
	text-transform: uppercase !important;
}

.offcanvas-body li {
	font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.offcanvas-end {
	width: 100vw;
}

/*****************
single-portfolio
*****************/

.single-portfolio .entry-title {
	font-weight: 900;
	font-family: "Campton", Sans-serif !important;
	font-size: 60px;
	line-height: 63px;
	text-transform: uppercase;
	color: #E6007E;
}

.single-portfolio .feat-img {
	-webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.3);
	
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

.single-portfolio .sub-title {
	font-weight: 700;
	font-family: "Campton", Sans-serif !important;
}



/*****************
	EMAIL 
*****************/


body.page-template-login-email,
body.page-template-modulo-email,
body.page-template-conferma-email {
  height: 100vh;
  background: linear-gradient(#9ac3bb 0%, #dae6e4);
}

#main-box-login {
  height: 500px;
}

#main-box-login .box-cont {
  border-radius: 10px;
  background: var(--bs-white);
}

#main-box-login .photo-login {
  background-image: url("img/img-box.png");
  background-size: cover;
  min-height: 400px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#main-box-login form h2,
#main-box-login form label,
#main-box-login form #remember_description,
#main-box-login form .rwmb-custom_html-wrapper {
	display: none;
}

#main-box-login form input, 
#main-box-login form .select2-container--default {
	width: 100%;
  margin-bottom: 40px;
  border-radius: 0;
  border: 0px !important;
  border-bottom: 1px solid #959595 !important;
  padding: 0 !important;
  padding-bottom: 7px !important;
}


.btn,
#main-box-login form button {
  padding: 7px 35px;
  margin-bottom: 100px;
  background: #9AC3BB;
  border-radius: 0;
  border-width: 0px;
  color: #FFF !important;
  text-transform: uppercase;
}

#main-box-login form button:hover {
  color: #9AC3BB;
  background-color: #1C1F23 !important;
}

#main-box-login h1 {
  font-weight: 800;
  color: #9AC3BB;
  font-size: 28px;
}

#main-box-login h3 {
  font-weight: 800;
  color: #9AC3BB;
  font-size: 18px;
}

#main-box-login .lead {
  font-size: 15px;
  font-style: italic;
  color: #959595;
}

#main-box-login p {
  font-size: 12px;
  color: #959595;
}

#select-medici button {
  width: 100%;
  background-color: transparent !important;
  color: #000;
  border-bottom: 1px solid #000 !important;
}

#select-medici .dropdown-menu {
  width: 100%;
}

#main-box-login .select2-selection--single {
	border: none !important;
}


/*------------------------------------*\
	RESPONSIVE
	Media Queries Bootstrap 5
\*------------------------------------*/

/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	.single-portfolio .entry-content p,
	.single-portfolio .entry-content h1,
	.single-portfolio .entry-content h2,
	.single-portfolio .entry-content h3,
	.single-portfolio .entry-content h4,
	.single-portfolio .entry-content h5,
	.single-portfolio .entry-content h6,
	.single-portfolio .entry-content ul,
	.single-portfolio .entry-content ol
	 {
		margin-left: 15% !important;
		margin-right: 15% !important;	
	}
	
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { }