/* Style.css */

@font-face {
    font-family: ralewayLight;
    src: url(fonts/Raleway-Light.ttf);
}

@font-face {
    font-family: ralewayRegular;
    src: url(fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: ralewaySemiBold;
    src: url(fonts/Raleway-SemiBold.ttf);
}

#content {
    outline: 0;
}

#read-more-center {
    width: 165px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0; 
}

.read-more-button {
    background-color: #fff;
    height: 50px;
    width: 165px;
    border: 1px solid #ccc;
    display: table-cell;
    vertical-align: middle;
    color: #999999;
    font-size: 23px;
}

.read-more-button a {
   color: #999999;
}


.read-more-button :hover {
    text-decoration: none;
    color: #fff;
    background-color: #ccc; 
}

.read-more-button a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ccc;    
}

.read-more-button2 a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ccc;    
}

/* ----- HEADER ----- */

.header-nav-panel {
    font-family: 'Quicksand', sans-serif;
    background-color: #ffffff !important;
    border: none !important;
    position: absolute !important;
}

.header-nav-panel .navbar-nav li a {
    text-align: center;
    color: #999 !important;
    outline: 0;
    padding-top: 11px;
    padding-bottom: 0;
    padding-right: 1px;
    margin: 0;
}

@media (max-width: 992px) {
    .header-nav-panel .navbar-nav li a {
        padding-right: 15px;
    }
}

.header-nav-panel .navbar-nav li :hover {
    color: #333 !important;
}

.header-nav-panel .navbar-nav a :active {
    background-color: #fff;
}

.header-nav-panel .dropdown-menu {
    border: none;
    box-shadow: none;
}

.header-nav-panel .dropdown-menu li a {
    text-align: left;
    color: #999 !important;
    padding-right: 10px;
}

.header-nav-panel .dropdown-menu li :hover {
    color: #333 !important;
    background-color: #fff !important;  
}

.header-nav-panel .nav .open > a, .header-nav-panel .nav .open > a:hover, .header-nav-panel .nav .open > a:focus {
    background-color: #fff !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none !important;
    color: #333 !important;
}

.header-nav-panel .caret { 
    display: none;
}

/*.header-nav-panel .navbar-fixed-top {
    top: 30px !important;
} */

.header-nav-panel .navbar-form {
    margin-top: 4px !important;
    margin-bottom: 6px;
}

.header-nav-panel .navbar-form .form-group {
    margin-right: -33px !important;
}

.header-nav-panel input {
    outline: 0;
}

.header-nav-panel input[type='text'] {
    text-align:right;
    border: none;
    box-shadow: none;
    padding-right: 0;
    margin-bottom: -5px;
    width: 80%;
}

.header-nav-panel input[type='text']:focus {
    text-align:left;
    border: none;
    box-shadow: none;
}

.header-nav-panel .search-icon {
    position: relative;
    top: 5px;
}

.nav-panel-border {
    border-bottom: 1px solid #ccc !important;
}

.header-nav-panel #menu-navigation-panel {
    width: 75%;
    margin-left: 62%;
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.header-nav-panel .navbar-toggle {
        background-color: #E7ECD8;    
}

@media screen and (max-width: 1200px) {
  .header-nav-panel .navbar-form .form-group {
      margin-right: -25px !important;
  }

  .header-nav-panel #menu-navigation-panel {
      width: 100%;
      margin-left: 72%;
      -o-transform: translateX(-60%);
      -moz-transform: translateX(-60%);
      -ms-transform: translateX(-60%);
      -webkit-transform: translateX(-60%);
  }

}

@media screen and (max-width: 992px) {
    .header-nav-panel .navbar-header {
        background-color: #A1B266;
    }
      
    .header-nav-panel form {
        border: none; 
        display: none;     
    }
}

/* - Change resolution on which collapsed menu shows up - */
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
   
    /* fixed dropdown menu for resolution <770px ; 992px> */   
    .dropdown-menu {
    position: static;
    width: 100%;
        padding-right: 50px;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 390px;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
        border-top: 1px solid #ccc;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media screen and (max-width: 434px) {
    .header-nav-panel .navbar-nav li a {
        width: 100%;
    }
}

/* ----- FOOTER ----- */

.footer-nav-panel a {
    outline: 0;
    text-decoration: none;
}

