/* Top CTA Bar */

.top-bar-back {
    background-color: #23a464;
    color: #fff;
    font-size: 18px;
    padding: 3px;
    overflow: auto;
    text-align: right;
    padding-right: 20px;
}
.top-bar-back a {
color: #fff;
}
/* Navigation (only mobile nav with mega menu) */

.nav-back {
    padding-top: 30px;
}
.dropdown-menu {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, 0.15);
}

.navbar-default .navbar-brand {
    color: #000;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
    color: 	#23a464;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding-right: 20px;
    font-weight: 700;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: #23a464;
    color: #1465ae;
	text-decoration:underline;
}
.dropdown-menu > li > a {
    color: #000;
	font-size: 18px;
	font-weight:900;
    }
.navbar-default .navbar-nav>.active>a {
    color: 	#23a464 !important;	
	text-decoration:underline;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #1465ae;
    text-decoration: none;
    outline: 0;
    background-color: #ffffff;
}
.nav>li>a:hover, .nav>li>a:focus {
  color:#1465ae;
  }
.nav-contain {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.navbar-default .navbar-nav>.open>a {
	background-color: #fff !important;
    color: #000 !important;
}
.dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
	text-transform:uppercase;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: underline;
    color: #000;
    background-color: #fff;
}
 
.dropdown-menu>li>a {
	color: #000;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #1465ae;
}
/* typography */

.entry-title {
    width: 100%;
    color:#282667;
    font-size: 24px;
    font-weight: bold;
}
body {
    font-size: 18px;
    line-height: 1.4;
	font-family: 'Lato', sans-serif;
	color:#000;
	margin:0px !important;
	font-weight:300;
}
h1, h2, h3, h4, h5, h6 {
    color: #282667;
    font-weight: 300;
	font-family: 'Lato', sans-serif;
}
h1 {
    font-size: 26px; 
	font-weight:800;
}
h2 {
    font-size: 24px;
	font-weight:800;
}
h3 {
    font-size: 22px;
	font-weight:800;
}
h4 {
    font-size: 20px;
	font-weight:800;
}

a {
color:blue;
}


/* format align */

