/*
	Theme Name: forma
	Theme URI: https://forma.com
	Description: Forma WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: https://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: https://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/ 

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:500 16px/1.4 'Roboto', sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#c85820;
	text-decoration:none;
}
a:hover {
	color:#c85820;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid black;
}

p{
	margin:0 0 26px;
}

h1{
	font-weight: 300;
	text-transform: uppercase;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	z-index: 199;
	height: 50px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;*/

html, body{
	height:100%;
}

body{
	transition:background-color 1s;
	font-family: 'Roboto', sans-serif;
	background: #f1f1f1 url('images/bg.png') repeat;
	background-attachment: fixed;
}


body.landing{
	background-color:#c85820;
}

#home .display-table{
	text-align: justify;
}

header, footer{
	width:100%;
	height:50px;
	position: fixed;
}

header{
	z-index:200000;
}

.logo-greek{
	width:100%;
	height:100%;
	background:url(../forma/images/logo-greek-gray.png) center center no-repeat;
	background:url(../forma/images/logo-greek-gray.svg) center center no-repeat;
	position: absolute;
	transition:top 1s, bottom 1s, background-color 1s;
	background-color:#c85820;
	background-color: transparent;
	pointer-events: none;
}

.home .logo-greek{
	background:none !important;
}

#greek-gallery-logo{
	margin:10px auto 0 auto;
	display:block;
}

header{
	top:0;
}

header .logo-greek{
	top:0;
}

header .logo-greek.intro-hide{
	top:-70px;
}

footer .logo-greek.intro-hide{
	bottom:-70px;
}

.logo-greek.intro-hide{
	background-color: #f1f1f1;
}

footer .logo-greek{
	bottom:0;
}

#control-nav{
	position: fixed;
	left:-100px;
	width:50px;
	height:50px;
}

#control-nav.open{
	left:181px !important;
}

#control-nav.reveal{
	left:0;
}

#logo{
	margin:0;
	padding:0;
}

#logo a{
	text-indent:-9999px;
	width:50px;
	height:50px;
	display: block;
	background:transparent url(../forma/images/logo-orange.png) no-repeat;
	background:transparent url(../forma/images/logo-orange.svg) no-repeat;
}

#nav-icon button, #back-arrow{
	width:50px;
	height:51px;
	background-color:#777;
	color: white;
	border:none;
	outline:none;
	padding:6px 7px;
	border-top:1px solid #717171;
	border-left:1px solid #717171;
	margin:0;
	border-radius: 0;
}

#nav-icon button:hover, #back-arrow:hover{
	background-color: #666;
}


#nav-icon button .line{
	background-color:#f1f1f1;
	margin:5px 0;
	display: block;
	width:100%;
	height:6px;
}

#nav-icon button span{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}


nav#nav-drawer{
	width:181px;
	height:100%;
	position:fixed;
	left:-181px; /* 225 */
	background-color:#777;
	z-index: 250;
	/*border-right: 1px solid #999;*/
	z-index: 100;
	transition:width 1s, left 1s;
}



#control-nav{
	transition:left 1s;
}


#nav-drawer.open{
	left:0 !important;
}


ul{
	padding:0;
	margin:0;
}

li{
	list-style-type: none;
	position: relative;
}

#main-menu{
	position: relative;
	z-index: 1000;
	background-color: #777;
}

#main-menu li, #secondary-nav li{
	width:100%;
}

#main-menu li:hover, #secondary-nav li:hover{
	background-color: #555;
}

#main-menu li ul{
	/*display: none;*/
}

#main-menu li:hover ul{
	display: block;
}

#main-menu li ul li, #secondary-nav li ul li{
	background-color:#666;
}

#main-menu li.drop:hover ul, #secondary-nav li.drop:hover ul{
	display: block !important;
}

#main-menu li i.fa, #secondary-nav li i.fa{
	position: absolute;
	left:20px;
	top:20px;
	font-size: 23px;
	color:white;
}

