/*
    Theme Name: HWD5
    Theme URI: https://www.hamiltrowebsitedesign.com
    Author: hamiltro
    Author URI: https://www.hamiltrowebsitedesign.com
    Description: 2024-0811 THEME
    Version: 5.2.0.
    Text-domain: hwd-theme
    
*/

/* Breakpoints: 600 - 768/769 - 992 - 1200 w side-pad 4% */

/* temp when needed */

p.editLink  {
	display: block;
}
	
	
FONTS
------------------------------------------------------------------------------------*/
html, body	{
	width: 100%;
}
html {
  font-size: 30px;
}
@media (max-width: 2560px) {
  html { font-size: 24px;}
}

@media (max-width: 2048px) {
  html { font-size: 20px;}
}

/*@media (max-width: 900px) {
  html { font-size: 15px; }
}
@media (max-width: 400px) {
  html { font-size: 13px; }
}*/
/* From here on, use rems (or % or vh) for divs and ems for font-sizes within divs) */

/*html .clamp {font-size: 16px;}*/
/* Futura */
@font-face{font-family: 'Futura PT';
	src: url('./assets/fonts/FuturaPT/FuturaPT-Light.eot');
	src: url('./assets/fonts/FuturaPT/FuturaPT-Light.eot?#iefix') format('embedded-opentype'),
		url('./assets/fonts/FuturaPT-Light.woff') format('woff'),
		url('./assets/fonts/FuturaPT-Light.ttf') format('truetype');
		font-weight: 300;
		font-style: normal;
		font-display:swap;
	}

/* Slate Std */
@font-face{font-family: 'Slate Std';src: url('./assets/fonts/Slate/SlateStd.eot');src: url('./assets/fonts/Slate/SlateStd.eot?#iefix') format('embedded-opentype'),
	url('./assets/fonts/Slate/SlateStd.woff2') format('woff2'),
	url('./assets/fonts/Slate/SlateStd.woff') format('woff'),
	url('./assets/fonts/Slate/SlateStd.ttf') format('truetype'),
	url('./assets/fonts/Slate/SlateStd.svg#SlateStd') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}
			
/* Slate Std Light */
@font-face{font-family: 'Slate Std Light';
	src: url('./assets/fonts/Slate/SlateStd-Light.eot');
	src: url('./assets/fonts/Slate/SlateStd-Light.eot?#iefix') format('embedded-opentype'),
			url('./assets/fonts/Slate/SlateStd-Light.woff2') format('woff2'),
			url('./assets/fonts/Slate/SlateStd-Light.woff') format('woff'),
			url('./assets/fonts/Slate/SlateStd-Light.ttf') format('truetype'),
			url('./assets/fonts/Slate/SlateStd-Light.svg#SlateStd-Light') format('svg');
			font-weight: 300;
			font-style: normal;
			font-display:swap;
}
	
