/*!
Theme Name: Divi 1
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.15
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

a,big,body,center,dd,div,em,font,h1,h2,h3,h4,h4a,t4,h5,h6,html,i,img,li,p,s,span,ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

:focus {
  outline: 0;
}

article,header,nav,section {
  display: block;
}

body {
  color: #666;
  background-color: #fff;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 12px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7em;
}

a {
  color: #2ea3f2;
  text-decoration: none;
}

a:hover {
  text-decoration: underline dotted darkgreen;
}

p {
  padding-bottom: 1em;
}

em,i {
  font-style: italic;
}

dd {
  margin-left: 1.5em;
}

h1,h2,h3,h4,h5,h6 {
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1em;
}

t4 {
  padding-top: 10px;
  margin-top: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1em;
}

h1 a,h2 a,h3 a,h4 a,t4 a,h5 a,h6 a {
  color: inherit;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

t4 {
  font-size: 18px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

select {
  padding: 2px;
  border: 1px solid #bbb;
  color: #4e4e4e;
  background-color: #fff;
}

select:focus {
  border-color: #2d3940;
  color: #3e3e3e;
}

select {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

#top-menu li {
  word-wrap: break-word;
}

.mobile_menu_bar:after,.mobile_menu_bar:before {
  color: #2ea3f2;
}

.et_mobile_menu,.nav li ul {
  border-color: #2ea3f2;
}

#top-header {
  background-color: #2ea3f2;
}

#main-content {
  background-color: #fff;
}

#main-header {
  -webkit-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
  -moz-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
}

.container {
  position: relative;
  width: 90%;
  max-width: 1080px;
  margin: auto;
}

#main-content .container {
  padding-top: 58px;
}

.et_full_width_page #main-content .container:before {
  display: none;
}

.main_title {
  margin-bottom: 20px;
}

#left-area ul {
  padding: 0 0 23px 1em;
  line-height: 26px;
  list-style-type: disc;
}

#left-area ul li ul {
  padding: 2px 0 2px 20px;
}

.container {
  position: relative;
  text-align: left;
}

#top-header {
  z-index: 100000;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
}

#top-header a {
  color: #fff;
}

#top-header {
  -webkit-transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
  -moz-transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
  transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
}

#top-header .container {
  padding-top: .75em;
  font-weight: 600;
}

#main-header {
  position: relative;
  z-index: 99999;
  top: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
  font-weight: 500;
  line-height: 23px;
}

#top-header,#top-header .container {
  line-height: 1em;
}

.et_header_style_left #et-top-navigation {
  padding-top: 33px;
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
  padding-bottom: 33px;
}

.et_header_style_left .logo_container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.et_header_style_left .mobile_menu_bar {
  padding-bottom: 24px;
}

.logo {
  width: 80px;
  height: 80px;
  float: none;
  max-height: 100%;
  padding: 0;
  vertical-align: middle;
}

.logo1 {
  /* suitable for stuff/ALP.png */
  width: 160px;
  float: none;
  max-height: 100%;
  margin-right: 20px;
  vertical-align: middle;
}

.logo_container {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#top-menu,#top-menu-nav {
  line-height: 0;
}

#et-top-navigation {
  font-weight: 600;
}

#top-menu,nav#top-menu-nav {
  float: left;
}

#top-menu li {
  display: inline-block;
  padding-right: 22px;
  font-size: 14px;
}

#top-menu>li:last-child {
  padding-right: 0;
}

#top-menu a {
  display: block;
  position: relative;
  color: rgba(0,0,0,.6);
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#top-menu-nav>ul>li>a:hover {
  opacity: .7;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.container.et_menu_container {
  z-index: 99;
}

.container.et_pb_menu_hidden {
  z-index: -1;
}

#left-area .post-meta {
  padding-bottom: 15px;
  font-size: 14px;
}

#left-area .post-meta a {
  color: #666;
  text-decoration: none;
}

