/* Author Info Box */ 
div.author_infobox_name span.bold {
    display: none;
}
.author_infobox_image_profile {
    width: 60px;
}
#author_infobox {
    background-color: #fff;
    color: #000000;
    border: none;
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    clear: both;
  	width:70px;
  	float:left;
}
#author_infobox .author_infobox_name {
    margin-top: 25px;
}
dl.article-info.muted {
    margin-top: 50px;
}
.pager {
    text-align: right;
}
#g-topbar {
    background-color:#f5f3f3;   
}

#main-sidebar {
  	background: #ffffff;
}

div.fastsocialshare_container {
    padding-top: 5px;
}
dd.published span.icon-calendar {
    display: none;
}
/* Mobile Toggle */
.g-offcanvas-toggle {
    top: 4.7rem;
}
/* BT Content Slider */
.bt-cs .bt-inner .bt-title {
    color: #a30a36;
}
.bt_handles_num li.current a {
    background: #a30a36;
}
a.bt-title{
	font-size:22px;  
}
.bt-main-content {
  margin-top:20px;
}
.bt-cs .bt_handles_num {
    z-index: 9;
}
.bt-cs .bt-inner img {
    outline: 0px solid #b5b5b5;
}
div#btcontentslider100 {
    height: 500px;
}
/* Article category Module */
p.mod-articles-category-introtext {
  margin:5px;
}
/* Search Box */
input.search-query {
    border-radius: 0px;
    width: 96%;
}

#searchForm label.checkbox {
    float: left;
    padding-right: 10px;
}
/*Listen Live Adjustment */
.listenlivetop {
    padding-top: 40px;
}
/* Menu */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
    background: #86082c;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
    color: #fff;
}
/*#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
    border: 2px solid #a30a36;
}*/
.g-main-nav .g-dropdown {
    z-index: 1200;
}
.g-menu-parent-indicator {
  display:none !important;
}
#g-navigation {
   z-index: 10; 
}
/* Side Menu */
#sidemenu .g-menu-item {   
    background-color: #f5f3f3;
    float: none;
    width: 100%;
    margin: 0px;
    padding: 10px;
    text-align: center;
	border-top: 1px #dfdddd solid;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#sidemenu .g-main-nav .g-toplevel > li > .g-menu-item-container {
    text-decoration: none;
    padding: 2px;
}
#sidemenu span.g-menu-item-title {
   color: #666;
}
#sidemenu span.g-menu-item-title:hover {
   color: #4b4b4b;
}
/* Custom Buttons */
.btn-custom {
    color: #FFF;
    padding: 15px;
}
.btn-weather {
    background: #08c;
    color: #fff;
}
.btn-weather:hover {
    background: #006597;
    color: #fff;
}
.btn-road {
    background: #1b1b1b;
    color: #fff;
}
.btn-road:hover {
    background: #000;
    color: #fff;
}

.btn-business {
    background: #f78413;
    color: #fff;
}
.btn-business:hover {
    background: #be6814;
    color: #fff;
}
.btn-jobs {
    background: #575757;
    color: #fff;
}
.btn-jobs:hover {
    background: #484847;
    color: #fff;
}
.btn-myaccount {
    background: #575757;
    color: #fff;
  	width: 32%;
  	display: inline-block;
}
.btn-myaccount:hover {
    background: #484847;
    color: #fff;
}
p.custombutton {
	margin: 0.5rem 0;
}

/* Speedy Glass Road Conditions Button */

.btn-speedy-glass-road {
    background: #1b1b1b;
    color: #fff;
  	display: block; 
  	font-size: 14pt; 
  	overflow: hidden;
}
.btn-speedy-glass-road:hover {
    background: #000;
    color: #fff;
}

.btn-speedy-glass-content {
  	display: inline-block; 
  	width: 50%; 
  	float: left;
}

