/*
Theme Name: Shore Financial
Theme URI: https://shorefinancial.com.au/
Author: BBIM
Author URI: https://brilliantdigital.com.au/
Description: Shore Financial brings your site to life with header animation immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License URI: Everything copyrighted*/

.n_banner_section {
  width: 100%;
  float: left;
  background: url(../images/banner_img.jpg);
  background-size: cover;
  padding: 10% 10px;
}
.n_banner_section .banner_cont {
  max-width: 670px;
  margin: 0px auto;
  padding: 30px;
  border: 2px solid #fff;
  position: relative;
  text-align: center;
}
.n_banner_section .banner_cont h1 {
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}
.n_banner_section .banner_cont p {
  color: #fff;
  margin: 20px 0;
  font-size: 20px;
}
.n_banner_section .banner_cont a {
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    background-color: #13a3da;
    color: #fff;
    border-radius: 30px;
    padding: 10px 35px;
    border: 1px solid #13a3da;
}
.n_banner_section .banner_cont a:hover {
    background-color: transparent;
    color: #13a3da;
}
.did_know_sec {
  width: 100%;
  float: left;
  padding: 120px 0 80px;
}
.did_know_sec .know_left {
  width: 48%;
  float: left;
  position: relative;
}
.did_know_sec .know_right {
  width: 48%;
  float: right;
}
.did_know_sec .know_left img {
    position: relative;
    width: 100%;
}
.did_know_sec .know_left:before {
    content: "";
    position: absolute;
    background: #ccc;
    width: 80%;
    height: 100%;
    top: -30px;
    left: -30px;
}
.did_know_sec .know_right h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    line-height: 40px;
    color: #231f20;
    font-weight: 700;
    margin-bottom: 20px;
}
.did_know_sec .know_right p {
  margin: 20px 0;
}
.did_know_sec .know_right a {
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    background-color: #13a3da;
    color: #fff;
    border-radius: 30px;
    padding: 10px 35px;
    border: 1px solid #13a3da;
}
.did_know_sec .know_right a:hover {
    background-color: transparent;
    color: #13a3da;
}
.ask_us_sec {
  width: 100%;
  float: left;
  padding: 40px 0;
  background-color: #e1e1e1;
  text-align: center;
}
.ask_us_sec h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 45px;
    line-height: 45px;
    color: #231f20;
    font-weight: 700;
    margin-bottom: 20px;
}
.ask_us_sec p {
  margin: 20px 0;
}
.ask_us_sec h4 {
    font-size: 18px;
    font-weight: 700;
}
.ask_us_sec ul {
  margin: 20px 0;
  padding: 0px;
}
.ask_us_sec ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.ask_us_sec ul li a {
    display: block;
    padding: 25px 20px 20px 30%;
    font-size: 18px;
    color: #231f20;
    position: relative;
    box-shadow: 0 0px 14px #a9a9a9;
    margin: 10px 0;
    font-weight: 700;
}
.ask_us_sec ul li a:hover {
    background-color: #13a3da;
    color: #fff;
}
.ask_us_sec ul li a img {
    position: absolute;
    left: 10%;
    top: 5px;
}
.help_you_sec {
  width: 100%;
  float: left;
  padding: 80px 0 0;
  background: transparent !important;
}
.help_you_sec .help_you_top {
  text-align: center;
}
.help_you_sec h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    line-height: 40px;
    color: #231f20;
    font-weight: 700;
    margin-bottom: 20px;
}
.help_you_sec p {
  margin: 20px 0;
}
.help_you_sec .help_you_bottom {
  background: url(https://shorefinancial.com.au/wp-content/uploads/2019/06/bg_img.png);
  background-size: cover;
  padding: 60px 0;
  display: inline-block;
  width: 100%;
}
.help_you_sec ul {
  margin: 20px 0;
  padding: 0px;
}
.help_you_sec ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  width: 50%;
  float: left;
} 
.help_you_sec ul li img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.secure_assets_sec {
  width: 100%;
  float: left;
  padding: 60px 0 40px;
  text-align: center;
}
.secure_assets_sec .container {
	max-width: 1200px;
}
.secure_assets_sec h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    line-height: 40px;
    color: #231f20;
    font-weight: 700;
    margin-bottom: 20px;
}
.secure_assets_sec p {
  margin: 20px 0;
}
.secure_assets_sec .box_cont {
  display: inline-block;
  width: 100%;
}
.secure_assets_sec .box_cont .box_item {
  float: left;
  width: 33.3333%;
  text-align: center;
  margin: 15px 0;
}
.secure_assets_sec .box_cont .box_item img {
  width: 100%;
}
.secure_assets_sec .box_cont .box_item h3 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 24px;
   margin: 0 0 15px;
}
.secure_assets_sec .box_cont .box_item .img_cont {
  position: relative;
  padding: 10px;
}
.secure_assets_sec .box_cont .box_item .img_cont .hover_box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.5s ease-in-out;
  left: 0;
  top: 0;
}
.secure_assets_sec .box_cont .box_item .img_cont:hover .hover_box {
  opacity: 1;
}
.secure_assets_sec .box_cont .box_item a {
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    background-color: transparent;
    color: #13a3da;
    border-radius: 30px;
    padding: 10px 35px;
    border: 1px solid #13a3da;    
}
.secure_assets_sec .box_cont .box_item .img_cont .hover_box span {
	top: 50%;
    transform: translateY(-50%);
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.secure_assets_sec .box_cont .box_item a:hover {
    background-color: #13a3da;
    color: #fff;
}
.get_ready_sec {
  width: 100%;
  float: left;
  padding: 80px 0;
  background-color: #eee;
}
.get_ready_sec h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    line-height: 40px;
    color: #231f20;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}
.get_ready_sec .form_cont {
  display: flex;
  width: 100%;
}
.get_ready_sec .form_cont .address_left {
  width: 30%;
  float: left;
  background-color: #cecece;
  padding: 60px 20px;
}
.get_ready_sec .form_cont .form_right {
    width: 70%;
    float: left;
    border: 1px solid #ccc;
    margin: 15px 0;
    padding: 40px;
}
.get_ready_sec .form_cont .address_left ul {
  margin: 0px 0;
  padding: 0px;
}
.get_ready_sec .form_cont .address_left ul li {
    margin: 40px 0;
    padding: 0 0 0 40px;
    list-style: none;
    color: #000;
    position: relative;
    line-height: 24px;
    font-size: 15px;
    font-weight: 500;
    word-break: break-word;
}
.get_ready_sec .form_cont .address_left ul li i {
    position: absolute;
    left: 0;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.get_ready_sec .form_cont .address_left ul li i.fas.fa-map-marker {
    font-size: 40px;
}
.get_ready_sec .form_cont .address_left .social_icon {
    padding-left: 40px;
}
.get_ready_sec .form_cont .address_left .social_icon a {
    display: inline-block;
    background: #676767;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;    
    border-radius: 50%;
}
.get_ready_sec .form_cont .address_left .social_icon a:hover {
	background-color: #13a3da;
}
.get_ready_sec .form_cont .form_right input[type="text"], .get_ready_sec .form_cont .form_right input[type="email"], 
.get_ready_sec .form_cont .form_right input[type="number"], .get_ready_sec .form_cont .form_right textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #dfdfdf;
    margin: 0 0 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}
.get_ready_sec .form_cont .form_right textarea {
  height: 100px;
}
.get_ready_sec .form_cont .form_right input[type="submit"] {
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    background-color: #13a3da;
    color: #fff;
    border-radius: 30px;
    padding: 10px 35px;
    border: 1px solid #13a3da;
}
.get_ready_sec .form_cont .form_right input[type="submit"]:hover {
    background-color: transparent;
    color: #13a3da;
}
.our_team_sec {
    width: 100%;
    float: left;
    padding: 80px 0;
    text-align: center;
    background: url(https://shorefinancial.com.au/wp-content/uploads/2018/11/team.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}
.our_team_sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
}
.our_team_sec .container {
    max-width: 1200px;
}
.our_team_sec h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    line-height: 40px;
    color: #231f20;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
}
.our_team_sec p {
	margin: 10px 0;
	position: relative;
	color: #fff;
}
.our_team_sec .team_cont {
    display: inline-block;
    width: 100%;
    margin: 30px 0 0;
    position: relative;
}
.our_team_sec .team_cont .content_cont {
    float: left;
    width: 50%;
    margin-bottom: 12px;
}
.our_team_sec .team_cont .content_cont .left_img {
    width: 48%;
    float: left;
    padding-right: 2%;
    position: relative;
}
.our_team_sec .team_cont .content_cont .left_img span {
    position: absolute;
    background: rgb(19, 163, 218, 0.7);
    width: 96%;
    height: 97.5%;
    top: 0;
    left: 0;
    transition: 0.5s ease-in-out;
    opacity: 0;
}
.our_team_sec .team_cont .content_cont .left_img span a {
    background: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.our_team_sec .team_cont .content_cont .left_img span a:hover {
    background: #13a3da;
    color: #fff;
}
.our_team_sec .team_cont .content_cont:hover .left_img span {
    opacity: 1;
}
.our_team_sec .team_cont .content_cont .right_content {
    width: 46%;
    float: left;
    background: #cecece;
    padding: 15px;
    height: 250px;
    position: relative;
    margin-left: 2%;
}
.our_team_sec .team_cont .content_cont .right_content:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    border-left: 10px solid #0000;
    border-bottom: 10px solid #0000;
    border-top: 16px solid #cecece;
    border-right: 7px solid #0000;
    transform: rotate(90deg);
    margin-top: -16px;
}
.our_team_sec .team_cont .content_cont .left_img img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 250px;
}
.our_team_sec .team_cont .content_cont .right_content p {
    line-height: 24px;
    font-size: 14px;
    height: 130px;
    overflow: auto;
    margin: 0px;
    color: #000;
}
.our_team_sec .team_cont .content_cont .right_content h4 {
    font-weight: normal;
    color: #000;
    margin: 10px 0;
    font-size: 16px;
}
.our_team_sec .team_cont .content_cont .right_content .social a {
    display: inline-block;
    background: #13a3da;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
}
.our_team_sec .team_cont .content_cont .right_content .social a:hover {
	background-color: #676767;
}
@media (min-width: 768px) {
.our_team_sec .team_cont .content_cont:nth-child(3) .left_img, 
.our_team_sec .team_cont .content_cont:nth-child(4) .left_img, 
.our_team_sec .team_cont .content_cont:nth-child(7) .left_img, 
.our_team_sec .team_cont .content_cont:nth-child(8) .left_img {
    float: right;
    margin-right: 2%;
}
.our_team_sec .team_cont .content_cont:nth-child(3) .right_content, 
.our_team_sec .team_cont .content_cont:nth-child(4) .right_content, 
.our_team_sec .team_cont .content_cont:nth-child(7) .right_content, 
.our_team_sec .team_cont .content_cont:nth-child(8) .right_content {
    margin-left: 0;
}
.our_team_sec .team_cont .content_cont:nth-child(3) .right_content:before, 
.our_team_sec .team_cont .content_cont:nth-child(4) .right_content:before, 
.our_team_sec .team_cont .content_cont:nth-child(7) .right_content:before, 
.our_team_sec .team_cont .content_cont:nth-child(8) .right_content:before {
    left: auto;
    right: -8px;
    transform: rotate(32deg);
}
}
.explore_shore_sec {
  width: 100%;
  float: left;
  padding: 80px 0;
}
.explore_shore_sec .container {
  max-width: 1200px;
}
.explore_shore_sec h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    line-height: 40px;
    color: #231f20;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}
