/*** Authored CSS by Alex McGonigle ******/
/*** website: http://alexmcgonigle.com ***/

/*** GLOBAL STYLES ***/

body {
	background: #ffffff;
	margin-top: 85px;
}

a, a:link, a:visited {
	outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #6991ac;
	font-family: 'Roboto Slab', Georgia, serif;
	line-height: 1.25em;
	letter-spacing: 0.75px;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2.75em;
}

h2 {
	font-size: 2.25em;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.35em;
}

h5 {
	font-size: 1.15em;
}

h6 {
	font-size:1em;
}

p {
	color: #585959;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	line-height: 1.65em;
	padding: 0 0 1em 0;
}

a.btn, a.btn:link, a.btn:visited {
	border: 2px solid #d75c37;
	border-radius: 0;
	color: #d75c37;
	display: block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	margin: 0 auto 2em auto;
	text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	width: 80%;
}

a.btn:hover, a.btn:focus, a.btn:active {
	color: #d75c37;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
	text-decoration: none;
}

a.btn_hero, a.btn_hero:link, a.btn_hero:visited {
	border: 2px solid #ffffff;
	border-radius: 0;
	cursor: pointer;
	color: #ffffff;
	display: block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	margin: 0 auto 2em auto;
	padding: 10px 20px;
	text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	width: 100%;
}

a.btn_hero:hover, a.btn_hero:focus, a.btn_hero:active {
	color: #ffffff;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
	text-decoration: none;
}


hr.faded {
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 80px auto;
  border: none;
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(240,240,240)),
      color-stop(0.1, rgb(221,221,221)),
      color-stop(0.9, rgb(221,221,221)),
      color-stop(1, rgb(240,240,240))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(240,240,240) 0%,
      rgb(221,221,221) 10%,
      rgb(221,221,221) 90%,
      rgb(240,240,240) 100%
  );
  -webkit-box-shadow: 0px 7px 10px 2px #f4f4f4;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 7px 10px 2px #f4f4f4;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 7px 10px 2px #f4f4f4;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  width:80%;
}

hr.foot_faded {
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 25px auto;
  border: none;
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(89,89,89)),
      color-stop(0.1, rgb(221,221,221)),
      color-stop(0.9, rgb(221,221,221)),
      color-stop(1, rgb(89,89,89))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(89,89,89) 0%,
      rgb(221,221,221) 10%,
      rgb(221,221,221) 90%,
      rgb(89,89,89) 100%
  );
  width:80%;
}

.center {
	margin: 0 auto;
}

/*** FONT AWESOME OVERRIDE ***/

.fa-1x {
	margin:0 5px 0 0;
}

/*** HEADER & NAVIGATION STYLES ***/ 

a.logo, a.logo:link, a.logo:visited {
	color: #585959;
	cursor: pointer;
	font-family: 'Roboto Slab', Georgia, serif;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

span.llc {
	color: #6991ac;
	font-weight: 300;
}

#nav_wrap {
	background: #ffffff;
    -moz-box-shadow:    0 4px 2px -2px #d9d9d9;
    -webkit-box-shadow: 0 4px 2px -2px #d9d9d9;
    box-shadow:         0 4px 2px -2px #d9d9d9;
	padding: 30px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}

.navbar-nav {
	float: right;
}

.navbar-nav > li > a, .navbar-nav > li > a:link, .navbar-nav > li > a:visited {
	color: #585959;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	padding: 5px 0 0 15px;
	text-transform: uppercase;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a:active {
	background: transparent;
	color: #6991ac;
}

.navbar-toggle {
	border: 1px solid #6991ac;
}

.icon-bar {
	background: #6991ac;
}

#hero_wrap {
	background: rgba(0, 0, 0, 0) url("http://m-m-cpa.com/wp-content/themes/mmcpa-custom/img/hero-bg@2x.jpg") no-repeat scroll center center / cover;
	min-height: 540px;
	padding: 0 0 30px 0;
    position: relative;	
    width: 100%;
    z-index: 0;
}

p.hero_text {
	color: #ffffff;
	font-family: 'Roboto Slab', Georgia, serif;
	font-size: 54px;
	font-weight: 300;
	line-height: 58px;
	padding: 0 0 20px 0;
	margin: 250px 0 0 0;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.10);
}

/*** HOME PAGE STLYES ***/ 

#service_wrap {
	padding: 60px 0;
}

h1.serv_head {
	margin: 0 0 50px 0;
	text-align: center;
}

