/*
Theme Name: My Home Improvement
*/

*, *:after, *::before {
	box-sizing: border-box;
	outline: none;
}
body {
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.8;
	color: #212121;
	background: #FFF;
	/*background: url(assets/img/confectionary.png) center center repeat;*/
    -webkit-font-smoothing: antialiased;
}
html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	position: relative;
	min-height: 100%;
}
a {
	color: #212121;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
a:hover, a:focus {
	color: #0658A2;
	outline: none;
	text-decoration: none;
}
ul {
	list-style: none;
}
::-moz-selection {
 color: #FFF;
 background: #0658A2;
}
::-webkit-selection {
 color: #FFF;
 background: #0658A2;
}
::selection {
	color: #FFF;
	background: #0658A2;
}
.container {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
	padding: 0;
}
/* ========================= typography ========================= */

p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	color: #212121;
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	color: #212121;
}
#top .container {
	/*box-shadow:none;*/
	border:1px solid #e6e6e6;
}
#header .container, #footer .container {
	box-shadow:none;
	border:0;
}
.toplink {
	background:#fff;
}
.bg1 {
	background:#fff;
	border-top:1px solid #ccc;
/*	margin-bottom:10px;*/
}
.logo {
	padding:5px 15px;
}
.mainmenu {
	list-style:none;
	margin:0;
	padding:0;
}
.mainmenu li {
	margin:20px 0px;
	float:left;
	position:relative;
}
.mainmenu li a {
	font-size:14px;
	display:block;
	padding:8px 15px;
	color:#00;
}
.mainmenu li:hover, .current-menu-item {
}
.mainmenu li ul {
	display:none;
	padding:0;
	list-style:none;
	width:250px;
	position:absolute;
	top:40px;
	left:0;
	background:#dedede;
	z-index:99999;
}
.mainmenu li:hover ul {
	display:block;
}
.mainmenu li li {
	margin:0;
	width:100%;
	border-top:1px solid #ccc;
}
.mainmenu li li a {
	display:block;
	padding:5px 15px;
}
.mainmenu li li:first-child {
	border:none;
}
#sidebar {
	list-style:none;
}
.widgettitle {
	font-size:18px;
	color:#000;
}
.widget_custom_cf7 {
	background:#E8E8E8;
	padding:10px 15px;
	margin-bottom:10px;
}
.widget_custom_cf7 h2 {
	margin:10px 0;
	font-size:20px;
}
.widget_custom_cf7 p {
	padding-top:7px;
}
.wpcf7-form-control {
	max-width:100%;
	border:1px solid #f3f3f3;
	max-height:120px;
}
.wpcf7-form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.top-most-bar .calls p {
	padding:0;
}
.calls a {
	padding:6px;
	display:inline-block;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.top-most-bar {
	background: #fff;
	padding:0px;
}
.top-most-bar p {
	font-size: 12px;
	font-weight: 500;
	color: #000;
	padding: 0;
	padding-top: 2px;
	margin: 0;
}
.top-most-bar a {
	color: #9f9f9f;
}
.social-icons {
	padding-top:3px;
}
.social-icons h4 {
	font-size: 16px;
	padding-top: 4px;
	margin: 0;
}
.social-icons h4 a {
	padding:3px 5px;
	display: inline-block;
	margin-left: 14px;
	color:#ccc;
}
.social-icons h4 a:hover {
	color:#000;
	background:#f2f2f2;
}
.navbar-default {
	border-radius: 0;
	border: none;
	background: #FFF;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 0;
}
.navbar-brand {
	line-height: 50px;
}
.navbar-default li a {
	line-height: 50px;
}
.title-bar {
	background: #f6f6f6;
	padding: 14px;
}
.title-bar p.lead {
	color: #212121;
	margin: 7px 0;
}
.breadcrumb {
	margin-bottom: 0;
	padding-right: 0;
}
.content {
	background: #FFF;
	padding: 40px 16px;
}
.carousel-control.left, .carousel-control.right {
	top: 50%;
	background-image: none;
}
ul {
	list-style-type: disc;
}
footer {
	background: #3D63B8;
	padding: 20px 30px;
}
footer h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #FFF;
}
.footer-list {
	padding-left: 0;
	list-style-type: none;
}
.footer-list li {
	font-size: 16px;
}
.footer-list li a {
	color: #FFF;
}
footer p small {
	font-size: 80%;
	color: #FFF;
}
footer p small a {
	color: #FFF;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 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: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.alert-green {
	color:#fff;
	background:green
}
.alert-green a {
	color:#fff;
	text-decoration:underline;
}
.alert-red {
	color:#fff;
	background:red;
}
.alert-red a {
	color:#fff;
	text-decoration:underline;
}
.alert-org {
	color:#fff;
	background:#e7580e
}
.alert-org a {
	color:#fff;
	text-decoration:underline;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 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: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