#main-menu li a, #secondary-nav li a{
	display: block;
	padding:15px 25px;
	width:100%;
	color:white;
	font-weight: 500;
	font-size:.9em;
	text-transform: uppercase;
	text-align: right;
	border-bottom: 1px solid #717171;
	font-family: 'Roboto', sans-serif;
}

nav ul li a:hover, nav ul li a:active, nav ul li a:visited{
	color:#eee;
	text-decoration: none;
}

#secondary-nav{
	position: absolute;
	bottom:50px;
	right:0;
	width:100%;
}

#tertiary-nav{
	position: absolute;
	bottom: 11px;
    left: 14px;
	z-index: 999;
}

#tertiary-nav li{
	display: inline-block;
}
/*
#tertiary-nav li a{
	display: block;
	background-size:100%;
	height: 100%;
	padding:0;
	border:0;
	width:27px;
	height:27px;
	margin-right:5px;
} */

/*
#houzz-icon a{
	background: black url(../forma/images/logo-houzz.png);
	background: black url(../forma/images/logo-houzz.svg);
}

#hgtv-icon a{
	background: black url(../forma/images/icon-hgtv.png);
}

#youtube-icon a{
	background: black url(../forma/images/icon-youtube.png);
}

#zillow-icon a{
	background: black url(../forma/images/icon-zillow.png);
}

#facebook-icon a{
	background: black url(../forma/images/icon-facebook.png);
}*/



nav ul li#tertiary-nav:hover{
	background-color:transparent;	
}

#tertiary-nav ul li{
	float:left;
}

.text-link{
	width:auto;
}

footer{
	border-top:1px solid #717171;
	transition:padding 1s;
	background-color:#777;
}

.home footer{
	border:none;
	background-color:transparent;
}


p.copyright{
	padding:20px;
	margin:0;
	color:white;
	font-weight: 100;
	font-size: 10px;
	
}


p.copyright a{
	color:white !important;
	text-decoration: underline;
}

#copyright sup{
	font-size: 20px;
	line-height:20px;
	top:10px;
	float:left;
	padding:7px 2px 7px 15px;
	border-left: 1px solid #888;
	margin-left: 2px;
	font-family: helvetica, 'sans-serif';
}

#copyright span{
	float:left;
	margin:17px 0 0 10px;
	font-family: helvetica, 'sans-serif';
}

#copyright a{
	color:#f1f1f1;
	float:left;
	margin: 1em 0 0 8px;
	font-weight: 400;
}

.divider{
	margin-top:12px !important;
	font-weight: 100;
	font-size: 18px;
}



#copyright.reveal{
	right:100px;
}

#copyright.expand{
	width:406px;
}


#arrow{
	position: absolute;
	bottom:10%;
	left:50%;
	margin-left:-7px;
	-webkit-animation:bounce 3s infinite;
	animation:bounce .75s infinite;
	cursor:pointer;
	display: none;
}

#arrow i{
	color:white;
	font-size: 30px;
}

footer{
	bottom:0;
}

#home main{
	background-color:#f1f1f1;
}


main{
	z-index: 50;
	position:relative;
	transition:all 1s ease;
	padding-bottom:100px;
}

.home main{
	padding-bottom:0;
}

.fade-out{
	opacity:0 !important;
}

#logo-table{
	display:none;
}

#logo-table.release{
	background-color:transparent;
	pointer-events: none;
}

#logo-cell{
	display: table-cell;
	width:100%;
	vertical-align:middle;
	height:100%;
}

#landing-logo.temp{
	width:453px;
	height:409px;
	margin:0 auto;
}

#landing-logo{
	width: 380px;
    height: 500px;
	margin:0 auto;
	background-size:80% auto;
}

#landing-logo.temp h1{
	text-indent:-9999px;
}


footer ul li, #social ul li{
	width:50px;
	height:50px;
}

footer ul li a, #social ul li a{
	width:50px;
	height:50px;
	display: block;
}

