body {
  color: #333;
  overflow-x: hidden;
  font-family: Roboto, sans-serif;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #7a5bfb;
}
a:hover {
  text-decoration: none;
}
p,
ul,
ol {
  margin: 0 0 1.65em 0;
}
p,
li {
  line-height: 1.65;
}
.wda-container-bg {
  background: #ffffff;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 16px;
  position: relative;
}
.wda-header-container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 16px 0 0 0;
}
@media (min-width:960px) {
.wda-header-container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 16px;
}
}
.container--narrow {
  max-width: 960px;
  word-wrap: break-word;
}
.min-list {
  padding: 0;
  margin: 0;
}
.min-list li {
  list-style: none;
}
.min-list ul {
  margin: 0px;
}
.no-margin {
  margin: 0;
}
.nu {
  text-decoration: none;
}
.nu:hover {
  text-decoration: underline;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.t-center {
  text-align: center;
}
.t-small {
  font-size: 0.85rem;
}
.container:before,
.container:after,
.group:before,
.group:after {
  content: " ";
  display: table;
}
.container:after,
.group:after {
  clear: both;
}
.hide {
  display: none;
}
.page-section {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 600px) {
  .page-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-section p:last-of-type {
  margin-bottom: 0;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-white {
  color: #fff;
}
.gray {
  color: #999;
}
.one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth {
  padding-bottom: 1.6rem;
}
@media (min-width: 960px) {
  .row {
    margin-right: -50px;
  }
  .one-half,
  .one-third,
  .two-thirds,
  .one-fourth,
  .one-fifth,
  .one-sixth {
    padding-bottom: 0;
    float: left;
    box-sizing: border-box;
    padding-right: 50px;
  }
  .two-thirds {
    width: 66.66%;
  }
  .one-half {
    width: 50%;
  }
  .one-third {
    width: 33.33%;
  }
  .one-quarter {
    width: 25%;
  }
  .one-fifth {
    width: 20%;
  }
  .one-sixth {
    width: 16.66%;
  }
}
.btn {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  font-size: 1.19rem;
  padding: 12px 24px;
  border: none;
  outline: none;
}
.btn--blue {
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  background-color: #7a5bfb;
  color: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s, box-shadow 0.3s;
}
.btn--blue:hover,
.btn--blue:focus {
  background: #ff6f69;
  transform: rotate(-2deg) scale(1.1);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
.btn--blue:active {
  transform: rotate(0) scale(1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.btn--alternative {
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  background-color: #ff6f69;
  color: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s, box-shadow 0.3s;
}
.btn--alternative:hover,
.btn--alternative:focus {
  background: #7a5bfb;
  transform: rotate(-2deg) scale(1.1);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
.btn--alternative:active {
  transform: rotate(0) scale(1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.body-no-scroll {
  overflow: hidden;
}
.headline {
  margin: 0;
  font-weight: 300;
}
.headline--medium {
  font-size: 1.9rem;
  margin-bottom: 0.75rem;
  color: #7a5bfb;
}
@media (min-width: 530px) {
  .headline--medium {
    font-size: 3.125rem;
    color: #7a5bfb;
  }
}
.headline--small-plus {
  font-size: 1.6875rem;
  font-weight: 400;
  margin-bottom: 1.9rem;
  color: #7a5bfb;
}
.headline--small {
  font-size: 1.2rem;
  margin-bottom: 1.9rem;
  color: #7a5bfb;
}
@media (min-width: 530px) {
  .headline--small {
    font-size: 1.6875rem;
    color: #7a5bfb;
  }
}
.headline--tiny {
  font-size: 1.3875rem;
  margin-bottom: 0.25rem;
}
.generic-content {
    word-wrap: break-word;	
}
.generic-content p,
.generic-content li {
  font-size: 1.15rem;
  white-space: pre-wrap;
}
.generic-content blockquote,
.generic-content blockquote p {
  font-size: 1.5rem;
  font-style: italic;
}
.generic-content h1,
.generic-content h2,
.generic-content h3,
.generic-content h4,
.generic-content h5,
.generic-content h6 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem;
}
.generic-content h1 {
  font-size: 3.6rem;
}
.generic-content h2 {
  font-size: 2.8rem;
}
.generic-content h3 {
  font-size: 2.4rem;
}
.generic-content h4 {
  font-size: 2.1rem;
}
.generic-content h5 {
  font-size: 1.6rem;
}
.generic-content h6 {
  font-size: 1.15rem;
}
@media (min-width: 530px) {
  .generic-content h1 {
    font-size: 4rem;
  }
  .generic-content h2 {
    font-size: 3rem;
  }
  .generic-content h3 {
    font-size: 2.6rem;
  }
  .generic-content h4 {
    font-size: 2.3rem;
  }
  .generic-content h5 {
    font-size: 1.9rem;
  }
  .generic-content h6 {
    font-size: 1.15rem;
  }
}
/*Top Header styles*/
.top-section {
  position: relative;
  padding-top: 20px;
  background-color: #7a5bfb;
}
.wda-top-section {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 50px;
  border-bottom: 1px dotted #c1baba;
  padding: 0 20px;
}
@media (max-width: 960px) {
.wda-top-section {
  margin: 0 auto;
  position: relative;
  height: 110px;
  border-bottom: 1px dotted #c1baba;
  }
}
.wda-site-header-el {
  padding-right:7px;
  vertical-align:middle;
}
.wda-site-header-el-two {
  padding-right:7px;
  vertical-align:middle;
  display:inline-block;
  max-width:250px;
  word-wrap: break-word;
  max-height:25px;
}
.wda-top-header-icons {
  font-size: 24px!important;
  color: #ffffff;
}
.site-header-left__util {
  color:#ffffff;
  padding-top: 5px;
  font-size: 16px;
}
@media (min-width: 960px) {
  .site-header-left__util {
    float: left;
    padding-top: 8px;
  }
}
@media (max-width: 960px) {
  .site-header-left__util {
    text-align: center;
    padding-top: 5px;
  }
}
@media (max-width: 550px) {
  .site-header-left__util-phone {
    text-align: center;
    display: block;
  }
}
@media (max-width: 550px) {
  .site-header-left__util-email {
    text-align: center;
    display: block;
  }
}
@media (min-width: 961px) {
  .site-header-right__util {
    padding: 0;
    float: right;
  }
}
@media (max-width: 960px) {
  .site-header-right__util {
    padding-top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
.wda-social-icons-inner {
  font-size: 24px!important; 
  color: #ffffff;
}
.wda-social-icons {
  margin-left: 10px;
  float: left;
  padding: 5px;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #7a5bfb;
  border: 2px solid #ffffff;
}
.wda-social-icons:hover {
  transform: rotate(-4deg) scale(1.1);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
/*Header styles*/
.site-header {
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  position: relative;
  background-color: #7a5bfb;
}
.wda-logo-area img {
  width: auto;
  max-height: 120px;
}
@media(min-width:960px) {
  .wda-logo-area img {
    width: auto;
    max-height: 100px;
  }
}
.wda-logo-area {
  width: 33%;
}
@media(max-width:960px) {
  .wda-logo-area {
  width: 100%;
}
}
@media(min-width:960px) {
.wda-logo-text {
  text-align: left;
}
}
.wda-logo-text {
  position: inherit;
  z-index: 20;
  margin: 0;
  font-size: 45px;
  font-weight: 100;
  float: left;
  width: 100%;
  word-wrap: break-word;
}
@media(max-width:799px) {
  .wda-logo-text {
    font-size: 34px;
}
}
.wda-logo-text strong {
  font-weight: 400;
}
.wda-logo-text a {
  text-decoration: none;
  color: #ffffff;
}
.wda-logo-line-height {
  line-height:0!important;
  margin: 0!important;
}
.site-header__menu {
  width: 100%;
}
@media (min-width: 960px) {
  .site-header__menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.nav-container {
  width: 100%;
}
@media (min-width: 960px) {
  .nav-container {
    bottom:0;
    left:0;
    right:0;
    flex:20;
    display:inline-block;
    padding:0;
    padding-top:2px;
  }
}
@media (min-width: 960px) {
.navbar-wda {
  text-align:center;
  border:none;
  border-radius:0;
  margin-bottom:0;
  float: right;
  padding: 0 10px 0 10px;
}
}
@media (min-width: 960px) {
.navbar-wda>ul>li {
  position: relative;
  margin-left: 10px;
}
}
@media (min-width: 960px) {
.navbar-wda>ul, .navbar-wda>ul>li {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
}
@media (min-width: 960px) {
.navbar-wda .dropdown-menu, .navbar-wda .sub-menu {
  position: absolute;
  top: 100%;
  min-width: 220px;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  border: 1px solid rgba(0,0,0,.085);
  border-top-width: 2px;
  border-top-style: solid;
  padding: 10px 0;
  line-height: 1.5;
  text-align: left;
  transform: translateY(10px);
  transition: all .25s;
  z-index: 998;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 10px 35px -3px rgba(0,0,0,.12);
  pointer-events: none;
  font-size: 1em;
  border-top-color: #ff6f69;
}
}
@media (min-width: 960px) and (max-width: 1300px) {
  .navbar-wda .dropdown-menu, .navbar-wda .sub-menu {
    min-width: 170px;
}
}
@media (min-width: 960px) {
.navbar-wda .menu-item-has-children:hover>.dropdown-menu, 
.navbar-wda .menu-item-has-children:hover>.sub-menu,
.navbar-wda .menu-item-has-children:focus-within>.dropdown-menu, 
.navbar-wda .menu-item-has-children:focus-within>.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 999;
}
}
@media (min-width: 960px) {
.navbar-wda li:hover .dropdown-menu, .navbar-wda li:hover .sub-menu {
  transition: all .2s;
}
}
@media (min-width: 960px) {
.navbar-wda .dropdown-menu li, .navbar-wda .sub-menu li {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}
}
@media (min-width: 960px) {
.navbar-wda .dropdown-menu li, .navbar-wda .sub-menu li, .navbar-wda>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
}
@media (min-width: 960px) {
.navbar-wda .dropdown-menu li, .navbar-wda .sub-menu li, .navbar-wda>ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
}
@media (min-width: 960px) {
.navbar-wda .dropdown-menu .dropdown-menu, .navbar-wda .dropdown-menu .sub-menu, .navbar-wda .sub-menu .dropdown-menu, .navbar-wda .sub-menu .sub-menu {
  border-radius: 3px;
  right: 100%;
  top: -12px;
  border-left: 2px solid #7a5bfb;
}
}
@media (min-width: 960px) {
.navbar-wda li.active a {
  opacity:0.8;
}
}
@media (min-width: 960px) {
.navbar-wda ul li a {
  display: block;
  padding:0 5px;
  text-decoration: none!important;
  font-size: 18px;
  background:none;
  -webkit-transition:opacity 320ms ease;
  -moz-transition:opacity 320ms ease;
  -ms-transition:opacity 320ms ease;
  -o-transition:opacity 320ms ease;
  transition:opacity 320ms ease;
  max-width: 400px;
  word-wrap: break-word;
}
}
@media (min-width: 960px) and (max-width: 1300px) {
  .navbar-wda ul li a {
	display: inline-block;
	max-width: 200px;
}
}
@media (min-width: 960px) {
.navbar-wda li a:hover,
.navbar-wda li a:focus,
.navbar-wda li a:visited {
  opacity:0.7;
}
}
@media (min-width: 960px) {
.navbar-wda li a::after {
  content: '';
  display:block;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
}
@media (min-width: 960px) {
.navbar-wda li a:hover::after,
.navbar-wda li a:focus::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
}
.site-header__menu-trigger {
  cursor: pointer;
  font-size: 1.2rem;
  position: relative;
  z-index: 10;
  left: 130px;
  top: 2px;
}
@media (max-width: 620px) {
  .site-header__menu-trigger {
    font-size: 1.4rem;
    cursor: pointer;
    position: relative;
    z-index: 10;
    left: 48px;
    top: 0px;
  }
}
@media (min-width: 960px) {
  .site-header__menu-trigger {
    display: none!important;
  }
}
.site-header__menu-trigger-close {
  display: none!important;
  cursor: pointer;
  font-size: 1.2rem;
  position: fixed;
  z-index: 10;
  top: 52px;
  right: 93px;
}
@media (max-width: 620px) {
  .site-header__menu-trigger-close {
    right: 48px;
    top: 30px;
  }
}
@media (min-width: 960px) {
  .site-header__menu-trigger-close {
    display: none!important;
  }
}
.fa-bars-hide {
  display: none!important;
  transition: visibility 1s;
}
.fa-close-show {
  display: block!important;
}

.menu {
  padding: 0;
  list-style: none;
}
.menu-button-mobile {
	background: none;
	padding: 0px 4px 0px 4px;
	border: none;
	cursor: pointer;
}

@media (min-width: 960px) {
.menu-button-mobile {
	background: none;
	padding: none;
	cursor: pointer;
}
}
.menu-button-mobile-sub {
	background: none;
	padding: 0px 4px 0px 4px;
	border: none;
  color: #fff;
	cursor: pointer;
}
@media (min-width: 960px) {
.menu-button-mobile-sub {
	background: none;
	padding: none;
	cursor: pointer;
  color: #7a5bfb;
}
}
.wda-menu-items-color {
  color: #ffffff;
}
.wda-walker-main-icon {
  font-weight: bold;
  vertical-align: middle;
  line-height: 1;
  color: #ffffff;
}
.wda-walker-icon {
  font-weight: bold;
  vertical-align: middle;
  line-height: 1;
}
.wda-menu-area {
  width: 100%;
}
@media(min-width:960px) {
.wda-menu-area {
  flex: 67%;
}
}
/* Search styles*/
.wda-search-page-subtitle {
  font-weight: bold;
  color: #4b5593;
  font-size: 32px;
  line-height: 1;
  word-wrap: break-word;
  width: 100%;
}
.wda-search-page-form {
  margin-top: 30px;
  line-height: 1;
}
.wda-search-sbtxt {
  color: #4b5593;
  height: 35px;
  width: 200px;
  margin-right: 3px;
  font-size: 18px;
}
.search-overlay .link-list li {
  font-size: 1.3rem;
}
.search-form {
  background-color: #dedede;
  padding: 20px;
  text-align: center;
}
.search-form label {
  display: block;
}
.search-form-row {
  display: flex;
}
.search-form .s {
  min-width: 20px;
  flex-basis: auto;
  flex-grow: 1;
  border: none;
  font-family: "Roboto", sans-serif;
  padding: 10px;
}
@media (min-width: 530px) {
  .search-form .s {
    font-size: 1.4rem;
  }
}
.search-submit {
  border: none;
  background-color: transparent!important;
}
/*Icon button style*/
.wda-icon-button {
  background: none; 
  border: none;
  cursor: pointer;
}
.wda-mobile-icon-button {
  background: none; 
  border: none;
  cursor: pointer;
}
@media (min-width: 960px) {
.wda-mobile-icon-button {
  display: none;
}
}
/* Post and page styles*/
.headline--post-title a {
  color: #0d3b66;
  text-decoration: none;
}
.headline--post-title a:hover {
  text-decoration: underline;
}
.wda-post-summary {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
.wda-post-summary-content {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden;
  box-shadow: 0 7px 16px rgba(0,0,0,0.25), 0 7px 7px rgba(0,0,0,0.22);
}
@media (min-width: 1100px) {
  .wda-post-summary-content {
    width: 44%;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 7px 16px rgba(0,0,0,0.25), 0 7px 7px rgba(0,0,0,0.22);
  }
}
.wda-posts-and-pagination-homepage {
  padding-bottom: 1.7rem;
  margin-bottom: 1.7rem;
}
@media (min-width: 800px) {
  .wda-posts-and-pagination-homepage {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 1.7rem;
    margin-bottom: 1.7rem;
}
}
.wda-post-summary-content-homepage {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden;
  box-shadow: 0 7px 16px rgba(0,0,0,0.25), 0 7px 7px rgba(0,0,0,0.22);
}
@media (min-width: 1100px) {
  .wda-post-summary-content-homepage {
    width: 28%;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 7px 16px rgba(0,0,0,0.25), 0 7px 7px rgba(0,0,0,0.22);
  }
}
ol.wp-block-latest-comments {
  padding: 0;
}
.perform-new-search {
  width: 100%;
}
.perform-new-search {
  font-weight: bold; 
  color: #4b5593; 
  font-size: 26px; 
  line-height: 1; 
  padding-top: 30px;
}
.wda-postmeta { 
  margin: 0 0 3px 0;
  padding: 3px 0 0 0;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  word-wrap: break-word;
  width: 95%;
  overflow: hidden;
  height: 35px;
}
.wda-posttitle {
  width: 100%;
  margin: 7px 0;
  display: inline-block;
  text-align: center;
  word-wrap: break-word;
}
.metabox-page .metabox__blog-home-link {
  background-color: #4c529d;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: normal;
  white-space: nowrap;
  max-width: 930px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width:1020px) {
.metabox-page .metabox__blog-home-link {
  max-width: 400px;
}
}
@media (max-width:600px) {
  .metabox-page .metabox__blog-home-link {
    max-width: 200px;
  }
}
.metabox-page p {
  margin: 0;
  font-size: 0.9rem;
  color: #ffffff;
}
.metabox-page a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.metabox-page .metabox__blog-home-link:hover,
.metabox-page .metabox__blog-home-link:focus {
  text-decoration: none;
  background-color: #0d3b66;
}
.metabox--page-position-up {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  max-height: 44px;
}
.metabox {
  background-color: #7a5bfb;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 30px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.07);
  max-width: 1260px;
}
@media (max-width:1360px) {
  .metabox {
    max-width: 800px;
  }
}
@media (max-width:900px) {
  .metabox {
    max-width: 540px;
  }
}
.metabox--position-up {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  max-height: 44px;
  overflow: auto;
}
.metabox--with-home-link {
  padding: 0;
}
.metabox__main {
  padding: 10px 15px 10px 11px;
}
@media (max-width:600px) {
.metabox__main {
  display: none;
}
}
.metabox p {
  margin: 0;
  font-size: 0.9rem;
  color: #ffffff;
}
.metabox a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.metabox a:hover {
  text-decoration: underline;
}
.metabox .metabox__blog-home-link {
  background-color: #4c529d;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 3px 0 0 3px;
  font-weight: normal;
}
@media (max-width:500px) {
  .metabox .metabox__blog-home-link {
    font-size:12px;
  }
}
.metabox .metabox__blog-home-link:hover,
.metabox .metabox__blog-home-link:focus {
  text-decoration: none;
  background-color: #0d3b66;
}
@media (max-width:500px) {
.metabox-hide-this-part {
  display: none;
}
}
.wda-post-date {
  float: left;
  color: #7a5bfb;
}
.wda-post-text-content {
  text-align: left;
  padding: 0 10px 5px 10px;
  word-wrap: break-word;
}
@media (min-width:1100px) {
.wda-post-text-content {
  max-height: 100px;
  overflow: hidden;
}
}
.wda-read-more a {
  color: #7a60fb;
  text-decoration: none;
  font-weight: 500;
}
.post-list-title {
  line-height: 1.7rem;
  transition: transform 0.3s, box-shadow 0.3s;
  padding: 0 5px;
  border-bottom: 1px solid #7a5bfb;
}
.post-list-title a {
  font-weight: bold;
  font-size: 23px;
  text-decoration: none;
  color: #5a65ab;
}
.post-list-title:hover {
  transform: scale(1.05);
}
.content-with-sidebar {
  width: 100%;
}
@media (min-width: 800px) {
  .content-with-sidebar {
      -ms-flex: 0 0 65%;
      flex: 0 0 65%;
      max-width: 65%;
      padding-bottom: 1.7rem;
      margin-bottom: 1.7rem;
  }
}
.wda-page-links {
  position: relative;
  z-index: 1;
  background-color: #7a5bfb;
  margin: 0 0 40px 0;
}
@media (min-width: 767px) {
  .wda-page-links {
    margin: 0 0 40px 20px;
    width: 300px;
    float: right;
  }
}
.page-links__title {
  margin: 0;
  font-weight: normal;
  text-align: center;
  padding: 20px 0;
  background-color: #4c529d;
  color: #fff;
}
.page-links__title a {
  color: #fff;
  text-decoration: none;
  background-color: #4c529d;
}
.wda-page-links li {
  border-top: 1px solid #4c529d;
}
.wda-page-links li:first-child {
  border-top: none;
}
.page-links__active,
.wda-page-links .current_page_item {
  text-align: center;
  background-color: #4c529d;
  color: #ffffff;
  font-weight: bold;
}
.wda-page-links li a {
  display: block;
  text-align: center;
  padding: 17px 10px;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s;
}
.wda-page-links li a:hover {
  color: #ffffff;
  background-color: #0d3b66;
}
.post-item {
  border-bottom: 1px dotted #dedede;
  padding-bottom: 1.7rem;
  margin-bottom: 1.7rem;
}
.post-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.page-banner {
  padding: 5px 0 40px 0;
  position: relative;
}
@media (min-width: 530px) {
  .page-banner {
    padding: 10px 0 60px 0;
  }
}
.page-banner__content {
  position: relative;
  z-index: 2;
}
.page-banner__title {
  font-weight: 300;
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 1rem 0;
  color: #4b5593;
  word-wrap: break-word;
}
@media (min-width: 530px) {
  .page-banner__title {
    font-size: 4rem;
    font-weight: 400;
    word-wrap: break-word;
  }
}
.page-banner__title_single_page {
  text-align: left;
}
.page-banner__title_single_post {
  text-align: left;
}
.page-banner__title_archive {
  text-align: left;
}
.page-banner__title_search {
  text-align: left;
}
.page-banner__title_blog {
  text-align: left;
}
.page-banner__bg-color,
.post-banner__bg-color,
.archive-banner__bg-color,
.search-banner__bg-color,
.blog-banner__bg-color {
  opacity: 0.2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-banner__bg-color {
  background: #f6f4ff;
}
.post-banner__bg-color {
  background: #f6f4ff;
}
.archive-banner__bg-color {
  background: #f6f4ff;
}
.search-banner__bg-color {
  background: #f6f4ff;
}
.blog-banner__bg-color {
  background: #f6f4ff;
}
.wp-block-search__button {
  border: 1px solid #5b66ac;
  background-color: #7a5bfb!important;
  color: #fff;
}
/* Pagination styles*/
.wda-pagination {
  max-width: 1300px;
  margin: 0 auto;
  padding: 16px;
  position: relative;
  text-align: center;
}
.wda-blog-pagination {
  margin: 0 auto;
  padding: 16px;
  text-align: center;
}
.page-numbers {
  color: #9d78d7;
}
ul.page-numbers {
  padding: 0px;
}
.page-numbers li a {
  color: #7052fb;
  text-decoration: none;
  padding: 12px 15px 12px 15px;
  font-weight: 500;
} 
.page-numbers li a:hover {
  text-decoration: none;
  padding: 12px 15px 12px 15px;
  color: #f8f6f2;
  font-weight: 500;
}
.page-numbers li {
  list-style: none;
  display: inline-block;
  height: 50px;
  width: 50px;
  font-size: 20px;
  background: #f1f0ed;
  border-radius: 50%;
  margin: 8px 4px 0 4px;
  text-align: center;
  transition: all .3s ease-in-out;
  overflow: hidden;
  line-height: 50px;
}
.page-numbers li:hover {
  list-style: none;
  display: inline-block;
  height: 50px;
  width: 50px;
  font-size: 20px;
  background: #7052fb;
  border-radius: 50%;
  margin: 8px 4px 0 4px;
  text-align: center;
  line-height: 50px;
}
/* Comments styles*/
.wda-post-comment {
  float: left;
  padding: 0 10px 0 10px;
  color:#4b5593;
}
.wda-post-cat-list {
  float: none;
  margin-left: 0;
  text-align: left;
  color:#4b5593;
}
.wda-post-cat-list a {
  word-wrap: break-word;
}
@media (max-width: 600px) {
.wda-post-cat-list {
  display: none;
}
}
.wda-comment-respond {
  border-top: 1px dotted #c2c1c5;
  margin-top: 15px;
  word-wrap: break-word;
}
@media (max-width: 600px) {
.wda-comment-respond {
  overflow: hidden;
}
}
.wda-comment-author-field {
  color:#000;
  height: 30px;
  border: 1px solid #7a5bfb;
  box-shadow: 0px 0px 2px 0px #705bfb;
  margin-top: 5px;
  display: block;
}
.wda-comment-email-field {
  color:#000;
  margin-top: 15px;
  height: 30px;
  border: 1px solid #7a5bfb;
  box-shadow: 0px 0px 2px 0px #705bfb;
  display: block;
}
.wda-comment-textarea-field {
  color:#000;
  margin-top: 15px;
  border: 1px solid #7a5bfb;
  box-shadow: 0px 0px 2px 0px #705bfb;
}
@media (min-width: 320px) and (max-width: 600px) {
  .wda-comment-author-field,
  .wda-comment-email-field,
  .wda-comment-textarea-field {
    max-width: 250px;
  }
}
@media (max-width: 320px) {
  .wda-comment-author-field,
  .wda-comment-email-field,
  .wda-comment-textarea-field {
    max-width: 140px;
  }
}
@media (min-width: 960px) {
  .comment-list {
    max-width: 1000px;
  }
}
ol.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 auto!important;
}
ol.comment-list .children {
  list-style: none;
}

@media (min-width: 600px) and (max-width:800px) {
  ol.comment-list .children {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  ol.comment-list .children {
    padding-left: 10px;
  }
}
.comment-author {
  font-size: 18px;
}
@media (min-width: 600px) {
.comment-author {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  font-size: 18px;
}
}
.comment-author img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 20px;
}
.comment-author .says {
  margin-left: 7px;
}
.comment-body {
  border: 1px solid #e7e7e7;
  margin: 15px 0;
  padding: 20px 10px;
  background: #f9f9f9;
}
.comment-body .reply {
  text-align: right;
  font-size: 16px;
  padding-top: 15px;
}
.comment-body .reply a:hover {
  text-decoration: none!important;
}
.comment-body .comment-meta {
  padding: 5px 0 5px 0;
  font-size: 15px;
}
.comment-body a {
  text-decoration: none;
}
.comment-body a:hover {
  text-decoration: underline;
}
.wda-comments-pagination {
  height: 35px;
}
.nav-previous-wda-comments{
  float: left;
}

.nav-next-wda-comments {
  float: right;
}
/* Sidebar and Widget styles */
.container-with-sidebar {
  display: relative;
}
@media (min-width: 800px) { 
  .container-with-sidebar {
  display:flex;
}
}
.post-item-with-sidebar {
  display: block;
  word-wrap: break-word;
}
@media (min-width: 800px) {
  .post-item-with-sidebar {
    position: relative;
    float: left;
    width: 100%;
}
}
@media (max-width: 600px) {
  .post-item-with-sidebar {
  margin-top: 30px;
}
}
.wda-sidebar-container {
  padding-bottom: 1.7rem;
  margin-bottom: 1.7rem;
}
@media (min-width: 800px){
.wda-sidebar-container {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  padding-bottom: 1.7rem;
  margin-bottom: 1.7rem;
}
}
.wda-posts-and-pagination {
  padding-bottom: 1.7rem;
  margin-bottom: 1.7rem;
}
@media (min-width: 800px) {
.wda-posts-and-pagination {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    padding-bottom: 1.7rem;
    margin-bottom: 1.7rem;
}
}
.wda-sidebar-container-inside {
  padding: 0 30px 0 30px;
  word-wrap: break-word;
}
@media (max-width: 800px) {
.wda-sidebar-container-inside {
  padding: 0 15px 0 15px;
}
}
.blog-content-and-pagination {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.sidebar-widget-area h1 {
  color: #4b5593;  
  font-weight: 500;
  font-size: 28px;
}
.sidebar-widget-area h2 {
  color: #4b5593;  
  font-weight: 500;
  font-size: 26px;
}
.sidebar-widget-area h3 {
  color: #4b5593;  
  font-weight: 500;
  font-size: 24px;
}
.sidebar-widget-area h4 {
  color: #4b5593;  
  font-weight: 500;
  font-size: 23px;
}
.sidebar-widget-area h5 {
  color: #4b5593;  
  font-weight: 500;
  font-size: 22px;
}
.sidebar-widget-area h6 {
  color: #4b5593;  
  font-weight: 500;
  font-size: 21px;
}
.sidebar-widget-area p {
  color:#000;
  font-size: 17px;
}
/*HomePage Styles*/
@media (min-width: 1200px) {
  .full-width-banner-split {
    display: flex;
    align-items: center;
  }
}
.full-width-banner-split__one {
  flex: 1;
  padding: 1.6rem 16px;
  display: flex;
  justify-content: center;
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  .full-width-banner-split__one {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .full-width-banner-split__one .full-width-banner-split__inner {
    float: right;
  }
}
.full-width-banner-split__two {
  flex: 1;
  padding: 1.6rem 16px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .full-width-banner-split__two {
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  .full-width-banner-split__inner {
    width: 610px;
  }
}
.full-width-banner-split,
.full-width-banner-split__inner,
.full-width-banner-split__one,
.full-width-banner-split__two {
  word-wrap: break-word;
}
.main-button-banner {
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
}
@media (max-width: 800px) {
.main-button-banner {
  font-size: 1.5rem;
}
}
.wda-banner-title {
  color: #5a65ab;
  font-size: 75px;
}
.wda-banner-description {
  color: #5a65ab;
  font-size: 40px;
}
.wda-banner-text {
  color: #5a65ab;
  font-size: 23px;
}
.banner-border-button {
  border: none;
  color: #ffffff;
  outline: none;
  padding: 12px 40px 10px;
  position: relative;
  border-radius: 10px;
  margin-top: 20px;
  max-width: 350px;
  background-color: #856bf1;
}
.banner-border-button::before,
.banner-border-button::after {
  border: 0 solid transparent;
  transition: all 0.3s;
  content: '';
  height: 0;
  position: absolute;
  width: 24px;
}
.banner-border-button::before {
  right: 0;
  top: -4px;
  border-top: 2px solid #856bf1;
}
.banner-border-button::after {
  bottom: -4px;
  left: 0;
  border-bottom: 2px solid #856bf1;
}
.banner-border-button:hover::before,
.banner-border-button:hover::after,
.banner-border-button:focus::before,
.banner-border-button:focus::after {
  width: 100%;
}
.banner-border-second-button {
  border: none;
  color: #ffffff;
  outline: none;
  padding: 12px 40px 10px;
  position: relative;
  border-radius: 10px;
  margin-left: 10px;
  margin-top: 20px;
  max-width: 350px;
  background-color: #626ce1;
}
.banner-border-second-button::before,
.banner-border-second-button::after {
  border: 0 solid transparent;
  transition: all 0.3s;
  content: '';
  height: 0;
  position: absolute;
  width: 24px;
}
.banner-border-second-button::before {
  right: 0;
  top: -4px;
  border-top: 2px solid #626ce1;
}
.banner-border-second-button::after {
  bottom: -4px;
  left: 0;
  border-bottom: 2px solid #626ce1;
}
.banner-border-second-button:hover::before,
.banner-border-second-button:hover::after,
.banner-border-second-button:focus::before,
.banner-border-second-button:focus::after {
  width: 100%;
}
.banner-content-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: absolute;
  margin: 10px;
}
.banner-content-image img {
  height: 580px;
  width: 580px;
  border-radius: 50%;
}
@media (max-width: 800px) {
  .banner-content-image img {
    height: 297px;
    width: 297px;
  }
  }
@media (min-width: 600px) and (max-width: 800px)  {
  .banner-content-image img {
    height: 464px;
    width: 464px;
  }
}
.circle-wrapper {
  position: relative;
  width: 610px;
  height: 610px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .circle-wrapper {
    position: relative;
    width: 320px;
    height: 320px;
    overflow: hidden;
  }
}
@media (min-width: 600px) and (max-width: 800px)  {
  .circle-wrapper {
    position: relative;
    width: 500px;
    height: 500px;
    overflow: hidden;
  }
}
.circle {
  display: block;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  animation: spin 50s linear infinite;
  border: 10px dashed #c5b5ff;
}
@media (max-width: 800px) {
  .circle {
    width: 93%;
    height: 93%;
  }
}
.circle-wrapper:active .circle {
  animation: spin 10s linear infinite;
}
@keyframes spin { 
  100% { 
    transform: rotateZ(360deg);
  }
}
/* Banner animated circle */
.frame {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width:100%;
}
.frame span {
  display: block;
  animation: animate 4s ease-in-out infinite alternate;
  width: 80px;
  height: 80px;
  background: #ede9fe;
  border-radius: 50%;
}
.frame .span-l {
  animation: animate2 4s ease-in-out infinite alternate;
}
@keyframes animate2 {
  to {
    transform: translateX(195%);
  }
}
@media (min-width: 960px) {
  .full-width-split {
    display: flex;
  }
}
.full-width-split__one {
  flex: 1;
  background-color: #e4ddfd;
  padding: 1.6rem 16px;
}
@media (min-width: 960px) {
  .full-width-split__one {
    padding: 40px;
  }
}
@media (min-width: 960px) {
  .full-width-split__one .full-width-split__inner {
    float: right;
  }
}
.full-width-split__two {
  flex: 1;
  background-color: #f7f7ff;
  padding: 1.6rem 16px;
}
@media (min-width: 960px) {
  .full-width-split__two {
    padding: 40px;
  }
}
@media (min-width: 1350px) {
  .full-width-split__inner {
    width: 610px;
  }
}
.full-width-split__one-image {
  flex: 1;
  padding: 1.6rem 40px;
  min-height: 300px;
}
.full-width-split__two-image-post {
  flex: 1;
  background-color: #3c4474;
  padding: 1.6rem 40px;
  color: #fff;
}
.full-width-split-action-section-area {
  background: linear-gradient( to right, #3d148c, #873ccf);
  word-wrap: break-word;
}
.full-width-split-action-section {
  max-width: 1300px;
  min-height: 150px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .full-width-split-action-section {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center
  }
}
.full-width-split__one-action-section {
  color: #ffffff;
  width: 100%;
  position: relative;
  float: left;
}
@media (min-width: 960px) {
  .full-width-split__one-action-section {
  color: #ffffff;
  width: 67%;
}
.full-width-split__two-action-section {
    position: relative;
    width: 100%;
    float: left;
    word-break: break-word;
}
}
@media (min-width: 960px) {
.full-width-split__two-action-section {
  width: 33%;
  text-align: center;
}
}
.full-width-split__one-action-section h2 {
  font-size: 34px; 
  margin: 0px; 
  padding: 30px 20px 30px 20px;
}
@media (min-width: 960px) {
.full-width-split__one-action-section h2 {
  font-size: 36px; 
  margin: 0px; 
  padding: 0 20px 0 100px;
}
}
@media (max-width: 960px) {
  .full-width-split__one-action-section h2 {
    font-size: 30px; 
  }
  }
.containercounter {
  margin: 0 auto;
  width: 100%;
  padding-bottom: 50px;
  display: table;
}
@media (min-width: 1250px) {
.containercounter {
  padding: 30px 15px 30px 15px;
  margin: 0 auto;
  width: 1200px;
  display: flex;
  overflow: hidden;
}
}
.counter-items-col {
  width: 50%;
  float: left;
  text-align: center;
  border: none;
}
@media (max-width: 600px) {
.counter-items-col {
  width: 100%;
  text-align: center;
  border: none;
}
}
@media (min-width: 1250px) {
  .counter-items-col {
  flex: 1;
  display: inline-block;
  text-align: center;
  overflow: hidden;
}
}
.wda-section-title-description {
  margin: 0 auto;
  padding: 20px 10px 0 10px;
  max-width: 1300px;
}
.wda-section-desctiption {
  text-align: center;
  color: #7a5bfb;
  font-size: 23px;
  font-weight: 400;
  word-break: break-word;
}
.wda-section-custom-title {
  display: flex;
  margin: 10px auto;
  text-align: center;
  color: #5a65ab;
  font-size: 60px;
  position: relative;
}
.wda-theme-section-custom-title {
  display: inline-block;
  margin: 0px auto;
  text-align: center;
  color: #5a65ab;
  font-size: 50px;
  position: relative;
  word-break: break-word;
}
@media (max-width: 800px) {
.wda-theme-section-custom-title {
  font-size: 40px;
}
}
@media (min-width: 1200px) {
.wda-theme-section-custom-title:before {
  content: "";
  display: inline-block;
  width: 110px;
  height: 15px;
  background: #7a5bfb;
  margin-right: 40px;
  margin-bottom: 7px;
}
}
@media (min-width: 1200px) {
.wda-theme-section-custom-title:after {
  content: "";
  display: inline-block;
  width: 110px;
  height: 15px;
  background: #7a5bfb;
  margin-left: 40px;
  margin-bottom: 7px;
}
}
@media (min-width: 1200px) {
  .wda-blocks-home {
    display: flex;
    width: 1120px;
    height: 300px;
    text-align: center;
    margin: 30px auto 30px auto;
  }
  }
@media (min-width: 700px) and (max-width: 1200px) {
.wda-blocks-home {
  text-align: center;
  margin: 30px 50px 30px 50px;
}
}
@media (min-width: 320px) and (max-width: 700px) {
.wda-blocks-home {
  text-align: center;
  margin: 30px 30px 30px 30px;
}
}
.wda-block-element-one {
  flex: 1;
  padding: 30px;
}
.wda-block-element-two {
  flex: 1;
  padding: 30px;
}
.wda-block-element-three {
  flex: 1;
  padding: 30px;
}
.wda-block-element-four {
  flex: 1;
  padding: 30px;
}
.wda-block-element-one:hover, .wda-block-element-two:hover, .wda-block-element-three:hover, .wda-block-element-four:hover {
  transform: translateY(-10px);
  transition: all ease 0.5s;
}
/*404 Error Page*/
.wda-not-found-page {
  background: #fef9f9;
  padding: 50px 0;
}
.notfoundpage-image {
  background-size: cover;
  background-position: center;

}
@media (max-width: 800px) {
  .notfoundpage-image {
    background-size: cover;
    background-position: center;

  }
}
.wda-not-found-page-image {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 80%;
}
.wda-not-found-content-elements {
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
  max-width: 80%;
  word-wrap: break-word;
  text-align: center;
}
.notfoundtitile {
  color: #4b5593;
  font-size: 4rem;
  font-weight: 400;
  margin: 0!important;
  padding: 0px 10px;
  text-align: center;
}
.notfounddescription {
    font-size: 1.65rem;
    color: #4b5593;
    font-weight: 400;
    padding: 0px 10px;
    text-align: center;
    line-height: 1;
    margin: 0px!important;
}
.wda-not-found-page-button {
  border: none;
  color: #ffffff;
  outline: none;
  padding: 12px 40px 10px;
  position: relative;
  border-radius: 10px;
  word-break: break-word;
  background-color: #7052fb;
}
.wda-not-found-page-button::before,
.wda-not-found-page-button::after {
  border: 0 solid transparent;
  transition: all 0.3s;
  content: '';
  height: 0;
  position: absolute;
  width: 24px;
}
.wda-not-found-page-button::before {
  right: 0;
  top: -4px;
  border-top: 2px solid #7052fb;
}
.wda-not-found-page-button::after {
  bottom: -4px;
  left: 0;
  border-top: 2px solid #7052fb;
}
.wda-not-found-page-button:hover::before,
.wda-not-found-page-button:hover::after {
  width: 100%;
}
/* Site footer styles*/
.site-footer {
  background-color: #f9f8ff;
}
.site-footer a {
  color: #7a5bfb;
  text-decoration: underline;
  font-size: 18px;
}
.site-footer a:hover {
  color: #05188d;
  text-decoration: none;
}
.site-footer p {
  font-size: 17px;
  color:#000000;
}
.site-footer h1 {
  color: #5863a8;
  font-weight: 500;
  font-size: 28px;
}
.site-footer h2 {
  color: #5863a8;
  font-weight: 500;
  font-size: 26px;
}
.site-footer h3 {
  color: #5863a8;
  font-weight: 500;
  font-size: 24px;
}
.site-footer h4 {
  color: #5863a8;
  font-weight: 500;
  font-size: 23px;
}
.site-footer h5 {
  color: #5863a8;
  font-weight: 500;
  font-size: 22px;
}
.site-footer h6 {
  color: #5863a8;
  font-weight: 500;
  font-size: 21px;
}
.site-footer__inner {
  padding-top: 3.5rem;
}
.site-footer-two {
  background-color: #3c4474;
}
.site-footer-two a {
  color: #cdc1ff;
  text-decoration: underline;
  font-size: 18px;
}
.site-footer-two a:hover {
  color: #9b84fd;
  text-decoration: none;
}
.site-footer-two p {
  color:#ffffff;
  font-size: 17px;
}
.site-footer-two h1 {
  color: #ffffff;
  font-weight: 500;
  font-size: 28px;
}
.site-footer-two h2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 26px;
}
.site-footer-two h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 24px;
}
.site-footer-two h4 {
  color: #ffffff;
  font-weight: 500;
  font-size: 23px;
}
.site-footer-two h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
}
.site-footer-two h6 {
  color: #ffffff;
  font-weight: 500;
  font-size: 21px;
}
.site-footer-two__inner {
  padding-top: 3.5rem;
}
.site-footer__col-one {
  text-align: center;
}
@media (min-width: 960px) {
  .site-footer__col-one {
    text-align: left;
    width: 40%;
    float: left;
  }
}
.site-footer__col-one-template-two {
  text-align: center;
}
@media (min-width: 960px) {
  .site-footer__col-one-template-two {
    text-align: center;
    width: 40%;
    float: left;
  }
}
.site-footer__col-two-three-group {
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .site-footer__col-two-three-group {
    text-align: left;
    float: left;
    width: 60%;
    margin: 0;
  }
}
.site-footer__col-two {
  width: 50%;
  float: left;
  text-align: center;
}
.site-footer__col-three {
  width: 50%;
  float: left;
  text-align: center;
}
.site-footer__col-one-template-two li,
.site-footer__col-two li,
.site-footer__col-three li {
  list-style: none;
}
.site-footer__col-one-template-two ul,
.site-footer__col-two ul,
.site-footer__col-three ul {
  padding: 0!important;
}

.footer-copyright-text {
  color: #000;
  text-align: center;
  padding-top: 20px;
}
/* Other styles */
.figureblogimage {
	width: 100%;
	height: 270px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
  box-shadow: 0px 20px 50px -10px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
}
@media (max-width: 500px) {
  .figureblogimage {
    width: 100%;
    height: 230px;
  }
}  
@media (min-width: 500px) and (max-width: 1100px) {
  .figureblogimage {
    width: 100%;
    height: 400px;
  }
}  
.figureblogimage img {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
  box-shadow: 0px 20px 50px -10px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
}
.wda-images-hover-effect .figureblogimage img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.wda-images-hover-effect .figureblogimage:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.post-tags {
  width: 100%;
  margin-top: 30px;
  font-size: 16px;
  word-wrap: break-word;
}
.post-tags a {
  color:#7a5bfb;
}
.latest-post-home-container {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
@media (min-width: 1100px) {
  .latest-post-home-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1100px) {
  .wda-homepage-latest-posts {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
.home-latest-post-content {
  padding: 10px 10px;
  width: 80%;
  text-align: center;
  margin: 30px auto;
  box-shadow: 0 7px 16px rgba(0,0,0,0.25), 0 7px 7px rgba(0,0,0,0.22);
  word-wrap: break-word;
}
.home-latest-post-content:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  transform: translateY(-7px);
  transition: all ease 0.5s;
}
@media (min-width: 1100px) {
  .home-latest-post-content {
    width: 28%;
    margin: 20px 10px;
    box-shadow: 0 7px 16px rgba(0,0,0,0.25), 0 7px 7px rgba(0,0,0,0.22);
  }
}
.home-latest-post-list-title a {
  color: #7a5bfb;
  font-weight: 500;
  font-size: 22px;
  text-decoration: none;
}
.home-latest-post-list-title {
  line-height: 1.1;
  margin: 20px 0 0 0;
  transition: transform 0.3s, box-shadow 0.3s;
}
.home-latest-post-list-title:hover {
  transform: scale(1.05);
}
.home-latest-post-text {
  text-align: center;
}
.wda-pricing-button {
  margin: 20px auto;
  padding: 0;
}
.wda-wp-link-pages {
  width: 100%;
  display: flex;
  overflow: overlay;
  margin-top: 30px;
}
/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* -----Version 1.0.5 added/edited styles----- */

.wda-front-button-p {
  word-wrap: break-word;
  padding: 0 20px 20px 20px;
}
@media(min-width:960px) {
.wda-front-button-p {
  padding: 0 20px 0 20px;
}
}
.wda-main-header-section {
  width: 100%;
  text-align: center;
}
@media(min-width:960px) {
  .wda-main-header-section {
    display: flex;
    align-items: center;
    justify-content: center;
}
}
.site-header__util-two {
  float: right;
  flex: 1;
}
@media(max-width:960px) {
.wda-main-header-section-mobile-logo-area{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  text-align: center;
}
}
.site-header__util-two-mobile {
  float: left;
  margin-top: 9px;
  margin-left: 9px;
  position: absolute;
  z-index: 12399993;
}
.wda-default-link-color {
  color: #fff;
}
@media(min-width:960px) {
.wda-default-link-color {
  color: #7a5bfb;
}
}
@media(max-width:960px) {
.wda-hide-on-mobile{
  display: none;
}
}
@media(min-width:960px) {
.wda-mobile-menu-content {
  display:none;
}
}
@media screen and (max-width:960px) {
#wdamobilemenu,
#wdamobilemenu ul,
#wdamobilemenu ul li,
#wdamobilemenu ul li a,
#wdamobilemenu #head-mobile {
  border:0;
  list-style:none;
  line-height:1;
  display:block;
  position:relative;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box
}
#wdamobilemenu { 
  width:100%;
  background:#4b5593
}
#wdamobilemenu ul {
  width:100%;
  display:none;
  margin:0;
  padding:0;
  text-decoration:none;
}
#wdamobilemenu ul li {
  text-align: left;
  width:100%;
  border-top:1px solid #444;
  border-bottom: 1px solid #444!important;
}
#wdamobilemenu > ul > li > a {
  padding:17px;
  font-size:17px;
  letter-spacing:1px;
  text-decoration:none;
  color:#ddd;
  font-weight:700;
}
#wdamobilemenu ul li.active,#wdamobilemenu ul li.has-sub.active:hover {
  background:#ff6f69!important;
}
#wdamobilemenu > ul > li:hover,#wdamobilemenu ul li.active:hover {
  background:#4b5593!important;
}
#wdamobilemenu ul li a,#wdamobilemenu ul ul li a {
  width:85%;
  margin: 2px 0;
}
#wdamobilemenu ul ul li a {
  padding:11px 15px 11px 15px;
  text-decoration:none;
  color:#ddd;
  font-weight:400;
}
#wdamobilemenu ul ul li {
  background:#333!important;
}
#wdamobilemenu ul ul ul li a {
  padding-left:30px;
}
#wdamobilemenu ul ul ul ul li a {
  padding-left:35px;
}
#wdamobilemenu ul ul ul ul ul li a {
  padding-left:40px;
}
#wdamobilemenu ul ul ul ul ul ul li a {
  padding-left:45px;
}
#wdamobilemenu ul ul ul ul ul ul ul li a {
  padding-left:50px;
}
#wdamobilemenu ul ul ul ul ul ul ul ul li a {
  padding-left:55px;
}
#wdamobilemenu ul ul ul ul ul ul ul ul ul li a {
  padding-left:65px;
}
#wdamobilemenu ul ul li a {
  color:#ddd;
}
#wdamobilemenu ul ul li:hover > a,
#wdamobilemenu ul ul li.active > a {
  color:#fff;
}
#wdamobilemenu ul ul,
#wdamobilemenu ul ul ul {
  position:relative;
  left:0;
  width:100%;
  margin:0;
  text-align:left;
}
#wdamobilemenu #head-mobile {
  display:block;
  padding:23px;
  color:#ddd;
  font-size:17px;
  font-weight:700;
}
.wda-head-mobile {
  background-color: #7a5bfb;
}
.wdamobilemenubutton {
  width:55px;
  height:46px;
  position:absolute;
  right:0;
  top:0;
  cursor:pointer;
  z-index: 12399994;
}
.wdamobilemenubutton:after {
  position:absolute!important;
  top:22px!important;
  right:20px!important;
  display:block!important;
  height:4px!important;
  width:20px!important;
  border-top:2px solid #000;
  border-bottom:2px solid #000;
  content:''!important;
}
.wdamobilemenubutton:before {
  -webkit-transition:all .3s ease!important;
  -ms-transition:all .3s ease!important;
  transition:all .3s ease!important;
  position:absolute!important;
  top:16px!important;
  right:20px!important;
  display:block!important;
  height:2px!important;
  width:20px!important;
  background:#000;
  content:''!important;
}
.wdamobilemenubutton.menu-opened:after {
  -webkit-transition:all .3s ease!important;
  -ms-transition:all .3s ease!important;
  transition:all .3s ease!important;
  top:23px!important;
  border:0!important;
  height:2px!important;
  width:19px!important;
  background:#000;
  -webkit-transform:rotate(45deg)!important;
  -moz-transform:rotate(45deg)!important;
  -ms-transform:rotate(45deg)!important;
  -o-transform:rotate(45deg)!important;
  transform:rotate(45deg)!important;
}
.wdamobilemenubutton.menu-opened:before {
  top:23px!important;
  background:#000;
  width:19px!important;
  -webkit-transform:rotate(-45deg)!important;
  -moz-transform:rotate(-45deg)!important;
  -ms-transform:rotate(-45deg)!important;
  -o-transform:rotate(-45deg)!important;
  transform:rotate(-45deg)!important;
}
#wdamobilemenu .wda-submenu-button {
  position:absolute;
  z-index:99;
  right:0;
  top:0;
  display:block;
  border-left:1px solid #444;
  height:55px;
  width:46px;
  cursor:pointer;
}
#wdamobilemenu .wda-submenu-button.submenu-opened {
  background:#262626;
}
#wdamobilemenu ul ul .wda-submenu-button {
  height:41px;
  width:34px;
}
#wdamobilemenu .wda-submenu-button:after {
  position:absolute;
  top:27px;
  right:19px;
  width:8px;
  height:2px;
  display:block;
  background:#ddd;
  content:'';
}
#wdamobilemenu ul ul .wda-submenu-button:after {
  top:19px;
  right:13px;
}
#wdamobilemenu .wda-submenu-button.submenu-opened:after {
  background:#fff;
}
#wdamobilemenu .wda-submenu-button:before {
  position:absolute;
  top:24px;
  right:22px;
  display:block;
  width:2px;
  height:8px;
  background:#ddd;
  content:'';
}
#wdamobilemenu ul ul .wda-submenu-button:before {
  top:16px;
  right:16px;
}
}