/*
Theme Name: Responsive Theme
Theme URI: https://stevenscleveland.com/
Author: Stevens Cleveland
Author URI: https://stevenscleveland.com/
Description: A fully Responsive Drag & Drop Wordpress Theme. Featuring Twitter Bootstrap, and responsive touch friendly theme options that work on any device.
Version: 1.1.2
Tags: white, black, silver, light, two-columns, right-sidebar, fixed-width, custom-background, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, sticky-post
License: GNU General Public License
License URI: http://www.opensource.org/licenses/gpl-license.php GPL v2.0 (or later)
*/


/********************************************************************************************************************/
/******************************************** MAIN HTML STYLES ******************************************************/
/********************************************************************************************************************/
body {
	color:#555;
}

div.mini_form input.wpcf7-submit {
    background: -moz-linear-gradient(center top , #002B5C 0%, #00498B 99%) repeat scroll 0 0 transparent;
    border-color: #003267;
    border-radius: 9px 9px 9px 9px;
    border-style: solid;
    border-width: 2px;
    color: #FFFFFF;
    float: right;
    font-family: "Helvetica Narrow","Arial Narrow",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    letter-spacing: -1px;
    margin-right: 5px;
    text-transform: uppercase;
    width: 115px;
}
div.mini_form input {
    border-color: #4F6F19;
    border-style: solid;
    border-width: 2px;
}
h1, h2, h3, h4, h5, h6 {
   font-weight: 400;

  
}
table .label {
  background: none;
  padding: 7px;
  line-height: normal;
  text-shadow: none;
}
tr {
  /* border-bottom: 1px solid #ccc; */
}
td { 
	padding: 5px;
}

/*REPONSIVE TABLE*/
  /** More practical CSS...
// using mobile first method (IE8,7 requires respond.js polyfill https://github.com/scottjehl/Respond)
$breakpoint-alpha: 480px; **/

/* Responsive Table Commented Out.
Was Breaking Estimate Form Calendar


.rwd-table {
  min-width: 350px;
  }
  tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	}
  
  th {
    display: none; 
  }
  
  td {
    display: block; }
    
    &:first-child {
      padding-top: .5em;
    }
    &:last-child {
      padding-bottom: .5em;
    }

    &:before {
      content: attr(data-th):" "; 
      font-weight: bold;

      
      width: 6.5em;
      display: inline-block;
	}
      
     
   
  th, td {
    text-align: left;}
    
   
      
      &:first-child {padding-left: 0;}
      
      &:last-child {padding-right: 0;}

.rwd-table {
  background: #9FBFE1;
  color: #09325D;
  overflow: hidden;}
  tr {
    border-color: #09325D;
  }
  th, td {
    margin: .5em 1em;
  }
  th, td:before {
    color: #dd5;
  }

@media (min-width: 480px) { th, td {padding: 1em !important;display: table-cell;padding: .25em .5em;  }&:before{display: none;}}
*/
/*REPONSIVE TABLE END*/
dt {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 26px; 
}
dd {
  margin-bottom: 15px;
  margin-left: 26px;
}
ul, ol { 
	margin: 0 0 10px 0;
}
pre {
  -moz-border-radius: 0;
  border-radius: 0;
}
code {
	white-space: pre-wrap;
}
header {
	margin-top: 15px;
  margin-bottom: 15px;
}
.clear{
  clear: both;
}
.clear-right {
	clear: right;
}
.clear-left {
	clear: left;
}

/********************************************************************************************************************/
/******************************************** HEADER ****************************************************************/
/********************************************************************************************************************/

@media screen and (max-width: 768px) {
	.headerT{text-align:center !important; float:none !important; width:auto !important; padding:0px!important; }
	.white {color:#999999 !important; float:none !important; text-align:center !important;}
	header#cc-header .contact_details {float: none !important;text-align:center !important;}
	.contact_details .agent {background-color:#002d56; border-radius: 6px; margin: 10px auto; padding: 5px; width:160px;}
	#logo img {display: block;margin: 0 auto;padding: 8px;}
	
	.site-title{font-size:52px!important; text-align:center !important;}
}

@media screen and (max-width: 476px) {#logo img {width:100%; height:auto;}}
.tel{color:#fff;}


/*======================================= SOCIAL ==============================================*/

header #social .icons a {
  float: right;
  margin-left: 5px;
}

.icons {
	margin-top: 15px;
}

/*======================================= DETAILS =============================================*/

header#cc-header h1.site-title {
	margin-bottom: 5px;
}

header#cc-header h2.site-description {
	font-size: 14px;
	margin: 0;
}

header#cc-header .contact_details {
  float: right;
}

header#cc-header .register {
  float: right;
}