#footer-social-media {
    font-family: 'Dancing Script', cursive;
    font-size: 26px;
    line-height: 32px;
    color: #666;
    margin-bottom: 35px;
    border-top: 1px solid #ccc;
}

#footer-social-media div.footer-social-bg {
    margin-top: 0;
    background-repeat: no-repeat;
    height: 165px;
}

/*#footer-social-media div.footer-social-bg:hover {
    background-image: none !important;
}*/

#footer-social-media h2 {
    font-size: 26px;
    line-height: 32px;
    margin-top: 32px;
}

#footer-social-media h2:hover {
    color: #666;
}

#footer-social-media #footer-social-links {
    margin-bottom: 20px;
}

#footer-social-media > div {
    margin-top: 16px;
}

.background-footer-social {
    width: 100px;
    background-color: rgba(255, 255, 255, 0.7);
    height: 100px;
    margin: 0 auto;
    -ms-transform: translateY(34%);
    -o-transform: translateY(34%);
    -moz-transform: translateY(34%);
    -webkit-transform: translateY(34%);
    transform: translateY(34%);    
    border-radius: 50px;
}

#footer-social-media a:hover .background-footer-social {
    background-color: #fff;
}

.background-footer-social > img {
    position: absolute;
}

img.icon-yum {
    top: 34%;
    left: 25%;
}

img.icon-insta {
    top: 29%;
    left: 29%;
}

img.icon-pinte {
    top: 25%;
    left: 30%;
}

img.icon-fb {
    top: 25%;
    left: 33%;
}

img.icon-twit {
    top: 31%;
    left: 33%;
}

#footer-adverts-border {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#footer-adverts {
    margin-bottom: 37px;
}

.innerCont {
    width: 101%;
    z-index: 20;
    margin-top: 38px;
}

.innercont a {
    padding-right: 0;
}

.innerCont img {
    margin-left: 50%;
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-right: -50%;
    padding-right: 0;
}

.innerCont img:hover {
    opacity: 0.8;
}

.footer-nav-panel nav {
    font-family: ralewayLight;
}
        
.footer-nav-panel nav li a {
    text-align: center;
    color: #999 !important;
}
            
.footer-nav-panel nav li :hover {
    color: #333 !important;
    text-decoration: none;
}

.footer-nav-box {
    border-bottom: 1px solid #ccc;
    padding-top: 35px;
    padding-bottom: 18px;
}

.footer-nav-box ul li {
    line-height: 16px;
}

.footer-nav-box .footer-links {
     margin-left: 35%;
    -o-transform: translateX(-38%);
    -moz-transform: translateX(-38%);
    -ms-transform: translateX(-38%);
    -webkit-transform: translateX(-38%);
}

.footer-links .menu li {
    margin-left: 15px;
}

#footer-law {
    margin-top: 35px;
    margin-bottom: 35px;
}

.footer-nav-lawbox { 
    font-family: 'Quicksand', sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #999999;
}

.footer-nav-lawbox > ul { 
    float: left; 
   /* padding-left: 0; */
    text-align: center;
    display: inline;
}

.footer-nav-lawbox > ul :first-child {
    margin-left: 0; 
}

.footer-nav-lawbox > ul > li:not(:first-child) :before {
    content: "|";
    margin-right: 10px;
    margin-left: 4px;
}

.footer-nav-lawbox > ul > li :before :first-child {
    content: none !important;
    content: "" !important;
}

.footer-nav-lawbox > ul > li > a {
    color: #999999;
}

.footer-nav-lawbox > ul > li :hover {
    text-decoration: none;
    color: #000000;
}

.footer-nav-lawbox > ul > li { 
    color: #999999;
    list-style: none;
    display: inline;
    font-size: 12px;
    line-height: 12px;
}