/* Slate Std Book */
@font-face{font-family: 'Slate Std Bk';src: url('./assets/fonts/Slate/SlateStd-Bk.eot');src: url('./assets/fonts/Slate/SlateStd-Bk.eot?#iefix') format('embedded-opentype'),
		url('./assets/fonts/Slate/SlateStd-Bk.woff2') format('woff2'),
		url('./assets/fonts/Slate/SlateStd-Bk.woff') format('woff'),
		url('./assets/fonts/Slate/SlateStd-Bk.ttf') format('truetype'),
		url('./assets/fonts/Slate/SlateStd-Bk.svg#SlateStd-Bk') format('svg');
		font-weight: normal;
		font-style: normal;
		font-display:swap;
}
/* Slate Std Light Italic */
@font-face{font-family: 'Slate Std Light Italic';src: url('./assets/fonts/Slate/SlateStd-LightItalic.eot');src: url('./assets/fonts/Slate/SlateStd-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('./assets/fonts/Slate/SlateStd-LightItalic.woff2') format('woff2'),
		url('./assets/fonts/Slate/SlateStd-LightItalic.woff') format('woff'),
		url('./assets/fonts/Slate/SlateStd-LightItalic.ttf') format('truetype'),
		url('./assets/fonts/Slate/SlateStd-LightItalic.svg#SlateStd-LightItalic') format('svg');
		font-weight: 300;
		font-style: italic;
		font-display:swap;
}

@font-face {
    font-family: 'DIN Condensed';
    src: url('./assets/fonts/DINCondensed-Bold.woff2') format('woff2'),
        url('./assets/fonts/DINCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
	font-family: 'FuturaPT';
	src: url('./assets/fonts/FuturaPT-Light.eot');
	src: url('./assets/fonts/FuturaPT-Light.eot?#iefix') format('embedded-opentype'),
		url('./assets/fonts/FuturaPT-Light.woff') format('woff'),
		url('./assets/fonts/FuturaPT-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display:swap;
}

/* PALETTE / VARIABLES
*****************************************/
:root {
/* palette */
	--color: #333;
	--color-text: #555;
	--color-background: WHITE;
	--color-backgroundAlt: WHITE;
	--color-accent1: #01fdee; /*e-BLUE */
	--color-accent2: #9c0d06; /* RED*/
	--color-accent3: BLACK;
	--color-headers: BLACK;
	--color-a: #000;
	--color-a-hover: #9c0d06; /* RED*/
	--color-banner-background:#3271ce;
	--color-editLink: BLACK;
	--color-hero-span-line1: #666;
	--color-hero-span-line2: #333;
	--color-row-border: #EEE;

/* siteTitle/mainNav */
	--mainNav-text-link-color: #777;
	--mainNav-text-link-hover-color: #444;
	--color-mob-menu-li-background-color:TRANSPARENT;
	--color-mob-menu-li-border: TRANSPARENT;
	--color-navbar-wrapper-background: TRANSPARENT;
	--color-outline: #DDD; /* tabbing */
	--color-sub-menu-li-bg: rgba(238,245,249,0.98);
	--color-sub-menu-li-bg-hover: rgba(243,250,254,0.98);
	--color-sub-menu-li-background: rgba(243,243,243,0.6);
	--color-sub-menu-li-link: #3271ce;
	--color-sub-menu-li-background-hover: rgba(243,243,243,0.98);
	--color-sub-menu-li-link-hover:  #18345e;
	--color-sub-menu-li-border: rgba(209, 230,246,0.25);
	--color-portfolio-image-border: rgba(214, 219,223,0.4);
	

/* headers by class */
	--color-siteSlogan: #FFF;
	--color-siteTitle: #01fdee; /*e-BLUE */
	--color-siteTitle-hover: #01fdee; /*e-BLUE */
	--color-siteTitleSub: #FFF;
	--color-siteTitle-shadow-hover: TRANSPARENT;
	--color-overBanner: WHITE;
	--color-pageTitle: #000; 
	--color-rowHeader: BLACK; 

/* buttons */
	--color-a-button: BLACK;
	--color-a-button-background: WHITE;
	--color-a-button-border: BLACK;
	--color-a-button-hover: WHITE;
	--color-a-button-background-hover: BLACK; 
	--color-a-button-border-hover: BLACK;

	--color-readMore-a: #666666;
	--color-readMore-a-border: #DBE9F3;
	--color-readMore-a-background: #DBE9F3;
	--color-readMore-a-hover: #616161!important;
	--color-readMore-a-hover-border: #CDDBE5;
	--color-readMore-a-hover-background: #CDDBE5;

/* forms */
	--color-form-input-border: TRANSPARENT;
	--color-border-subtle: TRANSPARENT;
	--color-form-button-background: TRANSPARENT;
	--form-button-bg-color: TRANSPARENT;
	--form-input-border-color: TRANSPARENT;
	--color-form-button-text: TRANSPARENT;
	--form-button-text-color: TRANSPARENT;
	--color-form-button-bg-hover: TRANSPARENT;
	--form-button-bg-hover-color: TRANSPARENT;

	--color-wpcf7-sent: #666;
	--color-wpcf7-sent-border: #999;
	--color-wpcf7-sent-background: #01fdee; /*e-BLUE */

/* footer */
	--color-footer: #CCC;
	--color-footer-a: #DDD;
	--color-footer-a-hover:#FFF;
	--color-footer-background: #999;
	--color-footer-border: #888;
	--color-footer-credit: #BBB;
	--color-footer-credit-a:#CCC;
	--color-footer-credit-a-hover:#FFF;
	--color-icon-style: grey;
	--color-icon-style-hover: white;
	--color-icon-style: #744b37;
	--color-icon-style-hover: rgba(116,56,27, 1.0); /* #74381b */

	--font-body: 'Slate Std Light','helvetica', arial, sans-serif; 
	--font-nav:   'FuturaPT', 'Slate Std Light', sans-serif;
	--font-quote: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', serif;
	--font-readMore:  'FuturaPT', 'Slate Std Light', sans-serif;
	--font-siteTitle:  'FuturaPT', 'Slate Std Light', sans-serif;
	--font-siteSubTitle: 'FuturaPT', 'Slate Std Light', sans-serif;
}



/* SCREENSIZE TESTER (for: template-parts/screensize.php; change breakpoints as needed)
*****************************************/
p.screensize {display: none;} /* BLOCK FOR TESTING; NONE FOR LIVE */
p.screensize	{font-size: .5em; padding: 4px 10px;margin:0;max-width: 100%;text-align: right; background-color: #fff;}
@media (max-width: 768px) {p.screensize	{color: red;}}
@media (max-width: 992px) {p.screensize	{color: orange;}}
@media (min-width: 993px) {p.screensize	{color: green;}}


/* BREAKPOINTS: 600 - 768/769 - 991/992 - 1200 w side-pad 4%
****************************************/

@media (min-width:769px) {
	.flexContainer {flex-direction: row;}
	.mobileOnly {display:none;}
	.desktopOnly {display:block;}
	.flex-col-11 {width: 91.7%;padding: 0 1%;}
	.flex-col-10 {width: 83.3%;padding: 0 1%;}
	.flex-col-9 {width: 75%;padding: 0 1%;}
	.flex-col-8 {width: 66.7%;padding: 0 1%;}	
	.flex-col-7 {width: 58.3%;padding: 0 1%;}
	.flex-col-6 {width: 50%;padding: 0 1%;}
	.flex-col-5 {width: 41.7%;padding: 0 1%;}
	.flex-col-4 {width: 33.3%;padding: 0 1%;}
	.flex-col-3 {width: 25%;padding: 0 1%;}
	.flex-col-2 {width: 16.65%;padding: 0 1%;}
	.flex-col-1 {width: 8.3%;padding: 0 1%;}
	
	.thumb.flex-col-3,
	.thumb.flex-col-4	{padding-left: 0;}
	.excerpt.flex-col-8,
	.excerpt.flex-col-9	{padding-right: 0;}
}

.flexWrapper{
	flex-wrap: wrap;
    /* justify-content: space-between; Adjust spacing between images */
    justify-content: center;
}
.longThumbflexWrapper{
	flex-direction: row;
    justify-content: flex-start;
}
.thumb {
	margin-bottom: 20px;
	padding: 10px;
}
@media (max-width: 390px) {
	.thumb {
		margin-bottom: 20px;
		flex-basis: calc(50% - 10px);
	}
}
@media (min-width: 390px) {
	.thumb {
		margin-bottom: 20px;
		padding: 10px;
	}
}

.thumbLong {
	margin-bottom: 20px;
	padding: 10px;
}
@media (max-width: 390px) {
	.thumbLong {
		margin-bottom: 20px;
		flex-basis: calc(50% - 10px);
	}
}
@media (min-width: 390px) {
	.thumbLong {
		margin-bottom: 20px;
		padding: 10px;
	}
}
@media (min-width:769px) {
	.mobileonly { display:none;}
	.desktoponly { display:block; }
}
@media (max-width:768px) {
	.mobileonly { display:block; padding-bottom:15px;}
	.desktoponly { display:none; }
}

/* LAYOUT (site specific)
***********************************************/
section.subpageBannerImage .sectionInner	{
	padding: 0;
}

.row.nothingHere	{ /*404*/
	width: 700px;
	margin: 10% auto 0;
	text-align: center;
}

.one-col, .two-col,.row	{
	margin: 0 auto;
	width: 65rem;
	max-width: 100%;
}
.two-col, .row {width: 70rem;}

.one-two-col{
	width: 65rem;
	margin: 0 auto;
}
.one-two-col .flex-col-12	{
	padding: 0 1%;
}
.row {
	margin: 0 auto 6vh;
	padding-bottom: 6vh;
	border-bottom: 1px solid var(--color-row-border);
}
.row:last-child:not(.page-blog .row:last-child )	{
	border-bottom: 1px solid transparent;
	padding-bottom: 1vh;
}


/* NAVBAR / Wrapper
------------------------------------------------------ */
.navbar-wrapper { 
	min-height: 60px;
	padding: calc(1vh + 1.8rem) 0 1vh 0;  
}

.navbar-wrapper .container	{
	max-width: 92%;
}

/* NAVBAR / Site Title 
------------------------------------------------------ */
.siteTitle.flexItem {
	width: 85%;
}

@media only screen and (min-width:992px)	{
	.siteTitle.flexItem { width: 45%; }
	.mainNavigation.flexItem { width: 55%;}
}

.siteTitle .mainSiteTitle	{
	font-size: 2.2rem;
	font-weight: bold;
    line-height: 1.5rem;
}
  
.siteTitle .siteSlogan{
	color: var(--color-siteSlogan);
}

@media (max-width: 389px)	{
.siteTitle .siteSlogan {display:none;}
}

.siteTitle{ 
	padding-top:1.3em; 
	width: 100%;
	max-width: none; 
	font-family: var(--font-siteTitle);
	font-weight: 300;
	line-height: 1.5em;
	font-size: 1.1rem;
}

/* NAVBAR / Main Navigation
------------------------------------------------------ */
.menu-main-navigation-container ul.nav.navbar-nav>li.menu-item>a{
    font-size: 1.1em;
    letter-spacing: 0.09em;
    padding: 0 10px 0 0.4em;
    text-transform: uppercase;
}

.sub-menu {
	font-size: 1em;	
	text-transform: uppercase;
	width: 180px;
}

@media (max-width: 992px)	{
	.sub-menu	{width: 100%;}
}

.svgInclude	{
	height: 0;
}

/* NAVBAR / Overlay
------------------------------------------------------ */
.overlay{
	height: 100%;width: 0;position: fixed;
	z-index: 2000;
	left: 0;
	top: 115px; 
	background-color: rgba(15,252,237, 0.9); 
	overflow: hidden;
	transition: 0.5s;
}
.open{
	width: 100%
}
.overlayContent{
	position: absolute;
	width: 100%;
	text-align: right;
	margin-left: -10px;
	z-index: 2000;
}
.overlay a{
	padding: 7px;
	font-size: 36px;
	color: #000000;
	display: block;
	transition: 0.3s;
}
.overlay #navbar a:hover, .overlay #navbar a:focus{
	color: #9c0d06
}
@media screen and (max-height: 450px){
.overlay a{
	font-size: 20px
}
}
.overlayContent #navbar ul li a{
	line-height: 40px;
	font-family: 'Futura PT','Slate Std', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
@media only screen and (min-width: 951px)	{
 li.current_page_item a	{
	border-bottom: 1px dotted transparent;
}
}
.overlay .head_left
   {
	background:black;
	height: 50px
}
.headerRightMenu{
	display: block;
	width: 80px;
	height: 80px;
	float: right
}
.headerMenuImg{
	background: url(./assets/img/menu-text-b.png) no-repeat;/*transition : 0.8s;*/
}
.headerMenu{
	background-size: 72px;
	background-position: center
}
@media screen and (max-width: 500px){
	.headerRightMenu{
		width: 24px;
		height: 24px;
	}
	.headerMenuImg{
		background: url(./assets/img/menu-40x26.png) no-repeat;
	}
	.headerMenu{
		background-size: 26px; 
		background-position: bottom;
	}
}
.closeMenu{ 
	background: url(./assets/img/x.png) center no-repeat;
	-webkit-transition: -webkit-transform .8s ease-in-out;
	-ms-transition: -ms-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	border: none;
	outline: 0;
	background-size: 26px
}
#hwdNav .hamiltroLogo img{
	margin-top: -24px;
	margin-left: 7px
}

/* NAVBAR / Email Icon
------------------------------------------------------ */
.emailIcon{
	position: fixed;
	bottom: 0;
	right: -3px;
	padding: 7px 10px;
	background-color: #555;
	border-radius: 9px 0 0 0;
	z-index: 1001;
	height: 38px;
 }
 .emailIcon img{
	margin-bottom: 0;
	cursor:pointer;
 }
 .emailIcon a{
	color: var(--color-backgroundAlt);
	font-weight: 200;
 }
 .emailIcon .fixContent{
	max-width: 0px;
	padding-left:7px;
	margin-right:-178px;
	float:right;
	transition: all 0.5s linear;
 }
 .emailIcon.expanded .fixContent{
	max-width: 300px;
	display: inline-block;
	margin-right: 0px;
 }
 .emailIcon .mc4wp-response{
	font-size: 12px;
	color: var(--color-backgroundAlt);
 }
 .emailIcon.expanded .fixIcon{
	margin-top:5px;
	float:left;
	padding-right:5px;
 }

/* NAVBAR / Header Logo
------------------------------------------------------ */
.headerLogo{
	height: 100px;
	position: fixed;
	padding: 6px 0;
	top: 0;
	width: 100%;
	z-index: 9;
	background-color:#000;
}
@media (max-width: 319px){
	.headerLogo{height: 126px;}
}
.headerLogoColor{
	background: #000;
	height: 56px
}
.headerLogo .headerLeft {
	float: left;
	width: 80%;
	padding-left: min(15px,4%);
	margin-top: -8px;
}
@media only screen and (max-width: 500px){
	.headerLogo .headerLeft {margin-top: 0px;}
}
.headerLogo .headerRight{
	float: left;
	width: 20%;
	padding-right: min(15px,4%);
	text-align: right;
}
.headerLogo .headerRight .head_right_menu{
	width: 24px;
	margin: 9px 0
}
a.hamiltroLogo span.hamiltro{
	color: #01fdee;
	font-size: 1.5rem;
}
a.hamiltroLogo span.websiteDesign{
	text-transform: uppercase;
	color: var(--color-siteTitleSub);

}
a.hamiltroLogo{
	/*font-size: 36px;*/
	color: #fff;
	font-family: 'Futura PT','Slate Std Light', sans-serif;
}
a.hamiltroLogo:hover{
	color: #fff;
}
a.hamiltroLogo span.websiteDesign{
	text-transform: uppercase;
	font-size: 1.3rem;
}
@media only screen and (max-width: 500px){
	a.hamiltroLogo{
		font-size: 28px;
	}
	a.hamiltroLogo span.websiteDesign{
		font-size: 22px;
	}
}
span.siteSlogan	{
	color: var(--color-siteTitleSub);
}

@media only screen and (max-width: 500px){
	a.hamiltroLogo{font-size: 28px;}
	a.hamiltroLogo span.websiteDesign{font-size: 22px;}
}

@media (max-width: 320px)	{
	.siteTitle, 
	a.hamiltroLogo, 
	a.hamiltroLogo span.hamiltro,
	a.hamiltroLogo span.websiteDesign { font-size: 1rem; padding-top: 1.2em;}
	.headerRightMenu {padding-right: 50px;}
	.siteSlogan { font-size: .7rem;}
}

.thumb img	{
	border: 1px solid #eee;	
}
/* HTML / headers in general
------------------------------------------------------ */

p.readMore	{
	padding-right: 10px;
	text-align: right;
}

p.readMore.left {
	text-align: left;
}

p.nb	{
	text-align: center;
	margin-top: 20px;
}

.pageTitle,
.sectionHeader,
.sectionTitle,
.rowHeader {
	font-size: 2.2rem;
	font-weight: normal;
	/*padding: 1em 0 0;	*/
	text-transform: capitalize;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

.sectionInner .sectionHeader	{
	padding-top: 0;
}

.postTitle	{
	font-size: 1.8em;
	font-weight: normal;
	margin-top: -.3em;
	max-width: 100%;
}

/* Dharita added */

.pageheadertitle,
.sectionheadertitle{
	margin-bottom: 20px;
	font-size: 2.5em;
	color: var(--color-pageTitle);
}
.headertitle{
	padding-bottom:10px;
	color: #666;
}

h2.bottomCatTitle{
	margin-bottom: 0px;
}

h3.portfolioSubheader	{
	/* color: white; */
	text-transform: none;
	max-width: 36em;
	margin: -40px auto 0px;
	font-size: 1.1em;
	line-height: 1.4em;
}
h3.portfolioSubheader em {
	/* color: white; */
	font-weight: bold;
}
.sectionheadertitle{
	text-transform: capitalize;
}
.sectionheadertitle a,
.annheader_title a {
	color: var(--color-pageTitle);
}

span.catTitle	{
	color: #000;
	text-transform: capitalize;
}

h2.websiteTitle	{
	margin-bottom: 0;
}

/* --- */

a.button     {
	padding: 8px 20px;
	border-radius: 2px;
}
  
p.entry-date	{
	font-size: .9em;	
}
.single_pcontent p {

	font-size: 1.1rem;
}

.one-two-col p,
.one-two-col h3 {
	width: 100%;
	max-width: 65rem;
}

img.size-full	{
	border: 1px solid #eee;
}
p img.aligncenter,
p.iframe	{
	margin: 0 auto;
}
.zeroMarginPadding{
	margin: 0px !important;
	padding: 0px !important;
}


/* FULL COVER BACKGROUND IMAGE STYLES
------------------------------------------------------------------------------------*/
section.bannerImage {
	width: 100%;
    height: 50vh;
    background-image: url('');
    background-repeat: no-repeat;
    background-position: top center;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
}

div.breadcrumbs	{
	border: 1px solid transparent;
	height: 2em;
	padding: 4px min(15px, 4%) 0;	
}

.anncustom_breadcrumbs,
.hwdBreadcrumbs, .breadcrumbs{
	color: #777;
    text-align: left;
    font-size: 0.8em;
}

.testimonialText{
	width: 90%;
	max-width: min(46rem,100%);
    padding: 40px 40px 30px;
    color: #999;
    border: 1px solid #d4cdcd;
    margin: 20px auto;
}
.testimonialText h4{
	margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
    text-decoration: none;
    text-align: center;
    color: #333;
    font-weight: 200;
}
p.author{
font-size: .9em;
margin-top: 10px;
color: #948a8a;
text-align: right;
width: 85%;
}

img.testimonial	{
	margin-bottom: 30px;
}

/*SLICK
**********************************************/
.slick-prev, .slick-next {
    background: none !important;
}
.slick_slide_wrapper .slick-prev
{
    left: -60px;
	height: 56px;
}

.slick_slide_wrapper .slick-next
{
    right: -50px;
	height: 56px;
}
.slick_slide_wrapper .slick-prev:before, .slick_slide_wrapper .slick-next:before{
    content: '';
}
.stroke-1 	{stroke-miterlimit:10;stroke-width:1px;}
.stroke-2	{stroke-miterlimit:10;stroke-width:2px;}
.stroke-3 {stroke-miterlimit:10;stroke-width:3px;}
.slick-prev.chevrons, .slick-next.chevrons{
	width: 40px;
    height: 40px;
}
	
.chevrons {
	fill:#666;
	stroke:#666; 
	color:#666;
} 
.chevrons:hover {
  fill:#000;
  stroke:#000;
  color:#000;
}
.post_wrapper{
	padding: 10px;
}
.post_wrapper img{
	max-height: 330px;
    width: auto;
}
h2.cardTitle{
	font-size: 1.3rem;
    font-weight: bold;
    margin-top: 10px;
    max-width: 100%;
	text-transform: uppercase;
}

figure.wp-block-gallery.slick-slider{
	padding: 10px;
}
/* figure.wp-block-image.size-large.slick-slide.slick-active img{
	max-width: 268px !important;
} */

.wp-block-gallery.has-nested-images figure.wp-block-image{

	margin: 0 10px !important;
}

.websiteCarousel .slick-prev.chevrons,
.websiteCarousel .slick-next.chevrons {
    top: -40px;
    width: 25px;
    height: 30px;
	border: 1px solid;
	padding: 5px 3px;
}

.websiteCarousel .slick-prev
{
    left: 85%;
}
@media only screen and (max-width: 986px)	{
    .websiteCarousel .slick-prev{
    left: 83%;
    }
}

.websiteCarousel .slick-next
{
    right: 10%;
}

.websiteCarousel .slick-dots li.slick-active button:before{
	font-size: 10px;
}
.websiteCarousel .slick-dots li button:before{
	font-size: 10px;
}

/* PAGINATION
------------------------------------------------------------------------------------*/
.custom_pagination_wrapper {
    text-align: center;
    margin: 15px 0px;
}

/* THUMBNAIL STYLES
------------------------------------------------------------------------------------*/
.thumbnailTitle {
	font-size: 14px; /* too small */
	font-size: 1rem;
    position: relative;
    width: 360px;
    /* height: auto; */
    text-align: center;
    height: 6.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 3px;
}

@media (max-width: 380px)	{
	.thumb, .thumbnailTitle, .otherProjects .thumb img {width: 280px;!important}
}

.thumbnailTitle h4 {
    padding-top: 20px;
    font-size: clamp(16px, 2vw, 18px); /* too small */
    font-size: 1rem;
    font-weight: bold;
    text-transform: capitalize;
}
.thumbnailTitle.excerpt	{
	text-align: justify;
	padding: 0 3px;
}
.thumbnailExcerpt{
	font-size: 14px;
	position: relative;
    width: 360px; /* Adjust as needed */
    height: auto;
	text-align: center;
	/* height: 5.5em; */
    overflow: hidden;
    text-overflow: ellipsis;
}





/* WEBSITE LONG-THUMBNAILS SECTIONS  general 
-------------------------------------------*/
section.website,
section.portfolioCategories:not(.page-portfolios section.portfolioCategories) {	
	border-top: 50px solid #222;
    background-image: url('');
    background-repeat: no-repeat;
    background-position: top center;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

section.portfolioCategories.top {
	border-top: 1px solid #999;
}

section.website .flexContainer	{
	height: 44vw;
}
.longThumb,
.longThumb.flex-col-4	{
	width: 33%;
  	height: 100%;
  	overflow: auto; /* Enable scrolling */
  	padding: 0 1px;
  	order: 2;
}

.longThumb	img {
	width: 100%; 
	height: auto; 
	display: block;
}

.longThumb::-webkit-scrollbar {
  width: 10px;
}

.longThumb::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.2);
  border-radius: 4px;
}

.longThumb::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0,0,0,0.5); 
}

