/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2019 | 10:49:17 */
.nav_type_8 #logo_img, .nav_type_8 .logo_text {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#header_container header.transparent_header.opaque_header {
    background: #00000045 !important;
    border-bottom: none!important;
}
#header_container .transparent_header {
    border-bottom: 1px solid rgba(255, 255, 255, 0)!important;
}

body {
    color: #2d2d2d !important;
}


.bttnrow { 
  text-align: center !important;
}

.nav_type_8 #logo_img, .nav_type_8 .logo_text {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

p {
    line-height: 26px !important;
    font-size: 16px !important;
}
.vid-img {
	height: 140px;
}

.signature {
  font-family: "Snell Roundhand", "Alex Brush", cursive;
  line-height: 26px;
  font-size: 16px;
}



.post_single .post-info {
    padding-bottom: 28px;
    margin: 17px 0px 24px 0px;
    text-align: center !important;
}
.post-title {
    TEXT-ALIGN: center !important;
}

  .tags_container {
    display: none !important;
}
#add-comment {
    display: none !important;
}


.page_title_ctn h1, .page_title_ctn h2, #crumbs, #crumbs a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 29px;
    letter-spacing: 10px;
}


.wrapper.table_wrapper {
    text-align: center;
}
.page_title_ctn h1 {
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto;
    float: none;
}
.post-title {
    display: none;
    margin-top: -40px;
}
.post_single .post-info {
    border-bottom: 1px solid #ecf0f1;
    border-top: 1px solid #ecf0f1;
    padding: 15px;
    margin: -40px 0 30px;
}
.post_single .wpb_wrapper p + h2 {
    margin: 40px 0 10px;
}
.transparent_header nav > ul > li > a {
    color: #A6D1CA !important;
}

/*Press and Media*/
.mpc-active .mpc-button,
.mpc-button:hover {
	background: #000 !important;
    color: #a6d1ca !important;
}
.mpc-button {
    padding: 0.5rem;
    margin-right: 5px;
	border: 1px solid #000;
}
.mpc-tabs__content {
	margin-top: 10px;
}
.vid-img img {
	height: 150px;
  	width: 795px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    transition:0.25s;
}
.vid-img:hover img {
	height: 140px;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
@media only screen and (max-width: 600px) {
  .vid-img img {
  	width: 100%;
    height: auto;
  }
}