/*
Theme Name: Clotildes Fruit Compotes
Theme URI: http://www.clotildesfruit.ie
Description: Clotildes Fruit Compotes website, with information about all her products, news, events and ways to get in touch.
Version: 1.3
Author:Barry Casey
Author URI:http://www.bcdesigns.ie
*/

/************************************************************************************************************************************************************************************/
/*HTML5 CSS RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{margin-left: 40px; width: 800px; background-color: rgba(255,255,255,0.6); padding: 30px; padding-top: 20px; padding-bottom: 20px;}
blockquote:before,q:before{display:inline-block;  /*margin-left: -.95em;*/ font: italic 150%/1 Cochin,Georgia,"Times New Roman", serif;}
blockquote:after,q:after{display:inline-block; /*margin-right: .95em;*/ font: italic 150%/1 Cochin,Georgia,"Times New Roman", serif; float: right;}
blockquote p{display: inline-block; padding-left: 5px;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
/************************************************************************************************************************************************************************************/

.login h1 a{
    height: 151px;
}

#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1000;
}
#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}

html,body{
    width:100%;
    padding:0;
    margin:0;
    border:0;
    /*background-color:#fafafa;*/
    background: #fff url('images/bgImage2.jpg') left bottom fixed no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    z-index: 1;
}


a {text-decoration: none; color: #1a1a1a;}
a:hover{text-decoration: underline;}
p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

h1{
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight:400;
    color: #1a1a1a;
    padding: 5px 0 5px 0px;
}

h3{
    font-size: 14px;
    font-weight: 100;
    margin-top: 50px;
    float: right;
    margin-right: 100px;
    font-style: italic;
}

h4{
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight:300;
    color: #6a6a6a;
}
h6 ul{list-style-type: none;}
ul{list-style-type: none;}


blockquote h2{
    font-size: 16px;
    font-weight:400;
    color: #1a1a1a;
    padding: 5px 0 5px 0px;
}
/***********HEADER STUFF***********/
header{
    width: 100%;
    height: 100px;
    z-index: 1000;
    margin-top: 40px;
}

header #headerContainer{
    width: 980px;
    margin: 0 auto;
    height:307px;
}


/***********NAV MENU***********/
nav{
    width: 980px;
    height: 45px;
    list-style:none;
    display:inline-block;
    float: left;
    position: absolute;
    z-index: 2;
}

nav ul ul {
    display: none;
}

    nav ul li:hover > ul {
        display: block;
    }


nav ul {
    padding: 13px 0 0 0;
    list-style: none;
    position: relative;
    display: inline-table;
    float: right;
}
    nav ul:after {
        content: "";
        clear: both;
        display: block;
    }

    nav ul li {
        list-style:none;
        position:relative;
        float: left;
        padding:0px 12px 0 12px;    }

        nav ul li:hover,
        nav ul li:hover a {
                color: #000000;
                text-decoration: underline;
            }
        nav ul li a:active{
                text-decoration:underline;
            }

        nav ul li a {
            display: block;
            font-size: 16px;
            font-family: 'Oswald', sans-serif;
            font-weight:700;
            color: #1a1a1a;
            text-decoration: none;
        }


        nav ul ul {
            top:100%;
            background: #ffffff;
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px;
            position: absolute;
            padding: 10px 0 10px 0;
            border-left:1px solid rgba(0, 0, 0, 0.1);
            border-right:1px solid rgba(0, 0, 0, 0.1);
            border-bottom:1px solid rgba(0, 0, 0, 0.1);
            border-top: 1px solid rgba(0, 0, 0, 0.05);
                -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
                box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
                -webkit-background-clip: padding-box;

        }
        nav ul ul li {
                line-height: 20px;

        }
            nav ul ul li a {
                color: #fff;
                    display: block;
                    padding: 3px 20px;
                    clear: both;
                    font-weight: normal;
                    color: #333333;
                    white-space: nowrap;
            }
                nav ul ul li a:hover {
                    text-decoration:underline;
                }

    nav ul ul ul {
        position: absolute; left: 100%; top:0;
    }



