@import url(http://fonts.googleapis.com/css?family=Cinzel+Decorative);
/*
Theme Name: deardora
Theme URI: 
Author: Benjamin Brooks
Author URI: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: , pink, red, silver, light, one-column, 
*/


/* =Reset
----------------------------------------------- */

html {
	background: #fff;
	color: #000;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
abbr,
acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: 0;
}
legend {
	color: #000;
}


/* =Global Setting
-------------------------------------------------------------- */

body {
	font-family: nexa_lightregular;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2;
	color: #000000;
	background: fixed;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #000000;
	font-family: nexa_lightregular;
	font-weight: normal;
	line-height: 13px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.375em;
}
p,
dd,
table {
	margin-bottom: ;
}
ul,
ol,
pre,
blockquote {
	margin-bottom: 0.9375em;
}
ul, ol {
	margin: 0 0 1.375em 2em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.375em;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
pre {
	background: #ddd;
	font: 1em monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code,
kbd {
	font: 1em monospace;
}
abbr,
acronym,
dfn {
	border-bottom: 1px dotted #a9a9a9;
	cursor: help;
}
input,
select,
textarea,
button {
	font-family: Cambria, Georgia, Times, serif;
	color: #000;
}
button,
label,
a {
	cursor: pointer;
}
figure {
	margin: 0;
}
address {
	font-style: normal;
	display: block;
	margin: 0 0 1.375em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* Links */
a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #ff6699;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}
/* Clear setting */
.clear {
	clear: both;
	display: block;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div:after,
form li:after,
ul:after {
	clear: both;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@font-face {
    font-family: 'nexa_lightregular';
    src: url('nexa_light-webfont.eot');
    src: url('nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('nexa_light-webfont.woff') format('woff'),
         url('nexa_light-webfont.ttf') format('truetype'),
         url('nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* =Structure
-------------------------------------------------------------- */

#wrapper {	
	margin: 0 auto;
	text-align: center;
	width: 100%;
	max-width: 1010px;
}
#header {
	background: url(images/logo.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 85px;
	margin-left: 2.5em;
	margin-top:20px;
	max-width: 260px;
	display: inline-block;
	z-index: 99999;
	float:left;
	width:260px;
}
#navigation {
	background: #ffffff;
	margin-top: 5px;
	z-index: 4;
	position: relative;
	display: inline-block;
	float: right;
	margin-right: 2.1em;
}
#content {
	background: #ffffff;
	width: 769px;
	display: inline-block;
	z-index: 1;
	margin: 0 auto;
}
#posts-wrapper {
	width: 769px;
	margin:0 auto;
	margin-top: 3em;
}
#secondary,
#tertiary {
	background: transparent;
	display: inline-block;
	max-width: 28%;
	margin-left: 1em;
	margin-top: 9.15em;
	margin-bottom: 45px;
}
#posts-wrapper2 {
	width: 769px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	z-index: 1;
}
#archives1 {
	min-width: 769px;
	margin-left: 1em;
}
#course-wrapper {
	width: 100%;
	margin:40px auto;
	padding-top: 20px;
}
/* =Header
--------------------------------------------------------------*/
#header h1 {
	display: none;
}
#mannequin img{
	position: absolute;
	width: 40px;
	right:80px;
}
/* =Menu
-------------------------------------------------------------- */
.current_page_item a {
 color: #ff6699;
}
#nav-menu {
	font-family: nexa_lightregular, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.2;
	font-weight: normal;
	width: 300px;
}
#nav-menu > ul {
	margin: 8px auto;
}
#nav-menu ul {
	display: inline-block;
}
#nav-menu li {
	display: inline-block;
	margin: 0 0 0 6em;
}
#nav-menu a {
	margin: auto;
	display: inline-block;
	font-weight: normal;
}
#nav-menu ul ul {
	z-index: 99999;
}
#nav-menu li:hover > a,
#nav-menu ul ul :hover > a {
	color: #ff6699;
}
.menu-tablet-container {
	display: none;
	font-family: nexa_lightregular, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.2;
	font-weight: normal;
	background: #ffffff;
	margin-top: 15px;
	z-index: 4;
	position: relative;
	float: right;
}
.menu-tablet-container > ul {
	margin: 8px auto;
}
.menu-tablet-container ul {
	display: inline-block;
}
.menu-tablet-container li {
	display: inline-block;
	margin: 0 .6em 0 .7em;
}
.menu-tablet-container a {
	margin: auto;
	color: #333;
	display: inline-block;
}
.menu-tablet-container ul ul {
	z-index: 99999;
}
.menu-tablet-container li:hover > a,
.menu-tablet-container ul ul :hover > a {
	color: #ED79AE;
}
.menu-mobile-container {
	display: none;
	font-family: nexa_lightregular, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.2;
	font-weight: normal;
	background: #ffffff;
	z-index: 4;
	position: relative;
	float: right;
}
.menu-mobile-container > ul {
	margin: 8px auto;
}
.menu-mobile-container ul {
	display: inline-block;
}
.menu-mobile-container li {
	display: inline-block;
	margin: 0 .3em 0 .3em;
}
.menu-mobile-container a {
	margin: auto;
	color: #333;
	display: inline-block;
}
.menu-mobile-container ul ul {
	z-index: 99999;
}
.menu-mobile-container li:hover > a,
.menu-mobile-container ul ul :hover > a {
	color: #ED79AE;
}

