/* Table of Contents
==================================================
01. RETINA STYLES
02. BASE STYLES (1140px)
03. #DESKTOP (960px)
04. #Tablet (Portrait)
05. #Mobile (Portrait)
*/


/*
=============================================== 01. RETINA STYLES ===============================================
*/
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	body nav select {background:#FAFAFA url(../images/select-arrow@2x.png) center right no-repeat; background-size:contain;}
	.flex-direction-nav a {background-image: url(../images/slider/arrows@2x.png); background-size:68px 69px;}
}
/* IE7-IE8 Fixes*/
.lt-ie9	body nav select {background: url(../images/select-arrow.png) center right no-repeat;}
.lt-ie9 .flex-direction-nav a {background-image: url(../images/slider/arrows.png); }


/*
=============================================== 02. BASE STYLES (1140px) ===============================================
*/
/* Note: Design for a width of 1040px */
html {-webkit-text-size-adjust: none;}	/* Removes webkit font resizing */ 
body {max-width:100%; width:100%;}
img {max-width:100%; height: auto; }
.width-container {-moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }


/*
=============================================== 03. #DESKTOP (960px) ===============================================
*/
/* Note: Design for a width of 960px */
@media only screen and (min-width: 959px) and (max-width: 1190px) {
	
.width-container {width:94%;} /* Default Width */
body { font-size:15px; }

/* Header Styles */
#header-top { padding:15px 0px; font-size:15px; }
#header-top span.divider-pro { margin:0px 7px; height:12px; line-height:15px; }

#call-today-pro {
	padding:15px 0px 15px 30px;
	margin-right:-1260px;
}

.sf-menu a {
	padding-left:11px; padding-right:11px;
	margin-left:5px;
}

.sf-menu ul li a, .sf-menu ul li a:visited {
	font-size:14px;
	padding:6px 0px 6px 20px; 
}

#taxonomy_navigation_pro {font-size:18px; }
#taxonomy_navigation_pro ul li { margin:0px 8px; }
#taxonomy_navigation_pro a { padding:23px 18px;}


/* Header Sizes */
#page-title { padding:42px 0px; }
#pro-sub-headline { padding:80px 0px; }
#pro-sub-headline h2 { font-size:60px; }

h1 {font-size:30px; margin-bottom:32px; }
#page-title h1 { font-size:36px; }
h2 {font-size:22px; }
h2.blog-title-pro { font-size:23px; }
h3 {font-size:20px; }
h4  {font-size:18px; }
h5  {font-size:16px;   }
h6 {font-size:14px; }

.container-staff-pro h2 { font-size:15px; }

#tags-pro i { font-size:15px; }



}


/*
=============================================== 04. #Tablet (Portrait) ===============================================
*/
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {


/* Default Width */
.width-container { width:94%; }
body { font-size:15px; }

#content-container {width:69%; }
#sidebar { 	width:29%;  }
#sidebar .widget { padding:0px 20px; }

#full-width-progression #content-container {width:100%;}


/* Header Styles */
#header-top {
	padding:14px 0px;
	font-size:12px;
	min-height:16px;
}

#header-top span.divider-pro {
	margin:0px 8px;
	height:11px;
	line-height:11px;
}

#call-today-pro {
	padding:14px 0px 14px 20px;
	margin-right:-1160px;
}

nav {
	margin-top:2px;
}

.sf-menu a {
	padding-left:7px; padding-right:7px;
	font-size:13px;
	margin-left:2px;
}

.sf-menu ul li a, .sf-menu ul li a:visited {
	font-size:13px;
	padding:4px 0px 4px 15px; 
}



#taxonomy_navigation_pro {font-size:16px; }
#taxonomy_navigation_pro ul li { margin:0px 8px; }
#taxonomy_navigation_pro a { padding:20px 16px;}

ul#bread-crumb, #page-title h1 {
	width:100%; 
	text-align:left;
}


.commentlist {width:68%;}


/* FONT Sizes */
body { font-size:14px; }

#page-title { padding:38px 0px; }
#pro-sub-headline { padding:60px 0px; }
#pro-sub-headline h2 { font-size:50px; }

h1 {font-size:25px; margin-bottom:30px; }
#page-title h1 { font-size:33px; }
h2 {font-size:19px; }
h2.blog-title-pro { font-size:21px; }
h3 {font-size:19px; }
h4  {font-size:17px; }
h5  {font-size:16px;   }
h6 {font-size:13px; }

ul#bread-crumb {font-size:12px;}

.container-staff-pro h2 { font-size:13px; }
#tags-pro i { font-size:15px; }

/* Button Styles */
body #main .width-container #respond input#submit,  body a.progression-button, body input.wpcf7-submit, body input#submit, body a.ls-sc-button.default {
	padding:15px 20px;
	font-size:13px;
}