.explore_shore_sec .explore_cont {
    width: 100%;
    display: inline-block;
}
.explore_shore_sec .explore_cont .exp_content {
    width: 33.3333%;
    float: left;
    padding: 0 10px;
}
.explore_shore_sec .explore_cont .exp_content .allpost {
    background: #e3e3e3;
}
.explore_shore_sec .explore_cont .exp_content .allpost h3, .explore_shore_sec .explore_cont .exp_content .allpost p {
    padding: 0 15px;
}
.explore_shore_sec .explore_cont .exp_content .allpost h4 {
    padding: 0 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}
.explore_shore_sec .explore_cont .exp_content .allpost a {
    margin: 15px;
    display: inline-block;
    padding: 8px 25px;
    background: #13a3da;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #13a3da;
}
.explore_shore_sec .explore_cont .exp_content .allpost a:hover {
    background: transparent;
    color: #13a3da;
}
.explore_shore_sec .explore_cont .exp_content img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.explore_shore_sec .explore_cont .exp_content h3 {
    font-weight: normal;
    font-size: 18px;
    margin: 10px 0;
}
.explore_shore_sec .explore_cont .exp_content h4 {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    margin: 10px 0px;
}
.explore_shore_sec .explore_cont .exp_content p {
    line-height: 22px;
    font-size: 14px;
}
@media (max-width: 767px) {
.did_know_sec .know_left, .did_know_sec .know_right {
  width: 100%;
}
.help_you_sec ul li {
  width: 100%;
}
.secure_assets_sec .box_cont .box_item {
  width: 100%;
}
.get_ready_sec .form_cont {
  display: inline-block;
}
.get_ready_sec .form_cont .address_left, .get_ready_sec .form_cont .form_right {
  width: 100%;
}
.our_team_sec .team_cont .content_cont {
	width: 100%;
}
.our_team_sec .team_cont .content_cont .left_img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
}
.our_team_sec .team_cont .content_cont .right_content {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 20px;
}
.our_team_sec .team_cont .content_cont .right_content p, .our_team_sec .team_cont .content_cont .left_img img {
	height: auto;
}
.our_team_sec .team_cont .content_cont .right_content:before {
    left: 50%;
    top: -24px;
    transform: rotate(180deg);
    margin-top: 0;
    margin-left: -8px;
}
.explore_shore_sec .explore_cont .exp_content {
	width: 100%;
	padding: 0;
}
.explore_shore_sec .explore_cont .exp_content img {
    height: 100%;
}
}
@media (max-width: 480px) {
.n_banner_section .banner_cont h1 {
    font-size: 24px;
    line-height: 32px;
}
.n_banner_section .banner_cont p {
    font-size: 16px;
}
.did_know_sec .know_right h2 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 20px;
}
.ask_us_sec h2, .help_you_sec h2, .secure_assets_sec h2, .get_ready_sec h2, .our_team_sec h2, .explore_shore_sec h2 {
	font-size: 24px;
    line-height: 32px;
}
.ask_us_sec ul li a img {
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.help_you_sec ul li img {
    margin-bottom: 100px;
    width: 30px;
    margin-top: 10px;
}
.get_ready_sec .form_cont .form_right {
	padding: 20px;
}
.explore_shore_sec .explore_cont .exp_content h4 {
    font-size: 16px;
    line-height: 24px;
}
.did_know_sec {
    padding: 70px 0 40px;
}
.help_you_sec, .secure_assets_sec, .our_team_sec {
    padding: 40px 0 0;
}
.help_you_sec .help_you_bottom {
    padding: 20px 0;
}
.secure_assets_sec .box_cont .box_item .img_cont {
    padding: 0;
}
.get_ready_sec {
    padding: 20px 0 0;
}
.explore_shore_sec {
    padding: 40px 0;
}
.get_ready_sec .form_cont .address_left {
    padding: 0px 20px 20px;
}
.our_team_sec .team_cont .content_cont .left_img span {
    width: 100%;
    height: 100%;
}
.get_ready_sec h2 {
    margin-bottom: 20px;
}
.explore_shore_sec .explore_cont .exp_content .allpost {
    margin-bottom: 20px;
}
.our_team_sec .team_cont .content_cont .left_img img {
    height: 250px;
}
}
.page-id-4668 .newsletter, .page-id-4668 .footer {
	display: inline-block;
	width: 100%;
}
.page-id-4668 i {
    font-family: fontawesome;
    font-style: normal;
}