header#cc-header .blog_description {
  float: right; 
}

header#cc-header p {
  font-size: 1.2em;
}

/*======================================= SEARCH ===============================================*/

header #search #searchform {
  float: right;
}
 	

/********************************************************************************************************************/
/******************************************** MENU ******************************************************************/
/********************************************************************************************************************/

#navigation {
 	margin-bottom: 20px; 
}
.main-navigation.navbar {
	margin-bottom: 0;
}
.main-navigation .navbar-inner {
	padding: 0;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.main-navigation .nav li ul li ul {
  list-style: none;
  margin-left: 0;
}
.main-navigation .nav li ul li ul li a{
  padding-left: 24px;
}
.main-navigation .nav li ul li ul li ul li a {
	padding-left: 30px;
}
.main-navigation .nav li.dropdown:hover ul.dropdown-menu {
  display: block;
	margin-top: 0;
}
.main-navigation .nav li ul li a:hover {
/*  color: #004A91;
  background: none;*/
}
#navigation #searchform {
	margin-right: 15px;
}
.navbar .btn-navbar {
	margin-bottom: 5px;
}
.navbar-inverse .current-menu-ancestor.dropdown >a {
	color: #fff;
}
.navbar-inverse .nav li.current-menu-ancestor.dropdown > .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
@media (max-width: 979px) {
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
		font-weight: normal;
	}
	.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover {
		color: #fff;
	}
	.navbar-inverse .nav-collapse .nav > li.current-menu-item > a, .navbar-inverse .nav-collapse .nav > li.current-menu-ancestor > a {
		color: #fff;
	}
	.nav-collapse .dropdown .caret {
		display: none;
	}
	.nav-collapse .dropdown-menu {
		display: block;
	}
	.navbar-inverse .nav-collapse .dropdown-menu .active > a {
		color: #fff;
		background-image: none;
		background-color: #000;
	}
	

#get-quote{width:100% !important;}	

}

/********************************************************************************************************************/
/******************************************** MAIN CONTENT **********************************************************/
/********************************************************************************************************************/

.container {
  background: transparent;
}
article.post, article.page, article.attachment {
  margin-bottom: 15px;
  /*padding: 0 20px;*/
}
.entry-content {
  margin: 20px 0;
}
.page-header {
  margin-top: 0;
  padding: 0;
  border: none;
}

/*==================================== POST AND PAGE CONTENT ===========================================*/

