/*! Made with Bones: http://themble.com/bones :) */

/******************************************************************
Site Name: Summit Emotional Health
Author: Christina Reeser

Stylesheet: Main Stylesheet

******************************************************************/

@import url('less.css');
@import url('search.css');


/*
COLORS
Slate Grey: 424243
Bright Blue: 00b5ec
Navy Blue: 002a3f
Teal: 006a89
*/


@import "//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css";


.mobile-icon { display: none; }

body{
	background-color: #faf8f6;
	color: #424243;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

a { 
	transition: color .5s ease;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	color: #00b5ec;
}
a, a:hover { text-decoration:none !important;}

#logo img { width: 100%; height: auto; }

h1, h2, h3, img { line-height: 1;}

h1.page-title { margin-bottom: 0px;}

h1 {
	font-size: 42px;
	color: #00b5ec;
	font-weight: 300;
	line-height: 1.2;
	}

h2 {
	font-size: 22px;
	color: #00b5ec;
	font-weight: 600;
	line-height: 1.4;
}

h3 {
	font-size: 20px;
	color: #00b5ec;
	font-weight: 600;
}

.entry-content p, p {
    margin: 0 0 1em;
}

hr { border: 0; border-bottom: 1px solid #a6a8aa; margin: 40px 0;}

body.page-template-page-custom article h1, 
body.page-template-page-twocontent h1 { 
	margin-top: 200px;
	}
	
body.page-template-page-twocontent .hentry {
    margin-bottom: 0;
}

body.page-template-page-twocontent .size-summit-feature {
    border: 10px solid #fff;
}

.secondary-content { margin-bottom: 60px; }

.team-container h1 { margin-bottom: 80px; }
body.home h2, .page-template-page-team h2 { margin-top: 0; }

.flex-container {
 	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
	}


.content1 { 
	font-size: 18px;
	}

.flex-container, 
body.home .team-container, 
body.home .faq-container, 
body.page-template-page-custom article, 
.secondary-content { 
padding: 0 60px;
}	

.contact-container { 
	border: 10px solid #fff;
	background-color: #75aab7;
	color: #fff;
	padding: 20px 40px;
}

.contact-container a { 
color: #fff;
}

.contact-container .light:hover { 
border-bottom: 1px dashed #fff;
}


body .gform_wrapper .top_label div.ginput_container {
    margin-top: 10px;
}

.skinny { width: 950px; margin: 0 auto;}

.contact-container h1, h3.gform_title { color: #fff; font-size: 40px !important; font-weight: normal !important; margin: 0.67em 0 !important;}


footer, #inner-footer, .footer { line-height: 1; font-weight: 500;}
#inner-footer { 
	background-color: #002a3f;
	color: #fff; 
	}
	
#inner-footer a { 
	color: #fff; 
	}

.footer {
    clear: both;
    padding: 20px 0;
    background-color: #00b5ec;
    color: #fff;
    text-align:left;
	}

.footer .last-col { 
	font-size: 16px;
	text-align: right;
	font-weight: 600;
	line-height: 1.2;
	padding-right: 10px !important;
	}

.logo { 
	font-family: 'Catamaran', sans-serif;
	font-style: italic;
	font-size: 20px;
	}
	
.logo p { margin: 0; padding: 0.75em 0.75em 0.75em 8px;}	

.header { 
	background-color: #00b5ec;
	font-weight: 400;
    padding: 15px 0;
    border-bottom: 10px solid #fff;
    margin-bottom: 40px;
}

p {
  hyphens: none;
}

#main { min-height: 500px;}
.wrap {
    width: 1280px;
}

#eyebrow {
    background-color: #006a89; 
    color: #fff;
    font-weight: 400;
    padding: 15px 10px;
}

#eyebrow a { color: #fff;}
#eyebrow a:hover { color: #00b5ec;}

#eyebrow .small-contact { text-align :right;}

.footer-contact { padding: 0.75em 0;}
#eyebrow .wrap {padding: 0 10px;}
.copyright { 
	padding: 1.5em 0.75em; margin:0;
	}

.topnav { padding-top: 40px;}


#inner-footer .topnav { padding: 20px 0;}

/* NAVIGATION */


ul.nav {
	float: right; 
	text-align: center;
}

.nav li ul.sub-menu, .nav li ul.children {
	border: 0;
	background-color: #006a89;
}

ul.nav ul {
	margin: 0;
	padding: 0;
	border: 0;
	}