/**********LOGO STUFF***********/
header #logoContainer{
    width: 980px;
    height: 262px;
    background-color:rgba(255,255,255,0.4);
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    float: left;
    display: inline-block;
    position: relative;
    top: 45px;
    z-index: 1;
}


header #logoContainer #logoWrapper{
    width: 980px;
    height: 294px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    float: left;
    display: inline-block;
    position: relative;
    bottom: 36px;
}
    header #logoContainer .girlBaloon{
        position: absolute;
        z-index: 2;
        margin:8px 0 0 100px;
    }

    header #logoContainer .clotildeLogo{

        position: absolute;
        z-index: 2;
        margin:86px 0 0 255px;
    }

    header #logoContainer .ballyhouraLogo{

        position: absolute;
        z-index: 2;
        margin:80px 0 0 750px;
    }






/***********MAIN CONTENT STUFF***********/
body > #container{
    width: 100%;
    clear: both;
    margin-top: 45px;
    display: inline-block;
}

#containerBackground{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    background-color:rgba(255,255,255,0.4);
    height:auto;
    z-index: -2;
}

#containerContent{
    margin-left: 20px;
    margin-right: 20px;
    height: auto;
}
/***********HOME PAGE IMAGE SLIGER STUFF***********/
#homeWrapper{
   /*margin-top: 130px;*/
}

.flexslider{margin-bottom: 20px;}

#slider{
    margin-top: 20px;
}

#slider .container{
    height: auto;
    width: 900px;
    margin: 0 auto;
}

/***********HOME PAGE STUFF***********/
#homeContent{
    width:100%;
    display: inline-block;
    /*margin-top:138px;*/
    z-index: -2;
}
    #slider img{
        height:740px;
        /*border: 1px solid rgba(0,0,0,0.06);*/
        -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    }


    #homeContent .leftImage img{
        display: inline-block;
        float: left;
        width: 363px;
        margin-left: 23px;
    }

    #homeContent .rightText{
        display:inline-block;
        float: left;
        width: 820px;
        margin-left: 60px;
        margin-top: 60px;
        z-index: 1000;
    }
    #homeContent .rightText h1{
        margin-bottom: 27px;
        background-color: rgba(255,255,255,0.6);
        padding: 15px 0px 15px 20px;
    }

    #homeContent .rightText p{
        padding:20px;
        z-index: 1004;
        background-color: rgba(255,255,255,0.6);
    }

    #homeContent .rightText p.readMore{
        float: right;
        background-color: transparent;
    }
/***********HOME PAGE BLOG STUFF***********/
#listing{
    margin-top: 50px;
    margin-left:20px;
}

#listing .title{
    min-height: 1px;
    width: 900px;
    clear: both;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}

#listing .post{
    margin:0px 22px 0 0;
    float: left;
    }

.post {
    width: 280px;
}

#listing .post img{
    width:293px;
    vertical-align:top;
    border: 1px solid rgba(0,0,0,0.06);
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

#listing .post img:hover{
    opacity:0.2;
}

#listing .post .caption{
    width:293px;
    z-index: -1;
    position: absolute;
    vertical-align: middle;
    margin-top: 115px;
    height:70px;
    color: #111111;
    text-align:center;
    font-weight:600;
    font-size:12px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.1em;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
}


#listing .post .caption h6{
    font-style:italic;
    font-weight:600;
    font-size:12px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.1em;
}

#listing .post a:hover .caption{
    opacity: 1;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#listing p{float: right; margin-top: 20px; margin-right: 20px;}

/**********NEWS PAGE NAVIGATION STUFF**********/
#navigation {
    float:left;
    font-size:13px;
    width: 100%;
    margin-top: 50px;
    }

    #navigation a{ text-decoration: none; color: #1a1a1a;}
    #navigation a:hover{text-decoration: underline;}
.nav-previous {width: 100px; display: inline-block; float: right;}

.nav-next {width: 100px; display: inline-block; float: left;}


#loaderGif,
#infscr-loading {position: fixed; width: 32px; height: 32px; line-height: 32px; background:#fff; padding:3px; overflow: hidden; right:30px; text-align: center; bottom: 60px; z-index: 2000; font-size: 10px; }
#infscr-loading div {visibility: hidden;}