article {
  /*background: #fff;*/
}
.entry-header {
  margin-top: 0;
}
.entry-summary {
  margin: 10px 0;
}
.postformats {
  float: right;
}.well blockquote{border-color:transparent;}
/*blockquote { 
	background-color: #ccc;
	margin: 20px 10px;
	padding: 3px;
}*/
blockquote p {
  margin: 10px;
}
blockquote cite {
  font-size: 0.9em;
}
blockquote cite:before {
  content: ' ̶ ';
  position: relative;
  top: -2px;
  margin: 0 5px; 
}
.page-links {
  clear: both;
}
.more-content {
  margin-bottom: 15px;
  padding: 10px;
  background: #fff;
  border: 1px solid #DDD;
}
.previous-post {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.next-post {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.info-container {
	clear:left;
}

/*==================================== TAXONOMY ========================================================*/

h1.entry-title {
	font-size: 24.5px;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1em;
}
h1.entry-title a {
  color: #333333;
}
h1.entry-title a:hover {
  color: #0088CC;
}
h2.entry-title {
	font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1em;
}
h2.entry-title a {
  color: #333333;
}
h2.entry-title a:hover {
  color: #0088CC;
}
article.post p, article.page p {
  font-size: 1.1em;
  line-height: 1.3em;
  margin-top:12px;
  text-align:justify;
}
article.post p, article.page p,
article.post ol, article.page ol,
article.post ul, article.page ul{  font-family: 'Open Sans', sans-serif;
}

article.post h1, article.page h1 {
   /* font-size: 1.1em;
  line-height: 1.5em;
margin-top:-26px;
  font-size:30px;*/}

/*==================================== IMAGES ==========================================================*/
@media screen and (max-width:500px){
	a img.alignleft, a img.alignright, .alignright, .alignleft {
		display:block !important;
		margin: 5px auto 5px auto !important;
		float:none !important;
	}
}

.alignnone {
	display: block;
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display:block;
  margin: 5px auto 5px auto;
}
.alignright {
  float:right;
  margin:5px 0 10px 10px;
}
.alignleft {
  float:left;
  margin: 5px 10px 10px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float:right;
  margin: 5px 0 10px 10px;
}
a img.alignnone {
  margin: 5px 10px 10px 0;
}
a img.alignleft {
  float:left;
  margin: 5px 10px 10px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
img.size-full {
	max-width: 100%;
	height: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 15px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin:0;
  max-width: 95%;
  padding:0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size:11px;
  line-height:17px;
  margin:0;
  padding:0 4px 5px;
}
.caption_title {
  font-size:16px;
}
.gallery-pagination {
  margin: 20px 0;
}
.gallery-pagination .previous-image a {
  float: left;
}
.gallery-pagination .next-image a {
  float: right;
}
article .featured-image {
	float: left;
	margin: 0 10px 10px 0;
}

/*==================================== META ============================================================*/

.entry-meta {
  color: #999;
  margin-top: 0;
  font-size: 0.85em;
}
footer.entry-meta {
  clear: both;
}
.edit-link {
  margin-bottom: 10px;
}
.edit-link a {
  color: #fff;
  background: #888;
  padding: 2px 4px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.edit-link a:visited {
  color: #fff;
}
.edit-link a:hover {
  text-decoration: none;
  color: #ccc;
}
.cyberchimps_article_share {
  float: right;
}

/*==================================== COMMENTS ========================================================*/

.comments-area {
  margin-bottom: 15px;
  padding: 15px;
  background: #fff;
}
#comments .navigation {
  padding: 0 0 18px 0;
}
label[for="comment"] {
  display: block;
}
ol.commentlist {
  list-style: none;
}
ol.commentlist p {
  margin-left: 8px;
  clear: left; 
}
ol.commentlist li.comment {
  padding: 10px;
}
ol.commentlist li.comment div.vcard cite.fn {
  font-style: normal;
}
ol.commentlist li.comment div.vcard img.avatar {
  margin: 0 10px 10px 10px;
}
ol.commentlist li.comment div.comment-meta {
  font-size: 11px;
}
ol.commentlist li.comment div.comment-meta a {
  color: #888;
}
ol.commentlist li.comment div.reply {
  font-size: 11px;
  margin-left: 8px;
}
ol.commentlist li.comment div.reply a {
  font-weight: bold;
}
ol.commentlist li.comment ul.children {
  list-style: none;
  margin: 10px 0 0;
}
ol.commentlist li.comment ul.children li.depth-2 {
  margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.depth-3 {
  margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.depth-4 {
  margin: 0 0 10px 10px;
}
ol.commentlist li.even {
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
ol.commentlist li.odd {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
.comment, .trackback, .pingback {
  padding:10px;
  margin:10px 0 10px 0;
}
.odd {
  background:#f8f8f8;
}
#form-allowed-tags code {
  font-size:12px;
}
#respond input, #respond textarea {
  margin:0 5px 5px 0;
  overflow:auto;
}
#respond textarea {
  width:99%;
  height:150px;
}
.avatar {
  float:left;
}

/********************************************************************************************************************/
/******************************************** SIDEBAR & WIDGETS *****************************************************/
/********************************************************************************************************************/

.widget-container {
  margin-bottom: 15px;
 /* padding: 20px 0;*/
  background: transparent;
}
h3.widget-title {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 11px;
  line-height: 1em;
}
/*.widget-container ul, .widget ul {
  margin-left: 5px;
}*/
.widget-container ul li, .widget ul li {
  font-size: 12px;
  line-height: 1.8em;
  /*list-style: none;*/
}
table#wp-calendar {
  width: 100%;
}
table#wp-calendar th {
	font-size: 14px;
}
table#wp-calendar td {
	font-size: 14px;
	width: 14.28571428571429%;
	padding: 5px 0;
  text-align: center;
}
.widget-container #searchform.pull-right {
	margin-right: 30px;
}
.widget-container #searchform input.input-medium {
	float: none;
	display: inline-block;
	width: 100%;
}

