/*!
Theme Name: Bowelcancer.tv
Author: 64 Digital
Author URI: http://www.64digital.co.uk
Version: 1.0
*/
body {
  color: #4a4a4a;
  font-family: 'Roboto', sans-serif;
  border-top:8px solid #3e9fe3;
}

h1 {
    font-size:3.2em;
    font-weight:400;
    margin:0 0 10px 0;
}

h2 {
    font-size:2.4em;
    font-weight:400;
    margin:0 0 10px 0;
}

h3 {
    font-size:2em;
    font-weight:400;
    margin:0 0 10px 0;
}

h4 {
    font-size:1.8em;
    font-weight:400;
    margin:0 0 10px 0;
}

h5 {
    font-size:1.4em;
    font-weight:400;
    margin:0 0 10px 0;
}

h6 {
    font-size:1em;
    font-weight:400;
    margin:0 0 10px 0;
}

p {
    font-size:1em;
    font-weight:400;
    margin:0 0 10px 0;
    line-height:1.8em;
}

.contentBlock ul li:nth-child(1n+1),
.searchResults ul li:nth-child(1n+1) {
    list-style-image: url(/wp-content/themes/bowelcancer-tv/images/green.png); 
}

.contentBlock ul li:nth-child(2n+1),
.searchResults ul li:nth-child(2n+1) { 
    list-style-image: url(/wp-content/themes/bowelcancer-tv/images/blue.png); 
}

.contentBlock ul li:nth-child(3n+1),
.searchResults ul li:nth-child(3n+1) {
    list-style-image: url(/wp-content/themes/bowelcancer-tv/images/yellow.png); 
}

.contentBlock ul li:nth-child(4n+1),
.searchResults ul li:nth-child(4n+1) { 
    list-style-image: url(/wp-content/themes/bowelcancer-tv/images/orange.png); 
}

.contentBlock ul li:nth-child(5n+1),
.searchResults ul li:nth-child(5n+1) { 
    list-style-image: url(/wp-content/themes/bowelcancer-tv/images/purple.png); 
}

.logoBar {
    height:160px;
    overflow:hidden;
}

.logoBar:before {
    background:url(/wp-content/themes/bowelcancer-tv/images/headerDots.png) no-repeat top left;
    position: absolute;
    top:0;
    left:0;
    content: " ";
    width: 297px;
    height: 127px;
}

.logoBar:after {
    background:url(/wp-content/themes/bowelcancer-tv/images/headerDots.png) no-repeat top right;
    position: absolute;
    top:0;
    right:0;
    content: " ";
    width: 297px;
    height: 127px;
}

@media (max-width:1024px) {
    .logoBar:before {
        width: 190px;
    }
    .logoBar:after {
        width: 197px;
    }
}

@media (max-width:768px) {
    .logoBar:before {
        width: 200px;
    }
    .logoBar:after {
        width: 160px;
    }
}

@media (max-width:676px) {
    .logoBar:before {
        width: 190px;
    }
    .logoBar:after {
        width: 160px;
    }
}

@media (max-width:580px) {
    .logoBar:before {
        width: 65px;
    }
    .logoBar:after {
        width: 50px;
    }
}


.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding-left:0;
}

.icon-bar {
  background: #666;
}

.logo {
    font-size:3em;
    font-weight:500;
    color:#df1f03;
    font-family: 'Roboto', sans-serif;
    margin-top:30px;
    display:block;
}

.logo:hover {
    text-decoration:none;
}

@media (max-width:768px) {
    .logo {font-size: 2em;}
}

.topNav {
    background:#f3f3f3;
}

.topNav .container {
    padding:0;
}

.navbar-collapse,
.navbar-form {
    padding-right:0;
    margin-right:-3px;
}

@media (max-width:768px) {
    .navbar-form {
        display:none;
    }
}

.topNav a {
    color:#666;
    font-size:1.2em;
}


.topNav .dot {
    width:15px;
    height:12px;
    display: inline-block;
    margin-right:3px;
}

.topNav .green  {
    background:url(/wp-content/themes/bowelcancer-tv/images/green.png) no-repeat center center;
}

.topNav .blue  {
    background:url(/wp-content/themes/bowelcancer-tv/images/blue.png) no-repeat center center;
}

.topNav .yellow  {
    background:url(/wp-content/themes/bowelcancer-tv/images/yellow.png) no-repeat center center;
}

.topNav .orange  {
    background:url(/wp-content/themes/bowelcancer-tv/images/orange.png) no-repeat center center;
}

.topNav .purple  {
    background:url(/wp-content/themes/bowelcancer-tv/images/purple.png) no-repeat center center;
}

.topNav .navSearch {
    margin:0;
}

