@charset "UTF-8";

/*
Title:      	A.T. Cronin Workshop stylesheet for screen media
Author:     	Karl Ridley, falling@happyleaves.com
Updated:    	04th December 2022
*/


/* PRIMARY COMPONENTS */

* {
  margin: 0;
  padding: 0;
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  	font-size: 100%;
	}

html * {
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
	}

.fade-in {
  animation: fadeIn ease 4s;
  -webkit-animation: fadeIn ease 4s;
  -moz-animation: fadeIn ease 4s;
  -o-animation: fadeIn ease 4s;
  -ms-animation: fadeIn ease 4s;
}

.fade-in-footer {
  animation: fadeIn ease 10s;
  -webkit-animation: fadeIn ease 10s;
  -moz-animation: fadeIn ease 10s;
  -o-animation: fadeIn ease 10s;
  -ms-animation: fadeIn ease 10s;
}



@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


body {
	font-size: 1.0em;
	line-height: 1.6875em;
  	font-family: 'Source Serif Pro', serif;
	font-weight: 400;
	font-style: normal;
  	color: #ffffff;
    background: #888888 !important;
    background-size: 100%;
	}

body, html {
  	/* prevent horizontal scrolling */
  	overflow-x: hidden;
    background: #888888 !important;
	}

::-moz-selection {
	background: rgba(255, 255, 255, 1.0);
	text-shadow: none;
    color: #888888;
	}

::selection {
	background: rgba(255, 255, 255, 1.0);
	text-shadow: none;
    color: #888888;
	}

img::-moz-selection	{
	background: transparent;
	}

img::selection {
	background: transparent;
	}

a:active {
	outline: none;
	}

a:focus	{
	-moz-outline-style: none;
	}


a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
	}
a:link, a:visited {
	color:#ffffff;
	text-decoration: none;
	}
a:active, a:hover {
	color:#ffffff;
    text-decoration: none;
	}


p {
	margin: 0 0 0.8em 0;
	text-align: left;
	color: #000000;
	font-size: 1.0rem;
	line-height: 1.3rem;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	}

em {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: italic;
	}

strong {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: bold;
	font-style: normal;
	}


blockquote {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #ffffff;
	font-size: 2.755rem;
	line-height: 3.05rem;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: italic;
	}
@media only screen and (max-width: 960px) {
  	 blockquote {
    	font-size: 2.25rem;
	line-height: 2.55rem;
  	}
}




h1 {
 	text-align: center;
	font-size: 4.4rem;
	line-height: 4.8rem;
	color: #ffffff;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 4.0rem 0;
	padding: 0;
	text-transform: uppercase;
	}
h1 a:link, h1 a:visited {
	color:#ffffff;
	text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	}
h1 a:active, h1 a:hover {
	color:#ffffff;
	background-size: 100% 1px;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	}
@media only screen and (max-width: 960px) {
  	 h1 {
    	font-size: 3.6rem;
		line-height: 4.0rem;
  	}
}
@media only screen and (max-width: 640px) {
  	 h1 {
    	font-size: 3.0rem;
		line-height: 3.25rem;
  	}
}



h2 {
	text-align: center;
	font-size: 2.2rem;
	line-height: 2.6rem;
	color: #ffffff;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 2.0rem 0;
	padding: 0;
	text-transform: uppercase;
	}
h2 a:link, h2 a:visited {
	color:#ffffff;
	text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	}
h2 a:active, h2 a:hover {
	color:#ffffff;
	background-size: 100% 1px;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	}
@media screen and (max-width: 960px) {
	h2 {
	font-size: 2.0rem;
	line-height: 2.4rem;
	}
}




h3 {
	text-align: left;
	font-size: 1.65rem;
	line-height: 1.95rem;
	color: #ffffff;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 1.0rem 0;
	padding: 0;
    text-transform: uppercase;
    }
h3 a:link, h3 a:visited {
	color:#ffffff;
	text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	}
h3 a:active, h3 a:hover {
	color:#ffffff;
	background-size: 100% 1px;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	}
@media screen and (max-width: 960px) {
	h3 {
	font-size: 1.35rem;
	line-height: 1.75rem;
	}
}




h4 {
	text-align: center;
	font-size: 1.15rem;
	line-height: 1.45rem;
	color: #ffffff;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 1.0rem 0;
	padding: 0;
	text-transform: uppercase;
    letter-spacing: 0.15rem;
	}
h4 a:link, h4 a:visited {
	color:#ffffff;
	text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	}
h4 a:active, h4 a:hover {
	color:#ffffff;
	background-size: 100% 1px;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	}
