/*
Hide unneccessary bits of the theme 
*/
.cast-shadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}

.content table tbody > tr:nth-child(odd) > td {
    background: none;
}

.author-bio {
    display: none;
}

.content ul.post-meta {
    display: none;
}

.entry-title {
  display: none;
}


.content table tbody > tr:nth-child(odd) > td {
    background: none;
}

.author-bio {
    display: none;
}

.content ul.post-meta {
    display: none;
}


.bg-secondary {
background: none;
}

footer.entry-footer {
    padding: 20px 0;
}

/*
Styling for search results
*/

  
.search .entry-title {
  display: block;
}

.search h2.entry-title {
  font-size: 1.5em;
}

.search h1.entry-title {
  font-size: 1.8em;
  padding-bottom: 20px;
  border-bottom: 2px solid #366eba;;
}

.search .adamrob_parallax_posttitle {
display: none;
}

.search .entry-summary {
  padding-bottom: 20px;
  border-bottom: 2px solid #366eba;;
}

/*
Size homepage features
*/

section {
border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding: 0 0;
}

.home section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-title-section {
    height: 140px;
    padding: 0 0 0 0;
}

.mb32 {
    font-size: 1.2em;
}

/*
Fix height of homepage features
*/

.feature.feature-1 p {
text-align: center;  
} 

    

.textwidget {
    width: 75%;
    margin: auto;
    text-align: center;
    padding-top: 60px;
  	padding-bottom: 60px;
}

/*
Style buttons and links
*/

.image-bg .btn.btn-filled, .btn:visited, .btn-filled, .btn.searchsubmit {
  background: #DD2476; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(-90deg, #FF512F, #DD2476); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-90deg, #FF512F, #DD2476); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-90deg, #FF512F, #DD2476); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-90deg, #FF512F, #DD2476); /* Standard syntax */
  border: 2px solid #DD2476;
}

.image-bg:hover .btn.btn-filled:hover, .btn:hover, .btn-filled:hover, .btn.searchsubmit:hover {
  background: #FF512F; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(-90deg, #DD2476, #FF512F); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-90deg, #DD2476, #FF512F); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-90deg, #DD2476, #FF512F); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-90deg, #DD2476, #FF512F); /* Standard syntax */
  border: 2px solid #FF512F;
}

.btn, .button {
    border: 2px solid #DD2476;
}

.mb0.btn-filled {
  width: 80%;
  margin-left: 10%;
}

.btn:hover, .button:hover {
    border: 2px solid #FF512F;
}

.image-bg .btn.btn-filled {
    border: 2px solid #DD2476;
}


.image-bg:hover .btn.btn-filled:hover {
    border: 2px solid #FF512F;
}

.mb0.btn.btn-lg.btn-filled.cfa-button:hover {
border: 2px solid #FF512F;
}


.btn.btn-filled.searchsubmit {
      background: #DD2476;
    border-color: #DD2476;
}

.btn.btn-filled.searchsubmit:hover {
      background: #DD2476;
    border-color: #DD2476;
}


.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
    color: #333 !important;
}

.fa-users:before {
    content: "\f0c0";
    color: #333 !important;
}

.fa-briefcase:before {
    content: "\f0b1";
    color: #333 !important;
}


.page-title-section {
    height: 0px;
}

.menu li a {
  font-size: 12px;
  opacity: 0.6;
  color: #fff;
  text-transform: capitalize;
}

a {
  color: #DD2476;
  text-decoration: none;
 
}

a:visited {
  color: #DD2476;
}

.entry-content a {
    border-bottom: 1px dotted;
}

.entry-content a:hover {
  color: #5b46c8;
    border-bottom: 1px solid;
}

.site-main {
  margin-top: 200px;
}


.print a {
    border-bottom: 1px dotted;
}

.print a:hover {
  color: #5b46c8;
    border-bottom: 1px solid;
}

blockquote {
    overflow: hidden;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    font-style: normal;
    background: #f4f4f4;
    padding: 20px;
    color: #777;
}

/*
Style top menu
*/

.main-navigation {
  padding: 15px 0;
    background: #000;
}

nav.fixed.scrolled {
    z-index: 9999;
}

.site-title {
  color: #fff;
}

.fa-search:before {
    color: #fff;
}

img.logo::after {
  content: "Somerset Virtual School";
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color :#fff;
}

.site-header {
  height: 56px;
}


.dropdown-menu>.active>a, .menu > li > ul li a {
    color: #fff;
    background-color: #000;
    opacity: 1.0;
}