.longThumb::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 4px;
}


/* ALTERNATE LEFT/RIGHT
-------------------------------------------*/
/*.text {
	position: relative;
	display: flex;
	justify-content: center;
	max-width: 40rem;
	align-items: center;
}

.text,
.text.flex-col-6	{
	width: 50%;
	padding: 0 0%;
	order: 4;
}*/

.longThumbText {
	position: relative;
	display: flex;
	justify-content: center;
	max-width: 40rem;
	align-items: center;
}

.longThumbText,
.longThumbText.flex-col-6	{
	width: 50%;
	padding: 0 0%;
	order: 4;
}

.spacer-one, .spacer-two {width: 8.3%;}
.spacer-one {order: 1;}
.spacer-two {order: 3;}


section.website.alt .longThumb { order: 4; }
section.website.alt .longThumbText { order: 2; }
/*section.website.alt .text { order: 2; }*/

.websiteTitle	{
	text-align: left;
	font-size: 2em;
    font-weight: bold;
    color: BLACK;
    padding: 0;
    margin-bottom: 2vw;
    margin-top: -3vw;
}

.readMore a.button{
    border: 1px solid black;
    background-color: transparent;
    color: black;
    text-align: center;
    padding: 10px 30px;
    border-radius: 0px;
    font-weight: 200;
    font-size: 1em;
    font-family: var(--font-readMore);
}