/***********OUR STORY***********/
#storyContent{
    display: inline-block;
    z-index: 2;
    margin:20px 40px 0px 40px;
}

    #storyContent  h1{
        margin-bottom: 27px;
        background-color: rgba(255,255,255,0.6);
        padding: 15px 0px 15px 20px;
    }

    #storyContent p{
        padding:20px;
        z-index: 1004;
        background-color: rgba(255,255,255,0.6);
    }


/***********PRODUCTS STUFF***********/

#productsContent{
    display: inline-block;
}

    #productsContent .mainproductsImage,
    #productsContent .mainproductsImage img{
        margin-left: 15px;

        display:block;
    }

#products{
    width: 100%;
    margin-left: 50px;
    padding-top: 50px;
}
    #products .productsImage{
        width: 440px;
        float: left;
        display: inline-block;
    }
    #products .productsDescription{
        width: 440px;
        margin-top: 30px;
        float: left;
        display: inline-block;
    }

    #products .productsDescription h1{padding-left: 0; margin-bottom: 10px; text-decoration: underline;}

/***********STOCKISTS CONTENT***********/
#stockistsContent{
    width: 100%;
    display: inline-block;
}

    #stockistsContent .stockistsMap,
    #stockistsContent .stockistsMap iframe{
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 50px;
    }

    #stockistsContent .stockistsLocation{
        width: 860px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }

    #stockistsContent .stockistsLocation h1{margin-bottom: 20px;}


/***********RECIPES & SERVING PAGE STUFF***********/
#recipesContent{
    width: 100%;
    display: inline-block;
}

    #recipesContent ol{width: 700px; margin-left: 40px; line-height: 21px; }
    #recipesContent ol li{margin-bottom: 10px;font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        color: #000000;}
    #recipesContent ol li ul li{list-style: disc; margin-left: 20px;}

    #recipesContent .mainproductsImage p strong{
        margin-right: 5px;
    }

    #recipesContent .mainproductsImage{
        width: 742px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    #recipesContent .mainproductsImage img{

        display:block;
        border: 1px solid rgba(0,0,0,0.06)!important;
           -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
           -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
           box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
           margin-bottom: 20px;
           margin-top: 40px;
    }

#recipes{
    width: 940px;
    margin-top: 120px;
}
    #recipes h1{
        margin-bottom: 20px;
    }

    .container {
          width: 940px;
          height: auto;
          position: relative;
          margin: 0 auto 40px;
        }

            #owl-demo .item{
              margin: 3px;
              margin-right: 17px;
            }
            #owl-demo .item img{
              display: block;
              width: 100%;
              height: auto;
            }

            #owl-demo .item h3{
                font-size: 16px;
                font-weight: 700;
                margin-top: 20px;
                float: left;
                font-style: italic;
                text-align: center;
                width: 229px;
            }


/***********NUTRITION PAGE STUFF***********/

#nutritionContent{
    width: 800px;
    margin-left: 100px;
    display: inline-block;
}

#nutritionContent h2{margin-top: 20px;}
#nutritionContent p{line-height: 23px;}
#nutritionContent ul li{
    list-style-type: circle;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    color: #000000;}

    #nutritionContent ul li ul{
        margin-left: 20px;
        }

#nutrition{
    margin-top: 120px;
}

#nutrition th{
    text-align: center;
    border-bottom: 2px solid #1a1a1a;
    font-size: 20px;
    margin-bottom: 10px;
}

#nutrition td{
    text-align: center;
    line-height: 22px;
}




/***********PRESS STUFF***********/

#pressContent{
    display: inline-block;
}

