/*  
Theme Name: StudioSca for SicurAccess
Theme URI: http://www.gregogalante.com/
Version: 1.0.0
Author: Gregorio Galante
Author URI: http://www.gregogalante.com/
*/

/*  
The theme is based on Base Theme by Temify
*/


/*  
CSS  MENU:

- Reset (36)
- General Setting (66)
- Structure (187)
- Grid (236)
- Header (279)
- Page (407)
- Post (421)
- Post Video (524)
- Page Navigation (544)
- Post Navigation (580)
- Comments (633)
- Footer (771)
- Wordpress Post Formatting (796)
- Gallery (828)
- Clear & Alignment (859)
- Responsive Layout (890)
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, menu, section { 
    display: block;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #1E1E1E;
  background-color: #f0f0f0;
}
a {
	color: #213446;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}

nav {
  display: inline-block;
  float: right;
}

/* LIST
================================================ */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
}
input[type=text], input[type=password], textarea, input[type=search] {
	background: #f3f3f3;
	border: solid 1px #ddd;
	padding: 6px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
}
input[type=text], input[type=search] {
	width: 240px;
	max-width: 90%;
}

/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}

/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus {
	outline: none;
	background: #f9f9f9;
}

/* form button */
input[type=reset], input[type=submit], button {
	background: #333;
	color: #fff;
	border: none;
	padding: 7px 20px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background: #000;
	color: #fff;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
/* main page width */
.pagewidth {
  width: 100%;
	margin:  auto;
}

#header {
  with: 100%;
  background-color: #213446;
}

/* contenthome (contenitore elementi della homepage/artioli) */
#contenthome {
	width: 100%;
}

/* contentpost (contenitore dei post nella homepage/articoli) */
#contentpost {
  background-color: #f0f0f0;
  padding-bottom: 1%;
}

/* content */
#content {
	width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 0%;
  padding-bottom: 5%;
}

/* contenitore testo alternatio homepage per smartphone) */
#infomobile {
  display: none;
}

#footer {
	clear: both;
  text-align: center;
  background-color: #213446;
  color: white;
  font-size: 0.9em;
  margin-top: -10px;
  width: auto;
}

/************************************************************************************
GRID
*************************************************************************************/
.col,
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	float: left;
	margin-left: 30px;
}
.col4-1 {
	width: 222px;
}
.col4-2, .col2-1 {
	width: 474px;
}
.col4-3 {
	width: 726px;
}
.col3-1 {
	width: 306px;
}
.col3-2 {
	width: 642px;
}

/* first col */
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}

/************************************************************************************
HEADER
************************************************************************************/

#menu-header {
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  width:100%;
  font-family: Tahoma;
}

/* 
SITE LOGO
================================================ */
#site-logo {
	font-size: 22px;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Merriweather';
}
#site-logo a {
	text-decoration: none;
   color: #fff;
   margin-left: 10%;
}
#site-logo a:hover {
	text-decoration: none;
}

/* 
MAIN NAVIGATION
================================================ */

#main-nav {
	margin: 0;
	padding: 0;
	left: 0;
	bottom: 10px;
	z-index: 100;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
  text-size: 10%;
}

/* main level link */
#main-nav a {
	display: block;
	padding: 5px 15px;
	margin: 0 5px 0 0;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  color:  #fff;
  font-weight: normal; 
}
/* main level link :hover */
#main-nav a:hover {
  color: #FFFF00
}

/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	color: #fff;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #FFFF00;
}

/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, #main-nav li:hover > ul a  {
	color: #fff;
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	text-transform: none;
	padding: 6px 6px 6px 16px;
	margin: 0;
	display: block;
	width: 180px;
	background: none;
	border: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, #main-nav li:hover > ul a:hover {
	background: #E3E307;
	color: #000;
	color: black;
}
/* dropdown ul */
#main-nav ul {
	margin: 1%;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	background: #213446;
	z-index: 100;
  display: none;
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}
/* sub-levels dropdown */
#main-nav ul ul {
	right: 200px;
	top: -6px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}

/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
  margin-left: 0;
	padding: 0;
	font-size: 300%;
  color: #000;
  font-family: 'Playfair Display';
}

.wp-post-image {width:100%;} /*Immagine header opzionale delle  pagine */