/*.text p,
.text h2.websiteTitle {
	width: min(26rem, 100%);
	margin: 0 auto 1.4em;
}
*/

.longThumbText p,
.longThumbText h2.websiteTitle {
	width: min(26rem, 100%);
	margin: 0 auto 1.4em;
}
/*@media (max-width: 991px) {
	.text h2.websiteTitle {margin-top: 40px;}
}

.text p {text-align: justify;}

.text p.readMore	{margin-top: 70px;}*/

@media (max-width: 991px) {
	.longThumbText h2.websiteTitle {margin-top: 40px;}
}

.longThumbText p {text-align: justify;}

.longThumbText p.readMore	{margin-top: 70px;}

.colors{
	position: absolute;
	border: 1px solid transparent;
	width: 14.5vw;
	height: 10vw;
	bottom: 1vw;
	right: -1vw;
}

.colorsInner{
	position: relative;
}

.colors .color1,
.colors .color2,
.colors .color3,
.colors .color4,
.colors .color5	{
	position: absolute;
	border-radius: 50%;
	border: 1px solid transparent;
	
}

.colors .color1 {
	top: 0;
	left: 0;
	z-index: 1;
	width: 8vw;
	height: 8vw;
	background-color: #333;
	
}

.colors .color2 {
	top: 3.8vw;
	left: 4vw;
	z-index: 2;
	width: 6vw;
	height: 6vw;
	background-color: #555;
}

