

body{
	height: 100%;
	background-color: rgb(240, 244, 241);
}
body, body * {
	/* font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif; */
/* 	font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif; */

	/* font-family:'Roboto Mono' ; */
/* 	webkit-font-smoothing:antialiased; */
/* 	font-weight: 300; */

/* 	color: rgba(85, 85, 85, 1); */
	font-family: 'Roboto', sans-serif;
}

input, textarea, .textarea, select.multi-select{
	background: rgb(227, 234, 229);
	border: 1px solid rgb(227, 234, 229);
	/* border: 1px solid rgba(200,200,200,0.35); */
	/* border-top: 1px solid rgba(200,200,200,1); */
	/* border-left: 1px solid rgba(200,200,200,1); */
}





.site-container{
	display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
	flex: 1 0 auto;
}


header, footer {
  flex: none; /* 2 */
}





textarea, .textarea{
	resize: none;
	padding: 0.4rem 0.6rem !important;
}
input:focus, textarea:focus, .textarea:focus{
	/* border-color: rgba(29, 29, 27, 1); */
	color:  rgba(29, 29, 27, 1);
	background: rgba(255,255,255,1);
}

button:focus{
	background-color:  rgb(58, 148, 111);
	color: #fff;
}

button[rel~="save"], a[rel~="delete"]{
	cursor: pointer;
}



.roboto{
	font-family: 'Roboto', sans-serif;
}

.roboto-mono{
	font-family: 'Roboto Mono';
}


::selection {
  background: rgb(227, 234, 229);
}
::-moz-selection {
  background: rgb(227, 234, 229);
}



.dwa-red{
	color: #e94e13;
}


label small{
	font-size: 75%;
}




.button-submit{
	background-color: rgba(19, 19, 17, 1);
	padding: 1.1rem 1.3rem;
	color: rgba(255,255,255,0.9);
	font-family:'Roboto Mono';
}



.button-login{
	background-color: rgba(19, 19, 17, 0.2);
	padding: 1.1rem 1.3rem;
	color: rgba(255,255,255,0.9);
	font-family:'Roboto Mono';
	cursor: pointer;
}

.button-login:hover{
	background-color: rgba(19, 19, 17, 0.3);
}

.stripe-dark:nth-child(odd), .bg-alt{
	background-color: rgb(227, 234, 229);
}

.bg-default{
	background-color: rgb(240, 244, 241);
}

.bg-nav{
	background-color: rgb(29, 29, 27);
}

.bg-subnav{
	background-color: lightgray;
}
.bg-subnav a{
	/* font-family: 'Roboto Mono'; */
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 0.9rem;
}

.green{
	color: rgb(52, 131, 98);
}



header a{
/* 	font-family: 'Roboto Mono'; */
/* 	font-weight: 400; */
}

.nav-right{
	font-size: 85%;
}



















::-webkit-scrollbar {
background: transparent;
	overflow: visible;
	width: 8px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.3);
	/* border: solid #fff; */
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.6);
}

::-webkit-scrollbar-thumb:horizontal {
	/* border-width: 4px 6px; */
	min-width: 40px;
}

::-webkit-scrollbar-thumb:vertical {
	/* border-width: 6px 4px; */
	min-height: 40px;
}

::-webkit-scrollbar-track-piece {
	/* background-color: #fff; */
	background: transparent;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	/* background-color: #ADADAD; */
	/* -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.10),inset 0 -1px 0 rgba(0,0,0,0.07); */
}

::-webkit-scrollbar-thumb:hover {
	/* background-color: #999; */
}






select.multi-select option:checked{
	background-color: #000;
	color: white;	
}

select.multi-select:focus{
	background: white;
	outline: none;
}




.upload-container{
	background-color: white;
	box-shadow: 2px 2px 8px 0px rgba( 0, 0, 0, 0.15 );
	border: 0.3rem solid #fff;
}

.preview-image > img{
	display: block;
}







.fs80{
	font-size: 80%;
}














	.gallery-item .delete,
	.gallery-item .edit{
		display: none;
	}
	.gallery-item:hover .delete,
	.gallery-item:hover .edit{
		display: block;
		cursor: pointer;
	}

.gallery-item input[type="checkbox"]{
	margin-bottom: 0 !important;
}

	.cb-add-photos-to-gallery{
		padding: 19px 16px;
    background: #303a3f;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
/*     font-family: 'proxima-semibold'; */
    font-weight: normal;
    opacity: 1;
    text-transform: uppercase;
    font-size: 13px;
		display: inline-block;
}
.cb-add-photos-to-gallery, .cb-add-photos-to-gallery div, .cb-add-files-to-standard, .cb-add-files-to-standard div{
	cursor: pointer;
	font-weight: bold;
/* 	margin-top: 1rem; */
}	














html, body{
	height: 100%;
}


/*
input:focus{
	border-color: #8D4F92;
	color: #8D4F92;
}
*/

/*
button:focus{
	background-color: #8D4F92;
	color: #fff;
}
*/



.invert{
	-webkit-filter: invert(100%);
	filter: invert(100%);
	filter:progid:DXImageTransform.Microsoft.BasicImage(invert='1');	
}










  .gallery-thumbnail {
    opacity: 0.9;
  }

  .gallery-thumbnail:hover {
    opacity: 1;
	}
	



	.fancybox-caption {
/*     font-family: 'sweet-sans-regular'; */

        /* visibility: visible;
        direction: ltr;
        opacity: 1;
        position: absolute;
        z-index: 99997; */


		bottom: 5rem;
/*     color: #fff; */
    font-size: auto;
    font-weight: 400;
/* left: auto; */
    line-height: 1.5;
/*     padding: 25px 44px; */
padding: 0;
		left: 3rem;
		right: 3rem;
}


.fancybox-caption:before {
    background: none;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.fancybox-caption:after {
    border: none;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

















  .snippet-4-thumbs{
    margin-left: -0.25rem;
    margin-right: -0.25rem;    
    /* margin-top: 0.25rem; */
    /* margin-bottom: 0.25rem; */
  }
    .snippet-4-thumbs-block{
      width: 25%;
      padding: .25rem;
      float: left;
    }
    .snippet-4-thumbs-image-container{
      height: 0;
      position: relative;
      padding-bottom: 100%;
      box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    }
    .snippet-4-thumbs-image{
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 100;
      opacity: 0.9;
      object-fit:cover;
    }
    .snippet-4-thumbs-image:hover{
      opacity: 1;
    }

  .half-left{
    
  }
  .half-right{
    
  }
  .half-half{
    
  }
  .full-width-caption{
    
  }
  .pull-quote{

  }