@media screen and (max-width: 1200px) { 
    .footer-nav-box .footer-links {
        margin-left: 20%;
        -o-transform: translateX(-20%);
        -moz-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        -webkit-transform: translateX(-20%);
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    #footer-social-media div {
        margin-top: 16px;
        padding-left: 0;
        padding-right: 0;
    }

    #footer-social-media div.footer-social-bg {
    max-height: 150px;
    max-width:  150px;
    }

    #footer-social-media img {
        max-height: 150px;
    }

    .background-footer-social {
        transform: translateY(28%);
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    #footer-social-media div {
        margin-top: 16px;
        padding-left: 0;
        padding-right: 0;
    }

    #footer-social-media div.footer-social-bg {
        max-height: 110px;
        max-width:  110px;
    }

    #footer-social-media img {
         max-height: 110px;
    }

    .background-footer-social {
        width: 80px;
        background-color: rgba(255, 255, 255, 0.7);
        height: 80px;
        margin: 0 auto;
        -ms-transform: translateY(22%);
        -o-transform: translateY(22%);
        -moz-transform: translateY(22%);
        -webkit-transform: translateY(22%);
        transform: translateY(22%);    
        border-radius: 50px;
    }

    #footer-social-media a:hover .background-footer-social {
        background-color: #fff;
    }

    .background-footer-social > img {
        position: absolute;
    }

    img.icon-yum {
        top: 30%;
        left: 20%;
    }

    img.icon-insta {
        top: 25%;
        left: 25%;
    }

    img.icon-pinte {
        top: 20%;
        left: 25%;
    }

    img.icon-fb {
        top: 20%;
        left: 28%;
    }

    img.icon-twit {
        top: 26%;
        left: 28%;
    }
}

@media screen  and (max-width: 992px) {
    .footer-nav-box .footer-links {
        margin-left: 0%;
        -o-transform: translateX(-4%);
        -moz-transform: translateX(-4%);
        -ms-transform: translateX(-4%);
        -webkit-transform: translateX(-4%);
    }
    
    
}

@media screen and (max-width: 767px) {
    .innerCont img {
        margin-left: 0;
        -o-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        margin-right: auto;
        padding-right: 0;
    }

    #footer-adverts {
        margin-bottom: 35px;
    }

    .footer-links .menu {
        text-align: center;
        margin: 0;
    }

    .footer-links .menu li {
        display: inline-block;
        float: none;
    }

    .footer-nav-box .footer-links {
        margin-left: 0%;
        -o-transform: translateX(-5%);
        -moz-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
    }

    .footer-nav-lawbox {
        text-align: center;
    }

    .footer-nav-lawbox span {
        margin-left: 0;
        text-align: center;
    }
    
    .footer-nav-lawbox > ul {
        width: 100%;
        padding-left: 0;
    }
}   

@media screen and (max-width: 434px) {
    .footer-nav-box .footer-links {
        margin-left: 0%;
        -o-transform: translateX(-10%);
        -moz-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
        -webkit-transform: translateX(-10%);
    }

    .footer-nav-lawbox {
         font-size: 10px;
    } 

    .innerCont img {
        margin-left: 0%;
        -o-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        margin-right: 0%;
    }    

    .innerCont {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    #footer-social-media div.footer-social-bg {
        margin-left: 50%;
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
       max-width: 166px;
       margin-bottom: 20px;
    }
}

@media screen and (max-width: 360px) {
    #footer-social-media div.footer-social-bg {/*
        max-height: 110px;
        max-width:  110px;*/
        margin-bottom: 20px;
    }
  
    #footer-social-media img {
         /*max-height: 110px;*/
    }
}

/* ----- HOMEPAGE ----- */

.homepage-content {
    margin-top: -9px;
    padding-top: 0 !important;
}

.homepage-content a {
    outline: 0;
}

.homepage-header {
    border-bottom: 1px solid #ccc !important;
    text-align: center;
}

.homepage-header img {
    margin-bottom: 0 !important;
    text-align: center;
}

.homepage-header-link a {
    outline: 0;
}

.homepage-header-link a:active {
    background-color: #fff;
}

.header-text-homepage h2 {
    font-family: 'Quicksand', sans-serif;
    color: #A9B873;
    font-size: 18px;
    line-height: 17px;
    padding-bottom: 14px;
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin-top: 0;
}

.header-text h2 {
    font-family: 'Quicksand', sans-serif;
    color: #A9B873;
    font-size: 18px;
    line-height: 17px;
    padding-bottom: 14px;
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

#banner-image {
    margin-top: 37px;
    margin-bottom: 29px;
}

#hp-most-recent-post {
    margin-top: 30px;
    text-align: center;
    color: #666666;
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
}

#hp-most-recent-post h5 {
    padding-bottom: 7px;
    padding-top: 0;
}

#hp-most-recent-post .mrp-title {
    font-family: 'Dancing Script', cursive;
    font-size: 26px;
    line-height: 22px;
    color: #666666;
    text-decoration: none;
}

#hp-most-recent-post .mrp-title a:hover {
    background-color: none;
}

