/*
Theme Name:  Sue Genest - Life Journeys Counselling
Theme URI: http://suegenest.ca
Author: Pagerange
Author URI: http://pagerange.com
Description: Custom, mobile first theme for Sue Genest - Life Journeys Counselling website.  _Underscores foundation.

suegenest is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

*/

@import '_Underscores.css';


/*--------------------------------------------------------------
13.0 Custom CSS for Sue Genest theme
--------------------------------------------------------------*/


/* BASE AND TYPOGRAPHY */

body {
	background-color: #c2d0d3;
	font-family: open-sans, sans-serif;
	font-weight: 300;
	color: #3f3e3d;
	margin: 0;
	padding: 0;
	line-height: 150%;
	font-size: 16px;
}

.red {
   color: #AF3838;
}

body.admin-bar #navbar {
	top: 30px;
}


/* headings */


h1, h2, h3, h4, h5 {
	font-family: "Antic Slab", serif;
	color: #2d6578;
	font-weight: 300;
	line-height: 130%;
	text-align: center;
	margin-bottom: 0.5em;
}

body:not(.home) #primary article.training_session h1.entry-title.training_session {
	text-align: left;
	color: #000;
	font-weight: 700;
	color: #2d6578;
	font-size: 140%;
	border-bottom: none;
}
/* woocommerce */

.woocommerce table.cart .product-thumbnail { display:none; }
.woocommerce-page #content div.product div.summary { width:100%; }


.wc-pao-col1 strong {display: none }


p.training_session_list_title {
	font-weight: bold;
	margin-bottom: 0;
}

div.training_session_list_item p {
	margin: 0;
}

div.training_session_list_item {
	padding-bottom: 20px;
	padding-top: 10px;
}

div.training_session_list_item+h2 {
	margin-top: 1em;
}


/* misc */

hr {
	display: block;
	height: 12px;
	width: 100%;
	margin: 20px 0;
	background-color: transparent;
	background-image: url('images/hr_dots.png');
	background-position: top center;
	background-repeat: no-repeat;
	border: none;
}

ul#counselling_footer {
	margin: 30px auto;
	padding: 0;
	max-width: 450px;
}

ul#counselling_footer li {
	display: inline-block;
	list-style-type: none;
}

ul#counselling_footer li:after {
	content: url('images/green_dot.png');
	padding: 0px 10px;
}

ul#counselling_footer li:last-child:after {
	content: '';
}

body:not(.home) #primary p.center {
	text-align: center;
}

a.button img {
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text {
	font-size: 80%;
}



/* LINKS and NAVIGATION */

/* main content links */

#content a:link,
#content a:visited {
	color: #2D6578;
	text-decoration: underline;
}

#content a:hover,
#content a:active {
	color: #7fad41;
}

/* top nav links */

#topnav .menu-main-menu-container ul.menu li a {
	display: block;
	width: 100%;
	height: 50px;
	color: #FFF;
	line-height: 50px;
	text-decoration: none;
	padding-left: 40px;
	text-transform: uppercase;;
}

#topnav .menu-main-menu-container ul.menu li a:link,
#topnav .menu-main-menu-container ul.menu li a:visited {
	color: #ffffff;
}

#topnav .menu-main-menu-container ul.menu li a:hover,
#topnav .menu-main-menu-container ul.menu li a:active {
	color: #ffffff;
	background-color: #6E96A3;
}


/* footer nav links */

#footer ul.menu li a {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	color: #3f3e3d;
	text-align: center;
	padding: 0 10px;
}


/* image links */

a:hover img {
	opacity: 0.7;
	cursor: pointer;
}

a#logo {
	display: block;
	width: 200px;
	max-width: 200px;
	min-width: 200px;
	height: 45px;
	position: absolute;
	top: 20px;
	left: 15px;
	z-index: 1000;
}

/* mobile menu toggle */

ul.menu-toggle {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 44px;
	height: 50px;
	position: absolute;
	top: 17px;
	right: 17px;
}

li.menu-toggle
{
	display: block;
}



/* top nav layout */

#topnav .menu-main-menu-container ul.menu {
	width: 100%;
	max-width: 1024px;
	height: auto !important;
	position: absolute;
	top: 84px;
	padding: 0;
	margin: 0;
	display: none;
}

#topnav .menu-main-menu-container ul.menu li {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto !important;
	min-height: 50px;
	border-top: 1px solid #cfcfcf;
	background-color: #2d6578;
	list-style-type: none;
	overflow: hidden;
}


/* top navigation sub-menu/drop down layout */