@media screen and (max-width: 960px) {
	h4 {
	font-size: 1.0rem;
	line-height: 1.35rem;
	}
}




.imagetitles {
	margin: 0; 
	padding: 0.5rem 0;
    display: block;
	text-align: left;
	color: #ffffff;
	font-size: 0.85rem;
	line-height: 1.1rem;	
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; 
	font-weight: normal;
	font-style: normal;
    text-transform: uppercase;
    border-bottom: #949494 solid 1px;
	}





.divline {
	height: 0;
	margin: 1.3rem 0;
	width: 100%;
	border-bottom: #949494 solid 1px;
	}

.divlinethin {
	height: 0;
	margin: 0 0 1.3rem 0;
	width: 100%;
	border-bottom: #949494 solid 1px;
	}

.divlinenarrow {
	height: 0;
	margin: 2.0rem auto 5.0rem auto;
	width: 33.333%;
	border-bottom: #949494 solid 1px;
	}


.clear {
 	clear: both;
	overflow: hidden;
	height: 0;
 	}








/* TEXT COMPONENTS */

p.normaltxt,
.normaltxt p {
	text-align: left;
	color: #ffffff;
	font-size: 1.05rem;
	line-height: 1.35rem;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	}
.normaltxt a:link, .normaltxt a:visited {
	color:#ffffff;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	}
.normaltxt a:active, .normaltxt a:hover {
	color:#ffffff;
	background-size: 100% 1px;
	text-decoration: none;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	}


.newsdatetxt {
	text-align: left;
	color: #ffffff;
	font-size: 0.9rem;
	line-height: 0.9rem;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
	}


.footertxt p,
.footertxt {
	text-align: center;
	color: #cfcfcf;
	font-size: 0.8rem;
	line-height: 1.2rem;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	}
.footertxt p strong,
.footertxt strong {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
	}
.footertxt a:link, .footertxt a:visited {
	color:#cfcfcf;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
	}
.footertxt a:active, .footertxt a:hover {
	color:#cfcfcf;
	background-size: 100% 1px;
	text-decoration: none;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
	}


.headersocialicons {
	margin: 0;
	padding: 0.25rem 0 0 0;
	list-style: none;
	color: #ffffff;
	}
.headersocialicons ul {
	list-style-type: none;
	margin: 0;
	border: 0;
	padding: 0;
	}
.headersocialicons li {
    text-align: left;
	color: #ffffff;
	font-size: 1.3rem;
	line-height: 1.3rem;
	padding: 0;
    display: inline;
	}
.headersocialicons li i {
	margin: 0 0.5rem 0 0;
	font-size: 1.7rem;
	line-height: 1.7rem;
	color: #ffffff;
	}
.headersocialicons li i a:link, .headersocialicons li i a:visited {
	color:#ffffff;
	text-decoration: none;
	}
.headersocialicons li i a:active, .headersocialicons li i a:hover  {
	color:#ffffff;
	text-decoration: none;
	}







/* TOP NAV / HEADER COMPONENTS */

.nav-float-atcronin {
    background: rgba(136, 136, 136, 0.0);
    position: relative;
    z-index: 10 !important;
    }

#topnavtelholder {
	top: 0;
	left: 0;
    right: 0;
    z-index: 10000;
	position: fixed;
    margin: 0 auto;
	padding: 1.75em 4.166% 0.5rem 4.166%;
	width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
	}


#staticheader {
    margin: 0 auto;
	padding: 16rem 16.666% 12.0rem 16.666%;
    background-color: #e7e5de;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
	}
@media screen and (max-width: 960px) {
  #staticheader {
    padding: 12rem 8.333% 12rem 8.333%;
  }
}
@media screen and (max-width: 640px) {
  #staticheader {
    padding: 12rem 4.133% 8rem 4.133%;
  }
}



#staticbodycontent {
    margin: 0 auto;
	padding: 1.0rem 0 6.0rem 0;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
	}
@media screen and (max-width: 960px) {
  #staticbodycontent {
    padding: 1.0rem 0 3.0rem 0;
  }
}




#logoholder {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 100000 !important;
    margin: 0 auto !important;
    max-width: 225px;
    }
@media screen and (max-width: 960px) {
  #logoholder {
    max-width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  #logoholder {
    max-width: 35% !important;
  }
}
#logoholder img {
    vertical-align: top;
    padding: 0;
    margin: 0 auto;
    }






#homeheaderholder {
	padding: 12.0rem 4.166% 8.0rem 12.5%;
	margin: 0 auto;
	}