/*==================================== SEARCH FORM ====================================================*/

#searchform {
	margin-bottom: 5px;
}

/********************************************************************************************************************/
/******************************************** FOOTER ****************************************************************/
/********************************************************************************************************************/

#footer-widgets {
  margin-bottom: 20px;
}
#footer-widgets .widget-container {
  border: none;
}
#footer-widget-container {
	background: #fff;
}
.site-footer {
	margin-top: 20px;
	margin-bottom: 20px;
}
.site-footer #copyright {
	text-align: right;
}
/*================================== FOOTER MENU ================================================= */

#footer_menu {
	/*padding: 10px 0 0;*/
	text-align: center;
}
#footer_menu ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer_menu li {
	display: inline;
	margin-right: 5px;
}
#footer_menu li a {
	text-decoration: none;
}
#footer_menu li a::after {
	content: ' | ';
	margin-left: 5px;
}
#footer_menu li a:hover::after {
	color: #08C;
}
#footer_menu li:last-child a::after {
	content: '';
}
.footer2 {
	margin-left: 0px !important;
}

/********************************************************************************************************************/
/******************************************** WORDPRESS DEFAULTS ****************************************************/
/********************************************************************************************************************/

.sticky{}
.gallery-caption{}
.bypostauthor{}

/********************************************************************************************************************/
/******************************************** ELEMENTS **************************************************************/
/********************************************************************************************************************/

/*==================================== SLIDER =====================================================*/

#slider .carousel-control {
	line-height: 263px;
	font-size:50px !important;
}


@media (max-width: 979px) {
	#slider {
		/*display: none !important;*/
	}
}

/*==================================== CALLOUT ====================================================*/

#callout-container {
  margin-bottom: 20px;
}
#callout {
  padding: 20px;
  background: #fff;
}
.callout-text h2.callout-title {
	margin-top: 0;
  font-size: 1.6em;
	line-height: 1em;
}
.callout-text p {
  font-size: 1.2em;
}
.callout-text p:last-child {
	margin-bottom: 0;
}
#callout_button a {
 	margin-top: 5px;
  float: right;
}

/*==================================== WIDGET BOXES ===============================================*/

.box {
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
}
h2.box-widget-title {
	margin-top: 0;
  font-size: 1.6em;
	line-height: 1em;
  text-align: center;
}
.box p {
  font-size: 1.1em;
  line-height: 1.2em;
}

/*==================================== BOXES ======================================================*/

#boxes-container .box a {
  display: block;
  width: 100%;
  text-align: center;
}
#boxes-container .box-no-url {
	cursor: default;
}

/*==================================== CAROUSEL ===================================================*/

#cc-carousel {
  background: #fff;
  padding: 20px 50px;
}
#cc-carousel ul {
  max-height: 150px;
  width: 100%;
  margin: 0;
  padding: 0; 
}
#cc-carousel ul li {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}  
#cc-carousel ul li .carousel_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
}
#cc-carousel ul li .carousel_caption p {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  margin: 0;
}
#cc-carousel .carousel-control {
  top: 50%;
  border: none;
}
#cc-carousel .carousel-control.left {
  left: 5px;
}
#cc-carousel .carousel-control.right {
  right: 5px;
}
@media (max-width: 767px) {
.footer2 a img {
    display: block;
    float: none !important;
    margin: 0 auto !important;
}
  #cc-carousel [class*="span"], .row-fluid #cc-carousel [class*="span"] {
    float: left;
    width: 14.364640883%;
    margin-left: 2.762430939%;
  }
  #cc-carousel [class*="span"]:first-child, .row-fluid #cc-carousel [class*="span"]:first-child {
    margin-left: 0;
  }
}

/*==================================== PORTFOLIO ===================================================*/

