/*************************************************

    eKamria customizations
    
**************************************************/

/*Regular Styles
------------------------------------------------*/

h1 {
  color:#88987b;
  font-size:1.5rem !Important;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  }

h2 {
  color:#88987b;
  font-size: 1.25rem !Important;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  }

h3 {
  color:#88987b;
  font-size: 1.15rem !Important;
  margin-bottom: 1.5em;
  }
 
h4 {
  color:#88987b;
  font-size: 1rem !Important;
  line-height: 100%;
  }

p {
  line-height: 26px;
  margin-bottom: 1.5em;
  }

a {
  color: #852E18;
  font-weight: bold;
  
  }
  
a:hover {
  color: #5b4130;
  font-weight: bold;
  }

a.orange {
 background-color: #F69E00;
 border: 1px solid #f66600;
}

a:hover > .orange  {
 background-color: #f66000;
}
 
a, a:hover, a:focus, a:active {
   text-underline-offset: 0.25em;
  text-decoration: underline;
}

ul.social-icons >li a:hover {
    color: #88987b;
}

ul.social-icons >li a:hover {
    color: #5b4130;
}
.call-out {
  color: #F69E00;
  font-size: 110%;
  font-style: italic;
  font-weight: bold;
}

.article-info {
    margin:15px 0px;
}

#sp-menu a {
    text-decoration:none !important;
}


.btn-primary a {
    background-color: #b52e18 !important;
    border: #2e3724 !important;
    color:#e9e0b5 !important;
}
/*  */
.btn-primary {
    background-color: #b52e18 !important;
    border: #2e3724 !important;
    color:#e9e0b5 !important;
    font-weight: bold;
}

 .btn-primary a:hover {
    background-color: #88987b !important;
    border: #2e3724 !important;
    color:#e9e0b5 !important;
}

 .btn-primary:hover {
    background-color: #88987b !important;
    border: #2e3724 !important;
    color:#e9e0b5 !important;
}
.btn-primary:active {
    background-color: #88987b !important;
    border: #2e3724 !important;
    color:#5b4130 !important;
}
/*  */
.btn-default a {
    background-color: #394831 !important;
    border: #394831 !important;
    color:#e9e0b5 !important;
}

.btn-default {
    background-color: #394831 !important;
    border: #394831 !important;
    color:#e9e0b5 !important;
  border-radius: 5px;
    padding: 5px 12px;
}

 .btn-default a:hover {
    background-color: #394831 !important;
    border: #394831 !important;
    color:#e9e0b5 !important;
      font-weight: bold;
}

 .btn-default:hover {
    background-color: #394831 !important;
    border: #394831 !important;
    color:#e9e0b5 !important;
      font-weight: bold;
}

.btn-default:active {
    background-color: #394831 !important;
    border: #394831 !important;
    color:#e9e0b5 !important;
}

/*  */
 .btn-secondary a {
    background-color: #394831 !important;
    border: #394831 !important;
    color:#e9e0b5 !important;
}

.btn-secondary {
    background-color: #394831 !important;
    border: #394831 !important;
    color:#e9e0b5 !important;
  border-radius: 5px;
    padding: 5px 12px;
}

.btn-secondary a:hover {
    background-color: #394831 !important;
    border: #394831 !important;
    color:#e9e0b5 !important;
      font-weight: bold;
}

.btn-secondary:hover {
    background-color: #394831 !important;
    border: #394831 !important;
    color:#e9e0b5 !important;
      font-weight: bold;
}
. btn-secondary:active {
    background-color: #394831 !important;
    border: #394831 !important;
    color:#e9e0b5 !important;
}

/*  */

/*.sp-module ul >li >a:before {
    font-family: FontAwesome;
    content: " ";
     
}*/

.bk {
  background-color: #E9E0B5;
}

/************************************************

   Pagebuilder CK
   
*************************************************
 Remove vertical scrollbar that was appearing on
 home page after update
 ------------------------------------------------*/
.pagebuilderck {
   overflow: hidden;
 }