#testimonialLeft{
    width: 548px;
    margin-left: 20px;
    display: inline-block;
    margin-top:0px;
}

    #testimonialLeft .header{
        margin-bottom:27px;
    }
    #testimonialLeft .header img{
        position: absolute;
        z-index: 2;
        margin: -12px 0 0 462px;
    }

    #testimonialLeft .header h1{
        background-color:rgba(255,255,255,0.6);
        padding: 15px 0px 15px 20px;
    }
    #testimonialWrapper{
        background-color:rgba(255,255,255,0.6);
        height: auto;
    }
    #testimonialContent{
        padding: 15px 20px 15px 20px;
    }

    #testimonialContent .userHeader{
        width: 100%;
    }
    #testimonialContent .userHeader .rating{
        width: 100px;
        float: left;
        display: inline-block;
        unicode-bidi: bidi-override;
        direction: ltr;
    }

    #testimonialContent .userHeader .rating > span {
      display: inline-block;
      position: relative;
      width: 1.0em;
    }
    #testimonialContent .userHeader .rating > span:hover:before,
    #testimonialContent .userHeader .rating > span:hover ~ span:before {
       content: "\2605";
       position: absolute;
   }

    #testimonialContent .userHeader .receiver{
        float: right;
        display: inline-block;
    }

    #testimonialContent .userHeader .receiver p{
        font-size: 12px;
        color:#888888;
    }

    #testimonialContent .comment{
        padding-top: 5px;
        display: inline-block;
    }
    #testimonialContent .comment p{
        display: inline-block;
        float: left;
        width: 100%;
        font-weight: 400;
        text-align: justify;
    }

    .readMore p{
        text-align: right;
        color: #1a1a1a;
        margin-top: 30px;
        margin-right: 20px;
        padding-bottom: 20px;
    }

#twitterFeed{
    width: 320px;
    background-color:rgba(255,255,255,0.6);
    display: inline-block;
    margin-left: 20px;
}

#press{
    margin: 30px 20px 0px 20px;
}

    #press h1{
        /*background-color:rgba(255,255,255,0.6);*/
        margin-bottom: 20px;
        padding: 10px 0px 10px 0px;
    }
    #press .article{
        background-color:rgba(255,255,255,0.6);
        display: inline-block;
        margin-bottom: 30px;
    }

    #press .article img{
        padding: 10px;
        display: inline-block;
        float: left;
            }

    #press .article .articleBody{
        width:605px;
        display: inline-block;
        float: left;
        padding-top: 10px;
        padding-right: 20px;
        padding-left: 10px;
    }

        .article .articleTitle h1{ margin-bottom: 0px !important; font-size: 20px;}
        .article .articleTitle span{float: right; position: relative; right: 0; bottom: 29px; font-weight:700; font-size:12px; font-family: 'Open Sans', sans-serif; }
        .article .articleSource h4 ul{list-style-type: none;}
        .article .articleSnippet {margin-top: 15px; overflow: hidden; height: 123px;}
        .article .articleBody .articleRead{float: right; text-align: right; margin-top: 15px; margin-bottom: 10px; font-size: 14px; font-weight: 200; }
        .article .articleBody .articleRead a:hover{text-decoration: underline;}

/***********PRESS ARTICLE***********/

#articleContent{
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    margin-top:50px;
    background-color:rgba(255,255,255,0.6);

}


#articleContent .articleTitle h1{ margin-top:20px; margin-left:20px; margin-bottom: 0px !important; font-size: 20px;}
#articleContent  .articleSource{margin-top:5px; margin-left:20px;}

#article{
    width: 860px;
    padding: 20px;
}

    #article  .articleTitle h1{ margin-bottom: 0px !important; font-size: 20px;}
    #article  .articleSource{}
    #article  .content {margin-top: 30px;}
    #article img{float: left; margin-right: 20px;}


/***********CONTACT STUFF***********/
#contactContent{
    display: inline-block;
}

#contactText{
    width: 860px;
    margin-left: 40px;
}

.contactInfo{
    width: 860px;
    margin-left: 40px;
    margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}


#contactMap .map{
    padding-left: 30px;
    display: block;
    padding-top: 50px;
}

#contactMap .map iframe{
    border: 1px solid rgba(0,0,0,0.06)!important;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
/************FOOTER***********/
footer{
    width: 100%;
    clear: both;
    margin-bottom: 60px;
}

    footer .container{
        width: 980px;
        margin: 0 auto;
        background-color:rgba(255,255,255,0.4);
        height: auto;
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
        z-index: 1;
    }

    footer .container .content{
        width: 175px;
        margin: 0 auto;
        text-align: center;
        font-size: 12px;
        padding: 40px 0 40px 0;
        z-index: 2;

    }
    footer .container .content p{
        padding-top: 15px;
    }
    footer .container .content img{}


    .ngg-galleryoverview{
        margin-left: 100px;
    }