#hp-most-recent-post .mrp-author {
    font-family: 'Quicksand', sans-serif;
}

#hp-most-recent-post .mrp-content {
    font-family: 'Quicksand', sans-serif;
    max-width: 540px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}

#hp-most-recent-post .mrp-content p {
    text-align: center;
}

#boxes-about-infusionsoft {
    overflow: auto;
    margin-top: 15px;
    padding-bottom: 17px;
    border-bottom: 1px solid #ccc;
}

#hp-about-us {
    background-image: url("../images/HomePage_AboutUs_bg.jpg");
    width: 49%;
    float: left;
    margin-top: 21px;
    margin-bottom: 21px;
    padding-left: 0;
}

#hp-about-us #hp-about-us-img {
    float: left;
    margin-right: 24px;
}

#hp-about-us #hp-about-us-title {
    font-family: 'Dancing Script', cursive;
    font-size: 27px;
    line-height: 17px;
    color: #333;
    text-decoration: none;
    margin-top: 23px;
    margin-left: 170px;   
}

#hp-about-us #hp-about-us-text {
    font-family: 'Quicksand', sans-serif;
    margin-top: 18px;
}

#hp-about-us #hp-about-us-text p {
    color: #333;
}

#hp-about-us #hp-about-us-text a {
   float: right;
   height: 40px;
   width: 110px;
   margin-top: 15px;
   margin-bottom: 15px;
   margin-right: 13px;
   z-index: 20;
   color: #fff;
   background-color: #a1b266;
   display: table-cell;
   padding-top: 10px;
   text-align: center;
   text-transform: uppercase;
}

#hp-about-us #hp-about-us-text a:hover {
   text-decoration: none;
   background-color: #fff;
   color: #a1b266;
   border: 1px solid #a1b266;
}

.hp-infusionsoft {
   background-image: url("../images/HomePage_InfusionSoft_bg.jpg");
   width: 48.5%;
   min-height: 192px;
   float: right;
   margin-top: 21px;
   margin-bottom: 21px;       
   padding-left: 0;
}

.hp-infusionsoft-textbox {
   width: 49%;
   float: left;
   color: #000;
   text-align: center;
}

.hp-infusionsoft-title {
   font-family: 'Dancing Script', cursive;   
   font-size: 50px;
   margin-top: 38px;
   margin-bottom: 0 !important;
   text-align: center;
   color: #333;
}

.hp-infusionsoft-text {
   font-family: ralewaySemiBold;
   color: #333;
   font-size: 18px;
   padding-top: 16px;
   text-align: center;
   line-height: 24px;
}

#hp-infusionsoft-form {
   font-family: 'Quicksand', sans-serif;
   width: 50%;
   float: right;
   margin-top: 19px; 
   margin-bottom: 0;
}

#hp-infusionsoft-form input[type='text'] {
   border: 1px solid #a1b266;
   margin-top: 10px;
   height: 40px;
   width: 98%;
   padding-left: 10px;
}

#hp-infusionsoft-form input[type='email'] {
   border: 1px solid #a1b266;
   margin-top: 9px;
   height: 40px;
   width: 98%;
   padding-left: 10px;
   line-height: 23px;
}

#hp-infusionsoft-form input[type='submit'] {
   background-color: #a1b266;
   border: none;
   margin-top: 12px;
   margin-bottom: 16px;
   margin-right: 6px;
   height: 40px;
   width: 70px;
   float: right;
   color: #fff;
}

#hp-infusionsoft-form input[type='submit']:hover {
   background-color: #fff;
   color: #a1b266;
   border: 1px solid #a1b266; 
}

#boxes-six-squares .square-box {
  width: 100%;
  max-width: 359px;
  margin: 36px auto 0 auto;
}

#boxes-six-squares .square-box img {
    position: relative;
    max-width: none;
    max-height: 240px;
}

#boxes-six-squares .square-box:hover img {
    opacity: 0.8;
}

#boxes-six-squares .margin-right {
    margin-right: 0;
}

#boxes-six-squares .boxes-text {
    font-family: ralewayRegular;
    font-size: 45px;
    color: #fff;
    position: absolute;
    padding-left: 5px; 
    bottom: 0;
    line-height: 30px;
    z-index: 30;
    display: inline-block;
}

@media screen and (max-width: 1200px) {
    #hp-about-us {
        width: 100%;
        max-width: 555px;
        margin-top: 25px;
        margin-bottom: 25px;
        margin-left: 50%;
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }   

    .hp-infusionsoft {
    float: left;
    width: 100%;
        max-width: 555px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 50%;
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}