/************************************************

   Top bar, banner, header area
   
*************************************************/ 
/* Beige gradient at top of page
================================================*/
#sp-top-bar {
    background: #e9e0b5; /* Old browsers */
    background: -moz-linear-gradient(top,  #e9e0b5 15%, #ffffff 65%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#e9e0b5), color-stop(65%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e9e0b5 15%,#ffffff 65%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e9e0b5 15%,#ffffff 65%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e9e0b5 15%,#ffffff 65%); /* IE10+ */
    background: linear-gradient(to bottom,  #e9e0b5 15%,#ffffff 65%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e0b5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

} 


/*  SP Share Social Media Buttons
=======================================*/

.sp_fblike {
    vertical-align: 7px;
    width: 120px;
} 
/*  Blog header
=======================================*/

.entry-header h2 a {
    color: #88987b;
}

/*  Blog pagination
=======================================*/
.pagination>.active>a, .pagination>.active>span {
    border-color: #88987b;
    background-color: #88987b;
}
 
/* Social media - move over in top bar
================================================*/
ul.social-icons {
    list-style: none;
    padding: 0;
    margin: -5px 10px;
    float: right;
}
/* Icons in top bar
================================================*/
.fa-home {
      color: #5b4130;
      font-size: 100%;
 }
 
.fa a:hover {
      color:#88987b;
      font-size: 100%;
 }
 
 
/* Green bar after header
================================================*/
 #sp-header {
    background: #ffffff;
    height: 135px;
    0px 5px 5px 0px rgba(233.224,181,.1);
}

/*  Feature - slideshow
=================================================*/
 



.specialfont.h2  {
  margin-top: -20px !important;
}

/* Hamburger styling (mobile menu)
================================================*/
#offcanvas-toggler {
    float: right;
    line-height: 0px;
    margin-top: -25px;
    background-color: transparent;
    position: relative;
    z-index: 1000;
   }
 
#offcanvas-toggler >i {
    color: #5b4130;
    background-color: transparent !important;
}


/************************************************

   Main Menu
   
*************************************************/ 
/* Top Level Menu
================================================*/

 .sp-megamenu-parent >li >a {
    display: inline-block;
    padding: 0 10px;
    line-height: 35px;
    font-size: 13px;
    font-weight: 700;
    margin-top: 53px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*  Menu coloring
================================================*/
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
    padding: 0px;
}

.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
    color: #2e3724;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item a:hover {
     background-color: #88987b;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item a:active {
     background-color: #223724;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item a:visted {
     background-color: #e9e0b5;
}

#sp-menu a {
         color: #5b4130;
}

#sp-menu a:visted {
     color: #88987b;
     background-color: #e9e0b5
}

#sp-menu a:hover {
     color: #E9E0B5;
}	

#sp-menu a:focus {
     color: #E9E0B5;
     background-color: #2E3724;
}



/*  Size of submenu text
=================================================*/
#sp-menu {
     height: 100px;
}


/*  Caret or bullet
=================================================*/
.caret1::before {
   font-family: 'FontAwesome';

    content: '\f0da';
    color: #F69E00;
 /*   margin: 0px 7px 0px -11px;*/
    padding-right: 7px;
}


/*Breadcrumbs
================================================ */
#sp-breadcrumbs {
  margin-top: 5px;
  color:#777777;
}
.breadcrumb {
    font-size: 75%;
    padding: 0px 10px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #fff;
 } 
.breadcrumb >.sp-module-content {
    padding: 00px;
}

/* Flat Beige Box 
=============================================*/
.flatbeigebox {
  background-color: #e9e0b5;
  width: 200px;
  color: #88987b;
  text-align: center;
  font-size: 120%;
  padding: 20px 20px 5px 20px;
  margin-bottom:20px;
}

 .flatbeigebox a:hover {
   color: #ffffff;
 }

/************************************************

   Modules
   
*************************************************/  

