/*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;
}

.queuetitle {
   font-size: large;
   background-color: #2d2d2d;
   padding: 5px 0 5px 0;
   max-width: 70%;
   margin: auto;
}

/*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: #393939;
}

/* 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 (-) */
}

/* 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 {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 {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;
}

.align-center {text-align: center;}
.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);
}



.menu-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 0 0 50px;
}.collapsible-menu {
    padding: 0px 30px;
}.collapsible-menu ul {
    list-style-type: none;
    padding: 0;
}.collapsible-menu a {
    display:block;
    padding: 10px;
    text-decoration: none;
}

.collapsible-menu label {
    font-size: 56px;
    display: block;
    cursor: pointer;
    background: url(https://www.valentinapaz.com/menu.png) no-repeat left center;
    padding: 10px 0 10px 50px;
}input#menu {
    display: none;
}

input:checked +label {
    background-image: url(https://www.valentinapaz.com/close.png);
}

input:checked ~ .menu-content {
    max-height: 100%;
}