/* =Content
-------------------------------------------------------------- */
#course-wrapper .entry-content {
	padding: 5px;
}
#course-wrapper .entry-title {
	padding:5px;
}
#course-wrapper .info{
	display: none;
}
#courses {
	margin-top: 2em;
	width: 769px;
	margin-left: auto;
	margin-right: auto;
}
.courseintro {
	margin-bottom:1em;
}
#designs {
	margin-top: 2em;
	width: 769px;
	margin-left: auto;
	margin-right: auto;
}
.section {
	width: 769px;
	margin: 0 auto;
	height: 200px;
	margin-top: 0px;
}
p.livelink {
	color:#ff6699 !important;
	font-weight: bold !important;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.7 !important;
}
p.livelink a{
	color:#ff6699 !important;
	font-weight: bold !important;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.7 !important;
}
.item.oddpost{ 
width: 769px;
height: 200px;
text-align: center;
position: relative;
}
.item.oddpost .image {
	width: 300px;
	height: 200px;
	margin: auto;
	float: left;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.item.oddpost .courseinfo{
	text-align: left;
	width: 350px;
	float: right;
	left: -70px;
	position: relative;
	top: 50%;
	transform: 			translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.item.oddpost .courseinfo p span{
	font-family: Cinzel Decorative;
	font-size: 18px;
	font-weight: normal;
	color: #ff6699;
	display: block;
	text-align: left;
	line-height: 0.9;
} 
.item.oddpost .courseinfo p {
	font-family: nexa_lightregular;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height:1.2;
} 
.item.oddpost .courseinfo p a{ 
	text-align: left; 
	font-weight: bold; 
}

.item.evenpost{ 
width: 769px;
height: 200px;
text-align: center;
position: relative;
}
.item.evenpost .image {
	width: 300px;
	height: 200px;
	margin: auto;
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.item.evenpost .courseinfo{ 
	text-align: left;
	width: 350px;
	float: left;
	right:-70px;
	position: relative;
	top: 50%;
	transform: 			translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.item.evenpost .courseinfo p span{
	font-family: Cinzel Decorative;
	font-size: 18px;
	font-weight: normal;
	color: #ff6699;
	display: block;
	text-align: right;
	line-height: 0.9;
} 
.item.evenpost .courseinfo p {
	font-family: nexa_lightregular;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2;
	color: #000000;
} 
.item.evenpost .courseinfo p a{ 
	text-align: left; 
	font-weight: bold; 
}

/* self-clear floats */
 
.group:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.post-14 .entry-title{
	display: none;
}

#posts-wrapper2 .entry-title{
	display: none;
}
.page-title {
	display: none;
	font-family: "Helvetica Neue";
	font-weight: 400;
	font-size: 1.125em;
	text-align: left;
	margin-top: 3em;
	margin-bottom: -4.3em;
	z-index: 999;
	margin-left: 2.85em;
	text-transform: uppercase;
}
.hentry {
	background: #ffffff;
	margin-bottom: ;
	text-align: left;
}
.hentry .date {
	font-family:ubuntu;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 17px;
	text-align: left;
}
.hentry .date p{
	color: #666666;
}
.entry-title {
	font-family: Cinzel Decorative;
	font-size: 18px;
	font-weight: normal;
	color: #ff6699;
	text-align: Left;
	margin-top: -1em;
}

.entry-title a {
	font-family: Cinzel Decorative;
	font-size: 18px;
	font-weight: normal;
	color: #ff6699;
	text-align: Left;
	margin-bottom: 0.5em;
	margin-top: -1em;
}
.entry-title a:hover {
	font-family: Cinzel Decorative;
	font-size: 18px;
	font-weight: normal;
	color: #ff6699;
	text-align: Left;
	margin-bottom: 0.5em;
	margin-top: -1em;
}
.post {
	margin-bottom: 3em;
	color: #666666;
	margin-right: 1em;
	margin-left: 1em;
}
.content {
	float: left;
	margin-bottom: 20px;
	text-align: center;
	color: #666666;
	font-family: Karla, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.post div{
	margin-bottom: 20px;
}
.info {
	text-align: right;
	line-height: 21px;
	margin-bottom: 2em;
}
.info p{
	color: #474646;
	font-size: 0.875em;
	margin-bottom: 0;
}
.info .notes {
	padding-left: 10px;
}
.page .info p:first-child {
	display: block;
}
.page-link {
	clear: both;
	margin: 0 0 1.375em;
}
/* entry-content */
.entry-content h1,
.comment-body h1 {
	font-size: 2.5em;
	margin-bottom: 12px;
}
.entry-content h2,
.comment-body h2 {
	font-size: 1.6875em;
	margin-bottom: 12px;
}
.entry-content h3,
.comment-body h3 {
	font-family: Lato;
	font-size: 15px;
	line-height: 30px;
	font-weight: 300;
	color: #ED79AE;
	font-size: 1.125em;
	margin-bottom: 12px;
}
.entry-content h4,
.comment-body h4 {
 	font-size: 0.8125em;
 	margin-bottom: 12px;
}
.entry-content h5,
.comment-body h5 {
	font-size: 0.6875em;
	margin-bottom: 12px;
}
.entry-content h6,
.comment-body h6 {
	font-size: 0.5em;
	margin-bottom: 12px;
}
.entry-content table,
.comment-body table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-body th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-body td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content blockquote,
.entry-content blockquote[class*="align"] {
	font-size: 1.5em;
	line-height: 1.166666em;
	margin: 0;
	padding: 0 0 0 20px;
}
.entry-content blockquote * {
	font-size: 1em;
	margin-bottom: 0.9166666666666666em;
}
div.gallery {
	margin-bottom: 1.375em !important;
}
dd.gallery-caption {
	color: #6a6a6a;
	font-size: 0.8em;
	font-style: italic;
	margin: 0;
}
/* Author Info */
#author-info {
	border-top: 1px dotted #a9a9a9;
	padding: 15px 0;
}
#author-avatar {
	float: left;
	margin-right: -80px;
}
#author-avatar img {
	border: 1px solid #fff;
}
#author-description {
	float: left;
	margin-left: 95px;
}
.entry-content #author-description h3 {
	color: #000;
	margin-bottom: 2px;
}
.entry-content #author-description {
	color: #474646;
	font-size: 0.875em;
	line-height: 21px;
}
/* Sticky */
.sticky .date p {
	text-transform: uppercase;
	padding: 5px 10px;
}
/* 404 page */
.page-title2 {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1.125em;
	text-align: left;
	margin-top: 3em;
	margin-bottom: -4.3em;
	z-index: 999;
	margin-left: 2.85em;
}
.content2 {
	float: left;
	margin-bottom: 20px;
	text-align: center;
	margin-left: 3em;
	margin-right: 3em;
	padding-top: 20em;
	margin-top: -4em;
	color: #666666;
}
.hentry.error404 #searchfield {
	display:inline-block;
	margin: 30px auto;
}
.hentry.error404 {
	display:inline-block;
	margin-top: 7em;
	background: transparent;
}
.archive-search h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 17px;
	line-height: 30px;
	font-weight: 300;
	margin: 0 0 .5em;
	text-align: center;
	color: #ff6699;
}
.archive-search ul {
	list-style: none;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-align: center;
	display: inline-block;
	margin: auto;
}
.archive-search {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	width: 97%;
	margin-top: 1.5em;
}
/* Attachment page */
body.attachment .entry-content {
	clear: both;
}
body.attachment .entry-content .entry-attachment {
	margin: 0 0 5px;
	text-align: center;
}
body.attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}
body.attachment .pagination {
	margin: 0 0 10px 0;
}
body.attachment .pagination p {
	font-size: 1.0em;
}
body.attachment .entry-caption {
	color: #6a6a6a;
	font-style: italic;
}


