/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.1
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{
	 display:none;
	 opacity:0;
	 position:fixed;
	 overflow:hidden;
	 top:0;
	 left:0;
	 width:100%;
	 height:100%;
	 z-index:1000000;
	 background-color:#222;
	 background-color:rgba(0,0,0,.8);
	 -webkit-transition:opacity .5s ease;
	 transition:opacity .5s ease
	 }
	 
	 #baguetteBox-overlay.visible{opacity:1}	 
	 #baguetteBox-overlay .full-image{
		 display:inline-block;
		 position:relative;
		 width:100%;height:100%;
		 text-align:center
		 }
		 	 
	
 #baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
 #baguetteBox-overlay .full-image img{display:inline-block;
	width:auto;
	height:auto;
	max-height:100%;
	max-width:100%;
	vertical-align:middle;
	-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);
	/*-moz-box-shadow:0 0 8px rgba(0,0,0,.6);*/
	box-shadow:0 0 8px rgba(0,0,0,.6)
	}
	
	
		
 #baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
		
 #baguetteBox-slider{
		position:absolute;
		left:0;top:0;
		height:100%;
		width:100%;
		white-space:nowrap;
		}
			
	@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}
	@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}
	@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}
	@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}
		
 .baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
			
 .baguetteBox-button{
		position:absolute;
		cursor:pointer;
		outline:0;
		padding:0;
		margin:0;
		border:0;
		/*-moz-border-radius:15%;*/
		border-radius:15%;
		background-color:#323232;
		background-color:rgba(50,50,50,.5);
		color:#ddd;
		font:1.6em sans-serif;
		-webkit-transition:background-color .4s ease;
		transition:background-color .4s ease
		}
		
 .baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
 .baguetteBox-button#next-button{right:2%}
 .baguetteBox-button#previous-button{left:2%}
 .baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
 .baguetteBox-button svg{position:absolute;left:0;top:0}
 .baguetteBox-spinner{
		width:40px;
		height:40px;
		display:inline-block;
		position:absolute;
		top:50%;
		left:50%;
		margin-top:-20px;
		margin-left:-20px
	}
 .baguetteBox-double-bounce1,.baguetteBox-double-bounce2{
		width:100%;
		height:100%;
		/*-moz-border-radius:50%;*/
		border-radius:50%;
		background-color:#fff;
		opacity:.6;
		position:absolute;
		top:0;
		left:0;
		-webkit-animation:bounce 2s infinite ease-in-out;
		animation:bounce 2s infinite ease-in-out
	}
 .baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}
	@-webkit-keyframes bounce{0%,100%{
		-webkit-transform:scale(0);
		transform:scale(0)}
		50%{-webkit-transform:scale(1);transform:scale(1)}}
	@keyframes bounce{0%,100%{
		-webkit-transform:scale(0);
		/*-moz-transform:scale(0);
*/		transform:scale(0)}
		50%{-webkit-transform:scale(1);
			/*-moz-transform:scale(1);*/
			transform:scale(1)}}

/*--------------------------------------------------*/
/*GALLERY CONTROLS*/