.et_main_title {
  padding-bottom: 12px;
}

.et_main_title h1 {
  display: inline-block;
  padding-right: 2px;
}

#et-top-navigation {
  float: right;
}

#top-menu li li {
  margin: 0;
  padding: 0 20px;
}

#top-menu li li a {
  width: 200px;
  padding: 6px 20px;
}

#et_mobile_nav_menu {
  display: none;
  float: right;
}

.mobile_menu_bar {
  display: block;
  position: relative;
  line-height: 0;
}

.mobile_menu_bar:before {
  position: relative;
  top: 0;
  left: 0;
  font-size: 32px;
  content: "\61";
  cursor: pointer;
}

.last {
  margin-right: 0;
}

@media all and (max-width:980px) {
  #page-container {
    padding-top: 80px;
  }

  #left-area {
    width: 100%!important;
  }

  #main-content .container:before {
    display: none!important;
  }

  .bottom-nav {
    text-align: center;
  }

  #main-header,  #top-header {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  #top-menu {
    display: none;
  }

  #et-top-navigation {
    margin-right: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .et_header_style_left #et-top-navigation,  .et_header_style_left #et-top-navigation {
    display: block;
    padding-top: 24px;
  }

  #top-header .container {
    padding-top: 0;
  }

  #logo,  #main-header,  .container,  .logo_container {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .et_header_style_left #logo {
    max-width: 50%;
  }

  #et_mobile_nav_menu {
    display: block;
  }
}

@media all and (max-width:767px) {
  #et-top-navigation {
    margin-right: 0;
  }
}

@media all and (max-width:479px) {
  #et-top-navigation {
    margin-right: 0;
  }
}

@media print {
  #main-header,  #top-header {
    position: relative!important;
    top: auto!important;
    right: auto!important;
    bottom: auto!important;
    left: auto!important;
  }

  #page-container {
    padding-top: 0!important;
  }
}