/* =Pagination
-------------------------------------------------------------- */

.pagination {
	margin: -15px 0 30px 20px;
}
.pagination a {
	text-decoration: none;
}
.pagination p {
	font-size: 1.125em;
	margin-bottom: 0;
}
.pagination .older {
	float: left;
}
.pagination .newer {
	float: right;
	margin: 0 20px 19px 20px;
}


/* =Shop
-------------------------------------------------------------- */
.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
background-color: #ff6699;
content: "i";
font-family: Times,Georgia,serif;
font-style: italic;
}
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
border-top: 3px solid #ff6699;
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
border-top: 3px solid #ff6699;
}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
background-color: #ff6699;
content: "\2713";
}
.woocommerce .woocommerce-error:before, .woocommerce-page .woocommerce-error:before {
background-color: #ff6699;
content: "\00d7";
font-weight: 700;
}
.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error {
border-top: 3px solid #ff6699;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
float: none;
padding: 20px;
position: relative;
display: inline-block;
width: 22.05%;
margin-left: 0;
margin: auto;
}
mark {
background-color: white;
color: black;
}
/* =Post Formats
-------------------------------------------------------------- */

.mejs-container,
.post-format-content {
	width: 50px;
	margin-bottom: 1.375em;
}

.format-aside .entry-title,
.format-image .entry-title,
.format-quote .entry-title,
.format-video .entry-title,
.format-audio .entry-title {
	display: none;
}
/* Gallery Posts */
.gallery-info {
	color: #6a6a6a;
	font-style: italic;
}
/* Link Posts */
.format-link .link a {
	color: #000;
}
.format-link .link a:after{
	content: "\2192";
	padding-left: 6px;
}
.format-link .link a:hover {
	color: #05b2c2;
}
/* Chat Posts */
.format-chat .entry-content p{
	background: #e0f1f3;
	border-left: 7px solid #cef0f3;
	margin-bottom: 2px;
	padding-left: 13px;
}
.format-chat .entry-content p:nth-child(odd) {
	background: none;
	border-left-color: #eb374b;
}
/* Quote Posts */
.hentry.format-quote {
	background: #feffe0;
}
.format-quote blockquote {
	border-left: none;
	font-size: 1.5em;
	line-height: 1.5em;
	padding-left: 0;
}
.quote-caption {
	font-size: 1em;
	margin-bottom: 0.916667em;
}