.colors .color3 {
	top: 6vw;
	left: 8vw;
	z-index: 3;
	width: 4vw;
	height: 4vw;
	background-color: #777;
}

.colors .color4 {
	top: 3.4vw;
	left: 8.6vw;
	z-index: 4;
	width: 3.8vw;
	height: 3.8vw;
	background-color: #999;
}

.colors .color5 {
	top: 6vw;
	left: 11vw;
	z-index: 5;
	width: 3.2vw;
	height: 3.2vw;
	background-color: #ccc;
}

 /* @ <991 */
@media (max-width: 991px){
	section.website .flexContainer	{height: auto;}
	.longThumb {width: 70vw; height: 61vw;margin: 3vw auto 5vw;}
	.longThumb img	{border: 1px solid #eee;}
	/*.text {max-width: 55rem; width: 100%; order:2;padding-bottom: 5vw;}*/	
	.longThumbText {max-width: 55rem; width: 100%; order:2;padding-bottom: 5vw;}
	.websiteTitle	{margin-top:5vw;}
	p {max-width: 40rem;}
	.longThumb::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,0.3);}
}

@media (max-width: 600px){
	.longThumb {width: 80vw; margin: 3vw auto 6vw; order:4;}
	/*.text {padding-bottom: 5vw;}*/
	.longThumbText {padding-bottom: 5vw;}	
	.websiteTitle	{margin-top:8vw;}
}    


