.full-width .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
}

.post-comments {
	padding-top: 60px;
}


#recentcomments {
	margin: 0;
	padding: 0;
	list-style: none;
}

#recentcomments li { 
	display: block;
	padding: 8px 0;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.07);
}

#recentcomments li:last-child { 
	border-bottom: 0;
}

#recentcomments li a { 
	color: #191b32;
}

#recentcomments li a:hover, #recentcomments li a:focus {
	color: #b48860;
	-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comment-post-content {
  background: #f9f9f9;
  padding: 30px;
  margin: 0 0 50px 0;
}

.comment-post-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment-post-content ul li {
	font-style: italic;
}

.comment-reply-title {
	font-weight: bold;
	margin-top: 0;
}

.comment-item {
	display: block;
	margin: 0 0 30px 0;
	background: #f2f2f2;
	padding: 25px;
}

.comment-item-author h5 {
	font-weight: bold;
}

.form-submit input[type="submit"] {
  background: #ff3636;
  border: 1px solid #ff3636;
  color: #ffffff;
}

.form-submit input[type="submit"]:hover, .form-submit input[type="submit"]:focus {
  background: #ff1a1a;
  border: 1px solid #ff1a1a;
  color: #ffffff;
}

.blog-item, .blog-item-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  margin: 0 0 30px 0;
  border: 1px solid rgba(112, 112, 112, 0.13);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (min-width: 992px) {
  .blog-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .blog-item-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #ffffff;
    margin: 0 0 30px 0;
    border: 1px solid rgba(112, 112, 112, 0.13);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

.blog-item-top {
  position: relative;
}

.blog-item-top img {
  display: block;
}

.blog-item-bottom {
  padding: 15px 25px 20px 25px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-item-bottom span {
  font-style: italic;
  opacity: 0.29;
  font-size: 80%;
}

.blog-item .blog-item-bottom h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
}

.blog-item.blog-item-second .blog-item-bottom h4 {
  font-size: 17px;
  line-height: 1.7;
}

.blog-item-bottom a {
  color: #0473B9;
  font-weight: bold;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.blog-item-bottom a:hover, .blog-item-bottom a:focus {
  opacity: 0.5;
}

.blog-item-top, .blog-item-bottom {
  min-width: 100%;
}

@media only screen and (min-width: 992px) {
  .blog-item-top, .blog-item-bottom {
    min-width: 50%;
  }
}

.blog-item a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 15px 0;
}

.blog-item a span {
  opacity: 1;
  font-style: normal;
}

.blog-item:hover, .blog-item:focus {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.085) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.085) !important;
}

.blog-archive {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-archive li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
  color: #1967CE;
}

.blog-archive li a:before {
  content: "\eaca";
  font-family: "IcoFont";
  margin-right: 1em;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.blog-archive li a:hover, .blog-archive li a:focus {
  opacity: 0.6;
}

.blog-archive li a:hover:before, .blog-archive li a:focus:before {
  margin-right: 1.5em;
}

.blog-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
  padding: 0;
  list-style: none;
}

.blog-info li {
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.29);
}

.blog-info li:first-child:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin: 0 15px;
  position: relative;
  top: -2px;
  background-color: rgba(0, 0, 0, 0.29);
}

.p-0 .wpb_button, .p-0 .wpb_content_element, ul .p-0 .wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important;
}

.comment-form textarea, .comment-form input[type=text], .comment-form input[type=email] {
	display: block;
	width: 100%;
	padding: 15px 25px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.comment-form textarea:focus, .comment-form input[type=text]:focus, .comment-form input[type=email]:focus {
	outline: none;
}

.comment-form input[type=submit] {
	display: inline-block;
	padding: 15px 25px;
	border-radius: 35px;
	background-color: #0473B9;
	border: 1px solid #0473B9;
	color: white;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comment-form input[type=submit]:hover, .comment-form input[type=submit]:focus {
	background-color: #02446e;
	border: 1px solid #02446e;
}

#recent-posts-3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#recent-posts-3 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px 0;
}

#recent-posts-3 ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #0473B9;
  margin-right: 1em;
  position: relative;
  top: 3px;
}

#recent-posts-3 ul li a {
  color: #000;
  line-height: 1.2;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#recent-posts-3 ul li a:hover, ul li a:focus {
  color: #02446e;
}