/*
Theme Name: JM Insurance
Theme URI: http://www.weareloki.com
Author: Paul Piaskowski
Author URI: http://www.weareloki.com
Description: JM Insurance template
Version: 1.0.0
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html


/* This is a small security for too long strings titles */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,800);
@import url(https://fonts.googleapis.com/css?family=Work+Sans);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');
html{
  overflow-x: hidden;
}

body {
	word-wrap: normal;
	overflow-x: hidden;
	background-color: white;
	font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
}

p {
	line-height: 170%;
}

.jm-h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  border-bottom-width: 1px;
  border-bottom-color: black;
  border-bottom-style: solid;
  width: 100%;
}

.jm-h2-white {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  border-bottom-width: 1px;
  border-bottom-color: white;
  border-bottom-style: solid;
  width: 100%;
}

h4 {
	
}

a {
  color: #0062a8;
}

a:hover {
	color: #adc9eb;
}

a:active {
	color: #adc9eb;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: auto !important;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
	width: 100%;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}

.container {
    background-color: white;
    max-width: 1100px;
}

.container-regular {
	max-width: 1100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

.container-menu {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.container-fullwidth {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.site-navigation {
  max-width: 900px;
}

.site-navigation .container {
	background-color: white;
	max-width: 1100px;
}

.max-width-text {
  max-width: 1100px;
  display: block;
}

.max-width-shortcode-instagram {
  max-width: 900px;
  display: block;

}

.max-width-shortcode-contact {
  max-width: 600px;
  display: block;

}

.vc_row {
    display:block;
    margin-left: auto;
    margin-right: auto;
}


.main-content {
  background-color: white;
}

.row {

	margin-left: -15px;
	margin-right: -15px;
	
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.nav-triangle {
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;  
  border-top: 30px solid #73a5de;
  position: fixed;
  top: 100px;
  left: 47.7%;
  z-index: 123456789;
  display: none;
}


.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.navbar-brand { 
	position: relative;
	top: 5px;
	left: 10px;
}

.navbar-brand-splash { 
  position: relative;
  top: 5px;
  left: 0px;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: middle;

}

.navbar-nav {
	padding-top: 20px;
}


.navbar-toggle {
  float: right;
  margin-right: 0;
  padding-top: 30px;
}

.navbar-toggle-splash {
  float: right;
  margin-right: 0;
  padding-top: 30px;
}

.navbar-default {
    background-color: #73a5de;
    border-style: none;
    vertical-align: middle;
    text-transform: none;
    z-index: 1000000;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    min-height: 115px;
    font-size: 11pt;
    font-weight: 500;

}
.navbar-splash {
  background-color: white;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: #e03932;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: grey;
}

.navbar-splash .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #0f5ea9;
}

.navbar-splash .navbar-nav > li > a {
    color: black;
}

.navbar-splash .navbar-nav > li > a:hover {
    color: grey;
}

.navbar.top-nav-collapse {
	background-color: rgba(0,0,0,0.7);
}




/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/* SECTIONS */




.img-center {
	margin: 0 auto;
}


.wpcf7-form-control .wpcf7-submit {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  background: #25411b;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.shore-btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  background: #25411b;
  padding: 10px 20px 10px 20px;
  text-decoration: none;

}

.shore-btn:hover {
  background: #1164e0;
  text-decoration: none;
  color: #fff;
}

#wpcf7-f2171-p2110-o2 .wpcf7-form-control-wrap input[type="text"],
#wpcf7-f2171-p2110-o2 .wpcf7-form-control-wrap input[type="email"],
#wpcf7-f2171-p2110-o2 .wpcf7-form-control-wrap input[type="tel"]
{
	width: 45%;
	border: none;
	color: black;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
  	background-position: left center;
  	background-repeat: no-repeat;
  	padding-left: 20px;
  	text-indent:10px!important;

}

#wpcf7-f2171-p2110-o2 .wpcf7-form-control-wrap input[type="date"]
{
	width: 30%;
	border: none;
	color: black;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
  	background-position: left center;
  	background-repeat: no-repeat;
  	padding-left: 20px;
  	text-indent:10px!important;

}

#wpcf7-f3393-p3394-o2 .wpcf7-form-control wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]
{
    -webkit-appearance:none;
    width:30px;
    height:30px;
    background:white;
    border-radius:5px;
    border:2px solid #555;

}

input[type=checkbox] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    padding: 10px;
	margin: 4px 4px;
}

.your-email input {
	width: 99%;
	border: none;
	color: black;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('https://jmins.com/wp-content/themes/shore/img/contact_email.png');
  	background-position: left center;
  	background-repeat: no-repeat;
  	padding-left: 20px;
  	text-indent:90px!important;

}
.your-name input {
	width: 99%;
	border: none;
	color: black;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('https://jmins.com/wp-content/themes/shore/img/contact_name.png');
  	background-position: left center;
  	background-repeat: no-repeat;
  	padding-left: 20px;
  	text-indent:90px!important;
}

.your-number input {
	width: 99%;
	border: none;
	color: black;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('https://jmins.com/wp-content/themes/shore/img/contact_phone.png');
  	background-position: left center;
  	background-repeat: no-repeat;
  	padding-left: 20px;
  	text-indent:90px!important;

}

.expiry-date input {
	width: 99%;
	border: none;
	color: black;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('https://jmins.com/wp-content/themes/shore/img/calendar.png');
  	background-position: left center;
  	background-repeat: no-repeat;
  	padding-left: 20px;
  	text-indent:90px!important;

}

.drivers-license input {
	width: 99%;
	border: none;
	color: black;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('https://jmins.com/wp-content/themes/shore/img/car.png');
  	background-position: left center;
  	background-repeat: no-repeat;
  	padding-left: 20px;
  	text-indent:90px!important;

}

.customer-code input {
	width: 99%;
	border: none;
	color: black;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('https://jmins.com/wp-content/themes/shore/img/contact_name.png');
  	background-position: left center;
  	background-repeat: no-repeat;
  	padding-left: 20px;
  	text-indent:90px!important;

}

.office-location input {
	width: 99%;
	border: none;
	color: black;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('https://jmins.com/wp-content/themes/shore/img/contact_postal.png');
  	background-position: left center;
  	background-repeat: no-repeat;
  	padding-left: 20px;
  	text-indent:90px!important;

}

.your-message textarea {
	width: 99%;
	border: none;
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
	max-height: 165px;
	border-radius: 5px;
	background-image: url('https://jmins.com/wp-content/themes/shore/img/contact_comment3.png');
  	background-position: left center;
  	background-repeat: no-repeat;
  	
    padding-left: 113px !important;
  	  	

}

.your-city input {
  width: 49%;
  border: none;
  color: black;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('https://jmins.com/wp-content/themes/shore/img/contact_city.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    text-indent:90px!important;

}

.your-postalcode input {
  width: 49%;
  border: none;
  color: black;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('https://jmins.com/wp-content/themes/shore/img/contact_postal.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    text-indent:90px!important;


}

.your-subject select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 99%;
  border: none;
  color: black;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('https://jmins.com/wp-content/themes/shore/img/contact_subject.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 113px !important;
  min-height: 42px !important;
  /*text-indent: 120px;*/
    

}

.your-application input {
	width: 99%;
	border: none;
	color: black;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('https://jmins.com/wp-content/themes/shore/img/contact_subject.png');
  	background-position: left center;
  	background-repeat: no-repeat;
  	padding-left: 20px;
  	text-indent:90px!important;
}

.wpcf7-submit {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius:5px;
  font-family: 'Open Sans';
  color: #ffffff;
  font-size: 15px;
  background: #636363;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: none;
  float: right;
}

.wpcf7-submit:hover {
	background: #969696;
  	text-decoration: none;
  	color: #fff;
}

.directions-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius:0px;
  font-family: 'Open Sans';
  color: #ffffff;
  font-size: 15px;
  background: #0062a8;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: none;
  float: left;
  margin: 1px;
}

.directions-button:hover {
	background: #969696;
  	text-decoration: none;
  	color: #fff;
}

.squiggle {
	display: inline-block;
    position:relative;
    background: url('img/squiggle.png') bottom repeat-x;
    padding-bottom: 10px;
}

.vcenter {
    position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
}

.bottom-column
{
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

.footer-columns
{
	display: table;
}

.navbar-nav > li > .dropdown-menu {
    background-color: rgba(255, 255, 255, 1);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: white;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #e03932;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #e03932;
  color: white;
  
}

.dropdown-menu {
  border: none;
}


.splash-header {
  background-color: #73a5de;
  padding-top: 20px;
}

.container-fullwidth {
    padding-bottom: 0px;
    padding-top: 0px;
    width: 100%;
}

.main-content {
    background-color: white;
}

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


	

	
}

@media(min-width:768px) {
  /*
  .navbar-default {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    padding: 25px 0;
    background-color: #73a5de;
    font-size: 15px;
*/
   
    /* Add additional styles here for the UNCOLLAPSED state */
 /* }*/

  .navbar-default.affix {
    padding: 0;
    background-color: rgba(0,0,0,0.8);
    font-size: 12px;

    

    /* Add additional styles here for the COLLAPSED state */
  }
}





.woocommerce ul.products li.product a img {
    width: 300px;
    box-shadow: none;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.woocommerce img, .woocommerce-page img {
    
    max-width: none;
    
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
-webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  background: #25411b;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: none;

}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover
{
	background: #2d591d;
  	text-decoration: none;
  	color: #fff;
}

/*
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3
{text-align: center;}
*/

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align:center;
	width: 100%;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    display: none;
}

.woocommerce .woocommerce-ordering select {
   display: none;
}

.woocommerce-tabs, .wc-tabs-wrapper {
	display: none;
}

.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before, .woocommerce div.product p.cart::after, .woocommerce div.product p.cart::before {
    padding-top: 20px;
}

.woocommerce-breadcrumb {
	padding-left: 20px;
}

.page-max-width {
  max-width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px; 
  padding-bottom: 60px;
}

.shop-max-width {
  max-width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px; 
  padding-bottom: 60px;
}

.woocommerce a.added_to_cart {
    display: inline-block;
    padding-left: 10px;
}

.woocommerce-cart table.cart img {
    width: 150px;
}

.woocommerce-page table.cart td.actions .input-text {
    min-width: 180px;
}

.woocommerce ul.products li.product a img {
    opacity: 1.0;
    transition: opacity .25s ease-in-out;
}

.woocommerce ul.products li.product a img:hover {
    opacity: 0.5;
}

#add_payment_method #payment, .woocommerce-checkout #payment {
    max-width: 600px;
}

.navbar-toggle {
  color: #fff;
  border: none;
}

.navbar-toggle-splash {
  color: #fff;
  border: none;
}


.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  color: #fff;
  border: none;
  background: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle-splash  .icon-bar {
    background-color: #000 !important;
}

.related {
	display: none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #25411b;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #2d591d;
}

.woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus {
    background-color: #2d591d;
}

.navbar-default .navbar-nav > li > a.dropdown-toggle:hover .dropdown-menu {
display: block !important;
}

 /* Mobile Menu Fullscreen Modal
    -------------------------------------------------- */
    .fullscreen .modal-dialog {
        margin: 0 0 0 0;
        width: 100%;
        height: 100%;
        min-height: 100%;
        padding: 0;
        color: #333;
    }

    .fullscreen .modal-content {
        height: 100%;
        min-height: 100%;
        border-radius: 0;
        color: #333;
        background: rgba(224, 220, 217, 0.97);
        overflow:auto;
    }

    .fullscreen .modal-body ul {
        padding: 100px 0 0 0;
    }

    .fullscreen .modal-body li {
        padding: 10px 0 10px 0 ;
    }

    .fullscreen .modal-body a {
        color: #333;
        font-size: 200%;
    }

    @media (max-width: 800px){
        .nav-triangle {
        	display: none;
        }

        .fullscreen .modal-body ul {
            padding: 120px 0 0 0;
            overflow: auto;
        }

        .fullscreen .modal-body li {
            padding: 4px 0 4px 0 ;
        }

        .fullscreen .modal-body a {
            color: #333;
            font-size: 150%;
          
        }
    }

.commercial-content { display: none; }
.marine-content { display: none; }
.transport-content { display: none; }
.specialty-content { display: none; }
.golf-content { display: none; }
.mortgage-content { display: none; }


.phome-content { display: none; }
.pauto-content { display: none; }
.ptravel-content { display: none; }
.ptenant-content { display: none; }
.pmarine-content { display: none; }
.pgolf-content { display: none; }
.pmortgage-content { display: none; }




.hentry {
    margin: 0 0 0;
}

.testimonial_rotator_stars{display: none}
.longform_hr {display: none;}

.vc_tta.vc_general .vc_tta-panel-title > a {
	text-align: center;
	font-size: 25pt;
	color: white;
}



.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    
    display: none !important;
    
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before, .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after, .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before, .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
    
    display: none !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: white !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
    color: #e7e7e7 !important;
}

.vc_tta-panel-heading {
	background-color: #7ea7d9 !important;
	border-style: none !important;
}

.vc_tta-panel-heading:hover {
  background-color: grey !important;
 
}

.vc_tta-container {
    margin-bottom: 0 !important;
}

.main-content-inner {
    padding-bottom: 0;
}

.services-icon {
    opacity: 1.0;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.services-icon:hover {
    opacity: 0.6;
}

.testimonial_rotator_wrap {
  font-weight: bold !important;
}

.contact-us {
	
}

.contact-us:hover {
  background-color: white !important;
  color: black !important;
}

.contact-us-black {
  border-style: solid;
  border-width: 2px;
  border-color: black;
  border-radius: 10px;
  transition: all 1s;
}

.contact-us-black:hover {
  background-color: #73a5de !important;
  color: white !important;
  
}

#main-menu .contact-us >a{
  border-radius: 50px;
  transition: all 1s;
  background-color: #0f5ea9;
  color: #fff;
}

.page-id-43 #menu-item-2342:hover{
  background-color: #73a5de !important;
  color: white !important;
  
}

