/*
Theme Name: David Maisel
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.5
*/

@import url("../Total/style.css");
/**
NOTE: If are or will be using the css minify function in the theme use this import instead of the one above
@import url("../Total/style-min.css");
**/


/*body { font-family: SiscoBook !important; }*/

/*#site-logo a {
	font-family: SiscoDemiBold !important;
	letter-spacing: 1px !important;
	font-weight: normal!important;
	font-style: normal!important;
	text-transform:uppercase!important;
}


  .page-header-title, #site-navigation .sf-menu a {
  font-family: Sisco
	font-weight: normal !important;
	font-style: normal !important;
}

.SiscoLight { 
	font-family: SiscoLight;
	font-weight: normal;
	font-style: normal;
}

#F47937 is the orange color

*/

#site-logo a {
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}
#site-navigation .dropdown-menu > li > a {
	text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2px !important;
}
.theme-heading {
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2px !important;
}
.widget-title {
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2px !important;
}
.vc_text_separator {
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2px !important;
}
.portfolio-entry-title {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}
.portfolio-entry-details {
	background: none repeat scroll 0 0 #ffffff;
	border: none;
	padding: 10px 0;
}
.portfolio-entry-details a {
	color: #999999;
}
.blog-entry-title {  /* he likes this style */
	/*text-transform:uppercase;*/
	letter-spacing: 1px !important;
	font-size:16px !important;
}
.page-header {
	border-bottom: none;
	border-top: 1px solid #E4E4E4;
	margin: 0px 0 15px;
	padding: 30px 0 0 0;
	position: relative;
}
.site-breadcrumbs a {
	color: #666666 !important;
}
/*.site-breadcrumbs {
	display: none;
}*/
.blog-entry.thumbnail-entry-style .blog-entry-title {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3em;
	margin: 0 0 5px;
}
a.theme-button {
	color: #999999 !important;
}
a:hover.theme-button {
	color: #ffffff !important;
}
fa-clock-o:before {
}
li.meta-date .fa {
	display:none;
}
/*.single-post li.meta-category {
	display: none !important;
}*/
/*.blog-entry.large-image-entry-style .meta li:last-child {
	display: none;
	margin-right: 0;
}*/
.page-header-title {
	max-width: 90%;
}
.portfolio-entry-title a {
	color: #333333;
	font-weight: 400;/*letter-spacing: 4px;*/
}
.portfolio-entry-title a:hover {
	color: #f47937;
	font-weight: 400;/*letter-spacing: 4px;*/
}
p a {
	/*text-decoration:underline !important;*/

	color: #333333 !important;
}
p a:hover {
	text-decoration:none !important;
	color: #f47937;
	color: #f47937 !important;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #f47937!important;
}
.vcex-blog-entry-details {
	border-color: #eeeeee #cccccc #cccccc!important;
	border: none !important;
	padding: 20px 0 20px 0 !important;
}




.blog-entry.thumbnail-entry-style {
	border-bottom: 1px solid #e4e4e4 !important;
}
.vcex-blog-grid .span_1_of_1 .vcex-blog-entry-details {
	border-top: 0 none !important;
}
.vcex-blog-grid .span_1_of_1 .vcex-blog-entry-media {
	margin: 0 20px 10px 0!important;
}
article .vcex-blog-entry.col.col-1.span_1_of_1.cat-5 {
	border-bottom: solid 1px #cccccc!important;
	padding-bottom: 20px !important;
	margin-bottom:30px !important;
}
.vcex-blog-grid .span_1_of_1 .vcex-blog-entry-title {
	font-size: 16px;
	margin: 0;
}
#footer-bottom {
	font-family: lato;
	font-weight: 300;
	min-height: 40px;
	font-size:12px;
}
.socialfoot {
	float:right;
}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
}
.portfolio-entry-excerpt p {
	padding-bottom: 15px;
}
.page-id-6 #site-header,
.page-id-3019 #site-header {
	border-bottom: 1px solid #e4e4e4 !important;
	margin-bottom: 40px;
}
#site-navigation .dropdown-menu > .current-menu-item > a, #site-navigation .dropdown-menu > .current-menu-item > a:hover {
	font-weight: 400 !important;
}

