/* TEMPLATE STYLES */

/* HEADER */
.main-header-container {
	margin: 0 auto;
  	left: 0;
  	right: 0;
	height:72px;
	z-index: 1010;
	position:relative;
}
.main-header {
	background-color: rgba(255,255,255,1);
	/* position:fixed;
	max-width: 870px; */
	margin: 0 auto;
  	left: 0;
  	right: 0;
	z-index: 100;
	-webkit-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.4);
  	-moz-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.4);
  	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.4);
}
/* top menu animation */
.main-header.visible {
  position: fixed;
  top: -30px;
  background-color: rgba(255,255,255,0.8);
}
.visible #navigation li a {
	padding-bottom:6px;
	padding-top:5px;
}
.visible #navigation {
    height: 35px;
}
.visible #social-media {
    display: none;
}
.visible .menu-item-has-children a {
	padding: 5px 24px 6px 16px !important; /* TOP MENU HEIGHT */
}
#social-media {
	float: right;
	position: absolute;
	top: 29px;
	right: 15px;
}
@media (max-width: 940px) {
	#social-media {
		top: 87px;
		right: auto;
		left: 0px;
		width: 100%;
	}
	.main-menu {
		width: 100%;
	}
}
@media (max-width: 782px) {
	#social-media {
		top: 17px;		
	}
}
@media (max-width: 400px) {
	#social-media {
		display: none;
	}
}
@media (max-width: 1020px) and (min-width: 801px) {
	/*#social-media {
		top: 90px;
		right: 0px;
	}*/
	.main-menu {
		width: inherit;	
	}
}
.main-menu {
		text-align:left;
	}
@media (max-width: 1250px) and (min-width: 801px) {
	ul.slimmenu li a {
    	padding: 12px 9px;
		font-size: 18px;
	}
	.main-menu {
		text-align:left;
	}
}
/*.main-menu ul {
  margin-top: 3em;
}
.main-menu ul li {
  margin-right: 32px;
  text-transform: uppercase;
}
.main-menu ul li a {
  color: #7a7a7a;
  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;
}
.main-menu ul li a:hover {
  color: #e34e47;
}
.main-menu ul li.current-menu-item a, .main-menu ul li.current_page_item a {
  color: #2b2b2b;
}*/