/* Audio Posts */
.format-audio .player {
	direction: ltr;
	margin: 0 0 10px 0;
	text-align: center;
}
.player audio {
	display: none;
}
.dora-mp3 .hentry.mp3 audio,
.dora-ogg .hentry.ogg audio,
.dora-wav .hentry.wav audio {
	display: block;
}
.dora-mp3 .hentry.mp3 .audio-file-link,
.dora-ogg .hentry.ogg .audio-file-link,
.dora-wav .hentry.wav .audio-file-link {
	display: none;
}

/* =Images
-------------------------------------------------------------- */

a img {
	padding: 4px;
	margin-bottom: 15px;
}
p img {
	padding: 4px;
	margin-bottom: 15px; /* a small bottom margin prevents content floating under images */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.entry-attachment img,
.comment-content img,
.entry-content img,
.widget img {
	height: auto; /* Override height to match resized width for correct aspect ratio. */
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
.entry-content .alignleft {
	margin: 4px 15px 0 0;
}
img.alignright,
.entry-content .alignright {
	margin: 4px 0 0 15px;
}
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption .wp-caption-text {
	color: #6a6a6a;
	font-size: 0.9em;
	font-style: italic;
	margin: 0.2em 0 0.5em;
}
.wp-smiley {
	margin: 0;
}


/* Comments
-------------------------------------------------------------------*/

#comments #respond {
	padding-top: 0;
}
#comments #respond h3 {
	padding: 0 0 0 0;
}
#comments #respond #reply-title {
	padding-top: 6px;
	text-align: center;
}
#comments .pagination {
	margin: 20px 0 0 0;
}
#comments .pagination.below {
	margin: 20px 0 30px;
}
.comment-form-comment label {
	display: none;
}
.comment-form-comment textarea {
	width: 93%;
}
.form-allowed-tags {
	display: none;
	width:93%;
}
.commentlist,
.commentlist ul {
	width: 93%;
	display: inline-block;
	margin: 0;
	text-align: center;
}
.comment, .trackback,
.pingback {
	margin-top: 25px;
	padding: 0 0 25px 0;
}
.children .comment {
	border-bottom: none;
	margin-top: 0;
	padding-bottom: 0;
}
#comments li {
	font-size: inherit;
	list-style: none;
	position: relative;
	border-bottom: 1px solid #333;
}
.commentlist .comment-body ul,
.commentlist .comment-body ol {
	margin: 0 0 1.375em 2em;
}
#comments .commentlist .comment-body ul li {
	list-style: square;
}
#comments .commentlist .comment-body ol li {
	list-style: decimal;
}
#comments .commentlist .comment-body ol li ol li{
	list-style: upper-alpha;
}
#comments .commentlist .comment-body ol li ol li ol li{
	list-style: lower-roman;
}
.commentlist .comment-body ul ul,
.commentlist .comment-body ol ol,
.commentlist .comment-body ul ol,
.commentlist .comment-body ol ul {
	margin-bottom: 0;
}
#comments .comment-body li {
	padding-left: 0;
}
#comments .comment-body h3 {
	border-bottom: 0;
	font-size: 1.125em;
	padding: 0;
}
.comment p{
	color: #666;
	margin-top: 1em;
}
.comment .says {
	display: none;
}
.comment .avatar {
	display: block;
	margin: 0 auto;
}
.comment-body {
	margin: -3px 0 0 0;
}
.comment-body h3 {
	border: none;
}
#comments .comment .children li {
	margin: 5px 0 0;
	padding: 10px 0 0 52px;
}
#comments .comment .children li .comment-body {
	background: #ebebeb;
	border-left: 2px solid #ebebeb;
	margin-left: -52px;
	padding: 10px 10px 10px 52px;
}
#comments .bypostauthor .comment-body {
	border-left: 2px solid #ccc !important;
}
#comments .commentlist .bypostauthor .comment-author {
	font-size: 19px;
}
#comments .commentlist .bypostauthor .comment-meta {
}
#comments .commentlist .bypostauthor .reply {
	font-size: 13px;
	font-style: normal;
}
#comments .commentlist >.bypostauthor .comment-body {
	border-left: none !important;
}
#comments .comment .children li.depth-3 .comment-body {
	background-color: #efefef;
	border-left: 2px solid #efefef;
}
#comments .comment .children li.depth-4 .comment-body {
	background-color: #f1f1f1;
	border-left: 2px solid #f1f1f1;
}
#comments .comment .children li.depth-5 .comment-body {
	background-color: #f3f3f3;
}
#comments .comment .children li .avatar {
	height: 32px;
	left: 10px;
	width: 32px;
}
#cancel-comment-reply {
	float: left;
	margin-top: 15px;
	text-transform: capitalize;
}
.comment-reply-link{
	display: block;
}
.comment-author {
	font-size: 1.1em;
}
.comment-author cite {
	font-family: "Ubuntu", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-style: normal;
}
.comment-meta {
	font-size: 1em;
	font-style: italic;
}
#comments .comment .children .comment-meta {
	right: 10px;
	top: 20px;
}
a.comment-reply-link {
	background: #b9b9b9;
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 8px;
	text-decoration: none;
	text-transform: uppercase;
}
a.comment-reply-link:hover {
	color: #222;
}
.nocomments {
	border-top: 1px solid #333;
	font-size: 1.2em;
	padding: 25px 0 0;
}
.commentlist .edit-link {
	padding: 0 0 0 10px;
}
.comment-body blockquote {
	border-left: 3px solid #eb374b;
	font-style: italic;
	padding: 0 0 0 20px;
}
/* Comment form */
#comments h3 {
	font-family: Ubuntu, Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1.125em;
	color: #ED79AE;
	text-align: left;
}
#comments h3,
legend span {
	border-bottom: 1px solid #333;
	padding: 0 0 0.7em;
}
.logged-in-as {
	padding-top: 1em;
}