#hello{
	width:100%;
	height:100%;
	position: relative;
	top:0;
	background-color: #f1f1f1;
	left:-9999px;
}

#banner-image{
	background-image: url('https://formaonline.com/wp-content/uploads/2019/01/cover-georgetown.jpg');
	background-size:cover;
	background-position:center center;
	margin: 0;
}

.half{
	height:50%;
}

.full-height{
	height:100%;
}

#photo{
	height:100%;
	background:transparent url(../forma/images/andreas.png) bottom center no-repeat;
	background-size:auto 100%;
}

#text h3{
	font-size: 1em;
	font-style: italic;
	color:#666;
	margin:20px 0 0 10px;
	font-weight:100;
}

.display-table{
	display: table;
	position: relative;
	height:100%;
	text-align: center;
}

.full{
	width:100%;
}

.full .row{
	margin:0;
}

.display-table-cell{
	display: table-cell;
	vertical-align: middle;
	height:100%;
}



#text p{
	font-size:1em;
}

.bio-block{
	margin-top:100px;
}



.company-info h2{
	margin-top:30px;
	color:#c85921;
}

.company-info h3{
	font-size:20px;	
}


.company-info .block em{
	padding-bottom:8px;
	display: block;
	color: #333;
    font-weight: 300;
}

.company-info .block ul{
	margin-top:5px;
	padding-left:19px;
}

.company-info .block ul li{
	list-style-type: square;
}

.company h1{
	color:#c85921;
}


.link-mask{
	background-color: rgba(204, 102, 51, .9);
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 99;
	transition:background-color .7s;
}

.link-mask.release{
	background-color:transparent;
}

.link-block {
	height:20.666666%;
	/*float: left;*/
	transition:height .9s;
	background-size: cover;
	width:100%;
	background-position:center center;
	background-repeat:no-repeat;
	/*border-right: 1px solid #333;*/
	background-color: white;
	position: relative;
}

.link-block:last-child{
	border:none;
} 

.link-block.show{
	height:75%;
}

.link-block.standBy{
	height:7.2%;
}

.link-block div{
	text-align: center;
}

.link-block a{
	display: block;
	width:100%;
	height:100%;
	color:#fff;
	font-weight:500;
	text-decoration: none;
	position: relative;
	text-shadow: 0 0 5px #666;
	z-index: 100;
	font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #d89f82;
}

.link-block a span{
	/*transform: rotate(-90deg);
	transform-origin: 0% 0%;
	-webkit-transform: rotate(-90deg);
	-webkit-transform-origin: 0% 0%;*/
	display: block;
	position: absolute;
    top: 7px;
    left: 11px;
    text-align: left;
}



/*.link-block a:hover{
	color:#fff;
}*/

#site-links{
	height:1px;
	min-height: 938px;
    padding: 135px 30px 45px;
    background-color: #eeeeee;
}

.callout{
	height:300px;
	width:100%;
}

.orange, .active, .current-menu-item, 
nav ul li.current-menu-item:hover a{
	background-color:#c85921;
}

li.current-menu-item:hover ul li a{
	background-color: #666;
}

li.current-menu-item:hover ul li:hover a{
	background-color: #555;
}


#map{
	width:100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	padding-top:50px;
	background-color: #fff;
	left:-9999px;	
}

#map iframe{
	width:100%;
	height:100%;
}

#hello.top, #map.top{
	z-index: 5;
	left:0
}
	
#intro p{
	color: white;
	font-weight: 100;
	padding-top: 30px;
	text-align: justify;
	/*font-weight: 300;
	line-height: 27px;*/
}

#intro{
	margin-top:2%;	
}

#logo-lrg img{
	width:100%;
}

.mask{
	background-color: #c85921;
	/*background:#c85921 url(../forma/images/mask.svg) center 300px no-repeat;   /*22398e   200px*/
	/*background-size:8%;*/
}

.one{
	background-image: url('../forma/images/section-images/section-residential.jpg');
}

.one;hover{
	background-color: #f8f8f8;
}

