/*
 Theme Name:   Magazine Plus Child
 Theme URI:    
 Description:  Magazine Plus Child Theme
 Author:       Tim Tomlin
 Author URI:   http://example.com
 Template:     magazine-plus
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  magazine-plus-child
*/

body {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    text-align: left;
    font-size: 14px;
/*    line-height: 17px;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: 'liga';
    -ms-font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
*/
}

.container {
  width: 100%;
}

#content .container {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.inner-wrapper {
  margin-left: 0px;
  margin-right: 0px;
}

#primary {
  padding-left: 0px;
  padding-right: 0px;
}


.site-title {
  font-size: 29px;
}


h1 {
    color: rgba(255,255,255,.9);
}

h3, h2, .entry-title a, .entry-title a:hover, a, a:hover, a:focus, a:active, a:visited, .magazine_plus_widget_latest_news .latest-news-title a, .sub-title {
/*    color: #c64600; /* VT Burnt Orange Web */
  color: #861f41; /* Chicago Maroon */
}

#masthead {
/*  background-color: #861f41; /* Chicago Maroon */
  background-color: #e87722; /* VT Burnt Orange */
  padding: 10px 0 3px 0;
}

#top-nav ul li a, ul#menu-top-2 li a, .main-navigation li a:hover, .main-navigation li.current-menu-item a, .main-navigation li.current_page_item a, .main-navigation li:hover > a {
    background-color: #e87722; /* VT Burnt Orange */
/*    background-color: #861f41; /* Chicago Maroon */
    color: white;
}

.main-navigation li.home-menu a::before {
    font-size: 27px;
}

#footer-widgets {
/*  background-color: #e87722; /* VT Burnt Orange */
  background-color: #861f41; 
  border-top: 2px solid #75787b;
  color: white;
}

#footer-widgets p, #footer-widgets a, #footer-widgets .widget-title {
  color: white;
  border-bottom-color: white;
}

.widget-title::after {
	background: #e87722 none repeat scroll 0 0;
}

/* Turn off post navigation */

.nav-links {
    display: none;
}

#breadcrumb {
  display: none;
}

/*Top Header*/
#header-right {
    float: right;
    padding: 2px;
    width: 40%;
    margin: 30px 10px 0px;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    max-width: 300px;
}
#header-right img {
    vertical-align: middle;
}



.site-branding a {
    color: white;
}
.site-branding img {
    float: left;
}
.site-branding {
    text-align: left;
    width: 50%;
}
.site-description {
    color: rgba(255, 255, 255, 0.9);
    font-style: oblique;
    letter-spacing: 0;
}

a.custom-logo-link {
  margin-top: 0;
}

footer.entry-footer {
    background-color: white;
}


.page-title, h1.entry-title {
    width: 100%;
    background-color: #861f41;
/*    background-color: #e87722; */
/*    background-color: #c64600; */
    padding-left: 80px;
    margin-top: 10px;
    font-size: 28px;
}

.sub-title {
  margin-top: 15px;
  text-align: left;
  background-color: white;
  font-size: 20px;
  padding-left: 20px;
  font-weight: 800;
}

/* Fix entry content backgrounds and padding */

#content {
  padding: 0 0 35px 0;
}

div.entry-content-wrapper {
/*  background-color: white; */ 
/*  padding: 10px; */
  max-width: 2400px;
  margin: auto;
}

.entry-content-wrapper-student {
  max-width: 500px;
  background-color: white;
  padding: 10px;
  margin: auto;
  min-height: 170px;
} 

.entry-content-student {
  margin: 0;
}

.single .entry-content-wrapper {
    background-color: white;
    padding: 15px;
    margin: 15px;
}

.entry-table {
  display:  table;
  margin: auto;
  width:auto;
/*   background-color:#eee; */
/*   border:1px solid  #666666; */
   border-spacing:5px;/*cellspacing:poor IE support for  this*/
   /* border-collapse:separate;*/
}

.entry-row {
  display:table-row;
  width: auto;
  padding: 100px;
}

.entry-cell-1 {
   float:left;/*fix for  buggy browsers*/
   display:table-column;
   width:500px;
   margin: 5px;
/*   background-color:#ccc; */
}

.entry-cell-2 {
   float:left;/*fix for  buggy browsers*/
   display:table-column;
   max-width:600px;
   margin: 5px;
   padding: 10px 15px 0;
   background-color: white;
}


/* Get rid of "/" separators in top menu */

#top-nav ul li a::before {
    content: normal;
}

#top-nav ul li a, ul#menu-top-2 li a {
    margin-left: 5px;
    font-variant: all-small-caps;
    font-size: 20px;
}

ul#menu-top-2 li {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    float: left;
}

#tophead {
    line-height: 0.3;
/*    background-color: #861f41; */
/*    background-color: #e87722; /* VT Burnt Orange */
    background-color: black;
}

button, a.button, input[type="button"], input[type="reset"], input[type="submit"] {
   background: #e87722 none repeat scroll 0 0; 
/*    background: #861f41 none repeat scroll 0 0; */
}