/* Optional Select Menu */
#tablet-nav-pro  nav ul { display: none;  }  
#tablet-nav-pro  nav select option { background:#fff; color:#888;}
#tablet-nav-pro  nav select { text-transform:none; display:block;  margin-left:8px; margin-right:8px; width:280px; min-width: 150px; max-width: 100%; -webkit-appearance: none; -moz-appearance: normal; appearance: normal;
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px; -webkit-padding-start: 2px; -webkit-user-select: none;-moz-user-select: none;
background-color:#FAFAFA;
background:#FAFAFA url(../images/select-arrow.png) center right no-repeat;
font-size:13px;
border: 1px solid #aaaaaa;
color: #555555;
padding:7px 5px 7px 10px;
}


}


/*
=============================================== 05. #Mobile (Portrait) ===============================================
*/
/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {

/* Default Width */
.width-container, .flex-caption .slider-container, .home-widget .textwidget { width:96%; }
body { font-size:14px; }


/* Default Grid */
.footer-2-column .widget, .footer-3-column .widget, .footer-4-column .widget,
#sidebar, #content-container, footer .footer-2-column .widget, footer .footer-3-column .widget, footer .footer-4-column .widget,
.grid2column-progression, .grid3column-progression, .grid3columnbig-progression, .grid4column-progression, .grid4columnbig-progression,
#sidebar, #content-container {
	width:100%; margin-bottom:10px;
}

#map-embed-pro { width:100%; }
#map-text-pro { width:92%; padding:75px 4% 40px 4%; }

.grid1column-progression .featured-service-progression, .grid1column-progression .service-content-right-pro {
	width:100%;
	margin-bottom:20px;
}

.google-maps-expand .googlemap {max-height:300px !important;}
.tp-bullets.custom { opacity:0; }

/* header styles */
#header-top {
	padding:12px 0px;
	font-size:12px;
	min-height:10px;
	padding-top:54px;
	text-align:center;
}
#header-top span.divider-pro { height:8px; }
#call-today-pro {
	padding:12px 10px 12px 10px;
	top:0px;
	margin-right:0px;
	left:0px;
	width:100%;
	text-align:center;
}
#header-fixed-pro, .sticky-pro { position:relative !important; }
nav { float:none; padding-bottom:10px; }
header h1, header #logo {float:none; margin-left:auto; margin-right:auto;}

/* Select Menu */
body header #tablet-nav-pro nav select  {margin-top:0px;}
nav ul { display: none;  }  
nav select option { background:#fff; color:#888;}
nav select { text-transform:none; display:block;  margin-left:auto; margin-right:auto; width:280px; min-width: 150px; max-width: 100%; -webkit-appearance: none; -moz-appearance: normal; appearance: normal;
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px; -webkit-padding-start: 2px; -webkit-user-select: none;-moz-user-select: none;
background-color:#FAFAFA;
background:#FAFAFA url(../images/select-arrow.png) center right no-repeat;
font-size:13px;
border: 1px solid #aaaaaa;
color: #555555;
padding:7px 5px 7px 10px;
}

ul#bread-crumb, #page-title h1 {
	width:100%; 
	text-align:left;
}


#taxonomy_navigation_pro {font-size:14px; }
#taxonomy_navigation_pro ul li { margin:0px 5px; }
#taxonomy_navigation_pro a { padding:15px 12px;}

/* Footer Styles */
a.scrollup { display:none;}
#widget-area .widget { padding:40px 0px 40px 0px; }
#copyright-text { float:none; text-align:center; }

/* BLOG Adjustments */
.commentlist {width:95%; left:-10px;}
.commentlist .children li.comment .comment-meta {margin-left:0px;}
.commentlist .avatar, .commentlist > li:before {display:none;}
.commentlist .avatar {display:none;}

.wpcf7 input, .wpcf7 textarea, #respond textarea, #respond input {
	width:200px;
}


/* Font Sizes */
body { font-size:14px; }

#page-title { padding:25px 0px; }
#pro-sub-headline { padding:30px 0px; }
#pro-sub-headline h2 { font-size:30px; }

h1 {font-size:18px; margin-bottom:25px; }
#page-title h1 { font-size:20px; }
h2 {font-size:17px; }
h2.blog-title-pro { font-size:17px; }
h3 {font-size:17px; }
h4  {font-size:16px; }
h5  {font-size:14px;   }
h6 {font-size:12px; }

ul#bread-crumb {font-size:10px;}

.container-staff-pro h2 { font-size:13px; }
#tags-pro i { font-size:15px; }

/* Button Styles */
body #main .width-container #respond input#submit,  body a.progression-button, body input.wpcf7-submit, body input#submit, body a.ls-sc-button.default {
	padding:14px 16px;
	font-size:11px;
}


}
