/**handles:skin-style**/
/**
 * Less Skin stylesheet
 *
 * Less Styles for skin creation
 *
 * Please do not edit this file. This file is part of the CyberChimps Framework and all modifications
 * should be made in a child theme.
 *
 * @category CyberChimps Framework
 * @package  Framework
 * @since    1.0
 * @author   CyberChimps
 * @license  http://www.opensource.org/licenses/gpl-license.php GPL v3.0 (or later)
 * @link     http://www.cyberchimps.com/
 */
/* GREEN ===================
@col1: #7ecc2f; */
/* ORANGE ===================
@col1: #f87204;*/
/* RED ===================
@col1: #f8262c;*/
/************************************************************************************************************/
/********************************************* HTML *******************************************************/
/************************************************************************************************************/
body {
  color: #333333;
}
a:hover {
  color: #1a79f6;
}
blockquote {
  background-color: #95c1fb;
  border-left: 5px solid #c6defd;
}
pre {
  background: #c6defd;
  border: 1px solid #096ced;
}
textarea {
  border: 1px solid #95c1fb;
}
input[type="submit"] {
  background: #4b96f8;
  /* Old browsers */

  background: -moz-linear-gradient(top, #95c1fb 0%, #4b96f8 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #95c1fb), color-stop(100%, #4b96f8));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #95c1fb 0%, #4b96f8 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #95c1fb 0%, #4b96f8 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #95c1fb 0%, #4b96f8 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #95c1fb 0%, #4b96f8 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@col1lighter', endColorstr='@col1', GradientType=0);
  /* IE6-9 */

  color: #ffffff;
}
input[type="submit"]:hover {
  background: #4b96f8;
}
tr {
  border-bottom: 1px solid #096ced;
}
.odd {
  background: #c6defd;
}
/************************************************************************************************************/
/********************************************* LAYOUT *******************************************************/
/************************************************************************************************************/
#sub_body {
  background: #ffffff url('https://ctiv.com.au/wp-content/themes/neuropro3/inc/css/skins/images/blue/bg.jpg') 0 0 repeat-x;
}
/************************************************************************************************************/
/********************************************* NAVIGATION ***************************************************/
/************************************************************************************************************/
#navigation_menu {
  background: #031e41;
}
/************************************************************************************************************/
/********************************************* MAIN CONTENT *******************************************************/
/************************************************************************************************************/
h2.entry-title a:hover {
  color: #1a79f6;
}
.more-content {
  border: 1px solid #95c1fb;
}
/************************************************************************************************************/
/********************************************* SIDEBAR *******************************************************/
/************************************************************************************************************/
h3.widget-title {
  background: #c6defd;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #c6defd 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #c6defd));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #c6defd 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #c6defd 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #c6defd 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #c6defd 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@white', endColorstr='@col1lightest', GradientType=0);
  /* IE6-9 */

}
.widget-container ul li,
.widget ul li {
  border-bottom: 1px solid #c6defd;
}
/************************************************************************************************************/
/********************************************* FOOTER *******************************************************/
/************************************************************************************************************/
#footer_section {
  background: #ffffff url('https://ctiv.com.au/wp-content/themes/neuropro3/inc/css/skins/images/blue/bg_footer.jpg') 0 0 repeat-x;
}
/************************************************************************************************************/
/********************************************* ELEMENTS *******************************************************/
/************************************************************************************************************/
/* ==================================== WIDGET BOXES ================================================== */
.box {
  background: #95c1fb;
  background: -moz-linear-gradient(top, #95c1fb 30%, #ffffff 30%, #95c1fb 82%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #95c1fb), color-stop(30%, #ffffff), color-stop(82%, #95c1fb));
  background: -webkit-linear-gradient(top, #95c1fb 30%, #ffffff 30%, #95c1fb 82%);
  background: -o-linear-gradient(top, #95c1fb 30%, #ffffff 30%, #95c1fb 82%);
  background: -ms-linear-gradient(top, #95c1fb 30%, #ffffff 30%, #95c1fb 82%);
  background: linear-gradient(to bottom, #95c1fb 30%, #ffffff 30%, #c6defd 82%);
}
.box p {
  color: #333333;
}
/* ==================================== TWITTER ================================================== */
#twitter_text li.odd {
  background: #95c1fb;
}
/* ==================================== RECENT POSTS ================================================== */
#recent_posts h6 {
  border-top: 1px dashed #95c1fb;
  border-bottom: 1px dashed #95c1fb;
}
/* ==================================== CALLOUT ================================================== */
#callout_section_section {
  border-top: 1px dashed #096ced;
  border-bottom: 1px dashed #096ced;
  background-color: #c6defd;
}
#callout_button .btn-primary,
.btn {
  border-color: #096ced;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  background: #4b96f8;
  /* Old browsers */

  background: -moz-linear-gradient(top, #95c1fb 0%, #4b96f8 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #95c1fb), color-stop(100%, #4b96f8));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #95c1fb 0%, #4b96f8 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #95c1fb 0%, #4b96f8 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #95c1fb 0%, #4b96f8 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #95c1fb 0%, #4b96f8 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@col1lighter', endColorstr='@col1', GradientType=0);
  /* IE6-9 */

  color: #ffffff;
}
#callout_button .btn-primary:hover,
.btn:hover {
  background: #4b96f8;
  color: #ffffff;
}
/* MAGAZINE ===================*/
#magazine .post-container {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #95c1fb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #95c1fb));
  background: -webkit-linear-gradient(top, #ffffff 0%, #95c1fb 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #95c1fb 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #95c1fb 100%);
  /* Old browsers */

  background: linear-gradient(to bottom, #ffffff 0%, #95c1fb 100%);
  /* FF3.6+ */

}
/* ==================================== PAGINATION ================================================== */
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #7cb3fa;
  color: #ffffff;
}