/*
Theme Name:     Vertex-OMW-Child
Description:    
Author:         admin
Template:       vertex

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

@import url(../vertex/style.css);


.container { width: 90%;  }
.post_content { width: 78%; }


.post_content ul { 
    background-color: #eee; 
    margin: 10 10 10px; 
    color: #333;
    line-height: 100%;
    padding: 1px 40px;
}

.post_content h1 {
    line-height: 1;
    font-size: 27px;
    margin: 25px 0 25px;
    max-width: 1000px;
    padding: 20px;
    color: black;
    background: rgb(245, 245, 245);
    background: rgba(245, 245, 245, 0.30);
}


/*    line-height: 1;*/

.post_content h2 { 
    line-height: 1; 
    font-size: 25px; 
    margin: 0 0 25px;
    padding: 10px;
    color: black;
    background: rgb(245, 245, 245);
    background: rgba(245, 245, 245, 0.30);
}

.post_content h3 {
    font-size: 21px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1.5px;
    margin: 0 0 25px;
    padding: 5px;
    color: black;
    background: rgb(245, 245, 245);
    background: rgba(245, 245, 245, 0.30);
}

.post_content li {
    padding: 3px;
    color: black;
    background: rgb(245, 245, 245);
    background: rgba(245, 245, 245, 0.60);
}

.post_content p {
    padding: 3px;
    color: black;
    background: rgb(245, 245, 245);
    background: rgba(245, 245, 245, 0.60);
}

allsizes {
    border: 1px solid lightgray;
}

@media screen and (max-width: 400px) {
        col.xsmall{
            visibility: collapse;
        }
    }

@media screen and (min-width: 401px) {
        col.xsmall{
            border: 1px solid lightgray;
        }
    }


@media screen and (max-width: 800px) {
        col.small{
            visibility: collapse;
        }
    }

@media screen and (min-width: 801px) {
        col.small{
            border: 1px solid lightgray;
        }
    }
    
@media screen and (max-width: 1200px) {
        col.medium{
            visibility: collapse;
        }
    }

    
@media screen and (min-width: 1201px) {
        col.medium{
            border: 1px solid lightgray;
        }
    }
    
#topButton {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: green; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 16px; /* Increase font size */
}

#topButton:hover {
  background-color: #555; /* Add a dark-grey background on hover */
} 

.shadow {
    -webkit-box-shadow: 10px 11px 5px 0px rgba(74,73,74,1);
    -moz-box-shadow: 10px 11px 5px 0px rgba(74,73,74,1);
    box-shadow: 10px 11px 5px 0px rgba(74,73,74,1);
}

.tab {
  overflow: hidden;
  background-color: darkgrey;
  width: 100%;
  position:relative;
  height: 50px;
}

/* Style the buttons inside the tab */
.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  display: block;
  height: 50px;
  border-radius: 10px     10px      0           0;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}


/* Style the tab content */
.tabcontent {
    background-color: lightgrey;
    display: none;

}

.tablinks {
    background-color: darkgrey;
    color: lightgrey;
}

.tablinksselected {
  background-color: lightgrey;
  color: green;
}

.options {
      padding: 5px;
}

.error {
    color: red;
}

.success {
    color: green;
}

.debug {
    color: purple;
}

.entryContent
{
    background-color: white; 
    padding: 5px;  
}


input[type=text]::-ms-clear {
    display: none;
}

.pagination button {
  color: black;
  background-color: transparent;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
}

.pagination button.active {
  background-color: green;
  color: white;
  border-radius: 5px;
}

.pagination button:hover:not(.active) {
  background-color: darkgray;
  border-radius: 5px;
}

* {box-sizing: border-box;}

.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 200px;
  height: 200px;
}



    