#portfolio {
  margin-bottom: 20px;
}
#gallery {
	background: #fff;
  padding: 20px;
}
#gallery ul.row-fluid {
  margin: 0;
  padding: 0;
}
#gallery h2 {
	font-size: 1.6em;
	font-weight: 400;
  margin-top: 0;
	line-height: 1em;
}
#gallery ul.row-fluid li#portfolio_wrap {
  text-align: center;
}
#gallery ul.row-fluid li#portfolio_wrap .portfolio_item {
  padding: 20px;
}

/*==================================== TWITTER =====================================================*/

#twitter-container {
  margin-bottom: 20px;
}
#twitter-bar {
  background: #fff;
	padding: 20px;
}
#twitter-bar #twitter-text img {
	float: left;
	margin-top: -5px;
}
#twitter-bar #twitter-text p {
	padding-left: 75px;
}
@media (max-width: 480px) { 
	#twitter-bar #twitter-text img {
		width: 30px;
		height: 21px;
		margin-top: 0;
	}
	#twitter-bar #twitter-text p {
		padding-left: 40px;
	}
}

/*==================================== BREADCRUMBS =================================================*/

.breadcrumbs {
	background: #fff;
/*  margin-bottom: 20px;
  padding: 10px 20px;*/
  font-size: 1.1em;
}

/*==================================== PAGINATION ==================================================*/

.pagination ul li a {
  background: #fff;
}

/*==================================== RECENT POSTS ================================================*/

#recent_posts {
  margin-bottom: 20px;
	padding : 20px;
  background: #fff;
}

#recent_posts h5.recent_posts_post_title {
 	font-size: 1.2em; 
  line-height: 1em;
}

.recent-posts-image {
  margin-bottom: 10px;
}

/*==================================== HTML BOX ==================================================*/
/*
#htmlbox-container {
	margin-bottom: 20px;
}*/

/*==================================== MAGAZINE ==================================================*/

#magazine .magazine-post-container {
	margin-bottom: 10px;
	padding: 20px;
  overflow: hidden;
}

#magazine .magazine-post-container  h2.posts-title {
	font-size: 22px;
	line-height: 1em;
	margin: 0 0 10px 0;
}

#magazine .magazine-metadata {
	font-size: 11px;
	padding-bottom: 10px;
}


#magazine .magazine-post-container  div#comments {
	font-size: 11px;
	line-height: 1em;
}

#magazine .magazine-post-container img.wp-post-image {
  width:100%;
  height:auto;
}

#magazine .magazine-wide-post img.wp-post-image {
	float: left;
	margin: 0 10px 10px 0;
	width: auto;
	height: auto;
}

/********************************************************************************************************************/
/****************************************** MEDIA QUERIES ***********************************************************/
/********************************************************************************************************************/

/*==================================== PHONES ====================================================*/

@media (max-width: 480px) { 
	header#cc-header .col-md-7 {
		text-align: center;
	}
	header#cc-header .col-md-5 {
		text-align: center;
	}
	header#cc-header .col-md-5 div.icons a {
		float: none;
	}
	header#cc-header .col-md-5 div.blog-description {
		float: none;
	}
	header#cc-header .col-md-5 div.register {
		float: none;
	}
	header#cc-header .col-md-5 #searchform {
		float: none;
	}
}