.two{
	background-image:url('../forma/images/section-images/section-commercial.jpg');
}

.two:hover{
	background-color: #f5f5f5;
}

.three{
	background-image: url('../forma/images/section-images/section-healthcare.jpg');
}

.three:hover{
	background-color: #eeeeee;
}

.four{
	background-image: url('../forma/images/section-images/section-furniture.jpg');
}

.four:hover{
	background-color: #e8e8e8;
}

.five{
	background-image:url('../forma/images/section-images/section-graphics.jpg');
}

.five:hover{
	background-color: #e5e5e5;
}

.six{
	background-image:url('../forma/images/section-images/section-recognition.jpg');
}

.six:hover{
	background-color: #dddddd;
}

#work{
	pointer-events: none;
}

main .container{
	transition:padding 1s ease;
	padding:0 25px;
}

.page-template-template-section-landing .logo-greek, .single-project .logo-greek, .category .logo-greek{
	background-color: transparent;
}

.page-template-template-section-landing.company #logo{
	display: block;
}

.row .module-block img{
	border:6px solid whitesmoke;
	min-width:100%;
}

.row .module-block h2{
	text-transform:uppercase;
	margin:0;
	padding:0;
	font-weight:bold;
	transition:all .5s;
	font-size: 14px;
	height:50px;
	padding:5px 0 60px;
}

.row .module-block em{
	display: block;
	font-style: italic;
	font-size: 14px;
	padding:0;
	font-weight:300;
	transition:all .5s;
}

.row .module-block ul{
	margin:0;
	padding:0;
	border-bottom: 1px solid #bbb;
    height: 70px;
}

.row .module-block ul li{
	float:left;
}

.row .module-block ul li:first-child{
	margin-right:30px;
}

.row .module-block ul li a{
	font-size:35px;
}

#info{
	color:#337ab7;
}

#archive{
	color:#c85921;
}

.page-template-template-section-landing #logo{
	display: none;
}

#links img{
	width:100%;
	border-radius: 2px;
}

#recognition-pieces p, #recognition-description p, .company-info p{
	font-size: 15px;
    line-height: 26px;
}

#recognition-pieces .col-lg-12{
	   padding-top: 25px;
}

#module-video a{
	min-height:200px;
	color:white;
	background: #003445 url('../forma/images/as-seen-on-tv-logo.svg') no-repeat right bottom;
	background-size:36%;
	padding:33px;
	text-decoration: none;
	font-size: 33px;
	display: block;
}

#module-video a i{
	margin-right:6px;
}

#recognition-pieces h2{
	font-size:23px;
	color:#333;
	margin-top: 50px
}

#module-list{
    
}

#module-list > div{
	background-color: #666;
	padding: 33px;
}

#module-list > div{
	
}

#module-list ul{
	padding-bottom:33px;
}




#module-list a{
	color:white;
}

.residential .container-fluid, .healthcare .container-fluid, .commercial .container-fluid, .recognition .container-fluid{
	padding-bottom:76px;
}



h1.main-header{
	font-size: 50px;
	font-weight: 100;
	/*text-shadow: 0 0 8px rgba(0, 0, 0, .3);*/
	text-transform: uppercase;
	color:#c85921;
	transition:font-size 1s; 
	margin:0;
	padding:0;
	position: fixed;
    transform: rotate(90deg);
    transform-origin: top left;
    left: 52px;
    top: 165px;
    transition:left 1s;
    z-index: 2000;
}

.main-header.open{
	left:233px;
}

#description ul, .reveal-modal ul{
	margin:0 0 30px 20px;
	padding:0;
}

#description ul li, .reveal-modal ul li{
	margin-top:10px;
	font-size: 14px;
	list-style-type: square;
}

#links{
	/*padding:0 0 0 15px;*/
}

#links ul{
	margin:0;
	padding:0;
}

#links ul li{
	list-style-type: none;
	display: inline-block;
	position: relative;
	/*margin-right:20px;*/
}

