@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic");
.ym-container {
  width: 1140px;
  margin: 0 auto !important;
}
.ym-container-2 {
  width: 1110px;
  margin: 0 auto !important;
  padding: 0 15px;
}
.ym5 {
  float: left;
  width: 5%;
}
.ym10 {
  float: left;
  width: 10%;
}
.ym15 {
  float: left;
  width: 15%;
}
.ym20 {
  float: left;
  width: 20%;
}
.ym25 {
  float: left;
  width: 25%;
}
.ym30 {
  float: left;
  width: 30%;
}
.ym33 {
  float: left;
  width: 33.33%;
}
.ym35 {
  float: left;
  width: 35%;
}
.ym40 {
  float: left;
  width: 40%;
}
.ym45 {
  float: left;
  width: 45%;
}
.ym50 {
  float: left;
  width: 50%;
}
.ym55 {
  float: left;
  width: 55%;
}
.ym60 {
  float: left;
  width: 60%;
}
.ym65 {
  float: left;
  width: 65%;
}
.ym66 {
  float: left;
  width: 66.66%;
}
.ym70 {
  float: left;
  width: 70%;
}
.ym75 {
  float: left;
  width: 75%;
}
.ym80 {
  float: left;
  width: 80%;
}
.ym85 {
  float: left;
  width: 85%;
}
.ym90 {
  float: left;
  width: 90%;
}
.ym95 {
  float: left;
  width: 95%;
}
.ym100 {
  float: left;
  width: 800%;
}
html,
body {
  margin: 0;
  padding: 0;
}
body.front-end h1,
body.front-end h2,
body.front-end h3,
body.front-end h4,
body.front-end h5,
body.front-end h6,
body.front-end p,
body.front-end ul,
body.front-end ol,
body.front-end pre,
body.front-end blockquote,
body.front-end textarea,
body.front-end button {
  margin-bottom: 0 0 20px 0;
}
body.front-end h1,
body.front-end h2,
body.front-end h3,
body.front-end h4,
body.front-end h5,
body.front-end h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
body.front-end p,
body.front-end li {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
body.front-end a:link {
  text-decoration: none;
}
body.front-end a:hover {
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
body.front-end a:active {
  text-decoration: none;
}
body.front-end button:hover {
  cursor: pointer;
  cursor: hand;
}
body.front-end code {
  font-family: Consolas, "Courier New", Courier, mono;
}
body.front-end strong {
  font-weight: 600;
}
body.front-end ul,
body.front-end ol {
  margin-left: 10px;
  padding-left: 20px;
}
body.front-end blockquote {
  display: block;
  opacity: .95;
  border-left: 4px solid;
  border-left-color: ;
  padding: 0 10px;
  font-style: italic;
  margin-left: 10px;
}
body.front-end blockquote p:last-child {
  margin-bottom: 10px;
}
body.front-end pre {
  font-family: Consolas, "Courier New", Courier, mono;
  background: black;
  font-size: 12px;
  background: rgba(0,0,0,0.9);
  color: #eee;
  padding: 10px 20px;
}
body.front-end .col-full,
body.front-end #wrapper {
  width: 100% !important;
  max-width: 100% !important;
}
body.front-end .vc_row {
  margin-left: auto !important;
  margin-right: auto !important;
}
body.front-end .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.front-end header {
  position: absolute;
  top: 0;
  z-index: 9999;
  padding: 35px 0;
}
body.front-end header .top p {
  font-size: 13px;
  color: #fff;
  text-align: right;
}
body.front-end header .top p strong {
  font-size: 16px;
  font-weight: 700;
}
body.front-end header .top p span {
  padding: 0 5px;
}
body.front-end header .top p img.phone-icon {
  margin: 0px 4px -4px;
}
body.front-end header .top p img.map-icon {
  margin: 0px 2px -1px 7px;
}
body.front-end header .top p a {
  display: inline-block;
}
body.front-end header .top p a img {
  margin: 0 1px -5px;
}
body.front-end header .bottom ul {
  text-align: right;
  margin-bottom: 0;
}
body.front-end header .bottom ul li {
  display: inline-block;
  position: relative;
}
body.front-end header .bottom ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: block;
  padding: 10px 10px;
}
body.front-end header .bottom ul li a:hover {
  text-decoration: underline;
}
body.front-end header .bottom ul li ul.sub-menu {
  width: 250px;
  margin: 0;
  padding: 0;
  float: left;
  display: none;
  right: 0;
  opacity: 0;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
body.front-end header .bottom ul li ul.sub-menu li {
  display: block;
  text-align: left;
}
body.front-end header .bottom ul li ul.sub-menu li a {
  padding: 10px;
}
body.front-end header .bottom ul li.current-menu-item a {
  text-decoration: underline;
}
body.front-end header .bottom ul li:hover ul.sub-menu,
body.front-end header .bottom ul li:focus ul.sub-menu {
  opacity: 1;
  top: 40px;
  visibility: visible;
  display: block;
  background: rgba(0,0,0,0.25);
}
body.front-end .footer-2 {
  background: url('http://www.sydneyhillsphysio.com.au/wp-content/themes/canvas-child/less/../images/section-4a-bg.png') no-repeat center top;
  padding: 40px 0px 30px;
}
body.front-end .footer-2 .ym60 p {
  margin: 0;
}
body.front-end .footer-2 .ym60 p img {
  padding-right: 30px;
}
body.front-end .footer-2 .ym60 p img.wp-image-72 {
  padding-right: 0;
}
body.front-end .footer-2 .ym40 h2 {
  font-size: 23px;
  color: #9fc32f;
  margin: 24px 0 0;
  float: left;
}
body.front-end .footer-2 .ym40 p {
  font-size: 14px;
  font-weight: 400;
  color: #9b9b9b;
  line-height: 24px;
  margin: 0 0 0 20px;
  padding: 5px 0 5px 20px;
  border-left: 1px solid #eee;
  float: left;
}
body.front-end .footer-2 .ym40 p strong {
  color: #9fc32f;
}
body.front-end .footer-1 {
  padding: 55px 0;
}
body.front-end .footer-1 h3 {
  font-size: 38px;
  font-weight: 400;
  color: #fff;
  margin: 25px 0 10px;
}
body.front-end .footer-1 p {
  font-size: 20px;
  color: #fff;
  margin: 0;
}
body.front-end .footer-1 p a.location {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
body.front-end .footer-1 p a.location:hover {
  color: #9FC32F;
}
body.front-end .footer-1 p a.button {
  color: #fff;
  padding: 15px 25px;
  margin: 35px 0 0;
  border: 3px solid #fff;
  display: inline-block;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
body.front-end .footer-1 p a.button:hover {
  color: #9FC32F;
  background: #fff;
}
body.front-end footer {
  padding: 20px 0;
}
body.front-end footer p {
  font-size: 12px;
  color: #8a8a8a;
}
body.front-end footer p a {
  color: #8a8a8a;
}
body.front-end footer p img {
  margin: 0px 0px -6px 5px;
}
body.front-end footer .ym30 {
  text-align: right;
}
body.home header {
  position: absolute;
  top: 0;
  z-index: 9999;
  padding: 35px 0;
}
body.home .section-1 {
  margin: 0;
}
body.home .section-1 .wpb_content_element {
  margin-bottom: 0;
}
body.home .section-1 h1,
body.home .section-1 h2 {
  font-size: 60px !important;
  font-weight: 300 !important;
  color: #fff;
  line-height: 60px !important;
  letter-spacing: 0px !important;
  margin: 0 0 40px !important;
}
body.home .section-1 p a {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #fff;
  line-height: inherit !important;
  letter-spacing: 0px !important;
  padding: 15px 25px !important;
  border: 3px solid #fff;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
body.home .section-1 p a:hover {
  color: #9FC32F;
  background: #fff;
}
body.home .section-2 {
  margin: 0;
  padding: 40px 0;
}
body.home .section-2 .wpb_text_column {
  margin-bottom: 0;
}
body.home .section-2 ul {
  margin: 0;
  padding: 0;
}
body.home .section-2 ul li {
  display: inline-block;
  width: 19%;
  text-align: center;
  vertical-align: text-top;
}
body.home .section-2 ul li h3 {
  font-size: 18px;
  font-weight: 300;
  color: #a2a2a2;
}
body.home .section-2 ul li h3 a {
  color: #a2a2a2;
}
body.home .section-3 {
  margin: 0;
  padding: 120px 0;
}
body.home .section-3 .vc_column-inner {
  padding-top: 0;
}
body.home .section-3 .wpb_text_column {
  margin-bottom: 0;
}
body.home .section-3 p {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
body.home .section-3 p a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 15px 25px;
  margin-top: 25px;
  display: inline-block;
  border: 3px solid #fff;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
body.home .section-3 p a:hover {
  color: #9FC32F;
  background: #fff;
}
body.home .section-4 {
  margin: 0;
}
body.home .section-4 .section-4a {
  background: url('http://www.sydneyhillsphysio.com.au/wp-content/themes/canvas-child/less/../images/section-4a-bg.png') no-repeat center bottom;
}
body.home .section-4 .section-4a .vc_col-sm-7 p {
  margin: 0;
}
body.home .section-4 .section-4a .vc_col-sm-7 p img {
  padding-right: 30px;
}
body.home .section-4 .section-4a .vc_col-sm-7 p img.wp-image-72 {
  padding-right: 0;
}
body.home .section-4 .section-4a .vc_col-sm-5 h2 {
  font-size: 23px;
  color: #9fc32f;
  margin: 24px 0 0;
  float: left;
}
body.home .section-4 .section-4a .vc_col-sm-5 p {
  font-size: 14px;
  font-weight: 400;
  color: #9b9b9b;
  line-height: 24px;
  margin: 0 0 0 20px;
  padding: 5px 0 5px 20px;
  border-left: 1px solid #eee;
  float: left;
}
body.home .section-4 .section-4a .vc_col-sm-5 p strong {
  color: #9fc32f;
}
body.home .section-4 .section-4b {
  padding-top: 35px;
}
body.home .section-4 .section-4b p {
  font-size: 18px;
  color: #7a7a7a;
  line-height: 24px;
}
body.home .section-4 .section-4b p strong {
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}
body.home .section-4 .section-4b p a {
  font-size: 18px;
  font-weight: 600;
  color: #9fc32f;
  padding: 15px 25px;
  margin-right: 20px;
  border: 3px solid #9fc32f;
  display: inline-block;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
body.home .section-4 .section-4b p a:hover {
  color: #fff;
  background: #9FC32F;
}
body.page-id-40 .section-1 {
  padding: 200px 0 150px;
  margin: 0;
}
body.page-id-40 .section-1 h1 {
  font-size: 70px;
  font-weight: 300;
  color: #fff;
  line-height: 60px;
  margin: 0;
}
body.page-id-40 .section-1 h1 strong {
  font-size: 50px;
  font-weight: 300;
}
body.page-id-40 .section-1 p {
  margin-top: 40px;
}
body.page-id-40 .section-1 p a {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  line-height: inherit;
  letter-spacing: 0px;
  padding: 15px 25px;
  border: 3px solid #FFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page-id-40 .section-1 p a:hover {
  color: #9fc32f;
  background: #fff;
}
body.page-id-40 .section-2,
body.page-id-40 .section-3 {
  margin: 0;
  padding: 45px 0 10px;
}
body.page-id-40 .section-2 img,
body.page-id-40 .section-3 img {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
body.page-id-40 .section-2 h2,
body.page-id-40 .section-3 h2 {
  font-size: 25px;
  font-weight: 300;
  color: #7a7a7a;
  margin: 0;
}
body.page-id-40 .section-2 h4,
body.page-id-40 .section-3 h4 {
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  margin: 0;
}
body.page-id-40 .section-2 p,
body.page-id-40 .section-3 p {
  font-size: 18px;
  font-weight: 300;
  color: #7a7a7a;
  line-height: 24px;
}
body.page-id-40 .section-3 {
  background: #f9f9f9;
}
body.page-id-88 .section-1 {
  padding: 200px 0 150px;
}
body.page-id-88 .section-1 h1 {
  font-size: 70px;
  font-weight: 300;
  color: #fff;
  line-height: 60px;
  margin: 0;
}
body.page-id-88 .section-1 h1 strong {
  font-size: 50px;
  font-weight: 300;
}
body.page-id-88 .section-1 p {
  margin-top: 40px;
}
body.page-id-88 .section-1 p a {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  line-height: inherit;
  letter-spacing: 0px;
  padding: 15px 25px;
  border: 3px solid #FFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page-id-88 .section-1 p a:hover {
  color: #9fc32f;
  background: #fff;
}
body.page-id-88 .section-2 .vc_tta-accordion .vc_tta-panel {
  margin-bottom: 15px;
}
body.page-id-88 .section-2 .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
  background: none;
  border: 1px solid #ddd;
}
body.page-id-88 .section-2 .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 span {
  font-size: 18px;
  font-weight: 400;
}
body.page-id-88 .section-2 .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a {
  padding: 20px 0px 20px 20px;
}
body.page-id-88 .section-2 .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 i {
  background: url('http://www.sydneyhillsphysio.com.au/wp-content/themes/canvas-child/less/../images/plus-icn.jpg') no-repeat top right;
  width: 58px;
  height: 58px;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page-id-88 .section-2 .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 i:before,
body.page-id-88 .section-2 .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 i:after {
  visibility: hidden;
}
body.page-id-88 .section-2 .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
  background: none;
  padding: 0;
  border: 1px solid #ddd;
  border-top: 0 none;
}
body.page-id-88 .section-2 .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body .wpb_single_image {
  margin-bottom: 20px;
}
body.page-id-88 .section-2 .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body .wpb_text_column {
  padding: 0 20px 20px;
}
body.page-id-88 .section-2 .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body .wpb_text_column p {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  margin: 0 0 15px;
}
body.page-id-88 .section-2 .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body .wpb_text_column p a {
  font-size: 18px;
  font-weight: 600;
  color: #9fc32f;
  border: 3px solid #9fc32f;
  display: inline-block;
  padding: 13px 25px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page-id-88 .section-2 .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body .wpb_text_column p a:hover {
  color: #fff;
  background: #9fc32f;
}
body.page-id-88 .section-2 .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body .wpb_text_column ul {
  list-style: none;
}
body.page-id-88 .section-2 .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body .wpb_text_column ul li {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  margin: 0 0 5px;
}
body.page-id-88 .section-2 .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body .wpb_text_column ul li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -15px;
  top: 1px;
  color: #9fc32f;
  font-size: 20px;
}
body.page-id-88 .section-2 .vc_tta-accordion .vc_active .vc_tta-panel-heading {
  background: #fafafa;
}
body.page-id-88 .section-2 .vc_tta-accordion .vc_active .vc_tta-panel-heading i {
  background: url('http://www.sydneyhillsphysio.com.au/wp-content/themes/canvas-child/less/../images/minus-icn.jpg') no-repeat top right !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page-id-113 .section-1,
body.page-id-117 .section-1,
body.page-id-123 .section-1,
body.page-id-130 .section-1 {
  padding: 200px 0 150px;
  margin: 0;
}
body.page-id-113 .section-1 h1,
body.page-id-117 .section-1 h1,
body.page-id-123 .section-1 h1,
body.page-id-130 .section-1 h1 {
  font-size: 70px;
  font-weight: 300;
  color: #fff;
  line-height: 60px;
  margin: 0;
}
body.page-id-113 .section-1 h1 strong,
body.page-id-117 .section-1 h1 strong,
body.page-id-123 .section-1 h1 strong,
body.page-id-130 .section-1 h1 strong {
  font-size: 50px;
  font-weight: 300;
}
body.page-id-113 .section-1 p,
body.page-id-117 .section-1 p,
body.page-id-123 .section-1 p,
body.page-id-130 .section-1 p {
  margin-top: 40px;
}
body.page-id-113 .section-1 p a,
body.page-id-117 .section-1 p a,
body.page-id-123 .section-1 p a,
body.page-id-130 .section-1 p a {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  line-height: inherit;
  letter-spacing: 0px;
  padding: 15px 25px;
  border: 3px solid #FFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page-id-113 .section-1 p a:hover,
body.page-id-117 .section-1 p a:hover,
body.page-id-123 .section-1 p a:hover,
body.page-id-130 .section-1 p a:hover {
  color: #9fc32f;
  background: #fff;
}
body.page-id-113 .section-2,
body.page-id-117 .section-2,
body.page-id-123 .section-2,
body.page-id-130 .section-2 {
  background: #f7f7f7;
  margin: 0;
  padding: 20px 0;
}
body.page-id-113 .section-2 p,
body.page-id-117 .section-2 p,
body.page-id-123 .section-2 p,
body.page-id-130 .section-2 p {
  font-size: 25px;
  font-weight: 300;
  color: #7a7a7a;
  margin: 0;
}
body.page-id-113 .section-3,
body.page-id-117 .section-3,
body.page-id-123 .section-3,
body.page-id-130 .section-3 {
  margin: 0;
  padding: 50px 0 15px;
}
body.page-id-113 .section-3 p,
body.page-id-117 .section-3 p,
body.page-id-123 .section-3 p,
body.page-id-130 .section-3 p {
  font-size: 18px;
  font-weight: 300;
  color: #7a7a7a;
  line-height: 24px;
  margin: 0 0 15px;
}
body.page-id-113 .section-3 p a,
body.page-id-117 .section-3 p a,
body.page-id-123 .section-3 p a,
body.page-id-130 .section-3 p a {
  font-weight: 600;
  color: #9fc32f;
  padding: 12px 20px;
  margin: 10px 10px 0 0;
  border: 3px solid #9fc32f;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page-id-113 .section-3 p a:hover,
body.page-id-117 .section-3 p a:hover,
body.page-id-123 .section-3 p a:hover,
body.page-id-130 .section-3 p a:hover {
  color: #fff;
  background: #9fc32f;
}
body.page-id-113 .section-3 ul,
body.page-id-117 .section-3 ul,
body.page-id-123 .section-3 ul,
body.page-id-130 .section-3 ul {
  list-style: none;
}
body.page-id-113 .section-3 ul li,
body.page-id-117 .section-3 ul li,
body.page-id-123 .section-3 ul li,
body.page-id-130 .section-3 ul li {
  font-size: 18px;
  font-weight: 300;
  color: #7a7a7a;
  line-height: 24px;
  margin: 0 0 5px;
}
body.page-id-113 .section-3 ul li:before,
body.page-id-117 .section-3 ul li:before,
body.page-id-123 .section-3 ul li:before,
body.page-id-130 .section-3 ul li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -15px;
  top: 1px;
  color: #9fc32f;
  font-size: 20px;
}
body.page-id-201 header,
body.page-id-204 header {
  position: relative !important;
  top: 0px;
  z-index: 9999;
  padding: 35px 0px;
}
body.page-id-201 header#header,
body.page-id-204 header#header {
  background: #3266a0;
}
body.page-id-201 .section-1,
body.page-id-204 .section-1 {
  margin: 0;
  padding: 55px 0;
}
body.page-id-201 .section-1 h1,
body.page-id-204 .section-1 h1 {
  font-size: 40px;
  font-weight: 300;
  color: #7a7a7a;
  margin: 0;
}
body.page-id-201 .section-1 h2,
body.page-id-204 .section-1 h2 {
  font-size: 25px;
  font-weight: 300;
  color: #7a7a7a;
  margin: 0;
}
body.page-id-201 .section-1 p,
body.page-id-204 .section-1 p {
  font-size: 18px;
  font-weight: 300;
  color: #7A7A7A;
  line-height: 24px;
}
body.page-id-201 .section-1 .wpb_text_column,
body.page-id-204 .section-1 .wpb_text_column {
  margin-bottom: 0;
}
.blog header,
.archive header {
  position: relative !important;
  top: 0px;
  z-index: 9999;
  padding: 35px 0px;
}
.blog header#header,
.archive header#header {
  background: #3266a0;
}
.blog #content,
.archive #content {
  margin-bottom: 35px;
}
.blog div.title,
.archive div.title {
  background: #f7f7f7;
  padding: 25px 0;
  margin: 0 0 30px;
}
.blog div.title h1,
.blog div.title p,
.archive div.title h1,
.archive div.title p {
  font-size: 40px;
  font-weight: 300;
  color: #7a7a7a;
  margin: 0;
}
.blog article:nth-child(2n+1),
.archive article:nth-child(2n+1) {
  clear: right;
}
.blog article,
.archive article {
  width: 380px;
  float: left;
  margin: 0 40px 40px 0;
  border: 1px solid #eeedf0;
}
.blog article > a,
.archive article > a {
  display: block;
  max-height: 150px;
  overflow: hidden;
}
.blog article img,
.archive article img {
  width: 100%;
  height: auto;
}
.blog article h2,
.archive article h2 {
  font-size: 18px;
  font-weight: 300;
  color: #797979;
  line-height: 24px;
  padding: 0 15px;
}
.blog article h2 a,
.archive article h2 a {
  color: #797979;
}
.blog article p,
.archive article p {
  font-size: 14.5px;
  font-weight: 300;
  color: #797979;
  line-height: 22px;
  padding: 0 15px;
}
.blog article p.date,
.archive article p.date {
  font-size: 12px;
  font-weight: 400;
  color: #797979;
}
.blog .col-right .widget,
.archive .col-right .widget {
  margin-bottom: 35px;
}
.blog .col-right .widget_woo_tabs,
.archive .col-right .widget_woo_tabs {
  border: 1px solid #eeeeee;
}
.blog .col-right .widget_woo_tabs ul.wooTabs,
.archive .col-right .widget_woo_tabs ul.wooTabs {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.blog .col-right .widget_woo_tabs ul.wooTabs li,
.archive .col-right .widget_woo_tabs ul.wooTabs li {
  display: inline-block;
  width: 49%;
}
.blog .col-right .widget_woo_tabs ul.wooTabs li a,
.archive .col-right .widget_woo_tabs ul.wooTabs li a {
  font-size: 16px;
  color: #797979;
  text-align: center;
  display: block;
  padding: 15px;
}
.blog .col-right .widget_woo_tabs ul.wooTabs li a.selected,
.archive .col-right .widget_woo_tabs ul.wooTabs li a.selected {
  background: #f7f7f7;
}
.blog .col-right .widget_woo_tabs .boxes ul,
.archive .col-right .widget_woo_tabs .boxes ul {
  margin: 0;
  padding: 15px;
  background: #f7f7f7;
  list-style: none;
}
.blog .col-right .widget_woo_tabs .boxes ul li,
.archive .col-right .widget_woo_tabs .boxes ul li {
  margin-bottom: 15px;
}
.blog .col-right .widget_woo_tabs .boxes ul li span.meta,
.archive .col-right .widget_woo_tabs .boxes ul li span.meta {
  display: none;
}
.blog .col-right .widget_woo_tabs .boxes ul li a,
.archive .col-right .widget_woo_tabs .boxes ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #7a7a7a;
}
.blog .col-right .widget_woo_tabs .boxes ul li a img,
.archive .col-right .widget_woo_tabs .boxes ul li a img {
  float: left;
  padding-right: 10px;
}
.blog .col-right .widget_woo_tabs .boxes ul li .fix,
.archive .col-right .widget_woo_tabs .boxes ul li .fix {
  clear: both;
}
.blog .col-right .widget_woo_tabs .boxes ul li:last-child,
.archive .col-right .widget_woo_tabs .boxes ul li:last-child {
  margin-bottom: 0;
}
.blog .col-right .widget_categories,
.archive .col-right .widget_categories {
  border: 1px solid #eeeeee;
  padding: 15px;
}
.blog .col-right .widget_categories h3,
.archive .col-right .widget_categories h3 {
  font-size: 16px;
  font-weight: 400;
  color: #797979;
  margin: 0;
}
.blog .col-right .widget_categories ul,
.archive .col-right .widget_categories ul {
  list-style: none;
  margin: 15px 0 0;
  padding-left: 0;
}
.blog .col-right .widget_categories ul li,
.archive .col-right .widget_categories ul li {
  font-size: 15px;
  font-weight: 400;
  color: #7a7a7a;
  line-height: 25px;
}
.blog .col-right .widget_categories ul li a,
.archive .col-right .widget_categories ul li a {
  color: #7a7a7a;
}
.single-post header {
  position: relative !important;
  top: 0px;
  z-index: 9999;
  padding: 35px 0px;
}
.single-post header#header {
  background: #3266a0;
}
.single-post div.title {
  background: #f7f7f7;
  padding: 25px 0;
  margin: 0 0 30px;
}
.single-post div.title p {
  font-size: 40px;
  font-weight: 300;
  color: #7a7a7a;
  margin: 0;
}
.single-post #content {
  margin-bottom: 35px;
}
.single-post .col-left.ym75 {
  width: 800px;
  margin-right: 50px;
  border: 1px solid #ddd;
}
.single-post .col-left.ym75 .featured-image {
  max-height: 350px;
  overflow: hidden;
}
.single-post .col-left.ym75 .featured-image img {
  width: 100%;
  height: auto;
}
.single-post .col-left.ym75 section.entry {
  padding: 20px;
}
.single-post .col-left.ym75 section.entry h1 {
  font-size: 28px;
  font-weight: 300;
  color: #797979;
  margin: 0;
}
.single-post .col-left.ym75 section.entry p.date {
  font-size: 12px;
  font-weight: 400;
  color: #797979;
}
.single-post .col-left.ym75 section.entry h2,
.single-post .col-left.ym75 section.entry h3,
.single-post .col-left.ym75 section.entry h4 {
  color: #3266a0;
}
.single-post .col-left.ym75 section.entry p {
  font-size: 18px;
  font-weight: 300;
  color: #797979;
  line-height: 24px;
}
.single-post .col-left.ym75 section.entry p strong {
  font-weight: 500;
}
.single-post .col-left.ym75 section.entry p a {
  color: #9FC32F;
}
.single-post .col-left.ym75 section.entry ol li {
  font-size: 18px;
  font-weight: 300;
  color: #7a7a7a;
  line-height: 24px;
  margin: 0 0 5px;
}
.single-post .col-left.ym75 section.entry ul {
  list-style: none;
}
.single-post .col-left.ym75 section.entry ul li {
  font-size: 18px;
  font-weight: 300;
  color: #7a7a7a;
  line-height: 24px;
  margin: 0 0 5px;
}
.single-post .col-left.ym75 section.entry ul li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -15px;
  top: 1px;
  color: #9fc32f;
  font-size: 20px;
}
.single-post .col-right .widget {
  margin-bottom: 35px;
}
.single-post .col-right .widget_woo_tabs {
  border: 1px solid #eeeeee;
}
.single-post .col-right .widget_woo_tabs ul.wooTabs {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.single-post .col-right .widget_woo_tabs ul.wooTabs li {
  display: inline-block;
  width: 49%;
}
.single-post .col-right .widget_woo_tabs ul.wooTabs li a {
  font-size: 16px;
  color: #797979;
  text-align: center;
  display: block;
  padding: 15px;
}
.single-post .col-right .widget_woo_tabs ul.wooTabs li a.selected {
  background: #f7f7f7;
}
.single-post .col-right .widget_woo_tabs .boxes ul {
  margin: 0;
  padding: 15px;
  background: #f7f7f7;
  list-style: none;
}
.single-post .col-right .widget_woo_tabs .boxes ul li {
  margin-bottom: 15px;
}
.single-post .col-right .widget_woo_tabs .boxes ul li span.meta {
  display: none;
}
.single-post .col-right .widget_woo_tabs .boxes ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #7a7a7a;
}
.single-post .col-right .widget_woo_tabs .boxes ul li a img {
  float: left;
  padding-right: 10px;
}
.single-post .col-right .widget_woo_tabs .boxes ul li .fix {
  clear: both;
}
.single-post .col-right .widget_woo_tabs .boxes ul li:last-child {
  margin-bottom: 0;
}
.single-post .col-right .widget_categories {
  border: 1px solid #eeeeee;
  padding: 15px;
}
.single-post .col-right .widget_categories h3 {
  font-size: 16px;
  font-weight: 400;
  color: #797979;
  margin: 0;
}
.single-post .col-right .widget_categories ul {
  list-style: none;
  margin: 15px 0 0;
  padding-left: 0;
}
.single-post .col-right .widget_categories ul li {
  font-size: 15px;
  font-weight: 400;
  color: #7a7a7a;
  line-height: 25px;
}
.single-post .col-right .widget_categories ul li a {
  color: #7a7a7a;
}
body.page-id-50 .section-1 {
  padding: 200px 0 150px;
  margin: 0;
}
body.page-id-50 .section-1 h1 {
  font-size: 70px;
  font-weight: 300;
  color: #fff;
  line-height: 60px;
  margin: 0;
}
body.page-id-50 .section-1 h1 strong {
  font-size: 50px;
  font-weight: 300;
}
body.page-id-50 .section-1 p {
  margin-top: 40px;
}
body.page-id-50 .section-1 p a {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  line-height: inherit;
  letter-spacing: 0px;
  padding: 15px 25px;
  border: 3px solid #FFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page-id-50 .section-1 p a:hover {
  color: #9fc32f;
  background: #fff;
}
body.page-id-50 .section-2 {
  margin: 0;
  padding: 20px 0 20px;
}
body.page-id-50 .section-2 .left .section-2a {
  margin-bottom: 0;
}
body.page-id-50 .section-2 .left .section-2a p {
  font-size: 18px;
  font-weight: 300;
  color: #7a7a7a;
  line-height: 38px;
  margin: 0;
}
body.page-id-50 .section-2 .left .section-2a p a {
  font-size: 15px;
  font-weight: 600;
  color: #9fc32f;
}
body.page-id-50 .section-2 .left .section-2a p img {
  margin: 0 5px -3px 0;
}
body.page-id-50 .section-2 .left .vc_separator {
  margin: 0;
  padding: 20px 0;
}
body.page-id-50 .section-2 .left .section-2b {
  margin-bottom: 20px;
}
body.page-id-50 .section-2 .left .section-2b p {
  font-size: 15px;
  font-weight: 400;
  color: #7a7a7a;
  line-height: 20px;
}
body.page-id-50 .section-2 .right .wpb_text_column {
  margin-bottom: 0;
}
body.page-id-50 .section-2 .right .wpb_text_column h2 {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  background: #1784bd;
  margin: 0;
  padding: 20px 30px;
}
body.page-id-50 .section-2 .right .wpb_text_column h2 img {
  margin: 0px 10px -6px 0px !important;
}
body.page-id-50 .section-2 .right form {
  background: #f6f6f6;
  padding: 25px 30px;
}
body.page-id-50 .section-2 .right form p {
  margin: 0 0 15px;
}
body.page-id-50 .section-2 .right form input,
body.page-id-50 .section-2 .right form textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-indent: 15px;
  padding: 15px 0;
  margin: 0;
  border: 1px solid #e2e2e2;
  width: 100%;
  background: #e2e2e2;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  resize: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body.page-id-50 .section-2 .right form textarea {
  max-height: 200px;
}
body.page-id-50 .section-2 .right form textarea::-webkit-input-placeholder {
  text-indent: 15px;
}
body.page-id-50 .section-2 .right form input.wpcf7-not-valid,
body.page-id-50 .section-2 .right form textarea.wpcf7-not-valid {
  border: 1px solid #bd1717;
}
body.page-id-50 .section-2 .right form span.wpcf7-not-valid-tip {
  display: none;
}
body.page-id-50 .section-2 .right form input.wpcf7-submit {
  font-weight: 600;
  color: #fff;
  text-indent: 0;
  background: #9fc32f;
  width: 60%;
}
body.page-id-50 .section-2 .right form input.wpcf7-submit:hover {
  cursor: hand;
  cursor: pointer;
}
body.page-id-50 .section-2 .right form div.wpcf7-validation-errors {
  border: 2px solid #bd1717;
  background: #bd1717;
  color: #fff;
}
body.page-id-50 .section-2 .right form div.wpcf7-mail-sent-ok {
  border: 2px solid #1784bd;
  background: #1784bd;
  color: #fff;
}
body.page-id-50 .section-2 .right form div.wpcf7-response-output {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 10px;
}
body.page-id-186 .section-1 {
  padding: 200px 0 150px;
  margin: 0;
}
body.page-id-186 .section-1 h1 {
  font-size: 70px;
  font-weight: 300;
  color: #fff;
  line-height: 60px;
  margin: 0;
}
body.page-id-186 .section-1 h1 strong {
  font-size: 50px;
  font-weight: 300;
}
body.page-id-186 .section-1 p {
  margin-top: 40px;
}
body.page-id-186 .section-1 p a {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  line-height: inherit;
  letter-spacing: 0px;
  padding: 15px 25px;
  border: 3px solid #FFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page-id-186 .section-1 p a:hover {
  color: #9fc32f;
  background: #fff;
}
body.page-id-186 .section-2 {
  margin: 0;
  padding: 25px 0;
}
body.page-id-186 .section-2 p {
  font-size: 18px;
  font-weight: 300;
  color: #7a7a7a;
}
body.page-id-186 .section-2 ul {
  list-style: none;
}
body.page-id-186 .section-2 ul li {
  font-size: 18px;
  font-weight: 300;
  color: #7a7a7a;
  line-height: 24px;
  margin: 0 0 5px;
}
body.page-id-186 .section-2 ul li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -15px;
  top: 1px;
  color: #9fc32f;
  font-size: 20px;
}
body.page-id-44 .section-1 {
  padding: 200px 0 150px;
  margin: 0;
}
body.page-id-44 .section-1 h1 {
  font-size: 70px;
  font-weight: 300;
  color: #fff;
  line-height: 60px;
  margin: 0;
}
body.page-id-44 .section-1 h1 strong {
  font-size: 50px;
  font-weight: 300;
}
body.page-id-44 .section-1 p {
  font-size: 18px;
  font-weight: 300;
  color: #FFF;
  margin-top: 40px;
}
body.page-id-44 .section-1 p a {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  line-height: inherit;
  letter-spacing: 0px;
  padding: 15px 25px;
  border: 3px solid #FFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page-id-44 .section-1 p a:hover {
  color: #9fc32f;
  background: #fff;
}
body.page-id-44 .section-2 {
  background: #f7f7f7;
  margin: 0;
  padding: 20px 0;
}
body.page-id-44 .section-2 h2 {
  font-size: 25px;
  font-weight: 600;
  color: #7A7A7A;
  margin: 0px;
  padding: 0 0 25px;
}
body.page-id-44 .section-2 p {
  font-size: 20px;
  font-weight: 300;
  color: #7a7a7a;
  line-height: 30px;
  margin: 0;
}
body.page-id-44 .section-3 {
  margin: 0;
  padding: 55px 0 15px;
}
body.page-id-44 .section-3 h3 {
  font-size: 22px;
  font-weight: 500;
  color: #7A7A7A;
  margin: 0px;
  padding: 0;
}
body.page-id-44 .section-3 p {
  font-size: 18px;
  font-weight: 300;
  color: #7a7a7a;
  line-height: 24px;
}
body.page-id-44 .section-3 p strong {
  font-weight: 400;
}
body.page-id-44 .section-3 ul {
  list-style: none;
}
body.page-id-44 .section-3 ul li {
  font-size: 18px;
  font-weight: 300;
  color: #7a7a7a;
  line-height: 24px;
  margin: 0 0 5px;
}
body.page-id-44 .section-3 ul li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -15px;
  top: 1px;
  color: #9fc32f;
  font-size: 20px;
}
body.error404 header {
  position: relative !important;
  top: 0px;
  z-index: 9999;
  padding: 35px 0px;
}
body.error404 header#header {
  background: #3266a0;
}
body.error404 #content {
  margin-bottom: 35px;
}
body.error404 .section-1 {
  padding: 50px 0 100px;
}
body.error404 .section-1 h1 {
  font-size: 150px;
  font-weight: 300;
  color: #404041;
  text-align: center;
  margin: 0;
}
body.error404 .section-1 p {
  text-align: center;
}
body.error404 .section-1 p a {
  color: #fff;
  padding: 10px 20px;
  margin: 25px 0 0;
  display: inline-block;
  background: #3266a0 none repeat scroll 0% 0%;
  border: 1px solid #3266a0;
  transition: all 0.2s ease-in-out 0s;
}
body.error404 .section-1 p a:hover {
  color: #3266a0;
  background: #FFF none repeat scroll 0% 0%;
  border: 1px solid #1CAABB;
}