.space {
	height:20px;
}
.footer-pad {
    margin-top: 0;
}
.img-right, .alignright {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}
.img-left, .alignleft {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
img, iframe {
max-width:100%;
}

/* Commonly Used Formatting */

.center {text-align:center;}
.bold {text-align:bold;}
.white {color:#fff;}
.black {color:#000;}
#respond {display:none;}
.xoxo {list-style-type:none;}
.left {text-align:left;}

/* Contact Form 7 Customization */

.wpcf7-text, .wpcf7-textarea {
	max-width:100%;
	border-radius:8px;
	padding:5px;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-select {
height: 50px;
    background: 0 0;
    display: block;
    width: 80%;
    font: 18px/18px Roboto,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    vertical-align: middle;
  padding-left:20px;
    color: #666;
    border: 1px solid #999;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
 background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 16px 18px;
    background-position: 98% 50%;
    cursor: auto;
  

}
.wpcf7-textarea {
	height:95px;
}

span.wpcf7-list-item, .wpcf7-file {
    display: inline-block;
    margin: 0 0 0 0em;
    margin-right: 10px;
  	border-radius:4px;
    padding: 10px;
   }

.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea{
  text-indent: 30px;
}
.wpcf7 p{ position: relative; }
.wpcf7 p .fa{
  position: absolute;
  color: #cdcac3;
  z-index: 100;
  font-size: 18px;
  top: 32%;
  left: 2%;
}

.wpcf7 p .fa-pencil{ top: 4%; }

.wpcf7-submit {
    background-color: #fd9910;
    padding: 10px;
    color: #fff;
    border-style: solid;
    width: 355px;
    max-width: 100%;
}

/* Split Buttons */

.btn-icon-split {
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
}
.btn-success {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a;
}

/* footer */

.footer {
    background-color: #23a464;
    padding-top: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.footer a {
color:#ffffff;
}

/* large photo background with text and button, if your not using a photo background just change to background-color NEED TO ADD PHOTO */

.main-cta-text {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3em;
    margin-top: 40px;
}
.sub-cta-text {
color:#000;
font-size:20px;
font-weight:bold;
}

/* benefits or service buckets section */

.svc-title {
text-align:center;
font-weight:bold;
font-size:24px;
}
.svc-text {
text-align:center;
padding:10px;
}
.svc-btn {
width:70%;
margin-left:auto;
margin-right:auto;
border-style:solid;
border-width:1px;
border-color:#ff6018;
text-align:center;
color:#ff6018;
margin-top:20px;
}


/* CAROUSEL Make the image fully responsive */
.slide-box {
	min-height:299px;
	padding-top:100px;
}
.slide-box2 {
	background-image:url(/wp-content/uploads/2019/10/hero-image-1500.png);
	background-size:cover;
	min-height:299px;
	}

/* common-elements */

.white-outline-button {
    border-color: #fff;
    border-style: solid;
    color: #fff;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    width: 70%;
}
.solid-button {
	background-color:#000;
    border-color: #fff;
    border-style: solid;
    color: #fff;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    width: 70%;
}

.home-page-titles {
color:#000;
font-weight:bold;
font-size:28px;
text-align:center;
padding-top:20px;
padding-bottom:10px;
line-height: 1.3em;
text-transform:uppercase;
}


/* custom-elements */

.main-photo {
    background-image: url(/wp-content/uploads/2020/04/top-photo.jpg);
    background-size: cover;
    min-height: 450px;
}
.mp-title {
    color: #fff;
    text-align: center;
    font-size: 62px;
    font-weight: bold;
    margin-top: 30px;
}
.mp-white {
    color: #000;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.yellow-btn {
    background-color: #fd9910;
    color: #000;
    margin-top: 40px;
    text-align: center;
    font-size: 26px;
    padding: 8px;
}
.yellow-btn-rev {
border-style:solid;
border-color:#fff;
color:#fff;
margin-top: 40px;
    text-align: center;
    font-size: 26px;
    padding: 8px;
}
.phone-box {
    color: #1465ae;
    font-size: 28px;
    text-align: center;
}
.main-photo-mob {
	background-image:url(https://dev.swashbucklemedia.com/cmc/wp-content/uploads/2020/01/cmc-couple-home-top-mob.jpg);
}
.mp-title-mob {
    color: #53a2d5;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding-top: 20px;
    text-shadow: #000 2px 2px;
}
.mp-white-mob {
color:#fff;
text-align:center;
font-size:30px;
font-weight:bold;

}
.orange-back {
	background-color:#fd9910;
	padding-top:40px;
	padding-bottom:40px;
}
.grey-back {
	background-color:#ebebeb;
	padding-top:40px;
	padding-bottom:40px;
}
.round-ball {
    background-color: #1465ae;
    border-radius: 50px;
    padding: 10px;
    width: 30%;
    font-size: 50px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.site-titles {
    font-size: 34px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.vid-text {
    color: #000;
    text-align: center;
    margin-top: 20px;
}
.vid-title {
    color: #000;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 24px;
}
.bkt-title {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
}
.review-text {
	text-align:center;
	margin-bottom:20px;
	}
.form-box {
    background-color: #ffffcb;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.loc-info {
	text-align:center;
}
.black-divide {
	background-color:#23a464;
	height:15px;
}
.orange-text {
    color: #fd9910;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-top: 8px;
}
.feature-txt {
    text-align: center;
    font-size: 24px;
    line-height: 1.2em;
}
.light-gray {
	background-color:#e6e6e6;
	padding-top:20px;
	padding-bottom:20px;
}
.blue {color:#1465ae;}
.white {color:#fff;}
.orange {color:#fd9910;}
.black {color:#000;}
.card-back-1 {
	background-image:url(/wp-content/uploads/2020/04/golf.jpg);
	    background-repeat: no-repeat;
}
.card-back-2 {
	background-image:url(/wp-content/uploads/2020/04/golf-2.jpg);
	    background-repeat: no-repeat;
}
.card-back-3 {
	background-image:url(/wp-content/uploads/2020/04/golf-3.jpg);
	    background-repeat: no-repeat;
}
.card-back-4 {
	background-image:url(/wp-content/uploads/2020/04/golf-4.jpg);
	    background-repeat: no-repeat;
}
.card-back-5 {
	background-image:url(/wp-content/uploads/2020/04/golf-5.jpg);
	    background-repeat: no-repeat;
}
.card-back-6 {
	background-image:url(/wp-content/uploads/2020/04/golf-6.jpg);
	    background-repeat: no-repeat;
}
.card-back-7 {
	background-image:url(/wp-content/uploads/2020/04/golf-7.jpg);
	    background-repeat: no-repeat;
}
.card-back-8 {
	background-image:url(/wp-content/uploads/2020/04/golf-8.jpg);
	    background-repeat: no-repeat;
}

.card-box {
    height: 350px;
    padding-top: 160%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.card-title {
    font-weight: bold;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    padding-bottom: 10px;
}
.card-text {
	text-align:left;
	    color: #fff;
	 padding-left: 10px;
    padding-right: 10px;
	margin-bottom:10px;
}
.card-btn {
    background-color: #fdfed6;
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #23a464;
    border-style: solid;
    border-width: 1px;
}
.pink-back {
	background-color:#ffffff;
	overflow:auto;
}
.navbar-default .navbar-nav > li > a {font-size:18px;}

.feature-text {
    text-align: center;
    margin-top: 20px;
}
.join-btn {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    background-color: #fff;
    color: #23a464;
    padding: 5px;
    border-color: #23a464;
    border-style: solid;
    border-width: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.article-title {
    color: #23a464;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
.level-2, .level-3, .level-4 {padding-bottom:20px;}
.level-3 {padding-left:20px;}
.level-4 {padding-left:40px;}

.art-feat {
    background-color: #fdfed6;
    margin-bottom: 5px;
    text-align: center;
}
.art-feat a {
    color: #282667;
}
.dl-bl {
    color: #282667;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
}
.dl-bl a {
	color: #23a464;
}
.join-btn-sb {
    width: 100%;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    background-color: #fff;
    color: #23a464;
    padding: 5px;
    margin-top: 30px;
    border-style: solid;
    border-radius: 8px;
    border-width: 1px;
}
.mob-title {
    text-align: center;
    font-weight: bold;
}
.card-btn-mob {
    background-color: #fdfed6;
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    color: #23a464;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
}