/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*------------------------------------*
    Formatting on the FAQ page
*------------------------------------*/
.faq p {
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
}

.faq ul {
	color: #626262;
	font-size: 13px;
	font-style: italic;
	list-style: circle !important;
	padding: 3px 0 3px 20px;
}

.faq li {
	color: #626262;
	font-size: 13px;
	font-style: italic;
	list-style: disc !important;
	padding: 3px 0 3px 20px;
}

/*------------------------------------*
    Download links
*------------------------------------*/
.sdm_download_item {
	width: 680px;
	text-align: left;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px solid #EDEDED;
}

.sdm_download_thumbnail {
	float: left;
	display: none;
}

.sdm_download_title {
	float: left;
	color: #4C4C55;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: -10px;
	text-transform: capitalize;
}

.sdm_download_description {
	padding-bottom: 10px;
	margin: 15px 0;
}

/*individual downloads*/
.sdm_post_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.sdm_post_download_count {
	float: right;
	margin-right: -300px;
	margin-bottom: 20px;
	display: inline-block;
	padding: 10px 15px;
	margin-bottom: 20px;
	display: inline-block;
	padding: 10px 15px;
	color: #5C5C4E;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.sdm_post_download_section {
	padding-bottom: 10px;
	margin: 15px 0;
}

/*End*/
/*------------------------------------*
   Titles on Project pages
*------------------------------------*/
.w3eden h2, .w3eden .h2 {
	font-size: 15px;
	font-weight: bold;
}

.w3eden h1, .w3eden .h1, .w3eden h2, .w3eden .h2, .w3eden h3, .w3eden .h3 {
	margin-top: 5px;
	margin-bottom: 10px;
}

h2.widgettitle {
	color: #E0DFDC !important;
}

/*End*/
/*------------------------------------*
    ACCORDION on Project pages
*------------------------------------*/
.accordion label {
	width: 710px;
	padding: 0 10px;
	position: relative;
	display: block;
	height: 40px;
	cursor: pointer;
	color: #777;
	line-height: 40px;
	background: /*#1A3951 - #717B84*/
#55626c;
	color: /*#4C4C55*/
#F4F4F8;
	font-family: "Oswald", sans-serif;
	font-size: /*15px*/
13px;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: left;
	text-shadow: 1px 1px 1px #606D78;
	text-transform: uppercase;
}

.accordion label:hover {
	background: /*#46535e*/
#5F6B76;
	text-shadow: 1px 1px 1px #4C4C55;
	color: /*#606D78*/
#7E8890;
}

.accordion input + label {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	vertical-align: middle;
}

.accordion input:checked + label,
.accordion input:checked + label:hover {
}

.accordion input {
	display: none;
}