* html .clearfix {
  zoom: 1;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.et_pb_font_icon:before,.et_pb_toggle_title:before,.mobile_menu_bar:before {
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
}

.et-pb-icon {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ETmodules;
  font-size: 96px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: attr(data-icon);
  speak: none;
}

.nav li li {
  margin: 0;
  padding: 0 20px;
}

.nav li {
  position: relative;
  line-height: 1em;
}

.nav li li {
  position: relative;
  line-height: 2em;
}

.nav li ul {
  position: absolute;
  padding: 20px 0;
}

.nav li ul {
  visibility: hidden;
  z-index: 9999;
  width: 240px;
  border-top: 3px solid #2ea3f2;
  opacity: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.nav li ul {
  text-align: left;
  -webkit-transform: translate3d(0,0,0);
}

.nav li:hover>ul {
  visibility: visible;
  opacity: 1;
}

.nav li li ul {
  z-index: 1000;
  top: -23px;
  left: 240px;
}

.nav li:hover {
  visibility: inherit;
}

.et_mobile_menu li a,.nav li li a {
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.et_mobile_menu li a:hover,.nav ul li a:hover {
  opacity: .7;
  background-color: rgba(0,0,0,.03);
}

.et_mobile_menu {
  display: none;
  visibility: visible;
  position: absolute;
  z-index: 9999;
  left: 0;
  width: 100%;
  padding: 5%;
  border-top: 3px solid #2ea3f2;
  opacity: 1;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

#main-header .et_mobile_menu li ul {
  display: block!important;
  visibility: visible!important;
  padding-left: 10px;
}

.et_mobile_menu li li {
  padding-left: 5%;
}

.et_mobile_menu li a {
  display: block;
  padding: 10px 5%;
  border-bottom: 1px solid rgba(0,0,0,.03);
  color: #666;
}

.et_mobile_nav_menu {
  display: none;
  float: right;
}

.mobile_menu_bar {
  display: block;
  position: relative;
  line-height: 0;
}

.mobile_menu_bar:before {
  position: relative;
  top: 0;
  left: 0;
  font-size: 32px;
  content: "\61";
  cursor: pointer;
}

@media all and (min-width:981px) {
  .et_pb_gutters3 .et_pb_column,  .et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 5.5%;
  }

  .et_pb_gutters3 .et_pb_column_4_4,  .et_pb_gutters3.et_pb_row .et_pb_column_4_4 {
    width: 100%;
  }

  .et_pb_gutters3 .et_pb_column_3_4,  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
    width: 73.625%;
  }

  .et_pb_gutters3 .et_pb_column_2_3,  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
    width: 64.833%;
  }

  .et_pb_gutters3 .et_pb_column_3_5,  .et_pb_gutters3.et_pb_row .et_pb_column_3_5 {
    width: 57.8%;
  }

  .et_pb_gutters3 .et_pb_column_1_2,  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
    width: 47.25%;
  }

  .et_pb_gutters3 .et_pb_column_2_5,  .et_pb_gutters3.et_pb_row .et_pb_column_2_5 {
    width: 36.7%;
  }

  .et_pb_gutters3 .et_pb_column_1_3,  .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
    width: 29.667%;
  }

  .et_pb_gutters3 .et_pb_column_1_4,  .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
    width: 20.875%;
  }

  .et_pb_gutters3 .et_pb_column_1_5,  .et_pb_gutters3.et_pb_row .et_pb_column_1_5 {
    width: 15.6%;
  }

  .et_pb_gutters3 .et_pb_column_1_6,  .et_pb_gutters3.et_pb_row .et_pb_column_1_6 {
    width: 12.083%;
  }

  .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4,  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 {
    width: 100%;
  }

  .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_3_8,  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 {
    width: 46.26485569%;
    margin-right: 7.47%;
  }

  .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4,  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_1_4 {
    width: 28.35314092%;
    margin-right: 7.47%;
  }

  .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4,  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 {
    width: 100%;
  }

  .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_3,  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_3 {
    width: 45.758%;
    margin-right: 8.483%;
  }

  .et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6,  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_1_6 {
    width: 18.638%;
    margin-right: 8.483%;
  }

  .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4,  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 {
    width: 100%;
  }

  .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_4,  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_4 {
    width: 44.17989418%;
    margin-right: 11.64%;
  }

  .et_pb_column_1_2 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_1_6,  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_1_6 {
    width: 25.573%;
    margin-right: 11.64%;
  }

}

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

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

@media all and (max-width:479px) {
  .et_pb_column {
    width: 100%!important;
  }
}

.et_pb_column_1_3 h1,.et_pb_column_1_4 h1,.et_pb_column_1_5 h1,.et_pb_column_1_6 h1,.et_pb_column_2_5 h1 {
  font-size: 23px;
}

.et_pb_column_1_3 h2,.et_pb_column_1_4 h2,.et_pb_column_1_5 h2,.et_pb_column_1_6 h2,.et_pb_column_2_5 h2 {
  font-size: 20px;
}

.et_pb_column_1_3 h3,.et_pb_column_1_4 h3,.et_pb_column_1_5 h3,.et_pb_column_1_6 h3,.et_pb_column_2_5 h3 {
  font-size: 17px;
}

.et_pb_column_1_3 h4,.et_pb_column_1_4 h4,.et_pb_column_1_5 h4,.et_pb_column_1_6 h4,.et_pb_column_2_5 h4 {
  font-size: 15px;
}

.et_pb_column_1_3 t4,.et_pb_column_1_4 t4,.et_pb_column_1_5 t4,.et_pb_column_1_6 t4,.et_pb_column_2_5 t4 {
  font-size: 15px;
}

.et_pb_column_1_3 h5 {
  font-size: 14px;
}

.et_pb_column_1_3 h6,.et_pb_column_1_4 h6,.et_pb_column_1_5 h6,.et_pb_column_1_6 h6,.et_pb_column_2_5 h6 {
  font-size: 13px;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  content: " ";
}

