/*
Theme Name: Sage - Whirl Sites
Theme URI:  http://www.demos.whirlsites.com/sage/
Description: 
Version: 1.0
Author: Whirl Sites
Author URI: http://www.whirlsites.com/
*/

@import url('css/layers.min.css');
@import url('css/dash.css');

/*

	COLOR KEY:
		

*/

* {
	margin: 0;
	padding: 0;
	-webkit-hyphens: none;
}

a img {
	border: none;
	outline: none;
}

body {
	font-size: 16px;
	line-height: 29px;
	font-weight: 300;
	
}


.wrap {
	width: 92%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content {

}

#post-content {
	padding-top: 20px;
}

.footer address {
	font-style: normal;
	text-align: left;
	line-height: 25px;
}

.footer address h5 {
	font-size: 16px;
	font-weight: 400;
}

.footer address strong {
	font-weight: 400;
	display: block;
}

img {
	max-width: 100%;
	height: auto;
}

.footer img {
	max-width: 60%;
	height: auto;
}

/* ------------ General Styles ------------ */

p {
	margin-bottom: 20px;
}

a {
	text-decoration: none;
}

a:hover {

}

a:visited {

}

strong {
	
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

h1 {
	margin-bottom: 20px;
	font-size: 35px;
}

h2 {
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 37px;
	font-weight: 700;
}

h3 {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
}

h4 {
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: 700;
}

ul {
	
}

#home-content .eight ul {
	margin: 0 0 25px 25px;
}

.post ul, .post ol {
	margin-left: 50px;
	margin-bottom: 20px;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

img.grayscale:hover {
	-webkit-filter: grayscale(0%);
	-webkit-transition: -webkit-filter 1s;
}


.fade-in{
  opacity : 0;
  transition-property : opacity; 
  transition-duration : 0.7s; 
}

.fade-in:hover {
  opacity : 1;
  transition-property : opacity; 
  transition-duration : 0.5s; 
}

#boxed {
	box-shadow: 0 0 10px #000;
}


/* ------------- Header -------------- */

#header {
	position: relative;
	top: 0;
}

#header h1 img, #header h4 img {
	max-width: 60%;
	height: auto;
}

#header h1, #header h4 {

	display: inline;
}

#header .wrap {
	height: 100%;
	box-sizing: border-box;
	padding: 1% 0;
}

#phone {
	position: absolute;
	right: 0;
	top: 5px;
}


/* ------------- Front Page -------------- */

#intro {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#intro.normal {
	min-height: 400px;
}

body.page-template-template-sb-left #intro.normal, body.page-template-template-sb-right #intro.normal, body.page-template-template-no-sb #intro.normal, body.page-template-default #intro.normal {
	min-height: 250px;
}

#intro.large {
	min-height: 600px;
}

#intro.slides {
	height: 450px;
}

#intro.normal2 {
	background-attachment: inherit;
}

#intro.fixed {
	background-attachment: fixed !important;
}



#intro .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	z-index: 10;
	pointer-events: none;
}

#intro h3 {
	text-align: center;
	font-size: 48px;
	line-height: 58px;
	letter-spacing: 1px;
}

#intro.large h3 {
	padding-top: 15%;
}

#intro.normal h3 {
	padding-top: 9%;
}

#intro.slides h3 {
	padding-top: 9%;
	font-size: 40px;
	line-height: 50px;
}

#intro h3.shadow {
	text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}

#intro .cycle-slideshow {
	width: 100%;
	position: relative;
	min-height: 450px;
}

#intro .cycle-slideshow .slide {
	width: 100%;
	height: 100%;
}

#intro .cycle-slideshow img {
	width: 100%;
	height: auto;
	background: black;
}

#intro .cycle-slideshow h3 {
	color: #fff;
}

#intro .cycle-slideshow .slide span {
	width: 92%;
	margin: 0 auto;
	display: table;
}

#text-stripe {
	box-sizing: border-box;
	padding: 50px 0;
	font-size: 25px;
	color: #fff;
	font-weight: 300;
	line-height: 35px;
	text-align: center;
}

#text-stripe p {
	margin-bottom: 0;
}



#page-intro {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}

#page-intro img {
	max-width: 960px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}

#page-intro h1 {
	position: absolute;
	top: 45%;
	left: 20px;
	text-transform: uppercase;
	z-index: 100;
	font-weight: 700;
	font-size: 45px;
	line-height: 45px;
	color: #fff;
	color: #fff !important;
}

#home-content {
	padding: 60px 0;
}

#home-boxes {
	box-sizing: border-box;
	padding: 50px 0;
}



#home-boxes a.read-more {
	font-weight: bold;
	position: absolute;
	bottom: 0;
}

#home-boxes .home-box {
	height: 250px;
	position: relative;
	pointer-events: none;
}

#home-boxes .home-box span.icon {
	width: 100%;
	height: 80px;
	display: table;
	margin-bottom: 10px;
}

