p {
  color: #424242;
}

a {
  outline: none !important;
}

h1 {
  font-size: 49px;
  font-weight: 800;
  color: white;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
  margin: 20px 0 10px;
}

h2 {
  font-size: 32px;
  font-weight: 400;
}

.read-more-link {
  display: block;
  text-align: right;
}

.read-more-link a {
  margin: 50px 0 0 auto;
  display: inline-block;
  background-color: #425CA1;
  color: white;
  padding: 10px;
  font-size: 22px;
  font-weight: 700;
  text-transform: lowercase;
  text-decoration: underline;
}

.read-more-link a:hover {
  text-decoration: none;
}

.btn-symphony {
  color: white;
  border-radius: 5px;
  line-height: 42px;
  font-size: 12px;
  display: inline-block;
  width: 160px;
  text-align: center;
  transition: all .3s ease;
}

.btn-symphony:hover {
  color: white;
  text-decoration: none;
  transform: scale(0.9);
}

.btn-symphony-blue {
  background-color: #425CA1;
}

.btn-symphony-gray {
  background-color: #424242;
}

.sidebar-primary {
  color: white;
  margin-bottom: 30px;
}

.sidebar-primary caption {
  color: white;
}

.sidebar-primary section {
  background-color: #425CA1;
  padding: 20px;
}

.sidebar-primary .so-panel {
  margin-bottom: 20px;
}

.sidebar-primary a {
  color: white;
  text-decoration: underline;
}

.sidebar-primary a:hover {
  text-decoration: none;
}

.sidebar-primary .search-form {
  display: flex;
}

.sidebar-primary .search-form input[type="search"] {
  border: none;
}

.sidebar-primary .search-form input[type="search"]:focus {
  outline: none;
}

.sidebar-primary .search-form input[type="submit"] {
  background-color: #425CA1;
  color: white;
  border: 1px solid white;
}

.sidebar-primary .widget_calendar table#wp-calendar {
  width: 100%;
}

.sidebar-primary .widget_calendar table#wp-calendar caption {
  font-size: 20px;
  margin-top: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.site-header .panel-grid,
.site-header .panel-grid-cell {
  margin-bottom: 0 !important;
}

.site-header .header-section-1 {
  padding: 10px 0 5px;
}

.site-header .header-section-1 .panel-grid {
  align-items: center !important;
}

.site-header .header-section-1 img {
  height: 80px !important;
  margin: 0 0 5px;
}

.site-header .header-section-1 .widget_sow-editor {
  text-align: right;
}

.site-header .header-section-1 .widget_sow-editor p {
  margin: 0;
}

.site-header .header-section-1 .widget_sow-editor .btn-symphony {
  margin-bottom: 5px;
}

.site-header .header-section-2 {
  background-color: #425CA1;
}

.site-header .header-section-2 .widget_nav_menu {
  background-color: #425CA1;
  z-index: 9999;
}

.site-header .header-section-2 ul.menu {
  margin: 0;
}

.site-header .header-section-2 ul.menu li.menu-item {
  position: relative;
}

.site-header .header-section-2 ul.menu li.menu-item a {
  height: 60px;
  display: inline-block;
  line-height: 60px;
  padding: 0 10px;
  color: white;
  border-bottom: 2px solid #425CA1;
  transition: all .3s ease;
}

.site-header .header-section-2 ul.menu li.menu-item a:hover {
  border-bottom-color: white;
  text-decoration: none;
}

.site-header .header-section-2 .label.responsive-menu {
  padding: 14px 0;
}

.site-header .header-section-2 .label.responsive-menu span {
  background-color: white;
}

.site-header .header-section-2 .responsive-sub-menu span {
  border-right-color: white;
}

@media (max-width: 1024px) {
  .site-header .header-section-2 .responsive-sub-menu {
    position: absolute;
    top: 20px;
    right: 30px;
  }
  .site-header .header-section-2 .responsive-sub-menu span {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #FFF;
    border-top: 8px solid transparent;
  }
}

