/*
 Theme Name:   Volcano project
 Template:     twentytwelve
 Version:      2.1
*/


/*@import url("styles_wp.css");*/


/* =Theme customization starts here
-------------------------------------------------------------- */

page-container {
  position: relative;
  min-height: 100vh;
}

content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
}

div#container {
  max-width: 1200px;
}

div.acf-map img{
  max-width:none !important;
}

.tabrow {
    text-align: left;
    list-style: none;
    margin: 5px 0 5px 0;
    padding: 0 0 0 10px;
    line-height: 24px;
    height: 26px;
    overflow: hidden;
    font-size: 12px;
    font-family: verdana;
    position: relative;
}
.tabrow li {
    border: 1px solid #AAA;
    background: #D1D1D1;
    background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
    text-shadow: 0 1px #FFF;
    margin: 0 -5px;
    padding: 0 10px;
}
.tabrow a {
      color: #555;
      text-decoration: none;
}
.tabrow li.selected {
    background: #FFF;
    color: #333;
    z-index: 2;
    border-bottom-color: #FFF;
}
.tabrow:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #AAA;
    z-index: 1;
}
.tabrow li:before,
.tabrow li:after {
    border: 1px solid #AAA;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}
.tabrow li:before {
    left: -6px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #D1D1D1;
}
.tabrow li:after {
    right: -6px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #D1D1D1;
}
.tabrow li.selected:before {
    box-shadow: 2px 2px 0 #FFF;
}
.tabrow li.selected:after {
    box-shadow: -2px 2px 0 #FFF;
}
/*
th {
    width:33%;
}
*/
h3 {
    font-size: 1.2em;
    margin: 0 0 5px 0;

}

#primary, #secondary {
    overflow: inherit;
}

.support-index ul {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0 10px;
    margin-left: 0;
    list-style: none;
}

.double-col li {
  width: 30%;
  padding-right: 15px;
  margin-left:0;
  float: left;
}

.entry-content table {
    border: none;
}

.single-volcano .entry-content table {
    width:100%;
}

.volc_image {
    border: 1px solid #ccc;
    max-width:100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Custom menu styles based on coraline # access */

.menu-second_menu-container {
    border-top: 1px solid #ccc;
    display: block;
    float: left;
    margin: 0 auto;
    padding: 1px 0 0;
    width: 100%;
}
.menu-second_menu-container ul {
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-size: 13px;
    font-weight: bold;
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-transform: uppercase;
}
.menu-second_menu-container li {
    float: left;
    position: relative;
}
.menu-second_menu-container a {
    color: #000;
    display: block;
    line-height: 2em;
    margin: 0 1px 0 0;
    padding: 0.25em 1em 0;
    text-decoration: none;
}
.menu-second_menu-container ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow:         0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    font-weight: normal;
    position: absolute;
    top: 100%;
    left: 0;
    text-transform: none;
    z-index: 99999;
    width: 180px;
}
.menu-second_menu-container ul ul ul {
    left: 100%;
    top: 0;
}
.menu-second_menu-container ul ul a {
    background: #000;
    color: #eee;
    line-height: 1em;
    margin: 0;
    padding: .66em .5em .5em 1em;
    min-width: 180px;
    height: auto;
}
.menu-second_menu-container li > a:focus,
.menu-second_menu-container ul ul :focus > a,
.menu-second_menu-container li:hover > a,
.menu-second_menu-container ul ul :hover > a {
    background: #000;
    color: #fff;
}
.menu-second_menu-container ul ul a:focus,
.menu-second_menu-container ul ul a:hover {
    background: #222;
}
.menu-second_menu-container ul li:focus > ul,
.menu-second_menu-container ul li:hover > ul {
    display: block;
}
.menu-second_menu-container .current-menu-item a,
.menu-second_menu-container .current-menu-ancestor a,
.menu-second_menu-container .current_page_item a,
.menu-second_menu-container .current_page_ancestor a {
    background: #000;
    color: #fff;
}

#site-footer-widget img {
    margin:2em 0em 1em 0em;
}

footer {
    margin-top:1em;
}

.back-to-top {
    text-align:right;
}

@media print {
    .back-to-top {
        display:none;
    }
}

.button {
    display: inline-block;
    font-family: inherit;
    font-weight: bold;
    outline: 0 !important;
    border: 1px solid #D4D4D4 !important;
    border-radius: 2px;
    color: #444 !important;
    background: -webkit-linear-gradient(top, #F4F4F2, #EDEDEB);
    background: linear-gradient(to bottom, #F4F4F2, #EDEDEB);
    box-shadow: inset 0 1px 0 #FDFDFC;
    white-space: nowrap;
    padding: 5px 8px !important;
    line-height: 1.4 !important;
    position: relative;
    text-decoration: none;
}

.button:hover, .button:focus {
    background: -webkit-linear-gradient(top, #EBEBEB, #C7C7C3);
    background: linear-gradient(to bottom, #EBEBEB, #C7C7C3);
}

.toggleable-header {
    cursor:pointer;
}

.accessibly-hidden {
    position: absolute; left: -999em;
}

.entry-content > p
{
    text-align:center;
    font-size: 16px;
}

.fb-page {
    width: 100% !important;
  }
  
  .fb-page span,
  .fb-page iframe {
    width: 100% !important;
  }

 