/*
Theme Name: cidlis
Theme URI: https://www.ischool.umd.edu
Author: Rochelle Robinson
Author URI: https://ischool.umd.edu/faculty-staff/rochelle-robinson
Description: Custom iSchool theme using the Bootstrap 3 framework and Font-Awesome.
Version: 1.0
Text Domain: cadm
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*--------------------------------------------------------------
# GLOBALS
--------------------------------------------------------------*/

body {
  font-family: 'Open Sans', sans-serif !important;
  color: #333 !important;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 1.5em;
  font-weight: normal;
  color: #333;
}
h1 {
  font-size: 2.3em;
  margin-top: 0;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1.1em;
}
h5, h6 {
  font-size: 1em;
}
.clearfix {
    clear: both;
    display: table;
}
.site {
    margin: 0;
    width: 100%;
}


/*--------------------------------------------------------------
# BOOTSTRAP OVERRIDE
--------------------------------------------------------------*/

a {
  color: #e21833;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
    max-width: 1350px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
}
.carousel-caption {
  background: #333;
  font-size: 1.8em;
  max-width: 450px;
  padding: 1em;
  bottom: 15%;
}
.checkbox, .radio {
    display: inline;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus,
 .navbar-default .navbar-nav > .open > a:hover {
  background-color: #0f677d;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: none;
}

/* -------------  Buttons ------------  */
.btn-primary {
  color: #fff !important;
  background-color: #900;
  border-color: maroon;
  border-radius: 4px;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 14px;
}
.btn-pad {
    margin: 1em;
    padding: 15px 30px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #f3c726;
    background-color: #000;
    border-color: #000; 
}

/*--------------------------------------------------------------
# WP GLOBAL
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}
blockquote {
    font-size: 1em;
    font-style: italic;
}

/* -------------  Table ------------  */
table {
  border-bottom: 1px solid #eee;
  margin: 0 0 1.5em 0;
  width: 100%;
}
th {
  font-weight: bold;
  padding: 0.75em;
  text-transform: uppercase;
}
td {
  border-top: 1px solid #eee;
  padding: 0.75em;
}
select {
  -webkit-appearance: menulist;
      box-sizing: border-box;
     align-items: center;
      white-space: pre;
      -webkit-rtl-ordering: logical;
      color: black;
     background-color: rgb(248, 248, 248);
     border-width: 1px;
      border-style: solid;
      border-color: rgb(166, 166, 166);
      border-image: initial;
     border-radius: 5px;
}
optgroup {
  font-weight: bolder;
  display: block;
}
option {
 font-weight: normal;
 display: block;
 white-space: pre;
 min-height: 1.2em;
 padding: 0px 2px 1px;
}
dd  {
  margin: 0 1em 1.5em 1em;
}
.gallery-caption {
  display: none;
}
.sticky {
  position: relative;
}
.post:not(.sticky) .icon-thumb-tack {
  display: none;
}
.sticky .icon-thumb-tack {
  display: block;
  height: 18px;
  left: -1.5em;
  position: absolute;
  top: 1.65em;
  width: 20px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* -------------  Alignments ------------  */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* -------------  Clearings ------------  */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

/*--------------------------------------------------------------
# THEME SPECIFIC
--------------------------------------------------------------*/

/* -------------  Masthead ------------  */

.blog-masthead {
  background-color: #e21833;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          height: 48px;
          padding-top: 14px;
          text-align: center;
}

/* -------------  Header ------------  */

.umdheader a {
    font-size: 16px;
    color:#fff;
    text-transform: uppercase;
    font-family: 'Crimson Text', serif;
}
.umdheader a:hover {
  text-decoration: none;
  color:#333;
  }
.logo{
  float: left;
  margin-right: 2em;
}
.blog-title {
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: normal;
}
.blog-title a {
    color: #333;
}
.blog-title a:hover {
    color: #999;
    text-decoration: none;
}
.blog-description {
  font-size: 20px;
  color: #999;
}

/* -------------  Navigation ------------  */

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}
/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}
nav .container {
    padding: 0;
}
.container-fluid {
  max-width: 1350px;
}
#myNavbar {
    float: left;
}
.blog-header {
    background-color: #d3d3d3;
    text-align: center;
}
.navbar-default {
    background-color: #333;
    border-bottom: none;
    border-color: inherit;
}
.navbar {
  margin-bottom: 0 !important;
  border-radius: 0;
  top: 0;
  border: none;
}
.navbar-default .navbar-nav > li > a {
   color: #FFF !important;
   text-decoration: none;
}
#menu-primary-menu .menu-item.current-menu-item a, 
.navbar-default .navbar-nav > li > a:hover {
  color: #FFF !important;
  background-color:#0f677d !important;
}
.dropdown-menu > li > a {
    padding: 12px 30px;
}
.dropdown-menu {
    padding: 0;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
 color:#FFF;
 background-color:#333;
}
ul.dropdown-menu li > ul.dropdown-menu{
left: 100%;
top: 0;
}
.navbar-toggle {
    background-color: #FFF;
}
ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
display: block;
}
ul li .dropdown-menu ul li {
    margin-left: 1em;
}


/* -------------  Main Layout ------------  */

.blog-post {
  margin-bottom: 3em;
  margin-right: 15px;
}

.blog-main {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 1em;
  padding: 0 5px;
}

/* -------------  Theme Headers ------------  */

.blog-post-title {
  margin-bottom: .5em;
  font-size: 2.3em !important;
  color: #333;
  border-bottom: solid 1px #EE
}
.blog-post-meta {
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
  letter-spacing: 2px;
}
.homeimage {
  margin-bottom:2em;
}
#homemain h2, .sidepanel h2{
    font-family: 'Open Sans';
    font-size: 1em;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
}