/* listen live button top */
#g-header a:hover {
    color: #cecece;
}
/* Category Blog Layout */
.leading-0 .item-image { 
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.items-row .item-image {
  width:30%;
  float:left;
  margin-right:5%;
}
.article-info-term {display:none;}
.article-info dd {
  float:left;
}
.items-row div.span12 {
  border-top: #000 solid 1px;
  padding-top:20px;
  margin-top: 20px;
}
p.readmore {
  float:right;
  margin: 0.5rem 0;
}

#main-container {
  width:65%;
}
.pager .previous > a, .pager .previous > span {
    float: none;
}
dl.article-info.muted {
    padding-bottom: 20px;
}


/* Business Directory */
#index .title {
    height: 44px;
}


/* Logo */
.gantry-logo img {
    width: 80%;
    padding-top: 30px;
}

.bannerzonepadding {
    margin-top: 10px;
    /* margin-bottom: 10px; */
    padding-top: 20px;
    /* padding-bottom: 20px; */
    border-top: #000 solid 1px;
}

/* Box 3 */
.box3 {
    margin: 0px !important;
    margin-bottom: 10px !important;
}
.box3 ul.latestnewsbox3 li a {
    color: #fff;
    font-size: 1.2rem;
}
.box3 ul.latestnewsbox3 li:hover a {
    color: #e6e6e6;
}
.box3 ul.latestnewsbox3 li {
  list-style-type:none;
}
/* Weather */
.weatherTemp {
    font-size: 34px;
    padding-top: 10px;
}
.weatherImage {
    background-size: 0px auto;
    height: 0px;
    width: 0px;
}
.weatherDesc {
    font-size: 20px;
}
.weatherArrow {
    display: none;
}
.weatherCity {
    display:none
}
.weatherItem {
    text-align: center;
    padding-top: 0px;
}
.weatherbox {
  height:100px;
}

/* Search Classifieds Block */
.platform-content .input-block-level, .platform-content .input-large, .platform-content .input-xlarge, .platform-content .input-xxlarge, .platform-content .uneditable-input {
    display: block;
    width: 80%;
    min-height: 20px;
    float: left;
}
.jomClassifiedsSearch form {
  margin: 0px;
}
.box2 i.icon-white {
  color:#fff;
}
.jomClassifiedsSearch .control-group {
  margin-top: 2px !important;
}

/* Events Filter */
.moduletable.box2.eventsfilter {
    margin-bottom: 0px;
    padding-bottom: 5px;
}
input.modfilter_button {
  display:none;
}
.moduletable div.event_legend_container {
    background-color: #FCFCFC;
	border: solid black 0px;
}

/* Jevents layout core */
#jevents_body .nav-items div.active a, .jev_header2 .active a {
    background-color: transparent;
    color: #474747;
}
.nav-items > div:first-child {
    border-radius: 0;
    border-left: none;
}
#jevents_body .nav-items > div a:hover {
    padding: 7px 12px 7px 12px;
    background-color: #CCC;
    border-left: none;
    color: #000;
}
.nav-items > div {
    margin-left: -5px;
    display: inline-block;
    padding: 3px 0px 2px 0px;
    line-height: 23px;
    vertical-align: middle;
    border: none;
    border-left: 0px;
}
.nav-items > div:last-child {
    border-radius: 0;
    border-right: none;
}
#jevents_body .nav-items div.active a:hover, .jev_header2 .active a:hover {
    background-color: transparent;
    border-left: none;
}
#jevents_body .nav-items > div a:hover {
    padding: 7px 12px 7px 12px;
    background-color: transparent;
    border-left: none;
    color: #000;
}
#jevents_body {
    width: 100% !important;
    border: none;
    background-color: transparent;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#jevents_body .cal_today a.cal_daylink {
    background-color: #a30a36;
    padding: 4px;
    border-radius: 0px;
    color: #FFFFFF;
}
#jevents_body .cal_today a.cal_daylink:hover {
    border-left: 1px solid #a30a36;
    background-color: #fff;
    border: 1px solid #a30a36;
    padding: 4px;
    border-radius: 0px;
    color: #a30a36;
}
/* Archive Headline */
.ckdmarchive h2 {
	font-size:1em;
}