@media screen and (max-width: 960px) {
  #homeheaderholder {
    padding: 10.0rem 4.166%;
  }
}



#atcroninholder {
    padding: 0;
	}
@media screen and (max-width: 960px) {
  #atcroninholder {
	padding: 10vh 4.166% 0 4.166%;
    content: 'viewport-units-buggyfill;'  'padding: 10vh 4.166% 0 4.166%';
  }
}


#historyholder {
    padding: 5.0vh 4.166%;
	}

.newsandpresssingleholder,
#newsandpresssingleholder {
    padding: 5.0vh 12.5%;
	}
@media screen and (max-width: 960px) {
  .newsandpresssingleholder,
  #newsandpresssingleholder {
	padding: 5.0vh 4.166%;
  }
}


.newsandpresslistholder,
#newsandpresslistholder {
    padding: 5.0vh 4.166%;
	}



.quotationholder {
    padding: 2.0rem 0 2.0rem 50%;
    text-align: left;
    margin: 0;
	}
@media screen and (max-width: 960px) {
  .quotationholder {
	 padding: 2.0rem 0 2.0rem 25%;
  }
}
.quotationholderquote {
    padding: 0;
    text-align: left;
    height: 70px;
    width: 95px;
    position: absolute;
    z-index: 10;
    margin: 0 0 0 -115px;
    background: url("../png/quote.png") top left no-repeat;
    background-size: 95px;
	}
@media screen and (max-width: 960px) {
  .quotationholderquote {
	 height: 50px;
    width: 68px;
      margin: 0 0 0 -100px;
    background: url("../png/quote.png") top left no-repeat;
    background-size: 68px;
  }
}


#excellenceholder {
    padding: 5vh 4.166%;
    content: 'viewport-units-buggyfill;'  'padding: 5vh 4.166%;';
    margin: 0;
	}



#iconholder {
    margin: 0 auto;
    padding: 0;
    max-width: 180px;
	}
@media screen and (max-width: 960px) {
  #iconholder {
	 max-width: 140px;
  }
}





.h1homehero {
 	text-align: center !important;
	font-size: 3.75rem;
	line-height: 3.95rem;
	color: #ffffff;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	padding: 0 0 1.0rem 0;
	margin: 0;
    text-transform: uppercase;
	}
@media screen and (max-width: 640px) {
  .h1homehero {
    font-size: 3.25rem;
	line-height: 3.55rem;
  }
}

.h2homehero {
 	text-align: center !important;
	font-size: 2.45rem;
	line-height: 2.45rem;
	color: #ffffff;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	padding: 0 0 2.0rem 0;
	margin: 0;
    text-transform: uppercase;
	}
@media screen and (max-width: 640px) {
  .h2homehero {
    font-size: 1.75rem;
	line-height: 2.15rem;
  }
}


.h3homehero {
 	text-align: center !important;
	font-size: 2.15rem;
	line-height: 2.35rem;
	color: #ffffff;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	padding: 0 0 2.0rem 0;
	margin: 0;
    text-transform: none;
	}
@media screen and (max-width: 640px) {
  .h3homehero {
    font-size: 1.75rem;
	line-height: 1.95rem;
  }
}











/* BUTTONS COMPONENTS */

.buttonholderleft {
	padding: 3.0rem 0 0 0;
	margin: 0;
	text-align: left;
	}
.buttonholderright {
	padding: 3.0rem 0 0 0;
	margin: 0;
	text-align: right;
    clear: both;
	}
@media screen and (max-width: 960px) {
  .buttonholderright {
	text-align: left;
  }
}







/* BODY COMPONENTS */

#headerholder {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 3.0rem 0;
	overflow: hidden !important;
  	position: relative;
	border-bottom: solid 1px rgba(255, 255, 255, .25);
	}

#headerheroholder {
	width: 100%;
	margin: 0 0 6.0rem 0;
	padding: 0 0 3.0rem 0;
    height: 100vh;
  	content: 'viewport-units-buggyfill;'  'height: 100vh;';
	}
@media screen and (max-width: 960px) {
  #headerheroholder {
	margin: 0 0 6.0rem 0;
    padding: 0 0 10vh 0;
  	content: 'viewport-units-buggyfill;' 'padding: 0 0 10vh 0;';
  }
}

#headersocialmedia {
	position: fixed;
    z-index: 10000;
    right: 14%;
    top: 25px;
    padding: 0;
    margin: 0;
    text-align: right;
	}
@media screen and (max-width: 960px) {
  #headersocialmedia {
	display: none;
      visibility: hidden;
  }
}