.hometext {
	color: #666666;
	font-family: lato, sans-serif !important;
	font-weight:300;
	font-size:15px;
  line-height: 1.95;
}
@media screen and (max-width: 767px) {
  .hometext {
    font-weight:300;
    font-size:13px;
  }
}
.spinner5 {
	display: none !important;
}
.socialfoot p a:hover {
	color: #666666;
}
/* full screen toggle overides */
div.ps-document-overlay {
	background: none repeat scroll 0 0 #ffffff !important;
}
/* category pages archvies */
	
.blog-entry.thumbnail-entry-style .blog-entry-content {
	width: 64.5%!important;
}
.blog-entry.thumbnail-entry-style .blog-entry-media {
	width: 32%!important;
}

.category-books.blog-entry.thumbnail-entry-style .blog-entry-media {

    width: 46%!important;
}

.category-books.blog-entry.thumbnail-entry-style .blog-entry-content {
	width: 50%!important;
}


@media only screen and (max-width: 767px) {
	.blog-entry.thumbnail-entry-style .blog-entry-media,
    .category-books.blog-entry.thumbnail-entry-style .blog-entry-media {
	
	    width: 100% !important;
	    
	}
	.blog-entry.thumbnail-entry-style .blog-entry-content,
    .category-books.blog-entry.thumbnail-entry-style .blog-entry-content {
	    
	    width: 100% !important;
	}
    #wrap .wpex-row .span_1_of_3,
    .entry-media img {
        width: 100%;
    }
}




body .vc_text_separator_seven {
	border-bottom:none!important;
	margin-top: 16px!important;
}





#footer-bottom a:hover {
	color: #777777!important;
}


.single-post .meta {
    border-bottom:none!important;
    border-top: none!important;
    color: #777;
    font-size: 12px;
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 2px 0 0!important;}
	
	body .vc_text_separator_seven {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    padding: 14px 0 0!important;
	margin-top: 25px;
}


.post-pagination {
    border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-bottom: none!important;
    color: #888;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 20px 0;
}


#footer-bottom > .container {
    padding-bottom: 20px;
    padding-top: 20px;
	 border-top: 1px solid #e4e4e4;
}


.archive #footer-bottom > .container {
    padding-bottom: 20px;
    padding-top: 20px;
	border-top: none !important;
}


#primary {
    margin-bottom: 0px!important;
	padding-bottom: 20px !important;
}

.temphide {
	display:none;}
	
	
#site-navigation li#menu-item-36.current-menu-parent > a {
   color: #f47937 !important;
   font-weight: 400 !important;
}



#site-navigation .current-post-parent > a {  color: #f47937 !important;
   font-weight: 400 !important;
}


.slideshow-next img {
	max-height: 700px !important;}
	
	
	.blog-entry.format-standard .blog-entry-media img,
.blog-entry.format-audio .blog-entry-media img,
.blog-entry.format-video .blog-entry-media img,
.blog-entry.format-image .blog-entry-media img {
	max-width: 100%;
}

.search-entry h2 {
    font-size: 16px!important;
    font-weight: 400!important;
    
}

body.wpex-responsive .container, body.wpex-responsive .vc_row-fluid.container {
    margin: 0 auto;
}
a.theme-button {
	line-height: 23px;
	background-color: transparent !important;
}
a.theme-button:hover {
	background-color: #ddd !important;
}
.vc_separator h4 {
	margin: 2em 0 .75em;
}
.vcex-blog-entry-excerpt img {
	display: none;
}

@media screen and (max-width: 1090px) {
  #mobile-menu, #mobile-menu-full, .sidr, .mobile-searchform, #mobile-menu-search { 
    display: block;
  }
}
html .ilightbox-overlay.white {
  opacity: .9 !important;
}
.gallery-item {
  padding: 0 7.5px;
}
#wrap .gallery-tight-wrapper .wpex-row {
  margin-bottom: 10px !important;
}
.content-full-width .gallery-tight-wrapper .gallery-item {
  padding: 0 0px;
  margin: 0 0 0px;
  position: relative;
}
.content-full-width .gallery-tight-wrapper .gallery-item.span_1_of_3 {
  width: 33.33% !important;
}
.content-full-width .gallery-tight-wrapper .gallery-item:after  {
  content: '';
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 1px solid #fff;
  display: block;
}
.ilightbox-holder .ilightbox-container .ilightbox-caption {
  position: static !important;
}

.gallery-tight-wrapper {
  width: 700px;
  max-width: 100%;
}
.gallery-caption {
  display: none;
}

.responsive-video-wrap {
  padding-top: 0 !important;
}
.category-rev-slider {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}