@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");

/*********************
GENERAL STYLES
*********************/
.button-medium {
	padding:10px 20px;
	color:#fff;
	font-size:1em;
	font-weight:300;
	background: #154ea1; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1NGVhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDlhZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #154ea1 0%, #009ade 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#154ea1), color-stop(100%,#009ade)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #154ea1 0%,#009ade 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #154ea1 0%,#009ade 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #154ea1 0%,#009ade 100%); /* IE10+ */
	background: linear-gradient(to right,  #154ea1 0%,#009ade 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154ea1', endColorstr='#009ade',GradientType=1 ); /* IE6-8 */
	border:none;
	font-family: 'Open Sans', sans-serif;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:link.button-medium {}
a:hover.button-medium {
	background-color:#666;
}
.button-blue, .button-blue:visited {
	padding:10px 20px;
	color:#fff;
	font-size:1em;
	font-weight:300;
	background: #009bdf; /* Old browsers */
	border:3px solid #009bdf;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display:inline-block;
}
.button-blue:hover, .button-blue:focus {
	background: #fff;
	color:#009bdf;
}
#main h5 { color:#0087cd}
.search-title {
	background-color:#ddd;
	color:#666;
	padding:10px;
}
.search-title a {
	color:#666;
}
#home-intro {
	margin-top:20px;
}
#top-line {
	width:100%;
	height:10px;
	background: #154ea1; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1NGVhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDlhZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #154ea1 0%, #009ade 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#154ea1), color-stop(100%,#009ade)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #154ea1 0%,#009ade 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #154ea1 0%,#009ade 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #154ea1 0%,#009ade 100%); /* IE10+ */
	background: linear-gradient(to right,  #154ea1 0%,#009ade 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154ea1', endColorstr='#009ade',GradientType=1 ); /* IE6-8 */
}
.titlestyle {
	padding:10px 20px;
	color:#fff;
	font-size:2.4em;
	font-weight:300;
	background: #154ea1; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1NGVhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDlhZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #154ea1 0%, #009ade 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#154ea1), color-stop(100%,#009ade)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #154ea1 0%,#009ade 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #154ea1 0%,#009ade 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #154ea1 0%,#009ade 100%); /* IE10+ */
	background: linear-gradient(to right,  #154ea1 0%,#009ade 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154ea1', endColorstr='#009ade',GradientType=1 ); /* IE6-8 */
	float:left;
}
.banner-tag {
	font-size:1.8em;
	font-weight:300;
	font-style:italic;
	color:#fff;
	margin-top:20px;
	float:left;
}
#home-services, #home-work {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width:48%;
	height:262px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	position:relative;
}
#home-services h2, #home-work h2 {
	display:inline;
	position:absolute;
	top:124px;
	left:0px;
}
#home-services span, #home-work span {
	background-color:#555;
	position:absolute;
	top:200px;
	left:0px;
	padding:8px 10px;
	color:#fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#home-services {
	float:left;
	margin-right:2%;
	background-image:url(../images/home-services.jpg);
}
#home-work {
	float:right;
	background-image:url(../images/home-work.jpg);
}
#home-services:hover, #home-work:hover {
	-webkit-box-shadow: 0 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 0 3px rgba(0,0,0,.2);
} 
#home-services span:hover, #home-work span:hover {
	padding-right:50px;
}
.page-heading {
    width:50%;
    min-width: 1000px;
    margin: 0 auto;
}
.page-heading h1 {
	font-size:28px;
	height: 100px;
	margin-top:0px;
	line-height:100px;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	color:#0087cd;
	text-transform:uppercase;
}
.page-heading h1:before{
    width: 100%;
    height: 100px;
    display: block;
	background: #e9e9ea;
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
}
/********************
virtual-tour-button STYLES
********************/
.page-id-381 #virtual-tour-button {
	display:none;
}
#virtual-tour-button {
	position:fixed;
	bottom:0;
	left:0;
	z-index:999;
}
@media all and (min-width:300px) and (max-width: 640px) {
#virtual-tour-button {
	width:150px;
}
}
/********************
LAYER SLIDER STYLES
********************/
.ls-v5 .ls-playvideo, .ls-v5 .ls-nav-sides, .ls-v5 .ls-bottom-slidebuttons a, .ls-v5 .ls-nav-prev, .ls-v5 .ls-nav-next, .ls-v5 .ls-nav-start, .ls-v5 .ls-nav-stop, .ls-v5 .ls-fullscreen, .ls-v5 .ls-loading-container { background-image:url(../images/skin.png);}
.wpb_image_grid_ul li a { padding:10px;}
/********************
MASONRY
********************/
.thumbbox {
  margin: 10px;
  background: #D8D5D2;
  font-size: 11px;
  line-height: 1.4em;
  float: left;
  display:block;
}
.thumbbox h2 {
  font-size: 14px;
  font-weight: 200;
}
.thumbbox img,
#tumblelog img {
  display: block;
  width: 100%;
}
/*********************
COOKIE CONSENT STYLES
*********************/
#catapult-cookie-bar a {
	color:#666 !important;
}
#catapult-cookie-bar {
	-webkit-box-shadow: 0 -3px 0px 0 rgba(0,0,0,0.2);
	box-shadow: 0 -3px 0px 0 rgba(0,0,0,0.2);
}
/**********************************************************************
 UBERMENU STYLE
**********************************************************************/
.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
	position:inherit;
	padding:inherit;
	top:inherit;
	
}
/* Menu Bar */
#megaMenu {}
#megaMenu ul.megaMenu > li.menu-item > a, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator {
	padding: 5px 18px !important;
}
#megaMenu ul li.menu-item.ss-nav-menu-reg ul.sub-menu li.menu-item > a, #megaMenu ul li.menu-item.ss-nav-menu-reg ul.sub-menu li.menu-item > span.um-anchoremulator {
	padding: 6px 20px 6px 15px;
}
/* Top Level Items */
#megaMenu ul.megaMenu > li > a, #megaMenu ul.megaMenu > li > span.um-anchoremulator {
  font-size: 12px;
  color: #888888;
  padding: 12px 15px;
  font-weight: normal;
}