/* WORK & PORTFOLIO STYLES*/
/* Desktop View */
@media (min-width: 768px) {

    .readMore.mobile-view {
        display: none;
    }

    .longThumb {
        order: 3;
    }

    .readMore {
        order: 4;
    }
}
/* Mobile View */
@media (max-width: 767px) {
    .flexContainer {
        flex-direction: column;
    }

    .readMore.desktop-view {
        display: none;
    }

    .longThumb {
        order: 3;
    }

    .readMore {
        order: 4;
    }
}

/* CLIENTS - sections & page
**********************************************/
.clients .flexContainer	{
	flex-direction: row;
}

.client {
	padding: 10px;
		justify-content: center;
	align-items: center;
	text-align: center;
}

/* For screens ≤ 1000px, use flex-col-6 */
@media (max-width: 1000px) {
	.client.flex-col-3 {
		width: 50%;
	}
}

/* For screens ≤ 480px, use flex-col-12 */
@media (max-width: 480px) {
	.client.flex-col-3 {
		width: 100%;
	}
}
h4.brandTitle	{
	margin: 10px auto 0;
	font-size: 1.1rem;
}

/* display: flex; */

/* PROCESS FAQ */

.process_excerpt{
	margin: 0 auto 1.4rem;
    padding: 0;
    max-width: min(46rem,100%);
}


