/*
Theme Name: amconstruction
AM Construction Starter stuff
*/

body {
	min-width:320px;
	line-height:21px;
}
@media only screen and (min-width: 0) {
html {
	font-size: 15px
}
}

@media only screen and (min-width: 992px) {
html {
	font-size: 15.5px
}
}

@media only screen and (min-width: 1200px) {
html {
	font-size: 16px
}
}

html,body {
	margin: 0;
	padding:0;
}
a, a:hover, a:active, a:focus, a img {
	border: 0 none;
	outline: 0 none;
}
/*
.breadcrumbs {
	font-size: 12px;
	margin: 10px 0;
}
.breadcrumbs a, .breadcrumbs span {
	font-size: 12px;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: none outside none;
	margin: 10px 0;
    padding: 8px 0;
}
.breadcrumb li {
	font-size: 12px;	
}
*/
a, a:active, a img {
	outline:0;
	border:0;
}
.alignleft{
	float:left;
	margin:0 25px 25px 0;
}
.alignright{
	float:right;
	margin:0 0px 25px 25px;
}
.aligncenter {
	float:none;
	margin:25px;
}
i.right {
	margin-left:5px;
}
#menu-main-menu .dropdown i {
	position:relative;
	top:-19px;
}
.current-menu-item a, .current-menu-ancestor a, .current_page_parent a {
	background: rgba(0,0,0,.1);
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

/*//////////////////////////
	BLOG
//////////////////////////*/
.article-roll {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
	padding-bottom: 20px;
}

.entry-meta {
	margin-bottom: 20px;
}

time {
	font-weight: bold;
}

.feat-img {
	margin-bottom: 20px;	
}

.widget-area {
	margin-top: 20px;
}

.pagination > li > a, .pagination > li > span {
	background-color: #428bca;
	border: 2px solid #428bca;
	color: #ffffff;
	float: inherit;
	font-weight: bold;
	line-height: 1.42857;
	padding: 10px 28px;
	position: relative;
	text-decoration: none;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: transparent;
    border-color: #428bca;
    color: #428bca;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius: 4px;
	margin-left: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 4px;
}

.pagination > li.older a {
	float: left;
}

.pagination > li.newer a {
	float: right;
	margin-left: 20px;
}

.widgettitle {
	font-size: 25px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.vcard {
	font-size: 36px;
	font-weight: 500;
}

.vcard a {
	color: #555555;
}

#comments {
	border-top: 1px solid #eee;
	margin-top: 40px;
}

.commentlist {
	border-bottom: 1px solid #eee;
	list-style: none outside none;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 0;
}
.commentlist li {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#comments-title {
	font-size: 24px;
}

h3.comment-reply-title {
	font-size: 24px;
	padding-bottom: 10px;
}

.comment-respond label {
	display: block;
	font-weight: normal;
}

#commentform input {
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #d3d3d3;
	border-radius: 6px;
	box-shadow: none;
	color: #555555;
	display: block;
    font-size: 14px;
    padding: 12px 18px;
	height: auto;
	line-height: 1.42857;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 50%;
}

#commentform input:focus, #commentform textarea:focus {
	background-color: #ffffff;
	outline: 0 none;
}

#commentform textarea {
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #d3d3d3;
	border-radius: 6px;
	box-shadow: none;
	color: #555555;
	display: block;
    font-size: 14px;
    padding: 12px 18px;
	height: auto;
	line-height: 1.42857;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 80%;
}

#commentform input[type="submit"] {
	background-color: #428bca;
	border: 2px solid #428bca;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 40px;
	margin-top: 20px;
	padding: 10px 28px;
    width: auto;
}

#commentform input[type="submit"]:hover, #commentform input[type="submit"]:focus, #commentform input[type="submit"]:active, #commentform input.active[type="submit"] {
	background-color: #ffffff;
	border: 2px solid #428bca;
	color: #428bca;
}

.children {
	margin-top: 20px;
}

.children li {
	border-bottom: 0 none;
    padding-bottom: 0;
}

.author_bio_section {
	background: #fafafa;
	padding: 15px;
	border: 1px solid #d3d3d3;
	border-radius: 6px;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 160px;
}

.author_bio_section a {
	color: #428bca;
}

.author_name {
	font-size: 16px;
	font-weight: 600;
}

.author_details {
	font-size: 14px;	
}

.avatar {
    float: left;
    margin: 0 10px 10px 0;
	width: 90px;
	height: auto;
	background-color: #ffffff;
    border: 1px solid #d3d3d3;
}

.categories {
	margin-right: 10px;
}

.tags .fa-tags {
	color: #428bca;
	margin-right: 5px;
}

.tags {
	margin-top: 15px;
}

.tags a {
	color: #428bca;
}

.social-share {
	margin-top: 15px;
}

ul.social-share {
	padding: 0;
	margin: 0;
}

ul.social-share li {
	list-style: none;
	display: inline-block;
	margin: 0 10px 15px 0;
}