#home-boxes .home-box span.icon i {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 50px;
	color: #bfc4c8;
}

#home-boxes .home-box h3 {
	text-align: center;
	font-weight: 400;
	font-size: 30px;
}

#home-boxes .home-box a, #home-boxes .home-box a:hover {
	text-decoration: none !important;
	cursor: pointer !important;
	pointer-events: all !important;
}

#recent-posts {
	box-sizing: border-box;
	padding: 80px 0;
	font-size: 15px;
	line-height: 24px;
}

#recent-posts img, .flex-serv img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

#recent-posts .column {
	height: 420px;
	position: relative;
}

#recent-posts .column em {
	position: absolute;
	bottom: 0;
	left: 0;
}

a.read-more {
	font-weight: bold;
	margin-bottom: 30px;
}

a.read-more i {
	vertical-align: middle;
	margin-right: 8px;
}

#posts .post {
	margin-bottom: 30px;
}

/* ------------ Navigation ------------ */

.menu-main-menu-container {
	position: absolute;
	right: 0;
	top: 40%;
	height: 40px;
	width: 70%;
	text-align: right !important;
}

ul.nav {
	list-style: none;
	text-align: right !important;
	position: relative;
	display: inline-table;
	padding: 0 !important;
	width: 100%;
}

ul.nav:after {
	content: ""; clear: both; display: block;
}

ul.nav > li {
	display: inline-block;
	margin-right: 0;
	text-align: center;
}

ul.nav li  a {
	display: block;
	padding: 0 20px 0 20px;
	width: auto;
	font-size: 19px;
	font-weight: normal;
}

ul.nav li:last-child a {
	padding-right: 0 !important;
}

ul.nav li a:hover {
}

ul.nav li.current-menu-item {
}


/*---*/


.service-box a {
	font-size: 23px;
	font-weight: bold;
	text-shadow: 0 2px 0 #fff;
	text-transform: uppercase;
}

ul#wprmenu_menu_ul li a {
	color: #fff !important;
}

p.post-meta {
	color: #8f8d8d;
	font-size: 14px;
	font-weight: 400;
}

p.post-meta span.date {
	display: inline-block;
}


#posts .post h2 {
	margin-bottom: 10px;
}

#posts {
	padding: 30px 0;
}

#home-testimonials {
	padding: 50px 0;
}

#home-testimonials .testimonial {
	padding: 0 20px 20px 20px;
	position: relative;
}

#home-testimonials .testimonial {

}

#home-testimonials .testimonial .test-text {
	
}

#home-testimonials .testimonial .person {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 20px;
}

#home-testimonials .testimonial .person img {
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.5);
}

#home-testimonials .testimonial .person h4 {
	margin-bottom: 5px;
	line-height: 20px !important;
}

#home-testimonials .testimonial .person h5 {
	line-height: 14px !important;
	font-weight: normal !important;
}

#home-testimonials a.button {
	margin-bottom: 40px;
	padding: 8px 15px;
}

/* ------------ Flexible Layouts ------------ */


.light {
	color: #fff;
}

.light h2, .light h3, .light i, .light h3 a {
	color: #fff !important;
}

.dark {
	color: #3c3b3b;
}

.dark h2, .dark h3, .dark i, .dark h3 a {
	color: #3c3b3b !important;
}

.px {
	background-attachment: fixed;
	background-position: 20% 0;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
}

.px-small {
	height: 250px;
}

.px span {
	bottom: 30%;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	font-weight: 400;
	width: 70%;
}

.px-small span {
	bottom: 0;
	height: 100%;
	box-sizing: border-box;
	padding-top: 8%;
}

a.button {
	display: table;
	padding: 12px 20px;
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	width: auto;
	margin-top: 20px;
}

.flex-full-text {
	box-sizing: border-box;
	padding: 50px 0;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	min-height: 350px;
	position: relative;
	background-attachment: fixed !important;
}

.flex-full-text .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	pointer-events: none;
}

.wrap .table {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	min-height: 350px;
	-webkit-flex-direction: column;
   flex-direction: column;
}

.flex-full-text .wrap .table h3 {
	color: #fff !important;
}

.flex-full-text .wrap .table span {
	margin: auto;
}

.flex-full-text .wrap .table a.button {
	display: inline-table;
}

.flex-full-text .wrap {
	z-index: 50;
	min-height: 350px;
}

.recent-posts, .main-content, .flex-icons, .flex-serv {
	box-sizing: border-box;
	padding: 50px 0;
}



.flex-box {
	position: relative;
	pointer-events: none;
}

.flex-box span.icon {
	width: 100%;
	height: 80px;
	display: table;
	margin-bottom: 10px;
}

.flex-box span.icon i {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 50px;
	color: #bfc4c8;
}

.flex-box h3 {
	text-align: center;
	font-weight: 400;
	font-size: 30px;
}