/* WOOCOMMERCE STYLES 
------------------------------------------------------ */
.woocommerce-products-header{
    text-align: center;
}

.summary.entry-summary .cart{
	display: none;
}

a.button {
    margin-right: 4%;
}

.woocommerce ul.products {
    margin: 0px !important;
    padding: 0;
    list-style: none outside;
    clear: both;
	text-align: center;
	display: contents;
}

.orderby,
.woocommerce-product-gallery__image--placeholder,
.related.products,
.product_meta,
.woocommerce-tabs ul.tabs,
.price,
.product_title,
.woocommerce-breadcrumb,
.woocommerce-Reviews {
    display: none;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab{
    display: none !important;
}

button.single_add_to_cart_button {
    display: none !important;
}

.woocommerce-page div.product div.summary {
    float: left;
    width: 100%;
}

#main>.mainContent>.container {min-width: 100%;}

p.dateDescription,
p.zoomLink {
	margin-bottom: 2px;
	font-weight: bold;
}

p.venue	{
	margin-bottom: 2px;
}

.woocommerce ul.order_details,
.entry-summary ul	{
	margin: 0 auto 40px;
	max-width: min(48rem,100%);
	padding-left: 3rem;
}

section.woocommerce-order-details	{
	margin: 50px auto;
	max-width: min(52rem,100%);
}

.woocommerce a.button     {
	color: var(--color-readMore-a) !important;
	background-color: var(--color-readMore-a-background) !important;
	border:  1px solid var(--color-readMore-a-border) !important;
  }
  

.woocommerce a.button:hover     {
	background-color: var(--color-readMore-a-background-hover) !important;
	color: var(--color-readMore-a-hover) !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 100% !important;
    clear: none;
}

.woocommerce-page .breadcrumbs:not(.single-product.woocommerce-page .breadcrumbs) {visibility: hidden;}

.woocommerce-cart .bottomText, 
.woocommerce-checkout .bottomText {
	display: none;
}


/* FOOTER
------------------------------------------------------------------------------------*/
section.bottomText	{
	border-top: 1px solid #000;
	padding-top: 2rem;
	/*background: linear-gradient(-40deg, #01fdee 18%,#69fcf3 28%,#a8fcf7 49%,#fff 100%);*/
}

.page-home section.bottomText	{
	background: linear-gradient(-40deg, #01fdee 18%,#69fcf3 28%,#a8fcf7 49%,#fff 100%);
}

p.signUp	{color: #c2e7e6; font-size: 1.2em;letter-spacing: 0.02em;word-spacing: 0.09em;font-family: Baskerville, Georgia, serif; font-style: italic;}

section.footer	{
	width: 100vw;
	min-height: 120px;
	line-height: 1.2rem;
	background-color: #383838;
	padding: 10px 0;
	font-size: 16px;
}
section.footer h5{
	width: 860px;
	max-width: 85%;
    margin: 50px auto 50px;
    color: #bbb;
    text-align: justify;
    font-style: italic;
    font-size: 16px;
}
section.footer span{
	color: #ccc;
}
/* section.footer .wrapper	{padding: 0 15px;} */
section.footer .sectionInner { padding: 30px 0 20px; }

section.footer .container {width: 100%; max-width: 950px;}

@media (max-width: 600px){
	.footer .flexContainer {flex-direction: row;}
	.footer .flexContainer .flexItem1 {order: 1; text-align: center;  width: 98%; }
	.footer .flexContainer .flexItem2 {order: 3; text-align: center; width: 98%; }
	.footer .flexContainer .flexItem3 {order: 2; text-align: center; width: 98%; }
}
.footerDetails.flexContainer {
	flex-wrap: wrap;
	max-width: 100%;
}
@media (max-width: 1000px)	{
	.footer .column.flex-col-3 {width: 50%;padding: 0 1%;min-height: 250px;}
}

@media (max-width: 500px)	{
	.footer .column.flex-col-3 {width: 100%;padding: 0 1%;}
}

.footerDetails{
	font-size: .9em;
	padding-left: 0px;
}
@media (min-width: 768px) {
	.footerDetails {
		display: flex;
		justify-content: center;
	}
}
.column{
	padding-top: 17px; 
	color: #999; 
	text-align: center; 
	min-height: 290px;
	/* padding: 30px; */
}

.footerDetails .column h4{
	text-transform: uppercase;
    letter-spacing: .1em;
    font-family: 'Futura PT','Slate Std Light', sans-serif;
    margin-bottom: 25px;
    line-height: calc(1em + 0.5rem);
    /* margin: 0 auto 1.4em; */
    font-size: 22px;
    color: #333;
    max-width: 55rem;
}


.footerDetails .column ul{
	text-transform: uppercase;
	line-height: 30px;
	font-family: 'Futura PT','Slate Std Light',sans-serif; 
	list-style: none; 
	padding:0; 
}


.footerDetails .column li a{
	color: #ccc;
}
.footerDetails .column li a:hover{
	color: #fff;
}
.footer_sec_title a{
	border: 1px solid #686868;
    padding: 12px 20px 10px;
    background-color: #686868;
    color: #fff;
}
.footer_sec_title a:hover{
	background-color: #01fdee; 
	color: #000 !important; 
	border-color: #000;
}

@media (max-width: 390px) {
	.footerDetails .column h4{
		font-size: 16px;
	}
	.footer_sec_title a{
	padding: 12px 10px 10px;

	}
}
.fsec_3{
	list-style: none;
    padding: 0;
    font-family: 'Futura PT','Slate Std Light',sans-serif;
    line-height: 24px;
}
.fsec_3 span{
	color: #ccc !important;
}
.fsec_3 a{
	line-height: 30px;
    font-family: 'Slate Std Light', Helvetica, Arial;
    color: #FFF;
}
.fsec_3 a:hover{
	color: #01fdee;
}
.fsec_3 span.telNo, .fsec_3 span.telNo a{
	color: #ccc !important;
}
.footerNewsletter{
	text-align: center;
    margin-bottom: 25px;
}
.footerNewsletter input[type="text"],.footerNewsletter input[type="email"]{
	height: 41px;
	padding: 8px 5px 4px;
	font-size: 1em;
	border: 1px solid #ccc;
	width:400px;
	margin-right:10px;
	background-color: #c2e7e6;
	color: #333
}
.footerNewsletter input[type="submit"]{
	border: 1px solid #fff;
	padding: 10px 20px 6px;
	color: #ddd;
	background-color: #383838;
	width: 200px;
	text-transform: uppercase
}
.footerNewsletter input[type="submit"]:hover{
	color: #000;
	background-color: #01fdee;
	border-color: #000
}
@media screen and (max-width: 500px){
	.footerNewsletter input[type="text"],.footerNewsletter input[type="email"]{
		width:70%;
		margin-right:0px;
		margin-bottom:10px;
	}
	.footerNewsletter input[type="submit"]{
		width:70%;
	}
}

@media (max-width: 320px)	{
	.footer .flexContainer.socialIcons {display: none;}
	p.copyright {font-size: .7rem;}
}

.footerNewsletter .mc4wp-success{
	color:#fff !important;
}
.footerCopyText{
	color: #999;
    text-align: center;
    font-size: 12px;
    max-width: 100%;
}
.footerCopyText a{
	display: flex; 
	justify-content: center;
}
p.copyright{ text-align: center; margin: -20px auto 20px;; }

.aggregators {
	justify-content: center;
	align-items: center;
}




.emailIcon,
.grecaptcha-badge	{  /* hide the reCAPTCHA slide-in at bottom right of pages */
	display: none;
}