/* -------------  Sidebar  ------------  */

.col-sm-3.sidebar-primary {
    padding-left: 2em;
}

#sidebar-primary .widgettitle {
background: #2B75A9;
text-align: center;
color: #FFF;
padding: 13px 0;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
position: relative;
margin-bottom: 1em;
border-radius: 5px;
}

#sidebar-primary .widgettitle::after {
    content: "";
    display: block;
    position: absolute;
    border-top: 5px solid;
    border-top-color: #2B75A9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -5px;
    left: 90%;
    width: 0;
    height: 0;
    margin-left: -5px;
}


/* -------------  Widgets ------------  */

#blogimg-widgets {
  background: #FFFFFF; 
  border-bottom: 1px dotted rgb(228, 228, 228); 
  margin-bottom: 25px; 
  padding-right: 0; 
  padding-bottom: 20px; 
  padding-left: 0; 
}
.widget-container, .childmenu {
  list-style-type: none; 
  list-style: none; 
  padding: 1em 0 0 0;
} 
.widget-container a, .widget-container a:hover {
  text-decoration: none;
  color: #0f677d; 
} 
.widget-container .current_page_item {
    font-weight: bold;
}
.widget-container h2, .widget-container h3 { 
  margin-top: 0;
  font-size: 2em;
  font-family: 'Crimson Text', serif;
  color: #333;
}
.widgettitle a:hover { 
  color: rgb(51, 102, 153); 
} 
.widget ul, .childmenu ul {
  list-style-type: none; 
  list-style: none; 
  margin: 0; 
  padding: 0; 
} 
.childmenu {
    margin-top: 3em;
}
.widget ul li, .childmenu ul li {
  margin: 0 0 8px 0;
  padding: 4px 0 4px 0;
  font-size: 14px;
  border-bottom: 1px dotted #999;
}
.widget ul li ul li {
    border-bottom: none;
    margin: 2px 0;
}

.widget ul li ul li ul li {
    border-bottom: none;
}
.widget ul.sub-menu {
    margin-left: 15px;
}
.widget ul li .children { 
  padding-left:.8em; 
}  

/* -------------  Search  ------------  */

.navbar #search {
    width: 225px;
    float: right;
}
.searchresults {
  margin: 1em;
  border-bottom: 1px solid #EEE;
  padding-bottom: 1em;
}
.searchresults h3 a {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}
.nosearchresults {
  padding: 5px;
  margin: 2em 0;
  border: 1px solid rgb(255,204,51);
  background-color: rgb(255,244,194);
}
#searchform {
  border: 1px solid #D8D8D8; 
  background: #fff url(images/search.png) 99% 50% no-repeat; 
  text-align: left; 
  padding: 6px 24px 6px 6px; 
  margin-top: .5em;
} 
#search input[type="text"] {
  box-shadow:none;
  border:none;
  margin-bottom: 0px;
  color: #999;
} 
#content-search {
  width: 300px; 
  padding: 15px 0; 
}  

/* -------------  Pagination ------------  */

.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}

/* -------------  Form Elements ------------  */

.wpcf7-form input [
type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {width:100% !important;
}

/* -------------  Social Media  ------------  */

#social {
  float: right;
  font-size: 2em;
  color: #e21833;
}
.required {
  color: #990000;
  font-weight: bold;
}


/* -------------  Accordian ------------  */

  .accordion-toggle:before {
     content: '\f146';
     font-family: 'Font Awesome\ 5 Free';
     font-size: 13px;
     margin-right: 10px
}
  .accordion-toggle.collapsed:before {
        content: '\f0fe'; 
        font-family: 'Font Awesome\ 5 Free';
        font-size: 13px;
        margin-right: 10px
}

/* -------------  Footer ------------  */

.footerlogo {
    display: none;
}
.blog-footer {
  padding: 15px;
  color: #333;
  text-align: left;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

/* ------------- oooo EXTRA oooo ------------  */

.slider img{
  width:100%;
}

.homeslide {
    color: #FFF;
    padding: 3em !important;
    background: #262626;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold;
}

.sidepanel {
  box-shadow: 0 0 10px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1);
  padding: 1em;
  border: 1px solid #ccc;
  border-top-color: rgb(204, 204, 204);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: 5px solid #b1040e;
  margin-bottom: 3em;
}
.elementor {
  background-color: #efefef;
color: #6d6d6d;
padding: 10px;
font-weight: bold;
}
.elementor a {
color: #666;
}
.elementor a:hover {
color: #e21833;
}
.updates {
margin-bottom: 2em;
}

.navbar-brand {
    display: none;
}

/* -------------  Media Queries ------------  */

@media screen and (max-width: 768px) {
  
.logo {
   float: none;
   margin: 2em 0 0 0;
  }
.navbar-brand {
    display: inline;
    padding: 0;
}
 .navbar-default {
  background-color: #000;
  color: #FFF;
 }
 .navbar-default .navbar-nav > li > a {
    color: #FFF !important;
}
.carousel-caption, .sublogo {
  display:none;
}
.blog-main {
    margin-top: 0em;
}
#myNavbar {
    float: none;
}
.col-sm-3.sidebar-primary {
    padding-left: 0;
}
.blog-post {
    margin-bottom: 0;
}
.navbar-toggle {
    float: right !important;
    margin-right: 15px;
}
.blog-footer {
  text-align:center;
}
.footerlogo {
    display: inline-block;
    padding-top: 1em;
}
#social {
    float: none;
    padding-bottom: 10px;
}
.blog-footer {
    text-align: left;
}
}

@media screen and (max-width: 500px) {
  
.blog-title {
    margin: 16px 0;
    font-size: 2em;
}
 .blog-header {
  display:none;
}
}
/* -------------  Print CSS ------------  */