#topnav .menu-main-menu-container ul.menu li ul.sub-menu {
	position: relative;
	margin: 0;
	z-index: 5000;
	width: 100%;
	box-shadow: 3px 3px 3px #666;
	padding: 0;
	margin: 0;
	display: block;
	background-color: #367184;
}

#topnav .menu-main-menu-container ul.menu ul.sub-menu li {
	display: block;
	float: none;
	border-top: 1px dotted #bbb;
}

#topnav .menu-main-menu-container ul.menu ul.sub-menu li a {
	display: block;
	width: 100%;
	background-color: #367184;
	color: #fff;
	line-height: 50px;
	text-align: left;
	padding: 0px 15px 0px 60px;
	letter-spacing: 2px;
}

#topnav .menu-main-menu-container ul.menu ul.sub-menu li a:hover,
#topnav .menu-main-menu-container ul.menu ul.sub-menu li a:active {
	color: #ffffff;
	background-color: #6E96A3;
}




/* bottom nav layout */

#footer ul.menu {
	width: 100%;
	height: auto !important;
	padding: 40px 0;
	margin: 0;
}

#footer ul.menu li {
	display: block;
	width: 100%;
	list-style-type: none;
	text-align: center;
}





/* BLOCK LAYOUT */

/* top nav and bottom nav bars */

#navbar {
	width: 100%;
	height: 85px;
	position: absolute;
	top: 0px;
	z-index: 1000;
}

#topnav,
#bottomnav {
	height: 85px;
	width: 100%;
	max-width: 1024px;
	background-color: #2d6578;
	margin: 0 auto;
	position: relative;
}

#bottomnav {
	position: absolute;
	bottom: 0;
	color: #FFF;
	height: auto !important;
}

/* header */

#header {
	height: 60px;
	width: 100%;
	max-width: 1024px;
	background-image: url('images/spiral_header_bar.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	display: none;
}

/* footer */

#footer {
	bottom: 75px;
	height: auto !important;
	min-height: 263px;
	width: 100%;
	max-width: 1024px;
	background-image: url('images/footer_spiral_bg.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	display: none;
}

div#copyright {
	width: 100%;
	text-align: center;
}

div#social_media {
	width: 100%;
}

#copyright p {
	margin-left: 0px;
	line-height: 55px;
	font-size: 12px;
}

div#social_media p {
	text-align: center;
}

div#social_media p a {
	padding: 5px;
}

/* MAIN LAYOUT */

#wrapper {
	width: 100%;
	max-width: 1024px;
	min-height: 1024px;
	margin: 0px auto;
	position: relative;
	/* box-shadow: 0px 0px 3px #999999; */
	box-shadow: -3px 0px 3px 3px #cfcfcf, 3px 0px 3px 3px #cfcfcf;
	background-color: #FFFFFF;
	padding-top: 84px;
	padding-bottom: 75px;
}

body.home #wrapper {
	padding-top: 83px;
}

/* slider */

#slider {
	width: 100%;
	max-width: 1024px;
	height: auto;
	padding: 0;
	margin: -1px 0 0 0;
}

#slider  img {
	width: 100%;
	max-width: 1024px;
	height: auto;
}

/* content */

#content {
	margin-top: -10px;
}

#primary,
#secondary {
	padding: 20px 40px;
	background-color: #ffffff;
	height: auto !important;
}

#secondary {
	min-height: 350px;
	padding-bottom: 120px;
	width: 100%;
}

.clearfix {
	overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* home page only */

body.home #primary {
	background-color: #f2f2f2;
	padding-top: 40px;
}

/* callouts / columns */

.callout {
	width: 95%;
	margin-right: 5%;
	font-size: 14px;
	margin-bottom: 40px;
}

.callout:last-child {
	margin-right: 0;
}

.callout a.button {
	display: block;
	width:190px;
	margin: 0 auto;
}

/* Added studio ponnuki style */
.lcp_catlist li { font-weight:bold;margin-bottom:10px;list-style-type:none; } 

ul.lcp_catlist { margin-left: 0px!important }
.lcp_catlist p { font-weight:100;margin-bottom:2px }
.lcp_catlist a { font-weight:100}



/* SUB PAGE STYLING */

body:not(.home) #primary h1.entry-title,
h1.training_session_head {
	font-size: 34px;
	text-align: left;
	border-bottom: 1px solid #2D6578;
}

body:not(.home) h2,
body:not(.home)  h3,
body:not(.home)  h4,
body:not(.home)  h5 {
	text-align: left;
}

body:not(.home)  #footer {
	clear: both;
}

body:not(.home)  #secondary ul.nav {
	padding: 0;
	margin: 20px 0;
	background-color: #f2f2f2;
	border-radius: 5px;
}

