/**********************************************************************************

	Theme Name: Roman Design
	Theme URI: 
	Description: Roman Design WordPress Theme Framework
	Version: 1.0
	Author:	Roman Design
	Author URI: http://www.romandesign.ca
	License: 
	License URI: 
	Tags: 

**********************************************************************************/

/* RESET */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
body {
  line-height: 100%;
}
blockquote,q {
  quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}
code {
	font-size: 0.8em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,ol,li {
  list-style-type: none;
  font-family: "Roboto Condensed",Verdana,Geneva,sans-serif;
}
input,textarea,select {
  outline: none;
}
.avatar.photo {
	padding:0;
	margin:0 10px 0 0;
	vertical-align:middle;
}
.tag-links a {
	margin-left:5px;
	margin-right:5px;
}
.entry-meta, .entry-summary a {
	font-size:1em;
	color: #666666;
	margin-bottom:10px;
	margin-top: 5px;
	font-family: "Roboto Condensed",Verdana,Geneva,sans-serif;
	font-style: italic;
}
/* animate.css fix */
body {
    overflow-y: auto;
    overflow-x: hidden;
}
/* UTILITY CLASSES */
.align-center {
  text-align: center;
}
.align-center-auto {
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}
.align-left, .align-left {
  text-align: left;
}
.align-right, .alignright {
  text-align: right;
}
.float-right, .alignright {
	float:right;
}
.float-left, .alignleft {
	float:left;
}
.inline li {
  display: inline-block;
  /* margin-right: 16px; */
}
.inline li:last-child {
  margin-right: 0;
}
.narrow-p {
  margin: 0 auto 1.5em;
  width: 30%;
}
.section-content {
  padding: 3em 20px;
}
.no-bottom-padding {
  padding-bottom: 0;
}
ul.row {
  margin-bottom: 1.5em;
}
.v-middle {
	vertical-align:middle;
}
.margin-top-1em {
	margin-top:1em;
}
.margin-top-2em {
	margin-top:2em;
}
.margin-top-3em {
	margin-top:3em;
}
.margin-top--1em {
	margin-top:-1em;
}
.margin-top--05em {
	margin-top:-0.5em;
}
.larger {
  font-size: 22px;
  font-weight:400;
}
.smaller {
  font-size: 13px;
  line-height: 19px;
}
.small, small {
  font-size: 11px;
  line-height: 17px;
}
.tiny {
  font-size: 9px;
  line-height: 14px;
}
.no-padding {
	padding:0 !important;
}
.no-margin {
	margin:0 !important;
}
.no-shadow {
	box-shadow:none !important;
	text-shadow:none !important;
}
.shadow {
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4) !important;
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}
.offset {
	padding-left:80px;
}

/* GENERAL TYPOGRAPHY STYLES */
body {
	color: #2b2b2b;
	font: 400 16px/24px "Open Sans", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	background-color: #00477e;
}
h1,h2,h3 {
  color: #2b2b2b;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 1em;
}
h1 {
  margin-top: 3px;
  color: #00487F;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.4em;
  font-family: "Roboto Condensed",Verdana,Geneva,sans-serif;
}
h2 {
  margin-top: 3px;
  color: #0666b0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
  font-family: "Roboto Condensed",Verdana,Geneva,sans-serif;
  /* text-shadow: 2px 2px 0px #FFF, 0px 0px 40px rgba(224, 131, 246, 0.8);
  -moz-text-shadow: 2px 2px 0px #FFF, 0px 0px 40px rgba(224, 131, 246, 0.8);
  -webkit-text-shadow: 2px 2px 0px #FFF, 0px 0px 40px rgba(224, 131, 246, 0.8); */
}
h3 {
  margin-top: 3px;
  color: #00487F;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
  font-family: "Roboto Condensed",Verdana,Geneva,sans-serif;
  /* text-transform: uppercase;*/
}
h4 {
  margin-top: 0em;
  color: #999;
  font-size: 16px;
  font-family: "Roboto Condensed",Verdana,Geneva,sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 1em;
  /* text-transform: uppercase;*/
}
p, figcaption {
  margin-bottom: 2em;
}
p a, figcaption a {
  color: #00487F;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
p a:hover, figcaption a:hover {
  color: #2b2b2b;
  border-bottom: 1px dotted;
}
a, a:hover, a:visited, a:focus {
	outline:none;
}
a:hover, a:focus {
    color: #00487F; 
	cursor:pointer;
	opacity:0.8;
	transition: opacity 0.3s ease-out 0s;
}
a, a:visited {
	color: #00487F; 
}
em {
  font-size: 14px;
  font-style: italic;
  color: #7a7a7a;
}
.image-link:hover {
  border-bottom: none;
  opacity:0.7;
  transition: opacity 0.2s ease-out;
}
.image-link {
  transition: opacity 0.4s ease-out;
}
.image-link img {
  vertical-align: middle;
  margin:-1px 0px 0px 3px;
}
blockquote {
    color: #666;
    font-style: italic;
    font-size: 0.9em;
	line-height: 1.4em;
    padding: 20px 0px 0px 18px;
    margin: 0px;
    background-position: left top;
    background-repeat: no-repeat;
    overflow: hidden;
    background-image: url('/wp-content/themes/romandesign/images/quote.gif');
	text-align: left;
}
blockquote:first-letter, blockquote p:first-letter {
    float: left;
    margin: 5px 6px 0px 0px;
    font-size: 60px;
    font-weight: bold;
    line-height: 33px;
}
blockquote .quote-sig {
    float: right;
    text-align: right;
    clear: both;
    margin-top: 20px;
	margin-bottom:30px;
    font-size: 1em;
}
blockquote img {
    float: right;
    margin: -50px 0px 0px;
}
/* Bootstrap and Wordpress overrides */
code {
	white-space:normal;
}
.comment-form-comment label, .comment-form-comment textarea {
	clear: both;
	float: left;
}
.comments-area li:before {
	content: '' !important;
}
.comments-area {
	margin-top:20px;
}
.contact-form input[type=email], .contact-form input[type=text] {
	width: 100% !important;
	max-width: 100% !important;
	margin-bottom: 0px !important;
}
/* Homepage Video overrides */
.YTPOverlay.raster {
	background: none !important;
	background-image: none !important;
	display: none !important;
}
@media (min-width: 800px) {
	.home #jumbotron {
		background-image: none !important;
		background-color: transparent !important;
	}
/*	.home #page-body {
		background-color: rgba(255,255,255,0.9) !important;
	}
	.home #pg-2-1> .panel-row-style {
    	background-color: rgba(204,228,255,0.7) !important;
	}*/
}