#links ul li i{
	display: block;
    font-size: 40px;
    /*left: -23px;
    position: absolute;*/
}


#description h1{
	color:#444; /* #337ab7 */
	margin:25px 0 0;
	padding:0;
	font-weight:900;
}

#description em, #testimonial em{
	font-weight: 100;
	color:#444;
	margin-bottom:20px;
	display: block;	
}

#description p{
	color:#333;
	font-size: 1em;
	font-weight: 400;
	margin-bottom:23px;
}

#testimonial p{
	margin-bottom:13px;
	font-weight: 300;
    font-style: italic;
}

hr{
  margin: 60px 0;
  border-top::1px solid #ddd;
}

#links > div > div{
	position: relative;
}

#links a.video, #links a.gallery-link, #links a.graphics{	
	display: block;
	/*height: 50px;
    width: 200px;*/
}

#links a.video hr, #links a.gallery-link hr{
	border-top:1px solid gray;
	border-bottom:1px solid black; 
}

#links .row > div{
	position: relative;
    overflow: hidden;
}
/*
a.gallery-link, a.video{
	position: absolute;
    color: white;
    text-decoration: none;
    font-size: 30px;
    text-shadow: 0 0 5px #000;
    text-transform: uppercase;
    top: 5px;
    left: 25px;
    width: 100%;
    height: 100%;
    opacity: .25;
}*/

#links a{
	font-size: 33px;
	color: #c85921;
	float: left;
	font-weight: 300;
	/*margin:0 20px 0 40px;*/
	display: block;
	position: relative;
}

.gallery-link:after{
	display: block;
    content: 'Photo Gallery';
    position: absolute;
    /*top:48%;
    left:50%;
    margin-left:-50px;*/
    bottom:5px;
    right:5px;
    color:#c85921;	
    font-size: 33px;
}

#links a.video, #links a.graphics{
	padding-left: 60px;
}b

#description div{
	  overflow: hidden;
	  margin-bottom: 10px;
}

#description i{
	font-size:30px;
	padding:10px 20px 10px 10px;
	position: absolute;
	top: -5px;
}

#main-menu ul.sub-menu li a{
	padding:10px 25px;
}


.fa-play{
	color:#bf1e0f;
}

.fa-trophy{
	color:#e1d11b;
}

#description .client-profile{
	width:150px;
	height:150px;
	float:left;
	margin:0 15px 15px 0;	
}


#notable-links li{
	display: inline-block;
	margin-right:20px;
	padding:10px;
}

#notable-links li a{
	margin-left: 50px;
	display: block;
}

#links .row > div{
	margin-bottom:25px;
}

#houzz{
	position: absolute;
	top:100px;
	left:50%;
	color: #ccc;
	margin-left:-1px;
}

.recognition .row-fluid{
	clear:both;
}

.bio-block h4{
	color:#c85921;
}

#welcome{
	background-position: top right;
}

#back-button{
	width:50px;
	height:50px;
	background-color: #888;
	position: absolute;
	left:6px;
	bottom:0;
	cursor: pointer;
}

#back-button a{
	display: block;
	width:100%;
	height:100%;
}

#back-button a i{
	color:white;
	font-size: 30px;
	padding:12px 0 0 11px;
}

.page-template-template-section-landing.company main{
	margin-left:0;
}

.company-info, .recognition article, .content-wrapper{
	padding:43px 10px 0 60px;
}

#mizap{
	width:100%;
    height:100%;
    margin:0;
    padding:0;
}

#tertiary-nav li a img{
	width:25px;
	height:25px;
}

#module-list ul li{
	list-style-type: none;
    position: relative;
    display: block;
    border-bottom: 1px solid gray;
    padding: 18px;
    line-height: 27px;
}


#description h1{
	font-size: 25px;
}

.logo-greek{
	/*background-size:60% auto;*/
}

#landing-logo{
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center center;	
}

#logo-table{
	padding-bottom:0;
}