/* =Widgets
-------------------------------------------------------------- */
.widget {
	margin-bottom:1em;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
	margin: 0 auto;
	display: inline-block;
}
.widget-title {
	font-family: Ubuntu, Arial, "Lucida Grande", sans-serif;
	font-size: 1.1rem;
	line-height: 1.2rem;
	letter-spacing: 0.1rem;
	font-weight: 400;
	color: #ED79AE;
	text-align: center;
}
#text-5 {
	padding-top: 0;
	padding-bottom: 0;
}
#text-22 {
	color: #333;
	font-family: ubuntu;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.714285714;
	max-width: 215px;
	overflow: hidden;
	word-wrap: break-word;
	margin: 0 auto;
	padding-bottom: 0;
	margin-top:-0px;
}
.text-22 a {
	color: #Db4c8c;
}
#text-23 {
	height: 60px;
	overflow: hidden;
	padding-top: 1em;
}
#text-23 img{
	display: inline-block;
}

div.buttons {
	width: 240px;
	display: inline;
}
#text-24 {
	padding-top: 2.5em;
	margin-bottom: -1.8em;
	overflow: hidden;
}
#text-27 {
	padding-top: 2.5em;
}
#text-39 {
	display: block;
}
#text-42 {
	padding-left: 40px;
}
#archives-5 {
    	width: 100%;
}