ul.social-share li.last {
	margin-right: 0;
}

ul.social-share li a, ul.social-share li a:hover {
	text-decoration: none;
}

ul.social-share li i {
}

/*Twitter*/
a.twitter:hover {
    color: #9AE4E8;
}
/*Facebook*/
a.facebook:hover {
    color: #3B5998;
}
/*Google Plus*/
a.google-plus:hover {
    color: #D34836;
}
/*LinkedIn*/
a.linkedin:hover {
    color: #0e76a8;
}
/*Pinterest*/
a.pinterest:hover {
    color: #C92228;
}

#secondary .widget {
    margin-bottom: 30px;
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget ul li {
    list-style: none outside none;
}
.widget_meta li {
    margin: 0;
    padding: 7px 0;
}
#search-2 .input-group-btn {
    width: 1%;
}


/*//////////////////////////
	FOOTER
//////////////////////////*/

.widgettitle {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.footer-widgets h4 {
    text-transform: uppercase;
}
.footer-widgets .widgettitle {
    border-bottom: medium none;
    margin: 0;
    padding: 0 0 15px;
}
.footer-widgets {
    background-color: #f5f5f5;
    border-top: 5px solid #eee;
	margin-top: 60px;
    padding-top: 30px;
}
.footer-widgets .widget {
	padding-bottom: 20px;	
}
.footer {
    border-top: 0;
    min-height: 60px;
    width: 100%;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #fff;
	text-decoration: none;
}
.footer .row {
	margin-bottom: 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: block;
    margin-top: -6px;
}
@media (max-width: 767px) {
	.dropdown-menu .sub-menu {
		display:none;
		margin-left:20px;
	}
	.footer .text-muted {
		text-align: center;
	}	
}


.padTopNO {
    padding-top: 0 !important;
}
.padTop {
    padding-top: 1rem !important;
}
.padTop2x {
    padding-top: 2rem !important;
}
.padTop3x {
    padding-top: 3rem !important;
}
.padTop4x {
    padding-top: 4rem !important;
}
.padBtmNO {
    padding-bottom: 0 !important;
}
.padBtm {
    padding-bottom: 1rem !important;
}
.padBtm2x {
    padding-bottom: 2rem !important;
}
.padBtm3x {
    padding-bottom: 3rem !important;
}
.padBtm4x {
    padding-bottom: 4rem !important;
}
.padLeftNO {
	padding-left: 0 !important;
}
.padLeft {
	padding-left: 1rem !important;
}
.padLeft2x {
	padding-left: 2rem !important;
}
.padLeft3x {
	padding-left: 3rem !important;
}
.padLeft4x {
	padding-left: 4rem !important;
}
.padRightNO {
	padding-right: 0 !important;
}
.padRight {
	padding-right: 1rem !important;
}
.padRight2x {
	padding-right: 2rem !important;
}
.padRight3x {
	padding-right: 3rem !important;
}
.padRight4x {
	padding-right: 4rem !important;
}
.pad1x {
	padding: 1rem !important;
}
.pad2x {
	padding: 2rem !important;
}
.pad3x {
	padding: 3rem !important;
}
.pad4x {
	padding: 4rem !important;
}
.noPadTopBtm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.noPadLeftRight {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.padNO {
    padding: 0 !important;
}
.padNO .row {
    margin-bottom: 0 !important;
}

.marTopNO {
    margin-top: 0 !important;
}
.marTop {
    margin-top: 1rem !important;
}
.marTop2x {
    margin-top: 2rem !important;
}
.marTop3x {
    margin-top: 3rem !important;
}
.marTop4x {
    margin-top: 4rem !important;
}
.marBtmNO {
    margin-bottom: 0 !important;
}
.marBtm {
    margin-bottom: 1rem !important;
}
.marBtm2x {
    margin-bottom: 2rem !important;
}
.marBtm3x {
    margin-bottom: 3rem !important;
}
.marBtm4x {
    margin-bottom: 4rem !important;
}
.marLeftNO {
	margin-left: 0 !important;
}
.marLeft {
	margin-left: 1rem !important;
}
.marLeft2x {
	margin-left: 2rem !important;
}
.marLeft3x {
	margin-left: 3rem !important;
}
.marLeft4x {
	margin-left: 4rem !important;
}
.marRightNO {
	margin-right: 0 !important;
}
.marRight {
	margin-right: 1rem !important;
}
.marRight2x {
	margin-right: 2rem !important;
}
.marRight3x {
	margin-right: 3rem !important;
}
.marRight4x {
	margin-right: 4rem !important;
}
.mar1x {
	margin: 1rem !important;
}
.mar2x {
	margin: 2rem !important;
}
.mar3x {
	margin: 3rem !important;
}
.mar4x {
	margin: 4rem !important;
}
.marTopBtmNO {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.marLeftRightNO {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.marNO {
    margin: 0 !important;
}



body, p, ul, ol, li, blockquote, div, span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	color: #000;
}