@media screen and (min-width: 750px) and (max-width: 992px) {
    #boxes-six-squares .square-box img {
       max-width: 100%;
    }
}

@media screen and (max-width: 750px) {
   .homepage-header {
       padding-right: 0;
    }
}

@media screen and (max-width: 592px) {
    #hp-about-us #hp-about-us-img {
       margin-right: 10px;
    }

   #hp-about-us #hp-about-us-text {
       padding-left: 10px;
   }   

   #hp-about-us #hp-about-us-text a {
     /*  margin-bottom: 20px; */
       margin-left: 10px; 
   }
}

@media screen and (max-width: 522px) {
    #hp-about-us #hp-about-us-img {
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 497px) {
    .hp-infusionsoft-title {
       font-size: 46px;
       margin-top: 37px;
       margin-bottom: 0 !important;
    } 

    .hp-infusionsoft-text {
       font-size: 14px;
       padding-top: 17px;
       line-height: 20px;
    }
}

@media screen and (max-width: 477px) {
    #hp-about-us #hp-about-us-text a {
        margin-top: 30px;
    }
}

@media screen and (max-width: 434px) {
     .homepage-header {
        padding-bottom: 2px !important;
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
     }

     .header-text h2 {
        font-size: 15px !important;
     } 
 
     #boxes-six-squares .boxes-text {
        font-size: 35px;
        line-height: 25px;
     }

     #boxes-six-squares .square-box img {
        max-width: 100%;
     }
}

@media screen and (max-width: 497px) {
    .hp-infusionsoft-title {
       font-size: 38px;
       margin-top: 25px;
       margin-bottom: 0 !important;
    }

    .hp-infusionsoft-text {
       font-size: 13px;
       padding-top: 17px;
       line-height: 13px;
    }
}

@media screen and (max-width: 335px) {
     .header-text-homepage h2 {
        font-size: 21px !important;
     }
}

@media screen and (max-width: 320px) {
    #hp-about-us #hp-about-us-text a {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

/* ----- MAIN SHOP PAGE ----- */

.mainshop-content {
    margin-top: -9px;
    padding-top: 0 !important;
}

.mainshop-content a {
    outline: 0;
}

.mainshop-header {  
  padding-top: 28px;
  padding-bottom: 21px;
  margin-top: -15px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  background: url('../images/cabbage.png') no-repeat center center;
}

.mainshop-header img {
  margin-bottom: 1px !important; 
  max-height: 135px;
}

.mainshop-nav-panel {
    background-color: #fff;
}

@media (min-width: 760px) and (max-width: 770px) {
    .mainshop-nav-panel .container {
        padding-left: 0;
        padding-right: 0;
        width: 96%;
    }
}

@media (max-width: 768px) {
  .mainshop-nav-panel {
    background-color: #fff;
    margin-left: -15px;
    margin-right: -15px;
  }

  .homepage-header,
  #hp-most-recent-post,
  #boxes-about-infusionsoft {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mainshop-nav-panel .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    /*border-top: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
}

.mainshop-nav-panel .navbar-nav li a {
    text-align: center;
    color: #999 !important;
    outline: 0;
    padding-top: 11px;
    padding-bottom: 0;
    padding-right: 1px;
    margin: 0;
}

.mainshop-nav-panel .navbar-nav li :hover {
    color: #333 !important;
}

.mainshop-nav-panel .navbar-nav a :active {
    background-color: #fff;
}

.mainshop-nav-panel .dropdown-menu {
    border: none;
    box-shadow: none;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    border: none;
}

.header-nav-panel .navbar-toggle {
    background-color: #e7ecd8; 
}

.mainshop-nav-panel .dropdown-menu li a {
    text-align: left;
    color: #999 !important;
    padding-right: 10px;
}

.mainshop-nav-panel .dropdown-menu li :hover {
    color: #333 !important;
    background-color: #fff !important;
}

.mainshop-header-menu {
    font-family: ralewayLight;
    color: #999;
    padding-top: 9px;
    padding-bottom: 7px; 
    text-align: center;
}

.mainshop-header-menu a {
    text-decoration: none; 
    color: #999;
    padding-right: 16px;
}

.mainshop-header-menu a:hover {
    color: #333;
}

.mainshop-header-menu ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
}

