/* Created By: Alex Mehan
 * Date: 19/02/2015
 */

/* Holding site styling */
h1 {
  color: #221060;
}

#rt-maintop .rt-block {
  border-bottom: 1px solid #dedede;
}

/********** Main Menu *************/

/* Changing the menu item text colour to white (Apart from the active menu item) */
#rt-header .gf-menu .item {
  color: #ffffff;
}

.gf-menu .dropdown {
  /*background-color: #2F0B8A;*/
  background-color: rgba(34, 16, 96, 0.75);
}

/* Change the hover-over background */
.gf-menu li:hover > .item .menu-item-bg, .gf-menu li:focus > .item .menu-item-bg {
  background-color: rgba(34, 16, 96, 0.9);
}

/* Altering the active menu item. 
   This will clearly show which menu item is selected (what page they are on)
 * Changing the background colour to white
 * Changing the color of the text to black
 */

.gf-menu li.active > .item .menu-item-bg {
  background-color: #ffffff;
  color: #000000;
}

/*Setting Widths of certain menu items */
.item175 {
  width: 201px;
}

.item177 {
  width: 161px;
}

/************** END MAIN MENU ******************/

/***** Template Styling *******/

#rt-header, #rt-footer {
  background-color: #221060;
}

/* Remove padding from the logo area */
.rt-logo-block {
  padding: 3px 0;
}
/* Removing padding at the top of the site */
#rt-page-surround {
  padding: 0;
}

/* Add padding to homepage sidebar */
.wtp-homepage-sidebar {
  padding: 15px;
}

#rt-sidebar-a {
  color: #000;
}

/* Remove padding from .rt-block */
#rt-sidebar-a .rt-block {
  padding: 0px;
}

.rt-grid-3, #rt-sidebar-a, #rt-sidebar-a .rt-block, #rt-sidebar-a .module-surround, #rt-sidebar-a .module-content, #rt-sidebar-a .custom, #rt-sidebar-a .wtp-module {
   height: 100%;
}

/* Stylizing the section rt-top*/

#rt-top .rt-block {
  margin: 0;
  padding: 5px 20px 0;
}

#rt-top a {
  color: #666666;
}

#rt-top a:hover {
  color: #dddddd;
  text-decoration: underline;
}

#rt-top {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2) inset;
  padding-bottom: 5px;
}

#rt-top, #rt-top .rt-container {
  color: #666666;

background: rgba(46,45,46,1);
background: -moz-linear-gradient(top, rgba(46,45,46,1) 0%, rgba(32,32,32,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(46,45,46,1)), color-stop(100%, rgba(32,32,32,1)));
background: -webkit-linear-gradient(top, rgba(46,45,46,1) 0%, rgba(32,32,32,1) 100%);
background: -o-linear-gradient(top, rgba(46,45,46,1) 0%, rgba(32,32,32,1) 100%);
background: -ms-linear-gradient(top, rgba(46,45,46,1) 0%, rgba(32,32,32,1) 100%);
background: linear-gradient(to bottom, rgba(46,45,46,1) 0%, rgba(32,32,32,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2d2e', endColorstr='#202020', GradientType=0 )

}

/* Changes the colour of the main content area (the sidebar)*/

#rt-main {
  background-color: #dedede;
}

/*#rt-main {
  background-color: #82BC00;
}*/

#rt-bottom .rt-block {
  padding: 0px;
  padding-top: 5px;
}

#rt-bottom {
  background-color: #DEDEDE;
}

#rt-footer a:hover {
  text-decoration: underline;
}


.wtp-discount {
  padding-left: 15%;
  margin-top: 20px;
}
/* Creating the discounts circle */
.wtp-discounts-large-circle {
  border-radius: 50%;
  background-color: #87C440;
  width: 170px;
  height: 170px;
  padding: 15px 15px 15px 5px;
}

.wtp-discounts-small-circle {
  border-radius: 50%;
  background-color: #221060;
  width: 110px;
  height: 110px;
  padding: 30px;
  color: #fff;
}

/* Chage colour of links (white is default)*/
.ph-number {
  color: #221060;
}

.ph-number:hover {
  text-decoration: underline;
}

.wtp-clause-text {
  font-size: 0.8em;
  line-height: 15px;
}

.wtp-clause-text ul li{
  line-height: 15px
}

.wtp-clause-text a{
  color: #000000;
  text-decoration: underline 
}

.wtp-module {
  text-align: center;
  margin-top: 20px;
}

.wtp-contact-button {
  background-color: #81BE41;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.2s ease-in 0s;
    vertical-align: middle;
}

/************ Articles ******************/

.wtp-title a {
  color: #221060;
}

.wtp-article-contact-button {
  margin-top: -140px;
}

a.readmore {
  color: #ffffff;
}

.wtp-course-code {
  color: #81be41;
  font-weight: bold;
  font-size: 1.1em;
}

.wtp-course-wrapper {
  border: 1px solid #C0C0C0;
  width: 100%;
  float: left;
  padding: 5px;
  background-color: #F0F0F0;
  margin-bottom: 20px;
  border-radius: 6px;
}

/* Formatting the text for the price to make it stand out */
.wtp-price-text {
  color: #F05423;
  font-size: 1.4em;
}
.wtp-circle {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 5px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  background-color: #F05423;
}

/************ Terms and Conditions **************/

.wtp-toc-break {
  border-bottom: 1px solid #dedede;
}

a.wtp-title-colour {
  color: #6e6e6e;
}

/******* Terms and Conditions ToC *********/