.page-id-43 .navbar-splash .navbar-nav > li#menu-item-2342 > a:hover {
    color: white !important;
}

.contact-us-black2 {
  
  border-style: solid;
  border-width: 2px;
  border-color: black;
  border-radius: 10px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 1s;
  
  color: black;
  font-weight: 500;
}

.contact-us-black2:hover {
  background-color: black !important;
  color: white !important;
  text-decoration: none;
  
}

.wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important;
}

.rnd-corner {
  border-radius: 10px;
}

.rnd-corner-small {
  border-radius: 5px;
}

.splash-box {
  color: white;
  border-style:  none;
  border-width: 4px;
  border-color: white;
  border-radius: 0px;
  font-weight: 500;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1000000 !important;
  position: relative;
  font-size: 13pt;
}

.splash-blue {
	background-color: rgba(0,0,0, 0.6);
}

.splash-white {
	background-color: rgba(0,0,0, 0.6);
}

.splash-orange {
	background-color: rgba(0,0,0, 0.6);
}

.splash-title {
  z-index: 1000 !important;
  position: relative;
  font-weight: 800;
  font-size: 40pt;
  text-align: center;
  color: #ffffff;
}


.overlay {
  position: relative;
  cursor: pointer;
 
}

.overlay:after {
  background-color: black;
  position: absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0.33;
  z-index: 2;
  transition: opacity 1s;
}