.et_pb_contact_main_title,.et_pb_post,.et_pb_text,.et_pb_toggle_content,.et_pb_toggle_title {
  word-wrap: break-word;
}

.et_link_content {
  background-color: #2ea3f2;
}

.et_pb_row {
  position: relative;
  width: 80%;
  max-width: 1080px;
  margin: auto;
}

.et_pb_column {
  float: left;
  position: relative;
  z-index: 9;
}

.et_pb_with_border,.et_pb_with_border.et_pb_posts .et_pb_post {
  border-width: 0;
  border-style: solid;
  border-color: #333;
}

.et_pb_post {
  margin-bottom: 30px;
}

.et_pb_post .post-meta {
  margin-bottom: 6px;
  font-size: 14px;
}

.post-beta {
  margin-top: 0px;
  font-size: 12px;
}

.et_pb_post .post-meta a {
  text-decoration: none;
}

.et_pb_post .more {
  color: #82c0c7;
  text-decoration: none;
}

.et_pb_posts .et_pb_post {
  position: relative;
}

.et_pb_post .post-meta,.et_pb_post .post-meta a,.et_pb_post p {
  color: #666;
}

.et_pb_post a img {
  max-width: 100%;
  vertical-align: bottom;
}

/* C */

.et_pb_toggle {
  border: 1px solid #d9d9d9;
}

.et_link_content {
  position: relative;
  text-align: center;
  word-wrap: break-word;
}

.et_link_content {
  padding: 50px 60px;
}

.et_link_content h2 {
  color: #fff!important;
}

.et_link_content h2 {
  margin-top: 0;
}

.et_link_content h2 {
  line-height: 44px;
}

.et_pb_column_2_3 .et_link_content {
  padding: 40px 40px 45px;
}

.et_pb_column_1_2 .et_link_content,.et_pb_column_3_5 .et_link_content {
  padding: 35px 40px;
}

.et_pb_column_1_2 .et_link_content h2,.et_pb_column_3_5 .et_link_content h2 {
  line-height: 32px;
}

.et_pb_column_1_3 .et_link_content,.et_pb_column_1_4 .et_link_content,.et_pb_column_1_5 .et_link_content,.et_pb_column_1_6 .et_link_content,.et_pb_column_2_5 .et_link_content,.et_pb_column_3_8 .et_link_content {
  padding: 35px 20px;
}

.et_pb_column_1_3 .et_link_content h2,.et_pb_column_1_4 .et_link_content h2,.et_pb_column_1_5 .et_link_content h2,.et_pb_column_1_6 .et_link_content h2,.et_pb_column_2_5 .et_link_content h2,.et_pb_column_3_8 .et_link_content h2 {
  font-size: 18px;
  line-height: 26px;
}

.et_pb_row:after,.et_pb_row_inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  content: ".";
}

.et_pb_text ul {
  padding-bottom: 1em;
}

.et_pb_text>:last-child {
  padding-bottom: 0;
}

.et_pb_text_inner {
  position: relative;
}

.et_pb_text_align_left {
  text-align: left;
}

.et_pb_section {
  position: relative;
  background-color: #fff;
}

.et_pb_row.et_pb_row_empty,.et_pb_row_inner:nth-of-type(n+2).et_pb_row_empty {
  display: none;
}

.et_pb_row_inner {
  position: relative;
  width: 100%;
}

.et_pb_row .et_pb_column.et-last-child,.et_pb_row .et_pb_column:last-child,.et_pb_row_inner .et_pb_column.et-last-child,.et_pb_row_inner .et_pb_column:last-child {
  margin-right: 0!important;
}

.et_pb_title_container h1 {
  font-size: 26px;
}

.et_pb_column_1_3 .et_pb_title_container h1,.et_pb_column_1_4 .et_pb_title_container h1,.et_pb_column_1_5 .et_pb_title_container h1,.et_pb_column_1_6 .et_pb_title_container h1,.et_pb_column_2_5 .et_pb_title_container h1 {
  font-size: 18px;
}