p.copyright{
	padding:20px 0 0 10px;
}

header, footer{
	height:50px;
}

#houzz-icon a, #youtube-icon a, #hgtv-icon a{
	background-size:100%;
}

	
#arrow{
	bottom:10%;
}	

#photo{
	background-position:right bottom;
	background-size:100% auto;
}

/*#text h2{
	font-size: 28px;
    text-align: left;
    color: white;
}*/

#text{
	padding-bottom: 30px;
}

.link-block a{
	font-size:26px;
}

.link-block.show{
	height:50%;
}

.link-block.standBy{
	height:10%;
}


.page-template-template-section-landing main.open, .single-project main.open, .page-template-template-section-landing main, .single-project main{
	padding-left:0px;
	margin-left:0;
}

nav ul li a{
	font-size: 12px;
	
}

nav ul li i.fa{
	top:8px;
	font-size: 20px;
}

#greek-gallery-logo{
	width:100%;
}

.contact-link-email{
	position: absolute;
	bottom:50px;
}

.contact-link-phone{
	position: absolute;
	bottom:87px;
}

.contact-link-location{
	position: absolute;
	bottom:123px;
}

#text h3{
	text-align: left;
	font-size: 23px;
}

#welcome .display-table-cell{
	vertical-align: bottom;
} 

.mask{
	background-image:none;
}

#intro p{
	font-size: 1em;
}

#intro p{
	font-weight: 300;
}

#home .display-table{
	text-align: left;
}

#module-video > div{
	margin-bottom:20px;
}

/*#landing-logo{
	width: 80%;
}*/

.logo-greek{
	display: none;
}

.page-template-template-section-landing #logo, .single-project #logo{
	display: block;
}


.page-template-template-section-landing main.open, .single-project main.open, main.open{
	padding-left:180px; 
}



#recognition-pieces p{
	font-size: 1em;
    line-height: 24px;	    
	width:100%;
}


#recognition-description, #module-list > div{
	-webkit-column-count: 1; /* Chrome, Safari, Opera 
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}

.page-template-template-section-landing main, .single-project main{
	padding-left: 0;
}

#module-list > div, #module-video a{
	padding: 23px;
}

.page-template-template-section-landing main.open .container, .single-project main.open .container, main.open .container{
	padding-right:30px;
}

#landing-logo{
	background:transparent url(https://formaonline.com/wp-content/uploads/2019/11/25-years-orange.svg) no-repeat center center;
}

.row .module-block{
	margin-bottom:20px;
}

#links ul li i.fa-bolt{
	left:9px;
}

#logo-table{
	display:table;
	position: relative;
	width:100%;
	height:100%;
	z-index: 100;
	background-color:#c85820;
	transition:background-color 1s;
	cursor: pointer;
}


#text{
	width:100%;
	padding-top: 80px;
	/*padding-bottom: 110px;*/
}

#text h2{
	margin-top:0;
	padding-top:0;
	font-size:30px;
	text-align: left;
	font-size: 30px;
	font-weight: 100;
	color:black;
}

.sidebar{
	max-width: 30%;
    float: left;
    padding: 0 30px;
    /*border-left: 1px solid #ccc;*/
}

.blog-post{
	max-width:80%;
}

.blog-post article{
	margin-bottom:60px;
}

.blog-post h1{
	float: left;
	font-size: 30px;
}

.sidebar h3{
	font-weight:500;
}

.blog-post a img{
	float: left;
    width: 100%;
}

.blog-post p{
	/*padding: 15px 0 80px 0;*/
    line-height: 23px;
    float:left;
    width:100%;
}


@-webkit-keyframes bounce {
	0%{bottom:21%;}
	50%{bottom:21.75%;}
	100%{bottom:21%;}
}


