.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  left: 175px;
  display: none;
}


.sub-menu li {
  transition-duration: 0.5s;
  clear: both;
  width: 100%;
  background: rgba(0,0,0,0.8);
  float: left;
}

.sub-menu:hover {
  visibility: visible;
  opacity: 1;
  display: block;	
}

nav ul li:hover .sub-menu {
visibility: visible;
  opacity: 1;
  display: block;
}

.sub-menu li a {

}

.blog-header {background: #d2d2d2;}

.toggle-switch {
	display: none;
	font-size: 20px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 6em;
	height: 3em;
	border-radius: 3em;
	background-color: #ddd;
	outline: 0;
	cursor: pointer;
	transition: background-color 0.09s ease-in-out;
}

.toggle-switch:checked {
	background-color: #3af;
}


.toggle-switch::after {
	content: '';
	width: 3em;
	height: 3em;
	background-color: white;
	border-radius: 3em;
	position: absolute;
	transform: scale(0.7);
	left: 0;
	transition: left 0.09s ease-in-out;
	box-shadow: 0 0.1em rgba(0, 0, 0.5);
}

.toggle-switch:checked::after {
	left: 3em;
}


#vid-cap {
  text-align:justify;
  padding:15px;
  position: absolute;
  top: 0;
  width: 70%;
}
#vid-cap p {
  color:#fff;
}
#vid-cap a {
  color: #fff;
  background: #902d3f;
  padding: 2px 15px;
  text-decoration: none;
  text-transform: uppercase;
}
#vid-cap a:hover {
  background: #902D36;
}

#blackdesc {
  text-align:justify;
  padding:15px;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  height: 120px; 
  background: #000;
}
#blackdesc p {
  color:#fff;
  width: 75%;
}
#blackdesc a {
  color: #fff;
  background: #902d3f;
  padding: 2px 15px;
  text-decoration: none;
  text-transform: uppercase;
}
#blackdesc a:hover {
  background: #902D36;
}
#product_photo {
  position: absolute;
  top: 0;
  width: 30%;  
}
.pst-thumbnail {
    width: 50%;
    float: left;
}
.pst-info {
    width: 50%;
    float: left;
    padding:0px 10px;
    position: relative;
    text-align: center;
}
.pst-tags {
    color: #fff !important;
    padding: 2px 10px;
    margin: 2px;
    background: #7d7d7d;
    display: inline-block;
}
.pst-cats {
    color: #222 !important;
}
.pst-cats:hover {
    text-decoration: none;
}    
.t-img {
    min-height: 330px;
}
.cat-img-a:hover {
    text-decoration: none !important;
}
.d-posted {
    text-align: center;
    width: 100%;
    font-size: 11px;
    color: #fff;
}
.p-content {
}
.p-content p {
    color: #fff;
}
.vc_custom_1519387731657 {
 background-size: cover !important;
}


/*Posts Single Content */
#single-content {
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 980px;   
}

.c-read {
    border: 1px solid #222;
    box-sizing: border-box;
    padding: 9px 24px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.3;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    /*-webkit-box-shadow: 0px 10px 5px 0px rgba(240,240,240,0.8);*/
    /*-moz-box-shadow: 0px 10px 5px 0px rgba(240,240,240,0.8);*/
    /*box-shadow: 0px 10px 5px 0px rgba(240,240,240,0.8);*/
}
.c-read:hover {
  background-color: #000000;
  color: #fff;
  border-color: #0000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.social-media-sidebar a img {
    width: 30px;
    padding: 4px 2px;
}

@media (min-width: 1921px){
    
}

@media (max-width: 1920px) and (min-width: 1681px){
   
}

@media (max-width: 1680px) and (min-width: 1601px){
   
}

@media (max-width: 1600px) and (min-width: 1441px){
  
}

@media (max-width: 1440px) and (min-width: 1367px){
    
}

@media (max-width: 1366px) and (min-width: 1281px){
   
}

@media (max-width: 1280px) and (min-width: 1025px){
    
}

@media (max-width: 1024px) and (min-width: 769px){
   #blackdesc p {
      color:#fff;
      width: 65%;
  }
  #blackdesc {
      text-align:justify;
      padding:15px;
      position: absolute;
      bottom: 20px;
      z-index: 1;
      height: 120px; 
      background: #000;
  }
}


@media (min-width: 769px){
	.the-content {
		margin: 0 auto;
		z-index: 1;
		max-width: 980px;
	}
}

/* Mobile ================== */
@media (max-width: 768px){
    /*Posts Single Content */
    .pst-thumbnail {
        width: 100%;
        float: none;
        padding: 15px;
    }
    .pst-info {
        width: 100%;
        float: none;
        padding: 15px;
    }
    .t-img {
    min-height: 400px;
    }
    .pst-tags {
        color: #fff !important;
        padding: 2px 10px;
        margin: 0 2px;
        background: #7d7d7d;
        margin: 2px;
        display: inline-block;
    }
    .pst-cats {
        display: inline-block;
    }
    #top {
        display: none;    
    }
    html {
        margin-top: 0 !important;
    }
    #vid-cap {
        display: none;
    }
    #vid-cap p {
        display: none;
    }
}
.menu-primary-container{
	background: tomato!important;
}

/* ================== */