.overlay:hover:after {
  opacity: 0;
}

.header-subtitle {
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
}

.header-subtitle-black {
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

@media(max-width:768px) {
  .splash-box {display: none;}

  .splash-cell {max-height: 300px !important;}

  .navbar-brand { 
    position: relative;
    top: 15px;
    left: 0px;
  }

  .about-box {
    margin-left: 25px;
    margin-right: 25px;
  }

  .navbar-splash a.navbar-brand .logo_wrap {
    margin-top: -10px;
}
}

@media(max-width:1400px) {
  .service-heading h4 {font-size: 10pt !important;}
}

.modal-body .dropdown-toggle {display: none !important}

.bdp_blog_template .bdp-post-image img {
    height: auto;
    width: 100%;
}

/* Homepage */
.home .vc_btn3.vc_btn3-color-sky,
.home .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat{
    color: #fff !important;
}

/* Popup Email form margin adjustments */
#rl-email {
    background-color: #fff;
    border: 30px solid #fff;
    border-radius: 5px;
    font-family: Arial,sans-serif;
    font-size: 16px;
    margin: 150px auto !important;
    position: relative;
    width: 400px;
    z-index: 99999;
}
@media(min-width:768px) {
   #rl-email {
    background-color: #fff;
    border: 30px solid #fff;
    border-radius: 5px;
    font-family: Arial,sans-serif;
    font-size: 16px;
    margin: 200px auto !important;
    position: relative;
    width: 400px;
    z-index: 99999;
	} 
	.navbar-nav > li:not(:first-child):before{
		content: '';
		position: absolute;
		height: 16px;
		width: 2px;
		top:50%;
		margin-top: -8px;
		left: 0;
		background: #0f5ea9;
	}
	.navbar-nav > li.contact-us:before{
		display: none;
	}
}
.newsletter_bar {
	position: absolute;
	top:100%;
	width:100%;
	left: 0;
	font-family: "Open Sans";
}
.site-navigation-inner .newsletter_bar{
	margin-top: 4px;
	
}
.container-menu .navbar-brand{
	padding-left: 0;
	padding-right: 0;
	height: auto;
	left: 0;
}