@media (max-width: 992px) {
    .mainshop-header-menu ul {
        margin-top: 10px;
    }
}

.mainshop-header-menu ul li {
    display: inline;
    text-align: center;
}

#showcase-box {
    margin-top: 34px;
    min-height: 203px;
    height: 100%;
    overflow: hidden;
}

#showcase-box-title {
    width: 100%;
    text-align: center;
    font-family: 'Dancing Script', cursive;
    font-size: 29px;
    padding-top: 20px;
    color: #fff;
}

#showcase-box-text {
    width: 100%;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    padding-top: 7px;
    font-size: 16px;
    font-weight: bold;
}

.showcase-box-button-center {
    width: 118px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
}

.showcase-box-button {
    width: 114px;
    height: 38px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    color: #666666;
    font-size: 15px;
}   

.showcase-box-button a {
   color: #999;
}

.showcase-box-button :hover {
    text-decoration: none;
    color: #fff;
    background-color: #ccc;
}

#mainshop-pagetitle {
    font-family: 'Dancing Script', cursive;
    font-size: 26px;
    text-align: center;
    line-height: 32px;
    color: #666; 
    padding-top: 32px;
}

#mainshop-pagetitle h1 {
    margin: 0;
}

#mainshop-pagetitle h1:hover {
    color: #666;
}

#mainshop-categories .mainshop-category {
    width: 100%;
    max-width: 360px;
    text-align: center;
    margin-top: 34px;
}

#mainshop-categories .mainshop-category .mainshop-category-img {
    background-color: #858BBD; 
    border: 1px solid #ccc;
    margin-bottom: 12px;
}

#mainshop-categories .mainshop-category a {
    text-decoration: none;
}

#mainshop-categories .mainshop-category span {
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
    text-align: center;
    color: #666;
}

#mainshop-categories .mainshop-category:hover a span {
    color: #858BBD;
}

#mainshop-categories .mainshop-category:hover img {
    opacity: 0.5;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  /*  .mainshop-nav-panel ul li {
    font-size: 13px !important;
    }*/   

    #mainshop-categories .mainshop-category span {
    font-size: 25px;
    }
}

@media screen and (max-width: 992px) {
    .header-text-homepage h2 {
        font-family: 'Quicksand', sans-serif;
        color: #A9B873;
        font-size: 18px;
        line-height: 17px;
        padding-bottom: 14px;
        padding-top: 15px;
        border-bottom: 1px solid #ccc;
        text-align: center;
    }

    #footer-social-media,
    #footer-adverts-border,
    .footer-nav-box {
      margin-right: -15px;
      margin-left: -15px;
      padding-left: 15px;
      padding-right: 15px;
    }

    .mainshop-header-menu {
        padding-top: 0;
        padding-bottom: 0; 
    }

    .mainshop-header-menu ul li {
        display: block;
    }

    .mainshop-header-menu ul li {
        margin-bottom: 10px;
    }

    #showcase-box-text {
        font-size: 13px;
    }

    #showcase-box-title {
        font-size: 27px;
    }
}

@media (max-width: 768px) {
    .header-text-homepage h2 {
        font-family: 'Quicksand', sans-serif;
        color: #A9B873;
        font-size: 18px;
        line-height: 17px;
        padding-bottom: 14px;
        padding-top: 15px;
        border-bottom: 1px solid #ccc;
        text-align: center;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px;
        padding-right: 15px;
    }

    .homepage-header img {
        margin-bottom: 1px !important;
    }

    .product-content div.page-title {
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media screen and (max-width: 750px) {
    .mainshop-header {
        padding-right: 0;
        margin-top: 0;  
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media screen and (max-width: 550px) {
    #showcase-box {
        padding: 1em;
    }

    #showcase-box-title {
        padding-top: 16px;
    }

    #showcase-box-text {
        font-size: 12px;
    }
}

@media screen (max-width: 434px) {
    .mainshop-header-links {
    width: 100%;
    }

    #mainshop-categories .mainshop-category span {
        font-size: 25px;
    }
}

@media screen and (max-width: 377px) {
    #showcase-box-title {
        padding-top: 0;
    }
}

/* ----- SHOP COOKBOOKS ----- */

.shopcb-header-text {
    font-family: 'Quicksand', sans-serif;
    color: #A9B873;
    font-size: 18px;
    line-height: 17px;
    padding-bottom: 14px;
    padding-top: 15px; 
    border-bottom: 1px solid #ccc;
    text-align: center;
}