.nav li ul.sub-menu, .nav li ul.children { width: 220px;}
ul.sub-menu li	{ 
	width: 100%; 
	padding: 10px 20px; 
	border-bottom: 1px solid #fff; }
	
ul.nav li {
	list-style-type: none;
	display: inline-block;
	}

.nav li a { color: #fff; border: 0; }

.nav li ul.sub-menu li a, .nav li ul.children li a { 
	display: block; width: 100%; height: 100%; border: 0; border-bottom: 0px solid #fff; padding: 0;}

.nav li a:hover { color: #002a3f; }

.nav li li a:hover { color: #00b5ec; }


.nav { 
	text-transform: uppercase;
	font-size: 14px;
	}

/* SHORTCODES */

.featured { 
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 2px;
	}

.size-summit-feature { border: 10px solid #fff; margin: 40px 0; }
.featured-image img { width: 100%; height: auto; margin:0; }

/* SOCIAL ICONS and FOOTER ICONS */

ul.social {
	overflow: auto;
	text-align: right;
	margin-bottom: 60px;
	}


body.home ul.social {
	margin-top: 0;
	padding-top: 0;
	}	

ul.footer-icons {
	overflow: auto;
	text-align: left;
	font-size: 14px;
}

ul.social li, ul.footer-icons li {
	list-style-type: none;
	display: inline-block; 
	}

ul.footer-icons li {
	padding: 10px 20px 10px 40px;
	text-align: center;
	}

ul.footer-icons li:last-child {
	padding-right: 0px;
	}	

ul.social li a i {	
	color: #b8b9bc;
	font-size: 25px;
	text-align: center;
	margin: 5px 0 0 20px;
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
	}

ul.social li a:hover i {
	opacity: 0.5;
	}



a.btn-more {
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	background: url(../images/plus.png) bottom center no-repeat; 
	height: 70px;
	
}

.more {
}

.teamimage { width: 27%}
.team {
	position: relative;
	width: 72%;
	font-size: 19px;
}

.readmore-js-toggle {
margin-bottom: 60px;

}



.team-container h1 { margin-bottom: 80px; }

.team-container .teammember:nth-child(odd) .teamimage { 
    float:left;
    padding-right: 2.2em;
}

.team-container .teammember:nth-child(even) .teamimage { 
    float:right;
    padding-right: 0;
    padding-left: 2.2em;
}

.teammember { margin-bottom: 80px;}

/*.bottom_fade {
    position: absolute;
    bottom: 85px;
    background: url(../images/more.png) bottom left repeat-x;
    height: 150px;
    width: 100%;
}
*/
/*.team10 .bottom_fade{ display: none; }*/

#sidebar1 img { width: 100%; height: auto}

body.single #sidebar1 { padding-right: 50px;}

body.archive .featured-image { display: none; }

.bones-300-thumbnail img { width: 300px !important; height: auto; float: left; padding-right: 50px; }


.team_type-template-default .featured-image img,
.single-team_type .featured-image,

.post-type-archive-team_type .featured-image img,
.post-type-archive-team_type .featured-image,


.team_type-template-default .byline,
.single-team_type .byline,
.post-type-archive-team_type .byline,
.post-type-archive-team_type .byline,

.post-type-archive-team_type .article-footer,
.post-type-archive-team_type .article-footer,
.team_type-template-default .article-footer,
.single-team_type .article-footer
 { display: none !important; }


a.btn-more:hover, #inner-footer a:hover {
	color: #fff;
	opacity: .8;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.button, .gform_button { 
	color: #fff;
	background-color: #006a89;
	border: 7px solid #fff;
	display: inline-block;
	padding: 10px 55px;
	font-size: 19px;
	font-style: italic;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.gform_footer { text-align: center;}

/*********************
INPUTS
*********************/
body.home input[type="text"],
body.home input[type="password"],
body.home input[type="datetime"],
body.home input[type="datetime-local"],
body.home input[type="date"],
body.home input[type="month"],
body.home input[type="time"],
body.home input[type="week"],
body.home input[type="number"],
body.home input[type="email"],
body.home input[type="url"],
body.home input[type="search"],
body.home input[type="tel"],
body.home input[type="color"],
body.home select,
body.home textarea,
body.home .field {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  margin-bottom: 14px;
  font-size: .9em;
  color: #fff;
  border-radius: 0px;
  vertical-align: middle;
  box-shadow: none;
  border: 0px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  max-width: 400px;
  background-color: transparent;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  }
  
/*
page-id-237
 */ 
  
body.home .gform_wrapper textarea {

    min-height: 60px!important;
    height: 60px!important;
}
 
 
 /* gform placeholders*/
::-webkit-input-placeholder { color:#FFF;  }
:-moz-placeholder { opacity: 1; color:#FFF; } /* Firefox 18- */
::-moz-placeholder { opacity: 1; color:#FFF; } /* firefox 19+ */
:-ms-input-placeholder { color:#FFF;  } /* ie */
input:-moz-placeholder { color:#FFF;  }
  

label { font-weight: normal !important;  }

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both;
    font-size: 17px;
}

.button:hover { 
	opacity: .8;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0 !important;
	padding-bottom: 10px;
}

.my-toggle { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #a6a8aa; font-size: 18px;}

.my-toggle h3 {
    font-size: 18px;
    color: #00b5ec;
    border-bottom: 1px solid #00b5ec;
    font-weight: 400;
    padding-bottom: 5px;
}

body.home .my-toggle { padding-bottom: 0;}

.my-toggle:last-child {
  border-bottom: 0px;
}

.trigger { font-weight: 500;}

.trigger span { display: none; }

.box { font-size: 16px; padding: 20px; 0 }

#gallery-2 { 
display: block;
clear: both;
margin-left: 0px;
}

.gallery-item {
    margin: 1em 0;
    margin-right: 0px;
    float: left;
    margin-right: 20px;
}


.space { display: block; height: 40px; width: 100%;}

/* BREAK POINTS */

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

} 

@media only screen and ( max-width: 1280px ) {
 	
 	.wrap { width: 95%;}
 	
}

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

	
	.nav li a:last-child {
    padding-right: 0em;
	}
 	
}

@media only screen and ( max-width: 950px ) {
	
	#inner-header .t-3of4,
	#inner-header .t-1of4 { width: 100%; float: none; }
	#logo { text-align: center}
	#logo img { width: 230px; height: auto; text-align: center}
	.topnav {
    padding-top: 20px;
	}
	
	.flex-container, body.home .team-container, body.home .faq-container, body.page-template-page-custom article, .secondary-content {
    padding: 0;
	}
	
	.skinny { width: 100%;}
	
	ul.nav {
    float: none;
    clear: both;
    text-align: center;
    margin: 0 auto;
    padding: 0;
	}
	
	.nav li {
    float: none;
	}
	
	.nav li a {
    padding: 0 20px;
	}
	.nav li li a {
    padding: 10px 0;
	}
	
	
	/*.teamimage { width: 100%}
	.team {
	position: relative;
	width: 100%;
	font-size: 19px;
	}*/
} 

@media only screen and ( max-width: 767px ) {
	
	.wrap { width:90%;}
	
	body, .content1, .team {
    font-size: 15px;
    line-height: 1.2;
	}

	.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    align-items: center;
	}
	
	.util-nav {text-align: center; font-size: 12px; padding: 8px 0 8px 0; }
	
	h1, body.page-template-page-custom article h1, body.page-template-page-twocontent h1 {
    margin: 20px 0;
    text-align: center;
	}
	
	h1 { font-size: 36px;}
	h2 { font-size: 20px;}
	
	.team-container h1 {
    margin-bottom: 40px;
	}
	
	.bottom_fade {
	display: none; 
	}

	.button, .gform_button { display: inline-block; margin: 0 auto; text-align: center; font-size: 15px;}


	.mobile-icon { 
	display: block; 
	color: #fff;
	font-size: 16px; 
	text-align: center;
	margin: 20px 0;
	}
	
	.mobile-icon i { 
	font-size: 32px; 
	cursor: pointer;
	}
	
	#menuitems { display: none;}
	
	
	.nav li, .nav li li {
    width: 70%;
    border-bottom: 1px solid #fff;
    padding: 10px;
    margin: o auto;
	}
	
	.nav li li { text-transform: uppercase; }

	.nav li:hover {
   background-color: #006a89;
	}

	.nav li:hover a,
	.nav a:hover  {
   color: #fff;
	}		

   	
	.nav li li {
    border: 0px solid #fff;
	}	
	.nav li ul.sub-menu, .nav li ul.children {
    width: 100%;
    background-color: transparent;
    border: 0;
	}	
	
	footer ul.nav {
	display: none;
	}
}

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

	

	
body.page-template-page-twocontent .size-summit-feature {
    border: 5px solid #fff;
    margin: 0;
	}

.m-1of3, .m-2of3, .m-1of2  {
    float: none;
    padding-right: 1.2em;
    width: 100%;
    text-align: center;
	}
.footer .last-col {
    font-size: 16px;
    text-align: center;
	}

#eyebrow, #eyebrow .last-col {
    text-align: center;
	}

 #eyebrow .last-col {
    margin-top: 20px;
	}
	
	.team, .teamimage {
    position: relative;
    width: 100%;
    font-size: 16px;
    float: none;
	}
	.teamimage { text-align: center; }
	
	.button { width: 100%;}
	
	.teammember {
    margin-bottom: 40px;
}

}