/* Horizontal Menu Items */
#megaMenu.megaMenuHorizontal ul.megaMenu > li > a, #megaMenu.megaMenuHorizontal ul.megaMenu > li > span.um-anchoremulator {
}

/* Vertical Menu Items */
#megaMenu.megaMenuVertical ul.megaMenu > li > a, #megaMenu.megaMenuVertical ul.megaMenu > li > span.um-anchoremulator {
  border-top: 1px solid #f0f0f0;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.9);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.9);
}

/* Menu Items with Dropdowns */
#megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > a,
#megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > span.um-anchoremulator,
#megaMenu ul li.mega-with-sub > a,
#megaMenu ul li.mega-with-sub > span.um-anchoremulator,
#megaMenu ul li.ss-nav-menu-mega > a,
#megaMenu ul li.ss-nav-menu-mega > span.um-anchoremulator {
  padding-right: 20px;
}

/* Top Level Menu Item Titles */
#megaMenu ul.megaMenu > li > a span.wpmega-link-title, #megaMenu ul.megaMenu > li > span.um-anchoremulator span.wpmega-link-title {
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#555;
	
}

/* Top Level Items - Hover */
#megaMenu ul.megaMenu > li:hover > a, #megaMenu ul.megaMenu > li > a:hover, #megaMenu ul.megaMenu > li.megaHover > a {
  color: #222222;
  border-bottom-color: transparent !important;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background: -webkit-linear-gradient(top, transparent, transparent);
  background: -moz-linear-gradient(top, transparent, transparent);
  background: -ms-linear-gradient(top, transparent, transparent);
  background: -o-linear-gradient(top, transparent, transparent);
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.9);
  box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.9);
}

/* Top Level Items Title - Hover */
#megaMenu ul.megaMenu > li:hover > a span.wpmega-link-title,
#megaMenu ul.megaMenu > li:hover > span.um-anchoremulator span.wpmega-link-title,
#megaMenu ul.megaMenu > li > a:hover span.wpmega-link-title,
#megaMenu ul.megaMenu > li > span.um-anchoremulator:hover span.wpmega-link-title,
#megaMenu ul.megaMenu > li.megaHover > a span.wpmega-link-title,
#megaMenu ul.megaMenu > li.megaHover > span.um-anchoremulator span.wpmega-link-title {
  text-shadow: 0 -1px 1px #ffffff;
  color:#009ade;
}

/* Top Level Items - Current Item */
#megaMenu ul.megaMenu > li.current-menu-item > a, #megaMenu ul.megaMenu > li.current-menu-parent > a, #megaMenu ul.megaMenu > li.current-menu-ancestor > a {
  color: #444444;
}

