/*
Theme Name: Orion 2016
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: orion-2016
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Orion 2016 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Alignments
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #dadada;
    color: #222;
    text-shadow: none;
}

::selection {
    background: #dadada;
    color: #222;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

 img {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
    resize: vertical;
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}


.navbar-default {
border-color: transparent;
background-color: #fff;
}


.navbar-toggle {
border-color: transparent;
border: 0px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #dadada;
	color: #222;
}

a.navbar-brand {
    font-size: 18px;
}

a.navbar-brand:hover {
    color: #fff;
}

hr {
    position: relative;
    border: none;
}

hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 12%;
    width: 76%;
    height: 2px;
    background: #ccc;
}

a img {
    background: white;
}

.odd a img {
    background: #f5f5f5;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 20px;
}

.centered {
    text-align: center;
}

.right {
    text-align: right;
}

.paragraph-lead {
    font-size: 20px;
    color: #3498db;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}

/* Images */
.overflow-image {
    margin-top: -65px;
}

/* Links */
a {
    color: #006da5;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #003b59;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}



/* ==========================================================================
   Wrap Sections
   ========================================================================== */

.wrap-section {
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.wrap-section hr {
    margin-bottom: 15px;
}

.headerwrap {
	background: url( 'images/ORIONWebBG.jpg' ) no-repeat center top;
	margin-top: -50px;
	padding-top:120px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.headerwrap h1 {
	color:#ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 80px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

.headerwrap p {
	color:#ffffff;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	line-height: 40px;
	letter-spacing: 3px;
	margin-left: 15px;
	text-shadow: 1px 1px 1px #000;
}

.greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding-top: 10px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.greywrap .callout {
	margin-bottom: 20px;
}

.greywrap p {
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.greywrap .fa {
	font-size: 60px;
	line-height: 30px;
	margin-bottom: 10px;
}

.footer-columns {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
}

.footerwrap {
	background: #2b2b2b;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.footerwrap h4 {
	color: white;
}


/* ==========================================================================
   Box Sections
   ========================================================================== */

/* Section Dividers */
.section-divider {
    z-index: 999;
    width: 100%;
    display: table;
    max-height: 450px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 70px;
    margin-top: 45px;


    background-position: center center;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-attachment: relative;
    
    text-align: center;
}

.textdivider h1 {
	padding-top: 70px;
	color: white;
	font-size: 40px;
}

.textdivider p {
	color: white;
	font-size: 25px;
}


/* Section Dividers Backgrounds */

.divider1 {
	background-image: url('../img/bg/divider1.html')
}

.divider2 {
	background-image: url('../img/bg/divider2.html')
}

.divider3 {
	background-image: url('../img/bg/divider3.html');
	margin-top: 0px;
}

.divider4 {
	background-image: url('../img/bg/divider4.html')
}

.divider6 {
	background-image: url('../img/bg/divider6.html')
}


/* ==========================================================================
   Portfolio
   ========================================================================== */

.portfolio-featured {
    margin-top: 20px;
}

/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid {
    padding-bottom: 30px;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background: #3498db;
}

.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;
	
}

.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}

/* Caption Style */
.mask figure {
	overflow: hidden;
}

.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
	position: absolute;
	top:10px;
	bottom: 10px;
	right: 30px;
}


/* ==========================================================================
   Blog 
   ========================================================================== */
.post {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

.post-meta {
    margin-bottom: 10px;
}

/* ==========================================================================
   PAGES
   ========================================================================== */

.page-content {
    padding: 40px 0;
}

.pagewrap {
    background: url('images/ORIONWebBG.jpg') no-repeat center top;
    margin-top: -50px;
    padding-top:120px;
    text-align:center;
    background-attachment: relative;
    background-position: center center;
    min-height: 0px;
    width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.pagewrapmobile {
    background: url('images/ORIONWebBG.jpg') no-repeat center top;
    margin-top: -50px;
    padding-top:120px;
    text-align:center;
    background-attachment: relative;
    background-position: center center;
    min-height: 0px;
    width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.extend {
	min-height: 500px;
}

.pagewrap h1 {
    color:#ffffff;
    margin-top: 75px;
    padding-bottom: 5px;
    letter-spacing: 2px;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
}

.pagewrap h2 {
    color:#ffffff;
    margin-top: 0px;
    padding-bottom: 30px;
    letter-spacing: 2px;
    font-size: 36px;
    font-weight: 400;
    text-shadow: 2px 2px 2px #000;
}

.pagewrap h4 {
    color:#ffffff;
    margin-top: 0px;
    padding-bottom: 30px;
    letter-spacing: 2px;
    font-size: 28px;
    font-weight: 400;
    text-shadow: 2px 2px 2px #000;
}

.pagewrap p {
    color:#ffffff;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    letter-spacing: 3px;
    margin-left: 15px;
    text-shadow: 1px 1px 1px #000;
}


.services .fa {
    font-size: 60px;
    line-height: 30px;
    margin-bottom: 10px;
}

.services .callout {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.services .callout p {
    letter-spacing: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
}



/*--------------------------------------------------------------
# Word Wrap
--------------------------------------------------------------*/

#primary, #secondary {
	ms-word-break: break-all;
	
	word-break: break-all;
	word-break: break-word;
	
-webkit-hyphen: auto;
-moz-hyphen: auto;
hyphen: auto;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 .5em;
	padding-bottom: .5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: -2px 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
img {
	max-width: 100%;
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
 
	.poweredby {
		float: right;
	}
	.social-icons {
		float: right;
}
}

/* Small Devices, Desktops */
@media only screen and (min-width : 768px) {
 
	.poweredby {
		float: right;
	}
	.social-icons {
		float: right;
	}

.headerwrap h1 {
		font-size: 100px;
	}
	.headerwrap p {
		font-size: 40px;
		line-height: 38px;
	}

    .pagewrap h1 {
        font-size: 70px;
    }
}
/* XS Devices, Desktops */
@media only screen and (max-width : 767px) {
 
	.poweredby {
		float: right;
	}
	.social-icons {
		float: right;
}
.pagewrapmobile{
    display: none;
}
}

@media screen and (max-width:1050px), screen and (max-device-width:1050px){
	body .header{background-attachment: scroll;}
}


/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait){
	.header{background-attachment: scroll;}
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Team Member Thumbnails
--------------------------------------------------------------*/

.teammember img.wp-post-image {
    margin-bottom: 0;
    height: auto;  
}
 
.teammember-item {
	margin: 2px 0;
	background-color: #eee;
	padding: 8px 8px 4px 8px;
}
 
.teammember .thumbnail {
	margin-bottom: 2px;
}
 
.teammember .h4 {
	margin-top: 5px;
}

/*--------------------------------------------------------------
## Closed Properties Thumbnails
--------------------------------------------------------------*/

.propertiesclosed img.wp-post-image {
    margin-bottom: 0;
    position: relative;
    height: auto;
    overflow: hidden;  
}
 
.propertiesclosed-item {
	margin: 5px 0 5px 0; 
	background-color: #eee;
	padding: 4px;
}
 
.propertiesclosed .thumbnail {
	margin-bottom: 2px;
        max-height: 205px;
	overflow: hidden;
}
 
.propertiesclosed .h4 {
	margin-top: 5px;
}

/*--------------------------------------------------------------
## Features Properties Thumbnails
--------------------------------------------------------------*/

.featured img.wp-post-image {
    margin-bottom: 0;
    height: auto;  
}
 
.featured-item {
	margin: 10px 0;
	background-color: #eee;
	padding: 4px;
}
 
.featured .thumbnail {
	margin-bottom: 2px;
}
 
.featured .h4 {
	margin-top: 5px;
}

/*--------------------------------------------------------------
## Four Pillars Sections
--------------------------------------------------------------*/

.fourpillars img.wp-post-image {
    margin-bottom: 20px;
    height: auto;  
}
 
.fourpillars-item {
	margin: 2px 0;
	background-color: #fff;
	padding: 8px 8px 4px 8px;
	text-align:center;
}
 
.fourpillars .thumbnail {
	margin-bottom: 2px;
}
 
.fourpillars .h4 {
	margin-top: 5px;
}

/*--------------------------------------------------------------
## Filters
--------------------------------------------------------------*/

#filters {
    margin-top: 20px;
	margin-bottom: 20px;
    height: auto;  
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#colophon {
	margin-top: 0px;
}
 
#colophon .container {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
 
 
.footer-menu {
	margin-left:0;
	padding:0 0 30px 0;
}
 
.footer-menu li {
	display:inline;
	list-style-type:none;
}
 
.footer-menu li a {
	border-left:1px solid #ddd;
	padding: 0 8px;
}
 
.footer-menu > li:first-child > a {
	border-left:none;
	padding:0 8px 0 0;
}
.copyright, .poweredby .address{
	padding-bottom: 20px;
}

.widget-pad {
	padding:10px;
}
 

/*--------------------------------------------------------------
Social Icons
--------------------------------------------------------------*/
.social-icons {
	font-size: 32px;
	padding-bottom: 20px;
}
 
.social-icons a:hover{
	text-decoration: none;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.headpad {
	padding-top: 10px;
	padding-bottom: 10px,
}

/*--------------------------------------------------------------
Homepage 
--------------------------------------------------------------*/
 
.homehero .hentry {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
Homepage 
--------------------------------------------------------------*/
 
.bottom {
	margin-bottom: 20px;
}

.bottommd {
	margin-bottom: 15px;
}

.fpmodule {
	margin-top: 30px;
	margin-bottom: 5px;
}

.homenews {
	height: auto;
    min-height: 170px;  
}

/*--------------------------------------------------------------
Colors
--------------------------------------------------------------*/
 
.bluetext {
	color: #006da5;
}

.grey {
	background-color: #006da5;
	color: #ffffff;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
        text-align: center;
	list-style-type: none;
}

/*--------------------------------------------------------------
Team Member/Closed/ Featured Padding 
--------------------------------------------------------------*/
 
.contentpad {
	padding-right: 5px;
	padding-bottom: 20px;
}

.contentpadtop {
	padding-top: 10px;
}

.teammemberpad {
	padding-left: 10px;
	padding-right: 10px;
}

.contentpadright {
	padding-right: 15px;
}

.top {
margin-top: 15px;
}

.inthenewspad {
	padding-left: 10px;
	padding-right: 15px;
}

/*--------------------------------------------------------------
Expertise Item
--------------------------------------------------------------*/

.expertise img.wp-post-image {
    margin-bottom: 20px;
    height: auto;  
}
 
.expertise-item {
	margin: 5px 0;
	background-color: #fff;
	padding: 8px 8px 4px 8px;
	text-align:center;
}
 
.expertise .thumbnail {
	margin-bottom: 2px;
}
 
.expertise .h4 {
	margin-top: 5px;
}

/*--------------------------------------------------------------
Align Text
--------------------------------------------------------------*/

.left {
    text-align: left;  
}