.site-header .header-section-2 ul.sub-menu {
  z-index: 999;
  background-color: #425CA1;
}

.site-header .header-section-2 ul.sub-menu li.menu-item a {
  line-height: 40px;
  height: 40px;
}

.site-header .header-section-2 ul.sub-menu li.menu-item a:hover {
  border: none;
  background-color: white;
  display: block;
  color: black;
}

@media (min-width: 1025px) {
  .site-header.fixed-menu .header-section-2 {
    height: 60px;
  }
  .site-header.fixed-menu .header-section-2 .widget_nav_menu {
    position: fixed;
    width: 100%;
    top: 0;
  }
}

@media (max-width: 1024px) {
  .site-header {
    margin-top: 60px;
  }
  .site-header .header-section-2 {
    z-index: 999999;
    background-color: #425CA1;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
  }
  .site-header .header-section-2 .label.responsive-menu.slide.top-left {
    top: 0;
  }
  .site-header .header-section-2 ul.menu {
    width: 100%;
    background-color: #425CA1;
  }
  .site-header .header-section-2 ul.menu li a {
    border-bottom: none;
    display: block;
  }
  .site-header .header-section-2 ul.menu li .responsive-sub-menu.label {
    z-index: 9;
  }
}

@media (max-width: 991px) {
  .site-header .panel-grid {
    flex-wrap: wrap;
  }
  .site-header .panel-grid .panel-grid-cell {
    width: 100% !important;
  }
  .site-header .panel-grid .panel-grid-cell .sow-image-container {
    justify-content: center;
  }
  .site-header .panel-grid .panel-grid-cell img {
    height: 45px !important;
    margin: 0 auto 10px;
  }
  .site-header .panel-grid .panel-grid-cell .widget_sow-editor {
    text-align: center;
  }
  .site-header .panel-grid .panel-grid-cell .widget_sow-editor .btn-symphony {
    line-height: 36px;
    width: auto;
    padding: 0 10px;
  }
}

@media (min-width: 1025px) {
  .admin-bar .fixed-menu .header-section-2 .widget_nav_menu {
    top: 32px;
  }
}