/******** Quote Form Buttons ***************/
.button {
   border-top: 1px solid #2b9c2f;
   background: #105baa;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e9c50), to(#2b9c2f));
   background: -webkit-linear-gradient(top, #093664, #105baa);
   background: -moz-linear-gradient(top, #093664, #105baa);
   background: -ms-linear-gradient(top, #093664, #105baa);
   background: -o-linear-gradient(top, #093664, #105baa);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.est {
	/*float:left;*/
}
.self-storage-css {
	margin:auto;padding:0px;
	width:60%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.self-storage-css table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.self-storage-css tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.self-storage-css table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.self-storage-css table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.self-storage-css tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.self-storage-css tr:hover td{
	
}
.self-storage-css tr:nth-child(odd){ background-color:#56c9ff; }
.self-storage-css tr:nth-child(even)    { background-color:#ffffff; }.self-storage-css td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:13px;
	font-family:Helvetica;
	font-weight:bold;
	color:#000000;
}.self-storage-css tr:last-child td{
	border-width:0px 1px 0px 0px;
}.self-storage-css tr td:last-child{
	border-width:0px 0px 1px 0px;
}.self-storage-css tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.self-storage-css tr:first-child td{
		background:-o-linear-gradient(bottom, #1096ea 5%, #034eaa 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1096ea), color-stop(1, #034eaa) );
	background:-moz-linear-gradient( center top, #1096ea 5%, #034eaa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#1096ea", endColorstr="#034eaa");	background: -o-linear-gradient(top,#1096ea,#034eaa);

	background-color:#1096ea;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:16px;
	font-family:Helvetica;
	font-weight:bold;
	color:#ffffff;
}
.self-storage-css tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #1096ea 5%, #034eaa 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1096ea), color-stop(1, #034eaa) );
	background:-moz-linear-gradient( center top, #1096ea 5%, #034eaa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#1096ea", endColorstr="#034eaa");	background: -o-linear-gradient(top,#1096ea,#034eaa);

	background-color:#1096ea;
}
.self-storage-css tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.self-storage-css tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
/**style holder from themes options to make easier changes**/

.wpcf7-list-item input[type="checkbox"] {
    margin-top: -4px !important;
}

#sbar {
display: none;
z-index: 10;
right: 0;
position: absolute;
padding: 4px;
text-align:center;
background-color:#003d7d;
}
#sbar-wrap {
width: 980px;
position: relative;
}
.est {
	/*float:left;*/
}
.btn.btn-social-icon {
    background-image: none;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.75);
}
.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#FFFFFF !important}.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-large{padding-left:61px}.btn-social.btn-large :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-small{padding-left:38px}.btn-social.btn-small :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-mini{padding-left:30px}.btn-social.btn-mini :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{color:#FFFFFF;position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-large{padding-left:61px}.btn-social-icon.btn-large :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-small{padding-left:38px}.btn-social-icon.btn-small :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-mini{padding-left:30px}.btn-social-icon.btn-mini :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon :first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-large{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-small{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-mini{height:22px;width:22px;padding-left:0;padding-right:0}

.btn-facebook,.dropdown-toggle.btn-facebook{color:#fff !important; background-color:#3b5998 !important;border-color:rgba(0,0,0,0.2)}

.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{color:#fff !important;background-color:#2a4887 !important;border-color:rgba(0,0,0,0.2)}

.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{color:#fff !important;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}

.btn-google-plus{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{color:#fff !important; background-color:#ca3523;border-color:rgba(0,0,0,0.2)}
.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{background-image:none}
.btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus[disabled].active,fieldset[disabled] .btn-google-plus.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}

.btn-linkedin{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}

.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{color:#fff !important;background-color:#005f8d;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{color:#fff !important;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}

.btn-twitter{background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{color:#fff !important; background-color:#309aea;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{color:#fff !important;background-color:#55acee;border-color:rgba(0,0,0,0.2)}

.btn-pinterest{background-color:#bd081c;border-color:rgba(0,0,0,0.2)}.btn-pinterest:hover,.btn-pinterest:focus,.btn-pinterest:active,.btn-pinterest.active,.open .dropdown-toggle.btn-pinterest{ color:#fff !important; background-color:#A80313;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:active,.btn-pinterest.active,.open .dropdown-toggle.btn-pinterest{background-image:none}
.btn-pinterest.disabled,.btn-pinterest[disabled],fieldset[disabled] .btn-pinterest,.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled:active,.btn-pinterest[disabled]:active,fieldset[disabled] .btn-pinterest:active,.btn-pinterest.disabled.active,.btn-pinterest[disabled].active,fieldset[disabled] .btn-pinterest.active{color:#fff !important;background-color:#bd081c;border-color:rgba(0,0,0,0.2)}

.btn-youtube{background-color:#e52d27;border-color:rgba(0,0,0,0.2)}.btn-youtube:hover,.btn-youtube:focus,.btn-youtube:active,.btn-youtube.active,.open .dropdown-toggle.btn-youtube{color:#fff !important; background-color:#b31217;border-color:rgba(0,0,0,0.2)}
.btn-youtube:active,.btn-youtube.active,.open .dropdown-toggle.btn-youtube{background-image:none}
.btn-youtube.disabled,.btn-youtube[disabled],fieldset[disabled] .btn-youtube,.btn-youtube.disabled:hover,.btn-youtube[disabled]:hover,fieldset[disabled] .btn-youtube:hover,.btn-youtube.disabled:focus,.btn-youtube[disabled]:focus,fieldset[disabled] .btn-youtube:focus,.btn-youtube.disabled:active,.btn-youtube[disabled]:active,fieldset[disabled] .btn-youtube:active,.btn-youtube.disabled.active,.btn-youtube[disabled].active,fieldset[disabled] .btn-youtube.active{color:#fff !important;background-color:#e52d27;border-color:rgba(0,0,0,0.2)}
@media screen and (min-width:991px){
	.get-quote .panel {
		height: 283px !important;
	}
}

.dropcap {
    display: block;
    position: relative;
    left: -2px;
    float: left;
    font-size: 40px;
    line-height: 40px;
    padding-top: 0;
}

.PQ-right,.PQ-left{
    background-color: rgba(234, 234, 234, 0.55);
    font-size: 18px;
    line-height: normal;
    padding: 13px;
    width: 250px;
    border: 1px solid #c7cbda;
    border-radius: 3px;
	text-shadow: 2px 2px #eaeaea; 
	}
.PQ-left{float: left;margin: 8px 13px 8px 0;text-align: left;}
.PQ-right{float: right;margin: 8px 1px 8px 13px;text-align: right;}

.PQ-right:before,.PQ-left:before  {
     content: "“";
    float: left;
    position: relative;
    font-size: 180px;
    font-weight: bold;
    top: 59px;
    color: #000000;
    left: -1px;
    font-family: serif;
    line-height: 0;
    z-index: -1;
}
@media screen and (max-width:768px){
	.PQ-right, .PQ-left{
		    float: none;
    display: block;
    width: 80%;
    margin: 10px auto;
    font-size: 1em;}
	}


/******** Moving Tips Page Div ***************/
#moving-tip-calendar {
     border-radius: 25px;
     border: 1px solid #73AD21;
     padding: 20px;
}

/**
 * modified by Nahla on Jan 30,2017
*/
/*----------- modification starts here -----------*/


 #li-enrollment li{
      margin: 0 0 0.75em 0 !important;
 }

 .header-search {
  display: none;
 }
 @media screen and (min-width: 600px){
  .header-search{
    display: block;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
  }
  .header-search input {
    border:4px !important;
    border-radius: 6px !important;
 
  }
 }
 /*---------- modification ends here --------------*/
 
 /* LW 2018 Form chanages */

/*@media only screen and (min-width: 769px) and (max-width:1189px)  {
	.htmlbox-content .h3 {FONT-SIZE: 18px;}
}*/
@media screen and (max-width:768px)	{
	.get-quote-leads{ position:relative !important; }
	#slider img{display:none;}
/*	.htmlbox-content .h3 {font-size: 16px;}
	.htmlbox-content .well p {min-height: auto;}
	.htmlbox-content .btn {font-size: 13px;padding: 6px;}*/
	}
.get-quote-leads {left: 0px;position: absolute;z-index: 10;}
.get-quote-leads legend {margin-bottom: 3px !important;font-size: 16px;font-weight: bold;}
.get-quote-leads .form-group {margin-bottom: 8px !important;}
.get-quote-leads p.small{font-size: 8px;margin-bottom: 0;}
.get-quote-leads input::placeholder, #sidebar input::placeholder{color: #a75e5e !important;} 
.get-quote-leads input::-webkit-input-placeholder, #sidebar input::-webkit-input-placeholder { /* Chrome */ color: #a75e5e !important;}
.get-quote-leads input:-ms-input-placeholder, #sidebar input:-ms-input-placeholder { /* IE 10+ */ color: #a75e5e !important;}
.get-quote-leads input::-moz-placeholder, #sidebar input::-moz-placeholder { /* Firefox 19+ */ color: #a75e5e !important;opacity: 1;}
.get-quote-leads input:-moz-placeholder, #sidebar input:-moz-placeholder { /* Firefox 4 - 18 */ color: #a75e5e !important;opacity: 1;}
 /*2018 for change end*/

/* Displays HP Google Review widget on top of content for Mobile - DP */
#google-widget-hp-desktop {
display:block!important;	
}
#google-widget-hp-mobile {
	display:none!important;
}
@media screen and (max-width:768px)	{
	#google-widget-hp-desktop {
display:none!important;	
}
#google-widget-hp-mobile {
	display:block!important;
}}