.box1 {
  background-color:#fafafa;
  background-position:initial initial;
  background-repeat:initial initial;
 /* color:#5b4130 !important;*/
  border-radius: 2px;
  font-size: 85%;
  padding: 10px;
  margin: 10px;
  box-shadow: 0 1px 1px rgba(0,0,0, .3);
}
.sp-module .sp-module-title  {
   background-color: rgba(250,250,250,0.9);
   border-radius: 2px;
   box-shadow: 0 1px 1px rgba(0,0,0,0.2);
   color: #5b4130 !important;
   margin: 20px 0px;
   padding: 10px;
   font-size: 20px;
   font-style: italic;
   font-weight: bold;
   text-transform: none;
   line-height: 1;
}


.sp-module ul >li {
      border-bottom: none;
}

/* End Box1 */

/*   Box2 
===================================================*/

.box2 {
  border:1px solid #ffffff;
  background-color: #e9e0b5;
  padding: 10px;
  margin: auto;
 border-radius:2px;
 width: 70%;
 text-align:center;
 font-size: 90%;
}

.box2 h2 {
font-style: italic;
font-weight: bold;
border-bottom: 1px solid #ffffff;
padding-bottom: 15px;
}

/*   Box3 - for news
===================================================*/
.ul .category-module .box3 {
  border:1px solid #ffffff;
  background-color: #000000 !important;
  padding: 10px;
  margin: auto;
 border-radius:2px;
  width: 70%;

 font-size: 90%;
}

.category-module .box3 h2 {
font-style: italic;
font-weight: bold;
border-bottom: 1px solid #ffffff;
padding-bottom: 15px;
}

.fa-globe {
  color: #2e3724;
}

.fa-book {
  color:  #5b4130;
}

.fa-facebook-official {
  color: #3B5998;
}

.fa-envelope {
  color: #f3ca17; /* header */
}

.fa-phone {
  color: #f3ca17; /* header */
}

.icon-color-1 {
    color: #C45846 !Important; /* red */
}

icon-color-2 {
  color: #f3ca17; /* yellow */
}


/************************************************

   Footer Menu
   
*************************************************/   

#sp-footer2 {
  color: #e9e0b5;
  margin-top: .5em;
  text-align: center;
  font-size: 100%;
}
#sp-footer2 a {
   color: #e9e0b5;
}

a: hover #sp-footer2 {
    color: #ffffff;
}


#sp-bottom {
  font-size: 90%;
}

#sp-bottom h2 {
  font-size: 130%;
}
 
/************************************************

   Testimonials
   
*************************************************/     
/*.sprocket-quotes-overlay .css-loader-wrapper {
  background-color: transparent !important;  
  border-radius: 2px;
  box-shadow: none !important;
  height:60px;
  margin:0 auto;
  padding:20px;
  width:60px;
} 

.sprocket-quotes-overlay .css-loader {
  animation:loader 2.0s ease infinite;
  border-color: none !important;
  border-style:solid;
  border-width:8px;
  display:block;
  font-size:10px;
  margin:0 auto;
  position:relative;
  text-indent:-9999em;
}

.sprocket-quotes-container {
    list-style: none !important;
    overflow: hidden;
    padding: 0;
    margin: 0 -1%;
    display: inline-flex;
}

.sprocket-quotes {
    position: relative;
    margin-top: -2.5em;
}*/

.testimonial {
  border:1px solid #ffffff;
/*  background-color:#e9e0b5;*/
  line-height: normal;  
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 2px;
}

.sp-module ul >li >a {
    display: block;
    padding: 5px 0;
    line-height: 25px;
    padding: 2px 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}



