/*
 *  custom.css
 *
 * This file contains css values and hints for style elements that are frequently customised.
 * Note that this CSS file is loaded last so values defined here will override all others
 * including responsive.css
 */

/* Changing the header image
 * With this version of we_universal it is not possible to change the header image using CSS
 * It is recommended that the header image is changed by renaming your file to dashboard.jpg in 
 * the styles/we_universal/theme/images/ directory.
 * Alternatively the link may be changed in styles/we_universal/template/overall_header.html
 * around line 211.


/* link decoration
 * Uncomment the following lines to have all links underlined 
 * and visited links re-coloured
 */
/*
a:link,a:visited {
    text-decoration: underline;
    color: #3f3f3f; }

a:focus,
a:hover, a:active {
    text-decoration: underline; }
*/

/*
 * set header background colour (appears as a border around the image)
 */
/*
.inventea-header {
	background: #424242;   
}
*/

/* Set the maximum forum width on wide screens
 * To set a maximum width that the forum will not grow beyond, uncomment the following lines
 * and set a value (1200px is a typical value)
 *//*
.inventea-wrapper,
.inventea-header,
.inventea-footer {
	max-width: 1200px;
}*/


/* 
 * Hide some non-essential menu items if desired 
 */
/*
#menu_faq, #button_faq{
    display: none;
}
*/

/*
#menu_team, #button_team{
    display: none;
}
*/

/*
#menu_memberlist, #button_memberlist{
    display: none;
}*/


/*
 * Button hide threshold
 * The max-width here adjusts the screen widths for which the header buttons are replaced by a dropdown menu
 * set this value higher if the screen buttons start to wrap, or the text becomes ugly in your language.
 * The valid range of this value is 319px to 699px.
 * a value of 319px works for me, but if you have added buttons, or a language with long button labels, a higher
 * value ma be better.
 */
@media only screen and (max-width: 549px) {
    .inventea-menu li > a {
           display: none; 
    }

    .inventea-mobile-dropdown-menu {
	    display: block;
    }
    .inventea-dashboard img {
    padding-top: 4%;
    padding-bottom: 4%;
    }
}
.inventea-sitename, .inventea-sitename h1{
color: rgba(0,0,0,0);
}

div.shieldboard {
	display: block;
	/* background: #333; */
	padding: 0px;
	width: 120px;
	padding-bottom: 15px;
  }
  div.ribbons {
    display: inline-grid;
    grid-template-columns: repeat(3, 80px);
    gap: 0;
    padding: 0;
    margin-top: 5%;
    margin-left: -7px;
    line-height: 0;
}

div.ribbons img {
    display: block; 
    width: 80px;      
    height: auto;     
    padding: 0;      
    margin: 0;        
}
div.memribbons {
    display: inline-grid;
    grid-template-columns: repeat(3, 80px);
    gap: 0;
    padding: 0;
    margin-top: 5%;
    margin-left: 15px;
    line-height: 0;
}

div.memribbons img {
    display: block; 
    width: 80px;      
    height: auto;     
    padding: 0;      
    margin: 0;        
}
  div.shield img {
	max-width: 160px;
	display: block;
	padding-top: 5px;
	paddin-bottom: 5px;
	margin-left: 25%;
	margin-right: auto;
	}
  div.memshield img {
	max-width: 160px;
	display: block;
	padding-top: 6px;
	paddin-bottom: 5px;
	margin-right: auto;
	margin-left: 50px;
	}
  div.namebar{
	width: 120px;
	  position: relative;
	text-align: center;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	 font-weight: 800;
	font-size:22px;
	margin-left: 30%;
	margin-top: 0.1%;
	
  }
  div.memnamebar{
	width: 120px;
	  position: relative;
	text-align: center;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	 font-weight: 800;
	font-size:22px;
	margin-left: 30%;
	margin-top: 0.1%;
	
  }
  div.namebar img {
	margin-top: -30px;
	max-width: 140px;
	display:block;
	margin-left: 5px;
	}
  div.memnamebar img {
	margin-top: -30px;
	max-width: 140px;
	display:block;
	margin-left: 60px;
	}
  h.printedname{
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(-50%, -50%);
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-left: 3px;
	text-shadow: 0px 1px 0px rgba(255,255,255,.5); /* 50% white from bottom */
	}
  h.memprintedname{
	position: absolute;
	top: 50%;
	left: 106%;
	transform: translate(-50%, -50%);
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-left: 3px;
	text-shadow: 0px 1px 0px rgba(255,255,255,.5); /* 50% white from bottom */
	}
.badgenumber{
	position: absolute;
	margin-top: -3.4%;
	margin-left: 8.6%;
	transform: translate(-50%, -50%);
	font-size: 17px;
	 color: #22255B;
	font-family: Arial, Helvetica, sans-serif;
  	font-weight: bold;
	  text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 1px 0px rgba(255,255,255,.5); /* 50% white from bottom */
  }
  
  .badgenumber2{
	position: absolute;
	/*margin-top: -2.0%;*/
	/*margin-left: 5.1%;*/
	margin-top: -39px;
	margin-left: 55px;
	transform: translate(-50%, -50%);
	font-size: 17px;
	color: #22255B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 1px 0px rgba(255,255,255,.5); /* 50% white from bottom */
	}
  .membadgenumber2{
	position: absolute;
	/*margin-top: -2.0%;*/
	margin-left: 130px;
	margin-top: -63px;
	transform: translate(-50%, -50%);
	font-size: 17px;
	color: #22255B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 1px 0px rgba(255,255,255,.5); /* 50% white from bottom */
	}
  /* h.printedname strong{
	font-weight: 900;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	 color: #333;
	font-family: "Century Gothic", "Helvetica", sans-serif;
  	font-weight: bold;
	text-align: center;
	margin-left: 0px; 
	text-shadow: 0px 1px 0px rgba(255,255,255,.5); /* 50% white from bottom */
} */
@media screen and (max-width: 900px) {
	iframe.op {
display:none;
	}
}
@media screen and (max-width: 1000px) {
    iframe#member {
        display: none !important;
    }
    div.shieldboard{
    	max-width:50px;
    }
    div.shield img{
    	max-width: 50px;
    }
    div.namebar img{
    	max-width:65px;
    }
    h.printedname{
    	font-size: 8px;
    	margin-left: -32px;
    	text-align: center !important;
    }
    h.badgenumber2{
    	font-size: 8px;
    	margin-top: 8px;
    	margin-left: 3px;
    	text-align: center !important;
    }
    div.ribbons img {
    	max-width:50px;
    }
	div.officerprofile{
		display:none;
	}

} 
div.officerprofile{
	margin-right: 20px;
	float: right;
	width: 75%;
	/* height: 503px; */
  }
  #shieldIframe {
	width: 1px;
	width: 120px;
min-height:60px;
height:200px;
  }
  iframe.op {
	display: inline-block !important; 
	margin-right: 30px !important;
	margin-left: -30px !important;
	height: 506px !important;
	width: 106.2% !important;
	background-color: transparent;
}

.cnewl {
	float:left;
	clear:left;
	width: 40%;
}

.cnewr {
	float:right;
	clear:right;
	width: 60%;
}