/************************************************************************************
POST
*************************************************************************************/
.post {
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1%;
  padding-bottom: 2%;
  margin-top: 1%;
  margin-left: 1%;
  margin-right: 1%;
  background-color: #f0f0f0;
  font-size: 0.8em;
}

#contentpost > .post { /* Post visualizzabili nella HomePage */
  border-bottom: solid 1px #C3C3C3;
  margin-bottom: 1%;
}

/* post content */
.post-content {

}

/* post title */
.post-title {
	font-size: 1.2em;
	padding-left: 3%;
  font-family: 'Merriweather';
}

.post-title a {
}

.post-date {
  font-size: 0.7em;
  color: #E30707;
}

/* post image */
.post-image {
	margin: 0 0 5px;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/* post meta */
.post-meta {
	margin: 0 0 7px;
}
.post-meta .post-author {
	background: url(images/post-author.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
  display: none;
}
.post-meta .post-category {
	background: url(images/post-category.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
  display: none;
}
.post-meta .post-tag {
	background: url(images/post-tag.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
  display: none;
}
.post-meta .post-comment a {
	background: url(images/post-comment.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
  display: none;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
  margin-right: 0.1%;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 6px 0 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 24px;
	min-height: 18px;
	text-align: center;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #000;
}
.pagenav .current {
	text-decoration: none;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span {
	background: #333;
	color: #fff;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background: #000;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
}

/* comment title */
.comment-title, #reply-title {
	font-size: 140%;
	margin: 0 0 10px;
	padding: 0;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
	border-top: solid 1px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.commentlist cite {
	font-style: normal;
	font-size: 130%;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
.commentlist .commententry {
	border-bottom: solid 1px #ddd;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 8px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* 
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	background: #F30;
}
#respond #cancel-comment-reply-link:hover {
	background: #333;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}

/************************************************************************************
FOOTER
*************************************************************************************/

/* footer nav */
.footer-nav {
	margin: 7px 0 10px;
	padding: 0;
	text-align: left;
}
.footer-nav li {
	padding: 0;
	margin: 0 8px 5px 0;
	list-style: none;
	display: inline-block;
	zoom:1;
	*display:inline;
}

/* footer text */
.footer-text {
	font-size: 0.8em;
	clear: both;
}

.footer-text > a {
  color: #fff;
}

.footer-inf{
	display: inline-block;
  margin-top: 1%;
  margin-bottom: 1%;
  margin-left: 2%;
  margin-right: 2%;
}

#facebook-logo  {
  max-width: 1em;
}

.footer-img {
  max-height: 2em;
  float: left;
  margin-top: 0.6%;
  margin-bottom: 0.6%;
  margin-left: 1%;
  margin-rght: 1%;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 20px 0;
}
#body .gallery img {
	border: none;
}

/* gallery item */
#body .gallery dl {
	margin: 0 20px 20px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}

/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }

/************************************************************************************
RESPONSIVE LAYOUT
*************************************************************************************/

@media screen and (max-width: 1020px) {
  
  #contentpost > .post > p { /* Post visualizzabili nella HomePage/articoli */
    font-size: 0.8em;
  }
}

@media screen and (max-width: 980px) {

  #menu-header {
    font-size: 0.8em;
  }
  
  #site-logo {
    font-size: 18px;
    margin: 0.2%;
  }
  
  #main-nav ul {
    margin: -3%;
  }
  
  #main-nav ul ul {
	top: 0px;
  }
 
	#content {
		max-width: 80%;
	}

	.col4-1,
	.col4-2,
	.col4-3,
	.col3-1,
	.col3-2,
	.col2-1
	{
		margin-left: 2%;
	}
	.first {
		margin-left: 0;
	}
	.col4-1 {
		max-width: 23%; 
	}
	.col4-2, .col2-1 {
		max-width: 48%;
	}
	.col4-3 {
		max-width: 72%;
	}
	.col3-1 {
		max-width: 31%;
	}
	.col3-2 {
		max-width: 62%;
	}
  
  .gallery br {
    display:none;
  }
  
  .footer-inf{
    margin: 0.6%;
  }
	
}