h3.serv {
	padding: 0 0 20px 0;
	text-align: center;
}

p.para_serv {
	text-align: center;
}

#team_wrap {
	background: #f0f0f0;
	padding: 80px 0;
}

h1.team_head {
	padding: 0 0 25px 0;
	text-align: center;
}

p.team_para {
	padding: 0 0 70px 0;
	text-align: center;
}

p.name {
	color: #6991ac;
	font-family: 'Roboto Slab', Georgia, serif;
	font-size: 1.50em;
	margin: 0;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}

span.title {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

a.email, a.email:link, a.email:visited {
    position: relative;
	color: #d75c37;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.15em;
}

a.email:after {
	display: block;
	position: absolute;
	left: 0px;
	bottom: -5px;
	width: 0;
	height: 1px;
	background-color: #d75c37;
	content: "";
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

a.email:hover, a.email:focus, a.email:active {
	color: #d75c37;
	text-decoration: none;
}

a.email:hover:after, a.email:focus:after, a.email:active:after {
	width: 100%;
}

#contact_wrap {
	background: rgba(0, 0, 0, 0) url("http://m-m-cpa.com/wp-content/themes/mmcpa-custom/img/contact-bg.jpg") no-repeat scroll center center / cover;
	padding: 80px 0;
    position: relative;	
}

h1.contact_head {
	color: #ffffff;
	position: relative;
}

h1.contact_head:after {
    background: #ffffff; 
    bottom: -10px; 
    content:""; 
    height: 1px; 
    left: 0; 
    position: absolute; 
    width: 88.5%;
}

#contact_wrap p {
	color: #ffffff;
	margin: 40px 0 0 0;
}

#contact_wrap a, #contact_wrap a:link, #contact_wrap a:visited {
	color: #ffffff;
}

#contact_wrap a:hover, #contact_wrap a:focus, #contact_wrap a:active {
	color: #d75c37;
	text-decoration: none;
}

#footer_wrap {
	background: #585959;
	padding: 50px 0;
}

#footer_wrap p {
	color: #ffffff;
	font-family: 'Roboto Slab', Georgia, serif;
	font-size: 1.25em;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

hr.gr_rule {
	background: #7f7f7f;
	border: 1px solid #7f7f7f;
	width: 80%;
}

ul#social {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 25%;
	text-align: center;
}

ul#social li {
	font-size: 12px !important;
	display: inline-block;
	margin: 0 0 0 5px;
	width: 40px;
}

.fa-facebook-square, .fa-twitter-square, .fa-linkedin-square, .fa-google-plus-square {
	color: #ffffff;
}

.fa-facebook-square:hover, .fa-twitter-square:hover, .fa-linkedin-square:hover, .fa-google-plus-square:hover {
	color: #d75c37;
}

/*** INTERIOR PAGE STYLES ***/

#hero_wrap_interior {
	background: rgba(0, 0, 0, 0) url("../img/interior-banner.jpg") no-repeat scroll center center / cover;
	min-height: 335px;
    position: relative;	
    width: 100%;
    z-index: 0;
}

#hero_wrap_services {
	background: rgba(0, 0, 0, 0) url("../img/person-doing-income-taxes@2x.jpg") no-repeat scroll center center / cover;
	min-height: 335px;
    position: relative;	
    width: 100%;
    z-index: 0;
}

#interior_wrap {
	padding: 60px 0;
}

#interior_wrap h1 {
	padding: 0 0 30px 0;
	text-transform: uppercase;
}

#interior_wrap h3 {
	padding: 0 0 20px 0;
}

#interior_wrap ul {
	list-style-type: disc;
	list-style-position: inside;
	margin: -15px 0 0 0;
	padding: 0;
}

#interior_wrap ul li {
    color: #585959;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	font-size: 1.15em;
	line-height: 1.65em;
	margin: 0;
	padding: 0 0 0.5em 0;
}

/*** CAROUSEL OVER RIDES ***/

.carousel-inner {
	min-height: 800px;
}

.carousel-control {
	background-image: none !important;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	margin: 0 auto;
}

.carousel-caption {
	color: #585959;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 28px;
	top: 350px;
}

.quote {
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 0 0 10px 0;
	text-shadow: none;
}

.business_title {
	font-weight: 700;
	text-shadow: none;
}

/*** CONTACT FORM STYLES ***/

#mc_embed_signup {
	background: transparent !important;
	width: 100%;
}

