.post-content {
	font-size: 16px !important;
}
.awpa-title {
	display:none;
}
.vc_gitem-zone.vc_gitem-zone-a.homebannerpostimage.vc_gitem-is-link {
    height: 30rem;
}
.vc_gitem-zone.vc_gitem-zone-a.vc_gitem-is-link {
		height:170px;
    max-height: 100%!important;
    border-radius: 5px 5px 0px 0px;
}
.vc_gitem-zone.vc_gitem-zone-c h4 {
    font-weight: bold;
    font-size: 20px!important;
    font-family: "Nunito Sans", Sans-Serif;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_author {
    color: #6d56a4;
    font-size: 14px;
    margin-bottom: 0;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date {
    font-weight: normal;
    font-size: 12px;
}
.subscribepanel img {
    margin-top: 0px;
	width: 100%;
	border-radius:7px 7px 0px 0px;
}
img.imgform {
    margin-top: 0;
    border-radius: 5px 5px 0px 0px;
}
.post-thumbnail, .post-thumbnail img, .post-thumbnail .sh-ratio-content, .post-switch-item, .sh-widget-instagram-item img, .sh-widget-instagram-item-overlay, .sh-read-later-thumbnail, .sh-read-later-thumbnail:after {
    border-radius: 0px;
		height: 200px;
}
.hsform.w-embed.w-script {
    border: 1px solid #ccc;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}
.hbspt-form {
    text-align: center;
    padding: 10px 10px 36px 10px!important;
}
.vc_gitem-zone.vc_gitem-zone-c {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    height: 17.15rem;
    background-color: #d2c4db !important;
}
li.menu-item-850 a {
    background-color: #725cbd !important;
    border-radius: 25px!important;
    padding-top: 0px !important;
    margin-top: 18px
px
 !important;
    padding-bottom: 0px !important;
    margin-bottom: 18px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-white:focus, .vc_btn3.vc_btn3-color-white:hover {
    color: rgb(77, 59, 149);
    background-color: #ffffff;
}
.hs_error_rollup {
    display: none;
}
ul.flex-direction-nav{
   display:none;
}
figcaption, figcaption.blocks-gallery-caption {
    font-size: 12px;
    padding-bottom: 20px;
	text-align:center;
}
.has-cyan-bluish-gray-background-color {
    background-color: #ffffff!important;
}
.sh-header-top {display:none;}
.post-type-content.post_image_container.container {
    height: 500px;
    overflow: hidden;
}
.post-type-content.post_image_container.container img{
object-fit:cover;}
.vc_pageable-load-more-btn, .vc_grid-loading {display:none;}
.flexslider .slides img {
    height: 344px!important;
    -moz-user-select: none;
    object-fit: cover;
    border-radius: 7px 7px 0px 0px;
}
.wpb_posts_slider .flex-caption, .wpb_posts_slider .nivo-caption {
    background-color: #fff!important;
    border: 1px solid #efefef;
    opacity: 1;
    color: inherit;
    padding: 10px 15px;
    position: static;
    border-radius: 0px 0px 7px 7px;
}
.flexslider {
     border: 0px solid #fff!important;
	 }
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_author {
    font-weight: normal!important;
    font-size: 14px;
}
h4 a.vc_gitem-link {
    font-size: 18px;
}
body.page-id-951 .vc_grid-item-mini.vc_clearfix {
    border: 0px transparent solid!important; 
    border-radius: 5px;
}
body.page-id-951 .vc_gitem-zone.vc_gitem-zone-c, body.page-id-951 .vc_grid-item-mini.vc_clearfix:hover {
	background-color:#fff!important;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 0px;
	border-radius: 0px 0px 5px 5px;
}
body.page-id-951 .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_author {
 margin-top: 0px;
    color: #1b0c40;
}
.vc_gitem_row .vc_gitem-col {
    box-sizing: border-box;
    padding: 10px 5px 5px 5px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.vc_gitem-post-data {
    margin-bottom: 0px;
}

.shortcode-toc ul ul a {
    padding-left: 20px!important;
    margin: 0px;
    padding: 0px;
    font-size: 16px!important;
    border-right: 2px solid #f0f0f0;
}
body .shortcode-toc > ul > li > ul > li > a {
    margin-top: 9px!important;
}

.shortcode-toc ul ul a.active {
    color: #1b0c40 !important;
    border-right: 3px #1b0c40 solid;
    font-weight: bold;
}
/*
.blog-single .post-content ul li > ul li {
    color: red;
    display: none;
}*/

.logged-out.wp-block-loginout {
    display: none;
}
/*
.post-content ul 
{
position: relative;
}

.post-content ul li > ul 
{ 
display:none;
    -webkit-transition: .5s;
    transition: .5s;}

.post-content ul li:hover > ul 
{
display:block;
}
*/
.resimagemobile {display:none;}
@media only screen and (max-width: 600px) {
	  .resimage {
 	display:none;
  }
.post-type-content.post_image_container.container {
    height: 100%;
}
	.flexslider .slides img {
    height: 100%!important;
    -moz-user-select: none;
    object-fit: cover;
    border-radius: 7px 7px 0px 0px;
}

}