.et_pb_title_container {
  display: block;
  position: relative;
  z-index: 98;
  max-width: 100%;
  word-wrap: break-word;
}

.et_pb_posts_nav a {
  display: inline-block;
}

.et_pb_posts_nav .meta-nav {
  position: relative;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  content: " ";
}

.et_pb_post .post-beta {
  color: #000;
}

@media all and (max-width:980px) {
  .et_pb_column {
    width: 100%;
    margin-bottom: 30px;
  }

  .et_pb_section {
    padding: 50px 0;
  }

  .et_pb_column .et_pb_row_inner, .et_pb_row {
    padding: 30px 0;
  }

  .et_pb_row .et_pb_column.et-last-child,  .et_pb_row .et_pb_column:last-child {
    margin-bottom: 0;
  }

  .et_pb_post {
    margin-bottom: 42px;
  }

  .et_mobile_nav_menu {
    display: block;
  }

  .et_pb_section .et_pb_row {
    max-width: 1080px!important;
  }
}

@media all and (min-width:768px) and (max-width:980px) {
  .et_link_content {
    padding: 40px 40px 45px;
  }
}

@media all and (max-width:767px) {
  .et_pb_post {
    margin-bottom: 42px;
  }

  .et_pb_post h2,  .et_pb_title_container h1 {
    font-size: 18px;
  }
}

@media all and (max-width:479px) {
  .et_pb_post {
    margin-bottom: 42px;
  }

  .et_pb_post h2 {
    padding-bottom: 0;
    font-size: 16px;
  }

  .et_pb_post .post-meta {
    color: #666;
    font-size: 14px;
  }
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  content: " ";
}

/*
 SNP Yellow: #fcf382;
 */

.et_pb_post a img {
  border-radius: 10px;
}

/* et.css */

body {
  color: #000000;
}

h1,h2,h3,h4,h5,h6 {
  color: #000000;
}

a {
  color: #000000;
}

/*-- SNP Yellow: #fcf382; --*/

#main-header,#main-header .nav li ul,#main-header .et_mobile_menu {
  background-color: #ffffff;
}

.nav li ul {
  border-color: #000000;
}

#top-header {
  background-color: #000000;
}

#top-menu a,.et_mobile_menu li a {
  color: #000000;
}

.et_pb_row {
  width: 100%;
}

h1,h2,h3,h4,h5,h6 {
  line-height: 1.2;
}

#X {
  background-image: url(sydney_rd.jpg)!important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
}

/* using */

.et_pb_text_2 h4 {
  font-family: 'Merriweather',Georgia,"Times New Roman",serif;
  font-weight: 700;
  font-size: 20px;
  color: #000000!important;
  line-height: 1.7em;
  text-align: center;
  padding-bottom: 30px;
}

.et_pb_text_2 h4a {
  /* font-family: "Comic Sans MS", cursive, sans-serif; */
  /* font-family: "Arial Black", Gadget, sans-serif; */
  font-family: 'Merriweather',Georgia,"Times New Roman",serif;
  font-weight: 500;
  font-size: 18px;
  color: #000000!important;
  line-height: 1.7em;
  text-align: center;
  padding-bottom: 30px;
}

.et_pb_text_2 {
  font-size: 14px;
  line-height: 1.3em;
  background-color: #ffffff;
  padding-top: 0px!important;
  padding-right: 0px!important;
  padding-left: 0px!important;
}

.et_pb_text_2 p {
  font-size: 14px;
  line-height: 1.3em;
  text-align: left;
}

.post-meta1,.post-meta1 a {
  color: #000000!important;
}

.et_pb_column_3 {
  background-color: #ffffff;
}

.et_pb_text_0 h2 {
  font-family: 'Merriweather',Georgia,"Times New Roman",serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3em;
}