#herotitleholder {
    margin: 0;
    padding: 0;
    text-align: center;
	}
@media screen and (max-width: 960px) {
  #herotitleholder {
      padding: 0;
  }
}

#othertitleholder {
    margin: 0;
    padding: 2.0rem 16.666%;
    text-align: center;
	}
@media screen and (max-width: 960px) {
  #othertitleholder {
	padding: 2.0rem 4.166%;
  }
}

#servicestitleholder {
    margin: 0;
    padding: 2.0rem 0;
    text-align: center;
	}

#contacttitleholder {
    margin: 0;
    padding: 2.0rem 12.5%;
    text-align: center;
	}
@media screen and (max-width: 960px) {
  #contacttitleholder {
	padding: 2.0rem 0;
  }
}

#contactmapholder {
    margin: 0 4.166%;
    padding: 0;
    min-height: 35vh;
    content: 'viewport-units-buggyfill;'  'min-height: 35vh;';
	}
#contactimageholder {
    margin: 0;
    padding: 0 4.166%;
	}




#bodyholder {
	padding: 0 4.166% 4.0rem 4.166%;
	margin: 0 auto 4.5rem auto;
    border-bottom: #e2cdb6 solid 1px;
	}
@media screen and (max-width: 960px) {
  #bodyholder {
      padding: 3.0rem 4.166% 4.0rem 4.166%;
  }
}



.contactholderblock {
    margin: 0;
    padding: 1.5rem 0;
    text-align: center;
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494;
    min-height: 12.0rem;
	}
@media screen and (max-width: 960px) {
  .contactholderblock {
      padding: 1.0em 0;
      min-height: auto;
      border-bottom: none;
  }
}



#newsandpresstitlepostholder {
    margin: 0;
    padding: 2.0rem 12.5%;
	}
@media screen and (max-width: 960px) {
  #newsandpresstitlepostholder {
	padding: 2.0rem 0;
  }
}


.newsandpressimagesholder,
#newsandpressimagesholder {
    margin: 0;
    /*padding: 2.0rem 12.5%;*/
    padding: 7.0rem 0 2.0rem;
	}
@media screen and (max-width: 960px) {
  .newsandpressimagesholder,
  #newsandpressimagesholder {
	/*padding: 2.0rem 4.166%;*/
    padding: 7.0rem 0 2.0rem;
  }
}


#copyrightholder {
	margin: 3.0rem 4.166%;
	padding: 2.0rem 0 0 0;
    border-top: #949494 solid 1px;
	}

.archive #copyrightholder,
.blog #copyrightholder,
.single-post #copyrightholder,
#copyrightholderblog {
	margin: 0 4.166% 3.0rem 4.166%;
	padding: 2.0rem 0 0 0;
    border-top: #949494 solid 1px;
	}







/* PROMOS */

.promosholder {
	margin: 0;
	padding: 0;
	height: 30em;
    text-align: left !important;
	}
@media screen and (max-width: 960px) {
  .promosholder {
	margin: 0;
    height: 20em;
  }
}
@media screen and (max-width: 640px) {
  .promosholder {
	margin: 0;
    height: 15em;
  }
}


a .promossquarecontainer {
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
	margin: 0;
	padding: 3.0rem 8.333% 0 8.333%;
	border: 0;
	height: 30em;
	color: #ffffff;
    background-color: rgba(49, 49, 49, 0.35) !important;
    -webkit-box-shadow: 0 10px 20px 0 rgba(103,103,103,0.0);
    box-shadow: 0 10px 20px 0 rgba(103,103,103,0.0);
	}
a .promossquarecontainer:hover  {
	background-color: rgba(49, 49, 49, 0.55) !important;
    -webkit-box-shadow: 0 10px 20px 0 rgba(103,103,103,0.25);
    box-shadow: 0 10px 20px 0 rgba(103,103,103,0.25);
    cursor: pointer;
	}
@media screen and (max-width: 960px) {
  a .promossquarecontainer {
    padding: 3.0rem 4.166% 0 4.166%;
      height: 20em;
  }
}
@media screen and (max-width: 640px) {
  a .promossquarecontainer {
	padding: 2.0rem 4.166% 0 4.166%;
    height: 15em;
  }
}



.promo01 {
	background: url("../jpg/services/commercial/promo.jpg") center center no-repeat;
    background-size: cover;
	}
.promo02 {
	background: url("../jpg/services/curtain-making/promo.jpg") center center no-repeat;
    background-size: cover;
	}
.promo03 {
	background: url("../jpg/services/furniture-making/promo.jpg") center center no-repeat;
    background-size: cover;
	}