/* Search widget */

#searchsubmit {
	display: none;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	width: 100%;
	max-width: 1010px;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.info-theme {
	float: right;
	text-align: right;
	text-transform: lowercase;
	font-family: nexa_lightregular, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.2;
	font-weight: normal;
	margin-right: 10px;
	width: 100%
}
.info-theme a{
	text-transform: lowercase;
	font-family: nexa_lightregular, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.2;
	font-weight: normal;
	color:#000;
}
.info-theme a:hover{
	color: #ff6699;	
}
.social img {
	width: 30px;
	float: right;
}
.social {
	margin-right: 10px;
}
/* =Archive page
-------------------------------------------------------------- */
p.archtitle {
	text-align: left;
	font-family: ubuntu;
}
ul.archs {
	font-family: ubuntu;
	text-align: left;
	list-style: none;
}
p.cattitle {
	text-align: left;
	font-family: ubuntu;
}
ul.bycategories {
padding: 0;
font-family: ubuntu;
text-transform: uppercase;
}
ul.bycategories li {
list-style: none; 
list-style-type: none;
margin: 0; 
padding: 0;
}
ul.bycategories li a {
list-style: none; 
list-style-type: none;
margin: 0 20px 15px 0; 
float: left; 
background: #333;
color: #ffffff;
padding: 5px 10px;
}
ul.bycategories li a:hover{
text-decoration: none; 
background: #ED79AE; 
color: #fff;
}
.clear{clear: both;}

ul.random {
font-family: "indie flower";
text-transform: uppercase;
font-size: 18px;
padding-top: 1.5em;
}