@media (max-width: 767px) {
    .shopcb-header-text {
        font-family: 'Quicksand', sans-serif;
        color: #A9B873;
        font-size: 18px;
        line-height: 17px;
        padding-bottom: 14px;
        padding-top: 15px; 
        border-bottom: 1px solid #ccc;
        text-align: center;
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

#shopcb-pagetitle {
    font-family: 'Dancing Script', cursive;
    text-align: center;
    line-height: 32px;
    color: #666;
    padding-top: 31px;
}

#shopcb-pagetitle h1 {
    margin: 0;
    font-size: 28px;
}

#shopcb-pagetitle h1:hover {
    color: #666;
}

#shopcb-products .shopcb-product {
    width: 100%;
    max-width: 264px;
    text-align: center;
    margin-top: 35px;
}

#shopcb-products .shopcb-product a {
    text-decoration: none;
}

#shopcb-products .shopcb-product .shopcb-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #666;
}

#shopcb-products .shopcb-product .shopcb-product-img {
    height: 100%;
    min-height: 264px;
    width: 100%;
    position: relative;
    margin-bottom: 24px;
}

.shopcb-learn-more {
    position: absolute; 
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding-top: 45%;
    background-color: #858BBD;
    color: #fff;
    font-size: 26px;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}

.shopcb-learn-more span {
    vertical-align: middle;
}

#shopcb-products .shopcb-product:hover .shopcb-product-img .shopcb-learn-more {
    visibility: visible;
    opacity: 0.8;
}

#shopcb-products .shopcb-product:hover a .shopcb-title {
    color: #858BBD;
}

@media screen and (min-width: 1200px) {
    #shopcb-products .shopcb-box {
       height: 375px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    #shopcb-products .shopcb-product .shopcb-product-img {
       min-height: 213px;
    }
}

/* ----- CONTACT FORM ----- */

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
    max-width: 100%;   
}

/* ----- ULTIMATE SOCIAL DEUX ----- */

#sharevia {
    margin-top: 36px;
}

.sharevia-margin {
    margin-bottom: 30px;
}

#sharevia .sharevia-text {
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
    text-align: center;
    line-height: 41px;
    padding-left: 1px;
    padding-right: 28px;
    color: #666;
    float: left;
}

#sharevia .us_wrapper.us_skin_round .us_button {
    height: 43px;
    width: 43px; 
    border-radius: 43px;
    background-color: #a0b265;    
} 

.us_wrapper.us_skin_round .us_button .us_share {
        border-radius: 43px;
        height: 43px;
        width: 43px;
    }


#sharevia .us_wrapper.us_skin_round .us_button:hover {
    opacity: 0.8;
}

#sharevia .us_wrapper .us_button {
    margin-right: 37px;
}

@media screen and (min-width: 992px) {
    .us_shortcode {
        float: left;
    }
}   

    .us_shortcode {
        float: left;
    }

@media screen and (max-width: 992px) {
    #sharevia {
        text-align: center;
    }

    #sharevia .sharevia-text {
       font-family: 'Quicksand', sans-serif;
       text-transform: uppercase;
       font-size: 22px;
       line-height: 29px;
       text-align: center;
       width: 100%;
       padding-bottom: 10px;
       padding-right: 0;
       padding-left: 0;
    }

    #sharevia .us_wrapper {
       width: 100%;
    }
}

@media screen and (max-width: 774px) {
    #sharevia .us_wrapper .us_button {
       margin-right: 10px;
    }
  
    #sharevia .us_wrapper.us_skin_round .us_button {
        border-radius: 35px;
        height: 35px;
        width: 35px; 
    }
   
    .us_wrapper.us_skin_round .us_button .us_share {
        border-radius: 35px;
        height: 35px;
        width: 35px;
        line-height: 40px; 
    }
    

}

/* ----- ALERT INFO ----- */

.alert-info {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #333;
    border-radius: 0;
    moz-border-radius: 0;
}

/* ----- SEARCH PAGE ----- */

.search-page .page-header {
    border: none;
}

.searchpage-header {
    margin-top: -15px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-right:30px;
    text-align: center;
}


@media (min-width: 750px) and (max-width: 770px) {
    .mainshop-nav-panel .container {
        padding-left: 0;
        padding-right: 0;
        width: 96%;
    }
}