/* PAGE BODY */
#page-body {
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
	-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);
	z-index: 1000;
	position: relative;
	background-color: #fff;
	/* padding-left:20px;
	padding-right:20px; */
}
.container-wide {
  /*background: transparent url('../images/pattern.jpg') 0 0 repeat;
  -webkit-box-shadow: inset 0 0px 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0px 5px 0 rgba(0, 0, 0, 0.4);*/
}
.container {
	position: relative;
}
.intro-content {
  background-color: #1a2128;
  color: white;
  height: 209px;
  padding: 0 3em;
}
.intro-content h1 {
  padding-top: 70px;
}
.intro-content .special-intro {
  font-weight: bold;
  padding-top: 86px;
}
.intro-content .intro-color-1 {
  color: #2eb4e8;
}
.intro-content .intro-color-2 {
  color: #a6c63a;
}
.cta {
  margin-top: 1.5em;
}
.portfolio-entries li {
  margin-bottom: 1.5em;
}
.gallery-item {
  position: relative;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.gallery-item .hover-state {
  height: 209px;
  left: 3px;
  padding: 5.5em 75px;
  position: absolute;
  top: 3px;
  width: 100%;
  display: none;
}
.gallery-item .hover-state p {
  margin-bottom: 0;
  position: relative;
}
.gallery-item .hover-state p:before {
  content: '\23';
  color: #e34e47;
  font-family: "icomoon-ultimate";
  font-size: 11px;
  position: absolute;
  right: -25px;
  top: 1px;
}
.gallery-item figure img {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.gallery-item:hover figure img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.gallery-item:hover .hover-state {
  display: block;
}
.gallery-item.hidden {
  opacity: .2;
  filter: alpha(opacity=20);
}
.secondary-menu {
  margin: 1.5em 0;
}
.secondary-menu li a {
  background-color: #f7f7f7;
  color: #2b2b2b;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  padding: 3px 16px;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.secondary-menu li a:hover {
  background-color: #1a2128;
  color: white;
}
.secondary-menu li a:active {
  background-color: #242e37;
  color: white;
}
.secondary-menu li a.active {
  background-color: white;
  font-weight: 600;
}
.secondary-menu li a.active:hover {
  color: inherit;
}
.secondary-nav {
  padding: 1.5em;
}
.secondary-nav ul li a {
  background-color: #f7f7f7;
  color: #2b2b2b;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  padding: 3px 16px;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.secondary-nav ul li a:hover {
  background-color: #1a2128;
  color: white;
}
.secondary-nav ul li a:active {
  background-color: #242e37;
  color: white;
}
.secondary-nav ul li a.active {
  background-color: white;
  font-weight: 600;
}
.secondary-nav ul li a.active:hover {
  color: inherit;
}
.portfolio-image-list li {
  margin-bottom: 1.5em;
}
.portfolio-image-list li figcaption {
  font-size: 14px;
  margin: 1.5em;
  text-align: center;
}
.portfolio-image-list li:last-child {
  margin-bottom: 0;
}
.sidebar {
  padding: 3em 1.5em;
}
.portfolio-single-nav li a {
  background-color: #f7f7f7;
  color: #2b2b2b;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  padding: 3px 16px;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.portfolio-single-nav li a:hover {
  background-color: #1a2128;
  color: white;
}
.portfolio-single-nav li a:active {
  background-color: #242e37;
  color: white;
}
.portfolio-single-nav li a.active {
  background-color: white;
  font-weight: 600;
}
.portfolio-single-nav li a.active:hover {
  color: inherit;
}
.about-page p {
  margin: 0 auto 1.5em;
  width: 30%;
}
.about-page hr.alt {
  margin: 3em auto;
}
.about-page .cta {
  margin-top: 3em;
}
.available {
  color: #a6c63a;
}
.menu-spacer {
	height:72px;
}

/* MAIN ANIMATION */
#jumbotron {
	height:700px;
	/* background-image:url(/wp-content/themes/romandesign/images/design-background-toronto.jpg); */
	background-position:-0px -0px;
	background-size: cover;
	background-attachment:scroll;
	background-repeat:no-repeat;
	/* background-color:#eae9e7; */
	position: relative;
}
@media (max-width: 1362px) {
	#jumbotron { background-size:auto 103%;	}
}
@media (max-width: 800px) {
	.main-header-container { height: 49px; }
}
#header {
	height:240px;
	/* background-image:url(/wp-content/themes/romandesign/images/design-background-toronto.jpg); */
	background-image:url(/wp-content/themes/romandesign/images/background-oakville-web-design.jpg);
	background-position:-0px -0px;
	background-size: cover;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-color:#eae9e7;
	position: relative;
}
.home-animation {
	position:relative;
	height:600px;
}
@media (min-width: 768px) {
	.home-animation {
		width: 95%;
		max-width: 1170px;
	}
}
@media (max-width: 1200px) {
	.home-animation {
		width: 95%;
		max-width: 972px;
	}
}
#banner-container {
	position:relative;
}
#parallax-back {
	background-image:url(/wp-content/themes/romandesign/images/home-back.jpg);
	background-position: center top;
	background-size: cover;
	background-attachment: scroll;
}
/*#banner-image {
	position: absolute;
	bottom: -155px;
	max-width: 700px;
	max-height: 449px;
	width: 80%;
	left:50%;
	margin-left: -33%;
	-webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
	background-image:url(/wp-content/themes/romandesign/images/web-design-imac.png);
	background-repeat:no-repeat;
	background-size:100%;
	padding: 0;
}
#banner-image img {
	width: 100%;
}
#banner-foreground {
	position: absolute;
	width: 37%;
	height: 160%;
	top: 0;
	right:0;
	-webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
	z-index: 10;
	background-image:url(/wp-content/themes/romandesign/images/design-foreground.png);
	background-position: left top;
	background-size: cover;
	background-attachment: scroll;
	background-repeat:no-repeat;
}
#banner-foreground img {
	width:100%;
	min-height:600px;
}*/
#logo {
	position:absolute;
	left: -3px;
	top: 90px;;
}
#header #logo {
	top: 30px;;
}
@media (max-width: 800px) {
	#logo {
		display:none;		
	}
	#header #logo {
		display:inherit;
	}
}
#header-container #logo {
	top:30px;
}
#banner-text-1 {
	position:absolute;
	left: 17%;
	top: 90px;
	width: 80%;
	text-align:left;
	color: #2b2b2b;
  	font-family: "Open Sans", Helvetica, Arial, sans-serif;
  	-webkit-font-smoothing: antialiased;
	font-size: 50px;
  	font-weight: 300;
	line-height: 0.8em;
	-webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
}
#banner-text-2 {
	position:absolute;
	left: 17%;
	top: 180px;
	width:80%;
	text-align:left;
	color: #00487F;
  	font-family: "Roboto Condensed",Verdana,Geneva,sans-serif;
	font-weight:300;
  	-webkit-font-smoothing: antialiased;
	font-size: 25px;
	line-height: 1.2em;
	-webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
}
#header #banner-text-1 {
	left: 140px;
	top: 74px;
	text-align:left !important;
}
#header h1 {
	color: #00487F;
  	font-family: "Open Sans", Helvetica, Arial, sans-serif;
  	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	font-size: 50px;
	text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
}
#action {
	position:absolute;
	left: 17%;
	top: 262px;
	width: 61%;
	text-align:center;
	-webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
}
#action img {
	width:100%;
	max-width: 224px;
}
@media (max-width: 930px) {	
	#banner-text-2 { font-size: 19px; }
	#banner-text-1 { font-size: 40px; }
}
@media (max-width: 800px) {	
	#banner-text-2 { text-align:center; left:0px; width:100%; padding-left:20px; padding-right:20px; }
	#banner-text-1 { text-align:center; left:0px; width:100%; padding-left:10px; padding-right:10px; }
	#jumbotron { height:360px; }
}
@media (max-width: 600px) {	
	#banner-text-2 { top: 220px; text-align:center; left:0px; width:100%; padding-left:20px; padding-right:20px; }
	#banner-text-1 { text-align:center; left:0px; width:100%; padding-left:10px; padding-right:10px; }
	#action { top: 312px; }
	#jumbotron { height:360px; }
	#banner-image {	bottom: -18px;	} 
	#header { background-size: 130% 140%; }
	#header h1 { font-size: 35px; }
	#header #banner-text-1 { left: 100px; width: 70%; }
}
@media (max-width: 470px) {	
	#jumbotron { height:260px; }
	#banner-image {	bottom: 240px; }
	#banner-text-1 { top: 50px; font-size: 42px; } 
	#banner-text-2 { top: 160px; font-size: 16px; } 
	#action { top: 212px; }
}