/* Blockquote for testimonials
=============================================== */
.style1 p {
  font-style: italic;
  margin: 1em 1em 1em 1em;
  padding: 0px 0px 0px 0px;
  }
  
 .style1 {
  padding: 0px;
 /*  background-color: #e9e0b5;*/
 /* border-top: 1px solid #e1cc89;*/
  border-bottom: 1px solid #e1cc89;
  border-left-color:#e9e0b5;
  margin: 5px;
  background-image: url(../../../images/General/openquote1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  }


 .sprocket-quotes-item {
  background-color: rgba(250, 250, 250, 0.9) !important;  
  border: 1px solid #ffffff;
  border-radius: 2px;
  box-shadow:rgba(0, 0, 0, 0.2) 1px 1px 1px 1px !important;
  margin:1em 0;
  padding:10px;
  position:relative;
} 


 
 /* Name for testimonials
=============================================== */ 
.name {
 margin-right: 5px;
 font-size: 95%;
 line-height: 130%;
 text-align: right;
}

/* LatestNews+ (What's Happening)
================================================ */

.div_lnd_intro {
  background-color:#Fafafa;
  color: #5B4130 !important;
  border:1px solid #FFFFFF;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
 
  margin-bottom:10px;
  padding:10px;
 }



a.lndtitle {
  font-size:90% !important;
  font-weight: bold !important;
  line-height:100% !important;
}
.sp-module ul >li >a.latestnews {
    color: #88987b; 
    display: block;
    /* padding: 5px 0; */
    line-height: normal;
    padding: 0px 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}

a.latestnews {
  line-height: 0;
}

.lnd_introtxt {
 background-color:#fafafa !important;
/*  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  box-shadow:#E9e0b5 0 0 10px inset !important;
  color:#5b4130 !important;
  font-size:90%;
  margin:10px 0;
  padding:10px;
  text-shadow: #Ebe0b5 0 0px 0 !important;*/
}
 
li.lnd_latestnews {
  color: #5B4130 !important;
  font-weight: 300;
  font-size: 85% !Important;
}

.sp-module ul>li>a {
    color: #5b4130;
}

li.lnd_latestnews a:hover {
  color: #ffffff !important;
  line-height: 1;
}

.sp-module ul>li>a:hover {
    color: #e9e0b5 !important;
}

.lnd_introdate {
  color:#5b4130 !important;
  font-size:80%;
  line-height:120%;
}
/*  Portfolio Display
================================================*/
.sprocket-mosaic-head {
  margin: 0px -10px -30px -10px !important;
}

.sprocket-mosaic-tags {
  display: inline-flex;

}
.sprocket-mosaic-container li {
  display:inline-block;
  font-size:80%;
  font-weight:bold;
}

.sprocket-mosaic .sprocket-mosaic-tags li, #main .sprocket-mosaic ul.sprocket-mosaic-tags li {
    width: auto;
    margin-right: 1px;
    padding: 0 5px;
    background: #e3e3e3;
    border-radius: 2px;
    border-bottom: none !important;
}
.sprocket-mosaic ul >li:last-child {
   border-bottom: 3px solid #88987b;
}

.sprocket-mosaic .sprocket-mosaic-filter li, .sprocket-mosaic .sprocket-mosaic-filter li {
    border-radius: 2px;
    font-size: 90%;
    padding: 1px 6px;
    cursor: pointer;
    -webkit-user-select: none;
    text-transform: capitalize !important;
    border-bottom: 3px solid #88987b;
}

.sprocket-mosaic .sprocket-mosaic-header ul {
    margin-bottom: 20px !important;
}

.sprocket-mosaic .sprocket-mosaic-header li a:hover{
    font-weight: bold;
}

.sprocket-mosaic-item .sprocket-mosaic-title a {
  line-height:1.2em;
  font-size: 75%;
}

.sprocket-mosaic-item .sprocket-mosaic-title a:hover {
  color: #5B4130;
}
.sprocket-readmore span {
  display:none !important;
}

/*  Portfolio Home Page Strip
================================================*/
.sprocket-strips-s-item {
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 5px;
}

/*  Membership images
================================================*/

.styleimage {
  margin-left: 0em;
  margin-top: 1em;
  float: left;
  clear: left;
}
.styleimage2 {
  margin-left: 3em;
  margin-top: 1em;
  float: left;

} 

/*Footer menu
================================================*/

.footer1 {
  font-size: 75%;
}

/* Table on responsive design page 
===============================================*/ 
 
th {
text-align: left;
}

.tdcontent {
border-top: thin dashed #a5a5a5; 
text-align: left; 
padding: 10px 30px;
vertical-align: top;
width: 25%;
}
.tdheader {
color:#88987b;
text-align: left;
font-weight: bold !important;
}
/*End of Table*/

