/*
Theme Name:         Gabroni Theme
Theme URI:          http://www.gabrielasarzynski.com
Description:        A 1page theme for an antique store
Version:            5.2.0
Author:             Deven Pitcher
Author URI:         http://ohdeven.com

License:            MIT License
*/

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*Utility*/
.round {
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  border-radius: 10px; /* CSS3 */
}

.center{
	display:table;
	margin-left:auto;
	margin-right:auto;
}

.opacity44{
	opacity:.44;
}



/*Dvn Style*/
body html{
	width:100%;
	height:100%;
	overflow-x:hidden;
}

body *{
	display: block;
	font-family:Helvetica;
	
}
#large-screen{
	width:100%;
	height:100%;
	background-color: #f9f4c4; 
}

#content-machine{
	width:auto;
	height:auto;
}

#logo{
	margin-top:20px;
	margin-bottom: 10px;
}

#big-img{
	max-width: 972px;
	border: 10px solid white;
	float:left;
}

.biggest-img{
	border-bottom: 10px solid white;
	float:left;
}

#img-thumbs{
	float:left;
	font-size:0px;
}

#img-thumbs img{
	font-size: 0px;
	letter-spacing:0px;
}

.overlay{
	display:inline-table;
	margin-left:auto;
	margin-right:auto;
	border-right: 9px solid white;
}

#boxes{
	margin-top:20px;
	max-width:992px;
	clear:both;
	float: left;
}

.box{
	border: 10px solid white;
	float:left;
	width:305px;
	background-color:white;
	
}


#about-box{
	font-size:16px;	
}

#google-map small{
	display:none;
}

#contact{
	
}
.wpcf7-form{
	font-family:Helvetica;
	font-size:12px;
}

.wpcf7-form input {
	width:300px;
			
}

.wpcf7-form textarea {
	width:300px;
	height: 174px;	
	
}