.topNav .navSearch input {
    border:none;
    background:#9b9b9b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin:0;
    display:inline-block;
    height: auto;
    padding: 15px 60px 15px 20px;
    color:#ffffff !important;
    font-weight: 400;
}

.topNav .navSearch input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.topNav .navSearch input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.topNav .navSearch input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.topNav .navSearch input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.topNav .navSearch input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}

@media (max-width:1400px) and (min-width:990px) {
    .topNav .navSearch input {
         padding: 15px 15px 15px 20px;
    }
}

@media (max-width:769px) {
    .topNav .navSearch input {
         padding: 15px 10px 15px 20px;
    }
}

@media (max-width:991px) {
    .navbar-form {
         padding: 10px 0;
     
    }
    .topNav .navSearch {
            margin-left:-10px;
    }
}


.topNav .btn {
    border:none;
    background:none;
    padding: 15px 12px;
    margin-left:-40px;
    color:#ffffff;
}



.navbar,
.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
    margin-bottom:0;
    border:none;
}


.nav > li > a {
    padding: 15px ;
}

.dropdown-menu.mega-dropdown-menu {
    -webkit-box-shadow: 0 7px 7px -4px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 7px 7px -4px rgba(0,0,0,0.25);
    box-shadow: 0 7px 7px -4px rgba(0,0,0,0.25);
}


.mega-dropdown {
  position: static !important;
}

.navbar-nav>li>a:hover,
.mega-dropdown-menu:hover {
    background:#ffffff;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}


.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
}


.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color:#1287d7;
}

/*Mega menu titles*/
.mega-dropdown-menu .dropdown-header {
    font-size: 1.2em;
    font-weight:500;
    min-height:1.2em;
    color: #313131;
    padding: 5px;
    text-transform:uppercase;
    white-space: normal;
}
/*Mega menu items*/
.mega-dropdown-menu > li > ul > li > a {
    font-size: 1em;
    display: block;
    color: #222;
    padding: 3px 5px;
}

.mega-dropdown-menu .try {
    padding:0;
    margin:20px 0;
}

header {
    margin-bottom:30px;
}



/*CONTENT BLOCKS*/
.contentBlock {
    margin:30px 0;
}

.textBlock {
    border-top:8px solid #f3f3f3;
    border-bottom:8px solid #f3f3f3;
    padding:10px 0;
    display: inline-block;

}

.textBlock.contentBlock {
    width:100%;
}

.textBlock img {
    margin:10px 0;
}

.textBlockLink:hover .textBlock {
    border-top:8px solid #039BDF;
    border-bottom:8px solid #039BDF;
}