.flex-box a, .flex-box a:hover {
	text-decoration: none !important;
	cursor: pointer !important;
	pointer-events: all !important;
}

#home-content {
	
}

/* ------------ Sidebar ------------ */


.widget {
	margin-bottom: 30px;
}

.widget h3 {
	text-align: center;
	font-size: 25px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

/* ------------ Shortcodes ------------ */

/* - Tabs -*/

.su-tabs {
}

.su-tabs-nav span {
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #452c14;
}

.su-tabs-nav span:hover {

}

span.su-tabs-current {
	text-shadow: none;
	color: #000 !important;
	border: none !important;
}

span.su-tabs-current:hover {
	background: #fff !important;
}

span.su-tabs-current

.su-tabs-panes {
	
}

/* -- Accordion --*/

.su-spoiler-title {
	border: none !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #452c14 !important;
}

h2.su-post-title {
	font-size: 18px !important;
}

.su-list {
	font-size: 15px !important;
}

/* ------------ Footer ------------ */

.footer {
	padding-top: 30px;
	min-height: 300px;
	overflow: hidden;
	position: relative;
}

.footer .wrap {
	min-height: 300px;
}

.footer ul {
	list-style: none;
	margin-left: 0 !important;
}

.footer-nav {
	list-style: none;
}

.footer-nav li {
	display: block;
	margin-right: 0;
	margin-bottom: 5px;
}

.footer h5 {
	font-size: 24px;
	margin-bottom: 15px;
	padding-bottom: 8px;
}

.footer-nav li a {
	display: inline-block;
	width: auto;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}

.footer-nav ul.sub-menu {
	display: none;
}

ul#social {
	list-style: none;
	border-top: none !important;
	text-align: left;
	margin-top: 20px;
}

ul#social li {
	display: inline;
	margin: 0 10px;
}

ul#social li a {
	
}

ul#social li i {
	font-size: 40px;
	vertical-align: middle;
}

#footer-social {
	box-sizing: border-box;
	padding: 40px 0;
}

#footer-social a i {
	color: rgba(255,255,255,0.7) !important;
	cursor: pointer;
}

#footer-social a i:hover {
	color: rgba(255,255,255,1) !important;
	cursor: pointer;
}

p#coda {
	
	text-align: center !important;
	width: 100%;
	opacity: 0.7;
}

p#coda a {

}

/* ---------- Misc ----------- */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
}

div.center, img.center, .center a img {
	margin: 0 auto;
	text-align: center;
}

div.center, .center, img.center, p .center, p.center, p img.center {
	margin-right: auto;
	margin-left: auto;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.su-custom-gallery-slide {
	clear: none !important;
}

.su-column {
	clear: none !important;
}

#content img, #content a, .wp-caption, #content p {
	clear: none !important;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	clear: none !important;
}

#gallery-2 .gallery-item {
	clear: none !important;
}

/* -------- Media Queries ---------- */


/* Retina Screens */

@media (min--moz-device-pixel-ratio: 1.5),
       (-o-min-device-pixel-ratio: 3/2),
       (-webkit-min-device-pixel-ratio: 1.5),
       (min-device-pixel-ratio: 1.5),
       (min-resolution: 144dpi),
       (min-resolution: 1.5dppx) {



}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 680px) {

span.slide-caption {
	display: none;
}

.footer-nav li a {
	font-size: 15px !important;
	padding: 0 10px 0 10px;
}

#page-intro h1 {
	font-size: 27px;
}

.home-box, .column.third {
	margin-bottom: 30px;
}

#header h1 a, #header h1 img {
	display: block;
	max-width: 92%;
	height: auto;
}

.home-box {
	height: 180px !important;
}

#header h4 {
	
}

.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
	padding-top: 50px;
}	

.cd-hero-slider h2 {
  font-size: 25px !important;
}
.cd-hero-slider p {
  font-size: 18px !important;
  line-height: 28px !important;
}

.recent-posts .column {
	text-align: center;
}

.px {
	background-attachment: fixed;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 300px;
	position: relative;
}

.px span {
	bottom: 10%;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	font-weight: 400;
	width: 70%;
	font-size: 15px;
	line-height: 24px;
}

.px span h2 {
	margin-bottom: 5px;
}

.px-small span {
	bottom: 0;
	height: 100%;
	box-sizing: border-box;
	padding-top: 8%;
}


}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) 
and (max-width : 480px) {


}

/* Smartphones (portrait) ----------- */
@media only screen
and (min-width : 320px) 
and (max-width : 321px)
 {

		
}		
	
/* iPad (portrait) ----------- */
@media only screen
and (min-width : 768px) 
and (max-width : 769px)
 {	

 }
 
 /* iPad (portrait) ----------- */
@media only screen
and (min-width : 1024px) 
and (max-width : 1025px)
 {	
 
}
		
	


@media only screen
and (min-width : 1025px) 
and (max-width : 1249px)
 {	
	 
	
}