ul.random a {
list-style: none; 
list-style-type: none; 
background: #333;
color: #ffffff;
padding: 10px 10px;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
}
ul.random a:hover{
text-decoration: none; 
background: #ED79AE; 
color: #fff;
}
.clear{clear: both;}

/* =Responsive Design
-------------------------------------------------------------- */
@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}
@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

@media only screen and (max-width: 480px) {
	#header {
	background-size:90%;
  	background-repeat: no-repeat;
	background-position: 50%;
	margin-left: auto;
	margin-right: auto;
  	float:none;
  	height: 80px;
	}
	#nav-menu {
	display: none;
	}
	.menu-mobile-container {
	display: block;
	}
	#navigation{
		float:none;
		margin-top: 0;
		margin: auto;
	}
	#posts-wrapper{
		width:100%;
	}
	#content {
		width:90%;
	}
	#nav-menu {
		display: none;
	}
	.info-theme {
	float:left;
	margin-top: 10px;
	text-align: center;
	}
	#mannequin img{
	display: none;
}
	#courses {
		width: 100%;
	}
	.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
	float: none;	
	clear: none!important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 42.05%;
}
	#designs {
		width: 100%;
	}
	.item.oddpost {
		width:100%;
		height: 350px;
	}
	.item.evenpost{
		width: 100%;
		height: 350px;
	}
	.item.oddpost .image {
		width:100%;
		top:0;
		transform:translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		margin-bottom: 20px;
	}
	.item.evenpost .image {
		width:100%;
		top:0;
		transform:translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		margin-bottom: 20px;
	}
	.section {
		width:100%;
	}
	.item.oddpost .courseinfo {
		width:100%;
		top:0;
		transform:translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		left:0;
	}
	.item.evenpost .courseinfo {
		width:100%;
		top:0;
		transform:translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		right:0;
	}
	.item.evenpost .courseinfo p span {
		text-align: left;
	}
	.comment-meta {
	position: relative;
	}
	#comments .comment .children .comment-meta {
	right: 0px;
	top: 0px;
	}	
	.map {
		width:300px !important;
		height: 250px !important;
	}
		#posts-wrapper2 {
	width: 100%;
}
.social {
	margin-right:0;
	margin:0 auto;
	width: 77px;
}

}
@media only screen and (min-width: 481px) and (max-width: 768px) {
	#header {
	background-size:90%;
  	background-repeat: no-repeat;
  	float:none;
  	height: 80px;
  	display: block;
  	margin: auto;
  	margin-top:15px;
	background-position: 50%;
	}
	#navigation{
		float:none;
		margin-top: 0;
	}
	#posts-wrapper{
		width:100%;
	}
	#content {
		width:90%;
	}
	#nav-menu {
		display: none;
	}
	.menu-tablet-container {
	display: block;
	margin-top: 0;
	}
	.info-theme {
	float:left;
	margin-top: 10px;
	text-align: center;
	}
	#mannequin img{
	display: none;
}
	#courses {
		width: 100%;
	}
	.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
	float: none;	
	clear: none!important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 22.05%;
}
	#designs {
		width: 100%;
	}
	.item.oddpost {
		width:100%;
		height: 320px;
	}
	.item.evenpost{
		width: 100%;
		height: 320px;
	}
	.item.oddpost .image {
		width:100%;
		top:0;
		transform:translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		margin-bottom: 20px;
	}
	.item.evenpost .image {
		width:100%;
		top:0;
		transform:translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		margin-bottom: 20px;
	}
	.section {
		width:100%;
	}
	#posts-wrapper2 {
	width: 100%;
}
	.item.oddpost .courseinfo {
		width:100%;
		top:0;
		transform:translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		left:0;
	}
	.item.evenpost .courseinfo {
		width:100%;
		top:0;
		transform:translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		right:0;
	}
	.item.evenpost .courseinfo p span {
		text-align: left;
	}
	.comment-meta {
	position: relative;
	}
	#comments .comment .children .comment-meta {
	right: 0px;
	top: 0px;
	}	
.social {
	margin-right:0;
	margin:0 auto;
	width: 77px;
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
#header {
	margin-left: 2.5em;
	margin-top:20px;
	background-position: 0;
	}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}