body:not(.home)  #secondary ul.nav li {
	list-style-type: none;
	width: 100%;
	display: block;
	border-bottom: 1px dotted #cfcfcf;
}

body:not(.home)  #secondary ul.nav li a {
	display: block;
	line-height: 50px;
	padding-left: 30px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 12px;
	border-left: 8px solid transparent;
}

body:not(.home)  #secondary ul.nav li a:link,
body:not(.home)  #secondary ul.nav li a:visited {
	color: #000;
}

body:not(.home)  #secondary ul.nav li a:hover,
body:not(.home)  #secondary ul.nav li a:active,
body:not(.home)  #secondary ul.nav li.current_page_item a
{
	border-left: 8px solid #7fad41;
	color: #7fad41;
}

body:not(.home)  #secondary ul.nav li:first-child a {
	font-weight: bold;
}

body:not(.home)  #primary {
	text-align: justify;
	text-justify: inter-word;
}

body:not(.home)  #primary blockquote {
	text-align: left;
	font-size: 14px;
	padding: 30px 20px 1px;
	background-color: #f2f2f2;
	margin-bottom: 1.5em
}


div#psychology_today img {
	width: 80%;
	height: auto;
	margin: 10px 10%;
}

/* BUTTON FACTORY
-------------------------------------------------------------------------*/

a.make_button {
	display:  block;
	width: 190px;
	height: 62px;
	padding: 0;
  position: relative;
	margin: 15px auto;
}

a.make_button span.button_text {
	position: absolute;
	display: block;
	text-align: center;
	width: 190px;
	height: 55px;
	padding: 0;
	line-height: 59px;
	color: #FFF;
	text-transform: uppercase;
	z-index: 300;
}

a.make_button img {
	width: 190px;
	height: 62px;
}


/* Add " (PDF)" text after links that go to PDFs */
a[href$=".pdf"]:after {
	content: url('images/pdf_icon.jpg');
	padding-left: 6px;
	padding-top: 6px;
	vertical-align: middle;
}

/* Add " (Word)" text after links that go to Word docs */
a[href$=".doc"]:after {
	content: url('images/icon_doc.png');
	padding-left: 6px;
	padding-top: 6px;
	vertical-align: middle;
}


/* SIGNUP FORM */

form#training_updates {
	margin-top: 30px;
}

form#training_updates input {
	width: 100%;
}

fieldset {
	width: 90%;
	max-width: 90%;
	margin: 20px 5%;
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	box-shadow: 2px 2px 3px #666;
	background: #efefef;
}

form#training_updates fieldset legend {
	padding: 5px;
	border: 1px solid #cfcfcf;
	background-color: #2D6578;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}

form#training_updates fieldset p.intro {
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	color: #000;
}

form#training_updates fieldset button {
	width: 100%;
	height: 55px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	background-color: #7FAC41;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #666;
	border-radius: 7px;
}

/* CONSTANT CONTACT SIGNUP FORM */

aside#ctct_form-2 {
	margin-top: 30px;
	position: relative;
}
aside#ctct_form-2 form {
	max-width: 90%;
	margin: 20px 5%;
	padding: 50px 10px 10px 10px;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	box-shadow: 2px 2px 3px #666;
	background: #efefef;
}


aside#ctct_form-2 input {
	width: 100%;
}

aside#ctct_form-2 h1 {
	display: inline-block;
	height: 40px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	padding: 5px 7px 0;
	font-family: sans-serif;
	font-size: 110%;
	border: 1px solid #cfcfcf;
	background-color: #2D6578;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	left: 30px;
	top: -20px;
}

aside#ctct_form-2 form p:first-child {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #000;
}

aside#ctct_form-2 form input[type=submit] {
	width: 100%;
	height: 55px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	background-color: #7FAC41;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #666;
	border-radius: 7px;
}

aside#ctct_form-2 {
	margin-top: 60px;
}

aside#ctct_form-2 .ctct-disclosure {
	display: none;
}


/* GRAVITY FORMS */

li.gfield {
	padding: 20px 0 20px 0;
}

li.close {
	padding: 0 0 0 0;
}

li.close-top {
	padding: 0 0 20px 0;
}

li.close-bottom {
	padding: 20px 0 0 0;
}

li.gfield_html {
	padding: 0 0;
}

.field_sublabel_below.field_description_below.gfield_visibility_visible div.gfield_description {
	font-size: 1.4rem;
}

/* sgzx20 */

form.search-form {
	margin-top: 30px;
}

div#primary.list-view h1.entry-title a {
	text-decoration: none;
}

div#primary.list-view h1.entry-title {
	border-bottom: none;
	font-size: 24px;
}

div#primary.blog h1.entry-title {
	border-bottom: none;
}