@media screen and (max-width: 760px) {

  #infomobile {
    display: block;
    margin: 2%;
    padding: 2%;
    clear: both;
    font-size: 0.9em;
    margin-bottom: 5%;
    word-wrap:break-word;
  }
  
  	#content {
		max-width: 85%;
    float: none;
		clear: both;
	}
  
  #contentpost {
    width: 95%;
  }
  
  #contentpost > article > span { 
    display: none;
  }

  .post {
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    width: 100%;
    margin: 2%;
    background-color: rgba(0,0,0,0);
  }
  
  .post-image {
    max-width: 100%;
  }
  
  .post-nav {
    display: none;
  }
  
  .post-date { display: none; }
  
  .commentwrap {
    display: none;
  }

	#site-logo, #site-description, #main-nav  {
		position: static;
		float: none;
		clear: both;
    margin-top:2%;
	}

	#site-logo a {
		font-size: 35px;
	}

	.mobile-button {
		position: relative;
		width: 130px;
		height: 25px;
    margin-top: 5px;
		margin-right: 10px;
    margin-bottom: 5px;
		display: block;
		float: right;
		cursor: pointer;
	}
	.mobile-button:after {
		padding: 1px;
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: -1px;
		left: -1px;
		z-index: -1;		
		background-color: #e3e307;
		-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px rgba(255,255,255,.5), 0 1px 2px rgba(0,0,0,.2);
		-moz-box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px rgba(255,255,255,.5), 0 1px 2px rgba(0,0,0,.2);
		box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px rgba(255,255,255,.5), 0 1px 2px rgba(0,0,0,.2);		
	}

	#main-nav-wrap {
		position: absolute;
		top: 5px;
		right: 0;
		z-index: 1000;
	}
	
	#menu-icon {
		background: url(images/menu-icon.png) no-repeat center center;
	}
	
	#main-nav {
		clear: both;
		position: relative;
		width: 180px;
		z-index: 1000;
		padding: 10px 5px;
		background: #f0f0f0;
		border: solid 1px #213446;
		display: none; /* visibility will be toggled with jquery */
    font-size: 1.5em;
	}
  
	#main-nav li {
		clear: both;
		float: none;
		position: static !important;
		padding: 0;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
  
	#main-nav a, 
	#main-nav ul a {
		font: inherit;
		text-transform: inherit;
		background: none !important;
		width: auto;
		display: inline !important;
		padding: 0 !important;
		color: #000 !important;
		border: none;
	}
  
	#main-nav a:hover, 
	#main-nav ul a:hover {
		background: none;
		color: #1E1E1E !important;
	}
	
	#main-nav ul {
		position: static;
		display: block;
		margin: 0;
		padding: 0;
		background: none;
		border: none;
	}
  
  #footer {
    margin-top: -5px;
  }
  
  .footer-inf{
    margin: 0.5%;
    font-size: 0.8em;
  }
  
}

@media screen and (max-width: 480px) {

  #infomobile {
    text-align: center;
  }

 #site-logo a {
		font-size: 25px;
    margin-left: 0;
	}
  
 .mobile-button {
		width: 70px;
		height: 25px;
    margin-top: 1px;
		margin-right: 10px;
    margin-bottom: 5px;
	}
  
  #content {
    font-size: 0.9em;
    margin:0;
    text-align: center;
    padding: auto;
	}
  
  .page-title {
    font-size: 180%;
  }
  
  .pagenav {
    padding-top: 6px;
    text-align: center;
  }
  
	html {
		-webkit-text-size-adjust: none;
	}

	.col4-1,
	.col4-2, .col2-1,
	.col4-3,
	.col3-1,
	.col3-2	 {
		margin-left: 0;
		width: 100%;
		max-width: 100%;
	}

	.post {
    margin: 0;
    padding: 0;
		float: none;
    font-size: 0.9em;
	}
  
  .post-title {
    font-size: 1.5em;
    text-align: center;
  }

	.commentlist {
		padding-left: 0;
	}
  
	.commentlist .commententry {
		clear: left;
	}
  
	.commentlist .avatar {
		float: left;
		width: 40px;
		height: 40px;
		margin: 0 10px 10px 0;
	}
  
  #footer {
    padding: 2%;
  }
  
  .footer-inf{
    margin: 0.5%;
    font-size: 1.4em;
    display: block;
  }
  
  .footer-img {
    float: none;
  }

}

@media screen and (max-width: 320px) {
  #site-logo a {
    font-size: 15px;
    margin-left: 5px;
  }
}