/* Sub Menu Container Style */
#megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu ul.megaMenu li.ss-nav-menu-reg ul.sub-menu {
  border-color: #e0e0e0;
  color: #888888;
  text-shadow: 0px 1px 1px #ffffff;
  -webkit-box-shadow: 1px 1px 1px #dddddd;
  -moz-box-shadow: 1px 1px 1px #dddddd;
  box-shadow: 1px 1px 1px #dddddd;
  background-color: #f9f9f9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fefefe));
  background: -webkit-linear-gradient(top, #f9f9f9, #fefefe);
  background: -moz-linear-gradient(top, #f9f9f9, #fefefe);
  background: -ms-linear-gradient(top, #f9f9f9, #fefefe);
  background: -o-linear-gradient(top, #f9f9f9, #fefefe);
}

/* Horizontal Sub Menus */
#megaMenu.megaMenuHorizontal ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu.megaMenuHorizontal ul.megaMenu li.ss-nav-menu-reg ul.sub-menu {
  border-top: 1px solid #e0e0e0;
}

/* Sub Menu Columns */
#megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1 > li {
  min-width: 100px;
}

/* Sub Menu Headers */#megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li > a,
#megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li:hover > a,
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a,
#megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li > span.um-anchoremulator,
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > span.um-anchoremulator,
.wpmega-widgetarea h2.widgettitle {
  color: #777777;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0px 1px 1px #ffffff;
  padding-bottom: .4em;
  border-bottom: 1px dotted #e9e9e9;
  margin-bottom: 0.6em;
}

/* Sub Menu Links & Fake Links */
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li > a,
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li > span.um-anchoremulator,
#megaMenu ul ul.sub-menu li > a,
#megaMenu ul ul.sub-menu li > span.um-anchoremulator {
  color: #888888;
  font-size: 12px;
  text-shadow: 0px 1px 1px #ffffff;
  background-color: transparent;
}

/* Sub Menu Link Hover */
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li a:hover, #megaMenu ul ul.sub-menu > li:hover > a {
  color: #000000;
  background-color: transparent;
}

/* Top Level Search Bar */
#megaMenu ul.megaMenu > li.menu-item > .wpmega-nonlink > form#searchform {
  padding-top: 2px;
}

/* Highlight color */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > span.um-anchoremulator {
  color: #d83f28 !important;
}

/* Image Spacing */
#megaMenu .ss-nav-menu-with-img > a > .wpmega-link-title,
#megaMenu .ss-nav-menu-with-img > a > .wpmega-link-description,
#megaMenu .ss-nav-menu-with-img > a > .wpmega-item-description,
#megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-title,
#megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-description,
#megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-item-description {
  padding-left: 25px;
}
.ss-nav-menu-with-img {
  min-height: 16px;
}

/* Item Description */
#megaMenu ul.megaMenu li a span.wpmega-item-description, #megaMenu ul.megaMenu li span.um-anchoremulator span.wpmega-item-description {
  font-size: 9px;
  color: #bbbbbb;
  text-transform: uppercase;
}

/* Arrow Colors */
#megaMenu ul li.mega-with-sub > a:after,
#megaMenu ul li.ss-nav-menu-mega > a:after,
#megaMenu ul li.mega-with-sub > span.um-anchoremulator:after,
#megaMenu ul li.ss-nav-menu-mega > span.um-anchoremulator:after {
  border-top-color: #bbbbbb;
}
#megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > a:after, #megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > span.um-anchoremulator:after {
  border-left-color: #bbbbbb;
}

/* Vertical */
#megaMenu.megaMenuVertical > ul > li > a, #megaMenu.megaMenuVertical > ul > li > span.um-anchoremulator {
  background-color: #fefefe;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4));
  background: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background: -ms-linear-gradient(top, #fefefe, #f4f4f4);
  background: -o-linear-gradient(top, #fefefe, #f4f4f4);
}
#megaMenu.megaMenuVertical ul li.ss-nav-menu-reg li.megaReg-with-sub > a:after,
#megaMenu.megaMenuVertical ul li.mega-with-sub > a:after,
#megaMenu.megaMenuVertical ul li.ss-nav-menu-mega > a:after,
#megaMenu.megaMenuVertical ul li.ss-nav-menu-reg li.megaReg-with-sub > span.um-anchoremulator:after,
#megaMenu.megaMenuVertical ul li.mega-with-sub > span.um-anchoremulator:after,
#megaMenu.megaMenuVertical ul li.ss-nav-menu-mega > span.um-anchoremulator:after {
  border-left-color: #bbbbbb;
}
#megaMenu.megaMenuVertical ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu.megaMenuVertical ul.megaMenu li.ss-nav-menu-reg ul.sub-menu {
  border-left: 1px solid #e0e0e0;
}
/* IE7 Hacks */
#megaMenu.megaMenuHorizontal ul.megaMenu {
  *border-bottom: none;
}
#megaMenu.megaMenuVertical ul.megaMenu {
  *border-right: none;
}
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  /*adds highlight on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {}
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.style1 {
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#c4161c;
	line-height:30px;
}
.style2 {
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#fff;
	line-height:30px;
}
.style4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #666;
	text-decoration:none;
	text-transform:uppercase;
}
.overstyle1 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration:none;
}

/******************************************************************
H1, H2, H3, H4, H5 P STYLES
******************************************************************/
p {
	font-family: 'Open Sans', sans-serif; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }
/*********************
SPECIAL OFFERS STYLES
*********************/
.specialoffers-container {
	width:29%;
	float:left;
	margin:2%;
	border:3px solid #ddd;
	padding:5px;
	height:360px;
	text-align:center;
}
.specialoffers-title {
	line-height:22px;
	margin-bottom:15px;
}
.specialoffers-title h5 {
	font-size:18px;
}
.price-before {
	background-color:#ccc;
	color:#fff;
	padding:1px 10px;
	text-decoration: line-through;
}
.price-after {
	background-color:#090;
	color:#fff;
	padding:1px 10px;
	font-weight:bold;
}
#specialoffer-image {
	width:50%;
	float:left;
	margin-top:20px;
}
#specialoffer-desc {
	width:47%;
	float:right;
}
#offer-price {
	float:right;
}
.line-dashed {
	width:100%;
	height:3px;
	border-top:3px dashed #ddd;
	margin:10px 0 10px 0;
}
/*********************
HEADER STYLES
*********************/
.header {}
  .header #inner-header li {
    list-style: none; }
  .header #inner-header .off-canvas-list ul {
    margin-left: 0; }
    .header #inner-header .off-canvas-list ul .dropdown {
      margin-left: 20px; }

#logo {
	width:290px;
	float:left;
	margin-top:30px;
	margin-bottom:15px;
}
#header-contact {
	float:right;
	margin-top:30px;
}
#header-search {
	float:right;
	margin-top:30px;
	margin-right:20px;
}
.header-numbers-text {
	font-family: 'Open Sans', sans-serif;
	font-size:26px;
	font-weight:normal;
	color:#555;
	float:right;
}
.header-numbers {
	font-family: 'Open Sans', sans-serif;
	font-size:26px;
	font-weight:normal;
	color:#009bdf;
	font-weight:bold;
	display:block;
	float:right;
	margin-left:15px;
}
.header-search-form {
	position:relative;
}
.header-search-field {
	border:3px solid #ccc !important;
	width:240px !important;
}
.header-search-submit {
	position:absolute;
	width:24px;
	height:24px;
	top:8px;
	right:8px;
	background-image:url(../images/search_icon.png);
	background-position:top;
	background-repeat:no-repeat;
	border:none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor:pointer;
}
.header-search-submit:hover {
	background-position:bottom;
}
/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.top-bar .title-area {
  z-index: 1;
}
.main-nav {
	float:right;
	padding-bottom:5px;
	width:100%;
}
/*********************
POSTS & CONTENT STYLES
*********************/
/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999; }

/* entry content */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    max-width: 100%;
    height: auto; }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination a:hover {
  color: black; }

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */ }

#respond ul {
  margin-left: 0px; }

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */ }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0;
      /* variations */
      /* change number for different depth */ }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em; }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .commentlist li:not(.depth-1) {
    margin-left: 10px;
    margin-top: 0;
    padding-bottom: 0;
    background: #e7e7e7; }
  .commentlist li.depth-3 {
    background: #dadada; }
  .commentlist .vcard {
    margin-left: 50px; }
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .commentlist .vcard time {
      float: right; }
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    .commentlist .vcard img.avatar {
      position: absolute;
      left: 10px;
      padding: 2px;
      border: 1px solid #cecece;
      background: #fff; }
  .commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em; }
  .commentlist .comment-reply-link {
    cursor: pointer;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */
    background-color: #008cba;
    border-color: #0079a1;
    color: white;
    float: right; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      background-color: #0079a1; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      color: white; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em;
      /* form validation */ }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none;
    /* deep nesting */ }
#sidebar-services, #sidebar-about {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width:100%;
	min-height:202px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	position:relative;
	margin-top:20px;
}
#sidebar-services h2, #sidebar-about h2 {
	display:inline;
	position:absolute;
	top:91px;
	left:0px;
}
#sidebar-services span, #sidebar-about span {
	background-color:#555;
	position:absolute;
	top:150px;
	left:0px;
	padding:8px 10px;
	color:#fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#sidebar-services {
	float:left;
	margin-right:2%;
	background-image:url(../images/home-services.jpg);
}
#sidebar-about {
	float:right;
	background-image:url(../images/home-work.jpg);
}
#sidebar-services:hover, #sidebar-about:hover {
	-webkit-box-shadow: 0 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 0 3px rgba(0,0,0,.2);
} 
#sidebar-services span:hover, #sidebar-about span:hover {
	padding-right:50px;
}
.title-sidebar {
	padding:10px 20px;
	color:#fff;
	font-size:26px;
	font-weight:300;
	background: #154ea1; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1NGVhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDlhZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #154ea1 0%, #009ade 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#154ea1), color-stop(100%,#009ade)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #154ea1 0%,#009ade 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #154ea1 0%,#009ade 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #154ea1 0%,#009ade 100%); /* IE10+ */
	background: linear-gradient(to right,  #154ea1 0%,#009ade 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154ea1', endColorstr='#009ade',GradientType=1 ); /* IE6-8 */
	float:left;
}
/*********************
BX SLIDER ALTERATIONS
*********************/
.bx-wrapper { width:100% !important;}
/*********************
FOOTER STYLES
*********************/
#footer-logos-container {
	border-top:3px solid #ccc;
	margin-top:35px;
}
#footer-logos {
	max-width:1000px;
	margin:0 auto;
}
.footer {
  clear: both;
  background-color:#56565a;
  background-repeat:repeat;
  border-top:5px solid #eee;
}
#footer-bottom { height:25px; background-color:#434344; width:100%; }
#inner-footer { padding-top:20px;}
.inner-footer { max-width:1000px; margin:0 auto 40px auto;}
.webdesign {
	background-image: url(../images/website_design.png);
	float: right;
	height: 41px;
	margin-top: -41px;
	position: relative;
	width: 227px;
	padding-left: 48px;
	padding-top:20px;
	display:block;
}
.footerwidget {
    padding: 0 10px;
    margin: 10px 0; 
	width:25%;
	float:left;
	color:#fff;
	font-size:18px;
	font-weight:300;
}
.footerwidget p {
	color:#fff;
	font-size:18px;
	font-weight:300;
}
.footerwidget a {
	color:#fff;
	font-size:18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-weight:300;
}
.footerwidget a:hover {
	color:#009bdf;
	margin-left:5px;
}
.footerwidgettitle, #footer-contact h4 {
	font-size:20px;
	font-weight:bold;
	color:#009bdf;
	margin-bottom:25px;
}
/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */

/*
MEDIUM
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 40.063em) {
  /******************************************************************
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */ }
        .menu ul li a {
          /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */ }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
.entry-content {
    /* at this larger size, we can start to align images */ }
.entry-content .alignleft, .entry-content img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.entry-content .alignright, .entry-content img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.entry-content .aligncenter, .entry-content img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.alignright {
	float:right;
	display:block;
}
.alignleft {
	float:left;
	display:block;
}
  /* end .entry-content */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widget {
    padding: 0 10px;
    margin: 2.2em 0; }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */ }
  