#mc_embed_signup .mc-field-group input {
	background: transparent !important;
	border: 3px solid #ffffff !important;
	border-radius: 0;
	color: #ffffff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	padding: 15px 10px 15px 10px !important;
	margin: 0 0 20px 0;
	width: 100%;
}

#mc_embed_signup .mc-field-group input.phone3 {
	min-width: 80px;
	max-width: 80px;
	text-align: center;
}

#mc_embed_signup .mc-field-group input.phone4 {
	min-width: 110px;
	max-width: 110px;
	text-align: center;
}

#mc_embed_signup .button {
	background: #d75c37 !important;
	border: 0 none;
	border-radius: 0px !important;
	color: #ffffff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px !important;
	height: auto !important;
	line-height: 18px !important;
	padding: 20px 30px 20px 30px !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#mc_embed_signup .button:hover, #mc_embed_signup .button:focus, #mc_embed_signup .button:active {
	background-color: #fb6a3f !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
} 

#mc_embed_signup form {
	padding:13px 0 0 0 !important;
}

/*** RESPONSIVE STYLES ***/

/* Tablet and Small Screen up to 1200 */

@media (max-width: 1200px) {
	a.btn, a.btn:link, a.btn:visited {
		font-size: 1em;
	}
}

/* Tablet and Small Screen up to 1024 */

@media (max-width: 1024px) {
	
	a.logo, a.logo:link, a.logo:visited {
		font-size: 1.15em;
		padding: 15px 0 0 0;
	}
	
	
	a.btn, a.btn:link, a.btn:visited {
		font-size: 1em;
	}

	a.btn_hero, a.btn_hero:link, a.btn_hero:visited {
		font-size: 1em;	
	}
	
	ul#social {
		width: 30%;
	}
		
}

@media (max-width: 1024px) and (orientation:portrait) {
	
	a.logo, a.logo:link, a.logo:visited {
		font-size: 1.25em;
	}
	
	.navbar-nav > li > a, .navbar-nav > li > a:link, .navbar-nav > li > a:visited {
		font-size: 0.85em;
	}
	
	a.btn_hero, a.btn_hero:link, a.btn_hero:visited {
		font-size: 1.5em;	
	}
	
}


/* Tablet and Small Screen up to 991 */

@media (max-width:991px) {
	
	a.btn, a.btn:link, a.btn:visited {
		font-size: 0.85em;
	}
	
}

/* Mobile up to 767px */
@media (max-width:767px) {
	
	#nav_wrap {
		padding: 20px 0 20px 0;
	}
	
	
	.navbar-nav > li > a, .navbar-nav > li > a:link, .navbar-nav > li > a:visited {
		text-align: center;
	}
	
	.navbar-nav {
		float: none;
		width: 100%;
		text-align: center;
		margin: 7.5px -8px;
	}
	
	.navbar-toggle {
		display: block;
		float: none;
		margin: 5px auto 5px auto!important;
		text-align: center;
	}
	
	a.btn, a.btn:link, a.btn:visited {
		font-size: 1em;
	}
	
	a.logo, a.logo:link, a.logo:visited {
		display: block;
		font-size: 1.5em;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	
	.center {
		margin: 40px auto;
	}
	
}


/* Mobile up to 640px */
@media (max-width:640px) {
	
	body {
		margin: 0;
	}
			
	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	#nav_wrap {
		padding: 10px 0 0 0;
		position: relative;
	}
	
	a.logo, a.logo:link, a.logo:visited {
		display: block;
		font-size: 1.30em;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	
	ul#social {
		width: 100%;
		text-align: center;
	}
	
	ul#social li {
		width: 40px;
	}
	
	#nav_wrap {
		padding-bottom: 10px;
	}
	
	.navbar-nav > li > a, .navbar-nav > li > a:link, .navbar-nav > li > a:visited {
		display: block;
		font-size: 1.25em;
		text-align: center;
		width: 100%;
	}
	
	.navbar-nav {
		float: none;
		width: 100%;
		text-align: center;
		margin: 7.5px -8px;
	}
	
	.navbar-toggle {
		display: block;
		float: none;
		margin: 5px auto 5px auto!important;
		text-align: center;
	}
	
	p.hero_text {
		font-size:3em;
		line-height:1em;
	}
	
	a.btn, a.btn:link, a.btn:visited {
		font-size:1em;
	}
	
	.center {
		margin: 40px auto;
	}
	
	#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
		padding:15px 5px !important;
		margin:0 0 20px 0 !important;
	}	
	
		
}