.wtp-table-of-contents {
  position: fixed;
  width: 250px;
}
ul.wtp-toc {
  list-style: none;
}
ul li.wtp-toc-item:before{ content:"-"; position:relative; left:-5px;}
ul li.wtp-toc-item{ text-indent:-5px; color: #000;}

.layout-mode-responsive .gf-menu-device-wrapper-sidemenu, .layout-mode-responsive .gf-menu-device-container, .layout-mode-responsive .gf-menu-device-container .gf-menu ul, .layout-mode-responsive .gf-menu-device-container .gf-menu ol, .layout-mode-responsive .gf-menu-device-container .gf-menu > li:first-child, .layout-mode-responsive .gf-menu-device-container .gf-menu > li.active:first-child, .layout-mode-responsive .gf-menu-device-container .gf-menu > li:last-child, .layout-mode-responsive .gf-menu-device-container .gf-menu li ol > li:last-child, .layout-mode-responsive .gf-menu-device-container .gf-menu li .columns-1 > .col1 > ul > li:last-child, .layout-mode-responsive .gf-menu-device-container .gf-menu li .columns-2 > .col2 > ul > li:last-child, .layout-mode-responsive .gf-menu-device-container .gf-menu li .columns-3 > .col3 > ul > li:last-child, .layout-mode-responsive .gf-menu-device-container .gf-menu li .columns-4 > .col4 > ul > li:last-child {
  background-color: #2F0B8A !important;
}

.layout-mode-responsive .gf-menu-device-container .gf-menu {
  background-color: #2F0B8A;
  border-top: 15px solid #2F0B8A;
  border-bottom: 15px solid #2F0B8A;
}

/* Change the size of the social media icons */
.rt-social-buttons .social-button {
  font-size: 1.8em;
}

/************** VIK Appointments *****************/

.vapempnamediv, .vapordertitlediv {
  font-size: 25px;
  line-height: 34px;
}

/* Making white text link black */
.vapcartitemleft a , .vapcartitemexp a {
  color: #000;
}

.vapcontinueshoplink {
  background: none repeat scroll 0 0 #81BE41;
  color: #000;
}

/* Change the background colour of the services textbox in the search module */
#rt-sidebar-a .vapsearchentryselectmod {
  background-color: #ffffff;
}

#rt-sidebar-a .vapsearchentryselectmod:hover, .moduletablevikapp select:hover {
  cursor: pointer;
}

#rt-sidebar-a .moduletablevikapp .vapsearchsubmitmod {
  background-color: #221060;
}

/* Hide the 'Continue Shopping" button */
.vapcontinueshopdiv {
  display: none;
}


/****************************************************************************/ 

/*                                                ROKSPROCKET EDITS AND FORMATTING                                           */ 

/****************************************************************************/ 

 

/* *********** Features *********** */ 

 

/* ************* Tabs ************ */ 
/* Change the text colour of the read-more button*/
#rt-showcase .readon {
  color: #ffffff !important;
}

#rt-showcase .sprocket-tabs .sprocket-tabs-nav > li.active > .sprocket-tabs-inner {
  opacity: 1;
}

#rt-showcase .sprocket-tabs .sprocket-tabs-nav > li.active > .sprocket-tabs-inner > .sprocket-tabs-icon {
  opacity: 1;
}

#rt-showcase .sprocket-tabs .sprocket-tabs-nav > li > .sprocket-tabs-inner > .sprocket-tabs-icon {
  opacity: 0.2;
}

.rt-text-large, .rt-title-tag, .sprocket-tabs-text {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
/* ************* Strips *********** */ 

 

/* ********** Headlines *********** */ 

 

/* ************ Mosaic *********** */ 

 

/* ************* Lists ************ */ 

 

/****************************************************************************/ 

/*                                                    RESPONSIVE DESIGN OVERRIDES                                                    */ 

/****************************************************************************/ 

 

/******** Smartphones ********/ 

@media (max-width: 480px) { 

 

} 

 

/******** Smartphones to Tablets ********/ 

@media (min-width: 481px) and (max-width: 767px) { 

} 

@media (max-width: 767px) {
  /* Removes the border to the right of the menu items */
  .gf-menu.l1 > li {
    border-right: 0px;
  }
  
  /* Removes the margin top from devices under 767px
   * Does not need to be moved up
  */  
.wtp-article-contact-button {
  margin-top: 0px;
}
}

 

/******** Tablets******* */ 

@media (min-width: 768px) and (max-width: 959px) { 
  
  .menu-item-bg {
    padding: 4px 8px;
  }
/*Setting Widths of certain menu items */
  .item172 {
    width: 75px;
  }
.item175 {
  width: 140px;
}
  
  .item176 {
    width: 103px;
  }

.item177 {
  width: 95px;
}
  
  .item178 {
  width: 80px;
}
  
  /* Moves contact button so it sits under image */  
.wtp-article-contact-button {
  margin-top: -250px;
}

} 

 

/******** Desktop ********/ 

@media (min-width: 960px) and (max-width: 1199px) { 

.gf-menu.l1 > li > .item {
    font-size: 13px;
  }
/*Setting Widths of certain menu items */
  .item172 {
    width: 82px;
  }
.item175 {
  width: 180px;
}
  
  .item176 {
    width: 130px;
  }

.item177 {
  width: 110px;
}

/* Moves contact button so it sits under image */  
.wtp-article-contact-button {
  margin-top: -200px;
}

} 

 

/******** Large Display ********/ 

@media (min-width: 1200px) { 

 

} 

