@font-face {
    font-family: 'BrandonText-Black';
    src: url("//www.powerreviews.com/wp-content/themes/powerreview/library/fonts/BrandonText-Black.otf") format("opentype")
}
@font-face {
    font-family: 'BrandonText-Bold';
    src: url("//www.powerreviews.com/wp-content/themes/powerreview/library/fonts/BrandonText-Bold.otf") format("opentype")
}
@font-face {
    font-family: 'BrandonText-Light';
    src: url("//www.powerreviews.com/wp-content/themes/powerreview/library/fonts/BrandonText-Light.otf") format("opentype")
}
@font-face {
    font-family: 'BrandonText-Medium';
    src: url("//www.powerreviews.com/wp-content/themes/powerreview/library/fonts/BrandonText-Medium.otf") format("opentype")
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    padding: 0px;
    margin: 0px;
}

#pr-snapshot .pr-review-snapshot,
#pr-list .pr-review-display {
    display: none;
}


div.main-section {
    overflow-y: auto;
    height: auto;
}

div#display {
    padding-right: 1%;
    width: 63%;
    float: right;
}

div.acc-section {
    padding-bottom: 10px;
    padding-left: 1%;
    width: 33%;
    float: left;
    position: fixed;
    overflow-y: auto;
    height: auto;
}

div.acc-section.active {
    display: block;
}

div.pr-component {
    width: 80%;
    margin: auto;
}

div.main-section {
    margin-top: 80px;
    width: 100%;
}

.top {
    background-color: #e4e5e6;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    margin-top: 3px;
}

.accordion {
    font-family: "BrandonText-Medium";
}

/* 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) */
.top:hover {
    background-color: #53c7e6;
    color: white;
}

.nested:hover,
.bottom:hover {
    background-color: #e4e5e6;
}

.top:after {
    content: '\002b'; /* Unicode character for "plus" sign (+) */
    font-size: 20px;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.top.active:after {
    content: "\2212"; /* Unicode character for "minus" sign (-) */
}

.nested, .bottom {
    background-color: transparent;
    color: #444;
    cursor: pointer;
    padding-left: 18px;
    width: auto;
    text-align: left;
    border: none;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    margin-top: 3px;
}

.main-section .acc-section .selected {
    background-color: #53c7e6;
    color: white!important;
}

.nested:before { 
    content: '\002b'; /* Unicode character for "plus" sign (+) */
    font-size: 20px;
    font-weight: bold;
    margin-right: 3px;
}

.nested.active:before {
    content: "\2212"; /* Unicode character for "minus" sign (-) */
}

.bottom:before {
    content: "\2731";
    font-size: 13px;
    margin-right: 3px;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: white;
    height: 0;
    overflow: hidden;
    transition: height 0.2s ease-out;
}

div.menu-panel {
    padding: 0 18px;
    text-align: center;
    height: 0;
    overflow: hidden;
    transition: height 0.2s ease-out;
}

div.display-image {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.main-menu {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    text-align: center;
    margin-top: 0px;
}

.top-menu {
    text-align: center;
    background-color: #595a5b;
    border-bottom: 3px solid black;
    margin-top: 0px;
}

.menu-section {
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "BrandonText-Medium";
}

.menu-section:hover,
.menu-section.active {
    border-left: solid black 2px;
    border-right: solid black 2px;
    margin-left: 8px;
    margin-right: 8px;
    background-color: #e4e5e6;
    color: black;
}

button.menu-button {
    background-color:inherit;
    border:none;
    color: inherit;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    cursor: pointer;
    outline: none;
}

button.child-button {
    margin-left: 10px;
    background-color: transparent;
    width: 100%;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}

button.child-button:hover, button.child-button.active {
    font-weight: bold;
}

.sub-menu {
   background-color: #e4e5e6;
   display: none;
   border-bottom: solid black 2px;
   opacity: .8;
   transition: height 0.2s ease-out;
   padding-top: 10px;
   padding-bottom: 10px;
}

.page-link {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 4px;
    padding-right: 4px;
    font-family: "BrandonText-Medium";
}

.page-link:hover {
    border-left: solid black 2px;
    border-right: solid black 2px;
    margin-left: 8px;
    margin-right: 8px;
}