.symtopCheckerBlock {
    background:url(/wp-content/themes/bowelcancer-tv/images/doctor.png) no-repeat top left #295aa1;
    background:url(/wp-content/themes/bowelcancer-tv/images/doctor.png) no-repeat top left, -moz-linear-gradient(left, #295aa1 0%, #01A3FE 100%);
    background:url(/wp-content/themes/bowelcancer-tv/images/doctor.png) no-repeat top left, -webkit-linear-gradient(left, #295aa1 0%,#01A3FE 100%);
    background:url(/wp-content/themes/bowelcancer-tv/images/doctor.png) no-repeat top left, linear-gradient(to right, #295aa1 0%,#01A3FE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295aa1', endColorstr='#01A3FE',GradientType=1 );
}

.symtopCheckerBlock .textBlock {
    color:#ffffff;
    margin: 10px 30px 0 255px;
    border:0;
}

@media (max-width:570px) {
    .symtopCheckerBlock {
        background:#295aa1;
        background: -moz-linear-gradient(left, #295aa1 0%, #439ffd 100%);
        background: -webkit-linear-gradient(left, #295aa1 0%,#439ffd 100%);
        background: linear-gradient(to right, #295aa1 0%,#439ffd 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295aa1', endColorstr='#439ffd',GradientType=1 );
    }
    .symtopCheckerBlock .textBlock {
        margin: 0 30px 30px ;
    }
}

.symtopCheckerBlock .textBlock a.button {
    border: 2px solid #ffffff;
    color:#ffffff;
    padding-left:10px ;
    margin:20px 0;
    display:inline-block;
    font-size: 1.2em;
    line-height: 2.3em;
    width:100%;
}

.symtopCheckerBlock .textBlock a.button:after {
    background: url(/images/arrow.png) no-repeat center center red;
    padding: 20px;
    content: '';
    border-left: 2px solid #ffffff;
    margin-left: 10px;
    float:right;
}

.videoSection .embed-responsive {
    margin-bottom:10px;
}

.videoSection h1 {
    margin-bottom: 20px;
}







/*LEFT ARROW BUTTON*/
a.leftArrowButton {
    color: #ffffff;
    font-size: 1.2em;
    padding:12px 12px 12px 56px ;
    position:relative;
    float: left;
    margin-bottom:20px;
    width:100%;
    bottom:0;
    border: 2px solid #ffffff;
    margin:10px 0;
}

a.leftArrowButton:before {
    background:url(/wp-content/themes/bowelcancer-tv/images/arrow.png) #df1f03 center center no-repeat;
    content: '';
    color: #ffffff;
    padding: 23px;
    font-size: 1.2em;
    border-left: 2px solid #ffffff;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

/*RIGHT ARROW BUTTON*/
a.rightArrowButton {
    color: #ffffff;
    font-size: 1.2em;
    padding:12px 50px 12px 12px ;
    position:relative;
    float: left;
    width:100%;
    margin:10px 0;
}

a.rightArrowButton:before {
    background:url(/wp-content/themes/bowelcancer-tv/images/arrow.png) #df1f03 center center no-repeat;
    content: '';
    color: #ffffff;
    padding: 23px;
    font-size: 1.2em;
    border-left: 2px solid #ffffff;
    position:absolute;
    top:0;
    right:0;
    height: 100%;
}

/*DOWN ARROW BUTTON*/
a.downArrowButton {
    color: #ffffff;
    font-size: 1.2em;
    padding:12px 50px 12px 12px ;
    position:relative;
    float: left;
    width:100%;
    margin:10px 0;
}

a.downArrowButton:before {
    background:url(/wp-content/themes/bowelcancer-tv/images/arrow.png) #df1f03 center center no-repeat;
    content: '';
    color: #ffffff;
    padding: 23px;
    font-size: 1.2em;
    border-bottom: 2px solid #ffffff;
    position:absolute;
    top:0;
    right:0;
    height: 100%;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}


.textBlock a.leftArrowButton,
.textBlock a.rightArrowButton,
.textBlock a.downArrowButton,
.videoSection a.rightArrowButton {
    background:#039BDF;
    border:0;
}

.symtopCheckerBlock .textBlock a.leftArrowButton,
.symtopCheckerBlock .textBlock a.rightArrowButton {
    background:none;
    border: 2px solid #ffffff;
}

/*HOVER STATES*/
.symtopCheckerBlock .textBlock a.leftArrowButton:hover,
.symtopCheckerBlock .textBlock a.rightArrowButton:hover,
.textBlock a.leftArrowButton:hover,
.textBlock a.rightArrowButton:hover,
.textBlock a.downArrowButton:hover,
.videoSection a.rightArrowButton:hover
 {
    text-decoration:none;
    background:#df1f03;
    opacity:1;
    color:#ffffff;
}

/*CONTACT PAGE*/
.gform_wrapper li,
.gform_wrapper input,
.gform_wrapper textarea {
    width:100% !important;
    padding-right: 0 !important;
}

.gform_footer .button {
    color: #ffffff;
    font-size: 1.2em ;
    padding:12px 50px 12px 12px ;
    position:relative;
    float: left;
    width:100% !important;
    margin:10px 0 ;
    background:#039BDF;
    border:0;
}

.gform_footer .button:hover {
    background:#df1f03;
}









.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
}



footer {
    background:#f3f3f3;
    border-bottom:7px solid #3e9fe3;
    padding-top:30px;
    position:relative;
    margin-top:30px;
}



footer:before {
    background:url(/wp-content/themes/bowelcancer-tv/images/footerLeft.png) no-repeat top left;
    position: absolute;
    bottom:0;
    left:0;
    content: " ";
    width: 297px;
    height: 127px;
}

footer:after {
    background:url(/wp-content/themes/bowelcancer-tv/images/footerRight.png) no-repeat top right;
    position: absolute;
    bottom:0;
    right:0;
    content: " ";
    width: 297px;
    height: 127px;
}

@media (max-width:1024px) {
    footer:before {
        width: 190px;
    }
    footer:after {
        width: 197px;
    }
}

@media (max-width:768px) {
    footer:before {
        width: 200px;
    }
    footer:after {
        width: 160px;
    }
}

@media (max-width:676px) {
    footer:before {
        width: 190px;
    }
    footer:after {
        width: 160px;
    }
}

@media (max-width:580px) {
    footer:before {
        width: 65px;
    }
    footer:after {
        width: 50px;
    }
}

footer ul {
    list-style:none;
    padding:0;
}

footer .col1 ul li a {
    color: #4a4a4a;
    font-size: 1.2em;
    text-transform: uppercase;
}

footer .col2 ul {
    margin:20px 0;
}

footer .col2 ul li  {
    color: #717171;
    font-size: 1em;
}

footer .col1 ul li a:hover,
footer .col2 ul li a:hover {
    color: #039bdf;
    text-decoration:none;
}

footer .col3 a {
    float:right;
}

footer .col3 a:hover {
    opacity:0.8;
}