#slider .rslides_container {
	margin-bottom: 0;
}


/* MEDIA QUERIES */


@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
	initial-scale: 1.0
}


/* Full sized devices */
@media all and (min-width: 900px) {

	/* full sized block layout tweaks */

	#navbar {
		position: fixed;
	}

	#header {
		/* display: block; */
		display: none;
	}

	#footer {
		display: block;
		background-repeat: no-repeat;
	}

	#secondary  {
		padding-bottom: 20px;
	}

	.callout {
		width: 30%;
		float: left;
		margin-bottom: 0px;
		padding-top: 20px;
		min-height: 330px;
		position: relative;
	}

	.callout .make_button {
		position: relative;
	}




	/* top navigation full sized menu layout */

	ul.menu-toggle {
		display: none;
	}

	#topnav .menu-main-menu-container ul.menu {
		width: 760px;
		top: 0px;
		height: 84px !important;
		left: 260px;
		display: block;
	}

	#topnav .menu-main-menu-container ul.menu li {
		display: inline-block;
		width: auto !important;
		float: left;
		height: 84px !important;
		border-top: none;
	}

	#topnav .menu-main-menu-container ul.menu li a {
		line-height: 84px;
		height: 84px;
		font-size: 12px;
		margin: 0;
		padding: 0 15px;
	}

	#topnav .menu-main-menu-container ul.menu li a:hover,
	#topnav .menu-main-menu-container ul.menu li a:active,
	#topnav .menu-main-menu-container ul.menu li:hover a,
	#topnav .menu-main-menu-container ul.menu li:active a,
	#topnav .menu-main-menu-container ul.menu li.current-menu-item a,
	#topnav .menu-main-menu-container ul.menu li.current-page-parent a {
		color: #7fad41;
		background-color: #2D6578;
	}

	/* top navigation sub-menu/drop down layout */

	#topnav .menu-main-menu-container ul.menu li ul.sub-menu {
		position: absolute;
		margin: 0;
		top: 84px;
		z-index: 5000;
		width: auto !important;
		min-width: 150px;
		background-color: #cfcfcf;
		box-shadow: 3px 3px 3px #666;
		padding: 0;
		margin: 0;
		display: none;
	}

	#topnav .menu-main-menu-container ul.menu li:hover ul.sub-menu,
	#topnav .menu-main-menu-container ul.menu li:active ul.sub-menu {
		display: block;
	}

	#topnav .menu-main-menu-container ul.menu ul.sub-menu li {
		display: block;
		float: none;
		height: 50px !important;
		border-top: 1px dotted #bbb;
	}

	#topnav .menu-main-menu-container ul.menu ul.sub-menu li a {
		display: block;
		width: 100%;
		background-color: #f2f2f2;
		color: #000;
		line-height: 50px;
		text-align: left;
		padding: 0px 15px;
		border-left: 8px solid transparent;
		letter-spacing: 2px;
	}

	#topnav .menu-main-menu-container ul.menu ul.sub-menu li a:hover,
	#topnav .menu-main-menu-container ul.menu ul.sub-menu li a:active {
		border-left: 8px solid #7fad41;
		background-color: #dfdfdf;
		color: #000;
	}


	/* bottom navigation full sized menu layout */

	#bottomnav {
		height: 85px !important;
	}

	#footer ul.menu li a:link,
	#footer ul.menu li a:visited {
		color: #3f3e3d;
		letter-spacing: 2px;
	}


	#footer ul.menu li a:hover,
	#footer ul.menu li a:active {
		color: #7fad41;
	}

	#footer ul.menu li.current-menu-item a {
		border-left: 8px solid #7fad41;
	}

	/* bottom navbar content */

	div#copyright {
		width: 60%;
		float: left;
		text-align: left;
	}

	#copyright p {
		margin-left: 40px;
	}

	div#social_media {
		width: 30%;
		float: right;
	}

	div#social_media p {
		text-align: right;
		padding-top: 10px;
		margin: 10px 40px 0 0;
	}

	div#social_media p a {
		margin-left: 10px;
	}

	/* SUB PAGE STYLING */


	body:not(.home)  #secondary {
		width: 35%;
		float: left;
	}

	body:not(.home)  #primary {
		width: 65%;
		float: right;
		padding-left: 0px;
		padding-top: 40px;
	}

	body:not(.home)  #secondary h2,
	body:not(.home)  #secondary h3,
	body:not(.home)  #secondary h4,
	body:not(.home)  #secondary h5 {
		text-align: left;
	}

	body:not(.home)  #footer
	{
		clear: both;
	}



}

@media all and (max-width: 900px) {
	.block {
		display: block !important;
	}

	.hide {
		display: none !important;
	}
}