.header-search-box .search-box-wrap {
    border-top-color: #e87722; 
/*	border-top-color: #861f41; */
}

.header-search-box .search-box-wrap::before {
    border-bottom-color: #e87722; 
/*    border-bottom-color: #861f41; */
}

.header-search-box a:hover {
    background-color: #e87722; 
/*    background-color: #861f41; */
}

.main-navigation li.home-menu.current-menu-item a::before {
    background-color: #e87722;
}

.main-navigation ul li.menu-item-has-children a, .main-navigation ul li.page_item_has_children a {
    padding-right: 0px;
}

.main-navigation ul li.menu-item-has-children > a::after, .main-navigation ul li.page_item_has_children > a::after {
    content: "";
}

.main-navigation ul ul {
  top: 30px;
}

div.collab-image-black {
    background-color: black;
    width: 100%;
    padding: 10px;
}

div.collab-image {
    width: 100%;
    background-color: white;
    padding: 10px;
}

div.collab-box {
    background-color: white;
    max-width: 600px;
    min-width: 100px;
    border: 10px rgba(255,255,255,0.0);
    padding: 10px;
    margin: 10px auto;
}

div.collab-box h2 {
    color: #861f41;
    font-weight: bold;
}

/* Turn off home link in menu */
li.home-menu {
    /* display: none; */
}

/* Turn off search in menu bar */
.header-search-box {
   display: none;
}

.main-navigation li.home-menu.current-menu-item a::before {
    padding: 1px 8px 9px;
}

.main-navigation li.home-menu.current-menu-item a::after {
  border-left: none;
}

.main-navigation li {
    /* float: right; */
}

#main-nav {
    background-color: black;
    max-width: 2400px;
    border-bottom: 1px solid #75787b;
}

.main-navigation li.home-menu.current-menu-item a {
    padding: 3px 0;
}

.main-navigation ul li.home-menu a {
    padding: 3px 5px; 
}

.main-navigation ul li a {
    color: #fa5742;
    font-size: 20px;
    font-variant: all-small-caps; 
    padding: 3px 3px;
    margin: 0px 3px;
}

.menu-main-container {
    float: right;
    margin-right: 10px;
}

.search-form input.search-field {
  width: 176px;
}

/* Staff list styles */

.directory > h2 {
  width: 100%;
  background-color: white;
  padding-left: 15%;
}

.staff-page-container{
  max-width: 800px !important;
}

.staff-item-container {
  max-width: 900px;
  height: 200px;
/*  display: table-row; */
}

.staff-text-container {
  background: white;
  height: 100%;
  margin: 0;
  padding: 10px;
/*   display: table-cell */
}

.staff-text-container h3 {
  background-color: white;
  font-size: 20px;
  margin-top: 0;
}

.staff-text

.staff-image-container {
  padding: 10px;
  display: table-cell;
}



/* Home page div settings */

div#sidebar-front-page-widget-area .widget-title {
  display: none;
}

/*
.hp_container::before, .hp_container::after, .hp_div::before {
  clear: both;
}
*/

.hp_container {
  position: relative;
  display: block;
  max-width: 1300px;
  height: 300px;
  margin: auto;
  padding-left: 15px;
}

.hp_div {
  position: relative;
  display: inline-block;
  width: 23%;
  height: 100%;
  padding: 10px;
  margin: 5px;
  border-radius: 12px;
  background-size: 100% 100%; 
  background-repeat: no-repeat; 
  color: white;
  overflow: hidden;
}

.hp_div > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none; /* No underlines on the link */
  z-index: 10; /* Places the link above everything else in the div */
  background-color: #FFF; /* Fix to make div clickable in IE */
  opacity: 0; /* Fix to make div clickable in IE */
  filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}


#hp_part1 {
  background-image: url("https://www.granatalab.beam.vt.edu/wp-content/uploads/2017/10/markers-e1509375719768.jpg");
}

#hp_part2 {
  background-image: url("https://www.granatalab.beam.vt.edu/wp-content/uploads/2017/10/facil_orange-300x160.jpg");
}

#hp_part3 {
  background-image: url("https://www.granatalab.beam.vt.edu/wp-content/uploads/2017/10/motioncap_fade-300x177.jpg");
}

#hp_part4 {
  background-color: white;
  overflow: auto;
  border: 1px solid black;
}

@media only screen and (max-width:950px) {
  .hp_container {
    max-width: 650px;
    height: 600px;
  }
  .hp_div {
    width: 48%;
    height: 50%;
  }
}

@media only screen and (max-width:630px) {
  .hp_container {
    max-width: 300px;
    height: 1250px;
  }
  .hp_div {
    width: 100%;
    height: 25%;
    max-height: 300px;
  }
}

/**********************************************/
/* Form related styles */

div.form_group {
  position: relative;
  margin: 0 auto 20px auto;
  max-width: 550px;
  padding: 40px;
  border-style: solid;
  border-color: black;
}

div.form_group h2 {
  margin: auto;
  width: 100%;
  text-align: center;
}

div.form_group input[type=text], div.form_group input[type=email], div.form_group input[type=tel], div.form_group input[type=number], div.form_group input[type=submit],  div.form_group textarea, div.form_group select {
    width: 100%;
    padding: 12px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

div.form_group textarea {
  resize: vertical;
}

div.form_group [placeholder] {
  font-style: oblique;
}

div.form_group input[type=radio] {
  margin-left: 10px;
  display: inline-block;
}

div.form_group p {
  margin-top: 10px;
}

div.radio {
  margin-bottom: 10px;
}

div.radio label {
  display: inline;
}


/**********************************************/

/* Testing flow stuff */

div.flowWrapper {
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: auto;
  max-width: 700px;
  height: 400px;
  border-style: solid;
  border-width: 2px;
  border-color: blue;
  padding: 5px;
}

/*
div.flowClass::before, div.flowClass::after {
  clear: both;
}
*/

div.flowClass {
  box-sizing: border-box;
  display: inline-block;
  width: 33%;
  height: 100%;
  margin: 0px;
  padding: 10px;
  overflow: hidden;
  border-style: solid;
  border-width: 2px;

}

/* 
div.flowClass p, div.flowClass h1 {
  display: none;
}
*/  

div#flowContent1 {
  background-color: red;
}

div#flowContent2 {
  background-color: green;
}

div#flowContent3 {
  background-color: blue;
}

@media only screen and (max-width:767px) {

  div.flowWrapper {
    max-width: 500px;
    height: 800px;
  }

  div.flowClass {
    width: 49%;
    height: 50%;
  }

}

@media only screen and (max-width:479px) {

  div.flowWrapper {
    max-width: 100%;
    height: 1200px;
  }

  div.flowClass {
    width: 100%;
    height: 33%;
  }

}


/*******************************************************/


/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width:1023px) {
    .mobile-nav-wrap {
/*      background: #862041 none repeat scroll 0 0; */
      background: #e87722 none repeat scroll 0 0;
    }
    #masthead {
      border-bottom: 0;
    }
    #site-identity {
      display: table;
    }
    a.custom-logo-link {
      margin-right: 15px;
    }
    h1, h2, h3, h4, h5, h6, p {
      margin: 0 0 15px 0;
    }
    .site-branding {
      width: 50%;
      text-align: left;
    }
    .site-branding img {
      float: none;
      margin: auto;
      display: block;
    }
    body #content #primary {
      border-bottom: 0;
      margin-bottom: 0; 
      padding-bottom: 0;
    }
    .inner-wrapper, #content .inner-wrapper {
      margin-left: 0px;
      margin-right: 0px;
    }
    #primary {
      padding-left: 0px;
      padding-right: 0px;
    }
}

@media only screen and (max-width:900px) {
    .entry-cell-1 {
       float:none;/*fix for  buggy browsers*/
       display:block;
       width:600px;
       margin: auto;
    /*   background-color:#ccc; */
    }
    img.alignleft {
      display: block;
      float: none;
      margin: auto;
      
    }
  .entry-cell-2 {
     float:none;/*fix for  buggy browsers*/
     display:block;
     max-width:600px;
     margin: auto;
     padding: 10px 15px 0;
     background-color:white;
  }

  #page {
    margin-top: 0;
  }

  .mobile-nav-wrap {
    display: none;
  }

  #top-nav, #main-nav {
    display: block;
  }

}





/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {
    
    .search-form input.search-field {
      width: 78%;
    }

    #header-right {
        width: 100%;
        margin: auto; 
        max-width: 100%;

    }

    #page {
      margin-top: 48px;
    }

    .mobile-nav-wrap {
/*      background: #862041 none repeat scroll 0 0; */
/*      background: #e87722 none repeat scroll 0 0; */
      display: block;
	  padding: 6px;
    }

    #top-nav, #main-nav {
      display: none;
    }

    #site-identity {
      display: table;
    }
    a.custom-logo-link {
      margin: auto;
    }
    h1, h2, h3, h4, h5, h6, p {
      margin: 0 0 5px 0;
    }
    .site-branding {
      width: 100%;
      text-align: left;
    }
    .site-branding img {
      float: none;
      margin: auto;
      display: block;
    }
}

@media only screen and (max-width:700px) {
    .entry-cell-1 {
       float:none;/*fix for  buggy browsers*/
       display:block;
       width:100%;
       margin: 5px;
    /*   background-color:#ccc; */
    }
    img.alignleft {
      display: block;
      float: none;
      margin: auto;
      
    }
  .entry-cell-2 {
     float:none;/*fix for  buggy browsers*/
     display:block;
     max-width:100%;
     margin: 5px;
     padding: 10px 15px 0;
     background-color:white;
  }

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) {

    #header-right {
        width: 100%;
        margin: auto; 
        max-width: 100%;
    }
    .mobile-nav-wrap {
/*      background: #862041 none repeat scroll 0 0; */
    }

    #site-identity {
      display: none;
    }
    a.custom-logo-link {
      margin: auto;
    }

    h1, h2, h3, h4, h5, h6, p {
      margin: 0 0 5px 0;
    }
    .site-branding {
      width: 100%;
    }

    .site-branding img {
      float: none;
      margin: auto;
      display: block;
    }
}