.accordion .article {
	overflow: hidden;
	height: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.accordion .article p {
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
}

.accordion input:checked ~ .article {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.accordion input:checked ~ .article {
	height: auto;
}

/*End*/
/*------------------------------------*
    summary on Guide pages
*------------------------------------*/
.summary label {
	width: 710px;
	padding: 0 10px;
	position: relative;
	display: block;
	height: 40px;
	cursor: pointer;
	color: #777;
	line-height: 40px;
	background: #3A0400;
	color: #F4F4F8;
	font-family: "Oswald", sans-serif;
	font-size: /*15px*/
13px;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: left;
	text-shadow: 1px 1px 1px #606D78;
	text-transform: uppercase;
}

.summary label:hover {
	background: #3A0400;
	text-shadow: 1px 1px 1px #4C4C55;
	color: #7E8890;
}

.summary input + label {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	vertical-align: middle;
}

.summary input:checked + label,
.summary input:checked + label:hover {
}

.summary input {
	display: none;
}

.summary .article {
	overflow: hidden;
	height: 0;
	width: 700px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/*.summary .article p {
  font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
}*/
.summary .article p {
	color: #777;
	line-height: 20px;
	font-size: 10px;
	padding: 0;
}

.summary p {
	padding: 0;
}

.summary strong {
	font-size: 13px;
}

.summary ol li {
	list-style: ordered;
}

.summary li {
	list-style: bullet;
}

.summary .article p {
	font-size: 13px;
}

.summary input:checked ~ .article {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.summary input:checked ~ .article {
	height: auto;
}

.sdm_download_item_count {
	display: none;
}

.sdm_item_count_string {
	display: none;
}

/*End*/

/*
	CSS Migrated from Jetpack:
*/

/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*------------------------------------*
    Formatting on the FAQ page
*------------------------------------*/
.faq p {
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
}

.faq ul {
	color: #626262;
	font-size: 13px;
	font-style: italic;
	list-style: circle !important;
	padding: 3px 0 3px 20px;
}

.faq li {
	color: #626262;
	font-size: 13px;
	font-style: italic;
	list-style: disc !important;
	padding: 3px 0 3px 20px;
}

/*------------------------------------*
    Download links
*------------------------------------*/
.sdm_download_item {
	width: 680px;
	text-align: left;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px solid #EDEDED;
}

.sdm_download_thumbnail {
	float: left;
	display: none;
}

.sdm_download_title {
	float: left;
	color: #4C4C55;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: -10px;
	text-transform: capitalize;
}

.sdm_download_description {
	padding-bottom: 10px;
	margin: 15px 0;
}

/*individual downloads*/
.sdm_post_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.sdm_post_download_count {
	float: right;
	margin-right: -300px;
	margin-bottom: 20px;
	display: inline-block;
	padding: 10px 15px;
	margin-bottom: 20px;
	display: inline-block;
	padding: 10px 15px;
	color: #5C5C4E;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.sdm_post_download_section {
	padding-bottom: 10px;
	margin: 15px 0;
}

/*End*/
/*------------------------------------*
   Titles on Project pages
*------------------------------------*/
.w3eden h2, .w3eden .h2 {
	font-size: 15px;
	font-weight: bold;
}

.w3eden h1, .w3eden .h1, .w3eden h2, .w3eden .h2, .w3eden h3, .w3eden .h3 {
	margin-top: 5px;
	margin-bottom: 10px;
}

h2.widgettitle {
	color: #E0DFDC !important;
}

/*End*/
/*------------------------------------*
    ACCORDION on Project pages
*------------------------------------*/
.accordion label {
	width: 710px;
	padding: 0 10px;
	position: relative;
	display: block;
	height: 40px;
	cursor: pointer;
	color: #777;
	line-height: 40px;
	background: /*#1A3951 - #717B84*/
#55626c;
	color: /*#4C4C55*/
#F4F4F8;
	font-family: "Oswald", sans-serif;
	font-size: /*15px*/
13px;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: left;
	text-shadow: 1px 1px 1px #606D78;
	text-transform: uppercase;
}

.accordion label:hover {
	background: /*#46535e*/
#5F6B76;
	text-shadow: 1px 1px 1px #4C4C55;
	color: /*#606D78*/
#7E8890;
}

.accordion input + label {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	vertical-align: middle;
}

.accordion input:checked + label,
.accordion input:checked + label:hover {
}

.accordion input {
	display: none;
}

.accordion .article {
	overflow: hidden;
	height: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.accordion .article p {
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
}

.accordion input:checked ~ .article {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.accordion input:checked ~ .article {
	height: auto;
}

/*End*/
/*------------------------------------*
    summary on Guide pages
*------------------------------------*/
.summary label {
	width: 710px;
	padding: 0 10px;
	position: relative;
	display: block;
	height: 40px;
	cursor: pointer;
	color: #777;
	line-height: 40px;
	background: #3A0400;
	color: #F4F4F8;
	font-family: "Oswald", sans-serif;
	font-size: /*15px*/
13px;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: left;
	text-shadow: 1px 1px 1px #606D78;
	text-transform: uppercase;
}

.summary label:hover {
	background: #3A0400;
	text-shadow: 1px 1px 1px #4C4C55;
	color: #7E8890;
}

.summary input + label {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	vertical-align: middle;
}

.summary input:checked + label,
.summary input:checked + label:hover {
}

.summary input {
	display: none;
}

.summary .article {
	overflow: hidden;
	height: 0;
	width: 700px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/*.summary .article p {
  font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
}*/
.summary .article p {
	color: #777;
	line-height: 20px;
	font-size: 10px;
	padding: 0;
}

.summary p {
	padding: 0;
}

.summary strong {
	font-size: 13px;
}

.summary ol li {
	list-style: ordered;
}

.summary li {
	list-style: bullet;
}

.summary .article p {
	font-size: 13px;
}

.summary input:checked ~ .article {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.summary input:checked ~ .article {
	height: auto;
}

.sdm_download_item_count {
	display: none;
}

.sdm_item_count_string {
	display: none;
}

/*End*/