/*
Theme Name: Bootstrap 3.1.1 Starter Wordpress theme
Author: 3sparks llc
Author URI: http://3sparks.net/
Description: This is a blank bootstrap 3.1.1 theme for wordpress. Feel free to use this as a starter template for your projects.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Wordpress editor styles start*/
.responsive-menu-container {
   padding-top: 50px;
}
.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

.logo {
	/* height:100%; */
}

.dslc-modules-section {
	padding: 0 !important;
}

.site-footer, .page-wrap:after {
  height: 142px; 
}
.site-footer {
	border-top: 1px solid #2f2f3e;
	background: #545c67;
}
.wrap-footer{
	width: 1200px;
    margin:0 auto;
	max-width: 100%;
	padding: 20px 0;
}
.wrap-footer P{
	color:#fff;
}
.navbar-inside{
	max-width:1200px;
	margin:0 auto;
}

.phone-number{

}

@media (min-width: 768px) {
  .top-menu {
    float: right !important;
    margin-right: -5px;
    border-left: 1px solid #ccc;
  }
.phone-number{
    float: right !important;
    margin-right: 5px;
    font-size:28px;
    color: #db2626;
    padding: 10px;
}
  .clear-float{
  	float:none;
	clear:both;
  }
}

.top-menu a {
  color: #db2626;
  padding:4px;
  border-radius: 3px;
  margin:2px;
}
.navbar-default .top-menu a:hover,
.navbar-default .top-menu a:focus {
  color: #333;
  background-color: transparent ;
}
.navbar-default .top-menu .current-menu-item a,
.navbar-default .top-menu .current-menu-item a:hover,
.navbar-default .top-menu .current-menu-item a:focus {
  color: #555;
  background-color: #ccc;
}
.collapse.in {
    padding-top: 90px;
}

.collapse.in .phone-number {
	font-size:28px;
}

.top-menu UL {
	list-style-type:none;
	padding:7px 15px 5px 15px;
}
/*Wordpress editor styles end*/
