/*
Theme Name: Rosenberg Custom Theme
Theme URI: NA
Author: Rosenberg Advertising
Author URI: NA
Description: tr2e Based Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tr2ebase
Tags:
*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
	font-size: 18px;
	color: #212121;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
strong, b {
	font-weight: 600;
}
sup{
	font-size: 70%;
}

/* START STYLES */
h3,h4,h5,h6{
	font-weight: 600;
	font-size: 24px;
    margin-bottom: 20px;
}
.primary h1 {
	font-size: 50px;
    letter-spacing: 10px;
    margin: 40px 0 20px;
}
.home h1 {
    position: absolute;
    top: -50px;
}
h2{
	color: #212121;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 4px;
    margin-bottom: 20px;
}
.wrap{
	margin: auto;
	width: 92%;
	position: relative;
}

img{
	max-width: 100%;
	height: auto;
}
a{
	color: #c69304;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
i, em{
	font-style: italic;
}
b, strong{
	font-weight: bold;
}
a:focus, button:focus {
	opacity: .4 !important;
	outline: none;
}

/* Forms */
input, textarea, button {
	padding: 15px;
    border: 0;
    font-family: "Arial", sans-serif;
    font-size: 15px;
}
select {
	height: 28px;
}

/* Layout */
.p10 {padding: 10px;}
.p30 {padding: 30px;}
.p40 {padding: 40px;}
.p50 {padding: 50px;}

.ptb {padding: 30px 0;}

.pr5{padding-right: 5%;}
.pl5{padding-left: 5%;}

.vat{vertical-align: top;}
.vam{vertical-align: middle;}
.vab{vertical-align: bottom;}

.tar{text-align: right;}
.tal{text-align: left;}
.tac{text-align: center;}

li {
	margin-bottom: 5px;
}

li:before {
	content: "";
	display: inline-block;
	background: url("images/icon-list.png") no-repeat;
	vertical-align: middle;
	width: 30px;
    height: 30px;
}


/* Buttons */
a, .work-item-inner, .service-icon-hover, input[type="submit"], button[type="submit"], .post-img img,
.proj-button, .ind-button, .popup-email-close {
	-webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.button, input[type="submit"], button[type="submit"] {
	background: #c69304;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
    letter-spacing: 2px;
    padding: 12px 25px;
    display: inline-block;
    border: 0;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
   	border-radius: 0;
}
.button:hover, #primary-menu .nav-button a:hover, input[type="submit"]:hover, button[type="submit"]:hover {
	background: #d6b146;
	text-decoration: none;
}
#primary-menu .nav-button a {
	background: #c69304;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
}


/* Header */
.header {
    overflow: auto;
	width: 100%;
}
.logo {
	width: 570px;
	padding: 10px;
}
.menu a {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #504d4b;
}
#primary-menu {
	text-align: right;
}
#primary-menu a {
	font-size: 14px;
	padding: 12px 25px;
}
.menu a:hover, .nav .current_page_item a {
	color: #c69304;
	text-decoration: none;
}
.header-bar {
	background: #212121;
    color: #fff;
    padding: 10px;
}


/* Footer */
footer {
	background: #212121;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}
footer h2 {
	color: #fff;
}
footer a {
	color: #fff;
}
.copyright {
	background: #0d0d0d;
	padding: 15px;
    font-size: 16px;
    color: #fff;
}


/* Home */
.image {
	background: url("images/morans-cleaning.jpg");
	height: 38vh;
	background-size: cover;
}


p, .entry-content li {
	line-height: 1.5;
}
p {
	margin-bottom: 20px;
}
.screen-reader-text {
	text-indent: -10000px;
    display: inline-block;
}


/* Mobile First - so desktop-only styles go here! To save loading time on mobile! */	



@media screen and (min-width: 925px) {
	
		/* Table Layout */
	.table{
		display: table;
		width: 100%;
	}
	.cell{
		display: table-cell;
	}
	
	/* Grid Layout */
	.two-col, .team-grid {
	    display: -ms-grid;
	    display: grid;
	    -ms-grid-columns: 1fr 50px 1fr;
	    grid-template-columns: 1fr 1fr;
	    grid-gap: 50px;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    margin-bottom: 30px;
	    grid-auto-flow: dense;
	}
	.two-col-top {
		-webkit-box-align: start;
		-ms-flex-align: inherit;
		align-items: flex-start;
	}
		
	/* Width Globals */
	.w10{ width: 10%; }
	.w15{ width: 15%; }
	.w20{ width: 20%; }
	.w25{ width: 25%; }
	.w30{ width: 30%; }
	.w325{ width: 32.5%;}
	.w35{ width: 35%; }
	.w40{ width: 40%; }
	.w45{ width: 45%; }
	.w50{ width: 50%; }
	.w55{ width: 55%; }
	.w60{ width: 60%; }
	.w65{ width: 65%; }
	.w70{ width: 70%; }
	.w75{ width: 75%; }
	.w80{ width: 80%; }
	.w85{ width: 85%; }
	.w90{ width: 90%; }
	.w95{ width: 95%; }
	.w100{ width: 100%; }
	
	.header-bar {
		font-size: 24px;
	}
}
	