@keyframes bounce {
	0%{bottom:21%;}
	50%{bottom:21.75%;}
	100%{bottom:21%;}
}



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
	
	nav#nav-drawer{
		width:181px;
	}
	
}
@media only screen and (min-width:480px) {
	

	#module-video a{
		padding:23px 170px 23px 23px;
	}
	
	#intro p{
		font-size: 1.3em;
	}
	
	#welcome{
		background: white url('../forma/images/andreas-full-4.jpg') no-repeat top left;
		background-size:cover;
	}
	
	
}

@media only screen and (min-width:768px) {
	
	.blog-post{
		max-width:50%;
		float:left;
		margin-left: 80px;
	    margin-top: 50px;
	}
	
	.blog-post a img{
		float: left;
	    
	}

	#module-video a{
		padding:23px;
	}

	#main-menu ul.sub-menu li a{
		padding:15px 25px;	
	}

	#text{
		padding-top: 80px;
	}
	
	#text h2{
		font-size: 60px;
	}
	
	#text h3{
		color:black;
	}
	
	#welcome .display-table-cell{
		vertical-align: middle;
	}
	
	#landing-logo{
		background:transparent url(https://formaonline.com/wp-content/uploads/2018/12/twenty-four-years-2.svg) no-repeat center cover;
		opacity:1;
		transition:opacity 1s;
	}

	.logo-greek{
		display: block;
	}

	.page-template-template-section-landing main.open, .single-project main.open, main.open, footer.open{
		padding-left:231px;
	}

	.recognition .row .module-block{
		height:260px;
	}

	#module-list > div{
		padding: 25px 0 0;
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
	    -moz-column-count: 2; /* Firefox */
	    column-count: 2;
		-webkit-column-gap: 33px; /* Chrome, Safari, Opera */
	    -moz-column-gap: 33px; /* Firefox */
	    column-gap: 33px;
	}
	
	.company-info .text{
		padding-top:25px;
	}
	
	#recognition-description{
	    padding:25px 0 76px 0;
	}
	
	.main-header.open{
		left:283px;
	}
	
	#main-menu li ul{
		display: block;
	}
	
	#module-video a{
		font-size: 1em;
	}
	
	nav#nav-drawer {
		width:231px;
		left: -231px;
	}
	
	#control-nav.open{
		left:231px !important;
	}
	
	#logo-table{
		display:table;
		position: relative;
		width:100%;
		height:100%;
		z-index: 100;
		background-color:#c85820;
		transition:background-color 1s;
		cursor: pointer;
	}

	#hello{
		position: fixed;
	}
	
	#banner-image {
	    display: block;
	}
	
	.half {
	    height: 50%;
	}
	

}
@media only screen and (min-width:992px) {
	
	/*#links{
		padding:0 0 0 15px;	
	}*/

	
	.row .module-block{
		height:370px;
	}
	
	.recognition .row .module-block{
		height:370px;
	}
	
	.gallery-link:after{
		display: none;
	}
	
	.gallery-link:hover:after{
		display: block;
	    content: 'Photo Gallery';
	    position: absolute;
	    /*top:48%;
	    left:50%;
	    margin-left:-50px;*/
	    bottom:5px;
	    right:5px;
	    color:#c85921;	
	    font-size: 33px;
	}
	
	
}
@media only screen and (min-width:1024px) {
	.row .module-block h2{
		font-size: 1.5em;
		min-height:100px;
	}
	
	/*.row .module-block{
		height:370px;
	}*/
}
@media only screen and (min-width:1140px) {
	.row .module-block{
		height:470px;
	}
	
	.recognition .row .module-block{
		height:470px;
	}
	
	.projects .row .module-block{
		height:610px;
	}
	
}
@media only screen and (min-width:1280px) {
	
	#module-list > div{
		-webkit-column-count: 3; /* Chrome, Safari, Opera */
	    -moz-column-count: 3; /* Firefox */
	    column-count: 3;
	    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	    -moz-column-gap: 40px; /* Firefox */
	    column-gap: 40px;
	}
	
	
	
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

   

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#ccc;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:black;
	color:#ccc;
	text-shadow:none;
}
::-moz-selection {
	background:black;
	color:#ccc;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
