/*
Theme Name:     minvinmark
Author:         Emelie Christiansen
Author URI:		http: //www.iits.es/
Template:       metro
*/

@import url("../metro/style.css");

/* write custom css below */

.pagewidth {
width: 1058px;
}

.tile.default {
background-color: #770f25;
}

.post.orange, .tile.orange, .orange.tile-overlay, .portfolio-post.orange .tile-overlay {
background-color: #CCBB77;
}

.tile-overlay {
background-color: #00aaa9;
}
    
h1 {
color: #770f25;
}
    
.tile-title {
font-size: 1.5em;
font-weight: 700;
}

.tile {
font: 600 .88em/1.4em 'Open Sans', sans-serif;
position: relative;
float: left;
color: #FFF;
}

body {
font: 500 .88em/1.4em 'Open Sans', sans-serif;
color: #FFF;
word-wrap: break-word;
}

/* tile sizes 
.tile.small {
	width: 168px;
	height: 168px;
}
.tile.medium {
	width: 346px;
	height: 168px;
}
.tile.large {
	width: 346px;
	height: 346px;
}*/

/*.tile-post.image .tile-flip,
.tile-post.map .tile-flip {
	position: absolute;
	height: 168px;
	width: 346px; /* tile large and medium 
}
.tile-post.small .tile-flip {
	width: 168px;
}
.tile-post.large .tile-flip {
	height: 346px;
}*/

#main-nav {
top: 100px;
right: auto;
bottom: auto;
left: auto;
border: none;
}

.module-slider {
margin-bottom: 0;
}

author-info {
    display: none;
}

/*
.bg {
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        height: 100%;
        width: 100%;
        position: fixed;
        background-position: center center;
        background-repeat: no-repeat;
    }
*/

/* Colors when selecting any content on page */
::-moz-selection{background:#ccbb77; color:#fff}
::selection{background:#ccbb77; color:#fff}


/* Send button on contact form */
input[type=submit], button {
color: #fff;
line-height: 100%;
border: none;
padding: 8px 20px;
cursor: pointer;
border-radius: 5px;
background-color: #770f25;
}

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

/* Pilar under post till previous och next */
.post-nav {
display: none;
}


/* Table */

table {
    width: 100%;
}

.footer-text, .footer-text a {
color: #666!important;
}

.commentlist .comment-time {
color: #666;
}


/*Beställningsformulär css*/

/*--- 2 Column Form Styles Start ---*/
 
#left-column {
    width: 47%;
    float: left;
    margin-right:6%;
}
 
#right-column {
    width: 47%;
    float: left;
}
 
.clearfix-test:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:10px;
}
 
.clearfix-test {
    display:block;
}
 
/*ANnouncement bar*/
.themify_announcement {
    background: #e3d8ac!important;
}

.themify_announcement.bar .announcement_title {
    background: #770f25!important;
}

.themify_announcement.bar .announcement_title:after {
    border-left-color: #770f25!important;
}