/*
LARGE
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
/* #### Mobile Phones Portrait #### */
@media all and (max-width: 480px) and (orientation: portrait){

  /*********************
  GENERAL STYLES
  *********************/
#logo { width:100%; text-align:center; margin-bottom:0px;}
#logo img { width:80%;}
.header-numbers, #header-contact { width:100%; text-align:center;}
.header-numbers-text, #header-search { display:none;}
#header-contact { margin-top:20px;}
.main-nav { float:left; width:100%; background-color:#eee; margin-bottom:15px;}
#megaMenu #megaMenuToggle { font-size:20px;}
#megaMenu #megaMenuToggle .megaMenuToggle-icon::after, #megaMenu #megaMenuToggle .megaMenuToggle-icon::before, #megaMenu #megaMenuToggle .megaMenuToggle-icon {
	background: none repeat scroll 0 0 #0087cd;
	width:30px;
	height:3px;
}
#megaMenu #megaMenuToggle .megaMenuToggle-icon { top:5px;}
#megaMenu #megaMenuToggle .megaMenuToggle-icon::before { top:-7px;}
#megaMenu #megaMenuToggle .megaMenuToggle-icon::after {	top:-14px;}
.ls-bottom-nav-wrapper { display:none;}
#home-services, #home-work { width:100%; height:215px; margin-bottom:20px;}
#home-services h2, #home-work h2 { top:90px;}
#home-services span, #home-work span { top:167px;}
.footerwidget { width:100%; text-align:center;}
.webdesign { display:none;}
.page-heading h1 { font-size:30px; margin-left:20px; height:80px; line-height:80px;}
.page-heading h1::before { height:80px;}
.wpb_wrapper { width:96%; margin-left:2%; margin-right:2%;}
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1140px; }

  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    /* highlight current page */
    /* end current highlighters */ }

  /* end .nav.footer-nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */ }
    .widget ul li ul {
      margin-top: 0.75em;
      padding-left: 1em; }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */ }

  /* end .footer-links */ }
/* #### Mobile Phones Landscape #### */
@media all and (min-width:480px) and (max-width: 640px) {
#logo { width:100%; text-align:center; margin-bottom:0px;}
#logo img { width:50%;}
.header-numbers, #header-contact { width:100%; text-align:center;}
.header-numbers-text, #header-search { display:none;}
#header-contact { margin-top:20px;}
.main-nav { float:left; width:100%; background-color:#eee; margin-bottom:15px;}
#megaMenu #megaMenuToggle { font-size:20px;}
#megaMenu #megaMenuToggle .megaMenuToggle-icon::after, #megaMenu #megaMenuToggle .megaMenuToggle-icon::before, #megaMenu #megaMenuToggle .megaMenuToggle-icon {
	background: none repeat scroll 0 0 #0087cd;
	width:30px;
	height:3px;
}
#megaMenu #megaMenuToggle .megaMenuToggle-icon { top:5px;}
#megaMenu #megaMenuToggle .megaMenuToggle-icon::before { top:-7px;}
#megaMenu #megaMenuToggle .megaMenuToggle-icon::after {	top:-14px;}
.ls-bottom-nav-wrapper { display:none;}
#home-services, #home-work { width:100%; height:215px; margin-bottom:20px;}
#home-services h2, #home-work h2 { top:90px;}
#home-services span, #home-work span { top:167px;}
.footerwidget { width:100%; text-align:center;}
.webdesign { display:none;}
.page-heading h1 { font-size:30px; margin-left:20px; height:80px; line-height:80px;}
.page-heading h1::before { height:80px;}
.wpb_wrapper { width:96%; margin-left:2%; margin-right:2%;}
.vc_col-sm-6 { width:100%;}
}
/* #### Mobile Phones Portrait or Landscape #### */
@media all and (min-width:640px) and (max-width: 768px) {
.main-nav { float:left; width:100%; background-color:#eee; margin-bottom:15px;}
#megaMenu #megaMenuToggle { font-size:20px;}
#megaMenu #megaMenuToggle .megaMenuToggle-icon::after, #megaMenu #megaMenuToggle .megaMenuToggle-icon::before, #megaMenu #megaMenuToggle .megaMenuToggle-icon {
	background: none repeat scroll 0 0 #0087cd;
	width:30px;
	height:3px;
}
#megaMenu #megaMenuToggle .megaMenuToggle-icon { top:5px;}
#megaMenu #megaMenuToggle .megaMenuToggle-icon::before { top:-7px;}
#megaMenu #megaMenuToggle .megaMenuToggle-icon::after {	top:-14px;}
.header-numbers-text, .header-numbers { font-size:20px;}
.page-heading h1 { font-size:30px; margin-left:20px; height:80px; line-height:80px;}
.page-heading h1::before { height:80px;}
.wpb_wrapper { width:96%; margin-left:2%; margin-right:2%;}
.vc_col-sm-6 { width:100%;}
.page-heading {
	min-width:100%;
}
}
/* #### Tablets Portrait or Landscape #### */
@media all and (min-width: 768px) and (max-width: 1024px){
  .page-heading {
	min-width:100%;
}
}
/* #### Desktops #### */
@media all and (min-width: 1024px){

}
/*
XXLARGE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 120.063em) {
  /******************************************************************
  
  Stylesheet: 1440px and Up
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/ }
  
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999999;
    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; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
