/* Enter Your Custom CSS Here */

/*----HOME PAGE WIDGETS----*/

.front-page-1 h1, 
.front-page-1 h2, 
.front-page-1 h3, 
.front-page-1 h4, 
.front-page-1 h5, 
.front-page-1 h6 { 
    color: #fff;
}

.front-page-1 .widget-area {
    background-color: rgba(0, 0, 0, .3);
}

.front-page-1 .widget-title {
    font-size: 48px;
    font-size: 4.8rem;
}

.front-page-1 .widget-area .wrap {
    top: 50%;
}

.front-page button, .front-page .content .widget .textwidget a.button {
    padding: 18px 60px;
    border-radius: 1px;
}

.front-page-bgimage button, 
.front-page-bgimage .widget .textwidget a.button {
    background-color: transparent !important;
}

front-page-bgimage button:hover, 
.front-page-bgimage .widget .textwidget a.button:hover {
    background-color: #fff !important;
    color: #76a934 !important;
}

@media only screen and (max-width: 640px) {
  .front-page-1 {
      height: 850px !important;
  }
}


/*----STYLES FOR SHOWCASE PAGE----*/
.showcasediv {
	width: 100%;
	min-height: 190px;
}

.showcaseimage {
	border: 1px #888888 solid;
	float: left;
	margin: 5px 20px 10px 0;
}

/*----ERICK ADDING STANDARD STYLES FOR DEMO PAGE----*/
.demodivleft, 
.demodivright {
    width: 24%;
    height: 320px;
	margin: .5%;
	float: left;
}
.demoimage {
	border: 1px #CCCCCC solid;
	float: left;
	margin: 0;
	box-shadow: 0 0 10px #888888;
    max-width: 100%;
    max-height: 100%;
}
@media only screen and (max-width: 1920px) {
  .demodivleft,
  .demodivright {
     width: 24%;
     height: 280px;
  }
}
@media only screen and (max-width: 1500px) {
  .demodivleft,
  .demodivright {
     width: 32%;
     height: 280px;
  }
}
@media only screen and (max-width: 1200px) {
  .demodivleft,
  .demodivright {
     width: 32%;
     height: 250px;
  }
}
@media only screen and (max-width: 1000px) {
  .demodivleft,
  .demodivright {
     width: 32%;
     height: 200px;
  }
}
@media only screen and (max-width: 850px) {
  .demodivleft,
  .demodivright {
     width: 49%;
    height: 280px;
  }
}
@media only screen and (max-width: 640px) {
  .demodivleft,
  .demodivright {
    width: 100% !important;
    height: auto !important;
  }
}

/*---- STYLES FOR HIGHLIGHT DEMOS ON FEATURES PAGE----*/
.highlight {
	width: 48%;
	min-width: 400px;
	min-height: 300px;
	margin: 5px;
	float: left;
}

.highlightimage {
	border: 1px #CCCCCC solid;
	margin: 0;
	box-shadow: 0 0 10px #888888;
	width: 408px;
	height: 306px;
}

/*---- STYLES FOR HIGHLIGHT DEMOS ON HOME  PAGE----*/
.homehighlight {
	width: 24%;
	min-width: 260px;
	min-height: 195px;
	margin: 5px;
	float: left;
    text-align: center;
}

.homehighlightimage {
	border: 1px #CCCCCC solid;
	margin: 0;
	box-shadow: 0 0 10px #888888;
	width: 260px;
	height: 195px;
}
@media only screen and (max-width: 640px) {
  .homehighlight {
    width: 100% !important;
  }
}
/*---- STYLES FOR HOSTING RECOMMENDATION PAGE ----*/

.postid-11360 .sidebar {
   display: none;
}

.postid-11360 .content {
   width: 95%;
   float: none;
   margin-left: auto;
   margin-right: auto;
}

/* Simple Share */
.share-before,.share-after {text-align: center !important;}          

/*----STYLES FOR THEMES LANDING PAGE----*/

.post-8000 .entry-title {
  font-size: 33px;
  font-size: 3.3rem;
}                  

/* Recent Posts Widget */

.widget_recent_entries ul li {
    list-style-type: disc !important;
}         