/* FOOTER */
.main-footer {
	background-color:#00487F;
	color:#fff;
	/* text-shadow: 1px 1px 0px rgba(0,0,0,0.2); */
}
.main-footer a {
	color:#fff;
	text-decoration:none;
}
.main-footer a:hover {
	color:#fff;
	text-decoration:none;
}
.main-footer p {
	margin-bottom:0px;
}
.main-footer p:last-child {
  margin-bottom: 0;
}
.social-icons li a {
  color: #dcdbdb;
  font-size: 32px;
  display: inline-block;
  margin-bottom: 16px;
  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;
}
.social-icons li a:hover {
  color: #1a2128;
}
.social-icons li a:active {
  color: #202931;
}
#footer-logo {
	margin:-10px 0px 10px -25px;
}
.footer-border {
	position:relative;
}
.footer-border div {
	min-height:220px;
}
.footer-border div:before {
    content:" ";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #b299b8;
}
.footer-border div:last-child:before {
    margin-left: -20px;
}
@media (max-width: 990px) {
	.footer-border div:last-child:before {
		background:none;
	}
}
.footer-border div:first-child:before {
    background: none;
}
#footer-social-media {
	min-height: 63px;
}
#footer-social-media .icon-circle {
	border-radius: 50%;
	color: #00487F;
	background: #fff;
	padding: 6px;
	vertical-align:middle;
	height: 48px;
	width: 48px;
	margin: 0px 1px;
	transition: opacity 0.4s ease-out 0s;
}
#footer-social-media img {
	transition: opacity 0.4s ease-out 0s;
}
#footer-social-media .icon-circle:hover, #footer-social-media img:hover {
	opacity:0.7;
	cursor:pointer;
	transition: opacity 0.2s ease-out 0s;
}
.contact-info {
	font-size:2em;
	color:#00487F;
	font-family: "Roboto Condensed",Verdana,Geneva,sans-serif;
	font-weight: 400;
	margin-left:auto !important;
	margin-right:auto !important;
	margin-top: 30px;
}
.contact-info .address {
	font-size:0.7em;
	padding: 10px 0px 0px 10px;
}
.contact-info .icon-circle { 
	color:#FFFFFF !important;
	background-color: #00487F !important;
	margin: 0px 10px !important;
	height: 48px;
	width: 48px;
	font-size: 35px;
	margin: 10px !important;
	margin-top: 10px !important;	
	padding-top: 8px;
}
.contact-info .fa-envelope {
	font-size: 30px;
	padding-top: 9px;
}	
.contact-form .modal-dialog {
	width: 100% !important;
	max-width: 460px !important;
}
.contact-form {
	margin-bottom: -29px;
}
#footer-social-media .fa-facebook, .contact-info .fa-facebook {
	font-size: 42px ;
	padding:10px 8px 8px 11px;
}
#footer-social-media .fa-twitter, .contact-info .fa-twitter {
	font-size: 36px;
	padding-left:8px;
}
#footer-social-media .fa-google-plus, .contact-info .fa-google-plus {
	font-size: 29px;
	padding:10px 8px 8px 6px;
}
#footer-social-media .fa-youtube-play, .contact-info .fa-youtube-play {
	font-size: 33px;
    padding: 8px 6px 8px 6px;
}
.three-col-menu {
	padding-left:5px;
	padding-right:3px;
}
#header-container {
	width: 100%;
	position:relative;
	height:190px;
}
#header-image {
	width: 100%;
	height: auto;
	vertical-align:middle;
}
.triangle-bottom:after {
    bottom: -25px;
    z-index: -1;
    background: inherit;left: 50%;
    width: 50px;
    height: 50px;
    transform: translateX(-50%) rotate(45deg);
	position: absolute;
	content: "";
	pointer-events: none;
	background-image: none;
}
.ss-style-triangles:after {
    bottom: -25px;
    z-index: -1;
    background: inherit;
}
.ss-style-triangles:before {
    top: -25px;
    background: none repeat scroll 0% 0% #ddd;
}
.ss-style-triangles:before, .ss-style-triangles:after {
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translateX(-50%) rotate(45deg);
	position: absolute;
	content: "";
	pointer-events: none;
	background-image: none;
}
.ss-style-triangles {
    position: relative;
	background: none repeat scroll 0% 0% #ddd;
	color: #2B2B2B;
}
.ss-style-triangle-top:before {
	top: -15px;
    background: none repeat scroll 0% 0% #ddd;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translateX(-50%) rotate(45deg);
	position: absolute;
	content: "";
	pointer-events: none;
}
.ss-style-triangle-top {
    position: relative;
	background: none repeat scroll 0% 0% #ddd;
	color: #FFF;
	text-align: center;
}
.result-item {
	width:240px;
	display: inline-block;
	vertical-align: top;
}
#panel-3 H2 {
	font-size: 30px;
	text-align: center;
}
.circular {
  width: 190px; 
  height:190px;
  border-radius:50%;
  margin:5px;
}
.circular img, .round {
  border-radius:50%;
  transition: transform 0.5s ease, opacity 0.25s ease;
  -moz-transition: transform 0.5s ease, opacity 0.25s ease;
  -webkit-transition: transform 0.5s ease, opacity 0.25s ease;
  /* transform: scale(0.8); */
}
.circular img:hover, .round:hover {
  transform: scale(1.05);
  opacity:0.8;
}
.hover:hover {
  opacity:0.8;
}
.hover {
  transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
}

