.comment-container{
    margin-top: 30px;
}

.comment-container .avatar{
    width: 100%;
    height: auto!important;
}

.comment-form label {
    width: 100%;
    font-weight: bold;
}

.content-social-block .big-social-menu {
    max-width: 484px;
    margin: 45px auto 0 auto;
}

@media only screen and (max-width: 567px){
    .content-social-block .big-social-menu {
        max-width: 290px;
    }
}

.find-adviser-form {
    max-width: 385px;
    margin: 0 auto;
    border-radius: 15px;
    -webkit-box-shadow: 0 11px 38px 15px rgba(101, 101, 101, 0.50);
    -moz-box-shadow: 0 11px 38px 15px rgba(101, 101, 101, 0.50);
    box-shadow: 0 11px 38px 15px rgba(101, 101, 101, 0.50);
    overflow: hidden;
    padding: 30px;
    margin-bottom: 30px;
}

.find-adviser-form input[type=text], input[type=email]{
    width: 100%;
}

div.wpcf7-mail-sent-ok {
    background-color: #9bdfc3;
}

.news-list p {
 font-size:14px !important;
 color:#383838;
}


.find-adviser-form {
    border-radius: 15px;
    -webkit-box-shadow: 0 11px 38px 15px rgba(101, 101, 101, 0.50);
    -moz-box-shadow: 0 11px 38px 15px rgba(101, 101, 101, 0.50);
    box-shadow: 0 11px 38px 15px rgba(101, 101, 101, 0.50);
    overflow: hidden;
    font-family: Montserrat, sans-serif;
}

.find-adviser-form label {
    font-family: Montserrat, sans-serif;
}

.find-adviser-submit {
    margin: 15px auto 0px auto;
}


.find-adviser-form .button-wrapper {
    text-align: center;
}

.find-adviser-form .small-text {
    margin-top: 15px;
    font-size: 10px;
}

.find-adviser-form .wpcf7-not-valid-tip {
    color: #55b68f;
}

.find-adviser-form .wpcf7-validation-errors, .find-adviser-form .wpcf7-spam-blocked , .find-adviser-form .wpcf7-mail-sent-ng, .find-adviser-form .wpcf7-mail-sent-ok {
    border: none;
    color: #55b68f;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    background-color: #ffffff;
}

.wpcf7 form div.visible-only-if-sent {
  display: none;
}
 
.wpcf7 form.sent div.visible-only-if-sent {
  display: block;
}

.wpcf7 form.sent div.hide-on-success {
  display: none;
}

.content-single-article-block {
	font-size: 15px;
}

.content-single-article-block p {
	color: #000000;
	font-size: 15px;
}

.header .menu-block form input {
    max-width: 210px;
}

@media screen and (max-width: 767px) {
    .single-video-url iframe {
        width: 100% !important;
    }
}

@media screen and (max-width: 1080px) {
    .navbar-expand-md .navbar-collapse {
        flex-direction: column;
        align-items: flex-end;
    }

    .header .menu-block form {
        margin-right: -27px;
    }
}