.promo04 {
	background: url("../jpg/services/historic-beds/promo.jpg") center center no-repeat;
    background-size: cover;
	}
.promo05 {
	background: url("../jpg/services/lutron-dealership/promo.jpg") center center no-repeat;
    background-size: cover;
	}
.promo06 {
	background: url("../jpg/services/upholstery/promo.jpg") center center no-repeat;
    background-size: cover;
	}
.promo07 {
	background: url("../jpg/services/wall-upholstery/promo.jpg") center center no-repeat;
    background-size: cover;
	}



.buttonspromoholder {
	padding: 0 0 38px 0;
	position: relative !important;
    z-index: 1;
	bottom: 0;
    margin: 20rem 0 0 0;
    display: block;
    text-align: center !important;
    background: url("../png/button-angles.png") right 38px no-repeat;
    background-size: 20px;
	}
@media screen and (max-width: 960px) {
  .buttonspromoholder {
	margin: 12em 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  .buttonspromoholder {
	margin: 8rem 0 0 0;
  }
}
.buttonspromo {
  	font-size: 1.35rem;
	line-height: 1.55rem;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	padding: 0.75rem 4.166% 0.65rem 4.166%;
	text-decoration:none;
	color: #ffffff;
	display: block;
	text-align: center;
	margin: 0;
    background: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
    cursor: pointer;
	}
.buttonspromo:hover {
	border-top: 1px solid rgba(255, 255, 255, 1.0);
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 1.0);
	}
@media screen and (max-width: 960px) {
  .buttonspromo {
	font-size: 1.15rem;
	line-height: 1.3rem;
  }
}



.buttonsnormalholder {
	padding: 2.0rem 0 4.0rem 0;
    text-align: left !important;
	}
.buttonsnormal {
  	font-size: 0.85rem;
	line-height: 0.85rem;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	padding: 0.75rem 3.0rem;
	text-decoration:none;
	color: #121212;
	background: none;
	display: inline;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
    letter-spacing: 0.15rem;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	border: 2px solid #121212;
    cursor: pointer;
	}
.buttonsnormal:hover {
	color: #ffffff;
	background: #121212;
	border: 2px solid #121212;
	}







/* BLOG PAGINATION COMPONENTS */

#journalpagination {
	margin: 6.0rem 4.166% 0 4.166%;
	padding: 0;
	background: #888888;
    border-top: #949494 solid 1px;
    text-align: center !important;
	}

#paginationholder {
	padding: 0;
	margin: 0 auto !important;
    text-align: center !important;
	}

.journalprevnext {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
    font-size: 0;
	}
.journalprevnext > li {
	display: inline-block;
	float: none;
	text-align: center;
	}

.uk-card-image img{
    width: 100%;
}

.journalprevnext > li > span,
.journalprevnext > li > a {
	font-size: 2.0rem;
	line-height: 2.0rem;
	font-weight: normal;
	font-style: normal;
	padding: 0.9rem 1.2rem 0 1.2rem;
	min-height: 60px;
	border-left: 1px solid #949494 !important;
	text-decoration:none;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	margin: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border: 0;
	}

.journalprevnext > li:hover > a {
	color: #595959;
	background: #989898;
	}

.journalprevnext > li:first-of-type > span,
.journalprevnext > li:first-of-type > a,
.journalprevnext > li.start > a {
	border-left: none !important;
	}

.journalprevnext span.current,
.journalprevnext > li.highlight > a {
	background-color: #989898;
    color: #595959;
	}
@media screen and (max-width: 960px) {
	.journalprevnext {
	font-size: 2.0rem;
	line-height: 2.0rem;
	}
}











/* OTHER COMPONENTS */

.center {
	text-align: center !important;
	}

.right {
	text-align: right !important;
	}
@media screen and (max-width: 960px) {
	.right {
	text-align: center !important;
	}
}

.white {
	color: #ffffff;
	}

.hideme {
    opacity:0;
	}


#happyleaves {
	width: 180px;
	height: 14px;
	margin: 2.0rem auto 0 auto;
	padding: 0;
	text-align: center !important;
	}




a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
	}
.gmnoprint div {
    background:none !important;
	}


input:focus, textarea:focus, select:focus{
        outline: none;
    }

*:focus {
    outline: none;
}

.imagetitles {
	margin: 0;
	padding: 0.5rem 0;
        display: block;
	text-align: left;
	color: #ffffff;
	font-size: 0.85rem;
	line-height: 1.1rem;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: normal;
	font-style: normal;
        text-transform: uppercase;
        border-bottom: #949494 solid 1px;
	}
