/*
 Theme Name:   CBMS
 Theme URI:    http://www.cbmsweb.org
Description:   Website development for Conference Board of Mathematical Sciences
 Author:       Iceberg Web Design
 Author URI:   http://icebergwebdesign.com
 Template:     iceberg
 Text Domain:  cbmsweb

NOTE: I edited the iceberg style-core.css media queries for better display in the 999 abyss. Sorry. -jessi
*/


.iceberg-copyright-text {
    text-transform: none;
    text-align: center;
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.iceberg-sidebar-area .iceberg-widget-title {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.5px;
    position: relative; line-height: 1.5;
    margin-bottom: 28px;
    overflow: display;
}


.gdlr-core-button {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 15px 33px;
    display: inline-block;
    -webkit-appearance: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}


.iceberg-footer-wrapper .iceberg-widget-title {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.gdlr-core-image-overlay.gdlr-core-gallery-image-overlay .gdlr-core-image-overlay-title {
    font-size: 15px;
    display: block;
    letter-spacing: 1px; font-weight: bold; background: #000; background: rgba(0,0,0,0.7); padding: 10px 20px;
    text-transform: uppercase;
}


.iceberg-navigation .iceberg-navigation-slide-bar:before {
    content: " ";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: 0px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: transparent;
}

.iceberg-navigation .iceberg-navigation-slide-bar {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    position: absolute;
    display: none;
    margin-top: -10px;
    padding-top: 5px;
    overflow: hidden;
}

.gdlr-core-column-service-content a { display: block; margin: 0px auto; padding: 8px 19px; background-color: #fff; color: #343434 !important; font-weight: 700; }


.iceberg-mobile-button-hamburger-with-border {
    font-size: 16px;
    padding: 10px;
    line-height: 0;
    width: 110px;
    height: 38px;
    text-align: center;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.iceberg-mobile-button-hamburger-with-border:before  {  content: 'MENU'; display: inline-block; float: left; padding-left: 5px; padding-right: 10px; font-weight: bold; padding-top: 7px; font-size: 19px;  }

.iceberg-mobile-menu .fa  {  display: inline-block; float: left; } 


@media screen and (max-width: 767px) {
.iceberg-page-title-wrap.iceberg-style-small .iceberg-page-title {  font-size: 24px !important; }
}

@media screen and (max-width: 595px) {
.iceberg-logo-inner {
    max-width: 160px !important;
}

.iceberg-mobile-menu-right {
    position: absolute;
    right: 20px;
    top: 40%;
    margin-top: -9px;
}
.iceberg-main-menu-search { display: block; clear: both; float: right; margin-top: -25px; padding-bottom: 22px; }
.iceberg-mobile-menu { display: block; clear: both; float: right; }

.iceberg-page-title-wrap.iceberg-style-small .iceberg-page-caption {
    font-size: 16px !important;
    margin-top: 13px;
}

}


table { border: 2px solid #333; }
table p { margin-bottom: 0px !important; }

table tr td { padding: 8px 12px; color: #343434; 
text-align: left;
}

.iceberg-body h4 {
    background: #222222;
    color: #ffffff !important;
    padding: 5px;
    margin-bottom: 0px !important;
}

.gdlr-core-blog-full .gdlr-core-blog-title {
    font-size: 28px !important;
}

.gdlr-core-blog-full {
    margin-bottom: 60px !important;
    border-bottom: 1px solid #e2e2e2 !important;
}

.gdlr-core-blog-full .gdlr-core-blog-full-head {
    margin-bottom: 10px;
}

.iceberg-main-menu-search:after {  content: 'SEARCH'; display: inline-block; float: left; padding-left: 5px; padding-right: 10px; font-weight: bold; padding-top: 0px; font-size: 16px;  }

.iceberg-not-found-wrap .iceberg-not-found-back-to-home a {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #a30234;
    padding: 20px 30px;
    position: relative;
    top: 30px;
}

/* remove border around bellows menu*/
.bellows.bellows-skin-vanilla {box-shadow: none !important; text-transform: uppercase;}
ul.bellows-submenu span.bellows-target-title {padding-left: 20px !important;}