.menu > li > ul li a:hover {
  background: #DD2476; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(-90deg, #FF512F, #DD2476); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-90deg, #FF512F, #DD2476); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-90deg, #FF512F, #DD2476); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-90deg, #FF512F, #DD2476); /* Standard syntax */
}


/*
Style expandable boxes
*/
.panel-title>a, .panel-title>small, .panel-title>small>a {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
}

h4.oscitas-bootstrap-container {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
}


.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: rgb(74, 189, 172);
}


.panel-heading .accordion-toggle.collapsed::after {
  content: '\f063';
  font-family: FontAwesome;
  float: right;
  vertical-align: middle;
}

.panel-heading .accordion-toggle::after {
  content: '\f062';
  font-family: FontAwesome;
  float: right;
  vertical-align: middle;
}

.panel-group.oscitas-bootstrap-container  .panel.oscitas-bootstrap-container  {
  margin-bottom: 24px;
}

.list-group.oscitas-bootstrap-container {
  margin: 30px 0px;
}

a.accordion-toggle {
  border-bottom: 0px;
}

/*
Parallax styling 
*/
.home .print {
  display: none;
}
.home .parallax-header {
  display: none;
}

.adamrob_parallax.adamrob_parallax_scrolling {
width: 170%;
margin-left: -30%;
}

.adamrob_parallax_posttitle {
font-size: 3em;
line-height: 1em;
font-weight: 300;
color: white;
}

/*
Document Gallery Styling 
*/

.attachment-template-default .type-attachment,
.document-gallery .descriptions.document-icon-row .document-icon {
    max-width: 100% !important;
}

.attachment-template-default .type-attachment,
.document-gallery .document-icon {
  border-color: #DD2476 !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-style: solid !important;
  border-width: 2px !important;
  color: #40367d;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 10px 0;
  padding: 10px 10px 10px 20px;
  position: relative;
  text-decoration: none;
  zoom: 1;
  z-index: 1000;
  width: 100% !important;
  text-align: left !important;
}

.document-gallery .document-icon img {
  width: 30px;
  border: 0;
  float: left;
  margin-right: 16px;
}

.document-gallery .document-icon .title {
  display: inline;
  line-height: 2em;
  font-size: 1.5em;
  font-weight: bold;
}

.descriptions.document-icon-row {
  border-color: #DD2476 !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-style: solid !important;
  border-width: 2px !important;
  display: block;
  line-height: 1.2em;
  margin: 10px 0;
  padding: 10px 10px 10px 20px;
  position: relative;
  text-decoration: none;
  z-index: 1000;
  width: 100% !important;
  text-align: left !important;
  clear: both;
}

.descriptions.document-icon-row .document-icon {
  border-width: 0px !important;
}

.document-gallery .descriptions.document-icon-row img {
  width: 30px;
  border: 0;
  float: left;
  margin-right: 16px;
}

.pdfprnt-top-left::after {
  content: " download as a pdf";
}

/*
Extra site styling
*/
footer {
    padding: 40px 0;
}

.print {
width: 72%;
margin: 0 auto;  
}

.logo {
    max-height: 95%;
  opacity: 1.0;
}

.feature {
    background-color: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 20px;
}



/*
Media Queries 
*/

@media screen and (max-width: 1199px) {
.feature.feature-1 p {
  min-height: 70px;
}
}


@media screen and (max-width: 991px) {
.mb0.btn-filled {
  width: 100%;
  margin-left: 0%;
}
.feature.feature-1 h4 {
    min-height: 64px;
  }
}

@media screen and (max-width: 767px) {
.feature.feature-1 p {
  min-height: 0px;
}
.feature.feature-1 h4 {
  min-height: 0px;
}
}

@media screen and (max-width: 950px) {
.adamrob_parallax_posttitle {
    padding-left: 20%;
    width: 70%;
  font-size: 2em;
}
}

@media screen and (max-width: 992px) {
  .print {
width: 95%;
}
}

@media screen and (max-width: 1199px) {
.container {
    width: 100% !important;
}
}

@media screen and (max-width: 767px) {
p {
    font-size: 1em;
}
}

.home .col-sm-12 {
  display: none;
}

.textwidget h4 {
font-size: 18px !important;
}

.module.widget-handle i {
    opacity: 1.0;
}
  #headimg {
    position: absolute;
  	width: 100%;
  	min-height: 500px;
  	margin: auto;
    overflow: hidden;
  }

.content-area {
      padding-top: 200px;
    padding-bottom: 20px;
}

.post-meta li:first-child {
  display: none;
}

.post-meta li:last-child {
  display: none;
}

.site-main {
    margin-top: 20px;
}

.blog-content-area {
    padding-top: 20px !important;
}