.round {
	margin:10px;
}
.section-content ul { padding-left:40px; list-style:none; }
.section-content li { margin-bottom:20px; margin-top:20px; }
.column-back li { margin-bottom:10px; margin-top:10px; }
.column-back ul {
    padding-left: 28px;
	font-weight:300;
}
.section-content li:before {    
    font-family: 'FontAwesome';
    content: '\f14a';
    margin:0 0px 0 -15px;
	position:relative;
	left:-12px;
	color:#0666b0;
}
.pagination li:before {       
    content: '';
}
#panel-4 .container {
	padding-top:0;
	padding-bottom:10px;
}		
#panel-5 H2 {
	color:#fff;
	font-size:30px;
	font-family: "Roboto Condensed",Verdana,Geneva,sans-serif;
	font-weight:400;
	margin-bottom:0;
}
#panel-5 {
	background-color:#ddd;
	color:#2B2B2B;
}
.image-left, .image-right {
   transition: transform 0.5s ease, opacity 0.25s ease;
  -moz-transition: transform 0.5s ease, opacity 0.25s ease;
  -webkit-transition: transform 0.5s ease, opacity 0.25s ease; 
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.image-left:hover, .image-right:hover {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  opacity:0.8; 
  -moz-opacity:0.8; 
  -webkit-opacity:0.8; 
} 

.image-left {
	float:left;
	padding: 6px;	
	margin: 0px 30px 30px 0px;
}
.image-right {
	float:right;
	padding: 6px;
	margin: 0px 0px 30px 30px;
}
.row p {
    overflow: hidden;
}
.page-body-left .row, .page-body-right .row {
	margin-top:30px;
	margin-bottom:30px;
}
.col-md-6 li {
	margin-bottom: 5px;
	margin-top: 5px;
	font-family: "Roboto Condensed",Verdana,Geneva,sans-serif;
}
.col-md-6 ul {
	margin-bottom: 20px;
}
.article-image {
	/* min-height:300px; */
	text-align: center;
}
#widgetized-area {
	text-align:center;
}
.col-xs-3 {
	font-family: "Roboto Condensed",Verdana,Geneva,sans-serif;
	font-size:1em;
}
#footermenu p:first-of-type {
	width: 25%;
}
#panel-2 h1 {
	text-transform: uppercase;
}
#panel-2, #panel-5 {
	background-image: url('/wp-content/themes/romandesign/images/toronto-skyline.png');
	background-position: bottom;
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.page-body-right .btn-primary {
	font-size:18px;
}
.page-body-right .form-box {
	font-size: 15px;
	line-height: 17px;
}
.page-body-right .login-container h2 {
    font-size: 20px;
}
#footer-logo {
	float:left;
	margin:0px 20px 10px 10px;
}
.footer-phone {
	font-size: 1.6em;
	margin: 3px 0px 5px 0px;
	display:inline-block;
}
.footer-contact {
	font-family: "Roboto Condensed",Verdana,Geneva,sans-serif;
	font-size: 1.2em;
	line-height: 28px;
	text-align: left;
	width: 340px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 800px) {
	.footer-contact {
		font-size: 1.2em;
	}
}
.footer-contact .fa { width: 30px; }
.footer-contact .fa-envelope { font-size:0.9em; }
.footer-contact .fa-phone { font-size:1.1em; }
.entry-content li {
    margin-bottom: 0px;
    margin-top: 0px;
}	
#footer-nav li { text-align:center; font-size:1.3em; margin:5px; }
#footer-nav li:before { content: ""; }
#footermenu ul { padding-left: 0px; position:relative; left:5px; margin-bottom: 20px; }
.wsp-pages-list li {
    margin-bottom: 0px;
    margin-top: 0px;
}
.wsp-pages-list .current_page_item {
	background-color:#FFFFFF !important;
	color:#000000 !important;
}
.wsp-pages-list a {
	color:#00487F !important;
	text-shadow:none !important;
}
.contact-form .modal-content {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.contact-form .modal-body textarea {
    height: 337px;
}
#pagination {
	clear:both;
	margin:10px auto 10px auto;
	text-align:center;
}
.hocwp-pagination {
	width: inherit !important;
}
.sb-paginate.default-style .paginate-item.current-item {
    background: none repeat scroll 0px 0px #00487F;
}
.sb-paginate {
	font-family: "Roboto Condensed",Verdana,Geneva,sans-serif;
}
.sb-paginate .next-item {
	padding-top: 3px;
	padding-bottom: 7px;
	position: relative;
	top: -2px;
}
h1.small-header {
	font-size: 43px !important;
}
.callme {
	display:none;
}
@media (max-width: 800px) {
	.callme {
		display:block;
		position:absolute;
		top: 13px;
		right:55px;
		color:#006090;
		z-index: 1011;
		font-size: 24px;
	}
	.callme a {
		color:#006090;
	}
}
/* OVERRIDES */
.share-twitter:before, .sd-sharing-enabled li:before { content: ""; }
.sd-content ul li {
	width: 37px;
}
.sd-content {
	margin-left: 15px;
}
.collapse-button .icon-bar {
  background-color: #006090 !important;
  box-shadow: none !important;
  height: 4px !important;
  width: 25px !important;
  margin: 3px 0 !important;
}
.collapse-button {
  background-color: #FFF !important;
  background-image: none !important;
  background: none !important;
  border-color: #FFF !important;
  border-style: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  width: 45px !important;
  z-index: 1000;
}
@media (max-width: 470px) {
	#imagelightbox-caption {
		padding-bottom:2.5em !important;
		padding-top:1em !important;
	}
}
.service-area {
	font-family: "Roboto Condensed",Verdana,Geneva,sans-serif;
	font-size:12px;
	text-align:center;
	color: #CEE0FF;
	margin-top:20px;
}
.service-area a {
	color: #CEE0FF;
}
.after_rating:before, .after_button:before { content: "" !important; }
.page-template-page-home {
    background-color: #fff;
    background-image: url(/wp-content/themes/romandesign/images/background-toronto-web-design.jpg);
    background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 772px;
}
@media (max-width: 800px) {
	.page-template-page-home {
    	background-size: auto 408px;
	}
}
@media (max-width: 470px) {
	.page-template-page-home {
    	background-size: auto 308px;
	}
}