/* titler på portfolio-sider styling*/
.portfolio-entry-title {
    font-size: .85em;
		font-weight:normal;
	  line-height: 1.4em;
  	font-family: "Lato", Helvetica, Arial, sans-serif;
	    text-align: center;
}
.portfolio-entry:hover .portfolio-featured-image img {
  opacity: 0.5;
}v

/*Portfolio billeder */
.portfolio-featured-image {
	background-color: #fff;
	border-radius: 4px;
	display: block;
}



/* menufarver */
.main-navigation a {
color: #000000;
}
.main-navigation a:hover {
color: #1e73be;
}

.main-navigation a:visited {
color: #000000;
}

/* change active menu color */
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current-menu-ancestor > a {
color: #000000;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
    border: 1px solid #666666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 12px;
}

textarea {
    border: 1px solid #666666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 12px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: white;
    border: 3px solid #2a4a8c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #666666;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: Lato, Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 14px;
    text-shadow: none;
}

/* Ikke kun store bogstaver i h4 */
h4 {
    color: #333333;
	  font-size: 16px;
    font-weight: lighter;
    letter-spacing: 1px;
    margin: 13px 0;
    text-transform: none;
}

.site-footer:after {
	color: #666666;
	content:"All photos, murals, street art | Alle fotos, vægmalerier, street art, Copyright © No Title."; 

	display:block;
}

/* SITE TITLE IKKE LINJESKFIT*/

.site-title { 
    color: #000000;
		width: 450px;
} 
.site-branding {
    max-width: 60%;

}

/* SITE TITLE STØRRELSE*/
h1.site-title {
    font-size: 22px;
    color: #000;
    text-shadow: 0 0 4px #FFF;
}
.site-description{
    font-size: 5px;
    font-style: italic;
    color: #000;
    text-shadow: 0 0 4px #FFF;
}

/* Links */

a {
    color: #1e73be;

}

a:visited {
	color: #1e73be;
	
}

a:hover, a:focus, a:active {
    color: #2a4a8c;
}


.main-navigation li:hover > a {
  color: #1e73be;
}

.current_page_item a,
.current-menu-item a {
  color: #2a4a8c;
}

.social-links ul a:before {
  background: #1e73be;
}

.social-links ul a:hover:before {
  background: #2a4a8c;
}

body[class*="jetpack-portfolio"].archive .jetpack-portfolio:hover a {
  color: #2a4a8c;
	}

.entry-title a:hover,
.portfolio-entry-title a:hover {
  color: #2a4a8c;
}

@media screen and (min-width: 1024px) {
.menu-toggle {
    display: none;
}
.site-logo {
    max-height: 40px;
}
.has-site-logo .main-navigation {
    height: 40px;
}
.has-site-logo .main-navigation > div, .has-site-logo .main-navigation > ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.main-navigation {
    clear: none;
    float: right;
    font-size: 0.8125em;
    line-height: 2.09231em;
    max-width: 50%;
    text-align: right;
}
.main-navigation ul:first-child {
    display: block;
}
.main-navigation ul li {
    display: inline-block;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    display: block;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
}
.main-navigation ul a {
    border-bottom: 0 none;
    padding: 5px 0 5px 14px;
}
.main-navigation ul ul {
    background: white none repeat scroll 0 0;
    border: 1px solid #eee;
    display: none;
    float: left;
    left: 0;
    opacity: 0;
    padding: 0 7px;
    position: absolute;
    text-align: left;
    top: 27px;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    z-index: 99999;
}
.main-navigation ul ul li {
    border-bottom: 1px solid #eee;
    padding: 5px 5px 4px;
}
.main-navigation ul ul li:last-of-type {
    border-bottom: 0 none;
}
.main-navigation ul ul li a {
    line-height: 1.5;
    padding: 5px;
    width: 180px;
}
.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}
.main-navigation ul ul li a, .main-navigation ul ul ul li a, .main-navigation ul ul ul ul li a {
    padding-left: 5px;
}
}

/* menu bredde*/
 .navigation-top .wrap {
    max-width: none;
}

/* forside h1'er styling */
h1 {
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 8px 0;
    text-transform: uppercase;
}

/* Margen under header*/
.site-header {
    border-bottom: 1px solid #bbb;
    margin: 0 0 10px;
    padding: 0 0 0px;
}
/* forside underoverskrifter styling */
.portfolio-entry-title a {
    color: #333333;
    text-decoration: none;
}
/* underside h1'er styling */

.entry-title {
		font-size: 2em; 
		color: #333333;
    text-decoration: none;
	  font-weight: normal;
    letter-spacing: 2px;
    margin: 28px 0;
    text-transform: uppercase;
}