.vc_column-inner.vc_custom_1581357179516{
	padding-top: 100px!important;
}
#ShoreMenuModal.show{
	opacity: 1;
	z-index: 9999;
}
#ShoreMenuModal.show.modal.fade .modal-dialog{
	transform: none;
	transition-duration: 0s;
}
.nav_notice {
	padding: 1px 25px;
	background: #0f5ea9;
	color: #fff;
	font-size: 11pt;
	line-height: 1.2;
}
.nav_notice p{
	margin: 0;
}
.site-navigation>.container{
	padding-bottom: 0;
}
.navbar-brand .logo_wrap{
	width: 378px;
	height: 60px;
	overflow: hidden;
	display: block;
}
.navbar-brand .logo_wrap img{
	float: left;
	height: 100%;
}
@media(min-width: 990px){
	.nav > li.contact-us{
		margin-left: calc(50vw - 500px);
	}
}
@media(min-width: 1300px){
	.nav > li.contact-us{
		margin-left: calc(50vw - 650px);
	}
	.container-menu {
		display: flex;		
	}
	
	.navbar-default .navbar-collapse{
		flex-grow: 1;
	}
}
@media(min-width: 1440px){
	.navbar-default .nav a{
		font-weight: 600;
		font-size: 12pt;
	}
	.nav > li.contact-us{
		margin-left: calc(50vw - 690px);
	}
	#main-menu .contact-us > a{
		padding: 15px 20px;		
	}
	
	
}
@media(min-width: 1460px){
	.navbar-default .nav a{		
		font-size: 13pt;
	}
	
}
@media only screen and (max-width: 992px) and (min-width: 767px){
	.navbar .navbar-nav{
		padding-top: 5px;
		padding-bottom: 15px;
	}
}
@media(max-width: 1300px){
	.navbar-brand .logo_wrap{
		width: 63px;
	}
	.navbar-brand .logo_wrap img{
		max-width: none;
	}
}
@media(max-width: 767px){
	.nav_notice{
		position: absolute;
		top:50%;
		left: 50%;
		transform: translate3d(-50%,-50%,0);
		background: transparent;
		color: inherit;
		text-align:center;
		padding:0;
		font-size:11pt;
	}
	.nav_notice p>*{
		display: block;
	}
	.nav_notice a{		
		color: #0f5ea9!important;
		font-weight: bold;
		text-align: center;
		line-height: 1;
	}
	.navbar-default{
		min-height: 100px;
	}
}
.admin-bar .navbar-fixed-top{
	top: 32px;
}  

/* GF Dropdown color */
.gform_legacy_markup_wrapper select option {
    padding: 2px;
    display: block;
    color: #000000!important;
}

/* remove metadata from BDP 
.bdp_single.invert-grid .metadatabox, .bdp_single.invert-grid .tags, .bdp_single .relatedposts .relatedthumb .related_post_content {
    display:none!important;
}
*/
/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */
