/*
Theme Name:     JamJo Pages
Theme URI:      http: //www.jamjo.ie
Description:    Child theme for JamJo Pages
Author:         JamJo
Author URI:     http: //www.jamjo.ie
Template:       canvas
Version:        1.0.0
*/


@import url("../canvas/style.css");


/*image outline*/
.entry img, img.thumbnail {padding: 0px; background:none; border:none;}



/******** Menu border on homepage *******/
.home #navigation {
    border-bottom: 0px !important;
    box-shadow: none;
    margin-bottom: 0px !important;
    margin-left: 0 !important;
}

#navigation {
border-left: none !important;
border-right: none !important;
}



/************* Slider box container ********/
@media only screen and (min-width: 768px) {
#wrapper #loopedSlider.business-slider .content {
    width: 50% !important;
    
}
}

@media only screen and (min-width: 768px) {
#loopedSlider.business-slider .content {
    background: rgba(0, 0, 0, 0) !important;
}
}



/*** Slider content area on mobile ***/
#loopedSlider .content {
    background: #010050 none repeat scroll 0 0;
    padding: 20px 0;
}



/********** centre top menu within box layout *****/
#top {
    margin: 0 auto;
    max-width: 1100px !important;
    margin-top: 50px;
z-index: 99 !important;
}


/*** top menu border bottom ***/
@media only screen and (min-width: 768px) {
#top {
boder-radius: 0;
border-style: solid;
border-color: #f0f0f0;
border-width: 0px 0 1px;
}
}

/************* Top Menu ********/
@media only screen and (min-width: 768px) {
#top-nav {
    width: 100% !important;
z-index: 99 !important;
}
}



@media only screen and (min-width: 768px) {
li#menu-item-737 { float: right !important; }
}

@media only screen and (min-width: 768px) {
li#menu-item-739 { float: right !important; }
}


/********** Footer *********/
#footer-widgets {
    background: #37383a;
    border-top: 0px solid #E6E6E6;
    clear: both;
    padding: 10px 0;
    padding: 30px;

}
#footer-widgets .widget p, #footer-widgets .widget .textwidget { color: #9c9c9c; }
#footer-widgets .widget h3 { color: #ffffff; }
#footer-widgets {border-top-width: 0px;}
#footer-widgets .widget ul li {color: #ffffff;}
#footer-widgets .widget ul li a{color: #ffffff;}
#footer-widgets .widget a {color: #3399ff;}
.widget h3 { border-bottom: 0px solid #E6E6E6 !important; }

#footer {
    border-color: #DBDBDB -moz-use-text-color -moz-use-text-color;
    border-radius: 0 0 0 0;
    border-style: dashed solid solid;
    border-width: 1px 0 0;
    background: #37383a;
    padding: 30px;
}
#footer, #footer p {
    color: #ffffff !important;
    font: 12px/1em "Helvetica Neue",Helvetica,sans-serif;
}

#footer-widgets .widget p, #footer-widgets .widget .textwidget {
    color: #FFFFFF;
}

#footer, #footer p {
    color: #fff !important;
}



/***Disable contact form ***/

#contactForm {
display: none;
}

/*** Hide bullets***/
.widget ul li:before {
    content: "";
    margin-right: 0;
}