color {
  color: #1e1a52; /* dark blue */
  color: #28a9e2; /* light blue */
  font-family: 'Source Serif Pro', serif;
  font-family: 'Source Sans Pro', sans-serif;
}

/*

If Base Styles

*/

.main-holder {
  background-color: #fff;
  padding-top: 50px;

}

body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #4c4c4e;
  font-size: 16px;
  font-weight: 500;
}

a {
  color: #1e1a52;
    transition: all 500ms;
}
a:hover,
a:active,
a:focus {
    color: #28a9e2;
}

.btn {
  font-size: 13px;
  color: #fff;
  border: solid 2px #28a9e2;
  display: inline-block;
  padding: 13px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.btn:hover {
  color: #fff;
  background-color: #28a9e2;
}

.btn-inverse,
.btn-inverse:hover {
  color: #1e1a52;
}

h1, h2, h3 {
  font-weight: 700;
}

h1 {
  font-weight: 900;
  color: #1e1a52;
  font-size: 45px;
}

h2 {
  color: #28a9e2;
  font-size: 18px;
  text-transform: uppercase;
}

h3 {
  color: #1e1a52;
  font-size: 22px;
  text-transform: uppercase;
}

/*

If Base Structure Styles

*/

main.has-sidebar {
  float: right;
  width: 70%;
}

.sidebar-holder.left-sidebar {
  float: left;
  width: 30%;
}

.sidebar-holder.right-sidebar {
  float: right;
  width: 30%;
}

main.has-right-sidebar,
main.has-both-sidebar {
  float: none;
  display: inline-block;
  padding-right: 50px;
}

main.has-both-sidebar {
  width: 60%;
  padding-left: 20px;
}

.sidebar-holder.right-sidebar.both-sidebars,
.sidebar-holder.left-sidebar.both-sidebars {
  width: 20%;
}

@media all and (max-width: 1024px) {
  
  main.has-sidebar,
  body .main-holder .wrapper .sidebar-holder {
    float: none;
    width: 100%;
    display: block;
  }

  main.has-right-sidebar,
  main.has-both-sidebar {
    padding-right: 0;
  }

  main.has-both-sidebar {
    padding-left: 0;
  }
  
}



.right-sidebar .widget_black_studio_tinymce h3 {
    display: none;
}

.right-sidebar .side-button {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 0 0 50px 0;
}
.right-sidebar .side-button img {
    margin: 0 20px 0 0;
    padding: 0;
}
.right-sidebar .side-button span {
    font-size: 26px;
    font-weight: 900;
}
.right-sidebar .side-button span em {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

/*

Navigation

*/
.top-menu {
    margin: 0;
    padding: 0;
}
ul.top-menu  {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.top-menu  li {
  list-style: none;
  margin: 0;
  position: relative;
}

ul.top-menu  > li {
  float: left;
}

ul.top-menu  li a {
  display: inline-block;
  padding: 40px 30px;
  font-size: 15px;
    line-height: 10px;
    transition: all 500ms;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
}

ul.top-menu  li a:hover,
ul.top-menu  li:hover a{
  color: #28a9e2;
    background-color: #1e1a52;
}

ul.top-menu  li.current-menu-item > a {
  color: #28a9e2;
}

ul.top-menu  ul.sub-menu {
  margin: 0;
  padding: 0;
}



ul.top-menu  ul li a {
  font-weight: 600;
  font-size: 12px;
    
}

ul.top-menu ul li a {
  font-size: 14px;
  font-weight: 700;
}

ul.top-menu ul.sub-menu {
  background-color: #1e1a52;
  z-index: 1000;
    min-width: 200px
}

ul.top-menu ul.sub-menu {
  position: absolute;
  left: 0;
  display: none;
}

ul.top-menu  > li:hover ul.sub-menu {
  display: block;
}

ul.top-menu ul.sub-menu li {
  min-width: 150px;
    border-top: 1px solid #342f7c;
}

ul.top-menu ul.sub-menu li a {
    color: #28a9e2; 
    padding: 20px 30px;
    display: block;
    transition: all 500ms;
    line-height: 120%;

}
ul.top-menu ul.sub-menu li a:hover,
ul.top-menu ul.sub-menu li a:active,
ul.top-menu ul.sub-menu li a:focus {
    background: #342f7c;
}

@media all and (max-width: 768px) {
  
  .header-holder ul.horizontal-menu {
    display: none;
  }
  
  ul.horizontal-menu li,
  ul.horizontal-menu li a {
    display: block;
    float: none;
  }
  
  ul.horizontal-menu ul {
    position: relative;
    display: block;
    padding-left: 20px;
    top: 0;
    background-color: transparent;
  }
  
}

.footer-nav {
  
}
.footer-nav  ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-nav  ul > li {
    float: left;
    width: 25%;
}
.footer-nav  ul > li:last-child {
    margin: 0;
}
.footer-nav ul > li > a {
    color: #1e1a52;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin: 0 0 20px 0;
    display: block;
    transition: all 500ms;
}
.footer-nav ul > li > a:hover,
.footer-nav ul > li > a:active,
.footer-nav ul > li > a:focus {
    color: #28a9e2;
}
.footer-nav ul > li > ul > li {
    display: block;
    float: none;
    margin: 10px 0;
    width: 100%;
}
.footer-nav ul > li > ul > li > a {
    font-size: 12px;
    font-weight: 500;
}

@media all and (max-width: 768px){
  
  .footer-nav ul.horizontal-menu,
  .footer-nav ul.horizontal-menu ul {
    margin: 0;
    padding: 0;
  }

  .footer-nav  ul > li {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
}

/*

Banner

*/


.banner-holder {
  
}

.banner-holder .flex-control-nav {
  bottom: 30px;
  z-index: 300;
  text-align: left;
  padding-left: 20px;
}

@media all and (max-width: 1065px){

  .banner-holder .flex-control-nav {
    bottom: 20px;
  }
}

.banner-holder .flex-control-paging li a {
  background-color: #1e1a52;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.banner-holder .flex-control-paging li a:hover,
.banner-holder .flex-control-paging li a.flex-active {
  background-color: #28a9e2;
}

.banner-holder .metaslider .flexslider {
  margin: 0;
}

.banner-holder > div > h3 {
  display: none;
}

.banner-holder .flex-direction-nav {
  display: none;
}

.banner-holder .metaslider li {
  position: relative;
  overflow: hidden;
}

.banner-holder .metaslider .caption-wrap {
  background: transparent;
  text-align: center;
    display: flex;
    align-items: center;
  position: absolute;
  top: 0;
  opacity: 1;
}

.banner-holder .metaslider .caption-wrap .caption {
padding: 0;
  width: 100%;
  font-size: 24px;
  line-height: 1.2em;
  text-align: center;
  z-index: 30;
}

.banner-holder .inner-page-banner-content {
  margin-top: 20px;
}

.banner-holder .metaslider .caption-wrap .caption h1 {
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  margin: 0;

  font-weight: 900;
}
.banner-holder .metaslider .caption-wrap .caption p {
    margin: 30px 50px 0 0;
}


.banner-holder .metaslider .caption-wrap .caption a {
  color: #fff;
}

.banner-holder .metaslider .caption-wrap .caption .breadcrumbs {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;

}

.banner-holder .metaslider .caption-wrap .caption .breadcrumbs a,
.banner-holder .metaslider .caption-wrap .caption .breadcrumbs span {
  padding-left: 20px;
  padding-right: 20px;
}


/* banner side thingy
  total height 1000 (900 blue / 100 white)
  width of slash 300 (270 blue / 30 white)
*/


.banner-holder .metaslider .flexslider .slides li {
  max-height: 450px;
  height: 450px;
}

.caption-wrap::before, .caption-wrap::after {
  content: '';
  position : absolute;
  top : 0;
}

.caption-wrap::before {
  left                : 0;
  background          : rgba(30,26,82,0.7);
  /*background          : rgba(40,169,226,0.7);*/
  background-position : left center;
  background-repeat   : no-repeat;
  width               : 50%;
  height              : 400px;
}

.page-template-template-home .caption-wrap::before {
  background-image: url('img/home-banner-caption-bg.png');
}

.caption-wrap::after {
  left         : 50%;
  border-top   : 400px solid rgba(30,26,82,0.7);
  /*border-top   : 400px solid rgba(40,169,226,0.7);*/
  border-right : 133.333px solid transparent;
}

.caption-wrap .bottom-bar {
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 100%;
}

.caption-wrap .bottom-bar::before, .caption-wrap .bottom-bar::after {
  content: '';
  position: absolute;
  top: 0;
}

.caption-wrap .bottom-bar::before {
  bottom: 0;
  left: 0;
  background-color: #1e1a52;
  width: calc(50% - 16.666px);
  height: 50px;
}

.caption-wrap .bottom-bar::after {
  left: calc(50% - 16.6px);
  bottom: 0;
  border-top: 50px solid #1e1a52;
  border-right: 16.666px solid transparent;
}




.page-template-template-home .banner-holder .metaslider .flexslider .slides li {
  max-height: 1000px;
  height: 1000px;
}

.page-template-template-home .banner-holder .metaslider .caption-wrap .caption {
  width: 35%;
  text-align: left;
    margin: -50px 0 0 300px;
}

.page-template-template-home .caption-wrap::before {
  height: 900px;
  background-position : left top;
  background-size: contain;
}

.page-template-template-home .caption-wrap::after {
  /*border-top: 900px solid rgba(30,26,82,0.7);*/
  border-top-width: 900px;
  border-right: 270px solid transparent;
}

.page-template-template-home .caption-wrap .bottom-bar {
  height: 100px;
}

.page-template-template-home .caption-wrap .bottom-bar::before {
  background-color: #fff;
  width: calc(50% - 30px);
  height: 100px;
}

.page-template-template-home .caption-wrap .bottom-bar::after {
  left: calc(50% - 30px);
  border-top: 100px solid #fff;
  border-right: 30px solid transparent;
}





.banner-holder .widget_metaslider_widget {
  background-color: #1e1a52;
}

.banner-holder .metaslider .flexslider .slides img {
  max-width: none;
  width: 1920px;
  min-width: 100%;
}

@media all and (max-width: 1920px){
  .banner-holder .caption-wrap::before {
    background-size: cover;
  }
  
  .page-template-template-home .caption-wrap::before {
    background-size: contain;
  }

  .banner-holder .metaslider .flexslider .slides img {
    width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
  }

}

.inner-banner {
    position: relative;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(img/inner-banner-fallback.jpg);
}
.inner-banner .caption-wrap {
    height: 100%;
    display: flex;
    align-items: center;
}
.inner-banner .caption-wrap .caption {
    position: relative;
    z-index: 999;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}
.inner-banner .caption-wrap .caption h1 {
    font-size: 80px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 900;
    margin: 0;
    padding: 0;
    line-height: 80px;
    text-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}
.inner-banner .breadcrumbs {
    margin: 40px 0 0 0;
}
.inner-banner .breadcrumbs span,
.inner-banner .breadcrumbs a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}
.inner-banner .breadcrumbs i {
    font-size: 10px;
    margin: 0 30px;
}



@media all and (max-width: 1400px){
  .banner-holder .metaslider .caption-wrap .caption h1 {
    font-size: 60px;
  }
}

@media all and (max-width: 1065px){

  .inner-banner,
  .banner-holder .metaslider .flexslider .slides li {
    max-height: 250px;
    height: 250px;
  }

  .page-template-template-home .banner-holder .metaslider .flexslider .slides li {
    max-height: 555px;
    height: 555px;
  }
  
  .page-template-template-home .banner-holder .metaslider .caption-wrap .caption {
    width: 100%;
    text-align: left;
    margin: 0;
  }

  .banner-holder .metaslider .caption-wrap .caption {
    padding: 50px;
  }

  .banner-holder .metaslider .flexslider .slides img {
    width: 1065px;
    margin-left: -532.5px;
  }

  .caption-wrap::before {
    height: 200px;
  }

  .caption-wrap::after {
    /*border-top: 200px solid rgba(30,26,82,0.7);*/
    border-top-width: 200px;
    border-right: 60px solid transparent;
  }

  .caption-wrap .bottom-bar {
    height: 50px;
  }

  .caption-wrap .bottom-bar::before {
    background-color: #1e1a52;
    width: calc(50% - 15px);
    height: 50px;
  }

  .caption-wrap .bottom-bar::after {
    left: calc(50% - 15px);
    border-top: 50px solid #1e1a52;
    border-right: 15px solid transparent;
  }

  .page-template-template-home .caption-wrap::before {
    height: 500px;
  }

  .page-template-template-home .caption-wrap::after {
    /*border-top: 500px solid rgba(30,26,82,0.7);*/
    border-top-width: 500px;
    border-right: 150px solid transparent;
  }

  .page-template-template-home .caption-wrap .bottom-bar {
    height: 55px;
  }

  .page-template-template-home .caption-wrap .bottom-bar::before {
    background-color: #fff;
    width: calc(50% - 16.5px);
    height: 100px;
  }

  .page-template-template-home .caption-wrap .bottom-bar::after {
    left: calc(50% - 16.5px);
    border-top: 55px solid #fff;
    border-right: 16.5px solid transparent;
  }

}

@media only screen and (max-width:480px) {
  .inner-banner .caption-wrap .caption h1 {
    font-size  : 45px;   
    line-height: 50px;
  }  
}
.page-template-template-home .banner-holder .metaslider .caption-wrap .caption a {
  display: inline-block;
  background-color: #28a9e2;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 10px 35px;
  text-transform: uppercase;
  color: #fff;
  border: solid 2px #28a9e2;
  border-radius: 50px;
  font-weight: bold;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.page-template-template-home .banner-holder .metaslider .caption-wrap .caption a:hover {
  background-color: transparent;
  color: #28a9e2;
}
/*

Home Intro Text

*/
.home .intro h2 {
    margin: 0;
    padding: 0;
    letter-spacing: 0.1em;
    line-height: 15px;
}
.home .intro h1 {
    margin: 10px 0 50px 0;
    padding: 0;
    letter-spacing: 0;
    font-size: 45px;
    line-height: 40px;
}
.home .intro article > p {
    max-width: 50%;
    margin: 0 auto 50px auto;
}
.home .intro td {

}
.home .intro td h2 {
    letter-spacing:0;
    color: #1e1a52;
    font-size: 22px;
    line-height: normal;
    margin: 20px 0;
}

@media only screen and (max-width:480px) {
  .home .intro article > p {
    max-width: 80%;
  }
}
/*

Post Banner

*/

.post-banner {
  margin-bottom: 26px;
  background-color: #1e1a52;
  position: relative;
}

.post-banner:after {
  content: "";
  background-image: url(img/inner-post-banner-bottom.png);
  height: 26px;
  background-position: center top;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
}

.post-banner-inner {
  max-width: 860px;
  padding: 40px 20px 40px 20px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.post-banner-inner h1 {
  color: #fff;
}


.post-banner-inner a {
  display: inline-block;
  color: #fff;
  padding: 15px 30px;
  border: solid 2px #28a9e2;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.post-banner-inner a:hover {
  background-color: #28a9e2;
}

/*

Header

*/

.header-holder {
  background-color: #fff;
}

.header .logo {
  float: left;
    margin: 20px;
}

.header nav {
  float: right;
}


/* .header-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
} */

header.header {
    
}

.mobile-icons {
  position: relative;
  float: right;
  display: none;
  background-color: #1e1a52;
}

.mobile-icons a.phone-icon {
  color: #009ddc;
  border-color: #009ddc;
}

.mobile-icons a.mobile-burger {
  color: #fff;
  border-color: #fff;
}

.mobile-icons a.mobile-burger span,
.mobile-icons a.mobile-burger i {
  display: block;
  text-align: center;
  width: 100px;
}

.mobile-icons a.mobile-burger span {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}

.mobile-icons a i {
  font-size: 50px;
  line-height: 50px;
  width: 46px;
  text-align: center;
}

@media all and (max-width: 768px) {
  
  .header nav {
    padding-top: 0;
  }

  .mobile-icons {
    display: block;
    margin-top: -5px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: -5px;
    padding-top: 20px;
    height: 100px;
    width: 100px;
    text-align: center;
  }

  .header nav {
    float: none;
    clear: both;
  }

  ul.top-menu ul.sub-menu {
    position: relative;
    top: auto;
    right: auto;
    display: block;
  }
  
}


/*

Newsletter

*/

.newsletter-holder {
  margin-top: -20px;
  margin-bottom: -20px;
  z-index: 20;
  position: relative;
}

.newsletter-holder .inner {
  background-color: #1e1a52;
}

.newsletter-holder .top {
  background-image: url(img/newsletter-top-bg.png);
  background-position: center top;
  background-size: cover;
  height: 29px;
  width: 100%;
  display: block;
}

.newsletter-holder .bottom {
  background-image: url(img/newsletter-bottom-bg.png);
  background-position: center bottom;
  background-size: cover;
  height: 31px;
  width: 100%;
  display: block;
}

.newsletter {
  color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 50px 0;
}
.newsletter .widget_text {
  
    width: 30%;
    
}
.newsletter .widget_custom_cf7 {
  
    width: 70%;
    background: none;
    margin: 0;
    padding: 0;
}
@media all and (max-width: 768px){
  
  .newsletter {
    display: block;
    text-align: center;
  }

  .newsletter .widget_text {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .newsletter .widget_custom_cf7 {
    width: 100%;
  }

}

.newsletter .wpcf7-response-output  {
    color: #fff;
}
.newsletter span.wpcf7-not-valid-tip {
    position: absolute;
}
.newsletter .widget_custom_cf7 p {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.newsletter .widget_custom_cf7 p .your-email  {
    width: 75%;
    margin: 0 20px 0 0;
    

}
.newsletter .ajax-loader {
    display: none;
}
.newsletter .widget_custom_cf7 p .wpcf7-submit {
    flex-grow: 1;
    background: #0db8ae;
    letter-spacing: 0.1em;
}
.newsletter .widget_custom_cf7 p input {
    height: 50px;
    border: none;
    border-radius: 5px;
}
.newsletter .widget_custom_cf7 p .your-email input {
    font-size: 14px;
    color: #8d8d8d;
    padding-left: 20px;
}

.newsletter h3 {
    display: none;
}
.newsletter h2 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    text-decoration: none;
    color: #fff;
    text-transform: none;
}
.newsletter .textwidget p {
    font-size: 12px;
    color: #fff;
    margin: 0;
}
.newsletter .textwidget p a {
    color: #fff;
    text-decoration: underline;
}

@media all and (max-width: 768px){
  
  .newsletter .widget_custom_cf7 p {
    display: block;
  }

  .newsletter .widget_custom_cf7 p .your-email {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }

  .newsletter .widget_custom_cf7 p .wpcf7-submit {
    width: auto;
  }

}

/*

Footer

*/

.footer-holder {
  background-color: #fff;
}

footer.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*

Post Footer

*/

.post-footer-holder {
  background-color: #1e1a52;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.post-footer-holder a {
  color: #fff;
}

.post-footer-holder p {
  margin: 0;
}

.post-footer-holder .copyright {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

.post-footer-holder .postfooter-right {
  float: right;
  margin-top: 15px;
  margin-bottom: 15px;
}


.post-footer-holder .postfooter-right a:not(:first-child) {
  border-left: solid 1px #fff;
  padding-left: 10px;
  margin-left: 10px;
}

@media all and (max-width: 768px){
  .post-footer-holder .copyright,
  .post-footer-holder .postfooter-right {
    float: none;
    width: 100%;
    text-align: center;
  }
}


/* 

Contact form styles

*/

.wpcf7 input {
  font-size: 13px;
}

.wpcf7 input.wpcf7-submit {
  color: #1e1a52;
  background-color: transparent;
  border: solid 2px #28a9e2;
  display: inline-block;
  padding: 13px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: bold;
  width: auto;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.wpcf7 input.wpcf7-submit:hover {
  background-color: #28a9e2;
}

article .wpcf7 {
  
}

article .wpcf7 input,
article .wpcf7 select,
article .wpcf7 textarea {
  max-width: 100%;
  width: 90%;
  padding: 5px;
  margin-top: 5px;
}

@media all and (max-width: 680px) {
  
  article .wpcf7 input,
  article .wpcf7 select,
  article .wpcf7 textarea {
    width: 100%;
  }
  
}

input[name="contact_form_7_recaptcha"] +div {
  max-width: 100%;
}

input[name="contact_form_7_recaptcha"] +div > div {
  max-width: 100% !important;
}

input[name="contact_form_7_recaptcha"] +div iframe {
  max-width: 100% !important;
}

/* 

Contact form widget styles

*/

.widget_custom_cf7 {
  background-color: #ccc;
  color: #4c4c4e;
  padding: 25px;
  margin-bottom: 25px;
}

.widget_custom_cf7 h3 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
}

.widget_custom_cf7 label {
  font-size: 13px;
  display: block;
  margin-top: 10px;
}

.widget_custom_cf7 input,
.widget_custom_cf7 textarea {
  border: none;
  background: fff;
  color: #4c4c4e;
  width: 100%;
  font-size: 13px;
}

.widget_custom_cf7 input {
  padding: 8px 3px;
}

.widget_custom_cf7 textarea {
  height: 125px;
}

.widget_custom_cf7 input.wpcf7-submit {
  color: #fff;
  background-color: #33a;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
}


/* 

Article Styles

*/

.news-item .image-holder,
article .image-holder {
  display: block;
  text-align: center;
  padding: 2%;
  position: relative;
}

.news-item .image-holder:not(.no-border):before,
article .image-holder:not(.no-border):before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url(img/image-blue-border.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

.news-item .image-holder img,
article .image-holder img {
  display: inline-block;
  border-radius: 500px; 
  margin: 0;
  height: auto;
}

@media all and (max-width: 768px){
   article table.image-holder-table td {
    display: block;
    width: 100% !important;
    margin: 10px 0;
  }
}




.posts-wrapper article.category-news,
.posts-wrapper article.category-our-research {
    border: none;
}
.category-our-research .image-left .image-holder,
.category-news .image-left .image-holder {
    padding: 6%;
    width: 200px;
    height: 200px;
    overflow: hidden;
}
.category-our-research .image-left .image-holder a,
.category-news .image-left .image-holder a {
    display: block;
    height: 100%;
    border-radius: 500px;
    overflow: hidden;
    position: relative;
    transition: all 500ms;
}

.category-our-research .image-left .image-holder a img,
.category-news .image-left .image-holder a img {
    display: inline-block;
    margin: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 0;
    max-width: none;
    top: 0;
}

.category-our-research  .image-left .image-holder:before,
.category-news .image-left .image-holder:before {
        content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-image: url(img/image-blue-border.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
}

.category-our-research .body-right h2,
.category-news .body-right h2 {
    font-size: 22px;
    text-transform: none;
}
.category-our-research .body-right .date,
.category-news .body-right .date {
line-height: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 20px 0 30px 0;
    font-weight: 600;
    color: #1e1a52;
}

/* 

Homes styles

*/

.page-template-template-home article {
  text-align: center;
}

.page-template-template-home main > section > h1 {
  display: none;
}



/* 

Homes about styles

*/



.home-about-holder {
  position: relative;
}

.home-about {
  position: relative;
  z-index: 3;
  color: #fff;
}

.home-about:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  background-image: url("img/video-top-cover.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-about:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 70px;
  background-image: url("img/video-bottom-cover.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-about-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  text-align: right;
}

.home-about-image img {
  min-width: 60%;
}

.home-about-holder .wrapper {
  position: relative;
  z-index: 10;
}

.home-about-inner {
  padding-top: 120px;
  padding-bottom: 120px;
  width: 40%;
  background-color: #1e1a52;
}

.home-about-inner:before {
  position: absolute;
  top:0;
  left: -100%;
  right: 100%;
  bottom: 0;
  content: " ";
  display: block;
  background-color: #1e1a52;
}

.home-about-inner:after {
  position: absolute;
  top:0;
  left: 40%;
  right: 30%;
  bottom: 0;
  content: " ";
  display: block;
  background: linear-gradient(to right top, #1e1a52 50%, transparent 50.1%);
}

.home-about-inner h2 {
    margin: 0;
    padding: 0;
    letter-spacing: 0.1em;
    line-height: 15px;
}
.home-about-inner h1 {
    margin: 10px 0 0 0;
    padding: 0;
    letter-spacing: 0;
    font-size: 45px;
    line-height: normal;
}
.home-about-inner p {
    margin: 50px 0 0 0;
}
.home-about-inner p a {
    font-size: 14px;
    letter-spacing: 0.1em;
    border: 2px solid #28a9e2;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 10px;
    padding: 18px 30px;
    display: inline-block;
    transition: all 500ms;
}
.home-about-inner p a:hover,
.home-about-inner p a:active,
.home-about-inner p a:focus {
    background: #28a9e2;
    color: #1e1a52;
}

.home-about .widget_black_studio_tinymce {
  position: relative;
  z-index: 10;

}

.home-about h1 {
  color: #fff;
}

.home-about a {
  color: #28a9e2;
}

@media (max-width: 1200px) {

  .home-about:before,
  .home-about:after,
  .home-about-inner:before,
  .home-about-inner:after,
  .home-about-image {
    display: none;
  }

  .home-about {
    background-color: #1e1a52;
  }

  .home-about-inner {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }

}

/* 

Homes stats styles

*/

.home-stats-wrapper {
  padding: 100px 0;
}

.home-stats-wrapper .widget_text {
  width: 33%;
  float: left;

  min-height: 100px;

}
@media (max-width: 1000px){
  .home-stats-wrapper .widget_text {
    width: 50%;
    margin: 10px auto;
  }
}
@media (max-width: 768px){
  .home-stats-wrapper .widget_text {
    width: 100%;
  }
}
.home-stats-wrapper .widget_text .stat-container {
    display: flex;
    align-items: center;    
}
.home-stats-wrapper .widget_text .stat-container  img {
    margin: 0 20px 0 0;
}

.home-stats-wrapper .widget_text h1 {
  margin: 0;
  font-size: 80px;
      line-height: 60px;
    letter-spacing: 0;
}

.home-stats-wrapper .widget_text p {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  color: #1e1a52;
    margin: 10px 0 0 0;
    letter-spacing: 0;
}

/* 

Homes Partners Styles

*/

.home-partners-wrapper {
  border-top: solid 1px #ccc;
    padding: 50px 0;
  overflow: hidden;
}

.home-partners-wrapper h3 {
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 800;
}

.metaslider.partners {

}

.metaslider.partners .flex-viewport li {
  min-height: 100px;
}

.metaslider.partners .caption-wrap {
  display: none;
}


/* 

Latest News Styles

*/

.latest-news {
  background-image: url(img/latest-news-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;

}

.latest-news .news-header {
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  text-transform: none;
  margin: 0 0 65px 0;
}

.latest-news .items-holder .news-item {
  float: left;
  width: 50%;
  color: #fff;
}

.latest-news .items-holder .news-item h3 {
  color: #fff;
  text-transform: none;
  margin: 0;
  font-size: 22px;
  line-height: 120%;
}

.latest-news .items-holder .news-item .image-holder {
  float: left;
  width: 30%;
  margin-right: 30px;
}

.latest-news .items-holder .news-item .body-holder {
  float: left;
  width: 50%;
}

.latest-news .items-holder .news-item .date {
  line-height: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 20px 0 30px 0;
  font-weight: 600;
}

.latest-news .items-holder .news-item .intro {
  margin-bottom: 30px;
}

@media all and (max-width: 768px){

  .latest-news .items-holder .news-item {
    width: 100%;
    margin-bottom: 20px;
  }

}

@media all and (max-width: 550px){

  .latest-news .items-holder .news-item .image-holder {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    display: none;
  }

  .latest-news .items-holder .news-item .body-holder {
    width: 100%;
  }

}


/* 

top-bar Styles

*/

.top-bar-right {
  float: right;
    margin: 10px 10px 10px 0;
}

.top-bar-right > div {
  float: left;
}

.top-bar-right .donate-btn {
  background-color: #28a9e2;
  color: #fff;
}

.top-bar-right .donate-btn:hover {
  background-color: transparent;
  color: #28a9e2;
}


@media all and (min-width: 768px){

  .top-bar-right > div {
    padding-left: 50px;
  }
}

@media all and (max-width: 768px){

  .header .logo {
    max-width: 50%;
    margin-right:0;
  }

  .top-bar-right .donate-btn {
    padding: 5px 20px 50px 20px;
    background-image: url(img/donate-icon.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 0;
    border: none;
    color: #28a9e2;
  }

  .top-bar-right .donate-btn:hover {
    background-color: transparent;
  }

  .top-bar-right .donate-btn span {
    display: none;
  }

}

@media all and (max-width: 500px){

  .header .logo {
    max-width: 40%;
    margin-left: 10px;
  }

}


/* 

top-bar-right Styles

*/

.search-holder {
  position: relative;
}

.search-holder a.search-display {
  display: block;
  font-size: 24px;
  padding: 8px;
}

.search-holder .search-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  padding: 20px;
  background-color: #1e1a52;
    border-radius: 5px;
}
.search-holder .search-dropdown input[type="search"] {
    height: 40px;
    min-width: 300px;
    border: none;
    border-radius: 100px;
    font-size: 14px;
    padding: 0 10px;
}
.search-holder .search-dropdown .search-submit {
    width: 100%;
    border-radius: 100px;
    margin: 10px 0 0 0;
    height: 40px;
    background: none;
    font-size: 13px;
    border: 1px solid #28a9e2;
    color: #28a9e2;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    transition: all 500ms;
    
}
.search-holder .search-dropdown .search-submit:hover,
.search-holder .search-dropdown .search-submit:active,
.search-holder .search-dropdown .search-submit:focus {
    background: #28a9e2;
    color: #1e1a52;
}

@media all and (max-width: 768px){
  
  #search-2 {
    display: none;
  }

}

/* 

Footer Blocks Styles

*/

.footer-pre-nav {
  text-align: center;
  font-size: 12px;
}
.footer-pre-nav p,
.footer-pre-nav img {
    margin: 0;
    padding: 0;
    text-align: center !important;
}

.footer-post-nav {
  font-size: 20px;
  text-align: center;
}

.footer-post-nav h3 {
  font-size: 14px;
    margin: 0;
    padding: 0;
    letter-spacing: 0.1em;
}

.footer-post-nav a {
  margin-left: 10px;
  margin-right: 10px;
  color: #8d8d8d;
}

.footer-nav .menu-item-51,
.footer-nav .menu-item-47,
.footer-nav .menu-item-37 {
  display: none;
}

@media all and (min-width: 768px){

  .footer-pre-nav {
    float: left;
    width: 25%;
    padding-right: 5%;
  }

  .footer-nav {
    float: left;
    width: 60%;
      margin-top: 30px;
  }

  .footer-post-nav {
    float: left;
    width: 15%;
      margin-top: 30px;
  }

}



/* 

Donation Page Styles

*/

.give-form

.donation-form-holder {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.donation-form-holder h1:after {
  content: "?";
}

.give-message-holder .message {
  display: none;
  font-size: 25px;
}

.give-message-holder .message strong {
  color: #1e1a52;
}

#give-donation-level-button-wrap > li {
  margin: 0;
}

#give-donation-level-button-wrap .give-btn {
  font-size: 22px;
  text-align: center;
  padding: 30px;
  border: solid 2px #0db8ae;
  background-color: transparent;
  color: #0db8ae;
  font-weight: 900;
  width: 100%;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

#give-donation-level-button-wrap .give-btn.give-default-level {
  background-color: #0db8ae;
  color: #fff;
}


#give-donation-level-button-wrap .give-btn:focus {
  outline: none;
}

#give-donation-level-button-wrap li {
  width: 25%;
  float: left;
}

#give-donation-level-button-wrap li:first-child .give-btn {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#give-donation-level-button-wrap li:last-child .give-btn {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.give-total-wrap .give-donation-amount {
  /*display: none;*/
}

#give_purchase_form_wrap .form-row label {
  display: none;
}

#give_purchase_form_wrap .form-row input,
#give_purchase_form_wrap .form-row .give-stripe-cc-field {
  font-size: 14px;
  background-color: transparent;
  color: #4c4c4e;
  padding: 20px;
  border-radius: 8px;
}

.give-submit-button-wrap .give-submit {
  background-color: #0db8ae;
  border-radius: 50px;
  padding: 20px 100px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
  border: solid 2px #0db8ae;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.give-submit-button-wrap .give-submit:hover {
  background-color: transparent;
  color: #0db8ae;
}


.give-final-total-amount:before {
  content: "AUD";
  display: inline;
}

.give-currency-symbol.give-currency-position-before:before {
  content: "AUD";
  display: inline;
}

#give_donation_receipt tbody tr:nth-child(3) td:nth-child(2):before {
  content: "AUD";
  display: inline;
}



@media all and (max-width: 768px){

  #give-donation-level-button-wrap li {
    width: 100%;
  }

}

/*

News Page Styles

*/

.posts-wrapper {

}

.posts-wrapper article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}

.posts-wrapper article:last-child {
  border-bottom: none;
}

.posts-wrapper .image-left {
  float: left;
  width: 25%;
}

.posts-wrapper .body-right {
  float: left;
  width: 75%;
  padding-left: 10px;
}

@media all and (max-width: 1000px) {

  .posts-wrapper .image-left {
    width: 30%;
  }

  .posts-wrapper .body-right {
    width: 70%;
  }

}

@media all and (max-width: 768px) {

  .posts-wrapper .image-left {
    width: 200px;
  }
  .posts-wrapper .body-right {
    width: 100%;
  }
  
}

/* 

Research Page styles

*/

.cat-post-widget ul {
  margin: 0;
  padding: 0;
}

a.side-donate {
  width: 100%;
  font-size: 20px;
  padding: 18px 40px;
  text-align: center;
  color: #1e1a52;
}

a.side-donate:hover {
  color: #1e1a52;
}











