@charset "UTF-8";

/**

Theme Name: _MINIMAL ARCHITECT by TOMAS NORDMARK / FANATIC, 2017
Theme Description: _ARCHITECT_
Author: TOMAS NORDMARK
Description: A minimal 'architect' widget box based theme exclusivey made for architect Leo Qvarsebo

*/

/* CSS Document */

@font-face {
	font-family: 'Gotham New';
	src: url('gotham/Gotham-Book.eot');
	src: url('gotham/Gotham-Book.eot?#iefix') format('embedded-opentype'),
		url('gotham/Gotham-Book.woff') format('woff'),
		url('gotham/Gotham-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
	* {
   margin: 0px;
   padding: 0px;
}

html, body {
		width:100%;
		height:100%;
		margin:0px;
		padding: 0px;
	}

body {
	background: #000;
}

/* PAGE CONTENT */

#content {
	width:100%;
	height:auto;
	}

#bg_lines {
	top:0;
	left:50px;
	width:auto;
	height:auto;
	z-index: 2;
	position: fixed;
}

/* SLIDER */

#slider {
	position:fixed;
	top:0;
	left:0;
	width:auto;
	height:auto;
}

.rev_slider_wrapper {
 
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
	z-index: 0 !important;
}

.tparrows::before {
	color: #FF00FF !important;
	z-index: 10000 !important;
}

.tparrows {
	background: rgba(0,0,0,0) !important;
	z-index: 10000 !important;
}

/* TEXT FORMAT */
	
.page-title {
		font-family: Gotham New, Helvetica Neue, Helvetica, Arial," sans-serif";
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 20px;
		color: #000;
}

.entry-menu {
		color: #000;
		font-family: Gotham New, Helvetica Neue, Helvetica, Arial," sans-serif";
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 20px;
	}

.entry-menu a:hover {
		color: #3c3c3b;
		text-decoration:underline;
}

.entry-menu a {
		font-family: Gotham New, Helvetica Neue, Helvetica, Arial," sans-serif";
		font-size: 11px;
		color: #000;
		text-decoration: none;
	}

.entry-menu a:visited {
		text-decoration:none;
}
.entry-content {
		font-family: Gotham New, Helvetica Neue, Helvetica, Arial," sans-serif";
		font-size: 11px;
		font-weight: normal;
		color:#fff;
		line-height: 18px;
		letter-spacing: 1px;
	}

.entry-content a:hover {
		color:#FF00FF;
		text-decoration:underline;
}
.entry-content a {
		color:#FF00FF;
		text-decoration:none;
}
.entry-content a:visited {	
		text-decoration:underline;
}


.entry-content p {	
		margin-bottom:15px;
}

/* BOXES */

#close-cyan {
	position: absolute;
    top: 2px;
    right: 4px;
	margin:0px;
}

.collapse-cyan {
	color:#FF00FF !important;
	font-size: 12px !important;
}

.collapse-cyan a {
	text-decoration: none !important;
}

.collapse-cyan a:visited {
	color:#FF00FF;
	text-decoration: none !important;
}

.collapse-cyan a:hover {
	text-decoration: underline !important;
}

#menu {
	position:relative;
	top:40px;
	left:40px;
	z-index:30;
	width:260px;
}

#box_1 {
	position:absolute;
	width:280px;
	min-height: 160px;
	top: 0px;
	left: 0px;
	background: #4a4949;
	z-index:20;
	padding:20px;
}

#box_2a {
	position:absolute;
	width:280px;
	min-height: 60px;
	top: 200px;
	left: 320px;
	background: #4a4949;
	padding:20px;
	z-index:10;
}

#box_2b {
	position:absolute;
	width:280px;
	min-height: 60px;
	top: 200px;
	left: 320px;
	background: #4a4949;
	padding:20px;
	z-index:10;
	display: none;
}

#box_3a {
	position:absolute;
	width:auto !important;
	min-height: 160px;
	max-width:640px;
	top: 300px;
	left: 640px;
	z-index:3;
	background: #4a4949;
	padding:20px;
		-webkit-animation:
		fadein 1.0s; animation:fadein 1.0s }
			@-webkit-keyframes 
				fadein { 
					from {opacity:0} to {opacity:1} 
						}
			@keyframes 
				fadein { 
					from {opacity:0} to {opacity:1}
}

#box_3b {
	position:absolute;
	width:280px;
	min-height: 320px;
	max-width:320px;
	top: 300px;
	left: 0px;
	background: #4a4949;
	padding:20px;
	z-index:5;
	display: none;
}

#box_4 {
	position:absolute;
	width:280px;
	min-height: 60px;
	top: 100px;
	left: 640px;
	background: #4a4949;
	padding:20px;
	z-index:30;
}

.mail {
	display:none;
}

.opacity {
	opacity: 0.9;
}

/* MENU */

.menu {
}


.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	display:block;
	float: left;
}

.menu li {
	list-style-type: none;
	width:auto;
}


/* IMG FORMAT */

img.size-full {
    width: 50%;
    height: auto;
}

.alignright {
	float:right;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

.alignleft {
	float:left;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
}

.floatleft {
	float:left;
}

iframe { 
	vertical-align: top; 
}

/* MEDIA QUERY GENERAL TABLET */

@media screen and (max-width: 960px) {
	
	body #box_3a {
	top: 400px;
	left: 320px;
	}
	
	body #box_3b {
	top: 400px;
	left: 0px;
	width: 280px;
	}
	
	
	body #box_4 {
	top: 300px;
	left: 0px;
	}
}

/* MEDIA QUERY GENERAL SMART PHONE LANDSCAPE */

@media screen and (max-width: 640px) {
	body #box_1 {
	width:40%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
	body #box_2a {
	width:40%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
	left:50%;
	}
	
	body #box_2b {
	width:40%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
	left:50%;
	}
	
	body #box_3a {
	width:40%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
	left:50%;
	}
	
	body #box_3b {
	width:40%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
	left:0px;
	}
	
	body #box_4 {
	width:40%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
	body #menu {
	left:5%;
	}
	
	body #bg_lines {
	display:none;
	}
}

/* MEDIA QUERY GENERAL SMART PHONE PORTRAIT */

@media screen and (max-width: 380px) {
	body #box_1 {
	width:80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
	body #box_2a {
	width:80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 20px;
	padding-bottom: 20px;
	left:0;
	z-index:30;
	}
	
	body #box_2b {
	width:80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 20px;
	padding-bottom: 20px;
	left:0;
	z-index:20;
	}
	
	body #box_3a {
	width:80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 40px;
	padding-bottom: 40px;
	left:0;
	}
	
	body #box_3b {
	width:80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 40px;
	padding-bottom: 40px;
	left:0;
	}
	
	body #box_4 {
	width:80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
	body #menu {
	left:10%;
	}
	
	body #bg_lines {
	display:none;
	}
	
	body 
	.page-title, 
	.entry-menu a,
	.entry-menu,
	.entry-content {
	font-size: 12px;
	}
	
}