/* Raxo CSS */
.raxo-columns a, .raxo-columns .raxo-name, .raxo-columns .raxo-title, .raxo-columns .raxo-showall {
    color: #242424 !important;
}
.raxo-columns .raxo-item .raxo-img img {
    display: block;
    float: left;
    margin: 2px 16px 8px 0;
    border-width: 0px;
    border-style: solid;
    border-radius: 2px;
    transition: border 0.4s ease;
}
.homepage .homepagecontent {
    display: none;
}
    .cat-banner {
        /* display: block; */
        padding-top: 70px;
    }
    .dfp_ad_wrap_728 {
        max-width: 728px;
        margin-right: auto;
        margin-left: auto;
    }
    .dfp_ad_wrap_350 {
        max-width: 350px;
        margin-right: auto;
        margin-left: auto;
    }
.ckdm-sidebar .g-content {
    padding: 0.8rem;
}
/*Footer Menu */
.g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 1rem 0.938rem;
}
div#menu-2242-particle {
    padding: 0;
}

/* Parkland Direct Category Header*/

.category h2 a {
  color: #000;
}

/* Gallery Fixes */

.fwg-gallery-item-text {
  display: none;
}

.fwg-more-block a, .fwg-single-item-navigation-link a i {
  color: #a30a36 !important;
}

.fwg-zoom {
  color: #fff !important;
}


/* Hide article content on homepgae */
.homepage .ckdm-content {
    display: none;
}

/*Shaw Direct*/

.shaw_button:hover {
  opacity: 0.7;
}

@media only all and (max-width: 960px) {
  .shaw_button {
    width: 200px;
    height: 112px;
  }
}

@media only all and (max-width: 425px) {
  .shaw_button {
    width: 100%;
    height: auto;
  }
}


/*RESPONSIVE*/
@media only all and (max-width: 1200px) {
  .btn-myaccount {
    width: 30%;
    display: inline-block;
  }
}

@media only all and (max-width: 1024px) and (min-width 769px) {
	.btn-speedy-glass-road {
  		font-size: 12pt;
	}
  
  .btn-speedy-glass-content {
    	padding: 0 1px;
  }
}
  
@media only all and (max-width: 768px) and (min-width: 426px) {
  	.btn-speedy-glass-road {
  		font-size: 14pt;
	}
  
	.btn-speedy-glass-content {
    	display: block;
      	width: 100%;
      	padding: 2px 0;
  }
}

@media only all and (max-width: 425px) {
  .btn-myaccount {
    width: 100%;
    display: block;
  }
  
  .footer-widgets img {
    width: 100%;
  }
}

@media only all and (max-width: 47.938rem) {
    .gantry-logo {
        display: block;
        text-align: right;
    }
  	div#btcontentslider100 {
   		height: 420px;
	}
  	.gantry-logo img {
    	width: 70%;
    	padding-top: 5px;
	}
  	#g-main {
    padding-top: 0;
	}
    .dfp_ad_wrap_728 {
      max-width: 320px;
      margin-right: auto;
      margin-left: auto;
    }
    .dfp_ad_wrap_350 {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only all and (max-width: 320px) {
    .gantry-logo {
        display: block;
        text-align: right;
    }
  	div#btcontentslider100 {
   		height: 420px;
	}
  	.gantry-logo img {
    	width: 70%;
    	padding-top: 5px;
	}
  	#g-main {
    padding-top: 0;
	}
    .dfp_ad_wrap_728 {
      max-width: 320px;
      margin-right: auto;
      margin-left: auto;
    }
    .dfp_ad_wrap_350 {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
    }
  .g-content {
    padding: 0;
    margin-left:0px;
    margin-right:0px;
}
  .fastsocialshare_container, .item-page p, .page-header, .blog p, #jevents, .item-page p, .item-page h3 {
    margin-left:0.625rem;
    margin-right:0.625rem;
  }
  .mhomecontentb {
    margin-top:35px;
  }
  #g-mobilemenu-container {
    margin: 0;
}

}