@media (min-width:600px){
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{
		width:calc(33.33333% - .66667em);margin-right:1em}
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{
			width:calc(25% - .75em);margin-right:1em}
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{
			width:calc(20% - .8em);margin-right:1em}
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{
			width:calc(16.66667% - .83333em);margin-right:1em}
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{
			width:calc(14.28571% - .85714em);margin-right:1em}
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{
			width:calc(12.5% - .875em);margin-right:1em}
	}
	
	.block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}
	figure.block-gallery.has-nested-images{align-items:normal}
  	div.block-gallery.has-nested-images{align-items:normal}

	.block-gallery.has-nested-images figure.block-image:not(#individual-image){width:calc(50% - (16px)/2);margin:0}
	.block-gallery.has-nested-images figure.block-image{
		display:flex;
		flex-grow:1;
		justify-content:center;
		position:relative;
		flex-direction:column;
		max-width:100%;
		box-sizing:border-box
	}
	.block-gallery.has-nested-images figure.block-image>a, 
	.block-gallery.has-nested-images figure.block-image>div{margin:0;flex-direction:column;flex-grow:1} 
	.block-gallery.has-nested-images figure.block-image img{
		display:block;
		height:auto;
		max-width:100%!important;
		width:auto
	 }

	 .block-gallery.has-nested-images.is-cropped figure.block-image:not(#individual-image){align-self:inherit}
	 .block-gallery.has-nested-images.is-cropped figure.block-image:not(#individual-image)>a, .block-gallery.has-nested-images.is-cropped figure.block-image:not(#individual-image)>div:not(.components-drop-zone){
		display:flex}
	 .block-gallery.has-nested-images.is-cropped figure.block-image:not(#individual-image) a, .block-gallery.has-nested-images.is-cropped figure.block-image:not(#individual-image) img{
		width:100%;flex:1 0 0%;height:100%;object-fit:cover} 
	 .block-gallery.has-nested-images.columns-1 figure.block-image:not(#individual-image){width:100%}
 

	    
@media (min-width:600px){
	.block-gallery.has-nested-images.columns-3 figure.block-image:not(#individual-image){
		width:calc(33.33333% - (16px)*0.66667)}
	.block-gallery.has-nested-images.columns-4 figure.block-image:not(#individual-image){
		width:calc(25% - (16px)*0.75)}
	.block-gallery.has-nested-images.columns-5 figure.block-image:not(#individual-image){
		width:calc(20% - (16px)*0.8)}
	.block-gallery.has-nested-images.columns-6 figure.block-image:not(#individual-image){
		width:calc(16.66667% - (16px)*0.83333)}
	.block-gallery.has-nested-images.columns-7 figure.block-image:not(#individual-image){
		width:calc(14.28571% - (16px)*0.85714)}
	.block-gallery.has-nested-images.columns-8 figure.block-image:not(#individual-image){
		width:calc(12.5% - (16px)*0.875)}
	.block-gallery.has-nested-images.columns-default figure.block-image:not(#individual-image){
		width:calc(33.33% - (16px)*0.66667)}
	.block-gallery.has-nested-images.columns-default figure.block-image:not(#individual-image):first-child:nth-last-child(2),
	.block-gallery.has-nested-images.columns-default figure.block-image:not(#individual-image):first-child:nth-last-child(2)~figure.block-image:not(#individual-image){
		width:calc(50% - (16px)*0.5)}
		.block-gallery.has-nested-images.columns-default figure.block-image:not(#individual-image):first-child:last-child{
		width:100%}
		}
	
.block-gallery.has-nested-images.alignleft,.block-gallery.has-nested-images.alignright{max-width:420px;width:100%}
.block-gallery.has-nested-images.aligncenter{justify-content:center}


body .is-layout-flow > *{margin-block-start: 0;margin-block-end: 0;}

body .is-layout-flex{display: flex;flex-wrap: wrap;align-items: center;}
body .is-layout-flex > *{margin: 0;}

.block-image:hover {
  opacity: 0.5;
}

.block-gallery {background-color: black;}

/*SITE BODY CSS*/

body{
   background-color: #2d2d2d;
   color: #e3e3e3;
   font-family: "Segoe UI";
   font-size: 1em;
   line-height: 1.8;
   margin: 0px;
   max-width: 1920px;
   margin: auto;
}

img {
   max-width: 100%;
   height: auto;
}

h1 {font-size: 1.7em;
   font-weight: 400;
}

h2 {font-size: 1.5em;}

h3 {font-size: 1.4em;}

h1, h2, h3, h4, h5, h6 {margin: .1em 0 .1em 0;
font-weight: 400;}

h4, h5, h6 {font-size:1.2em}

  
a {
  color: #9fd8d3;
  font-weight:600;
  font-style: normal;
  text-decoration: none;
}


a:hover{color: #69fff3;}

.menulink:hover{background-color: #393939;}

.menulink, .menulinkcurrent li, nav li, .menulinkcurrent {
   text-align: center;
   text-transform: uppercase;
   line-height: inherit;
   list-style-type: none;
   padding: 8px 0 8px 0;
   width: 100%;
}

.menulinkcurrent {
   background-color: #393939;
}

ul.menu {padding: 0;}



.logo img {padding: 8px;}

/* BLOCK COLUMNS */

.mainbody {
   flex-basis:100%;
   background-color:#393939;
   text-align: center;
}

.block-columns{
   display:flex;
   margin-bottom:0px;
}
 
.block-column{
   flex-grow:1;
   min-width:0;
}

 /*Fixed Sidebar*/ 
	
@media (max-width:1024px){
.sidebar {
position: relative;
top: 10px;
padding-bottom:10px;
text-align: center;
}

 .block-columns{
   flex-wrap:wrap!important;
   align-items:normal !important;
 }

 .block-column {
   flex-grow:1;
 }
}   
		
@media (min-width:1025px){
 .sidebar {
   height: 100%;
   min-width: 250px;
   max-width: 255px;
   position: sticky;
   z-index: 1;
   top:3rem;
   left: 0;  /* Stay at the top */ 	
   flex-basis:15%;
   text-align: center;
  }
}

@media (max-width:1024px){
   .sidebar {display: none;}
}

 /**COLLAPSIBLE MOBILE SIDE BAR**/


 @media (max-width:1024px){
   .mobilesidebar {
   position: relative;
   top: 10px;
   padding-bottom:10px;
   text-align: center;
   }   
   }   
         
   @media (min-width:1025px){
    .mobilesidebar {
display: none;
     }
   } 	 


 .sectiontitle {
  /* font-size: x-large;*/
   background-color: #2d2d2d;
   padding: 5px 0 5px 0;
   text-align: center;
   margin: 0;
   max-width: 100%;
   width: 100%;
}

.paintingcelshading {
   max-width: 95%;
   margin: auto;
   background-color: #2d2d2d;
   padding: 5px 0 5px 0;
}

.prices {font-size:1.3em;}

.membershipsamples {
   font-weight: bold;
   background-color:#2d2d2d;
   margin: 5px;
   width: 100%;   
}

.membershipbox {margin: auto;}

/*TOS TEXT CONTAINER*/
.block-column.tostext {
   max-width:1100px;
   margin: auto;
   text-align:justify;
   text-justify:auto;	
}
@media(max-width: 1024px){ 
   .block-column.tostext {
	   max-width:90%;
	   margin-left:5%;
	   margin-right:10%;
	   text-align:justify;
	   text-justify:auto;	}
}

/*COMMISSION INFO TEXT CONTAINER*/
.fullwidthtext {
   max-width:80%;
   margin-left:auto !important;
   margin-right:auto !important;
   text-align: left;
}

.block-column.fullwidthtext li, .block-column.tostext li  {min-width: 100%;}

@media(max-width: 1024px){ 
   .block-column.tostext {
	max-width:90%;
	margin-left:auto !important;
	margin-right:auto !important;
	text-align:justify;
	text-justify:auto;		
}
}

.portfoliowips {
   padding: 5px;
   background-color: #393939;
}

 .responsive {
   max-width: 100%;
   height: auto;
 }

 .samples {
   padding:.4%;
   max-width: 100%;
   margin: auto auto 20px auto;
}

/*TABLE*/

thead { background-color: #2d2d2d;}

.table table {border-collapse:collapse;}

.table td,.table th{
   border:1px solid;
   padding:.5em;
   width: 500px; 
}

.table .tableborder>*, 
.table .tableborder td, 
.table .tableborder th, 
.table .tableborder tr{border-color:inherit}


 /* 
 .table {
 max-width: 70%;
  margin: auto;
  padding-bottom: 20px;     
}
      */


.queue {margin: auto;}

 @media(max-width:1024px){.queue {min-width: 80%;} }

.queuetable {
   border-color:#9b9b9b70;
   border-width:1px;
   margin: 10px;
}

.queuetitle {
   font-size: large;
   background-color: #2d2d2d;
   padding: 5px 0 5px 0;
   max-width: 70%;
   margin: auto;
}

/* BLOG CSS */

.blogbody {max-width: 1670px;}

.postbody h2, h3, h4, h5, h6 {
   max-width: 1000px;
   width: 100%;
   margin: auto;
   text-align: left;
}

.blogpostgallery {
   display: flex;
   max-width:fit-content;
   margin: auto;}

.postbody.frontpage {
   padding: 10px 0 0 0;
   width: 95%;
   margin: auto;
   border: solid 5px #313131;
}

article .posttitle {
   background-color: #232323;
   padding: 0 5px 0 5px;
   width: 95%;
   margin: auto;
}

.posttitletext, .postdate {
   background-color: #232323;
   margin: auto;
   text-align: left;
   padding-left: 20px;
}

.postdate {background-color: #313131;}
 
.postdatebg {
   background-color: #313131;
   width: 95%;
   margin: auto;
   padding: 0 5px 0 5px;
}

.postpage{
   max-width: 1000px;
   margin: auto;
}

.postbody p, li {
max-width: 95%;
width: 1000px;
text-align: left;
margin: auto;
line-height: 1.6;
padding: 2px 0 1px 0;
}

.mainsitebody p {
   margin: auto;
   padding: 2px 0 1px 0;
}

.alltagspage li {
   line-height: 2;
}


.postentry {padding: 30px 0 30px 0;}

 div.blogtaglist {
   text-transform: capitalize;
   padding: 8px 0 8px 0;
   width: 100%;
}

.postentry img {max-width: 99%;}

div.blogtaglist:hover{background-color: #393939;} 

.posttags {
   background-color: #303030;
   min-width: 0px;
   max-width: 1000px;
   margin: auto;
   text-align: left;
   text-transform: capitalize;
   margin: 5px auto 20px auto; 
   padding: 10px;
   border-radius: 0.375em;

}

.readmorebutton {
   background-color: #313131;
   text-align: center;
   text-transform: uppercase;
   margin: 10px auto 0 0; 
   padding: 10px;
}

div.readmorebutton:hover {background-color: #2d2d2d;}

div.previousnextbutton {
   background-color: #222;
   border-radius: 0.375em;
   padding: 10px 20px 10px 20px;
   margin: 0 15px 5px 15px;
   text-align: center;
   text-transform: uppercase;
   max-width: 500px;
   display: inline-block;
   }

div.previousnextbutton:hover {background-color: #313131;}

.previousnextbutton {
   background-color: #222;
   border-radius: 0.375em;
   padding: 10px 20px 10px 20px;
   margin: 0 10px 5px 10px;
   text-align: center;
   text-transform: uppercase;
   max-width: 55%;
   display: inline-block;}

div.paginationcount {
   padding: 20px;
   text-align: center;
   border-radius: 0.375em;
}

.blogtagpage h3 {
   max-width: fit-content;
   font-size: 1.35em;
}

 @media(max-width:1350px){.rightsidebar {display: none;}}

 .divider {
   width: 95%;
   height: 3px;
   margin: 30px auto 30px auto;
   background-color: #2d2d2d;
 }

.blogfrontlist {
   display: grid;
   grid-template-columns: auto auto;
}



@media(max-width:1024px){.blogfrontlist {grid-template-columns: auto;}}


.blogtagpage{
   display: grid;
   grid-template-columns: auto auto auto;
}


@media(max-width:1600px){.blogtagpage {grid-template-columns:auto auto;}}
@media(max-width:1024px){.blogtagpage {grid-template-columns:auto;}}


figure.post__image {
   margin: 0;
   text-align: center;
}

.post__image.post__image--left {
   float: left;
   margin: 10px;
}

hr {max-width: 1000px;
   width: 95%;}

.taglistbox {
border: solid 5px #313131;
margin: 0.5em;
 }

 .taglistbox h3 {padding-left: 1em;}

 .taglistbox h2 {text-align: center;}

 .active.menulinkcurrent:after, .active.menulink:after, .active.previousnextbutton::after {content: none;}

 h3.align-center, h4.align-center {text-align: center;}

 /** MAIN SITE PAGES DONE WITH PUBLII **/

 .mainsitebody {max-width: 1670px;}

.textpage {
   flex-basis: 100%;
   text-align: left;
   background-color: #393939;
}

.textpage p {
   max-width: 95%;
   width: 1000px;
   margin: auto;
   padding-bottom: 5px;
   line-height: 1.6;
}

.textpage h2, h3, h4, h5, h6 {
   margin-left: auto;
   margin-right: auto;
   max-width: 95%;
   width: 1000px;
   padding-bottom: 5px;
}

p.align-center {text-align: center;}
p.align-left {text-align: left;}

blockquote {
   font-style: italic;
   max-width: 800px;
   margin: 1em auto 1em auto;
   border-left: #e3e3e398 solid 2px;
}

.landingmain img {
   width: 100%;
   max-width: 50%;
}

.landingmiddle img {
   width: 100%;
   max-width: 30%;
}

.landingpost h2 {
line-height: 2.0;
text-align: center;
padding: 0;
}

.landingpost p { line-height: 2.0;}

.landinglinks p {
   text-align: center;
}

.landinglinks img {
   width: 100%;
   max-width: 50%;
}

@media(max-width:1024px){
.landingmain img {
   width: 100%;
   max-width: 100%;}
}

.homepage header {text-align: center;}

.copyright {
   padding:15px;
   text-align:center;
   font-size:small;
   color:rgb(255, 255, 255,0.5);
}

figure {margin: 0;}

.featuredimage {text-align: center;}

.post__video {width: 100%;}

iframe {border: none;}


/*ACCORDION*/

 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #2d2d2d;
  color: #e3e3e3;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  font-size: inherit;
  transition: 0.4s;
  border: 5px solid #393939;
  font-family: inherit;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #4a4a4a;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: transparent;
  display: none;
  overflow: hidden;
  font-size: inherit;
} 
 

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: inherit;
  color: #e3e3e3;
  float: left;
  margin-right: 10px;
  border: none;
  outline: none;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}



.collapsible-menu {
    padding: 0px 30px;
}

.menu-content {
    max-height: 0;
    overflow: hidden;
}

.collapsible-menu ul {
    list-style-type: none;
    padding: 0;
}

.collapsible-menu a {
    display:block;
    padding: 10px;
    text-decoration: none;
}

.collapsible-menu label {
    display: block;
    cursor: pointer;
    background: url(https://www.valentinapaz.com/menu.png) no-repeat left center;
    padding: 10px 0 10px 50px;
}

input#collapsible-menu {
    display: none;
}

/* Toggle Effect */
input:checked +label {
    background-image: url(https://www.valentinapaz.com/close.png);
}

input:checked ~ .menu-content {
    max-height: 100%;
}