@media (max-width: 600px) {
  .admin-bar .site-header {
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  .admin-bar .site-header .header-section-2 {
    top: 32px;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header .header-section-2 {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .admin-bar .site-header .header-section-2 {
    top: 0;
  }
}

.footer-widgets {
  color: white;
  text-align: center;
}

.footer-widgets a,
.footer-widgets p {
  color: white;
}

.footer-widgets .footer-section-1 .panel-grid-cell,
.footer-widgets .footer-section-2 .panel-grid-cell {
  background-color: #425CA1;
  padding: 60px 40px 40px !important;
}

.footer-widgets .footer-section-1 h2,
.footer-widgets .footer-section-2 h2 {
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: 400;
}

.footer-widgets .footer-section-1 p,
.footer-widgets .footer-section-2 p {
  font-size: 20px;
}

.footer-widgets .footer-section-1 a,
.footer-widgets .footer-section-2 a {
  display: inline-block;
  border: 2px solid white;
  padding: 15px 30px;
  text-decoration: none;
  margin: 30px 0 0;
  font-weight: 300;
  transition: all .3s ease;
}

.footer-widgets .footer-section-1 a:hover,
.footer-widgets .footer-section-2 a:hover {
  text-decoration: none;
  transform: scale(0.9);
}

.footer-widgets .footer-section-3 {
  background-color: #425CA1;
  padding-top: 30px;
  font-size: 14px;
}

.footer-widgets .footer-section-3 a {
  padding: 0 5px;
}

.footer-widgets .footer-section-4 {
  background-color: #425CA1;
  font-size: 12px;
}

.footer-widgets .footer-section-5 {
  background-color: #425CA1;
  padding: 20px 0 50px;
}

.footer-widgets .footer-section-5 .ih-bug {
  margin: auto;
}

body.blog .header-title-background {
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
}

body.blog .content-sidebar-wrap {
  margin-top: 30px;
}

@media (min-width: 781px) {
  body.blog .content {
    padding: 0 30px;
  }
}

body.blog article {
  font-family: "Open Sans";
  margin-bottom: 70px;
  padding: 100px 15px 15px;
  position: relative;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
}

body.blog article p {
  line-height: 25px;
  font-size: 16px;
}

body.blog article .entry-header h2 {
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

body.blog article .entry-header h2 a {
  color: #424242;
  text-decoration: none;
}

body.blog article .entry-header .entry-meta .entry-time {
  position: absolute;
  right: 30px;
  top: 0;
  width: 100px;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  background: #425CA1;
  color: white;
  padding: 10px 5px;
}

body.blog .pagination ul {
  display: flex;
  justify-content: center;
}

body.blog .pagination a {
  border: none;
  background-color: white !important;
  text-decoration: underline;
  color: #424242;
  padding: 0 5px;
}

body.blog .pagination a:hover {
  text-decoration: none;
}

body.single-post .hero-title {
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
  padding: 0 15px;
}

body.single-post .hero-title h1 {
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
  color: black;
}

@media (max-width: 780px) {
  body.single-post .hero-title {
    height: auto;
    padding: 15px 20px;
  }
  body.single-post .hero-title h1 {
    margin: 0;
  }
}

@media (min-width: 781px) {
  body.single-post .content {
    padding: 0 30px;
  }
}

body.single-post article .entry-header {
  display: none;
}

body.error404 .content-sidebar-wrap {
  padding: 80px 15px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  body.error404 .content-sidebar-wrap {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  body.error404 .content-sidebar-wrap {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  body.error404 .content-sidebar-wrap {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  body.error404 .content-sidebar-wrap {
    max-width: 1140px;
  }
}

body.error404 .content-sidebar-wrap .search-form {
  display: none;
}

body.error404 .content-sidebar-wrap h1 {
  color: black;
  text-shadow: none;
}

.sample-page-section-header {
  height: 210px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.home-section-title {
  height: calc(100vh - 160px);
}

.home-section-title .carousel-caption {
  width: 100%;
  background-color: #425CA1;
  right: 0;
  left: 0;
  bottom: 0;
}

.home-section-title .carousel-caption p {
  color: white;
}

.home-section-title .carousel-control-prev,
.home-section-title .carousel-control-next {
  opacity: 1;
  width: 100px;
}

.home-section-title .carousel-control-prev span,
.home-section-title .carousel-control-next span {
  background-image: none;
  font-size: 24px;
  height: 36px;
}

.home-section-title .carousel-control-prev span:before,
.home-section-title .carousel-control-next span:before {
  content: "\f053";
  font-family: FontAwesome;
  font-weight: bold;
  color: black;
  text-shadow: 0 0 15px white;
}

.home-section-title .carousel-control-next span:before {
  content: "\f054";
}

.home-section-title img {
  height: calc(100vh - 160px);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .home-section-title .carousel-control-prev,
  .home-section-title .carousel-control-next {
    width: 50px;
  }
}

.home-section-testimonial {
  background-color: #F4F9F9;
}

.home-section-testimonial .panel-grid {
  margin-bottom: 0 !important;
}

.home-section-testimonial .carousel-item {
  width: 100%;
}

.home-section-testimonial .carousel-control-prev,
.home-section-testimonial .carousel-control-next {
  width: 100px;
}

.home-section-testimonial .carousel-control-prev span,
.home-section-testimonial .carousel-control-next span {
  background-image: none;
  font-size: 24px;
  height: 36px;
}

.home-section-testimonial .carousel-control-prev span:before,
.home-section-testimonial .carousel-control-next span:before {
  content: "\f053";
  font-family: FontAwesome;
  font-weight: bold;
  color: black;
}

.home-section-testimonial .carousel-control-next span:before {
  content: "\f054";
}

.home-section-testimonial .carousel-caption {
  bottom: 0;
  position: relative;
  left: 0;
  right: 0;
  padding: 20px 180px;
}

.home-section-testimonial .carousel-caption div {
  display: flex;
  align-items: center;
  text-align: left;
}

.home-section-testimonial p {
  width: 70%;
  margin: 0;
  font-size: 24px;
}

.home-section-testimonial h4 {
  margin: 0;
  width: 30%;
  color: #424242;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 991px) {
  .home-section-testimonial .carousel-control-prev,
  .home-section-testimonial .carousel-control-next {
    width: 50px;
  }
  .home-section-testimonial .carousel-caption {
    padding: 20px 50px;
  }
  .home-section-testimonial .carousel-caption div {
    flex-wrap: wrap;
  }
  .home-section-testimonial p {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .home-section-testimonial p,
  .home-section-testimonial h4 {
    width: 100%;
    text-align: center;
  }
}

.home-section-message {
  padding: 30px 0 0;
}

.home-section-message .panel-grid {
  margin-bottom: 0 !important;
  align-items: center !important;
}

.home-section-services {
  text-align: center;
  padding: 50px 0;
}

.home-section-services .widget_sow-image {
  margin-bottom: 10px !important;
}

.home-section-services h2 {
  color: #425CA1;
}

.home-section-services p {
  font-size: 22px;
  font-weight: 300;
}

.home-section-services p a {
  text-decoration: none;
  color: #425CA1;
}

.home-section-meet-our-team {
  text-align: center;
  padding: 50px 0;
}

.home-section-meet-our-team img {
  border-radius: 50%;
  max-height: 250px;
  margin: auto;
}

.home-section-meet-our-team h2 {
  color: #425CA1;
}

.home-section-meet-our-team p {
  font-size: 20px;
}

.home-section-meet-our-team p a {
  color: #425CA1;
  text-decoration: none;
}

.home-section-our-locations {
  padding: 0 0 50px;
}

.home-section-our-locations h2 {
  text-align: center;
  color: #425CA1;
}

.home-section-our-locations iframe {
  width: 100%;
}

.home-section-information {
  background-color: #F4F9F9;
  padding: 40px 0;
}

.home-section-information .panel-grid {
  align-items: center !important;
}

.home-section-information .panel-grid-cell:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-section-information .panel-grid-cell:nth-child(1) .widget_sow-image {
  width: 30%;
  margin: 10px 0 !important;
}

.home-section-information .panel-grid-cell:nth-child(1) img {
  width: 95px;
  height: 95px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: auto;
}

.home-section-social-networks {
  background-color: #425CA1;
  text-align: center;
  font-size: 40px;
  padding: 30px 0;
}

.home-section-social-networks p {
  margin: 0;
}

.home-section-social-networks a {
  margin: 0 10px;
  color: white;
  text-decoration: none;
}

.home-section-social-networks .panel-grid {
  margin-bottom: 0 !important;
}

.home-section-our-blog {
  padding: 40px 20px;
}

.home-section-our-blog h2 {
  text-align: center;
}

.home-section-our-blog .widget_featured-post {
  display: flex;
  justify-content: space-between;
}

.home-section-our-blog .widget_featured-post:before, .home-section-our-blog .widget_featured-post::after {
  display: none;
}

.home-section-our-blog .widget_featured-post article {
  width: 24%;
  margin-bottom: 20px;
}

.home-section-our-blog .widget_featured-post article > a {
  margin: 0 0 15px;
}

.home-section-our-blog .widget_featured-post article > a img {
  width: 100%;
  max-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-section-our-blog .widget_featured-post article h4 {
  font-size: 21px;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: normal;
}

.home-section-our-blog .widget_featured-post article h4 a {
  color: #425CA1;
  text-decoration: none;
}

.home-section-our-blog .widget_featured-post article p {
  font-size: 16px;
}

@media (max-width: 991px) {
  .home-section-our-blog .widget_featured-post {
    flex-wrap: wrap;
  }
  .home-section-our-blog .widget_featured-post article {
    width: 49%;
  }
}

@media (max-width: 780px) {
  .home-section-our-blog .widget_featured-post article {
    width: 100%;
  }
}