/*  Slideshow/facebook area
================================================*/
#sp-content-bottom {
     border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

#sp-main-body {
  padding: 0px 0px;
}

/* Slide show
================================================*/

.slide-desc-text {
  text-align: center !important;
}

.slide-desc-text .slide-title {
  font-size: 1em !important;
}

/* End of Slide Show */

/*  Email Pricing Boxes and features
=================================================*/

* {
    box-sizing: border-box;
}

/* Create four columns of equal width */
.columns {
    float: left;
    width: 25%;
    padding: 4px;
}

/* Style the list */
.price {
    list-style-type: none;
    border: 1px solid #e9e0b5;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* Add shadows on hover */
.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.price .header {
    background-color: #b18b67;
    color: white;
    font-size: 25px;
}
/* Feature header */
  .blank {
    background-color: none;
    color: white;
    font-size: 25px;
}
/* List items */
.price li {
    border-bottom: 1px solid #e9e0b5;
    padding: 20px;
    text-align: center;
}

/* Grey list item */
.price .grey {
    background-color: #e9e0b5;
    font-size: 20px;
}

/* grey list item small text */
.sm {
   font-size: 15px;
   font-style: italic;
}

/* Green list item */
.price .green {
    background-color: #88987b;
    font-size: 20px;
}

/* The "Sign Up" button */
.button {
    background-color: #88987b;
    border: none;
    color: #e9e0b5;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

a.button:hover {
    background-color: #e9e0b5;
    color: #88987b;
}

/* Change the width of the three columns to 100% 
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}

.fa-grn {
    color: #88987b;
}

/*  End of Email Pricing Boxes and features
================================================*/

/*  Maintenance Pricing Boxes and features
=================================================*/

* {
    box-sizing: border-box;
}

/* Create four columns of equal width */
.columns-m {
   margin: auto;
    width: 50%;
    padding: 4px;
}

/* Style the list */
.price-m {
    list-style-type: none;
    border: 1px solid #e9e0b5;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* Add shadows on hover */
.price-m:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.price-m .header {
    background-color: #b18b67;
    color: white;
    font-size: 25px;
}
/* Feature header */
  .blank-m {
    background-color: none;
    color: white;
    font-size: 25px;
}
/* List items */
.price-m li {
    border-bottom: 1px solid #e9e0b5;
    padding: 20px;
    text-align: center;
}

/* Grey list item */
.price-m .grey {
    background-color: #e9e0b5;
    font-size: 20px;
}

/* grey list item small text */
.sm {
   font-size: 15px;
   font-style: italic;
}

/* Green list item */
.price-m .green {
    background-color: #88987b;
    font-size: 20px;
}

/* The "Sign Up" button */
.button-m {
    background-color: #88987b;
    border: none;
    color: #e9e0b5;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

a.button-m:hover {
    background-color: #e9e0b5;
    color: #88987b;
}

/* Change the width of the three columns to 100% 
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
    .columns-m {
        width: 100%;
    }
}

.fa-grn {
    color: #88987b;
}

/*  End of Maitenance Pricing Boxes and features
================================================*/

/*  Styling for portfolio website image 
================================================*/
.web-shadow {
    margin-bottom: 10px;
    margin-left: 10px;
    border: 1px solid #D3D3D3;
    float: right;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tags > span {
    text-transform: uppercase;
    letter-spacing: 2px;
    display: none;
}
  
  /*  End of Styling for portfolio website image 
==================================================*/

/*  Styling for Amazon Affiliate Program Image
   (have to remove their inline styling)
================================================*/

.amazonimg {
  border: 1px solid #cccccc;
  margin-bottom: 20px !Important;
  padding: 5px;

  
}

/*  Make iFrame responsive
================================================*/
iframe{
  max-width: 100% !important;
}

/*  Blog question at end
================================================*/
.blog-end {
  font-weight: 500;
  background-color: #EBEBEB;
  padding: 20px 10px 10px 10px;
  text-align: center;
}

/*  Akeeba Engage (comments)
================================================*/
section.akengage-outer-container h3.akengage-title {
    border-bottom: none;
}
